/* brand colors */
/* text colors */
/* border colors */
/* filling colors */
/* accent colors */
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}
a:focus {
  border: 0;
}
a:hover {
  text-decoration: none;
}

button {
  border: 0;
  outline: 0;
}
button:focus {
  border: none;
  outline: none;
  box-shadow: 0px 0px 0px;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

input,
textarea {
  width: 100%;
  border: none;
  outline: none;
}
input:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}

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

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

.elementor-button-content-wrapper {
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.elementor-button-content-wrapper .elementor-button-icon {
  line-height: 0;
}

.tft-w-padding {
  padding-left: 200px;
  padding-right: 200px;
}
@media (max-width: 1366px) {
  .tft-w-padding {
    padding-left: 32px;
    padding-right: 32px;
  }
}

.tft-l-padding {
  padding-left: 200px;
}
@media (max-width: 1366px) {
  .tft-l-padding {
    padding-left: 32px;
  }
}

.tft-container-width {
  max-width: 1521px;
  margin: auto;
}

.tft-fullwidth-container {
  padding-left: 32px;
  padding-right: 32px;
}

.tft_has_sticky {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.tft-section-space {
  padding: 120px 0;
}
@media (max-width: 1399px) {
  .tft-section-space {
    padding: 100px 0;
  }
}
@media only screen and (max-width: 1199.98px) {
  .tft-section-space {
    padding: 80px 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-section-space {
    padding: 72px 0;
  }
}

.tft-section-space-top {
  padding-top: 120px;
}
@media (max-width: 1399px) {
  .tft-section-space-top {
    padding-top: 100px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .tft-section-space-top {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-section-space-top {
    padding-top: 72px;
  }
}

.tft-section-space-bottom {
  padding-bottom: 120px;
}
@media (max-width: 1399px) {
  .tft-section-space-bottom {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .tft-section-space-bottom {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-section-space-bottom {
    padding-bottom: 72px;
  }
}

.tft-section-small-bottom-space {
  padding-bottom: 80px;
}
@media only screen and (max-width: 1199.98px) {
  .tft-section-small-bottom-space {
    padding-bottom: 72px;
  }
}

.tft-heading-content p:empty {
  display: none;
}

.tft-no-reapeat {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

input[type=text].tft-form-control,
input[type=email].tft-form-control,
input[type=url].tft-form-control,
input[type=password].tft-form-control,
input[type=search].tft-form-control,
input[type=number].tft-form-control,
input[type=tel].tft-form-control,
input[type=range].tft-form-control,
input[type=date].tft-form-control,
input[type=month].tft-form-control,
input[type=week].tft-form-control,
input[type=time].tft-form-control,
input[type=datetime].tft-form-control,
input[type=datetime-local].tft-form-control,
input[type=color].tft-form-control,
textarea.tft-form-control {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid var(--tf-border-lite);
  background: var(--tf-color-white);
  padding: 17px 25px 18px;
}
@media only screen and (max-width: 991.98px) {
  input[type=text].tft-form-control,
  input[type=email].tft-form-control,
  input[type=url].tft-form-control,
  input[type=password].tft-form-control,
  input[type=search].tft-form-control,
  input[type=number].tft-form-control,
  input[type=tel].tft-form-control,
  input[type=range].tft-form-control,
  input[type=date].tft-form-control,
  input[type=month].tft-form-control,
  input[type=week].tft-form-control,
  input[type=time].tft-form-control,
  input[type=datetime].tft-form-control,
  input[type=datetime-local].tft-form-control,
  input[type=color].tft-form-control,
  textarea.tft-form-control {
    font-size: 0.938rem;
    padding: 12px 20px;
  }
}

.tft-text-center {
  text-align: center;
}

.tft-text-right {
  text-align: right;
}

.tft-d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

.tft-d-grid {
  display: grid;
}

.tft-items-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.tft-justify-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.tft-justify-between {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.tft-align-center {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.tft-flex-column {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.tft-rounded-0 {
  border-radius: 0;
}

.tft-gap-0 {
  gap: 0;
}

.tft-border-0 {
  border: 0;
}

.tft-h-100 {
  height: 100%;
}

.tft-w-100 {
  width: 100%;
}

.tft-box-hidden {
  overflow: hidden;
  max-width: 1220px;
  margin: auto;
}

.tft-btn {
  display: block;
  min-height: 55px;
  background: var(--tf-primary);
  font-size: 1rem;
  font-weight: 500;
  color: var(--tf-color-white);
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  gap: 5px;
  border: 0;
  min-width: 180px;
  padding: 0;
  cursor: pointer;
}
@media only screen and (max-width: 767.98px) {
  .tft-btn {
    min-height: 45px;
    font-size: 0.938rem;
    min-width: 160px;
  }
}
.tft-btn:hover {
  background: var(--tf-brand-dark);
  color: var(--tf-color-white);
}
.tft-btn:focus {
  color: var(--tf-color-white);
}
.tft-btn_gray {
  background: #99948d;
  color: var(--tf-color-white);
}
.tft-btn_sharp {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.tft-btn.tft-large-circle {
  width: 156px;
  height: 156px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  gap: 0;
}
@media only screen and (max-width: 991.98px) {
  .tft-btn.tft-large-circle {
    width: 90px;
    height: 90px;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-btn.tft-large-circle {
    width: 85px;
    height: 85px;
    font-size: 0.75rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-btn.tft-large-circle svg {
    width: 36px;
  }
}
.tft-btn-transparent {
  background: transparent;
  color: var(--tf-primary);
  border: 1px solid var(--tf-primary);
}
.tft-btn-transparent:hover {
  background: var(--tf-primary);
  color: var(--tf-color-white);
  border-color: var(--tf-primary);
}
.tft-btn.tft-wh-auto {
  min-width: auto;
  min-height: auto;
}

input[type=submit].tft-form-btn {
  height: 55px;
  background: var(--tf-primary);
  font-size: 1rem;
  font-weight: 500;
  color: var(--tf-color-white);
  border-color: var(--tf-primary);
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  width: auto;
  min-width: 180px;
  padding: 0;
}
@media only screen and (max-width: 767.98px) {
  input[type=submit].tft-form-btn {
    font-size: 0.938rem;
    min-width: 160px;
    height: 50px;
  }
}
input[type=submit].tft-form-btn:hover {
  background: var(--tf-brand-dark);
  color: var(--tf-color-white);
  border-color: var(--tf-brand-dark);
}
input[type=submit].tft-form-btn:focus {
  color: var(--tf-color-white);
}

.tft-heading-content h3 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 16px;
  text-transform: uppercase;
}
@media only screen and (max-width: 767.98px) {
  .tft-heading-content h3 {
    font-size: 0.938rem;
    margin-bottom: 8px;
  }
}
.tft-heading-content h2 {
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 30px;
  text-transform: capitalize;
}
@media (max-width: 1399px) {
  .tft-heading-content h2 {
    font-size: 2.5rem;
    line-height: 1.25;
  }
}
@media only screen and (max-width: 1199.98px) {
  .tft-heading-content h2 {
    font-size: 2.188rem;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-heading-content h2 {
    font-size: 2rem;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-heading-content h2 {
    font-size: 1.75rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
.tft-heading-content h2.tft-title-shape {
  max-width: 615px;
  position: relative;
}
.tft-heading-content h2.tft-title-shape::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 335px;
  height: 34px;
  background: rgba(255, 107, 0, 0.1);
}
@media only screen and (max-width: 991.98px) {
  .tft-heading-content h2.tft-title-shape::after {
    height: 30px;
    width: 300px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-heading-content h2.tft-title-shape::after {
    width: 250px;
  }
}
.tft-heading-content h2.tft-no-backdrop::after {
  display: none;
}
.tft-heading-content p {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767.98px) {
  .tft-heading-content p {
    margin-bottom: 24px;
  }
}

textarea.tft-form-control {
  max-height: 130px;
}
@media only screen and (max-width: 991.98px) {
  textarea.tft-form-control {
    max-height: 120px;
  }
}

.tft-section-wrapper .tft-section-title h2 {
  position: relative;
}
.tft-section-wrapper .tft-section-title h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 335px;
  height: 34px;
  background: rgba(255, 107, 0, 0.1);
}
@media only screen and (max-width: 991.98px) {
  .tft-section-wrapper .tft-section-title h2::after {
    height: 30px;
    width: 300px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-section-wrapper .tft-section-title h2::after {
    width: 250px;
  }
}

.wpcf7-form label {
  margin-bottom: 20px;
  display: block;
  font-weight: 500;
}
@media only screen and (max-width: 991.98px) {
  .wpcf7-form label {
    margin-bottom: 20px;
  }
}
.wpcf7-form label .tft-form-control {
  margin-top: 20px;
}
@media only screen and (max-width: 991.98px) {
  .wpcf7-form label .tft-form-control {
    margin-top: 12px;
  }
}
.wpcf7-form input[type=email],
.wpcf7-form input[type=text],
.wpcf7-form input[type=phone],
.wpcf7-form textarea {
  width: 100%;
  padding: 12px 10px;
}
.wpcf7-form textarea {
  height: 100px;
}

.tft-page__loader {
  position: fixed;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  z-index: 999999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.tft-page__loader .svg-calLoader {
  width: 230px;
  height: 230px;
  transform-origin: 115px 115px;
  animation: 1.4s linear infinite loader-spin;
}
.tft-page__loader .cal-loader__path {
  animation: 1.4s ease-in-out infinite loader-path;
}

@keyframes loader-spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes loader-path {
  0% {
    stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
  }
  50% {
    stroke-dasharray: 0, 450, 10, 30, 10, 30, 10, 30, 10;
  }
  100% {
    stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
  }
}
.tft-pre-footer-design__four {
  padding: 96px 0;
  background-color: var(--tf-brand-dark);
}
@media only screen and (max-width: 1024.98px) {
  .tft-pre-footer-design__four {
    padding: 56px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-pre-footer-design__four {
    padding: 24px 0;
  }
}
.tft-pre-footer-design__four .tft-newsletter-wrap {
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 1024.98px) {
  .tft-pre-footer-design__four .tft-newsletter-wrap {
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.tft-pre-footer-design__four .tft-newsletter-wrap .tft-newsletter-left,
.tft-pre-footer-design__four .tft-newsletter-wrap .tft-newsletter-right {
  flex: 1;
}
.tft-pre-footer-design__four .tft-newsletter-wrap .tft-newsletter-left .wpcf7 form .wpcf7-response-output,
.tft-pre-footer-design__four .tft-newsletter-wrap .tft-newsletter-right .wpcf7 form .wpcf7-response-output {
  color: var(--tf-text-lite);
}
@media only screen and (max-width: 1199.98px) {
  .tft-pre-footer-design__four .tft-newsletter-wrap .tft-newsletter-left .wpcf7 form .wpcf7-response-output,
  .tft-pre-footer-design__four .tft-newsletter-wrap .tft-newsletter-right .wpcf7 form .wpcf7-response-output {
    margin-top: 20px;
  }
}
.tft-pre-footer-design__four .tft-newsletter-wrap .tft-newsletter-left h2 {
  color: #F5FFFE;
  font-size: 3.188rem;
  font-weight: 400;
  line-height: 1.3;
  margin: 0 0 16px 0;
}
@media only screen and (max-width: 1024.98px) {
  .tft-pre-footer-design__four .tft-newsletter-wrap .tft-newsletter-left h2 {
    font-size: 2.313rem;
  }
}
.tft-pre-footer-design__four .tft-newsletter-wrap .tft-newsletter-left p {
  color: var(--tf-text-lite);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
.tft-pre-footer-design__four .tft-newsletter-wrap .tft-newslatter > p {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
}
.tft-pre-footer-design__four .tft-newsletter-wrap .tft-newslatter > p .wpcf7-form-control-wrap input {
  width: 369px;
  height: 56px;
  padding: 12px 32px;
  border-radius: 72px;
  border: 2px solid var(--tf-links-color);
  background: var(--tf-primary);
  color: var(--tf-text-lite);
}
.tft-pre-footer-design__four .tft-newsletter-wrap .tft-newslatter > p .wpcf7-form-control-wrap input::placeholder {
  color: var(--tf-text-lite);
}
@media only screen and (max-width: 1024.98px) {
  .tft-pre-footer-design__four .tft-newsletter-wrap .tft-newslatter > p .wpcf7-form-control-wrap input {
    width: 100%;
  }
}
.tft-pre-footer-design__four .tft-newsletter-wrap .tft-newslatter > p .wpcf7-submit {
  padding: 12px 32px;
  border-radius: 72px;
  border: 2px solid var(--tf-links-color);
  background: var(--tf-links-color) !important;
  color: #fff;
  width: auto;
  height: 56px;
}
.tft-pre-footer-design__four .tft-newsletter-wrap .tft-newslatter > p .wpcf7-submit:hover {
  border-color: var(--tf-links-color) !important;
  box-shadow: 0 40px 40px 0 color-mix(in srgb, var(--tf-links-color) 16%, transparent), 0 32px 32px 0 color-mix(in srgb, var(--tf-links-color) 14%, transparent), 0 24px 24px 0 color-mix(in srgb, var(--tf-links-color) 12%, transparent), 0 20px 20px 0 color-mix(in srgb, var(--tf-links-color) 10%, transparent), 0 16px 16px 0 color-mix(in srgb, var(--tf-links-color) 8%, transparent), 0 12px 12px 0 color-mix(in srgb, var(--tf-links-color) 6%, transparent), 0 8px 8px 0 color-mix(in srgb, var(--tf-links-color) 4%, transparent), 0 4px 4px 0 color-mix(in srgb, var(--tf-links-color) 2%, transparent);
}

.tft-footer-design__two {
  padding-top: 60px;
  padding-bottom: 32px;
  background-color: #595349;
  color: #FAEEDC;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .tft-footer-design__two {
    padding-top: 32px;
    padding-bottom: 16px;
  }
}
.tft-footer-design__two a {
  color: #FAEEDC;
}
.tft-footer-design__two .tft-grid {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  flex-wrap: nowrap;
  gap: 83px;
}
@media only screen and (max-width: 1199.98px) {
  .tft-footer-design__two .tft-grid {
    gap: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-footer-design__two .tft-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 575.98px) {
  .tft-footer-design__two .tft-grid {
    display: flex;
    flex-wrap: wrap;
    row-gap: 0px;
    column-gap: 24px;
  }
}
.tft-footer-design__two .tft-grid .tft-footer-section {
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .tft-footer-design__two .tft-grid .tft-footer-section {
    margin-bottom: 24px;
  }
  .tft-footer-design__two .tft-grid .tft-footer-section:last-child {
    margin-bottom: 0;
  }
}
.tft-footer-design__two .tft-grid .tft-footer-section:first-child .wp-block-group {
  width: 350px;
}
@media only screen and (max-width: 767.98px) {
  .tft-footer-design__two .tft-grid .tft-footer-section:first-child .wp-block-group {
    width: 270px;
  }
}
@media only screen and (max-width: 575.98px) {
  .tft-footer-design__two .tft-grid .tft-footer-section:first-child .wp-block-group {
    width: 100%;
  }
}
.tft-footer-design__two .tft-grid .tft-footer-section:nth-child(2), .tft-footer-design__two .tft-grid .tft-footer-section:nth-child(3) {
  flex-basis: calc(50% - 12px);
}
@media only screen and (max-width: 767.98px) {
  .tft-footer-design__two .tft-grid .tft-footer-section .wp-block-heading {
    margin-bottom: 16px;
    font-size: 1.25rem;
  }
}
.tft-footer-design__two .tft-grid h2 {
  font-size: 2rem;
  font-weight: 700;
  color: var(--tf-primary);
  margin-bottom: 24px;
  line-height: 1;
}
.tft-footer-design__two .tft-grid ul {
  margin: 0;
  padding: 0;
}
.tft-footer-design__two .tft-grid ul li {
  display: block;
  padding-bottom: 8px;
  margin: 0;
  color: #FAEEDC;
}
.tft-footer-design__two .tft-grid ul li a {
  text-decoration: none;
  display: block;
  color: inherit;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1024.98px) {
  .tft-footer-design__two .tft-grid ul li a {
    font-weight: 400;
    font-size: 0.875rem;
  }
}
.tft-footer-design__two .tft-grid ul li a:hover {
  color: var(--tf-brand-dark);
}
.tft-footer-design__two .tft-grid ul li:last-child {
  padding-bottom: 0px;
}
.tft-footer-design__two .tft-grid ul.tft-footer-menu-list li a {
  font-weight: 400;
}
.tft-footer-design__two .tft-grid p {
  margin: 0;
}
@media only screen and (max-width: 767.98px) {
  .tft-footer-design__two .tft-grid p {
    font-size: 0.875rem;
  }
}
.tft-footer-design__two .tft-footer-shape {
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("../img/footer-shape.png");
  background-repeat: no-repeat;
  width: 110px;
  height: 125px;
}
.tft-footer-design__three {
  padding: 72px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: var(--tf-color-white);
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 1199.98px) {
  .tft-footer-design__three {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-footer-design__three {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-footer-design__three {
    padding: 40px 0;
  }
}
.tft-footer-design__three::after {
  content: "";
  position: absolute;
  background: #1d2a3b;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.95;
}
.tft-footer-design__three .footer-widget .footer-widget-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 991.98px) {
  .tft-footer-design__three .footer-widget .footer-widget-inner {
    gap: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-footer-design__three .footer-widget .footer-widget-inner {
    gap: 20px;
  }
}
@media only screen and (max-width: 575.98px) {
  .tft-footer-design__three .footer-widget .footer-widget-inner {
    flex-direction: column;
  }
}
.tft-footer-design__three h2.wp-block-heading,
.tft-footer-design__three h3.wp-block-heading {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.15;
  padding-bottom: 15px;
  margin-bottom: 32px;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .tft-footer-design__three h2.wp-block-heading,
  .tft-footer-design__three h3.wp-block-heading {
    font-size: 1.25rem;
    margin-bottom: 25px;
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-footer-design__three h2.wp-block-heading,
  .tft-footer-design__three h3.wp-block-heading {
    font-size: 1.125rem;
    margin-bottom: 18px;
    padding-bottom: 8px;
  }
}
.tft-footer-design__three h2.wp-block-heading::after,
.tft-footer-design__three h3.wp-block-heading::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: var(--tf-color-white);
}
.tft-footer-design__three h3.wp-block-heading {
  padding-bottom: 0;
  margin: 0;
}
.tft-footer-design__three h3.wp-block-heading::after {
  display: none;
}
.tft-footer-design__three h4.wp-block-heading {
  color: var(--tf-color-white);
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767.98px) {
  .tft-footer-design__three h4.wp-block-heading {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.tft-footer-design__three p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .tft-footer-design__three p {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.tft-footer-design__three .wp-block-list li a {
  color: var(--tf-color-white);
  display: block;
  padding-bottom: 8px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767.98px) {
  .tft-footer-design__three .wp-block-list li a {
    font-size: 0.938rem;
    padding-bottom: 5px;
  }
}
.tft-footer-design__three .wp-block-list li a:hover {
  color: var(--tf-brand-dark);
}
.tft-footer-design__three .wp-block-list li:last-child a {
  padding-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .tft-footer-design__three .tft-footer-section {
    margin-bottom: 0;
  }
}
.tft-footer-design__three .tft-footer-section:first-child {
  max-width: 205px;
}
@media only screen and (max-width: 767.98px) {
  .tft-footer-design__three .tft-footer-section:first-child {
    font-size: 0.938rem;
    line-height: 1.6;
  }
}
@media only screen and (max-width: 575.98px) {
  .tft-footer-design__three .tft-footer-section:first-child {
    max-width: 100%;
  }
}
.tft-footer-design__three .tft-footer-section:first-child a {
  color: var(--tf-color-white);
}
.tft-footer-design__three .tft-footer-section:first-child p:last-child {
  margin-bottom: 0;
}
.tft-footer-design__three .tft-footer-section:first-child h4 {
  margin-top: 32px;
}
@media only screen and (max-width: 991.98px) {
  .tft-footer-design__three .tft-footer-section:first-child h4 {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-footer-design__three .tft-footer-section:first-child h4 {
    margin-top: 18px;
  }
}
.tft-footer-design__three .tft-footer-section .wp-block-image {
  max-width: 205px;
  margin-bottom: 32px;
}
.tft-footer-design__four {
  padding: 96px 0 32px 0;
  color: var(--tf-color-white);
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .tft-footer-design__four {
    padding-top: 56px;
  }
}
@media only screen and (max-width: 575.98px) {
  .tft-footer-design__four {
    padding: 32px 0 24px 0;
  }
}
.tft-footer-design__four .footer-widget {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 56px;
}
@media only screen and (max-width: 767.98px) {
  .tft-footer-design__four .footer-widget {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}
.tft-footer-design__four .wp-block-heading {
  color: #F5FFFE;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 16px;
}
.tft-footer-design__four p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .tft-footer-design__four p {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}
.tft-footer-design__four .wp-block-list li a {
  color: var(--tf-text-lite);
  line-height: 1.5;
  display: block;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tft-footer-design__four .wp-block-list li a:hover {
  color: var(--tf-links-color) !important;
}
.tft-footer-design__four .wp-block-media-text {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 12px;
}
.tft-footer-design__four .wp-block-media-text .wp-block-media-text__media {
  margin: 0;
  flex: 0 0 24px;
  height: 26px;
  padding-top: 2px;
}
.tft-footer-design__four .wp-block-media-text .wp-block-media-text__media img {
  vertical-align: baseline;
  width: auto;
}
.tft-footer-design__four .wp-block-media-text .wp-block-media-text__content {
  padding: 0;
}
.tft-footer-design__four .wp-block-media-text a:hover {
  color: var(--tf-links-color) !important;
}
.tft-footer-design__four .wp-block-social-links {
  gap: 16px;
}
.tft-footer-design__four .wp-block-social-links li {
  margin: 0;
  background-color: transparent !important;
}
.tft-footer-design__four .wp-block-social-links li a {
  padding: 0 !important;
}
.tft-footer-design__four .wp-block-social-links li a svg path {
  fill: #fff;
}
.tft-footer-design__four .wp-block-social-links li a:hover svg path {
  fill: var(--tf-links-color) !important;
}
@media only screen and (max-width: 767.98px) {
  .tft-footer-design__four .tft-footer-section {
    margin-bottom: 0;
  }
}
.tft-footer-design__four .tft-footer-section .wp-block-image {
  margin-bottom: 16px;
}
.tft-footer-design__four .tft-footer-section .tft-footer-info-text {
  color: var(--tf-text-lite) !important;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
}
.tft-footer-design__four .tft-footer-section .tft-footer-contact ul li i {
  color: var(--tf-text-lite) !important;
}
.tft-footer-design__four .tft-footer-section .tft-footer-contact ul li a:hover {
  color: var(--tf-links-color) !important;
}
.tft-footer-design__four .tft-footer-section .tft-footer-social-link ul {
  column-gap: 16px;
  row-gap: 10px;
}
.tft-footer-design__four .tft-footer-section .tft-footer-social-link ul li {
  margin: 0;
}
.tft-footer-design__four .tft-footer-section .tft-footer-social-link ul li a {
  height: auto;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent !important;
}
.tft-footer-design__four .tft-footer-section .tft-footer-social-link ul li a i {
  color: #F5FFFE !important;
  font-size: 24px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tft-footer-design__four .tft-footer-section .tft-footer-social-link ul li a:hover i {
  color: var(--tf-links-color) !important;
}
.tft-footer-design__one input[type=email],
.tft-footer-design__one input[type=text], .tft-footer-design__two input[type=email],
.tft-footer-design__two input[type=text], .tft-footer-design__three input[type=email],
.tft-footer-design__three input[type=text] {
  max-width: 320px;
  min-height: 52px;
  background: #1d2a3b;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  border-radius: 1000px;
  padding: 16px 32px;
  color: var(--tf-color-white);
  line-height: 1.2;
  border: 0;
  margin-top: 16px;
}
@media only screen and (max-width: 767.98px) {
  .tft-footer-design__one input[type=email],
  .tft-footer-design__one input[type=text], .tft-footer-design__two input[type=email],
  .tft-footer-design__two input[type=text], .tft-footer-design__three input[type=email],
  .tft-footer-design__three input[type=text] {
    min-height: 45px;
    padding: 10px 25px;
    font-size: 0.938rem;
    margin-top: 12px;
    max-width: 100%;
  }
}
.tft-footer-design__one input[type=email]::placeholder,
.tft-footer-design__one input[type=text]::placeholder, .tft-footer-design__two input[type=email]::placeholder,
.tft-footer-design__two input[type=text]::placeholder, .tft-footer-design__three input[type=email]::placeholder,
.tft-footer-design__three input[type=text]::placeholder {
  color: var(--tf-color-white);
}
.tft-footer-design__one input[type=submit], .tft-footer-design__two input[type=submit], .tft-footer-design__three input[type=submit] {
  width: fit-content;
  min-width: 174px;
  padding: 0;
  height: 50px;
  background: var(--tf-primary);
  border: 0;
  color: var(--tf-color-white);
  text-align: center;
  margin-top: 16px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
}
@media only screen and (max-width: 767.98px) {
  .tft-footer-design__one input[type=submit], .tft-footer-design__two input[type=submit], .tft-footer-design__three input[type=submit] {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 575.98px) {
  .tft-footer-design__one input[type=submit], .tft-footer-design__two input[type=submit], .tft-footer-design__three input[type=submit] {
    min-height: 45px;
    font-size: 0.938rem;
  }
}
.tft-footer-design__one input[type=submit]:hover, .tft-footer-design__two input[type=submit]:hover, .tft-footer-design__three input[type=submit]:hover {
  background: var(--tf-brand-dark);
}

.tft-footer-bottom__two {
  border-top: 0.5px solid #99948D;
  margin-top: 32px;
}
.tft-footer-bottom__two p {
  margin: 0;
  padding-top: 32px;
  color: var(--tf-text-paragraph);
  text-align: center;
}
@media only screen and (max-width: 767.98px) {
  .tft-footer-bottom__two p {
    padding-top: 16px;
    font-size: 0.875rem;
  }
}
.tft-footer-bottom__two p a {
  text-decoration: none;
  color: var(--tf-text-paragraph);
}
.tft-footer-bottom__three {
  font-size: 0.75rem;
  color: var(--tf-color-white);
  overflow: hidden;
}
.tft-footer-bottom__three__inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media only screen and (max-width: 767.98px) {
  .tft-footer-bottom__three__inner {
    align-items: inherit;
  }
}
.tft-footer-bottom__three__copyright {
  background: #1d2a3b;
  flex: 2;
  padding: 16px 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .tft-footer-bottom__three__copyright {
    flex: 1;
    padding: 12px 5px;
    padding-left: 0;
  }
}
.tft-footer-bottom__three__copyright::after {
  content: "";
  position: absolute;
  right: 100%;
  padding-right: 100%;
  top: 0;
  background: #1d2a3b;
  width: 100vw;
  height: 100%;
  z-index: 99;
}
.tft-footer-bottom__three__copyright p {
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .tft-footer-bottom__three__copyright p {
    line-height: 1.125;
  }
}
.tft-footer-bottom__three__menu {
  background: var(--tf-brand-dark);
  flex: 0.8;
  padding: 16px 0;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .tft-footer-bottom__three__menu {
    flex: 1;
    padding: 12px 8px;
    padding-right: 0;
  }
}
.tft-footer-bottom__three__menu::after {
  content: "";
  position: absolute;
  left: 100%;
  padding-right: 100%;
  top: 0;
  background: var(--tf-brand-dark);
  width: 100vw;
  height: 100%;
  z-index: 99;
}
.tft-footer-bottom__three__nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: end;
  justify-content: end;
  gap: 22px;
}
@media only screen and (max-width: 767.98px) {
  .tft-footer-bottom__three__nav {
    justify-content: center;
    gap: 10px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.tft-footer-bottom__three__nav a {
  color: var(--tf-color-white);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tft-footer-bottom__three__nav a:hover {
  color: var(--tf-primary);
}
.tft-footer-bottom__four {
  border-top: 1px solid var(--tf-border-default);
  color: var(--tf-text-lite);
  background: var(--tf-primary);
  overflow: hidden;
  padding: 40px 0 32px 0;
}
@media only screen and (max-width: 767.98px) {
  .tft-footer-bottom__four {
    padding: 24px 0;
  }
}
.tft-footer-bottom__four__inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media only screen and (max-width: 575.98px) {
  .tft-footer-bottom__four__inner {
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 24px;
  }
}
.tft-footer-bottom__four__copyright {
  flex: 2;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .tft-footer-bottom__four__copyright {
    flex: 1;
    padding-left: 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .tft-footer-bottom__four__copyright {
    text-align: center;
  }
}
.tft-footer-bottom__four__copyright p {
  margin-bottom: 0;
  line-height: 1.5;
}
.tft-footer-bottom__four__menu {
  flex: 0.8;
  text-align: right;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .tft-footer-bottom__four__menu {
    flex: 1;
    padding-right: 0;
  }
}
.tft-footer-bottom__four__nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: end;
  justify-content: end;
  gap: 22px;
}
@media only screen and (max-width: 575.98px) {
  .tft-footer-bottom__four__nav {
    justify-content: center;
    gap: 10px;
  }
}
.tft-footer-bottom__four__nav a {
  color: var(--tf-links-color);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.tft-footer-bottom__four__nav a:hover {
  color: var(--tf-links-color);
}

@media only screen and (max-width: 767.98px) {
  .single-tf_tours .tf-single-template__one ~ .tft-site-footer .tft-footer-bottom,
  .single-tf_tours .tf-single-template__one ~ .tft-footer-bottom__three {
    margin-bottom: 70px;
  }
  .single-tf_tours .tf-single-template__two ~ .tft-site-footer .tft-footer-bottom,
  .single-tf_tours .tf-single-template__two ~ .tft-footer-bottom__three {
    margin-bottom: 50px;
  }
  .single-tf_tours .tf-single-template__legacy ~ .tft-site-footer .tft-footer-bottom,
  .single-tf_tours .tf-single-template__legacy ~ .tft-footer-bottom__three {
    margin-bottom: 60px;
  }
  .single-tf_carrental .tf-single-template__one ~ .tft-site-footer .tft-footer-bottom,
  .single-tf_carrental .tf-single-template__one ~ .tft-footer-bottom__three {
    margin-bottom: 90px;
  }
}
.tft-header-design__one .tft-main-header-wrapper .tf-flex {
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 1024.98px) {
  .tft-header-design__one .tft-main-header-wrapper .tf-flex {
    padding: 0 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-header-design__one .tft-main-header-wrapper .tf-flex {
    padding: 0 24px;
  }
}
.tft-header-design__one .tft-header-mobile:not(.tft_has_transparent) {
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.08);
}
.tft-header-design__one .tft-header-mobile .tft-main-header-wrapper {
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: none;
}
.tft-header-design__one .tft-btn:hover {
  box-shadow: 0 40px 40px 0 color-mix(in srgb, var(--tf-links-color) 16%, transparent), 0 32px 32px 0 color-mix(in srgb, var(--tf-links-color) 14%, transparent), 0 24px 24px 0 color-mix(in srgb, var(--tf-links-color) 12%, transparent), 0 20px 20px 0 color-mix(in srgb, var(--tf-links-color) 10%, transparent), 0 16px 16px 0 color-mix(in srgb, var(--tf-links-color) 8%, transparent), 0 12px 12px 0 color-mix(in srgb, var(--tf-links-color) 6%, transparent), 0 8px 8px 0 color-mix(in srgb, var(--tf-links-color) 4%, transparent), 0 4px 4px 0 color-mix(in srgb, var(--tf-links-color) 2%, transparent);
}
.tft-header-design__two .tft-top-header {
  background: #595349;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media only screen and (max-width: 1024.98px) {
  .tft-header-design__two .tft-top-header {
    padding: 12px 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-header-design__two .tft-top-header {
    display: none;
  }
}
.tft-header-design__two .tft-top-header .tft-flex {
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  .tft-header-design__two .tft-top-header .tft-flex {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-header-design__two .tft-top-header .tft-flex .tft-contact-info {
    width: 100%;
  }
}
.tft-header-design__two .tft-top-header .tft-flex .tft-contact-info ul {
  margin: 0;
  padding: 0;
  display: flex;
}
@media only screen and (max-width: 767.98px) {
  .tft-header-design__two .tft-top-header .tft-flex .tft-contact-info ul {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.tft-header-design__two .tft-top-header .tft-flex .tft-contact-info ul li {
  display: inline-flex;
  color: var(--tf-color-white);
  margin-left: 24px;
  align-items: center;
  font-weight: 400;
}
.tft-header-design__two .tft-top-header .tft-flex .tft-contact-info ul li svg {
  margin-right: 8px;
}
.tft-header-design__two .tft-top-header .tft-flex .tft-contact-info ul li a {
  color: var(--tf-color-white);
  transition: 0.3s all ease;
}
.tft-header-design__two .tft-top-header .tft-flex .tft-contact-info ul li:first-child {
  margin: 0px;
}
.tft-header-design__two .tft-top-header .tft-flex .tft-social-share {
  margin-top: 7px;
  line-height: 1;
}
@media only screen and (max-width: 767.98px) {
  .tft-header-design__two .tft-top-header .tft-flex .tft-social-share {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}
.tft-header-design__two .tft-top-header .tft-flex .tft-social-share ul {
  margin: 0;
  padding: 0;
}
.tft-header-design__two .tft-top-header .tft-flex .tft-social-share ul li {
  display: inline-block;
  margin-left: 20px;
}
@media only screen and (max-width: 767.98px) {
  .tft-header-design__two .tft-top-header .tft-flex .tft-social-share ul li {
    margin: 0px 5px;
  }
}
.tft-header-design__two .tft-top-header .tft-flex .tft-social-share ul li:first-child {
  margin: 0px;
}
@media only screen and (max-width: 767.98px) {
  .tft-header-design__two .tft-top-header .tft-flex .tft-social-share ul li:first-child {
    margin: 0px 5px;
  }
}
.tft-header-design__two .tft-menus-section {
  background: var(--tf-color-white);
  padding-top: 32px;
  padding-bottom: 32px;
}
@media only screen and (max-width: 1024.98px) {
  .tft-header-design__two .tft-menus-section {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1024.98px) {
  .tft-header-design__two .tft-menus-section .tft-main-header-wrapper {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-header-design__two .tft-menus-section .tft-main-header-wrapper {
    gap: 15px;
  }
}
.tft-header-design__two .tft-menus-section .tft-flex {
  justify-content: space-between;
  align-items: center;
}
.tft-header-design__two .tft-menus-section .tft-flex .tft-menu {
  max-width: 33%;
  width: 100%;
}
.tft-header-design__two .tft-menus-section .tft-flex .tft-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.tft-header-design__two .tft-menus-section .tft-flex .tft-menu ul li {
  margin-right: 32px;
  display: inline-block;
}
.tft-header-design__two .tft-menus-section .tft-flex .tft-menu ul li a {
  color: var(--tf-text-paragraph);
  font-weight: 400;
  padding: 0px;
}
.tft-header-design__two .tft-menus-section .tft-flex .tft-menu ul li .sub-menu li {
  margin: 0px;
  display: block;
  padding: 5px 10px;
}
.tft-header-design__two .tft-menus-section .tft-flex .tft-menu ul li.current_page_item > a {
  color: var(--tf-primary);
}
.tft-header-design__two .tft-menus-section .tft-flex .tft-menu ul li:last-child {
  margin: 0px;
}
.tft-header-design__two .tft-menus-section .tft-flex .tft-menu ul.sub-menu {
  background: #FAEEDC;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  padding: 8px;
}
.tft-header-design__two .tft-menus-section .tft-flex .tft-menu ul.sub-menu li {
  margin-bottom: 4px;
  padding: 10px;
  transition: 0.3s all ease;
}
.tft-header-design__two .tft-menus-section .tft-flex .tft-menu ul.sub-menu li:last-child {
  margin-bottom: 0px;
}
.tft-header-design__two .tft-menus-section .tft-flex .tft-logo {
  max-width: 33%;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 991.98px) {
  .tft-header-design__two .tft-menus-section .tft-flex .tft-logo {
    max-width: 50%;
    text-align: left;
  }
}
.tft-header-design__two .tft-menus-section .tft-flex .tft-logo a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.tft-header-design__two .tft-menus-section .tft-flex .tft-logo a img {
  max-width: var(--tf-logo-width);
  width: 100%;
}
.tft-header-design__two .tft-menus-section .tft-flex .tft-logo .logo-text a {
  font-size: 2rem;
  font-weight: 700;
  color: var(--tf-text-paragraph);
}
.tft-header-design__two .tft-menus-section .tft-flex .tft-account {
  max-width: 33%;
  width: 100%;
  text-align: right;
}
.tft-header-design__two .tft-menus-section .tft-flex .tft-account ul {
  margin: 0;
  padding: 0;
}
.tft-header-design__two .tft-menus-section .tft-flex .tft-account ul li {
  display: inline-block;
}
.tft-header-design__two .tft-menus-section .tft-flex .tft-account ul li a {
  padding: 12px 32px;
  color: var(--tf-text-paragraph);
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s all ease;
  border: 1px solid transparent;
}
.tft-header-design__two .tft-menus-section .tft-flex .tft-account ul li a:hover {
  background: var(--tf-primary);
  color: var(--tf-color-white);
  border-color: var(--tf-primary);
}
.tft-header-design__two .tft-menus-section .tft-flex .tft-account ul li a.login {
  border-color: var(--tf-primary);
}
.tft-header-design__two .tft-menus-section.tft-header-mobile .tft-main-header-wrapper {
  min-height: auto;
  align-items: center;
}
.tft-header-design__two .tft-menus-section.tft-header-mobile .tft-main-header-wrapper .tft-header-left {
  flex: 1;
}
.tft-header-design__two .tft-menus-section.tft-header-mobile .tft-main-header-wrapper .tft-header-left .logo-text a {
  color: var(--tf-text-paragraph);
}
.tft-header-design__two .tft-menus-section.tft-header-mobile .tft-main-header-wrapper .tft-header-center .tft-mobile_menubar i {
  color: var(--tf-text-paragraph);
  display: block;
}
.tft-header-design__two .tft-menus-section.tft-header-mobile .tft-mobile-main-menu .tft-site-navigation {
  background-color: #FAEEDC;
  top: 12px;
}
.tft-header-design__two .tft-menus-section.tft-header-mobile .tft-mobile-main-menu .tft-site-navigation ul li {
  display: block;
  width: 100%;
  border: 0px solid;
}
.tft-header-design__two .tft-menus-section.tft-header-mobile .tft-mobile-main-menu .tft-site-navigation ul li a {
  color: var(--tf-text-paragraph);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  padding: 8px 16px;
}
.tft-header-design__two .tft-menus-section.tft-header-mobile .tft-mobile-main-menu .tft-site-navigation ul li ul {
  background-color: #FAEEDC;
}
.tft-header-design__two .tft-menus-section.tft-header-mobile .tft-mobile-main-menu .tft-site-navigation ul li ul li a {
  color: var(--tf-text-paragraph);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
}
.tft-header-design__two .tft-menus-section.tft-header-mobile .tft-mobile-main-menu .tft-site-navigation .tft-social-share ul {
  margin: 32px 16px 0;
}
@media only screen and (max-width: 767.98px) {
  .tft-header-design__two .tft-menus-section.tft-header-mobile .tft-mobile-main-menu .tft-site-navigation .tft-social-share ul {
    margin-top: 16px;
  }
}
.tft-header-design__two .tft-menus-section.tft-header-mobile .tft-mobile-main-menu .tft-site-navigation .tft-social-share ul li {
  display: inline-block;
  width: auto;
}
.tft-header-design__two .tft-menus-section.tft-header-mobile .tft-mobile-main-menu .tft-site-navigation .tft-social-share ul li a {
  display: inline-block;
  padding: 5px;
}
.tft-header-design__two .tft-menus-section.tft_has_transparent {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
  background: rgba(48, 40, 28, 0.3);
  backdrop-filter: blur(15px);
}
.tft-header-design__two .tft-menus-section.tft_has_transparent .tft-menu ul li a {
  color: var(--tf-color-white);
}
.tft-header-design__two .tft-menus-section.tft_has_transparent .tft-logo .logo-text a {
  color: var(--tf-color-white);
}
.tft-header-design__two .tft-menus-section.tft_has_transparent .tft-logo .logo-text a:hover {
  color: var(--tf-primary);
}
.tft-header-design__two .tft-menus-section.tft_has_transparent .tft-header-center .tft-mobile_menubar i {
  color: var(--tf-color-white);
}
.tft-header-design__two .tft-menus-section.tft_has_transparent .tft-account ul li a {
  color: var(--tf-color-white);
}
.tft-header-design__three {
  background: #07245f;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
@media only screen and (max-width: 767.98px) {
  .tft-header-design__three {
    min-height: auto;
    overflow-x: hidden;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-header-design__three__container {
    padding: 0;
  }
}
.tft-header-design__three__container.tft-fullwidth-container {
  padding-left: 0;
  padding-right: 0;
}
.tft-header-design__three__container.tft-fullwidth-container .tft-design-3__content-left {
  padding-left: 32px;
}
@media only screen and (max-width: 991.98px) {
  .tft-header-design__three__container.tft-fullwidth-container .tft-design-3__content-left {
    padding-left: 15px;
  }
}
.tft-header-design__three__container.tft-fullwidth-container .tft-design-3__topbar {
  padding-left: 32px;
}
@media only screen and (max-width: 991.98px) {
  .tft-header-design__three__container.tft-fullwidth-container .tft-design-3__topbar {
    padding-left: 0;
  }
}
.tft-header-design__three__container.tft-fullwidth-container .tft-design-3__bottom {
  padding-right: 32px;
}
@media only screen and (max-width: 991.98px) {
  .tft-header-design__three__container.tft-fullwidth-container .tft-design-3__bottom {
    padding-right: 15px;
  }
}
.tft-header-design__three__logo {
  text-align: center;
}
.tft-header-design__three__logo a {
  font-size: 2rem;
  font-weight: 700;
  color: var(--tf-color-white) !important;
  display: block;
}
.tft-header-design__three__logo a:hover {
  color: var(--tf-color-white);
}
.tft-header-design__three__logo a img {
  vertical-align: middle;
  max-width: var(--tf-logo-width);
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .tft-header-design__three__logo a img {
    max-width: 160px;
  }
}
.tft-header-design__three__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
@media only screen and (max-width: 767.98px) {
  .tft-header-design__three__content {
    align-items: inherit;
  }
}
.tft-header-design__three__content-left {
  max-width: 500px;
  flex: 1;
  padding-left: 6.3%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media (max-width: 1850px) {
  .tft-header-design__three__content-left {
    padding-left: 5%;
  }
}
@media (max-width: 1760px) {
  .tft-header-design__three__content-left {
    max-width: 450px;
  }
}
@media (max-width: 1680px) {
  .tft-header-design__three__content-left {
    max-width: 350px;
    padding-left: 3%;
  }
}
@media (max-width: 1480px) {
  .tft-header-design__three__content-left {
    max-width: 300px;
  }
}
@media (max-width: 1399px) {
  .tft-header-design__three__content-left {
    max-width: 260px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .tft-header-design__three__content-left {
    max-width: 250px;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-header-design__three__content-left {
    max-width: 240px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-header-design__three__content-left {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding: 15px;
    min-height: 70px;
    flex-basis: 30%;
  }
}
@media only screen and (max-width: 575.98px) {
  .tft-header-design__three__content-left {
    flex-basis: 50%;
  }
}
.tft-header-design__three__content-right {
  flex: 1;
  position: relative;
  background: var(--tf-color-white);
  margin-left: 52px;
}
@media only screen and (max-width: 991.98px) {
  .tft-header-design__three__content-right {
    padding-left: 0;
    clip-path: none;
    margin-left: 0;
    min-height: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: end;
    justify-content: end;
    padding-right: 15px;
  }
}
.tft-header-design__three__content-right::before, .tft-header-design__three__content-right::after {
  content: "";
  position: absolute;
  left: -48px;
  padding-right: 0;
  background-color: var(--tf-color-white);
  height: 100%;
  clip-path: polygon(23.5% 0%, 2000% 0, 100% 100%, 0% 100%);
  z-index: -1;
  width: 205px;
  top: 0.5px;
}
@media only screen and (max-width: 991.98px) {
  .tft-header-design__three__content-right::before, .tft-header-design__three__content-right::after {
    width: 150px;
    left: -35px;
    z-index: 1;
  }
}
.tft-header-design__three__content-right::after {
  clip-path: none;
  width: 100%;
  left: 0;
  top: 0;
}
.tft-header-design__three__topbar {
  padding-left: 20px;
  position: relative;
  background: linear-gradient(0deg, var(--tf-brand-dark), var(--tf-brand-dark)), linear-gradient(0deg, var(--tf-brand-dark), var(--tf-brand-dark));
  min-height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-left: 30px;
  z-index: 99;
  padding-right: 8%;
}
@media (max-width: 1850px) {
  .tft-header-design__three__topbar {
    padding-right: 4%;
  }
}
@media (max-width: 1760px) {
  .tft-header-design__three__topbar {
    padding-right: 3%;
  }
}
@media (max-width: 1480px) {
  .tft-header-design__three__topbar {
    padding-right: 15px;
  }
}
@media (max-width: 1399px) {
  .tft-header-design__three__topbar {
    padding-left: 15px;
    margin-left: 30px;
    min-height: 45px;
  }
}
@media (max-width: 1366px) {
  .tft-header-design__three__topbar {
    padding-left: 5px;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-header-design__three__topbar {
    padding-left: 0;
    min-height: 40px;
    width: 100%;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: end;
    justify-content: end;
    margin-left: 25px;
    margin-right: -15px;
    padding-right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-header-design__three__topbar {
    display: none;
  }
}
@media only screen and (max-width: 575.98px) {
  .tft-header-design__three__topbar {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.tft-header-design__three__topbar::after {
  content: "";
  position: absolute;
  left: -20px;
  padding-right: 100%;
  top: 0;
  background: linear-gradient(0deg, var(--tf-brand-dark), var(--tf-brand-dark)), linear-gradient(0deg, var(--tf-brand-dark), var(--tf-brand-dark));
  width: auto;
  height: 100%;
  transform: skewX(-19deg);
  z-index: -1;
}
@media only screen and (max-width: 991.98px) {
  .tft-header-design__three__topbar::after {
    transform: skewX(-20deg);
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-header-design__three__topbar::after {
    display: none;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-header-design__three__topbar-right {
    display: none;
  }
}
.tft-header-design__three__topbar-right.mobile-view {
  display: none;
}
@media only screen and (max-width: 991.98px) {
  .tft-header-design__three__topbar-right.mobile-view {
    display: block;
  }
  .tft-header-design__three__topbar-right.mobile-view a,
  .tft-header-design__three__topbar-right.mobile-view select {
    color: var(--tf-text-paragraph);
  }
}
@media only screen and (max-width: 575.98px) {
  .tft-header-design__three__topbar-right.mobile-view .tft-design-3__topbar-list-item:first-child {
    display: block;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-header-design__three__topbar-left {
    padding: 10px 15px 10px 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .tft-header-design__three__topbar-left {
    flex: 1;
  }
}
.tft-header-design__three__topbar-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1399px) {
  .tft-header-design__three__topbar-list {
    gap: 20px;
    -webkit-box-align: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-header-design__three__topbar-list {
    gap: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .tft-header-design__three__topbar-list {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media (max-width: 1399px) {
  .tft-header-design__three__topbar-list-item {
    max-height: 24px;
    min-height: 24px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .tft-header-design__three__topbar-list-item {
    max-height: initial;
    min-height: initial;
  }
}
.tft-header-design__three__topbar-list-link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10.5px;
  color: var(--tf-color-white);
}
.tft-header-design__three__topbar-list-link:hover {
  color: var(--tf-color-white);
}
.tft-header-design__three__topbar-list-link:visited {
  color: var(--tf-color-white);
}
@media (max-width: 1399px) {
  .tft-header-design__three__topbar-list-link {
    font-size: 0.938rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-header-design__three__topbar-list-link {
    font-size: 0.875rem;
    line-height: 1.3;
    gap: 8px;
  }
  .tft-header-design__three__topbar-list-link svg {
    width: 15px;
  }
}
@media only screen and (max-width: 575.98px) {
  .tft-header-design__three__topbar-list-link svg {
    width: 14px;
    margin-top: 1px;
  }
}
.tft-header-design__three__topbar-list:hover {
  color: var(--tf-color-white);
}
.tft-header-design__three__topbar-list:focus {
  color: var(--tf-color-white);
  outline: none;
  box-shadow: none;
}
.tft-header-design__three__topbar-list-select {
  background: transparent;
  border: 0;
  color: var(--tf-color-white);
  cursor: pointer;
}
.tft-header-design__three__topbar-list-select:focus {
  color: var(--tf-color-white);
  outline: none;
  box-shadow: none;
}
.tft-header-design__three__topbar-list-select option {
  color: var(--tf-text-heading);
  cursor: pointer;
}
.tft-header-design__three__bars {
  display: none;
}
@media only screen and (max-width: 1199.98px) {
  .tft-header-design__three__bars {
    position: absolute;
    min-height: 20px;
    right: 15px;
    top: 63px;
    cursor: pointer;
    width: 30px;
    z-index: 999;
    display: block;
    line-height: 0;
  }
  .tft-header-design__three__bars--icon {
    width: 30px;
    height: 2px;
    background: var(--tf-text-heading);
    position: absolute;
    top: 0;
    cursor: pointer;
  }
  .tft-header-design__three__bars--icon:nth-child(2) {
    top: 8px;
  }
  .tft-header-design__three__bars--icon:nth-child(3) {
    top: 17px;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-header-design__three__bars {
    position: relative;
    right: inherit;
    left: 0;
    top: inherit;
  }
}
.tft-header-design__three__bottom {
  padding: 16px 0 16px 54.13px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-right: 8%;
}
@media (max-width: 1850px) {
  .tft-header-design__three__bottom {
    padding-right: 4%;
    padding-left: 30px;
  }
}
@media (max-width: 1760px) {
  .tft-header-design__three__bottom {
    padding-right: 3%;
  }
}
@media (max-width: 1480px) {
  .tft-header-design__three__bottom {
    padding: 15px;
    gap: 20px;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
@media only screen and (max-width: 1199.98px) {
  .tft-header-design__three__bottom {
    gap: 15px;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: end;
    justify-content: end;
    padding: 10px 60px 10px 15px;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-header-design__three__bottom {
    padding: 8px 15px 8px 15px;
    gap: inherit;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-header-design__three__bottom {
    display: none;
  }
}
.tft-header-design__three__bottom__nav {
  min-width: 754px;
  flex: 1;
}
@media (max-width: 1680px) {
  .tft-header-design__three__bottom__nav {
    min-width: auto;
  }
}
@media only screen and (max-width: 1199.98px) {
  .tft-header-design__three__bottom__nav {
    display: none;
  }
}
.tft-header-design__three__bottom__nav--list, .tft-header-design__three__bottom__nav--list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  row-gap: 10px;
}
@media (max-width: 1680px) {
  .tft-header-design__three__bottom__nav--list, .tft-header-design__three__bottom__nav--list ul {
    gap: 30px;
  }
}
@media (max-width: 1366px) {
  .tft-header-design__three__bottom__nav--list, .tft-header-design__three__bottom__nav--list ul {
    gap: 20px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .tft-header-design__three__bottom__nav--list, .tft-header-design__three__bottom__nav--list ul {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.tft-header-design__three__bottom__nav--list .menu-item.menu-item-has-children:hover .sub-menu, .tft-header-design__three__bottom__nav--list ul .menu-item.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  transform: translateY(0px);
}
.tft-header-design__three__bottom__nav--list .menu-item.menu-item-has-children .sub-menu, .tft-header-design__three__bottom__nav--list ul .menu-item.menu-item-has-children .sub-menu {
  position: absolute;
  z-index: 9;
  background: var(--tf-color-white);
  box-shadow: 0px 4px 16px 0px rgba(2, 28, 53, 0.2);
  margin: 0;
  padding: 8px 0px;
  width: max-content;
  min-width: 220px;
  display: flex;
  flex-direction: column;
  gap: 7px;
  left: auto;
  top: 25px;
  display: none;
  transform: translateY(40px);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1399px) {
  .tft-header-design__three__bottom__nav--list .menu-item.menu-item-has-children .sub-menu, .tft-header-design__three__bottom__nav--list ul .menu-item.menu-item-has-children .sub-menu {
    left: -100px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .tft-header-design__three__bottom__nav--list .menu-item.menu-item-has-children .sub-menu, .tft-header-design__three__bottom__nav--list ul .menu-item.menu-item-has-children .sub-menu {
    position: relative;
    background: transparent;
    box-shadow: unset;
    display: none;
  }
}
.tft-header-design__three__bottom__nav--list .menu-item.menu-item-has-children .sub-menu.open-left, .tft-header-design__three__bottom__nav--list ul .menu-item.menu-item-has-children .sub-menu.open-left {
  right: 100%;
}
.tft-header-design__three__bottom__nav--list .menu-item.menu-item-has-children .sub-menu .menu-item a, .tft-header-design__three__bottom__nav--list ul .menu-item.menu-item-has-children .sub-menu .menu-item a {
  display: block;
  padding: 10px 16px;
  text-transform: capitalize;
}
.tft-header-design__three__bottom__nav--list .menu-item.menu-item-has-children .sub-menu .menu-item-has-children::after, .tft-header-design__three__bottom__nav--list ul .menu-item.menu-item-has-children .sub-menu .menu-item-has-children::after {
  top: 50%;
  right: 12px;
  height: auto;
  transform: rotate(-90deg) translateX(56%);
}
.tft-header-design__three__bottom__nav--list .menu-item.menu-item-has-children .sub-menu .menu-item-has-children .sub-menu, .tft-header-design__three__bottom__nav--list ul .menu-item.menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
  left: 100%;
  top: 0;
}
.tft-header-design__three__bottom__nav--list .menu-item.menu-item-has-children .sub-menu .menu-item-has-children:hover .sub-menu, .tft-header-design__three__bottom__nav--list ul .menu-item.menu-item-has-children .sub-menu .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  transform: translateY(10px);
}
.tft-header-design__three__bottom__nav--list .menu-item a, .tft-header-design__three__bottom__nav--list ul .menu-item a {
  font-size: 1rem;
  font-weight: 700;
  color: var(--tf-text-paragraph);
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
  text-transform: uppercase;
  padding: 24px 0;
  text-transform: capitalize;
  display: inline;
}
.tft-header-design__three__bottom__nav--list .menu-item a:hover, .tft-header-design__three__bottom__nav--list ul .menu-item a:hover {
  color: var(--tf-primary);
}
.tft-header-design__three__bottom__nav.tft-site-navigation ul {
  justify-content: start;
}
.tft-header-design__three__bottom__nav.tft-site-navigation ul li {
  padding: 0;
}
.tft-header-design__three__bottom__right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1480px) {
  .tft-header-design__three__bottom__right {
    gap: 15px;
  }
}
.tft-header-design__three__bottom__right__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1366px) {
  .tft-header-design__three__bottom__right__list {
    gap: 20px;
  }
}
@media (max-width: 1480px) {
  .tft-header-design__three__bottom__right__list {
    gap: 15px;
  }
}
.tft-header-design__three__bottom__right__list__item {
  position: relative;
}
.tft-header-design__three__bottom__right__list__item--link {
  display: block;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: var(--tf-color-white);
  border: 1px dashed var(--tf-text-paragraph);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 1480px) {
  .tft-header-design__three__bottom__right__list__item--link {
    width: 42px;
    height: 42px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .tft-header-design__three__bottom__right__list__item--link {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-header-design__three__bottom__right__list__item--link {
    width: 35px;
    height: 35px;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-header-design__three__bottom__right__list__item--link svg {
    width: 16px;
    height: 16px;
  }
}
.tft-header-design__three__bottom__right__list__item--link svg path {
  fill: var(--tf-text-paragraph);
}
.tft-header-design__three__bottom__right__list__item--search {
  position: absolute;
  left: -100px;
  transform: translateY(40px);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  visibility: hidden;
}
@media only screen and (max-width: 767.98px) {
  .tft-header-design__three__bottom__right__list__item--search {
    left: 0;
  }
}
.tft-header-design__three__bottom__right__list__item--search .search-form {
  min-width: 250px;
  font-weight: 500;
}
@media only screen and (max-width: 767.98px) {
  .tft-header-design__three__bottom__right__list__item--search .search-form {
    min-width: 200px;
  }
}
.tft-header-design__three__bottom__right__list__item--search input[type=search] {
  border: 0;
  padding: 10px 12px;
  font-size: 0.875rem;
  color: var(--tf-text-paragraph);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media only screen and (max-width: 767.98px) {
  .tft-header-design__three__bottom__right__list__item--search input[type=search] {
    padding: 6px 12px;
  }
}
.tft-header-design__three__bottom__right__list__item--search__button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 0;
  background: var(--tf-primary);
  color: var(--tf-color-white);
  font-size: 0.875rem;
  height: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  cursor: pointer;
}
.tft-header-design__three__bottom__right__list__item--search.active {
  visibility: visible;
  transform: translateY(20px);
}
@media (max-width: 1399px) {
  .tft-header-design__three__bottom__right__list__item--search.active {
    transform: translateY(17px);
  }
}
@media only screen and (max-width: 1199.98px) {
  .tft-header-design__three__bottom__right__list__item--search.active {
    transform: translateY(15px);
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-header-design__three__bottom__right__list__item--search.active {
    transform: translateY(9px);
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-header-design__three__bottom__right__list__item--search.active {
    transform: translateY(8px);
  }
}
@media only screen and (max-width: 575.98px) {
  .tft-header-design__three__bottom__right__button {
    display: none;
  }
}
@media (max-width: 1366px) {
  .tft-header-design__three__bottom__right__button .tft-btn {
    min-width: 140px;
    min-height: 45px;
    font-size: 0.938rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-header-design__three__bottom__right__button .tft-btn {
    min-height: 38px;
    font-size: 0.875rem;
    min-width: 130px;
  }
}
.tft-header-design__three__bottom__right__box {
  line-height: 1;
}
@media only screen and (max-width: 575.98px) {
  .tft-header-design__three__bottom__right__box {
    display: none;
  }
}

.mobile-sidenav {
  position: fixed;
  top: 0;
  left: -100%;
  height: 100%;
  width: 280px;
  background-color: #1d2a3b;
  overflow-x: hidden;
  transition: 0.5s ease;
  z-index: 99999;
}
.mobile-sidenav__close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 2.25rem;
  color: var(--tf-color-white);
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.mobile-sidenav__nav {
  margin-top: 70px;
}
.mobile-sidenav__nav--list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.mobile-sidenav__nav--list .menu-item {
  position: relative;
}
.mobile-sidenav__nav--list .menu-item a {
  padding: 7px 25px;
  color: var(--tf-color-white);
  display: block;
  transition: 0.3s;
}
.mobile-sidenav__nav--list .menu-item a:hover {
  color: var(--tf-primary);
}
.mobile-sidenav__nav--list .menu-item .sub-menu {
  display: none;
  position: relative;
  box-shadow: none;
  background-color: transparent;
  left: auto;
  padding: 0;
}
.mobile-sidenav__nav--list .menu-item .sub-menu li a {
  padding: 2px 25px;
}
.mobile-sidenav.open {
  left: 0;
}
.mobile-sidenav .tft-design-3__bottom__right__button {
  display: none;
}
@media only screen and (max-width: 575.98px) {
  .mobile-sidenav .tft-design-3__bottom__right__button {
    display: block;
  }
}
.mobile-sidenav__middle {
  padding: 0px 25px;
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .mobile-sidenav__middle {
    display: block;
    padding: 0 24px;
  }
}
.mobile-sidenav__middle ul li {
  padding-top: 7px;
  padding-bottom: 7px;
}
.mobile-sidenav__middle ul li a {
  color: var(--tf-color-white);
  font-size: 0.938rem;
}
.mobile-sidenav__middle .tf-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  gap: 15px;
}
.mobile-sidenav__middle .tf-flex .tft-design-3__bottom__right__list__item--link {
  border-color: var(--tf-color-white);
  background: transparent;
}
.mobile-sidenav__middle .tf-flex .tft-design-3__bottom__right__list__item--link path {
  fill: var(--tf-color-white);
}
.mobile-sidenav__bottom {
  display: none;
  padding: 15px 25px;
}
@media only screen and (max-width: 767.98px) {
  .mobile-sidenav__bottom {
    display: block;
    padding: 10px 24px;
  }
}

body.wp-singular .tft-header-design__two,
body.blog .tft-header-design__two,
body.archive .tft-header-design__two {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}

.search-results .tft-design-3,
.search .tft-design-3 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 767.98px) {
  .search-results .tft-design-3,
  .search .tft-design-3 {
    margin-bottom: 40px;
  }
}

.tft-travelling-service .tft-section-title h2 {
  position: relative;
}
.tft-travelling-service .tft-section-title h2::after {
  left: 0%;
  transform: translateX(0%);
  bottom: -5px;
}
@media only screen and (max-width: 767.98px) {
  .tft-travelling-service .tft-service-list .elementor-image-box-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-wrap: nowrap;
    gap: 20px;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}

.tft-gallery-wrapper .tft-gallery-grid {
  padding: 0 !important;
}
.tft-gallery-wrapper .tft-gallery-grid .tft-gallery-item .tft-gallery-popup-btn {
  visibility: hidden;
  -webkit-transition: all 0 ease;
  -moz-transition: all 0 ease;
  -o-transition: all 0 ease;
  transition: all 0 ease;
}
.tft-gallery-wrapper .tft-gallery-grid .tft-gallery-item .tft-gallery-popup-btn .elementor-icon-wrapper {
  width: 100px;
  height: 100px;
  margin: auto;
  cursor: pointer;
}
@media only screen and (max-width: 991.98px) {
  .tft-gallery-wrapper .tft-gallery-grid .tft-gallery-item .tft-gallery-popup-btn .elementor-icon-wrapper {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-gallery-wrapper .tft-gallery-grid .tft-gallery-item .tft-gallery-popup-btn .elementor-icon-wrapper {
    width: 60px;
    height: 60px;
  }
}
.tft-gallery-wrapper .tft-gallery-grid .tft-gallery-item:hover .tft-gallery-popup-btn {
  visibility: visible;
}

@media (max-width: 1399px) {
  .tft-hero-slider-nav {
    margin-top: 0;
    position: absolute;
    left: 50%;
    bottom: -100px;
    transform: translateX(-50%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .tft-hero-slider-nav {
    bottom: -80px;
  }
}
.tft-hero-slider-nav button {
  background: transparent;
  width: 60px;
  height: 60px;
  border-color: var(--tf-color-white);
}
@media (max-width: 1399px) {
  .tft-hero-slider-nav button {
    width: 50px;
    height: 50px;
    position: relative;
    transform: initial;
    top: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-hero-slider-nav button {
    width: 45px;
    height: 45px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-hero-slider-nav button {
    width: 40px;
    height: 40px;
  }
}
.tft-hero-slider-nav button i {
  color: var(--tf-color-white);
  font-size: 1.25rem;
}
.tft-hero-slider-nav button:hover {
  background: var(--tf-primary);
  color: var(--tf-color-white);
  border-color: var(--tf-primary);
}
.tft-hero-slider-nav button.tft-prev-slide {
  left: 80px;
}
@media (max-width: 1760px) {
  .tft-hero-slider-nav button.tft-prev-slide {
    left: 100px;
  }
}
@media (max-width: 1399px) {
  .tft-hero-slider-nav button.tft-prev-slide {
    left: 0;
  }
}
.tft-hero-slider-nav button.tft-next-slide {
  right: 80px;
}
@media (max-width: 1760px) {
  .tft-hero-slider-nav button.tft-next-slide {
    right: 100px;
  }
}
@media (max-width: 1399px) {
  .tft-hero-slider-nav button.tft-next-slide {
    right: 0;
  }
}

.tft-team-slider-nav {
  margin-top: 0;
}

.tf-available-brand img.swiper-slide-image {
  filter: grayscale(100%);
  transition: filter 0.5s ease;
}

.tf-available-brand img.swiper-slide-image:hover {
  filter: grayscale(0%);
}

.tft-about-left {
  flex: 1 !important;
}

.tft-about-description ul {
  padding-left: 25px;
}
.tft-about-description ul li {
  list-style: disc;
  font-size: 25px;
  line-height: 1.4;
}
@media only screen and (max-width: 991.98px) {
  .tft-about-description ul li {
    font-size: 16px;
  }
}

.tft-address-info .tft-info-icon-wrap {
  max-width: 70px;
}
.tft-address-info .tft-info-icon-wrap > div {
  width: 100%;
  height: 100%;
}
.tft-address-info .tft-info-icon-wrap .tft-contact-info-icon .elementor-icon {
  padding: 0;
  min-height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  box-shadow: 0px 9px 12px 0px rgba(14, 19, 35, 0.02);
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.tft-contact-form a {
  color: var(--tf-primary);
}
.tft-contact-form a:hover {
  color: var(--tf-brand-dark);
}

/** 
*
* Widget Parts Start 
*
**/
.tft-hero-design__one {
  overflow: hidden;
}
.tft-hero-design__one .tft-hero-slider-selector {
  position: relative;
}
.tft-hero-design__one .tft-hero-slider-selector .tft-hero-single-item::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
}
@media only screen and (max-width: 1024.98px) {
  .tft-hero-design__one .tft-hero-slider-selector .tft-hero-single-item .tft-slider-bg-img {
    padding: 10px;
  }
}
.tft-hero-design__one .tft-hero-slider-selector .tft-hero-single-item .tft-slider-bg-img .tft-hero-single-item-inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.tft-hero-design__one .tft-hero-slider-selector .tft-hero-single-item .tft-slider-bg-img .tft-hero-single-item-inner .slider-inner-info {
  max-width: 765px;
  z-index: 999;
  position: relative;
}
.tft-hero-design__one .tft-hero-slider-selector .tft-hero-single-item .tft-slider-bg-img .tft-hero-single-item-inner .slider-inner-info .tft-slider-title .title-large {
  font-size: 5.25rem;
  font-weight: 800;
  color: var(--tf-color-white);
  line-height: 1.3;
  margin-bottom: 20px;
  margin-top: 0px;
}
.tft-hero-design__one .tft-hero-slider-selector .tft-hero-single-item .tft-slider-bg-img .tft-hero-single-item-inner .slider-inner-info .tft-slider-title p {
  color: var(--tf-color-white);
  font-size: 1.375rem;
}
.tft-hero-design__one .tft-hero-slider-selector .tft-hero-single-item .tft-slider-bg-img .tft-hero-single-item-inner .slider-inner-info .slider-button {
  margin-top: 40px;
}
.tft-hero-design__one .tft-hero-slider-selector .tft-hero-single-item .tft-slider-bg-img .tft-hero-single-item-inner .slider-inner-info .slider-button .tft-btn {
  color: var(--tf-color-white);
  font-size: 1.125rem;
  padding: 17px 35px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: 700;
  background-color: var(--tf-primary);
}
.tft-hero-design__one .tft-hero-slider-selector .tft-hero-single-item .tft-slider-bg-img .tft-hero-single-item-inner .slider-inner-info .slider-button .tft-btn:hover {
  background: var(--tf-brand-dark);
}
.tft-hero-design__one .tft-hero-slider-selector .tft-hero-single-item .tft-slider-bg-img .tft-hero-single-item-inner .slider-inner-info .slider-button input:hover {
  background: var(--tf-brand-dark);
}
.tft-hero-design__one .tft-hero-slider-selector .slick-prev,
.tft-hero-design__one .tft-hero-slider-selector .slick-next {
  top: 91%;
  z-index: 99;
  background: var(--tf-primary);
  height: 45px;
  width: 45px;
  border-radius: 2px;
  transition: all 0.3s ease;
  border: 2px solid rgba(0, 0, 0, 0);
  color: var(--tf-color-white);
  font-size: 1rem;
}
.tft-hero-design__one .tft-hero-slider-selector .slick-prev::before,
.tft-hero-design__one .tft-hero-slider-selector .slick-next::before {
  display: none;
  color: var(--tf-color-white);
}
.tft-hero-design__one .tft-hero-slider-selector .slick-prev:hover,
.tft-hero-design__one .tft-hero-slider-selector .slick-next:hover {
  background: transparent !important;
  border: 2px solid var(--tf-border-lite);
  transition: all 0.3s ease;
  color: var(--tf-text-paragraph);
}
.tft-hero-design__one .tft-hero-slider-selector .slick-prev:hover::before,
.tft-hero-design__one .tft-hero-slider-selector .slick-next:hover::before {
  color: var(--tf-primary);
}
.tft-hero-design__one .tft-hero-slider-selector .slick-prev {
  left: calc(50% - 600px + 0px) !important;
}
@media (max-width: 1280px) {
  .tft-hero-design__one .tft-hero-slider-selector .slick-prev {
    left: calc(50% - 600px + 60px) !important;
  }
}
@media only screen and (max-width: 1199.98px) {
  .tft-hero-design__one .tft-hero-slider-selector .slick-prev {
    left: calc(50% - 600px + 90px) !important;
  }
}
@media only screen and (max-width: 1024.98px) {
  .tft-hero-design__one .tft-hero-slider-selector .slick-prev {
    left: 20px !important;
  }
}
.tft-hero-design__one .tft-hero-slider-selector .slick-next {
  left: calc(50% - 600px + 70px) !important;
}
@media (max-width: 1280px) {
  .tft-hero-design__one .tft-hero-slider-selector .slick-next {
    left: calc(50% - 600px + 120px) !important;
  }
}
@media only screen and (max-width: 1199.98px) {
  .tft-hero-design__one .tft-hero-slider-selector .slick-next {
    left: calc(50% - 600px + 160px) !important;
  }
}
@media only screen and (max-width: 1024.98px) {
  .tft-hero-design__one .tft-hero-slider-selector .slick-next {
    left: 100px !important;
  }
}
.tft-hero-design__one .tft-hero-slider-selector .slider__counter {
  left: calc(50% - 600px + 180px) !important;
  position: absolute;
  top: 90%;
  width: 115px;
  text-align: right;
  font-size: 1.5rem;
  color: var(--tf-primary);
  font-weight: 500;
}
@media (max-width: 1280px) {
  .tft-hero-design__one .tft-hero-slider-selector .slider__counter {
    display: none;
  }
}
@media only screen and (max-width: 1199.98px) {
  .tft-hero-design__one .tft-hero-slider-selector .slider__counter {
    display: none;
  }
}
@media only screen and (max-width: 1024.98px) {
  .tft-hero-design__one .tft-hero-slider-selector .slider__counter {
    left: 210px !important;
  }
}
.tft-hero-design__one .tft-hero-slider-selector .slider__counter::before {
  content: "";
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: -38px;
  bottom: 10px;
}
.tft-hero-design__two {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767.98px) {
  .tft-hero-design__two {
    height: auto;
    padding: 20px 16px;
  }
}
.tft-hero-design__two .tft-hero-content {
  width: 1240px;
  padding: 0 32px;
}
@media only screen and (max-width: 1024.98px) {
  .tft-hero-design__two .tft-hero-content {
    padding: 0px 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-hero-design__two .tft-hero-content {
    padding: 0;
  }
}
.tft-hero-design__two .tft-hero-content h1 {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--tf-color-white);
  text-align: center;
  padding-bottom: 100px;
  margin-bottom: 0;
}
@media only screen and (max-width: 1024.98px) {
  .tft-hero-design__two .tft-hero-content h1 {
    padding-top: 40px;
    padding-bottom: 32px;
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-hero-design__two .tft-hero-content h1 {
    font-size: 1.5rem;
    padding-top: 70px;
    padding-bottom: 4px;
  }
}
.tft-hero-design__two .tft-hero-content #tf-booking-search-tabs .tf-booking-form-tab button {
  border: 0px;
  padding: 15px 30px;
  cursor: pointer;
  transition: 0.3s all ease;
}
.tft-hero-design__two .tft-hero-content #tf-booking-search-tabs .tf-booking-form-tab button.tf_btn {
  border: var(--tf-border-lite);
  border-radius: 0px;
  overflow: hidden;
  position: relative;
  color: var(--tf-text-paragraph);
  font-size: 1rem;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  background-color: #e6e6e6;
  padding: 15px 30px;
}
.tft-hero-design__two .tft-hero-content #tf-booking-search-tabs .tf-booking-form-tab button:hover, .tft-hero-design__two .tft-hero-content #tf-booking-search-tabs .tf-booking-form-tab button.active {
  background-color: var(--tf-primary);
  color: var(--tf-color-white);
}
@media only screen and (max-width: 767.98px) {
  .tft-hero-design__two .tft-hero-content #tf-booking-search-tabs .tf-booking-form-tab-mobile select[name=tf-booking-form-tab-select] {
    color: #FAEEDC;
  }
}
.tft-hero-design__three {
  background: #b8c5d2;
  height: 540px;
  margin: 0 0 86px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.tft-hero-design__three .tft-hero-content-box {
  position: absolute;
  right: 24px;
  left: 24px;
  bottom: -80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tft-hero-design__three .tft-hero-content-box h1 {
  color: var(--tf-color-white);
  text-align: center;
  font-size: 4.18rem;
  font-weight: 700;
  margin-bottom: 110px;
}
@media only screen and (max-width: 767.98px) {
  .tft-hero-design__three .tft-hero-content-box h1 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
.tft-hero-design__three .tft-hero-content-box .tft-search-form {
  width: 1040px;
}
@media only screen and (max-width: 1024.98px) {
  .tft-hero-design__three .tft-hero-content-box .tft-search-form {
    width: 100%;
  }
}
.tft-hero-design__three .tft-hero-content-box .tft-search-form .tf-booking-forms-wrapper {
  margin-top: 0;
}
.tft-hero-design__four {
  background-position: center center;
  min-height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 1366px) {
  .tft-hero-design__four {
    min-height: 700px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .tft-hero-design__four {
    min-height: 650px;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-hero-design__four {
    min-height: 600px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-hero-design__four {
    min-height: 500px;
  }
}
@media only screen and (max-width: 575.98px) {
  .tft-hero-design__four {
    min-height: 450px;
  }
}
.tft-hero-design__four::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(14, 61, 216, 0.8) 5.87%, rgba(0, 57, 204, 0.03) 125.37%);
  z-index: -1;
}
.tft-hero-design__four__container {
  position: relative;
  width: 100%;
  max-width: 1678px;
  margin: 0 auto;
}
@media only screen and (max-width: 1199.98px) {
  .tft-hero-design__four__container {
    width: 100%;
  }
}
.tft-hero-design__four__slider {
  position: relative;
  top: 50%;
}
.tft-hero-design__four__slider.slick-dotted.slick-slider {
  margin-bottom: 0;
}
@media only screen and (max-width: 575.98px) {
  .tft-hero-design__four__slider.slick-dotted.slick-slider {
    margin-bottom: 90px;
  }
}
.tft-hero-design__four__slider__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: var(--tf-color-white);
}
@media only screen and (max-width: 767.98px) {
  .tft-hero-design__four__slider__item {
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.tft-hero-design__four__slider__item__content {
  text-align: center;
}
.tft-hero-design__four__slider__item__content--subtitle {
  font-size: 2.25rem;
  font-weight: 400;
  line-height: 1.25;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  text-transform: capitalize;
  color: var(--tf-color-white);
}
@media only screen and (max-width: 1199.98px) {
  .tft-hero-design__four__slider__item__content--subtitle {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-hero-design__four__slider__item__content--subtitle {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-hero-design__four__slider__item__content--subtitle {
    font-size: 1.125rem;
  }
}
.tft-hero-design__four__slider__item__content--title {
  font-size: 6.25rem;
  font-weight: 500;
  line-height: 1.17;
  margin: 14px 0 35px;
  text-transform: capitalize;
  color: var(--tf-color-white);
}
@media only screen and (max-width: 1199.98px) {
  .tft-hero-design__four__slider__item__content--title {
    font-size: 5rem;
    line-height: 1.125;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-hero-design__four__slider__item__content--title {
    font-size: 4rem;
    line-height: 1;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-hero-design__four__slider__item__content--title {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 20px;
  }
}
.tft-hero-design__four__slider__item__content--link {
  padding: 0 42px;
  gap: 5px;
}
@media only screen and (max-width: 767.98px) {
  .tft-hero-design__four__slider__item__content--link {
    padding: 0 30px;
  }
}
@media (max-width: 1399px) {
  .tft-hero-design__four__slider--nav {
    margin-top: 0;
    position: absolute;
    left: 50%;
    bottom: -100px;
    transform: translateX(-50%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
  }
}
@media (max-width: 480px) {
  .tft-hero-design__four__slider--nav {
    bottom: -80px;
  }
}
.tft-hero-design__four__slider--nav button {
  background: transparent;
  width: 60px;
  height: 60px;
  border-color: var(--tf-color-white);
}
@media (max-width: 1399px) {
  .tft-hero-design__four__slider--nav button {
    width: 50px;
    height: 50px;
    position: relative;
    transform: initial;
    top: 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-hero-design__four__slider--nav button {
    width: 45px;
    height: 45px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-hero-design__four__slider--nav button {
    width: 40px;
    height: 40px;
  }
}
.tft-hero-design__four__slider--nav button i {
  color: var(--tf-color-white);
  font-size: 1.25rem;
}
.tft-hero-design__four__slider--nav button:hover {
  background: var(--tf-primary);
  color: var(--tf-color-white);
  border-color: var(--tf-primary);
}
.tft-hero-design__four__slider--nav button.tft-prev-slide {
  left: 80px;
}
@media (max-width: 1760px) {
  .tft-hero-design__four__slider--nav button.tft-prev-slide {
    left: 100px;
  }
}
@media (max-width: 1399px) {
  .tft-hero-design__four__slider--nav button.tft-prev-slide {
    left: 0;
  }
}
.tft-hero-design__four__slider--nav button.tft-next-slide {
  right: 80px;
}
@media (max-width: 1760px) {
  .tft-hero-design__four__slider--nav button.tft-next-slide {
    right: 100px;
  }
}
@media (max-width: 1399px) {
  .tft-hero-design__four__slider--nav button.tft-next-slide {
    right: 0;
  }
}
.tft-hero-design__four__social {
  position: absolute;
  left: 7px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: var(--tf-color-white);
  gap: 20px;
}
@media (max-width: 1760px) {
  .tft-hero-design__four__social {
    left: 35px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .tft-hero-design__four__social {
    background: var(--tf-brand-dark);
    left: -60px;
    gap: 10px;
    padding: 14px 8px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
.tft-hero-design__four__social__list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  flex-direction: column;
}
@media only screen and (max-width: 991.98px) {
  .tft-hero-design__four__social__list {
    gap: 10px;
  }
}
.tft-hero-design__four__social__list__item--link {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  border: 1px solid var(--tf-border-lite);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991.98px) {
  .tft-hero-design__four__social__list__item--link {
    width: 30px;
    height: 30px;
  }
}
.tft-hero-design__four__social__list__item--link:hover {
  background: var(--tf-primary);
  border-color: var(--tf-primary);
}
.tft-hero-design__four__social__list__item--link i {
  font-size: 0.875rem;
  color: var(--tf-color-white);
}
@media only screen and (max-width: 991.98px) {
  .tft-hero-design__four__social__list__item--link i {
    font-size: 0.75rem;
  }
}
.tft-hero-design__four__social__divider {
  width: 1px;
  height: 100px;
  background: #D9D9D9;
}
@media only screen and (max-width: 767.98px) {
  .tft-hero-design__four__social__divider {
    height: 80px;
  }
}
.tft-hero-design__four__social__label {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.23em;
  writing-mode: tb-rl;
  transform: rotate(180deg);
  color: var(--tf-color-white);
}
.tft-hero-design__four__mobile--share {
  display: none;
  min-width: 31px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  background-color: #1d2a3b;
  padding: 10px 6px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media only screen and (max-width: 1199.98px) {
  .tft-hero-design__four__mobile--share {
    display: block;
  }
}
.tft-hero-design__four .slick-dots {
  position: absolute;
  top: 50%;
  right: 3px;
  max-width: fit-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 20px;
  transform: translateY(-50%);
  z-index: 99;
  flex-direction: column;
  align-items: end;
  height: fit-content;
}
@media (max-width: 1760px) {
  .tft-hero-design__four .slick-dots {
    right: 16px;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-hero-design__four .slick-dots {
    right: 0;
    top: 100%;
    gap: 8px;
    transform: none;
    flex-direction: row;
    width: 100%;
    margin-top: 100px;
    max-width: inherit;
    max-height: fit-content;
  }
}
@media only screen and (max-width: 575.98px) {
  .tft-hero-design__four .slick-dots {
    right: 0;
    top: 100%;
    gap: 8px;
    transform: none;
    flex-direction: row;
    width: 100%;
    margin-top: 100px;
    max-height: fit-content;
  }
}
.tft-hero-design__four .slick-dots li {
  width: 30px;
  height: 30px;
  border: 2px solid transparent;
  background: transparent;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
}
@media only screen and (max-width: 767.98px) {
  .tft-hero-design__four .slick-dots li {
    width: 25px;
    height: 25px;
  }
}
.tft-hero-design__four .slick-dots li.slick-active {
  border-color: var(--tf-color-white);
}
.tft-hero-design__four .slick-dots li button {
  width: 10px;
  height: 10px;
  background: var(--tf-color-white);
  border: 0;
  padding: 0;
  font-size: 0;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media only screen and (max-width: 767.98px) {
  .tft-hero-design__four .slick-dots li button {
    width: 9px;
    height: 9px;
  }
}
.tft-hero-design__four .slick-dots li button:before {
  display: none;
}
.tft-hero-design__five {
  background-position: center center;
  min-height: 800px;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
}
@media only screen and (max-width: 991.98px) {
  .tft-hero-design__five {
    min-height: 700px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-hero-design__five {
    min-height: auto;
    padding-top: 138px;
  }
}
.tft-hero-design__five .tft-hero-content {
  width: 1240px;
  padding: 0 10px 96px 10px;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 56px;
}
@media only screen and (max-width: 1024.98px) {
  .tft-hero-design__five .tft-hero-content {
    padding: 0 32px 56px 32px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-hero-design__five .tft-hero-content {
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    padding: 0 16px 32px 16px;
  }
}
.tft-hero-design__five .tft-hero-content .tft-content-box {
  flex: 0 0 calc(100% - 422px);
}
.tft-hero-design__five .tft-hero-content .tft-search-form {
  flex: 0 0 366px;
}
.tft-hero-design__five .tft-hero-content h1 {
  color: #F5FFFE;
  font-size: 5.313rem;
  font-weight: 700;
  line-height: 1.1;
  margin: 0 0 48px 0;
}
@media only screen and (max-width: 1024.98px) {
  .tft-hero-design__five .tft-hero-content h1 {
    font-size: 3.188rem;
    margin: 0 0 24px 0;
  }
}
@media only screen and (max-width: 575.98px) {
  .tft-hero-design__five .tft-hero-content h1 {
    font-size: 3rem;
  }
}
.tft-hero-design__five .tft-hero-content p {
  color: #F5FFFE;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}
.tft-hero-design__five .tft-hero-content .tf_btn {
  background-color: var(--tf-links-color);
}
.tft-hero-design__five .tft-hero-content .tf_btn:hover {
  box-shadow: 0 40px 40px 0 color-mix(in srgb, var(--tf-links-color) 16%, transparent), 0 32px 32px 0 color-mix(in srgb, var(--tf-links-color) 14%, transparent), 0 24px 24px 0 color-mix(in srgb, var(--tf-links-color) 12%, transparent), 0 20px 20px 0 color-mix(in srgb, var(--tf-links-color) 10%, transparent), 0 16px 16px 0 color-mix(in srgb, var(--tf-links-color) 8%, transparent), 0 12px 12px 0 color-mix(in srgb, var(--tf-links-color) 6%, transparent), 0 8px 8px 0 color-mix(in srgb, var(--tf-links-color) 4%, transparent), 0 4px 4px 0 color-mix(in srgb, var(--tf-links-color) 2%, transparent);
}
.tft-hero-design .tft-search-box {
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--tf-color-white);
  max-width: 1000px;
}
@media (max-width: 1480px) {
  .tft-hero-design .tft-search-box {
    width: 900px;
  }
}
@media (max-width: 1280px) {
  .tft-hero-design .tft-search-box {
    width: 820px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .tft-hero-design .tft-search-box {
    width: 820px;
  }
}
@media only screen and (max-width: 1024.98px) {
  .tft-hero-design .tft-search-box {
    position: relative;
    max-width: 100%;
  }
}
.tft-hero-design .tft-search-box .tft-search-box-inner {
  padding: 40px;
  box-shadow: rgba(29, 42, 59, 0.1) 0px 4px 20px;
  width: 1000px;
}
@media (max-width: 1480px) {
  .tft-hero-design .tft-search-box .tft-search-box-inner {
    width: 900px;
  }
}
@media (max-width: 1280px) {
  .tft-hero-design .tft-search-box .tft-search-box-inner {
    width: 820px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .tft-hero-design .tft-search-box .tft-search-box-inner {
    width: 820px;
  }
}
@media only screen and (max-width: 1024.98px) {
  .tft-hero-design .tft-search-box .tft-search-box-inner {
    width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-hero-design .tft-search-box .tft-search-box-inner {
    padding: 20px;
  }
}
.tft-hero-design .tft-search-box .tft-search-box-inner #tf-booking-search-tabs {
  box-shadow: none;
  padding: 0px;
}
.tft-hero-design .tft-search-box .tft-search-box-inner #tf-booking-search-tabs .tf-booking-form-tab .tf_btn {
  cursor: pointer;
  padding: 10px 18px;
  background-color: transparent;
  border: 1px solid var(--tf-border-lite);
  color: var(--tf-text-paragraph);
}
.tft-hero-design .tft-search-box .tft-search-box-inner #tf-booking-search-tabs .tf-booking-form-tab .tf_btn.active, .tft-hero-design .tft-search-box .tft-search-box-inner #tf-booking-search-tabs .tf-booking-form-tab .tf_btn:hover {
  background-color: var(--tf-primary);
  border-color: var(--tf-primary);
  color: var(--tf-color-white);
}
@media only screen and (max-width: 1024.98px) {
  .tft-hero-design .tft-search-box .tft-search-box-inner #tf-booking-search-tabs .tf-booking-form-tab-mobile {
    border: 1px solid var(--tf-border-lite);
    border-radius: 4px;
  }
}
.tft-hero-design .tft-search-box .tft-search-box-inner #tf-booking-search-tabs .tf-booking-forms-wrapper {
  margin-top: 16px;
}
@media only screen and (max-width: 767.98px) {
  .tft-hero-design .tft-search-box .tft-search-box-inner #tf-booking-search-tabs .tf-booking-forms-wrapper .tf-tabcontent #tf_hotel_aval_check {
    margin-bottom: 0px;
  }
}
.tft-hero-design .tft-search-box .tft-search-box-inner #tf-booking-search-tabs .tf-booking-forms-wrapper .tf_homepage-booking {
  margin: 0px;
  border-radius: 4px 0px 0px 4px;
}
@media only screen and (max-width: 1024.98px) {
  .tft-hero-design .tft-search-box .tft-search-box-inner #tf-booking-search-tabs .tf-booking-forms-wrapper .tf_homepage-booking {
    padding: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-hero-design .tft-search-box .tft-search-box-inner #tf-booking-search-tabs .tf-booking-forms-wrapper .tf_homepage-booking {
    height: auto;
    flex-direction: column;
    row-gap: 16px;
    align-items: stretch;
  }
  .tft-hero-design .tft-search-box .tft-search-box-inner #tf-booking-search-tabs .tf-booking-forms-wrapper .tf_homepage-booking > div {
    width: 100%;
  }
  .tft-hero-design .tft-search-box .tft-search-box-inner #tf-booking-search-tabs .tf-booking-forms-wrapper .tf_homepage-booking > div:nth-child(2) {
    width: 100% !important;
  }
}
.tft-hero-design .tft-search-box .tft-search-box-inner #tf-booking-search-tabs .tf-booking-forms-wrapper .tf_homepage-booking .tf_btn.tf-submit {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: var(--tf-primary);
}
.tft-hero-design .tft-search-box .tft-search-box-inner #tf-booking-search-tabs .tf-booking-forms-wrapper .tf_homepage-booking .tf_destination-wrap {
  border-right: 1px solid var(--tf-border-lite);
}
@media only screen and (max-width: 767.98px) {
  .tft-hero-design .tft-search-box .tft-search-box-inner #tf-booking-search-tabs .tf-booking-forms-wrapper .tf_homepage-booking .tf_destination-wrap {
    padding: 0px !important;
  }
}
@media only screen and (max-width: 1024.98px) {
  .tft-hero-design .tft-search-box .tft-search-box-inner #tf-booking-search-tabs .tf-booking-forms-wrapper .tf_homepage-booking .tf_selectdate-wrap {
    padding: 8px 8px !important;
    border: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-hero-design .tft-search-box .tft-search-box-inner #tf-booking-search-tabs .tf-booking-forms-wrapper .tf_homepage-booking .tf_selectdate-wrap {
    padding: 0px !important;
  }
}
.tft-hero-design .tft-search-box .tft-search-box-inner #tf-booking-search-tabs .tf-booking-forms-wrapper .tf_homepage-booking .tf_selectperson-wrap {
  width: 30%;
}
@media only screen and (max-width: 1024.98px) {
  .tft-hero-design .tft-search-box .tft-search-box-inner #tf-booking-search-tabs .tf-booking-forms-wrapper .tf_homepage-booking .tf_selectperson-wrap {
    padding: 8px 8px !important;
    border: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-hero-design .tft-search-box .tft-search-box-inner #tf-booking-search-tabs .tf-booking-forms-wrapper .tf_homepage-booking .tf_selectperson-wrap {
    width: 100% !important;
    padding: 0px !important;
  }
}
.tft-hero-design .tft-search-box .tft-search-box-inner #tf-booking-search-tabs .tf-booking-forms-wrapper .tf_homepage-booking .tf_selectperson-wrap .tf_input-inner input {
  padding: 0px 8px;
  border-radius: 0;
}
.tft-hero-design .tft-search-box .tft-search-box-inner #tf-booking-search-tabs .tf-booking-forms-wrapper .tf_homepage-booking .tf_input-inner *,
.tft-hero-design .tft-search-box .tft-search-box-inner #tf-booking-search-tabs .tf-booking-forms-wrapper .tf_homepage-booking .tf_input-inner {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.2;
}
.tft-hero-design .tft-search-box .tft-search-box-inner #tf-booking-search-tabs .tf-booking-forms-wrapper .tf_homepage-booking .tf_submit-wrap {
  background: transparent;
}
.tft-hero-design .tft-search-box input,
.tft-hero-design .tft-search-box select {
  font-size: 1.125rem;
  color: var(--tf-primary);
  font-weight: 600;
  line-height: 1.3;
  border: none;
  width: 100%;
  padding: 10px;
}
.tft-hero-design .tft-search-box input:focus,
.tft-hero-design .tft-search-box select:focus {
  color: var(--tf-primary);
}
.tft-hero-design .tft-search-box input[type=date]::-webkit-calendar-picker-indicator {
  cursor: pointer;
  border-radius: 4px;
  margin-right: 2px;
  filter: invert(41%) sepia(99%) saturate(1595%) hue-rotate(342deg) brightness(98%) contrast(94%);
}
.tft-hero-design .tft-search-box .tft-search-box-field {
  flex-basis: 22%;
  padding: 15px 0px;
}
.tft-hero-design .tft-search-box .tft-search-box-field label {
  display: block;
  padding-bottom: 2px;
}
.tft-hero-design .tft-search-box .tft-search-box-container {
  column-gap: 18px;
  justify-content: space-between;
}
@media only screen and (max-width: 1024.98px) {
  .tft-hero-design .tft-search-box .tft-search-box-container {
    column-gap: 10px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-hero-design .tft-search-box .tft-search-box-container {
    display: block;
  }
}
.tft-hero-design .tft-search-box .tft-tour-serach-fields-wrap {
  border: none;
  box-shadow: none;
  display: flex;
  flex-direction: row;
}
.tft-hero-design .tft-search-box .tft-tour-serach-fields-wrap > div {
  border: none;
  display: flex;
  flex-direction: column;
  height: inherit;
  justify-content: space-between;
  padding: 0;
}
.tft-hero-design .tft-search-box .tft_tour-fields-title {
  color: var(--tf-text-paragraph);
}
.tft-hero-design .tft-search-box .tft-selectperson-field-wrap {
  border-bottom: 1px solid rgba(241, 93, 48, 0.2509803922);
  padding: 11px 0;
}

.tft-about-us-design__one {
  padding-top: 30px;
}
.tft-about-us-design__one .tft-about-us-grid {
  display: grid;
  grid-template-columns: 35% 65%;
}
@media only screen and (max-width: 991.98px) {
  .tft-about-us-design__one .tft-about-us-grid {
    grid-template-columns: 45% 55%;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-about-us-design__one .tft-about-us-grid {
    display: flow-root;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-about-us-design__one .tft-about-us-grid .tft-heading-content {
    margin-bottom: 16px;
  }
}
.tft-about-us-design__one .tft-about-us-grid .tft-heading-content h3 {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.16px;
  color: var(--tf-primary);
  margin-bottom: 8px;
}
.tft-about-us-design__one .tft-about-us-grid .tft-heading-content h2 {
  font-size: 3.5rem;
  line-height: 1.2;
  color: var(--tf-text-heading);
  margin-top: 0px;
  margin-bottom: 32px;
}
@media (max-width: 1366px) {
  .tft-about-us-design__one .tft-about-us-grid .tft-heading-content h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-about-us-design__one .tft-about-us-grid .tft-heading-content h2 {
    font-size: 1.5rem;
    margin-bottom: 24px;
    max-width: 70%;
  }
}
.tft-about-us-design__one .tft-about-us-grid .tft-heading-content p {
  font-size: 1.125rem;
  color: var(--tf-text-paragraph);
}
@media only screen and (max-width: 767.98px) {
  .tft-about-us-design__one .tft-about-us-grid .tft-heading-content p {
    font-size: 0.875rem;
  }
}
.tft-about-us-design__one .tft-about-us-grid .tft-heading-content p.tft-about-us-quotes, .tft-about-us-design__one .tft-about-us-grid .tft-heading-content p.tft-about-us-author {
  padding-right: 55px;
  margin-top: 2px;
}
@media only screen and (max-width: 767.98px) {
  .tft-about-us-design__one .tft-about-us-grid .tft-heading-content p.tft-about-us-quotes, .tft-about-us-design__one .tft-about-us-grid .tft-heading-content p.tft-about-us-author {
    margin-top: 0;
    padding-right: 0;
  }
}
.tft-about-us-design__one .tft-about-us-grid .tft-heading-content p.tft-about-us-author {
  font-weight: 600;
}
.tft-about-us-design__one .tft-about-us-grid .tft-heading-content p:empty {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .tft-about-us-design__one .tft-about-us-grid .tft-heading-content .read-more {
    position: absolute;
    right: 16px;
    top: 6px;
  }
}
@media only screen and (max-width: 575.98px) {
  .tft-about-us-design__one .tft-about-us-grid .tft-heading-content .read-more {
    position: absolute;
    right: 16px;
    top: 20px;
  }
}
.tft-about-us-design__one .tft-about-us-grid .tft-heading-content .read-more a {
  border: 1px solid var(--tf-primary);
  font-weight: 700;
  color: var(--tf-color-white);
  background-color: var(--tf-primary);
}
.tft-about-us-design__one .tft-about-us-grid .tft-heading-content .read-more a.tft-btn-transparent {
  background-color: transparent;
  color: var(--tf-primary);
}
.tft-about-us-design__one .tft-about-us-grid .tft-heading-content .read-more a.tft-btn-transparent:hover {
  color: var(--tf-color-white);
}
.tft-about-us-design__one .tft-about-us-grid .tft-heading-content .read-more a.tft-btn-transparent:hover path {
  fill: var(--tf-color-white);
}
.tft-about-us-design__one .tft-about-us-grid .tft-heading-content .read-more a.tft-btn-transparent path {
  fill: var(--tf-primary);
}
.tft-about-us-design__one .tft-about-us-grid .tft-heading-content .read-more a span {
  line-height: 0;
}
.tft-about-us-design__one .tft-about-us-grid .tft-heading-content .read-more a span svg path {
  fill: var(--tf-color-white);
}
@media only screen and (max-width: 991.98px) {
  .tft-about-us-design__one .tft-about-us-grid .tft-heading-content .read-more a span svg {
    width: 36px;
  }
}
.tft-about-us-design__one .tft-about-us-grid .tft-heading-content .read-more a:hover {
  background: var(--tf-brand-dark);
  border-color: var(--tf-brand-dark);
}
.tft-about-us-design__one .tft-about-us-grid .tft-about-us-image {
  position: relative;
}
.tft-about-us-design__one .tft-about-us-grid .tft-about-us-image .years-of-experience {
  position: absolute;
  display: inline-block;
  top: 0;
  z-index: 99;
  left: 30px;
}
@media only screen and (max-width: 1199.98px) {
  .tft-about-us-design__one .tft-about-us-grid .tft-about-us-image .years-of-experience {
    left: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-about-us-design__one .tft-about-us-grid .tft-about-us-image .years-of-experience {
    width: 145px;
    left: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-about-us-design__one .tft-about-us-grid .tft-about-us-image .years-of-experience {
    display: none;
  }
}
.tft-about-us-design__one .tft-about-us-grid .tft-about-us-image .years-of-experience .experience-badge {
  animation: rotation 14s infinite linear;
}
.tft-about-us-design__one .tft-about-us-grid .tft-about-us-image .years-of-experience .tft-experience-years {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.tft-about-us-design__one .tft-about-us-grid .tft-about-us-image .years-of-experience .tft-experience-years h2 {
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--tf-text-heading);
  margin: 0;
  height: 64%;
}
@media only screen and (max-width: 991.98px) {
  .tft-about-us-design__one .tft-about-us-grid .tft-about-us-image .years-of-experience .tft-experience-years h2 {
    font-size: 2rem;
    height: 40%;
  }
}
.tft-about-us-design__one .tft-about-us-grid .tft-about-us-image .tft-about-image {
  padding-left: 100px;
  line-height: 0;
}
@media only screen and (max-width: 767.98px) {
  .tft-about-us-design__one .tft-about-us-grid .tft-about-us-image .tft-about-image {
    padding-left: 0px;
  }
}
.tft-about-us-design__one .tft-about-us-grid .tft-about-us-image .tft-about-image img {
  width: 100%;
  margin-top: 80px;
}
@media only screen and (max-width: 767.98px) {
  .tft-about-us-design__one .tft-about-us-grid .tft-about-us-image .tft-about-image img {
    margin-top: 0px;
  }
}
.tft-about-us-design__two {
  padding-bottom: 104px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1399px) {
  .tft-about-us-design__two {
    padding-bottom: 100px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .tft-about-us-design__two {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-about-us-design__two {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-about-us-design__two {
    padding-bottom: 0px;
  }
}
.tft-about-us-design__two .tft-about-us-grid {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 60px;
}
@media only screen and (max-width: 991.98px) {
  .tft-about-us-design__two .tft-about-us-grid {
    flex-direction: column-reverse;
    gap: 40px;
    max-width: 600px;
    margin: auto;
  }
}
.tft-about-us-design__two .tft-about-us-grid .tft-about-image {
  min-width: 491px;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .tft-about-us-design__two .tft-about-us-grid .tft-about-image {
    min-width: auto;
  }
}
.tft-about-us-design__two .tft-about-us-grid .tft-about-image::before {
  content: "";
  position: absolute;
  left: 40px;
  top: 40px;
  width: 10px;
  height: 150px;
  background-color: var(--tf-primary);
  z-index: 1;
}
@media only screen and (max-width: 767.98px) {
  .tft-about-us-design__two .tft-about-us-grid .tft-about-image::before {
    display: none;
  }
}
.tft-about-us-design__two .tft-about-us-grid .tft-about-image::after {
  content: "";
  position: absolute;
  left: 61px;
  top: 106px;
  width: 10px;
  height: 246px;
  background-color: var(--tf-color-white);
}
@media only screen and (max-width: 767.98px) {
  .tft-about-us-design__two .tft-about-us-grid .tft-about-image::after {
    display: none;
  }
}
.tft-about-us-design__two .tft-about-us-grid .tft-about-image .tft-about-curbe-image {
  max-width: 441px;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .tft-about-us-design__two .tft-about-us-grid .tft-about-image .tft-about-curbe-image {
    margin: auto;
    max-width: 500px;
  }
}
.tft-about-us-design__two .tft-about-us-grid .tft-about-image .tft-about-curbe-image img {
  width: 100%;
  border-bottom-left-radius: 1000px;
  border-bottom-right-radius: 1000px;
}
@media only screen and (max-width: 767.98px) {
  .tft-about-us-design__two .tft-about-us-grid .tft-about-image .tft-about-curbe-image img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
}
.tft-about-us-design__two .tft-about-us-grid .tft-about-image .tft-about-curbe-image::after {
  content: "";
  position: absolute;
  left: 50px;
  top: 50px;
  width: 100%;
  height: 100%;
  border-radius: 0px 0px 100px 100px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 767.98px) {
  .tft-about-us-design__two .tft-about-us-grid .tft-about-image .tft-about-curbe-image::after {
    display: none;
  }
}
.tft-about-us-design__two .tft-about-us-grid .tft-about-image .tft-about-circle-image {
  position: absolute;
  right: -89px;
  bottom: -20px;
}
@media only screen and (max-width: 1199.98px) {
  .tft-about-us-design__two .tft-about-us-grid .tft-about-image .tft-about-circle-image {
    right: -50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-about-us-design__two .tft-about-us-grid .tft-about-image .tft-about-circle-image {
    right: -40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-about-us-design__two .tft-about-us-grid .tft-about-image .tft-about-circle-image {
    display: none;
  }
}
.tft-about-us-design__two .tft-about-us-grid .tft-about-image .tft-about-circle-image img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.tft-about-us-design__two .tft-about-us-grid .tft-about-us-content {
  flex: 1;
}
@media only screen and (max-width: 767.98px) {
  .tft-about-us-design__two .tft-about-us-grid .tft-about-us-content {
    max-width: 500px;
    margin: auto;
  }
}
.tft-about-us-design__two .tft-about-us-grid .tft-about-us-content h3 {
  color: var(--tf-primary);
}
.tft-about-us-design__two .tft-about-us-grid .tft-about-us-content h2 {
  color: var(--tf-text-heading);
}
.tft-about-us-design__two .tft-about-us-grid .tft-about-us-content p {
  color: var(--tf-text-paragraph);
}
.tft-about-us-design__two .tft-about-us-grid .tft-about-us-content .tft-about-us-list {
  padding: 44px 0 44px 69px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 1199.98px) {
  .tft-about-us-design__two .tft-about-us-grid .tft-about-us-content .tft-about-us-list {
    padding: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-about-us-design__two .tft-about-us-grid .tft-about-us-content .tft-about-us-list {
    padding: 24px 0;
  }
}
.tft-about-us-design__two .tft-about-us-grid .tft-about-us-content .tft-about-us-list ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1199.98px) {
  .tft-about-us-design__two .tft-about-us-grid .tft-about-us-content .tft-about-us-list ul li {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-about-us-design__two .tft-about-us-grid .tft-about-us-content .tft-about-us-list ul li {
    gap: 10px;
    margin-bottom: 15px;
  }
}
.tft-about-us-design__two .tft-about-us-grid .tft-about-us-content .tft-about-us-list ul li:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .tft-about-us-design__two .tft-about-us-grid .tft-about-us-content .tft-about-us-list ul li .icon {
    line-height: 0;
  }
}
.tft-about-us-design__two .tft-about-us-grid .tft-about-us-content .tft-about-us-list ul li .icon i {
  color: var(--tf-primary);
  font-size: 1.125rem;
}
@media only screen and (max-width: 767.98px) {
  .tft-about-us-design__two .tft-about-us-grid .tft-about-us-content .tft-about-us-list ul li .icon i {
    font-size: 1rem;
    margin-top: 2px;
  }
}
.tft-about-us-design__two .tft-about-us-grid .tft-about-us-content .tft-about-us-list ul li .text {
  color: var(--tf-text-paragraph);
  font-size: 1.125rem;
}
@media only screen and (max-width: 767.98px) {
  .tft-about-us-design__two .tft-about-us-grid .tft-about-us-content .tft-about-us-list ul li .text {
    font-size: 1rem;
  }
}
.tft-about-us-design__two .tft-about-us-grid .tft-about-us-content .tft-about-us-button {
  padding-left: 69px;
}
@media only screen and (max-width: 1199.98px) {
  .tft-about-us-design__two .tft-about-us-grid .tft-about-us-content .tft-about-us-button {
    padding-left: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-about-us-design__two .tft-about-us-grid .tft-about-us-content .tft-about-us-button {
    padding-left: 0;
  }
}
.tft-about-us-design__two .tft-about-us-grid .tft-about-us-content .tft-about-us-button a {
  min-width: 160px;
}
.tft-about-us-design__two .tft-about-us-shape {
  position: absolute;
  right: -150px;
  bottom: 0;
  z-index: -1;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.tft-brands-design__one .tft-brands-inner .tft-section-heading {
  max-width: 784px;
  margin: 0 auto;
}
.tft-brands-design__one .tft-brands-inner .tft-section-heading .tft-section-title {
  color: var(--tf-text-heading);
  text-align: center;
  font-size: 2.375rem;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 16px;
}
.tft-brands-design__one .tft-brands-inner .tft-section-heading p {
  color: var(--tf-text-paragraph);
  text-align: center;
  margin-top: 0px;
  margin-bottom: 56px;
}
.tft-brands-design__one .tft-brands-inner .tft-brands .slick-slide {
  margin-left: 16px !important;
  margin-right: 16px !important;
}
@media only screen and (max-width: 991.98px) {
  .tft-brands-design__one .tft-brands-inner .tft-brands .slick-slide {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
}
.tft-brands-design__one .tft-brands-inner .tft-brands.tft-brands-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.tft-brands-design__one .tft-brands-inner .tft-brands.tft-brands-grid .tft-single-brands {
  width: calc(33% - 8px);
}
@media only screen and (max-width: 991.98px) {
  .tft-brands-design__one .tft-brands-inner .tft-brands.tft-brands-grid .tft-single-brands {
    width: calc(50% - 8px);
  }
}
@media only screen and (max-width: 575.98px) {
  .tft-brands-design__one .tft-brands-inner .tft-brands.tft-brands-grid .tft-single-brands {
    width: 100%;
  }
}
.tft-brands-design__one .tft-brands-inner .tft-brands .tft-single-brands .tft-brands-thumbnail {
  height: 212px;
  background: #D9D9D9;
  border-radius: 16px;
  position: relative;
}
.tft-brands-design__one .tft-brands-inner .tft-brands .tft-single-brands .tft-brands-thumbnail a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.tft-brands-design__one .tft-brands-inner .tft-brands .tft-single-brands .tft-brands-thumbnail .tft-brands-title {
  position: absolute;
  left: 0;
  bottom: 0;
}
.tft-brands-design__one .tft-brands-inner .tft-brands .tft-single-brands .tft-brands-thumbnail .tft-brands-title a {
  color: var(--tf-text-paragraph);
  font-size: 1.313rem;
  display: inline-block;
  padding: 4px 17px 0px 16px;
  background: #D9D9D9;
  border-radius: 0px 16px 0px 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.tft-brands-design__one .tft-brands-inner .tft-brands .tft-single-brands .tft-brands-thumbnail .tft-brands-title a:hover {
  background-color: var(--tf-primary);
  color: var(--tf-color-white);
}

#tft-site-main-body .tf-archive-template__one .tf-car-archive-result.tf-car-lists-widgets .tf-car-result.grid-view .tf-single-car-view {
  width: calc(33.33% - 22px);
}
@media only screen and (max-width: 991.98px) {
  #tft-site-main-body .tf-archive-template__one .tf-car-archive-result.tf-car-lists-widgets .tf-car-result.grid-view .tf-single-car-view {
    width: calc(50% - 16px);
  }
}
@media (max-width: 640px) {
  #tft-site-main-body .tf-archive-template__one .tf-car-archive-result.tf-car-lists-widgets .tf-car-result.grid-view .tf-single-car-view {
    width: 100%;
  }
}

.tft-cf7-form-design__one .wpcf7-form p {
  margin-bottom: 10px;
}
.tft-cf7-form-design__one .wpcf7-form input[type=email],
.tft-cf7-form-design__one .wpcf7-form input[type=text],
.tft-cf7-form-design__one .wpcf7-form input[type=phone],
.tft-cf7-form-design__one .wpcf7-form textarea {
  width: 100%;
  padding: 12px 10px;
  color: var(--tf-text-paragraph);
  background-color: var(--tf-color-white);
  padding: 14px 14px 14px 14px;
  border-radius: 10px 10px 10px 10px;
  border: 1px solid var(--tf-border-lite);
}
.tft-cf7-form-design__one .wpcf7-form textarea {
  height: 100px;
}
.tft-cf7-form-design__one .wpcf7-form .tft-fields-group {
  margin-bottom: 20px;
}
.tft-cf7-form-design__one .wpcf7-form .tft-fields-group .tft-field p {
  margin: 0;
}
.tft-cf7-form-design__one .wpcf7-form .tft-fields-group.tft-clmn-1 {
  display: flex;
}
.tft-cf7-form-design__one .wpcf7-form .tft-fields-group.tft-clmn-1 .tft-field {
  flex-basis: 100%;
}
.tft-cf7-form-design__one .wpcf7-form .tft-fields-group.tft-clmn-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
}
.tft-cf7-form-design__one .wpcf7-form .tft-fields-group.tft-clmn-2 .tft-field {
  flex-basis: 50%;
}
.tft-cf7-form-design__one .wpcf7-form .wpcf7-submit {
  padding: 12px 24px;
  border-radius: 10px;
  font-size: 1rem;
  font-weight: 700;
  background: var(--tf-primary);
  color: var(--tf-color-white);
  transition: all 0.3s ease;
}
.tft-cf7-form-design__one .wpcf7-form .wpcf7-submit:hover {
  background: var(--tf-brand-dark);
  cursor: pointer;
}
.tft-cf7-form-design__one .wpcf7-form .wpcf7-submit.footer__form__button {
  margin-top: 15px;
}
.tft-cf7-form-design__one .tft-fields-subscriptions .tft-email {
  flex-basis: 100%;
  width: 100%;
}
.tft-cf7-form-design__one .tft-fields-subscriptions .tft-btn {
  position: absolute;
  right: 4px;
  top: 4px;
}
.tft-cf7-form-design__one .tft-fields-subscriptions .wpcf7-submit {
  padding: 12px 16px;
  width: 100%;
  color: var(--tf-color-white);
}
.tft-cf7-form-design__one span.wpcf7-spinner {
  position: absolute;
}

#tf-cf7-contact-form p {
  margin-bottom: 16px;
}
#tf-cf7-contact-form p:last-child {
  margin-bottom: 0;
}
#tf-cf7-contact-form p label {
  font-weight: 600;
}
#tf-cf7-contact-form p label .wpcf7-form-control-wrap {
  position: relative;
  display: block;
  margin-top: 6px;
}
#tf-cf7-contact-form p label .wpcf7-form-control-wrap input,
#tf-cf7-contact-form p label .wpcf7-form-control-wrap textarea {
  display: flex;
  padding: 12px 14px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  width: 100%;
  border: 1px solid var(--tf-border-lite);
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  background-color: transparent;
  border-radius: unset;
  font-weight: 400;
}
#tf-cf7-contact-form p input[type=submit] {
  display: flex;
  width: 100%;
  padding: 12px 32px;
  justify-content: center;
  align-items: flex-end;
  gap: 8px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  background: var(--tf-primary);
  color: var(--tf-color-white);
  cursor: pointer;
}
#tf-cf7-contact-form p .wpcf7-spinner {
  position: absolute;
}

.tft-subscribe {
  margin-top: 32px;
}
@media only screen and (max-width: 767.98px) {
  .tft-subscribe {
    margin-top: 16px;
  }
}
.tft-subscribe p {
  position: relative;
  display: flex;
}
@media only screen and (max-width: 767.98px) {
  .tft-subscribe p {
    flex-direction: row;
    gap: 0;
  }
}
.tft-subscribe p label {
  margin-bottom: 0;
}
.tft-subscribe p label input[type=email] {
  width: 276px;
  background-color: #FAEEDC;
  color: var(--tf-text-paragraph);
  height: 56px;
  padding: 16px;
  margin: 0;
  border-radius: 0;
}
@media (max-width: 1366px) {
  .tft-subscribe p label input[type=email] {
    min-width: auto;
    min-height: 40px;
    padding: 8px 16px;
    height: auto;
  }
}
@media (max-width: 1260px) {
  .tft-subscribe p label input[type=email] {
    width: 180px;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-subscribe p label input[type=email] {
    width: 276px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-subscribe p label input[type=email] {
    width: 100%;
  }
}
.tft-subscribe p label input[type=email]::placeholder {
  color: var(--tf-text-paragraph);
}
.tft-subscribe p label .wpcf7-not-valid-tip {
  margin: 10px 0;
}
.tft-subscribe p input[type=submit] {
  min-width: max-content;
  margin: 0;
  padding: 16px 48px;
  height: 56px;
  cursor: pointer;
  min-width: 170px;
  border-radius: 0;
}
@media (max-width: 1366px) {
  .tft-subscribe p input[type=submit] {
    min-width: auto;
    min-height: 40px;
    padding: 8px 16px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .tft-subscribe p input[type=submit] {
    padding: 8px 20px;
  }
}
.tft-subscribe p input[type=submit]:hover {
  background-color: var(--tf-brand-dark);
}
.tft-subscribe p .wpcf7-spinner {
  position: absolute;
  top: 100%;
  margin-left: 6px;
  margin-top: 15px;
}
.tft-subscribe.tft-subscribe-design-two p {
  gap: 8px;
}
.tft-subscribe.tft-subscribe-design-two p label input[type=email] {
  background-color: #8999A9;
  border-radius: 8px;
  color: #DFE6ED;
  min-width: 217px;
}
@media (max-width: 1366px) {
  .tft-subscribe.tft-subscribe-design-two p label input[type=email] {
    min-width: auto;
    min-height: 40px;
    padding: 8px 16px;
    height: auto;
  }
}
@media (max-width: 1260px) {
  .tft-subscribe.tft-subscribe-design-two p label input[type=email] {
    width: 180px;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-subscribe.tft-subscribe-design-two p label input[type=email] {
    width: 260px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-subscribe.tft-subscribe-design-two p label input[type=email] {
    width: 100%;
  }
}
.tft-subscribe.tft-subscribe-design-two p label input[type=email]::placeholder {
  color: #DFE6ED;
}
.tft-subscribe.tft-subscribe-design-two p input[type=submit] {
  border-radius: 8px;
  padding: 16px 32px;
  min-width: 144px;
}
@media (max-width: 1366px) {
  .tft-subscribe.tft-subscribe-design-two p input[type=submit] {
    min-width: auto;
    min-height: 40px;
    padding: 8px 16px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .tft-subscribe.tft-subscribe-design-two p input[type=submit] {
    padding: 8px 20px;
  }
}

.tft-popular-hotels-design__one {
  background-repeat: no-repeat;
  background-position: top right;
}
.tft-popular-hotels-design__one .tft-popular-hotel-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media only screen and (max-width: 767.98px) {
  .tft-popular-hotels-design__one .tft-popular-hotel-header {
    margin-bottom: 24px;
  }
}
.tft-popular-hotels-design__one .tft-popular-hotel-header .tft-hotel-header {
  width: 60%;
}
@media only screen and (max-width: 991.98px) {
  .tft-popular-hotels-design__one .tft-popular-hotel-header .tft-hotel-header {
    width: auto;
  }
}
.tft-popular-hotels-design__one .tft-popular-hotel-header .tft-hotel-header h3 {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.16px;
  color: var(--tf-primary);
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .tft-popular-hotels-design__one .tft-popular-hotel-header .tft-hotel-header h3 {
    font-size: 0.5rem;
  }
}
.tft-popular-hotels-design__one .tft-popular-hotel-header .tft-hotel-header h2 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--tf-text-heading);
  margin-bottom: 24px;
  margin-top: 8px;
}
@media (max-width: 1366px) {
  .tft-popular-hotels-design__one .tft-popular-hotel-header .tft-hotel-header h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-popular-hotels-design__one .tft-popular-hotel-header .tft-hotel-header h2 {
    font-size: 1.5rem;
    margin-bottom: 16px;
  }
}
.tft-popular-hotels-design__one .tft-popular-hotel-header .tft-hotel-header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (max-width: 991.98px) {
  .tft-popular-hotels-design__one .tft-popular-hotel-header .tft-hotel-header ul {
    gap: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-popular-hotels-design__one .tft-popular-hotel-header .tft-hotel-header ul {
    gap: 8px;
  }
}
.tft-popular-hotels-design__one .tft-popular-hotel-header .tft-hotel-header ul li .tft-btn {
  padding: 12px 32px;
  min-height: 48px;
  min-width: auto;
}
@media only screen and (max-width: 991.98px) {
  .tft-popular-hotels-design__one .tft-popular-hotel-header .tft-hotel-header ul li .tft-btn {
    padding: 8px 12px;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-popular-hotels-design__one .tft-popular-hotel-header .tft-hotel-header ul li .tft-btn {
    min-height: 36px;
    align-items: end;
  }
}
.tft-popular-hotels-design__one .tft-popular-hotel-header .tft-hotel-header ul li .tft-btn:hover {
  background-color: var(--tf-brand-dark);
  color: var(--tf-color-white);
}
.tft-popular-hotels-design__one .tft-popular-hotel-header .tft-hotel-header ul li .tft-btn.active {
  background-color: var(--tf-primary);
}
.tft-popular-hotels-design__one .tft-popular-hotel-header .tft-hotel-header ul li .tft-btn.active:hover {
  background-color: var(--tf-primary);
}
.tft-popular-hotels-design__one .tft-popular-hotel-header .read-more a {
  background-color: var(--tf-primary);
  font-weight: 700;
  color: var(--tf-color-white);
}
.tft-popular-hotels-design__one .tft-popular-hotel-header .read-more a:hover {
  background-color: var(--tf-brand-dark);
}
.tft-popular-hotels-design__one .tft-popular-hotel-header .read-more a span {
  line-height: 0;
}
@media only screen and (max-width: 1024.98px) {
  .tft-popular-hotels-design__one .tft-popular-hotel-header .read-more a span svg {
    width: 32px;
  }
}
.tft-popular-hotels-design__one .tft-popular-hotels-items {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 40px;
  row-gap: 48px;
}
@media only screen and (max-width: 1024.98px) {
  .tft-popular-hotels-design__one .tft-popular-hotels-items {
    grid-template-columns: auto auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-popular-hotels-design__one .tft-popular-hotels-items {
    grid-template-columns: auto;
    gap: 24px;
  }
}
.tft-popular-hotels-design__one .tft-popular-hotels-items .tft-popular-single-item .tft-popular-single-item-inner {
  padding-bottom: 85px;
  position: relative;
}
.tft-popular-hotels-design__one .tft-popular-hotels-items .tft-popular-single-item .tft-popular-single-item-inner .tft-popular-thumbnail {
  height: 550px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 56px;
  padding-right: 56px;
  display: block;
}
@media (max-width: 1650px) {
  .tft-popular-hotels-design__one .tft-popular-hotels-items .tft-popular-single-item .tft-popular-single-item-inner .tft-popular-thumbnail {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-popular-hotels-design__one .tft-popular-hotels-items .tft-popular-single-item .tft-popular-single-item-inner .tft-popular-thumbnail {
    height: 390px;
  }
}
.tft-popular-hotels-design__one .tft-popular-hotels-items .tft-popular-single-item .tft-popular-single-item-inner .tft-hotel-details {
  background-color: #FCF4E8;
  padding: 32px;
  position: absolute;
  left: 56px;
  right: 56px;
  bottom: 0;
  overflow: hidden;
  min-height: 213px;
}
@media (max-width: 1650px) {
  .tft-popular-hotels-design__one .tft-popular-hotels-items .tft-popular-single-item .tft-popular-single-item-inner .tft-hotel-details {
    left: 24px;
    right: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-popular-hotels-design__one .tft-popular-hotels-items .tft-popular-single-item .tft-popular-single-item-inner .tft-hotel-details {
    padding: 16px;
    left: 30px;
    right: 30px;
    min-height: auto;
  }
}
.tft-popular-hotels-design__one .tft-popular-hotels-items .tft-popular-single-item .tft-popular-single-item-inner .tft-hotel-details .tft-ratings span {
  color: var(--tf-text-paragraph);
}
.tft-popular-hotels-design__one .tft-popular-hotels-items .tft-popular-single-item .tft-popular-single-item-inner .tft-hotel-details .tft-ratings span i {
  color: #FFC700;
}
.tft-popular-hotels-design__one .tft-popular-hotels-items .tft-popular-single-item .tft-popular-single-item-inner .tft-hotel-details h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--tf-text-heading);
  margin-bottom: 16px;
  margin-top: 8px;
}
@media (max-width: 1366px) {
  .tft-popular-hotels-design__one .tft-popular-hotels-items .tft-popular-single-item .tft-popular-single-item-inner .tft-hotel-details h3 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-popular-hotels-design__one .tft-popular-hotels-items .tft-popular-single-item .tft-popular-single-item-inner .tft-hotel-details h3 {
    font-size: 1.5rem;
  }
}
.tft-popular-hotels-design__one .tft-popular-hotels-items .tft-popular-single-item .tft-popular-single-item-inner .tft-hotel-details h3.tft-title-split {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tft-popular-hotels-design__one .tft-popular-hotels-items .tft-popular-single-item .tft-popular-single-item-inner .tft-hotel-details h3.tft-title-split:hover {
  color: var(--tf-primary);
}
.tft-popular-hotels-design__one .tft-popular-hotels-items .tft-popular-single-item .tft-popular-single-item-inner .tft-hotel-details h3 a {
  color: inherit;
}
.tft-popular-hotels-design__one .tft-popular-hotels-items .tft-popular-single-item .tft-popular-single-item-inner .tft-hotel-details h3:hover a {
  color: var(--tf-primary);
}
.tft-popular-hotels-design__one .tft-popular-hotels-items .tft-popular-single-item .tft-popular-single-item-inner .tft-hotel-details .tft-locations {
  display: flex;
  margin: 0;
  color: var(--tf-text-paragraph);
}
.tft-popular-hotels-design__one .tft-popular-hotels-items .tft-popular-single-item .tft-popular-single-item-inner .tft-hotel-details .tft-locations svg {
  margin-right: 8px;
}
.tft-popular-hotels-design__one .tft-popular-hotels-items .tft-popular-single-item .tft-popular-single-item-inner .tft-hotel-details .tft-locations span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tft-popular-hotels-design__one .tft-popular-hotels-items .tft-popular-single-item .tft-popular-single-item-inner .tft-hotel-details .tour-time {
  display: flex;
  margin: 0;
  color: var(--tf-text-paragraph);
}
.tft-popular-hotels-design__one .tft-popular-hotels-items .tft-popular-single-item .tft-popular-single-item-inner .tft-hotel-details .tour-time svg {
  margin-right: 8px;
}
.tft-popular-hotels-design__one .tft-popular-hotels-items .tft-popular-single-item .tft-popular-single-item-inner .tft-hotel-details .tour-time span {
  margin-left: 3px;
}
.tft-popular-hotels-design__one .tft-popular-hotels-items .tft-popular-single-item .tft-popular-single-item-inner .tft-hotel-details .tf-others-details {
  max-height: 0;
  overflow: hidden;
  padding-top: 0px;
  transition: max-height 0.6s ease;
}
@media only screen and (max-width: 991.98px) {
  .tft-popular-hotels-design__one .tft-popular-hotels-items .tft-popular-single-item .tft-popular-single-item-inner .tft-hotel-details .tf-others-details a {
    font-size: 0.75rem;
  }
}
.tft-popular-hotels-design__one .tft-popular-hotels-items .tft-popular-single-item .tft-popular-single-item-inner .tft-hotel-details .tf-others-details a.btn-view-details {
  display: block;
  padding: 12px 32px;
  background-color: var(--tf-primary);
  color: var(--tf-color-white);
  font-weight: 700;
  text-align: center;
  margin-top: 16px;
  transition: 0.3s all ease;
}
.tft-popular-hotels-design__one .tft-popular-hotels-items .tft-popular-single-item .tft-popular-single-item-inner .tft-hotel-details .tf-others-details a.btn-view-details:hover {
  background: var(--tf-brand-dark);
}
.tft-popular-hotels-design__one .tft-popular-hotels-items .tft-popular-single-item .tft-popular-single-item-inner .tft-hotel-details .tf-others-details ul {
  display: grid;
  grid-template-columns: auto auto;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 12px;
  padding-top: 16px;
}
.tft-popular-hotels-design__one .tft-popular-hotels-items .tft-popular-single-item .tft-popular-single-item-inner .tft-hotel-details .tf-others-details ul li {
  line-height: 1.3;
  color: var(--tf-text-paragraph);
  display: flex;
}
@media only screen and (max-width: 991.98px) {
  .tft-popular-hotels-design__one .tft-popular-hotels-items .tft-popular-single-item .tft-popular-single-item-inner .tft-hotel-details .tf-others-details ul li {
    font-size: 14px;
  }
}
.tft-popular-hotels-design__one .tft-popular-hotels-items .tft-popular-single-item .tft-popular-single-item-inner .tft-hotel-details .tf-others-details ul li img {
  width: 20px;
  margin-right: 8px;
}
.tft-popular-hotels-design__one .tft-popular-hotels-items .tft-popular-single-item .tft-popular-single-item-inner .tft-hotel-details .tf-others-details ul li i {
  margin-right: 8px;
}
.tft-popular-hotels-design__one .tft-popular-hotels-items .tft-popular-single-item:hover .tft-hotel-details .tf-others-details {
  max-height: 200px;
}
.tft-popular-hotels-design__two {
  margin-bottom: -30px;
}
.tft-popular-hotels-design__two .container {
  overflow: hidden;
}
@media (max-width: 640px) {
  .tft-popular-hotels-design__two .container {
    padding: 0;
  }
}
.tft-popular-hotels-design__two .tft-heading-content {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199.98px) {
  .tft-popular-hotels-design__two .tft-heading-content {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-popular-hotels-design__two .tft-heading-content {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-popular-hotels-design__two .tft-heading-content {
    margin-bottom: 10px;
  }
}
.tft-popular-hotels-design__two .tft-heading-content h3 {
  color: var(--tf-primary);
}
.tft-popular-hotels-design__two .tft-heading-content h2 {
  margin-left: auto;
  margin-right: auto;
  color: var(--tf-text-heading);
}
.tft-popular-hotels-design__two .tft-heading-content h2::after {
  left: 50%;
  transform: translateX(-50%);
}
.tft-popular-hotels-design__two .tft-destination-content {
  position: relative;
}
.tft-popular-hotels-design__two .slick-dotted.slick-slider {
  padding-bottom: 30px;
}
@media only screen and (max-width: 991.98px) {
  .tft-popular-hotels-design__two .slick-dotted.slick-slider {
    margin-bottom: 50px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-popular-hotels-design__two .slick-dotted.slick-slider {
    margin-bottom: 50px;
    padding-bottom: 10px;
  }
}
.tft-popular-hotels-design__two .tft-destination-slider {
  display: flex;
  gap: 24px;
}
.tft-popular-hotels-design__two .tft-destination-slider .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.tft-popular-hotels-design__two .tft-destination-slider .slick-list {
  margin: 0 -12px !important;
  padding: 30px 0;
}
.tft-popular-hotels-design__two .tft-destination-slider .slick-slide {
  margin: 0 12px !important;
  height: auto;
}
@media (max-width: 640px) {
  .tft-popular-hotels-design__two .tft-destination-slider .slick-slide {
    margin: 15px 7.5px !important;
  }
}
.tft-popular-hotels-design__two .tft-destination-slider .slick-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 50px;
}
.tft-popular-hotels-design__two .tft-destination-slider .slick-dots li {
  width: 30px;
  height: 30px;
  border: 2px dashed transparent;
  text-align: center;
  border-radius: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.tft-popular-hotels-design__two .tft-destination-slider .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #FAEEDC;
  border-radius: 50%;
}
.tft-popular-hotels-design__two .tft-destination-slider .slick-dots li button::before {
  display: none;
}
.tft-popular-hotels-design__two .tft-destination-slider .slick-dots li.slick-active {
  border-color: var(--tf-primary);
}
.tft-popular-hotels-design__two .tft-destination-slider .slick-dots li.slick-active button {
  background: var(--tf-primary);
}
.tft-popular-hotels-design__two .tft-destination-slider .tft-single-destination {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: var(--tf-color-white);
  box-shadow: 0px 5px 35px 0px rgba(157, 143, 132, 0.15);
  padding: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex: 1;
}
@media only screen and (max-width: 767.98px) {
  .tft-popular-hotels-design__two .tft-destination-slider .tft-single-destination {
    padding: 16px;
  }
}
.tft-popular-hotels-design__two .tft-destination-slider .tft-single-destination .tft-destination-thumbnail {
  position: relative;
  line-height: 0;
}
.tft-popular-hotels-design__two .tft-destination-slider .tft-single-destination .tft-destination-thumbnail img {
  height: 280px;
  width: 100%;
  object-fit: cover;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
@media (max-width: 640px) {
  .tft-popular-hotels-design__two .tft-destination-slider .tft-single-destination .tft-destination-thumbnail img {
    height: 200px;
  }
}
.tft-popular-hotels-design__two .tft-destination-slider .tft-single-destination .tft-destination-thumbnail .tft-destination-featured {
  position: absolute;
  left: 30px;
  top: 30px;
}
.tft-popular-hotels-design__two .tft-destination-slider .tft-single-destination .tft-destination-thumbnail .tft-destination-featured .tft-featured {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  padding: 8px 16px 7px 16px;
  background: var(--tf-primary);
  color: var(--tf-color-white);
  font-size: 0.813rem;
  font-weight: 700;
  text-transform: uppercase;
}
.tft-popular-hotels-design__two .tft-destination-slider .tft-single-destination .tft-destination-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-direction: column;
  flex: 1;
}
.tft-popular-hotels-design__two .tft-destination-slider .tft-single-destination .tft-destination-content .tft-destination-top-info {
  margin-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767.98px) {
  .tft-popular-hotels-design__two .tft-destination-slider .tft-single-destination .tft-destination-content .tft-destination-top-info {
    margin-bottom: 20px;
  }
}
.tft-popular-hotels-design__two .tft-destination-slider .tft-single-destination .tft-destination-content .tft-destination-top-info .tft-destination-rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 5px;
}
.tft-popular-hotels-design__two .tft-destination-slider .tft-single-destination .tft-destination-content .tft-destination-top-info .tft-destination-rating i {
  color: var(--tf-primary);
  font-size: 0.875rem;
}
.tft-popular-hotels-design__two .tft-destination-slider .tft-single-destination .tft-destination-content .tft-destination-top-info .tft-destination-location {
  display: block;
  color: var(--tf-text-paragraph);
  font-size: 1rem;
  margin-top: 8px;
  text-transform: capitalize;
}
.tft-popular-hotels-design__two .tft-destination-slider .tft-single-destination .tft-destination-content .tft-destination-top-info .tft-destination-location i {
  color: var(--tf-primary);
  float: left;
  margin-right: 6px;
  margin-top: 1px;
}
.tft-popular-hotels-design__two .tft-destination-slider .tft-single-destination .tft-destination-content .tft-destination-top-info .tft-destination-location span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--tf-text-paragraph);
}
.tft-popular-hotels-design__two .tft-destination-slider .tft-single-destination .tft-destination-content .tft-destination-top-info .tft-destination-title {
  font-size: 1.5rem;
  margin-bottom: 0px;
  margin-top: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: var(--tf-text-heading);
}
.tft-popular-hotels-design__two .tft-destination-slider .tft-single-destination .tft-destination-content .tft-destination-top-info .tft-destination-title a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: inherit;
  text-transform: capitalize;
  color: inherit;
}
.tft-popular-hotels-design__two .tft-destination-slider .tft-single-destination .tft-destination-content .tft-destination-top-info .tft-destination-title a:hover {
  color: var(--tf-primary);
}
.tft-popular-hotels-design__two .tft-destination-slider .tft-single-destination .tft-destination-content .tft-destination-bottom-info {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid var(--tf-border-lite);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  gap: 10px;
  padding: 30px;
}
@media only screen and (max-width: 767.98px) {
  .tft-popular-hotels-design__two .tft-destination-slider .tft-single-destination .tft-destination-content .tft-destination-bottom-info {
    padding: 16px;
  }
}
.tft-popular-hotels-design__two .tft-destination-slider .tft-single-destination .tft-destination-content .tft-destination-bottom-info .tft-destination-price .tft-destination-price-title {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 10px;
  text-transform: none;
  color: var(--tf-text-paragraph);
}
.tft-popular-hotels-design__two .tft-destination-slider .tft-single-destination .tft-destination-content .tft-destination-bottom-info .tft-destination-price .tft-destination-price-value {
  color: var(--tf-primary);
  font-size: 1.25rem;
  text-transform: none;
  font-weight: 700;
}
.tft-popular-hotels-design__two .tft-destination-slider .tft-single-destination .tft-destination-content .tft-destination-bottom-info .tft-destination-btn .tft-btn {
  background: rgba(250, 100, 0, 0.1);
  color: var(--tf-primary);
  min-width: 136px;
  min-height: 50px;
  text-transform: capitalize;
}
.tft-popular-hotels-design__two .tft-destination-slider .tft-single-destination .tft-destination-content .tft-destination-bottom-info .tft-destination-btn .tft-btn:hover {
  background: var(--tf-brand-dark);
  color: var(--tf-color-white);
}
.tft-popular-hotels-design__two .tft-destination-slider.tft-slider-disable {
  overflow: initial;
}
.tft-popular-hotels-design__two .tft-destination-slider.tft-slider-disable .slick-track {
  width: 100%;
}
.tft-popular-hotels-design__two .tft-destination-slider.tft-slider-disable .slick-list {
  width: 100%;
}

.tft-room-section .tft-room-items {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media only screen and (min-width: 576px) {
  .tft-room-section .tft-room-items::before {
    position: absolute;
    content: "";
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #153D3A;
    z-index: 1;
  }
}
.tft-room-section .slick-dotted.slick-slider {
  padding-bottom: 56px;
}
@media only screen and (max-width: 575.98px) {
  .tft-room-section .slick-dotted.slick-slider {
    padding-bottom: 32px;
  }
}
.tft-room-section .tft-room-slider .slick-slide {
  margin: 0 10px !important;
}
@media only screen and (min-width: 576px) {
  .tft-room-section .tft-room-slider .slick-slide {
    width: 470px;
    height: inherit !important;
  }
}
@media only screen and (min-width: 576px) {
  .tft-room-section .tft-room-slider .slick-list {
    overflow: visible;
  }
}
.tft-room-section .tft-room-slider .slick-list {
  padding: 0 !important;
}
.tft-room-section .tft-room-slider .slick-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 24px;
}
@media only screen and (max-width: 575.98px) {
  .tft-room-section .tft-room-slider .slick-dots {
    gap: 8px;
  }
}
.tft-room-section .tft-room-slider .slick-dots li {
  width: 48px;
  height: 16px;
  border: 1px solid #DCE5E5;
  text-align: center;
  border-radius: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 575.98px) {
  .tft-room-section .tft-room-slider .slick-dots li {
    width: 32px;
    height: 10px;
  }
}
.tft-room-section .tft-room-slider .slick-dots li button {
  width: 0px;
  height: 0px;
}
.tft-room-section .tft-room-slider .slick-dots li button::before {
  display: none;
}
.tft-room-section .tft-room-slider .slick-dots li.slick-active {
  border-color: var(--tf-links-color);
  background: var(--tf-links-color);
}
.tft-room-section .tft-room-slider .tft-single-room {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex: 1;
}
.tft-room-section .tft-room-slider .tft-single-room .tft-room-thumbnail {
  position: relative;
}
.tft-room-section .tft-room-slider .tft-single-room .tft-room-thumbnail img {
  height: 450px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 640px) {
  .tft-room-section .tft-room-slider .tft-single-room .tft-room-thumbnail img {
    height: 300px;
  }
}
.tft-room-section .tft-room-slider .tft-single-room .tft-room-thumbnail .tf-room-off {
  position: absolute;
  left: 0;
  top: 0;
  padding: 8px 12px;
  background: #126832;
  color: #F5FFFE;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
.tft-room-section .tft-room-slider .tft-single-room .tft-room-content {
  background-color: #0D2624;
  padding: 24px 32px 32px 32px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-direction: column;
  flex: 1;
  min-height: 282px;
}
.tft-room-section .tft-room-slider .tft-single-room .tft-room-content .tft-room-title-wrap {
  display: flex;
  gap: 24px;
  margin-bottom: 16px;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.tft-room-section .tft-room-slider .tft-single-room .tft-room-content .tft-room-title {
  margin: 0px;
  font-size: 1.563rem;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #F5FFFE;
  -webkit-text-fill-color: #F5FFFE;
}
.tft-room-section .tft-room-slider .tft-single-room .tft-room-content .tft-room-title a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #F5FFFE;
}
.tft-room-section .tft-room-slider .tft-single-room .tft-room-content .tft-room-title a:hover {
  color: var(--tf-links-color) !important;
}
.tft-room-section .tft-room-slider .tft-single-room .tft-room-content .tf-room-price {
  color: #8A9393;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.tft-room-section .tft-room-slider .tft-single-room .tft-room-content .tf-room-price .tf-price {
  display: flex;
  gap: 4px;
  align-items: flex-end;
}
@media only screen and (max-width: 767.98px) {
  .tft-room-section .tft-room-slider .tft-single-room .tft-room-content .tf-room-price .tf-price {
    align-items: flex-start;
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.tft-room-section .tft-room-slider .tft-single-room .tft-room-content .tf-room-price .sale-price,
.tft-room-section .tft-room-slider .tft-single-room .tft-room-content .tf-room-price .discount-price {
  color: var(--tf-links-color);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}
.tft-room-section .tft-room-slider .tft-single-room .tft-room-content ul {
  display: flex;
  margin-bottom: 56px;
}
.tft-room-section .tft-room-slider .tft-single-room .tft-room-content ul li {
  color: #8A9393;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.tft-room-section .tft-room-slider .tft-single-room .tft-room-content .tft-room-btn .tft-btn {
  border-radius: 72px;
  border: 2px solid var(--tf-links-color);
  background-color: var(--tf-primary);
}
.tft-room-section .tft-room-slider .tft-single-room .tft-room-content .tft-room-btn .tft-btn:hover {
  background-color: var(--tf-primary) !important;
  box-shadow: 0 40px 40px 0 color-mix(in srgb, var(--tf-links-color) 16%, transparent), 0 32px 32px 0 color-mix(in srgb, var(--tf-links-color) 14%, transparent), 0 24px 24px 0 color-mix(in srgb, var(--tf-links-color) 12%, transparent), 0 20px 20px 0 color-mix(in srgb, var(--tf-links-color) 10%, transparent), 0 16px 16px 0 color-mix(in srgb, var(--tf-links-color) 8%, transparent), 0 12px 12px 0 color-mix(in srgb, var(--tf-links-color) 6%, transparent), 0 8px 8px 0 color-mix(in srgb, var(--tf-links-color) 4%, transparent), 0 4px 4px 0 color-mix(in srgb, var(--tf-links-color) 2%, transparent);
}
.tft-room-section .tft-room-slider.tft-slider-disable {
  overflow: initial;
}
.tft-room-section .tft-room-slider.tft-slider-disable .slick-track {
  width: 100%;
}
.tft-room-section .tft-room-slider.tft-slider-disable .slick-list {
  width: 100%;
}

.tft-icon-text-design__one .tft-icon-text-items {
  flex-wrap: wrap;
  column-gap: 20px;
}
@media only screen and (max-width: 767.98px) {
  .tft-icon-text-design__one .tft-icon-text-items {
    row-gap: 20px;
  }
}
.tft-icon-text-design__one .tft-icon-text-items .tft-icon-text-single {
  flex-basis: 31.33%;
  border: 1px solid var(--tf-border-lite);
  box-shadow: 0px 32px 64px rgba(90, 91, 106, 0.08);
  border-radius: 16px;
  transition: all 0.6s ease;
  cursor: pointer;
}
@media only screen and (max-width: 767.98px) {
  .tft-icon-text-design__one .tft-icon-text-items .tft-icon-text-single {
    flex-basis: 100%;
    margin: 10px 0px;
  }
}
.tft-icon-text-design__one .tft-icon-text-items .tft-icon-text-single:hover {
  background: #1d2a3b;
  transition: all 0.6s ease;
  border-radius: 20px;
}
.tft-icon-text-design__one .tft-icon-text-items .tft-icon-text-single:hover h3 {
  color: var(--tf-color-white);
}
.tft-icon-text-design__one .tft-icon-text-items .tft-icon-text-single:hover p {
  color: var(--tf-color-white);
}
.tft-icon-text-design__one .tft-icon-text-items .tft-icon-text-single .tft-icon-text-single-inner {
  padding: 64px 40px;
}
.tft-icon-text-design__one .tft-icon-text-items .tft-icon-text-single .tft-icon-text-single-inner .icon_outter {
  background: radial-gradient(52.1% 52.66% at 80.79% 21.03%, var(--tf-brand-dark) 6.09%, var(--tf-primary) 100%);
  box-shadow: 0px 18px 80px rgba(0, 0, 0, 0.12);
  width: 126px;
  height: 126px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100% 0% 100% 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767.98px) {
  .tft-icon-text-design__one .tft-icon-text-items .tft-icon-text-single .tft-icon-text-single-inner .icon_outter {
    width: 90px;
    height: 90px;
  }
}
.tft-icon-text-design__one .tft-icon-text-items .tft-icon-text-single .tft-icon-text-single-inner .icon_outter img {
  height: 48px;
  width: 48px;
  object-fit: cover;
}
@media only screen and (max-width: 767.98px) {
  .tft-icon-text-design__one .tft-icon-text-items .tft-icon-text-single .tft-icon-text-single-inner .icon_outter img {
    height: 35px;
    width: 35px;
  }
}
.tft-icon-text-design__one .tft-icon-text-items .tft-icon-text-single .tft-icon-text-single-inner .icon_outter .tft-icon i {
  transition: all 0.6s ease;
}
.tft-icon-text-design__one .tft-icon-text-items .tft-icon-text-single .tft-icon-text-single-inner h3 {
  margin-top: 20px;
  transition: all 0.6s ease;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.tft-icon-text-design__one .tft-icon-text-items .tft-icon-text-single .tft-icon-text-single-inner p {
  transition: all 0.6s ease;
}
.tft-icon-text-design__two {
  background-position: bottom;
}
@media (max-width: 1399px) {
  .tft-icon-text-design__two {
    background-position: left;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-icon-text-design__two {
    background-position: bottom;
  }
}
.tft-icon-text-design__two .tft-heading-content {
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1199.98px) {
  .tft-icon-text-design__two .tft-heading-content {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-icon-text-design__two .tft-heading-content {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-icon-text-design__two .tft-heading-content {
    margin-bottom: 40px;
  }
}
.tft-icon-text-design__two .tft-heading-content h3 {
  color: var(--tf-primary);
}
.tft-icon-text-design__two .tft-heading-content h2 {
  margin-left: auto;
  margin-right: auto;
  color: var(--tf-text-heading);
}
.tft-icon-text-design__two .tft-heading-content h2::after {
  width: 195px;
  height: 34px;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1399px) {
  .tft-icon-text-design__two .tft-heading-content h2::after {
    top: 15px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .tft-icon-text-design__two .tft-heading-content h2::after {
    width: 160px;
    height: 30px;
    top: 13px;
  }
}
.tft-icon-text-design__two .tft-icon-text-items {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 1199.98px) {
  .tft-icon-text-design__two .tft-icon-text-items {
    gap: 30px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-icon-text-design__two .tft-icon-text-items {
    padding-bottom: 120px;
  }
}
.tft-icon-text-design__two .tft-icon-text-items .tft-icon-text-single {
  max-width: 299px;
}
@media only screen and (max-width: 991.98px) {
  .tft-icon-text-design__two .tft-icon-text-items .tft-icon-text-single {
    width: calc(50% - 15px);
    max-width: 100%;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-icon-text-design__two .tft-icon-text-items .tft-icon-text-single {
    max-width: 100%;
    width: 100%;
  }
}
.tft-icon-text-design__two .tft-icon-text-items .tft-icon-text-single .icon_outter {
  width: 160px;
  height: 160px;
  border: 2px dashed transparent;
  margin: auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 1199.98px) {
  .tft-icon-text-design__two .tft-icon-text-items .tft-icon-text-single .icon_outter {
    width: 140px;
    height: 140px;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-icon-text-design__two .tft-icon-text-items .tft-icon-text-single .icon_outter {
    width: 120px;
    height: 120px;
  }
}
.tft-icon-text-design__two .tft-icon-text-items .tft-icon-text-single .icon_outter .img-box {
  width: 120px;
  height: 120px;
  margin: auto;
  background-color: var(--tf-color-white);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: drop-shadow(0px 5px 35px var(--tf-box-shadow-color));
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media only screen and (max-width: 1199.98px) {
  .tft-icon-text-design__two .tft-icon-text-items .tft-icon-text-single .icon_outter .img-box {
    width: 105px;
    height: 105px;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-icon-text-design__two .tft-icon-text-items .tft-icon-text-single .icon_outter .img-box {
    width: 95px;
    height: 95px;
  }
}
.tft-icon-text-design__two .tft-icon-text-items .tft-icon-text-single h3 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 1.5rem;
  color: var(--tf-text-heading);
}
@media only screen and (max-width: 991.98px) {
  .tft-icon-text-design__two .tft-icon-text-items .tft-icon-text-single h3 {
    font-size: 1.375rem;
    margin-top: 18px;
    margin-bottom: 18px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-icon-text-design__two .tft-icon-text-items .tft-icon-text-single h3 {
    font-size: 1.25rem;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.tft-icon-text-design__two .tft-icon-text-items .tft-icon-text-single p {
  margin-bottom: 0;
  color: var(--tf-text-paragraph);
}
@media only screen and (max-width: 767.98px) {
  .tft-icon-text-design__two .tft-icon-text-items .tft-icon-text-single p {
    max-width: 340px;
    margin: auto;
  }
}
.tft-icon-text-design__two .tft-icon-text-items .tft-icon-text-single:hover .icon_outter {
  border: 2px dashed var(--tf-primary);
}

.tft-latest-posts-design__one .tft-latest-post-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 767.98px) {
  .tft-latest-posts-design__one .tft-latest-post-items {
    display: block;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-latest-posts-design__one .tft-latest-post-items .tft-post-single-item {
    margin: 20px 0px;
  }
}
.tft-latest-posts-design__one .tft-latest-post-items .tft-post-single-item:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 3;
}
.tft-latest-posts-design__one .tft-latest-post-items .tft-post-single-item:nth-child(2), .tft-latest-posts-design__one .tft-latest-post-items .tft-post-single-item:nth-child(3) {
  height: 260px;
}
@media only screen and (max-width: 767.98px) {
  .tft-latest-posts-design__one .tft-latest-post-items .tft-post-single-item:nth-child(2), .tft-latest-posts-design__one .tft-latest-post-items .tft-post-single-item:nth-child(3) {
    height: 362px;
  }
}
.tft-latest-posts-design__one .tft-latest-post-items .tft-post-single-item:nth-child(2) .tft-post-thumbnail a, .tft-latest-posts-design__one .tft-latest-post-items .tft-post-single-item:nth-child(3) .tft-post-thumbnail a {
  height: 260px;
}
@media only screen and (max-width: 767.98px) {
  .tft-latest-posts-design__one .tft-latest-post-items .tft-post-single-item:nth-child(2) .tft-post-thumbnail a, .tft-latest-posts-design__one .tft-latest-post-items .tft-post-single-item:nth-child(3) .tft-post-thumbnail a {
    height: 362px;
  }
}
.tft-latest-posts-design__one .tft-latest-post-items .tft-post-single-item:nth-child(2) .tft-post-thumbnail a img, .tft-latest-posts-design__one .tft-latest-post-items .tft-post-single-item:nth-child(3) .tft-post-thumbnail a img {
  height: 260px;
}
@media only screen and (max-width: 767.98px) {
  .tft-latest-posts-design__one .tft-latest-post-items .tft-post-single-item:nth-child(2) .tft-post-thumbnail a img, .tft-latest-posts-design__one .tft-latest-post-items .tft-post-single-item:nth-child(3) .tft-post-thumbnail a img {
    height: 362px;
  }
}
.tft-latest-posts-design__one .tft-latest-post-items .tft-post-single-item:nth-child(4) {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 3;
}
.tft-latest-posts-design__one .tft-latest-post-items .tft-post-single-item .tft-post-thumbnail {
  position: relative;
}
.tft-latest-posts-design__one .tft-latest-post-items .tft-post-single-item .tft-post-thumbnail a {
  display: block;
  margin: 0px;
  position: relative;
  height: 540px;
}
@media only screen and (max-width: 767.98px) {
  .tft-latest-posts-design__one .tft-latest-post-items .tft-post-single-item .tft-post-thumbnail a {
    height: 362px;
  }
}
.tft-latest-posts-design__one .tft-latest-post-items .tft-post-single-item .tft-post-thumbnail a:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  border-radius: 10px;
}
.tft-latest-posts-design__one .tft-latest-post-items .tft-post-single-item .tft-post-thumbnail a img {
  width: 100%;
  object-fit: cover;
  height: 540px;
}
@media only screen and (max-width: 767.98px) {
  .tft-latest-posts-design__one .tft-latest-post-items .tft-post-single-item .tft-post-thumbnail a img {
    height: 362px;
  }
}
.tft-latest-posts-design__one .tft-latest-post-items .tft-post-single-item .tft-post-thumbnail a .tft-post-content-wrap {
  position: absolute;
  bottom: 20px;
  z-index: 999;
  padding: 0px 30px;
}
@media only screen and (max-width: 767.98px) {
  .tft-latest-posts-design__one .tft-latest-post-items .tft-post-single-item .tft-post-thumbnail a .tft-post-content-wrap {
    padding: 20px 20px;
    bottom: 0;
  }
}
.tft-latest-posts-design__one .tft-latest-post-items .tft-post-single-item .tft-post-thumbnail a .tft-post-content-wrap .tft-meta-wrap .tft-meta {
  margin-bottom: 10px;
  color: var(--tf-color-white);
}
.tft-latest-posts-design__one .tft-latest-post-items .tft-post-single-item .tft-post-thumbnail a .tft-post-content-wrap .tft-meta-wrap .tft-meta p {
  color: var(--tf-color-white);
}
.tft-latest-posts-design__one .tft-latest-post-items .tft-post-single-item .tft-post-thumbnail a .tft-post-content-wrap .tft-title {
  color: var(--tf-color-white);
  font-size: 1.25rem;
  font-weight: 700;
}
.tft-latest-posts-design__two {
  background: #FAEEDC;
}
.tft-latest-posts-design__two .tft-blog-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media only screen and (max-width: 767.98px) {
  .tft-latest-posts-design__two .tft-blog-header {
    margin-bottom: 24px;
  }
}
.tft-latest-posts-design__two .tft-blog-header .tft-news-header {
  width: 60%;
}
@media only screen and (max-width: 991.98px) {
  .tft-latest-posts-design__two .tft-blog-header .tft-news-header {
    width: auto;
  }
}
.tft-latest-posts-design__two .tft-blog-header .tft-news-header h3 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  color: var(--tf-primary);
  margin-bottom: 8px;
}
.tft-latest-posts-design__two .tft-blog-header .tft-news-header h2 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--tf-text-heading);
  margin: 0;
}
@media (max-width: 1366px) {
  .tft-latest-posts-design__two .tft-blog-header .tft-news-header h2 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .tft-latest-posts-design__two .tft-blog-header .tft-news-header h2 {
    font-size: 1.5rem;
  }
}
.tft-latest-posts-design__two .tft-blog-header .read-more a {
  background-color: var(--tf-primary);
  font-weight: 700;
  color: var(--tf-color-white);
}
@media only screen and (max-width: 991.98px) {
  .tft-latest-posts-design__two .tft-blog-header .read-more a {
    width: 96px;
    height: 96px;
  }
}
.tft-latest-posts-design__two .tft-blog-header .read-more a:hover {
  background-color: var(--tf-brand-dark);
}
.tft-latest-posts-design__two .tft-blog-header .read-more a span {
  line-height: 0;
}
@media only screen and (max-width: 991.98px) {
  .tft-latest-posts-design__two .tft-blog-header .read-more a span svg {
    width: 32px;
  }
}
.tft-latest-posts-design__two .tft-blog-gird-section .tft-post-single-item {
  background-color: var(--tf-color-white);
  height: 220px;
}
@media only screen and (max-width: 991.98px) {
  .tft-latest-posts-design__two .tft-blog-gird-section .tft-post-single-item {
    height: auto;
    margin: 0 !important;
  }
}
.tft-latest-posts-design__two .tft-blog-gird-section .tft-post-single-item a {
  display: flex;
  height: 100%;
}
.tft-latest-posts-design__two .tft-blog-gird-section .tft-post-single-item a .tft-blog-thumbnail {
  width: 50%;
  line-height: 0;
  overflow: hidden;
}
.tft-latest-posts-design__two .tft-blog-gird-section .tft-post-single-item a .tft-blog-thumbnail img {
  height: 220px;
  object-fit: cover;
  width: 100%;
  transition: all 0.3s linear;
}
.tft-latest-posts-design__two .tft-blog-gird-section .tft-post-single-item a .tft-content-details {
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 991.98px) {
  .tft-latest-posts-design__two .tft-blog-gird-section .tft-post-single-item a .tft-content-details {
    height: auto;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-latest-posts-design__two .tft-blog-gird-section .tft-post-single-item a .tft-content-details {
    padding: 16px 12px;
  }
}
.tft-latest-posts-design__two .tft-blog-gird-section .tft-post-single-item a .tft-content-details p.tft-meta {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  color: var(--tf-text-paragraph);
  margin: 0px;
}
@media (max-width: 1480px) {
  .tft-latest-posts-design__two .tft-blog-gird-section .tft-post-single-item a .tft-content-details p.tft-meta {
    font-size: 0.75rem;
  }
}
.tft-latest-posts-design__two .tft-blog-gird-section .tft-post-single-item a .tft-content-details p.content {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
  color: var(--tf-text-paragraph);
  margin: 0px;
}
@media (max-width: 1480px) {
  .tft-latest-posts-design__two .tft-blog-gird-section .tft-post-single-item a .tft-content-details p.content {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-latest-posts-design__two .tft-blog-gird-section .tft-post-single-item a .tft-content-details p.content {
    display: block;
  }
}
@media (max-width: 767px) {
  .tft-latest-posts-design__two .tft-blog-gird-section .tft-post-single-item a .tft-content-details p.content {
    font-size: 1rem;
  }
}
.tft-latest-posts-design__two .tft-blog-gird-section .tft-post-single-item a .tft-content-details p.content span {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3;
}
@media (max-width: 1480px) {
  .tft-latest-posts-design__two .tft-blog-gird-section .tft-post-single-item a .tft-content-details p.content span {
    font-size: 1rem;
  }
}
@media (max-width: 767px) {
  .tft-latest-posts-design__two .tft-blog-gird-section .tft-post-single-item a .tft-content-details p.content span {
    font-size: 1rem;
  }
}
.tft-latest-posts-design__two .tft-blog-gird-section .tft-post-single-item a .tft-content-details h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--tf-text-heading);
  margin: 8px 0px 24px 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 1480px) {
  .tft-latest-posts-design__two .tft-blog-gird-section .tft-post-single-item a .tft-content-details h3 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-latest-posts-design__two .tft-blog-gird-section .tft-post-single-item a .tft-content-details h3 {
    margin: 4px 0 16px 0;
  }
}
.tft-latest-posts-design__two .tft-blog-gird-section .tft-post-single-item a:hover h3 {
  color: var(--tf-primary);
}
.tft-latest-posts-design__two .tft-blog-gird-section .tft-post-single-item a:hover .tft-blog-thumbnail img {
  transform: scale(1.2);
}
.tft-latest-posts-design__two .tft-blog-gird-section.blog-grid-item-2, .tft-latest-posts-design__two .tft-blog-gird-section.blog-grid-item-3, .tft-latest-posts-design__two .tft-blog-gird-section.blog-grid-item-4, .tft-latest-posts-design__two .tft-blog-gird-section.blog-grid-item-5, .tft-latest-posts-design__two .tft-blog-gird-section.blog-grid-item-6 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}
@media only screen and (max-width: 991.98px) {
  .tft-latest-posts-design__two .tft-blog-gird-section.blog-grid-item-2, .tft-latest-posts-design__two .tft-blog-gird-section.blog-grid-item-3, .tft-latest-posts-design__two .tft-blog-gird-section.blog-grid-item-4, .tft-latest-posts-design__two .tft-blog-gird-section.blog-grid-item-5, .tft-latest-posts-design__two .tft-blog-gird-section.blog-grid-item-6 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-latest-posts-design__two .tft-blog-gird-section.blog-grid-item-2, .tft-latest-posts-design__two .tft-blog-gird-section.blog-grid-item-3, .tft-latest-posts-design__two .tft-blog-gird-section.blog-grid-item-4, .tft-latest-posts-design__two .tft-blog-gird-section.blog-grid-item-5, .tft-latest-posts-design__two .tft-blog-gird-section.blog-grid-item-6 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.tft-latest-posts-design__two .tft-blog-gird-section.blog-grid-item-4 {
  grid-template-columns: 1fr 1fr;
}
@media only screen and (max-width: 767.98px) {
  .tft-latest-posts-design__two .tft-blog-gird-section.blog-grid-item-4 {
    grid-template-columns: 1fr;
  }
}
.tft-latest-posts-design__two .tft-blog-gird-section.blog-grid-item-5, .tft-latest-posts-design__two .tft-blog-gird-section.blog-grid-item-6 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 991.98px) {
  .tft-latest-posts-design__two .tft-blog-gird-section.blog-grid-item-5, .tft-latest-posts-design__two .tft-blog-gird-section.blog-grid-item-6 {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-latest-posts-design__two .tft-blog-gird-section.blog-grid-item-5, .tft-latest-posts-design__two .tft-blog-gird-section.blog-grid-item-6 {
    grid-template-columns: 1fr;
  }
}
.tft-latest-posts-design__three .tft-heading-content {
  text-align: center;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1199.98px) {
  .tft-latest-posts-design__three .tft-heading-content {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-latest-posts-design__three .tft-heading-content {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-latest-posts-design__three .tft-heading-content {
    margin-bottom: 20px;
  }
}
.tft-latest-posts-design__three .tft-heading-content h3 {
  color: var(--tf-primary);
}
.tft-latest-posts-design__three .tft-heading-content h2 {
  margin-left: auto;
  margin-right: auto;
  color: var(--tf-text-heading);
}
.tft-latest-posts-design__three .tft-heading-content h2::after {
  left: 50%;
  transform: translateX(-50%);
}
.tft-latest-posts-design__three .tft-blog-gird-section {
  display: grid;
  grid-template-columns: 40.5%;
  grid-template-rows: auto;
  gap: 24px;
}
@media only screen and (max-width: 1199.98px) {
  .tft-latest-posts-design__three .tft-blog-gird-section {
    grid-template-columns: 50%;
    grid-template-columns: auto auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-latest-posts-design__three .tft-blog-gird-section {
    grid: inherit;
    grid-template-columns: 100%;
  }
}
.tft-latest-posts-design__three .tft-blog-gird-section .tft-post-single-item {
  padding: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border-radius: 15px;
  box-shadow: 0px 5px 35px 0px rgba(157, 143, 132, 0.15);
  background-color: var(--tf-color-white);
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media only screen and (max-width: 1199.98px) {
  .tft-latest-posts-design__three .tft-blog-gird-section .tft-post-single-item {
    gap: 20px;
    padding: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-latest-posts-design__three .tft-blog-gird-section .tft-post-single-item {
    padding: 16px;
  }
}
.tft-latest-posts-design__three .tft-blog-gird-section .tft-post-single-item .tft-blog-thumbnail {
  line-height: 0;
}
.tft-latest-posts-design__three .tft-blog-gird-section .tft-post-single-item .tft-blog-thumbnail img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 100%;
  max-height: 400px;
  min-height: 400px;
  object-fit: cover;
}
@media only screen and (max-width: 1199.98px) {
  .tft-latest-posts-design__three .tft-blog-gird-section .tft-post-single-item .tft-blog-thumbnail img {
    max-height: 270px;
    min-height: 270px;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-latest-posts-design__three .tft-blog-gird-section .tft-post-single-item .tft-blog-thumbnail img {
    max-height: 250px;
    min-height: 250px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-latest-posts-design__three .tft-blog-gird-section .tft-post-single-item .tft-blog-thumbnail img {
    max-height: 200px;
    min-height: 200px;
  }
}
@media only screen and (max-width: 575.98px) {
  .tft-latest-posts-design__three .tft-blog-gird-section .tft-post-single-item .tft-blog-thumbnail img {
    max-height: inherit;
    min-height: inherit;
  }
}
.tft-latest-posts-design__three .tft-blog-gird-section .tft-post-single-item .tft-content-details {
  flex: 1;
}
.tft-latest-posts-design__three .tft-blog-gird-section .tft-post-single-item .tft-content-details .tft-title {
  color: var(--tf-text-heading);
  font-size: 1.5rem;
  line-height: 1.4;
  margin: 25px 0 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 1199.98px) {
  .tft-latest-posts-design__three .tft-blog-gird-section .tft-post-single-item .tft-content-details .tft-title {
    margin: 24px 0;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-latest-posts-design__three .tft-blog-gird-section .tft-post-single-item .tft-content-details .tft-title {
    margin: 20px 0;
  }
}
.tft-latest-posts-design__three .tft-blog-gird-section .tft-post-single-item .tft-content-details .tft-title a {
  display: contents;
  color: inherit;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.tft-latest-posts-design__three .tft-blog-gird-section .tft-post-single-item .tft-content-details .tft-title a:hover, .tft-latest-posts-design__three .tft-blog-gird-section .tft-post-single-item .tft-content-details .tft-title a:focus,
.tft-latest-posts-design__three .tft-blog-gird-section .tft-post-single-item .tft-content-details .tft-title a :visited {
  color: var(--tf-primary);
}
@media only screen and (max-width: 991.98px) {
  .tft-latest-posts-design__three .tft-blog-gird-section .tft-post-single-item .tft-content-details .tft-title {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-latest-posts-design__three .tft-blog-gird-section .tft-post-single-item .tft-content-details .tft-title {
    font-size: 1.25rem;
  }
}
.tft-latest-posts-design__three .tft-blog-gird-section .tft-post-single-item .tft-content-details .tft-read-more a {
  display: inline-flex;
  color: var(--tf-primary);
  background: rgba(250, 100, 0, 0.09);
  min-height: 50px;
  min-width: 170px;
}
@media only screen and (max-width: 767.98px) {
  .tft-latest-posts-design__three .tft-blog-gird-section .tft-post-single-item .tft-content-details .tft-read-more a {
    min-width: 160px;
    min-height: 45px;
  }
}
.tft-latest-posts-design__three .tft-blog-gird-section .tft-post-single-item .tft-content-details .tft-read-more a:hover {
  background: var(--tf-brand-dark);
  color: var(--tf-color-white);
}
.tft-latest-posts-design__three .tft-blog-gird-section .tft-post-single-item .tft-content-details .tft-post-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media only screen and (max-width: 1199.98px) {
  .tft-latest-posts-design__three .tft-blog-gird-section .tft-post-single-item .tft-content-details .tft-post-meta {
    gap: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-latest-posts-design__three .tft-blog-gird-section .tft-post-single-item .tft-content-details .tft-post-meta {
    gap: 20px;
  }
}
.tft-latest-posts-design__three .tft-blog-gird-section .tft-post-single-item .tft-content-details .tft-post-meta .tft-meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 0;
  color: var(--tf-text-paragraph);
}
@media only screen and (max-width: 991.98px) {
  .tft-latest-posts-design__three .tft-blog-gird-section .tft-post-single-item .tft-content-details .tft-post-meta .tft-meta {
    gap: 8px;
    font-size: 0.938rem;
  }
}
.tft-latest-posts-design__three .tft-blog-gird-section .tft-col-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  flex-direction: row;
  gap: 35px;
}
@media only screen and (max-width: 1024.98px) {
  .tft-latest-posts-design__three .tft-blog-gird-section .tft-col-item {
    gap: 20px;
  }
}
.tft-latest-posts-design__three .tft-blog-gird-section .tft-col-item .tft-blog-thumbnail {
  max-width: 240px;
  min-width: 240px;
  height: 100%;
}
@media only screen and (max-width: 991.98px) {
  .tft-latest-posts-design__three .tft-blog-gird-section .tft-col-item .tft-blog-thumbnail {
    max-width: inherit;
    min-width: inherit;
    width: 100%;
    height: auto;
  }
}
.tft-latest-posts-design__three .tft-blog-gird-section .tft-col-item .tft-blog-thumbnail img {
  min-height: auto;
  max-height: inherit;
  height: 100%;
}
@media only screen and (max-width: 991.98px) {
  .tft-latest-posts-design__three .tft-blog-gird-section .tft-col-item .tft-blog-thumbnail img {
    min-height: 250px;
    max-height: 250px;
    height: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-latest-posts-design__three .tft-blog-gird-section .tft-col-item .tft-blog-thumbnail img {
    min-height: inherit;
    max-height: inherit;
  }
}
@media (max-width: 480px) {
  .tft-latest-posts-design__three .tft-blog-gird-section .tft-col-item .tft-blog-thumbnail img {
    min-height: 250px;
    max-height: 250px;
  }
}
.tft-latest-posts-design__three .tft-blog-gird-section .tft-col-item:nth-child(1), .tft-latest-posts-design__three .tft-blog-gird-section .tft-col-item:nth-child(4), .tft-latest-posts-design__three .tft-blog-gird-section .tft-col-item:nth-child(7) {
  grid-column: span 1;
  grid-row: span 2;
  flex-direction: column;
  gap: 30px;
  margin-top: 0;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media only screen and (max-width: 991.98px) {
  .tft-latest-posts-design__three .tft-blog-gird-section .tft-col-item:nth-child(1), .tft-latest-posts-design__three .tft-blog-gird-section .tft-col-item:nth-child(4), .tft-latest-posts-design__three .tft-blog-gird-section .tft-col-item:nth-child(7) {
    gap: 20px;
  }
}
.tft-latest-posts-design__three .tft-blog-gird-section .tft-col-item:nth-child(1) .tft-content-details .tft-title, .tft-latest-posts-design__three .tft-blog-gird-section .tft-col-item:nth-child(4) .tft-content-details .tft-title, .tft-latest-posts-design__three .tft-blog-gird-section .tft-col-item:nth-child(7) .tft-content-details .tft-title {
  font-size: 1.875rem;
  line-height: 1.3;
}
@media only screen and (max-width: 991.98px) {
  .tft-latest-posts-design__three .tft-blog-gird-section .tft-col-item:nth-child(1) .tft-content-details .tft-title, .tft-latest-posts-design__three .tft-blog-gird-section .tft-col-item:nth-child(4) .tft-content-details .tft-title, .tft-latest-posts-design__three .tft-blog-gird-section .tft-col-item:nth-child(7) .tft-content-details .tft-title {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-latest-posts-design__three .tft-blog-gird-section .tft-col-item:nth-child(1) .tft-content-details .tft-title, .tft-latest-posts-design__three .tft-blog-gird-section .tft-col-item:nth-child(4) .tft-content-details .tft-title, .tft-latest-posts-design__three .tft-blog-gird-section .tft-col-item:nth-child(7) .tft-content-details .tft-title {
    font-size: 1.25rem;
  }
}
.tft-latest-posts-design__three .tft-blog-gird-section .tft-col-item:nth-child(1) .tft-blog-thumbnail, .tft-latest-posts-design__three .tft-blog-gird-section .tft-col-item:nth-child(4) .tft-blog-thumbnail, .tft-latest-posts-design__three .tft-blog-gird-section .tft-col-item:nth-child(7) .tft-blog-thumbnail {
  max-width: 100%;
  min-width: 100%;
  height: auto;
}
.tft-latest-posts-design__three .tft-blog-gird-section .tft-col-item:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}
@media only screen and (max-width: 991.98px) {
  .tft-latest-posts-design__three .tft-blog-gird-section .tft-col-item:nth-child(2) {
    grid-column: auto;
    grid-row: auto;
  }
}
.tft-latest-posts-design__three .tft-blog-gird-section .tft-col-item:nth-child(3) {
  grid-column: 2;
  grid-row: 2;
}
@media only screen and (max-width: 991.98px) {
  .tft-latest-posts-design__three .tft-blog-gird-section .tft-col-item:nth-child(3) {
    grid-column: 1;
    grid-row: auto;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-latest-posts-design__three .tft-blog-gird-section .tft-col-item:nth-child(3) {
    grid-column: auto;
  }
}
.tft-latest-posts-design__four .tft-blog-sec-header {
  margin-bottom: 56px;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  gap: 32px;
}
@media only screen and (max-width: 1199.98px) {
  .tft-latest-posts-design__four .tft-blog-sec-header {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-latest-posts-design__four .tft-blog-sec-header {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-latest-posts-design__four .tft-blog-sec-header {
    margin-bottom: 10px;
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
}
.tft-latest-posts-design__four .tft-blog-sec-header h3 {
  color: var(--tf-links-color);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  text-transform: uppercase;
}
.tft-latest-posts-design__four .tft-blog-sec-header h2 {
  margin: 0;
  color: var(--tf-text-heading);
  font-size: 4.063rem;
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (max-width: 1199.98px) {
  .tft-latest-posts-design__four .tft-blog-sec-header h2 {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-latest-posts-design__four .tft-blog-sec-header h2 {
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-latest-posts-design__four .tft-blog-sec-header h2 {
    font-size: 2.313rem;
  }
}
.tft-latest-posts-design__four .tft-blog-sec-header .tft-btn {
  margin-bottom: 16px;
  border: 2px solid var(--tf-links-color);
  color: #fff;
}
.tft-latest-posts-design__four .tft-blog-sec-header .tft-btn:hover {
  background-color: var(--tf-links-color) !important;
}
.tft-latest-posts-design__four .tf-blog-wrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.tft-latest-posts-design__four .tf-blog-row {
  display: grid;
  gap: 30px;
}
.tft-latest-posts-design__four .tf-blog-row.row-33-66 {
  grid-template-columns: 1fr 2fr;
}
.tft-latest-posts-design__four .tf-blog-row.row-66-33 {
  grid-template-columns: 2fr 1fr;
}
.tft-latest-posts-design__four .tf-blog-card {
  background: var(--tf-filling-foreground);
  overflow: hidden;
  transition: 0.3s ease;
}
.tft-latest-posts-design__four .tf-blog-card:hover {
  transform: translateY(-5px);
}
.tft-latest-posts-design__four .tf-blog-card.content-only {
  padding: 40px;
  display: flex;
}
@media only screen and (max-width: 575.98px) {
  .tft-latest-posts-design__four .tf-blog-card.content-only {
    padding: 24px;
  }
}
.tft-latest-posts-design__four .tf-blog-card.with-image {
  display: flex;
}
@media only screen and (max-width: 575.98px) {
  .tft-latest-posts-design__four .tf-blog-card.with-image {
    -webkit-flex-direction: vertical;
    -moz-flex-direction: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
}
.tft-latest-posts-design__four .tf-blog-card.with-image .tf-thumb {
  flex: 0 0 309px;
}
.tft-latest-posts-design__four .tf-blog-card.with-image .tf-thumb a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.tft-latest-posts-design__four .tf-blog-card.with-image .tf-thumb img {
  width: 100%;
  height: 328px;
  object-fit: cover;
}
@media only screen and (max-width: 575.98px) {
  .tft-latest-posts-design__four .tf-blog-card.with-image .tf-thumb img {
    height: 310px;
  }
}
.tft-latest-posts-design__four .tf-blog-card.with-image .tf-content {
  padding: 40px;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 575.98px) {
  .tft-latest-posts-design__four .tf-blog-card.with-image .tf-content {
    padding: 24px;
  }
}
.tft-latest-posts-design__four .tf-blog-card .tf-content h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 2.313rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 8px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media only screen and (max-width: 1024.98px) {
  .tft-latest-posts-design__four .tf-blog-card .tf-content h3 {
    font-size: 1.563rem;
  }
}
.tft-latest-posts-design__four .tf-blog-card .tf-content h3 a {
  color: var(--tf-text-heading);
}
.tft-latest-posts-design__four .tf-blog-card .tf-content h3 a:hover {
  color: var(--tf-links-color);
}
.tft-latest-posts-design__four .tf-blog-card .tf-content p {
  overflow: hidden;
  color: var(--tf-text-paragraph);
  text-overflow: ellipsis;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 32px 0;
}
.tft-latest-posts-design__four .tf-blog-card .tf-content .tf-read-more {
  color: var(--tf-links-color);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 8px;
}
.tft-latest-posts-design__four .tf-blog-card .tf-content .tf-read-more svg path {
  stroke: var(--tf-links-color);
}
@media (max-width: 992px) {
  .tft-latest-posts-design__four .tf-blog-row {
    grid-template-columns: 1fr !important;
  }
  .tft-latest-posts-design__four .tf-blog-card.with-image {
    grid-template-columns: 1fr;
  }
}

#items-count-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 767.98px) {
  #items-count-2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
#items-count-2 .tft-post-single-item:nth-child(2) {
  height: auto;
}
#items-count-2 .tft-post-single-item:nth-child(2) .tft-post-thumbnail a {
  height: 540px;
}
#items-count-2 .tft-post-single-item:nth-child(2) .tft-post-thumbnail a img {
  height: 540px;
}
#items-count-3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 767.98px) {
  #items-count-3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.blog-grid-item-2 .tft-post-single-item.tft-col-item:nth-child(2) a,
.blog-grid-item-3 .tft-post-single-item.tft-col-item:nth-child(2) a,
.blog-grid-item-4 .tft-post-single-item.tft-col-item:nth-child(2) a,
.blog-grid-item-4 .tft-post-single-item.tft-col-item:nth-child(3) a,
.blog-grid-item-5 .tft-post-single-item.tft-col-item:nth-child(2) a,
.blog-grid-item-5 .tft-post-single-item.tft-col-item:nth-child(4) a,
.blog-grid-item-6 .tft-post-single-item.tft-col-item:nth-child(2) a,
.blog-grid-item-6 .tft-post-single-item.tft-col-item:nth-child(4) a,
.blog-grid-item-6 .tft-post-single-item.tft-col-item:nth-child(6) a {
  display: flow-root;
  position: relative;
  line-height: 0;
}

.blog-grid-item-2 .tft-post-single-item.tft-col-item:nth-child(2) a .tft-blog-thumbnail,
.blog-grid-item-3 .tft-post-single-item.tft-col-item:nth-child(2) a .tft-blog-thumbnail,
.blog-grid-item-4 .tft-post-single-item.tft-col-item:nth-child(2) a .tft-blog-thumbnail,
.blog-grid-item-4 .tft-post-single-item.tft-col-item:nth-child(3) a .tft-blog-thumbnail,
.blog-grid-item-5 .tft-post-single-item.tft-col-item:nth-child(2) a .tft-blog-thumbnail,
.blog-grid-item-5 .tft-post-single-item.tft-col-item:nth-child(4) a .tft-blog-thumbnail,
.blog-grid-item-6 .tft-post-single-item.tft-col-item:nth-child(2) a .tft-blog-thumbnail,
.blog-grid-item-6 .tft-post-single-item.tft-col-item:nth-child(4) a .tft-blog-thumbnail,
.blog-grid-item-6 .tft-post-single-item.tft-col-item:nth-child(6) a .tft-blog-thumbnail {
  width: 100%;
}

.blog-grid-item-2 .tft-post-single-item.tft-col-item:nth-child(2) a .tft-content-details,
.blog-grid-item-3 .tft-post-single-item.tft-col-item:nth-child(2) a .tft-content-details,
.blog-grid-item-4 .tft-post-single-item.tft-col-item:nth-child(2) a .tft-content-details,
.blog-grid-item-4 .tft-post-single-item.tft-col-item:nth-child(3) a .tft-content-details,
.blog-grid-item-5 .tft-post-single-item.tft-col-item:nth-child(2) a .tft-content-details,
.blog-grid-item-5 .tft-post-single-item.tft-col-item:nth-child(4) a .tft-content-details,
.blog-grid-item-6 .tft-post-single-item.tft-col-item:nth-child(2) a .tft-content-details,
.blog-grid-item-6 .tft-post-single-item.tft-col-item:nth-child(4) a .tft-content-details,
.blog-grid-item-6 .tft-post-single-item.tft-col-item:nth-child(6) a .tft-content-details {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.9;
  justify-content: end;
  background: linear-gradient(0deg, rgba(238, 199, 140, 0.9) 0%, rgba(238, 199, 140, 0.9) 100%), lightgray 50%/cover no-repeat;
}

.blog-grid-item-2 .tft-post-single-item.tft-col-item:nth-child(2) a .tft-content-details h3,
.blog-grid-item-3 .tft-post-single-item.tft-col-item:nth-child(2) a .tft-content-details h3,
.blog-grid-item-4 .tft-post-single-item.tft-col-item:nth-child(2) a .tft-content-details h3,
.blog-grid-item-4 .tft-post-single-item.tft-col-item:nth-child(3) a .tft-content-details h3,
.blog-grid-item-5 .tft-post-single-item.tft-col-item:nth-child(2) a .tft-content-details h3,
.blog-grid-item-5 .tft-post-single-item.tft-col-item:nth-child(4) a .tft-content-details h3,
.blog-grid-item-6 .tft-post-single-item.tft-col-item:nth-child(2) a .tft-content-details h3,
.blog-grid-item-6 .tft-post-single-item.tft-col-item:nth-child(4) a .tft-content-details h3,
.blog-grid-item-6 .tft-post-single-item.tft-col-item:nth-child(6) a .tft-content-details h3 {
  margin-bottom: 0px;
}

.blog-grid-item-2 .tft-post-single-item.tft-col-item:nth-child(2) a .tft-content-details p.content,
.blog-grid-item-3 .tft-post-single-item.tft-col-item:nth-child(2) a .tft-content-details p.content,
.blog-grid-item-4 .tft-post-single-item.tft-col-item:nth-child(2) a .tft-content-details p.content,
.blog-grid-item-4 .tft-post-single-item.tft-col-item:nth-child(3) a .tft-content-details p.content,
.blog-grid-item-5 .tft-post-single-item.tft-col-item:nth-child(2) a .tft-content-details p.content,
.blog-grid-item-5 .tft-post-single-item.tft-col-item:nth-child(4) a .tft-content-details p.content,
.blog-grid-item-6 .tft-post-single-item.tft-col-item:nth-child(2) a .tft-content-details p.content,
.blog-grid-item-6 .tft-post-single-item.tft-col-item:nth-child(4) a .tft-content-details p.content,
.blog-grid-item-6 .tft-post-single-item.tft-col-item:nth-child(6) a .tft-content-details p.content {
  display: none;
}

.blog-grid-item-3 .tft-post-single-item.tft-col-item:nth-child(3) {
  grid-column: span 2;
}

.blog-grid-item-4 .tft-post-single-item.tft-col-item:nth-child(1),
.blog-grid-item-4 .tft-post-single-item.tft-col-item:nth-child(4) {
  height: auto;
}

.blog-grid-item-4 .tft-post-single-item.tft-col-item:nth-child(4) {
  margin-top: -180px;
}

.blog-grid-item-4 .tft-post-single-item.tft-col-item:nth-child(1) a,
.blog-grid-item-4 .tft-post-single-item.tft-col-item:nth-child(4) a {
  display: flow-root;
}

.blog-grid-item-4 .tft-post-single-item.tft-col-item:nth-child(1) a .tft-blog-thumbnail,
.blog-grid-item-4 .tft-post-single-item.tft-col-item:nth-child(4) a .tft-blog-thumbnail {
  width: 100%;
}

.blog-grid-item-5 .tft-post-single-item.tft-col-item:nth-child(1),
.blog-grid-item-5 .tft-post-single-item.tft-col-item:nth-child(3),
.blog-grid-item-5 .tft-post-single-item.tft-col-item:nth-child(5),
.blog-grid-item-6 .tft-post-single-item.tft-col-item:nth-child(1),
.blog-grid-item-6 .tft-post-single-item.tft-col-item:nth-child(3),
.blog-grid-item-6 .tft-post-single-item.tft-col-item:nth-child(5) {
  height: auto;
}

.blog-grid-item-5 .tft-post-single-item.tft-col-item:nth-child(1) .tft-blog-thumbnail img,
.blog-grid-item-5 .tft-post-single-item.tft-col-item:nth-child(3) .tft-blog-thumbnail img,
.blog-grid-item-5 .tft-post-single-item.tft-col-item:nth-child(5) .tft-blog-thumbnail img,
.blog-grid-item-6 .tft-post-single-item.tft-col-item:nth-child(1) .tft-blog-thumbnail img,
.blog-grid-item-6 .tft-post-single-item.tft-col-item:nth-child(3) .tft-blog-thumbnail img,
.blog-grid-item-6 .tft-post-single-item.tft-col-item:nth-child(5) .tft-blog-thumbnail img {
  height: 300px;
}

.blog-grid-item-5 .tft-post-single-item.tft-col-item:nth-child(5),
.blog-grid-item-6 .tft-post-single-item.tft-col-item:nth-child(5) {
  margin-top: -272px;
}

.blog-grid-item-5 .tft-post-single-item.tft-col-item:nth-child(1) a,
.blog-grid-item-5 .tft-post-single-item.tft-col-item:nth-child(3) a,
.blog-grid-item-5 .tft-post-single-item.tft-col-item:nth-child(5) a,
.blog-grid-item-6 .tft-post-single-item.tft-col-item:nth-child(1) a,
.blog-grid-item-6 .tft-post-single-item.tft-col-item:nth-child(3) a,
.blog-grid-item-6 .tft-post-single-item.tft-col-item:nth-child(5) a {
  display: flow-root;
}

.blog-grid-item-5 .tft-post-single-item.tft-col-item:nth-child(1) a .tft-blog-thumbnail,
.blog-grid-item-5 .tft-post-single-item.tft-col-item:nth-child(3) a .tft-blog-thumbnail,
.blog-grid-item-5 .tft-post-single-item.tft-col-item:nth-child(5) a .tft-blog-thumbnail,
.blog-grid-item-6 .tft-post-single-item.tft-col-item:nth-child(1) a .tft-blog-thumbnail,
.blog-grid-item-6 .tft-post-single-item.tft-col-item:nth-child(3) a .tft-blog-thumbnail,
.blog-grid-item-6 .tft-post-single-item.tft-col-item:nth-child(5) a .tft-blog-thumbnail {
  width: 100%;
}

@media only screen and (max-width: 991.98px) {
  .tft-popular-tour-design__one {
    width: 90%;
    margin: auto;
  }
}
.tft-popular-tour-design__one .tft-popular-tour-items {
  justify-content: space-between;
}
.tft-popular-tour-design__one .tft-popular-tour-items .tft-popular-single-item {
  border-radius: 20px;
  transition: all 0.3s ease;
}
.tft-popular-tour-design__one .tft-popular-tour-items .tft-popular-single-item .tft-popular-single-item-inner {
  box-shadow: 1px 18px 40px rgba(29, 42, 59, 0.06);
  border-radius: 20px;
}
.tft-popular-tour-design__one .tft-popular-tour-items .tft-popular-single-item .tft-popular-single-item-inner .tft-popular-thumbnail {
  position: relative;
}
.tft-popular-tour-design__one .tft-popular-tour-items .tft-popular-single-item .tft-popular-single-item-inner .tft-popular-thumbnail a {
  display: block;
}
.tft-popular-tour-design__one .tft-popular-tour-items .tft-popular-single-item .tft-popular-single-item-inner .tft-popular-thumbnail a img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.tft-popular-tour-design__one .tft-popular-tour-items .tft-popular-single-item .tft-popular-single-item-inner .tft-popular-thumbnail .tft-ratings {
  position: absolute;
  top: 25px;
  right: 25px;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(12px);
  border-radius: 10px;
  padding: 8px 12px;
  font-weight: 600;
  color: var(--tf-text-paragraph);
}
.tft-popular-tour-design__one .tft-popular-tour-items .tft-popular-single-item .tft-popular-single-item-inner .tft-popular-thumbnail .tft-ratings span {
  font-size: 0.875rem;
}
.tft-popular-tour-design__one .tft-popular-tour-items .tft-popular-single-item .tft-popular-single-item-inner .tft-popular-item-info {
  padding: 15px 20px;
}
.tft-popular-tour-design__one .tft-popular-tour-items .tft-popular-single-item .tft-popular-single-item-inner .tft-popular-item-info p {
  margin-bottom: 5px;
  font-size: 1.75rem;
  margin-top: 5px;
}
.tft-popular-tour-design__one .tft-popular-tour-items .tft-popular-single-item .tft-popular-single-item-inner .tft-popular-item-info .tft-popular-sub-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
}
.tft-popular-tour-design__one .tft-popular-tour-items .tft-popular-single-item .tft-popular-single-item-inner .tft-popular-item-info .tft-popular-sub-info p {
  font-size: 0.875rem;
  margin-bottom: 5px;
}
.tft-popular-tour-design__one .tft-popular-tour-items .tft-popular-single-item .tft-popular-single-item-inner .tft-popular-item-info .tft-popular-sub-info p i {
  margin-right: 3px;
}
.tft-popular-tour-design__one .tft-popular-tour-items .tft-popular-single-item .tft-popular-single-item-inner .tft-popular-item-info .tft-popular-sub-info .tft-popular-tour-duration {
  min-width: 80px;
}
.tft-popular-tour-design__one .tft-popular-tour-items .tft-popular-single-item .tft-popular-single-item-inner .tft-popular-item-info .tft-popular-item-price .tft-pricing-info {
  font-size: 1rem;
  font-weight: 700;
}
.tft-popular-tour-design__one .tft-popular-tour-items .tft-popular-single-item .tft-popular-single-item-inner .tft-popular-item-info .tft-popular-item-price .tft-meta-table {
  font-size: 0.875rem;
  font-weight: 400;
}
.tft-popular-tour-design__one .tft-popular-tour-items .tft-popular-single-item .tft-popular-single-item-inner .tft-popular-item-info .tft-popular-item-price h3 {
  font-weight: 500;
  font-size: 1.5rem;
}
.tft-popular-tour-design__one .tft-popular-tour-items .slick-list {
  margin: 0 -30px !important;
}
.tft-popular-tour-design__one .tft-popular-tour-items .slick-list.draggable {
  padding: 0px !important;
}
.tft-popular-tour-design__one .tft-popular-tour-items .slick-list.draggable .slick-track {
  padding: 85px 0px;
  margin: 0;
}
.tft-popular-tour-design__one .tft-popular-tour-items .slick-list.draggable .slick-track .slick-slide {
  margin: 0 30px !important;
}
@media only screen and (max-width: 991.98px) {
  .tft-popular-tour-design__one .tft-popular-tour-items .slick-list.draggable .slick-track .slick-slide {
    margin: 0 10px !important;
  }
}
.tft-popular-tour-design__one .tft-popular-tour-items .slick-list.draggable .slick-track .slick-slide.slick-current.slick-active.slick-center {
  transform: scale(1.2);
  transition: all 0.3s ease;
}
@media only screen and (max-width: 991.98px) {
  .tft-popular-tour-design__one .tft-popular-tour-items .slick-list.draggable .slick-track .slick-slide.slick-current.slick-active.slick-center {
    transform: scale(1);
  }
}
.tft-popular-tour-design__one .tft-popular-tour-items .slick-arrow {
  backdrop-filter: blur(12px);
  background-color: var(--tf-primary);
  color: var(--tf-color-white);
  padding: 0;
  border-radius: 50px;
  z-index: 99;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  transition: 0.3s;
}
.tft-popular-tour-design__one .tft-popular-tour-items .slick-arrow:hover {
  background-color: var(--tf-brand-dark);
}
.tft-popular-tour-design__one .tft-popular-tour-items .slick-arrow::before {
  display: none;
}
.tft-popular-tour-design__one .tft-popular-tour-items .slick-arrow i::before {
  display: block;
}

.tft-team-design__one .tft-team-members {
  flex-wrap: wrap;
}
.tft-team-design__one .tft-team-members .tft-single-member {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  align-items: center;
  width: calc(50% - 20px);
}
@media only screen and (max-width: 767.98px) {
  .tft-team-design__one .tft-team-members .tft-single-member {
    flex-basis: 100%;
    padding: 40px;
    justify-content: center;
  }
}
@media only screen and (max-width: 575.98px) {
  .tft-team-design__one .tft-team-members .tft-single-member {
    padding: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-team-design__one .tft-team-members .tft-single-member .team-members-inner {
    gap: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-team-design__one .tft-team-members .tft-single-member .team-members-inner {
    padding: 0px;
    flex-direction: column;
  }
}
.tft-team-design__one .tft-team-members .tft-single-member .team-members-inner .member_img {
  min-height: auto;
  line-height: 0;
  flex-basis: calc(50% - 0px);
}
@media only screen and (max-width: 991.98px) {
  .tft-team-design__one .tft-team-members .tft-single-member .team-members-inner .member_img {
    flex-basis: calc(40% - 8px);
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-team-design__one .tft-team-members .tft-single-member .team-members-inner .member_img {
    flex-basis: 100%;
    min-width: 100%;
  }
}
.tft-team-design__one .tft-team-members .tft-single-member .team-members-inner .member_img img {
  border-radius: 8px;
  height: auto;
  object-fit: cover;
}
@media only screen and (max-width: 767.98px) {
  .tft-team-design__one .tft-team-members .tft-single-member .team-members-inner .member_img img {
    width: 100%;
  }
}
.tft-team-design__one .tft-team-members .tft-single-member .team-members-inner .member-details {
  flex-basis: calc(50% - 0px);
  padding: 8px 16px;
}
@media only screen and (max-width: 991.98px) {
  .tft-team-design__one .tft-team-members .tft-single-member .team-members-inner .member-details {
    flex-basis: calc(60% - 0px);
    padding: 8px 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-team-design__one .tft-team-members .tft-single-member .team-members-inner .member-details {
    flex-basis: calc(50% - 0px);
    padding: 8px 16px;
  }
}
.tft-team-design__one .tft-team-members .tft-single-member .team-members-inner .member-details h3 {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1.5rem;
}
@media only screen and (max-width: 991.98px) {
  .tft-team-design__one .tft-team-members .tft-single-member .team-members-inner .member-details h3 {
    margin-bottom: 8px;
  }
}
.tft-team-design__one .tft-team-members .tft-single-member .team-members-inner .member-details p {
  margin: 0px;
  margin-bottom: 16px;
}
@media only screen and (max-width: 991.98px) {
  .tft-team-design__one .tft-team-members .tft-single-member .team-members-inner .member-details p {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-team-design__one .tft-team-members .tft-single-member .team-members-inner .member-details p {
    margin-bottom: 16px;
  }
}
.tft-team-design__one .tft-team-members .tft-single-member .team-members-inner .member-details .social-media a {
  background: var(--tf-primary);
  border-radius: 2px;
  color: var(--tf-color-white);
  height: 24px;
  width: 24px;
  text-align: center;
  line-height: 1.7;
  margin: 0px 2px;
  display: inline-block;
}
.tft-team-design__one .tft-team-members .tft-single-member .team-members-inner .member-details .social-media a:hover {
  color: var(--tf-color-white);
  background-color: var(--tf-brand-dark);
}
.tft-team-design__two .container {
  overflow: hidden;
  max-width: 1220px;
  margin: 0 auto;
}
@media (max-width: 1399px) {
  .tft-team-design__two .container {
    padding: 0 16px;
  }
}
.tft-team-design__two .container.tft-slider-disable {
  overflow: initial;
}
.tft-team-design__two .container.tft-slider-disable .tft-heading-content {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1199.98px) {
  .tft-team-design__two .container.tft-slider-disable .tft-heading-content {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-team-design__two .container.tft-slider-disable .tft-heading-content {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-team-design__two .container.tft-slider-disable .tft-heading-content {
    margin-bottom: 40px;
  }
}
.tft-team-design__two .container.tft-slider-disable .tft-team-members {
  padding-bottom: 60px;
}
.tft-team-design__two .tft-heading-content {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199.98px) {
  .tft-team-design__two .tft-heading-content {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-team-design__two .tft-heading-content {
    margin-bottom: 20px;
  }
}
.tft-team-design__two .tft-heading-content h3 {
  color: var(--tf-primary);
}
.tft-team-design__two .tft-heading-content h2 {
  margin-left: auto;
  margin-right: auto;
  color: var(--tf-text-heading);
}
.tft-team-design__two .tft-heading-content h2::after {
  left: 50%;
  transform: translateX(-50%);
}
.tft-team-design__two .tft-team-content {
  position: relative;
}
.tft-team-design__two .tft-team-members {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 24px;
  padding-bottom: 30px;
}
.tft-team-design__two .tft-team-members .slick-list {
  margin: 0 -12px !important;
  padding: 30px 0;
}
.tft-team-design__two .tft-team-members .slick-slide {
  margin: 0 12px !important;
}
@media only screen and (max-width: 767.98px) {
  .tft-team-design__two .tft-team-members .slick-slide {
    margin: 15px 7.5px !important;
  }
}
.tft-team-design__two .tft-team-members .slick-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.tft-team-design__two .tft-team-members .slick-dots li {
  width: 30px;
  height: 30px;
  border: 2px dashed transparent;
  text-align: center;
  border-radius: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.tft-team-design__two .tft-team-members .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #FAEEDC;
  border-radius: 50%;
}
.tft-team-design__two .tft-team-members .slick-dots li button::before {
  display: none;
}
.tft-team-design__two .tft-team-members .slick-dots li.slick-active {
  border-color: var(--tf-primary);
}
.tft-team-design__two .tft-team-members .slick-dots li.slick-active button {
  background: var(--tf-brand-dark);
}
.tft-team-design__two .tft-team-members .tft-single-member {
  padding: 30px;
  padding-bottom: 40px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  background: var(--tf-color-white);
  box-shadow: 0px 5px 35px 0px rgba(157, 143, 132, 0.15);
  flex-basis: calc(33.33% - 16px);
}
@media only screen and (max-width: 767.98px) {
  .tft-team-design__two .tft-team-members .tft-single-member {
    padding: 16px;
    padding-bottom: 20px;
  }
}
.tft-team-design__two .tft-team-members .tft-single-member .member_img img {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  max-height: 296px;
  min-height: 296px;
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .tft-team-design__two .tft-team-members .tft-single-member .member_img img {
    min-height: 220px;
  }
}
@media only screen and (max-width: 575.98px) {
  .tft-team-design__two .tft-team-members .tft-single-member .member_img img {
    min-height: 100%;
    max-height: 280px;
  }
}
.tft-team-design__two .tft-team-members .tft-single-member .member-details {
  text-align: center;
  padding: 0;
}
.tft-team-design__two .tft-team-members .tft-single-member .member-details h3 {
  color: var(--tf-primary);
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767.98px) {
  .tft-team-design__two .tft-team-members .tft-single-member .member-details h3 {
    font-size: 0.938rem;
    margin-bottom: 0;
  }
}
.tft-team-design__two .tft-team-members .tft-single-member .member-details h2 {
  color: var(--tf-text-heading);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .tft-team-design__two .tft-team-members .tft-single-member .member-details h2 {
    font-size: 1.25rem;
  }
}
.tft-team-design__two .tft-team-members .tft-single-member .member-details .social-media-icons {
  margin-top: -30px;
  padding-bottom: 30px;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .tft-team-design__two .tft-team-members .tft-single-member .member-details .social-media-icons {
    margin-top: -25px;
  }
}
.tft-team-design__two .tft-team-members .tft-single-member .member-details .social-media-icons button {
  height: 50px;
  width: 50px;
  border-radius: 5px;
  background: var(--tf-primary);
  border: 0;
  box-shadow: 0px 5px 35px 0px rgba(250, 100, 0, 0.4);
  cursor: pointer;
}
@media only screen and (max-width: 767.98px) {
  .tft-team-design__two .tft-team-members .tft-single-member .member-details .social-media-icons button {
    height: 45px;
    width: 45px;
  }
}
.tft-team-design__two .tft-team-members .tft-single-member .member-details .social-media-icons button i {
  color: var(--tf-color-white);
  font-size: 1.125rem;
}
.tft-team-design__two .tft-team-members .tft-single-member .member-details .social-media-icons .social-media {
  background: var(--tf-primary);
  width: fit-content;
  padding: 7px 25px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: flex;
  gap: 15px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.tft-team-design__two .tft-team-members .tft-single-member .member-details .social-media-icons .social-media.active {
  display: flex;
}
.tft-team-design__two .tft-team-members .tft-single-member .member-details .social-media-icons .social-media a {
  color: var(--tf-color-white);
}
.tft-team-design__two .tft_team_bottom_shape {
  margin-top: -320px;
  z-index: -1;
  position: relative;
}
@media (max-width: 1760px) {
  .tft-team-design__two .tft_team_bottom_shape {
    margin-top: -250px;
  }
}
@media (max-width: 1399px) {
  .tft-team-design__two .tft_team_bottom_shape {
    margin-top: -180px;
  }
}
@media only screen and (max-width: 1199.98px) {
  .tft-team-design__two .tft_team_bottom_shape {
    margin-top: -130px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-team-design__two .tft_team_bottom_shape {
    display: none;
  }
}
.tft-team-design__three .tft-team-members {
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  gap: 32px;
}
.tft-team-design__three .tft-team-members .tft-single-member {
  width: calc(33.33% - 22px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-direction: vertical;
  -moz-flex-direction: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  background-color: var(--tf-filling-background);
  overflow: hidden;
}
@media only screen and (max-width: 991.98px) {
  .tft-team-design__three .tft-team-members .tft-single-member {
    width: calc(50% - 16px);
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-team-design__three .tft-team-members .tft-single-member {
    width: 100%;
  }
}
.tft-team-design__three .tft-team-members .tft-single-member .member_img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.tft-team-design__three .tft-team-members .tft-single-member .member-details {
  padding: 32px;
}
.tft-team-design__three .tft-team-members .tft-single-member .member-details h2 {
  color: var(--tf-text-heading);
  font-size: 1.563rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 16px 0;
}
.tft-team-design__three .tft-team-members .tft-single-member .member-details span {
  color: var(--tf-text-heading);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}
.tft-team-design__three .tft-team-members .tft-single-member .member-details .social-media {
  margin-top: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.tft-team-design__three .tft-team-members .tft-single-member .member-details .social-media a {
  background-color: var(--tf-filling-foreground);
  color: var(--tf-links-color);
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.tft-team-design__three .tft-team-members .tft-single-member .member-details .social-media a:hover {
  background-color: var(--tf-links-color);
}
.tft-team-design__three .tft-team-members .tft-single-member .member-details .social-media a:hover svg path {
  stroke: var(--tf-color-white);
}
.tft-team-design__three .tft-team-members .tft-single-member .member-details .social-media a svg path {
  stroke: var(--tf-links-color);
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 991.98px) {
  .tft-destination-slider-nav,
  .tft-team-slider-nav,
  .tft-hero-slider-nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
  }
}
@media (max-width: 640px) {
  .tft-destination-slider-nav,
  .tft-team-slider-nav,
  .tft-hero-slider-nav {
    margin-top: 45px;
  }
}
.tft-destination-slider-nav button,
.tft-team-slider-nav button,
.tft-hero-slider-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--tf-color-white);
  border: 1px solid var(--tf-border-lite);
  width: 70px;
  height: 70px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
  font-size: 1.2rem;
  padding: 0;
}
@media only screen and (max-width: 1199.98px) {
  .tft-destination-slider-nav button,
  .tft-team-slider-nav button,
  .tft-hero-slider-nav button {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-destination-slider-nav button,
  .tft-team-slider-nav button,
  .tft-hero-slider-nav button {
    width: 45px;
    height: 45px;
    position: relative;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-destination-slider-nav button,
  .tft-team-slider-nav button,
  .tft-hero-slider-nav button {
    width: 40px;
    height: 40px;
  }
}
.tft-destination-slider-nav button:hover,
.tft-team-slider-nav button:hover,
.tft-hero-slider-nav button:hover {
  background: var(--tf-primary);
  color: var(--tf-color-white);
  border-color: var(--tf-primary);
}
.tft-destination-slider-nav button.tft-prev-slide,
.tft-team-slider-nav button.tft-prev-slide,
.tft-hero-slider-nav button.tft-prev-slide {
  left: 0;
}
.tft-destination-slider-nav button.tft-next-slide,
.tft-team-slider-nav button.tft-next-slide,
.tft-hero-slider-nav button.tft-next-slide {
  right: 0;
}

.tft-testimonials-design__one .tft-single-testimonial .tft-testimonials-inner, .tft-testimonials-design__four .tft-single-testimonial .tft-testimonials-inner {
  background: var(--tf-color-white);
  box-shadow: 1px 10px 20px rgba(29, 42, 59, 0.05);
  padding: 28px;
  border-radius: 20px;
  transition: all 0.3s ease;
  border: 1px solid rgba(29, 42, 59, 0.1);
}
@media only screen and (max-width: 767.98px) {
  .tft-testimonials-design__one .tft-single-testimonial .tft-testimonials-inner, .tft-testimonials-design__four .tft-single-testimonial .tft-testimonials-inner {
    padding: 20px;
  }
}
.tft-testimonials-design__one .tft-single-testimonial .tft-testimonials-inner:hover, .tft-testimonials-design__four .tft-single-testimonial .tft-testimonials-inner:hover {
  background-color: #1d2a3b;
  transition: all 0.3s ease;
}
.tft-testimonials-design__one .tft-single-testimonial .tft-testimonials-inner .testimonial-header, .tft-testimonials-design__four .tft-single-testimonial .tft-testimonials-inner .testimonial-header {
  display: flex;
  align-items: center;
  column-gap: 24px;
  padding-bottom: 32px;
}
@media only screen and (max-width: 767.98px) {
  .tft-testimonials-design__one .tft-single-testimonial .tft-testimonials-inner .testimonial-header, .tft-testimonials-design__four .tft-single-testimonial .tft-testimonials-inner .testimonial-header {
    column-gap: 20px;
    padding-bottom: 20px;
  }
}
.tft-testimonials-design__one .tft-single-testimonial .tft-testimonials-inner .testimonial-header .person-avatar, .tft-testimonials-design__four .tft-single-testimonial .tft-testimonials-inner .testimonial-header .person-avatar {
  max-width: 80px;
}
.tft-testimonials-design__one .tft-single-testimonial .tft-testimonials-inner .testimonial-header .person-avatar img, .tft-testimonials-design__four .tft-single-testimonial .tft-testimonials-inner .testimonial-header .person-avatar img {
  border-radius: 50px;
  height: 80px;
  width: 80px;
  object-fit: cover;
}
.tft-testimonials-design__one .tft-single-testimonial .tft-testimonials-inner .testimonial-header .person-info .person-name, .tft-testimonials-design__four .tft-single-testimonial .tft-testimonials-inner .testimonial-header .person-info .person-name {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767.98px) {
  .tft-testimonials-design__one .tft-single-testimonial .tft-testimonials-inner .testimonial-header .person-info .person-name, .tft-testimonials-design__four .tft-single-testimonial .tft-testimonials-inner .testimonial-header .person-info .person-name {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-testimonials-design__one .tft-single-testimonial .tft-testimonials-inner .testimonial-header .person-info .designation, .tft-testimonials-design__four .tft-single-testimonial .tft-testimonials-inner .testimonial-header .person-info .designation {
    font-size: 1rem;
  }
}
.tft-testimonials-design__one .tft-single-testimonial .tft-testimonials-inner .testimonial-header .person-info p, .tft-testimonials-design__four .tft-single-testimonial .tft-testimonials-inner .testimonial-header .person-info p {
  margin: 0px;
}
.tft-testimonials-design__one .tft-single-testimonial .tft-testimonials-inner .testimonial-body .tft-content, .tft-testimonials-design__four .tft-single-testimonial .tft-testimonials-inner .testimonial-body .tft-content {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .tft-testimonials-design__one .tft-single-testimonial .tft-testimonials-inner .testimonial-body .tft-content, .tft-testimonials-design__four .tft-single-testimonial .tft-testimonials-inner .testimonial-body .tft-content {
    font-size: 0.938rem;
  }
}
.tft-testimonials-design__one .tft-single-testimonial .tft-testimonials-inner .testimonial-footer i, .tft-testimonials-design__four .tft-single-testimonial .tft-testimonials-inner .testimonial-footer i {
  color: var(--tf-primary);
}
.tft-testimonials-design__one .slick-list, .tft-testimonials-design__four .slick-list {
  margin: 0 -10px !important;
  overflow: visible;
}
.tft-testimonials-design__one .slick-list.draggable, .tft-testimonials-design__four .slick-list.draggable {
  overflow: hidden;
}
.tft-testimonials-design__one .slick-list .slick-track, .tft-testimonials-design__four .slick-list .slick-track {
  overflow: hidden;
}
.tft-testimonials-design__one .slick-list .slick-track .slick-slide, .tft-testimonials-design__four .slick-list .slick-track .slick-slide {
  margin: 0 10px !important;
}
.tft-testimonials-design__one .tft-slider-arrows, .tft-testimonials-design__four .tft-slider-arrows {
  display: flex;
  justify-content: center;
  margin-top: 56px;
  gap: 40px;
}
@media only screen and (max-width: 767.98px) {
  .tft-testimonials-design__one .tft-slider-arrows, .tft-testimonials-design__four .tft-slider-arrows {
    gap: 24px;
    margin-top: 16px;
  }
}
.tft-testimonials-design__one .tft-slider-arrows .slick-prev,
.tft-testimonials-design__one .tft-slider-arrows .slick-next, .tft-testimonials-design__four .tft-slider-arrows .slick-prev,
.tft-testimonials-design__four .tft-slider-arrows .slick-next {
  width: auto;
  height: auto;
  position: relative;
  left: unset;
  right: unset;
  top: unset;
  transform: inherit;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767.98px) {
  .tft-testimonials-design__one .tft-slider-arrows .slick-prev svg,
  .tft-testimonials-design__one .tft-slider-arrows .slick-next svg, .tft-testimonials-design__four .tft-slider-arrows .slick-prev svg,
  .tft-testimonials-design__four .tft-slider-arrows .slick-next svg {
    width: 45px;
    height: 45px;
  }
}
.tft-testimonials-design__one .tft-slider-arrows .slick-prev svg path,
.tft-testimonials-design__one .tft-slider-arrows .slick-next svg path, .tft-testimonials-design__four .tft-slider-arrows .slick-prev svg path,
.tft-testimonials-design__four .tft-slider-arrows .slick-next svg path {
  transition: all 0.2s ease;
}
.tft-testimonials-design__one .tft-slider-arrows .slick-prev:hover path,
.tft-testimonials-design__one .tft-slider-arrows .slick-next:hover path, .tft-testimonials-design__four .tft-slider-arrows .slick-prev:hover path,
.tft-testimonials-design__four .tft-slider-arrows .slick-next:hover path {
  stroke: var(--tf-text-paragraph);
}
.tft-testimonials-design__one .tft-slider-arrows .slick-prev::before,
.tft-testimonials-design__one .tft-slider-arrows .slick-next::before, .tft-testimonials-design__four .tft-slider-arrows .slick-prev::before,
.tft-testimonials-design__four .tft-slider-arrows .slick-next::before {
  display: none;
}
.tft-testimonials-design__two {
  width: 100%;
  overflow: hidden;
}
.tft-testimonials-design__two .tft-testimonial-top-header {
  text-align: center;
}
.tft-testimonials-design__two .tft-testimonial-top-header .testimonial-header-shape h3 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  color: var(--tf-primary);
  margin-bottom: 8px;
}
.tft-testimonials-design__two .tft-testimonial-top-header .testimonial-header-shape h2 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--tf-text-heading);
  margin: 0;
  padding-bottom: 48px;
}
@media (max-width: 1366px) {
  .tft-testimonials-design__two .tft-testimonial-top-header .testimonial-header-shape h2 {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .tft-testimonials-design__two .tft-testimonial-top-header .testimonial-header-shape h2 {
    font-size: 1.5em;
    padding-bottom: 24px;
  }
}
.tft-testimonials-design__two .tft-testimonials-sliders {
  padding: 60px 0;
}
@media only screen and (max-width: 991.98px) {
  .tft-testimonials-design__two .tft-testimonials-sliders {
    padding: 20px 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-testimonials-design__two .tft-testimonials-sliders {
    padding: 20px 0 16px;
  }
}
.tft-testimonials-design__two .tft-testimonials-sliders .tft-testimonials-slides .tft-single-testimonial {
  padding: 0px 56px 56px 56px;
  background-color: #FAEEDC;
  margin: 50px 20px 75px 20px !important;
  position: relative;
  transition: 0.3s all ease;
}
@media only screen and (max-width: 767.98px) {
  .tft-testimonials-design__two .tft-testimonials-sliders .tft-testimonials-slides .tft-single-testimonial {
    padding: 24px 16px 16px;
    margin: 40px 16px 48px 16px !important;
  }
}
.tft-testimonials-design__two .tft-testimonials-sliders .tft-testimonials-slides .tft-single-testimonial .tft-testimonials-inner .testimonial-author-image {
  position: relative;
  top: -50px;
}
@media only screen and (max-width: 991.98px) {
  .tft-testimonials-design__two .tft-testimonials-sliders .tft-testimonials-slides .tft-single-testimonial .tft-testimonials-inner .testimonial-author-image {
    top: -16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-testimonials-design__two .tft-testimonials-sliders .tft-testimonials-slides .tft-single-testimonial .tft-testimonials-inner .testimonial-author-image {
    top: -42px;
  }
}
.tft-testimonials-design__two .tft-testimonials-sliders .tft-testimonials-slides .tft-single-testimonial .tft-testimonials-inner .testimonial-author-image img {
  height: 96px !important;
  width: 96px !important;
  border-radius: 50%;
  margin: 0 auto;
  object-fit: cover;
}
@media only screen and (max-width: 991.98px) {
  .tft-testimonials-design__two .tft-testimonials-sliders .tft-testimonials-slides .tft-single-testimonial .tft-testimonials-inner .testimonial-author-image img {
    width: 32px !important;
    height: 32px !important;
  }
}
.tft-testimonials-design__two .tft-testimonials-sliders .tft-testimonials-slides .tft-single-testimonial .tft-testimonials-inner .testimonial-author-image svg {
  position: absolute;
  top: 20px;
  left: 24px;
}
@media only screen and (max-width: 991.98px) {
  .tft-testimonials-design__two .tft-testimonials-sliders .tft-testimonials-slides .tft-single-testimonial .tft-testimonials-inner .testimonial-author-image svg {
    width: 24px !important;
    top: -9px;
  }
}
.tft-testimonials-design__two .tft-testimonials-sliders .tft-testimonials-slides .tft-single-testimonial .tft-testimonials-inner .testimonial-author-image svg path {
  stroke: var(--tf-text-paragraph);
}
@media (min-width: 992px) {
  .tft-testimonials-design__two .tft-testimonials-sliders .tft-testimonials-slides .tft-single-testimonial .tft-testimonials-inner .testimonial-review {
    margin-top: -24px;
  }
}
.tft-testimonials-design__two .tft-testimonials-sliders .tft-testimonials-slides .tft-single-testimonial .tft-testimonials-inner .tft-content {
  font-size: 1.25rem;
  color: var(--tf-text-paragraph);
  margin-bottom: 32px;
}
@media only screen and (max-width: 767.98px) {
  .tft-testimonials-design__two .tft-testimonials-sliders .tft-testimonials-slides .tft-single-testimonial .tft-testimonials-inner .tft-content {
    font-size: 1rem;
    margin-bottom: 8px;
  }
}
.tft-testimonials-design__two .tft-testimonials-sliders .tft-testimonials-slides .tft-single-testimonial .tft-testimonials-inner .person-name {
  color: var(--tf-text-paragraph);
  font-weight: 600;
  margin: 0;
}
@media only screen and (max-width: 767.98px) {
  .tft-testimonials-design__two .tft-testimonials-sliders .tft-testimonials-slides .tft-single-testimonial .tft-testimonials-inner .person-name {
    font-size: 0.875rem;
  }
}
.tft-testimonials-design__two .tft-testimonials-sliders .tft-testimonials-slides .tft-single-testimonial .tft-testimonials-inner .designation {
  color: var(--tf-text-paragraph);
  margin: 0px;
}
@media only screen and (max-width: 767.98px) {
  .tft-testimonials-design__two .tft-testimonials-sliders .tft-testimonials-slides .tft-single-testimonial .tft-testimonials-inner .designation {
    font-size: 0.875rem;
  }
}
.tft-testimonials-design__two .tft-testimonials-sliders .tft-testimonials-slides .slick-dots li {
  height: 40px;
  width: 40px;
}
.tft-testimonials-design__two .tft-testimonials-sliders .tft-testimonials-slides .slick-dots li button {
  height: 40px;
  width: 40px;
}
.tft-testimonials-design__two .tft-testimonials-sliders .tft-testimonials-slides .slick-dots li button::before {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: var(--tf-text-paragraph);
  border: 2px solid transparent;
  opacity: 1;
}
@media only screen and (max-width: 767.98px) {
  .tft-testimonials-design__two .tft-testimonials-sliders .tft-testimonials-slides .slick-dots li button::before {
    width: 25px;
    height: 25px;
  }
}
.tft-testimonials-design__two .tft-testimonials-sliders .tft-testimonials-slides .slick-dots li.slick-active button::before {
  color: var(--tf-primary);
  border: 2px solid var(--tf-primary);
  border-radius: 50%;
}
.tft-testimonials-design__three {
  padding: 149px 0 142px;
  background-repeat: no-repeat;
  overflow-x: hidden;
  background-size: cover;
}
@media only screen and (max-width: 1199.98px) {
  .tft-testimonials-design__three {
    padding: 100px 0 60px;
  }
}
@media (max-width: 1399px) {
  .tft-testimonials-design__three .container {
    padding: 0 16px;
  }
}
.tft-testimonials-design__three .container .tft-testimonials-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 48px;
}
@media only screen and (max-width: 991.98px) {
  .tft-testimonials-design__three .container .tft-testimonials-content {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-testimonials-design__three .container .tft-testimonials-content {
    gap: 0px;
  }
}
.tft-testimonials-design__three .container .tft-testimonials-content .tft-heading-content {
  min-width: 408px;
  max-width: 408px;
  padding: 30px 0;
}
@media only screen and (max-width: 991.98px) {
  .tft-testimonials-design__three .container .tft-testimonials-content .tft-heading-content {
    min-width: inherit;
    max-width: inherit;
    padding-bottom: 0;
  }
}
.tft-testimonials-design__three .container .tft-testimonials-content .tft-heading-content h3 {
  color: var(--tf-primary);
}
.tft-testimonials-design__three .container .tft-testimonials-content .tft-heading-content h2 {
  color: var(--tf-text-heading);
}
.tft-testimonials-design__three .container .tft-testimonials-content .tft-heading-content p {
  color: var(--tf-text-paragraph);
}
@media only screen and (max-width: 991.98px) {
  .tft-testimonials-design__three .container .tft-testimonials-content .tft-heading-content p {
    margin-bottom: 0;
  }
}
.tft-testimonials-design__three .container .tft-testimonials-content .tft-slider-arrows {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 991.98px) {
  .tft-testimonials-design__three .container .tft-testimonials-content .tft-slider-arrows {
    display: none;
  }
}
.tft-testimonials-design__three .container .tft-testimonials-content .tft-slider-arrows .tft-arrow {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: var(--tf-color-white);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid transparent;
}
@media only screen and (max-width: 1199.98px) {
  .tft-testimonials-design__three .container .tft-testimonials-content .tft-slider-arrows .tft-arrow {
    width: 50px;
    height: 50px;
    border-color: var(--tf-border-lite);
  }
}
.tft-testimonials-design__three .container .tft-testimonials-content .tft-slider-arrows .tft-arrow i {
  color: var(--tf-text-paragraph);
  font-size: 1rem;
}
.tft-testimonials-design__three .container .tft-testimonials-content .tft-slider-arrows .tft-arrow:hover {
  background-color: var(--tf-primary);
  border-color: var(--tf-primary);
}
.tft-testimonials-design__three .container .tft-testimonials-content .tft-slider-arrows .tft-arrow:hover i {
  color: var(--tf-color-white);
}
.tft-testimonials-design__three .container .tft-testimonials-content .tft-slider-arrows--mobile {
  display: none;
}
@media only screen and (max-width: 991.98px) {
  .tft-testimonials-design__three .container .tft-testimonials-content .tft-slider-arrows--mobile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
  }
}
.tft-testimonials-design__three .container .tft-testimonials-content .tft-testimonials-sliders {
  max-width: 764px;
  overflow: hidden;
}
@media only screen and (max-width: 1199.98px) {
  .tft-testimonials-design__three .container .tft-testimonials-content .tft-testimonials-sliders {
    max-width: 100%;
  }
}
.tft-testimonials-design__three .container .tft-testimonials-content .tft-testimonials-sliders .slick-list {
  margin: 0 -12px !important;
  padding: 30px 0;
}
.tft-testimonials-design__three .container .tft-testimonials-content .tft-testimonials-sliders .slick-slide {
  margin: 0 12px !important;
}
.tft-testimonials-design__three .container .tft-testimonials-content .tft-testimonials-sliders .slick-dotted.slick-slider {
  padding-bottom: 20px;
}
.tft-testimonials-design__three .container .tft-testimonials-content .tft-testimonials-sliders .slick-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-top: 50px;
}
.tft-testimonials-design__three .container .tft-testimonials-content .tft-testimonials-sliders .slick-dots li {
  width: 30px;
  height: 30px;
  border: 2px dashed transparent;
  text-align: center;
  border-radius: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.tft-testimonials-design__three .container .tft-testimonials-content .tft-testimonials-sliders .slick-dots li button {
  width: 10px;
  height: 10px;
  background: #FAEEDC;
  border-radius: 50%;
}
.tft-testimonials-design__three .container .tft-testimonials-content .tft-testimonials-sliders .slick-dots li button::before {
  display: none;
}
.tft-testimonials-design__three .container .tft-testimonials-content .tft-testimonials-sliders .slick-dots li.slick-active {
  border-color: var(--tf-primary);
}
.tft-testimonials-design__three .container .tft-testimonials-content .tft-testimonials-sliders .slick-dots li.slick-active button {
  background: var(--tf-brand-dark);
}
.tft-testimonials-design__three .container .tft-testimonials-content .tft-testimonials-sliders .tft-testimonials-slides {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.tft-testimonials-design__three .container .tft-testimonials-content .tft-testimonials-sliders .tft-testimonials-slides .tft-single-testimonial {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  flex: 1;
  background: var(--tf-color-white);
  padding: 40px;
  box-shadow: 0px 5px 35px 0px rgba(157, 143, 132, 0.15);
}
@media only screen and (max-width: 1199.98px) {
  .tft-testimonials-design__three .container .tft-testimonials-content .tft-testimonials-sliders .tft-testimonials-slides .tft-single-testimonial {
    padding: 35px;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-testimonials-design__three .container .tft-testimonials-content .tft-testimonials-sliders .tft-testimonials-slides .tft-single-testimonial {
    padding: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-testimonials-design__three .container .tft-testimonials-content .tft-testimonials-sliders .tft-testimonials-slides .tft-single-testimonial {
    padding: 25px;
  }
}
.tft-testimonials-design__three .container .tft-testimonials-content .tft-testimonials-sliders .tft-testimonials-slides .tft-single-testimonial .tft-testimonials-inner .testimonial-review {
  margin: 0;
  color: var(--tf-text-paragraph);
}
.tft-testimonials-design__three .container .tft-testimonials-content .tft-testimonials-sliders .tft-testimonials-slides .tft-single-testimonial .tft-testimonials-inner .testimonial-author {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid var(--tf-border-lite);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 991.98px) {
  .tft-testimonials-design__three .container .tft-testimonials-content .tft-testimonials-sliders .tft-testimonials-slides .tft-single-testimonial .tft-testimonials-inner .testimonial-author {
    margin-top: 35px;
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-testimonials-design__three .container .tft-testimonials-content .tft-testimonials-sliders .tft-testimonials-slides .tft-single-testimonial .tft-testimonials-inner .testimonial-author {
    margin-top: 30px;
    padding-top: 25px;
  }
}
.tft-testimonials-design__three .container .tft-testimonials-content .tft-testimonials-sliders .tft-testimonials-slides .tft-single-testimonial .tft-testimonials-inner .testimonial-author .testimonial-author-image {
  width: 55px;
  height: 55px;
}
@media only screen and (max-width: 767.98px) {
  .tft-testimonials-design__three .container .tft-testimonials-content .tft-testimonials-sliders .tft-testimonials-slides .tft-single-testimonial .tft-testimonials-inner .testimonial-author .testimonial-author-image {
    width: 45px;
    height: 45px;
  }
}
.tft-testimonials-design__three .container .tft-testimonials-content .tft-testimonials-sliders .tft-testimonials-slides .tft-single-testimonial .tft-testimonials-inner .testimonial-author .testimonial-author-image img {
  height: 100%;
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.tft-testimonials-design__three .container .tft-testimonials-content .tft-testimonials-sliders .tft-testimonials-slides .tft-single-testimonial .tft-testimonials-inner .testimonial-author .testimonial-author-info h4 {
  color: var(--tf-text-heading);
  font-size: 1.125rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .tft-testimonials-design__three .container .tft-testimonials-content .tft-testimonials-sliders .tft-testimonials-slides .tft-single-testimonial .tft-testimonials-inner .testimonial-author .testimonial-author-info h4 {
    font-size: 1rem;
  }
}
.tft-testimonials-design__three .container .tft-testimonials-content .tft-testimonials-sliders .tft-testimonials-slides .tft-single-testimonial .tft-testimonials-inner .testimonial-author .testimonial-author-info p {
  font-size: 0.875rem;
  margin-bottom: 0;
  color: var(--tf-text-paragraph);
}
.tft-testimonials-design__three .container .tft-testimonials-content .tft-testimonials-sliders.tft-slider-disable {
  overflow: initial;
}
.tft-testimonials-design__three .container .tft-testimonials-content .tft-testimonials-sliders.tft-slider-disable .slick-track {
  width: 100%;
}
.tft-testimonials-design__three .container .tft-testimonials-content .tft-testimonials-sliders.tft-slider-disable .slick-list {
  width: 100%;
}
.tft-testimonials-design__three .container .tft-testimonials-content .tft-testimonials-sliders.tft-slider-disable .slick-dots {
  display: none;
}
.tft-testimonials-design__four .tft-single-testimonial .tft-testimonials-inner {
  background: #DFE6ED;
  border-radius: 24px;
  border: 1px solid #DFE6ED;
  background: linear-gradient(180deg, #F5FAFF 0%, #D8E3ED 100%);
  padding: 32px;
}
@media only screen and (max-width: 767.98px) {
  .tft-testimonials-design__four .tft-single-testimonial .tft-testimonials-inner {
    padding: 24px;
  }
}
.tft-testimonials-design__four .tft-single-testimonial .tft-testimonials-inner .testimonial-header {
  justify-content: space-between;
  padding-bottom: 0;
}
.tft-testimonials-design__four .tft-single-testimonial .tft-testimonials-inner .testimonial-body {
  padding: 35px 0 40px;
}
@media only screen and (max-width: 767.98px) {
  .tft-testimonials-design__four .tft-single-testimonial .tft-testimonials-inner .testimonial-body {
    padding: 24px 0;
  }
}
.tft-testimonials-design__four .tft-single-testimonial .tft-testimonials-inner .testimonial-body .tft-content {
  font-weight: 700;
}
.tft-testimonials-design__four .tft-single-testimonial .tft-testimonials-inner .testimonial-footer .user-info {
  padding-bottom: 32px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 8px;
}
@media only screen and (max-width: 767.98px) {
  .tft-testimonials-design__four .tft-single-testimonial .tft-testimonials-inner .testimonial-footer .user-info {
    padding-bottom: 24px;
  }
}
.tft-testimonials-design__four .tft-single-testimonial .tft-testimonials-inner .testimonial-footer .user-info .person-avatar {
  width: 55px;
  height: 55px;
}
.tft-testimonials-design__four .tft-single-testimonial .tft-testimonials-inner .testimonial-footer .user-info .person-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.tft-testimonials-design__four .tft-single-testimonial .tft-testimonials-inner .testimonial-footer .user-info .person-info .person-name {
  margin-bottom: 5px;
  font-weight: 700;
}
.tft-testimonials-design__four .tft-single-testimonial .tft-testimonials-inner .testimonial-footer .testimonial-rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.tft-testimonials-design__four .tft-single-testimonial .tft-testimonials-inner .testimonial-footer .testimonial-rating h5 {
  font-size: 1.25rem;
  line-height: 1.2;
}
@media only screen and (max-width: 767.98px) {
  .tft-testimonials-design__four .tft-single-testimonial .tft-testimonials-inner .testimonial-footer .testimonial-rating h5 {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.tft-testimonials-design__four .tft-single-testimonial .tft-testimonials-inner .testimonial-footer .testimonial-rating span {
  line-height: 1.3;
}
@media only screen and (max-width: 767.98px) {
  .tft-testimonials-design__four .tft-single-testimonial .tft-testimonials-inner .testimonial-footer .testimonial-rating span {
    line-height: 1.2;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-testimonials-design__four .tft-single-testimonial .tft-testimonials-inner .testimonial-footer .testimonial-rating span i {
    font-size: 0.875rem;
  }
}
.tft-testimonials-design__four .slick-list {
  margin: 0 -16px !important;
}
@media only screen and (max-width: 991.98px) {
  .tft-testimonials-design__four .slick-list {
    margin: 0 -8px !important;
  }
}
.tft-testimonials-design__four .slick-list .slick-track {
  overflow: hidden;
}
.tft-testimonials-design__four .slick-list .slick-track .slick-slide {
  margin: 0 16px !important;
}
@media only screen and (max-width: 991.98px) {
  .tft-testimonials-design__four .slick-list .slick-track .slick-slide {
    margin: 0 8px !important;
  }
}
.tft-testimonials-design__five .tft-testimonial-top-header {
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 56px;
  margin-bottom: 56px;
}
@media only screen and (max-width: 1024.98px) {
  .tft-testimonials-design__five .tft-testimonial-top-header {
    margin-bottom: 32px;
  }
}
.tft-testimonials-design__five .tft-testimonial-top-header h3.tft-section-subtitle {
  color: var(--tf-links-color);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  text-transform: uppercase;
}
.tft-testimonials-design__five .tft-testimonial-top-header h2.tft-section-title {
  color: var(--tf-text-heading);
  font-size: 4.063rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}
@media only screen and (max-width: 1024.98px) {
  .tft-testimonials-design__five .tft-testimonial-top-header h2.tft-section-title {
    font-size: 2.313rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-testimonials-design__five .tft-testimonial-top-header h2.tft-section-title {
    font-size: 1.563rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-testimonials-design__five .tft-testimonial-top-header .tft-slider-arrows {
    display: none;
  }
}
.tft-testimonials-design__five .tft-testimonials-selector {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.tft-testimonials-design__five .tft-testimonials-selector::before {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #153D3A;
  z-index: 1;
}
.tft-testimonials-design__five .tft-single-testimonial {
  background: var(--tf-color-white);
  padding: 56px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 575.98px) {
  .tft-testimonials-design__five .tft-single-testimonial {
    padding: 24px;
  }
}
.tft-testimonials-design__five .tft-single-testimonial .testimonial-header {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}
.tft-testimonials-design__five .tft-single-testimonial .testimonial-header .quote-icon {
  display: flex;
  gap: 4px;
  margin-top: 8px;
}
.tft-testimonials-design__five .tft-single-testimonial .testimonial-header .quote-icon svg path {
  fill: var(--tf-links-color);
}
.tft-testimonials-design__five .tft-single-testimonial .testimonial-header h3 {
  color: var(--tf-text-heading);
  font-size: 2.313rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
}
@media only screen and (max-width: 1024.98px) {
  .tft-testimonials-design__five .tft-single-testimonial .testimonial-header h3 {
    font-size: 1.563rem;
  }
}
.tft-testimonials-design__five .tft-single-testimonial .testimonial-body .tft-content {
  color: var(--tf-text-paragraph);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 32px 0;
}
.tft-testimonials-design__five .tft-single-testimonial .testimonial-footer .testimonial-rating {
  margin-bottom: 24px;
}
.tft-testimonials-design__five .tft-single-testimonial .testimonial-footer .testimonial-rating .rating {
  display: flex;
  gap: 8px;
}
.tft-testimonials-design__five .tft-single-testimonial .testimonial-footer .testimonial-rating i {
  font-size: 18px;
  color: #E29A00;
}
.tft-testimonials-design__five .tft-single-testimonial .testimonial-footer .user-info {
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 8px;
}
.tft-testimonials-design__five .tft-single-testimonial .testimonial-footer .user-info img {
  border-radius: 100%;
  margin-right: 8px;
  width: 32px;
  width: 32px;
}
.tft-testimonials-design__five .tft-single-testimonial .testimonial-footer .user-info .designation,
.tft-testimonials-design__five .tft-single-testimonial .testimonial-footer .user-info .person-name {
  color: var(--tf-text-heading);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}
.tft-testimonials-design__five .tft-single-testimonial .testimonial-footer .user-info .designation {
  font-weight: 400;
}
.tft-testimonials-design__five .slick-dotted.slick-slider {
  padding-bottom: 56px;
}
@media only screen and (max-width: 575.98px) {
  .tft-testimonials-design__five .slick-dotted.slick-slider {
    padding-bottom: 32px;
  }
}
.tft-testimonials-design__five .slick-list {
  overflow: visible;
}
.tft-testimonials-design__five .slick-list .slick-slide {
  width: 542px;
  height: inherit !important;
  margin: 0 16px !important;
}
@media only screen and (max-width: 575.98px) {
  .tft-testimonials-design__five .slick-list .slick-slide {
    width: 300px;
    margin: 0 12px !important;
  }
}
.tft-testimonials-design__five .tft-slider-arrows {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.tft-testimonials-design__five .tft-slider-arrows .slick-prev,
.tft-testimonials-design__five .tft-slider-arrows .slick-next {
  width: 72px;
  height: 72px;
  background-color: #FFF8F5;
  border-radius: 50%;
  position: relative;
  left: unset;
  right: unset;
  top: unset;
  transform: inherit;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 575.98px) {
  .tft-testimonials-design__five .tft-slider-arrows .slick-prev,
  .tft-testimonials-design__five .tft-slider-arrows .slick-next {
    width: 54px;
    height: 54px;
  }
}
.tft-testimonials-design__five .tft-slider-arrows .slick-prev svg path,
.tft-testimonials-design__five .tft-slider-arrows .slick-next svg path {
  transition: all 0.2s ease;
  stroke: var(--tf-links-color);
}
.tft-testimonials-design__five .tft-slider-arrows .slick-prev:hover path,
.tft-testimonials-design__five .tft-slider-arrows .slick-next:hover path {
  stroke: var(--tf-text-paragraph);
}
.tft-testimonials-design__five .tft-slider-arrows .slick-prev::before,
.tft-testimonials-design__five .tft-slider-arrows .slick-next::before {
  display: none;
}
.tft-testimonials-design__five .slick-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 24px;
  bottom: 5px;
}
@media only screen and (max-width: 575.98px) {
  .tft-testimonials-design__five .slick-dots {
    gap: 8px;
  }
}
.tft-testimonials-design__five .slick-dots li {
  width: 48px;
  height: 16px;
  border: 1px solid var(--tf-links-color);
  text-align: center;
  border-radius: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 575.98px) {
  .tft-testimonials-design__five .slick-dots li {
    width: 32px;
    height: 10px;
  }
}
.tft-testimonials-design__five .slick-dots li button {
  width: 0px;
  height: 0px;
}
.tft-testimonials-design__five .slick-dots li button::before {
  display: none;
}
.tft-testimonials-design__five .slick-dots li.slick-active {
  border-color: var(--tf-links-color);
  background: var(--tf-links-color);
}
.tft-testimonials-design__five .tft-testimonial-mobile-slider-arrow {
  margin-top: 32px;
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .tft-testimonials-design__five .tft-testimonial-mobile-slider-arrow {
    display: block;
  }
}

.tft-gallery-design__one .tft-gallery-top-header {
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 56px;
  margin-bottom: 56px;
}
@media only screen and (max-width: 1024.98px) {
  .tft-gallery-design__one .tft-gallery-top-header {
    margin-bottom: 32px;
  }
}
.tft-gallery-design__one .tft-gallery-top-header h3 {
  color: var(--tf-links-color);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  margin: 0;
  text-transform: uppercase;
}
.tft-gallery-design__one .tft-gallery-top-header h2 {
  color: var(--tf-text-heading);
  font-size: 4.063rem;
  font-weight: 400;
  line-height: 1.2;
  margin: 0;
}
@media only screen and (max-width: 1024.98px) {
  .tft-gallery-design__one .tft-gallery-top-header h2 {
    font-size: 2.313rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-gallery-design__one .tft-gallery-top-header h2 {
    font-size: 1.563rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-gallery-design__one .tft-gallery-top-header .tft-slider-arrows {
    display: none;
  }
}
.tft-gallery-design__one .tft-gallery-selector {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.tft-gallery-design__one .tft-gallery-selector::before {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #F5FFFE;
  z-index: 1;
}
.tft-gallery-design__one .tft-single-gallery .tft-single-thumb {
  margin-bottom: 24px;
  overflow: hidden;
}
.tft-gallery-design__one .tft-single-gallery img {
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.tft-gallery-design__one .tft-single-gallery h3 {
  color: var(--tf-text-heading);
  font-size: 2.313rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
@media only screen and (max-width: 1024.98px) {
  .tft-gallery-design__one .tft-single-gallery h3 {
    font-size: 1.563rem;
    font-weight: 400;
  }
}
.tft-gallery-design__one .tft-single-gallery:hover img {
  transform: scale(1.2);
}
.tft-gallery-design__one .slick-dotted.slick-slider {
  padding-bottom: 56px;
}
@media only screen and (max-width: 575.98px) {
  .tft-gallery-design__one .slick-dotted.slick-slider {
    padding-bottom: 32px;
  }
}
.tft-gallery-design__one .slick-list {
  overflow: visible;
}
.tft-gallery-design__one .slick-list .slick-slide {
  width: 470px;
  height: inherit !important;
  margin: 0 16px !important;
}
@media only screen and (max-width: 575.98px) {
  .tft-gallery-design__one .slick-list .slick-slide {
    width: 270px;
    margin: 0 12px !important;
  }
}
.tft-gallery-design__one .tft-slider-arrows {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.tft-gallery-design__one .tft-slider-arrows .slick-prev,
.tft-gallery-design__one .tft-slider-arrows .slick-next {
  width: 72px;
  height: 72px;
  background-color: var(--tf-filling-foreground);
  border-radius: 50%;
  position: relative;
  left: unset;
  right: unset;
  top: unset;
  transform: inherit;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 575.98px) {
  .tft-gallery-design__one .tft-slider-arrows .slick-prev,
  .tft-gallery-design__one .tft-slider-arrows .slick-next {
    width: 54px;
    height: 54px;
  }
}
.tft-gallery-design__one .tft-slider-arrows .slick-prev svg path,
.tft-gallery-design__one .tft-slider-arrows .slick-next svg path {
  transition: all 0.2s ease;
  stroke: var(--tf-links-color);
}
.tft-gallery-design__one .tft-slider-arrows .slick-prev:hover path,
.tft-gallery-design__one .tft-slider-arrows .slick-next:hover path {
  stroke: var(--tf-text-paragraph);
}
.tft-gallery-design__one .tft-slider-arrows .slick-prev::before,
.tft-gallery-design__one .tft-slider-arrows .slick-next::before {
  display: none;
}
.tft-gallery-design__one .slick-dots {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  gap: 24px;
  bottom: 5px;
}
@media only screen and (max-width: 575.98px) {
  .tft-gallery-design__one .slick-dots {
    gap: 8px;
  }
}
.tft-gallery-design__one .slick-dots li {
  width: 48px;
  height: 16px;
  border: 1px solid var(--tf-links-color);
  text-align: center;
  border-radius: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media only screen and (max-width: 575.98px) {
  .tft-gallery-design__one .slick-dots li {
    width: 32px;
    height: 10px;
  }
}
.tft-gallery-design__one .slick-dots li button {
  width: 0px;
  height: 0px;
}
.tft-gallery-design__one .slick-dots li button::before {
  display: none;
}
.tft-gallery-design__one .slick-dots li.slick-active {
  border-color: var(--tf-links-color);
  background: var(--tf-links-color);
}
.tft-gallery-design__one .tft-gallery-mobile-slider-arrow {
  margin-top: 32px;
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .tft-gallery-design__one .tft-gallery-mobile-slider-arrow {
    display: block;
  }
}

.tft-features-design__one .tft-features-items {
  display: flex;
}
.tft-features-design__one .tft-features-items .tft-features-items-left {
  width: 626px;
  z-index: 1;
}
@media only screen and (max-width: 767.98px) {
  .tft-features-design__one .tft-features-items .tft-features-items-left {
    width: calc(100% - 32px);
  }
}
@media only screen and (max-width: 575.98px) {
  .tft-features-design__one .tft-features-items .tft-features-items-left {
    width: 100%;
  }
}
.tft-features-design__one .tft-features-items .tft-features-items-left .tft-single-feature {
  display: flex;
  padding: 40px;
  gap: 24px;
  background-color: var(--tf-filling-background);
  width: 100%;
  box-sizing: border-box;
  transition: width 0.4s ease-in-out, background-color 0.4s ease-in-out, box-shadow 0.4s ease-in-out, color 0.4s ease-in-out;
  cursor: pointer;
}
@media only screen and (max-width: 767.98px) {
  .tft-features-design__one .tft-features-items .tft-features-items-left .tft-single-feature {
    padding: 24px;
  }
}
@media only screen and (max-width: 575.98px) {
  .tft-features-design__one .tft-features-items .tft-features-items-left .tft-single-feature {
    flex-direction: column;
  }
}
.tft-features-design__one .tft-features-items .tft-features-items-left .tft-single-feature:hover {
  background-color: #fff;
}
.tft-features-design__one .tft-features-items .tft-features-items-left .tft-single-feature .tft-feature-icon {
  flex: 0 0 72px;
  height: 72px;
  width: 72px;
  padding: auto;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: var(--tf-links-color);
  border-radius: 100%;
  transition: all 0.4s ease-in-out;
}
.tft-features-design__one .tft-features-items .tft-features-items-left .tft-single-feature .tft-feature-icon svg {
  width: 40px;
}
.tft-features-design__one .tft-features-items .tft-features-items-left .tft-single-feature .tft-feature-icon svg path {
  fill: var(--tf-links-color);
}
.tft-features-design__one .tft-features-items .tft-features-items-left .tft-single-feature h3 {
  color: var(--tf-text-heading);
  font-size: 2.313rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 8px 0;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 767.98px) {
  .tft-features-design__one .tft-features-items .tft-features-items-left .tft-single-feature h3 {
    font-size: 1.563rem;
    font-weight: 400;
  }
}
.tft-features-design__one .tft-features-items .tft-features-items-left .tft-single-feature p {
  color: var(--tf-text-paragraph);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  transition: all 0.4s ease-in-out;
}
.tft-features-design__one .tft-features-items .tft-features-items-left .tft-single-feature.active {
  width: calc(100% + 72px);
  background-color: var(--tf-primary);
  box-shadow: 0 8px 24px 0 rgba(238, 85, 9, 0.16), 0 20px 40px 0 rgba(8, 39, 36, 0.32);
  z-index: 3;
  position: relative;
}
@media only screen and (max-width: 767.98px) {
  .tft-features-design__one .tft-features-items .tft-features-items-left .tft-single-feature.active {
    width: calc(100% + 32px);
  }
}
@media only screen and (max-width: 575.98px) {
  .tft-features-design__one .tft-features-items .tft-features-items-left .tft-single-feature.active {
    width: 100%;
  }
}
.tft-features-design__one .tft-features-items .tft-features-items-left .tft-single-feature.active .tft-feature-icon {
  color: #fff;
  background-color: var(--tf-links-color);
}
.tft-features-design__one .tft-features-items .tft-features-items-left .tft-single-feature.active .tft-feature-icon svg path {
  fill: #fff;
}
.tft-features-design__one .tft-features-items .tft-features-items-left .tft-single-feature.active h3 {
  color: #F5FFFE;
}
.tft-features-design__one .tft-features-items .tft-features-items-left .tft-single-feature.active p {
  color: var(--tf-text-lite);
}
.tft-features-design__one .tft-features-items .tft-features-items-right {
  width: calc(100% - 626px);
}
@media only screen and (max-width: 767.98px) {
  .tft-features-design__one .tft-features-items .tft-features-items-right {
    display: none;
  }
}
.tft-features-design__one .tft-features-items .tft-features-items-right img {
  width: 100%;
}

.tft-destination-design__one .tft-destination {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.tft-destination-design__one .tft-destination .tft-single-destination {
  flex-basis: calc(25% - 20px);
}
@media only screen and (max-width: 1199.98px) {
  .tft-destination-design__one .tft-destination .tft-single-destination {
    flex-basis: calc(33.33% - 20px);
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-destination-design__one .tft-destination .tft-single-destination {
    flex-basis: calc(50% - 20px);
  }
}
@media only screen and (max-width: 575.98px) {
  .tft-destination-design__one .tft-destination .tft-single-destination {
    flex-basis: 100%;
  }
}
.tft-destination-design__one .tft-destination .tft-single-destination .tft-destination-thumbnail {
  height: 275px;
  margin-bottom: 8px;
}
.tft-destination-design__one .tft-destination .tft-single-destination .tft-destination-thumbnail a {
  display: block;
}
.tft-destination-design__one .tft-destination .tft-single-destination .tft-destination-thumbnail a img {
  height: 275px;
  object-fit: cover;
  width: 100%;
  border-radius: 10px;
}
.tft-destination-design__one .tft-destination .tft-single-destination .tft-destination-title {
  margin-bottom: 4px;
}
.tft-destination-design__one .tft-destination .tft-single-destination .tft-destination-title a {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 6px 0px;
  display: block;
  color: var(--tf-text-paragraph);
}
.tft-destination-design__one .tft-destination .tft-single-destination .tft-destination-title a:hover {
  color: var(--tf-primary);
}
.tft-destination-design__one .tft-destination .tft-single-destination .tft-destination-details ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tft-destination-design__one .tft-destination .tft-single-destination .tft-destination-details ul li {
  flex-basis: 50%;
}
.tft-destination-design__one .tft-destination .tft-single-destination .tft-destination-details ul li a {
  font-size: 1rem;
  font-weight: 400;
}
.tft-destination-design__one .tft-destination .tft-single-destination .tft-destination-details ul li a:hover {
  color: var(--tf-primary);
}
.tft-destination-design__two {
  background-position: left top;
}
.tft-destination-design__two .tft-destination-header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media only screen and (max-width: 767.98px) {
  .tft-destination-design__two .tft-destination-header {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.tft-destination-design__two .tft-destination-header h3 {
  font-weight: 700;
  letter-spacing: 0.16px;
  color: var(--tf-primary);
  margin: 0px 0px 8px 0px;
}
.tft-destination-design__two .tft-destination-header h2 {
  font-size: 3.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--tf-text-heading);
  margin: 0;
  padding-bottom: 48px;
}
@media (max-width: 1366px) {
  .tft-destination-design__two .tft-destination-header h2 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-destination-design__two .tft-destination-header h2 {
    padding-bottom: 24px;
    font-size: 1.5rem;
  }
}
.tft-destination-design__two .tft-destination-header .tft-destination-slides-arrows,
.tft-destination-design__two .tft-destination-header .tft-apartment-location-slider-arrows,
.tft-destination-design__two .tft-destination-header .tft-tour-destination-slides-arrows {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 767.98px) {
  .tft-destination-design__two .tft-destination-header .tft-destination-slides-arrows,
  .tft-destination-design__two .tft-destination-header .tft-apartment-location-slider-arrows,
  .tft-destination-design__two .tft-destination-header .tft-tour-destination-slides-arrows {
    margin-left: auto;
    margin-bottom: 0;
    gap: 16px;
  }
}
.tft-destination-design__two .tft-destination-header .tft-destination-slides-arrows button,
.tft-destination-design__two .tft-destination-header .tft-apartment-location-slider-arrows button,
.tft-destination-design__two .tft-destination-header .tft-tour-destination-slides-arrows button {
  width: auto;
  position: inherit;
}
.tft-destination-design__two .tft-destination-header .tft-destination-slides-arrows button::before,
.tft-destination-design__two .tft-destination-header .tft-apartment-location-slider-arrows button::before,
.tft-destination-design__two .tft-destination-header .tft-tour-destination-slides-arrows button::before {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .tft-destination-design__two .tft-destination-header .tft-destination-slides-arrows button svg,
  .tft-destination-design__two .tft-destination-header .tft-apartment-location-slider-arrows button svg,
  .tft-destination-design__two .tft-destination-header .tft-tour-destination-slides-arrows button svg {
    width: 32px;
    height: 16px;
  }
}
.tft-destination-design__two .tft-destination-content .tft-destination-slides {
  margin: 0 -20px;
}
@media only screen and (max-width: 991.98px) {
  .tft-destination-design__two .tft-destination-content .tft-destination-slides {
    margin: 0 -16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-destination-design__two .tft-destination-content .tft-destination-slides {
    margin: 0 -10px;
  }
}
.tft-destination-design__two .tft-destination-content .tft-destination-slides .slick-list.draggable {
  width: 100% !important;
  padding-left: 0px !important;
}
.tft-destination-design__two .tft-destination-content .tft-destination-slides .tft-single-destination {
  margin: 0px 20px !important;
}
@media only screen and (max-width: 991.98px) {
  .tft-destination-design__two .tft-destination-content .tft-destination-slides .tft-single-destination {
    margin: 0px 15px !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-destination-design__two .tft-destination-content .tft-destination-slides .tft-single-destination {
    margin: 0px 10px !important;
  }
}
.tft-destination-design__two .tft-destination-content .tft-destination-slides .tft-single-destination .tft-destination-thumbnail {
  height: 600px;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 1024.98px) {
  .tft-destination-design__two .tft-destination-content .tft-destination-slides .tft-single-destination .tft-destination-thumbnail {
    height: 400px;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-destination-design__two .tft-destination-content .tft-destination-slides .tft-single-destination .tft-destination-thumbnail {
    height: 280px;
  }
}
.tft-destination-design__two .tft-destination-content .tft-destination-slides .tft-single-destination .tft-destination-thumbnail::before {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.tft-destination-design__two .tft-destination-content .tft-destination-slides .tft-single-destination .tft-destination-thumbnail .tft-destination-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -65px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  overflow: hidden;
  transition: 0.3s all ease;
}
@media only screen and (max-width: 991.98px) {
  .tft-destination-design__two .tft-destination-content .tft-destination-slides .tft-single-destination .tft-destination-thumbnail .tft-destination-content {
    bottom: 0px;
  }
}
.tft-destination-design__two .tft-destination-content .tft-destination-slides .tft-single-destination .tft-destination-thumbnail .tft-destination-content h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--tf-color-white);
  padding: 0px 48px 37px 48px;
  margin: 0;
}
@media only screen and (max-width: 1024.98px) {
  .tft-destination-design__two .tft-destination-content .tft-destination-slides .tft-single-destination .tft-destination-thumbnail .tft-destination-content h3 {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-destination-design__two .tft-destination-content .tft-destination-slides .tft-single-destination .tft-destination-thumbnail .tft-destination-content h3 {
    padding: 0px 16px 16px 16px;
  }
}
.tft-destination-design__two .tft-destination-content .tft-destination-slides .tft-single-destination .tft-destination-thumbnail .tft-destination-content span {
  background-color: var(--tf-primary);
  padding: 20px 48px;
  display: flex;
  font-weight: 700;
  color: var(--tf-color-white);
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 991.98px) {
  .tft-destination-design__two .tft-destination-content .tft-destination-slides .tft-single-destination .tft-destination-thumbnail .tft-destination-content span {
    padding: 8px 16px;
    font-size: 0.75rem;
  }
}
.tft-destination-design__two .tft-destination-content .tft-destination-slides .tft-single-destination .tft-destination-thumbnail .tft-destination-content span:hover {
  background: var(--tf-brand-dark);
}
.tft-destination-design__two .tft-destination-content .tft-destination-slides .tft-single-destination:hover .tft-destination-thumbnail .tft-destination-content {
  bottom: 0;
}
.tft-destination-design__three .tft-destination-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
@media (max-width: 1760px) {
  .tft-destination-design__three .tft-destination-content {
    gap: 20px;
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-destination-design__three .tft-destination-content {
    gap: 20px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-destination-design__three .tft-destination-content {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.tft-destination-design__three .tft-destination-content .tft-heading-content {
  flex-basis: 596px;
}
@media (max-width: 1760px) {
  .tft-destination-design__three .tft-destination-content .tft-heading-content {
    flex-basis: calc(40% - 15px);
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-destination-design__three .tft-destination-content .tft-heading-content {
    flex-basis: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767.98px) {
  .tft-destination-design__three .tft-destination-content .tft-heading-content {
    flex-basis: 100%;
  }
}
.tft-destination-design__three .tft-destination-content .tft-heading-content h3 {
  color: var(--tf-primary);
}
.tft-destination-design__three .tft-destination-content .tft-heading-content h2 {
  color: var(--tf-text-heading);
}
.tft-destination-design__three .tft-destination-content .tft-heading-content .tft-section-content {
  max-width: 490px;
}
@media only screen and (max-width: 767.98px) {
  .tft-destination-design__three .tft-destination-content .tft-heading-content .tft-section-content {
    max-width: 100%;
  }
}
.tft-destination-design__three .tft-destination-content .tft-heading-content .tft-section-content p {
  margin-bottom: 30px;
  color: var(--tf-text-paragraph);
}
@media only screen and (max-width: 767.98px) {
  .tft-destination-design__three .tft-destination-content .tft-heading-content .tft-section-content p {
    margin-bottom: 10px;
  }
}
.tft-destination-design__three .tft-destination-content .tft-single-destination {
  flex-basis: 288px;
}
@media (max-width: 1760px) {
  .tft-destination-design__three .tft-destination-content .tft-single-destination {
    flex-basis: calc(30% - 15px);
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-destination-design__three .tft-destination-content .tft-single-destination {
    flex-basis: calc(50% - 10px);
  }
}
@media only screen and (max-width: 575.98px) {
  .tft-destination-design__three .tft-destination-content .tft-single-destination {
    flex-basis: 100%;
  }
}
.tft-destination-design__three .tft-destination-content .tft-single-destination:nth-child(5) {
  flex-basis: 596px;
}
@media (max-width: 1760px) {
  .tft-destination-design__three .tft-destination-content .tft-single-destination:nth-child(5) {
    flex-basis: calc(40% - 15px);
  }
}
@media only screen and (max-width: 991.98px) {
  .tft-destination-design__three .tft-destination-content .tft-single-destination:nth-child(5) {
    flex-basis: calc(50% - 10px);
  }
}
@media only screen and (max-width: 575.98px) {
  .tft-destination-design__three .tft-destination-content .tft-single-destination:nth-child(5) {
    flex-basis: 100%;
  }
}
.tft-destination-design__three .tft-destination-content .tft-single-destination .tft-destination-thumbnail {
  height: 300px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 1;
}
.tft-destination-design__three .tft-destination-content .tft-single-destination .tft-destination-thumbnail::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.87) 88%);
  width: 100%;
  height: 100%;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  z-index: -1;
}
.tft-destination-design__three .tft-destination-content .tft-single-destination .tft-destination-thumbnail .tft-destination-content {
  position: absolute;
  bottom: 35px;
  left: 35px;
  color: var(--tf-color-white);
}
.tft-destination-design__three .tft-destination-content .tft-single-destination .tft-destination-thumbnail .tft-destination-content h3 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 10px;
  color: var(--tf-color-white);
  text-transform: capitalize;
}
.tft-destination-design__three .tft-destination-content .tft-single-destination .tft-destination-thumbnail .tft-destination-content h3 a {
  color: var(--tf-color-white);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tft-destination-design__three .tft-destination-content .tft-single-destination .tft-destination-thumbnail .tft-destination-content h3 a:hover {
  color: var(--tf-primary);
}
.tft-destination-design__three .tft-destination-content .tft-single-destination .tft-destination-thumbnail .tft-destination-content p {
  margin-bottom: 0;
  color: var(--tf-color-white);
  font-size: 0.875rem;
}
.tft-destination-design__three .tft-destination-content .tft-btn {
  height: 50px;
  padding: 16px 36px;
  background: #f2f2f2;
  color: var(--tf-text-paragraph);
}
.tft-destination-design__three .tft-destination-content .tft-btn:hover {
  background: var(--tf-primary);
  color: var(--tf-color-white);
}
@media only screen and (max-width: 767.98px) {
  .tft-destination-design__three .tft-destination-content .tft-btn {
    display: none;
  }
}
.tft-destination-design__three .tft-destination-content .tft-btn--mobile {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .tft-destination-design__three .tft-destination-content .tft-btn--mobile {
    display: block;
    margin: 10px auto 0;
  }
}

.tft-section-heading__two .section-title {
  color: var(--tf-text-heading);
}
.tft-section-heading__two .section-title-suffix {
  color: var(--tf-primary);
}

/*# sourceMappingURL=style.css.map */
