/*
Theme Name: South East MM
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.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
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
--------------------------------------------------------------*/
@font-face {
    font-family: 'Helvetica';
    src: url('inc/assets/fonts/Helvetica.eot');
    src: url('inc/assets/fonts/Helvetica.eot?#iefix') format('embedded-opentype'),
        url('inc/assets/fonts/Helvetica.woff2') format('woff2'),
        url('inc/assets/fonts/Helvetica.woff') format('woff'),
        url('inc/assets/fonts/Helvetica.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('inc/assets/fonts/Helvetica-Light.eot');
    src: url('inc/assets/fonts/Helvetica-Light.eot?#iefix') format('embedded-opentype'),
        url('inc/assets/fonts/Helvetica-Light.woff2') format('woff2'),
        url('inc/assets/fonts/Helvetica-Light.woff') format('woff'),
        url('inc/assets/fonts/Helvetica-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('inc/assets/fonts/Helvetica-Bold.eot');
    src: url('inc/assets/fonts/Helvetica-Bold.eot?#iefix') format('embedded-opentype'),
        url('inc/assets/fonts/Helvetica-Bold.woff2') format('woff2'),
        url('inc/assets/fonts/Helvetica-Bold.woff') format('woff'),
        url('inc/assets/fonts/Helvetica-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

div#bullet-points,
div#bullet-points2{
    display: none;
}

.trin-trin
{
    animation-name: trin;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes trin {

    from {
        transform:rotate3d(0, 0, 1, 0deg);
    }
    20%, 32%, 44%, 56%, 68% {
        transform: rotate3d(0, 0, 1, 0deg);
    }
    23%, 35%, 47%, 59%, 71% {
        transform: rotate3d(0,0,1,15deg);
    }
    26%, 38%, 50%, 62%, 74% {
        transform: rotate3d(0,0,1,0deg);
    }
    29%, 41%, 53%, 65%, 77% {
        transform: rotate3d(0,0,1,-15deg);
    }
    80% {
        transform:rotate3d(0, 0, 1, 0deg);
    }

}


@keyframes animate-width {
    from { width: 0px; }
    to { width: 408px; }
}

@keyframes animate-width-small {
    from { width: 0px; }
    to { width: 231px; }
}

@keyframes turn{
  0%{
    left : 0px;
  }
  50%{
    left : 90px;
  }
  100%{
    left : 0px;
  }
}
html{
    scroll-behavior: smooth;
}

body {
  margin: 0;
  -webkit-font-smoothing: auto;
  font-family: 'Helvetica';
  scroll-behavior: smooth;
}

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;
  text-decoration: none !important;
  transition: linear 0.5s !important;
}

a:active,
a:hover {
  outline: 0;
  transition: linear 0.5s !important;
}

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: #24292e;
  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;
  font-size: 16px;
  line-height: 24px ;
}
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: #2F2E2E;
  padding: 26px 80px;
}

.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
--------------------------------------------------------------*/
#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #ffffff;
  padding: 0;
  font-weight: 700;
  font-size: 17px;
  margin-right: 40px;
  letter-spacing: 0.8px;
  position: relative;
  background: transparent !important;
}

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: #FFC400;
  font-weight: 700;
}

.navbar-brand {
  height: auto;
  margin: 0;
}

.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;
}
#content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}
.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;
}

.entry-content{
  margin: 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
--------------------------------------------------------------*/
@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@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%;
  }
}
/*==================
    CUSTOM-CSS
====================*/
@media (min-width: 1200px) {
.container {
    max-width: 1332px;
}
}
ul{
  list-style: none;
  padding: 0;
  margin: 0;
}
.Map_img figure,
.Map_img figure .vc_single_image-wrapper,
.Map_img figure .vc_single_image-wrapper img {
    width: 100%;
}
/*==================
    THEME-BUTTONS
====================*/
.theme-btn .vc_general {
    background: #FFC400 !important;
    color: #242424 !important;
    font-size: 27px !important;
    font-weight: 700;
    border: 1px solid #FFC400 !important;
    padding: 25px 42px !important;
    border-radius: 8px !important;
    box-shadow: 0px 135px 54px rgba(0, 0, 0, 0.01),
    0px 76px 45px rgba(0, 0, 0, 0.05),
    0px 34px 34px rgba(0, 0, 0, 0.09),
    0px 8px 18px rgba(0, 0, 0, 0.1) !important;
}
.theme-btn.btn_light .vc_general {
    background: transparent !important;
    color: #EFF1F2 !important;
}
.theme-btn .vc_general:hover {
    color: #FFF !important;
    background: transparent !important;
}
.theme-btn.btn_light .vc_general:hover {
    background: #FFC400 !important;
    color: #242424 !important;
}
.theme-btn.btn_small .vc_general {
    padding: 21px 60px !important;
    font-size: 22px !important;
}
.theme-btn.btn_dark .vc_general {
    background: #2F2E2E !important;
    border-color: #2F2E2E !important;
    color: #fff !important;
}
.theme-btn.btn_dark .vc_general:hover {
    background: #FFC400 !important;
    color: #2F2E2E !important;
    border-color: #FFC400 !important;
}
/*==================
    THEME-CONTENT
====================*/
.theme-content h2 {
    margin: 0;
    padding: 0 0 15px;
    color: #ffffff;
    font-size: 45px;
    line-height: 58px;
    font-weight: 700;
    position: relative;
}
.theme-content p {
    color: #ffffff;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.theme-content p strong {
    display: inline-block;
    margin-top: 40px;
    position: relative;
    padding-left: 20px;
}
.theme-content h2::before {
    content: '';
    background: #FCB900;
    width: 408px;
    height: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    animation-name: animate-width;
    -webkit-animation-name: animate-width;
    animation-duration: 2s;
    animation-delay: 1s;
    animation-direction: alternate;
}
.theme-content p strong::before {
    content: '';
    background: #FCB900;
    height: 48px;
    width: 3px;
    position: absolute;
    left: 0;
    top: 0;
}
.theme-content ul li {
    font-size: 17px;
    color: #ffffff;
    font-weight: 400;
    line-height: 54px;
    position: relative;
}
.theme-content ul li strong {
    color: #FFC400;
}
.theme-content ul li::before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    margin-right: 15px;
    color: #FFC400;
}
.theme-content ul li::after {
    content: '';
    background: #3A3939;
    width: 1px;
    height: 36px;
    position: absolute;
    left: 7px;
    top: -18px;
}
.theme-content ul li:first-child::after {
    width: 9px;
    height: 9px;
    left: 3px;
    top: -10px;
}
.ft-18 p {
    font-size: 18px;
    line-height: 24px;
}
.clr-dark p {
    color: #2F2E2E;
}
.clr-light p {
    color: #fff;
}
.theme-h2 {
    margin: 0;
    padding: 0 0 20px;
    position: relative;
}
.theme-h2::before {
    content: '';
    background: #FCB900;
    width: 278px;
    height: 7px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    animation-name: animate-width;
    -webkit-animation-name: animate-width;
    animation-duration: 2s; /** Tá»‘c Ä‘á»™ cháº¡y **/
    animation-delay: 1s; /** Thá»i gian cháº¡y **/
    animation-direction: alternate; /** Quay láº¡i **/
}
/*==================
      HEADER
====================*/
body:not(.theme-preset-active) #masthead .navbar-nav > li:last-child > a {
    margin: 0;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a::before {
    content: '';
    width: 0;
    background: #FFC400;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: linear 0.5s;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover::before {
    width: 100%;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover {
    color: #FFC400;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a::before {
    width: 100%;
}
.call_btn a {
    display: flex;
    align-items: center;
    border: 2px solid #FFC400;
    border-radius: 6px;
    padding: 4px 10px;
}
.call_icon {
    background: #FFC400;
    width: 42px;
    height: 42px;
    border-radius: 3px;
    color: #2F2E2E;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}
.call_btn a .call_icon i {
    font-size: 24px;
    transition: linear 0.5s;
}
.call_btn a .call_text span {
    color: #fff;
    font-size: 12px;
    line-height: 21px;
    transition: linear 0.5s;
}
.call_btn a .call_text p {
    font-size: 24px;
    line-height: 22px;
    color: #FFC400;
    font-weight: 700;
    transition: linear 0.5s;
}
.call_btn a:hover {
    background: #FFC400;
}
.call_btn:hover .call_icon {
    color: #FFC400;
    background: #2f2e2e;
}
.call_btn a:hover p,
.call_btn a:hover span {
    color: #2f2e2e;
}
/*==================
    HOME-SEC-01
====================*/
.Home_sec-01 h1 {
    font-size: 104px;
    line-height: 120px;
    color: #ffffff;
    margin: 0;
    padding: 0 0 20px;
}
.Home_sec-01 p {
    color: #ffffff;
    font-size: 41px;
    line-height: 50px;
    padding-bottom: 50px;
}
.Home_sec-01 {
    text-align: center;
    padding-top: 335px !important;
    padding-bottom: 120px;
}
/*==================
    HOME-SEC-02
====================*/
.Home_sec-02 {
    padding-top: 60px !important;
    padding-bottom: 60px;
}
.Home_sec-02::before{
  content: '';
  background-image: url(img/bus-vector.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 247px;
  height: 154px;
  position: absolute;
  bottom: 0;
  left: 40px;
  animation: turn 5s linear infinite;
  display: none;
}
/*==================
    HOME-SEC-03
====================*/
.Home_sec-03 {
    padding-top: 0 !important;
}
.Home_sec-03 h2 {
    margin: 0;
    font-weight: 700;
}
.Home_sec-03 .vc_col-sm-6 .vc_column-inner {
    padding: 0 !important;
    height: 577px;
}
/*==================
    HOME-SEC-04
====================*/
.Home_sec-04 {
    padding-top: 60px !important;
    padding-bottom: 60px;
}
.services-box {
    position: relative;
    margin-bottom: 20px;
}
.Home_sec-04 .service_row .col-lg-4 {
    max-width: 25%;
    flex: 25%;
}
.services-box .services-con {
    background: #2F2E2E;
    padding: 16px 12px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.services-box .services-con h3 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    position: relative;
    padding-left: 12px;
    border-left: 3px solid #FCB900;
}
.services-box .services-img {
    width: 100%;
    height: 261px;
    overflow: hidden;
    border-radius: 12px;
}
.services-box .services-img img {
    width: 100%;
    height: 100%;
    transition: linear 0.5s;
    object-fit: cover;
}
/*.services-box:hover .services-img img {*/
/*    transform: scale(1.1);*/
/*    transition: linear 0.5s;*/
/*}*/
.service_row .col-lg-3 {
    padding-right: 18px !important;
}
.Home_sec-04.Fleet_services .service_row .col-lg-4 {
    max-width: 33%;
    flex: 0 0 33%;
}
.Fleet_services .services-box .services-con p {
    font-size: 15px;
    color: #C9C9C9;
    line-height: 127%;
    width: 90%;
}
.Fleet_services .services-box .services-con h3 {
    margin-bottom: 20px;
}
.call_us-para p {
    font-size: 63px;
    line-height: 75px;
    padding-bottom: 30px;
    font-weight: 600;
    position: relative;
    color: #302f2f;
}

.call_us-para p a {
    color: #ffc400;
    text-decoration: underline !important;
}
.call_us-para p strong {
    display: block;
    padding-top: 30px;
}
.call_us-para p::before {
    content: '\f879';
    position: absolute;
    top: 0;
    left: 14%;
    font-family: 'Font Awesome 5 Free';
    color: #302f2f;
    font-size: 63px;
    animation-name: trin;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
/*==================
    HOME-SEC-05
====================*/
.Home_sec-05 {
    padding-top: 60px !important;
    padding-bottom: 100px;
}
.wpb_gmaps_widget .wpb_wrapper {
    padding: 0 !important;
    background: transparent !important;
    border-bottom: 20px;
}
.wpb_gmaps_widget .wpb_wrapper iframe {border-radius: 0px 15px 15px 0px;}
.theme-h2.left_line::before {
    margin: 0;
}
.Home_sec-05 ul {
    display: block;
    column-count: 2;
}
.Home_sec-05 ul li {
    font-size: 20px;
    line-height: 30px;
    color: #2C2C2C;
    position: relative;
    padding-left: 15px;
    margin-bottom: 50px;
}
.Home_sec-05 ul li::before {
    content: '';
    background: #FFC400;
    height: 26px;
    width: 3px;
    position: absolute;
    left: 0;
    top: 0;
}
.Home_sec-05 .theme-btn.btn_small .vc_general {
    padding: 20px 36px !important;
}
.Home_sec-05 ul {
    padding: 20px 0;
}

.Home_sec-06 .theme-h2::before {
    width: 231px;
    animation-name: animate-width-small;
}

.Home_sec-06 .theme-h2 {
    padding-bottom: 20px;
}
/*==================
    HOME-SEC-06
====================*/
.testimonials-box {
    background: #F8F8F8;
    border-radius: 20px;
    padding: 20px;
    position: relative;
}
.testimonials-box .testimonials-con {
    margin-left: 10px;
}
.testimonials-box .testimonials-con h2 {
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-weight: 700;
    color: #2F2E2E;
}
.testimonials-box .testimonials-con span {
    font-size: 15px;
    font-weight: 400;
    color: #2F2E2E;
}
.testimonials-box 
.testimonial-rating {
    padding: 20px 0;
}
.testimonials-box .testimonial-rating i {
    color: #FFA601;
    font-size: 20px;
}
.testimonials-box .testimonials-content p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    color: #2F2E2E;
    width: 96%;
}
.Home_sec-06 .vc_row {
    padding-left: 22%;
}
.Home_sec-06 {
    padding-bottom: 100px;
    padding-top: 0;
}
.testimonials-box::before {
    content: '';
    background: url(img/g-icon.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 34px;
    height: 34px;
    position: absolute;
    right: 15px;
    top: 37px;
}
/*==================
    HOME-SEC-07
====================*/
.Home_sec-07 {
    padding-top: 60px !important;
    padding-bottom: 60px;
    position: relative !important;
}
.contact_form p {
  margin-bottom: 0;
}
.contact_form p label {
    display: inline-block;
    font-size: 14px;
    line-height: 15px;
    color: #2F2E2E;
    font-weight: 600;
    text-transform: uppercase;
}
.contact_form p input,.contact_form p textarea {
    background: #FFFFFF !important;
    border: 1px solid #ffffff !important;
    height: 48px;
    border-radius: 5px;
    width: 100%;
    padding: 15px;
    margin-bottom: 20px;
}
.contact_form p textarea {
    height: 86px;
    resize: none;
}
.contact_form .btn-primary {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    background: #302E2E !important;
    border-color: #302E2E !important;
    padding: 0 0;
    color: #fff !important;
    margin: 0;
}

.contact_form .btn-primary:hover {
    background: transparent !important;
    color: #302E2E !important;
}
.contact_form {
    padding-right: 60px;
}
.contact_form span.wpcf7-spinner {
    position: absolute;
    right: -10px;
    margin: 0;
    top: 10px;
}
.Home_sec-07:before {
    content: '';
    background: #302F2F;
    width: 743px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.Map_cnt-detail-sec .theme-content h2 {
    color: #000000;
}

.Map_cnt-detail-sec .theme-content h2::before {
    display: none;
}

.Map_cnt-detail-sec ul li {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
}

.Map_cnt-detail-sec ul {
    padding-top: 30px;
}

.Map_cnt-detail-sec .theme-content ul li::after {
    left: 11px;
    height: 31px;
    top: -16px;
}

.Map_cnt-detail-sec .theme-content ul li:first-child::after {
    display: none;
}
/*==================
    HOME-SEC-08
====================*/
.Home_sec-08 {
    padding-top: 60px !important;
    padding-bottom: 60px;
}
.Home_sec-08 .vc_tta-panel-heading {
    background: transparent !important;
    border: 0 !important;
}
.Home_sec-08 .vc_tta-panel-heading .vc_tta-panel-title a {
    padding: 23px 0 !important;
    font-size: 23px;
    color: #302E2E !important;
    border-bottom: 1px solid #FCB900 !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
    border-color: #302E2E !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before {
    border-color: #302E2E !important;
}
.vc_tta .vc_tta-controls-icon {
    width: 15px;
    height: 15px;
}
.Home_sec-08 .vc_tta-panel-body {
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    margin-top: 30px;
    margin-bottom: 10px;
}
.Home_sec-08 .theme-btn .vc_general:hover,
.Home_sec-05 .theme-btn .vc_general:hover {
    background: #2f2e2e !important;
    border-color: #2f2e2e !important;
}
.Home_sec-05 .theme-btn.btn_dark .vc_general:hover,
.Home_sec-08 .theme-btn.btn_dark .vc_general:hover {
    background: #FFC400 !important;
    color: #2F2E2E !important;
    border-color: #FFC400 !important;
}
/*==================
      FOOTER
====================*/
.theme-footer {
    background: #2F2E2E;
    padding-top: 50px;
    text-align: center;
    padding-bottom: 50px;
}
.theme-footer .widget {
    margin: 0;
}
.theme-footer .textwidget ul {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}
.theme-footer .textwidget ul li {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    position: relative;
    padding-left: 50px;
    margin-right: 90px;
}
.theme-footer .textwidget ul li::before {
    content: '\f0e0';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    left: 0;
    font-size: 40px;
    top: 10px;
    color: #ffc400;
}
.theme-footer .textwidget ul li a {
    color: #ffffff;
}
.theme-footer .textwidget ul li a:hover {
    color: #ffc400;
}
.theme-footer .textwidget ul li:nth-child(2)::before {
    content: '\f3c5';
}
.theme-footer .textwidget ul li:nth-child(3)::before {
    content: '\f095';
}
.theme-footer h3 {
    color: #ffffff;
    margin: 0;
    padding: 0;
    font-size: 32px;
    line-height: 35px;
}
.theme-footer .textwidget ul li:last-child {
    margin: 0;
}
footer#colophon {
    background: #2F2E2E !important;
    padding: 15px 0;
    border-top: 1px solid #ffffff42;
}
footer#colophon p {
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
footer#colophon p a {
    text-decoration: underline !important;
}
/*=====================
    ABOUT-US-PAGE
=======================*/
.About_banner {
    padding-top: 70px !important;
    padding-bottom: 70px;
}
.About_banner p {
    font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 20px;
}
.theme-content.clr-dark h2 {
    color: #2F2E2E;
}
.Home_sec-02.About_sec-02::before {
    display: none;
}
.theme-content.clr-dark strong {
    padding: 0;
}
.theme-content.clr-dark strong::before {
    display: none;
}
.Fleet_services .services-box .services-img {
    height: 333px;
}
.Fleet_services .services-box h3 {
    font-size: 33px;
    line-height: 28px;
}
.Fleet_services .services-box .services-con {
    padding: 20px 20px;
    position: relative;
    margin-top: -50px;
    min-height: 160px;
}
.service-icon img {
    width: 35px;
    height: 35px;
    object-fit: scale-down;
}
/*=====================
    FLEET-PAGE
=======================*/
.Home_sec-07.Fleet_sec02 {
    padding-top: 100px !important;
}
.Home_sec-07.Fleet_sec02::before {
    display: none;
}
.Home_sec-07.Fleet_sec02 .contact_form,
.Contact_sec-01 .contact_form{
    padding: 53px 70px;
    background: url(img/fleet-form-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 20px;
}
.Fleet_banner {
    padding-top: 102px !important;
    padding-bottom: 102px;
}
.Fleet_banner h2 {
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 83px;
    line-height: 88px;
    font-weight: 700;
    text-transform: uppercase;
}
.Fleet_banner ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.Fleet_banner ul li {
    color: #ffffff;
    font-size: 26px;
    font-weight: 700;
}
.Fleet_banner ul li strong {
    font-size: 80px;
    color: #FFC400;
    margin-right: 5px;
}
.Fleet_banner ul.checklist {
    flex-wrap: wrap;
    justify-content: center;
}
.Fleet_banner ul.checklist li {
    width: 32%;
    font-size: 18px;
    line-height: 76px;
    position: relative;
    font-weight: 700;
}
.Fleet_banner ul.checklist li::before {
    content: '\f058';
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    margin-right: 10px;
    color: #ffc400;
}
.Fleet_banner ul.big_list li {
    position: relative;
    padding-right: 40px;
}
.Fleet_banner ul.big_list li:last-child {
    padding: 0;
}
.Fleet_banner ul.big_list li:last-child::before {
    display: none;
}
.Fleet_banner ul.big_list li::before {
    content: '\f061';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    right: 0;
    bottom: 22px;
    color: #ffc400;
    font-size: 22px;
}
.Fleet_banner ul.big_list {
    padding: 40px 0;
}
.marquee_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    animation: marquee 15s linear infinite;
}
.marquee_main .marquee_item .brands-img {
    width: 180px;
    height: 60px;
    overflow: hidden;
}
.marquee_main .marquee_item .brands-img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}
.Brands_sec {
    padding-top: 5px !important;
    padding-bottom: 5px;
}
.marquee_item {
    margin-right: 40px;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
/*=====================
    INSIGHTS-PAGE
=======================*/
.blog-post .tilte-img {
    width: 50%;
    padding: 0 15px;
    height: 300px;
    overflow: hidden;
    border-radius: 15px;
}
.blog-post {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff;
    box-shadow: 0 10px 15px 0 #ffc4001c;
    margin-bottom: 35px;
    border-radius: 10px;
    border: 1px solid #ffc40038;
    padding: 15px 0;
}
.blog-post .tilte-img img {
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.blog-post .blog-info {
    width: 50%;
    padding: 0 15px;
}
.blog-post .blog-info .blog-date span {
    font-size: 14px;
    color: #2F2E2E;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.blog-post .blog-info .blog-date {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.blog-post .blog-info  a  h3 {
    margin: 0;
    padding: 15px 0;
    font-size: 22px;
    font-weight: 700;
}
.blog-post .blog-info .blog-date span i {
    margin-right: 8px;
    color: #ffc400;
}
.blog-post .blog-info p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 23px;
    color: #2F2E2E;
}
.blog-post .blog-info a.blog-btn {
    color: #ffc400;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    position: relative;
    display: inline-block;
}
.blog-post .blog-info a.blog-btn::before {
    content: '';
    background: #ffc400;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: linear 0.5s;
}
.blog-post .blog-info a.blog-btn:hover::before {
    width: 0;
}
.blog-post .blog-info a.blog-btn:hover {color: #2F2E2E;}
div#comments {
    display: none;
}   

.wpb_gmaps_widget .wpb_wrapper {
    padding: 0 !important;
}
.wpb_gmaps_widget .wpb_wrapper iframe {
}
.Contact_details {
    background: #fff;
    width: 60%;
    position: absolute;
    right: 34%;
    bottom: 150px;
}
.Contact_details ul li strong {
    display: block;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.Contact_details ul li {
    font-size: 20px;
    color: #FFC400;
    line-height: 27px;
    font-weight: 700;
    border-bottom: 1px solid #DCDBDC;
    padding: 40px 140px;
    position: relative;
}
.Contact_details ul li a {
    color: #FFC400;
    display: block;
}
.Contact_details ul li:last-child {
    border: 0;
}
.Contact_details ul li::before {
    content: '\f3c5';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    left: 30px;
    top: 0;
    border: 1px solid #FFC400;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    bottom: 0;
    margin: auto;
}
.Contact_details ul li:nth-child(2)::before {
    content: '\f3cd';
}
.Contact_details ul li:nth-child(3)::before {
    content: '\f0e0';
}
.Contact_sec-01 .theme-content p {
    margin: 0;
}

.Contact_sec-01 .theme-content strong {
    margin: 40px 0 !important;
}

.Contact_sec-01 .theme-content h2 {
    margin-bottom: 40px;
    line-height: 40px;
}

.Contact_sec-01 .theme-content h2::before {
    width: 230px;
}

.Contact_sec-01 .theme-content ul li a {
    color: #ffffff;
}

.Contact_sec-01 {
    padding-top: 100px !important;
    padding-bottom: 100px;
}
.Fleet_banner.Repair_banner ul li {
    font-size: 24px;
}

.Fleet_banner.Repair_banner ul.big_list li::before {
    right: 0;
}

.Fleet_banner.Repair_banner ul.checklist li {
    font-size: 18px;
}
/*=====================
    INSIGHT-SINGLE-PAGE
=======================*/
.post-thumbnail {
    width: 100%;
    height: 513px;
    overflow: hidden;
    border-radius: 4px;
}
.post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}
.Blog_single-main .single-post h1 {
    font-size: 50px;
    line-height: 55px;
    margin: 0 0 50px;
    padding: 0 0 10px 20px;
    color: #2f2e2e;
    border-left: 5px solid #ffc400;
}
.Blog_single-main {
    padding-top: 100px;
    padding-bottom: 100px;
}
/*=====================
    RESPONSIVE-START
=======================*/
@media only screen and (max-width:1600px){
header#masthead {
    padding: 20px 30px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    font-size: 15px;
}
}
@media only screen and (max-width:1440px){
#bullet-points, #bullet-points2{
	display: none;	
}
header#masthead {
    padding: 20px 0px;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    margin-right: 30px;
    font-size: 15px;
}
.Home_sec-06 .vc_row {
    padding-left: 4%;
}
.Home_sec-07:before {
    width: 520px;
}
.Contact_details {
    width: 78%;
    right: 15%;
    bottom: 180px;
}
.Contact_details ul li {
    padding: 40px 140px;
}
}
@media only screen and (max-width:1366px){
.Home_sec-07:before {
    width: 470px;
}
}
@media only screen and (max-width:1200px){
.call_us-para p::before {left: 11%;}
.navbar-brand img {
    width: 130px;
}
.call_btn a .call_text p {
    font-size: 18px;
    line-height: 16px;
}
.call_btn a .call_icon {
    width: 32px;
    height: 32px;
}
.call_btn a .call_icon i {
    font-size: 20px;
}
.Home_sec-01 {
    padding-top: 180px !important;
    padding-bottom: 100px;
}
.Home_sec-01 h1 {
    font-size: 85px;
    line-height: 90px;
}
.Home_sec-01 p {
    font-size: 32px;
    padding-bottom: 30px;
}
.Home_sec-03 .vc_col-sm-6 .vc_column-inner {
    height: 370px;
}
.Home_sec-03 h2 {
    font-size: 46px !important;
    line-height: 46px !important;
}
.theme-btn.btn_small .vc_general {
    font-size: 18px !important;
    padding: 18px 40px !important;
}
.theme-h2 {
}
.theme-h2::before {
    width: 320px;
}
.Home_sec-06 .vc_row {
    padding-left: 15px;
}
.Home_sec-07:before {
    width: 430px;
}
.theme-btn .vc_general {
    font-size: 22px !important;
    padding: 18px 50px !important;
}
.theme-content ul li {
    font-size: 15px;
}
.services-box .services-con h3 {
    font-size: 15px;
}
.Home_sec-02::before {
    width: 166px;
    height: 100px;
}
.Home_sec-02 .vc_col-sm-6:last-child .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.Home_sec-05 {
}
.Home_sec-08 {
    padding-top: 60px !important;
    padding-bottom: 60px;
}
.Fleet_banner h2 {
    font-size: 70px;
    line-height: 70px;
}
.Fleet_banner ul li strong {
    font-size: 40px;
    margin-right: 5px;
}
.Fleet_banner ul.big_list li {
    font-size: 26px;
    padding-right: 30px;
}
.Fleet_banner ul.big_list li::before {
    bottom: 7px;
}
.Fleet_banner ul.checklist li,.Fleet_banner.Repair_banner ul.checklist li {
    width: 32%;
}
.Contact_details ul li {
    font-size: 20px;
    padding: 40px 100px;
}
.Contact_details ul li::before {
    width: 50px;
    height: 50px;
}
}
@media only screen and (max-width:1199px){
.navbar-brand img {
    width: 180px;
}
.navbar-light .navbar-toggler {
    background: #ffc400;
    outline: none !important;
}
body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    display: inline-block;
    margin-right: 0;
    margin-bottom: 12px;
}
body:not(.theme-preset-active) #masthead .navbar-nav {
    text-align: center;
}
.call_btn a {
    width: 15%;
    margin: 0 auto;
}
}
@media only screen and (max-width:1024px){
.call_us-para p::before {
    left: 17%;
    font-size: 42px;
}
.call_btn a {
    width: 18%;
}
.call_us-para p {
    font-size: 42px;
    line-height: 60px;
}
.theme-content h2 {
    font-size: 30px;
    line-height: 40px;
}
.theme-content h2::before {
    width: 280px;
}
.theme-content p {
    font-size: 14px;
    line-height: 20px;
}
.theme-content ul li {
    font-size: 12px;
    line-height: 40px;
}
.theme-content ul li::after {
    left: 6px;
    top: -14px;
    height: 27px;
}
.Home_sec-03 .vc_col-sm-6 .vc_column-inner {
    padding: 0 15px !important;
}
.ft-18 p {
    font-size: 16px;
}
.services-box .services-con h3 {
    font-size: 12px;
    padding-left: 6px;
}
.Home_sec-05 ul li {
    font-size: 16px;
    padding-left: 8px;
}
.Home_sec-05 .theme-btn.btn_small .vc_general {
    padding: 18px 20px !important;
}
.theme-h2 {
    font-size: 48px !important;
    padding-bottom: 15px;
    line-height: 52px !important;
}
.theme-h2::before {
    width: 300px;
    height: 6px;
}
.Home_sec-07:before {
    width: 370px;
}
.Home_sec-07 h2 {font-size: 42px !important;line-height: 40px !important;}
.Fleet_banner ul.big_list li {
    font-size: 20px;
}
.Fleet_banner ul.big_list {
    padding: 30px 0;
}
.Fleet_banner ul.checklist li,.Fleet_banner.Repair_banner ul.checklist li {
    width: 50%;
    line-height: 50px;
}
.Fleet_services .services-box .services-img {
    height: 240px;
}
.Fleet_services .services-box .services-con {
    padding: 13px;
    margin-top: -30px;
}
.Fleet_services .services-box .services-con h3 {
    font-size: 22px;
}
.Contact_details {
    width: 100%;
    bottom: 200px;
}
.blog-post {
    display: inline-block;
    width: 100%;
}
.blog-post .tilte-img,.blog-post .blog-info {
    width: 100%;
}
.blog-post .tilte-img img {
    width: 100%;
}
.blog-post .blog-info .blog-date {
    padding-top: 25px;
}
}
@media only screen and (max-width:991px){
.container {
    max-width: 950px;
}
.services-box .services-img {
    height: 200px;
}
.services-box .services-con {
    padding: 8px 12px;
}
.Home_sec-05 .theme-btn.btn_small .vc_general {
    padding: 15px 27px !important;
    font-size: 16px !important;
}
.call_btn a {
    width: 19%;
}
.Home_sec-07.Fleet_sec02 {
    padding-top: 50px !important;
}
}
@media only screen and (max-width:768px){
.services-box .services-con h3 {
    font-size: 18px;
}
.call_us-para p::before {
    left: 8%;
}
.Home_sec-04.Fleet_services .service_row .col-lg-4 {
    max-width: 50%;
    flex: 50%;
}
.call_us-para p {
    padding-bottom: 0;
}
.call_us-para p strong {
    display: block;
    padding-top: 0;
}
.Home_sec-06.Fleet_reviews {
    padding-bottom: 80px !important;
    padding-top: 0px;
}
.Home_sec-07.Fleet_sec02 .contact_form, .Contact_sec-01 .contact_form {
    padding: 30px 30px;
}
.theme-footer .textwidget ul li {
    margin-right: 40px;
}
.theme-footer {
    padding: 30px 0;
}
.theme-footer h3 {
    font-size: 28px;
}
.Home_sec-07:before {
    width: 270px;
}
.contact_form {
    padding-right: 20px;
}
.Home_sec-06 .vc_col-sm-3,.Home_sec-06 .vc_col-sm-9 {
    width: 100%;
}
.Home_sec-06 .vc_col-sm-3 {
    padding-bottom: 40px;
}
.Home_sec-06 .theme-h2 {
    text-align: center !important;
    line-height: 40px !important;
}
.Home_sec-06 .theme-h2::before {
    right: 0;
    margin: 0 auto;
    left: 0;
}
.theme-h2 {
    font-size: 42px !important;
    padding-bottom: 10px;
    margin-bottom: 30px !important;
}
.theme-h2::before {
    width: 220px;
}
.Home_sec-05 ul li {
    margin-bottom: 7px;
}
.Home_sec-05 ul {
    column-count: 1;
}
.Home_sec-05 .theme-btn.btn_small .vc_general {
    padding: 15px 11px !important;
    font-size: 15px !important;
}
.ft-18 p br {display: none;}
.Home_sec-03 h2 {
    font-size: 32px !important;
    line-height: 35px !important;
}
.Home_sec-02 .vc_col-sm-6 {
    width: 100%;
    text-align: center;
}
.theme-content h2::before {
    margin: 0 auto;
    right: 0;
    left: 0;
}
.Home_sec-02 .vc_col-sm-6:first-child {
    padding-bottom: 40px;
}
.Home_sec-02 .vc_align_left,.Home_sec-02 .vc_align_right {
    text-align: center !important;
}
.Home_sec-01 h1 {
    font-size: 62px;
    line-height: 70px;
}
.Home_sec-01 p {
    font-size: 24px;
}
.theme-btn .vc_general {
    padding: 15px 40px !important;
    font-size: 20px !important;
}
.call_btn a {
    width: 24%;
}
.Fleet_banner {
    padding-top: 62px !important;
    padding-bottom: 62px;
}
.Fleet_banner h2 {
    font-size: 48px;
    line-height: 55px;
}
.Fleet_banner ul.big_list li {
    font-size: 16px;
}
.Fleet_banner ul li strong {
    font-size: 28px;
    margin-right: 0;
}
.Fleet_banner ul.big_list li::before,.Fleet_banner.Repair_banner ul.big_list li::before {
    font-size: 20px;
    bottom: 0;
}
.Fleet_banner ul.checklist li,.Fleet_banner.Repair_banner ul.checklist li {
    font-size: 16px;
    line-height: 40px;
}
.About_sec-02 .vc_row:last-child .vc_col-sm-6:first-child .vc_column-inner {
    padding-right: 15px !important;
    padding-top: 40px;
}
.About_sec-02 .vc_row:first-child .vc_col-sm-6:first-child .vc_column-inner{
    padding-right: 15px !important;
}
.Home_sec-02.About_sec-02 {
    padding-top: 80px !important;
}
.Home_sec-04.Fleet_services {
    padding-bottom: 0 !important;
}
.About_banner h2 {
    font-size: 58px !important;
}
.About_banner p {
    font-size: 18px;
}
.About_banner {
    padding-top: 50px !important;
    padding-bottom: 50px;
}
.About_sec-02 .theme-content p {
    font-size: 16px;
    line-height: 28px;
}
.About_sec-02 .vc_row:last-child {
    display: flex;
    flex-direction: column-reverse;
    padding-top: 50px !important;
}
.Contact_details ul li {
    padding: 30px 80px;
    font-size: 18px;
    line-height: 22px;
}
.Fleet_sec02 p br {
    display: none;
}
.Contact_details ul li::before {
    left: 20px;
}
.Home_sec-04 .service_row .col-lg-4 {
    max-width: 50%;
    flex: 50%;
}

.services-box .services-img {
    height: 280px;
}
}
@media only screen and (max-width:767px){
.Home_sec-06 .vc_row {
    padding-right: 15px;
}
.Home_sec-08 .vc_tta-panel-heading .vc_tta-panel-title a {
    font-size: 20px;
}
.theme-content ul li {
    font-size: 16px;
}

.theme-content p {
    font-size: 16px;
    line-height: 22px;
}
#bullet-points, #bullet-points2{
	display: block !important;	
}
#bullet-points .item h3 strong, #bullet-points2 .item h3 strong{
    font-size: 32px !important;
    color: #FFC400;
}
#bullet-points .item h3, #bullet-points2 .item h3 {
    font-size: 22px;
    color: #fff;
	text-align: center;
}
.big_list {
    display: none !important;
}
.Fleet_banner ul.checklist {
    padding-top: 40px;
}
@keyframes animate-width {
    from { width: 0px; }
    to { width: 180px; }
}
.Home_sec-07.Fleet_sec02 {
}
.Home_sec-05.About_pg-sec {
    padding-bottom: 100px !important;
}
.contact_form .btn-primary:hover {
    background: #302E2E !important;
    color: #fff !important;
}
.Home_sec-03 .vc_col-sm-6 .vc_column-inner {
    height: 460px;
}
.Home_sec-04.Fleet_services .service_row .col-lg-4{
    max-width: 100%;
    flex: 100%;
}
.Home_sec-03 h2 {
    font-size: 50px !important;
    line-height: 50px !important;
}
.ft-18 p {
    font-size: 18px;
}
.ft-18 p br {
    display: block;
}
.service_row .col-lg-3 {
    padding: 0 15px !important;
    max-width: 50%;
    flex: 0 0 50%;
}
.services-box .services-con h3 {
    font-size: 20px;
}
.services-box .services-con {
    padding: 16px 12px;
}
.services-box .services-img {
    height: 261px;
}
.Home_sec-05 {
    text-align: center;
    padding-top: 60px !important;
    padding-bottom: 100px;
}
.theme-content ul li::after{
    display: none;
}
.Home_sec-05 ul {
    column-count: 2;
}
.theme-h2 {
    text-align: center !important;
}
.theme-h2.left_line::before {
    margin: 0 auto;
}
.theme-h2::before {
    width: 180px;
}
.Home_sec-05 .vc_col-sm-6:first-child {
    padding-bottom: 40px;
}
.theme-content h2, {
    font-size: 50px;
    line-height: 60px;
}
.Home_sec-07:before {
    height: 780px;
    top: 53%;
    border-radius: 0;
    width: 100%;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.Home_sec-07 .vc_col-sm-4 {
    padding-top: 80px;
}
.Home_sec-07 h2 {
    text-align: center !important;
}
.contact_form{
    padding-right: 0;
}
.service_row .col-lg-4 {
    max-width: 50%;
    flex: 0 0 50%;
}
.Fleet_services .services-box .services-img {
    height: 430px;
}
.Contact_details {
    left: 0;
    right: 0;
    margin:  auto;
    width: 60%;
    bottom: 240px;
}
.Insight_sec .row .col-md-6 {
    max-width: 50%;
}
.Home_sec-02 {
    padding-top: 60px !important;
    padding-bottom: 60px;
}
.Home_sec-04 {
    padding-top: 60px !important;
    padding-bottom: 50px;
}
.Home_sec-06 {
    padding-bottom: 60px;
}
.Home_sec-08 .vc_tta-panel-body {
    padding: 0 !important;
}
.Home_sec-08 {
    padding-top: 60px !important;
    padding-bottom: 60px;
}
.theme-btn.btn_dark .vc_general:hover {
    background: #2F2E2E !important;
    color: #FFC400 !important;
    border-color: #2F2E2E !important;
}
.theme-btn .vc_general:hover {
    background: #FFC400 !important;
    color: #2f2e2e !important;
    border-color: #FFC400 !important;
}
.theme-btn.btn_light .vc_general:hover {
    background: transparent !important;
    color: #ffffff !important;
}
.Home_sec-02 .vc_col-sm-6:first-child .vc_column-inner {
    padding-right: 15px !important;
}
.Home_sec-05 ul li {
    width: 63%;
    margin: 0 auto 12px;
}
}
@media only screen and (max-width:630px){
.theme-h2.left_line.d-none {
    display: block !important;
}
.mob_none {
    display: none;
}
.Home_sec-04 .service_row .col-lg-4 {
    max-width: 100%;
    flex: 100%;
}
.services-box .services-img {
    height: 400px;
}
.call_us-para p::before {left: 0%;}
.theme-footer .textwidget ul li {
    margin-right: 30px;
    font-size: 14px;
}
.Home_sec-01 h1 {
    font-size: 52px;
    line-height: 60px;
}
.Home_sec-08 h2 {
    font-size: 38px !important;
    line-height: 50px !important;
}
.ft-18 p {
    font-size: 16px;
}
.Home_sec-08 .vc_tta-panel-heading .vc_tta-panel-title a {
    font-size: 18px;
}
.call_btn a {
    width: 30%;
}
.theme-btn .vc_general {
    padding: 15px 30px !important;
}
.theme-footer .textwidget ul {
    display: inline-block;
}
.theme-footer .textwidget ul li {
    margin: 0 0 30px 0;
}
.Fleet_banner ul.big_list li {
    padding-right: 30px;
}
.Fleet_banner ul li strong {
    margin-right: 5px;
}
.Fleet_banner ul.big_list li::before,
.Fleet_banner.Repair_banner ul.big_list li::before {
    bottom: 17px;
}
.Fleet_banner h2 {
    font-size: 40px;
    line-height: 50px;
}
.Fleet_banner ul.checklist li,.Fleet_banner.Repair_banner ul.checklist li {
    font-size: 14px;
}
.About_banner p {
    font-size: 16px;
    margin-top: 5px;
}

.About_banner h2 {
    font-size: 40px !important;
    line-height: 48px !important;
}
.Home_sec-05 ul li {
    width: 76%;
}
.marquee_main {
    animation: marquee 5s linear infinite;
}
}
@media only screen and (max-width:520px){
.call_us-para p, .call_us-para p::before,.Home_sec-07 h2 {
	font-size: 34px !important;
}
.call_btn a {
    width: 37%;
}
.Home_sec-01 p {
    font-size: 20px;
}
.theme-btn .vc_general {
    padding: 12px 20px !important;
    font-size: 18px !important;
}
.Home_sec-01 h1 {
    font-size: 44px;
}
.service_row .col-lg-3 {
    max-width: 100%;
    flex: 0 0 100%;
}
.services-box .services-img {
    height: 220px;
}
.service-icon img {
    width: 50px;
    height: 50px;
}
.theme-btn.btn_small .vc_general {
    font-size: 16px !important;
    padding: 15px 30px !important;
}
.marquee_main .marquee_item .brands-img {
    width: 130px;
    height: 40px;
    margin-right: 30px;
}
.Fleet_banner h2 {
    font-size: 32px;
    line-height: 42px;
}
.Fleet_banner ul.checklist li,
.Fleet_banner.Repair_banner ul.checklist li{
    width: 100%;
    text-align: left !important;
    padding-left: 20%;
}
.Fleet_banner ul.big_list li {
    line-height: 20px;
}
.Home_sec-07.Fleet_sec02 .contact_form {
    padding: 30px 30px;
}
.Fleet_services .services-box .services-con h3 {
    font-size: 18px;
}
.Fleet_services .theme-h2 {
    font-size: 48px !important;
    line-height: 60px !important;
    margin-bottom: 40px !important;
}
.About_banner p {
    font-size: 14px;
}
.Contact_details {
    width: 80%;
}
.About_banner h2 {
    font-size: 32px !important;
    line-height: 40px !important;
}
.Insight_sec .row .col-md-6{
    max-width: 100%;
}
.Home_sec-05 ul li {
    width: 46%;
}
.Home_sec-05 ul {
    column-count: 1;
}
.theme-content ul li strong {
    display: block;
}
.theme-content ul li {
    line-height: 26px;
    padding-left: 25px;
    margin-bottom: 15px;
}
.services-box .services-con {
    padding: 5px 10px;
}
.services-box .services-con h3 {
    font-size: 12px;
}
.Home_sec-04 .service_row .col-lg-4 {
    max-width: 50%;
    flex: 50%;
}
.Home_sec-02 .vc_col-sm-6 {
    text-align: left;
}
.theme-content ul li::before {
    position: absolute;
    left: 0;
}
.theme-content h2::before {
    margin: unset;
}
.theme-content p strong {
    padding: 0;
}
.theme-content p strong::before {
    display: none;
}
.Home_sec-02 {
    padding-bottom: 30px;
}
.Contact_sec-01 .theme-content strong {
    margin: 0 !important;
}
.Contact_sec-01 .theme-content ul {
    padding-top: 20px;
}
.Contact_sec-01 .theme-content ul li {
    font-size: 14px;
}
.Contact_sec-01 {
    padding-top: 60px !important;
    padding-bottom: 60px;
}
.Map_cnt-detail-sec ul {
    padding-top: 0;
}
section.vc_section.Map_cnt-detail-sec {
    padding-bottom: 0 !important;
}
section.vc_section.Insight_sec {
    padding-top: 50px !important;
}

.page-id-189 .Home_sec-05 {
    padding-top: 30px !important;
}
.page-id-216 .Home_sec-06 {
    padding-bottom: 0;
}

.page-id-216 .Home_sec-08 {
    padding-top: 0 !important;
}
}
@media only screen and (max-width:420px){
.call_us-para p, .call_us-para p::before, .Home_sec-07 h2 {
    font-size: 26px !important;
    line-height: 40px;
}
.call_us-para p::before{
  left: 0;
}
.Home_sec-01 h1 {
    font-size: 36px;
    line-height: 46px;
}
.Home_sec-01 p {
    font-size: 16px;
    line-height: 28px;
}
.theme-btn .vc_general {
    padding: 15px 0px !important;
    width: 100%;
}
.theme-btn {
    width: 100%;
    margin: 0 !important;
}
.theme-btn.btn_light {
    margin-top: 15px !important;
    margin-left: 0 !important;
}
.theme-content ul li {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 18px;
}
.theme-content p {
    font-size: 16px;
    line-height: 28px;
}
.theme-content p strong {
    line-height: 22px;
}
.ft-18 p br {
    display: none;
}
.Home_sec-05 ul {
    column-count: 1;
}
.theme-btn.btn_dark.btn_small {
    margin-bottom: 15px !important;
}
.Home_sec-07:before {
    height: 700px;
    top: 55%;
}
.Home_sec-08 h2 {
}
.theme-btn.btn_small {
    margin: 0 !important;
}
.call_btn a {
    width: 100%;
    justify-content: center;
}
.theme-h2, .Home_sec-06 .theme-h2 {
    font-size: 36px  !important;
    padding-bottom: 8px;
}
.Fleet_banner ul.big_list {
    display: inline-block;
    width: 100%;
}
.Fleet_banner ul.big_list li {
    line-height: 60px;
}
.Fleet_banner ul.big_list li::before,
.Fleet_banner.Repair_banner ul.big_list li::before {
    bottom: -30px;
    right: 50%;
    transform: rotate(89deg);
}
.Fleet_banner h2 {
    font-size: 28px;
    line-height: 37px;
}
.service_row .col-lg-4 {
    max-width: 100%;
    flex: 0 0 100%;
}
.Fleet_services .services-box .services-img {
    height: 290px;
}
.Fleet_services .services-box .services-con h3 {
    font-size: 26px;
}
.Fleet_services .theme-h2 {
    font-size: 38px !important;
    line-height: 42px !important;
}
.Contact_details ul li {
    font-size: 16px;
}
.Contact_details {
    width: 90%;
}
.Fleet_banner ul.checklist li,
.Fleet_banner.Repair_banner ul.checklist li {
    padding-left: 15%;
}
.Home_sec-05 ul li {
    width: 60%;
}
.Home_sec-08 .vc_tta-panel-heading .vc_tta-panel-title a {
    font-size: 14px !important;
}
.Home_sec-04 .service_row .col-lg-4 {
    max-width: 100%;
    flex: 100%;
}
.services-box .services-img {
    height: auto;
}
.services-box .services-con h3 {
    font-size: 18px;
}
.Home_sec-04 {
    padding-top: 20px !important;
    padding-bottom: 20px;
}
.Home_sec-08 .vc_tta-panel-heading .vc_tta-panel-title a {
    font-size: 12px !important;
}
.theme-footer h3 {
    font-size: 22px;
    line-height: 30px;
}
.Home_sec-05 {
    padding-top: 20px !important;
    padding-bottom: 100px;
}
}
@media only screen and (max-width:375px){
.call_us-para p::before {
    left: 3%;
}
.Home_sec-01 h1 {
    font-size: 30px;
    line-height: 40px;
}
.Home_sec-01 {
    padding-top: 120px !important;
    padding-bottom: 60px !important;
}
.theme-content h2 {
    font-size: 26px;
}
.Home_sec-03 h2 {
    font-size: 42px !important;
    line-height: 44px !important;
}
.Home_sec-03 .vc_col-sm-6 .vc_column-inner {
    height: 400px;
}
.services-box .services-img {
    height: 300px;
}
.Home_sec-07:before {
    height: 630px;
    top: 58%;
}
.Home_sec-08 h2 {
    font-size: 32px !important;
    line-height: 38px !important;
}
.Home_sec-08 .vc_tta-panel-heading .vc_tta-panel-title a {
    font-size: 13px;
    padding: 18px 0 !important;
}
.vc_tta-panel-body .ft-18 p {
    font-size: 14px;
    line-height: 23px;
}
.Fleet_banner ul.checklist li,
.Fleet_banner.Repair_banner ul.checklist li {
    padding-left: 9%;
}
.Home_sec-05 ul li {
    width: 70%;
}
.call_us-para p, .call_us-para p::before, .Home_sec-07 h2 {
    font-size: 23px !important;
}
}
@media only screen and (max-width:320px){
.theme-content p strong br {
    display: none;
}
.theme-content p {
    line-height: 22px;
}
.theme-h2,
.Home_sec-06 .theme-h2 {
    font-size: 32px !important;
}
.services-box .services-con h3 {
    font-size: 16px;
}
.Home_sec-05 ul li {
    width: 77%;
}
.testimonials-box .testimonials-content p {
    font-size: 14px;
    line-height: 22px;
}
.Home_sec-07 .vc_col-sm-4 {
    padding-top: 60px;
}
.Home_sec-07:before {
    height: 540px;
    top: 61%;
}
.theme-content h2 {
    font-size: 24px;
    line-height: 32px;
}
.Fleet_banner ul.checklist li, .Fleet_banner.Repair_banner ul.checklist li {
    padding-left: 0;
}
#bullet-points .item h3, #bullet-points2 .item h3 {
    font-size: 20px;
}
.Fleet_banner h2 {
    font-size: 24px;
    line-height: 30px;
}
.call_us-para p, .call_us-para p::before, .Home_sec-07 h2 {
    font-size: 19px !important;
}
.contact_form p input {
    height: 40px;
    border-radius: 4px;
}
.contact_form p textarea {
    border-radius: 4px;
}
.Home_sec-07.Fleet_sec02 .contact_form {
    padding: 15px;
    border-radius: 10px;
}
}
.Contact_sec-01 .wpcf7 form.sent .wpcf7-response-output {
    color: #ffffff;
    border-color: #f3b610;
}