/*
Theme Name: Vip Limo Miami
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Requires at least: 4.7
Requires PHP: 5.2.4
Tested up to: 5.4
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
body {
  margin: 0;
  -webkit-font-smoothing: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  color: #000;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}
h1 {
  font-size: 32px;
  padding-bottom: 10px;
}
h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}
h3 {
  font-size: 18px;
  line-height: 25px;
}
h4 {
  font-size: 16px;
  line-height: 20px;
}
h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}
h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}
h2.entry-title {
  border-bottom: 1px solid #eaecef;
}
h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/* header#masthead {
  margin-bottom: 0;
  background-color: #563d7c ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  padding: .74rem 1rem;
} */

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited, .navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}
body:not(.theme-preset-active) #page-sub-header p {
color: #212529;
}
a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.750rem;
  }
  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
header#masthead ul#menu-menu-menu {
    position: relative;
}
.xtra-link {
    position: relative;
}
/* .xtra-link:before {
    content: '" We Offer Experiences, Not Rides! "';
    color: #fff;
    font-size: 16px;
    line-height: 23px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 50px;
    text-transform: capitalize;
    font-weight: 600;
} */
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #fff;
  padding: 0.5rem;
  font-weight: 600;
  font-size: 16px;
  line-height: 38px;
  text-transform: uppercase;
}
header#masthead .navbar-brand {
    /* filter: invert(1); */
    width: 17%;
}
header#masthead .navbar-brand img {
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
  color: #FFB30D;
  font-weight: 600;
  /*background: #f9f9f9;*/
}
header.fixed-header {
    background: rgb(0 0 0);
    transition: 0.5s ease-in-out !important;
    transform: translateY(-20px);
}
.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
    position: relative;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>.dropdown-menu {
    display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.250em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}
@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.250rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}
.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}
.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: '\f08d';
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on, .byline, .comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}
.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}
.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.33333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.66667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.28571%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/
.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/
.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/
.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer#colophon {
  font-size: 85%;
}
body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}
.navbar-dark .site-info {
  color: #fff;
}
.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a, footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}
/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/
html,body {
    overflow-x: hidden;
}
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media only screen and (max-width: 1200px) {
  html {
    font-size: 95%;
  }

.sec-two-col-1::before {
    height: 659px !important;
    width: 654px !important;
    position: absolute !important;
    top: -206px !important;
    left: -31% !important;
}
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }
  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}
/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}
/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

/*----- Html Tags -----*/

body{font-family: 'Poppins';}
a{font-family: 'Poppins';}
a:hover{ text-decoration: none !important; }
p{font-family: 'Poppins';}
h1{ font-family: 'Poppins';}
h2{ font-family: 'Poppins';}
h3{ font-family: 'Poppins';}
h4{ font-family: 'Poppins';}
h5{ font-family: 'Poppins';}
h6{ font-family: 'Poppins';}
li{ font-family: 'Poppins';}
span{ font-family: 'Poppins';}


@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1320px;
}
}

/* Home Page Css */
div#page-sub-header {
  padding: 0px !important;
}

header#masthead {
  position: fixed;
  z-index: 999999;
  width: 100%;
  padding: 30px 0px 30px;
  transition: 0.5s ease-in-out !IMPORTANT;
}

div#main-nav {
  display: flex;
  align-items: center;
}

ul.navbar-nav li.menu-item:not(:first-child) {
  margin-left: 32px;
}

.topbar-btn a.get-start {
  font-size: 16px;
  line-height: 38px;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  padding: 11px 22px;
  border-radius: 3px;
  border: 1px solid #000;
  transition: 0.5s all ease-in;
  margin-right: 10px;
}

.topbar-btn a.get-start:hover{
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}

.topbar-btn a.Login {
  font-size: 16px;
  line-height: 38px;
  font-weight: 600;
  background-color: #FFB30D;
  color: #000;
  padding: 11px 20px;
  border-radius: 3px;
  border: 1px solid #FFB30D;
  transition: 0.5s all ease-in;
}

.topbar-btn a.Login:hover{
  background-color: transparent;
  border: 1px solid #FFB30D;
  color:#FFB30D;
}
.xtra-link a {
    background: #f9b034;
    padding: 15px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    position: relative;
    padding-left: 50px;
}
.xtra-link a:before {
    content: "\f095";
    font-size: 20px;
    font-weight: 800;
    font-family: 'FontAwesome';
    position: absolute;
    left: 20px;
}
.xtra-link a.btn-2:before {
    display: none;
}
.xtra-link a.btn-2 {
    padding: 15px 20px;
}
.main-img img {
  height: 46px;
  width: 46px !important;
}

.main-ser {
  background-color: #fff !important;
  padding: 22px 33px;
  border-radius: 30px;
}

.logo-sev h2 {
  font-size: 18px !important;
  font-weight: 900;
  line-height: 25px;
}

.logo-sev p {
  font-size: 16px !important;
  line-height: 30px;
  color: #000;
  margin-bottom: 0px;
  max-height: calc(var(--lh) * var(--max-lines));
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.logo-sev {
  margin-top: 35px !important;
}

.main-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-img i {
  color: #000;
  background-color: #F2F2F2;
  padding: 16px;
  border-radius: 41px;
}

section.sec-two {
  padding-top: 150px !important;
  padding-bottom: 200px !important;
  padding-bottom: 170px !important;
  overflow: visible !important;
  /* background-attachment: fixed; */
  /* background-position: top !IMPORTANT; */
}

.sec-two-head p {
  font-size: 50px;
  color: #fff;
  line-height: 98px;
  font-weight: 800;
}

.sec-two-head-1 p {
  font-size: 18px;
  color: #fff;
  line-height: 38px;
}

.sec-two-btn a.vc_general.vc_btn3 {
  background-color: #FFB30D;
  border: 1px solid #FFB30D;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  border-radius: 3px;
  padding: 12px 20px;
}
span.color-change {
    display: inline-block;
    position: relative;
}
.sec-two-btn a.vc_general.vc_btn3:hover{
  background-color: transparent;
  border: 1px solid #FFB30D;
  color:#FFB30D;
}

.sec-two-row-1 {
  padding-top: 100px !important;
  margin-top: 35px;
}

.sec-two-col-1::before {
  content: "";
  background: url(./inc/img/car-1.png);
  background-repeat: no-repeat !important;
  height: 825px;
  width: 841px;
  position: absolute;
  top: -195px;
}

.sec-two .owl-stage-outer {
  /* position: absolute; */
  bottom: 0%;
}

.sec-three-head p {
  font-size: 50px;
  font-weight: 800;
  line-height: 98px;
}


section.sec-three {
  padding-top: 100px !important;
  padding-bottom: 70px !important;
  background: #161616;
}

.sec-three-1 p {
  font-size: 18px !important;
  line-height: 34px;
}

div#comments {
  display: none;
}


h4.post_user_name {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: #fff;
}

p.post_user_excerpt {
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}

section.sec-five {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

h2.sec-five-head {
  font-size: 68px;
  line-height: 98px;
  font-weight: bold;
  color: #fff !important;
}

.sec-four-btn a.vc_general.vc_btn3 {
  background-color: #FFB30D;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

.sec-four-btn a.vc_general.vc_btn3:hover{
  background-color: transparent;
  border: 1px solid #FFB30D;
  color: #FFB30D;
}

.sec-four-head-1 p {
  font-size: 50px;
  line-height: 55px;
  color: #fff;
  font-weight: bold;
}

.sec-four-txt p {
  font-size: 18px;
  color: #fff;
  line-height: 34px;
}


.theme-footer {
  background: #000;
  padding-top: 80px;
  padding-bottom: 80px !important;
  position: relative;
  z-index: 1;
}
section#text-7 {
  text-align: right;
}
section#text-7 p strong a {
  font-size: 16px !important;
  color: #fff;
text-decoration: none;
}
.theme-footer h3 {
  font-size: 22px;
  line-height: 56px;
  font-weight: 700;
  color: #fff;
}
.theme-footer #nav_menu-2 ul li a {
  font-size: 16px;
  line-height: 46px;
  color: #fff;
  list-style: none;
font-family: 'Poppins';
}

.theme-footer ul li{
  list-style: none !important;
}

.theme-footer ul li a{
font-size: 16px;
  line-height: 46px;
  color: #fff;
  list-style: none;
font-family: 'Poppins';
}
.theme-footer a.nav-link {padding: 0;}
.theme-footer ul {
  padding: 0;
  padding-top: 20px;
}
.theme-footer .nav > li > a:focus, .nav > li > a:hover {
  background: none;
}
.news-letter input {
  height: 61px;
  font-size: 16px !important;
  line-height: 46px;
  background: transparent !important;
  width: 100%;
  position: relative;
  color: #fff !important;
}
.news-letter input::placeholder {
  font-size: 16px !important;
  line-height: 46px !important;
  color: #fff;
  font-family: 'Poppins';
}
.news-letter .btn-primary {
  height: 50px;
  width: 50px;
  position: absolute;
  top: 5px;
  right: 1%;
  font-size: 0px !important;
  background: #FFC23D !important;
  border: 0;
  border-radius: 3px !important;
  background-image: url(https://staging.designinternal.com/wp/taxi-company/wp-content/uploads/2022/10/arrow.png) !important;
  background-repeat: no-repeat !IMPORTANT;
  display: flex !IMPORTANT;
  align-items: center !important;
  justify-content: center !important;
  background-position: center !important;
}
section#zoom-social-icons-widget-2 ul {
  text-align: right;
}
section#zoom-social-icons-widget-2 ul li a {
  border: 2px solid #707070;
  border-radius: 100%;
  height: 34px;
  width: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0 !important;
}
.news-letter {
  width: 100%;
  margin-top: 14px !important;
  position: relative;
}
section#text-5 {
  margin: 0;
}
.section-bridgeway {
  border-top: 1px solid #47474766;
}
.section-bridgeway p {
  font-size: 16px;
  line-height: 46px;
  color: #8C8C8A;
  margin: 0;
  text-align: center;
}
footer#colophon {
  position: relative;
  z-index: 9;
  background: #0000 !important;
  text-align: center !important;
}
.section-bridgeway a {
  color: #FFB30D !important;
  font-size: 16px !important;
  line-height: 46px !important;
text-decoration: none;
}
.main-img-fleet {
    width: 420px;
    height: 220PX;
}
.main-img-fleet img {
  border-radius: 15px;
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  object-position: right;
}

span.color-change::before {
  content: '';
  background: #FFB30D;
  width: 100%;
  height: 15px;
  position: absolute;
  bottom: 57%;
  left: 0;
  z-index: -1;
}

span.color-ye::before {
  content: '';
  background: #FFB30D;
  width: 470px;
  height: 15px;
  position: absolute;
  bottom: 60px;
  left: 48.2%;
  z-index: -1;
}

.logo-sev-fleet h2 {
    text-align: center;
    font-size: 30px;
    color: #fff;
}
.logo-sev-fleet p {
    display: none;
}

.fleet-txt ul {
    display: flex;
    justify-content: center;
    list-style: none;
    color: #fff;
    font-size: 12px;
}

.logo-sev-fleet p {
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: 500;
}

.logo-sev-fleet a {
	font-size: 15px;
	line-height: 22px;
	color: #000;
	background-color: #FFB30D;
	padding: 12px 33px;
	display: inline-block;
	text-align: center;
	border: 1px solid #FFB30D;
	border-radius: 8px;
}

.logo-sev-fleet {
    text-align: center;
}

.sec-btn .vc_general {
    border: 2px solid #FFB30D !important;
    background-color: transparent !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 700 !important;
}

.fleet-txt ul li:nth-child(1)::before {
	content: "";
	background: url(https://staging.designinternal.com/wp/vip-limo-miami/wp-content/uploads/2023/02/Group-17346.png);
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 18%;
	left: -56%;
	z-index: 9999;
}

.fleet-txt ul li:nth-child(2)::before {
	content: "";
	background: url(https://staging.designinternal.com/wp/vip-limo-miami/wp-content/uploads/2023/02/Group-17347.png);
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 18%;
	left: -27%;
	z-index: 9999;
}

.fleet-txt ul li:nth-child(3)::before {
	content: "";
	background: url(https://staging.designinternal.com/wp/vip-limo-miami/wp-content/uploads/2023/08/Luggage.png);
	background-repeat: no-repeat;
	height: 100%;
	width: 39%;
	position: absolute;
	top: 0;
	left: -45%;
	z-index: 9999;
	background-size: cover;
}

.fleet-txt ul li {
    position: relative;
}

.fleet-txt ul li:nth-child(2) {
    margin: 0px 50px !important;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    /* background-image: url(./inc/img/banner.jpg); */
    background-size: cover;
    width: 100%;
    height: 460px;
    background-color: #000;
}

.breadcrumbs h1 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffb30d;
  padding-top: 100px;
}

.bread {
    color: #fff;
}

.bread span a {
  color: #fec240;
}

.page-id-111 section.sec-five {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.page-id-111 section.sec-three {
  padding-top: 100px !important;
  padding-bottom: 70px !important;
  background: #000;
}

.contact-form {
    margin-right: 50px;
}
.contact-form input {
    height: 60px;
    width: 100%;
    margin-bottom: 10px !important;
    padding: 8px 18px;
    font-family: 'Poppins';
    border-radius: 5px;
    color: #919191 !important;
}
.contact-form textarea {
    resize: none;
    height: 120px;
    padding: 20px 20px;
    font-size: 18px;
    font-family: 'Poppins';
    margin-bottom: 10px;
}
.contact-form .btn-primary {
    height: 60px;
    width: 140px;
    color: #fff !important;
    font-size: 18px;
    line-height: 31px;
    background: #FFB30D;
    border: 0;
    border-radius: 3px;
    margin-top: 56px;
    margin-bottom: 0;
}
.contact-sec img {
    max-width: 648px;
    height: 547px;
}
section.vc_section.contact-sec {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.contact-sec h2 {
    margin: 0;
}
.contact-form .col-lg-6,.contact-form .col-lg-12 {
    padding: 0  3px !important;
}
.contact-sec h2 {
    position: relative;
    z-index: 1;
}
.contact-sec h2:after {
    content: '';
    background: #FFB30D;
    width: 300px;
    height: 15px;
    position: absolute;
    bottom: 45px;
    left: 0;
    z-index: -1;
}
.contact-sec img {
    border-radius: 20px;
    height: 400px !important;
    object-fit: cover;
    margin-top: 30px;
    width: 100% !important;
}




section.sec-three p {
    color: #fff !important;
}
section.vc_section.sec-three img {
    border-radius: 20px;
    height: 500px !IMPORTANT;
    object-fit: cover;
}
section.vc_section.sec-five {
    background: #3f3f3f;
}
section.vc_section.sec-five .post-img img {
    border-radius: 20px;
}
section.sec-three label.gfield_label {
    color: #fff;
}
.page-id-130 .breadcrumbs {
    background: #000;
}
.sec-two-head.sec-two-head-first span.color-change::before {
    top: 60px;
    left: 0;
    width: 100%;
}
.sec-two {
    z-index: 0;
}
.contact-box {
    width: 100%;
    margin: 0 auto;
    border-radius: 15px;
    border: 2px solid #ffb30d;
    transition: all 0.5s ease-in-out;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
}
.contact-box i {
    color: #ffff;
    font-size: 40px;
    transition: all 0.5s ease-in-out;
}
.contact-box h3 {
    font-size: 25px !important;
    line-height: 65px !important;
    margin: 0 !important;
    padding: 0 !important;
    transition: all 0.5s ease-in-out;
	color: #fff;
}
.box-img-1 {
    background-image: url(https://staging.designinternal.com/wp/vip-limo-miami/wp-content/uploads/2023/08/banner-252-scaled.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.box-img-2 {
    background-image: url(https://staging.designinternal.com/wp/vip-limo-miami/wp-content/uploads/2023/08/Email-Addresses.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.box-img-3 {
    background-image: url(https://staging.designinternal.com/wp/vip-limo-miami/wp-content/uploads/2023/08/synigopulseimacfemale.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.contact-box a {
    color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    transition: all 0.5s ease-in-out;
}
.box-img-1::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000096;
    border-radius: 15px;
}
.box-img-2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000096;
    border-radius: 15px;
}
.box-img-3::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000096;
    border-radius: 15px;
}

.contact-box:hover {
    border: 2px solid #ffb30d;
    transition: all 0.5s ease-in-out;
    transform: scale(1.05);
}
.top-icon {
    z-index: 2;
}
.box-img-3 .wpb_wrapper {
    z-index: 2;
}
.contact-box:hover i, .contact-box:hover h3, .contact-box:hover a {
    color: #ffb30d;
    transition: all 0.5s ease-in-out;
}
.gform_button {
    font-size: 15px;
    line-height: 22px;
    color: #000;
    background-color: #FFB30D;
    padding: 12px 33px;
    display: inline-block;
    text-align: center;
    border: 1px solid #FFB30D;
    border-radius: 8px;
}
section.sec-three legend {
    color: #fff;
}
.sec-three h2 {
    padding: 0;
    margin: 0;
    font-size: 44px;
    line-height: 55px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 0;
    position: relative;
    z-index: 0;
}
.single-carfleet .navigation {
    display: none;
}
.single-carfleet h1.entry-title {
    font-size: 44px;
    color: #fff;
    margin-top: 0;
    border: none;
    position: relative;
    display: inline-block;
    padding: 0;
    z-index: 1;
    margin-bottom: 0;
}
.single-carfleet div#content {
    background: #191a1c;
    padding-top: 100px;
    padding-bottom: 100px;
}
.single-carfleet p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
}
.single-carfleet h1:before {
    content: "";
    background: #FFB30D;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 7px;
    z-index: -1;
}
.single-carfleet .carfleet  img {
    width: 40%;
    border-radius: 50px;
    margin-bottom: 50px;
}
.single-services .services  h1 {
    padding: 0;
    margin: 30px 0;
    font-size: 30px;
    line-height: 40px;
    color: #000;
}
.single-services .services p {
    font-size: 16px;
    line-height: 30px;
    color: #000;
}
.single-services .services ol li {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 35px;
    color: #000;
}
.single-services .services ol {
    padding-left: 12px;
}
.single-services .navigation {
    display: none;
}
.quick {
    display: none;
}
#iFrameResizer1 {
    display: none;
}
/*----- footer navigation menu -----*/
#menu-item-96 {
    display: none;
}
#menu-item-97 {
    display: none;
}
#text-2 ul li:nth-child(2) {
    display: none;
}
#text-2 ul li:nth-child(4) {
    display: none;
}
#text-3 {
    display: none;
}
#text-5 p {
    color: #fff;
    margin-top: 46px;
    font-size: 16px;
}
#iFrameResizer2 {
    display: none;
}
.login-script {
    display: none;
}
.secTerm p {
    font-size: 18px;
    color: #000;
    line-height: 34px;
}
section.sec-three a, .secPrivacy a {
    color: #f9b034;
    position: relative;
    transition: 0.5s ease-in-out !important;
    font-weight: 600;
}
section.sec-three a:before, .secPrivacy a:before {
    content: "";
    background: #f9b034;
    width: 0;
    height: 3px;
    position: absolute;
    bottom: -2px;
    right: 0;
    transition: 0.5s ease-in-out !important;
    border-radius: 10px;
}
section.sec-three a:hover:before, .secPrivacy a:hover:before  {
    width: 100%;
    left: 0;
    right: auto;
    transition: 0.5s ease-in-out !important;
}
.secPrivacy p,
.secPrivacy ul li, 
.secPrivacy ol li,
.secTerm p{
    color: #fff;
    font-size: 18px;
    line-height: 34px;
}
.secPrivacy h2, .secTerm h2 {
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    z-index: 9;
    margin-top: 30px;
}
.secPrivacy h2:before, .secTerm h2:before {
    content: "";
    background: #FFB30D;
    width: 100%;
    height: 10px;
    position: absolute;
    bottom: 4px;
    left: 0;
    z-index: -1;
}
.secPrivacy ul, .secPrivacy ol {
    margin-bottom: 30px;
}
.secPrivacy p, .secTerm p {
    margin-bottom: 30px;
}
.secTerm p {
    margin-bottom: 5px;
}
.secTerm strong {
    font-size: 20px;
    display: inline-block;
    line-height: 60px;
	position: relative;
	z-index: 9;
}
.secTerm strong:before {
	content: "";
	background: #FFB30D;
	width: 100%;
	height: 5px;
	position: absolute;
	bottom: 21px;
	left: 0;
	z-index: -1;
}
section.vc_section.secVision p {
    font-size: 18px;
    line-height: 36px;
    color: #fff;
}
.theme-footer:before {
    content: "";
    width: 100%;
    height: 696px;
    background: url(https://staging.designinternal.com/wp/vip-limo-miami/wp-content/uploads/2023/11/Footer.jpg);
    background-size: cover;
    position: absolute;
    top: 0;
    z-index: -1;
}
.theme-footer:after {
    content: "";
    background: rgb(0 0 0 / 50%);
    width: 100%;
    height: 696px;
    position: absolute;
    top: 0;
    z-index: -1;
}
body.home .secContact {
    /* background-attachment: fixed; */
    /* background-position: top !IMPORTANT; */
}
.test-box .test-img {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.test-box .test-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.test-box .test-ctn h2 {
    font-size: 30px;
    margin: 0;
    padding: 0;
    color: #fff;
    line-height: 35px;
    margin-bottom: 20px;
    font-weight: 500;
}
.test-box {
    text-align: center;
    border: 2px solid #FFB30D;
    padding: 30px 40px;
    border-radius: 10px;
    background: rgb(0 0 0 / 50%);
    backdrop-filter: blur(5px);
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.test-box .test-ctn p {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    font-weight: 400;
    margin: 0;
}
.pop-form-inner {
    background: #fff;
    padding: 60px 30px;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    box-shadow: 0 0 13px 0 rgb(0 0 0 / 20%);
}
.pop-form {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: rgb(0 0 0 / 50%);
    z-index: 9999999999;
    display: none;
}
.pop-form .pop-form-main {
    width: 30%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50px;
}
.close-btn {
    position: absolute;
    right: -15px;
    top: -15px;
    cursor: pointer;
    background: #f9b034;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    color: #ffff;
    font-size: 20px;
}
.review-form {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}
.review-form label {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}
.review-form .form-control {
    border: none;
    border-radius: 5px;
    height: 50px;
    box-shadow: 2px 1px 4px 0 rgb(0 0 0 / 50%);
    margin-bottom: 30px;
}
.review-form textarea.form-control {
    height: 200px;
    resize: none;
}
.review-form .wpcf7-submit {
    width: 100%;
    height: 50px;
    background: #f9b034;
    border: 1px solid #f9b034;
    font-size: 16px;
    line-height: 30px;
}
.review-form p {
    margin-bottom: 0;
}
.review-form h2 {
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    text-align: center;
    font-size: 30px;
    padding-bottom: 20px;
    border-bottom: 3px solid #f9b034;
}
.review-form span.wpcf7-form-control-wrap {
    margin-bottom: 30px !important;
    display: block;
}
.wpcf7 form.sent .wpcf7-response-output {
    background: #fff;
    border: 1px solid #000;
    border-radius: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    margin-top: 10px;
}
.review-form  input.wpcf7-form-control.wpcf7-file {
    box-shadow: 2px 1px 4px 0 rgb(0 0 0 / 50%);
    width: 100%;
    padding: 30px 20px;
    border-radius: 5px;
}
section.vc_section.secServicesInner {
    background-position: 100% 10% !IMPORTANT;
}
.fixedBtn a {
    position: fixed;
    z-index: 999999;
    bottom: 30px;
    right: 30px;
    background:  #0096FF;
    padding: 15px 40px;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

.test-img {
    display: none;
}

a#clos__menu {
    display: none;
}

@media screen and (max-width: 1400px) {
	ul.navbar-nav li.menu-item:not(:first-child) {
		margin-left: 10px;
	}
.theme-footer:before, .theme-footer:after {
    height: 695px;
}
.pop-form .pop-form-main {
    width: 45%;
    top: 26px;
}
.test-box .test-ctn p {
    font-size: 16px;
}
.test-box .test-ctn h2 {
    font-size: 25px;
    margin-bottom: 10px;
}
.review-form textarea.form-control {
    height: 150px;
}
.review-form .form-control {
    height: 40px;
}
.review-form input.wpcf7-form-control.wpcf7-file {
    padding: 15px;
}
.review-form label {
    font-size: 16px;
    margin-bottom: 6px;
}
.review-form h2 {
    margin-bottom: 30px;
    padding-bottom: 10px;
}
div#content {
    padding: 0 !important;
}
.entry-content {
    margin: 0;
}
.single-services #primary {
    padding-bottom: 40px;
    padding-top: 50px;
}
.single-carfleet #primary {
    padding-top: 50px;
    padding-bottom: 40px;
}
}

/************ Responsive Start **************/
@media only screen and (max-width: 1200px) {
header#masthead {
    padding: 20px 0;
}
section.sec-two {
    padding-top: 90px !important;
    padding-bottom: 90px !important;
}
.main-ser {
    padding: 20px 25px;
}
.logo-sev p {
    font-size: 15px !important;
    line-height: 28px;
}
.logo-sev h2 {
    line-height: 28px;
    margin-bottom: 5px;
    margin-top: 0px !important;
    font-size: 17px !important;
}
.logo-sev {
    margin-top: 30px !important;
}
.sec-three-head p {
    font-size: 42px !important;
    line-height: 60px;
}
section.sec-three {
    padding-top: 80px !important;
    padding-bottom: 60px !important;
}
.sec-four-head-1 p {
    font-size: 42px !important;
}
.main-img-fleet {
    width: auto;
}
.main-img-fleet img {
    object-position: center;
}
section.sec-four {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
.sec-four .sec-btn {
    padding-top: 30px !important;
}
.sec-four-head-1 p {
    font-size: 38px !important;
    line-height: 50px;
}
.secTestimonials .sec-four-head-1 {
    padding-bottom: 20px !important;
}
.secTestimonials .sec-btn {
    padding-top: 30px !important;
}
section.secTestimonials {
    padding-bottom: 70px !important;
}
section.secContact {
    padding-top: 80px !important;
    padding-bottom: 80px !important;
}
.secContact .sec-four-head-1 {
    margin-bottom: 10px;
}
.logo-sev-fleet h2 {
    font-size: 24px;
}
.sec-three h2 {
    font-size: 36px;
    line-height: 50px;
}
.breadcrumbs h1 {
    font-size: 40px;
    padding-top: 70px;
	padding-bottom: 0;
}
.breadcrumbs {
    height: 400px;
}
.sec-three-1 p {
    font-size: 16px !important;
    line-height: 32px;
}
.page-id-111 section.sec-three {
    padding-top: 70px !important;
    padding-bottom: 50px !important;
}
.theme-footer {
    padding-top: 40px;
    padding-bottom: 40px !important;
}
.theme-footer:before, .theme-footer:after {
    height: 620px;
}
.theme-footer h3 {
    font-size: 20px;
}
}
@media only screen and (max-width: 1199px) {
a#clos__menu {
    display: unset !important;
}
.container {
    max-width: 1200px;
}
div#main-nav {
    position: fixed;
    height: 100%;
    left: 0;
    transform: translateX(-100%);
    top: 0;
    transition: 0.5s all ease-in-out;
    background: #fff;
    padding: 40px 50px;
    width: 30%;
    text-align: center;
    flex-direction: column-reverse;
	justify-content: start !important;
}
div#main-nav .navbar-brand {
    width: 80% !important;
    margin-bottom: 15px;
    margin-right: 0;
}
.xtra-link {
    margin-top: 30px;
}
div#main-nav.show {
    transform: none;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #000;
}
.navbar-light .navbar-toggler {
    background: #f9b034;
}
.navbar-light .navbar-toggler:focus {
    outline: none;
}
#clos__menu {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #000;
    font-size: 40px;
}
header#masthead {
    position: absolute;
}
.navbar-nav li {
    margin: 0;
}
ul.navbar-nav li.menu-item:not(:first-child) {
    margin-left: 0;
}
}
@media only screen and (max-width: 1024px) {
div#main-nav {
    width: 35%;
    padding: 50px 40px;
}   
section.sec-two {
    padding-top: 70px !important;
    padding-bottom: 50px !important;
}
.main-ser {
    padding: 20px 20px;
}
.logo-sev {
    margin-top: 20px !important;
}
.logo-sev h2 {
    margin-bottom: 0;
}
.fleet-txt ul {
    font-size: 11px;
}
.fleet-txt ul li:nth-child(2) {
    margin: 0px 40px !important;
}
.logo-sev-fleet a {
    font-size: 14px;
    padding: 10px 28px;
}
section.sec-four {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
.test-box {
    height: 300px;
}
.test-box .test-ctn p {
    font-size: 15px;
}
.contact-box h3 {
    font-size: 22px !important;
    line-height: 55px !important;
}
.contact-box a {
    font-size: 15px;
    line-height: 24px;
}
section.secContact {
    padding-top: 70px !important;
    padding-bottom: 60px !important;
}
.theme-footer h3 {
    font-size: 20px;
    line-height: 30px;
}
#text-5 p {
    margin-top: 30px;
    font-size: 15px;
}
.theme-footer #nav_menu-2 ul li a {
    font-size: 15px;
    line-height: 44px;
}
.theme-footer ul li a {
    font-size: 15px;
    line-height: 44px;
}
.news-letter input {
    height: 55px;
}
.news-letter input::placeholder {
    font-size: 14px !important;
}
.news-letter .btn-primary {
    height: 46px;
    width: 46px;
}
.widget .zoom-social-icons-list--no-labels.zoom-social-icons-list--without-canvas {
    margin-top: -10px;
    padding: 0;
}
.theme-footer:before, .theme-footer:after {
    height: 570px;
}
section.secVision {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
} 
.breadcrumbs h1 {
    font-size: 36px;
    padding-top: 70px;
}
.breadcrumbs {
    height: 350px;
}
.sec-three h2 {
    font-size: 32px;
    line-height: 48px;
}
section.sec-three {
    padding-top: 60px !important;
    padding-bottom: 20px !important;
}
.page-id-111 section.sec-three {
    padding-top: 50px !important;
    padding-bottom: 40px !important;
}
.sec-three-head p {
    font-size: 38px !important;
    line-height: 50px;
}
section.vc_section.sec-three img {
    height: 420px !IMPORTANT;
}
.contact-form input {
    height: 50px;
}
.contact-form textarea {
    font-size: 16px;
}
.contact-form .btn-primary {
    height: 55px;
    width: 130px;
    margin-top: 40px;
}
}
@media only screen and (max-width: 960px) {
.sec-two-head p {
    font-size: 40px;
    line-height: 70px;
}
section.sec-two {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
}
.logo-sev h2 {
    font-size: 18px !important;
}
.sec-three-head p {
    font-size: 34px !important;
    line-height: 48px;
}
.fleet-txt ul li:nth-child(2) {
    margin: 0px 32px !important;
}
.contact-box a {
    font-size: 14px;
}
.main-img-fleet {
    height: 170PX;
}
.contact-box {
    height: 220px;
	margin-bottom: 20px !important;
}
.single-services .services h1 {
    margin: 20px 0;
    font-size: 26px;
    line-height: 38px;
}
.single-services .services p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 15px;
}
header#masthead .navbar-brand {
    width: 20%;
}
.sec-two-head.sec-two-head-first span.color-change::before {
    height: 12px;
    top: 45px;
}
.logo-sev-fleet h2 {
    font-size: 20px;
}
.sec-four-txt p {
    font-size: 16px;
    line-height: 30px;
}
.sec-four .sec-four-txt {
    margin-bottom: 10px !important;
}
.sec-three h2 {
    font-size: 28px;
    line-height: 44px;
}
.sec-three-1 p {
    font-size: 15px !important;
    line-height: 30px;
    margin-bottom: 15px;
}
.sec-three .sec-three-head {
    margin-bottom: 25px;
}
.contact-form .btn-primary {
    height: 50px;
    width: 120px;
    margin-top: 30px;
    font-size: 17px;
}
.fleet-txt ul {
    padding-left: 10px;
}
.test-box {
    height: 280px;
}
}
@media only screen and (max-width: 850px) {
.test-box {
    height: 250px;
}
.test-box .test-ctn p {
    line-height: 28px;
}
.secTestimonials .sec-four-head-1 {
    padding-bottom: 10px !important;
}
.contact-box h3 {
    font-size: 20px !important;
    line-height: 45px !important;
}
.contact-box a {
    font-size: 13px;
    line-height: 22px;
}
.contact-box {
    height: 200px;
    margin-bottom: 10px !important;
}
section.secContact {
    padding-top: 60px !important;
    padding-bottom: 50px !important;
}
.secContact .sec-four-head-1 {
    margin-bottom: 0px;
}
.theme-footer h3 {
    font-size: 19px;
    line-height: 28px;
}
.theme-footer:before, .theme-footer:after {
    height: 600px;
}
.xtra-link a {
    font-size: 15px;
}
div#main-nav {
    width: 40%;
    padding: 50px 35px;
}
div#main-nav .navbar-brand {
    width: 75% !important;
}
}
@media only screen and (max-width: 768px) {
div#main-nav {
    width: 45%;
}
header#masthead .navbar-brand {
    width: 25%;
}
header#masthead {
    padding: 15px 0;
}
.sec-two-head p {
    font-size: 34px;
    line-height: 60px;
}
.sec-two-head.sec-two-head-first span.color-change::before {
    top: 38px;
}
.sec-two .sec-two-head {
    margin-bottom: 30px !important;
}
section.sec-two {
    padding-top: 30px !important;
    padding-bottom: 10px !important;
}
.sec-three-head p {
    font-size: 28px !important;
    line-height: 44px;
}
.sec-four-head-1 p {
    font-size: 32px !important;
    line-height: 40px;
}
.sec-four .sec-four-head-1 {
    margin-bottom: 25px;
}
.sec-four .sec-four-txt {
    margin-bottom: 0px !important;
}
.fleet-txt ul {
    font-size: 10px;
}
.fleet-txt ul li:nth-child(2) {
    margin: 0px 22px !important;
}
.main-img-fleet {
    height: 130PX;
}
.logo-sev-fleet h2 {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
}
.logo-sev-fleet a {
    font-size: 14px;
    padding: 9px 24px;
}
.sec-four .sec-btn {
    padding-top: 20px !important;
    margin: 0 !important;
}
.sec-four-head-1 p {
    font-size: 30px !important;
    line-height: 38px;
}
section.secTestimonials {
    padding-bottom: 40px !important;
}
.contact-box h3 {
    font-size: 18px !important;
    line-height: 40px !important;
}
.contact-box {
    height: 180px;
    margin-bottom: 10px !important;
}
.contact-box a {
    font-size: 12px;
    line-height: 22px;
}
.theme-footer h3 {
    font-size: 16px;
    line-height: 30px;
    margin-top: 0;
}
#text-5 p {
    font-size: 14px;
    margin-bottom: 0;
}
.theme-footer #nav_menu-2 ul li a, .theme-footer ul li a {
    font-size: 14px;
}
.news-letter input {
    height: 50px;
}
.news-letter .btn-primary {
    height: 41px;
    width: 41px;
}
.theme-footer:before, .theme-footer:after {
    height: 560px;
}
.fixedBtn a {
    padding: 12px 32px;
    font-size: 15px;
    line-height: 26px;
}
.section-bridgeway p {
    font-size: 15px;
    line-height: 40px;
}
.section-bridgeway a {
    font-size: 15px !important;
    line-height: 40px !important;
}
.breadcrumbs h1 {
    font-size: 28px;
	padding-top: 80px;
}
.breadcrumbs {
    height: 310px;
}
section.sec-three {
    padding-top: 40px !important;
    padding-bottom: 0px !important;
}
.sec-three h2 {
    font-size: 24px;
    line-height: 40px;
}
section.sec-four {
    padding-top: 40px !important;
    padding-bottom: 30px !important;
}
.sec-three-1 p {
    font-size: 14px !important;
    line-height: 28px;
    margin-bottom: 15px;
}
section.vc_section.sec-three img {
    height: 350px !IMPORTANT;
}
.page-id-111 section.sec-three {
    padding-top: 30px !important;
    padding-bottom: 20px !important;
}
.contact-form {
    margin-right: 15px;
}
.single-carfleet .carfleet img {
    width: 45%;
    margin-bottom: 40px;
}
}
@media only screen and (max-width: 767px) {
.sec-four .mt-5 {
    width: 50% !important;
}
.sec-four-txt p {
    font-size: 15px;
    line-height: 28px;
}
section.sec-four {
    padding-top: 20px !important;
    padding-bottom: 30px !important;
}
.main-img-fleet {
    height: 200PX;
}
.logo-sev-fleet h2 {
    font-size: 20px;
    line-height: 30px;
}
.fleet-txt ul {
    font-size: 12px;
}
.fleet-txt ul li:nth-child(2) {
    margin: 0px 35px !important;
}
.secContact .touch-row {
    padding-bottom: 30px !important;
}
.contact-box {
    height: 300px;
    margin-bottom: 30px !important;
}
.contact-box h3 {
    font-size: 22px !important;
    line-height: 50px !important;
}
.contact-box a {
    font-size: 15px;
    line-height: 28px;
}
section.secContact {
    padding-top: 40px !important;
    padding-bottom: 30px !important;
}
.secContact .touch-row {
    padding-bottom: 30px !important;
}
.theme-footer {
    text-align: center;
}
.theme-footer h3 {
    font-size: 22px;
}
#text-5 p {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 40px;
}
.theme-footer #nav_menu-2 ul li a, .theme-footer ul li a {
    font-size: 15px;
    line-height: 46px;
}
.theme-footer ul {
    padding-top: 10px;
    margin-bottom: 30px;
}
.news-letter {
    top: 20px;
    margin: 0 auto;
    width: 60%;
}
section#zoom-social-icons-widget-2 ul {
    margin: 0;
    text-align: center;
}
.theme-footer:before, .theme-footer:after {
    height: 1150px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.theme-footer {
    padding-top: 40px;
    padding-bottom: 0px !important;
}
section.vc_section.sec-three img {
    height: 400px !IMPORTANT;
    margin-bottom: 30px;
}
.sec-three .wpb_single_image {
    margin-bottom: 0 !important;
}
.contact-form {
    margin-right: 10px;
    margin-left: 10px;
}
.contact-form .btn-primary {
    width: 100%;
    font-size: 18px;
    margin-bottom: 0 !important;
}
section.vc_section.secVision p {
    font-size: 16px;
    line-height: 32px;
}
section.secVision {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
}
@media only screen and (max-width: 580px) {
div#main-nav {
    width: 50%;
    padding: 50px 30px;
}
.xtra-link a {
    font-size: 14px;
    padding: 15px;
    padding-left: 45px;
}
.xtra-link {
    margin-top: 20px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 15px;
    line-height: 32px;
}
.main-img-fleet {
    height: 260PX;
}
.fleet-txt ul {
    font-size: 14px;
}
.fleet-txt ul li:nth-child(2) {
    margin: 0px 42px !important;
}
.sec-four-head-1 p {
    font-size: 26px !important;
    line-height: 38px;
}
.contact-box {
    height: 270px;
    margin-bottom: 25px !important;
}
.news-letter {
    width: 80%;
}
.theme-footer:before, .theme-footer:after {
    height: 1200px;
}
.breadcrumbs h1 {
    font-size: 24px;
    padding-top: 80px;
    margin-bottom: 10px;
}
.breadcrumbs {
    height: 270px;
}
section.sec-three {
    padding-top: 30px !important;
}
section.vc_section.sec-three img {
    height: 350px !IMPORTANT;
}
.page-id-111 section.sec-three {
    padding-top: 30px !important;
    padding-bottom: 10px !important;
}
.sec-four .mt-5 {
    width: 100% !important;
}
.single-carfleet .carfleet img {
    width: 100%;
    margin-bottom: 30px;
}
.single-carfleet p {
    font-size: 17px;
    line-height: 28px;
    margin-top: 10px;
}
}
@media only screen and (max-width: 480px) {
div#main-nav {
    width: 57%;
}
.news-letter {
    width: 100%;
}
.single-services #primary {
    padding-bottom: 30px;
    padding-top: 30px;
}
.single-services .services h1 {
    margin: 15px 0;
    font-size: 22px;
    line-height: 36px;
}
.single-carfleet p {
    font-size: 16px;
}
}
@media only screen and (max-width: 420px) {
.container {
    padding: 0 10px;
}
header#masthead .navbar-brand {
    width: 30%;
}
div#main-nav {
    width: 60%;
}
#clos__menu {
    top: 5px;
    right: 11px;
    font-size: 36px;
}
.sec-two-head p {
    font-size: 30px;
    line-height: 46px;
}
.sec-two-head.sec-two-head-first span.color-change::before {
    top: 30px;
    height: 10px;
}
section.sec-two {
    padding-top: 20px !important;
    padding-bottom: 0px !important;
}
.sec-three-head p {
    font-size: 25px !important;
    line-height: 40px;
}
.sec-four-head-1 p {
    font-size: 24px !important;
    line-height: 36px;
}
.sec-four .sec-four-head-1 {
    margin-bottom: 15px;
}
.main-img-fleet {
    height: 200PX;
}
.secTestimonials .sec-four-head-1 {
    padding-bottom: 0px !important;
    margin-bottom: 25px;
}
.secTestimonials .sec-btn {
    padding-top: 10px !important;
    margin: 0;
}
.contact-box {
    height: 220px;
}
section.secContact {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
#text-5 p {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 30px;
    margin-top: 25px;
}
.theme-footer #nav_menu-2 ul li a, .theme-footer ul li a {
    line-height: 42px;
}
.section-bridgeway p {
    font-size: 15px;
    line-height: 24px;
}
.single-carfleet #primary {
    padding-top: 30px;
    padding-bottom: 20px;
}
.breadcrumbs h1 {
    font-size: 22px;
    padding-top: 80px;
}
.breadcrumbs {
    height: 240px;
}
.sec-three h2 {
    font-size: 21px;
    line-height: 36px;
}
.xtra-link a {
    font-size: 14px;
    padding: 12px;
    padding-left: 35px;
}
.xtra-link a:before {
    font-size: 16px;
    left: 13px;
}
section.vc_section.sec-three img {
    height: 280px !IMPORTANT;
    margin-bottom: 20px;
}
.sec-three .sec-three-head {
    margin-bottom: 15px;
}
.secTestimonials .sec-btn button.vc_general {
    font-size: 14px !important;
    padding: 12px 16px;
}
.theme-footer h3 {
    margin-bottom: 0px;
    line-height: 38px;
}
.fixedBtn a {
    padding: 10px 26px;
    font-size: 14px;
    right: 10px;
}
.sec-four .sec-btn button.vc_general {
    font-size: 14px !important;
    padding: 12px 16px;
}
}
@media only screen and (max-width: 380px) {
.theme-footer:before, .theme-footer:after {
    height: 1220px;
}
.theme-footer {
    padding-top: 20px;
}
header#masthead .navbar-brand {
    width: 35%;
}
div#main-nav {
    width: 65%;
    padding: 50px 20px;
}
.sec-three h2 {
    font-size: 20px;
    line-height: 36px;
}
.logo-sev p {
    font-size: 14px !important;
    line-height: 25px;
}
section.vc_section.sec-three img {
    height: 250px !IMPORTANT;
    margin-bottom: 20px;
}
.sec-three h2 {
    margin-bottom: 14px;
}
.page-id-111 section.sec-three {
    padding-top: 10px !important;
    padding-bottom: 0px !important;
}
section.sec-three {
    padding-top: 10px !important;
}
}
@media only screen and (max-width: 320px) {
header#masthead .navbar-brand {
    width: 40%;
}
header#masthead {
    padding: 10px 0;
}
.sec-three-head p {
    font-size: 22px !important;
    line-height: 38px;
}
.main-img-fleet {
    height: 180PX;
}
.fleet-txt ul {
    font-size: 12px;
}
.contact-box {
    height: 200px;
}
.contact-box a {
    font-size: 14px;
    line-height: 28px;
}
.theme-footer h3 {
    font-size: 20px;
}
.test-box .test-ctn h2 {
    font-size: 23px;
}
.theme-footer:before, .theme-footer:after {
    height: 1270px;
}
div#main-nav {
    width: 70%;
}
.breadcrumbs h1 {
    font-size: 20px;
    padding-top: 70px;
}
.breadcrumbs {
    height: 220px;
}
section.vc_section.sec-three img {
    height: 220px !IMPORTANT;
}
}