/*
||===================================================||
||                                                   ||
||          Table of Contents Page Builder           ||
||                                                   ||
||          1. 	Animated Typing                      ||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
||													 ||
||					Other Style						 ||
||                                                   ||
||          1. Animation                             ||
||          2. Extra class VC                        ||
||          3. Responsive VC                       	 ||
||                                                   ||
==================================================== ||
*/
/*============================================
== Hotspot
==============================================*/
.fl-hotspot-shortcode {
  position: relative; }
  .fl-hotspot-shortcode .HotspotPlugin_Hotspot {
    margin-top: -12.5px;
    margin-left: -12.5px;
    z-index: 200;
    width: 25px;
    height: 25px;
    position: absolute;
    cursor: pointer; }
    .fl-hotspot-shortcode .HotspotPlugin_Hotspot:before {
      content: "+";
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      border-radius: 50%;
      transform: scale(1);
      z-index: 2;
      -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.3); }
    .fl-hotspot-shortcode .HotspotPlugin_Hotspot > div {
      background: #fff;
      min-width: 300px;
      top: auto;
      bottom: 100%;
      left: 50%;
      margin: 0 0 10px 0; }
      .fl-hotspot-shortcode .HotspotPlugin_Hotspot > div.hidden {
        transform: translate(-50%, 0) scale(0.55);
        opacity: 0;
        visibility: hidden; }
  .fl-hotspot-shortcode .HotspotPlugin_Hotspot > div {
    font-size: 10px;
    display: block;
    flex-wrap: wrap;
    position: absolute;
    bottom: auto;
    top: 100%;
    left: 50%;
    margin-top: 15px;
    padding: 20px 15px;
    background: #fff;
    box-shadow: 7px 15px 70px 0 rgba(0, 0, 0, 0.25);
    transform: translateX(-50%) scale(1);
    transition: all .3s ease .2s;
    z-index: 3;
    text-align: left; }
    .fl-hotspot-shortcode .HotspotPlugin_Hotspot > div:before {
      position: absolute;
      left: 50%;
      top: -10px;
      transform: translate(-50%, 0);
      content: '';
      border-style: solid;
      border-width: 0 7px 10px 7px;
      border-color: transparent transparent #FFFFFF transparent; }
  .fl-hotspot-shortcode .close-item {
    display: none; }
  .fl-hotspot-shortcode .Hotspot_Title {
    font-size: 17px;
    color: #222222;
    margin-bottom: 7px; }
  .fl-hotspot-shortcode .Hotspot_Message {
    font-size: 13px;
    line-height: 1.6; }

@-webkit-keyframes Fl_Hotspot_Animation {
  0%,
	100% {
    -webkit-transform: scale(1); }
  50% {
    -webkit-transform: scale(1.1); } }
/*============================================
== Home Page Blog Post
==============================================*/
.fl-blog-style--1 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .fl-blog-style--1 .left-post-content .blog-post .post-holder a:hover {
    opacity: .9; }
  .fl-blog-style--1 .blog-post {
    background: #fff;
    margin-bottom: 9px;
    -webkit-box-shadow: 0px 0px 45px -20px rgba(0, 0, 0, 0.36);
    -moz-box-shadow: 0px 0px 45px -20px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 0px 45px -20px rgba(0, 0, 0, 0.36); }
    .fl-blog-style--1 .blog-post .post-top-info {
      font-size: 14px;
      color: #222222; }
      .fl-blog-style--1 .blog-post .post-top-info a {
        color: inherit;
        transition: .3s ease; }
        .fl-blog-style--1 .blog-post .post-top-info a:hover {
          transition: .3s ease; }
      .fl-blog-style--1 .blog-post .post-top-info .post-date {
        margin-right: 3px; }
    .fl-blog-style--1 .blog-post .post-title {
      color: #222222;
      font-size: 20px;
      padding: 40px;
      padding-bottom: 30px; }
      .fl-blog-style--1 .blog-post .post-title a {
        line-height: 1.5;
        color: inherit;
        transition: .3s ease; }
        .fl-blog-style--1 .blog-post .post-title a:hover {
          transition: .3s ease; }
    .fl-blog-style--1 .blog-post .post-bottom-content {
      padding: 40px;
      padding-top: 0px;
      border-bottom: 1px #dddddd solid; }
    .fl-blog-style--1 .blog-post .fl-blog-post-bottom-content {
      display: flex;
      padding: 22px 0px;
      position: relative;
      margin: 0px 40px; }
      .fl-blog-style--1 .blog-post .fl-blog-post-bottom-content i {
        margin-right: 8px; }
      .fl-blog-style--1 .blog-post .fl-blog-post-bottom-content .post-top-info .post-author {
        padding: 0px 15px;
        margin: 0px 15px;
        border-left: 1px #dddddd solid;
        border-right: 1px #dddddd solid; }
      .fl-blog-style--1 .blog-post .fl-blog-post-bottom-content .fl-blog-post-readmore {
        line-height: 14px;
        margin-top: -6px;
        display: table;
        margin: 0 auto;
        margin-right: 0px;
        padding: 13px 18px;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        transition: all .3s ease-in-out; }
        .fl-blog-style--1 .blog-post .fl-blog-post-bottom-content .fl-blog-post-readmore:hover {
          opacity: .8;
          transition: all .2s ease-in-out; }

.fl-blog-style--2 {
  display: flex;
  flex-wrap: wrap; }
  .fl-blog-style--2 .fl-post--item {
    margin-bottom: 45px; }
    .fl-blog-style--2 .fl-post--item:hover .post-top-content .post--holder a {
      transition: .3s ease;
      opacity: 1;
      visibility: visible; }
      .fl-blog-style--2 .fl-post--item:hover .post-top-content .post--holder a .link-decor {
        opacity: 1; }
        .fl-blog-style--2 .fl-post--item:hover .post-top-content .post--holder a .link-decor:first-child {
          margin-left: -13px; }
        .fl-blog-style--2 .fl-post--item:hover .post-top-content .post--holder a .link-decor:last-child {
          margin-left: 13px; }
    .fl-blog-style--2 .fl-post--item .post-top-content .post--holder {
      position: relative; }
      .fl-blog-style--2 .fl-post--item .post-top-content .post--holder a {
        transition: .3s ease;
        opacity: 0;
        visibility: hidden;
        top: 0;
        left: 0;
        position: absolute;
        z-index: 1;
        width: 100%;
        height: 100%;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        background: rgba(31, 31, 31, 0.5); }
        .fl-blog-style--2 .fl-post--item .post-top-content .post--holder a .link-decor {
          display: inline-block;
          opacity: 0;
          position: absolute;
          z-index: 5;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          width: 6px;
          height: 6px;
          border-radius: 50%;
          transition: all 0.5s ease; }
      .fl-blog-style--2 .fl-post--item .post-top-content .post--holder a.post-link {
        width: fit-content;
        height: fit-content;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        padding: 18px 30px;
        line-height: 14px;
        font-size: 16px;
        color: #fff;
        font-weight: 600;
        background-color: #e3740e; }
        .fl-blog-style--2 .fl-post--item .post-top-content .post--holder a.post-link:hover {
          color: #ffffff !important;
          opacity: 0.9; }
    .fl-blog-style--2 .fl-post--item .post-bottom-content {
      padding: 30px 0;
      padding-bottom: 0px; }
      .fl-blog-style--2 .fl-post--item .post-bottom-content .category-post {
        margin-bottom: 15px; }
        .fl-blog-style--2 .fl-post--item .post-bottom-content .category-post a {
          line-height: 1;
          display: inline-flex;
          font-size: 11px;
          padding: 9px 13px;
          border: 1px solid #ddd;
          text-transform: uppercase;
          color: #222222;
          transition: .3s ease;
          margin-right: 3px;
          margin-bottom: 5px; }
          .fl-blog-style--2 .fl-post--item .post-bottom-content .category-post a:hover {
            transition: .3s ease;
            color: #fff; }
      .fl-blog-style--2 .fl-post--item .post-bottom-content .post--title {
        font-size: 22px;
        line-height: 1.5;
        margin-bottom: 15px;
        padding: 0 30px;
        overflow: hidden; }
        .fl-blog-style--2 .fl-post--item .post-bottom-content .post--title a {
          color: #222222;
          transition: .3s ease-in-out; }
          .fl-blog-style--2 .fl-post--item .post-bottom-content .post--title a:hover {
            color: #e3740e;
            transition: .3s ease; }
      .fl-blog-style--2 .fl-post--item .post-bottom-content .post-info {
        font-size: 12px;
        padding: 15px 30px;
        position: relative;
        border-top: 1px #dddddd solid;
        border-bottom: 1px #dddddd solid;
        text-align: center; }
        .fl-blog-style--2 .fl-post--item .post-bottom-content .post-info .fl-comment-count i {
          padding-right: 5px; }
        .fl-blog-style--2 .fl-post--item .post-bottom-content .post-info .author-post span {
          padding-right: 5px; }
        .fl-blog-style--2 .fl-post--item .post-bottom-content .post-info .author-post .author-link a {
          color: #e3740e; }
          .fl-blog-style--2 .fl-post--item .post-bottom-content .post-info .author-post .author-link a:hover {
            text-decoration: underline; }
        .fl-blog-style--2 .fl-post--item .post-bottom-content .post-info .date-post, .fl-blog-style--2 .fl-post--item .post-bottom-content .post-info .author-post {
          display: inline-block; }
          .fl-blog-style--2 .fl-post--item .post-bottom-content .post-info .date-post a, .fl-blog-style--2 .fl-post--item .post-bottom-content .post-info .author-post a {
            color: inherit;
            transition: .3s ease; }
            .fl-blog-style--2 .fl-post--item .post-bottom-content .post-info .date-post a:hover, .fl-blog-style--2 .fl-post--item .post-bottom-content .post-info .author-post a:hover {
              transition: .3s ease; }
        .fl-blog-style--2 .fl-post--item .post-bottom-content .post-info .fl-comment-count {
          margin-right: 15px; }
        .fl-blog-style--2 .fl-post--item .post-bottom-content .post-info .author-post {
          padding: 0px 15px;
          margin: 0px 15px;
          border-left: 1px #dddddd solid;
          border-right: 1px #dddddd solid; }
      .fl-blog-style--2 .fl-post--item .post-bottom-content .post-text--content {
        color: #555555;
        margin-bottom: 35px;
        padding: 0 30px; }
      .fl-blog-style--2 .fl-post--item .post-bottom-content .post-btn-read-more {
        text-align: center;
        margin-top: 35px;
        margin-bottom: 35px; }
        .fl-blog-style--2 .fl-post--item .post-bottom-content .post-btn-read-more a {
          padding: 10px 20px;
          transition: all .3s;
          font-size: 14px; }

.fl-single-image-absolute-right {
  display: flex;
  position: absolute !important;
  right: 0; }

/*============================================
==  Button
==============================================*/
.secondary-btn-style span.fl-vc-button {
  background-color: transparent !important;
  border: #ffffff 2px solid; }

.fl-button-responsive-none {
  display: block; }

.button-container {
  overflow: hidden;
  display: inline-flex; }
  .button-container .fl-vc-button {
    line-height: 1;
    font-size: 13px;
    padding: 20px 45px;
    color: #fff;
    transition: .3s ease;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center; }
  .button-container:not([data-animation='true']) {
    transition: .3s ease; }
    .button-container:not([data-animation='true']):hover {
      transition: .3s ease; }
  .button-container[data-animation] .fl-vc-button {
    z-index: 2;
    position: relative;
    border: 2px solid;
    overflow: hidden; }
    .button-container[data-animation] .fl-vc-button:after, .button-container[data-animation] .fl-vc-button:before {
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .button-container[data-animation] .fl-vc-button:before {
      z-index: -2; }
    .button-container[data-animation] .fl-vc-button:after {
      width: 100%;
      left: 0%;
      z-index: -1;
      -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
      transform-origin: 0 50%;
      -webkit-transform: skew(-35deg) scaleX(0);
      -ms-transform: skew(-35deg) scaleX(0);
      transform: skew(-35deg) scaleX(0);
      -webkit-transition: -webkit-transform .5s ease;
      transition: -webkit-transform .5s ease;
      -o-transition: transform .5s ease;
      transition: transform .5s ease;
      transition: transform .5s ease,-webkit-transform .5s ease; }
  .button-container[data-animation]:hover .fl-vc-button {
    opacity: 1; }
    .button-container[data-animation]:hover .fl-vc-button:after {
      -webkit-transform: skew(0deg) scaleX(1);
      -ms-transform: skew(0deg) scaleX(1);
      transform: skew(0deg) scaleX(1); }
  .button-container.small-btn .fl-vc-button {
    padding: 15px 35px;
    font-size: 11px; }
  .button-container.large-btn .fl-vc-button {
    padding: 25px 55px;
    font-size: 14px; }
  .button-container:hover {
    color: #fff;
    transition: .3s ease; }

/*============================================
==  Title
==============================================*/
.fl-vc-custom-title-container {
  position: relative;
  padding-bottom: 30px; }
  .fl-vc-custom-title-container:before {
    content: '';
    width: 50px;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #e3740e !important; }
  .fl-vc-custom-title-container:after {
    content: '';
    width: 10px;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 75px;
    right: 0;
    margin: auto;
    background-color: #e3740e !important; }
  .fl-vc-custom-title-container .custom-title-content-wrapper .fl-title-vc {
    position: relative; }

.fl-slider-subtitle {
  position: relative; }
  .fl-slider-subtitle:before {
    content: '';
    width: 50px;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 12px;
    left: -80px;
    margin: auto; }
  .fl-slider-subtitle:after {
    content: '';
    width: 10px;
    height: 2px;
    display: block;
    position: absolute;
    bottom: 12px;
    left: -25px;
    margin: auto; }

/*============================================
==  Vehicle Search
==============================================*/
.fl-vc-vehicle-search.fl-search-style--one {
  margin-top: -70px;
  border-top: 3px #ffffff solid;
  padding: 60px;
  position: relative; }
  .fl-vc-vehicle-search.fl-search-style--one .home-pixad-filter {
    margin-bottom: 70px; }
    .fl-vc-vehicle-search.fl-search-style--one .home-pixad-filter .list-categories {
      text-align: center; }
      .fl-vc-vehicle-search.fl-search-style--one .home-pixad-filter .list-categories .list-categories__item {
        display: inline-flex; }
        .fl-vc-vehicle-search.fl-search-style--one .home-pixad-filter .list-categories .list-categories__item input {
          display: none; }
        .fl-vc-vehicle-search.fl-search-style--one .home-pixad-filter .list-categories .list-categories__item label {
          margin-right: 5px;
          margin-left: 5px;
          cursor: pointer;
          padding: 10px 20px;
          border: 2px solid transparent;
          border-radius: 2px;
          transition: .3s ease; }
          .fl-vc-vehicle-search.fl-search-style--one .home-pixad-filter .list-categories .list-categories__item label .body-icon-wrapper i {
            font-size: 70px;
            line-height: .8;
            opacity: .4;
            color: #ccc;
            transition: all .3s ease; }
          .fl-vc-vehicle-search.fl-search-style--one .home-pixad-filter .list-categories .list-categories__item label .auto_body_name {
            line-height: 1;
            font-size: 11px;
            color: rgba(255, 255, 255, 0.4);
            text-transform: uppercase; }
        .fl-vc-vehicle-search.fl-search-style--one .home-pixad-filter .list-categories .list-categories__item input[type=checkbox]:checked + label .body-icon-wrapper i {
          opacity: 1;
          color: #fff;
          transition: all .3s ease; }
        .fl-vc-vehicle-search.fl-search-style--one .home-pixad-filter .list-categories .list-categories__item:hover label {
          transition: .3s ease; }
        .fl-vc-vehicle-search.fl-search-style--one .home-pixad-filter .list-categories .list-categories__item:hover .body-icon-wrapper i {
          opacity: 1;
          color: #fff;
          transition: all .3s ease; }
  .fl-vc-vehicle-search.fl-search-style--one img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: -1;
    opacity: .05;
    width: 100%;
    height: 100%; }
  .fl-vc-vehicle-search.fl-search-style--one h2 {
    color: #fff;
    font-size: 36px;
    position: relative;
    width: fit-content;
    text-align: left;
    padding-bottom: 20px;
    margin-bottom: 50px; }
    .fl-vc-vehicle-search.fl-search-style--one h2:before {
      content: '';
      width: 50px;
      height: 2px;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      margin: auto;
      background: #fff; }
    .fl-vc-vehicle-search.fl-search-style--one h2:after {
      content: '';
      width: 10px;
      height: 2px;
      display: block;
      position: absolute;
      bottom: 0;
      left: 55px;
      margin: auto;
      background: #fff; }
  .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search {
    margin-bottom: 15px;
    display: inline-block;
    width: 85%;
    margin: 0 auto;
    text-align: left; }
    .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search .fl-search-vehicle-booking input {
      margin-bottom: 0px;
      min-height: 60px; }
    .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search .jelect-input {
      color: #222; }
    .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search .fl-select-year-range {
      background: transparent !important; }
    .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search .select {
      margin-right: 15px;
      padding: 0px;
      border-radius: 2px; }
      .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search .select .jelect-options {
        margin-left: 0px;
        box-shadow: unset; }
        .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search .select .jelect-options li {
          padding: 8px 20px; }
          .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search .select .jelect-options li:before {
            content: ''; }
      .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search .select .home-search-label {
        font-size: 14px;
        line-height: 1;
        margin-bottom: 15px;
        color: #ffffff; }
      .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search .select .jelect-current {
        background: #ffffff !important;
        color: #222222;
        border: none;
        transition: .3s ease;
        min-height: 60px;
        display: flex;
        align-items: center; }
        .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search .select .jelect-current:after {
          color: #222222; }
        .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search .select .jelect-current:hover {
          box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
          transition: .3s ease;
          background: #fff !important; }
    .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search .col-4 {
      display: inline-block;
      margin: 10px 1%;
      max-width: 225px; }
      .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search .col-4:first-child {
        margin-left: 0px; }
    .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search .col-5 {
      margin: 10px 1%; }
    .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search .slider-price__input {
      display: inline-block;
      margin-bottom: 15px;
      height: 25px;
      font-size: 15px;
      color: #222;
      border: none;
      background-color: #fff;
      border-radius: 1px;
      overflow: hidden; }
    .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search #slider-year_min {
      text-align: left;
      width: 100%; }
    .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search #slider-year_max {
      text-align: right;
      width: 100%; }
    .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search #slider-price_min {
      text-align: left;
      width: 100%;
      min-height: 60px;
      margin-right: 20px; }
      .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search #slider-price_min::placeholder {
        color: #222; }
    .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search #slider-price_max {
      text-align: left;
      width: 100%;
      min-height: 60px; }
      .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search #slider-price_max::placeholder {
        color: #222; }
    .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search .noUi-target {
      background: #dddddd;
      width: calc(100% - 12px); }
    .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search .noUi-base {
      width: 100%;
      height: 6px;
      position: relative; }
    .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search .noUi-origin {
      position: absolute;
      right: 0;
      top: 0px;
      height: 6px;
      left: 0;
      bottom: 0;
      background: #fff;
      border-radius: 3px; }
    .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search .noUi-origin + .noUi-origin {
      border: 0; }
    .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search .noUi-horizontal .noUi-handle {
      height: 18px;
      left: -7px;
      top: -6px;
      width: 18px;
      cursor: pointer; }
    .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search .noUi-horizontal .noUi-handle:after {
      position: absolute;
      width: 16px;
      height: 16px;
      left: 8px;
      content: '';
      display: block;
      top: 8px;
      border-radius: 50%; }
    .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search .noUi-horizontal .noUi-handle {
      height: 18px;
      left: -7px;
      top: -6px;
      width: 18px;
      cursor: pointer; }
    .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search .noUi-horizontal .noUi-handle:after {
      position: absolute;
      width: 16px;
      height: 16px;
      left: -2px;
      content: '';
      display: block;
      top: -5px;
      border-radius: 50%; }
    .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search .noUi-horizontal .noUi-handle:before {
      position: absolute;
      width: 15px;
      height: 15px;
      left: -10px;
      content: '';
      display: block;
      top: -5px;
      -webkit-border-radius: 50%;
      border: 4px #ffffff solid;
      border-radius: 50%;
      z-index: 2; }
    .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search .noUi-background {
      background: #dddddd;
      border-radius: 3px;
      margin: 0 auto;
      margin-left: 5px;
      display: none; }
    .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search .slider-price__wrap-input {
      display: flex;
      align-items: center;
      font-size: 15px; }
      .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search .slider-price__wrap-input .tmpl-slide-price-left {
        display: flex; }
        .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search .slider-price__wrap-input .tmpl-slide-price-left input {
          padding: 8px 15px; }
      .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search .slider-price__wrap-input .tmpl-slide-price-right {
        display: flex; }
        .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search .slider-price__wrap-input .tmpl-slide-price-right input {
          padding: 8px 15px; }
      .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search .slider-price__wrap-input span {
        flex-grow: 0;
        color: #fff;
        margin-bottom: 0px; }
      .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search .slider-price__wrap-input #slider-engine_min {
        text-align: left; }
      .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search .slider-price__wrap-input #slider-engine_max, .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search .slider-price__wrap-input #slider-mileage_max {
        text-align: right; }
      .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search .slider-price__wrap-input input {
        flex-grow: 1;
        text-align: left;
        margin-bottom: 0px;
        width: 100%; }
        .fl-vc-vehicle-search.fl-search-style--one form .vc-auto-search .slider-price__wrap-input input::placeholder {
          font-size: 15px; }
  .fl-vc-vehicle-search.fl-search-style--one form .btn {
    position: absolute;
    padding: 0px;
    display: inline-block;
    max-height: 60px;
    bottom: 70px;
    margin: auto;
    text-align: left;
    width: 15%;
    margin-left: 5px; }
    .fl-vc-vehicle-search.fl-search-style--one form .btn .fl-vc-button-search {
      text-transform: uppercase;
      background: #3f64dc !important;
      padding: 20px 30px;
      transition: all .3s ease-in-out; }
      .fl-vc-vehicle-search.fl-search-style--one form .btn .fl-vc-button-search:hover {
        opacity: .8; }
      .fl-vc-vehicle-search.fl-search-style--one form .btn .fl-vc-button-search span {
        font-size: 18px;
        color: #fff; }
      .fl-vc-vehicle-search.fl-search-style--one form .btn .fl-vc-button-search i {
        font-size: 18px;
        color: #fff; }
    .fl-vc-vehicle-search.fl-search-style--one form .btn button {
      min-height: 60px; }
.fl-vc-vehicle-search.fl-search-style--two {
  padding: 50px 0;
  position: relative;
  background-color: #fff;
  display: flex;
  max-width: 1330px;
  margin: 0 auto;
  margin-bottom: 55px; }
  .fl-vc-vehicle-search.fl-search-style--two:before {
    content: '';
    position: absolute;
    width: 300%;
    height: 100%;
    top: 0;
    left: -100%;
    right: -100%;
    -webkit-box-shadow: 0px 0px 45px -28px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 45px -28px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 45px -28px rgba(0, 0, 0, 0.5); }
  .fl-vc-vehicle-search.fl-search-style--two h2 {
    color: #222;
    font-size: 30px;
    position: relative;
    width: fit-content;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: 20px;
    margin: auto;
    margin-left: 0; }
    .fl-vc-vehicle-search.fl-search-style--two h2:before {
      content: '';
      width: 50px;
      height: 2px;
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      margin: auto;
      background: #e3740e; }
    .fl-vc-vehicle-search.fl-search-style--two h2:after {
      content: '';
      width: 10px;
      height: 2px;
      display: block;
      position: absolute;
      bottom: 0;
      left: 55px;
      margin: auto;
      background: #e3740e; }
  .fl-vc-vehicle-search.fl-search-style--two form {
    border: 1px solid #dddddd;
    border-radius: 2px;
    width: 80%; }
    .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search {
      margin-bottom: 15px;
      display: inline-block;
      margin: 0 auto;
      text-align: left; }
      .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search .slider-price {
        display: inline-flex; }
        .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search .slider-price .fl-price-range-title {
          background: #ffffff !important;
          color: #222222;
          border: none;
          transition: .3s ease;
          padding: 15px 30px 15px 40px;
          min-height: 66px;
          width: 55%;
          display: flex;
          align-items: center;
          font-weight: 600; }
        .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search .slider-price .fl-price-range-contain {
          padding-top: 32px; }
          .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search .slider-price .fl-price-range-contain input.slider-price__input {
            padding: 0px; }
      .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search .fl-search-vehicle-booking input {
        margin-bottom: 0px;
        min-height: 60px; }
      .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search .jelect-input {
        color: #222; }
      .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search .fl-select-year-range {
        background: transparent !important; }
      .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search .select {
        padding: 0px;
        border-radius: 2px;
        border-left: 1px solid #dddddd;
        width: fit-content; }
        .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search .select:first-child {
          border-left: 0px; }
        .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search .select .jelect-options {
          margin-left: 0px;
          box-shadow: unset; }
          .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search .select .jelect-options li {
            padding: 8px 20px; }
            .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search .select .jelect-options li:before {
              content: ''; }
        .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search .select .home-search-label {
          font-size: 14px;
          line-height: 1;
          margin-bottom: 15px;
          color: #ffffff; }
        .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search .select .jelect-current {
          background: #ffffff !important;
          color: #222222;
          border: none;
          transition: .3s ease;
          padding: 15px 70px 15px 40px;
          min-height: 76px;
          display: flex;
          align-items: center;
          font-weight: 600; }
          .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search .select .jelect-current:after {
            color: #222222;
            width: 90px; }
      .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search .col-4 {
        display: inline-block;
        max-width: 215px; }
        .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search .col-4:first-child {
          margin-left: 0px; }
      .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search .slider-price__input {
        display: inline-block;
        margin-bottom: 15px;
        height: 25px;
        font-size: 15px;
        color: #222;
        border: none;
        background-color: #fff;
        border-radius: 1px;
        overflow: hidden; }
      .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search #slider-year_min {
        text-align: left;
        width: 100%; }
      .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search #slider-year_max {
        text-align: right;
        width: 100%; }
      .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search #slider-price_min {
        text-align: left;
        width: 100%;
        min-height: 28px; }
        .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search #slider-price_min::placeholder {
          color: #222; }
      .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search #slider-price_max {
        text-align: right;
        width: 100%;
        min-height: 28px; }
        .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search #slider-price_max::placeholder {
          color: #222; }
      .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search .noUi-target {
        background: #dddddd;
        width: 220px; }
      .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search .noUi-base {
        width: 100%;
        height: 6px;
        position: relative; }
      .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search .noUi-origin {
        position: absolute;
        right: 0;
        top: 0px;
        height: 6px;
        left: 0;
        bottom: 0;
        background: #e3740e;
        border-radius: 3px; }
      .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search .noUi-origin + .noUi-origin {
        border: 0; }
      .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search .noUi-horizontal .noUi-handle {
        height: 18px;
        left: -7px;
        top: -6px;
        width: 18px;
        cursor: pointer; }
      .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search .noUi-horizontal .noUi-handle:after {
        position: absolute;
        width: 16px;
        height: 16px;
        left: 8px;
        content: '';
        display: block;
        top: 8px;
        border-radius: 50%; }
      .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search .noUi-horizontal .noUi-handle {
        height: 18px;
        left: -7px;
        top: -6px;
        width: 18px;
        cursor: pointer; }
      .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search .noUi-horizontal .noUi-handle:after {
        position: absolute;
        width: 16px;
        height: 16px;
        left: -2px;
        content: '';
        display: block;
        top: -5px;
        border-radius: 50%; }
      .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search .noUi-horizontal .noUi-handle:before {
        position: absolute;
        width: 15px;
        height: 15px;
        left: -10px;
        content: '';
        display: block;
        top: -5px;
        -webkit-border-radius: 50%;
        border: 4px #ffffff solid;
        background-color: #222222 !important;
        border-radius: 50%;
        z-index: 2;
        -webkit-box-shadow: 0px 0px 5px 2px rgba(34, 60, 80, 0.2);
        -moz-box-shadow: 0px 0px 5px 2px rgba(34, 60, 80, 0.2);
        box-shadow: 0px 0px 5px 2px rgba(34, 60, 80, 0.2); }
      .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search .noUi-background {
        background: #dddddd;
        border-radius: 3px;
        margin: 0 auto;
        margin-left: 5px; }
      .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search .slider-price__wrap-input {
        display: flex;
        align-items: center;
        font-size: 15px;
        width: 94%;
        margin-top: 5px;
        margin-bottom: 5px; }
        .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search .slider-price__wrap-input .tmpl-slide-price-left {
          display: flex;
          color: #222222; }
          .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search .slider-price__wrap-input .tmpl-slide-price-left .currency-symbol {
            margin-top: 1px; }
          .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search .slider-price__wrap-input .tmpl-slide-price-left input {
            padding: 8px 15px; }
        .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search .slider-price__wrap-input .tmpl-slide-price-right {
          display: flex;
          color: #222222; }
          .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search .slider-price__wrap-input .tmpl-slide-price-right .currency-symbol {
            margin-top: 1px; }
          .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search .slider-price__wrap-input .tmpl-slide-price-right input {
            padding: 8px 15px; }
        .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search .slider-price__wrap-input span {
          flex-grow: 0;
          margin-bottom: 0px; }
        .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search .slider-price__wrap-input #slider-engine_min {
          text-align: left; }
        .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search .slider-price__wrap-input #slider-engine_max, .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search .slider-price__wrap-input #slider-mileage_max {
          text-align: right; }
        .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search .slider-price__wrap-input input {
          flex-grow: 1;
          text-align: left;
          margin-bottom: 0px;
          width: 100%; }
          .fl-vc-vehicle-search.fl-search-style--two form .vc-auto-search .slider-price__wrap-input input::placeholder {
            font-size: 15px; }
    .fl-vc-vehicle-search.fl-search-style--two form .btn {
      padding: 0px;
      display: inline-block;
      max-height: 60px;
      margin: auto;
      text-align: left;
      margin-left: 5px;
      width: fit-content;
      margin-top: 8px;
      margin-bottom: 8px;
      float: right;
      position: absolute;
      right: 0; }
      .fl-vc-vehicle-search.fl-search-style--two form .btn .button-container {
        float: right;
        margin-right: 9px; }
        .fl-vc-vehicle-search.fl-search-style--two form .btn .button-container .fl-vc-button-search {
          text-transform: uppercase;
          background: #e3740e !important;
          padding: 20px 30px;
          transition: all .3s ease-in-out; }
          .fl-vc-vehicle-search.fl-search-style--two form .btn .button-container .fl-vc-button-search:hover {
            opacity: .8; }
          .fl-vc-vehicle-search.fl-search-style--two form .btn .button-container .fl-vc-button-search span {
            font-size: 18px;
            color: #fff; }
          .fl-vc-vehicle-search.fl-search-style--two form .btn .button-container .fl-vc-button-search i {
            font-size: 18px;
            color: #fff; }

/*============================================
==  Tabs
==============================================*/
.fl-tabs {
  display: block; }
  .fl-tabs .nav-tabs {
    display: flex;
    border-bottom: 0px !important;
    margin: 20px 0; }
    .fl-tabs .nav-tabs li {
      display: inline-flex;
      cursor: pointer;
      padding: 0;
      color: #555;
      text-align: center;
      margin: 0 15px;
      -webkit-box-shadow: 0px 0px 65px -28px rgba(0, 0, 0, 0.56);
      -moz-box-shadow: 0px 0px 65px -28px rgba(0, 0, 0, 0.56);
      box-shadow: 0px 0px 65px -28px rgba(0, 0, 0, 0.56); }
      .fl-tabs .nav-tabs li:before {
        content: unset; }
      .fl-tabs .nav-tabs li .tab-link-content {
        background-size: cover;
        display: block;
        width: 100%;
        position: relative;
        overflow: hidden; }
        .fl-tabs .nav-tabs li .tab-link-content .inner-content {
          text-align: center;
          display: flex;
          padding: 30px 0; }
          .fl-tabs .nav-tabs li .tab-link-content .inner-content .tabs-icon {
            z-index: 2;
            font-size: 54px;
            position: relative;
            transition: all .3s;
            align-self: center;
            padding: 15px; }
          .fl-tabs .nav-tabs li .tab-link-content .inner-content .tab-title-content {
            display: block;
            position: relative;
            z-index: 2;
            width: 100.5%;
            transition: all .3s;
            font-size: 22px;
            align-self: center;
            text-align: left;
            padding: 30px; }
      .fl-tabs .nav-tabs li:hover {
        cursor: pointer; }
        .fl-tabs .nav-tabs li:hover .tabs-icon {
          color: #fff !important; }

.tab-content > .active {
  display: block; }

.tab-content > .tab-pane {
  display: none; }
  .tab-content > .tab-pane.active {
    display: block; }

/*-------------------------------------------------------------------

==  max-width 991px

-------------------------------------------------------------------*/
@media screen and (max-width: 991px) {
  .fl-tabs {
    flex-wrap: wrap-reverse; } }
/*============================================
==  Phone Number
==============================================*/
.fl-phone-number-wrapper-vc {
  display: flex; }
  .fl-phone-number-wrapper-vc i {
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
    font-size: 34px;
    line-height: 54px; }
  .fl-phone-number-wrapper-vc .fl-phone-container {
    display: block; }
    .fl-phone-number-wrapper-vc .fl-phone-container .phone-text {
      margin-right: 10px;
      display: block;
      margin-bottom: 5px; }
    .fl-phone-number-wrapper-vc .fl-phone-container .phone-number-link {
      display: block;
      color: #222222;
      line-height: 1;
      transition: .3s ease;
      font-size: 26px; }
      .fl-phone-number-wrapper-vc .fl-phone-container .phone-number-link:hover {
        opacity: .7;
        text-decoration: underline;
        transition: .3s ease; }

.fl-phone-bg-box-shadow {
  position: relative;
  -webkit-box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.2);
  transition: all .3s;
  z-index: 2; }

.fl-phone-contain {
  display: inline-flex; }
  .fl-phone-contain .fl-button-wrapper-vc {
    margin-left: 50px; }
  .fl-phone-contain .fl-phone-number-wrapper-vc {
    padding-right: 50px;
    border-right-width: 1px;
    border-right-color: #e1a46b;
    border-right-style: solid; }
  .fl-phone-contain .button-container {
    overflow: hidden;
    display: inline-flex; }
    .fl-phone-contain .button-container .fl-btn-link-vc {
      line-height: 1;
      font-size: 13px;
      padding: 20px 45px;
      color: #fff;
      transition: .3s ease;
      text-transform: uppercase;
      font-weight: 700;
      text-align: center; }
    .fl-phone-contain .button-container:not([data-animation='true']) {
      transition: .3s ease; }
      .fl-phone-contain .button-container:not([data-animation='true']):hover {
        transition: .3s ease; }
    .fl-phone-contain .button-container[data-animation] .fl-vc-button {
      z-index: 2;
      position: relative; }
      .fl-phone-contain .button-container[data-animation] .fl-vc-button:after, .fl-phone-contain .button-container[data-animation] .fl-vc-button:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
      .fl-phone-contain .button-container[data-animation] .fl-vc-button:before {
        z-index: -2; }
      .fl-phone-contain .button-container[data-animation] .fl-vc-button:after {
        width: 100%;
        left: 0%;
        z-index: -1;
        -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
        transform-origin: 0 50%;
        -webkit-transform: skew(-35deg) scaleX(0);
        -ms-transform: skew(-35deg) scaleX(0);
        transform: skew(-35deg) scaleX(0);
        -webkit-transition: -webkit-transform .5s ease;
        transition: -webkit-transform .5s ease;
        -o-transition: transform .5s ease;
        transition: transform .5s ease;
        transition: transform .5s ease,-webkit-transform .5s ease; }
    .fl-phone-contain .button-container[data-animation]:hover .fl-vc-button {
      opacity: 1; }
      .fl-phone-contain .button-container[data-animation]:hover .fl-vc-button:after {
        -webkit-transform: skew(0deg) scaleX(1);
        -ms-transform: skew(0deg) scaleX(1);
        transform: skew(0deg) scaleX(1); }
    .fl-phone-contain .button-container.small-btn .fl-vc-button {
      padding: 15px 35px;
      font-size: 11px; }
    .fl-phone-contain .button-container.large-btn .fl-vc-button {
      padding: 25px 55px;
      font-size: 14px; }
    .fl-phone-contain .button-container:hover {
      color: #fff;
      transition: .3s ease; }

/*============================================
==  Recent Car
==============================================*/
.fl-recent_auto_filter-isotope-wrapper {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 30px 0;
  margin-bottom: 60px; }
  .fl-recent_auto_filter-isotope-wrapper .fl-header-filter-recent_auto-category-wrapper .fl-filter-recent_auto--group {
    display: flex;
    text-align: center;
    justify-content: center;
    margin-bottom: 0px; }
    .fl-recent_auto_filter-isotope-wrapper .fl-header-filter-recent_auto-category-wrapper .fl-filter-recent_auto--group li {
      position: relative;
      font-size: 14px;
      margin: 0px;
      transition: all .3s;
      cursor: pointer;
      border-right: 1px #ccc solid;
      padding: 0 30px; }
      .fl-recent_auto_filter-isotope-wrapper .fl-header-filter-recent_auto-category-wrapper .fl-filter-recent_auto--group li:last-child {
        border-right: 0px #ccc solid; }
      .fl-recent_auto_filter-isotope-wrapper .fl-header-filter-recent_auto-category-wrapper .fl-filter-recent_auto--group li:before {
        content: unset; }
      .fl-recent_auto_filter-isotope-wrapper .fl-header-filter-recent_auto-category-wrapper .fl-filter-recent_auto--group li .fl-cars-count {
        position: absolute;
        top: -42px;
        right: 0;
        left: 0;
        margin: auto;
        font-size: 12px;
        color: #fff;
        width: 25px;
        height: 0px;
        line-height: 26px;
        transition: height .3s ease-in-out;
        overflow: hidden;
        background-color: #e3740e; }
    .fl-recent_auto_filter-isotope-wrapper .fl-header-filter-recent_auto-category-wrapper .fl-filter-recent_auto--group li.active {
      font-weight: 700;
      transition: all .3s; }
      .fl-recent_auto_filter-isotope-wrapper .fl-header-filter-recent_auto-category-wrapper .fl-filter-recent_auto--group li.active .fl-cars-count {
        height: 25px; }

.fl-resent-cars-vc .vc-cars-wrapper {
  display: flex;
  flex-wrap: wrap; }
  .fl-resent-cars-vc .vc-cars-wrapper .slider-grid__inner .card__img {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden; }
    .fl-resent-cars-vc .vc-cars-wrapper .slider-grid__inner .card__img .fl-auto-price {
      text-align: center;
      width: 50%;
      position: absolute;
      top: 0;
      right: 0; }
      .fl-resent-cars-vc .vc-cars-wrapper .slider-grid__inner .card__img .fl-auto-price .card__mrsp {
        display: inline-flex;
        margin-right: 15px; }
      .fl-resent-cars-vc .vc-cars-wrapper .slider-grid__inner .card__img .fl-auto-price .tmpl-slider-grid__mleage {
        font-size: 16px;
        margin-right: 25px; }
      .fl-resent-cars-vc .vc-cars-wrapper .slider-grid__inner .card__img .fl-auto-price .slider-grid__price_wrap {
        flex-grow: 0;
        font-size: 24px; }
        .fl-resent-cars-vc .vc-cars-wrapper .slider-grid__inner .card__img .fl-auto-price .slider-grid__price_wrap .slider-grid__price {
          padding: 13px 20px;
          font-size: 24px;
          display: block;
          width: fit-content;
          margin-left: auto; }
          .fl-resent-cars-vc .vc-cars-wrapper .slider-grid__inner .card__img .fl-auto-price .slider-grid__price_wrap .slider-grid__price span {
            font-weight: 600;
            color: #fff;
            font-size: 22px; }
            .fl-resent-cars-vc .vc-cars-wrapper .slider-grid__inner .card__img .fl-auto-price .slider-grid__price_wrap .slider-grid__price span .fl_msrp_text {
              font-size: 16px;
              font-weight: 400;
              display: block;
              text-align: right; }
    .fl-resent-cars-vc .vc-cars-wrapper .slider-grid__inner .card__img a img {
      width: 100%; }
  .fl-resent-cars-vc .vc-cars-wrapper .slider-grid__inner .tmpl-gray-footer {
    border-bottom: 1px #dddddd solid; }
    .fl-resent-cars-vc .vc-cars-wrapper .slider-grid__inner .tmpl-gray-footer .top-info-content {
      display: flex;
      margin-bottom: 25px;
      margin-right: 25px;
      margin-left: 25px; }
      .fl-resent-cars-vc .vc-cars-wrapper .slider-grid__inner .tmpl-gray-footer .top-info-content .tmpl-slider-grid__name {
        flex-grow: 1;
        font-size: 20px;
        color: #222222;
        text-align: center;
        width: 50%; }
        .fl-resent-cars-vc .vc-cars-wrapper .slider-grid__inner .tmpl-gray-footer .top-info-content .tmpl-slider-grid__name a {
          color: inherit;
          transition: .3s ease; }
          .fl-resent-cars-vc .vc-cars-wrapper .slider-grid__inner .tmpl-gray-footer .top-info-content .tmpl-slider-grid__name a:hover {
            transition: .3s ease; }
    .fl-resent-cars-vc .vc-cars-wrapper .slider-grid__inner .tmpl-gray-footer .tmpl-slider-grid__info {
      display: flex;
      justify-content: space-between;
      padding: 0 4px;
      margin-right: 25px;
      margin-left: 25px;
      border-left: 1px #dddddd solid; }
      .fl-resent-cars-vc .vc-cars-wrapper .slider-grid__inner .tmpl-gray-footer .tmpl-slider-grid__info li {
        flex-grow: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        font-size: 12px;
        border-right: 1px #dddddd solid;
        line-height: 15px;
        font-weight: 400;
        text-transform: capitalize; }
        .fl-resent-cars-vc .vc-cars-wrapper .slider-grid__inner .tmpl-gray-footer .tmpl-slider-grid__info li:before {
          content: unset; }
        .fl-resent-cars-vc .vc-cars-wrapper .slider-grid__inner .tmpl-gray-footer .tmpl-slider-grid__info li i {
          font-size: 17px;
          display: flex;
          align-items: center;
          justify-content: center;
          color: #cccccc;
          margin-bottom: 3px;
          margin-right: 5px; }
.fl-resent-cars-vc .button-vc-car-wrapper {
  margin-top: 63px; }
.fl-resent-cars-vc .fl-recent_auto-isotope .fl-recent_auto--item {
  width: 31%;
  padding: 0px;
  background: #ffffff;
  margin-bottom: 20px;
  transition: all .3s;
  margin-right: 15px;
  margin-left: 5px;
  display: block; }
  .fl-resent-cars-vc .fl-recent_auto-isotope .fl-recent_auto--item .fl-recent-car-bottom {
    display: flex;
    margin-right: 25px;
    margin-left: 25px;
    margin-top: 30px;
    margin-bottom: 30px; }
    .fl-resent-cars-vc .fl-recent_auto-isotope .fl-recent_auto--item .fl-recent-car-bottom ul {
      margin-bottom: 0px;
      width: 50%; }
      .fl-resent-cars-vc .fl-recent_auto-isotope .fl-recent_auto--item .fl-recent-car-bottom ul li span {
        font-size: 13px; }
      .fl-resent-cars-vc .fl-recent_auto-isotope .fl-recent_auto--item .fl-recent-car-bottom ul li:before {
        color: #777777 !important;
        content: "\f111";
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 8px;
        bottom: 3px;
        position: relative;
        margin-right: 5px;
        transition: all .3s ease-in-out; }
  .fl-resent-cars-vc .fl-recent_auto-isotope .fl-recent_auto--item:hover {
    -webkit-box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.2);
    transition: all .3s;
    z-index: 6; }
    .fl-resent-cars-vc .fl-recent_auto-isotope .fl-recent_auto--item:hover .fl-recent-car-bottom ul li:before {
      color: #e3740e !important; }
    .fl-resent-cars-vc .fl-recent_auto-isotope .fl-recent_auto--item:hover a {
      opacity: 1; }

/*============================================
==  Counter
==============================================*/
.fl-counter-wrapper .fl-counter-pref-styles {
  font-size: 48px;
  margin-bottom: 15px;
  color: #222222; }
  .fl-counter-wrapper .fl-counter-pref-styles .fl-counter {
    font-size: 36px; }
.fl-counter-wrapper .fl-counter-list__title {
  font-size: 14px;
  color: #222222; }

/*============================================
==  Car Detail Slider
==============================================*/
.fl-vc-car-detail-wrapper {
  margin: 0 auto;
  overflow: hidden;
  position: relative; }
  .fl-vc-car-detail-wrapper .fl-slider-arrows {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    position: relative;
    bottom: 125px; }
    .fl-vc-car-detail-wrapper .fl-slider-arrows .fl-slider-arrows-prev {
      margin-right: 200px;
      width: 45px;
      height: 45px;
      padding: 10px 15px;
      border-radius: 3px;
      text-align: left;
      transition: all 0.3s;
      background-color: #ffffff; }
      .fl-vc-car-detail-wrapper .fl-slider-arrows .fl-slider-arrows-prev i {
        line-height: 14px;
        color: #555555; }
    .fl-vc-car-detail-wrapper .fl-slider-arrows .fl-slider-arrows-next {
      margin-left: 200px;
      width: 45px;
      height: 45px;
      padding: 10px 15px;
      border-radius: 3px;
      text-align: right;
      transition: all 0.3s;
      background-color: #ffffff; }
      .fl-vc-car-detail-wrapper .fl-slider-arrows .fl-slider-arrows-next i {
        line-height: 14px;
        color: #555555; }
  .fl-vc-car-detail-wrapper .car-detail-slider {
    margin: 0 -2px; }
    .fl-vc-car-detail-wrapper .car-detail-slider .slick-list:before, .fl-vc-car-detail-wrapper .car-detail-slider .slick-list:after {
      content: "";
      display: table; }
    .fl-vc-car-detail-wrapper .car-detail-slider .slick-list:after {
      clear: both; }
    .fl-vc-car-detail-wrapper .car-detail-slider .car-detail-slide {
      display: block;
      float: left;
      padding: 30px 60px;
      max-width: 400px;
      transition: all .5s; }
      .fl-vc-car-detail-wrapper .car-detail-slider .car-detail-slide .slider-content {
        position: relative; }
        .fl-vc-car-detail-wrapper .car-detail-slider .car-detail-slide .slider-content .top-slide-content {
          height: 250px; }
        .fl-vc-car-detail-wrapper .car-detail-slider .car-detail-slide .slider-content .bottom-slide-content {
          margin-top: 35px;
          opacity: 0;
          transition: all .3s ease-in-out; }
          .fl-vc-car-detail-wrapper .car-detail-slider .car-detail-slide .slider-content .bottom-slide-content .top-car-info {
            align-items: center;
            text-align: center; }
            .fl-vc-car-detail-wrapper .car-detail-slider .car-detail-slide .slider-content .bottom-slide-content .top-car-info .title-car-info {
              flex-grow: 1;
              font-size: 24px; }
            .fl-vc-car-detail-wrapper .car-detail-slider .car-detail-slide .slider-content .bottom-slide-content .top-car-info .price-car-info {
              flex-grow: 0;
              margin-top: 5px; }
              .fl-vc-car-detail-wrapper .car-detail-slider .car-detail-slide .slider-content .bottom-slide-content .top-car-info .price-car-info .prefix-car-price-info {
                margin-right: 3px;
                font-size: 16px;
                color: #555555; }
              .fl-vc-car-detail-wrapper .car-detail-slider .car-detail-slide .slider-content .bottom-slide-content .top-car-info .price-car-info .price--car-price-info {
                font-size: 16px; }
          .fl-vc-car-detail-wrapper .car-detail-slider .car-detail-slide .slider-content .bottom-slide-content .decor-car-info {
            display: block;
            height: 7px;
            background: url(../images/polygon.png) no-repeat;
            width: 284px;
            margin: 0 auto;
            margin-top: 20px;
            margin-bottom: 20px; }
          .fl-vc-car-detail-wrapper .car-detail-slider .car-detail-slide .slider-content .bottom-slide-content .bottom-car-info {
            text-align: center;
            display: flex !important;
            justify-content: center;
            transition: width 1s, height 1s; }
            .fl-vc-car-detail-wrapper .car-detail-slider .car-detail-slide .slider-content .bottom-slide-content .bottom-car-info .icon-content-info-wrapper {
              display: flex; }
              .fl-vc-car-detail-wrapper .car-detail-slider .car-detail-slide .slider-content .bottom-slide-content .bottom-car-info .icon-content-info-wrapper:after {
                font: normal normal normal 14px/1 FontAwesome;
                content: "\f111";
                font-size: 5px;
                line-height: 25px;
                padding: 0 10px; }
              .fl-vc-car-detail-wrapper .car-detail-slider .car-detail-slide .slider-content .bottom-slide-content .bottom-car-info .icon-content-info-wrapper:last-child:after {
                content: none; }
        .fl-vc-car-detail-wrapper .car-detail-slider .car-detail-slide .slider-content:nth-child(odd):after {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          width: 1px;
          opacity: .1;
          background-color: #ddd;
          content: ''; }
        .fl-vc-car-detail-wrapper .car-detail-slider .car-detail-slide .slider-content .top-slide-content .wpb_single_image {
          text-align: center; }
      .fl-vc-car-detail-wrapper .car-detail-slider .car-detail-slide .fl-hotspot-shortcode-wrapper {
        opacity: .5; }
        .fl-vc-car-detail-wrapper .car-detail-slider .car-detail-slide .fl-hotspot-shortcode-wrapper .fl-hotspot-shortcode .fl-hotspot-image-cover .HotspotPlugin_Hotspot {
          display: none !important; }
    .fl-vc-car-detail-wrapper .car-detail-slider .slick-active {
      padding: 0; }
      .fl-vc-car-detail-wrapper .car-detail-slider .slick-active .bottom-slide-content {
        opacity: 1 !important;
        transition: all .3s ease-in-out; }
      .fl-vc-car-detail-wrapper .car-detail-slider .slick-active .bottom-car-info {
        text-align: center;
        display: flex !important;
        justify-content: center;
        transition: width 1s, height 1s; }
      .fl-vc-car-detail-wrapper .car-detail-slider .slick-active .fl-hotspot-shortcode-wrapper {
        opacity: 1; }
        .fl-vc-car-detail-wrapper .car-detail-slider .slick-active .fl-hotspot-shortcode-wrapper .fl-hotspot-shortcode .fl-hotspot-image-cover .HotspotPlugin_Hotspot {
          display: block !important; }
    .fl-vc-car-detail-wrapper .car-detail-slider .slick-dots {
      margin-top: 100px;
      text-align: center; }
      .fl-vc-car-detail-wrapper .car-detail-slider .slick-dots li {
        display: inline-block; }
        .fl-vc-car-detail-wrapper .car-detail-slider .slick-dots li button {
          padding: 0 !important;
          min-height: auto !important;
          font-size: 0;
          line-height: 0;
          display: block;
          width: 10px;
          height: 10px;
          border-radius: 50%;
          cursor: pointer;
          color: transparent;
          outline: none;
          position: relative;
          background-color: transparent;
          border: 2px solid #e7e8ec;
          padding: 0;
          border-radius: 50%;
          transition: .3s ease;
          opacity: 0.25;
          margin-left: 15px;
          margin-right: 15px; }
          .fl-vc-car-detail-wrapper .car-detail-slider .slick-dots li button:hover {
            opacity: 1;
            transition: .3s ease; }
        .fl-vc-car-detail-wrapper .car-detail-slider .slick-dots li.slick-active button {
          transition: .3s ease;
          opacity: 1; }

/*============================================
==  Offer Slider
==============================================*/
.vc-offer-slider {
  margin: 0 -10px;
  position: relative; }
  .vc-offer-slider .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0 !important; }
  .vc-offer-slider .slick-current + .slick-slide .offer-slider-bottom-content .offer-slider-content {
    display: none; }
  .vc-offer-slider .offer-slider-slide {
    float: left;
    text-align: center; }
    .vc-offer-slider .offer-slider-slide .offer-slide-inner-content {
      margin: 0 10px; }
      .vc-offer-slider .offer-slider-slide .offer-slide-inner-content .offer-slider-top-content {
        background: #fff;
        padding-bottom: 50px; }
        .vc-offer-slider .offer-slider-slide .offer-slide-inner-content .offer-slider-top-content i {
          display: inline-block;
          padding-top: 50px;
          padding-bottom: 20px;
          font-size: 80px;
          line-height: 1; }
        .vc-offer-slider .offer-slider-slide .offer-slide-inner-content .offer-slider-top-content .offer-slider-title {
          font-size: 18px;
          color: #222222;
          margin-bottom: 35px; }
      .vc-offer-slider .offer-slider-slide .offer-slide-inner-content .offer-slider-bottom-content {
        position: relative;
        display: table;
        width: calc(100% + 1px);
        min-height: 300px;
        padding-top: 40px;
        clip-path: polygon(0% 5%, 0 100%, 100% 100%, 100% 0, 20% 9%);
        margin-top: -40px; }
        .vc-offer-slider .offer-slider-slide .offer-slide-inner-content .offer-slider-bottom-content .offer-slider-image {
          position: absolute;
          bottom: 0;
          left: 0;
          width: 100%;
          height: 260px;
          transition: .3s ease;
          opacity: 0;
          visibility: hidden; }
          .vc-offer-slider .offer-slider-slide .offer-slide-inner-content .offer-slider-bottom-content .offer-slider-image img {
            width: 100%;
            height: auto; }
        .vc-offer-slider .offer-slider-slide .offer-slide-inner-content .offer-slider-bottom-content .offer-slider-content {
          display: table-cell;
          padding-right: 50px;
          padding-left: 50px;
          color: #fff;
          vertical-align: middle; }
    .vc-offer-slider .offer-slider-slide:hover .offer-slider-bottom-content .offer-slider-image {
      opacity: 1;
      visibility: visible;
      transition: .3s ease; }
  .vc-offer-slider .slick-arrow {
    position: absolute;
    top: 30%;
    transform: translate(0, -50%);
    transition: all .3s;
    cursor: pointer;
    z-index: 1;
    color: transparent;
    height: 40px;
    background: transparent;
    border: none;
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 0; }
    .vc-offer-slider .slick-arrow:before {
      content: '';
      color: #fff;
      width: 24px;
      height: 24px;
      display: block;
      border-left: 2px solid #fff;
      border-top: 2px solid #fff;
      transition: .3s ease; }
    .vc-offer-slider .slick-arrow:after {
      content: '';
      width: 33px;
      height: 2px;
      display: inline-block;
      position: absolute;
      top: calc(50% - 1px);
      transition: .3s ease; }
    .vc-offer-slider .slick-arrow:hover:before {
      transition: .3s ease; }
  .vc-offer-slider .slick-prev {
    left: -130px; }
    .vc-offer-slider .slick-prev:before {
      transform: rotate(-45deg);
      margin-left: 20px; }
    .vc-offer-slider .slick-prev:after {
      left: calc(100% - 12px); }
  .vc-offer-slider .slick-next {
    right: -130px; }
    .vc-offer-slider .slick-next:before {
      transform: rotate(135deg);
      margin-right: 20px; }
    .vc-offer-slider .slick-next:after {
      right: calc(100% - 12px); }

/*============================================
==  Number Content
==============================================*/
.vc-number-content-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 1400px;
  margin: 0 auto; }
  .vc-number-content-container .number-div-content {
    position: relative;
    text-align: center; }
    .vc-number-content-container .number-div-content .inner-content .number {
      width: 100%;
      position: relative;
      display: block;
      margin-bottom: 20px;
      font-size: 120px;
      line-height: 1;
      color: #f2f6f7; }
      .vc-number-content-container .number-div-content .inner-content .number:after {
        position: absolute;
        top: calc(50% - 10px);
        left: calc(50% - 10px);
        width: 20px;
        height: 20px;
        border: 5px solid #fff;
        border-radius: 50%;
        box-shadow: 0 5px 35px 5px rgba(0, 0, 0, 0.12);
        content: ''; }
    .vc-number-content-container .number-div-content .inner-content .number-title {
      width: 100%;
      display: block;
      margin-bottom: 15px;
      font-size: 18px; }
    .vc-number-content-container .number-div-content .inner-content .number-content {
      width: 100%;
      display: block; }
    .vc-number-content-container .number-div-content.reflect-element .inner-content {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap; }
      .vc-number-content-container .number-div-content.reflect-element .inner-content .number-title, .vc-number-content-container .number-div-content.reflect-element .inner-content .number-content {
        order: 1; }
      .vc-number-content-container .number-div-content.reflect-element .inner-content .number {
        order: 2;
        margin-top: 20px;
        margin-bottom: 0; }
    .vc-number-content-container .number-div-content:nth-child(even) {
      padding-top: 60px; }
      .vc-number-content-container .number-div-content:nth-child(even):after {
        top: 171px;
        transform: rotate(-50deg); }
    .vc-number-content-container .number-div-content:nth-child(odd):after {
      top: 140px;
      transform: rotate(50deg); }
    .vc-number-content-container .number-div-content:not(:last-child):after {
      position: absolute;
      right: -72px;
      width: 160px;
      height: 1px;
      content: '';
      overflow: hidden;
      background-image: linear-gradient(to right, #ccc 40%, rgba(255, 255, 255, 0) 0);
      background-size: 7px 1px;
      background-repeat: repeat-x; }

/*-------------------------------------------------------------------

==  max-width 1024px

-------------------------------------------------------------------*/
/*============================================
==  Testimonial Slider
==============================================*/
.testimonial-slider {
  overflow: hidden; }
  .testimonial-slider .fl-testimonial-slide {
    float: left;
    text-align: center; }
    .testimonial-slider .fl-testimonial-slide .slider-inner-content {
      padding: 50px;
      margin: 0px 15px;
      background: #f4f4f4; }
      .testimonial-slider .fl-testimonial-slide .slider-inner-content .testimonial-slide-content {
        font-size: 16px;
        line-height: 1.89;
        text-align: left;
        color: #555555;
        padding-top: 50px;
        position: relative; }
        .testimonial-slider .fl-testimonial-slide .slider-inner-content .testimonial-slide-content:before {
          content: "\f10d";
          font: normal normal normal 14px/1 FontAwesome;
          font-size: 28px;
          position: absolute;
          top: 0; }
    .testimonial-slider .fl-testimonial-slide .fl-testimonials-triangle {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 30px 30px 0;
      border-color: transparent #f4f4f4 transparent transparent;
      line-height: 0px;
      _border-color: #000000 #f4f4f4 #000000 #000000;
      _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
      margin: 0 auto;
      margin-right: 75%; }
    .testimonial-slider .fl-testimonial-slide .bottom-content {
      margin-top: 50px;
      display: inline-flex; }
      .testimonial-slider .fl-testimonial-slide .bottom-content .team-slider-image {
        border-radius: 50%;
        overflow: hidden;
        margin-right: 15px; }
      .testimonial-slider .fl-testimonial-slide .bottom-content .testimonial-name {
        font-size: 18px;
        margin-top: 10px;
        text-align: left; }
      .testimonial-slider .fl-testimonial-slide .bottom-content .testimonial-profession {
        text-transform: uppercase;
        font-size: 12px;
        text-align: left;
        color: #555555;
        line-height: 16px;
        display: flex; }
        .testimonial-slider .fl-testimonial-slide .bottom-content .testimonial-profession .fl-testimonials-rate {
          margin-left: 7px; }
          .testimonial-slider .fl-testimonial-slide .bottom-content .testimonial-profession .fl-testimonials-rate i {
            color: #ffce4a; }

.fl-vc-testimonial-slider-wrapper {
  display: flex;
  position: relative; }
  .fl-vc-testimonial-slider-wrapper .fl-slider-arrows-prev {
    width: 45px;
    height: 45px;
    padding: 10px 15px;
    border-radius: 50%;
    text-align: left;
    transition: all 0.3s;
    border: #dedede 1px solid;
    margin: auto;
    margin-top: 14%; }
    .fl-vc-testimonial-slider-wrapper .fl-slider-arrows-prev i {
      line-height: 12px;
      color: #555555; }
  .fl-vc-testimonial-slider-wrapper .fl-slider-arrows-next {
    width: 45px;
    height: 45px;
    padding: 10px 15px;
    border-radius: 50%;
    text-align: right;
    transition: all 0.3s;
    border: #dedede 1px solid;
    margin: auto;
    margin-top: 14%; }
    .fl-vc-testimonial-slider-wrapper .fl-slider-arrows-next i {
      line-height: 12px;
      color: #555555; }

/*============================================
==  Action Content
==============================================*/
.fl-action-content-wrapper-vc {
  margin: 0 -1px; }
  .fl-action-content-wrapper-vc .vc-fl-action-content {
    position: relative;
    display: flex;
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover; }
    .fl-action-content-wrapper-vc .vc-fl-action-content .inner-content {
      color: #ffffff;
      bottom: 0;
      position: absolute;
      z-index: 1;
      display: inline-block;
      width: 100%;
      line-height: 36px;
      padding: 40px 70px; }
      .fl-action-content-wrapper-vc .vc-fl-action-content .inner-content .action-sub-title {
        font-size: 18px;
        text-transform: uppercase;
        letter-spacing: 5px; }
      .fl-action-content-wrapper-vc .vc-fl-action-content .inner-content .action-title {
        font-size: 40px;
        line-height: 1.2;
        margin-bottom: 25px; }
      .fl-action-content-wrapper-vc .vc-fl-action-content .inner-content .action-content {
        font-size: 30px;
        display: inline-block; }
      .fl-action-content-wrapper-vc .vc-fl-action-content .inner-content .action-offer {
        position: absolute;
        right: 0;
        bottom: 33px;
        padding: 10px 25px; }
    .fl-action-content-wrapper-vc .vc-fl-action-content .action-image {
      position: absolute;
      bottom: 0;
      right: 0;
      z-index: 2;
      max-width: 36vw; }

/*-------------------------------------------------------------------

==  max-width 1600px

-------------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .fl-action-content-wrapper-vc .vc-fl-action-content .action-image {
    max-width: 28vw; } }
/*-------------------------------------------------------------------

==  max-width 1024px

-------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .fl-action-content-wrapper-vc .vc-fl-action-content .action-image {
    max-width: 26vw; } }
/*============================================
==  Shop Slider
==============================================*/
.fl-woo-slider-content-vc .fl-shop-slider {
  position: relative;
  overflow: hidden; }
  .fl-woo-slider-content-vc .fl-shop-slider .shop-archive-item {
    float: left;
    padding: 0px;
    height: 452px;
    text-align: center; }
    .fl-woo-slider-content-vc .fl-shop-slider .shop-archive-item .fl-woo-item-inner-content .woo-item-top-content {
      height: 300px; }
      .fl-woo-slider-content-vc .fl-shop-slider .shop-archive-item .fl-woo-item-inner-content .woo-item-top-content .fl-woo-image-cover {
        height: 300px; }
        .fl-woo-slider-content-vc .fl-shop-slider .shop-archive-item .fl-woo-item-inner-content .woo-item-top-content .fl-woo-image-cover a.fl--woo-product-link .static-image img {
          width: 100%; }
        .fl-woo-slider-content-vc .fl-shop-slider .shop-archive-item .fl-woo-item-inner-content .woo-item-top-content .fl-woo-image-cover a.fl--woo-product-link .hovered-image {
          width: 100%; }
          .fl-woo-slider-content-vc .fl-shop-slider .shop-archive-item .fl-woo-item-inner-content .woo-item-top-content .fl-woo-image-cover a.fl--woo-product-link .hovered-image img {
            width: 100%; }
    .fl-woo-slider-content-vc .fl-shop-slider .shop-archive-item .fl-woo-item-inner-content .woo-item-bottom-content .fl--woo-product-bottom-info-wrap .fl--add-to-cart-btn {
      display: flex;
      position: absolute;
      right: 0;
      top: 29px;
      left: 0;
      margin-top: 60px;
      font-size: .9rem;
      color: #222;
      text-align: center;
      transform: translateY(1%);
      z-index: 10;
      perspective: 600px;
      transform-style: preserve-3d; }
      .fl-woo-slider-content-vc .fl-shop-slider .shop-archive-item .fl-woo-item-inner-content .woo-item-bottom-content .fl--woo-product-bottom-info-wrap .fl--add-to-cart-btn .button.loading {
        opacity: 1 !important; }
        .fl-woo-slider-content-vc .fl-shop-slider .shop-archive-item .fl-woo-item-inner-content .woo-item-bottom-content .fl--woo-product-bottom-info-wrap .fl--add-to-cart-btn .button.loading:after {
          position: absolute;
          right: 1em;
          top: 38%;
          animation-name: spin_load;
          animation-duration: 1000ms;
          animation-iteration-count: infinite;
          animation-timing-function: linear;
          content: "\E835";
          font-family: fl-custom-icon-font;
          font-size: 11px; }
    .fl-woo-slider-content-vc .fl-shop-slider .shop-archive-item:hover .woo-item-top-content .fl--woo-product-link .hovered-image {
      position: absolute;
      top: 0;
      left: 0; }
    .fl-woo-slider-content-vc .fl-shop-slider .shop-archive-item:hover .fl-woo-item-inner-content {
      transition: box-shadow .3s ease-in-out;
      box-shadow: 0 5px 20px 5px rgba(0, 0, 0, 0.12); }
      .fl-woo-slider-content-vc .fl-shop-slider .shop-archive-item:hover .fl-woo-item-inner-content .woo-item-bottom-content .fl--woo-product-bottom-info-wrap .fl--add-to-cart-btn a {
        transform: rotateX(0); }
    .fl-woo-slider-content-vc .fl-shop-slider .shop-archive-item:hover .fl-woo-image-cover {
      background: transparent;
      transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95); }
      .fl-woo-slider-content-vc .fl-shop-slider .shop-archive-item:hover .fl-woo-image-cover img {
        transition: transform 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95), -webkit-transform 0.6s cubic-bezier(0.45, 0.05, 0.55, 0.95);
        transform: scale(1.04); }
      .fl-woo-slider-content-vc .fl-shop-slider .shop-archive-item:hover .fl-woo-image-cover.woo-hover-image-enable .static-image {
        visibility: hidden;
        opacity: 0;
        transition: all 0.3s cubic-bezier(0.45, 0.05, 0.55, 0.95); }
      .fl-woo-slider-content-vc .fl-shop-slider .shop-archive-item:hover .fl-woo-image-cover.woo-hover-image-enable .hovered-image {
        visibility: visible;
        opacity: 1; }
    .fl-woo-slider-content-vc .fl-shop-slider .shop-archive-item:hover .overflow-wrap .compare-button, .fl-woo-slider-content-vc .fl-shop-slider .shop-archive-item:hover .overflow-wrap .yith-wcwl-add-to-wishlist {
      transition: transform .3s ease .1s;
      transform: translateY(0);
      visibility: visible;
      opacity: 1; }
      .fl-woo-slider-content-vc .fl-shop-slider .shop-archive-item:hover .overflow-wrap .compare-button.compare-button, .fl-woo-slider-content-vc .fl-shop-slider .shop-archive-item:hover .overflow-wrap .yith-wcwl-add-to-wishlist.compare-button {
        transition: transform .3s ease .2s; }

/*============================================
==  Gallery
==============================================*/
.fl-gallery-wrapper {
  overflow: hidden;
  margin-right: -7px;
  margin-left: -7px; }
  .fl-gallery-wrapper .fl-gallery .gallery-item {
    flex-grow: 1; }
    .fl-gallery-wrapper .fl-gallery .gallery-item a {
      position: relative;
      display: block;
      height: 320px;
      margin-right: 7px;
      margin-bottom: 15px;
      margin-left: 7px; }
      .fl-gallery-wrapper .fl-gallery .gallery-item a img {
        height: 100%; }

.img-scale {
  width: 100%;
  font-family: 'object-fit: cover;';
  -o-object-fit: cover;
  object-fit: cover; }

/*============================================
==  Contact Info
==============================================*/
.fl-contact-info-wrapper-vc {
  color: #fff; }
  .fl-contact-info-wrapper-vc i {
    font-size: 20px;
    margin-right: 15px; }
  .fl-contact-info-wrapper-vc span {
    font-size: 24px;
    margin-right: 10px; }
  .fl-contact-info-wrapper-vc a {
    font-size: 28px;
    color: inherit;
    transition: .3s ease; }
    .fl-contact-info-wrapper-vc a:hover {
      transition: .3s ease;
      opacity: .8; }

/*============================================
==  Icon Box
==============================================*/
.fl-icon-box {
  border: 1px #565758 solid;
  margin: 10px;
  display: inline-block; }
  .fl-icon-box .fl-icon-box-wrapper {
    display: flex;
    flex-wrap: wrap;
    padding: 45px;
    transition: all .3s; }
    .fl-icon-box .fl-icon-box-wrapper .icon-box-icon-wrapper {
      flex-grow: 1;
      display: inline-block;
      width: 80px; }
      .fl-icon-box .fl-icon-box-wrapper .icon-box-icon-wrapper i {
        font-size: 56px; }
      .fl-icon-box .fl-icon-box-wrapper .icon-box-icon-wrapper img {
        width: 74px;
        height: 60px; }
    .fl-icon-box .fl-icon-box-wrapper .icon-box-right-content {
      padding-top: 35px;
      flex-grow: 0;
      display: inline-block; }
      .fl-icon-box .fl-icon-box-wrapper .icon-box-right-content .icon-box-title {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 1.2; }
      .fl-icon-box .fl-icon-box-wrapper .icon-box-right-content .icon-box-text-content {
        color: #555555;
        transition: all .3s ease-in-out; }
    .fl-icon-box .fl-icon-box-wrapper:hover .icon-box-icon-wrapper i {
      color: #ffffff; }
    .fl-icon-box .fl-icon-box-wrapper:hover .icon-box-icon-wrapper img {
      filter: brightness(0) invert(1); }
    .fl-icon-box .fl-icon-box-wrapper:hover .icon-box-text-content {
      opacity: 1 !important; }
  .fl-icon-box:hover {
    border: 1px #e3740e solid; }

.fl_icon_box_style_two {
  -webkit-box-shadow: 0px 0px 45px -28px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 45px -28px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 45px -28px rgba(0, 0, 0, 0.5); }
  .fl_icon_box_style_two .fl-icon-box-wrapper {
    text-align: center; }
    .fl_icon_box_style_two .fl-icon-box-wrapper .icon-box-icon-wrapper i {
      font-size: 54px; }
    .fl_icon_box_style_two .fl-icon-box-wrapper .icon-box-right-content .icon-box-title {
      font-size: 22px; }
    .fl_icon_box_style_two .fl-icon-box-wrapper .icon-box-right-content .icon-box-text-content {
      font-size: 15px; }

.fl_icon_box_style_three {
  -webkit-box-shadow: 0px 0px 45px -28px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 45px -28px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 45px -28px rgba(0, 0, 0, 0.5); }
  .fl_icon_box_style_three .fl-icon-box-wrapper {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-top: 30px;
    border-bottom: 1px solid #e3740e;
    background-color: #ffffff !important; }
    .fl_icon_box_style_three .fl-icon-box-wrapper .icon-box-icon-wrapper:after {
      content: '';
      position: absolute;
      width: 160px;
      height: 160px;
      background-color: #f4f4f4;
      border-radius: 50%;
      z-index: 0;
      top: -25px;
      right: 0;
      left: 0;
      margin: auto;
      transition: all .3s ease-in-out; }
    .fl_icon_box_style_three .fl-icon-box-wrapper .icon-box-icon-wrapper i {
      font-size: 72px;
      position: relative;
      z-index: 1; }
    .fl_icon_box_style_three .fl-icon-box-wrapper .icon-box-right-content {
      padding-top: 30px;
      margin-bottom: 0px;
      transition: all .3s ease-in-out; }
      .fl_icon_box_style_three .fl-icon-box-wrapper .icon-box-right-content .icon-box-title {
        margin-bottom: 25px;
        font-size: 22px; }
      .fl_icon_box_style_three .fl-icon-box-wrapper .icon-box-right-content .icon-box-text-content {
        font-size: 15px;
        color: #555555;
        opacity: 1;
        transition: all .3s ease-in-out; }
    .fl_icon_box_style_three .fl-icon-box-wrapper .fl-icon-box-angle {
      margin-top: 35px;
      width: 55px;
      position: relative;
      text-align: center;
      margin-left: auto;
      margin-right: auto;
      border-radius: 2px;
      height: 0px;
      transition: all .3s ease-in-out;
      cursor: pointer;
      overflow: hidden; }
      .fl_icon_box_style_three .fl-icon-box-wrapper .fl-icon-box-angle:hover {
        opacity: .8; }
      .fl_icon_box_style_three .fl-icon-box-wrapper .fl-icon-box-angle i {
        position: relative; }
        .fl_icon_box_style_three .fl-icon-box-wrapper .fl-icon-box-angle i:before {
          position: absolute;
          top: 1px;
          right: 0;
          bottom: 0;
          left: -1px;
          margin: auto; }
  .fl_icon_box_style_three.active .fl-icon-box-wrapper {
    border-bottom: 1px solid #222222; }
    .fl_icon_box_style_three.active .fl-icon-box-wrapper .icon-box-icon-wrapper:after {
      background-color: #2d2d2d; }
    .fl_icon_box_style_three.active .fl-icon-box-wrapper .icon-box-text-content {
      opacity: 0.5 !important; }
    .fl_icon_box_style_three.active .fl-icon-box-wrapper .fl-icon-box-angle {
      height: 55px; }

.fl_icon_box_style_four {
  -webkit-box-shadow: 0px 0px 45px -28px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 45px -28px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 45px -28px rgba(0, 0, 0, 0.5);
  border: 0px;
  width: 100%; }
  .fl_icon_box_style_four:hover {
    border: 0px; }
  .fl_icon_box_style_four .fl-icon-box-wrapper {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 45px;
    border-bottom: 1px solid #e3740e;
    display: block; }
    .fl_icon_box_style_four .fl-icon-box-wrapper .icon-box-icon-wrapper {
      display: block;
      margin: 0 auto; }
      .fl_icon_box_style_four .fl-icon-box-wrapper .icon-box-icon-wrapper i {
        font-size: 60px;
        position: relative;
        z-index: 1; }
    .fl_icon_box_style_four .fl-icon-box-wrapper .icon-box-right-content {
      padding-top: 25px;
      margin-bottom: 0px;
      transition: all .3s ease-in-out; }
      .fl_icon_box_style_four .fl-icon-box-wrapper .icon-box-right-content .icon-box-title {
        margin-bottom: 35px;
        font-size: 22px; }
      .fl_icon_box_style_four .fl-icon-box-wrapper .icon-box-right-content .icon-box-text-content {
        font-size: 15px;
        color: #222222;
        opacity: 1;
        transition: all .3s ease-in-out; }
        .fl_icon_box_style_four .fl-icon-box-wrapper .icon-box-right-content .icon-box-text-content p {
          margin-bottom: 0px; }
    .fl_icon_box_style_four .fl-icon-box-wrapper:hover {
      border-bottom: 1px solid #e3740e; }
      .fl_icon_box_style_four .fl-icon-box-wrapper:hover .icon-box-icon-wrapper i {
        color: #fff !important; }
      .fl_icon_box_style_four .fl-icon-box-wrapper:hover .icon-box-text-content {
        color: #ffffff; }

/*============================================
==  Semi Circle Progress Bar
==============================================*/
.fl-semi-circle-progress-container-content {
  display: flex;
  flex-wrap: wrap;
  max-width: calc(20% + 1040px);
  margin: 0 auto;
  justify-content: center; }
  .fl-semi-circle-progress-container-content .semi-circle-progress-bar-wrapper-vc {
    margin: 0 2.5%; }

.semi-circle-progress-bar-wrapper-vc {
  text-align: center; }
  .semi-circle-progress-bar-wrapper-vc .vc-semi-circle-progress-bar {
    display: inline-block;
    position: relative;
    text-align: center; }
    .semi-circle-progress-bar-wrapper-vc .vc-semi-circle-progress-bar .barOverflow {
      position: relative;
      overflow: hidden;
      width: 260px;
      height: 130px;
      margin-bottom: -14px; }
    .semi-circle-progress-bar-wrapper-vc .vc-semi-circle-progress-bar .bar {
      position: absolute;
      top: 0;
      left: 0;
      width: 260px;
      height: 260px;
      border-radius: 50%;
      box-sizing: border-box;
      border: 45px solid rgba(211, 211, 211, 0.3);
      transform: rotate(45deg); }
    .semi-circle-progress-bar-wrapper-vc .vc-semi-circle-progress-bar span {
      font-size: 33px;
      top: -15px;
      position: relative; }
      .semi-circle-progress-bar-wrapper-vc .vc-semi-circle-progress-bar span:after {
        margin-left: 3px; }
      .semi-circle-progress-bar-wrapper-vc .vc-semi-circle-progress-bar span:before {
        margin-right: 3px; }
    .semi-circle-progress-bar-wrapper-vc .vc-semi-circle-progress-bar .title-text {
      font-size: 17px;
      color: #fff; }

/*============================================
==  Services Slider
==============================================*/
.fl-services-slider-container-content {
  position: relative;
  z-index: 1;
  margin-top: 105px;
  margin-right: -214px;
  margin-bottom: 30px;
  margin-left: 105px;
  padding: 90px 80px 90px; }

.fl-services-slider-content-vc .fl-services-slider {
  overflow: hidden;
  margin: 0 -20px;
  position: relative;
  padding-bottom: 70px; }
  .fl-services-slider-content-vc .fl-services-slider .services-slider-slide {
    float: left; }
    .fl-services-slider-content-vc .fl-services-slider .services-slider-slide .slider-entry-content {
      padding: 0 20px;
      color: #ffffff;
      text-align: center; }
      .fl-services-slider-content-vc .fl-services-slider .services-slider-slide .slider-entry-content .services-slider-title {
        margin-top: 15px; }
      .fl-services-slider-content-vc .fl-services-slider .services-slider-slide .slider-entry-content a {
        color: inherit;
        transition: .3s ease; }
        .fl-services-slider-content-vc .fl-services-slider .services-slider-slide .slider-entry-content a:hover {
          opacity: .8;
          transition: .3s ease; }
  .fl-services-slider-content-vc .fl-services-slider .slick-dots {
    margin: 0;
    padding: 0;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%; }
    .fl-services-slider-content-vc .fl-services-slider .slick-dots li {
      display: inline-block; }
      .fl-services-slider-content-vc .fl-services-slider .slick-dots li button {
        min-height: auto;
        padding: 0 10px;
        font-size: 0; }
        .fl-services-slider-content-vc .fl-services-slider .slick-dots li button:before {
          content: '';
          display: inline-block;
          border-radius: 50%;
          background: rgba(238, 238, 238, 0.4);
          width: 10px;
          height: 10px;
          transition: .3s ease; }
        .fl-services-slider-content-vc .fl-services-slider .slick-dots li button:hover:before {
          transition: .3s ease; }
      .fl-services-slider-content-vc .fl-services-slider .slick-dots li.slick-active button:before {
        transition: .3s ease; }

/*============================================
==  Team Slider
==============================================*/
.fl-team-slider-content-vc .fl-team-slider {
  position: relative; }
  .fl-team-slider-content-vc .fl-team-slider .team-slider-slide {
    width: 32%;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    padding: 40px 30px;
    outline: 1px #eeeeee solid;
    outline-offset: -1px;
    transition: all .3s; }
    .fl-team-slider-content-vc .fl-team-slider .team-slider-slide:nth-child(3) {
      margin-right: 0px; }
    .fl-team-slider-content-vc .fl-team-slider .team-slider-slide:nth-child(6) {
      margin-right: 0px; }
    .fl-team-slider-content-vc .fl-team-slider .team-slider-slide .slider-entry-content {
      display: flex; }
      .fl-team-slider-content-vc .fl-team-slider .team-slider-slide .slider-entry-content .team-slider-image {
        border-radius: 50%;
        display: block;
        overflow: hidden;
        height: 100%; }
      .fl-team-slider-content-vc .fl-team-slider .team-slider-slide .slider-entry-content .fl-team-contacts {
        margin-left: 15px; }
        .fl-team-slider-content-vc .fl-team-slider .team-slider-slide .slider-entry-content .fl-team-contacts .team-slider-name {
          font-size: 22px; }
        .fl-team-slider-content-vc .fl-team-slider .team-slider-slide .slider-entry-content .fl-team-contacts .team-slider-profession {
          margin-top: 10px;
          color: #555555;
          font-size: 12px;
          line-height: 1;
          margin-bottom: 30px; }
        .fl-team-slider-content-vc .fl-team-slider .team-slider-slide .slider-entry-content .fl-team-contacts .team-slider-phone {
          font-size: 18px; }
        .fl-team-slider-content-vc .fl-team-slider .team-slider-slide .slider-entry-content .fl-team-contacts .team-slider-email {
          font-size: 15px;
          margin-top: 10px; }
          .fl-team-slider-content-vc .fl-team-slider .team-slider-slide .slider-entry-content .fl-team-contacts .team-slider-email i {
            margin-right: 5px; }
        .fl-team-slider-content-vc .fl-team-slider .team-slider-slide .slider-entry-content .fl-team-contacts .team-social {
          margin-top: 30px;
          font-size: 16px; }
          .fl-team-slider-content-vc .fl-team-slider .team-slider-slide .slider-entry-content .fl-team-contacts .team-social li {
            display: inline-block; }
            .fl-team-slider-content-vc .fl-team-slider .team-slider-slide .slider-entry-content .fl-team-contacts .team-social li:before {
              content: unset; }
            .fl-team-slider-content-vc .fl-team-slider .team-slider-slide .slider-entry-content .fl-team-contacts .team-social li a {
              display: flex;
              padding-right: 20px;
              font-size: 16px;
              transition: .3s ease;
              color: #555555; }
              .fl-team-slider-content-vc .fl-team-slider .team-slider-slide .slider-entry-content .fl-team-contacts .team-social li a:hover {
                transition: .3s ease; }
    .fl-team-slider-content-vc .fl-team-slider .team-slider-slide:hover {
      outline: 0px;
      -webkit-box-shadow: 0px 0px 2650 -20px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 0px 50px -20px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 50px -20px rgba(0, 0, 0, 0.3);
      transition: all .3s; }

/*============================================
==  Decor Header Text
==============================================*/
.fl-header-decor-text-wrapper-vc .decor-header-text {
  display: inline-block;
  position: relative;
  letter-spacing: -.6px;
  font-size: 21px; }
  .fl-header-decor-text-wrapper-vc .decor-header-text:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -10px;
    left: 0;
    display: block;
    height: 6px;
    clip-path: polygon(0 100%, 100% 0, 100% 100%); }

/*============================================
== Text Block
==============================================*/
.fl_custom_text__block p:last-child {
  margin-bottom: 0; }

/*============================================
==  Custom Header Container
==============================================*/
.fl-header-custom-content {
  position: relative; }
  .fl-header-custom-content:after {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    left: 0;
    height: 400px;
    opacity: .8;
    background-image: linear-gradient(to top, #000 0%, transparent 100%);
    content: ''; }
  .fl-header-custom-content .header-bg-container {
    min-height: calc(100vh - 160px);
    justify-content: center;
    display: flex;
    position: relative; }
    .fl-header-custom-content .header-bg-container:before {
      z-index: 2;
      content: '';
      position: absolute;
      width: 795px;
      top: 0;
      bottom: 0;
      left: calc(50% - 400px);
      background-color: #131313;
      opacity: 0.6;
      -webkit-clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
      clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%); }
    .fl-header-custom-content .header-bg-container:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: '';
      opacity: .6;
      background-color: #1f1f1f; }
  .fl-header-custom-content .custom-header-container {
    z-index: 3;
    display: flex;
    align-items: center; }

/*============================================
==  List
==============================================*/
.fl_list_info-wrapper {
  margin-bottom: 15px;
  position: relative; }
  .fl_list_info-wrapper .list-info-content .left-content-number {
    display: flex;
    cursor: pointer;
    position: relative; }
    .fl_list_info-wrapper .list-info-content .left-content-number .list-number {
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 15px;
      padding-right: 25px;
      background: #ededed;
      color: #aaa;
      font-size: 18px;
      clip-path: polygon(75% 0, 100% 100%, 0% 100%, 0 0%, 0% 0);
      transition: all .3s; }
    .fl_list_info-wrapper .list-info-content .left-content-number .title-content {
      padding: 20px 15px; }
    .fl_list_info-wrapper .list-info-content .left-content-number i {
      font-size: 8px;
      transform: rotate(90deg);
      line-height: 24px;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      padding: 20px 30px; }
  .fl_list_info-wrapper .list-info-content .right-content {
    -webkit-transition: max-height .5s, padding .5s;
    transition: max-height .5s, padding .5s, opacity .3s;
    max-height: 0;
    opacity: 0; }
    .fl_list_info-wrapper .list-info-content .right-content .content-wrapper p {
      margin-bottom: 0px; }
  .fl_list_info-wrapper .list-info-content .acc-show {
    max-height: 700px;
    padding: 15px 0;
    border-left: 3px solid;
    padding-left: 35px;
    opacity: 1;
    margin: 25px 0; }

/*============================================
==  Contact Form
==============================================*/
.fl-about-us-form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px; }
  .fl-about-us-form .input-container {
    padding: 0 15px;
    width: 33.3333%; }
    .fl-about-us-form .input-container label {
      color: #555555;
      display: block;
      font-size: 13px;
      margin-bottom: 13px; }
    .fl-about-us-form .input-container select, .fl-about-us-form .input-container input {
      border-radius: 0;
      background-color: #f2f6f7;
      border-color: transparent; }
      .fl-about-us-form .input-container select:hover, .fl-about-us-form .input-container select:focus, .fl-about-us-form .input-container input:hover, .fl-about-us-form .input-container input:focus {
        box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
        transition: .3s ease;
        background: #fff; }
  .fl-about-us-form .textarea-container {
    padding: 0 15px;
    width: 100%;
    margin-bottom: 10px; }
    .fl-about-us-form .textarea-container label {
      color: #555555;
      display: block;
      font-size: 13px;
      margin-bottom: 13px; }
    .fl-about-us-form .textarea-container textarea {
      height: 150px;
      background-color: #f2f6f7;
      border-color: transparent; }
      .fl-about-us-form .textarea-container textarea:hover, .fl-about-us-form .textarea-container textarea:focus {
        box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
        transition: .3s ease;
        background: #fff; }
  .fl-about-us-form .submit-btn-container {
    padding: 0 15px;
    width: 100%;
    text-align: center; }
    .fl-about-us-form .submit-btn-container > div {
      display: inline-block; }
      .fl-about-us-form .submit-btn-container > div button {
        padding: 20px 50px;
        font-size: 13px;
        color: #fff; }

.fl-contact-form {
  display: flex;
  flex-wrap: wrap; }
  .fl-contact-form .input-container-last {
    padding-right: 0px; }
  .fl-contact-form .input-container {
    width: 100%;
    display: block; }
    .fl-contact-form .input-container:first-child {
      padding-left: 0px; }
    .fl-contact-form .input-container label {
      color: #555555;
      display: block;
      font-size: 13px;
      margin-bottom: 13px; }
    .fl-contact-form .input-container select, .fl-contact-form .input-container input {
      border-radius: 0;
      background: #f4f4f4;
      border-color: transparent;
      color: #222222;
      text-transform: uppercase; }
      .fl-contact-form .input-container select::placeholder, .fl-contact-form .input-container input::placeholder {
        color: #222222;
        text-transform: uppercase; }
      .fl-contact-form .input-container select:hover, .fl-contact-form .input-container select:focus, .fl-contact-form .input-container input:hover, .fl-contact-form .input-container input:focus {
        box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
        transition: .3s ease;
        background: #fff; }
  .fl-contact-form .textarea-container {
    width: 100%;
    margin-bottom: 10px; }
    .fl-contact-form .textarea-container label {
      color: #555555;
      display: block;
      font-size: 13px;
      margin-bottom: 13px; }
    .fl-contact-form .textarea-container textarea {
      height: 150px;
      background: #f4f4f4;
      border-color: transparent;
      color: #222222 !important;
      text-transform: uppercase; }
      .fl-contact-form .textarea-container textarea::placeholder {
        color: #222222 !important;
        text-transform: uppercase; }
      .fl-contact-form .textarea-container textarea:hover, .fl-contact-form .textarea-container textarea:focus {
        box-shadow: 0 8px 22px 0 rgba(0, 0, 0, 0.1) !important;
        transition: .3s ease;
        background: #fff; }
  .fl-contact-form .submit-btn-container {
    width: 100%;
    text-align: center; }
    .fl-contact-form .submit-btn-container > div {
      display: inline-block; }
      .fl-contact-form .submit-btn-container > div button {
        padding: 20px 50px;
        font-size: 13px;
        color: #fff; }

/*
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
||													 ||
||					Other Style						 ||
||                                                   ||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
 */
/*============================================
==  Animation
==============================================*/
@keyframes loading_animation {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.6; }
  100% {
    opacity: 1; } }
@keyframes jelly {
  from {
    transform: scale(1, 1); }
  30% {
    transform: scale(1.05, 0.75); }
  40% {
    transform: scale(0.75, 1.15); }
  50% {
    transform: scale(1.05, 0.85); }
  to {
    transform: scale(1, 1); } }
@keyframes dots-scale {
  from {
    transform: scale(1, 1); }
  50% {
    transform: scale(0.8, 0.8); }
  to {
    transform: scale(1, 1); } }
@keyframes alertClose {
  0% {
    opacity: 1; }
  50% {
    opacity: 0.5; }
  100% {
    opacity: 0; } }
/*============================================
==  Extra class VC
==============================================*/
/*====================================================================
==  Gradient Style
====================================================================*/
.vc_row-overlay {
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

/*====================================================================
==  Boxed Row Style
====================================================================*/
.vc_row[data-row-overflow-visible] {
  overflow: visible !important;
  z-index: 1; }
.vc_row[data-row-overflow-visible-auto] {
  overflow: auto !important; }
.vc_row[data-row-overflow-visible-hidden] {
  overflow: hidden !important; }

/*====================================================================
==  Decor
====================================================================*/
.vc_row[data-row-decor] .decor-white-left {
  -webkit-clip-path: polygon(0 0, 100% 0, 4% 100%);
  clip-path: polygon(0 0, 100% 0, 4% 100%);
  right: 9%;
  height: 52px;
  position: absolute;
  top: 0;
  left: 9%;
  display: block;
  background: #fff; }
.vc_row[data-row-decor] .decor-white-right {
  clip-path: polygon(0 0, 100% 0, 94% 100%, 0 0);
  position: absolute;
  top: 0;
  right: 84px;
  left: 84px;
  display: block;
  background-color: #fff;
  height: 47px; }
.vc_row[data-row-decor] .decor-main-cl-left {
  right: 9%;
  height: 52px;
  -webkit-clip-path: polygon(0 0, 100% 0, 4% 100%);
  clip-path: polygon(0 0, 100% 0, 4% 100%);
  position: absolute;
  top: 0;
  left: 9%;
  display: block; }
.vc_row[data-row-decor] .decor-main-cl-right {
  right: 9%;
  height: 52px;
  -webkit-clip-path: polygon(0 0, 100% 0, 96% 100%);
  clip-path: polygon(0 0, 100% 0, 96% 100%);
  position: absolute;
  top: 0;
  left: 9%;
  display: block; }

/*====================================================================
==  Decor Bottom
====================================================================*/
.vc_row[data-row-decor-bottom] .decor-white-bottom-left {
  -webkit-clip-path: polygon(4% 0, 100% 100%, 0% 100%);
  clip-path: polygon(4% 0, 100% 100%, 0% 100%);
  top: auto;
  bottom: -1px;
  height: 52px;
  position: absolute;
  right: 0;
  left: 9%;
  display: block;
  background: #fff; }
.vc_row[data-row-decor-bottom] .decor-main-cl-bottom-left {
  clip-path: polygon(0 0, 100% 0, 4% 100%);
  height: 52px;
  position: absolute;
  top: auto;
  bottom: -52px;
  right: 0;
  left: 9%;
  display: block;
  background-color: #22abc3; }

/*====================================================================
==  Slider List category
====================================================================*/
.fl-woo-category-slider-list-container {
  margin: 0;
  padding: 0; }
  .fl-woo-category-slider-list-container li {
    margin: 0;
    padding: 0 20px;
    display: inline-flex; }
    .fl-woo-category-slider-list-container li a {
      line-height: 1;
      position: relative;
      color: #fff;
      font-size: 14px;
      text-transform: uppercase;
      padding-bottom: 10px;
      transition: 0.2s ease-in-out !important; }
      .fl-woo-category-slider-list-container li a:before {
        transition: transform .2s ease-out .2s ,-webkit-transform .2s ease-out .2s;
        transform: scaleX(1);
        transform-origin: left;
        width: 100%;
        height: 1px;
        background: rgba(255, 255, 255, 0.5);
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 1; }
      .fl-woo-category-slider-list-container li a:after {
        content: '';
        transform: scaleX(0);
        transition: transform .2s ease-out,-webkit-transform .2s ease-out;
        transform-origin: right;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        z-index: 2; }
      .fl-woo-category-slider-list-container li a:hover {
        transition: 0.2s ease-in-out !important; }
        .fl-woo-category-slider-list-container li a:hover:after {
          transform: scaleX(1);
          transform-origin: left; }
        .fl-woo-category-slider-list-container li a:hover:before {
          transition: transform .2s ease-out ,-webkit-transform .2s ease-out;
          transform: scaleX(0);
          transform-origin: right; }

/*====================================================================
==  Background position
====================================================================*/
.bg-position-left-top, .vc_row-has-fill.bg-position-left-top, .vc_col-has-fill .bg-position-left-top {
  background-position: left top !important; }

.bg-position-left-center, .vc_row-has-fill.bg-position-left-center, .vc_col-has-fill .bg-position-left-center {
  background-position: left center !important; }

.bg-position-left-bottom, .vc_row-has-fill.bg-position-left-bottom, .vc_col-has-fill .bg-position-left-bottom {
  background-position: left bottom !important; }

.bg-position-center-top, .vc_row-has-fill.bg-position-center-top, .vc_col-has-fill .bg-position-center-top {
  background-position: center top !important; }

.bg-position-center-center, .vc_row-has-fill.bg-position-center-center, .vc_col-has-fill .bg-position-center-center {
  background-position: center center !important; }

.bg-position-center-bottom, .vc_row-has-fill.bg-position-center-bottom, .vc_col-has-fill .bg-position-center-bottom {
  background-position: center bottom !important; }

.bg-position-right-top, .vc_row-has-fill.bg-position-right-top, .vc_col-has-fill .bg-position-right-top {
  background-position: right top !important; }

.bg-position-right-center, .vc_row-has-fill.bg-position-right-center, .vc_col-has-fill .bg-position-right-center {
  background-position: right center !important; }

.bg-position-right-bottom, .vc_row-has-fill.bg-position-right-bottom, .vc_col-has-fill .bg-position-right-bottom {
  background-position: right bottom !important; }

/*====================================================================
==  Decor
====================================================================*/
.fl-vc-decor-wrapper {
  display: flex;
  justify-content: center; }
  .fl-vc-decor-wrapper .filter-decor {
    display: inline-block;
    width: 40px;
    height: 1px;
    opacity: .5;
    background-color: #fff;
    box-shadow: 25px 5px 0 0 #fff, -25px 5px 0 0 #fff; }

/*====================================================================
==  Z index
====================================================================*/
.z-index-1 {
  z-index: 1; }

.z-index-2 {
  z-index: 2; }

.z-index-3 {
  z-index: 3; }

.z-index-4 {
  z-index: 4; }

.z-index-5 {
  z-index: 5; }

/*============================================
==  Responsive VC
==============================================*/
/*-------------------------------------------------------------------

==  max-width 1600px

-------------------------------------------------------------------*/
@media screen and (max-width: 1600px) {
  .fl-action-content-wrapper-vc .vc-fl-action-content .action-image {
    max-width: 28vw; } }
/*-------------------------------------------------------------------

==  max-width 1170px

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  max-width 1024px

-------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .fl-action-content-wrapper-vc .vc-fl-action-content .action-image {
    max-width: 26vw; }

  .fl-services-slider-container-content {
    margin: 60px -224px 30px 25px; } }
/*-------------------------------------------------------------------

==  max-width 992px

-------------------------------------------------------------------*/
@media (max-width: 992px) {
  .fl-vc-vehicle-search .vc-auto-search {
    flex-wrap: wrap; }

  .fl-vc-vehicle-search .vc-auto-search .select {
    margin-top: 25px; }

  .fl-vc-vehicle-search .vc-auto-search .btn {
    margin-top: 25px;
    width: 100%; }

  .vc-number-content-container .number-div-content.reflect-element .inner-content .number {
    order: 1; }

  .vc-number-content-container .number-div-content.reflect-element .inner-content .number-content, .vc-number-content-container .number-div-content.reflect-element .inner-content .number-title {
    order: 2; }

  .vc-number-content-container .number-div-content:nth-child(even) {
    padding-top: 20px; }

  .vc-number-content-container .number-div-content {
    padding-top: 20px; }

  .fl-vc-custom-title-container .custom-title-content-wrapper .back-text {
    font-size: 70px; }

  .fl-vc-custom-title-container .custom-title-content-wrapper .font-text {
    font-size: 30px; }

  .custom-title-cars .fl-title-vc {
    margin-top: -30px !important; }

  .fl-header-decor-text-wrapper-vc .decor-header-text {
    font-size: 20px; }

  .fl-phone-number-wrapper-vc.phone-style-two .phone-style-two-content {
    margin-top: 15px; }

  .fl-services-slider-container-content {
    margin: 0 0 0 0; } }
/*-------------------------------------------------------------------

==  max-width 870px

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

max-width 782px

-------------------------------------------------------------------*/
@media screen and (max-width: 782px) {
  .decor-main-cl-left, .decor-main-cl-right, .decor-white-bottom-left, .decor-white-left {
    height: 22px !important; }

  .vc-offer-slider .offer-slider-slide .offer-slide-inner-content .offer-slider-bottom-content .offer-slider-image {
    display: none !important; }

  .vc-offer-slider .slick-arrow {
    display: none !important; }

  .custom-title-cars .fl-title-vc {
    margin-top: -20px !important; }

  .fl-about-us-form .input-container {
    width: 100%; } }
/*-------------------------------------------------------------------

max-width 720px

-------------------------------------------------------------------*/
@media screen and (max-width: 720px) {
  .home-page-post-container .blog-post {
    margin-top: 25px; }
    .home-page-post-container .blog-post:first-child {
      margin-top: 0; }

  .fl-vc-custom-title-container .custom-title-content-wrapper .back-text {
    font-size: 60px; }

  .fl-vc-custom-title-container .custom-title-content-wrapper .font-text {
    font-size: 25px; } }
/*-------------------------------------------------------------------

==  max-width 680px

-------------------------------------------------------------------*/
@media (max-width: 680px) {
  .fl-action-content-wrapper-vc .vc-fl-action-content .action-image {
    display: none; }

  .fl-phone-number-wrapper-vc.phone-style-one {
    flex-wrap: wrap; }

  .fl-vc-car-detail-wrapper .car-detail-slider .car-detail-slide .slider-content {
    padding-right: 30px;
    padding-left: 30px; }

  .fl-vc-car-detail-wrapper .car-detail-slider .car-detail-slide .slider-content .bottom-slide-content .bottom-car-info .icon-content-info-wrapper {
    margin-top: 15px; }

  .vc-number-content-container .number-div-content .inner-content .number:after {
    display: none !important; }

  .fl-header-decor-text-wrapper-vc .decor-header-text {
    font-size: 17px; }

  .fl-semi-circle-progress-container-content {
    justify-content: center; }

  .fl-semi-circle-progress-container-content .semi-circle-progress-bar-wrapper-vc {
    margin-top: 20px; } }
/*-------------------------------------------------------------------

==  max-width 630px

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  max-width 570px

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  max-width 500px

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  max-width 400px

-------------------------------------------------------------------*/
/*-------------------------------------------------------------------

==  max-width 360

-------------------------------------------------------------------*/

/*# sourceMappingURL=vc-page-builder-style.css.map */
