html,
body {
  width: 100%;
  height: 100%;
  color: #111111;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  font-family: "Roboto", sans-serif;
  line-height: 1.7;
}

::-moz-selection {
  background-color: #643b6a;
  color: #ffffff;
}

::selection {
  background-color: #643b6a;
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #643b6a;
}

a {
  color: #9e5ea7;
  transition: all 0.2s linear;
  text-decoration: none;
}
a:hover {
  color: #9e5ea7;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.date {
  color: #999;
}

.btn-w {
  background-color: #ffffff;
  color: #643b6a;
}

.bg-light {
  background-color: #f1f1f1;
}

.bg-none {
  background-color: none !important;
}

.bg-p {
  background-color: #643b6a;
}

.dark {
  color: #231f20;
}

.p-color {
  color: #643b6a;
}

.s-color {
  color: #9e5ea7;
}

.d-color {
  color: #111111;
}

.back-to-top {
  position: fixed;
  display: none;
  background: #9e5ea7;
  color: #ffffff;
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}
@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}
.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

.s-links a {
  cursor: pointer;
  outline: none;
}
.s-links a.outline {
  position: relative;
  z-index: 3;
  background: #fff;
  color: #fff;
  border: #fff solid 2px;
  border-radius: 100%;
  transition: all 0.2s linear;
  width: 30px;
  height: 30px;
  padding-top: 5px;
  display: inline-block;
  text-align: center;
}
.s-links a.outline a {
  text-decoration: none;
}
.s-links a.outline:hover {
  color: white;
  background: #1172c4;
  border-color: white;
  transition: all 0.2s linear;
}
.s-links a.outline:active {
  border-radius: 4px;
}
.s-links a.fb {
  color: #005397;
}
.s-links a.fb:hover {
  background: #005397;
}
.s-links a.tw {
  color: #00aedd;
}
.s-links a.tw:hover {
  background: #00aedd;
}
.s-links a.in {
  color: #005397;
}
.s-links a.in:hover {
  background: #005397;
}
.s-links a.gp {
  color: #e3411f;
}
.s-links a.gp:hover {
  background: #e3411f;
}
.s-links a.yt {
  color: #ca3737;
}
.s-links a.yt:hover {
  background: #ca3737;
}
.s-links a.pi {
  color: #cb2027;
}
.s-links a.pi:hover {
  background: #cb2027;
}
.s-links a.ig {
  color: #000;
}
.s-links a.ig:hover {
  background: #333;
}

header {
  transition: all 0.5s;
}
header .logobar {
  background-color: rgba(255, 255, 255, 0.9);
}
header .logobar .logo {
  max-width: 100px;
}
@media only screen and (max-width: 767px) {
  header .logobar .logo {
    width: 60px;
  }
}
header .logobar .navbar-brand {
  font-size: 12px;
}
@media only screen and (max-width: 450px) {
  header .logobar .navbar-brand small {
    display: none;
  }
}
header .logobar .navbar-brand i {
  color: #9e5ea7;
}
header .logobar .cell i {
  float: left;
  margin: 7px 7px 10px 0;
  color: #643b6a;
}
@media only screen and (max-width: 767px) {
  header .logobar .cell {
    font-size: 12px;
  }
}
header .logobar .wishlist {
  position: relative;
}
header .logobar .wishlist #wishlist-total {
  position: absolute;
  top: -14px;
  right: 0;
  color: #643b6a;
}
@media only screen and (max-width: 767px) {
  header .logobar .wishlist #wishlist-total {
    font-size: 12px;
    top: -10px;
    right: 4px;
  }
}
header nav .navbar-nav .nav-link {
  color: #643b6a !important;
  text-transform: uppercase;
  font-weight: 600;
}
@media all and (min-width: 1200px) {
  header nav .navbar-nav .nav-link {
    margin-right: 10px;
  }
}
header nav .navbar-nav .nav-link:hover {
  color: #9e5ea7 !important;
}
header nav .navbar-nav .nav-link .navbar-toggler-icon {
  font-size: 20px !important;
}
header nav .navbar-nav .dropdown-menu {
  border-radius: 10px 0 10px 0;
  padding: 0;
  border: 0;
  background: #ffffff;
  min-width: 15em;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
header nav .navbar-nav .dropdown-menu li {
  border-bottom: 1px solid #eee;
}
header nav .navbar-nav .dropdown-menu li:last-child {
  border-bottom: none;
}
header nav .navbar-nav .dropdown-menu li .dropdown-item {
  padding: 0.4rem 0.8rem;
}
header nav .navbar-nav .dropdown-menu li .dropdown-item:hover {
  background-color: #9e5ea7;
  color: #ffffff;
  border-radius: 10px 0 10px 0;
}
header nav .navbar-nav .dropdown-menu .dropdown-submenu {
  list-style: none;
}
@media all and (min-width: 992px) {
  header .navbar .nav-item .dropdown-menu {
    display: none;
  }
  header .navbar .nav-item:hover .dropdown-menu {
    display: block;
    transition: height 0.35s ease;
  }
}

.fixed-on {
  top: -40px;
  transform: translateY(40px);
  transition: transform 0.3s;
  background: #ffffff;
}
.fixed-on .logo {
  width: 60px;
}
.fixed-on .logobar {
  padding: 0;
}
.fixed-on .brand {
  line-height: 1.3;
}
.fixed-on .navbar {
  padding-bottom: 0 !important;
}

.can-menu {
  padding: 0;
}
.can-menu ul {
  list-style-type: none;
  padding: 0;
  width: 100%;
}
.can-menu ul li {
  list-style-type: none;
  border-bottom: 1px solid #f1f1f1;
  padding: 0px 15px;
}
.can-menu ul li:hover {
  background-color: #9e5ea7;
  color: #ffffff;
}
.can-menu ul li a {
  color: #111111;
}
.can-menu ul li a:hover {
  color: #ffffff;
}
.can-menu ul li a:hover a {
  color: #643b6a;
}
.can-menu ul li .dropdown-menu {
  margin: 0 20px !important;
  width: 100%;
}
.can-menu ul li .dropdown-menu .dropdown-item {
  font-size: 14px;
}
.can-menu ul li .dropdown-toggle::after {
  float: right;
  margin-top: 10px;
}
.can-menu ul li .active {
  color: #643b6a;
}
.can-menu ul li li {
  font-weight: normal;
  padding: 3px 0;
  border-left: 1px solid #f1f1f1;
}
.can-menu ul li li a {
  color: #111111;
}
.can-menu ul li li a:hover {
  background-color: #9e5ea7;
  color: #ffffff;
}

.offcanvas-title h2 {
  font-size: 20px;
  font-weight: 600;
}

.offcanvas {
  width: 300px !important;
}

.wSlider .carousel-inner .carousel-item .overlay {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
}
.wSlider .carousel-inner .carousel-item img {
  width: 100%;
  animation: zoom 80s;
}
@media (max-width: 574px) {
  .wSlider .carousel-inner .carousel-item img {
    height: 50vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.wSlider .carousel-inner .carousel-item .carousel-caption {
  bottom: 25%;
  left: 15%;
  right: 30%;
  color: #ffffff;
  text-align: left;
  z-index: 999;
}
@media (max-width: 1024px) {
  .wSlider .carousel-inner .carousel-item .carousel-caption {
    bottom: 10%;
    right: 0;
  }
}
.wSlider .carousel-inner .carousel-item .carousel-caption h3 {
  font-size: 50px;
  color: #ffffff;
  font-weight: 800;
}
@media (max-width: 768px) {
  .wSlider .carousel-inner .carousel-item .carousel-caption h3 {
    font-size: 35px;
  }
}
@media (max-width: 576px) {
  .wSlider .carousel-inner .carousel-item .carousel-caption h3 {
    font-size: 30px;
    line-height: 1.3;
  }
}
.wSlider .carousel-inner .carousel-item .carousel-caption p {
  font-size: 20px;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .wSlider .carousel-inner .carousel-item .carousel-caption .btn {
    display: none;
  }
}
@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}
.wSlider .carousel-indicators {
  bottom: 15%;
}
@media (max-width: 768px) {
  .wSlider .carousel-indicators {
    bottom: 0;
  }
}
.wSlider .carousel-indicators [data-bs-target] {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  list-style-type: none;
}

.search {
  margin-top: -80px;
  position: relative;
  z-index: 999;
}
@media only screen and (max-width: 991px) {
  .search {
    margin-top: 40px;
    width: 85%;
  }
}
@media only screen and (max-width: 572px) {
  .search {
    width: 95%;
  }
}
.search .box, .search .blog .cat, .blog .search .cat, .search .blog .latest-post, .blog .search .latest-post, .search .blog .blog-search, .blog .search .blog-search {
  background: rgb(255, 255, 255);
  padding: 20px 30px 10px;
  font-size: 14px;
  text-align: center;
}
.search .box p, .search .blog .cat p, .blog .search .cat p, .search .blog .latest-post p, .blog .search .latest-post p, .search .blog .blog-search p, .blog .search .blog-search p {
  font-style: italic;
}
.search .box select, .search .blog .cat select, .blog .search .cat select, .search .blog .latest-post select, .blog .search .latest-post select, .search .blog .blog-search select, .blog .search .blog-search select {
  font-size: 14px;
}

.welcome figure {
  position: relative;
}
.welcome figure img + img {
  position: absolute;
  right: 50%;
  bottom: -10%;
  max-height: 200px;
}

.destination {
  background: #9e5ea7;
  color: #ffffff;
}
.destination .overlay {
  opacity: 0.8;
}
.destination h2 {
  color: #ffffff;
}
.destination .block {
  background: #643b6a;
}
.destination .block h3 {
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  margin-bottom: 0;
}
.destination .block h3 a {
  color: #ffffff;
}
.destination .block h3 a:hover {
  color: #ffbd59;
}
.destination .block h3 span {
  font-size: 12px;
  color: #ffbd59;
}
.destination .block p {
  font-size: 14px;
}

.addon .block {
  line-height: 1.3;
}
.addon .block h3 {
  font-size: 20px;
  font-weight: 500;
}

.vehicle {
  background: #643b6a;
  color: #f1f1f1;
}
.vehicle h2 {
  color: #ffffff;
}
.vehicle .form-control {
  background: #643b6a;
  border-color: #9e5ea7;
  color: #f1f1f1;
  font-size: 14px;
}
.vehicle .form-control::-moz-placeholder {
  color: #f1f1f1;
}
.vehicle .form-control::placeholder {
  color: #f1f1f1;
}
.vehicle .input-group-text {
  background: #643b6a;
  border-color: #9e5ea7;
  color: #9e5ea7;
}

.why-us {
  color: #ffffff;
}
.why-us h2 {
  color: #ffffff;
}
.why-us .block {
  margin-bottom: 20px;
}
.why-us .block h3 {
  color: #ffffff;
}
.why-us .block i {
  font-size: 50px;
  color: #9e5ea7;
  display: none;
}
.why-us .block p {
  font-size: 14px;
}

.parallax-container {
  height: 100%;
  box-shadow: inset 0 0 0 1000px rgba(6, 100, 37, 0.9);
  overflow: hidden;
  height: auto;
}

.parallax {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-image: url("../../images/travel-map.jpg");
  z-index: 0;
}
.parallax .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.8;
  background: #9e5ea7;
  z-index: -1;
}
.parallax .overlay-s {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.9;
  background: #9e5ea7;
  z-index: -1;
}

.popular .owl-nav {
  font-size: 40px;
  position: absolute;
  top: -70px;
  right: 0;
}
.popular .owl-nav .owl-prev,
.popular .owl-nav .owl-next {
  border: 1px solid #643b6a !important;
  font-size: 30px !important;
  line-height: 1 !important;
  color: #643b6a !important;
  margin-left: 5px;
  border-radius: 2px;
  transition: all 0.2s linear;
}
.popular .owl-nav .owl-prev:hover,
.popular .owl-nav .owl-next:hover {
  border-color: #9e5ea7 !important;
  color: #9e5ea7 !important;
}
.popular .owl-nav .owl-prev span,
.popular .owl-nav .owl-next span {
  padding: 5px 10px !important;
}

.cat {
  width: 100%;
}
.cat h2 {
  text-transform: uppercase;
}
.cat .owl-nav {
  display: none !important;
}
.cat .owl-dots {
  text-align: center;
}
.cat .owl-dots button {
  background: #aaa;
  padding: 10px !important;
  margin-right: 5px;
  border-radius: 100%;
}
.cat .owl-dots .active {
  background-color: #9e5ea7;
}

.ws-item {
  margin-bottom: 30px;
  padding: 2px;
}
@media only screen and (max-width: 576px) {
  .ws-item {
    max-width: 400px;
    margin: 0 auto 25px;
  }
}
.ws-item figure {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  border-radius: 3px 3px 0 0;
}
.ws-item figure:hover .hover-infos {
  opacity: 1;
}
.ws-item figure:hover .dark-overlay {
  opacity: 1;
}
.ws-item figure a {
  grid-column: 1/-1;
  grid-row: 1/-1;
}
.ws-item figure a img {
  width: 100%;
  height: 100%;
  transition: all 0.4s;
}
.ws-item figure a img:hover {
  transform: scale(1.1);
}
.ws-item figure .hover-infos {
  grid-column: 1/-1;
  grid-row: 1/-1;
  opacity: 0;
  z-index: 3;
  align-self: center;
  justify-self: center;
  text-align: center;
  transition: opacity 0.5s;
  border: 1px solid rgba(255, 255, 255, 0.3);
  width: 80%;
  height: 80%;
  padding-top: 5%;
  color: #9e5ea7;
}
.ws-item figure .hover-infos p {
  margin-bottom: 10px;
}
.ws-item figure .hover-infos .price {
  font-size: 22px;
  color: #ffffff;
}
.ws-item figure .hover-infos .rating {
  color: #ffffff;
}
.ws-item figure .hover-infos .rating a {
  color: #ffffff;
}
.ws-item figure .hover-infos .rating a:hover {
  text-decoration: underline;
}
.ws-item figure .dark-overlay {
  grid-column: 1/-1;
  grid-row: 1/-1;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.5s;
  background-color: rgba(0, 0, 0, 0.5);
}
.ws-item figure .cat-title {
  width: 100%;
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  bottom: 0px;
  padding: 15px 15px 10px;
  left: 0;
  text-align: center;
}
.ws-item figure .cat-title h3 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-top: 15px;
}
.ws-item figure .cat-title span {
  background: #9e5ea7;
  padding: 7px 20px;
  text-transform: uppercase;
  border-radius: 15px 0;
  font-size: 12px;
  color: #ffffff;
  margin-bottom: 15px;
}
.ws-item figure .product-title {
  width: 100%;
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  bottom: 0px;
  padding: 15px;
  left: 0;
  z-index: 999;
}
.ws-item figure .product-title h3 {
  font-size: 22px;
  margin: 0px;
}
.ws-item figure .product-title h3 a {
  color: #ffffff;
}
.ws-item figure .product-title h3 a:hover {
  color: #ffbd59;
}
.ws-item figure .price {
  width: 100%;
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  bottom: 0px;
  padding: 15px;
  left: 0;
  z-index: 999;
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
  text-align: right;
}
.ws-item figure .save {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 999;
  background: #ffffff;
  width: 35px;
  height: 35px;
  padding-top: 18px;
  text-align: center;
}
.ws-item figure .save a {
  color: #9e5ea7;
}
.ws-item figure .save a:hover {
  color: #643b6a;
}
.ws-item .desc {
  line-height: 1.4;
}
.ws-item .desc span {
  font-style: italic;
}
.ws-item .desc i {
  color: #9e5ea7;
}
.ws-item .desc h3 {
  color: #111111;
  font-size: 22px;
  margin-bottom: 10px;
}
.ws-item .desc h3 a {
  color: #111111;
}
.ws-item .desc h3 a:hover {
  color: #9e5ea7;
}
.ws-item .desc .price {
  text-align: right;
  text-transform: uppercase;
  color: #999;
}
.ws-item .desc .price div {
  font-weight: 600;
  color: #8cab21;
  display: block;
  font-size: 16px;
}
.ws-item .desc .price div span {
  text-decoration: line-through;
  font-weight: 300;
  color: #999;
  display: inline-block;
  margin-left: 4px;
}

.review img {
  max-width: 100px;
}

.blogh {
  padding-bottom: 20px;
}
.blogh h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.blogh-item h3 {
  font-size: 26px !important;
}
.blogh-item h3 a {
  color: #643b6a;
}
.blogh-item h3 a:hover {
  color: #9e5ea7;
}
.blogh h4 {
  font-size: 18px !important;
}

.expert {
  background: #9e5ea7;
  color: #ffffff;
}
.expert h2 {
  color: #ffffff;
}
.expert h2 span {
  color: #ffffff !important;
}
.expert i {
  font-size: 50px;
  margin-bottom: 20px;
}

.asst img {
  background: #ffffff;
  margin-right: 10px;
  max-height: 40px;
  border-radius: 3px;
}
.asst img:last-child {
  margin-right: 0;
}

.contacts i {
  float: left;
  border-radius: 100%;
  width: 45px;
  line-height: 30px;
  height: 45px;
  font-size: 22px;
  border: 1px solid #9e5ea7;
  text-align: center;
  padding-top: 10px;
  margin-right: 15px;
}
.contacts a {
  color: #643b6a;
}

.footer {
  padding: 50px 0;
  background: #643b6a;
  color: #ffffff;
  padding-bottom: 20px !important;
}
.footer h2 {
  text-transform: uppercase;
}
.footer a {
  color: #ffffff;
}
.footer a:hover {
  color: #9e5ea7;
}
.footer h3 {
  font-weight: 500 !important;
  font-size: 20px;
  color: #ffffff;
}
.footer .contact i {
  margin-right: 20px;
  float: left;
  width: 40px;
  font-size: 16px;
  border-radius: 100%;
  height: 40px;
  border: 1px solid #ffffff;
  padding: 10px;
  text-align: center;
  line-height: 20px;
  margin-bottom: 20px;
}
.footer .asst img {
  height: 40px;
  margin-right: 5px;
  padding: 5px;
  background: #ffffff;
  border-radius: 5px;
}
.footer .flink a {
  padding: 0 5px;
}

.form-select {
  border-radius: 3px;
}

@media only screen and (max-width: 767px) {
  .btn-header {
    padding: 10px;
    height: 32px;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.btn-info {
  background: #9e5ea7;
  border-color: #9e5ea7;
  color: #ffffff;
}
.btn-info:hover {
  background: #643b6a;
  border-color: #643b6a;
  color: #ffffff;
}
.btn-info:checked {
  background: #9e5ea7 !important;
  border-color: #9e5ea7;
  color: #ffffff;
}

.btn-outline-info {
  border-color: #9e5ea7;
  color: #643b6a;
}
.btn-outline-info:hover {
  background: #643b6a;
  border-color: #643b6a;
  color: #ffffff;
}

.btn-light {
  color: #643b6a;
}
.btn-light:hover {
  background: #9e5ea7;
  border-color: #9e5ea7;
  color: #ffffff;
}

.ws-title {
  background: #f9f9f9;
  font-weight: 500;
  font-size: 18px;
}
.ws-title .image {
  padding-bottom: 30px;
  height: 50vh;
  overflow: hidden;
  position: relative;
}
.ws-title .image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.5;
  background: #9e5ea7;
  z-index: 1;
}
.ws-title .image .title {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
}
.ws-title .image .title h1 {
  color: #ffffff;
}
.ws-title .image .title .trip-title {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
  padding: 30px;
  margin-bottom: -25px;
}
.ws-title .image .title .trip-title span {
  color: #111111;
}
.ws-title .large {
  height: 60vh;
}
.ws-title h1 {
  line-height: 1.4;
}
.ws-title h1 span {
  color: #111111;
  display: block;
}
.ws-title span {
  font-size: 60%;
}

.rating i {
  color: #ffbe33;
}

.ws-block {
  padding: 70px 0;
}
.ws-block h1 {
  font-weight: 800;
  font-size: 40px;
}
.ws-block h1 span {
  color: #9e5ea7;
  font-size: 60%;
  display: block;
  font-weight: 800;
  line-height: 1.5;
}
.ws-block h2 {
  font-size: 30px;
  margin-bottom: 25px;
}
.ws-block h2 span {
  color: #9e5ea7;
  font-size: 70%;
  display: block;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 574px) {
  .ws-block h2 {
    font-size: 30px;
  }
}
.ws-block h3 {
  font-size: 25px;
}
.ws-block h3 span {
  display: block;
  font-size: 60%;
  color: #111111;
}
@media (max-width: 574px) {
  .ws-block h3 {
    font-size: 25px;
  }
}
.ws-block h4 {
  font-size: 25px;
}
.ws-block h4 span {
  display: block;
  font-size: 80%;
  color: #9e5ea7;
}
.ws-block blockquote {
  padding: 15px;
  margin-left: 25px;
  border-left: 5px solid #9e5ea7;
  background: #f9f9f9;
  font-size: 18px;
  font-weight: 500;
}
.ws-block blockquote p {
  margin-bottom: 0;
}
.ws-block ul {
  padding-left: 20px;
  margin: 0;
  position: relative;
}
.ws-block ul li {
  list-style-type: none;
  padding-left: 30px;
}
.ws-block ul li:before {
  font-family: "FontAwesome";
  content: "\f0da";
  position: absolute;
  left: 30px;
}
.ws-block .nav-tabs {
  padding: 0;
  margin: 0;
}
.ws-block .nav-tabs .nav-link {
  color: #111111;
  text-transform: uppercase;
  font-weight: 600;
}
.ws-block .nav-tabs .active {
  color: #9e5ea7;
}
.ws-block .nav-tabs li {
  padding-left: 0;
}
.ws-block .nav-tabs li:before {
  display: none;
}
.ws-block .tab-pane {
  padding: 20px;
  border: 1px solid #eee;
  margin-top: -1px;
  background: #ffffff;
}
@media (max-width: 768px) {
  .ws-block .show-o {
    display: block !important;
    opacity: 1 !important;
  }
}
.ws-block .nav-pills .nav-link {
  text-align: right;
  font-weight: 600;
  text-transform: uppercase;
  color: #111111;
}
.ws-block .nav-pills .active {
  color: #ffffff;
  background: #9e5ea7;
}
@media (max-width: 768px) {
  .ws-block .nav-pills {
    display: none !important;
  }
}
.ws-block hr {
  opacity: 0.1;
}

.kpoints {
  font-weight: 500;
}
.kpoints i {
  margin-right: 5px;
}

.highlights {
  line-height: 1.8;
  font-weight: 500;
  font-size: 16px;
}

.price strong {
  font-weight: 700;
  font-size: 20px;
  color: #9e5ea7;
}
.price strong span {
  font-weight: 500;
  text-decoration: line-through;
  color: #999;
}

.prices {
  background: #9e5ea7;
  padding: 30px;
  color: #eee;
}
.prices strong {
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
}
.prices strong span {
  font-weight: 500;
  text-decoration: line-through;
  color: #dddddd;
}
.prices #oprices {
  width: 100%;
}
.prices #oprices .collapse[aria-expanded=false] {
  display: block !important;
  height: 113px !important;
  overflow: hidden;
}
.prices #oprices .collapsing[aria-expanded=false] {
  height: 113px !important;
}
.prices #oprices a.collapsed:after {
  content: "+ Show group price";
}
.prices #oprices a:not(.collapsed):after {
  content: "- Hide";
}

.facts {
  font-size: 14px;
  line-height: 1.5;
}
.facts strong {
  font-weight: 500;
  font-size: 16px;
  display: block;
}
.facts i {
  font-size: 25px;
  color: #9e5ea7;
  margin-bottom: 5px;
}

.img-thumb img {
  height: 120px;
  margin-right: 20px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .img-thumb img {
    height: 70px;
  }
}

.ws-list {
  margin-bottom: 20px;
  font-weight: 500;
}
.ws-list h3 {
  font-weight: 600;
}
.ws-list ul {
  padding-left: 20px;
  position: relative;
}
.ws-list ul li {
  list-style-type: none;
  padding-left: 25px;
  margin-bottom: 8px;
}
.ws-list ul li:before {
  font-family: "FontAwesome";
  content: "\f061";
  position: absolute;
  left: 20px;
  color: #643b6a;
  font-size: 16px;
}

.outline i {
  color: #643b6a;
}
.outline em {
  font-size: 90%;
  color: #9e5ea7;
}

.itinerary {
  padding-bottom: 20px;
}
.itinerary hr {
  border-color: #ccc;
}
.itinerary .controls {
  text-align: right;
  margin-top: -55px;
  margin-bottom: 26px;
}
.itinerary .controls button {
  cursor: pointer;
}
.itinerary .collapse-group {
  margin-bottom: 10px;
}
.itinerary .item {
  position: relative;
  margin: 0 20px;
  border-left: 2px dotted #9e5ea7;
  padding-left: 40px;
  padding-bottom: 1px;
}
.itinerary .item:last-child {
  border-color: #ffffff;
}
.itinerary .item .marker {
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 30px;
  border-radius: 100%;
  left: -21px;
  padding-top: 12px;
  top: 0px;
  background: #9e5ea7;
  color: #ffffff;
}
.itinerary .item .small {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  left: -8px;
  top: 7px;
  background: #ffffff;
  border: 2px solid #9e5ea7;
}
.itinerary .item h4 {
  font-size: 20px;
  color: #643b6a;
}
.itinerary .item h4 span {
  font-size: 20px;
  padding: 0 5px;
  display: inline;
  color: #643b6a;
}
.itinerary .item h4 .collapsed {
  color: #111111;
}
.itinerary .item h4 a {
  color: #111111;
}
.itinerary .item h4 a:hover {
  color: #9e5ea7;
  text-decoration: none;
}
.itinerary .item h4 a:active {
  text-decoration: none;
}
.itinerary .item .trigger:after {
  font-family: "FontAwesome";
  content: "\f077";
  vertical-align: text-bottom;
  float: right;
  color: #999;
  font-size: 14px;
}
.itinerary .item .trigger:after:hover {
  color: #5cb85c;
}
.itinerary .item .trigger.collapsed:after {
  font-family: "FontAwesome";
  content: "\f078";
  vertical-align: text-bottom;
  float: right;
  color: #999;
  font-size: 14px;
}
.itinerary .item .trigger.collapsed:after:hover {
  color: #5cb85c;
}
.itinerary .item .day {
  font-size: 14px;
  color: #777;
}
.itinerary .item .day i {
  color: #9e5ea7;
  margin-right: 5px;
  margin-left: 20px;
}

.in-ex ul {
  padding-left: 25px;
  position: relative;
}
.in-ex ul li {
  list-style-type: none;
  padding-left: 15px;
}
.in-ex ul li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  position: absolute;
  left: 10px;
  color: #28a745;
}
.in-ex .ex {
  opacity: 80%;
}
.in-ex .ex h3 {
  color: #fc5145;
}
.in-ex .ex ul li:before {
  content: "\f00d";
  color: #fc5145;
}

.departures small {
  color: #999;
  display: block;
  text-transform: uppercase;
}
.departures td {
  vertical-align: middle;
}

.reviews .label-aero {
  padding: 3px 10px;
  background: #643b6a;
  color: #ffffff !important;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 3px;
}
.reviews .label-aero:before {
  display: inline-block;
  content: "";
  position: absolute;
  left: -12px;
  top: 3px;
  border: 9px solid transparent;
  border-width: 9px 7px;
  border-right-color: #643b6a;
}
.reviews-gallery img {
  max-height: 130px;
}

.gallery img {
  margin-bottom: 15px;
}
.gallery-sm img {
  max-height: 100px;
  margin-bottom: 5px;
}
.gallery-md img {
  max-height: 150px;
  margin-bottom: 5px;
}
.gallery-lg img {
  max-height: 200px;
}

.pagenav {
  padding-top: 20px;
}
.pagenav .page-numbers {
  display: inline-block;
  padding: 5px 10px;
  margin: 0 2px 0 0;
  border: 1px solid #eee;
  text-decoration: none;
  border-radius: 2px;
  color: #111111;
}
.pagenav .page-numbers:hover {
  border-color: #9e5ea7;
  color: #9e5ea7;
}
.pagenav .current {
  border-color: #9e5ea7;
  font-weight: 500;
  color: #9e5ea7;
}

.faqs .accordion-button {
  background: none;
}
.faqs .accordion-button:focus {
  box-shadow: none;
}
.faqs .accordion-button:not(.collapsed) {
  color: #643b6a;
}

.ws-round {
  padding: 30px 0;
}
.ws-round .item {
  padding-bottom: 20px;
}
.ws-round .item h4 {
  font-size: 20px;
  color: #111111;
  font-weight: 600;
}
.ws-round .item figure {
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  border: 5px solid #ffffff;
}
.ws-round .item figure img {
  transition: all 0.4s;
}
.ws-round .item figure:hover img {
  transform: scale(1.1);
  opacity: 0.7;
  cursor: pointer;
}

.ws-square {
  padding: 30px 0;
}
.ws-square .item {
  padding-bottom: 20px;
}
.ws-square .item h4 {
  font-size: 20px;
  color: #111111;
  font-weight: 600;
}
.ws-square .item figure {
  position: relative;
  overflow: hidden;
  border: 5px solid #ffffff;
}
.ws-square .item figure img {
  transition: all 0.4s;
}
.ws-square .item figure:hover img {
  transform: scale(1.1);
  opacity: 0.7;
  cursor: pointer;
}

.blog-item {
  margin-bottom: 30px;
  background: #ffffff;
}
.blog-item figure {
  overflow: hidden;
}
.blog-item figure img {
  transition: all 0.4s;
}
.blog-item figure img:hover {
  transform: scale(1.1);
}
.blog-item h3 {
  font-size: 20px;
}
.blog-item h3 a {
  color: #111111;
}
.blog-item h3 a:hover {
  color: #643b6a;
}
.blog-item:last-child {
  margin-bottom: 0;
}
.blog .box, .blog .cat, .blog .latest-post, .blog .blog-search {
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 25px;
}
.blog .blog-post .post-item {
  margin-bottom: 25px;
}
.blog .blog-post .post-item figure {
  margin-bottom: 0;
}
.blog .blog-post .post-item .desc {
  background: #f1f1f1;
  padding: 25px;
  border: 1px solid #ddd;
}
.blog .blog-post .post-item:last-child {
  margin-bottom: 0px;
}
.blog .blog-search input {
  line-height: 30px;
  border: none;
  font-size: 14px;
}
.blog .blog-search button {
  background: #ffffff;
  border: none;
}
.blog .blog-search button:hover {
  color: #643b6a;
}
.blog .latest-post h3 {
  margin-bottom: 20px;
}
.blog .latest-post .post-items h5 {
  line-height: 1.5;
  font-size: 16px;
}
.blog .latest-post .post-items .auth {
  color: #999;
  font-size: 90%;
}
.blog .cat ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}
.blog .cat ul li {
  margin: 0;
  padding: 7px 0;
  text-transform: uppercase;
}
.blog .cat ul li span {
  float: right;
  border: 1px solid #E0DDDD;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  font-size: 12px;
  text-align: center;
  padding-top: 4px;
  color: #4C4B4B;
}
.blog .tags a {
  padding: 5px 25px;
  border: 1px solid #ddd;
  margin: 5px 0;
  color: #777;
  font-size: 0.75em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  display: inline-block;
}
.blog .tags a:hover {
  background: #ddd;
}

.contact .left {
  background: #643b6a;
  padding: 30px;
  color: #ffffff;
}
.contact .left .top i {
  width: 45px;
  height: 45px;
  line-height: 23px;
  padding: 10px;
  display: block;
  border-radius: 100%;
  border: 2px solid #ffffff;
}
.contact .left .top h2,
.contact .left .top h3 {
  color: #ffffff;
}
.contact .left .top h3 {
  font-size: 20px;
}

#single-nav {
  padding: 10px 0;
  display: none;
  background: #643b6a;
  z-index: 1040;
}
@media only screen and (max-width: 768px) {
  #single-nav {
    display: none !important;
  }
}
#single-nav .nav-link {
  padding: 5px 12px !important;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 15px;
  color: #ffffff;
}
#single-nav h2 {
  font-size: 30px;
}
#single-nav h2 .duration {
  font-size: 18px;
  text-transform: initial;
}
#single-nav .active {
  background: #9e5ea7;
  border-radius: 5px;
}
#single-nav .active .nav-link {
  color: #ffffff !important;
}

aside .abox {
  padding: 20px;
  margin-bottom: 25px;
  background: #ffffff;
}
aside .video {
  margin-bottom: 30px;
}
aside .tripinfo ul {
  padding: 0px;
  position: relative;
}
aside .tripinfo ul li {
  list-style-type: none;
  padding-left: 30px;
}
aside .tripinfo ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  position: absolute;
  left: 7px;
  color: #643b6a;
}
aside .book {
  background: aliceblue;
}
aside .book .pp {
  font-size: 20px;
  font-weight: 300;
  color: #643b6a;
}
aside .book .pp div {
  color: #9e5ea7;
  font-size: 24px;
}
aside .book .pp div span {
  text-decoration: line-through;
  color: #999;
}
aside .book .bpoints {
  line-height: 2;
  text-transform: uppercase;
  font-weight: 300;
  color: #643b6a;
}
aside .book .bpoints i {
  margin-right: 5px;
}
aside .book h3 {
  font-weight: 700;
  display: inline;
  color: #9e5ea7;
}
aside .enquiry h3 {
  color: #9e5ea7;
}
aside .sticky-top {
  top: 30px;
}
aside .related h5 {
  line-height: 1.4;
}
aside .related a {
  color: #111111;
}
aside .related img {
  float: left;
  margin-right: 15px;
  max-width: 100px;
  margin-bottom: 15px;
}
aside .related span {
  font-size: 14px;
}
aside .related hr {
  clear: both;
}

.sticky-top {
  top: 85px;
}

.gform_wrapper.gravity-theme input,
.gform_wrapper.gravity-theme textarea,
.gform_wrapper.gravity-theme select {
  border: 1px solid #ccc !important;
}

.gform_wrapper.gravity-theme .gform_button {
  background: #643b6a;
  border: 1px solid #643b6a !important;
  color: #ffffff;
  padding: 3px 25px;
  border-radius: 25px;
}
.gform_wrapper.gravity-theme .gform_button:hover {
  background: #9e5ea7;
  border: 1px solid #9e5ea7 !important;
  color: #ffffff;
}

.login h1 {
  font-size: 22px;
}/*# sourceMappingURL=app.css.map */