/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------reset--------------------------*/
article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure,
footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video, a {
  display: block;
}

* {
  background: none;
  list-style: none;
  outline: none;
  padding: 0;
  margin: 0;
  font-weight: normal;
  box-sizing: border-box;
  flex-wrap: wrap;
  border: none;
  color: inherit;
}
*::before, *::after {
  box-sizing: border-box;
  flex-wrap: wrap;
}

.swiper-wrapper {
  flex-wrap: nowrap;
}

a {
  text-decoration: none;
  transition: all ease 0.3s;
}

a, input[type=button], input[type=submit], button {
  cursor: pointer;
}

img {
  max-width: 100%;
  display: block;
}

.main {
  display: block;
  margin: 0 auto;
  width: calc(100% - 30px);
  max-width: 1200px;
}

.container {
  display: block;
  margin: 0 auto;
}

.clear {
  clear: both;
  height: 0px;
  line-height: 0px;
  overflow: hidden;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

.hidden {
  display: none !important;
}

span {
  display: inline-block;
}

/*fancyBox v3.5.2*/
body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes a {
  to {
    transform: rotate(1turn);
  }
}
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px;
  }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
/**
* Swiper 4.5.0
* Most modern mobile touch slider and framework with hardware accelerated transitions
* http://www.idangero.us/swiper/
*
* Copyright 2014-2019 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: February 22, 2019
*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-container-3d {
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.text-green {
  color: var(--bs-teal) !important;
}

.bg-green {
  background-color: var(--bs-teal) !important;
}

@media (min-width: 1200px) {
  .container {
    max-width: 920px;
  }
}
.hotels {
  background-color: #f7f7f7;
  padding: 50px;
  border-radius: 25px;
}

.fill-white {
  fill: #fff;
}

.text-first {
  color: #27247b;
}

.text-second {
  color: #20d7af;
}

.text-third {
  color: #aac0cd;
}

.text-fourth {
  color: #1638d8;
}

.text-fifth {
  color: #08c5f9;
}

.text-sixth {
  color: #eff1f3;
}

.border-first {
  border: 1px solid #27247b;
}

.border-second {
  border: 1px solid #20d7af;
}

.border-third {
  border: 1px solid #aac0cd;
}

.border-fourth {
  border: 1px solid #1638d8;
}

.border-fifth {
  border: 1px solid #08c5f9;
}

.border-sixth {
  border: 1px solid #eff1f3;
}

.bg-second {
  background-color: #20d7af;
}

.bg-third {
  background-color: #aac0cd;
}

.bg-fourth {
  background-color: #1638d8;
}

.bg-fifth {
  background-color: #08c5f9;
}

.bg-sixth {
  background-color: #eff1f3;
}

.location-icon {
  fill: #1ac9f9;
  color: #1ac9f9;
}

.w-10 {
  width: 10%;
}

.end-5 {
  right: 5%;
}

.end-10 {
  right: 10%;
}

.end-15 {
  right: 15%;
}

.end-20 {
  right: 20%;
}

.end-30 {
  right: 30%;
}

.end-40 {
  right: 40%;
}

.Montserrat-Regular {
  font-family: "Montserrat-Regular ";
}

.Montserrat-Bold {
  font-family: "Montserrat-Bold ";
}

.position-sticky {
  z-index: 1111111 !important;
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat/webfonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat/webfonts/Montserrat-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat/webfonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat/webfonts/Montserrat-Bold.woff") format("woff");
}
.font-size-10 {
  font-size: 10px;
}

textarea {
  resize: none;
}

.navbrcmb {
  position: relative;
}
.navbrcmb .breadcrumb {
  position: absolute;
  top: 70px;
  padding: 0;
  margin: 0;
  z-index: 1111111;
}
.navbrcmb .breadcrumb a {
  background-color: transparent;
  color: #aac0cd !important;
  padding: 0 5px;
  font-size: 10px;
}
.navbrcmb .breadcrumb a:hover {
  color: #aac0cd !important;
}

.HotelSwiper2, .HotelSwiper4, .HotelSwiper6 {
  height: 80%;
  width: 100%;
}

.HotelSwiper, .HotelSwiper3, .HotelSwiper5 {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.HotelSwiper3 .swiper-slide,
.HotelSwiper5 .swiper-slide,
.HotelSwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.page-about_banner, .page-contact_banner, .page-blog_banner, .page-tour_banner, .page-city_banner {
  background-image: url("../images/pageAbout/banner.png");
  background-repeat: no-repeat;
  background-size: 100%;
  height: 230px;
  width: 100%;
  padding: 10px 0;
  background-position: 0px -76px;
  position: relative;
  border-radius: 10px;
}
.page-about_banner::after, .page-contact_banner::after, .page-blog_banner::after, .page-tour_banner::after, .page-city_banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 50, 219, 0.2);
  border-radius: 10px;
  z-index: 111111111;
}

.page-about_content .nav-tabs .nav-item.show .nav-link, .page-about_content .nav-tabs .nav-link.active {
  background-color: transparent !important;
  border-color: transparent !important;
}
.page-about_content .nav-tabs .nav-link:hover {
  border-color: transparent;
}
.page-about_content .teams {
  width: 1030px !important;
}
.page-about_content div.container div.row {
  z-index: 11111;
}
.page-about_content div.container ul#aboutus {
  width: 60%;
  margin: 0 auto;
  border-radius: 0px 0px 30px 30px;
  border: 1px solid #c6c6c6;
  padding: 0;
  justify-content: space-around;
}
.page-about_content div.container ul#aboutus li.nav-item {
  padding: 5px;
  /* button.nav-link {
      &:hover {
          color: $text-fifth !important;
          transition: all 0.8s linear;
      }
  }*/
}
.page-about_content div.container ul#aboutus li.nav-item:not(:last-child) {
  border-right: 1px solid #c6c6c6;
}
.page-about_content div.container ul#aboutus li.nav-item button.nav-link.active figure img {
  filter: invert(66%) sepia(9%) saturate(3326%) hue-rotate(112deg) brightness(98%) contrast(82%);
}
.page-about_content div.container ul#aboutus li.nav-item button.nav-link.active figure figcaption {
  color: #20d7af !important;
}
.page-about_content div.container ul#aboutus li.nav-item button.nav-link:hover figure img {
  filter: invert(66%) sepia(9%) saturate(3326%) hue-rotate(112deg) brightness(98%) contrast(82%);
}
.page-about_content div.container ul#aboutus li.nav-item button.nav-link:hover figure figcaption {
  color: #20d7af !important;
}
.page-about_content div.container ul#aboutus li.nav-item button.nav-link figure img {
  width: 25px;
  height: 25px;
}
.page-about_content div.container ul#aboutus li.nav-item button.nav-link figure figcaption:hover {
  color: #08c5f9 !important;
  transition: all 0.8s linear;
}
.page-about_content #home .border-title {
  position: relative;
}
.page-about_content #home .border-title::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 10%;
  height: 2px;
  background-color: #08c5f9;
}
.page-about_content #profile .border-title {
  position: relative;
}
.page-about_content #profile .border-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 40%;
  height: 2px;
  background-color: #08c5f9;
}
.page-about_content #profile .page-about_card {
  transition: all 0.3s ease-in;
  height: 100%;
  border-radius: 18px;
}
.page-about_content #profile .page-about_card figure {
  border-radius: 18px;
}
.page-about_content #profile .page-about_card figcaption {
  font-size: 18px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-about_content #profile .page-about_card img {
  border-radius: 18px;
}
.page-about_content #profile .page-about_card .card__overlay {
  opacity: 0;
  transition: all 0.3s linear;
  background-color: #2645d6;
  text-align: left;
  padding: 35px;
  border-radius: 18px;
  color: #fff;
}
.page-about_content #profile .page-about_card:hover .card__overlay {
  transition: all 0.3s linear;
  opacity: 0.89;
  font-size: 14px;
}
.page-about_content #contact .border-title {
  position: relative;
}
.page-about_content #contact .border-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 40%;
  height: 2px;
  background-color: #08c5f9;
}
.page-about_content #contact .quotes-bold {
  background-image: url("../images/pageAbout/quotes-bold.png");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: 80px;
  border-radius: 8px;
}
.page-about_content #contact .quotes-bold .Rashidi-box-right {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.page-about_content #contact .quotes-bold figure {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.page-about_content #contact .quotes-bold figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.page-about_content #contact .bg-our-team-card {
  background: #a9bfcc;
  height: 280px;
  width: 100%;
  position: absolute;
  bottom: 0;
  z-index: -1;
  border-radius: 0 0 50px 50px;
  right: 5px;
}
.page-about_content #contact .TeamSwiper .swiper-wrapper {
  justify-content: center !important;
}
.page-about_content #contact .TeamSwiper .card {
  border-radius: 20px;
  border: none;
  box-shadow: 0px 2px 5px #ccc;
  transition: all 0.8s linear;
  min-height: 460px;
  width: 250px !important;
  margin: 0 auto;
}
.page-about_content #contact .TeamSwiper .card img {
  border-radius: 18px;
}
.page-about_content #contact .TeamSwiper .card:hover {
  transition: all 0.6s linear;
  background-color: #1638d8;
}
.page-about_content #contact .TeamSwiper .card:hover .card-title, .page-about_content #contact .TeamSwiper .card:hover .card-text, .page-about_content #contact .TeamSwiper .card:hover .card-body, .page-about_content #contact .TeamSwiper .card:hover * {
  color: #fff !important;
}
.page-about_content #contact .TeamSwiper .card .card-title {
  color: #000 !important;
}
.page-about_content #faqs .border-title {
  position: relative;
}
.page-about_content #faqs .border-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 40%;
  height: 2px;
  background-color: #08c5f9;
}
.page-about_content #faqs #faqs-tab {
  border-bottom: none;
}
.page-about_content #faqs #faqs-tab .nav-link {
  color: #08c5f9 !important;
}
.page-about_content #faqs #faqs-tab .nav-tabs .nav-link:focus, .page-about_content #faqs #faqs-tab .nav-tabs .nav-link:hover {
  border-color: none !important;
}
.page-about_content #faqs #faqs-tab .nav-link.active {
  color: #08c5f9 !important;
  border: 1px solid #08c5f9 !important;
  font-weight: bold;
  text-align: center;
  padding: 8px 15px;
  border-radius: 18px;
}
.page-about_content #faqs .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  color: #20d7af;
  font-weight: 700;
}
.page-about_content #faqs .accordion-item {
  border: transparent !important;
  border-bottom: 1px solid #ccc !important;
}
.page-about_content #faqs .accordion-button:focus {
  box-shadow: none !important;
}
.page-about_content #faqs .accordion-button::after {
  left: -10px;
  position: absolute;
}

.page-contact_content .tripadvisor-radius {
  border-radius: 30px;
  padding: 5px 5px;
}
.page-contact_content .tripadvisor > svg {
  width: 24px;
}
.page-contact_content .form-control::-moz-placeholder {
  font-size: 10px;
  color: #999;
}
.page-contact_content .form-control::placeholder {
  font-size: 10px;
  color: #999;
}
.page-contact_content .fa-linkedin {
  margin: 0 5px;
  transition: all 0.8s;
}
.page-contact_content .fa-linkedin:hover {
  color: #0A66C2;
  transition: all 0.8s;
}
.page-contact_content .fa-facebook {
  margin: 0 5px;
  transition: all 0.8s;
}
.page-contact_content .fa-facebook:hover {
  color: #1877F2;
  transition: all 0.8s;
}
.page-contact_content .fa-instagram {
  margin: 0 5px;
  transition: all 0.8s;
}
.page-contact_content .fa-instagram:hover {
  color: #E4405F;
  transition: all 0.8s;
}

.page-contact_form {
  box-shadow: 1px 1px 12px rgba(204, 204, 204, 0.6), -11px -9px 50px #a0e6ff;
  padding: 15px;
  border-radius: 18px;
  position: relative;
}
.page-contact_form input {
  padding: 7px 4px;
}
.page-contact_form input, .page-contact_form textarea {
  border-radius: 10px;
}
.page-contact_form input::-moz-placeholder, .page-contact_form textarea::-moz-placeholder {
  color: rgba(170, 192, 205, 0.4392156863);
}
.page-contact_form input::placeholder, .page-contact_form textarea::placeholder {
  color: rgba(170, 192, 205, 0.4392156863);
}
.page-contact_form::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 1px 3px 25px #ccc;
}
.page-contact_form button.submit {
  width: 95%;
  border-radius: 1rem !important;
}

.tripadvisor-radius {
  border-radius: 30px;
  padding: 5px 7px;
}

.tripadvisor > svg {
  width: 24px;
}

.tripadvisor > span {
  font-size: 12px;
}

.page-blog_content .card {
  width: 18rem;
  border-radius: 60px 60px 25px 25px;
  transition: all 0.6s linear;
  border: 1px solid rgba(0, 0, 0, 0.13);
}
.page-blog_content .card:hover {
  box-shadow: 10px 10px 30px rgba(204, 204, 204, 0.4901960784);
  transition: all 0.8s linear;
  border: 1px solid rgba(0, 0, 0, 0.35);
}
.page-blog_content .card .card-body h6 {
  display: inline-block;
  padding: 0px 16px;
  background-color: #e5faf6;
  border-radius: 18px;
}
.page-blog_content .card .card__overlay {
  opacity: 0;
  transition: all 0.8s linear;
  background-color: transparent;
  text-align: justify;
  padding: 35px;
  border-radius: 18px;
  color: #fff;
}
.page-blog_content .card .badg-blog {
  background-color: #fff;
  border-radius: 18px;
  display: inline;
  padding: 5px 25px;
  color: #000;
  font-size: 12px;
  position: relative;
}
.page-blog_content .card .badge-blog-green {
  width: 8px;
  height: 8px;
  border-radius: 18px;
  background-color: green;
}
.page-blog_content .card .badge-blog-red {
  width: 8px;
  height: 8px;
  border-radius: 18px;
  background-color: red;
}
.page-blog_content .card:hover .card__overlay {
  transition: all 0.8s linear;
  opacity: 0.89;
}
.page-blog_content .nav-link {
  color: #08c5f9 !important;
}
.page-blog_content .nav-tabs .nav-link:focus, .page-blog_content .nav-tabs .nav-link:hover {
  border-color: none !important;
}
.page-blog_content .nav-link.active {
  color: #08c5f9 !important;
  border: 1px solid #08c5f9 !important;
  font-weight: bold;
  text-align: center;
  padding: 8px 15px;
  border-radius: 18px;
}
.page-blog_content .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  color: #08c5f9;
  font-weight: 700;
}
.page-blog_content .accordion-item {
  border: transparent !important;
  border-bottom: 1px solid #ccc !important;
}
.page-blog_content .accordion-button:focus {
  box-shadow: none !important;
}
.page-blog_content .view-trip {
  transition: all 0.8s linear;
}
.page-blog_content .view-trip:hover {
  transition: all 0.8s linear;
  color: #fff;
  background-color: #1638d8 !important;
}

.page-detail_post .page-detail_newslatter {
  box-shadow: 1px 1px 12px rgba(204, 204, 204, 0.6), -8px -9px 50px rgba(160, 230, 255, 0.1882352941);
  padding: 35px;
  border-radius: 14px;
  position: relative;
}
.page-detail_post .page-detail_newslatter input {
  padding: 17px 12px;
  border: 1px solid #ccc;
}
.page-detail_post .page-detail_newslatter input, .page-detail_post .page-detail_newslatter textarea {
  border-radius: 18px;
}
.page-detail_post .page-detail_newslatter input::-moz-placeholder, .page-detail_post .page-detail_newslatter textarea::-moz-placeholder {
  color: rgba(170, 192, 205, 0.4392156863);
  font-size: 12px;
}
.page-detail_post .page-detail_newslatter input::placeholder, .page-detail_post .page-detail_newslatter textarea::placeholder {
  color: rgba(170, 192, 205, 0.4392156863);
  font-size: 12px;
}
.page-detail_post .page-detail_newslatter button {
  width: 35%;
  padding: 12px;
  border-radius: 18px;
  right: 8px;
  top: 8px;
  font-size: 12px;
}
.page-detail_post .page-deatil_social a {
  background-color: #f4f5f7;
  border-radius: 10px;
}
.page-detail_post .page-deatil_social a i, .page-detail_post .page-deatil_social a span {
  color: #647493;
}

.page-detail_comment-form {
  box-shadow: 1px 1px 12px rgba(204, 204, 204, 0.6), -8px -9px 50px rgba(160, 230, 255, 0.1882352941);
  padding: 35px;
  border-radius: 18px;
  position: relative;
}
.page-detail_comment-form input {
  padding: 12px;
}
.page-detail_comment-form input, .page-detail_comment-form textarea {
  border-radius: 10px;
}
.page-detail_comment-form input::-moz-placeholder, .page-detail_comment-form textarea::-moz-placeholder {
  color: rgba(170, 192, 205, 0.4392156863);
}
.page-detail_comment-form input::placeholder, .page-detail_comment-form textarea::placeholder {
  color: rgba(170, 192, 205, 0.4392156863);
}
.page-detail_comment-form button.submit {
  width: 30%;
  border-radius: 1rem !important;
}

.page-detail_similarPost .card {
  width: 18rem;
  border-radius: 60px 60px 25px 25px;
  transition: all 0.6s linear;
  border: 1px solid rgba(0, 0, 0, 0.13);
}
.page-detail_similarPost .card:hover {
  box-shadow: 10px 10px 30px rgba(204, 204, 204, 0.4901960784);
  transition: all 0.8s linear;
  border: 1px solid rgba(0, 0, 0, 0.35);
}
.page-detail_similarPost .card .card-body h6 {
  display: inline-block;
  padding: 0px 16px;
  background-color: #e5faf6;
  border-radius: 18px;
}

/*.page-tour_banner {
    h1 {
        right: -80px;
    }
}
*/
.page-tour_content .nav-tabs .nav-link:hover {
  border-color: transparent;
}
.page-tour_content ul#aboutus {
  width: 75%;
  margin: 0 auto;
  border-radius: 0px 0px 30px 30px;
  border: 1px solid #c6c6c6;
  padding: 0;
  justify-content: space-around;
}
.page-tour_content ul#aboutus li.nav-item {
  padding: 5px;
  /* button.nav-link {
          &:hover {
              color: $text-fifth !important;
              transition: all 0.8s linear;
          }
      }*/
}
.page-tour_content ul#aboutus li.nav-item:not(:last-child) {
  border-right: 1px solid #c6c6c6;
}
.page-tour_content ul#aboutus li.nav-item button.nav-link.active {
  background-color: transparent;
  border-color: transparent;
}
.page-tour_content ul#aboutus li.nav-item button.nav-link.active figure img {
  filter: invert(66%) sepia(9%) saturate(3326%) hue-rotate(112deg) brightness(98%) contrast(82%);
}
.page-tour_content ul#aboutus li.nav-item button.nav-link.active figure figcaption {
  color: #20d7af !important;
}
.page-tour_content ul#aboutus li.nav-item button.nav-link:hover {
  border-color: transparent;
}
.page-tour_content ul#aboutus li.nav-item button.nav-link:hover figure img {
  filter: invert(66%) sepia(9%) saturate(3326%) hue-rotate(112deg) brightness(98%) contrast(82%);
}
.page-tour_content ul#aboutus li.nav-item button.nav-link:hover figure figcaption {
  color: #20d7af !important;
}
.page-tour_content ul#aboutus li.nav-item button.nav-link figure img {
  width: 25px;
  height: 25px;
}
.page-tour_content ul#aboutus li.nav-item button.nav-link figure figcaption:hover {
  color: #08c5f9 !important;
  transition: all 0.8s linear;
}
.page-tour_content #overview figure img {
  border-radius: 12px !important;
}
.page-tour_content #overview .border-title {
  position: relative;
}
.page-tour_content #overview .border-title::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 7%;
  height: 2px;
  background-color: #08c5f9;
}
.page-tour_content #Itinerary .border-title {
  position: relative;
}
.page-tour_content #Itinerary .border-title::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 6%;
  height: 2px;
  background-color: #08c5f9;
}
.page-tour_content #Itinerary .swiper-button-next {
  background-image: url("../images/Arrow-right.png");
  right: 10px;
  left: auto;
  background-size: 20px 20px;
}
.page-tour_content #Itinerary .swiper-button-prev {
  background-image: url("../images/Arrow-left.png");
  left: 10px;
  right: auto;
  background-size: 20px 20px;
}
.page-tour_content #Itinerary li.nav-item button.nav-link:hover {
  color: #08c5f9 !important;
  transition: all 0.8s linear;
}
.page-tour_content #Itinerary li.nav-item button.nav-link figure figcaption:hover {
  color: #08c5f9 !important;
  transition: all 0.8s linear;
}
.page-tour_content #Optional .border-title {
  position: relative;
}
.page-tour_content #Optional .border-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 5%;
  height: 2px;
  background-color: #08c5f9;
}
.page-tour_content #Acccommodation > .row {
  background-color: #f7f7f7;
  padding: 50px;
  border-radius: 25px;
}
.page-tour_content #Acccommodation .border-title {
  position: relative;
}
.page-tour_content #Acccommodation .border-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 15%;
  height: 4px;
  background-color: #08c5f9;
}
.page-tour_content #Inquiry .border-title {
  position: relative;
}
.page-tour_content #Inquiry .border-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 4%;
  height: 2px;
  background-color: #08c5f9;
}
.page-tour_content #Inquiry button {
  border-radius: 12px;
}
.page-tour_content #Inquiry textarea {
  border-radius: 18px;
  resize: none;
}
.page-tour_content .accordion-button {
  font-weight: 700;
}
.page-tour_content .accordion-button:not(.collapsed) {
  background-color: transparent !important;
  color: #212529 !important;
  font-weight: 700;
}
.page-tour_content .accordion-button:not(.collapsed):hover {
  font-weight: 700;
  color: #20d7af !important;
  transition: all 0.7s linear;
}
.page-tour_content .accordion-item {
  border: transparent !important;
  border-bottom: 1px solid transparent !important;
}
.page-tour_content .accordion-button:focus {
  box-shadow: none !important;
}
.page-tour_content .accordion-button:not(.collapsed)::after, .page-tour_content .accordion-button::after {
  position: absolute;
  left: -5px;
}
.page-tour_content .accordion-button::after {
  background-image: url("../images/pageTour/plus-circle-fill.png");
}

.page-city_content .border-title {
  position: relative;
}
.page-city_content .border-title::after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 11px;
  width: 7%;
  height: 2px;
  background-color: #08c5f9;
}
.page-city_content ul#aboutus {
  width: 60%;
  margin: 0 auto;
  border-radius: 0px 0px 30px 30px;
  border: 1px solid #c6c6c6;
  padding: 0;
  justify-content: space-around;
  align-items: center;
}
.page-city_content ul#aboutus li.nav-item {
  padding: 5px;
  /* button.nav-link {
          &:hover {
              color: $text-fifth !important;
              transition: all 0.8s linear;
          }
      }*/
}
.page-city_content ul#aboutus li.nav-item:not(:last-child) {
  border-right: 1px solid #c6c6c6;
}
.page-city_content ul#aboutus li.nav-item button.nav-link.active {
  background-color: transparent;
  border-color: transparent;
}
.page-city_content ul#aboutus li.nav-item button.nav-link.active figure img {
  filter: invert(66%) sepia(9%) saturate(3326%) hue-rotate(112deg) brightness(98%) contrast(82%);
}
.page-city_content ul#aboutus li.nav-item button.nav-link.active figure figcaption {
  color: #20d7af;
}
.page-city_content ul#aboutus li.nav-item button.nav-link:hover figure img {
  filter: invert(66%) sepia(9%) saturate(3326%) hue-rotate(112deg) brightness(98%) contrast(82%);
}
.page-city_content ul#aboutus li.nav-item button.nav-link:hover figure figcaption {
  color: #20d7af;
}
.page-city_content ul#aboutus li.nav-item button.nav-link figure img {
  width: 25px;
  height: 25px;
}
.page-city_content ul#aboutus li.nav-item button.nav-link figure figcaption:hover {
  color: #08c5f9 !important;
  transition: all 0.8s linear;
}
.page-city_content .accordion-item, .page-city_content .accordion-button, .page-city_content .accordion-header {
  border: none;
  box-shadow: none;
  background-color: transparent;
}
.page-city_content .accordion-button::after {
  margin-left: 0;
  position: absolute;
  left: -10px;
  background-image: url("../images/pageCity/plus-circle-fill.png");
}
.page-city_content .accordion-button:not(.collapsed)::after {
  background-image: url("../images/pageCity/plus-circle-fill active.png");
}
.page-city_content .accordion-button:not(.collapsed) {
  color: #20d7af !important;
}
.page-city_content .fa-star {
  color: #ffd000;
}

.page-tours .card {
  border-radius: 20px;
  cursor: pointer;
  border: 1px solid #1638d8;
  box-shadow: 0px 4px 8px #dde3ff;
}
.page-tours .card > figure {
  width: 270px;
  height: 170px;
}
.page-tours .card > figure img.card-img-top {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px 20px 0 0 !important;
}
.page-tours .card #fade {
  width: 100%;
  height: 0px;
  box-shadow: 0px 4px 20px 20px #fff, 1px -4px 20px 10px #fff, 1px -4px 20px #fff;
}
.page-tours .card:hover {
  transition: all 0.8s linear;
}
.page-tours .card:hover .view-trip {
  transition: all 0.8s linear;
  background-color: #1638d8;
}
.page-tours .card p {
  font-size: 14px;
}
.page-tours .cardtourSwiper {
  width: 85%;
  margin: 0 auto;
}
.page-tours .cardtourSwiper .swiper-wrapper .swiper-slide {
  width: 16rem !important;
}
.page-tours .swiper-button-next, .page-tours .swiper-button-prev {
  background-color: #ccc;
  padding: 25px;
  background-size: 17px;
  border-radius: 50%;
}
.page-tours .swiper-button-next {
  right: 5px;
}
.page-tours .view-trip {
  transition: all 0.8s linear;
}
.page-tours .view-trip:hover {
  transition: all 0.8s linear;
  color: #fff;
  background-color: #1638d8 !important;
}

#hotels_Acccommodation .nav-link {
  color: #3C3C3B !important;
  font-weight: 700;
}
#hotels_Acccommodation .nav-link:hover {
  color: #20d7af !important;
  font-weight: 700;
}
#hotels_Acccommodation .nav-link.active {
  color: #20d7af !important;
  background-color: transparent !important;
  font-weight: 700;
  border-color: transparent !important;
}
#hotels_Acccommodation .nav-item.show .nav-link {
  color: #20d7af !important;
  background-color: transparent !important;
  font-weight: 700;
  border-color: transparent !important;
}

article a {
  display: inline-block;
  font-weight: bold;
  color: #1638d8;
}
article strong, article b {
  font-weight: bold;
}
article strong *, article b * {
  font-weight: bold;
}
article * {
  font-size: inherit;
  color: inherit;
}
article ul li, article ol li {
  list-style: initial;
}

/*accommodation*/
.city_list {
  margin: 50px 0;
}
.city_list > ul > li {
  width: 18%;
  margin: 5px;
}
.city_list > ul > li > a {
  padding: 10px 0;
  border-radius: 10px;
  transition: all 0.5s;
  color: #fff !important;
  font-weight: bold;
  background-color: #08c5f9;
  text-align: center;
}
.city_list > ul > li > a:hover {
  opacity: 0.5;
}/*# sourceMappingURL=inside.css.map */