/* Justified */
.justified-gallery {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.tf-image-group-widget .tf-image-item {
  position: relative;
}
@keyframes routate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.wrap-tf-button .tf-btn {
  padding: 18px 36px;
}

/* Carousel
-------------------------------------------------------------- */
.owl-carousel.row {
  margin: 0 !important;
}

/* bullet carousel */
.owl-carousel .owl-dots {
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  position: absolute;
  cursor: default;
}

.owl-carousel .owl-dots .owl-dot::before,
.owl-carousel .owl-dots .owl-dot::after {
  display: none;
}

.owl-carousel .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  line-height: 14px;
  background-color: #c4c4c4;
  margin: 0 8px;
  position: relative;
  display: inline-block;
  overflow: unset;
  box-shadow: none;
}

.owl-carousel .owl-dots .owl-dot.active {
  background-color: var(--theme-primary-color);
}

/* arrow carousel */

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  font-size: 30px;
  width: 56px;
  height: 56px;
  line-height: 56px;
  color: #000000;
  background: transparent;
  border: 1px solid #00000047;
  border-radius: 0;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover  {
  color: #ffffff;
  background: var(--theme-primary-color);
  border-color: var(--theme-primary-color);
  opacity: 1;
}

.owl-carousel .owl-nav button.owl-prev.disabled,
.owl-carousel .owl-nav button.owl-next.disabled {
  cursor: not-allowed;
}

.text-half .counter-number {
  background: linear-gradient(
    to top,
    #ffffff 52.5%,
    #000000 52.5%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.no-padding .item {
  padding-left: 0px;
  padding-right: 0px;
}

.inner-globe #rotatingGlobe {
  width: 166%;
  margin-left: -34%;
  margin-bottom: -66%;
}

/* tf list */

.tf-list .number {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 50%;
  color: #0A1426;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.tf-list .heading {
  color: #0A1426;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 24px;
}

.tf-list .description {
  color: #86898E;
  font-size: 16px;
  font-weight: 400;
  line-height: 28.8px; /* 180% */
}

.tf-list:hover .number {
  background: var(--theme-primary-color);
  color: #fff;
}

/* car banner */

.tf-car-banner {
  background: #000;
  padding: 62px 60px 56px 44px;
  overflow: hidden;
  position: relative;
  background-size: cover;
}

.tf-car-banner .subtitle {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 1.76px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-bottom: 17px;
  z-index: 25;
  position: relative;
}

.tf-car-banner .subtitle::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: unset;
  border: 1px dashed var(--theme-primary-color);
}

.tf-car-banner .heading {
  color: #FFF;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2941176470588236em;
  margin-bottom: 23px;
  z-index: 25;
  position: relative;
}

.tf-car-banner .heading span {
  color: var(--theme-primary-color);
}

.tf-car-banner .tf-button {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  z-index: 25;
  position: relative;
}

.tf-car-banner .tf-button:hover {
  color: var(--theme-primary-color);
}

.tf-car-banner .tf-button i {
  margin-left: 6px;
  font-size: 20px;
  vertical-align: text-bottom;
  display: inline-block;
}

.tf-car-banner .tf-button:hover i {
  -webkit-animation: toRightFromLeft 0.3s forwards;
  -moz-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
}

.tf-car-banner .group-image {
  position: absolute;
  top: 0;
  right: 3%;
  text-align: right;
  width: 300px;
  height: 300px;
  display: flex;
  justify-content: right;
  align-items: center;
}

.tf-car-banner .group-image img:nth-child(1) {
  position: relative;
  z-index: 5;
}

.tf-car-banner .group-image img:nth-child(2) {
  position: absolute;
  top: -2%;
  right: -7%;
  z-index: 1;
}

.tf-car-banner.style2 {
  padding: 38px 60px 77px 39px;
}

.tf-car-banner.style2 .heading {
  font-size: 32px;
  margin-bottom: 26px;
}

.tf-car-banner .group-image {
  top: 6%;
  right: 2%;
  width: unset;
}

/* Responsive
-------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {
  .tf-car-banner,
  .tf-car-banner.style2  {
    padding: 50px 20px ;
}
.tf-car-banner .heading {
  font-size: 25px;
}
.tf-car-banner .heading {
  margin-bottom: 10px;
}
}


@media only screen and (max-width: 991px) {
  
  .tf-pricetable .wrap-button a {
    width: 100%;
  }
  .tf-car-banner .group-image {
    position: relative;
    margin-top: 40px;
    text-align: left;
    top: unset;
    right: unset;
    display: block;
    width: unset;
    height: unset;
    max-height: 200px;
    min-height: 200px;
    max-width: 280px;
    min-width: 280px;
    display: flex;
    justify-content: right;
    align-items: center;
  }
  .tf-car-banner .group-image img:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    right: unset;
    transform: translate(-50%, -50%);
    z-index: 1;
}
}

@media only screen and (max-width: 767px) {

  .owl-carousel .owl-nav,
  .group-navigation {
    display: none;
  }

  .text-half .counter-number {
    background: unset;
    background-clip: unset;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: unset;
  }
}