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

nav {
  -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
          box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

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

.nav-fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

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

.main-nav, .main-nav * {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav .dropdown ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  -webkit-box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
          box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}

.main-nav .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .dropdown li {
  min-width: 180px;
  position: relative;
}

.main-nav .dropdown ul a {
  padding: 10px 20px;
  font-size: 15px;
  color: #004289;
  display: block;
  text-decoration: none;
  font-family: 'Assistant', sans-serif;
}

.navbar-light .navbar-nav .nav-link {
  color: #071C4D;
  display: block;
  padding: 0.5rem 1rem;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #165599;
}

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

.cta {
  margin-top: 10px !important;
  padding-bottom: 10px;
}

.btn-login {
  background-color: #071C4D;
  color: #fff;
  border-radius: 5px 5px;
  height: 40px;
  width: 100px;
}

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

header {
  padding: 180px 0 185px;
  background-size: cover;
  background: url(../images/Bg.jpg) center no-repeat;
}

header h1, header p {
  color: #fff;
  font-weight: bold;
}

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

header p {
  font-size: 22px;
}

header .btn-get-started {
  background-color: #FF9E53;
  color: #FFF;
}

header .btn-get-started:hover {
  background-color: #FFBF8E;
  color: #fff;
}

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

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

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

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

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

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

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

.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-content .section-popular-travel .card-travel {
  min-height: 380px;
  background-color: #FFBF8E;
  color: #fff;
  padding: 25px;
  background-size: cover;
  margin-bottom: 20px;
}

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

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

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

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

.section-networks {
  background-color: #fff;
  margin-top: -170px;
  padding-top: 240px;
  padding-bottom: 100px;
}

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

.section-networks p {
  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-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: 11px;
  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-weight: 200;
  font-size: 26px;
  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 .btn-get-started {
  background-color: #FF9E53;
  color: #FFF;
}

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

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

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

.section-services-heading {
  background: #ecf5ff;
  padding-top: 50px;
  -webkit-box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

.section-services-heading .icon {
  position: absolute;
  left: -10px;
  top: calc(50% - 32px);
}

.section-services-heading .icon img {
  line-height: 1;
}

.section-services-heading .box {
  border-radius: 10px;
  background: #fff;
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin: 0 10px 40px 10px;
  -webkit-box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
          box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.section-services-heading .box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.section-services-heading .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.section-services-heading .title a {
  text-decoration: none;
  color: #111;
}

.section-services-heading .title a:hover {
  color: #007bff;
}

.section-services-heading .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
}

.section-services-heading .section-header h2 {
  font-family: 'Playfair Display', serif;
  font-weight: bold;
  font-size: 40px;
  text-align: center;
}

.section-services-heading .section-header p {
  font-size: 15px;
  text-align: center;
  margin: auto;
  width: 50%;
  padding-bottom: 50px;
}

.section-footer {
  background: #004a99;
}

.section-footer .section-footer-top {
  background: #00428a;
}

.section-footer a, .section-footer h5, .section-footer p {
  color: #fff;
}

.section-footer li {
  padding-bottom: 8px;
}
/*# sourceMappingURL=main.css.map */