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

::-moz-selection {
  background-color: #321a6c;
  color: #ffffff;
}

::selection {
  background-color: #321a6c;
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #321a6c;
  font-weight: 600;
}

strong {
  font-weight: 600;
  color: #321a6c;
}

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

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

.date {
  color: #999;
  font-size: 90%;
}

.back-to-top {
  position: fixed;
  display: none;
  background: #57b4b8;
  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;
}

header {
  transition: all 0.5s;
  color: #ffffff;
}
header .brand {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.3;
}
@media only screen and (max-width: 572px) {
  header .brand {
    font-size: 20px;
  }
}
header .brand span {
  font-size: 14px;
  display: block;
  font-weight: 400;
}
@media only screen and (max-width: 572px) {
  header .brand span {
    font-size: 12px;
  }
}
header .logo {
  max-width: 150px;
  float: left;
}
@media only screen and (max-width: 767px) {
  header .logo {
    width: 80px;
  }
}
header .topbar {
  padding: 5px 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-left: 10px;
  font-size: 14px;
  text-align: right;
}
header .topbar i {
  color: #57b4b8;
  margin-right: 5px;
}
@media only screen and (max-width: 991px) {
  header .topbar {
    display: none;
  }
}
header .navbar-brand {
  font-size: 14px;
}
header .navbar-brand i {
  color: #57b4b8;
  margin-right: 5px;
}

.fixed-on {
  top: -40px;
  transform: translateY(40px);
  transition: transform 0.3s;
  background: #ffffff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  padding: 10px 0 !important;
  background-color: #321a6c;
}
@media only screen and (max-width: 767px) {
  .fixed-on {
    padding: 0 !important;
  }
}
.fixed-on .topbar {
  display: none;
}
.fixed-on .logo {
  width: 60px;
}
.fixed-on .brand {
  line-height: 1.3;
}
.fixed-on .brand span {
  color: #57b4b8;
}
.fixed-on .navbar {
  padding-bottom: 0 !important;
}

nav .navbar-nav .nav-link {
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: 600;
  margin-right: 10px;
  font-size: 16px;
}
nav .navbar-nav .nav-link:hover {
  color: #57b4b8 !important;
}
nav .navbar-nav .dropdown-menu {
  border-radius: 0px;
  padding: 0;
  border: 0;
  background: #ffffff;
  min-width: 15em;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
nav .navbar-nav .dropdown-menu li {
  border-bottom: 1px solid #eee;
  position: relative;
  font-size: 14px;
}
nav .navbar-nav .dropdown-menu li:last-child {
  border-bottom: none;
}
nav .navbar-nav .dropdown-menu li .dropdown-item {
  padding: 0.4rem 0.9rem;
}
nav .navbar-nav .dropdown-menu li .dropdown-item:hover {
  background-color: #57b4b8;
  color: #ffffff;
}
nav .navbar-nav .dropdown-menu li .dropdown-item i {
  padding-top: 7px;
  font-size: 14px;
}
nav .navbar-nav .nav-item .submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: 0px;
}
nav .navbar-nav .nav-item .submenu-left {
  right: 100%;
  left: auto;
}
nav .navbar-nav .dropdown-menu > li:hover {
  background-color: #57b4b8;
  color: #ffffff;
}
nav .navbar-nav .dropdown-menu > li:hover > .submenu {
  display: block;
}

.c-logo {
  max-width: 160px;
}

.ap {
  text-align: right;
  color: #57b4b8;
}

.canves-header {
  border-bottom: 1px solid #eee;
}

.offcanvas-title .img {
  width: 60px;
}

.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: #57b4b8;
  color: #ffffff;
}
.can-menu ul li a {
  color: #333333;
}
.can-menu ul li a:hover {
  color: #ffffff;
}
.can-menu ul li a:hover a {
  color: #321a6c;
}
.can-menu ul li .dropdown-menu {
  margin-bottom: 15px !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: #321a6c;
}
.can-menu ul li li {
  font-weight: normal;
  padding: 3px 0;
  border-left: 1px solid #f1f1f1;
}
.can-menu ul li li a {
  color: #333333;
}
.can-menu ul li li a:hover {
  background-color: #57b4b8;
  color: #ffffff;
}

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

.offcanvas {
  width: 300px !important;
}

.carousel-banner .carousel-inner .carousel-item img {
  width: 100%;
  height: 100vh;
  animation: zoom 80s;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 991px) {
  .carousel-banner .carousel-inner .carousel-item img {
    height: 70vh;
  }
}
@media (max-width: 768px) {
  .carousel-banner .carousel-inner .carousel-item img {
    height: 50vh;
  }
}
.carousel-banner .carousel-inner .carousel-item .carousel-caption {
  bottom: 20%;
  color: #ffffff;
  text-align: left;
  z-index: 999;
}
.carousel-banner .carousel-inner .carousel-item .carousel-caption h3 {
  font-size: 50px;
  color: #ffffff;
  font-weight: 600;
}
@media (max-width: 768px) {
  .carousel-banner .carousel-inner .carousel-item .carousel-caption h3 {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  .carousel-banner .carousel-inner .carousel-item .carousel-caption h3 {
    font-size: 30px;
    line-height: 1.3;
  }
}
.carousel-banner .carousel-inner .carousel-item .carousel-caption .btn {
  background: #321a6c;
  color: #ffffff;
  font-size: 16px;
  border-radius: 25px;
}
.carousel-banner .carousel-inner .carousel-item .carousel-caption .btn:hover {
  background: #57b4b8;
}
.carousel-banner .carousel-inner .carousel-item .carousel-caption p {
  font-size: 20px;
  margin-bottom: 30px;
}
@media (max-width: 576px) {
  .carousel-banner .carousel-inner .carousel-item .carousel-caption .btn {
    display: none;
  }
}
@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}
.carousel-banner .carousel-indicators {
  bottom: 15%;
}
.carousel-banner .carousel-indicators [data-bs-target] {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}

.search {
  position: absolute;
  bottom: 0;
  z-index: 999;
}
@media (max-width: 768px) {
  .search {
    position: relative;
    padding-top: 50px;
  }
}
.search .box, .search .blog .cat, .blog .search .cat, .search .blog .latest-post, .blog .search .latest-post {
  background: rgb(255, 255, 255);
  padding: 30px 30px 0px;
  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 {
  font-style: italic;
}
.search .box select, .search .blog .cat select, .blog .search .cat select, .search .blog .latest-post select, .blog .search .latest-post select {
  font-size: 14px;
}

.welcome h1 {
  font-weight: 700;
}
.welcome h1 span {
  color: #57b4b8;
  font-size: 60%;
  display: block;
  font-weight: 500;
  line-height: 1.5;
}

.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: #57b4b8;
  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;
  z-index: 0;
}
.parallax .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.9;
  background: #321a6c;
  z-index: -1;
}
.parallax .overlay-s {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.9;
  background: #57b4b8;
  z-index: -1;
}

.popular h2 {
  text-transform: uppercase;
  font-weight: 600;
}
.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 #321a6c !important;
  font-size: 30px !important;
  line-height: 1 !important;
  color: #321a6c !important;
  margin-left: 5px;
  border-radius: 100%;
  transition: all 0.2s linear;
}
.popular .owl-nav .owl-prev:hover,
.popular .owl-nav .owl-next:hover {
  border-color: #57b4b8 !important;
  color: #57b4b8 !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;
  font-weight: 600;
}
.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: #57b4b8;
}

.ws-item {
  margin-bottom: 25px;
  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;
}
.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: #57b4b8;
}
.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 25px;
  left: 0;
  text-align: center;
}
.ws-item figure .cat-title h3 {
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
}
.ws-item figure .cat-title span {
  background: #57b4b8;
  padding: 5px 20px;
  text-transform: uppercase;
  border-radius: 15px;
  font-size: 14px;
  color: #ffffff;
}
.ws-item .desc {
  font-size: 14px;
  line-height: 1.4;
}
.ws-item .desc span {
  font-style: italic;
}
.ws-item .desc i {
  color: #ffac1c;
}
.ws-item .desc p {
  font-size: 14px;
}
.ws-item .desc h3 {
  color: #333333;
  font-size: 22px;
  margin-bottom: 10px;
}
.ws-item .desc h3 a {
  color: #333333;
}
.ws-item .desc h3 a:hover {
  color: #57b4b8;
}
.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 {
  text-align: center;
  font-size: 14px;
  text-align: center;
}
.review h2 {
  text-transform: uppercase;
  font-weight: 600;
  color: #333333;
}
.review img {
  max-width: 100px;
}

.blogh {
  padding-bottom: 20px;
}
.blogh h2 {
  text-transform: uppercase;
  margin-bottom: 20px;
}
.blogh-item {
  background: rgb(255, 255, 255);
  margin-left: -150px;
  padding: 20px;
}
@media (max-width: 768px) {
  .blogh-item {
    margin: 0 0 20px;
  }
}
.blogh-item h3 {
  font-size: 26px !important;
}
.blogh-item h3 a {
  color: #321a6c;
}
.blogh-item h3 a:hover {
  color: #57b4b8;
}
.blogh h4 {
  font-size: 18px !important;
}

.expert {
  background: #57b4b8;
  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: 50px;
  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 #57b4b8;
  text-align: center;
  padding-top: 10px;
  margin-right: 15px;
}
.contacts a {
  color: #321a6c;
}

.footer {
  padding: 50px 0;
  font-size: 14px;
  background: #f2f2f2;
  background-size: 100%;
  padding-bottom: 20px !important;
}
.footer h2 {
  text-transform: uppercase;
}
.footer a {
  color: #333333;
}
.footer a:hover {
  color: #57b4b8;
}
.footer h3 {
  font-weight: 500 !important;
  font-size: 20px;
  text-transform: uppercase;
}
.footer .contact i {
  margin-right: 20px;
  float: left;
  width: 40px;
  font-size: 16px;
  border-radius: 100%;
  height: 40px;
  border: 1px solid #333333;
  padding: 10px;
  text-align: center;
  line-height: 20px;
  margin-bottom: 20px;
  color: #333333;
}

.gre-bg {
  color: #ffffff;
  background-image: linear-gradient(to right top, #321a6c, #003c84, #005b84, #007761, #57b4b8);
  padding: 25px;
}

.overlay {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.7) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.overlay-top {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 40%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
}

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

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

.lg {
  font-size: 2.5em;
  line-height: 1.3;
}
@media (max-width: 576px) {
  .lg {
    font-size: 2em;
  }
}
.lg span {
  display: block;
  font-size: 50%;
}

.medium {
  font-size: 2em;
}

.small {
  font-size: 1.5em;
}

.dark {
  color: #231f20;
}

.p-color {
  color: #321a6c;
}

.s-color {
  color: #57b4b8;
}

.d-color {
  color: #333333;
}

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

.btn-success {
  background: #321a6c;
  border-color: #321a6c;
}
.btn-success:hover {
  background: #57b4b8;
  border-color: #57b4b8;
  color: #321a6c;
}

.ws-title {
  position: relative;
}
.ws-title strong {
  color: #ffffff;
}
.ws-title .cover-img {
  position: relative;
  overflow: hidden;
}
.ws-title .cover-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  max-height: 70vh;
}
@media (max-width: 572px) {
  .ws-title .cover-img img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 50vh;
  }
}
.ws-title .cover-img .details {
  position: absolute;
  bottom: 30px;
  width: 100%;
  color: #ffffff;
  z-index: 999;
}
.ws-title .cover-img .details h1 {
  line-height: 1.4;
  color: #ffffff;
}
.ws-title .cover-img .details h1 span {
  color: #57b4b8;
  font-size: 60%;
  display: block;
  font-weight: 500;
}
.ws-title .cover-img .details .rank-math-breadcrumb {
  font-size: 14px;
}
.ws-title .testimonial img {
  height: 50vh;
}

.rating i {
  color: #ffbe33;
}

.ws-block {
  padding: 50px 0 40px;
}
@media (max-width: 572px) {
  .ws-block {
    padding: 35px 0 20px;
  }
}
.ws-block h1 {
  font-weight: 600;
}
.ws-block h1 span {
  color: #57b4b8;
  font-size: 60%;
  display: block;
  font-weight: 500;
  line-height: 1.5;
}
.ws-block h2 {
  font-size: 34px;
  margin-bottom: 25px;
}
.ws-block h2 span {
  color: #57b4b8;
  font-size: 70%;
  display: block;
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 572px) {
  .ws-block h2 {
    font-size: 25px;
  }
}
.ws-block h3 {
  font-size: 26px;
}
.ws-block h3 span {
  display: block;
  font-size: 60%;
}
@media (max-width: 572px) {
  .ws-block h3 {
    font-size: 20px;
  }
}
.ws-block h4 {
  font-size: 22px;
}
.ws-block h4 span {
  display: block;
  font-size: 80%;
  color: #57b4b8;
}
@media (max-width: 572px) {
  .ws-block h4 {
    font-size: 18px;
  }
}
.ws-block blockquote {
  padding: 15px;
  margin-left: 25px;
  border-left: 5px solid #57b4b8;
  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: #333333;
  text-transform: uppercase;
  font-weight: 600;
}
.ws-block .nav-tabs .active {
  color: #57b4b8;
}
.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: #333333;
}
.ws-block .nav-pills .active {
  color: #ffffff;
  background: #57b4b8;
}
@media (max-width: 768px) {
  .ws-block .nav-pills {
    display: none !important;
  }
}
.ws-block hr {
  opacity: 0.1;
}

.highlights {
  font-size: 18px;
  line-height: 1.7;
  font-weight: 600;
}

.sprice {
  background: #57b4b8;
  color: #ffffff;
}
.sprice strong {
  color: #ffffff;
}
.sprice h3 {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0;
  color: #321a6c;
}
.sprice h3 span {
  font-weight: 500;
  text-decoration: line-through;
  display: inline;
  opacity: 0.7;
}
.sprice table {
  font-size: 14px;
  background: none;
}

.facts {
  line-height: 1.3;
  margin-bottom: 30px;
}
.facts .col-3 {
  text-align: center;
}
.facts .col-9 {
  font-weight: bold;
}
.facts h5 {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.facts i {
  font-size: 30px;
  text-align: center;
  color: #57b4b8;
}

.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: "\f054";
  position: absolute;
  left: 20px;
  color: #321a6c;
  font-size: 16px;
}

.itinerary {
  padding-bottom: 20px;
}
.itinerary .controls {
  text-align: right;
  margin-top: -35px;
  margin-bottom: 20px;
}
.itinerary .controls button {
  cursor: pointer;
}
.itinerary .collapse-group {
  margin-bottom: 10px;
}
.itinerary .item {
  position: relative;
  margin: 0 20px;
  border-left: 2px dotted #57b4b8;
  padding-left: 40px;
  padding-bottom: 15px;
}
.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: 6px;
  top: 0px;
  background: #57b4b8;
  color: #ffffff;
}
.itinerary .item .small {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  left: -8px;
  top: 7px;
  background: #ffffff;
  border: 2px solid #57b4b8;
}
.itinerary .item h4 {
  color: #321a6c;
  margin-bottom: 20px;
}
.itinerary .item h4 span {
  font-size: 16px;
}
.itinerary .item h4 .collapsed {
  color: #333333;
}
.itinerary .item h4 a {
  color: #333333;
}
.itinerary .item h4 a:hover {
  color: #57b4b8;
  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;
}
.itinerary .item .day i {
  color: #57b4b8;
  padding-right: 5px;
}
.itinerary .item .day p {
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.itinerary .item .day p:last-child {
  border: none;
}

.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 td {
  vertical-align: middle;
}

.reviews .label-aero {
  padding: 3px 10px;
  background: #321a6c;
  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: #321a6c;
}
@media (max-width: 575px) {
  .reviews img {
    max-width: 200px;
  }
}
.reviews img:hover {
  cursor: pointer;
}

@media (min-width: 600px) {
  #gall-in {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media (max-width: 600px) {
  #gall-in {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media (max-width: 400px) {
  #gall-in {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
#gall-in img {
  width: 100%;
  height: auto;
  margin: 4% auto;
  cursor: pointer;
  transition: all 0.2s;
}

.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: #333333;
}
.pagenav .page-numbers:hover {
  border-color: #57b4b8;
  color: #57b4b8;
}
.pagenav .current {
  border-color: #57b4b8;
  font-weight: 500;
  color: #57b4b8;
}

.faqs .accordion-button {
  background: none;
  font-weight: 500;
}
.faqs .accordion-button:focus {
  box-shadow: none;
}
.faqs .accordion-button:not(.collapsed) {
  color: #321a6c;
}

.ws-round {
  padding: 30px 0;
}
.ws-round .item {
  padding-bottom: 20px;
}
.ws-round .item h4 {
  font-size: 20px;
  color: #333333;
  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: #333333;
  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: #333333;
}
.blog-item h3 a:hover {
  color: #57b4b8;
}
.blog-item:last-child {
  margin-bottom: 0;
}
.blog .box, .blog .cat, .blog .latest-post {
  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: #321a6c;
}
.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 i {
  width: 45px;
  height: 45px;
  line-height: 23px;
  padding: 10px;
  display: block;
  border-radius: 100%;
  border: 2px solid #57b4b8;
  color: #57b4b8;
}

#single-nav {
  padding: 15px 0;
  display: none;
  background: #321a6c;
  z-index: 1040;
}
@media only screen and (max-width: 768px) {
  #single-nav {
    display: none !important;
  }
}
#single-nav .nav-link {
  padding: 3px 10px !important;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0;
  border-radius: 3px;
}
#single-nav .active {
  background: #ffffff;
  color: #321a6c !important;
}

aside .abox {
  padding: 20px;
  margin-bottom: 25px;
  background: #ffffff;
}
aside .video {
  margin-bottom: 30px;
}
aside .info ul {
  padding: 0px;
  position: relative;
}
aside .info ul li {
  list-style-type: none;
  padding-left: 30px;
  font-size: 14px;
}
aside .info ul li a {
  color: #321a6c;
}
aside .info ul li a:hover {
  color: #57b4b8;
}
aside .info ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  position: absolute;
  left: 7px;
  color: #321a6c;
}
aside .book {
  background: aliceblue;
}
aside .book .pp {
  font-size: 20px;
  font-weight: 300;
  color: #321a6c;
}
aside .book .pp div {
  color: #57b4b8;
  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: #321a6c;
}
aside .book .bpoints i {
  margin-right: 5px;
}
aside .book h3 {
  font-weight: 700;
  display: inline;
  color: #57b4b8;
}
aside .enquiry h3 {
  color: #57b4b8;
}
aside .sticky-top {
  top: 30px;
}
aside .related h5 {
  line-height: 1.4;
}
aside .related a {
  color: #333333;
}
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;
}

.s-links a {
  cursor: pointer;
  outline: none;
}
.s-links a.outline {
  position: relative;
  z-index: 3;
  background: #fff;
  color: #321a6c;
  border: #fff solid 2px;
  border-radius: 4px;
  transition: all 0.2s linear;
  padding: 5px;
  width: 30px;
  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;
}

.back-to-top {
  position: fixed;
  display: none;
  background: #321a6c;
  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;
}

.sticky-top {
  top: 85px;
}

.image-source-link {
  color: #98C3D1;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/* 9:16 video frame */
.yt-ratio {
  /* Play button centered */
}
.yt-ratio .ratio-9x16 {
  position: relative;
  width: 100%;
  padding-top: 177.7777777778%;
  overflow: hidden;
  border-radius: 15px;
  background: #000;
  margin-bottom: 30px;
}
.yt-ratio .ratio-16x9 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  border-radius: 15px;
  background: #000;
  margin-bottom: 30px;
}
.yt-ratio img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
}
.yt-ratio img:hover {
  opacity: 1;
}
.yt-ratio .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: #ffffff;
  cursor: pointer;
}
.yt-ratio .play-btn svg {
  transform: translateX(0px);
}
.yt-ratio .play-btn:hover svg circle {
  stroke: #57b4b8;
}
.yt-ratio .play-btn:hover svg polygon {
  fill: #57b4b8;
}
.yt-ratio .title {
  font-size: 20px;
  bottom: 20px;
  width: 100%;
  text-align: center;
  position: absolute;
  color: #ffffff;
  font-weight: 500;
}/*# sourceMappingURL=app.css.map */