.navbar-addon .navbar-toggler span {
  line-height: 1.1; }

.navbar-addon .dropdown-toggle:after {
  border: 0; }

.navbar-addon .dropdown-menu {
  border-radius: 0; }

.itl-menu-list .menu_class {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0; }
  .itl-menu-list .menu_class li {
    list-style: none; }
    .itl-menu-list .menu_class li a {
      color: #778399;
      font-size: 0.9rem;
      line-height: 1;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }

/*itl hero search start*/
.hearo-search-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }

.itl-hero-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .itl-hero-search .field-group {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 146px;
    flex-basis: 146px; }
    @media (min-width: 991px) {
      .itl-hero-search .field-group.bdr {
        border-left: 1px solid #E5E9EF;
        border-right: 1px solid #E5E9EF; } }
    .itl-hero-search .field-group .dropdown .dropdown-toggle:after {
      display: none; }
    .itl-hero-search .field-group .dropdown .btn-secondary {
      background: #FFFFFF;
      border: 0;
      color: #6C717A;
      font-size: 1rem;
      line-height: 1;
      text-align: left;
      border-radius: 0;
      padding: 20px 20px;
      min-width: 260px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 992px) {
        .itl-hero-search .field-group .dropdown .btn-secondary {
          font-size: 1.3rem;
          line-height: 1;
          padding: 35px 20px; } }
      @media (max-width: 768px) {
        .itl-hero-search .field-group .dropdown .btn-secondary {
          margin-bottom: 0.5rem; } }
      .itl-hero-search .field-group .dropdown .btn-secondary i.icon:before {
        color: #FD9D14;
        font-size: 1.3rem;
        line-height: 1;
        margin: 0 0.5rem 0 0; }
      .itl-hero-search .field-group .dropdown .btn-secondary:focus {
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none; }
      .itl-hero-search .field-group .dropdown .btn-secondary i.icon-sub {
        font-size: 1rem;
        line-height: 1;
        margin-left: auto; }
      .itl-hero-search .field-group .dropdown .btn-secondary:not(:disabled):not(.disabled):active {
        background: #FFFFFF;
        -webkit-box-shadow: none;
        box-shadow: none;
        color: #6C717A; }
    .itl-hero-search .field-group .dropdown-menu {
      border-radius: 0;
      margin-top: 1px;
      border: 0; }
      .itl-hero-search .field-group .dropdown-menu .dropdown-item:hover {
        color: #FFFFFF;
        background: #FD9D14; }
  .itl-hero-search .btn-primary {
    -webkit-box-flex: 0.15;
    -ms-flex-positive: 0.15;
    flex-grow: 0.15;
    background: #FD9D14;
    border: 0;
    border-radius: 0;
    font-size: 1.4rem;
    line-height: 1;
    padding: 35px 28px;
    width: 100%; }
    @media (max-width: 768px) {
      .itl-hero-search .btn-primary {
        font-size: 1rem;
        padding: 23px 30px; } }
    @media (min-width: 769px) and (max-width: 991px) {
      .itl-hero-search .btn-primary {
        font-size: 1rem;
        padding: 23px 16px;
        margin: 0.5rem 0 0 0;
        width: 100%; } }
    .itl-hero-search .btn-primary:hover {
      background: #00AAF1; }

/*itl hero search end*/
/*.itl-advanced-search-form {
    display: flex;
    flex-wrap: wrap;
    .field-group {
        position: relative;
        &.bdr {
            border-left: 2px solid $border-color;
            border-right: 2px solid $border-color;
        }
        .dropdown {
            .dropdown-toggle:after {
                display: none;
            }
            .btn-secondary {
                width: 100%;
                background: $heading-color;
                border: 0;
                color: lighten($text-color, 30%);
                font-size: 1.3em;
                line-height: 3em;
                text-align: left;
                border-radius: 0;
                padding: 0 2rem;
                border: 1px solid #323C4D;
                border-right: 0;
                i.icon {
                    &:before {
                        color: $primary-color;
                        font-size: 1em;
                        line-height: 1em;
                        margin: 0 0.5rem 0 0;
                    }
                }
                &:focus {
                    outline: 0;
                    box-shadow: none;
                }
            }
        }
        .dropdown-menu {
            .dropdown-item {
                &:hover {
                    color: $white;
                    background: $primary-color;
                }
            }
        }
    }
    .field-group {
        flex: 1;
    }
    .btn-primary {
        flex-grow: 0.15;
        background: $primary-color;
        border: 0;
        border-radius: 0;
        font-size: 1.3em;
        &:hover {
            background: $secondary-color;
        }
    }
}*/
.advance-search-form-aside {
  background: #f4f6fa;
  padding: 3rem; }
  .advance-search-form-aside h3 {
    font-size: 1rem;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1rem; }
  .advance-search-form-aside select {
    padding: 1rem;
    border-radius: 0;
    border: 1px solid #E5E9EF;
    min-height: 60px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .advance-search-form-aside select:focus {
      -webkit-box-shadow: none;
      box-shadow: none;
      outline: 0;
      border-color: #FD9D14; }
  .advance-search-form-aside .btn-adv-search {
    width: 100%;
    background: #FD9D14;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 0.9rem;
    line-height: 1;
    font-weight: 700;
    padding: 1rem;
    border-radius: 0; }
    .advance-search-form-aside .btn-adv-search:hover {
      color: #FFFFFF;
      background: #00AAF1; }

.td-term .td-term__item {
  overflow: hidden;
  max-height: 360px; }
  @media (min-width: 769px) {
    .td-term .td-term__item.highlight {
      -ms-grid-column-span: 2;
      grid-column: span 2; } }
  .td-term .td-term__item .td-term__img {
    position: relative;
    max-height: 354px; }
    .td-term .td-term__item .td-term__img img {
      z-index: 1; }
      @media (max-width: 375px) {
        .td-term .td-term__item .td-term__img img {
          width: 100%; } }
    .td-term .td-term__item .td-term__img .overley {
      content: "";
      background: rgba(0, 0, 0, 0.35);
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
      .td-term .td-term__item .td-term__img .overley .td-term__icon i:before {
        font-size: 1.9em;
        text-align: center;
        color: #FFFFFF;
        background: rgba(255, 255, 255, 0.25);
        width: 4rem;
        height: 4rem;
        position: absolute;
        top: 2rem;
        left: 2rem;
        padding: 0.3rem 0;
        border-radius: 100%;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }
      .td-term .td-term__item .td-term__img .overley .td-term__icon i.ml-fix:before {
        padding-left: 0.8rem; }
      .td-term .td-term__item .td-term__img .overley .td-term__content {
        position: absolute;
        bottom: 1rem;
        left: 0;
        padding-left: 2rem;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }
        @media (max-width: 375px) {
          .td-term .td-term__item .td-term__img .overley .td-term__content {
            bottom: 2.5rem; } }
        .td-term .td-term__item .td-term__img .overley .td-term__content h5 a {
          color: #FFFFFF;
          font-size: 1.45em;
          line-height: 1em;
          text-decoration: none;
          font-weight: 700;
          text-transform: uppercase; }
          .td-term .td-term__item .td-term__img .overley .td-term__content h5 a:hover {
            color: #FD9D14; }
        .td-term .td-term__item .td-term__img .overley .td-term__content .td-term__tour-count {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .td-term .td-term__item .td-term__img .overley .td-term__content .td-term__tour-count p {
            visibility: hidden;
            opacity: 0;
            color: #FFFFFF;
            font-size: 1em;
            line-height: 1em;
            margin-bottom: 0;
            text-transform: uppercase;
            -webkit-transition: all 0.4s;
            -o-transition: all 0.4s;
            transition: all 0.4s;
            font-weight: 600; }
  .td-term .td-term__item:hover .td-term__img .overley {
    background: rgba(0, 0, 0, 0.65); }
    .td-term .td-term__item:hover .td-term__img .overley .td-term__icon i:before {
      color: #FD9D14; }
    .td-term .td-term__item:hover .td-term__img .overley .td-term__content {
      -webkit-transform: translateY(-1rem);
      -ms-transform: translateY(-1rem);
      transform: translateY(-1rem); }
      .td-term .td-term__item:hover .td-term__img .overley .td-term__content .td-term__tour-count p {
        visibility: visible;
        opacity: 1; }

.td-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px; }
  @media (max-width: 768px) {
    .td-grid {
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 10px; } }
  @media (max-width: 480px) {
    .td-grid {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      grid-gap: 10px; } }
  .td-grid .td-grid__item {
    overflow: hidden;
    max-height: 356px; }
    .td-grid .td-grid__item .td-grid__img {
      position: relative; }
      .td-grid .td-grid__item .td-grid__img img {
        z-index: 1; }
        @media (min-width: 769px) {
          .td-grid .td-grid__item .td-grid__img img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover; } }
        @media (max-width: 768px) {
          .td-grid .td-grid__item .td-grid__img img {
            width: auto;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover; } }
      .td-grid .td-grid__item .td-grid__img .overley {
        content: "";
        background: rgba(0, 0, 0, 0.35);
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }
        .td-grid .td-grid__item .td-grid__img .overley .td-grid__icon i:before {
          font-size: 1.9em;
          text-align: center;
          color: #FFFFFF;
          background: rgba(255, 255, 255, 0.25);
          width: 4rem;
          height: 4rem;
          position: absolute;
          top: 2rem;
          left: 2rem;
          padding: 0.3rem 0;
          border-radius: 100%;
          -webkit-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s; }
        .td-grid .td-grid__item .td-grid__img .overley .td-grid__icon i.ml-fix:before {
          padding-left: 0.8rem; }
        .td-grid .td-grid__item .td-grid__img .overley .td-grid__content {
          position: absolute;
          bottom: 1rem;
          left: 0;
          padding-left: 2rem;
          -webkit-transition: all 0.4s;
          -o-transition: all 0.4s;
          transition: all 0.4s; }
          @media (max-width: 768px) {
            .td-grid .td-grid__item .td-grid__img .overley .td-grid__content {
              bottom: 7.5rem; } }
          .td-grid .td-grid__item .td-grid__img .overley .td-grid__content h5 a {
            color: #FFFFFF;
            font-size: 1.45em;
            line-height: 1em;
            text-decoration: none;
            font-weight: 700;
            text-transform: uppercase; }
            .td-grid .td-grid__item .td-grid__img .overley .td-grid__content h5 a:hover {
              color: #FD9D14; }
          .td-grid .td-grid__item .td-grid__img .overley .td-grid__content .td-grid__tour-count {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            .td-grid .td-grid__item .td-grid__img .overley .td-grid__content .td-grid__tour-count p {
              visibility: hidden;
              opacity: 0;
              color: #FFFFFF;
              font-size: 1em;
              line-height: 1em;
              margin-bottom: 0;
              text-transform: uppercase;
              -webkit-transition: all 0.4s;
              -o-transition: all 0.4s;
              transition: all 0.4s;
              font-weight: 600; }
    .td-grid .td-grid__item.highlight {
      -ms-grid-column-span: 2;
      grid-column: span 2; }
      @media (max-width: 768px) {
        .td-grid .td-grid__item.highlight {
          -ms-grid-column-span: 1;
          grid-column: span 1; } }
      @media (max-width: 768px) {
        .td-grid .td-grid__item.highlight .td-grid__img .overley .td-grid__content {
          bottom: 0.5rem; } }
    .td-grid .td-grid__item:hover .td-grid__img .overley {
      background: rgba(0, 0, 0, 0.65); }
      .td-grid .td-grid__item:hover .td-grid__img .overley .td-grid__icon i:before {
        color: #FD9D14; }
      .td-grid .td-grid__item:hover .td-grid__img .overley .td-grid__content {
        -webkit-transform: translateY(-1rem);
        -ms-transform: translateY(-1rem);
        transform: translateY(-1rem); }
        .td-grid .td-grid__item:hover .td-grid__img .overley .td-grid__content .td-grid__tour-count p {
          visibility: visible;
          opacity: 1; }

.tour-types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .tour-types .tour-types__item {
    border: 1px solid #000;
    margin: 5px;
    -ms-flex-preferred-size: 15%;
    flex-basis: 15%; }
    .tour-types .tour-types__item a {
      text-align: center; }
    @media (max-width: 768px) {
      .tour-types .tour-types__item {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%; } }
    @media (max-width: 480px) {
      .tour-types .tour-types__item {
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%; } }

.feature-card .feature-card__icon {
  margin-bottom: 3rem; }
  .feature-card .feature-card__icon .feature-card__icon-bg {
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%; }
  .feature-card .feature-card__icon svg {
    display: block;
    position: relative; }

.feature-card .feature-card__content h3 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2rem;
  /*a {
                color: $heading-color;
                text-decoration: none;
            }*/ }

.feature-card .feature-card__content p {
  font-size: 1em;
  font-weight: 500;
  padding-right: 3rem; }

.feature-card .feature-card__content a.feature-card__readmore:hover {
  text-decoration: none; }

.testimonial__item .testimonial__head .testimonial__right .testimonial__rating .display-star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0.9em;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: .8rem; }
  .testimonial__item .testimonial__head .testimonial__right .testimonial__rating .display-star-rating i.checked {
    color: #FD9D14; }

.testimonial__item {
  background: #FFFFFF;
  padding: 3.5rem 4.5rem;
  border: 1px solid #E5E9EF; }
  @media (max-width: 475px) {
    .testimonial__item {
      padding: 1rem 1rem; } }
  .testimonial__item .testimonial__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #E5E9EF;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem; }
    .testimonial__item .testimonial__head .testimonial__left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .testimonial__item .testimonial__head .testimonial__left img {
        width: 70px;
        height: 70px;
        border-radius: 100%;
        margin-right: 1.5rem; }
      .testimonial__item .testimonial__head .testimonial__left h4 {
        font-size: 1.3rem;
        font-weight: 600; }
    .testimonial__item .testimonial__head .testimonial__right .testimonial__rating {
      margin-top: 1.5rem; }
  .testimonial__item .testimonial__content p {
    margin-bottom: 0; }

.client-carousel .client {
  text-align: center; }
  .client-carousel .client img {
    width: auto;
    margin: 0 auto; }

.subscription-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .subscription-form .tl-field input[type="email"] {
    width: 98%;
    padding: 1.5rem;
    color: #6C717A;
    font-size: 1em;
    line-height: 1em;
    font-weight: 500; }
  .subscription-form .tl-field:first-child {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .subscription-form .tl-field .tl-subscribe-btn {
    background: #00AAF1;
    border-radius: 0;
    color: #FFFFFF;
    font-size: 1em;
    font-weight: 500;
    padding: 1.45rem;
    border-color: #00AAF1; }

.mb-0 p {
  margin-bottom: 0 !important; }

.lh-0 .elementor-icon-wrapper {
  line-height: 0; }

.currency-switcher .dropdown .btn-secondary,
.lang-switcher .dropdown .btn-secondary {
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  color: #6C717A;
  font-size: 13px;
  min-width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .currency-switcher .dropdown .btn-secondary i,
  .lang-switcher .dropdown .btn-secondary i {
    font-size: 0.7rem;
    line-height: 1.6;
    margin-left: auto; }
  .currency-switcher .dropdown .btn-secondary:focus,
  .lang-switcher .dropdown .btn-secondary:focus {
    color: #6C717A;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15); }
  .currency-switcher .dropdown .btn-secondary.show:focus,
  .lang-switcher .dropdown .btn-secondary.show:focus {
    color: #6C717A;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background: #FFFFFF; }

.currency-switcher .dropdown-menu,
.lang-switcher .dropdown-menu {
  border-radius: 0; }
  .currency-switcher .dropdown-menu a,
  .lang-switcher .dropdown-menu a {
    color: #6C717A;
    font-size: 13px;
    text-transform: uppercase; }
    .currency-switcher .dropdown-menu a:hover,
    .lang-switcher .dropdown-menu a:hover {
      background: #FD9D14;
      color: #FFFFFF; }

.currency-switcher .show > .btn-secondary.dropdown-toggle:focus,
.lang-switcher .show > .btn-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.fixed-top {
  position: fixed !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.admin-bar .fixed-top {
  margin-top: 32px; }

.itl-video .video {
  display: inline-block;
  text-align: center; }
  .itl-video .video i {
    border-radius: 100%; }


/* Custom Styles */
.dropdown-item.hidden {
  display: none;
}

.btn.disabled,
.dropdown.disabled .btn.dropdown-toggle {
  background-color: #EEE;
  pointer-events: none;
}

.tf-card__price::before {
  display: none;
}

.owl-item .category-item {
  background-color: #FFF; 
}