/* Add your CSS @import rules after this line */

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
body {
  font-family: 'Karla', sans-serif;
  font-size: 16px;
  background-color: #f1f1f1;
  color: #303030;
}
.container-custom {
  max-width: 1200px;
  padding: 0 30px;
}
.container-custom-2 {
  max-width: 1300px;
  padding: 0 30px;
}
.hide-overflow {
  overflow: hidden;
}
.bel-button {
  background-color: #53ab51;
  border: none;
  outline: none;
  padding: 10px;
  color: #fff;
}
.bel-button:focus,
.bel-button:hover {
  border: none;
  outline: none;
}
.bel-button-2 {
  background-color: #016090;
  color: #fff;
  border: none;
  outline: none;
  padding: 10px 30px;
  border-radius: 5px;
}
.bel-button-2:focus,
.bel-button-2:hover {
  background-color: #044d71;
  color: #fff;
}
.light {
  color: #fff;
}
.bg-light {
  background-color: #fff;
}
.dark {
  color: #303030;
}
.bg-dark {
  background-color: #303030;
}
.primary {
  color: #0a3560;
}
.bg-primary {
  background-color: #0a3560 !important;
}
.green {
  color: #53ab51;
}
.bg-green {
  background-color: #53ab51 !important;
}
.lightgreen {
  color: #00b087;
}
.bg-lightgreen {
  background-color: #00b087 !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}
a,
a:hover,
a:focus,
a:active {
  color: inherit;
  text-decoration: none;
  outline: 0;
}
button,
button:hover,
button:focus,
button:active {
  color: inherit;
  text-decoration: none;
  outline: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
  z-index: 2;
}
textarea {
  resize: none;
}
.nav-link {
  padding: 0;
}
.font-size-1 {
  font-size: 53px;
  line-height: 53px;
}
.font-size-2 {
  font-size: 27px;
  line-height: 27px;
}
.font-size-3 {
  font-size: 21px;
  line-height: 21px;
}
.font-size-4 {
  font-size: 18px;
  line-height: 18px;
}
.font-size-5 {
  font-size: 16px;
  line-height: 16px;
}
.font-size-6 {
  font-size: 14px;
  line-height: 14px;
}
@media only screen and (max-width: 1199px) {
  .font-size-1:not(.font-size--not-responsive) {
    font-size: calc(@fontsize1 * @multiplier);
    line-height: calc(@fontsize1 * @multiplier);
  }
  .font-size-2:not(.font-size--not-responsive) {
    font-size: calc(@fontsize2 * @multiplier);
    line-height: calc(@fontsize2 * @multiplier);
  }
  .font-size-3:not(.font-size--not-responsive) {
    font-size: calc(@fontsize3 * @multiplier);
    line-height: calc(@fontsize3 * @multiplier);
  }
  .font-size-4:not(.font-size--not-responsive) {
    font-size: calc(@fontsize4 * @multiplier);
    line-height: calc(@fontsize4 * @multiplier);
  }
  .font-size-5:not(.font-size--not-responsive) {
    font-size: calc(@fontsize5 * @multiplier);
    line-height: calc(@fontsize5 * @multiplier);
  }
  .font-size-6:not(.font-size--not-responsive) {
    font-size: calc(@fontsize6 * @multiplier);
    line-height: calc(@fontsize6 * @multiplier);
  }
}
@media only screen and (max-width: 991px) {
  .font-size-1:not(.font-size--not-responsive) {
    font-size: calc(@fontsize1 * @multiplier);
    line-height: calc(@fontsize1 * @multiplier);
  }
  .font-size-2:not(.font-size--not-responsive) {
    font-size: calc(@fontsize2 * @multiplier);
    line-height: calc(@fontsize2 * @multiplier);
  }
  .font-size-3:not(.font-size--not-responsive) {
    font-size: calc(@fontsize3 * @multiplier);
    line-height: calc(@fontsize3 * @multiplier);
  }
  .font-size-4:not(.font-size--not-responsive) {
    font-size: calc(@fontsize4 * @multiplier);
    line-height: calc(@fontsize4 * @multiplier);
  }
  .font-size-5:not(.font-size--not-responsive) {
    font-size: calc(@fontsize5 * @multiplier);
    line-height: calc(@fontsize5 * @multiplier);
  }
  .font-size-6:not(.font-size--not-responsive) {
    font-size: calc(@fontsize6 * @multiplier);
    line-height: calc(@fontsize6 * @multiplier);
  }
}
@media only screen and (max-width: 767px) {
  .font-size-1:not(.font-size--not-responsive) {
    font-size: calc(@fontsize1 * @multiplier);
    line-height: calc(@fontsize1 * @multiplier);
  }
  .font-size-2:not(.font-size--not-responsive) {
    font-size: calc(@fontsize2 * @multiplier);
    line-height: calc(@fontsize2 * @multiplier);
  }
  .font-size-3:not(.font-size--not-responsive) {
    font-size: calc(@fontsize3 * @multiplier);
    line-height: calc(@fontsize3 * @multiplier);
  }
  .font-size-4:not(.font-size--not-responsive) {
    font-size: calc(@fontsize4 * @multiplier);
    line-height: calc(@fontsize4 * @multiplier);
  }
  .font-size-5:not(.font-size--not-responsive) {
    font-size: calc(@fontsize5 * @multiplier);
    line-height: calc(@fontsize5 * @multiplier);
  }
  .font-size-6:not(.font-size--not-responsive) {
    font-size: calc(@fontsize6 * @multiplier);
    line-height: calc(@fontsize6 * @multiplier);
  }
}
@media only screen and (max-width: 575px) {
  .font-size-1:not(.font-size--not-responsive) {
    font-size: calc(@fontsize1 * @multiplier);
    line-height: calc(@fontsize1 * @multiplier);
  }
  .font-size-2:not(.font-size--not-responsive) {
    font-size: calc(@fontsize2 * @multiplier);
    line-height: calc(@fontsize2 * @multiplier);
  }
  .font-size-3:not(.font-size--not-responsive) {
    font-size: calc(@fontsize3 * @multiplier);
    line-height: calc(@fontsize3 * @multiplier);
  }
  .font-size-4:not(.font-size--not-responsive) {
    font-size: calc(@fontsize4 * @multiplier);
    line-height: calc(@fontsize4 * @multiplier);
  }
  .font-size-5:not(.font-size--not-responsive) {
    font-size: calc(@fontsize5 * @multiplier);
    line-height: calc(@fontsize5 * @multiplier);
  }
  .font-size-6:not(.font-size--not-responsive) {
    font-size: calc(@fontsize6 * @multiplier);
    line-height: calc(@fontsize6 * @multiplier);
  }
}
.font-weight-400 {
  font-weight: 400;
}
.font-weight-700 {
  font-weight: 700;
}
.main-navigation {
  margin: 0 auto;
  padding: 0 20px;
  background-color: rgba(255,255,255,0.87);
  color: #303030;
  box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.1);
}
.main-navigation__navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  position: relative;
  top: 0;
  transition: all .3s ease;
  z-index: 13;
}
.main-navigation__social {
  position: relative;
  right: 0;
  top: 0;
  z-index: 13;
}
.main-navigation__social-ul,
.main-navigation__navbar-nav {
  display: flex;
}
.main-navigation__social a:hover {
  color: #53ab51;
}
.main-navigation__item {
  position: relative;
  margin-right: 35px;
}
.main-navigation__item::last-child {
  margin-right: 0;
}
.main-navigation__social .main-navigation__item {
  position: relative;
  margin-right: 5px;
}
.main-navigation .nav-link {
  padding: 25px 0;
  position: relative;
  transition: all .3s ease;
  cursor: pointer;
}
.main-navigation__item .nav-link::after {
  height: 0;
  opacity: 0;
  content: '';
}
.main-navigation__item:hover .nav-link::after,
.main-navigation__item.active .nav-link::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 6px;
  width: 100%;
  opacity: 1;
  background-color: #53ab51;
  transition: all .3s ease;
}
.main-navigation__item:hover .nav-link,
.main-navigation__item.active .nav-link {
  transition: all .3s ease;
  color: #53ab51;
}
.main-navigation__social .main-navigation__item:hover .nav-link::after,
.main-navigation__social .main-navigation__item.active .nav-link::after {
  display: none;
}
.main-navigation__item.main-navigation__item--no-hover .nav-link::after {
  display: none;
}
.main-navigation__menu-toggle {
  position: fixed;
  top: 20px;
  right: 20px;
}
.main-navigation__line {
  width: 30px;
  height: 4px;
  margin: 5px auto;
  background-color: #0a3560;
}
@media only screen and (max-width: 991px) {
  .main-navigation {
    padding: 20px 10px;
  }
  .main-navigation__item {
    margin-right: 0;
  }
  .main-navigation__social {
    display: none;
  }
}
.homepage-banners {
  background-color: #f1f1f1;
  padding-top: 35px;
  padding-bottom: 35px;
}
.homepage-banners__banner-box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.homepage-banners__banner-box:hover {
  opacity: .6;
  transition: all .3s ease;
}
.homepage-banners__banner-box.light .homepage-banners__banner-box--text-containter {
  background-image: linear-gradient(to bottom,rgba(0,0,0,0),#000000);
}
.homepage-banners__banner-box.primary .homepage-banners__banner-box--text-containter {
  background-image: linear-gradient(to bottom,rgba(255,255,255,0.3),#ffffff);
}
.homepage-banners__banner-box--date {
  opacity: .5;
}
.homepage-bus {
  background-repeat: repeat;
  background-position: center right;
}
.homepage-bus__left {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
.homepage-bus__right>div {
  max-width: 600px;
}
.homepage-bus input:focus {
  border: 1px solid #2486e8;
}
.homepage-bus button:hover {
  color: #fff;
  background-color: #2486e8;
}
.homepage-intro {
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 100px;
}
.homepage-intro__main-text {
  padding-right: 80px;
}
.homepage-intro__tabs-tool {
  background-color: #fff;
  border-radius: 10px;
}
.homepage-intro__tab-content {
  padding: 20px;
}
.homepage-intro__tab-content input {
  padding: 20px;
  background-color: #f5f5f5;
}
.homepage-intro__tab-content select {
  height: 42px;
}
.homepage-intro__tab-content input:focus {
  border: 1px solid #2486e8;
}
.homepage-intro__tab-content button:hover {
  color: #fff;
  background-color: #2486e8;
}
.homepage-intro .nav-tabs {
  background-color: #8bb9dc;
  width: 100%;
}
.homepage-intro .nav-tabs .nav-link {
  padding: 25px;
  color: #fff;
  background-color: #8bb9dc;
  border-radius: 0;
  border: 0;
  outline: none;
}
.homepage-intro .nav-tabs .nav-link:hover {
  color: #fff;
  background-color: #7ca5c5;
}
.homepage-intro .nav-tabs .nav-link.active {
  color: #0a3560;
  background-color: #fff;
}
.homepage-reviews {
  padding-top: 100px;
  padding-bottom: 100px;
}
.review-box {
  background-color: #fff;
  text-align: center;
  padding: 40px 30px 10px;
  box-shadow: 0px 0px 40px #ddd;
  border: 1px solid #fff;
  border-radius: 5px;
}
.review-box:hover {
  background-color: #fafafa;
  border: 1px solid #d2dbe4;
}
.review-box__person {
  margin-bottom: 10px;
}
.review-box__name {
  opacity: .5;
}
.general-header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.general-header h1 {
  margin-bottom: 30px;
}
.general-header__text {
  width: 100%;
  padding-top: 220px;
  padding-bottom: 220px;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .general-header__text {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
.category-container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.category-container__title {
  color: #0a3560;
  margin-top: 60px;
  margin-bottom: 60px;
}
.category-container__title h2 {
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .category-container__title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.category-box {
  margin-top: 15px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);
  transition: all .3s ease;
}
.category-box:hover {
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.55);
}
.category-box__image {
  min-height: 240px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.category-box__text {
  padding: 35px 30px;
  background-color: #fff;
}
.category-box__title {
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 12px;
  margin-bottom: 12px;
  color: #0a3560;
}
.category-box__duration {
  border-bottom: 2px solid #f1f1f1;
  padding-bottom: 12px;
  margin-bottom: 12px;
  color: #0a3560;
}
.category-box__price {
  color: #666666;
}
.category-box__price strong {
  color: #0a3560;
}
@media only screen and (max-width: 767px) {
  .category-box__text {
    padding: 20px;
  }
}
.location-container {
  padding-top: 10px;
  padding-bottom: 50px;
}
.location-box {
  height: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.location-box__content {
  height: 100%;
  padding: 35px 30px;
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);
  transition: all .3s ease;
}
.location-box__content:hover {
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.55);
}
.location-box__image {
  margin-bottom: 30px;
}
.location-box__text {
  margin-top: 30px;
  margin-bottom: 15px;
}
.location-box__title {
  color: #0a3560;
  font-weight: 700;
  line-height: 25px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .location-box__content {
    padding: 20px;
  }
  .location-box__content {
    height: auto;
  }
}
.single-article .carousel-item {
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 991px) {
  .single-article .carousel-item {
    min-height: 300px;
  }
}
.single-article-container {
  padding-top: 50px;
  padding-bottom: 50px;
}
.single-article-container__title {
  color: #0a3560;
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-article-container__title h2 {
  font-weight: bold;
  text-align: center;
}
.single-article-container__text {
  margin-bottom: 40px;
  margin-top: 40px;
}
.single-article-container a {
  color: #0a3560;
  border-bottom: 1px solid #0a3560;
}
.single-article-menu {
  background-color: #fff;
  padding: 20px;
  margin-bottom: 40px;
}
.single-article-menu__title {
  text-align: left;
  color: #0a3560;
  margin-bottom: 20px;
}
.single-article-menu__list-item {
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #dfdfdf;
}
.single-article-menu__list-item::before {
  content: '>';
  display: inline-block;
}
.single-article-container .key-details {
  margin-bottom: 40px;
}
.single-article-container .key-details__content {
  width: 100%;
  background-color: #fff;
  padding: 35px;
}
.single-article-container .key-details__content-item {
  margin-bottom: 20px;
}
.single-article-container .key-details__content-item strong {
  font-weight: 700;
}
.single-article-container .video {
  margin-bottom: 40px;
}
.single-article-container .overview {
  margin-bottom: 40px;
}
.single-article-container .what-you-will-do {
  margin-bottom: 40px;
}
.single-article-container .what-you-will-do ul {
  list-style-type: none;
  padding-left: 0px;
  margin: 0;
}
.single-article-container .what-you-will-do ul li {
  margin-bottom: 15px;
}
.single-article-container .what-you-will-do ul li i {
  margin-right: 10px;
}
.single-article-container .whats-included {
  margin-bottom: 40px;
}
.single-article-container .whats-included ul {
  list-style-type: none;
  padding-left: 20px;
  margin: 0;
  border-left: 4px solid #13c713;
}
.single-article-container .whats-included ul li {
  margin-bottom: 15px;
}
.single-article-container .whats-included ul li i {
  margin-right: 10px;
  color: #13c713;
}
.single-article-container .whats-not-included {
  margin-bottom: 40px;
}
.single-article-container .whats-not-included ul {
  list-style-type: none;
  padding-left: 20px;
  margin: 0;
  border-left: 4px solid #f62828;
}
.single-article-container .whats-not-included ul li {
  margin-bottom: 15px;
}
.single-article-container .whats-not-included ul li i {
  margin-right: 10px;
  color: #f62828;
}
.single-article-container .meeting-point {
  margin-bottom: 40px;
}
.single-article-container .know-before-you-go {
  margin-bottom: 40px;
}
.single-article-container__book-now {
  text-align: center;
  color: #0a3560;
}
.single-article-container__book-now strong {
  font-size: 35px;
}
.single-article-container__book-now .btn {
  display: block;
  margin-top: 20px;
}
.contact-details {
  background-color: #fff;
  height: 100%;
  transform: translateY(-80px);
  padding: 40px 40px;
  color: #0a3560;
}
.contact-details img {
  margin: 40px auto;
}
.contact-details__text {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contact-details {
    transform: translateY(-50px);
    margin-bottom: 30px;
    height: auto;
  }
}
.contact-form {
  background-color: #fff;
  height: 100%;
  transform: translateY(-80px);
  padding: 40px 40px;
}
.contact-form__title {
  color: #0a3560;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .contact-form {
    transform: translateY(-50px);
    height: auto;
  }
}
.contact-form .form-control {
  border-radius: 0;
}
.footer {
  background-color: #fff;
}
.footer .bg-blue {
  padding-bottom: 60px;
  background-color: #f0f7fe;
}
.footer .copyright {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer .copyright .text-md-left {
  opacity: .6;
}
.footer ul.nav li {
  margin-bottom: 10px;
}
.footer ul.nav li a {
  color: #0a3560;
}
.footer ul.nav li a:hover {
  color: #53ab51;
}
.footer .newsletter-box {
  position: relative;
  background-position: 90% 20%;
  background-repeat: no-repeat;
  background-color: #fff;
  padding: 70px 40px 20px 40px;
  margin-bottom: 40px;
}
.footer .newsletter-box input {
  background-color: #f5f5f5;
}
.footer .newsletter-box button:hover {
  color: #fff;
  background-color: #53ab51 !important;
}
.footer .newsletter-box::before {
  content: "";
  display: block;
  width: calc(100% - 30px);
  height: 100%;
  border: 1px solid #dae1e7;
  border-radius: 5px;
  position: absolute;
  top: 15px;
  left: 15px;
}
.footer-social li {
  padding: 12px;
}
@media only screen and (max-width: 991px) {
  .footer .nav {
    text-align: center;
  }
}
