body {
  background-color: #fff;
  font-family: 'Playfair Display', serif;
  font-family: 'Assistant', sans-serif;
  color: #031C55;
}

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

#navb, .btn-login {
  font-family: 'Assistant', sans-serif;
  font-size: 20px;
}

.navbar-light .navbar-nav .nav-link {
  color: #031C55;
}

.navbar-light .navbar-nav .nav-link.active {
  font-weight: bold;
  color: #031C55 !important;
}

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

.btn-login {
  background-color: #031C55;
  color: #ffffff;
}

.btn-login:hover {
  background-color: #082B7D;
  color: #ffffff;
}

header {
  padding: 180px 0px 165px;
  margin-top: -70px;
  background-image: url("../images/background.jpg");
  background-size: cover;
}

header h1, header p {
  color: #ffffff;
}

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

header p {
  font-size: 22px;
  font-family: 'Assistant', sans-serif;
}

header .btn-get-started {
  background-color: #FF8A24;
  color: #ffffff;
  border-radius: 0px;
  font-size: 20px;
  font-weight: 500;
  font-family: 'Assistant', sans-serif;
}

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

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

.section-stats .stats-detail {
  padding-top: 15px;
  background-color: #ffffff;
  padding-left: 40px;
}

.section-stats h2, .section-stats p {
  font-family: 'Assistant', sans-serif;
}

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

.section-stats p {
  font-size: 20px;
  font-weight: 350;
}

.section-popular {
  min-height: 540px;
  background-color: #01133D;
  margin-top: -50px;
  margin-bottom: -150px;
}

.section-popular .section-popular-heading {
  margin-top: 150px;
}

.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-size: 40px;
  font-weight: bold;
}

.section-popular .section-popular-heading p {
  font-family: 'Assistant', sans-serif;
  font-size: 18px;
}

.section-popular-content .section-popular-travel .card-travel {
  font-family: 'Assistant', sans-serif;
  min-height: 380px;
  background-color: #ddd;
  color: #ffffff;
  padding: 30px;
  background-size: cover;
  margin-bottom: 20px;
}

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

.section-popular-content .section-popular-travel .travel-location {
  font-size: 26px;
  color: #ffffff;
}

.section-popular-content .section-popular-travel .travel-button .btn-travel-details {
  border-radius: 0px;
  background-color: #FF8A24;
  color: #ffffff;
}

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

.section-networks {
  background-color: #ffffff;
  margin-top: -170px;
  padding: 240px 0px 50px;
}

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

.section-networks p {
  font-family: 'Assistant', sans-serif;
  font-size: 18px;
}

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

.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-size: 40px;
  font-weight: bold;
}

.section-testimonial-heading p {
  font-family: 'Assistant', sans-serif;
  font-size: 18px;
}

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

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

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

.section-testimonial-content .card-testimonial h3 {
  font-weight: 600;
  font-size: 24px;
  color: #031c55;
}

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

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

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

.section-testimonial-content .btn-need-help {
  border-radius: 0;
  background: #fff;
  border-color: #ff8a24;
  color: #ff8a24;
  font-weight: 600;
  font-size: 20px;
}

.section-testimonial-content .btn-need-help:hover {
  border-color: #FBA051;
  color: #FBA051;
}

.section-testimonial-content .btn-get-started {
  border-radius: 0;
  background: #ff8a24;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}

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

.section-footer a {
  color: #031C55;
}

.section-details-header {
  min-height: 310px;
  background-color: #E4E6EB;
  margin-top: -70px;
}

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

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

.breadcrumb-item.active {
  font-weight: bold;
  color: #031C55;
}

.card-details {
  padding: 30px;
  border-radius: 0px;
}

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

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

.card-details h3 {
  font-weight: 600;
  font-size: 14px;
  color: #071c4d;
}

.card-details p {
  font-size: 18px;
  color: #b1b1b1;
}

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

.card-details .trip-information td {
  font-weight: 300;
  font-size: 18px;
  color: #6e6e6e;
}

.card-details .trip-information .text-blue {
  color: #031C55;
  font-weight: bold;
}

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

.card-details .payment-instructions {
  font-weight: 300;
  font-size: 14px;
  color: #6e6e6e;
}

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

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

.card-details .bank .bank-item .description h3 {
  font-weight: normal;
  font-size: 18px;
  color: #071C4D;
  margin-bottom: 0;
}

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

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

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

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

.card-details .btn-add-now {
  color: #fff;
  background-color: #031C55;
}

.card-details .btn-add-now:hover {
  color: #fff;
  background-color: #113995;
}

.features {
  margin-top: 20px;
}

.features h3 {
  font-size: 18px;
  color: #031C55;
}

.features p {
  margin-bottom: 2;
}

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

.features .featured-image {
  width: 45px;
  height: 45px;
  float: left;
}

.gallery .xzoom-container {
  display: block;
}

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

.gallery .xzoom-container .xactive {
  border: 4px solid #1ABC9C;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-join-now {
  margin-top: -1px;
  border-radius: 0px;
  background-color: #FF8A24;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
}

.btn-join-now:hover {
  background-color: #FBA051;
  color: #fff;
}

.section-success {
  height: 90vh;
}

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

.section-success p {
  font-weight: 300;
  font-size: 18px;
  color: #6e6e6e;
}

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

.section-success .btn-home-page:hover {
  color: #ffffff;
  background-color: #213b7c;
}
/*# sourceMappingURL=main.css.map */