/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: baseline;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

a {
  text-decoration: none;
}

p {
  line-height: 25px;
}

input::ms-clear,
input[type=password]::ms-reveal {
  display: none;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

input[type=radio],
input[type=checkbox] {
  margin: 0;
}

button,
a.button,
input[type=reset],
input[type=submit],
input[type=button],
input[type=image] {
  background: none;
  border: 0;
  cursor: pointer;
  display: inline-block;
  overflow: visible;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: top;
  text-align: center;
  text-decoration: none;
  width: auto;
  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}

button,
input[type=reset],
input[type=submit],
input[type=button] {
  line-height: normal !important;
}

textarea,
select,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  background: none;
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  -webkit-appearance: none;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
textarea::-webkit-outer-spin-button, textarea::-webkit-inner-spin-button,
select::-webkit-outer-spin-button,
select::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button,
input[type=datetime]::-webkit-outer-spin-button,
input[type=datetime]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=email]::-webkit-outer-spin-button,
input[type=email]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=password]::-webkit-outer-spin-button,
input[type=password]::-webkit-inner-spin-button,
input[type=search]::-webkit-outer-spin-button,
input[type=search]::-webkit-inner-spin-button,
input[type=tel]::-webkit-outer-spin-button,
input[type=tel]::-webkit-inner-spin-button,
input[type=text]::-webkit-outer-spin-button,
input[type=text]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=url]::-webkit-outer-spin-button,
input[type=url]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
  cursor: default;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=25);
  opacity: 0.25;
}

textarea {
  min-height: 50px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  font-style: normal;
  font-weight: normal;
  font-family: "Poppins", sans-serif;
}

select::-ms-expand {
  display: none;
}

@-moz-document url-prefix() {
  input:invalid,
  button:invalid,
  select:invalid,
  textarea:invalid {
    box-shadow: none;
  }
  input::-moz-focus-inner,
  button::-moz-focus-inner,
  select::-moz-focus-inner,
  textarea::-moz-focus-inner {
    border: 0;
    padding: 0;
  }
  select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
  }
}
img {
  max-width: 100%;
}

/**
 * Swiper 7.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 16, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

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

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

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

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

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

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

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

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

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

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

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

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

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

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

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

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .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 {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

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

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

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

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

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

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

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

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

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

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

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

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

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

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

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

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

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

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

.swiper-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: 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;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

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

.swiper-grid > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

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

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

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

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

.swiper-cube {
  overflow: visible;
}

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

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

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

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

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

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

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

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

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

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

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

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

body.active {
  overflow: hidden;
}

.overlay.active {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 9;
  left: 0;
  top: 0;
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.container {
  max-width: 1240px;
  margin: 0 auto;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.new-header {
  padding: 15px 0;
  -webkit-box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2) !important;
          box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.2) !important;
}
.new-header .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hd-right {
  text-align: right;
}
.hd-right a, .hd-right span {
  font-size: 30px;
  font-weight: 700;
  color: #0797CC;
  display: block;
  margin-left: 15px;
}
.hd-right i {
  font-size: 30px;
}
.hd-right span {
  color: #580c8a;
}

.header-top {
  padding: 20px 0;
  border-bottom: 1px solid #B6B6B6;
}
.header-top article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
.header-top article a {
  color: #313637;
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.header-top article img {
  vertical-align: middle;
}
.header-top ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-top ul li {
  padding: 0 15px;
  border-right: 1px solid #B6B6B6;
  color: #313637;
  font-size: 14px;
  font-weight: 500;
}
.header-top ul li:last-child {
  padding-right: 0;
  border: 0;
}
.header-top ul a {
  color: #313637;
  font-size: 14px;
  font-weight: 500;
}
.header-top ul img {
  vertical-align: middle;
  margin-right: 5px;
}
.header-top span {
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #B6B6B6;
  padding-left: 5px;
  font-weight: 500;
  cursor: pointer;
}
.header-top span img {
  margin: 0;
  margin-left: 5px;
}

.header {
  padding: 15px 0;
}

a {
  display: inline-block;
}

nav ul {
  gap: 50px;
}
nav a {
  color: #313637;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 5px;
  border-bottom: 3px solid transparent;
}
nav a:hover, nav a.active {
  color: #0797CC;
  border-color: #0797CC;
}

@media (max-width: 767px) {
  .new-header .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .new-header .logo img {
    margin-left: 74px;
  }
  .hd-right .content-row {
    text-align: center;
  }
  .hd-right .content-row a {
    margin: 0;
  }
  .container {
    padding: 0px 15px;
  }
  .services-sidebar {
    display: none;
  }
  .blog-page-section {
    width: 100% !important;
  }
  .footer-top .container {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer-top {
  background: #003143;
  padding: 15px 0px 10px;
  border-bottom: 0.8px solid rgba(255, 255, 255, 0.2);
}
.footer-top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-top .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
}
.footer-top span {
  font-size: 16px;
  font-weight: 400;
}
.footer-top .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  margin-left: 10px;
}
.footer-top a {
  display: inline-block;
}

.footer {
  border-bottom: 0.8px solid rgba(255, 255, 255, 0.2);
  background: #003143 url(../images/common/bg.png) no-repeat bottom;
  padding: 40px 0 50px;
  color: #ffffff;
  display: none;
}
.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer a {
  color: #ffffff;
  display: block;
}

.footer-content {
  width: 19%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-content p {
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer-content .heading {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  padding-bottom: 15px;
}
.footer-content ul li {
  line-height: 33px;
}
.footer-content a {
  font-size: 17px;
  font-weight: 400;
}
.footer-content a img {
  margin-right: 3px;
}
.footer-content input {
  margin: 15px 0;
  background: rgba(255, 254, 254, 0.8);
  border-radius: 2px;
  width: 100%;
  height: 38px;
  color: #8E8E8E;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.footer-content input::-webkit-input-placeholder {
  color: #8E8E8E;
  opacity: 100%;
}
.footer-content input::-moz-placeholder {
  color: #8E8E8E;
  opacity: 100%;
}
.footer-content input:-ms-input-placeholder {
  color: #8E8E8E;
  opacity: 100%;
}
.footer-content input::-ms-input-placeholder {
  color: #8E8E8E;
  opacity: 100%;
}
.footer-content input::placeholder {
  color: #8E8E8E;
  opacity: 100%;
}
.footer-content button {
  font-size: 12px;
  font-weight: 700;
  height: 38px;
  display: block;
  width: 100%;
  color: #ffffff;
  background: #2B9CA7;
  border-radius: 2px;
  text-align: center;
}
.footer-content img {
  vertical-align: middle;
}

.copyright {
  background: #003143;
  color: #ffffff;
  padding: 10px 0px;
}
.copyright p {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.banner {
  background: url(../images/home/banner.png) no-repeat 0;
  background-size: cover;
  color: #ffffff;
  padding: 68px 0 98px;
}
.banner .title {
  text-align: center;
  font-size: 20px;
}
.banner .heading {
  padding: 0 0 70px;
  font-size: 64px;
  font-family: "Montserrat";
  font-weight: 600;
  line-height: 80px;
  text-align: center;
  color: #ffffff;
  width: 60%;
  margin: 0 auto;
}

.banner-searchbox {
  color: #313637;
}

ul.tabs li {
  background: none;
  color: #313637;
  font-size: 16px;
  font-weight: 500;
  display: inline-block;
  width: 109px;
  height: 42px;
  cursor: pointer;
  background: #eaeef0;
  text-align: center;
  line-height: 42px;
  border-radius: 7px 7px 0 0;
}
ul.tabs li img {
  vertical-align: middle;
  margin-right: 5px;
}
ul.tabs li.current {
  background: #ffffff;
  color: #0797CC;
}

.tab-content {
  display: none;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(23, 28, 31, 0.231372549);
          box-shadow: 0px 4px 10px 0px rgba(23, 28, 31, 0.231372549);
  border-radius: 0px 10px 10px 10px;
}
.tab-content.current {
  display: inherit;
}

.input-group-row {
  width: 20%;
  margin: 22px 0;
  padding: 0 20px;
  border-right: 1px solid #B6B6B6;
  position: relative;
}
.input-group-row i {
  position: absolute;
  right: 26px;
  top: 12px;
}
.input-group-row label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  padding-bottom: 10px;
}
.input-group-row input, .input-group-row select {
  width: 100%;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
  color: #313637;
}
.input-group-row input::-webkit-input-placeholder, .input-group-row select::-webkit-input-placeholder {
  color: #313637;
  opacity: 100%;
}
.input-group-row input::-moz-placeholder, .input-group-row select::-moz-placeholder {
  color: #313637;
  opacity: 100%;
}
.input-group-row input:-ms-input-placeholder, .input-group-row select:-ms-input-placeholder {
  color: #313637;
  opacity: 100%;
}
.input-group-row input::-ms-input-placeholder, .input-group-row select::-ms-input-placeholder {
  color: #313637;
  opacity: 100%;
}
.input-group-row input::placeholder, .input-group-row select::placeholder {
  color: #313637;
  opacity: 100%;
}

.date_row {
  width: 17%;
}

.class-any {
  width: 10%;
}

.in-roost {
  padding-left: 55px;
  padding-right: 0;
  background: url(../images/home/user.png) no-repeat 10px;
  border: 0;
  width: 15%;
}

.people-row {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.people-row span {
  display: inline-block;
  padding: 5px;
}

.search-button {
  width: 8%;
  position: relative;
  right: -1px;
  border-radius: 0 10px 10px 0;
  text-align: center;
  background: #0797CC;
  color: #ffffff;
  padding: 20px 0;
}
.search-button img {
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
}

.user-icons {
  padding-right: 7px;
}

.offer-post {
  padding: 75px 0;
  background: url(../images/home/offer-bg.png) no-repeat 0;
  background-size: cover;
  text-align: center;
  color: #313637;
}
.offer-post .heading, .offer-post b {
  font-size: 40px;
  font-weight: 600;
}
.offer-post b {
  color: #0797CC;
}
.offer-post em {
  font-size: 16px;
  color: #737373;
  display: block;
  padding: 10px 0 50px;
}
.offer-post .swiper-button-prev, .offer-post .swiper-button-next {
  width: 80px;
  height: 80px;
}
.offer-post .swiper-button-prev::after, .offer-post .swiper-button-next::after {
  content: "";
  background: url(../images/home/prev.png) no-repeat 0;
  font-size: 0;
  display: inline-block;
  height: 80px;
  width: 80px;
}
.offer-post .swiper-button-next::after {
  background: url(../images/home/next.png) no-repeat 0;
}

.special-offer {
  padding: 60px 0;
}
.special-offer .heading, .special-offer b {
  font-size: 40px;
  font-weight: 600;
}
.special-offer b {
  color: #0797CC;
}
.special-offer em {
  font-size: 16px;
  color: #737373;
  display: block;
  padding: 10px 0 50px;
}
.special-offer .box {
  width: 32%;
  background: #ffffff;
  border: 0.5px solid #DADADA;
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
}
.special-offer .box:hover figure img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.special-offer figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.special-offer figure img {
  width: 100%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.special-offer .content-box {
  padding: 15px;
}
.special-offer .title {
  font-size: 20px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-bottom: 15px;
}
.special-offer ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.0784313725);
  margin-bottom: 15px;
  padding: 8px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.special-offer ul li:hover {
  border-color: #0797CC;
  cursor: pointer;
  border-radius: 5px;
}
.special-offer ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
}
.special-offer picture {
  width: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.special-offer picture img {
  width: 100%;
}
.special-offer strong {
  font-size: 14px;
  font-weight: 600;
}
.special-offer span {
  font-size: 14px;
  color: #313637;
  font-weight: 600;
  width: 48%;
}
.special-offer span img {
  vertical-align: middle;
  margin-left: 5px;
  margin-top: -5px;
}
.special-offer .priceinfo {
  width: 26%;
  font-weight: 600;
  text-align: center;
}
.special-offer .button-btn {
  text-align: right;
  padding-top: 15px;
}
.special-offer .button-btn a {
  font-size: 16px;
  font-weight: 600;
  color: #0797CC;
}
.special-offer .button-btn img {
  vertical-align: middle;
  margin-left: 10px;
}

.why-choose {
  padding: 40px 0;
  background: url(../images/home/bg1.png) no-repeat 0;
  background-size: cover;
  text-align: center;
}
.why-choose .heading, .why-choose b {
  font-size: 40px;
  font-weight: 600;
}
.why-choose b {
  color: #0797CC;
}
.why-choose em {
  font-size: 16px;
  color: #737373;
  display: block;
  padding: 10px 0 50px;
}
.why-choose ul li {
  width: 20%;
}
.why-choose .title {
  font-size: 25px;
  font-weight: 600;
  padding: 10px 0;
}

.offers-inspire {
  padding: 70px 0;
  color: #313637;
}
.offers-inspire .heading, .offers-inspire b {
  font-size: 40px;
  font-weight: 500;
  font-family: "Montserrat";
}
.offers-inspire b {
  color: #0797CC;
}
.offers-inspire .heading {
  margin-bottom: 8px;
}
.offers-inspire p {
  font-size: 16px;
  font-style: italic;
  color: #737373;
}
.offers-inspire picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.offers-inspire picture img {
  width: 100%;
}
.offers-inspire ul {
  margin-top: 40px;
}
.offers-inspire ul li {
  position: relative;
}
.offers-inspire span.offer-tag {
  position: absolute;
  top: 20px;
  background: #0797CC;
  color: #0797CC;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  width: 88px;
  height: 28px;
  text-transform: uppercase;
  letter-spacing: 4px;
  border-radius: 0 6px 6px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.offers-inspire .flex-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  padding: 20px;
}
.offers-inspire .title {
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  width: 45%;
}
.offers-inspire small {
  font-size: 14px;
  font-weight: 600;
  display: block;
  text-align: right;
}
.offers-inspire strong {
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  text-align: right;
}

.text-b {
  margin-top: 10px;
}
.text-b p, .text-b small {
  font-size: 16px;
  font-weight: 400;
  color: #C9C9C9;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.text-b small {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  margin-left: 15px;
}
.text-b small::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 20px;
  background: #C9C9C9;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
}

.text {
  padding: 0px 5px 10px;
}

.popular li {
  width: 32%;
  border-radius: 15px;
  overflow: hidden;
  border: 0.5px solid #DADADA;
  -webkit-box-shadow: 0px 4px 50px 0px rgba(32, 32, 32, 0.1019607843);
          box-shadow: 0px 4px 50px 0px rgba(32, 32, 32, 0.1019607843);
}

.trending-tag {
  background: #E21F20;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  padding: 3px 5px;
  position: absolute;
  top: 20px;
  left: 20px;
}

.heart-logo {
  position: absolute;
  top: 20px;
  right: 20px;
}

.text-heading {
  width: 85%;
  color: #313637;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.text-box {
  padding: 10px;
}
.text-box span {
  display: inline-block;
  font-size: 14px;
}
.text-box figure {
  display: inline-block;
  vertical-align: middle;
}

.rating {
  font-size: 14px;
  font-weight: 400;
}
.rating img {
  margin-right: 5px;
  vertical-align: middle;
}
.rating span {
  color: #9C9C9C;
  margin-left: 10px;
}

.location {
  padding: 5px 0px;
}

.bottom-line {
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 500;
  color: #3D9FD6;
  border-top: 1px solid #9C9C9C;
}
.bottom-line img {
  vertical-align: middle;
}
.bottom-line strong {
  font-size: 20px;
  font-weight: 600;
  color: #3D9FD6;
}
.bottom-line small {
  font-size: 16px;
  font-weight: 300;
}

.more li {
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1019607843);
}

.top-heading {
  text-align: center;
}

.flight {
  text-align: center;
  margin-top: -35px;
  padding-bottom: 25px;
}
.flight img {
  background: white;
  padding: 15px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1019607843);
}
.flight h3 {
  font-size: 20px;
  font-weight: 700;
}

.signup {
  width: 80%;
  padding: 30px 0px;
}

.left-text {
  width: 60%;
}
.left-text figure {
  width: 15%;
}
.left-text figure img {
  width: 100%;
}
.left-text article {
  color: #3D9FD6;
  font-size: 22px;
  font-weight: 600;
  width: 80%;
}
.left-text article p {
  font-size: 16px;
  font-weight: 400;
  color: #2F2F2F;
}

.subscribe {
  width: 35%;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1019607843);
  border-radius: 4px;
  padding: 15px 10px;
}
.subscribe input {
  width: 70%;
}
.subscribe input::-webkit-input-placeholder {
  color: #D3D3D3;
}
.subscribe input::-moz-placeholder {
  color: #D3D3D3;
}
.subscribe input:-ms-input-placeholder {
  color: #D3D3D3;
}
.subscribe input::-ms-input-placeholder {
  color: #D3D3D3;
}
.subscribe input::placeholder {
  color: #D3D3D3;
}
.subscribe button {
  background: #0797CC;
  width: 30%;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 14px;
  color: #fff;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.blogs {
  padding-top: 20px;
}

.blog-page-section {
  width: 68%;
}
.blog-page-section ul li {
  margin-bottom: 20px;
  border: 1px solid #ddd;
}
.blog-page-section a {
  display: block;
  background: #ffffff;
  color: #0A243F;
}
.blog-page-section figure {
  line-height: 0;
}
.blog-page-section figure img {
  width: 100%;
}
.blog-page-section .content-box {
  padding: 15px;
}
.blog-page-section small {
  display: block;
  font-size: 14px;
}
.blog-page-section h3 {
  font-size: 20px;
  color: #0A243F;
  font-weight: 600;
  margin: 11px 0 10px;
}

.testimonials {
  padding: 30px 0;
  color: #0A243F;
  text-align: center;
}
.testimonials .title {
  font-size: 20px;
  color: #FD5F00;
  font-weight: 500;
}
.testimonials .heading {
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  padding: 10px 0 25px;
  letter-spacing: 2px;
}
.testimonials .swiper {
  padding: 3px;
}
.testimonials .swiper-slide {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px;
  margin: 20px 0;
  text-align: left;
}
.testimonials .swiper-pagination-bullet {
  background: #FD5F00;
  height: 15px;
  width: 15px;
}
.testimonials .swiper-pagination {
  position: relative;
  bottom: -7px;
}
.testimonials p {
  font-size: 16px;
  line-height: 30px;
}
.testimonials strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
}
.testimonials span {
  font-size: 15px;
}
.testimonials .star_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}
.testimonials .star_icons img {
  width: 15px;
  margin-right: 3px;
}
.testimonials small {
  font-size: 15px;
  display: block;
  padding: 5px 0 0;
}

img.error {
  opacity: 1;
}

img.initial {
  opacity: 1;
}

img.loaded {
  opacity: 1;
}

@media (min-width: 1024px) {
  .header {
    padding: 0;
    z-index: 11;
  }
  .header-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-text {
    display: none;
  }
  .mobile-icons {
    display: none;
  }
  .mobile-menuicon {
    display: none;
  }
  .need-help-mobile {
    display: none;
  }
  .can-help-you {
    top: 42px;
  }
  .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-right .left {
    display: block;
  }
  .contact-number {
    color: #FD5F00;
    font-size: 0;
    font-weight: 500;
    vertical-align: middle;
    margin-right: 20px;
  }
  .contact-number i {
    background: url(../images/common/sprite.svg) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    background-position: -120px -9px;
  }
  .services-menu img {
    margin-left: 5px;
  }
  .menu-open {
    z-index: 9;
    background: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    top: 62px;
    border-top: 1px solid #ddd;
  }
  .inside-menu {
    max-width: 1250px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .inside-menu .menu-heading {
    border: 0;
    padding: 20px 0 15px;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 25px;
  }
  .inside-menu .menu-heading:after {
    content: "";
    border-bottom: 2px solid #FD5F00;
    bottom: 0;
    left: 0;
    right: 0;
    width: 73px;
  }
  .inside-menu article {
    width: 25%;
    border-right: 1px solid #ddd;
    padding: 30px;
    padding-top: 15px;
  }
  .inside-menu article:last-child {
    border-right: 0;
    padding-right: 0;
  }
  .inside-menu ul {
    display: block;
  }
  .inside-menu ul li {
    margin: 10px 0 0;
  }
  .inside-menu ul li a {
    padding: 0;
  }
  .need-help-box {
    display: block;
    background: #F5F5F5;
    color: #0A243F;
    padding: 15px;
  }
  .need-help-box .inner-box {
    max-width: 1250px;
    margin: 0 auto;
    display: block;
  }
  .need-help-box .left-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .need-help-box .left-box i {
    height: 18px;
    width: 18px;
    background: url(../images/common/sprite.svg) no-repeat;
    background-position: -93px -9px;
  }
  .need-help-box .left-box i.e-send {
    background-position: -228px -7px;
  }
  .need-help-box .title {
    font-size: 15px;
    font-weight: 700;
  }
  .need-help-box a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 40px;
  }
  .need-help-box span {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #0A243F;
  }
  .need-help-box p {
    line-height: inherit;
    font-size: 18px;
    margin-left: 10px;
    color: #0A243F;
  }
  .need-help-box p.color {
    color: #366FC4;
  }
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
  }
  .menu .social-need-help {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 0;
  }
  .menu .social-need-help a {
    display: inline-block !important;
    font-size: 16px;
    font-weight: 600;
    padding: 8px 0;
    width: 123px;
    text-align: center;
    border-radius: 50px;
    color: #4FBC7C;
    border: 1px solid #4FBC7C;
  }
  .menu .social-need-help .skype-help {
    color: #366FC4;
    border-color: #366FC4;
  }
  .menu li {
    margin-left: 25px;
  }
  .menu li a {
    border: 0;
    padding: 21px 0;
  }
  .menu-item {
    position: inherit;
    left: inherit;
    right: inherit;
    top: inherit;
    bottom: inherit;
    width: auto;
  }
  .desktop-popup {
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
  }
  .footer-bottom-popup {
    display: none;
  }
  .footer_fixed {
    display: none;
  }
  .footer {
    padding: 50px 0 0;
  }
  .footer .heading {
    padding-bottom: 20px;
  }
  .footer p {
    padding-bottom: 20px;
  }
  .footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 50px;
  }
  .footer-left {
    width: 24%;
    border: 0;
    padding: 0;
  }
  .footer-middel {
    width: 15%;
    border: 0;
    padding: 0;
  }
  .footer-middel .heading {
    padding-top: 0;
  }
  .footer-middel .heading:after {
    display: none;
    padding-top: 0;
  }
  .footer-middel ul {
    display: block;
  }
  .footer-middel ul li {
    padding-bottom: 20px;
  }
  .footer-info {
    width: 33%;
    border: 0;
    padding: 0;
  }
  .footer-text {
    padding: 20px 0;
  }
  .whatsapp_icon {
    display: inline-block;
    position: fixed;
    bottom: 40px;
    left: 40px;
    border-radius: 50px;
    text-align: center;
    z-index: 9;
    background: url(../images/common/sprite.svg) no-repeat;
    background-position: -263px -109px;
    width: 59px;
    height: 59px;
  }
  .request-call-popup {
    width: 500px;
    margin: 0 auto;
    padding: 25px;
  }
  .request-call-popup .input-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .request-call-popup input {
    width: 48.5%;
  }
  .request-call-popup textarea {
    width: 100%;
  }
  .request_button {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    top: 230px;
    outline: none;
    z-index: 9;
  }
  .request_button i {
    background: url(../images/common/sprite.svg) no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 80px;
    height: 97px;
    background-position: -12px -196px;
  }
  .banner-content-box {
    width: 50%;
  }
  .blog-page-section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .blog-page-section ul li {
    width: 48%;
    margin-bottom: 30px;
  }
  .testimonials {
    padding: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .testimonials .left-content {
    width: 30%;
  }
  .testimonials .heading {
    font-size: 36px;
    line-height: 45px;
    padding-top: 15px;
  }
  .testimonials .swiper {
    width: 65%;
    padding: 0 15px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .testimonials .swiper-slide {
    width: 50%;
    margin: 20px 0;
  }
  .testimonials .swiper-pagination {
    position: absolute;
    bottom: 1px;
  }
  .testimonials .common-button {
    margin: 0;
  }
}
@media (min-width: 1366px) {
  .menu li {
    margin-left: 35px;
  }
  .contact-number {
    font-size: 18px;
  }
  .need-help-box {
    padding: 0;
  }
  .need-help-box .inner-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-middel {
    width: 19%;
  }
  .footer-info {
    width: 28%;
  }
}
@media (min-width: 767px) {
  .common-button img {
    position: inherit;
    position: inherit;
  }
  .banner {
    padding: 114px 0 164px;
    background: #F9F7F6;
    z-index: 1;
    text-align: left;
  }
  .banner img {
    position: absolute;
    display: block;
    top: 1px;
    right: 0;
    bottom: 0;
    height: auto;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
  }
  .banner-content-box {
    width: 90%;
  }
  .banner-content-box p {
    font-size: 20px;
    line-height: 30px;
    padding: 0;
  }
  .banner-content-box .heading {
    font-size: 62px;
    line-height: 75px;
    padding: 0 0 12px;
  }
  .banner-content-box.career_content .heading {
    color: #ffffff;
  }
  .banner-content-box.career_content p {
    color: #ffffff;
  }
  .banner-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
  }
  .banner-buttons a {
    margin: 0 20px 0 0;
  }
  .banner-img img {
    left: inherit;
  }
}
.services-sidebar {
  margin-top: 25px;
  width: 28%;
}
.services-sidebar .sort {
  position: relative;
  padding-bottom: 15px;
}
.services-sidebar .sort input {
  background: #fff;
  border: 2px solid #ddd;
  color: #777;
  display: block;
  max-width: 100%;
  outline: 0;
  padding: 7px 8px;
  padding-left: 8px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #999;
  width: 100%;
  padding-left: 26px;
  line-height: 20px;
}
.services-sidebar .sort:after {
  content: "";
  position: absolute;
  background: url("../images/common/glass.svg") no-repeat 0px 4px;
  left: 8px;
  top: 8px;
  width: 15px;
  height: 30px;
}
.services-sidebar .box {
  background: #F5F5F5;
  padding: 15px;
}
.services-sidebar .heading {
  font-size: 25px;
  color: #313637;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.services-sidebar ul a {
  font-size: 16px;
  display: block;
  color: #313637;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  border-left: 2px solid transparent;
  padding: 10px 15px;
  padding-right: 25px;
  line-height: 25px;
  position: relative;
}
.services-sidebar ul a::before {
  content: "";
  width: 8px;
  height: 13px;
  position: absolute;
  right: 12px;
  top: 17px;
  background: url(../images/common/sprite.svg) no-repeat -325px -9px;
}
.services-sidebar ul a:hover {
  border-left: 2px solid #0797CC;
  background-color: #ffffff;
}
.services-sidebar .view-all {
  display: inline-block;
  font-size: 16px;
  color: #0797CC;
  font-weight: 500;
  cursor: pointer;
  margin: 10px 0;
}

.service-need-help {
  background: #313637;
  color: #ffffff;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 25px;
}
.service-need-help .title {
  font-size: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.service-need-help p {
  color: #ffffff;
  margin: 15px 0;
  font-size: 16px;
  color: #999b9f;
  line-height: 30px;
}
.service-need-help a {
  display: inline-block;
  font-size: 25px;
  color: #ffffff;
}
.service-need-help a i {
  width: 18px;
  height: 18px;
  background: url(../images/common/sprite.svg) no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-position: -46px -44px;
  margin-right: 5px;
}

@media (min-width: 767px) {
  .services-sidebar {
    width: 30%;
    margin: 0;
  }
}
.inner-pages-content {
  padding: 20px 0;
  color: #0A243F;
}

.services-left-content h2,
.services-left-content h3,
.services-left-content h4,
.services-left-content h5,
.services-left-content h6 {
  font-size: 28px;
  font-weight: 600;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
.services-left-content h2:after,
.services-left-content h3:after,
.services-left-content h4:after,
.services-left-content h5:after,
.services-left-content h6:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #ddd;
  width: 84px;
}
.services-left-content h2:before,
.services-left-content h3:before,
.services-left-content h4:before,
.services-left-content h5:before,
.services-left-content h6:before {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -3px;
  z-index: 99;
  border-bottom: 7px solid #0797CC;
  width: 30px;
}
.services-left-content h3 {
  font-size: 20px;
}
.services-left-content h4 {
  font-size: 24px;
}
.services-left-content h5 {
  font-size: 22px;
}
.services-left-content h6 {
  font-size: 20px;
}
.services-left-content p {
  font-size: 16px;
  padding-bottom: 20px;
  line-height: 32px;
  text-align: justify;
}
.services-left-content a {
  font-size: 16px;
  color: #0797CC;
  text-decoration: underline;
  font-weight: 500;
}
.services-left-content em {
  font-size: 16px;
}
.services-left-content strong {
  color: #0A243F;
  font-weight: 700;
}
.services-left-content ol,
.services-left-content ul {
  color: #0A243F;
  background: #f5f5f5;
  padding: 15px;
  padding-left: 16px;
  border-radius: 10px;
  margin-bottom: 25px;
}
.services-left-content ol li,
.services-left-content ul li {
  font-size: 16px;
  line-height: 30px;
  margin-top: 11px;
  padding-left: 20px;
  position: relative;
}
.services-left-content ol li:before,
.services-left-content ul li:before {
  content: "";
  width: 8px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 9px;
  background: url("../images/common/sprite.svg") no-repeat -325px -9px;
}
.services-left-content ol li {
  background-position: 0 7px;
}
.services-left-content figure {
  line-height: 0;
  margin-bottom: 25px;
  border-radius: 10px;
  overflow: hidden;
}
.services-left-content figure img {
  width: 100%;
}

.heading-common {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

.flight-table th, .flight-table td {
  font-size: 16px;
  font-weight: 500;
  color: #0A243F;
  border: 1px solid #0797CC;
  padding: 10px;
}

@media (min-width: 767px) {
  .inner-pages-content .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .services-left-content {
    width: 100%;
  }
  .services-left-content h2 {
    font-size: 22px;
  }
  .services-left-content h3 {
    font-size: 20px;
  }
  .services-left-content h4 {
    font-size: 28px;
  }
  .services-left-content h5 {
    font-size: 26px;
  }
  .services-left-content h6 {
    font-size: 24px;
  }
  .services-left-content ol li,
  .services-left-content ul li {
    font-size: 16px;
    margin: 15px 5px;
  }
  .services-left-content figure.imgleft-side {
    float: left;
    margin-right: 25px;
  }
}