body {
  background-color: #ffffff;
  font-family: "Assistant", sans-serif;
  color: #071c4d;
}

.navbar-brand img {
  max-height: 40px;
}

.navbar-light {
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: #071c4d;
}

.navbar-light .navbar-nav .nav-link.active {
  font-weight: bold;
  color: #071c4d;
}

.btn-navbar-right {
  margin-top: -10px !important;
  margin-bottom: -8px !important;
  margin-right: -18px !important;
  height: 70px;
  border-radius: 0;
}

.btn-login {
  background-color: #071c4d;
  color: #ffffff;
}

.btn-login:hover {
  background-color: #335092;
}

header {
  padding-top: 180px;
  height: calc(100vh - 40px);
  margin-top: -70px;
  background-size: cover;
}

header h1,
header p {
  color: #ffffff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

header h1 {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 50px;
}

header p {
  font-size: 22px;
}

.section-stats {
  margin-top: -50px;
}

.section-stats .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1000;
  min-width: 60vw;
}

.section-stats .flex-container div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 10px;
  text-align: center;
  z-index: 1000;
}

.section-stats .flex-container div h2 {
  font-size: 30px;
  margin-bottom: 0;
}

.section-stats .flex-container div p {
  font-size: 20px;
  font-weight: lighter;
  margin-bottom: 0px;
}

.section-popular {
  min-height: 540px;
  background-color: #051334;
  margin-top: -50px;
  margin-bottom: -270px;
}

.section-popular .section-popular-heading {
  margin-top: -380px;
  z-index: 1000;
}

.section-popular .section-popular-heading h2,
.section-popular .section-popular-heading p {
  color: #ffffff;
}

.section-popular .section-popular-heading h2 {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 40px;
}

.section-popular .section-popular-heading p {
  font-size: 18px;
}

.section-popular .myVideo {
  height: 500px;
  overflow: hidden;
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

.section-popular #myVideo {
  min-width: 100%;
  min-height: 100%;
}

@media (max-width: 575px) {
  .section-stats {
    margin-top: 0px;
  }
  .section-stats .flex-container {
    width: 100vw;
  }
  .section-stats .flex-container div h2 {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
  .section-stats .flex-container div p {
    font-size: 1rem;
    font-weight: lighter;
  }
  .section-popular {
    min-height: 500px;
  }
  .section-popular-content .section-popular-travel .card-travel {
    margin-top: 50px;
  }
  .section-popular {
    margin-top: 0px;
  }
  .section-popular .section-popular-heading {
    margin-top: -420px;
  }
  .section-events {
    text-align: center;
  }
  .features .border-left {
    border: none !important;
  }
}

.section-popular-content .section-popular-travel .card-travel {
  min-height: 380px;
  background-color: #ddd;
  color: #ffffff;
  padding: 30px;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 5px 15px rgba(7, 28, 77, 0.25);
          box-shadow: 0px 5px 15px rgba(7, 28, 77, 0.25);
}

.section-popular-content .section-popular-travel .travel-country {
  font-size: 18px;
}

.section-popular-content .section-popular-travel .travel-location {
  font-size: 26px;
  padding: 0;
  margin: 0;
  line-height: 0.9em;
}

.section-popular-content .section-popular-travel .travel-button .btn-travel-details {
  background-color: #ff9e53;
  color: #ffffff;
}

.section-popular-content .section-popular-travel .travel-button .btn-travel-details:hover {
  background-color: #ffb983;
}

.section-events {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f7f9ff));
  background: linear-gradient(#fff 0%, #f7f9ff 100%);
  margin-top: -170px;
  padding-top: 240px;
  padding-bottom: 40px;
}

.section-events h2 {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 40px;
}

.section-events p {
  font-size: 18px;
}

.section-events img {
  max-width: 100%;
}

.section-event-content .section-popular-event a {
  color: #000000;
}

.section-event-content .section-popular-event .card-event {
  height: 220px;
  width: 300px;
  background-color: #ddd;
  color: #ffffff;
  padding: 15px;
  background-size: cover;
  margin-bottom: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 5px rgba(7, 28, 77, 0.1);
          box-shadow: 0px 0px 5px rgba(7, 28, 77, 0.1);
  line-height: 1.2rem;
  overflow: hidden;
}

.section-event-content .section-popular-event .detail-event {
  width: 100%;
  font-size: 0.9rem;
  padding: 10px;
  padding-top: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 3, 5, 0.03)), to(#035));
  background-image: linear-gradient(to bottom, rgba(0, 3, 5, 0.03), #035);
}

.section-event-content .section-popular-event .travel-country {
  font-size: 14px;
  color: #aaa;
}

.section-event-content .section-popular-event .travel-location {
  font-size: 18px;
}

.section-event-content .section-popular-event .travel-button .btn-travel-details {
  background-color: #ff9e53;
  color: #ffffff;
}

.section-event-content .section-popular-event .travel-button .btn-travel-details:hover {
  background-color: #ffb983;
}

.section-testimonial-heading {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f7f9ff));
  background: linear-gradient(#fff 0%, #f7f9ff 100%);
  padding-top: 50px;
  min-height: 506px;
}

.section-testimonial-heading h2 {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 40px;
}

.section-testimonial-heading p {
  font-size: 18px;
}

.section-testimonial-content {
  margin-top: -300px;
  padding-bottom: 50px;
}

.section-testimonial-content .card-testimonial {
  padding: 40px 20px 10px;
  border-radius: 8px;
  margin-bottom: 20px;
}

.section-testimonial-content .card-testimonial .testimonial-content {
  min-height: 380px;
}

.section-testimonial-content .card-testimonial h3 {
  font-size: 22px;
}

.section-testimonial-content .card-testimonial .testimonial {
  font-size: 26px;
  font-weight: 200;
  color: #6e6e6e;
  min-height: 160px;
}

.section-testimonial-content .card-testimonial .trip-to {
  font-weight: normal;
  font-size: 22px;
  color: #6e6e6e;
}

.section-testimonial-content .card-testimonial hr {
  margin-left: -20px;
  margin-right: -20px;
}

.section-testimonial-content .card-testimonial img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 150px;
  width: 150px;
}

.section-testimonial-content .btn-get-started {
  background-color: #ff9e53;
  color: #ffffff;
}

.section-testimonial-content .btn-get-started:hover {
  background-color: #fcb178;
  color: #ffffff;
}

.section-testimonial-content .btn-need-help {
  background-color: #f2f2f2;
  color: #c3c3c3;
}

.section-testimonial-content .btn-need-help:hover {
  background-color: #f8f8f8;
}

.section-page .section-page-heading {
  margin-bottom: 25px;
}

.section-page .section-page-heading h2,
.section-page .section-page-heading p {
  color: #071c4d;
}

.section-page .section-page-heading h2 {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 40px;
}

.section-page .section-page-heading p {
  font-size: 18px;
}

.card-style {
  height: 220px;
  background-color: #ddd;
  color: #ffffff;
  padding: 15px;
  background-size: cover;
  margin-bottom: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 5px rgba(7, 28, 77, 0.1);
          box-shadow: 0px 0px 5px rgba(7, 28, 77, 0.1);
}

.section-footer a {
  color: #071c4d;
}

.section-details-header {
  min-height: 500px;
  background-color: #e7e9ef;
  margin-top: -68px;
}

.section-details-content {
  margin-top: -380px;
  min-height: 100vh;
}

.section-details-content .breadcrumb {
  background-color: transparent;
  padding: 0;
  margin-bottom: 30px;
}

.section-details-content .breadcrumb-item {
  color: #071c4d;
}

.section-details-content .card-details {
  padding: 30px;
  border-radius: 8px;
}

.section-details-content .card-details h1 {
  font-size: 26px;
}

.section-details-content .card-details h2 {
  font-size: 20px;
}

.section-details-content .card-details p {
  font-size: 18px;
  color: #667;
  font-weight: 300;
  line-height: 1.8rem;
}

.section-details-content .card-details h3 {
  font-weight: 300;
  font-size: 14px;
}

.section-details-content .card-details img.img-cover {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  min-height: 185px;
}

.section-details-content .card-details .trip-information th {
  font-weight: 300;
  font-size: 18px;
  color: #071c4d;
}

.section-details-content .card-details .trip-information td {
  font-weight: 300;
  font-size: 18px;
  color: #b1b1b1;
}

.section-details-content .card-details .trip-information .text-blue {
  color: #071c4d;
  font-weight: bold;
}

.section-details-content .card-details .trip-information .text-orange {
  color: orange;
  font-weight: bold;
}

.section-details-content .card-details .payment-instruction {
  font-weight: 300;
  font-size: 14px;
  color: #b1b1b1;
}

.section-details-content .card-details .bank .bank-item h3 {
  font-size: 18px;
  color: #071c4d;
  margin-bottom: 0;
}

.section-details-content .card-details .bank .bank-item p {
  margin-bottom: 0;
}

.section-details-content .card-details .bank .bank-item .description {
  margin-left: 10px;
  overflow: hidden;
  float: left;
}

.section-details-content .card-details .bank .bank-item .description p {
  font-weight: normal;
  font-size: 16px;
  color: #071c4d;
}

.section-details-content .card-details .bank .bank-image {
  width: 45px;
  height: 45px;
  float: left;
}

.section-details-content .card-details .disclaimer {
  font-weight: 300;
  font-size: 14px;
  color: #b1b1b1;
}

.section-details-content .card-details .gj-datepicker .datepicker {
  border-right: 0;
}

.section-details-content .card-details .gj-datepicker .input-group-append .btn {
  padding-right: 30px;
}

.section-details-content .card-details .btn-add-now {
  background-color: #071c4d;
  color: #ffffff;
}

.section-details-content .card-details .btn-add-now:hover {
  background-color: #1b3b86;
}

.section-details-content .card-right {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.section-details-content .card-right tr {
  height: 38px;
}

.section-details-content .features {
  margin-top: 20px;
}

.section-details-content .features h3 {
  font-size: 18px;
  color: #071c4d;
  margin-bottom: 0px;
}

.section-details-content .features p {
  margin-bottom: 0px;
}

.section-details-content .features .features-image {
  width: 45px;
  height: 45px;
  float: left;
}

.section-details-content .features .description {
  margin-left: 10px;
  overflow: hidden;
  float: left;
}

.section-details-content .gallery {
  display: block;
}

.section-details-content .gallery .xzoom {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 10px;
}

.section-details-content .gallery .xactive {
  outline: 2px solid #1abc9c;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.section-details-content .gallery .xzoom-thumbs {
  text-align: left;
}

.section-details-content .members .member-image {
  width: 40px;
  height: 40px;
}

.section-details-content .join-container {
  margin-top: -16px;
}

.section-details-content .btn-join-now {
  background-color: #ff9e53;
  color: #ffffff;
  border-radius: 0;
}

.section-details-content .btn-join-now:hover {
  background-color: #fcb178;
  color: #ffffff;
}

.section-success {
  height: 90vh;
}

.section-success h1 {
  font-weight: 600;
  font-size: 26px;
  color: #071c4d;
}

.section-success p {
  font-weight: 300;
  font-size: 18px;
  -webkit-columns: #b1b1b1;
          columns: #b1b1b1;
}

.section-success .btn-home-page {
  border-radius: 4px;
  background-color: #071c4d;
  color: #ffffff;
}

.section-success .btn-home-page:hover {
  background-color: #2a488e;
  color: #ffffff;
}

.btn-get-started {
  background-color: #ff9e53;
  color: #ffffff;
}

.btn-get-started:hover {
  background-color: #fcb178;
  color: #ffffff;
}

.owl-button {
  position: absolute;
  top: 80px;
  left: 4px;
  width: 100%;
  z-index: 1001;
  font-size: 30px;
  padding: 0 24px;
  pointer-events: none;
}

.owl-button .news-prev {
  float: left;
  pointer-events: auto;
}

.owl-button .news-next {
  float: right;
  pointer-events: auto;
}

.owl-button .fa {
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 0px 0px 5px rgba(7, 28, 77, 0.2);
}

.news-card {
  min-height: 185px;
  overflow: hidden;
  font-size: 18px;
  border-radius: 8px;
}

.news-card img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  min-height: 185px;
}

.news-card p {
  font-size: 14px;
}

.news-card .card-title {
  font-size: 18px;
  margin-bottom: 6px;
}

.news-card .card-content {
  margin-bottom: 0px;
  color: #556;
}

.news-card .card-info {
  font-size: 13px;
  color: #99a;
}

.page-item a {
  color: #071c4d;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #ff9e53;
  border-color: #fe9d52;
}

.footer-2-2 .social-media-c:hover circle,
.footer-2-2 .social-media-p:hover path {
  fill: #555252;
}

.footer-2-2 .social-media a {
  margin-right: 10px;
}

.itsupport {
  font-size: 14px;
  margin-top: 30px;
  line-height: 18px;
}

.btn-pills {
  border: 1px solid #dadada;
  /* background-color: #fafafa; */
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 32px;
  padding: 12px 32px;
}

.filter-active {
  background-color: #f68b38;
  color: #ffffff;
}

.bg-overlay {
  height: 450px;
  top: 0;
  left: 0;
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 28, 77, 0.3)), to(rgba(7, 28, 77, 0)));
  background-image: linear-gradient(rgba(7, 28, 77, 0.3), rgba(7, 28, 77, 0));
  z-index: 10000;
  width: 100%;
}

.newest {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #071c4d;
}

.newest a {
  color: #ff9e53;
}

.newest a:hover {
  color: #ff9e53;
}

.newest a:link {
  text-decoration: none;
}

.link-decoration-none a {
  color: #ff9e53;
}

.link-decoration-none a:hover {
  color: #ff9e53;
}

.link-decoration-none a:link {
  text-decoration: none;
}

a {
  color: #071c4d !important;
}

a:hover {
  color: #ff9e53 !important;
}
/*# sourceMappingURL=main.css.map */