/*
||===================================================||
||                                                   ||
||          Table of Contents Page Builder           ||
||                                                   ||
||          1. 	Hotspot                              ||
||          2. 	Home Page Blog Post                  ||
||                                                   ||
||                                                   ||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
||													 ||
||					Other Style						 ||
||                                                   ||
||          1. Animation                             ||
||          2. Extra class VC                        ||
||          3. Responsive VC                       	 ||
||                                                   ||
==================================================== ||
*/
.fl-drop-caps-wrapper-vc .first-letter {
  float: left;
  font-size: 40px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 25px;
  line-height: 1;
  margin-bottom: 14px;
  margin-right: 20px; }
.fl-drop-caps-wrapper-vc p + p {
  margin-top: 5px; }

.fl-button-wrapper-vc {
  display: flex; }
  .fl-button-wrapper-vc.text-center {
    justify-content: center; }
  .fl-button-wrapper-vc.text-right {
    justify-content: flex-end; }
  .fl-button-wrapper-vc.inline-display {
    display: inline-flex; }

.fl-vc-list-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1; }
  .fl-vc-list-wrapper ul li {
    list-style: none;
    margin: 0;
    padding: 0; }
.fl-vc-list-wrapper.style-one ul li {
  color: #222222;
  margin-bottom: 13px;
  display: flex;
  align-items: center; }
  .fl-vc-list-wrapper.style-one ul li span {
    float: left;
    margin-right: 15px;
    display: inline-flex;
    padding: 7px;
    border: 1px solid #cde0ff;
    border-radius: 100%; }
    .fl-vc-list-wrapper.style-one ul li span i {
      font-size: 12px;
      display: inline-flex; }
.fl-vc-list-wrapper.style-two ul li {
  color: #222222;
  margin-bottom: 23px;
  display: flex;
  align-items: center; }
  .fl-vc-list-wrapper.style-two ul li span {
    margin-right: 15px; }
  .fl-vc-list-wrapper.style-two ul li i {
    font-size: 18px;
    display: inline-flex; }
.fl-vc-list-wrapper.style-three ul li {
  color: #222222;
  margin-bottom: 23px;
  display: flex;
  align-items: center; }
  .fl-vc-list-wrapper.style-three ul li span {
    margin-right: 15px; }
  .fl-vc-list-wrapper.style-three ul li i {
    font-size: 18px;
    display: inline-flex; }

.fl-vc-custom-title-container .sub-title-wrap .fl-subtitle-vc {
  border-radius: 12.5px;
  padding: 8px 25px;
  display: inline-flex;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 20px; }

.fl-icon-box-vc.icon-box-style-one .icon-box-icon-wrap {
  margin-bottom: 22px; }
  .fl-icon-box-vc.icon-box-style-one .icon-box-icon-wrap i {
    display: flex;
    font-size: 50px; }
.fl-icon-box-vc.icon-box-style-one .icon-box-title {
  color: #222222;
  font-size: 22px;
  margin-bottom: 14px;
  transition: .3s ease; }
.fl-icon-box-vc.icon-box-style-one .icon-box-text-content {
  margin-bottom: 40px; }
.fl-icon-box-vc.icon-box-style-one .icon-box-btn {
  transition: .3s ease;
  width: 50px;
  height: 50px;
  box-shadow: 0 0 34px 6px rgba(0, 0, 0, 0.07);
  border-radius: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #222222;
  position: relative;
  overflow: hidden;
  z-index: 2; }
  .fl-icon-box-vc.icon-box-style-one .icon-box-btn:after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 140%;
    left: -20%;
    z-index: -1;
    transform-origin: 0 50%;
    transform: skew(-15deg) scaleX(0);
    transition: transform .6s ease, -webkit-transform .6s ease; }
  .fl-icon-box-vc.icon-box-style-one .icon-box-btn:before {
    background: #fff;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2; }
  .fl-icon-box-vc.icon-box-style-one .icon-box-btn i {
    transition: .3s ease;
    font-size: 14px; }
.fl-icon-box-vc.icon-box-style-one:hover .icon-box-title {
  transition: .3s ease; }
.fl-icon-box-vc.icon-box-style-one:hover .icon-box-btn {
  transition: .3s ease; }
  .fl-icon-box-vc.icon-box-style-one:hover .icon-box-btn i {
    transition: .3s ease;
    color: #fff; }
  .fl-icon-box-vc.icon-box-style-one:hover .icon-box-btn:after {
    transform: skew(-15deg) scaleX(1); }
  .fl-icon-box-vc.icon-box-style-one:hover .icon-box-btn:hover {
    opacity: .8; }
.fl-icon-box-vc.icon-box-style-one.colored-btn .icon-box-btn i {
  color: #fff; }
.fl-icon-box-vc.icon-box-style-one.colored-btn .icon-box-btn:after {
  transform: skew(-15deg) scaleX(1); }
.fl-icon-box-vc.icon-box-style-one.colored-btn .icon-box-btn:hover {
  opacity: .8; }
.fl-icon-box-vc.icon-box-style-two .icon-box-inner-wrap {
  text-align: center;
  padding: 50px 40px 0 40px;
  box-shadow: 0 0 34px 6px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  background-color: #ffffff;
  transition: .4s ease; }
  .fl-icon-box-vc.icon-box-style-two .icon-box-inner-wrap .icon-box-icon-wrap {
    margin-bottom: 40px;
    position: relative; }
    .fl-icon-box-vc.icon-box-style-two .icon-box-inner-wrap .icon-box-icon-wrap .svg-bg-content {
      display: flex;
      align-items: center;
      justify-content: center; }
      .fl-icon-box-vc.icon-box-style-two .icon-box-inner-wrap .icon-box-icon-wrap .svg-bg-content svg path {
        transition: .4s ease; }
    .fl-icon-box-vc.icon-box-style-two .icon-box-inner-wrap .icon-box-icon-wrap i {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 99;
      transform: translate3d(-50%, -50%, 0);
      font-size: 50px; }
  .fl-icon-box-vc.icon-box-style-two .icon-box-inner-wrap .icon-box-title {
    transition: .4s ease;
    color: #222222;
    font-size: 22px;
    margin-bottom: 15px; }
  .fl-icon-box-vc.icon-box-style-two .icon-box-inner-wrap .icon-box-text-content {
    transition: .4s ease;
    margin-bottom: 10px; }
  .fl-icon-box-vc.icon-box-style-two .icon-box-inner-wrap .icon-box-btn {
    transform: translateY(20px);
    visibility: hidden;
    opacity: 0;
    top: 25px;
    transition: .3s ease;
    width: 50px;
    height: 50px;
    box-shadow: 0 0 34px 6px rgba(0, 0, 0, 0.07);
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #222222;
    position: relative;
    overflow: hidden;
    z-index: 2; }
    .fl-icon-box-vc.icon-box-style-two .icon-box-inner-wrap .icon-box-btn:after {
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      top: 0;
      width: 140%;
      left: -20%;
      z-index: -1;
      transform-origin: 0 50%;
      transform: skew(-15deg) scaleX(0);
      transition: transform .6s ease, -webkit-transform .6s ease; }
    .fl-icon-box-vc.icon-box-style-two .icon-box-inner-wrap .icon-box-btn:before {
      background: #fff;
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -2; }
    .fl-icon-box-vc.icon-box-style-two .icon-box-inner-wrap .icon-box-btn i {
      transition: .3s ease;
      font-size: 14px; }
.fl-icon-box-vc.icon-box-style-two:hover .icon-box-inner-wrap {
  transition: .4s ease; }
.fl-icon-box-vc.icon-box-style-two:hover .icon-box-btn {
  visibility: visible;
  opacity: 1;
  transform: translateY(0); }
  .fl-icon-box-vc.icon-box-style-two:hover .icon-box-btn:hover {
    transition: .3s ease;
    opacity: .8; }
.fl-icon-box-vc.icon-box-style-two:hover .icon-box-icon-wrap .svg-bg-content svg path {
  transition: fill .4s ease;
  fill: #fff; }
.fl-icon-box-vc.icon-box-style-two:hover .icon-box-title {
  color: #fff;
  transition: .4s ease; }
.fl-icon-box-vc.icon-box-style-two:hover .icon-box-text-content {
  color: #fff;
  transition: .4s ease; }
.fl-icon-box-vc.icon-box-style-three {
  text-align: center; }
  .fl-icon-box-vc.icon-box-style-three .icon-box-icon-wrap {
    margin-bottom: 22px; }
    .fl-icon-box-vc.icon-box-style-three .icon-box-icon-wrap i {
      font-size: 50px; }
  .fl-icon-box-vc.icon-box-style-three .icon-box-title {
    color: #222222;
    font-size: 24px;
    margin-bottom: 14px;
    transition: .3s ease; }
  .fl-icon-box-vc.icon-box-style-three .icon-box-text-content {
    margin-bottom: 40px; }
  .fl-icon-box-vc.icon-box-style-three .icon-box-btn {
    transition: .3s ease;
    width: 50px;
    height: 50px;
    box-shadow: 0 0 34px 6px rgba(0, 0, 0, 0.07);
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #222222;
    position: relative;
    overflow: hidden;
    z-index: 2; }
    .fl-icon-box-vc.icon-box-style-three .icon-box-btn:after {
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      top: 0;
      width: 140%;
      left: -20%;
      z-index: -1;
      transform-origin: 0 50%;
      transform: skew(-15deg) scaleX(0);
      transition: transform .6s ease, -webkit-transform .6s ease; }
    .fl-icon-box-vc.icon-box-style-three .icon-box-btn:before {
      background: #fff;
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -2; }
    .fl-icon-box-vc.icon-box-style-three .icon-box-btn i {
      transition: .3s ease;
      font-size: 14px; }
  .fl-icon-box-vc.icon-box-style-three:hover .icon-box-title {
    transition: .3s ease; }
  .fl-icon-box-vc.icon-box-style-three:hover .icon-box-btn {
    transition: .3s ease; }
    .fl-icon-box-vc.icon-box-style-three:hover .icon-box-btn i {
      transition: .3s ease;
      color: #fff; }
    .fl-icon-box-vc.icon-box-style-three:hover .icon-box-btn:after {
      transform: skew(-15deg) scaleX(1); }
    .fl-icon-box-vc.icon-box-style-three:hover .icon-box-btn:hover {
      opacity: .8; }
  .fl-icon-box-vc.icon-box-style-three.colored-btn .icon-box-btn i {
    color: #fff; }
  .fl-icon-box-vc.icon-box-style-three.colored-btn .icon-box-btn:after {
    transform: skew(-15deg) scaleX(1); }
  .fl-icon-box-vc.icon-box-style-three.colored-btn .icon-box-btn:hover {
    opacity: .8; }
.fl-icon-box-vc.icon-box-style-four .icon-box-wrap {
  box-shadow: 0 0 34px 6px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  background-color: #ffffff;
  padding: 35px 50px;
  display: flex; }
  .fl-icon-box-vc.icon-box-style-four .icon-box-wrap .icon-box-icon-wrap {
    flex-grow: 0;
    margin-right: 25px;
    margin-top: 7px; }
    .fl-icon-box-vc.icon-box-style-four .icon-box-wrap .icon-box-icon-wrap i {
      font-size: 50px; }
  .fl-icon-box-vc.icon-box-style-four .icon-box-wrap .icon-right-content {
    flex-grow: 1; }
    .fl-icon-box-vc.icon-box-style-four .icon-box-wrap .icon-right-content .icon-box-title {
      color: #222222;
      font-size: 22px;
      margin-bottom: 5px; }
    .fl-icon-box-vc.icon-box-style-four .icon-box-wrap .icon-right-content .icon-box-text-content {
      line-height: 28px; }
      .fl-icon-box-vc.icon-box-style-four .icon-box-wrap .icon-right-content .icon-box-text-content a {
        color: inherit;
        transition: .3s ease; }
        .fl-icon-box-vc.icon-box-style-four .icon-box-wrap .icon-right-content .icon-box-text-content a:hover {
          transition: .3s ease; }
.fl-icon-box-vc.icon-box-style-five .icon-box-inner-wrap {
  text-align: center; }
  .fl-icon-box-vc.icon-box-style-five .icon-box-inner-wrap .icon-box-icon-wrap {
    margin-bottom: 40px;
    position: relative; }
    .fl-icon-box-vc.icon-box-style-five .icon-box-inner-wrap .icon-box-icon-wrap .svg-bg-content {
      display: flex;
      align-items: center;
      justify-content: center; }
      .fl-icon-box-vc.icon-box-style-five .icon-box-inner-wrap .icon-box-icon-wrap .svg-bg-content svg path {
        transition: .4s ease; }
    .fl-icon-box-vc.icon-box-style-five .icon-box-inner-wrap .icon-box-icon-wrap i {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 99;
      transform: translate3d(-50%, -50%, 0);
      font-size: 50px; }
  .fl-icon-box-vc.icon-box-style-five .icon-box-inner-wrap .icon-box-title {
    transition: .4s ease;
    color: #222222;
    font-size: 22px;
    margin-bottom: 15px; }
  .fl-icon-box-vc.icon-box-style-five .icon-box-inner-wrap .icon-box-text-content {
    transition: .4s ease;
    margin-bottom: 10px; }
  .fl-icon-box-vc.icon-box-style-five .icon-box-inner-wrap .icon-box-btn {
    cursor: pointer;
    top: 25px;
    transition: .3s ease;
    width: 50px;
    height: 50px;
    box-shadow: 0 0 34px 6px rgba(0, 0, 0, 0.07);
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #222222;
    position: relative;
    overflow: hidden;
    z-index: 2; }
    .fl-icon-box-vc.icon-box-style-five .icon-box-inner-wrap .icon-box-btn:after {
      content: "";
      display: block;
      height: 100%;
      position: absolute;
      top: 0;
      width: 140%;
      left: -20%;
      z-index: -1;
      transform-origin: 0 50%;
      transform: skew(-15deg) scaleX(0);
      transition: transform .6s ease, -webkit-transform .6s ease; }
    .fl-icon-box-vc.icon-box-style-five .icon-box-inner-wrap .icon-box-btn:before {
      background: #fff;
      content: "";
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -2; }
    .fl-icon-box-vc.icon-box-style-five .icon-box-inner-wrap .icon-box-btn i {
      transition: .3s ease;
      font-size: 14px; }
    .fl-icon-box-vc.icon-box-style-five .icon-box-inner-wrap .icon-box-btn:hover i {
      color: #fff;
      transition: .3s ease; }
    .fl-icon-box-vc.icon-box-style-five .icon-box-inner-wrap .icon-box-btn:hover:after {
      transform: skew(-15deg) scaleX(1); }

.fl-counter-wrapper .fl-counter-pref-styles {
  font-size: 60px;
  line-height: 48px; }
.fl-counter-wrapper .fl-counter-list__title {
  color: #222222; }

.fl-progress-bar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  color: #222222; }
  .fl-progress-bar .fl-progress-title {
    flex-grow: 1; }
  .fl-progress-bar .fl-progress-bar__number {
    flex-grow: 0; }
  .fl-progress-bar .fl-progress-wrapper {
    margin-top: 5px;
    height: 5px;
    width: 100%; }
    .fl-progress-bar .fl-progress-wrapper .fl-tracking-progress-bar {
      position: relative;
      background: #eeeeee;
      width: 100%;
      height: 100%; }
      .fl-progress-bar .fl-progress-wrapper .fl-tracking-progress-bar .fl-tracking-progress-bar__item {
        height: 100%;
        position: absolute;
        left: 0;
        top: 0; }
  .fl-progress-bar.ternary-color-style .fl-progress-wrapper {
    margin-top: 5px;
    height: 6px; }
  .fl-progress-bar.ternary-color-style .fl-tracking-progress-bar {
    background-color: white;
    background-image: linear-gradient(90deg, #d9d9d9 27%, transparent 0, transparent 100%, #d9d9d9 60%, #d9d9d9), linear-gradient(90deg, #d9d9d9 28%, transparent 0%, transparent 100%, #d9d9d9 74%, #d9d9d9);
    background-size: 13px 27px;
    background-position: 0 0, 38.5px 50px; }
  .fl-progress-bar.ternary-color-style .fl-tracking-progress-bar__item {
    background: #32297b;
    background: linear-gradient(90deg, #32297b 35%, #fc4c59 100%); }

.fl-pricing--table-wrapper .pricing--table {
  transition: .3s ease;
  padding: 50px 85px 60px 85px;
  text-align: center; }
  .fl-pricing--table-wrapper .pricing--table .pricing-title {
    font-size: 14px;
    letter-spacing: 0.2em;
    color: #222222;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px; }
    .fl-pricing--table-wrapper .pricing--table .pricing-title:before {
      content: '';
      height: 4px;
      width: 40px;
      background: #c6dde8;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-20px); }
  .fl-pricing--table-wrapper .pricing--table .pricing {
    font-size: 80px;
    line-height: 50px; }
    .fl-pricing--table-wrapper .pricing--table .pricing .prefix-price {
      color: #666666;
      font-size: 16px;
      margin-right: 10px;
      position: relative;
      top: -10px;
      vertical-align: super; }
  .fl-pricing--table-wrapper .pricing--table .pricing-period {
    color: #222222;
    margin-top: 10px;
    margin-bottom: 30px; }
  .fl-pricing--table-wrapper .pricing--table .pricing-list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px; }
    .fl-pricing--table-wrapper .pricing--table .pricing-list li {
      color: #222222;
      font-size: 14px;
      text-align: left;
      list-style: none;
      margin: 0;
      padding: 0;
      padding-top: 5px;
      padding-bottom: 5px; }
      .fl-pricing--table-wrapper .pricing--table .pricing-list li .left-content {
        margin-right: 10px; }
  .fl-pricing--table-wrapper .pricing--table.premium-table {
    padding-top: 75px;
    border-top: 3px solid transparent; }
    .fl-pricing--table-wrapper .pricing--table.premium-table .pricing-title {
      color: #ffffff; }
      .fl-pricing--table-wrapper .pricing--table.premium-table .pricing-title:before {
        background: #ffffff; }
    .fl-pricing--table-wrapper .pricing--table.premium-table .pricing {
      color: #fff; }
      .fl-pricing--table-wrapper .pricing--table.premium-table .pricing .prefix-price {
        color: #fff; }
    .fl-pricing--table-wrapper .pricing--table.premium-table .pricing-period {
      color: #fff; }
    .fl-pricing--table-wrapper .pricing--table.premium-table .pricing-list li {
      color: #fff; }
  .fl-pricing--table-wrapper .pricing--table:hover {
    box-shadow: 0 0 34px 6px rgba(0, 0, 0, 0.07);
    transform: translateY(-5px);
    transition: .3s ease; }

.fl-team-vc.hovered.team-style-one .flipper-team-content {
  transition: .6s;
  transform: rotateY(180deg); }
.fl-team-vc.hovered.team-style-two .entry-content {
  border: 1px solid transparent;
  box-shadow: 0 0 34px 6px rgba(0, 0, 0, 0.07);
  transition: .3s ease; }
  .fl-team-vc.hovered.team-style-two .entry-content:before {
    transform: scaleX(1);
    transform-origin: left; }
.fl-team-vc.team-style-one {
  text-align: center; }
  .fl-team-vc.team-style-one .flipper-team-content {
    transition: .6s;
    transform-style: preserve-3d;
    perspective: 1400px;
    position: relative; }
  .fl-team-vc.team-style-one .entry-content {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 50px 40px; }
    .fl-team-vc.team-style-one .entry-content .team-image {
      margin-bottom: 40px; }
      .fl-team-vc.team-style-one .entry-content .team-image img {
        display: inline-block;
        border-radius: 50%; }
    .fl-team-vc.team-style-one .entry-content .team-name {
      text-transform: uppercase;
      font-size: 17px;
      color: #222222;
      letter-spacing: 0.025em; }
    .fl-team-vc.team-style-one .entry-content .team-profession {
      font-size: 14px;
      text-transform: uppercase; }
    .fl-team-vc.team-style-one .entry-content .team-social-profiles {
      margin-top: 25px; }
      .fl-team-vc.team-style-one .entry-content .team-social-profiles li {
        margin: 0;
        display: inline-flex; }
        .fl-team-vc.team-style-one .entry-content .team-social-profiles li a {
          font-size: 14px;
          padding: 0 10px;
          color: #666666;
          transition: .3s ease; }
          .fl-team-vc.team-style-one .entry-content .team-social-profiles li a:hover {
            transition: .3s ease; }
    .fl-team-vc.team-style-one .entry-content.front-content {
      backface-visibility: hidden; }
    .fl-team-vc.team-style-one .entry-content.back-content {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      backface-visibility: hidden;
      transform: rotateY(180deg); }
      .fl-team-vc.team-style-one .entry-content.back-content .team-name {
        color: #fff; }
      .fl-team-vc.team-style-one .entry-content.back-content .team-profession {
        color: #fff; }
      .fl-team-vc.team-style-one .entry-content.back-content .team-description {
        color: #fff;
        margin-top: 20px;
        font-size: 14px; }
      .fl-team-vc.team-style-one .entry-content.back-content .team-phone-number-wrap {
        margin-top: 20px;
        font-size: 17px;
        letter-spacing: 0.025em; }
        .fl-team-vc.team-style-one .entry-content.back-content .team-phone-number-wrap a {
          color: #fff;
          transition: .3s ease; }
          .fl-team-vc.team-style-one .entry-content.back-content .team-phone-number-wrap a:hover {
            transition: .3s ease; }
      .fl-team-vc.team-style-one .entry-content.back-content .team-social-profiles li {
        margin: 0; }
        .fl-team-vc.team-style-one .entry-content.back-content .team-social-profiles li a {
          color: #fff; }
  .fl-team-vc.team-style-one:hover .flipper-team-content {
    transition: .6s;
    transform: rotateY(180deg); }
.fl-team-vc.team-style-two .entry-content {
  position: relative;
  transition: .3s ease;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  padding: 50px 40px;
  text-align: center; }
  .fl-team-vc.team-style-two .entry-content .team-image {
    margin-bottom: 40px;
    text-align: center; }
    .fl-team-vc.team-style-two .entry-content .team-image img {
      display: inline-block;
      border-radius: 50%; }
  .fl-team-vc.team-style-two .entry-content .team-name {
    text-transform: uppercase;
    font-size: 17px;
    color: #222222;
    letter-spacing: 0.025em; }
  .fl-team-vc.team-style-two .entry-content .team-profession {
    font-size: 14px;
    text-transform: uppercase; }
  .fl-team-vc.team-style-two .entry-content .team-social-profiles {
    margin-top: 25px; }
    .fl-team-vc.team-style-two .entry-content .team-social-profiles li {
      margin: 0;
      display: inline-flex; }
      .fl-team-vc.team-style-two .entry-content .team-social-profiles li a {
        font-size: 14px;
        padding: 0 10px;
        color: #666666;
        transition: .3s ease; }
        .fl-team-vc.team-style-two .entry-content .team-social-profiles li a:hover {
          transition: .3s ease; }
  .fl-team-vc.team-style-two .entry-content:before {
    position: absolute;
    left: 0;
    bottom: -1px;
    content: '';
    height: 3px;
    width: 100%;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .2s ease-out,-webkit-transform .2s ease-out; }
.fl-team-vc.team-style-two:hover .entry-content {
  border: 1px solid transparent;
  box-shadow: 0 0 34px 6px rgba(0, 0, 0, 0.07);
  transition: .3s ease; }
  .fl-team-vc.team-style-two:hover .entry-content:before {
    transform: scaleX(1);
    transform-origin: left; }

.fl-partner-wrapper {
  display: flex;
  justify-content: center; }
  .fl-partner-wrapper .partner-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    max-width: 1550px; }
    .fl-partner-wrapper .partner-content .partner-item {
      width: 20%;
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 160px;
      padding: 20px; }

.fl-home-page-posts-content-vc .home-page-post-container article {
  margin-bottom: 25px;
  padding: 39px 50px;
  display: flex; }
  .fl-home-page-posts-content-vc .home-page-post-container article .left-content {
    flex-grow: 0;
    margin-right: 35px;
    padding-right: 35px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 130px;
    width: 100%;
    flex-direction: column; }
    .fl-home-page-posts-content-vc .home-page-post-container article .left-content .top-date-wrap {
      width: 100%;
      color: #222222;
      font-size: 48px;
      line-height: 37px;
      display: flex; }
    .fl-home-page-posts-content-vc .home-page-post-container article .left-content .bottom-date-wrap {
      width: 100%;
      font-size: 14px;
      text-transform: uppercase;
      line-height: 1;
      margin-top: 8px; }
    .fl-home-page-posts-content-vc .home-page-post-container article .left-content:before {
      content: '';
      right: 0;
      background-image: linear-gradient(#e1e1e1 40%, rgba(255, 255, 255, 0) 0%);
      background-position: right;
      background-size: 1px 11px;
      background-repeat: repeat-y;
      position: absolute;
      height: 100%;
      width: 3px; }
  .fl-home-page-posts-content-vc .home-page-post-container article .right-content {
    flex-grow: 1; }
    .fl-home-page-posts-content-vc .home-page-post-container article .right-content .top-post-content {
      display: flex;
      align-items: center;
      font-size: 14px;
      color: #222222; }
      .fl-home-page-posts-content-vc .home-page-post-container article .right-content .top-post-content i {
        margin-right: 7px; }
      .fl-home-page-posts-content-vc .home-page-post-container article .right-content .top-post-content a {
        color: inherit;
        transition: .3s ease; }
        .fl-home-page-posts-content-vc .home-page-post-container article .right-content .top-post-content a:hover {
          transition: .3s ease; }
      .fl-home-page-posts-content-vc .home-page-post-container article .right-content .top-post-content .author-wrap {
        display: inline-block;
        margin-right: 15px;
        padding-right: 15px;
        border-right: 1px solid #e1e1e1;
        padding-top: 2px;
        padding-bottom: 2px;
        line-height: 1; }
        .fl-home-page-posts-content-vc .home-page-post-container article .right-content .top-post-content .author-wrap .prefix-author {
          margin-right: 5px; }
      .fl-home-page-posts-content-vc .home-page-post-container article .right-content .top-post-content .category-wrap {
        display: inline-block; }
        .fl-home-page-posts-content-vc .home-page-post-container article .right-content .top-post-content .category-wrap ul {
          list-style: none;
          margin: 0;
          padding: 0; }
          .fl-home-page-posts-content-vc .home-page-post-container article .right-content .top-post-content .category-wrap ul li {
            list-style: none;
            margin: 0;
            padding: 0;
            display: inline-block; }
    .fl-home-page-posts-content-vc .home-page-post-container article .right-content .post-title {
      margin-top: 6px;
      margin-bottom: 0;
      font-size: 24px; }
      .fl-home-page-posts-content-vc .home-page-post-container article .right-content .post-title a {
        color: #222222;
        transition: .3s ease; }
        .fl-home-page-posts-content-vc .home-page-post-container article .right-content .post-title a:hover {
          transition: .3s ease; }

.fl-tabs-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; }
  .fl-tabs-wrapper .nav-tabs {
    padding: 35px 0;
    border-radius: 10px; }
    .fl-tabs-wrapper .nav-tabs li {
      list-style: none;
      position: relative;
      padding-left: 10px;
      padding-top: 10px;
      padding-bottom: 8px;
      cursor: pointer;
      margin: 0 20px;
      border-bottom: 1px solid rgba(201, 230, 245, 0.2);
      color: #fff; }
      .fl-tabs-wrapper .nav-tabs li:first-child {
        border-top: 1px solid rgba(201, 230, 245, 0.2); }
      .fl-tabs-wrapper .nav-tabs li:after {
        position: absolute;
        content: '';
        height: 100%;
        width: 4px;
        left: -20px;
        top: 0;
        background: #62bec9;
        transform: scale(0);
        transform-origin: 0 100%;
        transition: transform .2s ease-out,-webkit-transform .2s ease-out; }
      .fl-tabs-wrapper .nav-tabs li .inner-content {
        display: flex;
        align-items: center; }
        .fl-tabs-wrapper .nav-tabs li .inner-content .tab-title-content {
          flex-grow: 1; }
        .fl-tabs-wrapper .nav-tabs li .inner-content .icon-container {
          transition: .3s ease;
          flex-grow: 0;
          width: 24px;
          height: 24px;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 50%; }
          .fl-tabs-wrapper .nav-tabs li .inner-content .icon-container i {
            transition: .3s ease;
            font-size: 10px;
            color: rgba(255, 255, 255, 0.4); }
      .fl-tabs-wrapper .nav-tabs li.active:after {
        transform-origin: 100% 0;
        transform: scale(1); }
      .fl-tabs-wrapper .nav-tabs li.active .inner-content .icon-container {
        transition: .3s ease; }
        .fl-tabs-wrapper .nav-tabs li.active .inner-content .icon-container i {
          transition: .3s ease;
          color: #ffffff; }
      .fl-tabs-wrapper .nav-tabs li:hover:after {
        transform-origin: 100% 0;
        transform: scale(1); }
  .fl-tabs-wrapper .tab-content-container .tab-pane {
    padding-left: 15px;
    display: none; }
    .fl-tabs-wrapper .tab-content-container .tab-pane.active {
      display: block;
      position: relative;
      animation: showTab 300ms ease-in-out both; }

@keyframes showTab {
  from {
    opacity: 0;
    top: 5px; }
  to {
    opacity: 1;
    top: 0; } }
.fl--portfolio-content-vc-wrap .fl-pagination {
  margin-top: 40px; }

.fl-video-btn-wrapper-vc {
  display: flex;
  align-items: center; }
  .fl-video-btn-wrapper-vc.text-center {
    justify-content: center; }
  .fl-video-btn-wrapper-vc.text-right {
    justify-content: flex-end; }
  .fl-video-btn-wrapper-vc.inline-display {
    display: inline-flex;
    align-items: center; }
  .fl-video-btn-wrapper-vc .video-btn-text {
    font-size: 14px;
    color: #fff;
    margin-left: 7px; }

.fl-portfolio-info-wrapper .fl-portfolio--info {
  margin: 0;
  padding: 0;
  list-style: none; }
  .fl-portfolio-info-wrapper .fl-portfolio--info li {
    margin: 0;
    padding: 15px 0 15px 15px;
    border-top: 1px solid #dddddd;
    list-style: none;
    display: flex;
    align-items: center; }
    .fl-portfolio-info-wrapper .fl-portfolio--info li .fl-left-content {
      display: flex;
      align-items: center;
      margin-right: 10px; }
      .fl-portfolio-info-wrapper .fl-portfolio--info li .fl-left-content i {
        margin-right: 15px;
        font-size: 20px; }
    .fl-portfolio-info-wrapper .fl-portfolio--info li .fl-right-content {
      display: flex;
      align-items: center;
      color: #222222; }
      .fl-portfolio-info-wrapper .fl-portfolio--info li .fl-right-content a {
        font-size: 15px;
        padding: 0 10px;
        color: #222222;
        transition: .3s ease; }
        .fl-portfolio-info-wrapper .fl-portfolio--info li .fl-right-content a:hover {
          transition: .3s ease; }
    .fl-portfolio-info-wrapper .fl-portfolio--info li:last-child {
      border-bottom: 1px solid #dddddd; }

/*
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
||													 ||
||					Other Style						 ||
||                                                   ||
|||||||||||||||||||||||||||||||||||||||||||||||||||||||
 */
/*============================================
==  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;
  position: relative; }

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

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

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

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

/*============================================
==  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-places-slider-container-content {
    margin: 60px -224px 30px 25px; } }
/*-------------------------------------------------------------------

==  max-width 992px

-------------------------------------------------------------------*/
@media (max-width: 992px) {
  .fl-partner-wrapper .partner-content .partner-item {
    width: 50%; }

  .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 .select:first-child {
      margin-top: 0; }

  .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-places-slider-container-content {
    margin: 0 0 0 0; }

  .fl-tabs .nav-tabs {
    padding-left: 0;
    padding-right: 0; }
    .fl-tabs .nav-tabs li .tab-link-content {
      margin-left: 20px; }
    .fl-tabs .nav-tabs li:nth-child(2n+1) .tab-link-content {
      margin-left: 0; }
  .fl-tabs .tab-content {
    padding-left: 0;
    padding-right: 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 768px

-------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .fl-home-page-posts-content-vc .home-page-post-container article .left-content {
    display: none; }

  .fl-icon-box-vc.icon-box-style-two .icon-box-inner-wrap .icon-box-btn {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }

  .fl-counter-wrapper .fl-counter-pref-styles {
    font-size: 40px; }

  .fl-tabs .nav-tabs li .tab-link-content {
    margin-top: 20px; }
  .fl-tabs .nav-tabs li:first-child .tab-link-content {
    margin-top: 0 !important; }

  .vc-offer-slider .offer-slider-slide .offer-slide-inner-content .offer-slider-bottom-content {
    clip-path: none;
    padding-top: 0;
    min-height: 220px; }
    .vc-offer-slider .offer-slider-slide .offer-slide-inner-content .offer-slider-bottom-content .offer-slider-content {
      padding-right: 35px;
      padding-left: 35px; }

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

  .vc-number-content-container .number-div-content .inner-content .number {
    font-size: 80px; }

  .vc-number-content-container .number-div-content:first-child {
    padding-top: 0; }

  .fl-phone-number-wrapper-vc.phone-style-one .phone-text {
    margin-right: 8px; }

  .fl-phone-number-wrapper-vc.phone-style-one .phone-number-link {
    font-size: 13px;
    padding: 13px 17px; } }
/*-------------------------------------------------------------------

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; }

  .home-page-post-container .blog-post-default {
    margin-top: 25px; }
    .home-page-post-container .blog-post-default: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; }

  .fl-tabs .nav-tabs li .tab-link-content {
    margin-left: 0 !important; } }
/*-------------------------------------------------------------------

==  max-width 630px

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

==  max-width 570px

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

==  max-width 500px

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

==  max-width 400px

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

==  max-width 360

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

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