@charset "UTF-8";

/* node_modules/@angular/cdk/overlay-prebuilt.css */
.cdk-overlay-container,
.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}
.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}
.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: .6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, .32);
}
.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

/* node_modules/leaflet/dist/leaflet.css */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.leaflet-tile::selection {
  background: transparent;
}
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}
.leaflet-container img.leaflet-tile {
  mix-blend-mode: plus-lighter;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  touch-action: none;
  touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 400;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-control {
  float: left;
  clear: both;
}
.leaflet-right .leaflet-control {
  float: right;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-right .leaflet-control {
  margin-right: 10px;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
svg.leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}
.leaflet-container a {
  color: #0078A8;
}
.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}
.leaflet-container {
  font-family:
    "Helvetica Neue",
    Arial,
    Helvetica,
    sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}
.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font:
    bold 18px "Lucida Console",
    Monaco,
    monospace;
  text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url("./media/layers.png");
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url("./media/layers-2x.png");
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
.leaflet-default-icon-path {
  background-image: url("./media/marker-icon.png");
}
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}
.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}
.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font:
    16px/24px Tahoma,
    Verdana,
    sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}
.leaflet-popup-scrolled {
  overflow: auto;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}
.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}
@media print {
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}

/* src/styles.scss */
/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb:
    13,
    110,
    253;
  --bs-secondary-rgb:
    108,
    117,
    125;
  --bs-success-rgb:
    25,
    135,
    84;
  --bs-info-rgb:
    13,
    202,
    240;
  --bs-warning-rgb:
    255,
    193,
    7;
  --bs-danger-rgb:
    220,
    53,
    69;
  --bs-light-rgb:
    248,
    249,
    250;
  --bs-dark-rgb:
    33,
    37,
    41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb:
    255,
    255,
    255;
  --bs-black-rgb:
    0,
    0,
    0;
  --bs-font-sans-serif:
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    "Noto Sans",
    "Liberation Sans",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  --bs-font-monospace:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  --bs-gradient:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb:
    33,
    37,
    41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb:
    255,
    255,
    255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb:
    0,
    0,
    0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb:
    33,
    37,
    41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb:
    233,
    236,
    239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb:
    33,
    37,
    41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb:
    248,
    249,
    250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb:
    13,
    110,
    253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb:
    10,
    88,
    202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb:
    222,
    226,
    230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb:
    33,
    37,
    41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb:
    255,
    255,
    255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb:
    222,
    226,
    230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb:
    52,
    58,
    64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb:
    222,
    226,
    230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb:
    43,
    48,
    53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb:
    110,
    168,
    254;
  --bs-link-hover-color-rgb:
    139,
    185,
    254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}
h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}
h1,
.h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}
h2,
.h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}
h3,
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}
h4,
.h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}
h5,
.h5 {
  font-size: 1.25rem;
}
h6,
.h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul {
  padding-left: 2rem;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b,
strong {
  font-weight: bolder;
}
small,
.small {
  font-size: 0.875em;
}
mark,
.mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}
sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: underline;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}
figure {
  margin: 0 0 1rem;
}
img,
svg {
  vertical-align: middle;
}
table {
  caption-side: bottom;
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}
th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}
thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
select {
  text-transform: none;
}
[role=button] {
  cursor: pointer;
}
select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
textarea {
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}
::-webkit-inner-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
iframe {
  border: 0;
}
summary {
  display: list-item;
  cursor: pointer;
}
progress {
  vertical-align: baseline;
}
[hidden] {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}
.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}
.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}
.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\a0";
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.img-thumbnail {
  padding: 0.25rem;
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  max-width: 100%;
  height: auto;
}
.figure {
  display: inline-block;
}
.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}
.figure-caption {
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px;
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}
.col {
  flex: 1 0 0%;
}
.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}
.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}
.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}
.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}
.col-3 {
  flex: 0 0 auto;
  width: 25%;
}
.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}
.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}
.col-6 {
  flex: 0 0 auto;
  width: 50%;
}
.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}
.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}
.col-9 {
  flex: 0 0 auto;
  width: 75%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}
.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}
.col-12 {
  flex: 0 0 auto;
  width: 100%;
}
.offset-1 {
  margin-left: 8.33333333%;
}
.offset-2 {
  margin-left: 16.66666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.33333333%;
}
.offset-5 {
  margin-left: 41.66666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.33333333%;
}
.offset-8 {
  margin-left: 66.66666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.33333333%;
}
.offset-11 {
  margin-left: 91.66666667%;
}
.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}
.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}
.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}
.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}
.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}
.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}
.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}
.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}
.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}
.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}
.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}
.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-color-type: initial;
  --bs-table-bg-type: initial;
  --bs-table-color-state: initial;
  --bs-table-bg-state: initial;
  --bs-table-color: var(--bs-emphasis-color);
  --bs-table-bg: var(--bs-body-bg);
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-emphasis-color);
  --bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);
  --bs-table-active-color: var(--bs-emphasis-color);
  --bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);
  --bs-table-hover-color: var(--bs-emphasis-color);
  --bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);
  width: 100%;
  margin-bottom: 1rem;
  vertical-align: top;
  border-color: var(--bs-table-border-color);
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
  background-color: var(--bs-table-bg);
  border-bottom-width: var(--bs-border-width);
  box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table-group-divider {
  border-top: calc(var(--bs-border-width) * 2) solid currentcolor;
}
.caption-top {
  caption-side: top;
}
.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}
.table-bordered > :not(caption) > * {
  border-width: var(--bs-border-width) 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 var(--bs-border-width);
}
.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.table-active {
  --bs-table-color-state: var(--bs-table-active-color);
  --bs-table-bg-state: var(--bs-table-active-bg);
}
.table-hover > tbody > tr:hover > * {
  --bs-table-color-state: var(--bs-table-hover-color);
  --bs-table-bg-state: var(--bs-table-hover-bg);
}
.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #a6b5cc;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #b5b6b7;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #a7b9b1;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #a6c3ca;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #ccc2a4;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #c6acae;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #c6c7c8;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #4d5154;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color);
}
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}
.col-form-label {
  padding-top: calc(0.375rem + var(--bs-border-width));
  padding-bottom: calc(0.375rem + var(--bs-border-width));
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.col-form-label-lg {
  padding-top: calc(0.5rem + var(--bs-border-width));
  padding-bottom: calc(0.5rem + var(--bs-border-width));
  font-size: 1.25rem;
}
.col-form-label-sm {
  padding-top: calc(0.25rem + var(--bs-border-width));
  padding-bottom: calc(0.25rem + var(--bs-border-width));
  font-size: 0.875rem;
}
.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-secondary-color);
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  min-width: 85px;
  height: 1.5em;
  margin: 0;
}
.form-control::-webkit-datetime-edit {
  display: block;
  padding: 0;
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 1;
}
.form-control:disabled {
  background-color: var(--bs-secondary-bg);
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: var(--bs-body-color);
  background-color: var(--bs-tertiary-bg);
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: var(--bs-border-width);
  border-radius: 0;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: var(--bs-secondary-bg);
}
.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: transparent;
  border: solid transparent;
  border-width: var(--bs-border-width) 0;
}
.form-control-plaintext:focus {
  outline: 0;
}
.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}
.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
textarea.form-control {
  min-height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + calc(var(--bs-border-width) * 2));
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color::-webkit-color-swatch {
  border: 0 !important;
  border-radius: var(--bs-border-radius);
}
.form-control-color.form-control-sm {
  height: calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2));
}
.form-control-color.form-control-lg {
  height: calc(1.5em + 1rem + calc(var(--bs-border-width) * 2));
}
.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  appearance: none;
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: var(--bs-secondary-bg);
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 var(--bs-body-color);
}
.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
[data-bs-theme=dark] .form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}
.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right;
}
.form-check-reverse .form-check-input {
  float: right;
  margin-right: -1.5em;
  margin-left: 0;
}
.form-check-input {
  --bs-form-check-bg: var(--bs-body-bg);
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  appearance: none;
  background-color: var(--bs-form-check-bg);
  background-image: var(--bs-form-check-bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: var(--bs-border-width) solid var(--bs-border-color);
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  --bs-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label,
.form-check-input:disabled ~ .form-check-label {
  cursor: default;
  opacity: 0.5;
}
.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  width: 2em;
  margin-left: -2.5em;
  background-image: var(--bs-form-switch-bg);
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-switch.form-check-reverse {
  padding-right: 2.5em;
  padding-left: 0;
}
.form-switch.form-check-reverse .form-check-input {
  margin-right: -2.5em;
  margin-left: 0;
}
.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn,
.btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus) {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e");
}
.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  appearance: none;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  appearance: none;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  transition:
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: var(--bs-secondary-bg);
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: var(--bs-secondary-color);
}
.form-range:disabled::-moz-range-thumb {
  background-color: var(--bs-secondary-color);
}
.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext,
.form-floating > .form-select {
  height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  height: 100%;
  padding: 1rem 0.75rem;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: var(--bs-border-width) solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control,
.form-floating > .form-control-plaintext {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::placeholder,
.form-floating > .form-control-plaintext::placeholder {
  color: transparent;
}
.form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown),
.form-floating > .form-control-plaintext:focus,
.form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill,
.form-floating > .form-control-plaintext:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-select ~ label::after {
  position: absolute;
  inset: 1rem 0.375rem;
  z-index: -1;
  height: 1.5em;
  content: "";
  background-color: var(--bs-body-bg);
  border-radius: var(--bs-border-radius);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  color: rgba(var(--bs-body-color-rgb), 0.65);
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control-plaintext ~ label {
  border-width: var(--bs-border-width) 0;
}
.form-floating > :disabled ~ label,
.form-floating > .form-control:disabled ~ label {
  color: #6c757d;
}
.form-floating > :disabled ~ label::after,
.form-floating > .form-control:disabled ~ label::after {
  background-color: var(--bs-secondary-bg);
}
.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select,
.input-group > .form-floating {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus,
.input-group > .form-floating:focus-within {
  z-index: 5;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 5;
}
.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--bs-body-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-tertiary-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
}
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: var(--bs-border-radius-lg);
}
.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: var(--bs-border-radius-sm);
}
.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n+3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: calc(var(--bs-border-width) * -1);
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-valid-color);
}
.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-success);
  border-radius: var(--bs-border-radius);
}
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid,
.form-control.is-valid {
  border-color: var(--bs-form-valid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:valid,
.form-select.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
  border-color: var(--bs-form-valid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-control-color:valid,
.form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .form-check-input:valid,
.form-check-input.is-valid {
  border-color: var(--bs-form-valid-border-color);
}
.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
  background-color: var(--bs-form-valid-color);
}
.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-success-rgb), 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label,
.form-check-input.is-valid ~ .form-check-label {
  color: var(--bs-form-valid-color);
}
.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):valid,
.input-group > .form-control:not(:focus).is-valid,
.was-validated .input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid,
.was-validated .input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3;
}
.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: var(--bs-form-invalid-color);
}
.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: var(--bs-danger);
  border-radius: var(--bs-border-radius);
}
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.was-validated .form-select:invalid,
.form-select.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
  --bs-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  padding-right: 4.125rem;
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
  border-color: var(--bs-form-invalid-border-color);
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-control-color:invalid,
.form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem));
}
.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
  border-color: var(--bs-form-invalid-border-color);
}
.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
  background-color: var(--bs-form-invalid-color);
}
.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--bs-danger-rgb), 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label,
.form-check-input.is-invalid ~ .form-check-label {
  color: var(--bs-form-invalid-color);
}
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}
.was-validated .input-group > .form-control:not(:focus):invalid,
.input-group > .form-control:not(:focus).is-invalid,
.was-validated .input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid,
.was-validated .input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4;
}
.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-width: var(--bs-border-width);
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: var(--bs-border-radius);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn-check + .btn:hover {
  color: var(--bs-btn-color);
  background-color: var(--bs-btn-bg);
  border-color: var(--bs-btn-border-color);
}
.btn:focus-visible {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:focus-visible + .btn {
  border-color: var(--bs-btn-hover-border-color);
  outline: 0;
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked + .btn,
:not(.btn-check) + .btn:active,
.btn:first-child:active,
.btn.active,
.btn.show {
  color: var(--bs-btn-active-color);
  background-color: var(--bs-btn-active-bg);
  border-color: var(--bs-btn-active-border-color);
}
.btn-check:checked + .btn:focus-visible,
:not(.btn-check) + .btn:active:focus-visible,
.btn:first-child:active:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn-check:checked:focus-visible + .btn {
  box-shadow: var(--bs-btn-focus-box-shadow);
}
.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
  color: var(--bs-btn-disabled-color);
  pointer-events: none;
  background-color: var(--bs-btn-disabled-bg);
  border-color: var(--bs-btn-disabled-border-color);
  opacity: var(--bs-btn-disabled-opacity);
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb:
    49,
    132,
    253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0d6efd;
  --bs-btn-disabled-border-color: #0d6efd;
}
.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #5c636a;
  --bs-btn-hover-border-color: #565e64;
  --bs-btn-focus-shadow-rgb:
    130,
    138,
    145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #565e64;
  --bs-btn-active-border-color: #51585e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
}
.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #157347;
  --bs-btn-hover-border-color: #146c43;
  --bs-btn-focus-shadow-rgb:
    60,
    153,
    110;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #13653f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #198754;
  --bs-btn-disabled-border-color: #198754;
}
.btn-info {
  --bs-btn-color: #000;
  --bs-btn-bg: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #31d2f2;
  --bs-btn-hover-border-color: #25cff2;
  --bs-btn-focus-shadow-rgb:
    11,
    172,
    204;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #3dd5f3;
  --bs-btn-active-border-color: #25cff2;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #0dcaf0;
  --bs-btn-disabled-border-color: #0dcaf0;
}
.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffca2c;
  --bs-btn-hover-border-color: #ffc720;
  --bs-btn-focus-shadow-rgb:
    217,
    164,
    6;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcd39;
  --bs-btn-active-border-color: #ffc720;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffc107;
  --bs-btn-disabled-border-color: #ffc107;
}
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #bb2d3b;
  --bs-btn-hover-border-color: #b02a37;
  --bs-btn-focus-shadow-rgb:
    225,
    83,
    97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b02a37;
  --bs-btn-active-border-color: #a52834;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #dc3545;
  --bs-btn-disabled-border-color: #dc3545;
}
.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #d3d4d5;
  --bs-btn-hover-border-color: #c6c7c8;
  --bs-btn-focus-shadow-rgb:
    211,
    212,
    213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #c6c7c8;
  --bs-btn-active-border-color: #babbbc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}
.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb:
    66,
    70,
    73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}
.btn-outline-primary {
  --bs-btn-color: #0d6efd;
  --bs-btn-border-color: #0d6efd;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0d6efd;
  --bs-btn-hover-border-color: #0d6efd;
  --bs-btn-focus-shadow-rgb:
    13,
    110,
    253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}
.btn-outline-secondary {
  --bs-btn-color: #6c757d;
  --bs-btn-border-color: #6c757d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #6c757d;
  --bs-btn-hover-border-color: #6c757d;
  --bs-btn-focus-shadow-rgb:
    108,
    117,
    125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #6c757d;
  --bs-btn-active-border-color: #6c757d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #6c757d;
  --bs-gradient: none;
}
.btn-outline-success {
  --bs-btn-color: #198754;
  --bs-btn-border-color: #198754;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #198754;
  --bs-btn-hover-border-color: #198754;
  --bs-btn-focus-shadow-rgb:
    25,
    135,
    84;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #198754;
  --bs-btn-active-border-color: #198754;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #198754;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #198754;
  --bs-gradient: none;
}
.btn-outline-info {
  --bs-btn-color: #0dcaf0;
  --bs-btn-border-color: #0dcaf0;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #0dcaf0;
  --bs-btn-hover-border-color: #0dcaf0;
  --bs-btn-focus-shadow-rgb:
    13,
    202,
    240;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #0dcaf0;
  --bs-btn-active-border-color: #0dcaf0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0dcaf0;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0dcaf0;
  --bs-gradient: none;
}
.btn-outline-warning {
  --bs-btn-color: #ffc107;
  --bs-btn-border-color: #ffc107;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc107;
  --bs-btn-hover-border-color: #ffc107;
  --bs-btn-focus-shadow-rgb:
    255,
    193,
    7;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffc107;
  --bs-btn-active-border-color: #ffc107;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffc107;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffc107;
  --bs-gradient: none;
}
.btn-outline-danger {
  --bs-btn-color: #dc3545;
  --bs-btn-border-color: #dc3545;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #dc3545;
  --bs-btn-hover-border-color: #dc3545;
  --bs-btn-focus-shadow-rgb:
    220,
    53,
    69;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #dc3545;
  --bs-btn-active-border-color: #dc3545;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #dc3545;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #dc3545;
  --bs-gradient: none;
}
.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb:
    248,
    249,
    250;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none;
}
.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb:
    33,
    37,
    41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}
.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: 0 0 0 #000;
  --bs-btn-focus-shadow-rgb:
    49,
    132,
    253;
  text-decoration: underline;
}
.btn-link:focus-visible {
  color: var(--bs-btn-color);
}
.btn-link:hover {
  color: var(--bs-btn-hover-color);
}
.btn-lg,
.btn-group-lg > .btn {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}
.btn-sm,
.btn-group-sm > .btn {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
}
.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}
.dropup,
.dropend,
.dropdown,
.dropstart,
.dropup-center,
.dropdown-center {
  position: relative;
}
.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: var(--bs-dropdown-spacer);
}
.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}
.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}
@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: var(--bs-dropdown-spacer);
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: var(--bs-dropdown-spacer);
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}
.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: var(--bs-dropdown-spacer);
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropstart .dropdown-toggle::after {
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}
.dropdown-divider {
  height: 0;
  margin: var(--bs-dropdown-divider-margin-y) 0;
  overflow: hidden;
  border-top: 1px solid var(--bs-dropdown-divider-bg);
  opacity: 1;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  clear: both;
  font-weight: 400;
  color: var(--bs-dropdown-link-color);
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: var(--bs-dropdown-item-border-radius, 0);
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: var(--bs-dropdown-link-hover-color);
  background-color: var(--bs-dropdown-link-hover-bg);
}
.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-dropdown-link-active-color);
  text-decoration: none;
  background-color: var(--bs-dropdown-link-active-bg);
}
.dropdown-item.disabled,
.dropdown-item:disabled {
  color: var(--bs-dropdown-link-disabled-color);
  pointer-events: none;
  background-color: transparent;
}
.dropdown-menu.show {
  display: block;
}
.dropdown-header {
  display: block;
  padding: var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);
  margin-bottom: 0;
  font-size: 0.875rem;
  color: var(--bs-dropdown-header-color);
  white-space: nowrap;
}
.dropdown-item-text {
  display: block;
  padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
  color: var(--bs-dropdown-link-color);
}
.dropdown-menu-dark {
  --bs-dropdown-color: #dee2e6;
  --bs-dropdown-bg: #343a40;
  --bs-dropdown-border-color: var(--bs-border-color-translucent);
  --bs-dropdown-box-shadow: ;
  --bs-dropdown-link-color: #dee2e6;
  --bs-dropdown-link-hover-color: #fff;
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0d6efd;
  --bs-dropdown-link-disabled-color: #adb5bd;
  --bs-dropdown-header-color: #adb5bd;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}
.btn-group {
  border-radius: var(--bs-border-radius);
}
.btn-group > :not(.btn-check:first-child) + .btn,
.btn-group > .btn-group:not(:first-child) {
  margin-left: calc(var(--bs-border-width) * -1);
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn.dropdown-toggle-split:first-child,
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}
.btn-lg + .dropdown-toggle-split,
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}
.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: calc(var(--bs-border-width) * -1);
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover,
.nav-link:focus {
  color: var(--bs-nav-link-hover-color);
}
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.nav-link.disabled,
.nav-link:disabled {
  color: var(--bs-nav-link-disabled-color);
  pointer-events: none;
  cursor: default;
}
.nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
  --bs-nav-tabs-border-color: var(--bs-border-color);
  --bs-nav-tabs-border-radius: var(--bs-border-radius);
  --bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);
  --bs-nav-tabs-link-active-color: var(--bs-emphasis-color);
  --bs-nav-tabs-link-active-bg: var(--bs-body-bg);
  --bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}
.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: var(--bs-nav-tabs-border-radius);
  border-top-right-radius: var(--bs-nav-tabs-border-radius);
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  isolation: isolate;
  border-color: var(--bs-nav-tabs-link-hover-border-color);
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: var(--bs-nav-tabs-link-active-color);
  background-color: var(--bs-nav-tabs-link-active-bg);
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .dropdown-menu {
  margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #fff;
  --bs-nav-pills-link-active-bg: #0d6efd;
}
.nav-pills .nav-link {
  border-radius: var(--bs-nav-pills-border-radius);
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--bs-nav-pills-link-active-bg);
}
.nav-underline {
  --bs-nav-underline-gap: 1rem;
  --bs-nav-underline-border-width: 0.125rem;
  --bs-nav-underline-link-active-color: var(--bs-emphasis-color);
  gap: var(--bs-nav-underline-gap);
}
.nav-underline .nav-link {
  padding-right: 0;
  padding-left: 0;
  border-bottom: var(--bs-nav-underline-border-width) solid transparent;
}
.nav-underline .nav-link:hover,
.nav-underline .nav-link:focus {
  border-bottom-color: currentcolor;
}
.nav-underline .nav-link.active,
.nav-underline .show > .nav-link {
  font-weight: 700;
  color: var(--bs-nav-underline-link-active-color);
  border-bottom-color: currentcolor;
}
.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}
.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}
.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);
  --bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);
  --bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);
  --bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);
  --bs-navbar-nav-link-padding-x: 0.5rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);
  --bs-navbar-toggler-border-radius: var(--bs-border-radius);
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap;
}
.navbar-brand:hover,
.navbar-brand:focus {
  color: var(--bs-navbar-brand-hover-color);
}
.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
}
.navbar-nav .dropdown-menu {
  position: static;
}
.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color);
}
.navbar-text a,
.navbar-text a:hover,
.navbar-text a:focus {
  color: var(--bs-navbar-active-color);
}
.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width);
}
.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: var(--bs-navbar-nav-link-padding-x);
    padding-left: var(--bs-navbar-nav-link-padding-x);
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    transition: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: var(--bs-navbar-nav-link-padding-x);
  padding-left: var(--bs-navbar-nav-link-padding-x);
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas {
  position: static;
  z-index: auto;
  flex-grow: 1;
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
  background-color: transparent !important;
  border: 0 !important;
  transform: none !important;
  transition: none;
}
.navbar-expand .offcanvas .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-dark,
.navbar[data-bs-theme=dark] {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #fff;
  --bs-navbar-brand-color: #fff;
  --bs-navbar-brand-hover-color: #fff;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
[data-bs-theme=dark] .navbar-toggler-icon {
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}
.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color);
}
.card-title {
  margin-bottom: var(--bs-card-title-spacer-y);
  color: var(--bs-card-title-color);
}
.card-subtitle {
  margin-top: calc(-0.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0;
  color: var(--bs-card-subtitle-color);
}
.card-text:last-child {
  margin-bottom: 0;
}
.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x);
}
.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-header:first-child {
  border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0;
}
.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.card-footer:last-child {
  border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
}
.card-header-tabs {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0;
}
.card-header-tabs .nav-link.active {
  background-color: var(--bs-card-bg);
  border-bottom-color: var(--bs-card-bg);
}
.card-header-pills {
  margin-right: calc(-0.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-0.5 * var(--bs-card-cap-padding-x));
}
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}
.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius);
}
.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-group > .card {
  margin-bottom: var(--bs-card-group-margin);
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}
.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23052c65' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: var(--bs-accordion-active-bg);
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-active-icon);
  transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-left: auto;
  content: "";
  background-image: var(--bs-accordion-btn-icon);
  background-repeat: no-repeat;
  background-size: var(--bs-accordion-btn-icon-width);
  transition: var(--bs-accordion-btn-icon-transition);
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  outline: 0;
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
}
.accordion-header {
  margin-bottom: 0;
}
.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:first-of-type {
  border-top-left-radius: var(--bs-accordion-border-radius);
  border-top-right-radius: var(--bs-accordion-border-radius);
}
.accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-left-radius: var(--bs-accordion-inner-border-radius);
  border-top-right-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-item:last-of-type > .accordion-header .accordion-button.collapsed {
  border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
  border-bottom-left-radius: var(--bs-accordion-inner-border-radius);
}
.accordion-item:last-of-type > .accordion-collapse {
  border-bottom-right-radius: var(--bs-accordion-border-radius);
  border-bottom-left-radius: var(--bs-accordion-border-radius);
}
.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
}
.accordion-flush > .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush > .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush > .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
}
.accordion-flush > .accordion-item > .accordion-collapse {
  border-radius: 0;
}
[data-bs-theme=dark] .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%236ea8fe'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: var(--bs-secondary-color);
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color);
}
.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: var(--bs-body-bg);
  --bs-pagination-border-width: var(--bs-border-width);
  --bs-pagination-border-color: var(--bs-border-color);
  --bs-pagination-border-radius: var(--bs-border-radius);
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: var(--bs-tertiary-bg);
  --bs-pagination-hover-border-color: var(--bs-border-color);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: var(--bs-secondary-bg);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-pagination-active-color: #fff;
  --bs-pagination-active-bg: #0d6efd;
  --bs-pagination-active-border-color: #0d6efd;
  --bs-pagination-disabled-color: var(--bs-secondary-color);
  --bs-pagination-disabled-bg: var(--bs-secondary-bg);
  --bs-pagination-disabled-border-color: var(--bs-border-color);
  display: flex;
  padding-left: 0;
  list-style: none;
}
.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition:
    color 0.15s ease-in-out,
    background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: var(--bs-pagination-hover-color);
  background-color: var(--bs-pagination-hover-bg);
  border-color: var(--bs-pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--bs-pagination-focus-color);
  background-color: var(--bs-pagination-focus-bg);
  outline: 0;
  box-shadow: var(--bs-pagination-focus-box-shadow);
}
.page-link.active,
.active > .page-link {
  z-index: 3;
  color: var(--bs-pagination-active-color);
  background-color: var(--bs-pagination-active-bg);
  border-color: var(--bs-pagination-active-border-color);
}
.page-link.disabled,
.disabled > .page-link {
  color: var(--bs-pagination-disabled-color);
  pointer-events: none;
  background-color: var(--bs-pagination-disabled-bg);
  border-color: var(--bs-pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
  margin-left: calc(var(--bs-border-width) * -1);
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius);
}
.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: var(--bs-border-radius-lg);
}
.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: var(--bs-border-radius-sm);
}
.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: var(--bs-border-radius);
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.alert {
  --bs-alert-bg: transparent;
  --bs-alert-padding-x: 1rem;
  --bs-alert-padding-y: 1rem;
  --bs-alert-margin-bottom: 1rem;
  --bs-alert-color: inherit;
  --bs-alert-border-color: transparent;
  --bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);
  --bs-alert-border-radius: var(--bs-border-radius);
  --bs-alert-link-color: inherit;
  position: relative;
  padding: var(--bs-alert-padding-y) var(--bs-alert-padding-x);
  margin-bottom: var(--bs-alert-margin-bottom);
  color: var(--bs-alert-color);
  background-color: var(--bs-alert-bg);
  border: var(--bs-alert-border);
  border-radius: var(--bs-alert-border-radius);
}
.alert-heading {
  color: inherit;
}
.alert-link {
  font-weight: 700;
  color: var(--bs-alert-link-color);
}
.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}
.alert-primary {
  --bs-alert-color: var(--bs-primary-text-emphasis);
  --bs-alert-bg: var(--bs-primary-bg-subtle);
  --bs-alert-border-color: var(--bs-primary-border-subtle);
  --bs-alert-link-color: var(--bs-primary-text-emphasis);
}
.alert-secondary {
  --bs-alert-color: var(--bs-secondary-text-emphasis);
  --bs-alert-bg: var(--bs-secondary-bg-subtle);
  --bs-alert-border-color: var(--bs-secondary-border-subtle);
  --bs-alert-link-color: var(--bs-secondary-text-emphasis);
}
.alert-success {
  --bs-alert-color: var(--bs-success-text-emphasis);
  --bs-alert-bg: var(--bs-success-bg-subtle);
  --bs-alert-border-color: var(--bs-success-border-subtle);
  --bs-alert-link-color: var(--bs-success-text-emphasis);
}
.alert-info {
  --bs-alert-color: var(--bs-info-text-emphasis);
  --bs-alert-bg: var(--bs-info-bg-subtle);
  --bs-alert-border-color: var(--bs-info-border-subtle);
  --bs-alert-link-color: var(--bs-info-text-emphasis);
}
.alert-warning {
  --bs-alert-color: var(--bs-warning-text-emphasis);
  --bs-alert-bg: var(--bs-warning-bg-subtle);
  --bs-alert-border-color: var(--bs-warning-border-subtle);
  --bs-alert-link-color: var(--bs-warning-text-emphasis);
}
.alert-danger {
  --bs-alert-color: var(--bs-danger-text-emphasis);
  --bs-alert-bg: var(--bs-danger-bg-subtle);
  --bs-alert-border-color: var(--bs-danger-border-subtle);
  --bs-alert-link-color: var(--bs-danger-text-emphasis);
}
.alert-light {
  --bs-alert-color: var(--bs-light-text-emphasis);
  --bs-alert-bg: var(--bs-light-bg-subtle);
  --bs-alert-border-color: var(--bs-light-border-subtle);
  --bs-alert-link-color: var(--bs-light-text-emphasis);
}
.alert-dark {
  --bs-alert-color: var(--bs-dark-text-emphasis);
  --bs-alert-bg: var(--bs-dark-bg-subtle);
  --bs-alert-border-color: var(--bs-dark-border-subtle);
  --bs-alert-link-color: var(--bs-dark-text-emphasis);
}
@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem;
  }
}
.progress,
.progress-stacked {
  --bs-progress-height: 1rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
  --bs-progress-border-radius: var(--bs-border-radius);
  --bs-progress-box-shadow: var(--bs-box-shadow-inset);
  --bs-progress-bar-color: #fff;
  --bs-progress-bar-bg: #0d6efd;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
}
.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition);
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}
.progress-bar-striped {
  background-image:
    linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.15) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.15) 50%,
      rgba(255, 255, 255, 0.15) 75%,
      transparent 75%,
      transparent);
  background-size: var(--bs-progress-height) var(--bs-progress-height);
}
.progress-stacked > .progress {
  overflow: visible;
}
.progress-stacked > .progress > .progress-bar {
  width: 100%;
}
.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}
.list-group {
  --bs-list-group-color: var(--bs-body-color);
  --bs-list-group-bg: var(--bs-body-bg);
  --bs-list-group-border-color: var(--bs-border-color);
  --bs-list-group-border-width: var(--bs-border-width);
  --bs-list-group-border-radius: var(--bs-border-radius);
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: var(--bs-secondary-color);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-tertiary-bg);
  --bs-list-group-action-active-color: var(--bs-body-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-bg);
  --bs-list-group-disabled-color: var(--bs-secondary-color);
  --bs-list-group-disabled-bg: var(--bs-body-bg);
  --bs-list-group-active-color: #fff;
  --bs-list-group-active-bg: #0d6efd;
  --bs-list-group-active-border-color: #0d6efd;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius);
}
.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > .list-group-item::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}
.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit;
}
.list-group-item-action:hover,
.list-group-item-action:focus {
  z-index: 1;
  color: var(--bs-list-group-action-hover-color);
  text-decoration: none;
  background-color: var(--bs-list-group-action-hover-bg);
}
.list-group-item-action:active {
  color: var(--bs-list-group-action-active-color);
  background-color: var(--bs-list-group-action-active-bg);
}
.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
  color: var(--bs-list-group-disabled-color);
  pointer-events: none;
  background-color: var(--bs-list-group-disabled-bg);
}
.list-group-item.active {
  z-index: 2;
  color: var(--bs-list-group-active-color);
  background-color: var(--bs-list-group-active-bg);
  border-color: var(--bs-list-group-active-border-color);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: calc(-1 * var(--bs-list-group-border-width));
  border-top-width: var(--bs-list-group-border-width);
}
.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child:not(:last-child) {
  border-bottom-left-radius: var(--bs-list-group-border-radius);
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child:not(:first-child) {
  border-top-right-radius: var(--bs-list-group-border-radius);
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: var(--bs-list-group-border-width);
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: calc(-1 * var(--bs-list-group-border-width));
  border-left-width: var(--bs-list-group-border-width);
}
@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: calc(-1 * var(--bs-list-group-border-width));
    border-left-width: var(--bs-list-group-border-width);
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 var(--bs-list-group-border-width);
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}
.list-group-item-primary {
  --bs-list-group-color: var(--bs-primary-text-emphasis);
  --bs-list-group-bg: var(--bs-primary-bg-subtle);
  --bs-list-group-border-color: var(--bs-primary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-primary-border-subtle);
  --bs-list-group-active-color: var(--bs-primary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-primary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-primary-text-emphasis);
}
.list-group-item-secondary {
  --bs-list-group-color: var(--bs-secondary-text-emphasis);
  --bs-list-group-bg: var(--bs-secondary-bg-subtle);
  --bs-list-group-border-color: var(--bs-secondary-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);
  --bs-list-group-active-color: var(--bs-secondary-bg-subtle);
  --bs-list-group-active-bg: var(--bs-secondary-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-secondary-text-emphasis);
}
.list-group-item-success {
  --bs-list-group-color: var(--bs-success-text-emphasis);
  --bs-list-group-bg: var(--bs-success-bg-subtle);
  --bs-list-group-border-color: var(--bs-success-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-success-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-success-border-subtle);
  --bs-list-group-active-color: var(--bs-success-bg-subtle);
  --bs-list-group-active-bg: var(--bs-success-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-success-text-emphasis);
}
.list-group-item-info {
  --bs-list-group-color: var(--bs-info-text-emphasis);
  --bs-list-group-bg: var(--bs-info-bg-subtle);
  --bs-list-group-border-color: var(--bs-info-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-info-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-info-border-subtle);
  --bs-list-group-active-color: var(--bs-info-bg-subtle);
  --bs-list-group-active-bg: var(--bs-info-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-info-text-emphasis);
}
.list-group-item-warning {
  --bs-list-group-color: var(--bs-warning-text-emphasis);
  --bs-list-group-bg: var(--bs-warning-bg-subtle);
  --bs-list-group-border-color: var(--bs-warning-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-warning-border-subtle);
  --bs-list-group-active-color: var(--bs-warning-bg-subtle);
  --bs-list-group-active-bg: var(--bs-warning-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-warning-text-emphasis);
}
.list-group-item-danger {
  --bs-list-group-color: var(--bs-danger-text-emphasis);
  --bs-list-group-bg: var(--bs-danger-bg-subtle);
  --bs-list-group-border-color: var(--bs-danger-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-danger-border-subtle);
  --bs-list-group-active-color: var(--bs-danger-bg-subtle);
  --bs-list-group-active-bg: var(--bs-danger-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-danger-text-emphasis);
}
.list-group-item-light {
  --bs-list-group-color: var(--bs-light-text-emphasis);
  --bs-list-group-bg: var(--bs-light-bg-subtle);
  --bs-list-group-border-color: var(--bs-light-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-light-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-light-border-subtle);
  --bs-list-group-active-color: var(--bs-light-bg-subtle);
  --bs-list-group-active-bg: var(--bs-light-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-light-text-emphasis);
}
.list-group-item-dark {
  --bs-list-group-color: var(--bs-dark-text-emphasis);
  --bs-list-group-bg: var(--bs-dark-bg-subtle);
  --bs-list-group-border-color: var(--bs-dark-border-subtle);
  --bs-list-group-action-hover-color: var(--bs-emphasis-color);
  --bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);
  --bs-list-group-action-active-color: var(--bs-emphasis-color);
  --bs-list-group-action-active-bg: var(--bs-dark-border-subtle);
  --bs-list-group-active-color: var(--bs-dark-bg-subtle);
  --bs-list-group-active-bg: var(--bs-dark-text-emphasis);
  --bs-list-group-active-border-color: var(--bs-dark-text-emphasis);
}
.btn-close {
  --bs-btn-close-color: #000;
  --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  --bs-btn-close-opacity: 0.5;
  --bs-btn-close-hover-opacity: 0.75;
  --bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-btn-close-focus-opacity: 1;
  --bs-btn-close-disabled-opacity: 0.25;
  --bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: var(--bs-btn-close-color);
  background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: var(--bs-btn-close-opacity);
}
.btn-close:hover {
  color: var(--bs-btn-close-color);
  text-decoration: none;
  opacity: var(--bs-btn-close-hover-opacity);
}
.btn-close:focus {
  outline: 0;
  box-shadow: var(--bs-btn-close-focus-shadow);
  opacity: var(--bs-btn-close-focus-opacity);
}
.btn-close:disabled,
.btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  opacity: var(--bs-btn-close-disabled-opacity);
}
.btn-close-white {
  filter: var(--bs-btn-close-white-filter);
}
[data-bs-theme=dark] .btn-close {
  filter: var(--bs-btn-close-white-filter);
}
.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-border-width: var(--bs-border-width);
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: var(--bs-border-radius);
  --bs-toast-box-shadow: var(--bs-box-shadow);
  --bs-toast-header-color: var(--bs-secondary-color);
  --bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);
  --bs-toast-header-border-color: var(--bs-border-color-translucent);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius);
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}
.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: var(--bs-toast-spacing);
}
.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
}
.toast-header .btn-close {
  margin-right: calc(-0.5 * var(--bs-toast-padding-x));
  margin-left: var(--bs-toast-padding-x);
}
.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word;
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: var(--bs-body-bg);
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: var(--bs-border-radius-lg);
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}
.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}
.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}
.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}
@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}
.tooltip {
  --bs-tooltip-zindex: 1080;
  --bs-tooltip-max-width: 200px;
  --bs-tooltip-padding-x: 0.5rem;
  --bs-tooltip-padding-y: 0.25rem;
  --bs-tooltip-margin: ;
  --bs-tooltip-font-size: 0.875rem;
  --bs-tooltip-color: var(--bs-body-bg);
  --bs-tooltip-bg: var(--bs-emphasis-color);
  --bs-tooltip-border-radius: var(--bs-border-radius);
  --bs-tooltip-opacity: 0.9;
  --bs-tooltip-arrow-width: 0.8rem;
  --bs-tooltip-arrow-height: 0.4rem;
  z-index: var(--bs-tooltip-zindex);
  display: block;
  margin: var(--bs-tooltip-margin);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-tooltip-font-size);
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: var(--bs-tooltip-opacity);
}
.tooltip .tooltip-arrow {
  display: block;
  width: var(--bs-tooltip-arrow-width);
  height: var(--bs-tooltip-arrow-height);
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-top-color: var(--bs-tooltip-bg);
}
.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width) * 0.5) 0;
  border-right-color: var(--bs-tooltip-bg);
}
.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: calc(-1 * var(--bs-tooltip-arrow-height));
}
.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-bottom-color: var(--bs-tooltip-bg);
}
.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: calc(-1 * var(--bs-tooltip-arrow-height));
  width: var(--bs-tooltip-arrow-height);
  height: var(--bs-tooltip-arrow-width);
}
.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: calc(var(--bs-tooltip-arrow-width) * 0.5) 0 calc(var(--bs-tooltip-arrow-width) * 0.5) var(--bs-tooltip-arrow-height);
  border-left-color: var(--bs-tooltip-bg);
}
.tooltip-inner {
  max-width: var(--bs-tooltip-max-width);
  padding: var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);
  color: var(--bs-tooltip-color);
  text-align: center;
  background-color: var(--bs-tooltip-bg);
  border-radius: var(--bs-tooltip-border-radius);
}
.popover {
  --bs-popover-zindex: 1070;
  --bs-popover-max-width: 276px;
  --bs-popover-font-size: 0.875rem;
  --bs-popover-bg: var(--bs-body-bg);
  --bs-popover-border-width: var(--bs-border-width);
  --bs-popover-border-color: var(--bs-border-color-translucent);
  --bs-popover-border-radius: var(--bs-border-radius-lg);
  --bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));
  --bs-popover-box-shadow: var(--bs-box-shadow);
  --bs-popover-header-padding-x: 1rem;
  --bs-popover-header-padding-y: 0.5rem;
  --bs-popover-header-font-size: 1rem;
  --bs-popover-header-color: inherit;
  --bs-popover-header-bg: var(--bs-secondary-bg);
  --bs-popover-body-padding-x: 1rem;
  --bs-popover-body-padding-y: 1rem;
  --bs-popover-body-color: var(--bs-body-color);
  --bs-popover-arrow-width: 1rem;
  --bs-popover-arrow-height: 0.5rem;
  --bs-popover-arrow-border: var(--bs-popover-border-color);
  z-index: var(--bs-popover-zindex);
  display: block;
  max-width: var(--bs-popover-max-width);
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: var(--bs-popover-font-size);
  word-wrap: break-word;
  background-color: var(--bs-popover-bg);
  background-clip: padding-box;
  border: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-radius: var(--bs-popover-border-radius);
}
.popover .popover-arrow {
  display: block;
  width: var(--bs-popover-arrow-width);
  height: var(--bs-popover-arrow-height);
}
.popover .popover-arrow::before,
.popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
  border-width: 0;
}
.bs-popover-top > .popover-arrow,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before,
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  border-width: var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-top-color: var(--bs-popover-arrow-border);
}
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: var(--bs-popover-border-width);
  border-top-color: var(--bs-popover-bg);
}
.bs-popover-end > .popover-arrow,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before,
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width) * 0.5) 0;
}
.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-right-color: var(--bs-popover-arrow-border);
}
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: var(--bs-popover-border-width);
  border-right-color: var(--bs-popover-bg);
}
.bs-popover-bottom > .popover-arrow,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
}
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before,
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  border-width: 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-bottom-color: var(--bs-popover-arrow-border);
}
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: var(--bs-popover-border-width);
  border-bottom-color: var(--bs-popover-bg);
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: var(--bs-popover-arrow-width);
  margin-left: calc(-0.5 * var(--bs-popover-arrow-width));
  content: "";
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-header-bg);
}
.bs-popover-start > .popover-arrow,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-1 * (var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));
  width: var(--bs-popover-arrow-height);
  height: var(--bs-popover-arrow-width);
}
.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before,
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  border-width: calc(var(--bs-popover-arrow-width) * 0.5) 0 calc(var(--bs-popover-arrow-width) * 0.5) var(--bs-popover-arrow-height);
}
.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-left-color: var(--bs-popover-arrow-border);
}
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: var(--bs-popover-border-width);
  border-left-color: var(--bs-popover-bg);
}
.popover-header {
  padding: var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);
  margin-bottom: 0;
  font-size: var(--bs-popover-header-font-size);
  color: var(--bs-popover-header-color);
  background-color: var(--bs-popover-header-bg);
  border-bottom: var(--bs-popover-border-width) solid var(--bs-popover-border-color);
  border-top-left-radius: var(--bs-popover-inner-border-radius);
  border-top-right-radius: var(--bs-popover-inner-border-radius);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);
  color: var(--bs-popover-body-color);
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}
.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}
.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: none;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control-prev {
  left: 0;
}
.carousel-control-next {
  right: 0;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
}
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000;
}
.carousel-dark .carousel-caption {
  color: #000;
}
[data-bs-theme=dark] .carousel .carousel-control-prev-icon,
[data-bs-theme=dark] .carousel .carousel-control-next-icon,
[data-bs-theme=dark].carousel .carousel-control-prev-icon,
[data-bs-theme=dark].carousel .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],
[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target] {
  background-color: #000;
}
[data-bs-theme=dark] .carousel .carousel-caption,
[data-bs-theme=dark].carousel .carousel-caption {
  color: #000;
}
.spinner-grow,
.spinner-border {
  display: inline-block;
  width: var(--bs-spinner-width);
  height: var(--bs-spinner-height);
  vertical-align: var(--bs-spinner-vertical-align);
  border-radius: 50%;
  animation: var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name);
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-border-width: 0.25em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-border;
  border: var(--bs-spinner-border-width) solid currentcolor;
  border-right-color: transparent;
}
.spinner-border-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
  --bs-spinner-border-width: 0.2em;
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  --bs-spinner-width: 2rem;
  --bs-spinner-height: 2rem;
  --bs-spinner-vertical-align: -0.125em;
  --bs-spinner-animation-speed: 0.75s;
  --bs-spinner-animation-name: spinner-grow;
  background-color: currentcolor;
  opacity: 0;
}
.spinner-grow-sm {
  --bs-spinner-width: 1rem;
  --bs-spinner-height: 1rem;
}
@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    --bs-spinner-animation-speed: 1.5s;
  }
}
.offcanvas,
.offcanvas-xxl,
.offcanvas-xl,
.offcanvas-lg,
.offcanvas-md,
.offcanvas-sm {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: var(--bs-body-color);
  --bs-offcanvas-bg: var(--bs-body-bg);
  --bs-offcanvas-border-width: var(--bs-border-width);
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);
  --bs-offcanvas-transition: transform 0.3s ease-in-out;
  --bs-offcanvas-title-line-height: 1.5;
}
@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-sm {
    transition: none;
  }
}
@media (max-width: 575.98px) {
  .offcanvas-sm.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-sm.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-sm.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-sm.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-sm.showing,
  .offcanvas-sm.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-sm.showing,
  .offcanvas-sm.hiding,
  .offcanvas-sm.show {
    visibility: visible;
  }
}
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-sm .offcanvas-header {
    display: none;
  }
  .offcanvas-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-md {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .offcanvas-md.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-md.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-md.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-md.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-md.showing,
  .offcanvas-md.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-md.showing,
  .offcanvas-md.hiding,
  .offcanvas-md.show {
    visibility: visible;
  }
}
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-md .offcanvas-header {
    display: none;
  }
  .offcanvas-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-lg {
    transition: none;
  }
}
@media (max-width: 991.98px) {
  .offcanvas-lg.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-lg.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-lg.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-lg.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-lg.showing,
  .offcanvas-lg.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-lg.showing,
  .offcanvas-lg.hiding,
  .offcanvas-lg.show {
    visibility: visible;
  }
}
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-lg .offcanvas-header {
    display: none;
  }
  .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xl {
    transition: none;
  }
}
@media (max-width: 1199.98px) {
  .offcanvas-xl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xl.showing,
  .offcanvas-xl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xl.showing,
  .offcanvas-xl.hiding,
  .offcanvas-xl.show {
    visibility: visible;
  }
}
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xl .offcanvas-header {
    display: none;
  }
  .offcanvas-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    transition: var(--bs-offcanvas-transition);
  }
}
@media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
  .offcanvas-xxl {
    transition: none;
  }
}
@media (max-width: 1399.98px) {
  .offcanvas-xxl.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
  }
  .offcanvas-xxl.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%);
  }
  .offcanvas-xxl.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%);
  }
  .offcanvas-xxl.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%);
  }
  .offcanvas-xxl.showing,
  .offcanvas-xxl.show:not(.hiding) {
    transform: none;
  }
  .offcanvas-xxl.showing,
  .offcanvas-xxl.hiding,
  .offcanvas-xxl.show {
    visibility: visible;
  }
}
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important;
  }
  .offcanvas-xxl .offcanvas-header {
    display: none;
  }
  .offcanvas-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  transition: var(--bs-offcanvas-transition);
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}
.offcanvas.offcanvas-start {
  top: 0;
  left: 0;
  width: var(--bs-offcanvas-width);
  border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(-100%);
}
.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: var(--bs-offcanvas-width);
  border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateX(100%);
}
.offcanvas.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(-100%);
}
.offcanvas.offcanvas-bottom {
  right: 0;
  left: 0;
  height: var(--bs-offcanvas-height);
  max-height: 100%;
  border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
  transform: translateY(100%);
}
.offcanvas.showing,
.offcanvas.show:not(.hiding) {
  transform: none;
}
.offcanvas.showing,
.offcanvas.hiding,
.offcanvas.show {
  visibility: visible;
}
.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}
.offcanvas-header {
  display: flex;
  align-items: center;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
}
.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;
}
.offcanvas-title {
  margin-bottom: 0;
  line-height: var(--bs-offcanvas-title-line-height);
}
.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto;
}
.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentcolor;
  opacity: 0.5;
}
.placeholder.btn::before {
  display: inline-block;
  content: "";
}
.placeholder-xs {
  min-height: 0.6em;
}
.placeholder-sm {
  min-height: 0.8em;
}
.placeholder-lg {
  min-height: 1.2em;
}
.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}
@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  mask-image:
    linear-gradient(
      130deg,
      #000 55%,
      rgba(0, 0, 0, 0.8) 75%,
      #000 95%);
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}
@keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.text-bg-primary {
  color: #fff !important;
  background-color: RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-secondary {
  color: #fff !important;
  background-color: RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-success {
  color: #fff !important;
  background-color: RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-info {
  color: #000 !important;
  background-color: RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-warning {
  color: #000 !important;
  background-color: RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-danger {
  color: #fff !important;
  background-color: RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-light {
  color: #000 !important;
  background-color: RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important;
}
.text-bg-dark {
  color: #fff !important;
  background-color: RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important;
}
.link-primary {
  color: RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-primary:hover,
.link-primary:focus {
  color: RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary {
  color: RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-secondary:hover,
.link-secondary:focus {
  color: RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important;
}
.link-success {
  color: RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-success:hover,
.link-success:focus {
  color: RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important;
}
.link-info {
  color: RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-info:hover,
.link-info:focus {
  color: RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning {
  color: RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-warning:hover,
.link-warning:focus {
  color: RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger {
  color: RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-danger:hover,
.link-danger:focus {
  color: RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important;
}
.link-light {
  color: RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-light:hover,
.link-light:focus {
  color: RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark {
  color: RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-dark:hover,
.link-dark:focus {
  color: RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-body-emphasis:hover,
.link-body-emphasis:focus {
  color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;
  text-decoration-color: RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important;
}
.focus-ring:focus {
  outline: 0;
  box-shadow: var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color);
}
.icon-link {
  display: inline-flex;
  gap: 0.375rem;
  align-items: center;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));
  text-underline-offset: 0.25em;
  backface-visibility: hidden;
}
.icon-link > .bi {
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  fill: currentcolor;
  transition: 0.2s ease-in-out transform;
}
@media (prefers-reduced-motion: reduce) {
  .icon-link > .bi {
    transition: none;
  }
}
.icon-link-hover:hover > .bi,
.icon-link-hover:focus-visible > .bi {
  transform: var(--bs-icon-link-transform, translate3d(0.25em, 0, 0));
}
.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}
.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}
.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}
.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}
.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020;
}
@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}
.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}
.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.visually-hidden:not(caption),
.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption) {
  position: absolute !important;
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: var(--bs-border-width);
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25;
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.float-start {
  float: left !important;
}
.float-end {
  float: right !important;
}
.float-none {
  float: none !important;
}
.object-fit-contain {
  object-fit: contain !important;
}
.object-fit-cover {
  object-fit: cover !important;
}
.object-fit-fill {
  object-fit: fill !important;
}
.object-fit-scale {
  object-fit: scale-down !important;
}
.object-fit-none {
  object-fit: none !important;
}
.opacity-0 {
  opacity: 0 !important;
}
.opacity-25 {
  opacity: 0.25 !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.opacity-75 {
  opacity: 0.75 !important;
}
.opacity-100 {
  opacity: 1 !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-auto {
  overflow-y: auto !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-grid {
  display: grid !important;
}
.d-inline-grid {
  display: inline-grid !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.d-none {
  display: none !important;
}
.shadow {
  box-shadow: var(--bs-box-shadow) !important;
}
.shadow-sm {
  box-shadow: var(--bs-box-shadow-sm) !important;
}
.shadow-lg {
  box-shadow: var(--bs-box-shadow-lg) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.focus-ring-primary {
  --bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-secondary {
  --bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-success {
  --bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-info {
  --bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-warning {
  --bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-danger {
  --bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-light {
  --bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity));
}
.focus-ring-dark {
  --bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity));
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.top-0 {
  top: 0 !important;
}
.top-50 {
  top: 50% !important;
}
.top-100 {
  top: 100% !important;
}
.bottom-0 {
  bottom: 0 !important;
}
.bottom-50 {
  bottom: 50% !important;
}
.bottom-100 {
  bottom: 100% !important;
}
.start-0 {
  left: 0 !important;
}
.start-50 {
  left: 50% !important;
}
.start-100 {
  left: 100% !important;
}
.end-0 {
  right: 0 !important;
}
.end-50 {
  right: 50% !important;
}
.end-100 {
  right: 100% !important;
}
.translate-middle {
  transform: translate(-50%, -50%) !important;
}
.translate-middle-x {
  transform: translateX(-50%) !important;
}
.translate-middle-y {
  transform: translateY(-50%) !important;
}
.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-0 {
  border: 0 !important;
}
.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-end-0 {
  border-right: 0 !important;
}
.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
}
.border-start-0 {
  border-left: 0 !important;
}
.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important;
}
.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important;
}
.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important;
}
.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important;
}
.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important;
}
.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important;
}
.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important;
}
.border-black {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important;
}
.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important;
}
.border-primary-subtle {
  border-color: var(--bs-primary-border-subtle) !important;
}
.border-secondary-subtle {
  border-color: var(--bs-secondary-border-subtle) !important;
}
.border-success-subtle {
  border-color: var(--bs-success-border-subtle) !important;
}
.border-info-subtle {
  border-color: var(--bs-info-border-subtle) !important;
}
.border-warning-subtle {
  border-color: var(--bs-warning-border-subtle) !important;
}
.border-danger-subtle {
  border-color: var(--bs-danger-border-subtle) !important;
}
.border-light-subtle {
  border-color: var(--bs-light-border-subtle) !important;
}
.border-dark-subtle {
  border-color: var(--bs-dark-border-subtle) !important;
}
.border-1 {
  border-width: 1px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-3 {
  border-width: 3px !important;
}
.border-4 {
  border-width: 4px !important;
}
.border-5 {
  border-width: 5px !important;
}
.border-opacity-10 {
  --bs-border-opacity: 0.1;
}
.border-opacity-25 {
  --bs-border-opacity: 0.25;
}
.border-opacity-50 {
  --bs-border-opacity: 0.5;
}
.border-opacity-75 {
  --bs-border-opacity: 0.75;
}
.border-opacity-100 {
  --bs-border-opacity: 1;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.vw-100 {
  width: 100vw !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mh-100 {
  max-height: 100% !important;
}
.vh-100 {
  height: 100vh !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.justify-content-evenly {
  justify-content: space-evenly !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
.order-first {
  order: -1 !important;
}
.order-0 {
  order: 0 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.order-3 {
  order: 3 !important;
}
.order-4 {
  order: 4 !important;
}
.order-5 {
  order: 5 !important;
}
.order-last {
  order: 6 !important;
}
.m-0 {
  margin: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}
.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}
.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}
.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}
.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.mt-3 {
  margin-top: 1rem !important;
}
.mt-4 {
  margin-top: 1.5rem !important;
}
.mt-5 {
  margin-top: 3rem !important;
}
.mt-auto {
  margin-top: auto !important;
}
.me-0 {
  margin-right: 0 !important;
}
.me-1 {
  margin-right: 0.25rem !important;
}
.me-2 {
  margin-right: 0.5rem !important;
}
.me-3 {
  margin-right: 1rem !important;
}
.me-4 {
  margin-right: 1.5rem !important;
}
.me-5 {
  margin-right: 3rem !important;
}
.me-auto {
  margin-right: auto !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-3 {
  margin-bottom: 1rem !important;
}
.mb-4 {
  margin-bottom: 1.5rem !important;
}
.mb-5 {
  margin-bottom: 3rem !important;
}
.mb-auto {
  margin-bottom: auto !important;
}
.ms-0 {
  margin-left: 0 !important;
}
.ms-1 {
  margin-left: 0.25rem !important;
}
.ms-2 {
  margin-left: 0.5rem !important;
}
.ms-3 {
  margin-left: 1rem !important;
}
.ms-4 {
  margin-left: 1.5rem !important;
}
.ms-5 {
  margin-left: 3rem !important;
}
.ms-auto {
  margin-left: auto !important;
}
.p-0 {
  padding: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}
.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}
.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}
.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}
.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.pt-0 {
  padding-top: 0 !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 1rem !important;
}
.pt-4 {
  padding-top: 1.5rem !important;
}
.pt-5 {
  padding-top: 3rem !important;
}
.pe-0 {
  padding-right: 0 !important;
}
.pe-1 {
  padding-right: 0.25rem !important;
}
.pe-2 {
  padding-right: 0.5rem !important;
}
.pe-3 {
  padding-right: 1rem !important;
}
.pe-4 {
  padding-right: 1.5rem !important;
}
.pe-5 {
  padding-right: 3rem !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pb-3 {
  padding-bottom: 1rem !important;
}
.pb-4 {
  padding-bottom: 1.5rem !important;
}
.pb-5 {
  padding-bottom: 3rem !important;
}
.ps-0 {
  padding-left: 0 !important;
}
.ps-1 {
  padding-left: 0.25rem !important;
}
.ps-2 {
  padding-left: 0.5rem !important;
}
.ps-3 {
  padding-left: 1rem !important;
}
.ps-4 {
  padding-left: 1.5rem !important;
}
.ps-5 {
  padding-left: 3rem !important;
}
.gap-0 {
  gap: 0 !important;
}
.gap-1 {
  gap: 0.25rem !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-3 {
  gap: 1rem !important;
}
.gap-4 {
  gap: 1.5rem !important;
}
.gap-5 {
  gap: 3rem !important;
}
.row-gap-0 {
  row-gap: 0 !important;
}
.row-gap-1 {
  row-gap: 0.25rem !important;
}
.row-gap-2 {
  row-gap: 0.5rem !important;
}
.row-gap-3 {
  row-gap: 1rem !important;
}
.row-gap-4 {
  row-gap: 1.5rem !important;
}
.row-gap-5 {
  row-gap: 3rem !important;
}
.column-gap-0 {
  column-gap: 0 !important;
}
.column-gap-1 {
  column-gap: 0.25rem !important;
}
.column-gap-2 {
  column-gap: 0.5rem !important;
}
.column-gap-3 {
  column-gap: 1rem !important;
}
.column-gap-4 {
  column-gap: 1.5rem !important;
}
.column-gap-5 {
  column-gap: 3rem !important;
}
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}
.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}
.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}
.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}
.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
.fst-italic {
  font-style: italic !important;
}
.fst-normal {
  font-style: normal !important;
}
.fw-lighter {
  font-weight: lighter !important;
}
.fw-light {
  font-weight: 300 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-medium {
  font-weight: 500 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-bold {
  font-weight: 700 !important;
}
.fw-bolder {
  font-weight: bolder !important;
}
.lh-1 {
  line-height: 1 !important;
}
.lh-sm {
  line-height: 1.25 !important;
}
.lh-base {
  line-height: 1.5 !important;
}
.lh-lg {
  line-height: 2 !important;
}
.text-start {
  text-align: left !important;
}
.text-end {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-decoration-underline {
  text-decoration: underline !important;
}
.text-decoration-line-through {
  text-decoration: line-through !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}
.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}
.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}
.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}
.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}
.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}
.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}
.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}
.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}
.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}
.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}
.text-muted {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-color) !important;
}
.text-body-tertiary {
  --bs-text-opacity: 1;
  color: var(--bs-tertiary-color) !important;
}
.text-body-emphasis {
  --bs-text-opacity: 1;
  color: var(--bs-emphasis-color) !important;
}
.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}
.text-opacity-25 {
  --bs-text-opacity: 0.25;
}
.text-opacity-50 {
  --bs-text-opacity: 0.5;
}
.text-opacity-75 {
  --bs-text-opacity: 0.75;
}
.text-opacity-100 {
  --bs-text-opacity: 1;
}
.text-primary-emphasis {
  color: var(--bs-primary-text-emphasis) !important;
}
.text-secondary-emphasis {
  color: var(--bs-secondary-text-emphasis) !important;
}
.text-success-emphasis {
  color: var(--bs-success-text-emphasis) !important;
}
.text-info-emphasis {
  color: var(--bs-info-text-emphasis) !important;
}
.text-warning-emphasis {
  color: var(--bs-warning-text-emphasis) !important;
}
.text-danger-emphasis {
  color: var(--bs-danger-text-emphasis) !important;
}
.text-light-emphasis {
  color: var(--bs-light-text-emphasis) !important;
}
.text-dark-emphasis {
  color: var(--bs-dark-text-emphasis) !important;
}
.link-opacity-10 {
  --bs-link-opacity: 0.1;
}
.link-opacity-10-hover:hover {
  --bs-link-opacity: 0.1;
}
.link-opacity-25 {
  --bs-link-opacity: 0.25;
}
.link-opacity-25-hover:hover {
  --bs-link-opacity: 0.25;
}
.link-opacity-50 {
  --bs-link-opacity: 0.5;
}
.link-opacity-50-hover:hover {
  --bs-link-opacity: 0.5;
}
.link-opacity-75 {
  --bs-link-opacity: 0.75;
}
.link-opacity-75-hover:hover {
  --bs-link-opacity: 0.75;
}
.link-opacity-100 {
  --bs-link-opacity: 1;
}
.link-opacity-100-hover:hover {
  --bs-link-opacity: 1;
}
.link-offset-1 {
  text-underline-offset: 0.125em !important;
}
.link-offset-1-hover:hover {
  text-underline-offset: 0.125em !important;
}
.link-offset-2 {
  text-underline-offset: 0.25em !important;
}
.link-offset-2-hover:hover {
  text-underline-offset: 0.25em !important;
}
.link-offset-3 {
  text-underline-offset: 0.375em !important;
}
.link-offset-3-hover:hover {
  text-underline-offset: 0.375em !important;
}
.link-underline-primary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-secondary {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-success {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-info {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-warning {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-danger {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-light {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline-dark {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important;
}
.link-underline {
  --bs-link-underline-opacity: 1;
  text-decoration-color: rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important;
}
.link-underline-opacity-0 {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-0-hover:hover {
  --bs-link-underline-opacity: 0;
}
.link-underline-opacity-10 {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-10-hover:hover {
  --bs-link-underline-opacity: 0.1;
}
.link-underline-opacity-25 {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-25-hover:hover {
  --bs-link-underline-opacity: 0.25;
}
.link-underline-opacity-50 {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-50-hover:hover {
  --bs-link-underline-opacity: 0.5;
}
.link-underline-opacity-75 {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-75-hover:hover {
  --bs-link-underline-opacity: 0.75;
}
.link-underline-opacity-100 {
  --bs-link-underline-opacity: 1;
}
.link-underline-opacity-100-hover:hover {
  --bs-link-underline-opacity: 1;
}
.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}
.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}
.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}
.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}
.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}
.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}
.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}
.bg-body-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-body-tertiary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important;
}
.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}
.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}
.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}
.bg-opacity-100 {
  --bs-bg-opacity: 1;
}
.bg-primary-subtle {
  background-color: var(--bs-primary-bg-subtle) !important;
}
.bg-secondary-subtle {
  background-color: var(--bs-secondary-bg-subtle) !important;
}
.bg-success-subtle {
  background-color: var(--bs-success-bg-subtle) !important;
}
.bg-info-subtle {
  background-color: var(--bs-info-bg-subtle) !important;
}
.bg-warning-subtle {
  background-color: var(--bs-warning-bg-subtle) !important;
}
.bg-danger-subtle {
  background-color: var(--bs-danger-bg-subtle) !important;
}
.bg-light-subtle {
  background-color: var(--bs-light-bg-subtle) !important;
}
.bg-dark-subtle {
  background-color: var(--bs-dark-bg-subtle) !important;
}
.bg-gradient {
  background-image: var(--bs-gradient) !important;
}
.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.pe-none {
  pointer-events: none !important;
}
.pe-auto {
  pointer-events: auto !important;
}
.rounded {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important;
}
.rounded-2 {
  border-radius: var(--bs-border-radius) !important;
}
.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important;
}
.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important;
}
.rounded-5 {
  border-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important;
}
.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.rounded-top-1 {
  border-top-left-radius: var(--bs-border-radius-sm) !important;
  border-top-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-top-2 {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important;
}
.rounded-top-3 {
  border-top-left-radius: var(--bs-border-radius-lg) !important;
  border-top-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-top-4 {
  border-top-left-radius: var(--bs-border-radius-xl) !important;
  border-top-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-top-5 {
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-top-circle {
  border-top-left-radius: 50% !important;
  border-top-right-radius: 50% !important;
}
.rounded-top-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.rounded-end-1 {
  border-top-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
}
.rounded-end-2 {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}
.rounded-end-3 {
  border-top-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
}
.rounded-end-4 {
  border-top-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
}
.rounded-end-5 {
  border-top-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-end-circle {
  border-top-right-radius: 50% !important;
  border-bottom-right-radius: 50% !important;
}
.rounded-end-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}
.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-0 {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.rounded-bottom-1 {
  border-bottom-right-radius: var(--bs-border-radius-sm) !important;
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-bottom-2 {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
}
.rounded-bottom-3 {
  border-bottom-right-radius: var(--bs-border-radius-lg) !important;
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-bottom-4 {
  border-bottom-right-radius: var(--bs-border-radius-xl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-bottom-5 {
  border-bottom-right-radius: var(--bs-border-radius-xxl) !important;
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-bottom-circle {
  border-bottom-right-radius: 50% !important;
  border-bottom-left-radius: 50% !important;
}
.rounded-bottom-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}
.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-0 {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.rounded-start-1 {
  border-bottom-left-radius: var(--bs-border-radius-sm) !important;
  border-top-left-radius: var(--bs-border-radius-sm) !important;
}
.rounded-start-2 {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important;
}
.rounded-start-3 {
  border-bottom-left-radius: var(--bs-border-radius-lg) !important;
  border-top-left-radius: var(--bs-border-radius-lg) !important;
}
.rounded-start-4 {
  border-bottom-left-radius: var(--bs-border-radius-xl) !important;
  border-top-left-radius: var(--bs-border-radius-xl) !important;
}
.rounded-start-5 {
  border-bottom-left-radius: var(--bs-border-radius-xxl) !important;
  border-top-left-radius: var(--bs-border-radius-xxl) !important;
}
.rounded-start-circle {
  border-bottom-left-radius: 50% !important;
  border-top-left-radius: 50% !important;
}
.rounded-start-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.z-n1 {
  z-index: -1 !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-3 {
  z-index: 3 !important;
}
@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .object-fit-sm-contain {
    object-fit: contain !important;
  }
  .object-fit-sm-cover {
    object-fit: cover !important;
  }
  .object-fit-sm-fill {
    object-fit: fill !important;
  }
  .object-fit-sm-scale {
    object-fit: scale-down !important;
  }
  .object-fit-sm-none {
    object-fit: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .row-gap-sm-0 {
    row-gap: 0 !important;
  }
  .row-gap-sm-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-sm-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-sm-3 {
    row-gap: 1rem !important;
  }
  .row-gap-sm-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-sm-5 {
    row-gap: 3rem !important;
  }
  .column-gap-sm-0 {
    column-gap: 0 !important;
  }
  .column-gap-sm-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-sm-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-sm-3 {
    column-gap: 1rem !important;
  }
  .column-gap-sm-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-sm-5 {
    column-gap: 3rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .object-fit-md-contain {
    object-fit: contain !important;
  }
  .object-fit-md-cover {
    object-fit: cover !important;
  }
  .object-fit-md-fill {
    object-fit: fill !important;
  }
  .object-fit-md-scale {
    object-fit: scale-down !important;
  }
  .object-fit-md-none {
    object-fit: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .row-gap-md-0 {
    row-gap: 0 !important;
  }
  .row-gap-md-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-md-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-md-3 {
    row-gap: 1rem !important;
  }
  .row-gap-md-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-md-5 {
    row-gap: 3rem !important;
  }
  .column-gap-md-0 {
    column-gap: 0 !important;
  }
  .column-gap-md-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-md-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-md-3 {
    column-gap: 1rem !important;
  }
  .column-gap-md-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-md-5 {
    column-gap: 3rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .object-fit-lg-contain {
    object-fit: contain !important;
  }
  .object-fit-lg-cover {
    object-fit: cover !important;
  }
  .object-fit-lg-fill {
    object-fit: fill !important;
  }
  .object-fit-lg-scale {
    object-fit: scale-down !important;
  }
  .object-fit-lg-none {
    object-fit: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .row-gap-lg-0 {
    row-gap: 0 !important;
  }
  .row-gap-lg-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-lg-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-lg-3 {
    row-gap: 1rem !important;
  }
  .row-gap-lg-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-lg-5 {
    row-gap: 3rem !important;
  }
  .column-gap-lg-0 {
    column-gap: 0 !important;
  }
  .column-gap-lg-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-lg-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-lg-3 {
    column-gap: 1rem !important;
  }
  .column-gap-lg-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-lg-5 {
    column-gap: 3rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .object-fit-xl-contain {
    object-fit: contain !important;
  }
  .object-fit-xl-cover {
    object-fit: cover !important;
  }
  .object-fit-xl-fill {
    object-fit: fill !important;
  }
  .object-fit-xl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xl-none {
    object-fit: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .row-gap-xl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xl-5 {
    column-gap: 3rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .object-fit-xxl-contain {
    object-fit: contain !important;
  }
  .object-fit-xxl-cover {
    object-fit: cover !important;
  }
  .object-fit-xxl-fill {
    object-fit: fill !important;
  }
  .object-fit-xxl-scale {
    object-fit: scale-down !important;
  }
  .object-fit-xxl-none {
    object-fit: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .row-gap-xxl-0 {
    row-gap: 0 !important;
  }
  .row-gap-xxl-1 {
    row-gap: 0.25rem !important;
  }
  .row-gap-xxl-2 {
    row-gap: 0.5rem !important;
  }
  .row-gap-xxl-3 {
    row-gap: 1rem !important;
  }
  .row-gap-xxl-4 {
    row-gap: 1.5rem !important;
  }
  .row-gap-xxl-5 {
    row-gap: 3rem !important;
  }
  .column-gap-xxl-0 {
    column-gap: 0 !important;
  }
  .column-gap-xxl-1 {
    column-gap: 0.25rem !important;
  }
  .column-gap-xxl-2 {
    column-gap: 0.5rem !important;
  }
  .column-gap-xxl-3 {
    column-gap: 1rem !important;
  }
  .column-gap-xxl-4 {
    column-gap: 1.5rem !important;
  }
  .column-gap-xxl-5 {
    column-gap: 3rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item.center {
  z-index: 5;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
}
.owl-carousel .owl-item .owl-lazy {
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.br-stars {
  --br-gap: 5px;
  --br-font-size: 28px;
  --br-width: var(--br-font-size);
  --br-height: var(--br-font-size);
}
.br-stars .br-unit-inner {
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='iso-8859-1'?%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.002 512.002' style='enable-background:new 0 0 512.002 512.002;' xml:space='preserve'%3E%3Cpath style='fill:%23F0D355;' d='M400.07,502.64c-3.551,0-7.116-0.825-10.398-2.5L256.001,431.95L122.33,500.14 c-3.283,1.675-6.848,2.5-10.399,2.5c-4.728,0-9.431-1.464-13.408-4.336c-6.961-5.031-10.52-13.537-9.215-22.026l22.995-149.648 L6.579,219.236c-6.002-6.096-8.103-15.031-5.446-23.163c2.656-8.131,9.626-14.103,18.069-15.481l147.912-24.138l68.49-134.585 c3.904-7.675,11.786-12.507,20.397-12.507c8.611,0,16.493,4.833,20.396,12.507l68.49,134.585L492.8,180.592 c8.444,1.378,15.413,7.35,18.07,15.481c2.656,8.132,0.555,17.067-5.447,23.163L399.7,326.628l22.993,149.648 c1.305,8.49-2.254,16.995-9.215,22.026C409.502,501.175,404.798,502.64,400.07,502.64z'/%3E%3Cg style='opacity:0.1;'%3E%3Cpath style='fill:%23414042;' d='M146.585,486.578c-6.96-5.03-10.52-13.537-9.215-22.026l22.995-149.647L54.643,207.512 c-6.003-6.096-8.103-15.031-5.447-23.163c1.232-3.769,3.397-7.065,6.199-9.663l-36.193,5.906 c-8.444,1.378-15.413,7.35-18.069,15.481c-2.657,8.132-0.556,17.067,5.446,23.163l105.724,107.391L89.307,476.276 c-1.305,8.49,2.254,16.995,9.215,22.026c3.977,2.872,8.68,4.336,13.408,4.336c3.551,0,7.117-0.826,10.399-2.5l25.267-12.89 C147.257,487.03,146.914,486.817,146.585,486.578z'/%3E%3C/g%3E%3C/svg%3E");
  width: var(--br-width);
  height: var(--br-height);
  filter: grayscale(1);
}
.br-stars .br-unit-inner.br-active {
  filter: grayscale(0);
}
.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: 0.75rem;
  line-height: 1;
}
.ct-chart-line .ct-label,
.ct-chart-bar .ct-label {
  display: block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.ct-chart-pie .ct-label,
.ct-chart-donut .ct-label {
  dominant-baseline: central;
}
.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}
.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}
.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end;
}
.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end;
}
.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px;
}
.ct-grid-background {
  fill: none;
}
.ct-point {
  stroke-width: 10px;
  stroke-linecap: round;
}
.ct-line {
  fill: none;
  stroke-width: 4px;
}
.ct-area {
  stroke: none;
  fill-opacity: 0.1;
}
.ct-bar {
  fill: none;
  stroke-width: 10px;
}
.ct-slice-donut {
  fill: none;
  stroke-width: 60px;
}
.ct-series-a .ct-point,
.ct-series-a .ct-line,
.ct-series-a .ct-bar,
.ct-series-a .ct-slice-donut {
  stroke: #ff5c41;
}
.ct-series-a .ct-slice-pie,
.ct-series-a .ct-slice-donut-solid,
.ct-series-a .ct-area {
  fill: #ff5c41;
}
.ct-series-b .ct-point,
.ct-series-b .ct-line,
.ct-series-b .ct-bar,
.ct-series-b .ct-slice-donut {
  stroke: #ff8c41;
}
.ct-series-b .ct-slice-pie,
.ct-series-b .ct-slice-donut-solid,
.ct-series-b .ct-area {
  fill: #ff8c41;
}
.ct-series-c .ct-point,
.ct-series-c .ct-line,
.ct-series-c .ct-bar,
.ct-series-c .ct-slice-donut {
  stroke: #5eac12;
}
.ct-series-c .ct-slice-pie,
.ct-series-c .ct-slice-donut-solid,
.ct-series-c .ct-area {
  fill: #5eac12;
}
.ct-series-d .ct-point,
.ct-series-d .ct-line,
.ct-series-d .ct-bar,
.ct-series-d .ct-slice-donut {
  stroke: #f8d62b;
}
.ct-series-d .ct-slice-pie,
.ct-series-d .ct-slice-donut-solid,
.ct-series-d .ct-area {
  fill: #f8d62b;
}
.ct-series-e .ct-point,
.ct-series-e .ct-line,
.ct-series-e .ct-bar,
.ct-series-e .ct-slice-donut {
  stroke: #f8d62b;
}
.ct-series-e .ct-slice-pie,
.ct-series-e .ct-slice-donut-solid,
.ct-series-e .ct-area {
  fill: #f8d62b;
}
.ct-series-f .ct-point,
.ct-series-f .ct-line,
.ct-series-f .ct-bar,
.ct-series-f .ct-slice-donut {
  stroke: #dc3545;
}
.ct-series-f .ct-slice-pie,
.ct-series-f .ct-slice-donut-solid,
.ct-series-f .ct-area {
  fill: #dc3545;
}
.ct-series-g .ct-point,
.ct-series-g .ct-line,
.ct-series-g .ct-bar,
.ct-series-g .ct-slice-donut {
  stroke: #ff5c41;
}
.ct-series-g .ct-slice-pie,
.ct-series-g .ct-slice-donut-solid,
.ct-series-g .ct-area {
  fill: #ff5c41;
}
.ct-series-h .ct-point,
.ct-series-h .ct-line,
.ct-series-h .ct-bar,
.ct-series-h .ct-slice-donut {
  stroke: #ff5c41;
}
.ct-series-h .ct-slice-pie,
.ct-series-h .ct-slice-donut-solid,
.ct-series-h .ct-area {
  fill: #ff5c41;
}
.ct-series-i .ct-point,
.ct-series-i .ct-line,
.ct-series-i .ct-bar,
.ct-series-i .ct-slice-donut {
  stroke: #ff5c41;
}
.ct-series-i .ct-slice-pie,
.ct-series-i .ct-slice-donut-solid,
.ct-series-i .ct-area {
  fill: #ff5c41;
}
.ct-series-j .ct-point,
.ct-series-j .ct-line,
.ct-series-j .ct-bar,
.ct-series-j .ct-slice-donut {
  stroke: #ff5c41;
}
.ct-series-j .ct-slice-pie,
.ct-series-j .ct-slice-donut-solid,
.ct-series-j .ct-area {
  fill: #ff5c41;
}
.ct-series-k .ct-point,
.ct-series-k .ct-line,
.ct-series-k .ct-bar,
.ct-series-k .ct-slice-donut {
  stroke: #ff5c41;
}
.ct-series-k .ct-slice-pie,
.ct-series-k .ct-slice-donut-solid,
.ct-series-k .ct-area {
  fill: #ff5c41;
}
.ct-series-l .ct-point,
.ct-series-l .ct-line,
.ct-series-l .ct-bar,
.ct-series-l .ct-slice-donut {
  stroke: #ff5c41;
}
.ct-series-l .ct-slice-pie,
.ct-series-l .ct-slice-donut-solid,
.ct-series-l .ct-area {
  fill: #ff5c41;
}
.ct-series-m .ct-point,
.ct-series-m .ct-line,
.ct-series-m .ct-bar,
.ct-series-m .ct-slice-donut {
  stroke: #ff5c41;
}
.ct-series-m .ct-slice-pie,
.ct-series-m .ct-slice-donut-solid,
.ct-series-m .ct-area {
  fill: #ff5c41;
}
.ct-series-n .ct-point,
.ct-series-n .ct-line,
.ct-series-n .ct-bar,
.ct-series-n .ct-slice-donut {
  stroke: #ff5c41;
}
.ct-series-n .ct-slice-pie,
.ct-series-n .ct-slice-donut-solid,
.ct-series-n .ct-area {
  fill: #ff5c41;
}
.ct-series-o .ct-point,
.ct-series-o .ct-line,
.ct-series-o .ct-bar,
.ct-series-o .ct-slice-donut {
  stroke: #ff5c41;
}
.ct-series-o .ct-slice-pie,
.ct-series-o .ct-slice-donut-solid,
.ct-series-o .ct-area {
  fill: #ff5c41;
}
.ct-square {
  display: block;
  position: relative;
  width: 100%;
}
.ct-square:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 100%;
}
.ct-square:after {
  content: "";
  display: table;
  clear: both;
}
.ct-square > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 93.75%;
}
.ct-minor-second:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-second {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 88.8888888889%;
}
.ct-major-second:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 83.3333333333%;
}
.ct-minor-third:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-third {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 80%;
}
.ct-major-third:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-perfect-fourth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 75%;
}
.ct-perfect-fourth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-perfect-fourth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-perfect-fifth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 66.6666666667%;
}
.ct-perfect-fifth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-perfect-fifth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 62.5%;
}
.ct-minor-sixth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-golden-section {
  display: block;
  position: relative;
  width: 100%;
}
.ct-golden-section:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.804697157%;
}
.ct-golden-section:after {
  content: "";
  display: table;
  clear: both;
}
.ct-golden-section > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 60%;
}
.ct-major-sixth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-minor-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 56.25%;
}
.ct-minor-seventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-minor-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 53.3333333333%;
}
.ct-major-seventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 50%;
}
.ct-octave:after {
  content: "";
  display: table;
  clear: both;
}
.ct-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-tenth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 40%;
}
.ct-major-tenth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-tenth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-eleventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 37.5%;
}
.ct-major-eleventh:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-eleventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%;
}
.ct-major-twelfth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 33.3333333333%;
}
.ct-major-twelfth:after {
  content: "";
  display: table;
  clear: both;
}
.ct-major-twelfth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.ct-double-octave {
  display: block;
  position: relative;
  width: 100%;
}
.ct-double-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 25%;
}
.ct-double-octave:after {
  content: "";
  display: table;
  clear: both;
}
.ct-double-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container .ngx-toastr {
  border-radius: var(--bs-border-radius);
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 0.75rem 1.25rem 0.75rem 50px;
  width: 300px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
  pointer-events: auto;
}
.toast-container .ngx-toastr .toast-title {
  font-weight: bold;
}
.toast-container .ngx-toastr .toast-message {
  word-wrap: break-word;
}
.toast-container .ngx-toastr .toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: inherit;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  background: transparent;
  border: 0;
  padding: 0;
}
.toast-container .ngx-toastr .toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.3;
}
.toast-container .ngx-toastr .toast-close-button:hover,
.toast-container .ngx-toastr .toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.75;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  opacity: 1;
  cursor: pointer;
}
.toast-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgba(13, 70, 44, 0.999999)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
  color: #0d462c !important;
  background-color: #d1e7dd;
  border: 1px solid #bfddcf;
}
.toast-success a {
  text-decoration: underline !important;
  color: #051b11 !important;
}
.toast-success a:hover {
  color: #010503 !important;
}
.toast-error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgba(114, 28, 36, 0.999999)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E");
  color: #721c24 !important;
  background-color: #f8d7da;
  border: 1px solid #f5c6cb;
}
.toast-error a {
  text-decoration: underline !important;
  color: #2c0b0e !important;
}
.toast-error a:hover {
  color: #090203 !important;
}
.toast-info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgba(7, 105, 125, 0.999999)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E");
  color: #07697d !important;
  background-color: #cff4fc;
  border: 1px solid #bbf0fb;
}
.toast-info a {
  text-decoration: underline !important;
  color: #032830 !important;
}
.toast-info a:hover {
  color: #01080a !important;
}
.toast-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgba(133, 100, 4, 0.999999)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
  color: #856404 !important;
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
}
.toast-warning a {
  text-decoration: underline !important;
  color: #332701 !important;
}
.toast-warning a:hover {
  color: #0a0800 !important;
}
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
.loader-hide {
  display: none !important;
}
.people-say .owl-carousel .owl-stage-outer {
  overflow: visible !important;
  overflow-x: clip !important;
}
.people-say .owl-carousel .owl-item.active.center {
  opacity: 1;
}
.people-say .owl-carousel .owl-item.active {
  opacity: 0.5;
}
.owl-carousel .owl-item img {
  width: auto;
}
.feature-section .feature-4 .owl-carousel .owl-item img {
  width: 100%;
}
.owl-carousel .owl-dots {
  position: absolute !important;
  margin-top: -35px !important;
  gap: 10px !important;
  display: flex !important;
  width: 100% !important;
  align-items: center !important;
  justify-content: center !important;
  bottom: 20px;
}
.owl-carousel .owl-dots .owl-dot.active {
  border: 1px solid var(--theme-default) !important;
  border-radius: 100% !important;
  height: 22px !important;
  width: 22px !important;
  margin: 0 !important;
}
.owl-carousel .owl-dots .owl-dot.active span {
  background: var(--theme-default) !important;
  margin: 5px 5px !important;
}
.owl-carousel .owl-dots .owl-dot {
  border: 1px solid white;
  border-radius: 100% !important;
  height: 22px !important;
  width: 22px !important;
  margin: 0 !important;
}
.owl-carousel .owl-dots .owl-dot span {
  background: white !important;
  margin: 5px 5px !important;
}
.home-section .home-slider-1 .owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  top: 105% !important;
  position: absolute;
  left: 0;
}
.home-section .home-slider-1 .owl-carousel .owl-prev .fa {
  margin-top: 15px;
}
.home-section .home-slider-1 .owl-carousel .owl-next {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  top: 105% !important;
  position: absolute;
  left: 10%;
}
.home-section .home-slider-1 .owl-carousel .owl-next .fa {
  margin-top: 15px;
}
.single-property-images .main-property-slider .owl-carousel .owl-prev {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 100%;
  position: absolute;
  display: block;
  top: 50%;
  left: 30px;
  border: none;
  box-shadow: 0 0 75px rgba(0, 0, 0, 0.08);
}
.single-property-images .main-property-slider .owl-carousel .owl-prev .fa {
  margin-top: 10px;
  color: var(--theme-default);
}
.single-property-images .main-property-slider .owl-carousel .owl-next {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 100%;
  position: absolute;
  display: block;
  top: 50%;
  right: 30px;
  border: none;
  box-shadow: 0 0 75px rgba(0, 0, 0, 0.08);
}
.single-property-images .main-property-slider .owl-carousel .owl-next .fa {
  margin-top: 10px;
  color: var(--theme-default);
}
.feature-section .feature-1 .owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  top: 50%;
  position: absolute;
  left: -75px;
}
.feature-section .feature-1 .owl-carousel .owl-prev .fa {
  margin-top: 15px;
}
.feature-section .feature-1 .owl-carousel .owl-next {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  top: 50%;
  position: absolute;
  right: -75px;
}
.feature-section .feature-1 .owl-carousel .owl-next .fa {
  margin-top: 15px;
}
.feature-section .feature-4 .owl-carousel .owl-prev {
  width: 38px;
  height: 38px;
  border-radius: 5px;
  top: 45% !important;
  left: -98px !important;
  background: rgba(243, 93, 67, 0.15);
  position: absolute;
}
.feature-section .feature-4 .owl-carousel .owl-prev .fa {
  margin-top: 8px;
  color: var(--theme-default);
}
.feature-section .feature-4 .owl-carousel .owl-next {
  width: 38px;
  height: 38px;
  border-radius: 5px;
  top: 55% !important;
  left: -98px !important;
  background: rgba(243, 93, 67, 0.15);
  position: absolute;
}
.feature-section .feature-4 .owl-carousel .owl-next .fa {
  margin-top: 8px;
  color: var(--theme-default);
}
.gallery-for .owl-carousel .owl-nav {
  display: none;
  margin: 0;
}
.gallery-for:hover .owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
}
.gallery-for:hover .owl-carousel .owl-nav .owl-prev {
  height: 20px;
  width: 20px;
  top: 45%;
  left: 15px;
  position: absolute;
  border-radius: 30px;
  background-color: var(--theme-default);
}
.gallery-for:hover .owl-carousel .owl-nav .owl-prev .fa {
  top: 4px;
  left: 6px;
  position: absolute;
  font-size: 12px;
}
.gallery-for:hover .owl-carousel .owl-nav .owl-next {
  height: 20px;
  width: 20px;
  top: 45%;
  right: 15px;
  position: absolute;
  border-radius: 30px;
  background-color: var(--theme-default);
}
.gallery-for:hover .owl-carousel .owl-nav .owl-next .fa {
  top: 4px;
  left: 6px;
  position: absolute;
  font-size: 12px;
}
.property-section .property-box .owl-carousel .owl-nav {
  display: none;
  margin: 0;
}
.property-section .property-box:hover .owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
}
.property-section .property-box:hover .owl-carousel .owl-nav .owl-prev {
  height: 20px;
  width: 20px;
  top: 45%;
  left: 15px;
  position: absolute;
  border-radius: 30px;
  background-color: var(--theme-default);
}
.property-section .property-box:hover .owl-carousel .owl-nav .owl-prev .fa {
  top: 4px;
  left: 6px;
  position: absolute;
  font-size: 12px;
}
.property-section .property-box:hover .owl-carousel .owl-nav .owl-next {
  height: 20px;
  width: 20px;
  top: 45%;
  right: 15px;
  position: absolute;
  border-radius: 30px;
  background-color: var(--theme-default);
}
.property-section .property-box:hover .owl-carousel .owl-nav .owl-next .fa {
  top: 4px;
  left: 6px;
  position: absolute;
  font-size: 12px;
}
.property-section .slick-video .owl-carousel .owl-item {
  height: 300px !important;
}
.property-section .slick-video .owl-carousel .owl-item .bgvideo {
  height: 300px !important;
}
.property-section .slider-nav .owl-carousel .owl-item {
  margin-bottom: 10px;
}
.property-section .slider-nav .owl-carousel .owl-item img {
  height: 87px;
  width: 130px;
}
.property-section .slider-nav .owl-carousel .owl-item .bgvideo {
  height: 87px;
  width: 67px;
  object-fit: cover;
}
.property-section .slider-nav .owl-carousel .owl-item.active.center {
  border: 1px solid var(--theme-default);
}
.property-section .slider-nav .owl-carousel .owl-nav {
  display: none;
  margin: 0;
}
.property-section:hover .slider-nav .owl-carousel .owl-nav {
  display: none !important;
}
.property-section .property-4 .owl-carousel .owl-prev {
  width: 38px;
  height: 38px;
  border-radius: 5px;
  top: -89px;
  right: 58px;
  left: unset;
  background: rgba(243, 93, 67, 0.2);
  position: absolute;
}
.property-section .property-4 .owl-carousel .owl-prev .fa {
  margin-top: 8px;
}
.property-section .property-4 .owl-carousel .owl-next {
  width: 38px;
  height: 38px;
  border-radius: 5px;
  top: -89px;
  right: 0;
  background: rgba(243, 93, 67, 0.2);
  position: absolute;
}
.property-section .property-4 .owl-carousel .owl-next .fa {
  margin-top: 8px;
}
@media (max-width: 768px) {
  .property-section .property-4 .owl-carousel .owl-prev {
    display: none;
    top: -85px;
  }
  .property-section .property-4 .owl-carousel .owl-next {
    display: none;
    top: -85px;
  }
  .service-section .service-slider .owl-carousel .owl-prev {
    display: none;
    top: -85px;
  }
  .service-section .service-slider .owl-carousel .owl-next {
    display: none;
    top: -85px;
  }
}
.service-section .service-slider .owl-carousel .owl-prev {
  width: 38px;
  height: 38px;
  border-radius: 5px;
  top: -94px;
  right: 15.5%;
  left: unset;
  background: rgba(243, 93, 67, 0.2);
  position: absolute;
}
.service-section .service-slider .owl-carousel .owl-prev .fa {
  margin-top: 8px;
  color: var(--theme-default);
}
.service-section .service-slider .owl-carousel .owl-next {
  width: 38px;
  height: 38px;
  border-radius: 5px;
  top: -94px;
  right: 12.3%;
  background: rgba(243, 93, 67, 0.2);
  position: absolute;
}
.service-section .service-slider .owl-carousel .owl-next .fa {
  margin-top: 8px;
  color: var(--theme-default);
}
.about-section .about-1 .owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  position: absolute;
  left: -130px;
  top: 40%;
  background: #ffffff;
  box-shadow: 0px 0 35px 0px rgba(28, 45, 58, 0.07);
}
.about-section .about-1 .owl-carousel .owl-prev .fa {
  position: relative;
  top: 25%;
  color: var(--theme-default);
}
.about-section .about-1 .owl-carousel .owl-next {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  position: absolute;
  right: -145px;
  top: 40%;
  background: #ffffff;
  box-shadow: 0px 0 35px 0px rgba(28, 45, 58, 0.07);
}
.about-section .about-1 .owl-carousel .owl-next .fa {
  position: relative;
  top: 25%;
  color: var(--theme-default);
}
.testimonial-bg .testimonial-2 .owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  top: 50%;
  position: absolute;
  left: -75px;
}
.testimonial-bg .testimonial-2 .owl-carousel .owl-prev .fa {
  margin-top: 15px;
}
.testimonial-bg .testimonial-2 .owl-carousel .owl-next {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  top: 50%;
  position: absolute;
  right: -75px;
}
.testimonial-bg .testimonial-2 .owl-carousel .owl-next .fa {
  margin-top: 15px;
}
.testimonial-style-2 .testimonial-3 .owl-carousel .owl-dots {
  position: relative !important;
  bottom: unset !important;
  margin-top: 50px !important;
}
.testimonial-style-2 .testimonial-3 .owl-carousel .owl-dots span {
  display: none;
}
.testimonial-style-2 .testimonial-3 .owl-carousel .owl-dots .owl-dot.active {
  border: none !important;
  transform: scale(1.5);
  opacity: 1;
}
.testimonial-style-2 .testimonial-3 .owl-carousel .owl-dots .owl-dot {
  background: var(--theme-default) !important;
  width: 12px !important;
  height: 12px !important;
  opacity: 0.5;
}
.feature-section .row.featured-row {
  margin: 0 80px !important;
}
.offer-section .offer-slider .item {
  margin: 0 25px;
}
.about-section .about-1 .item {
  margin: 0 25px;
}
.property-section .property-2 .property-box .property-image .labels-left {
  z-index: 1;
}
.property-section .property-2 .property-box .property-image .seen-data {
  z-index: 1;
}
.property-section .property-2 .property-box .property-image .overlay-property-box {
  z-index: 1;
  bottom: 22px;
}
.property-section .property-box .property-image .labels-left {
  z-index: 1;
}
.property-section .property-box .property-image .labels-left .label-success {
  margin-top: 6px;
}
.property-section .property-box .property-image .overlay-property-box {
  z-index: 1;
  bottom: 90px;
}
.property-section .property-box-flat .property-box .property-image .label-white {
  z-index: 1;
}
.banner-section .feature-wrap .owl-carousel .owl-nav {
  display: none;
  margin: 0;
}
.banner-section .feature-wrap:hover .owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
}
.banner-section .feature-wrap:hover .owl-carousel .owl-nav .owl-prev {
  height: 20px;
  width: 20px;
  top: 45%;
  left: 15px;
  position: absolute;
  border-radius: 30px;
  background-color: var(--theme-default);
}
.banner-section .feature-wrap:hover .owl-carousel .owl-nav .owl-prev .fa {
  top: 4px;
  left: 6px;
  position: absolute;
  font-size: 12px;
}
.banner-section .feature-wrap:hover .owl-carousel .owl-nav .owl-next {
  height: 20px;
  width: 20px;
  top: 45%;
  right: 15px;
  position: absolute;
  border-radius: 30px;
  background-color: var(--theme-default);
}
.banner-section .feature-wrap:hover .owl-carousel .owl-nav .owl-next .fa {
  top: 4px;
  left: 6px;
  position: absolute;
  font-size: 12px;
}
.layout-home2 {
  position: relative;
}
.layout-home2 .home-main {
  background-image: none !important;
  z-index: 2 !important;
  background-color: transparent !important;
}
.layout-home2 .video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ngx-slider {
  margin-top: 0 !important;
}
.ngx-slider .ngx-slider-bubble {
  display: none !important;
}
.ngx-slider .ngx-slider-bar {
  background: #eee !important;
}
.ngx-slider .ngx-slider-pointer-min {
  height: 16px !important;
  width: 8px !important;
  margin-top: 7px !important;
  background: var(--theme-default) !important;
}
.ngx-slider .ngx-slider-pointer {
  z-index: 2 !important;
}
.ngx-slider .ngx-slider-pointer-max {
  height: 16px !important;
  width: 8px !important;
  margin-top: 7px !important;
  background: var(--theme-default) !important;
}
.ngx-slider .ngx-slider-pointer:after {
  display: none;
}
.ngx-slider .ngx-slider-selection {
  background: var(--theme-default) !important;
}
.form-control {
  color: var(--bs-body-color);
  font-size: 14px;
}
.form-control:focus {
  border-color: #eee;
}
.ngx-pagination {
  margin-top: 30px;
}
.modal-content .btn-close {
  z-index: 2;
  font-weight: 500;
  background: var(--theme-default);
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  opacity: 1;
}
.modal-content .btn-close > span {
  font-size: 30px;
  color: #fff;
  line-height: 0.9;
}
.single-property .description-section .single-gallery .gallery-nav .owl-carousel .owl-item {
  opacity: 0.3;
}
.single-property .description-section .single-gallery .gallery-nav .owl-carousel .owl-item .bg-size {
  width: 130px;
  height: 87px;
}
.single-property .description-section .single-gallery .gallery-nav .owl-carousel .owl-item.active.center {
  opacity: 1;
}
.property-main .property-info-video {
  position: absolute;
  z-index: -1;
  inset: 0px;
  overflow: hidden;
  background-size: cover;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-image: none;
}
.property-main .property-info-video .info-video {
  margin: auto;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  visibility: visible;
  opacity: 1;
  width: 1849px;
  height: auto;
}
.table > :not(caption) > * > * {
  background-color: transparent;
}
.theme-search-tab section {
  padding-top: 0;
}
.left-sidebar .feature-card .feature-slider .owl-carousel .owl-nav {
  display: none;
  margin: 0;
}
.left-sidebar .feature-card .feature-slider:hover .owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
}
.left-sidebar .feature-card .feature-slider:hover .owl-carousel .owl-nav .owl-prev {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  position: absolute;
  display: block;
  top: 50%;
  left: 15px;
  padding: 0;
  border: none;
  background: transparent;
}
.left-sidebar .feature-card .feature-slider:hover .owl-carousel .owl-nav .owl-prev .fa {
  top: 4px;
  left: 6px;
  position: absolute;
  font-size: 12px;
}
.left-sidebar .feature-card .feature-slider:hover .owl-carousel .owl-nav .owl-next {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  position: absolute;
  display: block;
  top: 50%;
  right: 15px;
  padding: 0;
  border: none;
  background: transparent;
}
.left-sidebar .feature-card .feature-slider:hover .owl-carousel .owl-nav .owl-next .fa {
  top: 4px;
  left: 6px;
  position: absolute;
  font-size: 12px;
}
.center-slides .center-slider .owl-carousel .owl-item.active.center .center-content {
  opacity: 1;
}
.center-slides .center-slider .owl-carousel .owl-item.active.center .center-content h6,
.center-slides .center-slider .owl-carousel .owl-item.active.center .center-content .h6 {
  padding: 10px 20px;
  background-color: #000000;
  border-radius: 4px;
}
@media (max-width: 420px) {
  .center-slides .center-slider .owl-carousel .owl-item.active.center .center-content h6,
  .center-slides .center-slider .owl-carousel .owl-item.active.center .center-content .h6 {
    padding: 10px 5px;
  }
}
.center-slides .center-slider .owl-carousel .owl-item .center-content {
  opacity: 0;
}
.property-slider .owl-carousel .owl-nav {
  display: none;
  margin: 0;
}
.property-slider:hover .owl-carousel .owl-nav {
  display: flex;
  justify-content: space-between;
}
.property-slider:hover .owl-carousel .owl-nav .owl-prev {
  height: 20px;
  width: 20px;
  top: 45%;
  left: 15px;
  position: absolute;
  border-radius: 30px;
  background-color: var(--theme-default);
}
.property-slider:hover .owl-carousel .owl-nav .owl-prev .fa {
  top: 4px;
  left: 6px;
  position: absolute;
  font-size: 12px;
}
.property-slider:hover .owl-carousel .owl-nav .owl-next {
  height: 20px;
  width: 20px;
  top: 45%;
  right: 15px;
  position: absolute;
  border-radius: 30px;
  background-color: var(--theme-default);
}
.property-slider:hover .owl-carousel .owl-nav .owl-next .fa {
  top: 4px;
  left: 6px;
  position: absolute;
  font-size: 12px;
}
.common-card .small-bar .ct-chart-bar .ct-bar {
  stroke-width: 3px !important;
}
.dashboard-content .create-property-form .form-inputs .form-control {
  padding: 8px 20px 8px;
}
.theme-title .theme-card .card-header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.product-filter-tags li {
  display: inline-flex;
  margin-bottom: 15px;
}
.product-filter-tags li a.filter_tag {
  color: black;
  border: 1px solid black;
  padding: 4px 10px 4px 12px;
  border-radius: 15px;
  font-size: 13px;
}
.product-filter-tags li a i {
  padding-left: 6px;
  font-size: 10px;
}
.product-filter-tags li a svg {
  width: 15px;
  vertical-align: -7px;
}
.product-filter-tags li.clear_filter {
  float: right;
  font-weight: 600;
  color: #000;
}
.product-filter-tags li.clear_filter a {
  color: var(--theme-default);
}
.feature-section .feature-3 .owl-carousel .owl-nav .owl-prev {
  width: 45px;
  height: 45px;
  transition: 0.5s;
  right: 58px;
  top: 44%;
  position: absolute;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 0 41px 6px rgba(0, 0, 0, 0.08);
}
.feature-section .feature-3 .owl-carousel .owl-nav .owl-prev .fa {
  color: var(--theme-default);
  margin-top: 11px;
}
.feature-section .feature-3 .owl-carousel .owl-nav .owl-next {
  width: 45px;
  height: 45px;
  transition: 0.5s;
  right: 58px;
  top: 59%;
  position: absolute;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 0 41px 6px rgba(0, 0, 0, 0.08);
}
.feature-section .feature-3 .owl-carousel .owl-nav .owl-next .fa {
  color: var(--theme-default);
  margin-top: 11px;
}
.layout-home3 .home-slider-3 .owl-nav .owl-prev {
  position: absolute;
  content: "";
  width: 70px !important;
  height: 70px !important;
  background: #fff;
  border-radius: 100%;
  top: var(--swiper-navigation-top-offset, 50%);
  left: 123px;
}
.layout-home3 .home-slider-3 .owl-nav .fa {
  color: var(--theme-default);
  font-size: 18px;
  margin-top: 20px !important;
}
.layout-home3 .home-slider-3 .owl-nav .owl-next {
  position: absolute;
  content: "";
  width: 70px !important;
  height: 70px !important;
  background: #fff;
  border-radius: 100%;
  top: var(--swiper-navigation-top-offset, 50%);
  right: 123px;
}
.feature-section.bg-comman-2 .owl-item .feature-box img {
  width: 100%;
}
.property-section.property-list-view .property-grid.list-view .property-box .property-image {
  height: auto;
}
.dot-gradient .owl-dots .owl-dot {
  border: 0;
}
.dot-gradient .owl-dots .owl-dot::before {
  background-color: var(--theme-default3);
  opacity: 0.2;
  border-radius: 100%;
}
.dot-gradient .owl-dots .owl-dot.active {
  border: 0 !important;
}
.dot-gradient .owl-dots .owl-dot.active span {
  opacity: 1;
}
.dot-gradient .owl-dots .owl-dot span {
  background-image: var(--theme-gradient7) !important;
  opacity: 0.3;
}
.feature-2.dot-gradient {
  margin-bottom: 40px !important;
}
.feature-2 .owl-dots {
  bottom: -44px;
}
.testimonial-style-1 .testimonial-1 .owl-dots {
  bottom: -32px;
}
.horizontal-blog .owl-nav .owl-prev {
  left: 0;
  position: absolute;
  top: 50%;
}
.horizontal-blog .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 50%;
}
.horizontal-blog .owl-theme .owl-nav [class*=owl-] {
  background-color: var(--theme-default);
  border-radius: 50%;
  margin: 0;
  padding: 1px 6px;
  font-size: 11px;
}
.modules-feature-layout.feature-section .feature-4 .owl-carousel .owl-prev .fa,
.modules-feature-layout.feature-section .feature-4 .owl-carousel .owl-next .fa {
  color: var(--theme-default6);
}
.modules-feature-layout.feature-section .feature-3 .owl-carousel .owl-prev .fa,
.modules-feature-layout.feature-section .feature-3 .owl-carousel .owl-next .fa {
  color: var(--theme-default5);
}
.modules-feature-layout.feature-section .owl-carousel .owl-dots .owl-dot.active span {
  background: var(--theme-default3) !important;
}
.modules-property-layout.bg-light .owl-carousel .owl-dots .owl-dot.active {
  border: 1px solid var(--theme-default3) !important;
}
.modules-property-layout.bg-light .owl-carousel .owl-dots .owl-dot.active span {
  background: var(--theme-default3) !important;
}
.modules-property-layout.bg-light .owl-carousel .owl-nav .owl-prev,
.modules-property-layout.bg-light .owl-carousel .owl-nav .owl-next {
  background-color: var(--theme-default3) !important;
}
.modules-property-layout .owl-carousel .owl-dots .owl-dot.active {
  border: 1px solid var(--theme-default5) !important;
}
.modules-property-layout .owl-carousel .owl-dots .owl-dot.active span {
  background: var(--theme-default5) !important;
}
.modules-property-layout .owl-carousel .owl-nav .owl-prev,
.modules-property-layout .owl-carousel .owl-nav .owl-next {
  background-color: var(--theme-default5) !important;
}
.modules-service-layout.service-section .service-slider .owl-carousel .owl-prev .fa,
.modules-service-layout.service-section .service-slider .owl-carousel .owl-next .fa {
  color: var(--theme-default6);
}
.modules-about-layout.about-section .about-3 .owl-nav .fa {
  color: var(--theme-default6);
}
.modules-testimonial-layout.testimonial-client .owl-carousel .owl-nav .owl-prev,
.modules-testimonial-layout.testimonial-client .owl-carousel .owl-nav .owl-next {
  background-color: var(--theme-default6);
}
.modules-testimonial-layout.testimonial-style-2 .testimonial-3 .owl-carousel .owl-dots .owl-dot {
  background-color: var(--theme-default5) !important;
}
.modules-testimonial-layout .owl-carousel .owl-dots .owl-dot.active span {
  background-color: var(--theme-default6) !important;
}
.blog-section.bg-comman-2 .owl-nav .owl-prev {
  left: 0;
  position: absolute;
  top: 50%;
}
.blog-section.bg-comman-2 .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 50%;
}
.blog-section.bg-comman-2 .owl-theme .owl-nav [class*=owl-] {
  background-color: var(--theme-default);
  border-radius: 50%;
  margin: 0;
  padding: 1px 6px;
  font-size: 11px;
}
.customize-dropzone {
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  border: 2px dashed #eee;
  border-radius: 15px;
  border-image: none;
  background: rgba(149, 149, 149, 0.05);
  box-sizing: border-box;
  min-height: 150px;
  position: relative;
}
.customize-dropzone.is-invalid {
  border-color: #dc3545;
  background-color: rgba(255, 0, 0, 0.05);
}
.customize-dropzone.is-valid {
  border-color: #198754;
  background-color: rgba(0, 139, 0, 0.05);
}
.customize-dropzone dropzone > .dropzone.dz-wrapper {
  background-color: unset;
  border: none !important;
  margin: 0px auto;
}
.customize-dropzone dropzone > .dropzone.dz-wrapper .dz-message {
  padding-top: 15px;
  background-color: unset;
  border: none;
  margin: 0px !important;
  min-height: 85px;
  overflow: hidden;
}
.customize-dropzone dropzone > .dropzone.dz-wrapper .dz-message .dz-text {
  background-color: unset;
  border: none;
  padding: 0px !important;
}
.customize-dropzone dropzone > .dropzone.dz-wrapper .dz-message .dz-text i {
  font-size: 40px !important;
}
.customize-dropzone dropzone .dz-preview .dz-image {
  height: 120px !important;
  width: 120px !important;
  margin: 0 auto;
}
.customize-dropzone dropzone .dz-preview .dz-details {
  z-index: 8 !important;
}
.customize-dropzone dropzone .dz-preview .dz-remove {
  position: relative;
  z-index: 8 !important;
}
.customize-dropzone dropzone .dz-wrapper.dz-single .dz-preview {
  width: 120px !important;
}
.customize-dropzone dropzone .dz-details {
  padding: 0;
}
.small-section .slide-2 .owl-item {
  text-align: center;
}
.small-section .slide-2 .owl-item .ng-star-inserted {
  display: inline-block;
}
.small-section .slide-2 .owl-item .ng-star-inserted a.logo-box {
  display: inline-block;
}
.small-section .slide-2 .owl-item .ng-star-inserted a.logo-box img {
  display: block;
}
.property-section.slick-between .owl-nav .fa {
  color: var(--theme-default6);
}
.feature-section .feature-4 .owl-item .feature-wrap .feature-image {
  box-shadow: none;
}
.feature-section .feature-4 .owl-item .feature-wrap .feature-image > figure {
  margin: auto;
}
.property-section #top-tabContent .list-property.column-space > div {
  padding: 0;
}
.about-section .about-3 .owl-nav .owl-prev {
  width: 38px;
  height: 38px;
  background-color: rgba(243, 93, 67, 0.2);
  right: 58px;
  left: unset;
  top: -89px;
  border-radius: 5px;
  position: absolute;
}
.about-section .about-3 .owl-nav .owl-next {
  width: 38px;
  height: 38px;
  background-color: rgba(243, 93, 67, 0.2);
  right: 0px;
  top: -89px;
  border-radius: 5px;
  position: absolute;
}
.about-section .about-3 .owl-nav .fa {
  margin-top: 6px;
  font-size: 18px;
  color: var(--theme-default);
}
.testimonial-client .owl-carousel .owl-nav .owl-prev {
  position: absolute;
  right: 49%;
  bottom: 10px;
  background-color: var(--theme-default);
  border-radius: 5px;
  width: 38px;
  height: 38px;
}
.testimonial-client .owl-carousel .owl-nav .owl-next {
  position: absolute;
  left: 51%;
  bottom: 10px;
  background-color: var(--theme-default);
  border-radius: 5px;
  width: 38px;
  height: 38px;
}
.testimonial-client .owl-carousel .owl-nav .fa {
  margin-top: 8px;
}
.small-section .slide-3 .owl-theme .owl-stage {
  display: flex;
  align-items: center;
  text-align: center;
}
.small-section .slide-3 .owl-theme .owl-nav .owl-prev {
  top: 30%;
  position: absolute;
  left: -25px;
  width: 38px;
  height: 38px;
  border-radius: 5px;
  background-color: rgba(243, 93, 67, 0.15);
}
.small-section .slide-3 .owl-theme .owl-nav .owl-next {
  right: -25px;
  position: absolute;
  top: 30%;
  width: 38px;
  height: 38px;
  border-radius: 5px;
  background-color: rgba(243, 93, 67, 0.15);
}
.small-section .slide-3 .owl-theme .owl-nav .fa {
  margin-top: 8px;
  color: var(--theme-default);
}
.modern-client .comment-right {
  z-index: 1;
  position: relative;
}
.testimonial-client .testimonial-4 .owl-theme .owl-stage-outer .owl-item .modern-client .img-testimonial .img-left > img {
  filter: none;
}
.home-section.layout-1 .owl-theme .owl-item .fnc-slide__content a.fnc-slide__action-btn {
  font-family:
    "Open Sans",
    Helvetica,
    Arial,
    sans-serif;
}
.testimonial-bg.testimonial-layout6 .testimonial-2 .owl-carousel .owl-stage-outer .owl-item .ng-star-inserted .client-slider > span.label {
  cursor: pointer;
}
.parallax-image-slider .feature-section.ratio_landscape {
  padding-bottom: 0;
}
.property-section .property-grid-2 .onclick-map {
  overflow: hidden;
}
.layout-map.header-map {
  overflow: hidden;
}
.rating .ng-star-inserted {
  color: #ffcc33;
  font-size: 20px;
}
.typed-image-slider .testimonial-bg.testimonial-layout6 {
  background-color: rgba(0, 0, 0, 0.7);
}
.map-search .filter .dropdown {
  cursor: pointer;
  border: none;
  background: transparent;
  appearance: none;
  outline: none;
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("./media/fa-regular-400.eot");
  src:
    url("./media/fa-regular-400.eot?#iefix") format("embedded-opentype"),
    url("./media/fa-regular-400.woff2") format("woff2"),
    url("./media/fa-regular-400.woff") format("woff"),
    url("./media/fa-regular-400.ttf") format("truetype"),
    url("./media/fa-regular-400.svg#fontawesome") format("svg");
}
.far {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  font-display: auto;
  src: url("./media/fa-brands-400.eot");
  src:
    url("./media/fa-brands-400.eot?#iefix") format("embedded-opentype"),
    url("./media/fa-brands-400.woff2") format("woff2"),
    url("./media/fa-brands-400.woff") format("woff"),
    url("./media/fa-brands-400.ttf") format("truetype"),
    url("./media/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
}
/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: auto;
  src: url("./media/fa-solid-900.eot");
  src:
    url("./media/fa-solid-900.eot?#iefix") format("embedded-opentype"),
    url("./media/fa-solid-900.woff2") format("woff2"),
    url("./media/fa-solid-900.woff") format("woff"),
    url("./media/fa-solid-900.ttf") format("truetype"),
    url("./media/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}
.fa-xs {
  font-size: 0.75em;
}
.fa-sm {
  font-size: 0.875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adobe:before {
  content: "\f778";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-biking:before {
  content: "\f84a";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-style:before {
  content: "\f853";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fan:before {
  content: "\f863";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-haykal:before {
  content: "\f666";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-icons:before {
  content: "\f86d";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-square-alt:before {
  content: "\f87b";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-photo-video:before {
  content: "\f87c";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-remove-format:before {
  content: "\f87d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-water:before {
  content: "\f773";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
button,
hr,
input {
  overflow: visible;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
progress,
sub,
sup {
  vertical-align: baseline;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
menu,
article,
aside,
details,
footer,
header,
nav,
section {
  display: block;
}
h1,
.h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark,
.mark {
  background-color: #ff0;
  color: #000;
}
small,
.small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type=submit],
[type=reset],
button,
html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
/*!
-----------------------------------------------------------------------------------
Template Name: Sheltos - Real Estate HTML Template
Template URI: https://themes.pixelstrap.com/sheltos/
Description: This is Real Estate website
Author: Pixelstrap
Author URI: https://themeforest.net/user/pixelstrap
-----------------------------------------------------------------------------------

1. Template css
	1.1 Reset CSS
	1.2 Typography CSS
	1.3 keyframes
	1.4 Breadcrumb CSS
	1.5 Buttons CSS
	1.6 Label CSS
	1.7 Slider CSS
	1.8 Form CSS
	1.9 Blog CSS
	1.10 About CSS
	1.11 Service CSS
	1.12 Feature CSS
	1.13 Property CSS
	1.14 Pagination CSS
	1.15 Portfolio CSS
	1.16 Map CSS
	1.17 Slick CSS
	1.18 Testimonial CSS
	1.19 Comming soon CSS
	1.20 Loader CSS
	1.21 Customizer CSS
	1.22 Header CSS
	1.23 Footer CSS
	1.24 Text affect CSS
	1.25 Inner pages CSS
	1.26 Core Template CSS

2. Dark mode CSS
3. RTL CSS
4. Responsive CSS
*/
:root {
  --theme-default: #004EB2;
  --theme-default2: #010e1f;
  --theme-gradient1:
    linear-gradient(
      to right,
      var(--theme-default) 0%,
      var(--theme-default2) 51%,
      var(--theme-default) 100%);
  --theme-gradient2:
    linear-gradient(
      to right,
      var(--theme-default) 0%,
      var(--theme-default2) 100%);
  --theme-gradient3:
    linear-gradient(
      48deg,
      var(--theme-default) 0%,
      var(--theme-default2) 100%);
  --theme-gradient4:
    linear-gradient(
      to right,
      var(--theme-default) 25%,
      var(--theme-default2) 100%);
  --theme-default3: #004EB2;
  --theme-default4: #004EB2;
  --theme-gradient5:
    linear-gradient(
      to right,
      var(--theme-default3) 0%,
      var(--theme-default4) 51%,
      var(--theme-default3) 100%);
  --theme-gradient6:
    linear-gradient(
      to right,
      var(--theme-default3) 0%,
      var(--theme-default4) 100%);
  --theme-gradient7:
    linear-gradient(
      90deg,
      var(--theme-default3) 25%,
      var(--theme-default4) 100%);
  --theme-default5: #004EB2;
  --theme-default6: #004EB2;
  --theme-default7: #004EB2;
  --theme-gradient8:
    linear-gradient(
      to right,
      var(--theme-default6) 0%,
      var(--theme-default7) 51%,
      var(--theme-default6) 100%);
  --theme-gradient9:
    linear-gradient(
      90deg,
      var(--theme-default6) 0%,
      var(--theme-default7) 100%);
  --theme-default8: #004EB2;
  --theme-default9: #004EB2;
  --theme-gradient10:
    linear-gradient(
      to right,
      var(--theme-default8) 0%,
      var(--theme-default9) 51%,
      var(--theme-default8) 100%);
  --theme-gradient11:
    linear-gradient(
      to right,
      var(--theme-default8) 0%,
      var(--theme-default9) 100%);
  --theme-gradient12:
    linear-gradient(
      48deg,
      var(--theme-default8) 0%,
      var(--theme-default9) 100%);
  --theme-gradient13:
    linear-gradient(
      to right,
      var(--theme-default8) 25%,
      var(--theme-default9) 100%);
  --theme-default10: #004EB2;
}
.layout-map .withmap-horizontal .search-panel .filter .media .icon-square,
.layout-home4 .sync-slider .home-nav .slider-image,
.layout-home4 .slider-image,
.layout-home3 .bg-layout-3,
.layout-home2 .home-main,
.home-section,
.tap-top > div,
.card-payment .payment-card.add-card .card-details,
.card-payment .payment-card .edit-card,
.card-payment .payment-card .card-details .valid-detail,
.property-wizard .wizard-box .wizard-form-details .complete-details,
.property-wizard .wizard-box .wizard-step-container .wizard-steps li .media .step-icon,
.agent-section .our-agent-details ul li .media .icons-square,
.agent-section .agent-image .overlay-content ul li a,
.agent-social li a,
.icon-video a,
.video-section .play-icon,
.offer-section .offer-wrapper .media .offer-icon,
.my-gallery .find-cities .citi-overlay,
.footer-bg .footer-details .icon-list li a,
.header-layout-3,
.customizer-links,
.coming-soon .coming-soon-detail .timer li + li::before,
.coming-soon .coming-soon-detail .timer li > div,
.client-slider .user-list li .heart-bg,
.modern-dot .slick-dots,
.play-bg-image .icon-video,
.property-section .property-box .property-details .icon-property li .d-flex .property-icon,
.property-section .property-box .property-image .overlay-plus,
.property-section .property-box .property-image .overlay-property-box .effect-round,
.property-section .property-box .property-image .overlay-property-box .effect-round1,
.property-section .property-box .property-image .overlay-property-box,
.feature-section .feature-image .feature-overlay,
.feature-section .feature-1 .feature-wrapper .feature-image,
.feature-section .feature-1 .feature-wrapper .property-details .round-half,
.service-slider .service-wrapper .top-img-box > div,
.service-section .property-service > div .service-box .icon-round,
.about-box .agent-image .overlay-agent .agent-details ul li a,
.about-section .about-wrap .about-content .about-image .overlay-content ul li a,
.label-heart,
.breadcrumb-section .breadcrumb-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.layout-home4 .slider-image,
.layout-home3 .bg-layout-3,
.layout-home2 .home-main,
.banner-section,
.subscribe-section,
.video-section,
.footer-bg,
.testimonial-bg,
.arrow-image .slick-arrow,
.bg-comman-2::before,
.feature-section .feature-1 .feature-wrapper .feature-image,
.feature-section.feature-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.banner-1 .big-gradient,
.label.label-white .gradient-1,
.btn.btn-white span {
  background: var(--theme-gradient2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.filter-cards .advance-card > h6::before,
.filter-cards .advance-card > .h6::before,
.customizer-wrap .customizer-contain h6::before,
.customizer-wrap .customizer-contain .h6::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 2px;
  left: 0;
  bottom: -8px;
}
.tap-top::after,
.agent-section .our-agent-details ul li.with-link .media .icons-square::after,
.subscribe-section .video-details .form-group::after,
.icon-video a::after,
.pricing-section .pricing-box:hover .price .label-light::after,
.pricing-section .pricing-box .price .label.label-light::before,
.footer-bg .footer-links .footer-content .input-group .input-group-text::after,
header.header-4 .menu .header-right li .search-box .form-group::after,
header.header-4 .menu .header-right li .search-box .form-group::before,
header.header-4 .menu .header-right li > a::after,
.coming-simple .site-construction .progress::after,
.modern-client .comment-right .slick-arrow::after,
.arrow-gradient .slick-arrow:hover::after,
.arrow-gradient .slick-arrow:focus::after,
.arrow-gradient .slick-arrow::after,
.dot-gradient .slick-dots li.slick-active button::after,
.pagination-tab.nav-tabs .nav-item .nav-link::after,
.property-section .list-property .property-box:hover .text-center .label-gradient::after,
.property-section .list-property .property-box .property-image .overlay-property::after,
.property-section .property-3 .slick-list .slick-track .slick-slide.slick-current.slick-active.slick-center .property-box .property-image .label-white::after,
.property-section .property-box-flat .property-box:hover .property-image .label-white::after,
.property-section .property-box .property-details .icon-property li .d-flex .property-icon::after,
.property-section .title-3 .pagination li a::after,
.feature-section .modern-feature .feature-wrap .feature-image .label-gradient::after,
.feature-section .feature-image .label-solid::after,
.service-slider .service-wrapper .top-img-box > div::after,
.service-section.service-2.color-7 .property-service > div .service-box:hover .btn::before,
.service-section.service-2 .property-service > div .service-box:hover .btn::before,
.service-section .property-service > div .service-box .icon-round::before,
.about-box .agent-image .overlay-agent::after,
.label-heart::after,
.label.label-light::after,
.btn.btn-dashed:hover::after,
.btn.btn-light-bg.color-7:hover::before,
.btn.btn-light-bg.color-3:hover::before,
.btn.btn-light-bg::after,
.btn.btn-gradient::after,
.btn.btn-solid::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body {
  font-family: Montserrat, sans-serif;
  position: relative;
  background: white;
  font-size: 14px;
  color: #1c2d3a;
  transition: unset !important;
}
ul {
  padding-left: 0;
  margin-bottom: 0;
}
li {
  display: inline-block;
  font-size: 14px;
}
p {
  font-size: 15px;
  line-height: 1.2;
  color: #647589;
}
p.font-roboto {
  letter-spacing: 0.5px;
}
a {
  transition: 0.5s ease;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  transition: 0.5s ease;
}
a:focus {
  outline: none;
}
a.text-color-1:hover,
a.text-color-1:focus {
  color: var(--theme-default) !important;
}
a.text-color-2:hover,
a.text-color-2:focus {
  color: var(--theme-default3) !important;
}
a.text-color-3:hover,
a.text-color-3:focus {
  color: var(--theme-default5) !important;
}
a.text-color-4:hover,
a.text-color-4:focus {
  color: var(--theme-default7) !important;
}
a.text-color-7:hover,
a.text-color-7:focus {
  color: var(--theme-default10) !important;
}
button,
.btn {
  font-family: Montserrat, sans-serif;
}
button:focus,
.btn:focus {
  outline: none;
  box-shadow: none;
}
.form-control:focus {
  box-shadow: none;
}
.form-control::placeholder {
  font-size: 14px;
  font-family: Roboto, sans-serif;
  color: rgba(88, 97, 103, 0.4);
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: Montserrat, sans-serif;
  font-weight: normal;
}
h1,
.h1 {
  font-size: calc(26px + 29 * (100vw - 320px) / 1600);
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.3;
}
h2,
.h2 {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.001em;
  line-height: 1.1;
  color: #1c2d3a;
}
h3,
.h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.2;
  color: #1c2d3a;
}
h4,
.h4 {
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.2;
}
h5,
.h5 {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.2;
}
h6,
.h6 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
section {
  padding: 90px 0;
}
.small-section {
  padding: 60px 0;
}
.small-section .slide-1.brand-slider .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}
.small-section .slide-1.brand-slider .owl-carousel .owl-stage .owl-item .ng-star-inserted {
  text-align: center;
}
.section-sm {
  padding: 40px 0 0;
}
.custom-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px transparent;
}
.custom-scrollbar::-webkit-scrollbar-thumb,
.custom-scrollbar::-webkit-scrollbar {
  width: 4px;
  border-radius: 13px;
}
.custom-scrollbar::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 0 10px rgba(0, 0, 0, 0.02);
  background-color: #ffffff;
}
.p-t-40 {
  padding-top: 40px;
}
.column-space {
  margin-bottom: -50px;
}
.column-space > div {
  padding: 0 25px;
  margin-bottom: 50px;
}
.shadow-cls {
  box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
}
.radius-cls {
  border-radius: 20px;
}
.card-header {
  padding: 20px;
}
.theme-card {
  box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
  padding: 30px;
}
.theme-card .card-header {
  padding-top: 0;
}
.theme-card .card-header h5,
.theme-card .card-header .h5 {
  margin-bottom: 0;
}
.theme-card .card-header,
.theme-card .card-body {
  padding-left: 0;
  padding-right: 0;
}
.theme-card .card-body {
  padding-top: 20px;
}
.theme-card + .theme-card {
  margin-top: 45px;
}
.f-w-600 {
  font-weight: 600;
}
.media {
  display: flex;
  align-items: flex-start;
}
.media-body {
  flex: 1;
}
.form-group {
  margin-bottom: 16px;
}
label {
  margin-bottom: 0.5rem;
}
.p-0 {
  padding: 0px;
}
.p-5 {
  padding: 5px;
}
.p-10 {
  padding: 10px;
}
.p-15 {
  padding: 15px;
}
.p-20 {
  padding: 20px;
}
.p-25 {
  padding: 25px;
}
.p-30 {
  padding: 30px;
}
.p-35 {
  padding: 35px;
}
.p-40 {
  padding: 40px;
}
.p-45 {
  padding: 45px;
}
.p-50 {
  padding: 50px;
}
.p-l-0 {
  padding-left: 0px;
}
.p-l-5 {
  padding-left: 5px;
}
.p-l-10 {
  padding-left: 10px;
}
.p-l-15 {
  padding-left: 15px;
}
.p-l-20 {
  padding-left: 20px;
}
.p-l-25 {
  padding-left: 25px;
}
.p-l-30 {
  padding-left: 30px;
}
.p-l-35 {
  padding-left: 35px;
}
.p-l-40 {
  padding-left: 40px;
}
.p-l-45 {
  padding-left: 45px;
}
.p-l-50 {
  padding-left: 50px;
}
.p-t-0 {
  padding-top: 0px;
}
.p-t-5 {
  padding-top: 5px;
}
.p-t-10 {
  padding-top: 10px;
}
.p-t-15 {
  padding-top: 15px;
}
.p-t-20 {
  padding-top: 20px;
}
.p-t-25 {
  padding-top: 25px;
}
.p-t-30 {
  padding-top: 30px;
}
.p-t-35 {
  padding-top: 35px;
}
.p-t-40 {
  padding-top: 40px;
}
.p-t-45 {
  padding-top: 45px;
}
.p-t-50 {
  padding-top: 50px;
}
.p-b-0 {
  padding-bottom: 0px;
}
.p-b-5 {
  padding-bottom: 5px;
}
.p-b-10 {
  padding-bottom: 10px;
}
.p-b-15 {
  padding-bottom: 15px;
}
.p-b-20 {
  padding-bottom: 20px;
}
.p-b-25 {
  padding-bottom: 25px;
}
.p-b-30 {
  padding-bottom: 30px;
}
.p-b-35 {
  padding-bottom: 35px;
}
.p-b-40 {
  padding-bottom: 40px;
}
.p-b-45 {
  padding-bottom: 45px;
}
.p-b-50 {
  padding-bottom: 50px;
}
.p-r-0 {
  padding-right: 0px;
}
.p-r-5 {
  padding-right: 5px;
}
.p-r-10 {
  padding-right: 10px;
}
.p-r-15 {
  padding-right: 15px;
}
.p-r-20 {
  padding-right: 20px;
}
.p-r-25 {
  padding-right: 25px;
}
.p-r-30 {
  padding-right: 30px;
}
.p-r-35 {
  padding-right: 35px;
}
.p-r-40 {
  padding-right: 40px;
}
.p-r-45 {
  padding-right: 45px;
}
.p-r-50 {
  padding-right: 50px;
}
.m-0 {
  margin: 0px;
}
.m-5 {
  margin: 5px;
}
.m-10 {
  margin: 10px;
}
.m-15 {
  margin: 15px;
}
.m-20 {
  margin: 20px;
}
.m-25 {
  margin: 25px;
}
.m-30 {
  margin: 30px;
}
.m-35 {
  margin: 35px;
}
.m-40 {
  margin: 40px;
}
.m-45 {
  margin: 45px;
}
.m-50 {
  margin: 50px;
}
.m-t-0 {
  margin-top: 0px;
}
.m-t-5 {
  margin-top: 5px;
}
.m-t-10 {
  margin-top: 10px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-25 {
  margin-top: 25px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-t-35 {
  margin-top: 35px;
}
.m-t-40 {
  margin-top: 40px;
}
.m-t-45 {
  margin-top: 45px;
}
.m-t-50 {
  margin-top: 50px;
}
.m-b-0 {
  margin-bottom: 0px;
}
.m-b-5 {
  margin-bottom: 5px;
}
.m-b-10 {
  margin-bottom: 10px;
}
.m-b-15 {
  margin-bottom: 15px;
}
.m-b-20 {
  margin-bottom: 20px;
}
.m-b-25 {
  margin-bottom: 25px;
}
.m-b-30 {
  margin-bottom: 30px;
}
.m-b-35 {
  margin-bottom: 35px;
}
.m-b-40 {
  margin-bottom: 40px;
}
.m-b-45 {
  margin-bottom: 45px;
}
.m-b-50 {
  margin-bottom: 50px;
}
.m-l-0 {
  margin-left: 0px;
}
.m-l-5 {
  margin-left: 5px;
}
.m-l-10 {
  margin-left: 10px;
}
.m-l-15 {
  margin-left: 15px;
}
.m-l-20 {
  margin-left: 20px;
}
.m-l-25 {
  margin-left: 25px;
}
.m-l-30 {
  margin-left: 30px;
}
.m-l-35 {
  margin-left: 35px;
}
.m-l-40 {
  margin-left: 40px;
}
.m-l-45 {
  margin-left: 45px;
}
.m-l-50 {
  margin-left: 50px;
}
.m-r-0 {
  margin-right: 0px;
}
.m-r-5 {
  margin-right: 5px;
}
.m-r-10 {
  margin-right: 10px;
}
.m-r-15 {
  margin-right: 15px;
}
.m-r-20 {
  margin-right: 20px;
}
.m-r-25 {
  margin-right: 25px;
}
.m-r-30 {
  margin-right: 30px;
}
.m-r-35 {
  margin-right: 35px;
}
.m-r-40 {
  margin-right: 40px;
}
.m-r-45 {
  margin-right: 45px;
}
.m-r-50 {
  margin-right: 50px;
}
.img-10 {
  width: 10px;
}
.img-20 {
  width: 20px;
}
.img-30 {
  width: 30px;
}
.img-40 {
  width: 40px;
}
.img-50 {
  width: 50px;
}
.img-60 {
  width: 60px;
}
.img-70 {
  width: 70px;
}
.img-80 {
  width: 80px;
}
.img-90 {
  width: 90px;
}
.img-100 {
  width: 100px;
}
.font-roboto {
  font-family: Roboto, sans-serif;
}
.font-rubik {
  font-family: Rubik, sans-serif;
}
.ratio_36 .bg-size:before {
  padding-top: 36%;
  content: "";
  display: block;
}
.ratio_40 .bg-size:before {
  padding-top: 40%;
  content: "";
  display: block;
}
.ratio_45 .bg-size:before {
  padding-top: 45%;
  content: "";
  display: block;
}
.ratio2_1 .bg-size:before {
  padding-top: 50%;
  content: "";
  display: block;
}
.ratio_55 .bg-size:before {
  padding-top: 55%;
  content: "";
  display: block;
}
.ratio_63 .bg-size:before {
  padding-top: 80%;
  content: "";
  display: block;
}
.ratio_65 .bg-size:before {
  padding-top: 65%;
  content: "";
  display: block;
}
.ratio_70 .bg-size:before {
  padding-top: 70%;
  content: "";
  display: block;
}
.ratio_59 .bg-size:before {
  padding-top: 59%;
  content: "";
  display: block;
}
.ratio2_3 .bg-size:before {
  padding-top: 60%;
  content: "";
  display: block;
}
.ratio3_2 .bg-size:before {
  padding-top: 66.66%;
  content: "";
  display: block;
}
.ratio_90 .bg-size:before {
  padding-top: 93%;
  content: "";
  display: block;
}
.ratio_landscape .bg-size:before {
  padding-top: 75%;
  content: "";
  display: block;
}
.ratio_square .bg-size:before {
  padding-top: 100%;
  content: "";
  display: block;
}
.ratio_asos .bg-size:before {
  padding-top: 127.7777778%;
  content: "";
  display: block;
}
.ratio_portrait .bg-size:before {
  padding-top: 150%;
  content: "";
  display: block;
}
.ratio1_2 .bg-size:before {
  padding-top: 200%;
  content: "";
  display: block;
}
.property-box .property-image .property-slider .bg-size {
  height: 235px;
}
.bg-size {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
}
.bg-size .bg-img {
  display: none;
}
.bg-size .bg-img.bg-img-size {
  width: 100%;
  display: block !important;
}
@keyframes effect {
  0% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.4);
    opacity: 0.4;
  }
  100% {
    transform: scale(1.6);
    opacity: 0;
  }
}
@-webkit-keyframes an-snow {
  100% {
    background-position:
      500px 1000px,
      300px 300px,
      -400px 400px;
  }
}
@-moz-keyframes an-snow {
  100% {
    background-position:
      500px 1000px,
      300px 300px,
      -400px 400px;
  }
}
@-o-keyframes an-snow {
  100% {
    background-position:
      500px 1000px,
      300px 300px,
      -400px 400px;
  }
}
@keyframes an-snow {
  100% {
    background-position:
      500px 1000px,
      300px 300px,
      -400px 400px;
  }
}
@keyframes rotating {
  0% {
    opacity: 0;
    transform: rotate(0deg);
  }
  25%, 75% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
    transform: rotate(360deg);
  }
}
@keyframes flying {
  0% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(20px, 50px);
  }
  20% {
    transform: translate(-30px, 10px);
  }
  30% {
    transform: translate(10px, 60px);
  }
  40% {
    transform: translate(50px, 0px);
  }
  50% {
    transform: translate(-10px, -40px);
  }
  60% {
    transform: translate(-40px, 20px);
  }
  70% {
    transform: translate(30px, -30px);
  }
  80% {
    transform: translate(0px, -60px);
  }
  90% {
    transform: translate(40px, 10px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes sonarEffect {
  0% {
    opacity: 0.05;
  }
  40% {
    opacity: 0.08;
    box-shadow:
      0 0 0 2px rgba(255, 255, 255, 0.1),
      0 0 10px 10px var(--theme-default3),
      0 0 0 10px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow:
      0 0 0 2px rgba(255, 255, 255, 0.1),
      0 0 10px 10px var(--theme-default3),
      0 0 0 10px rgba(255, 255, 255, 0.5);
    transform: scale(1.3);
    opacity: 0;
  }
}
@keyframes spin {
  100% {
    transform: rotate(1turn);
  }
}
@keyframes bubble {
  100% {
    transform: scale(1);
  }
}
@keyframes heartbit {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  25% {
    transform: scale(0.1);
    opacity: 0.1;
  }
  50% {
    transform: scale(0.5);
    opacity: 0.3;
  }
  75% {
    transform: scale(0.8);
    opacity: 0.5;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes search-bg-1 {
  0% {
    right: -20px;
  }
  50% {
    right: -15px;
  }
  100% {
    right: -11px;
  }
}
@keyframes search-bg-2 {
  0% {
    right: -10px;
  }
  50% {
    right: -5px;
  }
  100% {
    right: 0;
  }
}
@keyframes search-bg-3 {
  0% {
    right: 0;
  }
  50% {
    right: 5px;
  }
  100% {
    right: 10px;
  }
}
@keyframes animation-x {
  0% {
    background-position-x: 0;
  }
  100% {
    background-position-x: 1920px;
  }
}
@keyframes bounce-1 {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes smoothScroll {
  0% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes sway {
  0% {
    transform: rotate(8deg);
  }
  50% {
    transform: rotate(-8deg);
  }
  100% {
    transform: rotate(8deg);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bottomslide {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes rightslide {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes spincaptcha {
  10% {
    width: 0;
    height: 0;
    border-width: 6px;
  }
  30% {
    width: 0;
    height: 0;
    border-radius: 50%;
    border-width: 1em;
    transform: rotate(0deg);
    border-color: rgb(199, 218, 245);
  }
  50% {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    border-width: 4px;
    border-color: rgb(199, 218, 245);
    border-right-color: rgb(89, 152, 239);
  }
  70% {
    border-width: 4px;
    border-color: rgb(199, 218, 245);
    border-right-color: rgb(89, 152, 239);
  }
  90% {
    border-width: 4px;
  }
  100% {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    transform: rotate(720deg);
    border-color: transparent;
  }
}
@keyframes search-bg-4 {
  0% {
    left: -20px;
  }
  50% {
    left: -15px;
  }
  100% {
    left: -11px;
  }
}
@keyframes search-bg-5 {
  0% {
    left: -10px;
  }
  50% {
    left: -5px;
  }
  100% {
    left: 0;
  }
}
@keyframes search-bg-6 {
  0% {
    left: 0;
  }
  50% {
    left: 5px;
  }
  100% {
    left: 10px;
  }
}
.breadcrumb-section {
  height: 500px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-position: top left !important;
}
.breadcrumb-section.breadcrumb-sm {
  height: auto;
  background-image: var(--theme-gradient7);
}
.breadcrumb-section.breadcrumb-sm .breadcrumb-content {
  height: unset;
  padding: 0;
}
.breadcrumb-section.breadcrumb-sm .breadcrumb-content > div {
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb-section.breadcrumb-sm .breadcrumb-content > div h2,
.breadcrumb-section.breadcrumb-sm .breadcrumb-content > div .h2 {
  margin-bottom: 0;
  line-height: 1.3;
  margin-top: -6px;
}
.breadcrumb-section.breadcrumb-sm .breadcrumb-content > div nav {
  padding-top: 1px;
}
.breadcrumb-section.breadcrumb-sm .breadcrumb-content > div nav .breadcrumb {
  margin-bottom: 0;
}
.breadcrumb-section .breadcrumb-content {
  justify-content: center;
  align-items: center;
  height: 500px;
}
.breadcrumb-section .breadcrumb-content div {
  text-align: center;
}
.breadcrumb-section .breadcrumb-content div h2,
.breadcrumb-section .breadcrumb-content div .h2 {
  color: #ffffff;
  font-size: calc(18px + 18 * (100vw - 320px) / 1600);
  line-height: 1.2;
  display: inline-block;
}
.breadcrumb-section .breadcrumb-content div h4,
.breadcrumb-section .breadcrumb-content div .h4 {
  color: #ffffff;
}
.breadcrumb-section .breadcrumb-content div .breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
}
.breadcrumb-section .breadcrumb-content div .breadcrumb .breadcrumb-item {
  line-height: 1.4;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
  font-family: Rubik, sans-serif;
}
.breadcrumb-section .breadcrumb-content div .breadcrumb .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.8);
}
.breadcrumb-section .breadcrumb-content div .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  content: "\f101";
  color: rgba(255, 255, 255, 0.8);
}
.breadcrumb-section .breadcrumb-content.breadcrumb-right {
  justify-content: flex-end;
  text-align: right;
}
.effect-cls.breadcrumb-section {
  height: calc(300px + 280 * (100vw - 320px) / 1600);
}
.effect-cls:after {
  content: "";
  position: absolute;
  background: url("./media/effect.png");
  bottom: -12px;
  width: 100%;
  height: 110px;
  left: 0;
  z-index: 1;
}
.btn {
  font-weight: 600;
  padding: 8px 30px 7px;
  border-radius: 8px;
  font-size: 14px;
  position: relative;
}
.btn.btn-sm,
.btn-group-sm > .btn {
  padding: 8px 20px;
  font-size: 13px;
}
.btn.btn-solid {
  background: var(--theme-default5);
  border: 2px solid transparent;
  color: #ffffff;
}
.btn.btn-solid::after {
  transition: 0.5s;
  box-shadow: 0px 4px 20.5px 3px var(--theme-default5);
  opacity: 0.3;
}
.btn.btn-solid:hover {
  background: #ffffff;
  border: 2px solid var(--theme-default5);
  color: var(--theme-default5);
}
.btn.btn-solid:hover::after {
  box-shadow: unset;
  transition: 0.5s;
}
.btn.btn-solid.color-7 {
  background: var(--theme-default10);
}
.btn.btn-solid.color-7::after {
  box-shadow: 0px 4px 20.5px 3px var(--theme-default10);
}
.btn.btn-solid.color-7:hover {
  background: #ffffff;
  border: 2px solid var(--theme-default10);
  color: var(--theme-default10);
}
.btn.btn-solid.color-7:hover::after {
  box-shadow: unset;
  transition: 0.5s;
}
.btn.btn-gradient {
  color: #ffffff;
  background-size: 200% auto;
  transition: all 0.5s ease;
  border: 2px solid transparent;
}
.btn.btn-gradient::after {
  opacity: 0;
  border-radius: 4px;
}
.btn.btn-gradient.color-1 {
  background-image: var(--theme-gradient1);
}
.btn.btn-gradient.color-1::after {
  opacity: 0.25;
  box-shadow: 3.346px 3.716px 12.5px var(--theme-default2);
}
.btn.btn-gradient.color-1:hover {
  background-position: right center;
}
.btn.btn-gradient.color-1:not(:disabled):not(.disabled):active,
.btn.btn-gradient.color-1:not(:disabled):not(.disabled).active {
  background-image: var(--theme-gradient1);
}
.btn.btn-gradient.color-2 {
  background-image: var(--theme-gradient5);
}
.btn.btn-gradient.color-2::after {
  opacity: 0.35;
  box-shadow: 3.346px 3.716px 12.5px var(--theme-default3);
}
.btn.btn-gradient.color-2:hover {
  background-position: right center;
}
.btn.btn-gradient.color-2:not(:disabled):not(.disabled):active,
.btn.btn-gradient.color-2:not(:disabled):not(.disabled).active {
  background-image: var(--theme-gradient5);
}
.btn.btn-gradient.color-4 {
  background-image: var(--theme-gradient8);
}
.btn.btn-gradient.color-4::after {
  opacity: 0.3;
  box-shadow: -5.15px 8.572px 25px var(--theme-default6);
}
.btn.btn-gradient.color-4:hover {
  background-position: right center;
}
.btn.btn-gradient.color-4:not(:disabled):not(.disabled):active,
.btn.btn-gradient.color-4:not(:disabled):not(.disabled).active {
  background-image: var(--theme-gradient8);
}
.btn.btn-gradient.color-6 {
  background-image: var(--theme-gradient10);
}
.btn.btn-gradient.color-6::after {
  opacity: 0.3;
  box-shadow: -5.15px 8.572px 25px var(--theme-default8);
}
.btn.btn-gradient.color-6:hover {
  background-position: right center;
}
.btn.btn-gradient.color-6:not(:disabled):not(.disabled):active,
.btn.btn-gradient.color-6:not(:disabled):not(.disabled).active {
  background-image: var(--theme-gradient10);
}
.btn.btn-gradient.btn-pill::after {
  border-radius: 30px;
}
.btn.btn-light-bg {
  background-color: transparent;
  border: 2px solid transparent;
  transition: all 0.5s ease;
  height: 43px;
}
.btn.btn-light-bg::after {
  background-color: var(--theme-default3);
  opacity: 0.1;
  height: 43px;
}
.btn.btn-light-bg span {
  background: var(--theme-gradient6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  vertical-align: -2px;
}
.btn.btn-light-bg:hover {
  border: 2px solid var(--theme-default3);
  background: #ffffff;
  transition: all 0.5s ease;
}
.btn.btn-light-bg:hover::after {
  background: #ffffff;
}
.btn.btn-light-bg.color-2 {
  border: none;
}
.btn.btn-light-bg.color-2:hover {
  border: none;
}
.btn.btn-light-bg.color-3 {
  color: var(--theme-default5);
}
.btn.btn-light-bg.color-3 span {
  color: var(--theme-default5);
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.btn.btn-light-bg.color-3::after {
  background-color: var(--theme-default5);
}
.btn.btn-light-bg.color-3:hover {
  border: 2px solid transparent;
}
.btn.btn-light-bg.color-3:hover span {
  color: #ffffff;
}
.btn.btn-light-bg.color-3:hover::after {
  opacity: 1;
  z-index: -1;
}
.btn.btn-light-bg.color-3:hover::before {
  box-shadow: 0px 10px 12.5px var(--theme-default5);
  transition: 0.5s;
  opacity: 0.35;
}
.btn.btn-light-bg.color-7 {
  color: var(--theme-default10);
  border: none;
}
.btn.btn-light-bg.color-7 span {
  color: var(--theme-default10);
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.btn.btn-light-bg.color-7::after {
  background-color: var(--theme-default10);
}
.btn.btn-light-bg.color-7:hover span {
  color: #ffffff;
}
.btn.btn-light-bg.color-7:hover::after {
  opacity: 1;
  z-index: -1;
}
.btn.btn-light-bg.color-7:hover::before {
  box-shadow: 0px 10px 12.5px var(--theme-default10);
  transition: 0.5s;
  opacity: 0.35;
}
.btn.btn-white {
  background-color: #ffffff;
  border: 2px solid transparent;
  transition: all 0.5s ease;
}
.btn.btn-white span {
  transition: all 0.5s ease;
}
.btn.btn-white:hover {
  box-shadow: 0 4px 6px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease;
}
.btn.btn-white.color-6 {
  border: 2px solid transparent;
}
.btn.btn-white.color-6 span {
  background: var(--theme-gradient11);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn.btn-dashed {
  border: 1px dashed #d2d2d2;
  color: #1c2d3a;
  background: transparent;
  transition: all 0.5s ease;
  position: relative;
  padding: 9px 30px 8px;
}
.btn.btn-dashed:hover {
  background: #d2d2d2;
  color: #ffffff;
  transition: all 0.5s ease;
  background-color: transparent;
}
.btn.btn-dashed:hover::after {
  opacity: 0.1;
}
.btn.btn-dashed.color-1:hover {
  border-color: var(--theme-default2);
  color: var(--theme-default2);
}
.btn.btn-dashed.color-1:hover::after {
  background: var(--theme-default2);
}
.btn.btn-dashed.color-2:hover {
  border-color: var(--theme-default4);
  color: var(--theme-default4);
}
.btn.btn-dashed.color-2:hover::after {
  background: var(--theme-default4);
}
.btn.btn-dashed.color-4::after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  background: transparent;
  top: 0;
  left: 0;
}
.btn.btn-dashed.color-4:hover {
  border-color: var(--theme-default7);
  color: var(--theme-default7);
}
.btn.btn-dashed.color-4:hover::after {
  background: var(--theme-default7);
}
.btn.btn-dashed.color-6:hover {
  border-color: var(--theme-default9);
  color: var(--theme-default9);
}
.btn.btn-dashed.color-6:hover::after {
  background: var(--theme-default9);
}
.btn.btn-pill {
  border-radius: 30px;
}
.btn.btn-pill:hover::after {
  border-radius: 30px;
}
.btn.btn-pill::after {
  border-radius: 30px;
}
.btn.btn-flat {
  border-radius: 0;
}
.btn.btn-lg,
.btn-group-lg > .btn {
  padding: 12px 30px 10px;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
}
.btns {
  margin-bottom: -10px;
}
.btns .btn {
  margin-bottom: 10px;
}
.theme-buttons {
  margin-bottom: -15px;
}
.theme-buttons > div {
  margin-left: -15px;
}
.theme-buttons > div .btn {
  margin-bottom: 15px;
}
.theme-buttons > div .btn + .btn {
  margin-left: 15px;
}
.btn-outline-light {
  color: #3b4249;
}
.btn-showcase .theme-card .card-header {
  margin-top: -3px;
}
.btn-showcase .card-body {
  margin-bottom: -10px;
}
.btn-showcase .card-body .btn {
  margin-bottom: 10px;
}
.custom-dropdown {
  position: relative;
}
.custom-dropdown .custom-dropdown-menu {
  width: 350px;
  padding: 20px;
  right: 0;
  box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 4px;
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
}
.custom-dropdown .custom-dropdown-menu form .checkbox_animated ~ span {
  vertical-align: -1px;
}
.custom-dropdown .custom-dropdown-menu.show {
  animation: fadeIn 0.5s;
  display: block;
}
.modules-buttons .btn,
.modules-buttons .label {
  margin-right: 5px;
}
.modules-buttons .btn:last-child,
.modules-buttons .label:last-child {
  margin-right: 0;
}
.label {
  border-radius: 5px;
  padding: 4px 15px 3px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
}
.label.label-gradient.color-1 {
  background-image: var(--theme-gradient3);
}
.label.label-gradient.color-6 {
  background-image: var(--theme-gradient12);
}
.label.label-solid {
  background: var(--theme-default2);
}
.label.label-solid.color-3 {
  background: var(--theme-default5);
}
.label.label-solid.color-6 {
  background: var(--theme-default9);
}
.label.label-solid.color-7 {
  background: var(--theme-default10);
}
.label.label-success {
  background: #0AC113;
}
.label.label-danger {
  background: #FA0004;
}
.label.label-warning {
  background: #FAA500;
}
.label.label-shadow {
  background-color: #FA0004;
  box-shadow: 0 0 9px 3px rgba(250, 0, 4, 0.2);
}
.label.label-gradient.color-4 {
  background-image: var(--theme-gradient9);
}
.label.label-light {
  position: relative;
}
.label.label-light::after {
  border-radius: 8px;
}
.label.label-light.color-2 {
  color: var(--theme-default3);
}
.label.label-light.color-2::after {
  background-color: var(--theme-default3);
  opacity: 0.1;
}
.label.label-light.color-3 {
  color: var(--theme-default5);
}
.label.label-light.color-3::after {
  background-color: var(--theme-default5);
  opacity: 0.1;
}
.label.label-light.color-4 {
  color: var(--theme-default7);
}
.label.label-light.color-4::after {
  background-color: var(--theme-default7);
  opacity: 0.08;
}
.label.label-light.color-7 {
  color: var(--theme-default10);
}
.label.label-light.color-7::after {
  background-color: var(--theme-default10);
  opacity: 0.08;
}
.label.label-light.label-pill::after {
  border-radius: 9px;
}
.label.label-light.label-flat::after {
  border-radius: 0;
}
.label.label-white {
  background-color: #ffffff;
}
.label.label-white.color-1 {
  color: var(--theme-default2);
}
.label.label-white .gradient-1.color-6 {
  background: var(--theme-gradient11);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.label.label-white.color-3 {
  color: var(--theme-default5);
}
.label.label-white.color-6 {
  color: var(--theme-default9);
}
.label.label-white.color-7 {
  color: var(--theme-default10);
}
.label.label-dark {
  background: #1c2d3a;
}
.label.label-pill {
  border-radius: 9px;
}
.label.label-flat {
  border-radius: 0;
}
.label.label-lg {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 700;
  padding: 10px 30px 9px;
}
.label.label-lg.label-pill {
  border-radius: 23px;
}
.theme-label .card-header h5,
.theme-label .card-header .h5 {
  margin-top: -3px;
}
.theme-label .card-body {
  margin-bottom: -15px;
}
.theme-label .card-body .label {
  margin-bottom: 15px;
}
.label-heart {
  width: 34px;
  height: 34px;
  border-radius: 100%;
  position: relative;
}
.label-heart i {
  font-size: 14px;
  margin: 0 0px -2px 0;
}
.label-heart::after {
  border-radius: 100%;
}
.label-heart.color-7 {
  color: var(--theme-default10);
}
.label-heart.color-7::after {
  opacity: 0.1;
  background-color: var(--theme-default10);
}
.label-heart.color-6 {
  color: var(--theme-default9);
}
.label-heart.color-6::after {
  opacity: 0.1;
  background-color: var(--theme-default9);
}
.label-heart.color-4 {
  color: var(--theme-default7);
}
.label-heart.color-4::after {
  opacity: 0.1;
  background-color: var(--theme-default7);
}
.label-heart.color-1 {
  color: var(--theme-default2);
}
.label-heart.color-1::after {
  opacity: 0.1;
  background-color: var(--theme-default);
}
.label-heart.color-2 {
  color: var(--theme-default3);
}
.label-heart.color-2::after {
  opacity: 0.12;
  background-color: var(--theme-default3);
}
.label-heart.color-3 {
  color: var(--theme-default5);
}
.label-heart.color-3::after {
  opacity: 0.12;
  background-color: var(--theme-default5);
}
.fnc-slider {
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  height: 100vh;
  min-height: 800px;
}
.fnc-slider * {
  box-sizing: border-box;
}
.fnc-slider *:before {
  box-sizing: border-box;
}
.fnc-slider *:after {
  box-sizing: border-box;
}
.fnc-slider .m--blend-dark .fnc-slide__inner {
  background-color: #05213d;
}
.fnc-slider .m--blend-dark .fnc-slide__mask-inner {
  background-color: #05213d;
}
.fnc-slider .m--navbg-dark {
  background-color: var(--theme-default2);
}
.fnc-slider .m--navbg-green {
  background-color: var(--theme-default2);
}
.fnc-slider .m--navbg-red {
  background-color: var(--theme-default2);
}
.fnc-slider .m--blend-blue .fnc-slide__inner {
  background-color: #59aecb;
}
.fnc-slider .m--blend-blue .fnc-slide__mask-inner {
  background-color: #2D7791;
}
.fnc-slider .m--navbg-blue {
  background-color: #2D7791;
}
.fnc-slider__slides {
  position: relative;
  height: 100%;
  transition: transform 1s 0.6666666667s;
}
.fnc-slide {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
.fnc-slide.m--before-sliding {
  z-index: 2 !important;
  transform: translate3d(100%, 0, 0);
}
.fnc-slide.m--active-slide {
  z-index: 1;
  transition: transform 1s 0.6666666667s ease-in-out;
  transform: translate3d(0, 0, 0);
}
.fnc-slide__inner {
  position: relative;
  height: 100%;
  background-size: cover;
  background-position: center top;
  transform: translate3d(0, 0, 0);
}
.m--global-blending-active .fnc-slide__inner {
  background-blend-mode: luminosity;
}
.m--blend-bg-active .fnc-slide__inner {
  background-blend-mode: luminosity;
}
.m--before-sliding .fnc-slide__inner {
  transform: translate3d(-100%, 0, 0);
}
.m--before-sliding .fnc-slide__mask {
  transform: rotate(-10deg) translate3d(200px, 0, 0);
  opacity: 0;
}
.m--before-sliding .fnc-slide__mask-inner {
  transform: translateY(0) rotate(10deg) translateX(-200px) translateZ(0);
}
.m--before-sliding .fnc-slide__heading-line {
  transform: translateY(100%);
}
.m--before-sliding .fnc-slide__heading-line span {
  transform: translateY(-100%);
}
.m--active-slide .fnc-slide__inner {
  transition: transform 1s 0.6666666667s ease-in-out;
  transform: translate3d(0, 0, 0);
}
.m--active-slide .fnc-slide__mask {
  transition: transform 0.7s 1.2222222222s, opacity 0.35s 1.2222222222s;
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.m--active-slide .fnc-slide__mask-inner {
  transition: transform 0.7s 1.2222222222s;
  transform: translateX(0);
}
.m--active-slide .fnc-slide__heading-line {
  transition: transform 1.5s 1s;
  transform: translateY(0);
}
.m--active-slide .fnc-slide__heading-line span {
  transition: transform 1.5s 1s;
  transform: translateY(0);
}
.fnc-slide__mask {
  overflow: hidden;
  z-index: 1;
  position: absolute;
  right: 60%;
  top: 15%;
  width: 50.25vh;
  height: 67vh;
  margin-right: -90px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 0 0, 6vh 0, 6vh 61vh, 44vh 61vh, 44vh 6vh, 6vh 6vh);
  transform-origin: 50% 0;
  transition-timing-function: ease-in-out;
}
.m--previous-slide .fnc-slide__mask {
  transition: transform 0.7s 0.3333333333s, opacity 0.35s 0.6833333333s;
  transform: rotate(10deg) translate3d(-200px, 0, 0);
  opacity: 0;
}
.m--previous-slide .fnc-slide__mask-inner {
  transition: transform 0.7s 0.3333333333s;
  transform: translateY(0) rotate(-10deg) translateX(200px) translateZ(0);
}
.m--previous-slide .fnc-slide__heading-line {
  transition: transform 1.5s;
  transform: translateY(-100%);
}
.m--previous-slide .fnc-slide__heading-line span {
  transition: transform 1.5s;
  transform: translateY(100%);
}
.fnc-slide__mask-inner {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100vw;
  height: 100vh;
  min-height: 800px;
  margin-left: -50vw;
  margin-top: -50vh;
  background-size: cover;
  background-position: center center;
  background-blend-mode: luminosity;
  transform-origin: 50% 16.5vh;
  transition-timing-function: ease-in-out;
}
.fnc-slide__content {
  z-index: 2;
  position: absolute;
  left: 40%;
  top: 32%;
  padding: 40px;
  background-color: rgba(255, 255, 255, 0.5);
}
.fnc-slide__heading {
  margin-bottom: 15px;
  text-transform: uppercase;
}
.fnc-slide__heading-line {
  overflow: hidden;
  position: relative;
  padding-right: 20px;
  font-size: 100px;
  color: #1c2d3a;
  word-spacing: 10px;
  display: block;
}
.fnc-slide__heading-line span {
  display: block;
}
.fnc-slide__action-btn {
  position: relative;
  margin: auto;
  padding: 19px 22px;
  transition: all 0.5s ease;
  background-color: #ffffff;
  border-radius: 28px;
  line-height: 4;
}
.fnc-slide__action-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 28px;
  background: rgba(28, 45, 58, 0.5);
  width: 55px;
  height: 54px;
  transition: all 0.5s ease;
}
.fnc-slide__action-btn span {
  position: relative;
  font-size: 14px;
  line-height: 6;
  font-weight: 900;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  vertical-align: middle;
  color: #1c2d3a;
}
.fnc-slide__action-btn svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke: #1c2d3a;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.5s ease;
}
.fnc-slide__action-btn:hover:before {
  width: 100%;
  background: #1c2d3a;
}
.fnc-slide__action-btn:hover svg {
  transform: translateX(0);
  stroke: #ffffff;
}
.fnc-slide__action-btn:hover span {
  color: #ffffff;
}
.fnc-slide__action-btn:active {
  transform: scale(0.96);
}
.fnc-nav {
  z-index: 5;
  position: absolute;
  right: 0;
  bottom: 0;
}
.fnc-nav__bgs {
  z-index: -1;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fnc-nav__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.fnc-nav__bg.m--nav-bg-before {
  z-index: 2 !important;
  transform: translateX(100%);
}
.fnc-nav__bg.m--active-nav-bg {
  z-index: 1;
  transition: transform 1s 0.6666666667s;
  transform: translateX(0);
}
.fnc-nav__controls {
  font-size: 0;
}
.fnc-nav__control {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 110px;
  height: 50px;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  background: transparent;
  border: none;
  outline: none;
  cursor: pointer;
  transition: background-color 0.5s;
}
.fnc-nav__control.m--active-control {
  background: #1F2833;
}
.fnc-nav__control-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transform-origin: 0 50%;
  transform: scaleX(0);
  transition-timing-function: linear !important;
}
.m--with-autosliding .m--active-control .fnc-nav__control-progress {
  transform: scaleX(1);
}
.m--prev-control .fnc-nav__control-progress {
  transform: translateX(100%);
  transition: transform 0.5s !important;
}
.m--reset-progress .fnc-nav__control-progress {
  transform: scaleX(0);
  transition: transform 0s 0s !important;
}
.m--autosliding-blocked .fnc-nav__control-progress {
  transition: all 0s 0s !important;
  transform: scaleX(0) !important;
}
.demo-cont__credits {
  box-sizing: border-box;
  overflow-y: auto;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  padding: 20px 10px 30px;
  background: #303030;
  font-family:
    "Open Sans",
    Helvetica,
    Arial,
    sans-serif;
  color: #fff;
  text-align: center;
  transition: transform 0.7s;
  transform: translate3d(100%, 0, 0) rotateY(-45deg);
  will-change: transform;
}
.demo-cont__credits * {
  box-sizing: border-box;
}
.demo-cont__credits *:before {
  box-sizing: border-box;
}
.demo-cont__credits *:after {
  box-sizing: border-box;
}
.credits-active .demo-cont__credits {
  transition: transform 0.7s 0.2333333333s;
  transform: translate3d(0, 0, 0);
}
.credits-active .example-slider {
  transform: translate3d(-400px, 0, 0) rotateY(10deg) scale(0.9);
}
.example-slider {
  transform: translate3d(0, 0, 0);
  transition: transform 0.7s;
}
.example-slider .fnc-slide-3 .fnc-slide__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
}
.example-slider .fnc-slide-4 .fnc-slide__inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.example-slider .fnc-slide__heading {
  font-family:
    "Open Sans",
    Helvetica,
    Arial,
    sans-serif;
}
.example-slider .fnc-slide__action-btn {
  font-family:
    "Open Sans",
    Helvetica,
    Arial,
    sans-serif;
}
.example-slider .fnc-nav__control {
  font-family:
    "Open Sans",
    Helvetica,
    Arial,
    sans-serif;
}
.form-control {
  border: 1px solid #eee;
}
input:focus {
  outline: none;
}
form label,
form .form-control {
  font-size: 14px;
  font-family: Rubik, sans-serif;
}
form .form-control:focus {
  box-shadow: none;
}
form label {
  color: #586167;
}
.alert-success {
  max-width: 350px;
}
.was-validated .form-control:invalid,
.form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("./media/error.svg");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  transition: all 0.3s ease;
}
.was-validated .form-control:invalid:focus,
.was-validated .form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .custom-select.is-invalid:focus {
  border-bottom-color: #dc3545;
  box-shadow: unset;
}
.was-validated .form-control:valid:focus,
.was-validated .form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .custom-select.is-valid:focus {
  border-bottom-color: #28a745;
  box-shadow: unset;
}
.animate-rdi {
  margin-left: 45px;
}
.animate-rdi .col {
  align-items: center;
  justify-content: flex-end;
  display: flex;
}
.animate-rdi label {
  color: #ffffff;
  margin-bottom: 0;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  margin-right: 47px;
  font-weight: 600;
  cursor: pointer;
}
.animate-rdi .radio_animated:after {
  background: #2b2f31;
}
.checkbox_animated {
  cursor: pointer;
  position: relative;
  margin: 0 1rem 0 0;
}
.checkbox_animated:before {
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transform: rotate(-45deg) scale(0, 0);
  content: "";
  position: absolute;
  left: 0.25rem;
  top: 0.225rem;
  z-index: 1;
  width: 0.75rem;
  height: 0.375rem;
  border: 2px solid var(--theme-default);
  border-top-style: none;
  border-right-style: none;
}
.checkbox_animated:after {
  content: "";
  position: absolute;
  top: -0.125rem;
  left: 0;
  width: 1.3rem;
  height: 1.3rem;
  background: #ffffff;
  border: 2px solid #efefef;
  cursor: pointer;
}
.checkbox_animated:checked:before {
  transform: rotate(-45deg) scale(1, 1);
}
.checkbox_animated.color-2:before {
  border: 2px solid var(--theme-default3);
  border-top-style: none;
  border-right-style: none;
}
.checkbox_animated.color-3:before {
  border: 2px solid var(--theme-default5);
  border-top-style: none;
  border-right-style: none;
}
.checkbox_animated.color-4:before {
  border: 2px solid var(--theme-default7);
  border-top-style: none;
  border-right-style: none;
}
.checkbox_animated.color-6:before {
  border: 2px solid var(--theme-default8);
  border-top-style: none;
  border-right-style: none;
}
.checkbox_animated.color-7:before {
  border: 2px solid var(--theme-default10);
  border-top-style: none;
  border-right-style: none;
}
.radio_animated {
  position: relative;
  margin: 0 20px 0 0;
  cursor: pointer;
}
.radio_animated:before {
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transform: scale(0, 0);
  content: "";
  position: absolute;
  top: -8px;
  left: 2px;
  z-index: 1;
  width: 7px;
  height: 7px;
  background: #004EB2;
  border-radius: 50%;
}
.radio_animated:after {
  content: "";
  position: absolute;
  top: -12px;
  left: -0.125rem;
  width: 15px;
  height: 15px;
  background: #ffffff;
  border: 5px solid rgba(0, 78, 178, 0.3);
  border-radius: 50%;
}
.radio_animated:checked:before {
  transform: scale(1, 1);
}
input[type=radio].radio_animated {
  -webkit-appearance: none;
}
.signup-modal .modal-content {
  overflow: hidden;
}
.signup-modal .modal-body {
  padding: 0;
}
.signup-modal .login-img {
  height: 100%;
}
.signup-modal .signup-tab {
  padding: 40px 50px;
}
.signup-modal .signup-tab .nav-tabs {
  justify-content: flex-end;
  border-bottom: none;
}
.signup-modal .signup-tab .nav-tabs .nav-link {
  border: 1px solid #eee;
  border-radius: 0;
  font-weight: 500;
}
.signup-modal .signup-tab .nav-tabs .nav-item + .nav-item {
  margin-left: -1px;
}
.signup-modal .signup-tab h4,
.signup-modal .signup-tab .h4 {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #586167;
  font-weight: 600;
}
.signup-modal .signup-tab form a {
  color: rgba(88, 97, 103, 0.7);
}
.signup-modal .signup-tab form a:hover,
.signup-modal .signup-tab form a:focus {
  text-decoration: underline;
}
.signup-modal .signup-tab form .form-group svg {
  width: 22px;
  height: 22px;
}
.signup-modal .signup-tab form .form-group svg,
.signup-modal .signup-tab form .form-group i {
  color: #586167;
}
.signup-modal .signup-tab form span {
  color: #586167;
  display: inline-block;
  vertical-align: -1px;
}
.theme-tab-3 .nav-tabs .nav-link {
  color: var(--theme-default5);
}
.theme-tab-3 .nav-tabs .nav-link.active {
  background-color: var(--theme-default5);
  color: #ffffff;
}
.theme-tab-3 .nav-tabs .nav-item.show .nav-link {
  background-color: var(--theme-default5);
  color: #ffffff;
}
.theme-tab-4 .nav-tabs .nav-link {
  color: var(--theme-default7);
}
.theme-tab-4 .nav-tabs .nav-link.active {
  background-image: var(--theme-gradient9);
  color: #ffffff;
}
.theme-tab-4 .nav-tabs .nav-item.show .nav-link {
  background-image: var(--theme-gradient9);
  color: #ffffff;
}
.theme-tab-5 .nav-tabs .nav-link {
  color: var(--theme-default10);
}
.theme-tab-5 .nav-tabs .nav-link.active {
  background-color: var(--theme-default10);
  color: #ffffff;
}
.theme-tab-5 .nav-tabs .nav-item.show .nav-link {
  background-color: var(--theme-default10);
  color: #ffffff;
}
.property-wizard.horizontal-wizard .wizard-box > div {
  margin: 0 auto;
}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .wizard-steps {
  border-bottom: 1px solid #efefef;
  padding-bottom: 20px;
  margin: -10px;
}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .wizard-steps li {
  display: inline-block;
  margin: 10px;
}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .log-in {
  margin-top: 50px;
}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .log-in form .form-control {
  text-transform: inherit;
  border-radius: 0;
}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .log-in .next-btn {
  margin-top: 20px;
  margin-bottom: 0;
}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .wizard-form-details .text-end p {
  margin-bottom: 0;
  color: rgba(88, 97, 103, 0.4);
}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .wizard-form-details .text-end p a {
  margin-left: 15px;
}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .wizard-form-details form {
  margin-bottom: 0;
}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .wizard-form-details .wizard-step-3 .next-btn {
  margin-top: 35px;
}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .input-data {
  display: flex;
}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .input-data .account-content h3,
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .input-data .account-content .h3 {
  color: #586167;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  margin-bottom: 10px;
}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .input-data .account-content ul li {
  display: block;
  font-family: Roboto, sans-serif;
  color: #586167;
}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .input-data .account-content ul li span {
  color: var(--theme-default3);
}
.property-wizard.horizontal-wizard .wizard-box .wizard-step-container .input-data .account-content + .account-content {
  margin-left: calc(20px + 30 * (100vw - 320px) / 1600);
}
.log-in.row > div {
  margin: 0 auto;
}
.log-in .divider {
  text-align: center;
  position: relative;
  margin: 20px 0;
  z-index: 1;
}
.log-in .divider h6,
.log-in .divider .h6 {
  display: inline-block;
  padding: 5px 15px;
  margin-bottom: 0;
  text-transform: uppercase;
  background-color: #ffffff;
}
.log-in .divider::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #eee;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
}
.log-in .title-3 {
  margin-bottom: 30px;
}
.log-in .title-3 h2,
.log-in .title-3 .h2 {
  position: relative;
  font-weight: 600;
}
.log-in .title-3 h2::before,
.log-in .title-3 .h2::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background-color: var(--theme-default3);
  left: 0;
  bottom: -8px;
}
.log-in form .form-group {
  margin-bottom: 30px;
}
.log-in form .form-group .input-group .input-group-text {
  padding-left: 0;
  padding-right: 0;
}
.log-in form .form-group .input-group .input-group-text svg {
  height: 16px;
}
.log-in form .form-group .input-group i {
  font-size: 14px;
}
.log-in form .form-group .input-group .input-group-text {
  background-color: transparent;
  border: none;
}
.log-in form .form-group .input-group input {
  border: none;
  border-bottom: 1px solid #eee;
}
.log-in form .form-group .input-group input::placeholder {
  color: #959595;
}
.log-in form .form-group .input-group input ~ .input-group-text {
  border-bottom: 1px solid #eee;
}
.log-in form .form-group .input-group .input-group-apend .input-group-text {
  border-bottom: 1px solid #eee;
  height: 100%;
}
.log-in form .form-group textarea {
  border: none;
  border-bottom: 1px solid #eee;
  color: #959595;
  padding-left: 5px;
  padding-right: 5px;
}
.log-in form .form-group .important-note {
  color: rgba(88, 97, 103, 0.4);
  font-family: Rubik, sans-serif;
  padding-left: 35px;
  margin-top: 5px;
}
.log-in form .d-flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.log-in form .d-flex a {
  color: rgba(88, 97, 103, 0.7);
}
.log-in h6,
.log-in .h6 {
  color: #586167;
  margin-bottom: 20px;
  font-weight: 600;
}
.log-in .social-connect > div:nth-child(n+3) {
  margin-top: 15px;
}
.btn-social {
  padding: 0;
  width: 100%;
  text-align: left;
  color: #ffffff;
  transition: 0.5s;
}
.btn-social i {
  padding: 11px 12px 12px 11px;
}
.btn-social span {
  padding: 8px 15px 7px;
  display: inline-block;
}
.btn-social:hover,
.btn-social:focus {
  transition: 0.5s;
  color: #ffffff;
}
.btn-social.facebook {
  background-color: #3b5998;
}
.btn-social.facebook i,
.btn-social.facebook:hover,
.btn-social.facebook:focus {
  background-color: #344e86;
}
.btn-social.google {
  background-color: #dd4b39;
}
.btn-social.google i,
.btn-social.google:hover,
.btn-social.google:focus {
  background-color: #d73925;
}
.btn-social.twitter {
  background-color: #55acee;
}
.btn-social.twitter i,
.btn-social.twitter:hover,
.btn-social.twitter:focus {
  background-color: #3ea1ec;
}
.btn-social.linkedin {
  background-color: #007bb6;
}
.btn-social.linkedin i,
.btn-social.linkedin:hover,
.btn-social.linkedin:focus {
  background-color: #006a9d;
}
.captcha {
  background-color: #f9f9f9;
  border: 2px solid #eee;
  border-radius: 5px;
  color: #3b4249;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.captcha .spinner {
  position: relative;
  width: 2em;
  height: 2em;
  display: flex;
  margin: 2em 1em;
  align-items: center;
  justify-content: center;
}
.captcha input[type=checkbox] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.captcha input[type=checkbox] + .checkmark {
  display: inline-block;
  width: 2em;
  height: 2em;
  background-color: #fcfcfc;
  border: 2.5px solid #eee;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.captcha input[type=checkbox] + .checkmark span {
  content: "";
  position: relative;
  margin-top: -3px;
  transform: rotate(45deg);
  width: 0.75em;
  height: 1.2em;
  opacity: 0;
}
.captcha input[type=checkbox] + .checkmark > span:after {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #029f56;
}
.captcha input[type=checkbox] + .checkmark > span:before {
  content: "";
  position: absolute;
  display: block;
  width: 3px;
  bottom: 0;
  right: 0;
  background-color: #029f56;
}
.captcha input[type=checkbox]:checked + .checkmark {
  animation: 2s spincaptcha forwards;
}
.captcha input[type=checkbox]:checked + .checkmark > span {
  animation: 1s fadein 1.9s forwards;
}
.captcha input[type=checkbox]:checked + .checkmark > span:after {
  animation: 0.3s bottomslide 2s forwards;
}
.captcha input[type=checkbox]:checked + .checkmark > span:before {
  animation: 0.5s rightslide 2.2s forwards;
}
.captcha .logo {
  margin-left: 50px;
  margin-right: 13px;
  text-align: center;
}
.captcha .logo img {
  height: 2em;
  width: 2em;
}
.captcha .logo p {
  color: rgba(88, 97, 103, 0.4);
  margin: 0;
  font-size: 1em;
  font-weight: 700;
  margin: 0.4em 0 0.2em 0;
}
.captcha .logo small,
.captcha .logo .small {
  color: rgba(88, 97, 103, 0.4);
  margin: 0;
  font-size: 0.8em;
}
.captcha ::selection {
  background-color: transparent;
  color: teal;
}
.captcha ::-moz-selection {
  background-color: transparent;
  color: teal;
}
.ratio_square .blog-1 .bg-size:before {
  padding-top: 109%;
}
.horizontal-blog .blog-1 .blog-box .blog-content a.btn-lg,
.horizontal-blog .blog-1 .blog-box .blog-content .btn-group-lg > a.btn {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.blog-section.bg-comman-2 .blog-1 .blog-box .blog-content a.btn-lg,
.blog-section.bg-comman-2 .blog-1 .blog-box .blog-content .btn-group-lg > a.btn {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.blog-section.bg-comman-2::before {
  height: 370px;
}
.blog-1 .slick-prev::before,
.blog-1 .slick-next::before {
  color: var(--theme-default3);
}
.blog-1 .blog-box {
  border-radius: 10px;
  display: flex;
  align-items: center;
  overflow: hidden;
  box-shadow: 0 5px 15px 6px rgba(0, 0, 0, 0.03);
  background-color: #ffffff;
  padding-left: 12px;
}
.blog-1 .blog-box .row {
  margin: 0;
  align-items: center;
}
.blog-1 .blog-box .row > div {
  padding: 0;
}
.blog-1 .blog-box .blog-content {
  padding: 20px 35px;
  height: 100%;
  background-color: #ffffff;
}
.blog-1 .blog-box .blog-content span {
  font-weight: 700;
  color: #3b4249;
}
.blog-1 .blog-box .blog-content h3,
.blog-1 .blog-box .blog-content .h3 {
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  background: var(--theme-gradient7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 16px 0 10px;
  font-weight: 700;
  line-height: 1.4;
}
.blog-1 .blog-box .blog-content p {
  color: #647589;
  margin-bottom: 30px;
  line-height: 1.6;
}
.blog-1 .blog-box .blog-content .btn {
  font-weight: 700;
  text-transform: uppercase;
}
.blog-1 .blog-box .img-box {
  position: relative;
}
.blog-1 .blog-box .img-box img {
  min-width: 290px;
  width: 100%;
  border-radius: 8px;
}
.blog-1 .blog-box .img-box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  box-shadow: inset 0px -133px 61px -31px rgba(0, 0, 0, 0.6);
  border-radius: 8px;
}
.blog-1 .slick-list {
  margin: -22px -15px;
}
.blog-1 .slick-list .slick-track .slick-slide > div {
  margin: 22px 15px;
}
.blog-1.slick-initialized .slick-slide {
  margin-bottom: 0;
}
.blog-2 {
  margin-bottom: -37px;
}
.blog-2 .slick-list {
  margin: 0 -25px;
}
.blog-2 .slick-list .slick-track .slick-slide > div {
  margin: 0 25px;
}
.blog-wrap {
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
  margin-bottom: 35px;
  overflow: hidden;
}
.blog-wrap .blog-image {
  position: relative;
  overflow: hidden;
}
.blog-wrap .blog-image .bg-size {
  transition: 0.5s;
}
.blog-wrap .blog-image .blog-label {
  width: 59px;
  height: 59px;
  border-radius: 2px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.blog-wrap .blog-image .blog-label h3,
.blog-wrap .blog-image .blog-label .h3,
.blog-wrap .blog-image .blog-label span {
  color: #586167;
}
.blog-wrap .blog-image .blog-label h3,
.blog-wrap .blog-image .blog-label .h3 {
  margin-bottom: 0;
  line-height: 1;
  font-weight: 600;
}
.blog-wrap .blog-image .blog-label span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}
.blog-wrap .blog-details {
  padding: 35px;
}
.blog-wrap .blog-details span,
.blog-wrap .blog-details h5,
.blog-wrap .blog-details .h5,
.blog-wrap .blog-details a {
  color: #586167;
}
.blog-wrap .blog-details h3,
.blog-wrap .blog-details .h3 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: 700;
  line-height: 1.6;
  margin-top: 10px;
  margin-bottom: 0;
  transition: 0.5s;
}
.blog-wrap .blog-details h3 a,
.blog-wrap .blog-details .h3 a {
  color: #1c2d3a;
  font-weight: 700;
  line-height: 1.6;
}
.blog-wrap .blog-details h3 a::after,
.blog-wrap .blog-details .h3 a::after {
  display: none;
}
.blog-wrap .blog-details span {
  font-weight: 500;
}
.blog-wrap .blog-details span svg {
  width: 16px;
  vertical-align: bottom;
  stroke-width: 2;
}
.blog-wrap .blog-details p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.65;
  margin: 5px 0 15px;
  color: rgba(88, 97, 103, 0.7);
}
.blog-wrap .blog-details a {
  display: inline-block;
  transition: 0.5s;
  line-height: 1.9;
  margin-bottom: -10px;
  font-weight: 500;
}
.blog-wrap .blog-details a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: var(--theme-default5);
  transition: width 0.3s;
}
.blog-wrap:hover .blog-image .bg-size {
  transition: 0.5s;
  transform: scale(1.03);
}
.blog-wrap:hover .blog-details h3,
.blog-wrap:hover .blog-details .h3 {
  color: var(--theme-default5);
  transition: 0.5s;
}
.blog-wrap:hover .blog-details a {
  color: var(--theme-default5);
  transition: 0.5s;
}
.blog-wrap:hover .blog-details a::after {
  width: 100%;
}
.blog-wrap.color-7 .blog-details a::after {
  background: var(--theme-default10);
}
.blog-wrap.color-7:hover .blog-details h3,
.blog-wrap.color-7:hover .blog-details .h3 {
  color: var(--theme-default10);
}
.blog-wrap.color-7:hover .blog-details a {
  color: var(--theme-default10) !important;
}
.blog-sidebar .search-bar {
  position: relative;
}
.blog-sidebar .search-bar input {
  width: 100%;
  border: none;
  padding: 14px 14px 14px 50px;
  background-color: rgba(250, 250, 250, 0.8);
}
.blog-sidebar .search-bar i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
  color: var(--theme-default3);
}
.blog-sidebar .search-bar i:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 12px;
  background-color: var(--theme-default3);
  opacity: 0.5;
  right: -10px;
  top: 2px;
}
.blog-grid,
.blog-list {
  margin-bottom: -37px;
}
.blog-grid .blog-wrap:hover .blog-details h3,
.blog-grid .blog-wrap:hover .blog-details .h3,
.blog-list .blog-wrap:hover .blog-details h3,
.blog-list .blog-wrap:hover .blog-details .h3 {
  color: var(--theme-default4);
}
.blog-grid .blog-wrap:hover .blog-details a,
.blog-list .blog-wrap:hover .blog-details a {
  color: var(--theme-default4) !important;
}
.blog-grid .blog-wrap .blog-details a::after,
.blog-list .blog-wrap .blog-details a::after {
  background: var(--theme-default4);
}
.blog-list-section .blog-list .blog-wrap {
  display: flex;
}
.blog-list-section .blog-list .blog-wrap .blog-image {
  width: 45%;
}
.blog-list-section .blog-list .blog-wrap .blog-image .bg-size {
  height: 100%;
}
.blog-list-section .blog-list .blog-wrap .blog-details {
  display: flex;
  align-items: center;
}
.blog-single-detail.theme-card .property-slider .slick-dots {
  display: none !important;
}
.blog-single-detail.theme-card .property-slider:hover .slick-prev {
  left: 15px;
  transition: all 0.5s;
  background-color: var(--theme-default3);
  border-radius: 30px;
}
.blog-single-detail.theme-card .property-slider:hover .slick-prev::before {
  content: "\f053";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  opacity: 1;
  line-height: 0.6;
  font-size: 12px;
}
.blog-single-detail.theme-card .property-slider:hover .slick-next {
  right: 15px;
  transition: all 0.5s;
  background-color: var(--theme-default3);
  border-radius: 30px;
}
.blog-single-detail.theme-card .property-slider:hover .slick-next::before {
  content: "\f054";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  opacity: 1;
  line-height: 0.6;
  font-size: 12px;
}
.blog-single-detail .blog-title .post-detail {
  margin-top: calc(10px + 20 * (100vw - 300px) / 1620);
}
.blog-single-detail .blog-title .post-detail li {
  color: #959595;
  font-weight: 500;
}
.blog-single-detail .blog-title .post-detail li + li {
  padding-left: 15px;
  margin-left: 15px;
  border-left: 1px solid #eee;
}
.blog-single-detail .blog-title h3,
.blog-single-detail .blog-title .h3 {
  margin-bottom: calc(7px + 8 * (100vw - 320px) / 1600);
  margin-top: 15px;
  font-weight: 600;
}
.blog-single-detail .details-property p {
  margin-bottom: calc(10px + 15 * (100vw - 300px) / 1620);
  line-height: calc(20px + 4 * (100vw - 300px) / 1620);
  font-size: calc(13px + 2 * (100vw - 300px) / 1620);
  font-family: Roboto, sans-serif;
}
.blog-single-detail .comment-section h4,
.blog-single-detail .comment-section .h4 {
  font-weight: 500;
  margin-bottom: 20px;
}
.blog-single-detail .comment-section .comment-box .media img {
  width: calc(60px + 10 * (100vw - 320px) / 1600);
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
}
.blog-single-detail .comment-section .comment-box .media .media-body {
  margin-left: calc(10px + 10 * (100vw - 320px) / 1600);
}
.blog-single-detail .comment-section .comment-box .media .media-body .comment-title {
  display: flex;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.blog-single-detail .comment-section .comment-box .media .media-body .comment-title .comment-user,
.blog-single-detail .comment-section .comment-box .media .media-body .comment-title .comment-date {
  display: flex;
  align-items: center;
}
.blog-single-detail .comment-section .comment-box .media .media-body .comment-title .comment-user i,
.blog-single-detail .comment-section .comment-box .media .media-body .comment-title .comment-date i {
  margin-right: 7px;
  color: rgba(0, 0, 0, 0.5);
}
.blog-single-detail .comment-section .comment-box .media .media-body .comment-title .comment-user h6,
.blog-single-detail .comment-section .comment-box .media .media-body .comment-title .comment-user .h6,
.blog-single-detail .comment-section .comment-box .media .media-body .comment-title .comment-date h6,
.blog-single-detail .comment-section .comment-box .media .media-body .comment-title .comment-date .h6 {
  color: #3b4249;
  margin-bottom: 0;
  font-weight: 500;
  font-size: calc(12px + 2 * (100vw - 320px) / 1600);
}
.blog-single-detail .comment-section .comment-box .media .media-body .comment-title .comment-date {
  margin-left: 15px;
}
.blog-single-detail .comment-section .comment-box .media .media-body .comment-detail p {
  margin-bottom: 8px;
  line-height: calc(20px + 4 * (100vw - 300px) / 1620);
  font-size: calc(13px + 2 * (100vw - 300px) / 1620);
  width: 60%;
}
.blog-single-detail .comment-section .comment-box .media .media-body .text-end a {
  color: #1c2d3a;
  font-size: calc(12px + 2 * (100vw - 320px) / 1600);
}
.blog-single-detail .comment-section .comment-box .media.inner-comment {
  margin-left: calc(10px + 30 * (100vw - 320px) / 1600);
  margin-top: calc(15px + 5 * (100vw - 320px) / 1600);
}
.blog-single-detail .comment-section .comment-box + .comment-box {
  margin-top: calc(15px + 5 * (100vw - 320px) / 1600);
}
.blog-single-detail .leave-comment {
  margin-top: 30px;
}
.blog-single-detail .grid-slider .slick-slide,
.blog-single-detail .main-property-slider .slick-slide {
  margin-bottom: 0;
}
.blog-single-detail .grid-slider .slick-arrow,
.blog-single-detail .main-property-slider .slick-arrow {
  opacity: 0;
}
.blog-single-detail .grid-slider:hover .slick-arrow,
.blog-single-detail .main-property-slider:hover .slick-arrow {
  opacity: 1;
}
.blog-single-detail .grid-slider:hover .slick-prev,
.blog-single-detail .main-property-slider:hover .slick-prev {
  left: 15px;
  transition: 0.5s;
}
.blog-single-detail .grid-slider:hover .slick-next,
.blog-single-detail .main-property-slider:hover .slick-next {
  right: 15px;
  transition: 0.5s;
}
.about-section .about-wrap .about-content {
  align-items: center;
}
.about-section .about-wrap .about-content.row {
  margin: 0;
}
.about-section .about-wrap .about-content.row > div {
  padding: 0;
}
.about-section .about-wrap .about-content .about-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.about-section .about-wrap .about-content .about-image > img {
  box-shadow: 6.691px 7.431px 12.5px rgba(0, 128, 255, 0.07);
  width: 100%;
}
.about-section .about-wrap .about-content .about-image .about-overlay {
  background-image: var(--theme-gradient4);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}
.about-section .about-wrap .about-content .about-image .overlay-content {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 10%;
  left: 52%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out 0s;
}
.about-section .about-wrap .about-content .about-image .overlay-content ul {
  margin-bottom: 15px;
  margin-left: -14px;
}
.about-section .about-wrap .about-content .about-image .overlay-content ul li a {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #ffffff;
}
.about-section .about-wrap .about-content .about-image .overlay-content ul li + li {
  margin-left: 10px;
}
.about-section .about-wrap .about-content .about-image .overlay-content span {
  letter-spacing: 14px;
  color: #ffffff;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}
.about-section .about-wrap .about-content .about-image .overlay-content span::before,
.about-section .about-wrap .about-content .about-image .overlay-content span::after {
  position: absolute;
  content: "";
  background-color: #ffffff;
  width: 16px;
  height: 1px;
  top: 9px;
}
.about-section .about-wrap .about-content .about-image .overlay-content span::before {
  left: -35px;
}
.about-section .about-wrap .about-content .about-image .overlay-content span::after {
  right: -22px;
}
.about-section .about-wrap .about-content:hover .about-overlay {
  opacity: 0.7;
}
.about-section .about-wrap .about-content:hover .overlay-content {
  top: 50%;
  opacity: 1;
}
.about-section .about-wrap .about-content:hover .overlay-content ul li:nth-child(2) a {
  animation: fadeInDown 900ms ease-in-out;
}
.about-section .about-wrap .about-content:hover .overlay-content ul li:nth-child(3) a {
  animation: fadeInDown 1100ms ease-in-out;
}
.about-section .about-wrap .about-content:hover .overlay-content ul li:nth-child(4) a {
  animation: fadeInDown 1300ms ease-in-out;
}
.about-section .about-wrap .about-content .our-details {
  padding: 40px;
  border-radius: 0 10px 10px 0;
  box-shadow: 3.346px 3.716px 25px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  position: relative;
}
.about-section .about-wrap .about-content .our-details span svg {
  width: 14px;
  height: 15px;
  vertical-align: -2px;
}
.about-section .about-wrap .about-content .our-details::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 55px;
  border-radius: 2px;
  background-color: var(--theme-default2);
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about-section .about-wrap .about-content .our-details > span {
  line-height: normal;
  margin-bottom: -2px;
  display: block;
}
.about-section .about-wrap .about-content .our-details .d-flex {
  align-items: center;
}
.about-section .about-wrap .about-content .our-details h6,
.about-section .about-wrap .about-content .our-details .h6 {
  color: var(--theme-default);
  font-weight: 700;
}
.about-section .about-wrap .about-content .our-details a {
  color: var(--theme-default);
}
.about-section .about-wrap .about-content .our-details a.btn {
  color: #ffffff;
}
.about-section .about-wrap .about-content .our-details a.btn svg {
  width: 16px;
  height: 20px;
  margin-right: 7px;
  vertical-align: -5px;
}
.about-section .about-wrap .about-content .our-details a.btn-flat.color-3:hover {
  color: var(--theme-default5);
}
.about-section .about-wrap .about-content .our-details a.btn-flat.color-7:hover {
  color: #004EB2;
}
.about-section .about-wrap .about-content .our-details h3,
.about-section .about-wrap .about-content .our-details .h3 {
  line-height: 1.45;
  font-weight: 700;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
}
.about-section .about-wrap .about-content .our-details p {
  font-size: 13px;
  line-height: 1.8;
  margin: 8px 0;
}
.about-section .about-wrap.about-2 .about-content .about-image {
  border-radius: 0;
}
.about-section .about-wrap.about-2 .about-content .about-image .about-overlay {
  background: rgba(88, 97, 103, 0.7);
}
.about-section .about-wrap.about-2 .about-content .our-details {
  margin: -70px auto 21px;
  border-radius: 0;
  width: 80%;
}
.about-section .about-wrap.about-2 .about-content .our-details::after {
  background-color: var(--theme-default5);
  height: 0;
  opacity: 0;
}
.about-section .about-wrap.about-2 .about-content .our-details h6,
.about-section .about-wrap.about-2 .about-content .our-details .h6 {
  color: var(--theme-default5);
}
.about-section .about-wrap.about-2 .about-content .our-details p {
  color: rgba(88, 97, 103, 0.7);
}
.about-section .about-wrap.about-2 .about-content:hover .our-details::after {
  height: 55px;
  transition: height 0.3s;
  opacity: 1;
}
.about-section .about-wrap.about-2 .slick-list {
  margin-bottom: -30px;
}
.about-section .about-wrap.about-2 .slick-list .slick-track .slick-slide {
  margin-bottom: 0;
}
.about-section .about-wrap.about-2 .slick-list .slick-track .slick-slide > div {
  margin-bottom: 30px;
}
.about-section .title-1 h2,
.about-section .title-1 .h2 {
  margin-bottom: -3px;
}
.about-section .title-1 hr {
  width: 80px;
  margin: 20px auto 0;
  height: 2px;
  color: var(--theme-default);
  opacity: 1;
  transition: all 0.5s;
}
.about-section .title-1:hover hr {
  width: 150px;
}
.about-section .title-1.color-6 hr {
  color: var(--theme-default8);
}
.about-section .title-3 {
  margin-top: -12px;
}
.about-section .title-3.text-start {
  margin-top: -5px;
}
.about-section .about-1.slick-initialized .slick-slide {
  margin-bottom: -6px;
}
.about-section .about-1 .bg-size:before {
  padding-top: 89.5%;
}
.about-section .about-2 .bg-size:before {
  padding-top: 88%;
}
.about-section .about-3.slick-initialized .slick-slide {
  margin-bottom: -5px;
}
.about-section.about-inner .title-2 h2,
.about-section.about-inner .title-2 .h2 {
  margin-top: -5px;
}
.about-section.about-inner .about-wrap .about-content .our-details::after {
  background-color: var(--theme-default3);
}
.about-section.about-inner .about-wrap .about-content .our-details h6,
.about-section.about-inner .about-wrap .about-content .our-details .h6 {
  color: var(--theme-default3);
}
.about-section.about-inner .about-wrap.about-1 .about-content .about-image .about-overlay {
  background-image: var(--theme-gradient7);
}
.about-section.about-inner .about-wrap.about-1.arrow-white .slick-arrow::before {
  color: var(--theme-default3);
}
.about-section.about-color6 .about-wrap .about-content .about-image .about-overlay {
  background-image: var(--theme-gradient13);
}
.about-section.about-color6 .about-wrap .about-content .our-details h6,
.about-section.about-color6 .about-wrap .about-content .our-details .h6 {
  color: var(--theme-default9);
}
.about-section.about-color6 .about-wrap .about-content .our-details::after {
  background-color: var(--theme-default9);
}
.about-section.color-7 .about-wrap .about-content .our-details::after {
  background-color: var(--theme-default10);
}
.about-section.color-7 .about-wrap .about-content .our-details h6,
.about-section.color-7 .about-wrap .about-content .our-details .h6 {
  color: var(--theme-default10);
}
.breadcrumb-section .breadcrumb-content div.text-dark {
  background-color: rgba(0, 0, 0, 0.4);
  padding: 18px;
}
.about-box .agent-image {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.07);
  position: relative;
}
.about-box .agent-image .overlay-agent {
  position: absolute;
  transition: all 0.4s ease-in-out;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.about-box .agent-image .overlay-agent .agent-details {
  opacity: 0;
  transform: scale(1.2);
  transition: 0.4s;
  background-color: #ffffff;
  height: 85%;
  width: 85%;
  position: absolute;
  top: 8%;
  left: 8%;
  padding: 40px;
  z-index: 1;
}
.about-box .agent-image .overlay-agent .agent-details ul {
  margin-top: 15px;
}
.about-box .agent-image .overlay-agent .agent-details ul li a {
  width: 36px;
  height: 36px;
  border-radius: 100%;
  box-shadow: 0 0 20px 0 rgba(28, 45, 58, 0.1);
}
.about-box .agent-image .overlay-agent .agent-details ul li + li {
  margin-left: 10px;
}
.about-box .agent-image .overlay-agent .agent-details h5,
.about-box .agent-image .overlay-agent .agent-details .h5 {
  margin-bottom: 0;
  line-height: 1.45;
  color: #586167;
  transition: 0.4s;
  font-weight: 600;
}
.about-box .agent-image .overlay-agent .agent-details h6,
.about-box .agent-image .overlay-agent .agent-details .h6 {
  color: var(--theme-default7);
  font-weight: 700;
  align-items: center;
  transition: 0.4s;
}
.about-box .agent-image .overlay-agent .agent-details p {
  margin: 10px 0;
  font-size: 14px;
  line-height: 1.7;
  transition: 0.4s;
  color: rgba(88, 97, 103, 0.7);
}
.about-box .agent-image .overlay-agent .agent-details > span {
  color: #586167;
  transition: 0.4s;
}
.about-box .agent-image .overlay-agent::after {
  opacity: 0.7;
  background-image: var(--theme-gradient9);
}
.about-box:hover .agent-image .overlay-agent {
  opacity: 1;
}
.about-box:hover .agent-image .overlay-agent .agent-details {
  opacity: 1;
  transform: scale(1);
  transition: 0.4s;
}
.about-box:hover .agent-image .overlay-agent .agent-details h5,
.about-box:hover .agent-image .overlay-agent .agent-details .h5,
.about-box:hover .agent-image .overlay-agent .agent-details h6,
.about-box:hover .agent-image .overlay-agent .agent-details .h6,
.about-box:hover .agent-image .overlay-agent .agent-details p,
.about-box:hover .agent-image .overlay-agent .agent-details > span {
  transition: 0.4s;
}
.arrow-white .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  box-shadow: 0px 0 35px 0px rgba(28, 45, 58, 0.07);
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrow-white .slick-arrow::before {
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  font-size: 14px;
  color: var(--theme-default2);
}
.arrow-white .slick-prev {
  left: -130px;
}
.arrow-white .slick-prev::before {
  content: "\f053";
}
.arrow-white .slick-next {
  right: -145px;
}
.arrow-white .slick-next::before {
  content: "\f054";
  margin-left: 1px;
}
.arrow-white.color-4 .slick-arrow::before {
  color: var(--theme-default3);
}
.arrow-white.color-6 .slick-arrow::before {
  color: var(--theme-default9);
}
.user-about .row {
  align-items: center;
}
.user-about .about-content {
  margin-bottom: calc(25px + 15 * (100vw - 320px) / 1600);
}
.user-about .about-content h3,
.user-about .about-content .h3 {
  color: var(--theme-default3);
  margin-bottom: 10px;
  font-weight: 600;
}
.user-about .about-content p {
  margin-bottom: 0;
  line-height: 1.8;
}
.user-about .about-listing {
  box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
  padding: 30px;
}
.user-about .about-listing ul {
  display: flex;
}
.user-about .about-listing ul li h4,
.user-about .about-listing ul li .h4 {
  color: var(--theme-default3);
  font-weight: 600;
}
.user-about .about-listing ul li p {
  margin-bottom: 0;
}
.user-about .about-listing ul li + li {
  margin-left: calc(20px + 30 * (100vw - 320px) / 1600);
}
.user-about .map-image {
  background-blend-mode: overlay;
  background-color: rgba(255, 255, 255, 0.9);
  background-size: contain !important;
  position: relative;
}
.user-about .map-image ul li img {
  position: absolute;
}
.user-about .map-image ul li .marker-1 {
  top: 25%;
  right: 20%;
  animation: 1s linear infinite bounce-1;
}
.user-about .map-image ul li .marker-2 {
  top: 18%;
  left: 20%;
}
.user-about .map-image ul li .marker-3 {
  bottom: 38%;
  left: 52%;
}
.user-about .map-image ul li .marker-4 {
  top: 30%;
  right: 30%;
}
.user-about .about-image {
  position: relative;
  margin-top: 80px;
}
.user-about .about-image:hover img {
  transform: rotate(-3deg);
  transition: all 0.3s ease;
}
.user-about .about-image .side-left {
  transition: all 0.5s ease;
}
.user-about .about-image .side-left .side-effect::before,
.user-about .about-image .side-left .side-effect::after {
  width: calc(100% - 515px);
}
.user-about .about-image .img-box img {
  max-width: 400px;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.user-about .about-image .img-box.img-abs {
  position: absolute;
  right: 15%;
  top: -30%;
  z-index: -1;
}
.side-effect::before,
.side-effect::after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.05);
  width: 100%;
  z-index: -1;
  transition: all 0.5s ease;
}
.side-effect::before {
  top: 15px;
  height: calc(100% - 30px);
  border-radius: 25px;
  left: 8px;
}
.side-effect::after {
  top: 35px;
  height: calc(100% - 70px);
  border-radius: 20px;
  left: 16px;
}
.side-left .side-effect::before {
  left: -8px;
}
.side-left .side-effect::after {
  left: -16px;
}
.service-icon {
  width: 45px;
  height: 45px;
  fill: var(--theme-default5);
  color: var(--theme-default5);
}
.icon-line-color {
  fill: var(--theme-default5);
  color: var(--theme-default5);
  width: 0;
  height: 3px;
  bottom: -22px;
  left: 0px;
  position: absolute;
}
.service-section.service-2 .property-service > div .service-box.color-3:hover {
  background-color: rgba(0, 78, 178, 0.1);
}
.service-section.service-2 .property-service > div .service-box.color-7 a:hover span {
  color: var(--theme-default10);
}
.service-section.service-2 .property-service > div .service-box.color-7:hover {
  background-color: rgba(0, 78, 178, 0.2);
}
.service-section {
  position: relative;
}
.service-section .property-service > div .service-box {
  text-align: left;
  border-radius: 15px;
  padding: 50px;
  transition: 0.5s;
  background: #ffffff;
  box-shadow: 3px 3px 22px rgba(0, 0, 0, 0.07);
}
.service-section .property-service > div .service-box .icon-round {
  width: 80px;
  height: 80px;
  margin: 0 0 20px;
  border-radius: 100%;
  transition: 0.5s;
  background-color: var(--theme-default3);
  position: relative;
}
.service-section .property-service > div .service-box .icon-round svg {
  height: 35px;
  width: 35px;
  stroke: white;
}
.service-section .property-service > div .service-box .icon-round::before {
  border-radius: 100%;
  background-color: var(--theme-default3);
  opacity: 0.05;
}
.service-section .property-service > div .service-box .icon-round::after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  content: "";
  box-sizing: content-box;
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  transform: scale(0.9);
}
.service-section .property-service > div .service-box .icon-round img {
  width: 40%;
}
.service-section .property-service > div .service-box h3,
.service-section .property-service > div .service-box .h3 {
  background: #1c2d3a;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  line-height: 1.5;
  color: #1c2d3a;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  filter: drop-shadow(5px 5px 12px rgba(0, 78, 178, 0.2));
}
.service-section .property-service > div .service-box p {
  color: rgba(59, 66, 73, 0.7);
  line-height: 1.6;
  margin-bottom: -3px;
}
.service-section .property-service > div .service-box:hover {
  transform: translateY(-5px);
  transition: 0.5s;
}
.service-section .property-service > div .service-box:hover .icon-round::after {
  animation: sonarEffect 1.3s ease-out 75ms;
}
.service-section .title-2 h2,
.service-section .title-2 .h2 {
  margin-top: -2px;
}
.service-section.service-2 .property-service > div .service-box {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.08);
  border-radius: 0;
  padding: 60px 40px;
  height: 100%;
  transition: 0.5s;
}
.service-section.service-2 .property-service > div .service-box .hover-line {
  margin-bottom: 45px;
  position: relative;
  display: inline-block;
}
.service-section.service-2 .property-service > div .service-box .hover-line::before {
  position: absolute;
  content: "";
  opacity: 0;
  background-color: var(--theme-default5);
  width: 40px;
  height: 40px;
  border-radius: 100%;
  transition: 0.5s;
  right: -7px;
  bottom: -7px;
}
.service-section.service-2 .property-service > div .service-box h3,
.service-section.service-2 .property-service > div .service-box .h3 {
  color: #3b4249;
  background: transparent;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
}
.service-section.service-2 .property-service > div .service-box p {
  margin-bottom: 30px;
  line-height: 1.75;
  color: rgba(88, 97, 103, 0.7);
}
.service-section.service-2 .property-service > div .service-box .btn {
  box-shadow: none;
  transition: 0.5s;
}
.service-section.service-2 .property-service > div .service-box .btn span {
  vertical-align: -3px;
}
.service-section.service-2 .property-service > div .service-box:hover {
  background-color: rgba(0, 78, 178, 0.1);
}
.service-section.service-2 .property-service > div .service-box:hover .hover-line::before {
  opacity: 0.2;
  transition: 0.5s;
}
.service-section.service-2 .property-service > div .service-box:hover .hover-line .icon-line-color {
  width: 68px;
  transition: width 0.3s;
}
.service-section.service-2 .property-service > div .service-box:hover .btn {
  background-color: var(--theme-default5);
  transition: 0.5s;
  color: #ffffff;
}
.service-section.service-2 .property-service > div .service-box:hover .btn span {
  color: #ffffff;
  vertical-align: -2px;
}
.service-section.service-2 .property-service > div .service-box:hover .btn::before {
  opacity: 0.35;
  box-shadow: 0px 10px 12.5px var(--theme-default5);
}
.service-section.service-2 .property-service > div .service-box:hover .btn:hover {
  background-color: transparent;
}
.service-section.service-2 .property-service.about-service > div .service-box {
  border-radius: 10px;
}
.service-section.service-2 .property-service.about-service > div .service-box .service-icon,
.service-section.service-2 .property-service.about-service > div .service-box .icon-line-color {
  fill: var(--theme-default3);
}
.service-section.service-2 .property-service.about-service > div .service-box .hover-line::before {
  background-color: var(--theme-default3);
}
.service-section.service-2 .property-service.about-service > div .service-box .btn {
  border: 2px solid transparent;
}
.service-section.service-2 .property-service.about-service > div .service-box .btn span {
  vertical-align: -3px;
}
.service-section.service-2 .property-service.about-service > div .service-box .btn:hover {
  background: none;
  box-shadow: none;
}
.service-section.service-2 .property-service.about-service > div .service-box .btn::after {
  border-radius: 8px;
}
.service-section.service-2 .property-service.about-service > div .service-box:hover .btn {
  background: none;
  border-color: var(--theme-default3);
}
.service-section.service-2 .property-service.about-service > div .service-box:hover .btn::before,
.service-section.service-2 .property-service.about-service > div .service-box:hover .btn::after {
  opacity: 0;
}
.service-section.service-2.color-7 .property-service > div .service-box .hover-line::before {
  background-color: var(--theme-default10);
}
.service-section.service-2.color-7 .property-service > div .service-box:hover .btn {
  background-color: var(--theme-default10);
}
.service-section.service-2.color-7 .property-service > div .service-box:hover .btn span {
  vertical-align: -3px;
  color: #ffffff;
}
.service-section.service-2.color-7 .property-service > div .service-box:hover .btn::before {
  opacity: 0.35;
  box-shadow: 0px 10px 12.5px var(--theme-default10);
}
.service-section.service-bg .title-3 {
  margin-top: -2px;
}
.service-section.service-bg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 230px;
  background-color: #f7f7fe;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.service-section.color-7 .service-icon,
.service-section.color-7 .icon-line-color {
  fill: var(--theme-default10);
}
.service-slider .service-wrapper .top-img-box {
  margin-bottom: -20px;
  margin-left: 40px;
}
.service-slider .service-wrapper .top-img-box > div {
  width: 67px;
  height: 67px;
  border-radius: 5px;
  background-image: var(--theme-gradient9);
  position: relative;
}
.service-slider .service-wrapper .top-img-box > div::after {
  opacity: 0.3;
  box-shadow: -5.15px 8.572px 25px var(--theme-default7);
}
.service-slider .service-wrapper .top-img-box > div img {
  width: 60%;
}
.service-slider .service-wrapper .service-details {
  border-radius: 5px;
  padding: 40px;
  background-color: #ffffff;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.07);
}
.service-slider .service-wrapper .service-details p {
  line-height: 1.75;
  margin-bottom: 10px;
  color: rgba(88, 97, 103, 0.7);
}
.service-slider .service-wrapper .service-details h3,
.service-slider .service-wrapper .service-details .h3 {
  color: #586167;
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  margin-bottom: 15px;
  font-weight: 600;
}
.service-slider .service-wrapper .service-details h3 a,
.service-slider .service-wrapper .service-details .h3 a {
  color: #586167;
  background: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.service-slider .service-wrapper .service-details h3 a::after,
.service-slider .service-wrapper .service-details .h3 a::after {
  display: none;
}
.service-slider .service-wrapper .service-details a {
  background: var(--theme-gradient9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  font-weight: 600;
}
.service-slider .service-wrapper .service-details a::after {
  position: absolute;
  content: "";
  top: 9px;
  right: -45px;
  width: 35px;
  height: 2px;
  border-radius: 0px;
  background-color: var(--theme-default7);
}
.service-slider .slick-list {
  margin: -30px -12px;
}
.service-slider .slick-list .slick-track .slick-slide {
  margin-bottom: 0;
}
.service-slider .slick-list .slick-track .slick-slide > div {
  margin: 30px 20px;
}
.service-slider.arrow-gradient.arrow-right .slick-prev {
  right: 15.5%;
}
.service-slider.arrow-gradient.arrow-right .slick-next {
  right: 12.3%;
}
.service-slider.arrow-gradient.arrow-right .slick-arrow {
  top: -62px;
}
.feature-section .video-details.feature-content {
  margin: auto 0;
}
.feature-section .video-details.feature-content .left-sidebar h2,
.feature-section .video-details.feature-content .left-sidebar .h2 {
  font-size: 24px;
}
.feature-section .video-details.feature-content .left-sidebar label {
  font-weight: 500;
  color: #586167;
}
.feature-section .feature-wrap:hover .feature-image .slick-prev {
  left: 15px;
  transition: all 0.5s;
  background-color: #004EB2;
  border-radius: 30px;
}
.feature-section .feature-wrap:hover .feature-image .slick-prev::before {
  content: "\f053";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  opacity: 1;
  line-height: 0.6;
  font-size: 12px;
}
.feature-section .feature-wrap:hover .feature-image .slick-next {
  right: 15px;
  transition: all 0.5s;
  background-color: #004EB2;
  border-radius: 30px;
}
.feature-section .feature-wrap:hover .feature-image .slick-next::before {
  content: "\f054";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  opacity: 1;
  line-height: 0.6;
  font-size: 12px;
}
.feature-section .property-slider {
  margin-bottom: 0;
}
.feature-section .property-slider .slick-dots {
  bottom: 10px;
}
.feature-section .property-slider .slick-dots li button:before {
  font-size: 12px;
  color: #ffffff;
  border: 1px solid;
  border-radius: 100%;
}
.feature-section .property-slider .slick-dots li.slick-active button::before {
  color: var(--theme-default3);
}
.feature-section .title-1 h2,
.feature-section .title-1 .h2 {
  margin-bottom: -3px;
}
.feature-section .title-1 hr {
  width: 80px;
  margin: 20px auto 0;
  height: 2px;
  color: var(--theme-default);
  opacity: 1;
  transition: all 0.5s;
}
.feature-section .title-1:hover hr {
  width: 150px;
}
.feature-section .title-1.color-6 hr {
  color: var(--theme-default8);
}
.feature-section.feature-bg {
  background-color: #292929;
  background-blend-mode: overlay;
}
.feature-section .feature-1 .feature-wrapper {
  margin: 0 80px;
}
.feature-section .feature-1 .feature-wrapper .row {
  align-items: center;
}
.feature-section .feature-1 .feature-wrapper .feature-left {
  position: relative;
  max-width: 590px;
  z-index: 1;
}
.feature-section .feature-1 .feature-wrapper .feature-left .property-details .font-roboto {
  margin-top: -3px;
  display: block;
}
.feature-section .feature-1 .feature-wrapper .feature-left .property-details span.font-roboto {
  margin-bottom: 8px;
}
.feature-section .feature-1 .feature-wrapper .property-details {
  margin-right: -275px;
  position: relative;
  max-width: 590px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 6.691px 7.431px 12.5px rgba(0, 128, 255, 0.07);
  background-color: #ffffff;
}
.feature-section .feature-1 .feature-wrapper .property-details h6,
.feature-section .feature-1 .feature-wrapper .property-details .h6 {
  font-weight: 500;
  font-size: 17px;
  color: #000000;
}
.feature-section .feature-1 .feature-wrapper .property-details ul li img {
  height: 16px;
  display: inline-block;
  margin-right: 7px;
}
.feature-section .feature-1 .feature-wrapper .property-details a h3,
.feature-section .feature-1 .feature-wrapper .property-details a .h3 {
  color: var(--theme-default2);
}
.feature-section .feature-1 .feature-wrapper .property-details a h3 span,
.feature-section .feature-1 .feature-wrapper .property-details a .h3 span {
  margin-top: -3px;
}
.feature-section .feature-1 .feature-wrapper .property-details a h3 .label,
.feature-section .feature-1 .feature-wrapper .property-details a .h3 .label {
  text-transform: uppercase;
  font-size: 10px;
  padding-top: 5px;
  margin-left: 15px;
}
.feature-section .feature-1 .feature-wrapper .property-details .property-btn .btn-gradient {
  color: #ffffff;
}
.feature-section .feature-1 .feature-wrapper .property-details .round-half {
  position: absolute;
  width: 60px;
  height: 60px;
  top: -10px;
  right: -10px;
  border-radius: 100%;
}
.feature-section .feature-1 .feature-wrapper .property-details .round-half::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  left: 0;
  top: 0;
  opacity: 0.1;
  background-color: var(--theme-default2);
}
.feature-section .feature-1 .feature-wrapper .property-details .round-half svg {
  margin-left: -1px;
  margin-top: 9px;
  background: #ffffff;
  stroke: #9516d7;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: bounceIn 1s infinite;
}
.feature-section .feature-1 .feature-wrapper .property-details .round-half:hover svg {
  fill: #9516d7;
}
.feature-section .feature-1 .feature-wrapper .property-details .round-half.color-6 svg {
  stroke: #2c2e97;
}
.feature-section .feature-1 .feature-wrapper .property-details .round-half.color-6:hover svg {
  fill: #2c2e97;
}
.feature-section .feature-1 .feature-wrapper .feature-image {
  text-align: right;
  position: relative;
  border-radius: 15px;
  height: 600px;
  justify-content: flex-end;
  overflow: hidden;
  display: flex !important;
}
.feature-section .feature-1 .feature-wrapper .feature-image .label-white {
  position: absolute;
  top: 40px;
  right: 40px;
}
.feature-section .feature-1 .feature-wrapper .feature-image .signature {
  position: absolute;
  right: 0;
  bottom: 50px;
}
.feature-section .feature-1 .feature-wrapper .feature-image .box-color {
  position: absolute;
  right: -2px;
  bottom: 65px;
  height: 87px;
  width: 100px;
  border-radius: 10px 0 0 10px;
  background-color: var(--theme-default2);
}
.feature-section .feature-1 .feature-wrapper .feature-image h4,
.feature-section .feature-1 .feature-wrapper .feature-image .h4 {
  letter-spacing: 5px;
  color: #ffffff;
  margin-bottom: 0;
  font-weight: 600;
  background-color: var(--theme-default2);
  padding: 8px 25px;
}
.feature-section .feature-1 .feature-wrapper .feature-image img {
  border-radius: 15px;
}
.feature-section .feature-1 .slick-list .slick-track .slick-slide.slick-active > div .feature-wrapper .feature-left {
  animation: fadeInLeft 1s;
}
.feature-section .feature-2 {
  margin: 0 50px;
}
.feature-section .feature-2 .feature-box {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 3.346px 3.716px 25px rgba(0, 0, 0, 0.06);
  position: relative;
}
.feature-section .feature-2 .feature-box::before,
.feature-section .feature-2 .feature-box::after,
.feature-section .feature-2 .feature-box .feature-bottom {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  bottom: 0;
}
.feature-section .feature-2 .feature-box::before {
  height: 100%;
  background-image:
    linear-gradient(
      transparent 20%,
      rgba(0, 0, 0, 0.05) 30%,
      rgba(0, 0, 0, 0.6));
}
.feature-section .feature-2 .feature-box::after {
  height: 0;
  background-image:
    linear-gradient(
      transparent 20%,
      rgba(0, 0, 0, 0.05) 30%,
      rgba(0, 0, 0, 0.6));
}
.feature-section .feature-2 .feature-box .feature-bottom {
  padding: 30px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  transition: 0.5s;
}
.feature-section .feature-2 .feature-box .feature-bottom h3,
.feature-section .feature-2 .feature-box .feature-bottom .h3,
.feature-section .feature-2 .feature-box .feature-bottom span {
  color: #ffffff;
  transition: 0.5s;
}
.feature-section .feature-2 .feature-box .feature-bottom h3,
.feature-section .feature-2 .feature-box .feature-bottom .h3 {
  font-weight: 600;
}
.feature-section .feature-2 .feature-box:hover::after {
  height: 100%;
  transition: height 0.5s ease-out;
  background-image:
    linear-gradient(
      to bottom,
      transparent 20%,
      rgba(0, 0, 0, 0.8) 100%);
}
.feature-section .feature-2 .feature-box:hover .feature-bottom {
  transition: 0.5s;
  background-color: unset;
  bottom: 20px;
}
.feature-section .feature-2 .feature-box:hover .feature-bottom h3,
.feature-section .feature-2 .feature-box:hover .feature-bottom .h3,
.feature-section .feature-2 .feature-box:hover .feature-bottom span {
  transition: 0.5s;
}
.feature-section .feature-2 .slick-dots {
  margin-top: 18px;
}
.feature-section .feature-2 .slick-slide img {
  width: 100%;
}
.feature-section .feature-3 .slick-list {
  margin: -60px 0;
}
.feature-section .feature-3 .slick-list .slick-track .slick-slide > div {
  margin: 60px 80px;
}
.feature-section .feature-3 .slick-next {
  right: 28px;
  top: 48%;
}
.feature-section .feature-3 .slick-prev {
  width: 45px;
  height: 45px;
  background: #ffffff;
  left: unset;
  right: 58px;
  top: 64%;
  box-shadow: 0 0 41px 6px rgba(0, 0, 0, 0.08);
}
.feature-section .feature-3 .slick-prev:after {
  display: none;
}
.feature-section .feature-3 .slick-next {
  box-shadow: 0 0 41px 6px rgba(0, 0, 0, 0.08);
  background: #ffffff;
}
.feature-section .feature-3 .slick-next:after {
  display: none;
}
.feature-section .feature-3 .feature-wrap .row {
  margin: 0;
}
.feature-section .feature-3 .feature-wrap .row > div {
  padding: 0;
}
.feature-section .feature-3.slick-initialized .slick-slide {
  margin-bottom: -6px;
}
.feature-section .feature-4 .slick-list {
  margin: -30px -60px;
}
.feature-section .feature-4 .slick-list .slick-track .slick-slide > div {
  margin: 30px 60px;
}
.feature-section .feature-4 .slick-list .slick-track .slick-slide.slick-active > div .feature-wrap .feature-content {
  animation: fadeInRight 2s;
}
.feature-section .feature-4 .slick-list .slick-track .slick-slide.slick-active > div .feature-wrap .feature-image {
  animation: fadeInUp 1s;
}
.feature-section .feature-4.slick-initialized .slick-slide {
  margin-bottom: -6px;
}
.feature-section .feature-4.arrow-gradient .slick-arrow {
  left: -98px !important;
}
.feature-section .feature-4.arrow-gradient .slick-prev {
  top: 45%;
}
.feature-section .feature-4.arrow-gradient .slick-prev::before {
  content: "\f062";
}
.feature-section .feature-4.arrow-gradient .slick-next {
  right: unset;
  left: 0;
  top: 55%;
}
.feature-section .feature-4.arrow-gradient .slick-next::before {
  content: "\f063";
}
.feature-section .feature-image {
  position: relative;
  box-shadow: 0 0 75px rgba(0, 0, 0, 0.09);
}
.feature-section .feature-image .bg-size:before {
  padding-top: 76.2%;
}
.feature-section .feature-image .label {
  padding: 8px 16px 6px;
}
.feature-section .feature-image .label-solid {
  position: absolute;
  top: 20px;
  left: -14px;
  clear: left;
}
.feature-section .feature-image .label-solid::before {
  position: absolute;
  top: 37px;
  left: 0;
  width: 0;
  height: 0;
  content: "";
  border: 8px solid transparent;
  border-top-color: var(--theme-default5);
  border-right-color: var(--theme-default5);
}
.feature-section .feature-image .label-solid::after {
  opacity: 0.35;
  box-shadow: 0px 5px 12.5px var(--theme-default5);
}
.feature-section .feature-image .label-solid.color-7::before {
  border: 8px solid transparent;
  border-top-color: var(--theme-default10);
  border-right-color: var(--theme-default10);
}
.feature-section .feature-image .label-solid.color-7::after {
  box-shadow: 0px 5px 12.5px var(--theme-default10);
}
.feature-section .feature-image .feature-overlay {
  width: 263px;
  height: 212px;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  opacity: 0;
  transform: scale(0.5) translateY(-50%);
  transition: 0.5s;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.feature-section .feature-image .feature-overlay span {
  font-size: 70px;
  margin-top: -10px;
  color: #586167;
}
.feature-section .feature-image:hover .feature-overlay {
  opacity: 1;
  transform: scale(1) translateY(-50%);
  transition: 0.5s;
}
.feature-section .feature-content {
  box-shadow: 0 0 75px rgba(0, 0, 0, 0.08);
  height: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.feature-section .feature-content .details,
.feature-section .feature-content .feature-price {
  padding: 30px 50px;
}
.feature-section .feature-content .details h3,
.feature-section .feature-content .details .h3,
.feature-section .feature-content .details span,
.feature-section .feature-content .feature-price h3,
.feature-section .feature-content .feature-price .h3,
.feature-section .feature-content .feature-price span {
  color: #586167;
}
.feature-section .feature-content .details h3,
.feature-section .feature-content .details .h3,
.feature-section .feature-content .feature-price h3,
.feature-section .feature-content .feature-price .h3 {
  margin-bottom: 10px;
  font-weight: 700;
}
.feature-section .feature-content .details h3 a,
.feature-section .feature-content .details .h3 a,
.feature-section .feature-content .feature-price h3 a,
.feature-section .feature-content .feature-price .h3 a {
  color: #586167;
}
.feature-section .feature-content .details p,
.feature-section .feature-content .feature-price p {
  margin-top: 16px;
  line-height: 1.5;
  width: 80%;
  color: rgba(88, 97, 103, 0.7);
  margin-bottom: -2px;
}
.feature-section .feature-content .details > span,
.feature-section .feature-content .feature-price > span {
  font-weight: 500;
}
.feature-section .feature-content .detail-list {
  border-top: 1px solid rgba(59, 66, 73, 0.1);
  border-bottom: 1px solid rgba(59, 66, 73, 0.1);
  padding: 25px 40px;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}
.feature-section .feature-content .detail-list li {
  margin: 5px 10px;
}
.feature-section .feature-content .detail-list li .img-icon {
  height: 20px;
  width: 20px;
}
.feature-section .feature-content .detail-list li .d-flex {
  align-items: center;
}
.feature-section .feature-content .detail-list li .d-flex .label-lg {
  padding: 8px 16px;
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
}
.feature-section .feature-content .detail-list li .d-flex h6,
.feature-section .feature-content .detail-list li .d-flex .h6 {
  margin-bottom: 0;
  margin-left: 15px;
  color: #3b4249;
  font-weight: 500;
}
.feature-section .feature-content .feature-price {
  display: flex;
  align-items: center;
}
.feature-section .feature-content .feature-price li h3,
.feature-section .feature-content .feature-price li .h3 {
  margin-top: -1px;
}
.feature-section .feature-content .feature-price li h6,
.feature-section .feature-content .feature-price li .h6 {
  color: rgba(88, 97, 103, 0.7);
  font-weight: 600;
  margin-bottom: 0;
}
.feature-section .feature-content .feature-price li + li {
  margin-left: 40px;
}
.feature-section .feature-content .btn-lg,
.feature-section .feature-content .btn-group-lg > .btn {
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
  text-transform: uppercase;
}
.feature-section .modern-feature .feature-wrap .row {
  align-items: center;
}
.feature-section .modern-feature .feature-wrap .feature-image {
  border-radius: 5px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.feature-section .modern-feature .feature-wrap .feature-image .bg-size:before {
  padding-top: 74%;
}
.feature-section .modern-feature .feature-wrap .feature-image .feature-overlay span {
  color: var(--theme-default6);
}
.feature-section .modern-feature .feature-wrap .feature-image .label-gradient {
  position: absolute;
  top: 40px;
  left: 40px;
}
.feature-section .modern-feature .feature-wrap .feature-image .label-gradient::after {
  opacity: 0.3;
  box-shadow: -5.15px 8.572px 25px var(--theme-default6);
}
.feature-section .modern-feature .feature-wrap .feature-content {
  box-shadow: none;
  padding-left: 60px;
}
.feature-section .modern-feature .feature-wrap .feature-content .details {
  padding-top: 0 !important;
}
.feature-section .modern-feature .feature-wrap .feature-content .feature-price {
  padding-bottom: 0 !important;
}
.feature-section .modern-feature .feature-wrap .feature-content .details,
.feature-section .modern-feature .feature-wrap .feature-content .detail-list,
.feature-section .modern-feature .feature-wrap .feature-content .feature-price {
  padding: 40px;
  width: 100%;
}
.feature-section .modern-feature .feature-wrap .feature-content .details,
.feature-section .modern-feature .feature-wrap .feature-content .detail-list,
.feature-section .modern-feature .feature-wrap .feature-content .feature-price {
  padding-left: 0;
  padding-right: 0;
}
.feature-section.bg-half {
  position: relative;
}
.feature-section.bg-half::before {
  position: absolute;
  content: "";
  width: 35%;
  height: 100%;
  background-color: #f7f7fe;
  top: 0;
  left: 0;
}
.feature-section.banner-4 .feature-1 .feature-wrapper .property-details a h3,
.feature-section.banner-4 .feature-1 .feature-wrapper .property-details a .h3 {
  color: var(--theme-default9);
}
.feature-section.banner-4 .feature-1 .feature-wrapper .property-details .round-half::after {
  background-color: var(--theme-default9);
}
.feature-section.banner-4 .feature-1 .feature-wrapper .property-details .round-half i {
  background: var(--theme-gradient12);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.feature-section.banner-4 .feature-1 .feature-wrapper .feature-image .box-color {
  background-color: var(--theme-default9);
}
.feature-section.banner-4 .feature-1 .feature-wrapper .feature-image h4,
.feature-section.banner-4 .feature-1 .feature-wrapper .feature-image .h4 {
  background-color: var(--theme-default8);
}
.feature-section.layout-9 {
  height: auto;
}
.feature-section .feature-wrap .feature-image .slick-prev,
.feature-section .feature-wrap .feature-image .slick-next {
  visibility: hidden;
}
.feature-section .feature-wrap:hover .feature-image .slick-prev,
.feature-section .feature-wrap:hover .feature-image .slick-next {
  visibility: visible;
}
.feature-3 .next-image {
  position: absolute;
  right: 28px;
  top: 236px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
}
.feature-3 .slick-arrow .prev-slick-img,
.feature-3 .slick-arrow .next-slick-img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -27px;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.feature-3.arrow-image .slick-arrow {
  width: 45px;
  height: 45px;
  transition: 0.5s;
  right: 58px;
}
.feature-3.arrow-image .slick-arrow:hover .prev-slick-img,
.feature-3.arrow-image .slick-arrow:hover .next-slick-img {
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.bg-comman-2 {
  position: relative;
}
.bg-comman-2::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 390px;
}
.bg-comman-2.feature-section .title-2 h2,
.bg-comman-2.feature-section .title-2 .h2 {
  margin-top: -2px;
}
.alert-default {
  color: #ffffff;
  background-color: var(--theme-default2);
  font-weight: 500;
}
.alert-default .btn-close {
  width: 6px;
  height: 6px;
  top: 20px;
  color: #ffffff;
  filter: brightness(1) invert(1);
}
.alert-default-2 {
  color: #ffffff;
  background-color: var(--theme-default9);
  font-weight: 500;
}
.alert-default-2 .btn-close {
  width: 6px;
  height: 6px;
  top: 20px;
  color: #ffffff;
  filter: brightness(1) invert(1);
}
.property-wrapper-grid .col-xl-4 .property-details {
  padding: 15px;
}
.property-wrapper-grid .col-xl-4 .property-details ul li {
  padding-left: 6px;
  padding-right: 6px;
  font-size: 13px;
}
.property-wrapper-grid .col-xl-4 .property-details ul li img {
  height: 14px;
}
.property-wrapper-grid .col-xl-4 .property-details ul li:first-child {
  padding-left: 0;
}
.property-wrapper-grid .col-xl-4 .property-details ul li:last-child {
  padding-right: 0;
}
.property-section .property-box-flat .property-box .property-details .btn-light-bg.btn-flat::after {
  height: 100%;
}
.property-details {
  padding: 30px;
  position: relative;
}
.property-details > span {
  letter-spacing: 2px;
  color: #959595;
  text-transform: uppercase;
  font-weight: 500;
}
.property-details > a {
  display: block;
  color: #1c2d3a;
  transition: 0.8s;
}
.property-details h3,
.property-details .h3 {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
}
.property-details p {
  line-height: 1.6;
  font-size: 15px;
  margin-bottom: 20px;
}
.property-details ul {
  margin-bottom: 18px;
}
.property-details ul li {
  padding-left: 15px;
  padding-right: 12px;
  font-weight: 500;
  line-height: 1.2;
}
.property-details ul li + li {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.property-details ul li:first-child {
  padding-left: 0;
}
.property-details ul li:last-child {
  padding-right: 0;
}
.property-details .property-btn {
  align-items: center;
  justify-content: space-between;
}
.property-details .property-btn span {
  color: #878787;
  font-size: 14px;
  font-weight: 500;
}
.property-details .property-btn .btn:hover {
  background-color: rgba(0, 78, 178, 0.1);
}
.property-details .property-btn .btn.color-1:hover {
  background-color: rgba(0, 78, 178, 0.1);
}
.property-details .property-btn .btn.color-6:hover {
  background-color: rgba(0, 78, 178, 0.1);
}
.property-details .property-btn .btn.color-5:hover {
  background-color: rgba(0, 78, 178, 0.1);
}
.property-details .property-svg {
  width: 16px;
  height: 16px;
}
.property-section .property-2.color-1 .property-box:hover .property-details > a {
  background: var(--theme-gradient1);
  -webkit-background-clip: text;
}
.property-section .property-2.color-6 .property-box:hover .property-details > a {
  background: var(--theme-gradient10);
  -webkit-background-clip: text;
}
.property-section.section-sm .property-2:not(.no-sidebar) {
  height: calc(100vh - 220px);
  overflow-y: scroll;
  margin-bottom: 10px;
}
.property-section.section-sm .property-2:not(.no-sidebar):not(.no-sidebar)::-webkit-scrollbar {
  width: 5px;
}
.property-section.section-sm .property-2:not(.no-sidebar):not(.no-sidebar)::-webkit-scrollbar-thumb {
  background: transparent;
}
.property-section.section-sm .property-2:not(.no-sidebar):hover:not(.no-sidebar)::-webkit-scrollbar-thumb {
  background: rgba(108, 111, 105, 0.2);
}
.property-section .title-1 h2,
.property-section .title-1 .h2 {
  margin-bottom: -9px;
}
.property-section .title-1 hr {
  width: 80px;
  margin: 20px auto 0;
  height: 1px;
  color: var(--theme-default);
  opacity: 1;
  transition: all 0.5s;
}
.property-section .title-1:hover hr {
  width: 150px;
}
.property-section .title-1.color-6 hr {
  color: var(--theme-default8);
}
.property-section .title-2 h2,
.property-section .title-2 .h2 {
  margin-top: -2px;
}
.property-section .title-3.d-flex {
  justify-content: space-between;
  align-items: flex-start;
}
.property-section .title-3 .pagination li a {
  padding: 12px 16px;
  color: var(--theme-default7);
  border-radius: 5px;
  font-weight: 700;
  transition: 0.5s;
  position: relative;
}
.property-section .title-3 .pagination li a::after {
  opacity: 0.1;
  background-color: var(--theme-default7);
  transition: 0.5s;
  border-radius: 5px;
  z-index: -1;
}
.property-section .title-3 .pagination li.active a,
.property-section .title-3 .pagination li:hover a {
  color: #ffffff;
  transition: 0.5s;
}
.property-section .title-3 .pagination li.active a::after,
.property-section .title-3 .pagination li:hover a::after {
  opacity: 1;
}
.property-section .title-3 .pagination li + li {
  margin-left: 20px;
}
.property-section .title-3 .pagination-tab {
  margin-top: 1px;
}
.property-section .title-3.text-start {
  margin-top: -2px;
}
.property-section.slick-between .title-3.text-start {
  margin-top: -5px;
}
.property-section .property-box {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.04);
  background: #ffffff;
}
.property-section .property-box:hover {
  box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.1);
  transition: box-shadow 0.3s ease;
}
.property-section .property-box:hover .property-image .property-slider.color-6 .slick-prev,
.property-section .property-box:hover .property-image .property-slider.color-6 .slick-next {
  background-color: var(--theme-default9);
}
.property-section .property-box:hover .property-image .property-slider.color-7 .slick-prev,
.property-section .property-box:hover .property-image .property-slider.color-7 .slick-next {
  background-color: var(--theme-default10);
}
.property-section .property-box:hover .property-image .property-slider.color-3 .slick-prev,
.property-section .property-box:hover .property-image .property-slider.color-3 .slick-next {
  background-color: var(--theme-default5);
}
.property-section .property-box:hover .property-image .property-slider.color-1 .slick-prev,
.property-section .property-box:hover .property-image .property-slider.color-1 .slick-next {
  background-color: var(--theme-default);
}
.property-section .property-box:hover .property-image .property-slider .slick-prev {
  left: 15px;
  transition: all 0.5s;
  background-color: var(--theme-default3);
  border-radius: 30px;
}
.property-section .property-box:hover .property-image .property-slider .slick-prev::before {
  content: "\f053";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  opacity: 1;
  line-height: 0.6;
  font-size: 12px;
}
.property-section .property-box:hover .property-image .property-slider .slick-next {
  right: 15px;
  transition: all 0.5s;
  background-color: var(--theme-default3);
  border-radius: 30px;
}
.property-section .property-box:hover .property-image .property-slider .slick-next::before {
  content: "\f054";
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  opacity: 1;
  line-height: 0.6;
  font-size: 12px;
}
.property-section .property-box .property-image {
  position: relative;
}
.property-section .property-box .property-image .bg-size {
  display: block;
}
.property-section .property-box .property-image .property-slider {
  margin-bottom: 0;
}
.property-section .property-box .property-image .property-slider.color-6 .slick-dots li.slick-active button::before {
  color: var(--theme-default8);
}
.property-section .property-box .property-image .property-slider.color-1 .slick-dots li.slick-active button::before {
  color: var(--theme-default);
}
.property-section .property-box .property-image .property-slider.color-3 .slick-dots li.slick-active button::before {
  color: var(--theme-default5);
}
.property-section .property-box .property-image .property-slider.color-7 .slick-dots li.slick-active button::before {
  color: var(--theme-default10);
}
.property-section .property-box .property-image .property-slider .slick-dots {
  bottom: 10px;
}
.property-section .property-box .property-image .property-slider .slick-dots li button:before {
  font-size: 12px;
  color: #ffffff;
  border: 1px solid;
  border-radius: 100%;
}
.property-section .property-box .property-image .property-slider .slick-dots li.slick-active button::before {
  color: var(--theme-default3);
}
.property-section .property-box .property-image .labels-left {
  position: absolute;
  left: -6px;
  top: 20px;
}
.property-section .property-box .property-image .labels-left .label {
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  font-family: Roboto, sans-serif;
}
.property-section .property-box .property-image .labels-left > span {
  margin-top: 6px;
}
.property-section .property-box .property-image .seen-data {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 1px 8px 2px;
  border-radius: 5px;
  background-color: #1c2d3a;
}
.property-section .property-box .property-image .seen-data svg {
  width: 14px;
  height: 14px;
  vertical-align: -2px;
  margin-right: 8px;
  color: #ffffff;
}
.property-section .property-box .property-image .seen-data span {
  font-size: 12px;
  color: #ffffff;
}
.property-section .property-box .property-image .overlay-property-box {
  position: absolute;
  bottom: 12px;
  right: 12px;
  margin: 0 auto;
  display: block;
  transition: 0.8s;
}
.property-section .property-box .property-image .overlay-property-box .like.added svg {
  fill: var(--theme-default3);
}
.property-section .property-box .property-image .overlay-property-box .effect-round svg {
  width: 17px;
  stroke: #1c2d3a;
}
.property-section .property-box .property-image .overlay-property-box .effect-round1 svg {
  width: 17px;
  stroke: var(--theme-default8);
}
.property-section .property-box .property-image .overlay-property-box .effect-round,
.property-section .property-box .property-image .overlay-property-box .effect-round1 {
  width: 35px;
  height: 35px;
  background: #ffffff;
  border-radius: 5px;
  position: relative;
}
.property-section .property-box .property-image .overlay-property-box .effect-round + .effect-round,
.property-section .property-box .property-image .overlay-property-box .effect-round + .effect-round1,
.property-section .property-box .property-image .overlay-property-box .effect-round1 + .effect-round,
.property-section .property-box .property-image .overlay-property-box .effect-round1 + .effect-round1 {
  margin-top: 8px;
}
.property-section .property-box .property-image .overlay-property-box .effect-round i,
.property-section .property-box .property-image .overlay-property-box .effect-round1 i {
  font-size: 18px;
  margin-top: 2px;
  background: var(--theme-gradient3);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.property-section .property-box .property-image .overlay-plus {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.5);
}
.property-section .property-box .property-image .overlay-plus span {
  font-size: 70px;
  color: #ffffff;
}
.property-section .property-box .property-image .overlay-plus .seen-data {
  position: absolute;
  right: 20px;
  top: 20px;
  padding: 1px 8px 2px;
  border-radius: 5px;
  background-color: #1c2d3a;
}
.property-section .property-box .property-image .overlay-plus .seen-data svg,
.property-section .property-box .property-image .overlay-plus .seen-data span {
  color: #ffffff;
}
.property-section .property-box .property-image .overlay-plus .seen-data svg {
  width: 14px;
  height: 14px;
  vertical-align: -2px;
  margin-right: 8px;
}
.property-section .property-box .property-image .overlay-plus .seen-data span {
  font-size: 12px;
}
.property-section .property-box .property-image .overlay-plus .like-bottom {
  position: absolute;
  bottom: 20px;
  right: 20px;
  padding: 5px 6px 4px;
  display: flex;
  border-radius: 5px;
  background-color: #1c2d3a;
}
.property-section .property-box .property-image .overlay-plus .like-bottom svg {
  width: 15px;
  height: 15px;
  stroke-width: 3px;
  color: #ffffff;
}
.property-section .property-box .property-image .grid-slider .slick-arrow,
.property-section .property-box .property-image .slider-for .slick-arrow {
  opacity: 0;
}
.property-section .property-box .property-details h6,
.property-section .property-box .property-details .h6 {
  font-weight: 600;
  font-size: 17px;
  color: var(--theme-default3);
}
.property-section .property-box .property-details h6.color-1,
.property-section .property-box .property-details .color-1.h6 {
  color: var(--theme-default);
}
.property-section .property-box .property-details h6.color-6,
.property-section .property-box .property-details .color-6.h6 {
  color: var(--theme-default8);
}
.property-section .property-box .property-details .icon-property {
  display: flex;
}
.property-section .property-box .property-details .icon-property li {
  width: 100%;
  position: relative;
}
.property-section .property-box .property-details .icon-property li + li {
  border-left: none;
}
.property-section .property-box .property-details .icon-property li + li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 20px;
  background-color: rgba(59, 66, 73, 0.2);
  top: 10px;
  left: -10px;
}
.property-section .property-box .property-details .icon-property li .d-flex {
  align-items: center;
}
.property-section .property-box .property-details .icon-property li .d-flex .property-icon {
  width: 35px;
  height: 35px;
  min-width: 35px;
  border-radius: 100%;
  margin-right: 15px;
  position: relative;
}
.property-section .property-box .property-details .icon-property li .d-flex .property-icon::after {
  border-radius: 100%;
  opacity: 0.1;
}
.property-section .property-box .property-details .icon-property li .d-flex .property-icon.color-3::after {
  background-color: var(--theme-default5);
}
.property-section .property-box .property-details .icon-property li .d-flex .property-icon.color-3 .property-svg {
  fill: var(--theme-default5);
}
.property-section .property-box .property-details .icon-property li .d-flex .property-icon.color-4::after {
  background-color: var(--theme-default6);
}
.property-section .property-box .property-details .icon-property li .d-flex .property-icon.color-4 .property-svg {
  fill: var(--theme-default6);
}
.property-section .property-box .property-details .icon-property li .d-flex .property-icon.color-7::after {
  background-color: var(--theme-default10);
}
.property-section .property-box .property-details .icon-property li .d-flex .property-icon.color-7 .property-svg {
  fill: var(--theme-default10);
}
.property-section .property-box .property-details .icon-property + .icon-property {
  margin-top: 20px;
}
.property-section .property-box .property-details > ul > li > img {
  height: 16px;
  display: inline-block;
  margin-right: 7px;
}
.property-section .property-box:hover .property-image .overlay-plus {
  opacity: 1;
  transition: 0.8s;
}
.property-section .property-box:hover .property-image .grid-slider .slick-arrow,
.property-section .property-box:hover .property-image .slider-for .slick-arrow {
  opacity: 1;
}
.property-section .property-box:hover .property-image .grid-slider .slick-prev,
.property-section .property-box:hover .property-image .slider-for .slick-prev {
  left: 15px;
  transition: 0.5s;
}
.property-section .property-box:hover .property-image .grid-slider .slick-next,
.property-section .property-box:hover .property-image .slider-for .slick-next {
  right: 15px;
  transition: 0.5s;
}
.property-section .property-box:hover .property-details > a h3,
.property-section .property-box:hover .property-details > a .h3 {
  color: var(--theme-default2);
  transition: 0.8s;
}
.property-section .property-box.liked-img .property-image .overlay-plus .like-bottom svg {
  color: #FA0004;
}
.property-section .property-box.liked-img .property-image .overlay-plus .like-bottom svg path {
  fill: #FA0004;
}
.property-section.property-color-6 .property-box .property-image .overlay-property-box .effect-round i,
.property-section.property-color-6 .property-box .property-image .overlay-property-box .effect-round1 i {
  background: var(--theme-gradient12);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.property-section.property-color-6 .property-box:hover .property-details > a h3,
.property-section.property-color-6 .property-box:hover .property-details > a .h3 {
  color: var(--theme-default9);
}
.property-section .nav-tabs {
  display: flex;
  justify-content: center;
  border-bottom: none;
  margin-bottom: 30px;
}
.property-section .nav-tabs .nav-item {
  margin-bottom: 15px;
}
.property-section .nav-tabs .nav-item .nav-link {
  border-radius: 5px;
  filter: drop-shadow(3.346px 3.716px 25px rgba(0, 0, 0, 0.06));
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  font-weight: 600;
}
.property-section .nav-tabs .nav-item.show .nav-link {
  background-color: #ffffff;
  color: var(--theme-default3);
  border-color: transparent;
}
.property-section .nav-tabs .nav-item + .nav-item {
  margin-left: 30px;
}
.property-section .nav-tabs .nav-link {
  position: relative;
}
.property-section .nav-tabs .nav-link::before {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ffffff;
  content: "";
  bottom: -7px;
  opacity: 0;
  transition: 0.5s;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.property-section .nav-tabs .nav-link.active,
.property-section .nav-tabs .nav-link:hover,
.property-section .nav-tabs .nav-link:focus {
  background-color: #ffffff;
  color: var(--theme-default3);
  border-color: transparent;
}
.property-section .nav-tabs .nav-link.active::before,
.property-section .nav-tabs .nav-link:hover::before,
.property-section .nav-tabs .nav-link:focus::before {
  opacity: 1;
  transition: 0.5s;
}
.property-section .pagination-tab .nav-item {
  margin-bottom: 0;
}
.property-section .tab-content .tab-pane .property-2 > div .property-box {
  animation: zoomIn 0.8s;
}
.property-section.bg-comman-2::before {
  height: 450px;
}
.property-section .property-1 .property-details,
.property-section .property-2 .property-details {
  padding: 15px;
}
.property-section .property-1 .property-details > span,
.property-section .property-2 .property-details > span {
  display: block;
  margin-top: -3px;
}
.property-section .property-1 .slick-list .slick-track .slick-slide,
.property-section .property-2 .slick-list .slick-track .slick-slide {
  margin-bottom: -6px;
}
.property-section .property-2 .property-box {
  box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
}
.property-section .property-2 .property-box .property-details > a {
  display: block;
  transition: 0.8s;
  color: transparent;
  background:
    linear-gradient(
      to right,
      #1c2d3a 0%,
      #1c2d3a 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.property-section .property-2 .property-box .property-details > span {
  display: block;
  margin-top: -3px;
  margin-bottom: 5px;
}
.property-section .property-2 .property-box:hover .property-details > a {
  background: var(--theme-gradient6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.8s;
}
.property-section .property-2 .property-box .property-image .labels-left,
.property-section .property-3 .property-box .property-image .labels-left {
  left: 20px;
}
.property-section .property-box-flat .property-box {
  border-radius: 0;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.08);
}
.property-section .property-box-flat .property-box .property-image .label-white {
  position: absolute;
  right: 20px;
  top: 20px;
  transition: 0.5s;
}
.property-section .property-box-flat .property-box .property-image .overlay-plus {
  background-color: rgba(0, 0, 0, 0.15);
  z-index: 1;
}
.property-section .property-box-flat .property-box .property-image .overlay-plus .seen-data {
  top: unset;
  bottom: 20px;
  right: 56px;
  border-radius: 0;
}
.property-section .property-box-flat .property-box .property-image .overlay-plus .like-bottom {
  border-radius: 0;
}
.property-section .property-box-flat .property-box .property-details h3,
.property-section .property-box-flat .property-box .property-details .h3 {
  margin-top: -2px;
}
.property-section .property-box-flat .property-box .property-details h3 a,
.property-section .property-box-flat .property-box .property-details .h3 a {
  color: #1c2d3a;
}
.property-section .property-box-flat .property-box .property-details p {
  color: rgba(88, 97, 103, 0.7);
}
.property-section .property-box-flat .property-box:hover .property-image .label-white {
  z-index: 2;
  background-color: var(--theme-default5);
  color: #ffffff;
  transition: 0.5s;
}
.property-section .property-box-flat .property-box:hover .property-image .label-white::after {
  box-shadow: 0px 5px 12.5px var(--theme-default5);
  opacity: 0.35;
}
.property-section .property-box-flat .property-box:hover .property-image .label-white.color-7 {
  background-color: var(--theme-default10);
}
.property-section .property-box-flat .property-box:hover .property-image .label-white.color-7::after {
  box-shadow: 0px 5px 12.5px var(--theme-default10);
}
.property-section .property-3 .slick-list {
  margin: -30px -12px;
}
.property-section .property-3 .slick-list .slick-track .slick-slide > div {
  margin: 30px 20px;
}
.property-section .property-3 .slick-list .slick-track .slick-slide.slick-current.slick-active.slick-center .property-box .property-image .label-white {
  z-index: 2;
  background-color: var(--theme-default5);
  color: #ffffff;
  transition: 0.5s;
}
.property-section .property-3 .slick-list .slick-track .slick-slide.slick-current.slick-active.slick-center .property-box .property-image .label-white::after {
  box-shadow: 0px 3px 6px var(--theme-default5);
  opacity: 0.35;
}
.property-section .property-3 .slick-list .slick-track .slick-slide.slick-current.slick-active.slick-center .property-box .property-image .label-white.color-7 {
  background-color: var(--theme-default10);
}
.property-section .property-3 .slick-list .slick-track .slick-slide.slick-current.slick-active.slick-center .property-box .property-image .label-white.color-7::after {
  box-shadow: 0px 5px 12.5px var(--theme-default10);
}
.property-section .property-3 .slick-list .slick-track .slick-slide.slick-current.slick-active.slick-center .property-box .property-image .overlay-property-box,
.property-section .property-3 .slick-list .slick-track .slick-slide.slick-current.slick-active.slick-center .property-box .property-image .overlay-plus {
  opacity: 1;
  transition: 0.8s;
}
.property-section .property-3 .property-box:hover .property-image .overlay-property-box,
.property-section .property-3 .property-box:hover .property-image .overlay-plus {
  opacity: 0;
}
.property-section .property-3 .property-box:hover .property-image .label-white {
  background-color: #ffffff;
  color: var(--theme-default5);
}
.property-section .property-3 .property-box:hover .property-image .label-white::after {
  box-shadow: unset;
}
.property-section .property-3 .property-box:hover .property-image .label-white.color-7 {
  background-color: #ffffff;
  color: var(--theme-default10);
}
.property-section .property-3 .property-box:hover .property-image .label-white.color-7::after {
  box-shadow: unset;
}
.property-section .property-4 .slick-list .slick-track .slick-slide {
  margin-bottom: -6px;
}
.property-section .list-property .property-box {
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.09);
}
.property-section .list-property .property-box .text-center {
  margin-top: -20px;
  position: relative;
}
.property-section .list-property .property-box .text-center .label-gradient {
  transition: 0.5s;
}
.property-section .list-property .property-box .property-image .overlay-property {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  transform: scale(0.8);
  opacity: 0;
  transition: 0.5s ease;
}
.property-section .list-property .property-box .property-image .overlay-property .overlay-box {
  transition: 0.4s;
  background-color: #ffffff;
  border-radius: 5px;
  height: calc(100% - 92px);
  width: 85%;
  position: absolute;
  top: 14%;
  left: 8%;
  padding: 40px;
}
.property-section .list-property .property-box .property-image .overlay-property .overlay-box h4,
.property-section .list-property .property-box .property-image .overlay-property .overlay-box .h4 {
  line-height: 1.2;
  color: #586167;
  font-weight: 700;
  margin-bottom: 12px;
}
.property-section .list-property .property-box .property-image .overlay-property .overlay-box p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.3;
  color: rgba(88, 97, 103, 0.7);
}
.property-section .list-property .property-box .property-image .overlay-property .overlay-box a {
  background-image: var(--theme-gradient9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  font-weight: 600;
  display: initial;
}
.property-section .list-property .property-box .property-image .overlay-property .overlay-box a::after {
  position: absolute;
  content: "";
  right: -45px;
  top: 10px;
  width: 35px;
  height: 2px;
  border-radius: 1px;
  background-color: var(--theme-default7);
}
.property-section .list-property .property-box .property-image .overlay-property::after {
  background-color: #303030;
  opacity: 0.4;
  z-index: -1;
}
.property-section .list-property .property-box:hover .text-center .label-gradient {
  transition: 0.5s;
  position: relative;
}
.property-section .list-property .property-box:hover .text-center .label-gradient::after {
  transition: 0.5s;
  box-shadow: -5.15px 8.572px 25px var(--theme-default6);
  opacity: 0.3;
}
.property-section .list-property .property-box:hover .property-image .overlay-property {
  opacity: 1;
  transform: scale(1);
  transition: 0.5s;
}
.property-section .listing-hover-property {
  margin-bottom: -30px;
}
.property-section .listing-hover-property .property-box {
  position: relative;
}
.property-section .listing-hover-property .property-box .property-image .labels-left {
  top: 15px;
}
.property-section .listing-hover-property .property-box .bottom-property {
  position: absolute;
  left: 0;
  bottom: -70px;
  color: #ffffff;
  transition: 0.9s;
  width: 100%;
  z-index: 1;
}
.property-section .listing-hover-property .property-box .bottom-property div.d-flex {
  align-items: center;
  justify-content: space-between;
}
.property-section .listing-hover-property .property-box .bottom-property > div {
  padding: 15px;
  transition: height 0.9s;
}
.property-section .listing-hover-property .property-box .bottom-property h5,
.property-section .listing-hover-property .property-box .bottom-property .h5 {
  font-weight: 600;
}
.property-section .listing-hover-property .property-box .bottom-property h5 a,
.property-section .listing-hover-property .property-box .bottom-property .h5 a {
  color: #ffffff;
}
.property-section .listing-hover-property .property-box .bottom-property h6,
.property-section .listing-hover-property .property-box .bottom-property .h6 {
  margin-bottom: 0;
}
.property-section .listing-hover-property .property-box .bottom-property .overlay-option {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 0;
}
.property-section .listing-hover-property .property-box .bottom-property .overlay-option ul {
  display: flex;
  flex-wrap: wrap;
}
.property-section .listing-hover-property .property-box .bottom-property .overlay-option ul li {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 20px;
  transition: 0.9s;
}
.property-section .listing-hover-property .property-box .bottom-property .overlay-option ul li:nth-child(1) {
  background-color: #636363;
}
.property-section .listing-hover-property .property-box .bottom-property .overlay-option ul li:nth-child(2) {
  background-color: #565656;
}
.property-section .listing-hover-property .property-box .bottom-property .overlay-option ul li:nth-child(3) {
  background-color: #494949;
}
.property-section .listing-hover-property .property-box .bottom-property .overlay-option ul li:nth-child(4) {
  background-color: #3d3d3d;
}
.property-section .listing-hover-property .property-box .bottom-property .overlay-option ul li .media {
  align-items: center;
}
.property-section .listing-hover-property .property-box .bottom-property .overlay-option ul li .media img {
  width: 30px;
  filter: brightness(0.8) invert(0.8);
}
.property-section .listing-hover-property .property-box .bottom-property .overlay-option ul li .media .media-body {
  margin-left: 10px;
}
.property-section .listing-hover-property .property-box .bottom-property .overlay-option ul li span {
  font-size: 13px;
}
.property-section .listing-hover-property .property-box .bottom-property .overlay-option ul li h6,
.property-section .listing-hover-property .property-box .bottom-property .overlay-option ul li .h6 {
  font-weight: 500;
}
.property-section .listing-hover-property .property-box::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  transition: 0.9s;
  left: 0;
  bottom: 0;
  background-image:
    linear-gradient(
      to bottom,
      transparent 60%,
      rgba(0, 0, 0, 0.8) 100%);
}
.property-section .listing-hover-property .property-box:hover .bottom-property {
  bottom: 0;
  transition: 0.9s;
}
.property-section .listing-hover-property .property-box:hover .bottom-property > div {
  transition: 0.9s;
}
.property-section .listing-hover-property .property-box:hover .bottom-property .overlay-option ul li {
  opacity: 1;
  transition: 0.9s;
}
.property-section .listing-hover-property .property-box:hover::after {
  background-image:
    linear-gradient(
      to bottom,
      transparent 45%,
      rgba(0, 0, 0, 0.9) 100%);
  transition: 0.9s;
}
.property-section .listing-hover-property > div {
  margin-bottom: 30px;
}
.property-section .property-label .property-box .property-image .labels-left .label {
  font-size: 12px;
}
.property-section .tab-content .tab-pane .list-property > div .property-box {
  animation: zoomIn 0.8s;
}
.property-grid .property-box .agent-image {
  border-bottom: 1px solid #eee;
}
.property-grid.list-view .property-box {
  display: flex;
}
.property-grid.list-view .property-box .property-image {
  width: 50%;
  height: 100%;
  margin-bottom: -6px;
}
.property-grid.list-view .property-box .property-image .bg-size {
  height: 100%;
  padding: 31%;
}
.property-grid.list-view .property-box .agent-image {
  border-right: 1px solid #eee;
}
.property-grid-3 {
  position: relative;
}
.property-grid-3 .filter-bottom-content {
  top: 45px;
}
.property-grid-3 .property-grid.list-view .property-box .agent-image {
  width: 100%;
}
.property-grid-3 .property-grid.list-view .property-box .agent-image > div {
  height: 100%;
}
.property-grid-3 .property-grid.list-view .property-box .agent-image:hover .overlay-content {
  left: 53%;
}
.property-grid-3 .filter-panel .top-panel h2,
.property-grid-3 .filter-panel .top-panel .h2 {
  margin-top: -2px;
}
.property-grid-slider .property-2 .property-box .overlay-plus {
  background: unset;
  opacity: 1;
}
.property-grid-slider .property-grid.list-view .property-box {
  align-items: center;
}
.property-grid-slider .property-grid.list-view .property-box .property-image {
  width: 45%;
}
.property-grid-slider .property-grid.list-view .bg-size {
  height: 39vh;
}
.property-grid-slider .property-grid.list-view .thumbnail-nav .bg-size {
  height: auto;
}
.property-grid-slider .property-grid .slider-for .slick-slide img {
  min-height: 300px;
  object-fit: cover;
}
.property-grid-slider .property-grid .slider-nav {
  margin: 6px 0px -5px -4px;
}
.property-grid-slider .property-grid .slider-nav .slick-slide {
  margin: 0 3px;
}
.property-grid-slider .property-grid .slider-nav .slick-slide img {
  min-height: 72px;
  cursor: pointer;
  object-fit: cover;
}
.property-map .filter-panel {
  margin-bottom: 0;
}
.property-map .property-grid {
  padding-top: 40px;
}
.property-map .theme-pagination {
  margin-bottom: 40px;
}
.property-map .filter-bottom-content {
  z-index: 2;
  width: 90%;
  right: 0;
  top: 45px;
  margin: 0 auto;
}
.property-list-view .property-grid.list-view .property-box .property-image {
  width: 100%;
}
.mfp-title {
  display: none;
}
.property-main {
  overflow: unset;
}
.single-property-section {
  position: absolute;
  bottom: -76px;
  width: 100%;
}
.single-property-section .btn {
  padding: 4px 10px;
  font-size: 12px;
}
.single-property-section .btn.btn-dashed {
  padding: 5px 10px;
}
.single-property-section .feature-label {
  margin-top: 15px;
}
.single-property-section .feature-label .btn {
  cursor: unset;
}
.single-property-section .left-single .d-flex {
  align-items: center;
}
.single-property-section .left-single h2,
.single-property-section .left-single .h2 {
  margin-top: -3px;
}
.single-property-section .left-single p {
  margin-bottom: 15px;
}
.single-property-section .left-single ul {
  display: flex;
  margin: -5px -10px 15px;
}
.single-property-section .left-single ul li {
  margin: 5px 10px;
  transition: all 0.3s ease;
}
.single-property-section .left-single ul li:hover {
  color: #004EB2;
  transform: scale(1.02);
  transition: all 0.3s ease;
}
.single-property-section .left-single ul li > div {
  display: flex;
  align-items: center;
  font-weight: 500;
}
.single-property-section .left-single ul li > div img {
  width: 16px;
  margin-right: 10px;
}
.single-property-section .left-single ul li > div .ruler-tool {
  width: 14px;
  height: 20px;
}
.single-property-section .left-single .share-buttons a svg {
  width: 14px;
  height: 14px;
  vertical-align: -3px;
}
.single-property-section .left-single .share-buttons > div {
  position: relative;
}
.single-property-section .left-single .share-buttons > div .share-hover {
  position: absolute;
  bottom: -50px;
  left: 0;
  background: #ffffff;
  box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.single-property-section .left-single .share-buttons > div .share-hover ul {
  margin: 0;
}
.single-property-section .left-single .share-buttons > div .share-hover ul li {
  margin: 0;
  padding: 10px;
}
.single-property-section .left-single .share-buttons > div .share-hover ul li + li {
  border-left: 1px solid #eee;
}
.single-property-section .left-single .share-buttons > div:hover .share-hover {
  bottom: -45px;
  opacity: 1;
  visibility: visible;
  transition: 0.5s;
}
.single-property-section .single-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
  background-color: #ffffff;
  box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
}
.single-property-section .single-title .right-single {
  text-align: right;
}
.single-property-section .single-title .right-single .price {
  color: var(--theme-default4);
  margin-bottom: 0;
}
.single-property-section .single-title .right-single .price span {
  color: #878787;
  font-size: 16px;
  font-weight: 500;
}
.icon-facebook {
  color: #3b5998;
}
.icon-twitter {
  color: #55acee;
}
.icon-instagram {
  color: #dd4b39;
}
.rating i {
  color: #ffcc33;
}
.single-gallery {
  position: relative;
}
.title-3.inner-title h2,
.title-3.inner-title .h2 {
  color: #1c2d3a;
}
.single-property {
  margin-top: 30px;
}
.single-property.mt-0.pt-0 {
  padding-bottom: 60px;
}
.single-property .description-section .menu-top {
  background-color: #ffffff;
  border-bottom: 1px solid #d2d2d2;
  padding: 15px 0;
}
.single-property .description-section .menu-top li a {
  padding: 15px 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1c2d3a;
  cursor: pointer;
}
.single-property .description-section .menu-top li.active a {
  color: var(--theme-default4);
  border-bottom: 2px solid var(--theme-default4);
  transition: all 0.5s ease;
}
.single-property .description-section .menu-top.sticky {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 1px 3px 20px 0px rgba(0, 0, 0, 0.1);
  margin-top: 0;
  padding: 16px 0;
  animation: smoothScroll 1s forwards;
}
.single-property .description-section .single-feature {
  margin-bottom: -4px;
}
.single-property .description-section .single-feature ul li {
  display: block;
  line-height: 1.9;
}
.single-property .description-section .single-feature ul li i {
  color: var(--theme-default4);
  margin-right: 6px;
  vertical-align: 2px;
  font-size: 12px;
}
.single-property .description-section .attach-file {
  color: #444444;
  font-weight: 500;
}
.single-property .description-section .attach-file i {
  font-size: 25px;
  margin-right: 15px;
  vertical-align: -3px;
}
.single-property .description-section .attach-file:hover {
  color: var(--theme-default4);
}
.single-property .description-section .about p:last-child {
  margin-bottom: -3px;
}
.single-property .description-section.tab-description .menu-top {
  border-bottom: none;
  padding: 0;
}
.single-property .description-section .gallery-for {
  position: relative;
}
.single-property .page-section {
  padding: 30px;
}
.single-property .page-section iframe {
  width: 100%;
  height: 420px;
  margin-bottom: -5px;
}
.single-property .page-section hr {
  margin: 30px 0;
}
.single-property #details h4,
.single-property #details .h4,
.single-property .about h4,
.single-property .about .h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-property #details h4 a,
.single-property #details .h4 a,
.single-property .about h4 a,
.single-property .about .h4 a {
  font-size: 14px;
  color: var(--theme-default4);
}
.play-bg-image {
  position: relative;
}
.play-bg-image .icon-video {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.play-bg-image .icon-video a {
  position: relative;
}
.play-bg-image .icon-video a:after {
  position: absolute;
  content: "";
  top: -51px;
  left: -50px;
  width: 150px;
  height: 150px;
  z-index: -1;
  background: rgba(0, 78, 178, 0.8);
  border-radius: 100%;
  animation: heartbit 2s ease-out;
  animation-iteration-count: infinite;
}
.gallery-nav {
  margin: 10px 0 0 -5px;
}
.gallery-nav .slick-slide {
  margin: 0 5px;
  opacity: 0.5;
}
.gallery-nav .slick-slide img {
  min-height: 90px;
  object-fit: cover;
}
.gallery-nav .slick-slide.slick-current {
  opacity: 1;
}
.property-list-details li {
  display: block;
  line-height: 2;
  font-weight: 500;
  color: rgba(88, 97, 103, 0.85);
}
.property-list-details li span {
  font-weight: 600;
  min-width: 140px;
  display: inline-block;
  color: #586167;
}
.modal-form {
  position: absolute;
  top: 30px;
  transform: translateX(50%);
  right: 15%;
  background: #ffffff;
  border-radius: 0;
  z-index: 1;
}
.modal-form .filter-cards .advance-card .category-property form input {
  padding: 8px 10px 6px;
}
.review .review-box {
  margin-bottom: -6px;
}
.review .review-box .media > img {
  border-radius: 30% 70% 70% 30%/30% 30% 70% 70%;
}
.review .review-box .media .media-body {
  margin-left: 28px;
}
.review .review-box .media .media-body h6,
.review .review-box .media .media-body .h6 {
  font-weight: 500;
  margin-bottom: 5px;
}
.review .review-box .media .media-body p.mb-0 {
  width: 65%;
}
.review .review-box .media .rating {
  padding: 0 30px;
}
.review .review-box.review-child {
  margin-left: 50px;
}
.review .review-box + .review-box {
  margin-top: 30px;
}
.review-form .form-control {
  padding: 7px 15px;
  color: #878787;
}
.sticky-cls {
  position: sticky;
  z-index: 1;
  top: 75px;
}
.home-view {
  height: 70vh;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.home-view .home-content {
  height: 70vh;
}
.home-view .a-canvas {
  height: 70vh !important;
}
.home-view .view-icon {
  position: absolute;
  bottom: 20px;
  left: 20px;
  filter: invert(1);
}
.line-tab.nav-tabs .nav-link {
  border: none;
  border-bottom: 2px solid transparent;
  padding: 15px 20px;
  text-transform: uppercase;
  font-weight: 600;
  color: #1c2d3a;
}
.line-tab.nav-tabs .nav-link.active {
  border-bottom: 2px solid var(--theme-default4);
  color: var(--theme-default4);
}
.line-tab.nav-tabs .nav-item.show .nav-link {
  border-bottom: 2px solid var(--theme-default4);
}
.without-top .single-property-section {
  position: relative;
  bottom: unset;
}
.single-property-images {
  height: 600px;
  overflow: unset;
}
.single-property-images .slick-prev {
  left: 30px;
}
.single-property-images .slick-next {
  right: 30px;
}
.single-property-images.ratio_40 .bg-size:before {
  padding-top: 31%;
}
.image_section {
  margin-bottom: 30px;
}
.image_section .row > div + div {
  margin-top: 15px;
}
.image_section.row .bg-size {
  height: 100%;
}
.property-grid-2 {
  position: relative;
}
.property-grid-2 .filter-panel .top-panel h2,
.property-grid-2 .filter-panel .top-panel .h2 {
  margin-top: -2px;
}
@media print {
  .nav-tabs {
    display: inline;
  }
  * {
    -webkit-print-color-adjust: exact;
  }
}
.theme-pagination {
  margin-top: 30px;
  text-align: right;
}
.theme-pagination .pagination {
  display: inline-block;
}
.theme-pagination .pagination .page-item .page-link {
  color: var(--theme-default3);
  border-radius: 4px;
  font-weight: 500;
  padding: 6px 13px;
}
.theme-pagination .pagination .page-item .page-link:focus {
  box-shadow: none;
}
.theme-pagination .pagination .page-item .page-link:hover,
.theme-pagination .pagination .page-item .page-link:focus {
  background-color: var(--theme-default3);
  border-color: var(--theme-default3);
  color: #ffffff;
}
.theme-pagination .pagination .page-item.active .page-link {
  background-color: var(--theme-default3) !important;
  border-color: var(--theme-default3);
  color: #ffffff;
  z-index: 1;
}
.theme-pagination .pagination .page-item + .page-item {
  margin-left: 8px;
}
.theme-pagination .pagination .page-item.disabled .page-link {
  background-color: transparent;
}
.pagination-tab.nav-tabs {
  margin-bottom: 0;
}
.pagination-tab.nav-tabs .nav-item .nav-link {
  padding: 12px 20px;
  color: var(--theme-default7);
  border-radius: 5px;
  font-weight: 700;
  transition: 0.5s;
  position: relative;
}
.pagination-tab.nav-tabs .nav-item .nav-link::before {
  display: none;
}
.pagination-tab.nav-tabs .nav-item .nav-link::after {
  opacity: 0.1;
  background-color: var(--theme-default7);
  transition: 0.5s;
  border-radius: 5px;
  z-index: -1;
}
.pagination-tab.nav-tabs .nav-item .nav-link:hover,
.pagination-tab.nav-tabs .nav-item .nav-link:focus {
  background-color: transparent;
}
.pagination-tab.nav-tabs .nav-item .nav-link:hover::after,
.pagination-tab.nav-tabs .nav-item .nav-link:focus::after {
  background-color: var(--theme-default7);
}
.pagination-tab.nav-tabs .nav-item .nav-link.active {
  color: #ffffff;
}
.pagination-tab.nav-tabs .nav-item .nav-link.active::after {
  opacity: 1;
}
.pagination-tab.nav-tabs .nav-item + .nav-item {
  margin-left: 20px;
}
.slick-dots li button:before {
  opacity: 1;
}
.portfolio-section.zoom-gallery .grid-item a {
  cursor: zoom-in;
}
.portfolio-section .grid-item .overlay {
  overflow: hidden;
}
.portfolio-section .grid-item .portfolio-image {
  transition: all 1s ease;
}
.portfolio-section .grid-item:hover .portfolio-image {
  transform: scale(1.2);
  transition: all 1s ease;
}
.portfolio-section .portfolio-image .bg-size {
  display: block;
}
.details-right {
  box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
  padding: 40px;
}
.details-right h3,
.details-right .h3 {
  margin-bottom: 15px;
}
.details-right p {
  line-height: 1.7;
}
.project-details {
  margin-top: 40px;
}
.project-details h3,
.project-details .h3 {
  margin-bottom: 20px;
}
.project-details .detail-container {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}
.project-details .detail-container:last-child {
  border: none;
  padding-bottom: 0;
}
.project-details .detail-container h6,
.project-details .detail-container .h6 {
  margin-bottom: 0;
}
.project-details .detail-container .portfolio-left {
  width: 25%;
}
.project-details .detail-container .portfolio-left h6,
.project-details .detail-container .portfolio-left .h6 {
  font-weight: 600;
}
.project-details .detail-container .portfolio-right {
  width: 75%;
}
.portfolio-details .portfolio-section {
  margin-top: 50px;
}
.portfolio-details .details-row {
  align-items: center;
}
.portfolio-grid .filter-panel {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 40px;
}
.portfolio-grid .filter-panel .top-panel {
  justify-content: center;
}
.portfolio-grid .property-text {
  margin-top: 15px;
}
.portfolio-grid .property-text h3,
.portfolio-grid .property-text .h3 {
  font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  margin-bottom: 10px;
}
.portfolio-grid .property-text h3 a,
.portfolio-grid .property-text .h3 a {
  color: #1c2d3a;
}
.portfolio-grid .property-text h6,
.portfolio-grid .property-text .h6 {
  color: #959595;
  font-size: 14px;
  margin-bottom: -3px;
  line-height: 1.7;
}
.portfolio-grid.creative-3 .row > div:nth-child(6) .overlay {
  margin-right: -1px;
}
.grid-box {
  border-radius: 10px;
  box-shadow: 3.346px 3.716px 25px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
.grid-box .property-text {
  padding: 30px;
  margin-top: 0;
}
.grid-box .property-text h3,
.grid-box .property-text .h3 {
  margin-top: -3px;
  margin-bottom: 2px;
}
.parallax-section .full_banner {
  height: 93vh;
  background-attachment: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: overlay;
  display: flex !important;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 20px;
}
.parallax-section .full_banner .center-content {
  text-align: right;
}
.parallax-section .full_banner .center-content h2,
.parallax-section .full_banner .center-content .h2,
.parallax-section .full_banner .center-content h6,
.parallax-section .full_banner .center-content .h6 {
  color: rgba(255, 255, 255, 0.8);
}
.parallax-section .full_banner .center-content h6,
.parallax-section .full_banner .center-content .h6 {
  padding: 10px 20px;
  background-color: #000000;
  border-radius: 4px;
}
@media (max-width: 360px) {
  .parallax-section .full_banner .center-content h6,
  .parallax-section .full_banner .center-content .h6 {
    padding: 10px 15px;
  }
}
.center-slides .img-center {
  height: 93vh;
}
.center-slides .img-center .center-content {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 93vh;
  text-align: center;
  position: relative;
  z-index: 1;
}
.center-slides .img-center .center-content h3,
.center-slides .img-center .center-content .h3,
.center-slides .img-center .center-content h6,
.center-slides .img-center .center-content .h6 {
  color: #ffffff;
}
.center-slides .img-center .center-content h3,
.center-slides .img-center .center-content .h3 {
  font-weight: 600;
}
.center-slides .img-center .center-content h6,
.center-slides .img-center .center-content .h6 {
  margin-bottom: 0;
}
.center-slides .slick-slide .img-center .center-content {
  opacity: 0;
  transition: all 0.5s ease;
}
.center-slides .slick-slide.slick-center .img-center .center-content {
  opacity: 1;
  transition: all 0.5s ease;
}
.center-slides .slick-slide.slick-center .img-center .center-content h3,
.center-slides .slick-slide.slick-center .img-center .center-content .h3 {
  animation: fadeInLeft 0.4s ease;
}
.center-slides .slick-slide.slick-center .img-center .center-content h6,
.center-slides .slick-slide.slick-center .img-center .center-content .h6 {
  animation: fadeInRight 0.4s ease;
  padding: 10px 20px;
  background-color: #000000;
  border-radius: 4px;
}
.portfolio-creative .content-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
}
.portfolio-creative .content-sec h3,
.portfolio-creative .content-sec .h3 {
  font-weight: 600;
  margin-top: -3px;
}
.portfolio-creative .content-sec h3 a,
.portfolio-creative .content-sec .h3 a {
  color: #1c2d3a;
}
.portfolio-creative .content-sec p {
  max-width: 80%;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.portfolio-creative .content-sec.center-con p {
  margin-left: auto;
  margin-right: auto;
}
.portfolio-creative.odd-even .row .content-sec {
  padding-left: 60px;
  text-align: left;
}
.portfolio-creative.odd-even .row:nth-child(even) .content-sec {
  padding-left: 0;
  padding-right: 60px;
  text-align: right;
}
.portfolio-creative.odd-even .row:nth-child(even) .content-sec p {
  margin-right: 0;
  margin-left: auto;
}
.arrow-define {
  position: absolute;
  top: -54px;
  font-weight: 500;
  font-size: 14px;
  right: -60px;
  cursor: auto;
}
.arrow-define::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  background-size: contain;
  left: -50px;
  bottom: -37px;
  background-repeat: no-repeat;
  animation: movebounce 4s linear infinite;
}
.map-section {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.map-section iframe,
.map-section .map {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.gm-style div[title] {
  opacity: 1 !important;
}
.gm-style div[title] img {
  display: block !important;
  height: 65px !important;
  width: auto !important;
}
.add-animation {
  animation: 1s linear infinite bounce-1;
}
.add-filter {
  filter: grayscale(1);
}
.infoBox > img {
  background: #ffffff;
}
.infoBox .marker-detail {
  background: #ffffff;
  overflow: hidden;
  position: relative;
}
.infoBox .marker-detail img {
  height: auto;
  width: 202px;
}
.infoBox .marker-detail .label {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 10px;
  padding: 4px 8px 3px;
}
.infoBox .marker-detail .detail-part {
  padding: 10px;
}
.infoBox .marker-detail .detail-part h6,
.infoBox .marker-detail .detail-part .h6 {
  font-weight: 600;
}
.infoBox .marker-detail .detail-part ul {
  margin-bottom: 15px;
}
.infoBox .marker-detail .detail-part ul li {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
}
.infoBox .marker-detail .detail-part ul li:first-child {
  padding-left: 0;
}
.infoBox .marker-detail .detail-part ul li:last-child {
  padding-right: 0;
}
.infoBox .marker-detail .detail-part span,
.infoBox .marker-detail .detail-part a {
  font-size: 14px;
  font-weight: 500;
}
.infoBox .marker-detail .detail-part a {
  float: right;
  color: var(--theme-default3);
  text-decoration: underline;
}
.leaflet-popup-tip-container {
  width: 20px;
  height: 20px;
  margin-left: -15px;
}
.leaflet-popup-content .infoBox .marker-detail .detail-part span,
.leaflet-popup-content .infoBox .marker-detail .detail-part a {
  font-family: Montserrat, sans-serif;
}
.leaflet-marker-icon.leaflet-interactive {
  width: 35px !important;
  height: 38px !important;
}
.leaflet-pane {
  z-index: 1;
}
.leaflet-top,
.leaflet-bottom {
  z-index: 1;
}
.leaflet-control {
  z-index: 8;
}
.leaflet-shadow-pane {
  display: none;
}
.leaflet-shadow-pane img {
  transform: none !important;
}
.H_ib_body {
  bottom: 48px;
}
.H_ib_tail {
  margin: -53px -10px;
}
.H_ib_content {
  line-height: 0.95;
}
.MicrosoftMap > div {
  z-index: 1 !important;
}
.MicrosoftMap .Infobox {
  border-radius: 0 !important;
  border: none !important;
}
.MicrosoftMap .Infobox.no-title .infobox-info {
  margin-right: 0 !important;
}
.MicrosoftMap .Infobox .infobox-body {
  width: auto !important;
  height: 100% !important;
  max-height: 100% !important;
  padding-bottom: 0 !important;
}
.MicrosoftMap .Infobox .infobox-info {
  padding: 0 !important;
  max-height: max-content !important;
  color: unset !important;
  font-family: Roboto, sans-serif !important;
}
.MicrosoftMap .infobox-close {
  z-index: 1;
}
.map-modal .modal-dialog {
  width: 100%;
  height: 90%;
  max-width: 97%;
}
.map-modal .modal-dialog .modal-content {
  border: 0 none;
  border-radius: 0;
}
.map-modal .modal-dialog .modal-content .btn-close {
  z-index: 2;
  font-weight: 500;
  background: var(--theme-default4);
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  opacity: 1;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.map-modal .modal-dialog .modal-content .btn-close span {
  font-size: 30px;
  color: #ffffff;
  line-height: 0.9;
}
.map-modal .modal-dialog .modal-content .modal-body {
  display: flex;
  align-items: center;
  padding: 12px;
  padding-left: 0;
}
.map-modal .modal-dialog .modal-content iframe,
.map-modal .modal-dialog .modal-content .map {
  width: 100%;
  height: 100%;
}
.onclick-map-wrap {
  margin-bottom: 30px;
}
.onclick-map {
  display: none;
}
.onclick-map iframe,
.onclick-map .map {
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
}
.slick-initialized .slick-slide {
  margin-bottom: -6px;
}
.slick-initialized .slick-slide:focus {
  outline: none;
}
.slick-initialized .slick-slide > div:focus {
  outline: none;
}
.slick-initialized .slick-slide > div > div:focus {
  outline: none;
}
.slick-initialized .slick-slide > div > div a:focus {
  outline: none;
}
.slick-initialized .slick-arrow {
  z-index: 1;
}
.slick-between .slick-slider .slick-list {
  margin: 0 -25px;
}
.slick-between .slick-slider .slick-list .slick-track .slick-slide > div {
  margin: 0 25px;
}
.slick-shadow .slick-list {
  margin-bottom: -30px !important;
}
.slick-shadow .slick-list .slick-track .slick-slide {
  margin-bottom: 0;
}
.slick-shadow .slick-list .slick-track .slick-slide > div {
  margin-bottom: 30px !important;
}
.feature-slider .slick-slide,
.grid-slider .slick-slide,
.slider-for .slick-slide,
.main-property-slider .slick-slide {
  margin-bottom: -5px;
}
.feature-slider .slick-arrow,
.grid-slider .slick-arrow,
.slider-for .slick-arrow,
.main-property-slider .slick-arrow {
  width: 35px;
  height: 35px;
  border-radius: 100%;
  transition: 0.5s;
}
.feature-slider .slick-arrow:before,
.grid-slider .slick-arrow:before,
.slider-for .slick-arrow:before,
.main-property-slider .slick-arrow:before {
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  font-size: 14px;
  opacity: 1;
}
.feature-slider .slick-arrow:hover,
.grid-slider .slick-arrow:hover,
.slider-for .slick-arrow:hover,
.main-property-slider .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}
.feature-slider .slick-prev:before,
.grid-slider .slick-prev:before,
.slider-for .slick-prev:before,
.main-property-slider .slick-prev:before {
  content: "\f060";
}
.feature-slider .slick-next:before,
.grid-slider .slick-next:before,
.slider-for .slick-next:before,
.main-property-slider .slick-next:before {
  content: "\f061";
}
.arrow-light .slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
.arrow-light .slick-prev:before,
.arrow-light .slick-next:before {
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  font-size: 14px;
  margin-left: 1px;
}
.arrow-light .slick-prev {
  left: -75px;
}
.arrow-light .slick-prev:before {
  content: "\f053";
}
.arrow-light .slick-next {
  right: -75px;
}
.arrow-light .slick-next:before {
  content: "\f054";
}
.dot-gradient {
  margin-bottom: 25px !important;
}
.dot-gradient .slick-dots {
  position: relative;
}
.dot-gradient .slick-dots li button {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  transition: 0.5s;
}
.dot-gradient .slick-dots li button::before {
  background-image: var(--theme-gradient7);
  width: 10px;
  height: 10px;
  opacity: 0.3;
  left: 5px;
  top: 5px;
  border-radius: 100%;
  color: transparent;
  transition: 0.5s;
}
.dot-gradient .slick-dots li.slick-active button {
  position: relative;
  transition: 0.5s;
}
.dot-gradient .slick-dots li.slick-active button::before {
  opacity: 1;
  transition: 0.5s;
}
.dot-gradient .slick-dots li.slick-active button::after {
  background-color: var(--theme-default3);
  opacity: 0.2;
  border-radius: 100%;
}
.modern-dot.slick-dotted {
  margin-bottom: 3px;
}
.modern-dot.property-3.slick-dotted {
  margin-bottom: 2px;
}
.modern-dot .slick-dots {
  position: relative;
  bottom: unset;
  margin-top: 50px;
}
.modern-dot .slick-dots li {
  width: auto;
  height: auto;
}
.modern-dot .slick-dots li button {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  opacity: 0.5;
  background-color: var(--theme-default5);
}
.modern-dot .slick-dots li button::before {
  display: none;
}
.modern-dot .slick-dots li.slick-active button {
  opacity: 1;
  transform: scale(1.5);
}
.modern-dot.color-7 .slick-dots li button {
  background-color: var(--theme-default10);
}
.modern-dot.color-7 .slick-dots li.slick-active button {
  background-color: var(--theme-default10) !important;
}
.arrow-image .slick-arrow {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  box-shadow: 0 0 75px rgba(0, 0, 0, 0.08);
}
.arrow-image .slick-arrow::before {
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  font-size: 18px;
  color: var(--theme-default5);
  position: relative;
  z-index: 1;
}
.arrow-image .slick-arrow::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  background: #ffffff;
  border-radius: 100%;
  top: 15px;
  left: 15px;
}
.arrow-image .slick-arrow .slick-thumb-nav::after {
  position: absolute;
  content: "";
  width: 70px;
  height: 70px;
  background: #ffffff;
  border-radius: 100%;
  top: 15px;
  left: 15px;
}
.arrow-image .slick-next::before {
  content: "\f061";
}
.arrow-image .slick-prev {
  display: flex;
  align-items: center;
  justify-content: center;
}
.arrow-image .slick-prev::before {
  content: "\f060";
}
.arrow-image.main-property-slider .slick-arrow {
  width: 40px;
  height: 40px;
  background: #ffffff;
}
.arrow-image.main-property-slider .slick-arrow::after {
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.3);
  top: -10px;
  left: -10px;
  animation: heartbit 2s ease-out;
  animation-iteration-count: infinite;
}
.arrow-image.main-property-slider .slick-arrow::before {
  color: var(--theme-default3);
  font-size: 16px;
}
.arrow-image.color-7 .slick-arrow::before {
  color: var(--theme-default10);
}
.logo-box {
  display: inline-block;
}
.logo-box a {
  display: inline-block;
  margin: 0 auto;
}
.logo-box img {
  margin: 0 auto;
}
.arrow-gradient {
  position: relative;
}
.arrow-gradient .slick-arrow {
  position: absolute;
  width: 38px;
  height: 38px;
  border-radius: 5px;
  transition: 0.5s;
}
.arrow-gradient .slick-arrow::before {
  font-size: 16px;
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  opacity: 1;
  color: var(--theme-default6);
  transition: 0.5s;
  display: block;
  margin-top: 1px;
}
.arrow-gradient .slick-arrow::after {
  background-color: var(--theme-default6);
  border-radius: 5px;
  opacity: 0.15;
  transition: 0.5s;
}
.arrow-gradient .slick-arrow:hover,
.arrow-gradient .slick-arrow:focus {
  background-image: var(--theme-gradient9);
  transition: 0.5s;
}
.arrow-gradient .slick-arrow:hover::before,
.arrow-gradient .slick-arrow:focus::before {
  color: #ffffff;
  transition: 0.5s;
}
.arrow-gradient .slick-arrow:hover::after,
.arrow-gradient .slick-arrow:focus::after {
  opacity: 0.3;
  box-shadow: -5.15px 8.572px 25px var(--theme-default7);
  transition: 0.5s;
  z-index: -1;
}
.arrow-gradient .slick-prev::before {
  content: "\f060";
}
.arrow-gradient .slick-next::before {
  content: "\f061";
}
.arrow-gradient.arrow-right .slick-arrow {
  top: -89px;
}
.arrow-gradient.arrow-right .slick-prev {
  right: 58px;
  left: unset;
}
.arrow-gradient.arrow-right .slick-prev::after {
  opacity: 0.2;
}
.arrow-gradient.arrow-right .slick-next {
  right: 0px;
}
.brand-slider {
  margin-bottom: -1px;
}
.brand-slider .slick-list .slick-track {
  display: flex;
  height: 100%;
  align-items: center;
}
.brand-slider .slick-list .slick-slide > div > div {
  text-align: center;
}
.brand-slider.slide-1 .owl-carousel .owl-item > div,
.brand-slider.slide-2 .owl-carousel .owl-item > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.brand-slider.slide-1 .owl-carousel .owl-item img,
.brand-slider.slide-2 .owl-carousel .owl-item img {
  width: auto;
  object-fit: none;
}
.testimonial-bg.testimonial-layout6 {
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: overlay;
}
.testimonial-bg.testimonial-layout9 {
  background-color: rgba(0, 0, 0, 0.7);
  background-blend-mode: overlay;
}
.testimonial-bg .title-1 h2,
.testimonial-bg .title-1 .h2 {
  margin-bottom: -2px;
}
.testimonial-bg .title-1 hr {
  width: 80px;
  margin: 20px auto 0;
  height: 2px;
  color: var(--theme-default);
  opacity: 1;
  transition: all 0.5s;
}
.testimonial-bg .title-1:hover hr {
  width: 150px;
}
.testimonial-bg .title-1.color-6 hr {
  color: var(--theme-default8);
}
.testimonial-1 .pepole-comment .client-msg {
  padding: 50px 40px 45px;
  border-radius: 10px;
  margin-bottom: 40px;
  background: #ffffff;
  box-shadow: 3.3px 3.7px 22.5px 0px rgba(0, 0, 0, 0.05);
  position: relative;
}
.testimonial-1 .pepole-comment .client-msg::before,
.testimonial-1 .pepole-comment .client-msg::after {
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  content: "";
  bottom: -14px;
  position: absolute;
  left: 26px;
}
.testimonial-1 .pepole-comment .client-msg::before {
  border-top: 14px solid #ffffff;
  z-index: 2;
}
.testimonial-1 .pepole-comment .client-msg::after {
  border-top: 14px solid rgba(0, 0, 0, 0.05);
  z-index: 1;
}
.testimonial-1 .pepole-comment .client-msg .quote {
  position: absolute;
  top: -20px;
  left: 40px;
}
.testimonial-1 .pepole-comment .client-msg .quote img {
  width: 90%;
}
.testimonial-1 .pepole-comment .client-msg p {
  margin-bottom: 0;
  line-height: 1.75;
  color: #3b4249;
  font-weight: 600;
}
.testimonial-1 .pepole-comment .media {
  align-items: center;
}
.testimonial-1 .pepole-comment .media img {
  border-radius: 100%;
  box-shadow: 4.015px 4.459px 6.5px rgba(0, 0, 0, 0.04);
  margin-right: 20px;
  height: 70px;
  width: auto;
}
.testimonial-1 .pepole-comment .media .media-body h3,
.testimonial-1 .pepole-comment .media .media-body .h3 {
  font-size: calc(18px + 4 * (100vw - 320px) / 1600);
  font-weight: 700;
  margin-bottom: 0;
}
.testimonial-1 .pepole-comment .media .media-body span {
  font-size: 12px;
  font-weight: 500;
}
.testimonial-1 .slick-list .slick-track .slick-slide {
  opacity: 0.5;
}
.testimonial-1 .slick-list .slick-track .slick-slide > div {
  margin-top: 20px !important;
}
.testimonial-1 .slick-list .slick-track .slick-slide.slick-center {
  opacity: 1;
}
.client-slider {
  text-align: center;
  padding: 40px 60px;
  border-radius: 10px;
  width: 65%;
  margin: 67px auto 0;
  position: relative;
}
.client-slider h6,
.client-slider .h6,
.client-slider p {
  color: #ffffff;
}
.client-slider h6,
.client-slider .h6 {
  letter-spacing: 16px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-size: calc(14px + 4 * (100vw - 320px) / 1600);
  font-weight: 500;
}
.client-slider .user-list {
  position: absolute;
  top: -68px;
  left: 0;
  right: 0;
}
.client-slider .user-list li {
  position: relative;
}
.client-slider .user-list li .heart-bg {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50% 50% 0 50%;
  background: #ffffff;
  transform: rotate(45deg);
  z-index: 2;
  bottom: -28px;
  left: 42px;
}
.client-slider .user-list li img {
  filter: drop-shadow(-4.33px 2.5px 22.5px rgba(0, 0, 0, 0.1));
  border-radius: 100%;
  display: inline-block;
}
.client-slider .user-list li:first-child {
  margin-right: -30px;
}
.client-slider .user-list li:first-child img,
.client-slider .user-list li:last-child img {
  width: 70px;
}
.client-slider .user-list li:nth-child(2) img {
  position: relative;
  z-index: 2;
  width: 130px;
}
.client-slider .user-list li:nth-child(2) img.heart-icon {
  position: absolute;
  bottom: -15px;
  left: 56px;
}
.client-slider .user-list li:nth-child(2) .heart-icon {
  width: auto;
}
.client-slider .user-list li:last-child {
  margin-left: -30px;
}
.client-slider .client-rating {
  padding-bottom: 15px;
}
.client-slider p {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  line-height: 2;
  margin-top: 75px;
}
.client-rating li i {
  color: #FAA500;
}
.our-client {
  align-items: center;
  box-shadow: 0 0 75px rgba(0, 0, 0, 0.08);
  position: relative;
  overflow: hidden;
}
.our-client .client-left img {
  box-shadow: 0px 10px 12.5px rgba(0, 128, 255, 0.07);
}
.our-client .client-right {
  height: 100%;
  padding: 40px 80px;
}
.our-client .client-right p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  line-height: 1.65;
  color: rgba(88, 97, 103, 0.7);
}
.our-client .client-right h3,
.our-client .client-right .h3 {
  font-weight: 700;
  color: #586167;
}
.our-client .client-right h6,
.our-client .client-right .h6 {
  color: #647589;
  font-weight: 600;
  margin-bottom: 0;
}
.our-client .client-right .client-rating {
  margin-bottom: 15px;
}
.our-client.row {
  margin: 0;
}
.our-client.row > div {
  padding: 0;
}
.our-client .quote-img {
  position: absolute;
  right: 80px;
  bottom: -20px;
  opacity: 0.5;
}
.testimonial-3 .slick-list {
  margin: -53px -68px;
}
.testimonial-3 .slick-list .slick-track .slick-slide > div {
  margin: 53px 68px;
}
.modern-client {
  display: flex;
  align-items: center;
}
.modern-client .img-left {
  position: relative;
}
.modern-client .img-left img {
  border-radius: 5px;
  filter: drop-shadow(0 0 35px rgba(0, 0, 0, 0.07));
}
.modern-client .comment-right {
  padding: 60px;
  border-radius: 5px;
  box-shadow: -2.575px 4.286px 25px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  width: 100%;
  margin-left: -60px;
}
.modern-client .comment-right.slick-initialized .slick-slide {
  margin-bottom: -2px;
}
.modern-client .comment-right .slick-arrow {
  color: #ffffff;
  padding: 0 20px;
  border-radius: 4px;
  height: 40px;
  background-size: 200% auto;
  transition: all 0.5s ease;
  text-align: left;
  background-image: var(--theme-gradient8);
  bottom: -40px;
  top: unset;
  left: 20px;
  position: absolute;
}
.modern-client .comment-right .slick-arrow::after {
  box-shadow: -5.15px 8.572px 25px var(--theme-default6);
  opacity: 0.35;
}
.modern-client .comment-right .slick-arrow:before {
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  right: 13px;
  top: 13px;
  opacity: 1;
}
.modern-client .comment-right .slick-prev:before {
  content: "\f060";
}
.modern-client .comment-right .slick-next {
  left: 70px;
}
.modern-client .comment-right .slick-next:before {
  content: "\f061";
}
.modern-client .comment-right .slick-next:hover {
  background-position: right center;
}
.modern-client .comment-right h3,
.modern-client .comment-right .h3 {
  align-items: center;
  color: var(--theme-default7);
  font-weight: 700;
}
.modern-client .comment-right h6,
.modern-client .comment-right .h6 {
  font-weight: 600;
  color: #586167;
}
.modern-client .comment-right > span {
  color: #586167;
}
.modern-client .comment-right p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(88, 97, 103, 0.7);
  margin-bottom: 6px;
}
.modern-client .right-align {
  left: 36%;
  top: 50px;
}
.modern-client .bottom-align {
  left: 23%;
  bottom: -126px;
}
.modern-client .label-heart i {
  margin: 0 0 -3px 1px;
}
.modern-client.color-2 .comment-right .slick-arrow {
  background-image: var(--theme-gradient5);
}
.modern-client.color-2 .comment-right .slick-arrow::after {
  box-shadow: -5.15px 8.572px 25px var(--theme-default3);
}
.modern-client.color-2 .comment-right h3,
.modern-client.color-2 .comment-right .h3 {
  color: var(--theme-default3);
}
.image-content-slider .testimonial-bg {
  background-color: transparent;
}
.coming-soon {
  height: 100vh;
  min-height: 750px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  background-blend-mode: overlay;
}
.coming-soon .coming-soon-detail {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100vh;
  min-height: 750px;
  width: 100%;
}
.coming-soon .coming-soon-detail > div {
  width: 100%;
}
.coming-soon .coming-soon-detail h2,
.coming-soon .coming-soon-detail .h2 {
  color: #ffffff;
  font-size: calc(20px + 10 * (100vw - 320px) / 1600);
  font-weight: 600;
  margin-bottom: calc(16px + 19 * (100vw - 320px) / 1600);
  text-transform: inherit;
  line-height: 1.35;
}
.coming-soon .coming-soon-detail .logo {
  margin-bottom: calc(14px + 11 * (100vw - 320px) / 1600);
}
.coming-soon .coming-soon-detail form .form-group {
  position: relative;
  border-radius: 25px;
  overflow: hidden;
}
.coming-soon .coming-soon-detail form .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.coming-soon .coming-soon-detail form input {
  padding: 12px 20px;
  border-radius: 0;
  font-size: 16px;
}
.coming-soon .coming-soon-detail form .btn-solid.color-3:hover,
.coming-soon .coming-soon-detail form .btn-solid.color-3:focus {
  background-color: #004aa8;
  color: #ffffff;
}
.coming-soon .coming-soon-detail .timer {
  margin-top: calc(20px + 20 * (100vw - 320px) / 1600);
}
.coming-soon .coming-soon-detail .timer li {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  font-weight: 600;
}
.coming-soon .coming-soon-detail .timer li > div {
  border-radius: 100%;
  border: 2px solid #ffffff;
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.5);
}
.coming-soon .coming-soon-detail .timer li span {
  display: block;
  font-size: calc(16px + 10 * (100vw - 320px) / 1600);
}
.coming-soon .coming-soon-detail .timer li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}
.coming-soon .coming-soon-detail .timer li + li::before {
  position: absolute;
  content: ":";
  left: -4px;
  top: 34%;
  font-size: 25px;
  justify-content: flex-start;
}
.coming-soon.coming-left .coming-soon-detail h2 span,
.coming-soon.coming-left .coming-soon-detail .h2 span {
  color: var(--theme-default5);
}
.coming-soon.coming-left .coming-soon-detail .timer {
  margin-bottom: calc(20px + 40 * (100vw - 320px) / 1600);
}
.coming-soon.coming-left .coming-soon-detail .timer ul {
  display: flex;
}
.coming-soon.coming-left .coming-soon-detail .timer li {
  padding: 20px 5px;
  width: 100%;
  border: 2px solid rgba(0, 78, 178, 0.5);
  border-radius: 8px;
  position: relative;
  margin: 0 20px;
}
.coming-soon.coming-left .coming-soon-detail .timer li span {
  font-size: calc(20px + 16 * (100vw - 320px) / 1600);
  color: var(--theme-default5);
}
.coming-soon.coming-left .coming-soon-detail .timer li + li {
  margin-left: 5px;
}
.coming-soon.coming-left .coming-soon-detail .timer li + li::before {
  display: none;
}
.coming-soon.coming-left .social-coming {
  margin-top: 30px;
}
.coming-soon.coming-left .social-coming ul li a {
  color: #ffffff;
}
.coming-soon.coming-left .social-coming ul li a i {
  font-size: 18px;
}
.coming-soon.coming-left .social-coming ul li + li {
  margin-left: 20px;
}
.coming-soon.coming-left .social-coming p {
  margin-top: 10px;
  margin-bottom: 0;
  color: #ffffff;
}
.coming-soon .cloud-img {
  position: absolute;
  top: -27px;
  width: 100%;
  height: 360px;
  background-size: contain !important;
  opacity: 0.2;
  animation: slide 60s linear infinite;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-repeat: repeat !important;
}
@keyframes slide {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -1000px 0;
  }
}
.coming-simple {
  height: calc(100vh - 89px);
}
.coming-simple .row {
  align-items: center;
}
.coming-simple .title-3 h6,
.coming-simple .title-3 .h6 {
  color: var(--theme-default3);
  margin-bottom: 4px;
}
.coming-simple .title-3 h2,
.coming-simple .title-3 .h2 {
  font-size: calc(20px + 20 * (100vw - 320px) / 1600);
}
.coming-simple .site-construction {
  margin-top: calc(20px + 20 * (100vw - 320px) / 1600);
  position: relative;
}
.coming-simple .site-construction h4,
.coming-simple .site-construction .h4 {
  font-weight: 500;
  color: #586167;
  margin-bottom: calc(15px + 5 * (100vw - 320px) / 1600);
}
.coming-simple .site-construction p {
  line-height: 1.8;
  margin-bottom: 30px;
}
.coming-simple .site-construction .progress {
  background: transparent;
  margin-bottom: calc(30px + 60 * (100vw - 320px) / 1600);
  border-radius: 25px;
  position: relative;
}
.coming-simple .site-construction .progress::after {
  opacity: 0.2;
  background: var(--theme-default3);
}
.coming-simple .site-construction .bg-primary {
  background-color: var(--theme-default3);
}
.coming-simple form .form-group {
  position: relative;
  border-radius: 25px;
  margin-bottom: 0;
}
.coming-simple form .form-group button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.coming-simple form input {
  padding: 8px 20px;
  border-radius: 0;
  font-size: 16px;
}
.loader-wrapper {
  height: 100vh;
  width: 100vw;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
}
.loader-wrapper.img-gif {
  overflow: hidden;
}
.loader-wrapper.img-gif img {
  width: 120px;
}
.loader-text {
  text-align: center;
}
.loader-text img {
  height: 150px;
}
.loader-text h3,
.loader-text .h3 {
  margin-bottom: 0;
  margin-top: 10px;
  font-weight: 500;
  padding: 0 15px;
}
.loader-img {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.loader-img img {
  height: 150px;
}
.customizer-links {
  position: fixed;
  top: 50%;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  right: 0;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0px 0px 5px 0px rgba(154, 154, 154, 0.54);
  transition: all 0.3s ease;
  z-index: 2;
  cursor: pointer;
}
.customizer-links svg {
  vertical-align: middle;
  width: 20px;
  height: 20px;
  color: #3b4249;
}
.customizer-wrap {
  direction: ltr;
}
.customizer-wrap .customizer-contain {
  position: fixed;
  height: 37vh;
  top: 45%;
  width: 250px;
  overflow: auto;
  right: -255px;
  background-color: #ffffff;
  box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
  padding: 30px;
  border-radius: 8px 0 0 8px;
  z-index: 7;
  transition: all 0.3s ease;
  color: #1c2d3a;
}
.customizer-wrap .customizer-contain a {
  color: #3b4249;
}
.customizer-wrap .customizer-contain a svg {
  vertical-align: middle;
  width: 20px;
  height: 20px;
}
.customizer-wrap .customizer-contain h6,
.customizer-wrap .customizer-contain .h6 {
  position: relative;
  font-weight: 600;
}
.customizer-wrap .customizer-contain h6.color-1::before,
.customizer-wrap .customizer-contain .color-1.h6::before {
  background: var(--theme-default2);
}
.customizer-wrap .customizer-contain h6.color-2::before,
.customizer-wrap .customizer-contain .color-2.h6::before {
  background: var(--theme-default3);
}
.customizer-wrap .customizer-contain h6.color-3::before,
.customizer-wrap .customizer-contain .color-3.h6::before {
  background: var(--theme-default5);
}
.customizer-wrap .customizer-contain h6.color-4::before,
.customizer-wrap .customizer-contain .color-4.h6::before {
  background: var(--theme-default6);
}
.customizer-wrap .customizer-contain h6.color-6::before,
.customizer-wrap .customizer-contain .color-6.h6::before {
  background: var(--theme-default9);
}
.customizer-wrap .customizer-contain h6.color-7::before,
.customizer-wrap .customizer-contain .color-7.h6::before {
  background: var(--theme-default10);
}
.customizer-wrap .customizer-contain .setting-back {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
  cursor: pointer;
}
.customizer-wrap .customizer-contain .setting-back svg {
  width: 18px;
  height: 18px;
}
.customizer-wrap .customizer-contain .option-setting {
  display: flex;
  align-items: center;
  margin-top: 20px;
  padding-left: 15px;
}
.customizer-wrap .customizer-contain .option-setting span {
  font-family: Rubik, sans-serif;
}
.customizer-wrap .customizer-contain .option-setting label {
  margin: 0 10px 0;
}
.customizer-wrap .customizer-contain .option-setting .switch input:checked + .switch-state {
  background-color: #151515;
}
.customizer-wrap .customizer-contain .option-setting.unlimited-color-layout {
  margin: 17px -3px -3px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.customizer-wrap .customizer-contain .option-setting.unlimited-color-layout .btn {
  padding: 5px 10px;
  font-size: 12px;
  margin-left: auto;
}
.customizer-wrap .customizer-contain .option-setting.unlimited-color-layout .form-group {
  margin: 3px;
}
.customizer-wrap .customizer-contain .option-setting.unlimited-color-layout label {
  display: none;
}
.customizer-wrap .customizer-contain .option-setting.unlimited-color-layout input[type=color] {
  width: 30px;
  height: 30px;
  border-color: #eee;
  background: transparent;
}
.customizer-wrap .customizer-contain .option-setting.unlimited-color-layout input[type=color]:focus {
  outline: none;
}
.customizer-wrap .customizer-contain .layouts-settings + .layouts-settings {
  padding-top: 30px;
}
.customizer-wrap .customizer-contain.mutliple-colors-setting {
  height: 39vh;
}
.customizer-wrap .customizer-contain.mutliple-colors-setting .option-setting.unlimited-color-layout input {
  display: inline-block;
}
.customizer-wrap.open .customizer-contain {
  right: 0;
  transition: all 0.3s ease;
}
.customizer-wrap.open .customizer-links {
  right: 250px;
  transition: all 0.3s ease;
}
.bg-overlay.active {
  height: 100vh;
  width: 100vw;
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  z-index: 3;
  top: 0;
}
header.header-2::after {
  display: none;
}
header.header-6 .menu {
  margin-top: -6px;
}
header.header-6 .menu .brand-logo {
  margin-top: 6px;
}
.top-bar .header-right li a {
  color: #000000;
}
.top-bar .header-right li a svg {
  width: 18px;
  height: 18px;
}
.top-bar .header-right .right-menu.color-7 ul li.cart ul.nav-submenu li .total h5:hover span,
.top-bar .header-right .right-menu.color-7 ul li.cart ul.nav-submenu li .total .h5:hover span {
  color: #004EB2;
}
.top-bar .header-right .right-menu.color-7 ul .dropdown ul.nav-submenu li a:hover {
  color: #004EB2 !important;
}
.top-bar .header-right .right-menu ul li.cart ul.nav-submenu {
  width: 290px;
  padding: 15px;
  transition: all 0.6s ease;
}
.top-bar .header-right .right-menu ul li.cart ul.nav-submenu li {
  position: relative;
}
.top-bar .header-right .right-menu ul li.cart ul.nav-submenu li + li {
  margin-top: 10px;
}
.top-bar .header-right .right-menu ul li.cart ul.nav-submenu li .total h5,
.top-bar .header-right .right-menu ul li.cart ul.nav-submenu li .total .h5 {
  margin-bottom: 0;
  font-size: 16px;
  color: #878787;
}
.top-bar .header-right .right-menu ul li.cart ul.nav-submenu li .total h5:hover span,
.top-bar .header-right .right-menu ul li.cart ul.nav-submenu li .total .h5:hover span {
  color: #004EB2;
}
.top-bar .header-right .right-menu ul li.cart ul.nav-submenu li .total h5 span,
.top-bar .header-right .right-menu ul li.cart ul.nav-submenu li .total .h5 span {
  font-weight: 500;
}
.top-bar .header-right .right-menu ul li.cart ul.nav-submenu li:last-child {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}
.top-bar .header-right .right-menu ul li.cart ul.nav-submenu li .media {
  align-items: center;
}
.top-bar .header-right .right-menu ul li.cart ul.nav-submenu li .media img {
  height: 70px;
}
.top-bar .header-right .right-menu ul li.cart ul.nav-submenu li .media .media-body {
  margin-left: 10px;
}
.top-bar .header-right .right-menu ul li.cart ul.nav-submenu li .media .media-body a {
  padding: 0;
}
.top-bar .header-right .right-menu ul li.cart ul.nav-submenu li .media .media-body h5,
.top-bar .header-right .right-menu ul li.cart ul.nav-submenu li .media .media-body .h5 {
  font-size: 14px;
  font-weight: 600;
}
.top-bar .header-right .right-menu ul li.cart ul.nav-submenu li .media .media-body span {
  font-size: 14px;
  color: #878787;
  font-weight: 500;
}
.top-bar .header-right .right-menu ul li.cart ul.nav-submenu li .close-circle {
  position: absolute;
  top: -8px;
  right: -5px;
}
.top-bar .header-right .right-menu ul li.cart ul.nav-submenu li .close-circle a {
  padding: 3px;
}
.top-bar .header-right .right-menu ul li.cart ul.nav-submenu li .close-circle a i {
  color: #959595;
}
.top-bar .header-right .right-menu ul li.wishlist:hover a svg {
  fill: #FA0004;
}
.top-bar .header-right .right-menu ul .dropdown {
  position: relative;
  padding: 15px 5px;
}
.top-bar .header-right .right-menu ul .dropdown + .dropdown {
  margin-left: 10px;
}
.top-bar .header-right .right-menu ul .dropdown ul.nav-submenu {
  position: absolute;
  right: 0;
  background-color: #ffffff;
  padding: 15px 0 15px;
  width: 180px;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
}
.top-bar .header-right .right-menu ul .dropdown ul.nav-submenu.open {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
  margin-top: 15px;
  z-index: 5;
}
.top-bar .header-right .right-menu ul .dropdown ul.nav-submenu li {
  display: block;
}
.top-bar .header-right .right-menu ul .dropdown ul.nav-submenu li a {
  border: 0;
  background: transparent;
  color: #1c2d3a;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 25px;
  display: block;
  letter-spacing: 0.07em;
  line-height: 1.9;
  transition: all 0.5s ease;
  position: relative;
}
.top-bar .header-right .right-menu ul .dropdown ul.nav-submenu li a:hover {
  margin-left: 3px;
  color: var(--theme-default) !important;
}
header {
  z-index: 3;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.8s;
}
header.fixed-header.fixed .main-navbar .nav-menu > li {
  padding-top: 15px;
  padding-bottom: 15px;
}
header.fixed {
  visibility: visible;
  transition: all 0.5s ease;
  animation: smoothScroll 1s forwards;
}
header.header-1 {
  background-color: unset;
}
header.header-1.fixed {
  background-image: var(--theme-gradient1);
}
header.header-2 {
  background-color: rgba(0, 0, 0, 0.6);
}
header.header-2.fixed {
  background-color: #000000;
}
header.header-2::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #1f1f1f;
  bottom: 91px;
  left: 0;
}
header.header-2 .main-navbar .nav-menu > li .nav-submenu li a:hover {
  color: var(--theme-default) !important;
}
header.header-2 .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a:hover {
  color: var(--theme-default) !important;
}
header.inner-page.fixed {
  background-color: #000000;
}
header.inner-page .main-navbar .nav-menu > li .nav-submenu li a:hover {
  color: var(--theme-default) !important;
}
header.inner-page .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a:hover {
  color: var(--theme-default) !important;
}
header.header-3 {
  position: relative;
  background-color: #586167;
}
header.header-3 .main-navbar {
  text-align: left;
}
header.header-3 .main-navbar .nav-menu > li {
  padding: 10px 0;
}
header.header-3 .main-navbar .nav-menu > li a {
  border-radius: 0;
}
header.header-3 .main-navbar .nav-menu > li a i,
header.header-3 .main-navbar .nav-menu > li a svg {
  margin-right: 8px;
  font-size: 13px;
}
header.header-3 .main-navbar .nav-menu > li a svg {
  width: 16px;
  height: 16px;
  vertical-align: -2px;
}
header.header-3 .main-navbar .nav-menu > li.active a {
  background-color: var(--theme-default) !important;
}
header.header-3 .main-navbar .nav-menu > li .nav-submenu li a:hover {
  color: var(--theme-default) !important;
}
header.header-3 .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a:hover {
  color: var(--theme-default) !important;
}
header.header-4,
header.light-header {
  position: relative;
  background-color: #ffffff;
}
header.header-4.fixed,
header.light-header.fixed {
  background-color: #ffffff;
}
header.header-4 .main-navbar .nav-menu > li > a,
header.light-header .main-navbar .nav-menu > li > a {
  color: #586167;
  position: relative;
}
header.header-4 .main-navbar .nav-menu > li > a::before,
header.light-header .main-navbar .nav-menu > li > a::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 78, 178, 0.1);
  width: 45px;
  height: 40px;
  border-radius: 5px;
  opacity: 0;
  transition: 0.5s;
  left: 0;
  top: -5px;
}
header.header-4 .main-navbar .nav-menu > li.active > a,
header.light-header .main-navbar .nav-menu > li.active > a {
  color: var(--theme-default) !important;
}
header.header-4 .main-navbar .nav-menu > li.active > a::before,
header.light-header .main-navbar .nav-menu > li.active > a::before {
  opacity: 1;
  transition: 0.5s;
}
header.header-4 .main-navbar .nav-menu > li .nav-submenu li a,
header.light-header .main-navbar .nav-menu > li .nav-submenu li a {
  color: #586167;
}
header.header-4 .main-navbar .nav-menu > li .nav-submenu li a:hover,
header.light-header .main-navbar .nav-menu > li .nav-submenu li a:hover {
  color: var(--theme-default) !important;
}
header.header-4 .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title h5,
header.header-4 .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title .h5,
header.light-header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title h5,
header.light-header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title .h5 {
  color: #586167;
}
header.header-4 .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a,
header.light-header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a {
  color: #586167;
}
header.header-4 .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a:hover,
header.light-header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a:hover {
  color: var(--theme-default) !important;
}
header.header-4 .menu .brand-logo,
header.light-header .menu .brand-logo {
  margin-left: 0;
}
header.header-4 .menu .header-right,
header.light-header .menu .header-right {
  position: relative;
  z-index: 1;
}
header.header-4 .menu .header-right li a,
header.light-header .menu .header-right li a {
  color: #586167;
}
header.light-header .toggle-nav i {
  color: #1c2d3a;
}
header.header-3 .main-navbar .nav-menu > li > a,
header.header-4 .main-navbar .nav-menu > li > a {
  font-family: Rubik, sans-serif;
  font-size: 15px;
  margin-right: 20px;
}
header.header-3 .main-navbar .nav-menu > li .nav-submenu li a,
header.header-4 .main-navbar .nav-menu > li .nav-submenu li a {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}
header.header-3 .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title h5,
header.header-3 .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title .h5,
header.header-4 .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title h5,
header.header-4 .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title .h5 {
  font-family: Roboto, sans-serif;
  font-weight: 600;
}
header.header-3 .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a,
header.header-4 .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a {
  font-family: Roboto, sans-serif;
  font-weight: 400;
}
header.header-4 .menu .header-right li > a {
  padding: 11px;
  position: relative;
}
header.header-4 .menu .header-right li > a::after {
  background-color: var(--theme-default);
  opacity: 0.1;
  border-radius: 5px;
}
header.header-4 .menu .header-right li > a svg {
  color: var(--theme-default);
  vertical-align: top;
  margin-right: 0;
}
header.header-4 .menu .header-right li .search-box i {
  padding: 12px;
  border-radius: 5px;
  transition: 0.5s;
  background-image: var(--theme-gradient9);
  color: #ffffff;
  cursor: pointer;
}
header.header-4 .menu .header-right li .search-box span {
  color: var(--theme-default);
  font-weight: 500;
  margin-left: 5px;
  display: inline-block;
}
header.header-4 .menu .header-right li .search-box.open .form-control {
  display: block;
}
header.header-4 .menu .header-right li .search-box .form-control {
  position: absolute;
  border: none;
  height: 100%;
  width: 14%;
  transition: width 0.5s;
  padding-left: 9px;
  font-weight: 500;
  font-size: 14px;
  color: var(--theme-default);
  font-family: Roboto, sans-serif;
  border-radius: 0 5px 5px 0;
  top: 0;
  left: 38px;
  z-index: -1;
  display: none;
}
header.header-4 .menu .header-right li .search-box .form-control::placeholder {
  color: var(--theme-default);
  opacity: 0;
  transition: width 0.5s;
  font-weight: 500;
}
header.header-4 .menu .header-right li .search-box .form-group {
  margin-bottom: 0;
}
header.header-4 .menu .header-right li .search-box .form-group::before {
  background-color: #ffffff;
  transition: width 0.5s;
  opacity: 0;
  visibility: hidden;
  border-radius: 0 5px 5px 0;
  left: 40px;
  width: 14%;
  z-index: 1;
}
header.header-4 .menu .header-right li .search-box .form-group::after {
  background-color: var(--theme-default);
  transition: width 0.5s;
  opacity: 0;
  visibility: hidden;
  border-radius: 0 5px 5px 0;
  left: 40px;
  width: 14%;
  z-index: 1;
}
header.header-4 .menu .header-right li .search-box.open i {
  border-radius: 5px 0 0 5px;
  transition: 0.5s;
}
header.header-4 .menu .header-right li .search-box.open span {
  opacity: 0;
  transition: 0.1s;
}
header.header-4 .menu .header-right li .search-box.open .form-control {
  width: calc(100% - 38px);
  transition: width 0.5s;
  z-index: 1;
  background-color: transparent;
}
header.header-4 .menu .header-right li .search-box.open .form-control::placeholder {
  opacity: 1;
  transition: width 0.5s;
}
header.header-4 .menu .header-right li .search-box.open .form-group::after {
  opacity: 0.1;
  visibility: visible;
  width: calc(100% - 41px);
}
header.header-4 .menu .header-right li .search-box.open .form-group::before {
  opacity: 1;
  visibility: visible;
  width: calc(100% - 41px);
  transition: width 0.5s;
}
header.header-4 .menu .header-right li a svg {
  width: 18px;
  height: 18px;
  vertical-align: sub;
}
header.header-4 .menu .header-right li + li {
  margin-left: 20px;
}
header.header-4 .main-navbar .nav-menu > li {
  padding: 20px 10px;
}
header.header-4 .main-navbar .nav-menu > li > a {
  text-transform: uppercase;
  position: relative;
}
header.header-4 .main-navbar .nav-menu > li > a::after {
  position: absolute;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  left: unset !important;
  right: -14px !important;
  font-size: 14px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 1px;
}
header.header-4.fixed {
  box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
}
header.header-4.top-bar .top-content .top-bar-right {
  width: auto;
}
header.header-4.top-bar .top-content .top-bar-right li .flat-box {
  background: var(--theme-default);
}
header.header-4.top-bar .top-content .top-bar-right li.d-inline-block {
  position: relative;
}
header.header-4.top-bar .top-content .top-bar-right li + li {
  margin-left: 10px;
}
header.header-centered nav {
  width: 100%;
}
header.header-centered nav #mainnav {
  position: relative;
}
header.header-centered nav .nav-menu > li.dropdown-right .nav-submenu {
  left: unset;
  right: 0;
}
header.header-centered nav .nav-menu {
  width: 100%;
  display: flex;
}
header.header-centered nav .nav-menu li.dropdown:nth-child(6) {
  margin-left: auto;
}
header.header-centered nav .brand-logo {
  position: absolute;
  left: 44%;
  width: 220px;
  top: 16px;
}
header.header-centered .top-content .brand-logo .for-dark {
  margin-left: auto;
  margin-right: auto;
}
header.header-6 .main-navbar .nav-menu > li .nav-submenu li a:hover {
  color: var(--theme-default) !important;
}
header.header-6 .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a:hover {
  color: var(--theme-default) !important;
}
header.header-7 .main-navbar .nav-menu > li .nav-submenu li a:hover {
  color: var(--theme-default) !important;
}
header.header-7 .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a:hover {
  color: var(--theme-default) !important;
}
header.header-relative {
  position: relative;
  background-color: #1c2d3a;
}
header.header-9 .main-navbar .nav-menu > li > a::before {
  background-color: rgba(0, 78, 178, 0.1);
}
header.header-9 .main-navbar .nav-menu > li.active > a {
  color: var(--theme-default) !important;
}
header.header-9 .main-navbar .nav-menu > li .nav-submenu li a:hover {
  color: var(--theme-default) !important;
}
header.header-9 .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a:hover {
  color: var(--theme-default) !important;
}
header.header-9 .menu .header-right {
  position: relative;
  z-index: 1;
}
header .main-navbar {
  text-align: center;
}
header .main-navbar .nav-menu {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
  vertical-align: middle;
}
header .main-navbar .nav-menu > li {
  position: relative;
  float: left;
  display: block;
  padding-top: 30px;
  padding-bottom: 30px;
}
header .main-navbar .nav-menu > li > a {
  margin-right: 40px;
}
header .main-navbar .nav-menu > li > a {
  display: block;
  color: white;
  font-size: 14px;
  font-family: Rubik, sans-serif;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
  padding: 7px 0 5px 0;
  position: relative;
  border-radius: 15px;
  letter-spacing: 0.8px;
}
header .main-navbar .nav-menu > li.active > a {
  background-color: rgba(255, 255, 255, 0.1);
}
header .main-navbar .nav-menu > li .nav-submenu {
  position: absolute;
  left: 0;
  z-index: 1;
  box-shadow: 0 1px 5px 0 rgba(90, 90, 90, 0.2);
  padding: 15px 0 15px 0;
  background: white;
}
header .main-navbar .nav-menu > li .nav-submenu li {
  border: 0;
  float: none;
  position: relative;
  display: block;
}
header .main-navbar .nav-menu > li .nav-submenu li a {
  border: 0;
  background: transparent;
  color: #1c2d3a;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 25px;
  display: block;
  letter-spacing: 0.07em;
  line-height: 1.9;
  transition: all 0.5s ease;
  position: relative;
}
header .main-navbar .nav-menu > li .nav-submenu li a .label {
  font-size: 12px;
  color: #FA0004;
  position: absolute;
  padding: 0 0 0 3px;
  font-family: Montserrat, sans-serif;
}
header .main-navbar .nav-menu > li .nav-submenu li a:after {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  right: 18px;
  opacity: 0;
  font-size: 14px;
  top: 3px;
}
header .main-navbar .nav-menu > li .nav-submenu li a.menu-title-level1:after,
header .main-navbar .nav-menu > li .nav-submenu li a.submenu-title:after {
  opacity: 1;
}
header .main-navbar .nav-menu > li .nav-submenu li a.arrow-cls:after {
  opacity: 0.8;
}
header .main-navbar .nav-menu > li .nav-submenu li a:hover {
  margin-left: 3px;
  color: var(--theme-default) !important;
}
header .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu {
  position: absolute;
  width: 200px;
  right: -200px;
  top: 0;
  background: #ffffff;
  border: none;
  padding: 15px 0 15px 0;
  box-shadow: 0 0 1px 0 #ebebeb;
}
header .main-navbar .nav-menu > li .mega-menu-container {
  position: absolute;
  left: 0;
  z-index: 4;
  box-shadow: 0 1px 5px 0 rgba(90, 90, 90, 0.2);
  padding: 30px;
  background: white;
  width: 100%;
  border-radius: 4px;
}
header .main-navbar .nav-menu > li .mega-menu-container .mega-box {
  width: 20%;
}
header .main-navbar .nav-menu > li .mega-menu-container .mega-box a .label {
  font-size: 12px;
  color: #FA0004;
  position: absolute;
  padding: 0 0 0 3px;
  font-family: Montserrat, sans-serif;
}
header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title h5,
header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title .h5 {
  font-weight: 700;
  font-size: 14px;
}
header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content {
  box-shadow: none;
  background-color: transparent;
  position: relative;
  display: block;
  padding: 0;
}
header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li {
  border: 0;
  float: none;
  position: relative;
  display: block;
}
header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a {
  border: 0;
  background: transparent;
  color: #1c2d3a;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  padding: 3px 0;
  display: block;
  letter-spacing: 0.07em;
  line-height: 1.9;
  position: relative;
}
header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a:hover {
  margin-left: 4px;
  color: var(--theme-default) !important;
}
header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li.highlight-link {
  position: relative;
}
header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li.highlight-link i {
  color: var(--theme-default);
}
header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section + .link-section {
  margin-top: 15px;
}
header .main-navbar .nav-menu > li:hover > a:after {
  left: 0;
  right: 0;
  opacity: 1;
}
header .main-navbar .nav-menu > li.mega-menu {
  position: unset;
}
header .menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .menu.map-header {
  display: block !important;
}
header .menu .brand-logo img {
  width: 88%;
}
header .menu .brand-logo .for-dark {
  display: none;
}
header .menu .header-right li a {
  color: #ffffff;
  font-size: 13px;
}
header .menu .header-right li a svg {
  vertical-align: bottom;
  width: 18px;
  margin-left: 0;
}
header .menu .header-right .dropdown .dropdown-menu {
  margin-top: 20px;
}
header.fixed {
  position: fixed;
}
header .main-navbar .nav-menu li:last-child button.btn {
  margin: -5px 0;
}
header .header-right .right-menu.color-6 ul li.cart ul.nav-submenu li .total h5:hover span,
header .header-right .right-menu.color-6 ul li.cart ul.nav-submenu li .total .h5:hover span {
  color: #004EB2;
}
header .header-right .right-menu.color-6 ul .dropdown ul.nav-submenu li a:hover {
  color: #004EB2 !important;
}
header .header-right .right-menu.color-1 ul li.cart ul.nav-submenu li .total h5:hover span,
header .header-right .right-menu.color-1 ul li.cart ul.nav-submenu li .total .h5:hover span {
  color: #004EB2;
}
header .header-right .right-menu.color-1 ul .dropdown ul.nav-submenu li a:hover {
  color: #004EB2 !important;
}
header .header-right .right-menu ul li.cart ul.nav-submenu {
  width: 290px;
  padding: 15px;
  transition: all 0.6s ease;
}
header .header-right .right-menu ul li.cart ul.nav-submenu li {
  position: relative;
}
header .header-right .right-menu ul li.cart ul.nav-submenu li + li {
  margin-top: 10px;
}
header .header-right .right-menu ul li.cart ul.nav-submenu li .total h5,
header .header-right .right-menu ul li.cart ul.nav-submenu li .total .h5 {
  margin-bottom: 0;
  font-size: 16px;
  color: #878787;
}
header .header-right .right-menu ul li.cart ul.nav-submenu li .total h5:hover span,
header .header-right .right-menu ul li.cart ul.nav-submenu li .total .h5:hover span {
  color: #004EB2;
}
header .header-right .right-menu ul li.cart ul.nav-submenu li .total h5 span,
header .header-right .right-menu ul li.cart ul.nav-submenu li .total .h5 span {
  font-weight: 500;
}
header .header-right .right-menu ul li.cart ul.nav-submenu li:last-child {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #eee;
}
header .header-right .right-menu ul li.cart ul.nav-submenu li .media {
  align-items: center;
}
header .header-right .right-menu ul li.cart ul.nav-submenu li .media img {
  height: 70px;
}
header .header-right .right-menu ul li.cart ul.nav-submenu li .media .media-body {
  margin-left: 10px;
}
header .header-right .right-menu ul li.cart ul.nav-submenu li .media .media-body a {
  padding: 0;
}
header .header-right .right-menu ul li.cart ul.nav-submenu li .media .media-body h5,
header .header-right .right-menu ul li.cart ul.nav-submenu li .media .media-body .h5 {
  font-size: 14px;
  font-weight: 600;
}
header .header-right .right-menu ul li.cart ul.nav-submenu li .media .media-body span {
  font-size: 14px;
  color: #878787;
  font-weight: 500;
}
header .header-right .right-menu ul li.cart ul.nav-submenu li .close-circle {
  position: absolute;
  top: -8px;
  right: -5px;
}
header .header-right .right-menu ul li.cart ul.nav-submenu li .close-circle a {
  padding: 3px;
}
header .header-right .right-menu ul li.cart ul.nav-submenu li .close-circle a i {
  color: #959595;
}
header .header-right .right-menu ul li.wishlist:hover a svg {
  fill: #FA0004;
}
header .header-right .right-menu ul .dropdown {
  position: relative;
  padding: 30px 5px;
}
header .header-right .right-menu ul .dropdown + .dropdown {
  margin-left: 10px;
}
header .header-right .right-menu ul .dropdown ul.nav-submenu {
  position: absolute;
  right: 0;
  background-color: #ffffff;
  padding: 15px 0 15px;
  width: 180px;
  opacity: 0;
  visibility: hidden;
  border-radius: 5px;
}
header .header-right .right-menu ul .dropdown ul.nav-submenu.open {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease;
  margin-top: 15px;
  z-index: 1;
}
header .header-right .right-menu ul .dropdown ul.nav-submenu li {
  display: block;
}
header .header-right .right-menu ul .dropdown ul.nav-submenu li a {
  border: 0;
  background: transparent;
  color: #1c2d3a;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  padding: 2px 25px;
  display: block;
  letter-spacing: 0.07em;
  line-height: 1.9;
  transition: all 0.5s ease;
  position: relative;
}
header .header-right .right-menu ul .dropdown ul.nav-submenu li a:hover {
  margin-left: 3px;
  color: var(--theme-default) !important;
}
.sm-input {
  position: absolute;
  top: 50px;
  width: 200px;
  left: 15px;
  transform: translateY(-20px) scaleY(0);
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}
.sm-input.open {
  opacity: 1;
  transform: translateY(0px) scaleY(1);
  visibility: visible;
  transition: 0.5s;
}
.toggle-nav {
  position: relative;
  padding-top: 22px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.toggle-nav i {
  font-size: 20px;
  color: white;
}
.toggle-nav.with-text {
  color: var(--theme-default);
}
.toggle-nav.with-text span {
  font-weight: 500;
  margin-left: 10px;
  display: none;
  line-height: 0.8;
}
.mega-box .link-section .demo ul li a {
  position: relative;
}
.mega-box .link-section .demo ul li a:hover,
.mega-box .link-section .demo ul li a:focus {
  padding-top: 3px;
  padding-bottom: 3px;
}
.top-bar .top-content {
  display: flex;
  padding: 15px 0;
  justify-content: space-between;
  align-items: center;
  max-width: 100vw;
}
.top-bar .top-content .brand-logo .for-dark {
  display: none;
}
.top-bar .top-content .top-bar-right {
  width: 60%;
  text-align: right;
}
.top-bar .top-content .top-bar-right .input-group {
  background-color: rgba(88, 97, 103, 0.04);
}
.top-bar .top-content .top-bar-right .input-group input,
.top-bar .top-content .top-bar-right .input-group .input-group-text {
  background-color: transparent;
  border: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 10px 0;
}
.top-bar .top-content .top-bar-right .input-group input {
  border-left: 1px solid white;
  border-right: 1px solid white;
}
.top-bar .top-content .top-bar-right .input-group input::placeholder {
  font-weight: 300;
}
.top-bar .top-content .top-bar-right .input-group .input-group-prepend {
  margin-right: 0;
}
.top-bar .top-content .top-bar-right .input-group .input-group-append {
  margin-left: 0;
}
.top-bar .top-content .top-bar-right .input-group .input-group-text {
  color: #586167;
  font-weight: 500;
}
.top-bar .top-content .top-bar-right .input-group .input-group-text.dropdown {
  min-width: 136px;
}
.top-bar .top-content .top-bar-right .input-group .input-group-text .fa-angle-down {
  font-size: 10px;
  margin-left: 5px;
  margin-top: 0;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.top-bar .top-content .top-bar-right .input-group .input-group-text .fa-search {
  font-size: 14px;
}
.top-bar .top-content .top-bar-right li:first-child {
  width: 100%;
}
.top-bar .top-content .top-bar-right li.d-inline-block {
  position: relative;
}
.top-bar .top-content .top-bar-right li + li {
  margin-left: 30px;
}
.top-bar .top-content .top-bar-right li .flat-box {
  font-size: 15px;
  padding: 10px 20px 10px;
  background: var(--theme-default);
  color: #ffffff;
  cursor: pointer;
  display: block;
}
.top-bar .top-content .top-bar-right li .flat-box.search-sm i {
  vertical-align: -1px;
}
.top-bar .top-content .top-bar-right li .flat-box.color-7 {
  background: var(--theme-default);
}
.top-bar .top-content .top-bar-right li .flat-box i {
  margin-right: 5px;
}
.top-bar .top-content .top-bar-right li .flat-box > span {
  font-weight: 500;
}
.top-bar .top-content .top-bar-right li .flat-box:after {
  display: none;
}
.top-bar .top-content .top-bar-right li > .dropdown .flat-box {
  padding-top: 10px;
}
.top-bar .top-content .top-bar-right li > .dropdown .dropdown-menu {
  right: 0;
  left: unset !important;
}
.top-bar .top-content .sm-input {
  right: 0;
  left: unset;
  top: 45px;
  z-index: 4;
}
.top-bar.top-bar-7 .top-bar-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.top-bar.top-bar-7 .top-bar-right li > a {
  padding: 12px 15px;
  position: relative;
  background-color: var(--theme-default);
}
.top-bar.top-bar-7 .top-bar-right li > a svg {
  color: #ffffff;
  vertical-align: middle;
  width: 18px;
  height: 18px;
}
.top-bar.top-bar-7 .top-bar-right li + li {
  margin-left: 10px;
}
.close-filter-bottom.color-7 {
  color: var(--theme-default);
}
header .dropdown .dropdown-toggle:after,
.top-bar .dropdown .dropdown-toggle:after {
  display: none;
}
header .dropdown .dropdown-menu,
.top-bar .dropdown .dropdown-menu {
  box-shadow: 0px 14px 34px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
  border-radius: 4px;
}
header .dropdown .dropdown-menu .dropdown-item,
.top-bar .dropdown .dropdown-menu .dropdown-item {
  font-family: Roboto, sans-serif;
}
header .dropdown.input-group-text .dropdown-menu,
.top-bar .dropdown.input-group-text .dropdown-menu {
  margin-top: 20px;
}
.header-layout-3 {
  justify-content: space-between;
}
.header-layout-3 .contact-number {
  color: #ffffff;
  display: flex;
  align-items: center;
}
.header-layout-3 .contact-number i {
  padding: 10px;
  background: var(--theme-default);
  font-size: 12px;
  margin-right: 10px;
}
.header-layout-3 .contact-number.color-7 i {
  background: var(--theme-default);
}
.header-layout-3 .contact-number span {
  font-weight: 500;
  color: #ffffff;
}
@media (min-width: 1200px) {
  .responsive-btn {
    display: none;
  }
  header .main-navbar .nav-menu > li a .according-menu {
    display: none;
  }
  header .main-navbar .nav-menu > li .nav-submenu {
    width: 235px;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px;
    transition: all 0.5s ease;
  }
  header .main-navbar .nav-menu > li .nav-submenu a .sub-arrow {
    position: absolute;
    right: 20px;
    top: 7px;
    color: rgba(0, 0, 0, 0.75);
    font-size: 10px;
    transition: all 0.5s ease;
  }
  header .main-navbar .nav-menu > li .nav-submenu li .level1 {
    display: none;
    border-radius: 4px;
  }
  header .main-navbar .nav-menu > li .nav-submenu li .level1 li .level2 {
    display: none;
    border-radius: 4px;
  }
  header .main-navbar .nav-menu > li .nav-submenu li .level1 li .level2 li .level3 {
    display: none;
  }
  header .main-navbar .nav-menu > li .nav-submenu li .level1 li .level2 li:hover .level3 {
    display: block;
  }
  header .main-navbar .nav-menu > li .nav-submenu li .level1 li:hover .level2 {
    display: block;
  }
  header .main-navbar .nav-menu > li .nav-submenu li:hover .level1 {
    display: block;
  }
  header .main-navbar .nav-menu > li .nav-submenu li a:hover .sub-arrow {
    right: 16px;
    color: #000000;
    transition: all 0.5s ease;
  }
  header .main-navbar .nav-menu > li .mega-menu-container {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
  }
  header .main-navbar .nav-menu > li:hover .nav-submenu {
    opacity: 1;
    z-index: 11;
    visibility: visible;
    margin-top: 15px;
    transition: all 0.5s ease;
  }
  header .main-navbar .nav-menu > li:hover .mega-menu-container {
    opacity: 1;
    visibility: visible;
    margin-top: 15px;
    transition: all 0.5s ease;
  }
  header.header-3 .main-navbar .nav-menu > li:hover .mega-menu-container {
    margin-top: 13px;
  }
  .toggle-nav {
    display: none;
  }
  .mobile-back {
    display: none !important;
  }
}
@media (max-width: 1460px) {
  header .main-navbar .nav-menu > li > a {
    margin-right: 20px;
  }
  header.header-4 .main-navbar .nav-menu > li > a {
    margin-right: 30px;
  }
}
@media (max-width: 1199px) {
  header.fixed-header.fixed .main-navbar .nav-menu > li {
    padding: 0;
  }
  header.header-4 .main-navbar .nav-menu > li {
    padding: 0;
  }
  header .main-navbar .nav-menu {
    position: fixed;
    background-color: #ffffff;
    width: 300px;
    border-radius: 0;
    border: 1px solid #eee;
    top: 0;
    height: 100vh;
    right: -300px;
    z-index: 99;
    transition: all 0.3s ease;
    overflow: scroll;
  }
  header .main-navbar .nav-menu.open {
    right: 0;
  }
  header .main-navbar .nav-menu.opennav {
    right: 0;
  }
  header .main-navbar .nav-menu .back-btn {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  header .main-navbar .nav-menu .back-btn .mobile-back {
    padding: 20px;
    font-size: 18px;
    color: #586167;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #efefef;
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  header .main-navbar .nav-menu > li {
    display: block;
    float: none;
    width: 100%;
    padding: 0;
  }
  header .main-navbar .nav-menu > li a {
    padding: 10px 15px;
    font-weight: 500;
    position: relative;
    color: #586167;
    margin-right: 0;
  }
  header .main-navbar .nav-menu > li a .sub-arrow {
    right: 20px;
    position: absolute;
  }
  header .main-navbar .nav-menu > li a .sub-arrow:before {
    content: "+";
    font-family: inherit;
    position: relative;
  }
  header .main-navbar .nav-menu > li > ul li a .according-menu {
    top: 2px;
  }
  header .main-navbar .nav-menu > li > ul li ul li a .according-menu {
    top: 1px;
  }
  header .main-navbar .nav-menu > li .nav-submenu {
    width: 100%;
    padding: 0;
    position: relative;
    display: none;
    box-shadow: none;
  }
  header .main-navbar .nav-menu > li .nav-submenu.opensubmenu {
    display: block;
  }
  header .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu {
    display: none;
    position: relative;
    right: 0;
    width: 100%;
    padding: 0;
    box-shadow: none;
  }
  header .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu.submenu-content.level2 li a {
    padding: 0 60px;
  }
  header .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu.submenu-content.level2 .level3 li a {
    padding: 0 70px;
  }
  header .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu.opensubchild {
    display: block;
  }
  header .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu li a {
    padding: 0 45px;
  }
  header .main-navbar .nav-menu > li .nav-submenu li a:after {
    display: none;
  }
  header .main-navbar .nav-menu > li .nav-submenu li a:hover {
    margin-left: 0;
  }
  header .main-navbar .nav-menu > li .nav-submenu li a:hover:after {
    display: none;
  }
  header .main-navbar .nav-menu > li .mega-menu-container {
    display: none;
    padding: 0;
    position: relative;
    box-shadow: none;
  }
  header .main-navbar .nav-menu > li .mega-menu-container .container {
    padding: 0 12px;
  }
  header .main-navbar .nav-menu > li .mega-menu-container.opensubmenu {
    display: block;
  }
  header .main-navbar .nav-menu > li .mega-menu-container .mega-box {
    width: 100%;
    padding: 0;
  }
  header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title {
    position: relative;
  }
  header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title h5,
  header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title .h5 {
    margin-bottom: 0;
    font-weight: 500 !important;
    line-height: 1.9;
    padding: 2px 25px;
  }
  header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title .according-menu {
    top: 4px;
  }
  header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content {
    display: none;
  }
  header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content.opensubmegamenu {
    padding: 0 45px;
  }
  header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a {
    line-height: 1.9;
  }
  header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a:hover {
    margin-left: 0;
  }
  header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a:hover:after {
    display: none;
  }
  header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section + .link-section {
    margin-top: 0;
  }
  header .main-navbar .nav-menu > li .nav-link.active {
    background-color: transparent;
    box-shadow: none;
    color: #000000;
    transition: all 0.5s ease;
  }
  header .main-navbar .nav-menu > li .nav-link.active:hover {
    color: var(--theme-default) !important;
    transition: all 0.5s ease;
  }
  header.header-4 .main-navbar .nav-menu > li > a {
    margin-right: 0;
  }
  header.header-4 .main-navbar .nav-menu > li > a::after {
    display: none;
  }
  header.light-header .menu .brand-logo img {
    margin-bottom: 0;
    width: 80%;
  }
  header.header-centered .menu nav {
    margin-left: auto;
    margin-right: 0;
  }
  header.header-centered .menu .brand-logo {
    margin-left: -9px;
  }
  header.header-2 .menu .nav-collapse {
    margin-left: auto;
    margin-right: 16px;
  }
  .mega-box .link-section .demo ul li a span img {
    top: 30px;
    right: -60px;
  }
  .mega-box.col {
    flex-basis: unset;
  }
  .according-menu {
    position: absolute;
    right: 20px;
    top: 8px;
  }
  .according-menu svg {
    width: 15px !important;
    height: 15px !important;
  }
  .main-menu.border-section {
    border: none;
  }
  .main-menu .menu-left .main-menu-right .toggle-nav {
    position: absolute;
    z-index: 2;
    right: 145px;
    top: 6px;
  }
  .main-menu .menu-left .main-menu-right .toggle-nav .sidebar-name {
    font-size: 18px;
    padding-left: 5px;
    text-transform: uppercase;
  }
}
@media (max-width: 991px) {
  .top-bar .top-content .top-bar-right {
    width: auto;
  }
  header .header-right .right-menu ul .dropdown ul.nav-submenu {
    width: 150px;
  }
  header.header-centered .menu .brand-logo {
    margin-left: -15px;
  }
}
@media (max-width: 767px) {
  .top-bar .header-right li a svg {
    width: 16px;
    height: 16px;
  }
  .top-bar .header-right .right-menu ul .dropdown {
    padding: 0 6px;
  }
  .top-bar .header-right .right-menu ul .dropdown + .dropdown {
    margin-left: 2px;
  }
  header .header-right .right-menu ul .dropdown + .dropdown {
    margin-left: 0;
  }
  header .menu .brand-logo img {
    width: 120px;
  }
}
@media (max-width: 576px) {
  header .header-right .right-menu ul .dropdown {
    padding: 20px 5px;
  }
  header .menu .brand-logo img {
    width: 110px;
    height: auto;
  }
  header .menu .coupon-box h6,
  header .menu .coupon-box .h6 {
    padding: 3px 5px;
    font-size: 12px;
  }
  header .menu .header-right li a svg {
    height: 14px;
    vertical-align: text-bottom;
  }
  .toggle-nav {
    padding-top: 22px;
    padding-bottom: 20px;
  }
}
@media (max-width: 575px) {
  header.header-centered .menu .brand-logo {
    margin-left: -23px;
  }
}
@media (max-width: 480px) {
  header .menu .coupon-box {
    display: none;
  }
}
@media (max-width: 420px) {
  header .header-right .right-menu ul li.cart ul.nav-submenu {
    width: 250px;
  }
  header .header-right .right-menu ul li.cart ul.nav-submenu li .close-circle {
    right: -10px;
    top: -10px;
  }
  header .header-right .right-menu ul li.cart ul.nav-submenu li .media img {
    height: 50px;
  }
  header .header-right .right-menu ul li.cart ul.nav-submenu li .media .media-body h5,
  header .header-right .right-menu ul li.cart ul.nav-submenu li .media .media-body .h5 {
    margin-bottom: 4px;
  }
}
@media (max-width: 480px) {
  header .header-right .right-menu ul .dropdown {
    padding: 20px 3px;
    width: 120px;
  }
}
@media (max-width: 360px) {
  .top-bar .header-right li a svg {
    width: 14px;
    height: 14px;
  }
  .top-bar .header-right .right-menu ul .dropdown {
    padding: 0 0 0 3px;
  }
  .top-bar .header-right .right-menu ul .dropdown + .dropdown {
    margin-left: 0;
  }
  ul + .dropdown header .header-right .right-menu ul li.cart ul.nav-submenu {
    right: -45px;
  }
}
footer.footer-brown {
  background: #232323;
}
footer.footer-brown .footer-details img {
  margin: -30px -6px -40px;
}
footer.footer-brown .footer-details p {
  font-size: 15px;
  margin-top: 45px;
}
footer.footer-brown .sub-footer {
  background-color: #1e1e1e;
}
footer.footer-brown .sub-footer .copy-right p svg {
  width: 16px;
  height: 16px;
  fill: var(--theme-default8);
  stroke: var(--theme-default8);
}
footer.footer-brown .sub-footer .footer-social ul li a {
  color: #d2d2d2;
}
footer.footer-brown .sub-footer .footer-social ul li a:hover {
  color: #ffffff;
}
footer.footer-brown .sub-footer .footer-social ul li + li {
  margin-left: 35px;
}
footer.footer-brown .sub-footer .footer-social ul li i {
  font-size: 16px;
}
footer.footer-brown .sub-footer p {
  color: #d2d2d2;
}
footer.footer-dark {
  background: #1b2c39;
}
footer.footer-dark .footer-details p {
  margin-top: 40px;
  color: rgba(255, 255, 255, 0.5);
}
footer.footer-dark .footer-links .footer-content p {
  color: rgba(255, 255, 255, 0.7);
}
footer.footer-dark .footer-contact {
  margin-bottom: -2px;
}
footer.footer-dark .sub-footer .footer-social ul li a:hover {
  color: rgba(255, 255, 255, 0.8);
}
footer.footer-res .footer-links .footer-content {
  margin-top: 36px;
}
footer.footer-res .footer-links .footer-content p {
  margin-top: 10px;
}
footer.footer-res .footer-links .footer-content li a svg {
  float: left;
  stroke-width: 2px;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-left: -5px;
  margin-right: 5px;
}
footer .footer-details p {
  font-weight: 500;
  margin: 18px 0;
}
footer .footer-details .footer-contact ul li {
  display: block;
  color: #ffffff;
  font-weight: 600;
}
footer .footer-details .footer-contact ul li + li {
  margin-top: 20px;
}
footer .footer-details .footer-contact ul li i {
  margin-right: 15px;
}
footer .footer {
  padding: 45px 0;
}
footer .sub-footer {
  padding: 12px 0;
}
footer .sub-footer p {
  font-size: 14px;
  font-weight: 500;
}
footer .sub-footer p i {
  color: #fb0118;
}
footer .sub-footer .row {
  align-items: center;
}
footer .sub-footer .sub-footer-link li a {
  color: #d2d2d2;
  font-weight: 500;
}
footer .sub-footer .sub-footer-link li a:hover {
  color: #ffffff;
}
footer .sub-footer .sub-footer-link li + li {
  margin-left: 20px;
}
footer .sub-footer.footer-light {
  background-color: #202020;
}
footer .sub-footer.footer-light p {
  color: #d2d2d2;
}
footer .sub-footer.sub-footer-dark {
  background-color: #182732;
}
footer .sub-footer.sub-footer-dark p {
  color: #d2d2d2;
}
footer .sub-footer.sub-footer-dark .sub-footer-link li a {
  color: #d2d2d2;
}
footer .sub-footer.sub-footer-dark .sub-footer-link li a:hover {
  color: #ffffff;
}
footer p {
  font-size: 13px;
  line-height: 2.2;
}
footer .footer-links h5,
footer .footer-links .h5 {
  position: relative;
  line-height: 1.6;
  color: #ffffff;
  font-weight: 600;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
}
footer .footer-links .footer-content {
  margin-top: 15px;
}
footer .footer-links .footer-content .for-dark {
  display: none;
}
footer .footer-links .footer-content li {
  display: block;
}
footer .footer-links .footer-content li a {
  color: rgba(255, 255, 255, 0.9);
}
footer .footer-links .footer-content li a:hover {
  color: white;
}
footer .footer-links .footer-content li + li {
  margin-top: 10px;
}
footer .footer-links .footer-content p {
  font-size: 14px;
  color: #d2d2d2;
  line-height: 1.6;
}
footer .footer-links .footer-content p a {
  color: #d2d2d2;
}
footer .footer-links .footer-content .footer-map {
  padding-top: 5px;
}
footer .footer-links .footer-content .footer-map iframe {
  width: 330px;
  height: 200px;
}
footer .footer-links .footer-content .footer-blog {
  padding-top: 5px;
}
footer .footer-links .footer-content .footer-blog .media .img-overlay {
  position: relative;
}
footer .footer-links .footer-content .footer-blog .media .img-overlay::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  box-shadow: inset 0px -29px 18px 0px rgba(0, 0, 0, 0.6);
}
footer .footer-links .footer-content .footer-blog .media .media-body {
  margin-left: 20px;
}
footer .footer-links .footer-content .footer-blog .media .media-body h6,
footer .footer-links .footer-content .footer-blog .media .media-body .h6 {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 600;
}
footer .footer-links .footer-content .footer-blog .media .media-body h6 a,
footer .footer-links .footer-content .footer-blog .media .media-body .h6 a {
  color: rgba(255, 255, 255, 0.8);
}
footer .footer-links .footer-content .footer-blog .media + .media {
  margin-top: 20px;
}
footer .footer-links.footer-details .footer-content {
  margin-top: 0;
}
footer .footer-links .footer-title span {
  display: none;
}
footer.footer-light .footer {
  margin-bottom: -1px;
}
footer.footer-light .footer-links .footer-title {
  display: flex;
  align-items: center;
}
footer.footer-light .footer-links .footer-title .according-menu {
  position: relative;
  right: unset;
  top: unset;
}
footer.footer-light .footer-links .footer-title span {
  margin-left: 20px;
}
footer.footer-light .footer-links .footer-title span i {
  font-size: 14px;
}
footer.footer-light .footer-links h5,
footer.footer-light .footer-links .h5 {
  color: #586167;
  font-weight: 600;
}
footer.footer-light .footer-links .footer-content {
  margin-top: 36px;
}
footer.footer-light .footer-links .footer-content li a {
  color: #586167;
  display: block;
}
footer.footer-light .footer-links .footer-content li a svg {
  float: left;
  stroke-width: 2px;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-left: -5px;
  margin-right: 5px;
}
footer.footer-light .footer-links .footer-content li a:hover {
  color: var(--theme-default6);
}
footer.footer-light .footer-details {
  margin-bottom: -2px;
}
footer.footer-light .footer-details p {
  color: #586167;
  margin-top: 12px;
}
footer.footer-light .footer-details .footer-contact ul li {
  color: #586167;
}
.footer-left-space {
  padding-left: 40px;
}
.footer-bg {
  background-image: url("./media/footer-bg.jpg");
}
.footer-bg p {
  color: #d2d2d2;
}
.footer-bg .footer-details {
  background-color: #202020;
  padding: 30px;
}
.footer-bg .footer-details p {
  margin-top: 6px;
  margin-bottom: 30px;
}
.footer-bg .footer-details img {
  margin-top: -8px;
}
.footer-bg .footer-details h6,
.footer-bg .footer-details .h6 {
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700;
}
.footer-bg .footer-details .icon-list li a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #151515;
  border: 1px solid transparent;
  color: #ffffff;
  transition: 0.5s;
}
.footer-bg .footer-details .icon-list li a:hover {
  border: 1px solid #ffffff;
  transition: 0.5s;
}
.footer-bg .footer-details .icon-list li + li {
  margin-left: 4px;
}
.footer-bg .footer-links {
  padding-bottom: 30px;
}
.footer-bg .footer-links h5,
.footer-bg .footer-links .h5 {
  text-transform: uppercase;
  font-weight: 600;
}
.footer-bg .footer-links .footer-content {
  margin-top: 30px;
}
.footer-bg .footer-links .footer-content li a {
  color: #d2d2d2;
}
.footer-bg .footer-links .footer-content li + li {
  margin-top: 16px;
}
.footer-bg .footer-links .footer-content .input-group {
  margin-top: 45px;
}
.footer-bg .footer-links .footer-content .input-group input {
  background-color: #202020;
  border: none;
  border-radius: 23px 0 0 23px;
  padding: 10px 30px;
  font-size: 14px;
  color: #ffffff;
}
.footer-bg .footer-links .footer-content .input-group input::placeholder {
  color: #878787;
  font-weight: 500;
}
.footer-bg .footer-links .footer-content .input-group .input-group-text {
  position: relative;
  color: #ffffff;
  border-radius: 0 23px 23px 0;
  background-image: var(--theme-gradient7);
  border: none;
  padding: 10px 15px 10px 10px;
  height: 100%;
}
.footer-bg .footer-links .footer-content .input-group .input-group-text::after {
  box-shadow: 5.353px 5.945px 12px var(--theme-default3);
  opacity: 0.26;
  border-radius: 0 23px 23px 0;
}
.footer-bg .bottom-blog {
  padding-top: 30px;
  margin-left: 40px;
  border-top: 1px solid #202020;
}
.footer-bg .bottom-blog .footer-links {
  padding-bottom: 0;
  position: relative;
}
.footer-bg .bottom-blog .footer-links .footer-content {
  margin-top: 0;
}
.footer-bg .bottom-blog .media .img-overlay {
  position: relative;
}
.footer-bg .bottom-blog .media .img-overlay img {
  width: 52px;
  height: 52px;
  border-radius: 5px;
}
.footer-bg .bottom-blog .media .img-overlay::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  box-shadow: inset 0px -10px 18px 0px rgba(0, 0, 0, 0.8);
}
.footer-bg .bottom-blog .media .media-body {
  margin-left: 20px;
}
.footer-bg .bottom-blog .media .media-body h6,
.footer-bg .bottom-blog .media .media-body .h6 {
  color: #ffffff;
  font-weight: 500;
  text-transform: uppercase;
}
.footer-bg .bottom-blog .media .media-body h6 a,
.footer-bg .bottom-blog .media .media-body .h6 a {
  color: #ffffff;
}
.footer-bg .bottom-blog .media .media-body p {
  line-height: 1.4;
  margin-bottom: -1px;
}
.footer-bg .bottom-blog .media .media-body p a {
  color: #d2d2d2;
}
.footer-bg .bottom-blog .slick-initialized .slick-slide {
  margin-bottom: -1px;
}
body {
  transition: 0.5s;
}
body.dark-layout {
  transition: 0.5s;
  background-color: #1b1b1b;
  color: rgba(255, 255, 255, 0.9);
}
body.dark-layout h2,
body.dark-layout .h2,
body.dark-layout h3,
body.dark-layout .h3 {
  color: rgba(255, 255, 255, 0.9);
}
body.dark-layout p {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-layout .custom-dropdown .custom-dropdown-menu {
  background-color: #1b1b1b;
  border-color: #383434;
}
body.dark-layout .tab-icon .filters ul li {
  border-bottom: 3px solid #2c2b2b;
}
body.dark-layout .tab-icon .filters ul li lord-icon {
  filter: brightness(0) invert(1);
}
body.dark-layout .tab-icon .filters ul li.active {
  color: rgba(255, 255, 255, 0.9);
  border-bottom: 3px solid var(--theme-default3);
}
body.dark-layout .terms-bottom-content {
  background-color: #1b1b1b;
}
body.dark-layout .feature-section .owl-carousel .owl-nav .owl-prev {
  background-color: #1b1b1b;
}
body.dark-layout .feature-section .owl-carousel .owl-nav .owl-next {
  background-color: #1b1b1b;
}
body.dark-layout.layout-bg section {
  background-color: #202020;
}
body.dark-layout.layout-bg section.bg-light {
  background-color: #1d1d1d !important;
}
body.dark-layout.layout-bg .feature-section .feature-content {
  background-color: #232323;
}
body.dark-layout .top-bar .top-nav ul.header-right .right-menu .nav-menu .dropdown svg {
  stroke: #ffffff;
}
body.dark-layout .btn-outline-light {
  color: rgba(255, 255, 255, 0.5);
}
body.dark-layout .btn-outline-light:hover {
  color: #1c2d3a;
}
body.dark-layout .about-section .about-1 .owl-carousel .owl-nav [class*=owl-] {
  background: #232323;
}
body.dark-layout .btn-outline-dark {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-layout .compare-page .table-wrapper .table {
  border: 1px solid #383434;
}
body.dark-layout .compare-page .table-wrapper .table thead .th-compare td {
  background: #232323;
  color: rgba(255, 255, 255, 0.8);
  border-right: 1px solid #383434;
  border-bottom-color: #383434;
}
body.dark-layout .compare-page .table-wrapper .table thead .th-compare th {
  border-bottom: 1px solid #383434;
  border-right: 1px solid #383434;
}
body.dark-layout .compare-page .table-wrapper .table thead .th-compare th .remove {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-layout .compare-page .table-wrapper .table tbody tr p {
  color: rgba(255, 255, 255, 0.5);
}
body.dark-layout .compare-page .table-wrapper .table tbody tr .property_price h6 a,
body.dark-layout .compare-page .table-wrapper .table tbody tr .property_price .h6 a {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-layout .compare-page .table-wrapper .table tbody tr th {
  background: #232323;
  color: rgba(255, 255, 255, 0.6);
  border: 1px solid #383434;
  border-left: unset;
}
body.dark-layout .compare-page .table-wrapper .table tbody tr td {
  border: 1px solid #383434;
  border-left: unset;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-layout .grid-box {
  background-color: #232323;
}
body.dark-layout .feature-section .feature-1 .feature-wrapper .property-details h6,
body.dark-layout .feature-section .feature-1 .feature-wrapper .property-details .h6 {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-layout .feature-section .feature-1 .feature-wrapper .property-details ul li img {
  filter: brightness(0) invert(1);
}
body.dark-layout .feature-section .video-details.feature-content .left-sidebar label {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-layout .video-layout .video-details .left-sidebar label {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-layout .video-layout .overlay-content .left-sidebar {
  background-color: #1b1b1b;
}
body.dark-layout header .header-right .right-menu ul .cart ul.nav-submenu li:last-child {
  border-top: 1px solid #383434;
}
body.dark-layout header .header-right .right-menu ul .dropdown ul.nav-submenu li .total h5,
body.dark-layout header .header-right .right-menu ul .dropdown ul.nav-submenu li .total .h5 {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-layout header .header-right .right-menu ul .dropdown ul.nav-submenu li .media .media-body span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-layout header .header-right .right-menu ul .dropdown ul.nav-submenu.open {
  background: #232323;
}
body.dark-layout header .header-right .right-menu ul .dropdown ul.nav-submenu.open li a {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-layout .theme-card {
  background: #232323;
  box-shadow: -1px 0px 7px 1px rgba(0, 0, 0, 0.2);
}
body.dark-layout .card-header {
  border-bottom: 1px solid #383434;
}
body.dark-layout .dropdown .dropdown-menu {
  background-color: #232323;
  border-color: #383434;
}
body.dark-layout .dropdown .dropdown-menu .dropdown-item:active,
body.dark-layout .dropdown .dropdown-menu .dropdown-item .active {
  background-color: #1b1b1b;
  color: rgba(255, 255, 255, 0.7);
}
body.dark-layout .dropdown .dropdown-menu .dropdown-item:hover,
body.dark-layout .dropdown .dropdown-menu .dropdown-item:focus {
  background-color: #1a1919;
}
body.dark-layout .dropdown .dropdown-toggle i {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-layout .dropdown-item {
  color: rgba(255, 255, 255, 0.5);
}
body.dark-layout .dropdown-item:hover,
body.dark-layout .dropdown-item:focus {
  background-color: #1b1b1b;
}
body.dark-layout .layout-home3 .banner-3 .btn.btn-solid:hover {
  background-color: #ffffff;
}
body.dark-layout .layout-home3 .arrow-image .slick-arrow .slick-thumb-nav::after {
  background: #ffffff;
}
body.dark-layout .project-details .detail-container {
  border-bottom: 1px solid #383434;
}
body.dark-layout .portfolio-creative .content-sec {
  border-color: #383434;
}
body.dark-layout .portfolio-creative .content-sec h3 a,
body.dark-layout .portfolio-creative .content-sec .h3 a {
  color: rgba(255, 255, 255, 0.9);
}
body.dark-layout .bg-light {
  background-color: #202020 !important;
}
body.dark-layout .modal-content {
  background-color: #1b1b1b;
}
body.dark-layout .shadow-cls {
  box-shadow: 3.346px 3.716px 22.5px #232323;
}
body.dark-layout header.header-9.shadow-cls {
  box-shadow: 3.346px 3.716px 22.5px #1d1c1c;
}
body.dark-layout .agent-section .agent-wrap {
  border-left-color: #383434;
}
body.dark-layout .agent-section .our-agent-details ul li .media .media-body h6,
body.dark-layout .agent-section .our-agent-details ul li .media .media-body .h6 {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-layout .agent-section .agent-content .agent-contact li {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-layout .property-section .property-box .property-image .overlay-property-box .effect-round {
  background: #232323;
}
body.dark-layout .property-section .property-box .property-image .overlay-property-box .effect-round svg {
  stroke: rgba(255, 255, 255, 0.7);
}
body.dark-layout .property-section .property-box .property-details > ul > li > img {
  filter: brightness(0) invert(1);
}
body.dark-layout .service-section .property-service > div .service-box h3,
body.dark-layout .service-section .property-service > div .service-box .h3 {
  -webkit-text-fill-color: #ffffff;
}
body.dark-layout .service-section .property-service > div .service-box h3 a,
body.dark-layout .service-section .property-service > div .service-box .h3 a {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-layout .property-grid .property-box .agent-image {
  border-bottom: 1px solid #383434;
}
body.dark-layout .property-grid.list-view .property-box .agent-image {
  border-right: 1px solid #383434;
  border-bottom: none;
}
body.dark-layout .arrow-image .slick-arrow .slick-thumb-nav::after {
  background: #282727;
}
body.dark-layout .coming-simple .site-construction h4,
body.dark-layout .coming-simple .site-construction .h4 {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-layout .property-list-details li {
  color: rgba(255, 255, 255, 0.75);
}
body.dark-layout .property-list-details li span {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-layout .single-property-section .single-title {
  background-color: #232323;
}
body.dark-layout .single-property-section .left-single ul li > div img {
  filter: brightness(0.5) invert(0.7);
}
body.dark-layout .single-property-section .left-single .share-buttons > div .share-hover {
  background-color: #232323;
}
body.dark-layout .single-property-section .left-single .share-buttons > div .share-hover ul li + li {
  border-color: #383434;
}
body.dark-layout .title-3.inner-title h2,
body.dark-layout .title-3.inner-title .h2 {
  color: rgba(255, 255, 255, 0.9);
}
body.dark-layout .single-property .description-section .desc-box {
  background-color: #232323;
}
body.dark-layout .single-property .description-section .desc-box p {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-layout .single-property .description-section .attach-file {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-layout .single-property .description-section .attach-file:hover {
  color: var(--theme-default4);
}
body.dark-layout .single-property .description-section .menu-top {
  background-color: #232323;
  border-bottom: 1px solid #383434;
}
body.dark-layout .single-property .description-section .menu-top li a {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-layout .single-property .description-section .menu-top li.active a {
  color: var(--theme-default4);
}
body.dark-layout .nav-tabs {
  border-bottom: 1px solid #383434;
}
body.dark-layout .nav-tabs .nav-link.active,
body.dark-layout .nav-tabs .nav-item.show .nav-link {
  background-color: transparent;
}
body.dark-layout .line-tab.nav-tabs .nav-link {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-layout .line-tab.nav-tabs .nav-link.active {
  color: var(--theme-default4);
}
body.dark-layout .pagination-tab.nav-tabs {
  border-bottom: none;
}
body.dark-layout form label {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-layout .form-control {
  background-color: #232323;
  border-color: #383434;
  color: rgba(255, 255, 255, 0.7);
}
body.dark-layout .form-control::placeholder,
body.dark-layout .form-control:focus {
  color: rgba(255, 255, 255, 0.5);
}
body.dark-layout .checkbox_animated:after {
  background: #1b1b1b;
  border: 2px solid #383434;
}
body.dark-layout .btn.btn-dashed {
  color: rgba(255, 255, 255, 0.8);
  border-color: #383434;
}
body.dark-layout .btn.btn-light-bg:hover {
  background: #1b1b1b;
}
body.dark-layout .btn.btn-solid:hover {
  background: #1b1b1b;
}
body.dark-layout .btn.btn-white {
  background: #1b1b1b;
}
body.dark-layout .btn.btn-white:hover {
  box-shadow: 0 4px 6px 2px #383434;
}
body.dark-layout .log-in form .form-group input {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-layout .log-in form .form-group .input-group .input-group-text i,
body.dark-layout .log-in form .form-group .input-group .input-group-text svg {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-layout .log-in form .btn.btn-dashed {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-layout .log-in form .btn.btn-dashed.color-2:hover {
  color: var(--theme-default4);
}
body.dark-layout .title-2 p {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-layout .title-3 p {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-layout .page-link {
  background-color: #1b1b1b;
  border: 1px solid #383434;
}
body.dark-layout .error-section {
  background-color: #232323;
}
body.dark-layout .arrow-white .slick-arrow {
  box-shadow: 0px 0 35px 0px rgba(35, 35, 35, 0.07);
  background-color: #232323;
}
body.dark-layout .input-group-text {
  border: 1px solid #383434;
}
body.dark-layout header .menu .for-light {
  display: none;
}
body.dark-layout header .menu .for-dark {
  display: block;
}
body.dark-layout header .main-navbar .nav-menu > li .nav-submenu,
body.dark-layout header .main-navbar .nav-menu > li .mega-menu-container {
  background: #232323;
  box-shadow: 0 1px 5px 0 rgba(27, 27, 27, 0.2);
}
body.dark-layout header .main-navbar .nav-menu > li .nav-submenu li a,
body.dark-layout header .main-navbar .nav-menu > li .mega-menu-container li a {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-layout header .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu,
body.dark-layout header .main-navbar .nav-menu > li .mega-menu-container li .nav-sub-childmenu {
  background: #232323;
  box-shadow: 0 0 1px 0 #1b1b1b;
}
body.dark-layout header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-layout header.header-3 {
  background-color: #303030;
}
body.dark-layout header.header-4,
body.dark-layout header.light-header {
  background: #1b1b1b;
}
body.dark-layout header.header-4 .main-navbar .nav-menu > li > a,
body.dark-layout header.light-header .main-navbar .nav-menu > li > a {
  color: rgba(255, 255, 255, 0.9);
}
body.dark-layout header.header-4 .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title h5,
body.dark-layout header.header-4 .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title .h5,
body.dark-layout header.light-header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title h5,
body.dark-layout header.light-header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-title .h5 {
  color: rgba(255, 255, 255, 0.9);
}
body.dark-layout header.header-4 .menu .header-right li .search-box .form-group::before {
  background-color: #1b1b1b;
}
body.dark-layout header.light-header .menu .header-right li a {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-layout header.light-header .toggle-nav i {
  color: #ffffff;
}
body.dark-layout .animate-rdi label {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-layout .about-section .about-1 .owl-carousel .owl-prev,
body.dark-layout .about-section .about-1 .owl-carousel .owl-next {
  background: #232323;
}
body.dark-layout .map-search .filter .dropdown {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-layout .map-search .filter .dropdown .dropdown-toggle {
  color: #000000;
}
body.dark-layout .ratio-card .card-header h5,
body.dark-layout .ratio-card .card-header .h5 {
  color: #ffffff;
}
body.dark-layout .ratio-card .card-body {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-layout .theme-title .theme-card .card-header {
  border-bottom: 1px solid #383434;
}
body.dark-layout .card-header.border-bottom {
  border-bottom: 1px solid #383434 !important;
}
body.dark-layout .dropzone ngx-dropzone {
  border: 2px dashed #383434;
}
body.dark-layout .top-bar .top-content .brand-logo .for-light {
  display: none;
}
body.dark-layout .top-bar .top-content .brand-logo .for-dark {
  display: block;
}
body.dark-layout .top-bar .top-content .top-bar-right .input-group {
  background-color: #303030;
}
body.dark-layout .top-bar .top-content .top-bar-right .input-group input {
  border-left: 1px solid #3b4249;
  border-right: 1px solid #3b4249;
}
body.dark-layout .top-bar .top-content .top-bar-right .input-group .input-group-text {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-layout .top-bar.top-bar-7 .filter-bottom-content {
  background-color: #232323;
}
body.dark-layout .signup-modal .signup-tab h4,
body.dark-layout .signup-modal .signup-tab .h4 {
  color: rgba(255, 255, 255, 0.95);
}
body.dark-layout .signup-modal .signup-tab .nav-tabs .nav-link {
  border: 1px solid #383434;
}
body.dark-layout .signup-modal .signup-tab form span {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-layout .signup-modal .signup-tab form .form-group .input-group input {
  background-color: transparent;
}
body.dark-layout .signup-modal .signup-tab form .form-group svg,
body.dark-layout .signup-modal .signup-tab form .form-group i {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-layout .signup-modal .signup-tab form a {
  color: rgba(255, 255, 255, 0.5);
}
body.dark-layout .log-in h6,
body.dark-layout .log-in .h6 {
  color: rgba(255, 255, 255, 0.9);
}
body.dark-layout .log-in form .form-group .input-group input {
  border-bottom: 1px solid #383434;
  background: transparent;
}
body.dark-layout .log-in form .form-group .input-group input ~ .input-group-text {
  border-bottom: 1px solid #383434;
}
body.dark-layout .log-in form .form-group .input-group .input-group-text {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-layout .log-in form .form-group .input-group .input-group-apend .input-group-text {
  border-bottom: 1px solid #383434;
}
body.dark-layout .log-in form .form-group textarea {
  border-bottom: 1px solid #383434;
  background: transparent;
  color: rgba(255, 255, 255, 0.6);
}
body.dark-layout .log-in form .form-group .important-note {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-layout .log-in form .d-flex a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-layout .log-in .divider h6,
body.dark-layout .log-in .divider .h6 {
  background: #232323;
}
body.dark-layout .log-in .divider::after {
  background-color: #383434;
}
body.dark-layout .property-wizard .dropdown {
  border: 1px solid #383434;
  color: rgba(255, 255, 255, 0.5);
}
body.dark-layout .property-wizard .dropdown .dropdown-item {
  color: rgba(255, 255, 255, 0.5);
}
body.dark-layout .property-wizard .dropdown .dropdown-toggle {
  background: #232323;
}
body.dark-layout .property-wizard .dropdown .dropdown-toggle i {
  color: rgba(255, 255, 255, 0.5);
}
body.dark-layout .property-wizard .feature-checkbox label {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-layout .property-wizard.horizontal-wizard .wizard-box .wizard-step-container .wizard-form-details .text-end p {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-layout .property-wizard.horizontal-wizard .wizard-box .wizard-step-container .wizard-steps {
  border-bottom: 1px solid #383434;
}
body.dark-layout .property-wizard.horizontal-wizard .wizard-box .wizard-step-container .input-data .account-content h3,
body.dark-layout .property-wizard.horizontal-wizard .wizard-box .wizard-step-container .input-data .account-content .h3 {
  color: rgba(255, 255, 255, 0.9);
}
body.dark-layout .property-wizard.horizontal-wizard .wizard-box .wizard-step-container .input-data .account-content ul li {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-layout .property-wizard .wizard-box .wizard-step-container .wizard-steps li .media .step-icon {
  background-color: #1b1b1b;
}
body.dark-layout .dropzone {
  border-color: #383434;
}
body.dark-layout .dropzone .dz-preview {
  background-color: #1a1919;
}
body.dark-layout .dropzone .dz-preview .dz-details {
  background-color: #383434;
}
body.dark-layout .dropzone .dz-preview .dz-error-message {
  background: #1a1919;
}
body.dark-layout .dropzone .dz-preview .dz-error-message::after {
  border-bottom: 6px solid #1a1919;
}
body.dark-layout .left-sidebar .dropdown {
  border-color: #383434;
}
body.dark-layout .left-sidebar .dropdown .dropdown-toggle i {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-layout .left-sidebar,
body.dark-layout .blog-sidebar {
  background: #232323;
}
body.dark-layout .blog-sidebar .search-bar input {
  background-color: #1b1b1b;
  color: rgba(255, 255, 255, 0.8);
}
body.dark-layout .filter-bottom-content {
  background: #232323;
  box-shadow: 0 0 24px 0 rgba(27, 27, 27, 0.1);
}
body.dark-layout .price-range label {
  color: #ffffff;
}
body.dark-layout .price-range input {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.8);
}
body.dark-layout .product-filter-tags li a.filter_tag {
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.9);
}
body.dark-layout .filter-cards .advance-card > h6,
body.dark-layout .filter-cards .advance-card > .h6 {
  color: rgba(255, 255, 255, 0.85);
}
body.dark-layout .filter-cards .advance-card .recent-property ul li .media .media-body h5,
body.dark-layout .filter-cards .advance-card .recent-property ul li .media .media-body .h5 {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-layout .filter-cards .advance-card .recent-property ul li .media .media-body span span {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-layout .filter-cards .advance-card .category-property .agent-info h6,
body.dark-layout .filter-cards .advance-card .category-property .agent-info .h6 {
  color: rgba(255, 255, 255, 0.85);
}
body.dark-layout .filter-cards .advance-card .category-property ul li {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-layout .filter-cards .advance-card .category-property ul li a {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-layout .filter-cards .advance-card .category-property ul li a span {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-layout .filter-cards .advance-card .category-property ul li a:hover,
body.dark-layout .filter-cards .advance-card .category-property ul li a:focus {
  color: var(--theme-default3);
}
body.dark-layout .filter-cards .advance-card .category-property form .input-group-text {
  border: 1px solid #383434;
}
body.dark-layout .filter-cards .advance-card .category-property form input,
body.dark-layout .filter-cards .advance-card .category-property form textarea {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-layout .filter-cards .advance-card .tags ul li {
  background-color: #1b1b1b;
}
body.dark-layout .filter-cards .advance-card .tags ul li a {
  color: rgba(255, 255, 255, 0.9);
}
body.dark-layout .filter-cards .advance-card .tags ul li a:hover {
  color: var(--theme-default4);
}
body.dark-layout .filter-cards .advance-card .back-btn {
  border-bottom: 1px solid #383434;
}
body.dark-layout .filter-panel {
  border-bottom: 1px solid #383434;
}
body.dark-layout .filter-panel .filters ul li {
  background-color: #282727;
}
body.dark-layout .filter-panel .grid-list-filter li > a,
body.dark-layout .filter-panel .grid-list-filter li .dropdown-toggle,
body.dark-layout .filter-panel .grid-list-filter li .filter-bottom-title {
  color: rgba(255, 255, 255, 0.85);
  border: 1px solid #383434;
}
body.dark-layout .filter-panel .grid-list-filter li.active a {
  color: var(--theme-default3);
  border-color: var(--theme-default3);
}
body.dark-layout .filter-panel .grid-list-filter li .dropdown-menu a {
  color: rgba(255, 255, 255, 0.85);
}
body.dark-layout .filter-panel .d-lg-none .mobile-filter {
  border: 1px solid #383434;
  color: rgba(255, 255, 255, 0.85);
}
body.dark-layout .home-section.layout-5 .decor-image {
  filter: brightness(0.9) invert(0.99);
}
body.dark-layout .home-section.layout-9 {
  background-color: rgba(27, 27, 27, 0.99);
}
body.dark-layout .home-section.layout-9 .home-main .home-content h1,
body.dark-layout .home-section.layout-9 .home-main .home-content .h1,
body.dark-layout .home-section.layout-9 .home-main .home-content h6,
body.dark-layout .home-section.layout-9 .home-main .home-content .h6 {
  color: rgba(255, 255, 255, 0.95);
}
body.dark-layout .home-section.layout-9 .arrow-light img {
  filter: brightness(0.8) invert(0.95);
}
body.dark-layout .box.text-affect .title h1,
body.dark-layout .box.text-affect .title .h1 {
  color: white;
}
body.dark-layout .box.text-affect .role p {
  color: white;
}
body.dark-layout .looking-icons ul li .looking-icon {
  background-color: #1b1b1b;
  box-shadow: 3.346px 3.716px 22.5px rgba(56, 52, 52, 0.04);
}
body.dark-layout .layout-home8 {
  background-color: #232323;
}
body.dark-layout .layout-home8 .home-content h1,
body.dark-layout .layout-home8 .home-content .h1,
body.dark-layout .layout-home8 .home-content h6,
body.dark-layout .layout-home8 .home-content .h6 {
  color: rgba(255, 255, 255, 0.9);
}
body.dark-layout .layout-home8::after {
  filter: brightness(0.9) invert(1);
}
body.dark-layout .search-with-tab .nav-tabs {
  border-bottom: none;
}
body.dark-layout .search-with-tab .nav-tabs .nav-item .nav-link {
  background: #1b1b1b;
}
body.dark-layout .search-with-tab .tab-content {
  background-color: #1b1b1b;
}
body.dark-layout .search-with-tab .tab-content::before {
  border-bottom-color: #1b1b1b;
}
body.dark-layout .search-with-tab .tab-content .review-form .form-control {
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
}
body.dark-layout .search-with-tab .tab-content .review-form .dropdown {
  border-color: #383434;
}
body.dark-layout .search-withmap .left-sidebar {
  background-color: #1b1b1b;
}
body.dark-layout .search-withmap .left-sidebar label {
  color: rgba(255, 255, 255, 0.9);
}
body.dark-layout .search-withmap .left-sidebar .price-range label,
body.dark-layout .search-withmap .left-sidebar .price-range input {
  color: rgba(255, 255, 255, 0.9);
}
body.dark-layout .new-property .feature-content {
  background-color: #1b1b1b;
}
body.dark-layout .vertical-search .left-sidebar .dropdown {
  background-color: #232323;
}
body.dark-layout .terms-section .terms-wrapper h4,
body.dark-layout .terms-section .terms-wrapper .h4 {
  color: rgba(255, 255, 255, 0.85);
}
body.dark-layout .terms-section .terms-wrapper ul li {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-layout .map-modal .left-sidebar {
  background: #232323;
}
body.dark-layout .btn-close {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-layout .portfolio-grid .filter-panel {
  border-bottom: none;
}
body.dark-layout .portfolio-grid .property-text h3 a,
body.dark-layout .portfolio-grid .property-text .h3 a {
  color: rgba(255, 255, 255, 0.9);
}
body.dark-layout .property-section .property-box {
  background-color: #232323;
}
body.dark-layout .property-section .property-box .property-details .icon-property li + li::before {
  background-color: #383434;
}
body.dark-layout .property-section .property-2 .property-box .property-details > a {
  background:
    linear-gradient(
      to right,
      rgba(255, 255, 255, 0.95) 0%,
      rgba(255, 255, 255, 0.95) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.dark-layout .property-section .property-2 .property-box:hover .property-details > a {
  background: var(--theme-gradient6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.dark-layout .property-section .property-box-flat .property-box .property-details h3 a,
body.dark-layout .property-section .property-box-flat .property-box .property-details .h3 a {
  color: rgba(255, 255, 255, 0.9);
}
body.dark-layout .property-section .property-box-flat .property-box .property-details p {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-layout .property-section .list-property .property-box .property-image .overlay-property .overlay-box {
  background-color: #232323;
}
body.dark-layout .property-section .list-property .property-box .property-image .overlay-property .overlay-box h4,
body.dark-layout .property-section .list-property .property-box .property-image .overlay-property .overlay-box .h4 {
  color: rgba(255, 255, 255, 0.9);
}
body.dark-layout .property-section .list-property .property-box .property-image .overlay-property .overlay-box p {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-layout .property-section .nav-tabs .nav-link.active,
body.dark-layout .property-section .nav-tabs .nav-link:hover,
body.dark-layout .property-section .nav-tabs .nav-link:focus {
  background-color: #ffffff;
}
body.dark-layout .property-section .nav-tabs.pagination-tab .nav-link.active,
body.dark-layout .property-section .nav-tabs.pagination-tab .nav-link:hover,
body.dark-layout .property-section .nav-tabs.pagination-tab .nav-link:focus {
  background-color: transparent;
}
body.dark-layout .property-details > a {
  color: #ffffff;
}
body.dark-layout .property-details ul li + li {
  border-left: 1px solid #383434;
}
body.dark-layout .user-dashboard .sidebar-user {
  background-color: #232323;
}
body.dark-layout .user-dashboard .dashboard-content .common-card {
  background-color: #232323;
}
body.dark-layout .user-dashboard .property-overview table tr th {
  color: rgba(255, 255, 255, 0.9);
}
body.dark-layout .user-dashboard .property-overview table tr td .d-flex h6,
body.dark-layout .user-dashboard .property-overview table tr td .d-flex .h6 {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-layout .user-dashboard .switch .switch-state {
  background-color: #0f0f0f;
}
body.dark-layout .user-dashboard .switch input:checked + .switch-state {
  background-color: #0AC113;
}
body.dark-layout .right-line-tab {
  border-bottom: none;
}
body.dark-layout .right-line-tab .nav-item .nav-link {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-layout .right-line-tab .nav-item .nav-link.active {
  color: var(--theme-default3);
}
body.dark-layout .apexcharts-canvas text {
  fill: rgba(255, 255, 255, 0.7);
}
body.dark-layout .apexcharts-tooltip.light {
  border: 1px solid #383434;
  background: #1b1b1b;
}
body.dark-layout .apexcharts-tooltip.light .apexcharts-tooltip-title {
  background: #232323;
  border-bottom: 1px solid #383434;
}
body.dark-layout #overviewchart svg linearGradient stop[stop-opacity="0.4"] {
  stop-color: #232323;
}
body.dark-layout .modal-footer {
  border-top: 1px solid #383434;
}
body.dark-layout .card-payment .payment-card.add-card {
  background-color: #1b1b1b;
  background-image: unset;
}
body.dark-layout .edit-profile-modal form .form-control {
  color: rgba(255, 255, 255, 0.5);
}
body.dark-layout .edit-profile-modal form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
body.dark-layout .gj-picker-bootstrap {
  color: #1c2d3a;
}
body.dark-layout .gj-datepicker-bootstrap [role=right-icon] button {
  border: 1px solid #383434;
}
body.dark-layout .feature-section .feature-content {
  box-shadow: #232323 0px 0px 75px;
  background-color: #282727;
}
body.dark-layout .feature-section .feature-content .details h3,
body.dark-layout .feature-section .feature-content .details .h3,
body.dark-layout .feature-section .feature-content .details > span,
body.dark-layout .feature-section .feature-content .feature-price h3,
body.dark-layout .feature-section .feature-content .feature-price .h3,
body.dark-layout .feature-section .feature-content .feature-price > span {
  color: rgba(255, 255, 255, 0.9);
}
body.dark-layout .feature-section .feature-content .details h3 a,
body.dark-layout .feature-section .feature-content .details .h3 a,
body.dark-layout .feature-section .feature-content .feature-price h3 a,
body.dark-layout .feature-section .feature-content .feature-price .h3 a {
  color: rgba(255, 255, 255, 0.9);
}
body.dark-layout .feature-section .feature-content .details p,
body.dark-layout .feature-section .feature-content .feature-price p {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-layout .feature-section .feature-content .details span,
body.dark-layout .feature-section .feature-content .feature-price span {
  color: rgba(255, 255, 255, 0.9);
}
body.dark-layout .feature-section .feature-content .detail-list {
  border-top: 1px solid #383434;
  border-bottom: 1px solid #383434;
}
body.dark-layout .feature-section .feature-content .detail-list li .d-flex h6,
body.dark-layout .feature-section .feature-content .detail-list li .d-flex .h6 {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-layout .feature-section .feature-content .feature-price li h6,
body.dark-layout .feature-section .feature-content .feature-price li .h6 {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-layout .feature-section .feature-1 .feature-wrapper .property-details {
  box-shadow: 6.691px 7.431px 12.5px rgba(35, 35, 35, 0.07);
  background-color: #1b1b1b;
}
body.dark-layout .feature-section .feature-3 .slick-next,
body.dark-layout .feature-section .feature-3 .slick-prev {
  background: #1b1b1b;
}
body.dark-layout .feature-section .modern-feature .feature-wrap .feature-content {
  background-color: transparent;
}
body.dark-layout .feature-section.bg-half::before {
  background-color: #232323;
}
body.dark-layout .new-property .feature-content .details h3 span,
body.dark-layout .new-property .feature-content .details .h3 span {
  color: var(--theme-default3);
}
body.dark-layout .layout-map .feature-section .feature-content {
  box-shadow: none;
}
body.dark-layout .layout-map .withmap-horizontal .search-panel .width-fit > div + div {
  border-left-color: #383434;
}
body.dark-layout .service-section .property-service > div .service-box {
  background-color: #282828;
  box-shadow: 3px 3px 3px rgba(56, 52, 52, 0.07);
}
body.dark-layout .service-section .property-service > div .service-box p {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-layout .service-section .property-service > div .service-box .icon-round {
  border: 2px solid #383434;
}
body.dark-layout .service-section.service-2 .property-service > div .service-box h3,
body.dark-layout .service-section.service-2 .property-service > div .service-box .h3 {
  color: rgba(255, 255, 255, 0.9);
}
body.dark-layout .service-section.service-bg::after {
  background-color: #232323;
}
body.dark-layout .service-slider .service-wrapper .service-details {
  background-color: #1b1b1b;
  box-shadow: #282727 0px 0px 35px;
}
body.dark-layout .service-slider .service-wrapper .service-details h3,
body.dark-layout .service-slider .service-wrapper .service-details .h3 {
  color: rgba(255, 255, 255, 0.9);
}
body.dark-layout .service-slider .service-wrapper .service-details h3 a,
body.dark-layout .service-slider .service-wrapper .service-details .h3 a {
  color: rgba(255, 255, 255, 0.9);
}
body.dark-layout .service-slider .service-wrapper .service-details p {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-layout .why-choose .service-section .property-service > div .service-box {
  background-color: #282828;
}
body.dark-layout .about-section .about-wrap .about-content .our-details {
  background-color: #232323;
}
body.dark-layout .about-section .about-wrap.about-2 .about-content .our-details p {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-layout .about-box .agent-image .overlay-agent .agent-details {
  background-color: #1b1b1b;
}
body.dark-layout .about-box .agent-image .overlay-agent .agent-details h5,
body.dark-layout .about-box .agent-image .overlay-agent .agent-details .h5 {
  color: rgba(255, 255, 255, 0.9);
}
body.dark-layout .about-box .agent-image .overlay-agent .agent-details p {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-layout .about-box .agent-image .overlay-agent .agent-details > span {
  color: rgba(255, 255, 255, 0.9);
}
body.dark-layout .about-box .agent-image .overlay-agent .agent-details ul li a {
  box-shadow: 0 0 20px 0 #383434;
}
body.dark-layout .banner-2 {
  background-color: #1b1b1b;
}
body.dark-layout .banner-2 .banner-right h6,
body.dark-layout .banner-2 .banner-right .h6,
body.dark-layout .banner-2 .banner-right p {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-layout .banner-3 h2,
body.dark-layout .banner-3 .h2,
body.dark-layout .banner-3 p {
  color: #586167;
}
body.dark-layout .testimonial-1 .pepole-comment .client-msg {
  background: #282828;
}
body.dark-layout .testimonial-1 .pepole-comment .client-msg p {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-layout .testimonial-1 .pepole-comment .client-msg::before {
  border-top: 14px solid #282828;
}
body.dark-layout .our-client {
  box-shadow: #232323 0px 0px 75px;
  background: #282828;
}
body.dark-layout .our-client .client-right p {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-layout .our-client .client-right h3,
body.dark-layout .our-client .client-right .h3 {
  color: rgba(255, 255, 255, 0.85);
}
body.dark-layout .our-client .client-right h6,
body.dark-layout .our-client .client-right .h6 {
  color: rgba(255, 255, 255, 0.65);
}
body.dark-layout .our-client .quote-img img {
  filter: brightness(0.5) invert(0.5);
}
body.dark-layout .modern-client .comment-right {
  background: #232323;
  box-shadow: #232323 -2.575px 4.286px 25px;
}
body.dark-layout .modern-client .comment-right h6,
body.dark-layout .modern-client .comment-right .h6 {
  color: rgba(255, 255, 255, 0.9);
}
body.dark-layout .modern-client .comment-right p {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-layout .user-about .about-listing {
  box-shadow: 3.346px 3.716px 22.5px #383434;
}
body.dark-layout .user-about .map-image {
  background-color: rgba(27, 27, 27, 0.9);
}
body.dark-layout .effect-cls:after {
  filter: brightness(0.9) invert(1);
}
body.dark-layout .blog-1 .blog-box {
  background-color: #232323;
}
body.dark-layout .blog-1 .blog-box .blog-content {
  background-color: #232323;
}
body.dark-layout .blog-1 .blog-box .blog-content span {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-layout .blog-1 .blog-box .blog-content p {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-layout .blog-wrap {
  box-shadow: 0px 10px 30px #232323;
  background-color: #282828;
}
body.dark-layout .blog-wrap .blog-details h3 a,
body.dark-layout .blog-wrap .blog-details .h3 a {
  color: rgba(255, 255, 255, 0.85);
}
body.dark-layout .blog-wrap .blog-details span,
body.dark-layout .blog-wrap .blog-details h5,
body.dark-layout .blog-wrap .blog-details .h5,
body.dark-layout .blog-wrap .blog-details a {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-layout .blog-wrap .blog-details p {
  color: rgba(255, 255, 255, 0.5);
}
body.dark-layout .blog-wrap:hover .blog-details a {
  color: var(--theme-default5);
}
body.dark-layout .blog-single-detail .blog-title .post-detail li {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-layout .blog-single-detail .blog-title .post-detail li + li {
  border-left: 1px solid #383434;
}
body.dark-layout .blog-single-detail .comment-section .comment-box .media .media-body .comment-title {
  border-bottom: 1px solid #383434;
}
body.dark-layout .blog-single-detail .comment-section .comment-box .media .media-body .comment-title .comment-user h6,
body.dark-layout .blog-single-detail .comment-section .comment-box .media .media-body .comment-title .comment-user .h6,
body.dark-layout .blog-single-detail .comment-section .comment-box .media .media-body .comment-title .comment-date h6,
body.dark-layout .blog-single-detail .comment-section .comment-box .media .media-body .comment-title .comment-date .h6 {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-layout .blog-single-detail .comment-section .comment-box .media .media-body .comment-title .comment-user i,
body.dark-layout .blog-single-detail .comment-section .comment-box .media .media-body .comment-title .comment-date i {
  color: rgba(255, 255, 255, 0.5);
}
body.dark-layout .blog-single-detail .comment-section .comment-box .media .media-body .text-end a {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-layout .pricing-section .pricing-box {
  box-shadow: #232323 0px 0px 27px;
  background-color: #232323;
}
body.dark-layout .pricing-section .pricing-box h4,
body.dark-layout .pricing-section .pricing-box .h4,
body.dark-layout .pricing-section .pricing-box h3,
body.dark-layout .pricing-section .pricing-box .h3 {
  color: rgba(255, 255, 255, 0.9);
}
body.dark-layout .pricing-section .pricing-box .pricing-details p {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-layout .pricing-section .pricing-box ul li {
  color: rgba(255, 255, 255, 0.5);
}
body.dark-layout .pricing-section .pricing-box .price .light-text {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-layout .video-details {
  background-color: #1b1b1b;
}
body.dark-layout .video-details p {
  color: rgba(255, 255, 255, 0.7);
}
body.dark-layout .video-layout .video-details {
  background-color: transparent;
}
body.dark-layout .video-layout .video-search {
  background: #1b1b1b;
}
body.dark-layout .video-layout .video-search .input-group {
  border-right-color: #383434;
}
body.dark-layout .video-layout .video-search .dropdown-toggle {
  color: rgba(255, 255, 255, 0.85);
}
body.dark-layout .video-layout .video-search .dropdown .dropdown-menu .dropdown-item {
  color: rgba(255, 255, 255, 0.85);
}
body.dark-layout .video-layout .play-bg {
  border-color: #1b1b1b;
}
body.dark-layout .logo-box img {
  filter: brightness(0.8) invert(0.2);
}
body.dark-layout .brand-wrap .logo-box img {
  filter: unset;
}
body.dark-layout .bg-light-blue {
  background-color: #232323;
}
body.dark-layout .bg-light-blue.arrow-gradient {
  background-color: #202020;
}
body.dark-layout .slide-3 .logo-box img {
  filter: brightness(0.8) invert(0.4);
}
body.dark-layout .contact_section .contact_wrap {
  box-shadow: 3.346px 3.716px 22.5px #232323;
  background: #232323;
}
body.dark-layout .contact_wrap_2 .contact_wrap {
  background: transparent;
}
body.dark-layout .captcha {
  background-color: #232323;
  border-color: #383434;
  color: rgba(255, 255, 255, 0.8);
}
body.dark-layout .captcha input[type=checkbox] + .checkmark {
  background: #232323;
  border-color: #383434;
}
body.dark-layout .captcha .logo p,
body.dark-layout .captcha .logo small,
body.dark-layout .captcha .logo .small {
  color: rgba(255, 255, 255, 0.4);
}
body.dark-layout .download-section .app-right .form-group select {
  background: #1b1b1b;
  border-color: #383434;
  color: #ffffff;
}
body.dark-layout .download-section .app-right .form-group input {
  background: #1b1b1b;
}
body.dark-layout .card {
  background-color: #1b1b1b;
  box-shadow: 3.346px 3.716px 22.5px rgba(21, 19, 19, 0.3803921569);
}
body.dark-layout .card-header {
  background-color: #232323;
}
body.dark-layout .accordion .card {
  background-color: #232323;
  box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
}
body.dark-layout .accordion .card-header {
  border-bottom: none;
}
body.dark-layout .accordion .card-header .card-link {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-layout .accordion .card-header .card-link::after {
  color: rgba(255, 255, 255, 0.8);
}
body.dark-layout .accordion .card-body {
  border-top: 1px solid #383434;
}
body.dark-layout footer .footer-links h5,
body.dark-layout footer .footer-links .h5 {
  color: rgba(255, 255, 255, 0.93);
}
body.dark-layout footer .footer-links .footer-content .for-dark {
  display: block;
  filter: unset;
}
body.dark-layout footer .footer-links .footer-content .for-light {
  display: none;
}
body.dark-layout footer.footer-dark {
  background: #232323;
}
body.dark-layout footer .sub-footer.sub-footer-dark {
  background-color: #1b1b1b;
}
body.dark-layout footer.footer-light .footer-details .footer-contact ul li {
  color: rgba(255, 255, 255, 0.9);
}
body.dark-layout footer.footer-light .footer-details p {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-layout footer.footer-light .footer-content > img {
  filter: brightness(0.8) invert(0.2);
}
body.dark-layout footer.footer-light .footer-links h5,
body.dark-layout footer.footer-light .footer-links .h5 {
  color: rgba(255, 255, 255, 0.9);
}
body.dark-layout footer.footer-light .footer-links .footer-content li a {
  color: rgba(255, 255, 255, 0.6);
}
body.dark-layout footer.footer-light .sub-footer.sub-footer-dark {
  background-color: #232323;
}
body.dark-layout footer .footer-details .footer-contact ul li {
  color: rgba(255, 255, 255, 0.93);
}
body.dark-layout .footer-bg p {
  color: #d2d2d2;
}
body.dark-layout .footer-bg .footer-details h6,
body.dark-layout .footer-bg .footer-details .h6 {
  color: rgba(255, 255, 255, 0.93);
}
body.dark-layout .footer-bg .bottom-blog .media .media-body h6,
body.dark-layout .footer-bg .bottom-blog .media .media-body .h6 {
  color: rgba(255, 255, 255, 0.93);
}
body.dark-layout .footer-bg .bottom-blog .media .media-body h6 a,
body.dark-layout .footer-bg .bottom-blog .media .media-body .h6 a {
  color: rgba(255, 255, 255, 0.93);
}
@media (max-width: 1199px) {
  body.dark-layout header .main-navbar .nav-menu {
    background-color: #232323;
    border: 1px solid #383434;
  }
  body.dark-layout header .main-navbar .nav-menu .back-btn .mobile-back {
    color: rgba(255, 255, 255, 0.85);
    border-bottom: 1px solid #383434;
  }
  body.dark-layout header .main-navbar .nav-menu > li a {
    color: rgba(255, 255, 255, 0.9);
  }
  body.dark-layout header .main-navbar .nav-menu > li .nav-link.active {
    color: #ffffff;
  }
  body.dark-layout header.header-4 .menu .toggle-nav i {
    color: #ffffff;
  }
}
@media (max-width: 991px) {
  body.dark-layout .feature-section.bg-half {
    background: #232323;
  }
  body.dark-layout .home-section.layout-9::after {
    background-color: rgba(29, 28, 28, 0.99);
  }
}
@media (max-width: 767px) {
  body.dark-layout .banner-2 .banner-right {
    background-color: rgba(27, 27, 27, 0.95);
  }
  body.dark-layout .parallax-home .parallax-right {
    opacity: 0.1;
  }
}
@media (max-width: 575px) {
  body.dark-layout .agent-section .agent-wrap {
    border-top-color: #383434;
  }
  body.dark-layout .top-right-toggle svg {
    color: #ffffff;
  }
  body.dark-layout .top-bar .top-content .top-bar-right {
    background: #232323;
  }
  body.dark-layout header.header-4 .menu .header-right {
    background: #232323;
    border-top-color: #383434;
  }
  body.dark-layout .feature-section .feature-content {
    background-color: #1b1b1b;
  }
  body.dark-layout .property-grid.list-view .property-box .agent-image {
    border-right: none;
    border-bottom: 1px solid #383434;
  }
}
body.rtl .parallax-section .full_banner .center-content {
  text-align: left;
}
body.rtl .alert-default {
  direction: ltr;
}
body.rtl .text-start {
  text-align: right !important;
}
body.rtl .text-end {
  text-align: left !important;
}
body.rtl .float-end {
  float: left !important;
}
body.rtl .ms-1 {
  margin-right: 0.25rem !important;
  margin-left: unset !important;
}
body.rtl .ms-2 {
  margin-right: 0.5rem !important;
  margin-left: unset !important;
}
body.rtl .ms-3 {
  margin-right: 1rem !important;
  margin-left: unset !important;
}
body.rtl .ms-2 {
  margin-right: 0.5rem !important;
  margin-left: unset !important;
}
body.rtl .ms-3 {
  margin-right: 1rem !important;
  margin-left: unset !important;
}
body.rtl .me-1 {
  margin-right: unset !important;
  margin-left: 0.25rem !important;
}
body.rtl .me-2 {
  margin-left: 0.5rem !important;
  margin-right: unset !important;
}
body.rtl .me-3 {
  margin-left: 1rem !important;
  margin-right: unset !important;
}
body.rtl .pe-1 {
  padding-left: 0.25rem !important;
  padding-right: unset !important;
}
body.rtl .pe-2 {
  padding-left: 0.5rem !important;
  padding-right: unset !important;
}
body.rtl .ps-1 {
  padding-right: 0.25rem !important;
  padding-left: unset !important;
}
body.rtl .map-section {
  direction: ltr;
}
body.rtl .terms-section .terms-wrapper ul {
  padding-left: unset;
  padding-right: 18px;
}
body.rtl .feature-section .feature-3 .owl-carousel .owl-nav .owl-prev {
  left: 58px;
  right: unset;
}
body.rtl .feature-section .feature-3 .owl-carousel .owl-nav .owl-next {
  left: 58px;
  right: unset;
}
body.rtl .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
body.rtl .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-radius: 0 4px 4px 0;
}
body.rtl .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-radius: 0;
}
body.rtl .property-section .property-4 .owl-carousel .owl-prev {
  left: 58px;
  right: unset;
}
body.rtl .property-section .property-4 .owl-carousel .owl-next {
  left: 0;
  right: unset;
}
body.rtl .video-section {
  background-image: url("./media/video-bg-rtl.png");
}
body.rtl .input-group input ~ .input-group-text {
  border-top-left-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}
body.rtl .about-section .about-3 .owl-nav .owl-prev {
  left: 0px;
  right: unset;
}
body.rtl .about-section .about-3 .owl-nav .owl-next {
  left: 58px;
  right: unset;
}
body.rtl .service-section .service-slider .owl-carousel .owl-prev {
  left: 12.3%;
  right: unset;
}
body.rtl .service-section .service-slider .owl-carousel .owl-next {
  left: 15.5%;
  right: unset;
}
body.rtl .property-section .property-4 .owl-carousel .owl-prev {
  left: 0 !important;
  right: unset !important;
}
body.rtl .property-section .property-4 .owl-carousel .owl-next {
  left: 58px !important;
  right: unset !important;
}
body.rtl .layout-home4 .sync-slider .home-slider-4 img.img-icon {
  margin-left: 10px;
  margin-right: unset;
}
body.rtl .was-validated .form-control:invalid {
  background-position: left calc(0.375em + 0.1875rem) center;
}
body.rtl .home-section .home-slider-1 .owl-carousel .owl-prev {
  right: 0;
  left: unset;
}
body.rtl .home-section .home-slider-1 .owl-carousel .owl-next {
  right: 10%;
  left: unset;
}
body.rtl .about-section .about-wrap .about-content .about-image .overlay-content ul {
  margin-left: unset;
  margin-right: -14px;
}
body.rtl .about-section .about-wrap .about-content .our-details a.btn svg {
  margin-right: unset;
  margin-left: 7px;
}
body.rtl .feature-section .feature-image .label-solid {
  right: -16px;
  left: unset;
}
body.rtl .feature-section .feature-image .label-solid::before {
  left: unset;
  right: 0;
  transform: scaleX(-1);
}
body.rtl .feature-section .feature-wrap {
  direction: rtl;
}
body.rtl .icon-line-color {
  right: 0;
  left: unset;
}
body.rtl .top-bar .header-right .right-menu ul .dropdown ul.nav-submenu {
  right: unset;
  left: 0;
}
body.rtl .top-bar .header-right .right-menu ul li.cart ul.nav-submenu li .close-circle {
  right: unset;
  left: -5px;
}
body.rtl .top-bar .header-right .right-menu ul li.cart ul.nav-submenu li .media .media-body {
  margin-right: 10px;
  margin-left: unset;
}
body.rtl .feature-3.arrow-image .slick-arrow {
  right: unset;
  left: 58px;
}
body.rtl .layout-home3 .slick-slider .slick-next {
  right: 123px;
  left: unset;
}
body.rtl .compare-page .table-wrapper .table thead .th-compare th .remove {
  float: right;
}
body.rtl .arrow-image .slick-arrow::after {
  left: unset;
  right: 15px;
}
body.rtl .layout-home4 .sync-slider .home-slider-4.arrow-image .slick-next {
  right: 75px;
  left: unset;
}
body.rtl .fnc-slide__action-btn svg {
  margin-left: unset;
  margin-right: 10px;
  transform: scale(-1);
}
body.rtl .fnc-slide__action-btn::before {
  right: 0px;
  left: unset;
}
body.rtl .arrow-white .slick-next,
body.rtl .arrow-light .slick-next {
  left: unset;
}
body.rtl .video-layout .overlay-content {
  left: unset;
  right: 10%;
}
body.rtl .feature-section .feature-1 .feature-wrapper .property-details ul li img {
  margin-right: unset;
  margin-left: 7px;
}
body.rtl .agent-section.property-section .agent-grids .property-wrapper-grid .property-grid > [class*=col-xl-3] .label {
  left: unset;
  right: 8px;
}
body.rtl .video-layout .video-details {
  padding-right: 0;
  padding-left: 60px;
  text-align: right;
}
body.rtl .video-layout .play-icon {
  margin-left: unset;
  margin-right: -50px;
}
body.rtl .video-layout .video-search .input-group {
  border-right: unset;
  border-left: 1px solid rgba(210, 210, 210, 0.5);
}
body.rtl .video-layout .video-search .dropdown-toggle i {
  float: unset;
  right: unset;
  left: 0;
}
body.rtl .toggle-nav.with-text span {
  margin-left: unset;
  margin-right: 10px;
}
body.rtl .arrow-define {
  left: -60px;
  right: unset;
}
body.rtl .arrow-define::after {
  left: unset;
  right: -50px;
  transform: scaleX(-1);
}
body.rtl .layout-home2 .slick-slider .slick-prev {
  left: unset;
  right: 123px;
}
body.rtl .layout-home2 .slick-slider .slick-next {
  right: unset;
  left: 123px;
}
body.rtl header .main-navbar .nav-menu .back-btn .mobile-back {
  justify-content: flex-start;
}
body.rtl header .main-navbar .nav-menu > li:last-child > a {
  margin-left: 0;
}
body.rtl header .main-navbar .nav-menu > li .nav-submenu li a {
  display: block;
}
body.rtl header .main-navbar .nav-menu > li .nav-submenu li a .label {
  left: unset;
  float: right;
  position: relative;
}
body.rtl header .main-navbar .nav-menu > li .nav-submenu li a .label.icon-trend {
  left: 0;
}
body.rtl header .main-navbar .nav-menu > li .nav-submenu li a:after {
  right: unset;
  left: 18px;
}
body.rtl header .main-navbar .nav-menu > li .mega-menu-container .mega-box a .label {
  left: 0;
}
body.rtl header .main-navbar .nav-menu > li .mega-menu-container .mega-box a .label.icon-trend {
  left: 20px;
}
body.rtl header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a {
  display: inline-flex;
  padding-left: 35px;
}
body.rtl header.header-centered {
  overflow: hidden;
}
body.rtl header.header-centered .main-navbar .nav-menu > li:last-child > a {
  margin-right: 0;
}
body.rtl .layout-map.header-map {
  direction: ltr;
}
body.rtl .layout-map .withmap-horizontal .search-panel .width-fit > div + div {
  border-left: none;
  border-right: 1px solid #e4daf5;
}
body.rtl .breadcrumb-item + .breadcrumb-item {
  padding-left: unset;
  padding-right: 0.5rem;
}
body.rtl .breadcrumb-item + .breadcrumb-item::before {
  transform: rotate(180deg);
  float: right;
}
body.rtl ul {
  padding-right: 0;
}
body.rtl .dropdown .dropdown-toggle {
  text-align: right;
}
body.rtl .dropdown .dropdown-toggle i {
  float: left !important;
}
body.rtl .dropdown .dropdown-menu .dropdown-item {
  text-align: right;
}
body.rtl .price-range {
  text-align: right;
}
body.rtl .input-group > .input-group-prepend > .btn,
body.rtl .input-group > .input-group-prepend > .input-group-text,
body.rtl .input-group > .input-group-append:not(:last-child) > .btn,
body.rtl .input-group > .input-group-append:not(:last-child) > .input-group-text,
body.rtl .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
body.rtl .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
body.rtl .input-group > .input-group-append > .btn,
body.rtl .input-group > .input-group-append > .input-group-text,
body.rtl .input-group > .input-group-prepend:not(:first-child) > .btn,
body.rtl .input-group > .input-group-prepend:not(:first-child) > .input-group-text,
body.rtl .input-group > .input-group-prepend:first-child > .btn:not(:first-child),
body.rtl .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
body.rtl .slick-slider {
  direction: ltr;
}
body.rtl .owl-carousel {
  direction: ltr;
}
body.rtl .slick-slide {
  float: left;
}
body.rtl .slick-next {
  left: -25px;
}
body.rtl .checkbox_animated {
  margin: 0 10px 0 16px;
}
body.rtl .property-grid.list-view .property-box .agent-image {
  border-right: unset;
  border-left: 1px solid #eee;
}
body.rtl .details-right {
  padding-left: unset;
  padding-right: 40px;
}
body.rtl .banner-2 .banner-right {
  padding: 30px 0 30px 60px;
}
body.rtl .breadcrumb-section .breadcrumb-content.breadcrumb-right {
  text-align: left;
}
body.rtl .accordion .card-header {
  padding-left: 50px;
  padding-right: 30px;
}
body.rtl .accordion .card-header .card-link::after {
  right: unset;
  left: 30px;
}
body.rtl .faq-section form .btn {
  right: unset;
  left: 6px;
}
body.rtl .single-property-section .single-title {
  text-align: right;
}
body.rtl .single-property-section .single-title .right-single {
  text-align: left;
}
body.rtl .single-property-section .left-single ul li > div img {
  margin-right: unset;
  margin-left: 10px;
}
body.rtl .single-property-section .left-single .share-buttons > div .share-hover {
  left: unset;
  right: 0;
}
body.rtl .single-property-section .left-single .share-buttons > div .share-hover ul li + li {
  border-left: none;
  border-right: 1px solid #eee;
}
body.rtl .single-property .page-section {
  text-align: right;
}
body.rtl .single-property .description-section .single-feature ul li i {
  margin-right: unset;
  margin-left: 6px;
}
body.rtl .single-property .description-section .attach-file i {
  margin-right: unset;
  margin-left: 10px;
}
body.rtl .review .review-box .media .media-body {
  margin-left: unset;
  margin-right: 15px;
}
body.rtl .review .review-box.review-child {
  margin-left: unset;
  margin-right: 50px;
}
body.rtl .modal-form {
  right: unset;
  left: -85px;
}
body.rtl .animate-rdi {
  margin-left: unset;
  margin-right: 45px;
}
body.rtl .animate-rdi label {
  margin-right: unset;
  margin-left: 47px;
}
body.rtl .radio_animated {
  margin: 0 0 0 20px;
}
body.rtl .radio_animated::after {
  left: unset;
  right: -0.125rem;
}
body.rtl .radio_animated::before {
  right: 2px;
  left: unset;
}
body.rtl .footer-bg .footer-links .footer-content .input-group .input-group-text::after {
  border-radius: 23px 0 0 23px;
}
body.rtl .property-section .property-box .property-details > ul > li > img {
  margin-right: unset;
  margin-left: 7px;
}
body.rtl .property-section .property-box .property-image .overlay-property-box {
  right: unset;
  left: 12px;
}
body.rtl .property-section .property-box .property-image .seen-data {
  direction: rtl;
  right: unset;
  left: 20px;
}
body.rtl .property-section .property-box .property-image .seen-data svg {
  margin-left: 8px;
  margin-right: unset;
}
body.rtl .feature-section .property-slider .slick-prev {
  left: unset;
  right: 8px;
}
body.rtl .feature-section .property-slider .slick-next {
  right: unset;
  left: 8px;
}
body.rtl header .header-right .right-menu ul li.cart ul.nav-submenu li .close-circle {
  right: unset;
  left: -5px;
}
body.rtl header .header-right .right-menu ul li.cart ul.nav-submenu li .media .media-body {
  margin-left: unset;
  margin-right: 10px;
}
body.rtl header .header-right .right-menu ul .dropdown + .dropdown {
  margin-right: 10px;
  margin-left: unset;
}
body.rtl header .header-right .right-menu ul .dropdown ul.nav-submenu {
  right: unset;
  left: 0;
}
body.rtl header .menu .brand-logo {
  margin-left: unset;
  margin-right: 0;
}
body.rtl header .menu .header-right li a svg {
  margin-right: unset;
  margin-left: 0;
}
body.rtl header .main-navbar .nav-menu > li {
  text-align: right;
}
body.rtl header .main-navbar .nav-menu > li .nav-submenu {
  text-align: right;
  left: unset;
  right: 0;
}
body.rtl header .main-navbar .nav-menu > li .nav-submenu li a:hover {
  margin-left: unset;
  margin-right: 3px;
}
body.rtl header .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu {
  left: -200px;
  right: unset;
}
body.rtl header .main-navbar .nav-menu > li .mega-menu-container .mega-box {
  text-align: right;
}
body.rtl header .main-navbar .nav-menu > li .mega-menu-container .mega-box .link-section .submenu-content ul li a:hover {
  margin-left: unset;
  margin-right: 4px;
}
body.rtl header.header-3 .main-navbar .nav-menu > li > a > svg {
  float: right;
  margin-right: unset;
  margin-left: 8px;
}
body.rtl header.header-4 .menu .header-right li + li {
  margin-left: unset;
  margin-right: 20px;
}
body.rtl header.header-4 .menu .header-right li > a svg {
  margin-left: 0;
}
body.rtl header.header-4 .menu .header-right li .search-box span {
  margin-left: unset;
  margin-right: 5px;
}
body.rtl header.header-4 .menu .header-right li .search-box .form-group::before {
  left: unset;
  right: 40px;
}
body.rtl header.header-4 .menu .header-right li .search-box .form-group::after {
  left: unset;
  right: 38px;
  border-radius: 5px 0 0 5px;
}
body.rtl header.header-4 .menu .header-right li .search-box .form-control {
  left: unset;
  right: 38px;
}
body.rtl header.header-4 .menu .header-right li .search-box.open i {
  border-radius: 0px 5px 5px 0px;
}
body.rtl .header-layout-3 .contact-number i {
  margin-left: 10px;
  margin-right: unset;
}
body.rtl .top-bar .top-content .top-bar-right .input-group .input-group-text .fa-angle-down {
  margin-left: unset;
  margin-right: 5px;
  right: unset;
  left: 12px;
}
body.rtl .top-bar .top-content .top-bar-right li + li {
  margin-left: unset;
  margin-right: 30px;
}
body.rtl .top-bar .top-content .top-bar-right li .flat-box i {
  margin-right: unset;
  margin-left: 5px;
}
body.rtl .top-bar .top-content .sm-input {
  left: 0;
  right: unset;
}
body.rtl .top-bar.top-bar-7 .top-bar-right li + li {
  margin-right: 10px;
}
body.rtl .signup-modal .signup-tab {
  text-align: right;
}
body.rtl .custom-dropdown .custom-dropdown-menu {
  left: 0;
  right: unset;
}
body.rtl .home-section.layout-5 {
  text-align: right;
}
body.rtl .home-section.layout-6 .home-content {
  direction: rtl;
  text-align: right;
}
body.rtl .home-section.layout-6 .arrow-light .slick-prev {
  left: unset;
  right: 0;
}
body.rtl .home-section.layout-6 .arrow-light .slick-next {
  right: 10%;
  left: unset;
}
body.rtl .parallax-home .parallax-right {
  right: unset;
  left: 0;
}
body.rtl .layout-9 .layout-right-img img {
  right: unset;
  left: 0;
  transform: scaleX(-1);
}
body.rtl .layout-home2 .feature-section .feature-content {
  margin-left: auto;
}
body.rtl .layout-home2 .feature-section .feature-content .label-cross {
  left: unset;
  right: -31px;
  transform: rotate(38deg);
}
body.rtl .layout-home4 .sync-slider .home-nav {
  left: unset;
  right: 40px;
}
body.rtl .layout-home4 .slider-image {
  direction: rtl;
}
body.rtl .layout-home4 .slider-image .home-content {
  text-align: left;
  padding-left: 70px;
  padding-right: 0;
}
body.rtl .layout-home4 .slider-image .home-content .square-bg {
  right: unset;
  left: 0;
}
body.rtl .layout-home4 .slider-image .home-content p {
  margin-left: unset;
  margin-right: auto;
}
body.rtl .layout-home4 .slider-image .home-content h6.line-right::after,
body.rtl .layout-home4 .slider-image .home-content .line-right.h6::after {
  right: unset;
  left: 0;
}
body.rtl .layout-home4 .slider-image .home-content .font-color4 {
  padding-left: 12px;
  padding-right: unset;
}
body.rtl .layout-home4 .slider-image .home-content .font-color4::after {
  right: unset;
  left: 0;
}
body.rtl .layout-home8 .home-content {
  text-align: right;
}
body.rtl .layout-home8 .home-right-image {
  right: unset;
  left: 0;
  transform: scaleX(-1);
}
body.rtl .search-with-tab {
  text-align: right;
}
body.rtl .search-with-tab .nav-tabs .nav-item + .nav-item {
  margin-left: unset;
  margin-right: 10px;
}
body.rtl .search-with-tab .tab-content::before {
  left: unset;
  right: 30px;
}
body.rtl .search-withmap .vertical-search {
  float: left;
}
body.rtl .property-section .property-box {
  text-align: right;
}
body.rtl .property-section .property-box .property-image .labels-left {
  left: unset;
  right: -6px;
}
body.rtl .property-section .property-box .property-image .overlay-plus .seen-data {
  right: unset;
  left: 20px;
}
body.rtl .property-section .property-box .property-image .overlay-plus .seen-data svg {
  margin-right: unset;
  margin-left: 8px;
}
body.rtl .property-section .property-box .property-image .overlay-plus .like-bottom {
  right: unset;
  left: 20px;
}
body.rtl .property-section .property-box .property-details .icon-property li .d-flex .property-icon {
  margin-right: unset;
  margin-left: 15px;
}
body.rtl .property-section .property-box .property-details .icon-property li + li {
  border-right: none;
}
body.rtl .property-section .property-box .property-details .icon-property li + li::before {
  left: unset;
  right: -10px;
}
body.rtl .property-section .nav-tabs .nav-item + .nav-item {
  margin-left: unset;
  margin-right: 30px;
}
body.rtl .property-section .property-2 .property-box .property-image .labels-left,
body.rtl .property-section .property-3 .property-box .property-image .labels-left {
  right: 25px;
}
body.rtl .property-section .property-box-flat .property-box .property-image {
  direction: rtl;
}
body.rtl .property-section .property-box-flat .property-box .property-image .label-white {
  right: unset;
  left: 20px;
}
body.rtl .property-section .property-box-flat .property-box .property-image .overlay-plus .seen-data {
  right: unset;
  left: 56px;
}
body.rtl .property-section .list-property .property-box .property-image .overlay-property {
  direction: rtl;
}
body.rtl .property-section .list-property .property-box .property-image .overlay-property .overlay-box a::after {
  right: unset;
  left: -125px;
}
body.rtl .property-details {
  direction: rtl;
}
body.rtl .property-details .property-btn .btn + .btn {
  margin-left: unset;
  margin-right: 15px;
}
body.rtl .property-details ul li {
  padding-right: 15px;
  padding-left: 12px;
}
body.rtl .property-details ul li:last-child {
  padding-left: 0;
}
body.rtl .property-details ul li:first-child {
  padding-right: 0;
}
body.rtl .property-details ul li + li {
  border-left: none;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
body.rtl .pagination-tab.nav-tabs .nav-item + .nav-item {
  margin-right: 20px;
}
body.rtl .user-dashboard {
  text-align: right;
}
body.rtl .user-dashboard .sidebar-user .user-profile .media .media-body {
  margin-left: unset;
  margin-right: 20px;
}
body.rtl .user-dashboard .sidebar-user .user-profile .connected-social h6::before,
body.rtl .user-dashboard .sidebar-user .user-profile .connected-social .h6::before {
  left: unset;
  right: 0;
}
body.rtl .user-dashboard .property-overview table tr td .d-flex h6,
body.rtl .user-dashboard .property-overview table tr td .d-flex .h6 {
  margin-left: unset;
  margin-right: 10px;
}
body.rtl .user-dashboard .property-overview table tr th:last-child,
body.rtl .user-dashboard .property-overview table tr td:last-child {
  text-align: left;
}
body.rtl .right-line-tab .nav-item .nav-link {
  border-right: none;
  border-left: 2px solid transparent;
}
body.rtl .right-line-tab .nav-item .nav-link.active {
  border-left-color: var(--theme-default3);
}
body.rtl .apexcharts-canvas {
  direction: ltr;
}
body.rtl .tab-listing .property-details .my-listing {
  right: unset;
  left: 45px;
}
body.rtl .create-tab .create-property-form .form-inputs > h6::before,
body.rtl .create-tab .create-property-form .form-inputs > .h6::before {
  left: unset;
  right: 0px;
}
body.rtl .my-profile .profile-info .user-name .rating {
  margin-left: unset;
  margin-right: 15px;
}
body.rtl .my-profile .profile-info .user-detail li svg {
  margin-right: unset;
  margin-left: 3px;
}
body.rtl .my-profile .profile-info .user-detail li + li {
  margin-left: unset;
  margin-right: 20px;
}
body.rtl .my-profile .profile-info .information ul li .label {
  margin-left: unset;
  margin-right: 15px;
}
body.rtl .card-payment .payment-card .edit-card a + a {
  margin-left: unset;
  margin-right: 15px;
}
body.rtl .card-payment .payment-card .card-details .card-number > div img:last-child {
  margin-left: unset;
  margin-right: 10px;
}
body.rtl .card-payment .payment-card .card-details .valid-detail .date h3,
body.rtl .card-payment .payment-card .card-details .valid-detail .date .h3 {
  margin-left: unset;
  margin-right: 10px;
}
body.rtl .card-payment .payment-card .card-details .name-detail .card-img {
  text-align: left;
}
body.rtl .gj-datepicker-bootstrap .input-group-append {
  margin-right: -1px;
  margin-left: unset;
}
body.rtl .modal-header .btn-close {
  left: 0;
  right: unset;
  border-radius: 0 0 4px 0;
}
body.rtl .modal-body {
  text-align: right;
}
body.rtl .modal-footer > :not(:last-child) {
  margin-left: 0.25rem;
  margin-right: unset;
}
body.rtl .modal-footer > :not(:first-child) {
  margin-left: unset;
  margin-right: 0.25rem;
}
body.rtl .arrow-gradient.arrow-right .slick-prev {
  left: 58px;
  right: unset;
}
body.rtl .arrow-gradient.arrow-right .slick-next {
  right: unset;
  left: 0;
}
body.rtl .arrow-gradient.bg-light-blue .slick-prev {
  margin-left: unset;
  margin-right: 48%;
}
body.rtl .arrow-gradient.bg-light-blue .slick-next {
  margin-right: unset;
  margin-left: 47%;
}
body.rtl .feature-section .feature-1 .feature-wrapper .property-details {
  margin-right: unset;
  margin-left: -210px;
}
body.rtl .feature-section .feature-1 .feature-wrapper .property-details .round-half {
  right: unset;
  left: -13px;
}
body.rtl .feature-section .feature-1 .feature-wrapper .property-details .round-half::after {
  left: unset;
  right: 0;
}
body.rtl .feature-section .feature-1 .feature-wrapper .property-details .round-half i {
  margin-left: 16px;
}
body.rtl .feature-section .feature-1 .feature-wrapper .property-details a h3,
body.rtl .feature-section .feature-1 .feature-wrapper .property-details a .h3 {
  justify-content: flex-start;
}
body.rtl .feature-section .feature-1 .feature-wrapper .property-details a h3 span,
body.rtl .feature-section .feature-1 .feature-wrapper .property-details a .h3 span {
  float: left;
  margin-top: 1px;
}
body.rtl .feature-section .feature-1 .feature-wrapper .property-details a h3 .label,
body.rtl .feature-section .feature-1 .feature-wrapper .property-details a .h3 .label {
  margin-left: unset;
  margin-right: 15px;
}
body.rtl .feature-section .feature-1 .feature-wrapper .feature-image {
  justify-content: flex-start;
}
body.rtl .feature-section .feature-1 .feature-wrapper .feature-image .label-white {
  right: unset;
  left: 40px;
}
body.rtl .feature-section .feature-1 .feature-wrapper .feature-image .signature {
  right: unset;
  left: 0;
}
body.rtl .feature-section .feature-1 .feature-wrapper .feature-image .box-color {
  right: unset;
  left: -2px;
  border-radius: 0 10px 10px 0;
}
body.rtl .feature-section .feature-1 .feature-wrapper .row .order-md {
  order: -1;
}
body.rtl .feature-section .feature-1 .slick-list .slick-track .slick-slide.slick-active > div .feature-wrapper .feature-left {
  animation: fadeInRight 1s;
  text-align: right;
}
body.rtl .feature-section .feature-content {
  text-align: right;
  direction: rtl;
}
body.rtl .feature-section .feature-content .detail-list li .d-flex h6,
body.rtl .feature-section .feature-content .detail-list li .d-flex .h6 {
  margin-left: unset;
  margin-right: 15px;
}
body.rtl .feature-section .feature-content .detail-list li:first-child {
  margin-left: 5px;
  margin-right: 0;
}
body.rtl .feature-section .feature-content .feature-price li + li {
  margin-left: unset;
  margin-right: 40px;
}
body.rtl .feature-section .modern-feature .feature-wrap {
  direction: rtl;
}
body.rtl .feature-section .modern-feature .feature-wrap .feature-image .label-gradient {
  left: unset;
  right: 40px;
}
body.rtl .feature-section .modern-feature .feature-wrap .feature-content {
  padding-left: unset;
  padding-right: 60px;
}
body.rtl .feature-section .feature-4.arrow-gradient .slick-arrow {
  left: unset !important;
  right: -98px;
}
body.rtl .feature-section.bg-half::before {
  left: unset;
  right: 0;
}
body.rtl .service-slider .service-wrapper {
  direction: rtl;
}
body.rtl .service-slider .service-wrapper .service-details {
  text-align: right;
}
body.rtl .service-slider .service-wrapper .service-details a {
  display: inline-block;
}
body.rtl .service-slider .service-wrapper .service-details a::after {
  right: unset;
  left: -45px;
}
body.rtl .service-slider .service-wrapper .top-img-box {
  margin-left: unset;
  margin-right: 40px;
}
body.rtl .service-slider.arrow-gradient.arrow-right .slick-prev,
body.rtl .service-slider.arrow-gradient.arrow-right .slick-next {
  right: unset;
}
body.rtl .service-slider.arrow-gradient.arrow-right .slick-prev {
  left: 15.5%;
}
body.rtl .service-slider.arrow-gradient.arrow-right .slick-next {
  left: 12.5%;
}
body.rtl .theme-pagination {
  text-align: left;
}
body.rtl .theme-pagination .pagination .page-item + .page-item {
  margin-left: unset;
  margin-right: 8px;
}
body.rtl .theme-buttons > div .btn + .btn {
  margin-right: 15px;
  margin-left: unset;
}
body.rtl .provide-details {
  text-align: right;
}
body.rtl .theme-label > div > span + span {
  margin-left: unset;
  margin-right: 4px;
}
body.rtl .portfolio-creative.odd-even .row .content-sec {
  padding-right: 60px;
  padding-left: unset;
  text-align: right;
}
body.rtl .portfolio-creative.odd-even .row:nth-child(even) .content-sec {
  text-align: left;
  padding-left: 60px;
  padding-right: 0;
}
body.rtl .portfolio-creative.odd-even .row:nth-child(even) .content-sec p {
  margin-right: auto;
  margin-left: 0;
}
body.rtl .portfolio-grid .property-text {
  text-align: right;
}
body.rtl .ratio-card {
  text-align: right;
}
body.rtl .ratio-card .card-body ul {
  padding-left: unset;
  padding-right: 30px;
}
body.rtl .map-modal .modal-dialog .modal-content .modal-body {
  padding-left: 12px;
  padding-right: 0;
}
body.rtl .map-modal .modal-dialog .modal-content .btn-close {
  right: unset;
  left: 0;
  border-radius: 0 0 4px 0;
}
body.rtl .filter-panel .grid-list-filter li + li {
  margin-left: unset;
  margin-right: 10px;
}
body.rtl .filter-panel .top-panel {
  text-align: right;
}
body.rtl .filter-panel .d-lg-none {
  text-align: left;
}
body.rtl .filter-panel .d-lg-none .mobile-filter svg {
  margin-left: unset;
  margin-right: 20px;
}
body.rtl .blog-sidebar .search-bar input {
  padding-left: 14px;
  padding-right: 50px;
}
body.rtl .blog-sidebar .search-bar i {
  left: unset;
  right: 14px;
}
body.rtl .blog-sidebar .search-bar i::after {
  right: unset;
  left: -10px;
}
body.rtl .left-sidebar,
body.rtl .blog-sidebar {
  text-align: right;
}
body.rtl .filter-cards .advance-card > h6::before,
body.rtl .filter-cards .advance-card > .h6::before {
  left: unset;
  right: 0;
}
body.rtl .filter-cards .advance-card .recent-property ul li .media .media-body {
  margin-left: unset;
  margin-right: 15px;
}
body.rtl .filter-cards .advance-card .tags ul li {
  margin-right: 0;
  margin-left: 8px;
}
body.rtl .filter-cards .advance-card .back-btn {
  text-align: left;
}
body.rtl .filter-cards .advance-card .category-property form .input-group-text {
  border-left: none;
}
body.rtl .feature-card .labels-left {
  left: unset;
  right: 10px;
}
body.rtl .left-sidebar .row .pe-1 {
  padding-right: 15px !important;
}
body.rtl .left-sidebar .row .ps-1 {
  padding-left: 15px !important;
}
body.rtl .agent-social li + li {
  margin-left: unset;
  margin-right: 5px;
}
body.rtl .agent-section .agent-image .label {
  left: unset;
  right: 15px;
}
body.rtl .agent-section .agent-image .overlay-content ul li + li {
  margin-left: unset;
  margin-right: 10px;
}
body.rtl .agent-section .agent-wrap {
  padding-left: unset;
  padding-right: 30px;
  border-left: unset;
  border-right: 1px solid #eee;
}
body.rtl .agent-section .agent-content .agent-contact li {
  text-align: right;
}
body.rtl .agent-section .agent-content .agent-contact li i {
  margin-left: 5px;
  margin-right: unset;
}
body.rtl .agent-section .agent-content .agent-contact li .label {
  margin-right: 5px;
  margin-left: unset;
}
body.rtl .agent-section .agent-content > a {
  text-align: left;
}
body.rtl .agent-section .our-agent {
  text-align: right;
}
body.rtl .agent-section .our-agent-details ul li .media .icons-square {
  margin-right: unset;
  margin-left: 15px;
}
body.rtl .agent-section .about-agent {
  text-align: right;
}
body.rtl .modules-buttons .btn,
body.rtl .modules-buttons .label {
  margin-right: 0;
  margin-left: 5px;
}
body.rtl .modules-buttons .btn:last-child,
body.rtl .modules-buttons .label:last-child {
  margin-left: 0;
}
body.rtl .agency-title {
  text-align: right;
}
body.rtl .our-agent .agent-image .label {
  right: 0;
}
body.rtl .agent-profile-wrap .our-agent .agent-image .label {
  right: 15px;
  left: unset;
}
body.rtl .testimonial-1 .pepole-comment {
  direction: rtl;
}
body.rtl .testimonial-1 .pepole-comment .client-msg .quote {
  left: unset;
  right: 40px;
}
body.rtl .testimonial-1 .pepole-comment .client-msg::before,
body.rtl .testimonial-1 .pepole-comment .client-msg::after {
  left: unset;
  right: 26px;
}
body.rtl .testimonial-1 .pepole-comment .client-msg p {
  text-align: right;
}
body.rtl .testimonial-1 .pepole-comment .media img {
  margin-right: unset;
  margin-left: 20px;
}
body.rtl .testimonial-1 .pepole-comment .media .media-body {
  text-align: right;
}
body.rtl .our-client {
  direction: rtl;
}
body.rtl .our-client .client-right {
  text-align: right;
}
body.rtl .our-client .quote-img {
  left: 80px;
  right: unset;
}
body.rtl .property-section .title-3.text-start {
  direction: rtl;
}
body.rtl .modern-client .comment-right .slick-slide > div {
  direction: rtl;
}
body.rtl .modern-client .comment-right .slick-prev,
body.rtl .modern-client .comment-right .slick-next {
  left: unset;
}
body.rtl .modern-client .comment-right .slick-prev {
  right: 20px;
}
body.rtl .modern-client .comment-right .slick-next {
  right: 70px;
}
body.rtl .modern-client .right-align,
body.rtl .modern-client .bottom-align {
  left: unset;
}
body.rtl .modern-client .right-align {
  right: 36%;
}
body.rtl .modern-client .bottom-align {
  right: 23%;
}
body.rtl .banner-section .button-banner .btn + .btn {
  margin-left: unset;
  margin-right: 20px;
}
body.rtl .banner-2 .banner-right {
  text-align: right;
}
body.rtl .banner-2 .mobile-image {
  transform: scaleX(-1);
}
body.rtl .service-section .property-service > div .service-box {
  text-align: right;
}
body.rtl .about-section .about-wrap .about-content {
  direction: rtl;
}
body.rtl .about-section .about-wrap .about-content .our-details {
  text-align: right;
  margin-left: unset;
  margin-right: -70px;
}
body.rtl .about-section .about-wrap .about-content .our-details::after {
  right: unset;
  left: 0;
}
body.rtl .about-section .about-wrap .about-content .about-image .overlay-content ul li + li {
  margin-left: unset;
  margin-right: 10px;
}
body.rtl .about-section .about-wrap .about-content .about-image .overlay-content span {
  display: inline-block;
  text-align: center;
}
body.rtl .about-section .about-wrap.about-2 .about-content .our-details {
  margin: -70px auto 0;
}
body.rtl .about-box {
  direction: rtl;
}
body.rtl .about-box .agent-image .overlay-agent .agent-details {
  text-align: right;
}
body.rtl .about-box .agent-image .overlay-agent .agent-details ul li + li {
  margin-left: unset;
  margin-right: 10px;
}
body.rtl .feature-section .feature-wrap:hover .feature-image .slick-next {
  left: 15px;
  right: unset;
}
body.rtl .feature-section .feature-wrap:hover .feature-image .slick-next::before {
  content: "\f053";
}
body.rtl .feature-section .feature-wrap:hover .feature-image .slick-prev {
  right: 15px;
  left: unset;
}
body.rtl .feature-section .feature-wrap:hover .feature-image .slick-prev::before {
  content: "\f054";
}
body.rtl .property-section .property-box:hover .property-image .property-slider .slick-next {
  left: 15px;
  right: unset;
}
body.rtl .property-section .property-box:hover .property-image .property-slider .slick-next::before {
  content: "\f053";
}
body.rtl .property-section .property-box:hover .property-image .property-slider .slick-prev {
  right: 15px;
  left: unset;
}
body.rtl .property-section .property-box:hover .property-image .property-slider .slick-prev::before {
  content: "\f054";
}
body.rtl .blog-1 .blog-box {
  direction: rtl;
  padding-left: unset;
  padding-right: 12px;
}
body.rtl .blog-1 .blog-box .blog-content {
  text-align: right;
}
body.rtl .blog-wrap {
  direction: rtl;
  text-align: right;
}
body.rtl .blog-wrap .blog-image .blog-label {
  left: unset;
  right: 30px;
}
body.rtl .user-about {
  text-align: right;
}
body.rtl .user-about .about-listing ul li + li {
  margin-left: unset;
  margin-right: calc(20px + 30 * (100vw - 320px) / 1600);
}
body.rtl .user-about .about-image .img-box.img-abs {
  right: unset;
  left: 15%;
}
body.rtl .side-effect::before,
body.rtl .side-effect::after {
  left: unset;
}
body.rtl .side-effect::before {
  right: 8px;
}
body.rtl .side-effect::after {
  right: 16px;
}
body.rtl .side-left .side-effect::before,
body.rtl .side-left .side-effect::after {
  left: unset;
}
body.rtl .side-left .side-effect::before {
  right: -8px;
}
body.rtl .side-left .side-effect::after {
  right: -16px;
}
body.rtl .offer-section .offer-wrapper {
  direction: rtl;
}
body.rtl .offer-section .offer-wrapper .media .media-body {
  text-align: right;
  margin-left: unset;
  margin-right: 50px;
}
body.rtl .offer-section .offer-wrapper .media .media-body h6::after,
body.rtl .offer-section .offer-wrapper .media .media-body .h6::after {
  left: unset;
  right: 35px;
}
body.rtl .coming-simple {
  text-align: right;
}
body.rtl .coming-simple form .form-group button {
  right: unset;
  left: 0;
}
body.rtl .get-in-touch {
  text-align: right;
}
body.rtl .contact_section,
body.rtl .log-in,
body.rtl .download-section {
  text-align: right;
}
body.rtl .download-section .download-wrap ul li + li {
  margin-left: unset;
  margin-right: 15px;
}
body.rtl .download-section .app-right button {
  margin-left: unset;
  margin-right: 15px;
}
body.rtl .captcha .logo {
  margin-left: unset;
  margin-right: 50px;
}
body.rtl .footer-left-space {
  padding-left: unset;
  padding-right: 40px;
}
body.rtl footer {
  text-align: right;
}
body.rtl footer .footer-details .footer-contact ul li i {
  margin-right: unset;
  margin-left: 15px;
}
body.rtl footer .footer-links .footer-content .footer-blog .media .media-body {
  margin-left: unset;
  margin-right: 20px;
}
body.rtl footer .sub-footer .sub-footer-link li + li {
  margin-left: unset;
  margin-right: 20px;
}
body.rtl footer.footer-brown .footer-details img {
  margin-right: 0;
}
body.rtl footer.footer-brown .sub-footer .footer-social ul li + li {
  margin-right: 35px;
}
body.rtl footer.footer-light .footer-links .footer-title span {
  margin-left: unset;
  margin-right: 20px;
}
body.rtl footer.footer-light .footer-links .footer-content li a svg {
  float: right;
  margin-left: 5px;
  margin-right: -5px;
}
body.rtl footer.footer-res .footer-links .footer-content li a svg {
  float: right;
  margin-right: -5px;
  margin-left: 5px;
}
body.rtl .footer-bg .footer-details .icon-list li + li {
  margin-right: 4px;
  margin-left: unset;
}
body.rtl .footer-bg .footer-links .footer-content .input-group input {
  border-radius: 0 23px 23px 0 !important;
}
body.rtl .footer-bg .footer-links .footer-content .input-group .input-group-text {
  border-radius: 23px 0 0 23px;
  padding: 10px 10px 10px 15px;
  margin-left: 0;
}
body.rtl .footer-bg .bottom-blog {
  margin-left: unset;
  margin-right: 40px;
}
body.rtl .footer-bg .bottom-blog .footer-slider .media {
  direction: rtl;
}
body.rtl .footer-bg .bottom-blog .footer-slider .media .media-body {
  margin-left: unset;
  margin-right: 20px;
}
body.rtl .log-in .title-3 h2::before,
body.rtl .log-in .title-3 .h2::before {
  left: unset;
  right: 0;
}
body.rtl .log-in form .form-group .important-note {
  padding-left: unset;
  padding-right: 35px;
}
body.rtl .btn-social {
  text-align: right;
}
body.rtl .property-wizard .wizard-box .wizard-step-container .wizard-steps {
  text-align: right;
}
body.rtl .property-wizard .wizard-box .wizard-step-container .wizard-steps li .media .step-icon {
  border-right: unset;
  border-left: 2px solid #ffffff;
}
body.rtl .property-wizard .wizard-box .wizard-step-container .wizard-form-details .text-end p a {
  margin-left: unset;
  margin-right: 15px;
}
body.rtl .property-wizard .wizard-box .wizard-form-details {
  text-align: right;
}
body.rtl .property-wizard.horizontal-wizard .wizard-box .wizard-step-container .wizard-steps {
  padding-right: 0;
}
body.rtl .blog-single-detail {
  text-align: right;
}
body.rtl .blog-single-detail .blog-title .post-detail li + li {
  padding-left: unset;
  margin-left: unset;
  padding-right: 15px;
  margin-right: 15px;
  border-left: unset;
  border-right: 1px solid #eee;
}
body.rtl .blog-single-detail .comment-section .comment-box .media .media-body {
  margin-left: unset;
  margin-right: calc(10px + 10 * (100vw - 320px) / 1600);
}
body.rtl .blog-single-detail .comment-section .comment-box .media .media-body .comment-title .comment-user i,
body.rtl .blog-single-detail .comment-section .comment-box .media .media-body .comment-title .comment-date i {
  margin-right: unset;
  margin-left: 7px;
}
body.rtl .blog-single-detail .comment-section .comment-box .media .media-body .comment-title .comment-date {
  margin-left: unset;
  margin-right: 15px;
}
body.rtl.dark-layout .layout-map .withmap-horizontal .search-panel .width-fit > div + div {
  border-right-color: #383434;
}
body.rtl.dark-layout .video-layout .video-search .input-group {
  border-left-color: #383434;
}
body.rtl.dark-layout .agent-section .agent-wrap {
  border-right: 1px solid #383434;
}
body.rtl.dark-layout .property-grid.list-view .property-box .agent-image {
  border-left-color: #383434;
  border-bottom: none;
}
body.rtl.dark-layout .property-details ul li + li {
  border-right: 1px solid #383434;
}
body.rtl.dark-layout .property-wizard .wizard-box .wizard-step-container .wizard-steps li .media .step-icon {
  border-left: 2px solid #383434;
}
body.rtl.dark-layout .single-property-section .left-single .share-buttons > div .share-hover ul li + li {
  border-right-color: #383434;
}
body.rtl.dark-layout .blog-single-detail .blog-title .post-detail li + li {
  border-right: 1px solid #383434;
}
@media (max-width: 767px) {
  body.rtl.dark-layout .agent-section .agent-wrap {
    border-right: none;
  }
}
@media (max-width: 575px) {
  body.rtl.dark-layout .property-grid.list-view .property-box .agent-image {
    border-bottom: 1px solid #383434;
  }
}
@media (min-width: 576px) {
  body.rtl .me-sm-3 {
    margin-left: 1rem !important;
    margin-right: unset !important;
  }
}
@media (min-width: 768px) {
  body.rtl .offset-md-5 {
    margin-right: 41.66667%;
    margin-left: unset;
  }
  body.rtl .offset-md-3 {
    margin-right: 25%;
    margin-left: unset;
  }
  body.rtl .text-md-end {
    text-align: left !important;
  }
  body.rtl .ms-md-2 {
    margin-right: 0.5rem !important;
    margin-left: unset !important;
  }
}
@media (min-width: 992px) {
  body.rtl .ms-lg-3 {
    margin-right: 1rem !important;
    margin-left: unset !important;
  }
  body.rtl .offset-lg-0 {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  body.rtl .offset-xl-2 {
    margin-left: unset;
    margin-right: 16.6667%;
  }
  body.rtl .offset-xl-0 {
    margin-right: 0;
  }
}
@media (max-width: 1660px) {
  body.rtl .feature-3.arrow-image .slick-arrow {
    left: 28px;
  }
  body.rtl .layout-home2 .feature-section .feature-content {
    margin-right: 100px;
  }
  body.rtl .feature-section .feature-4 .owl-carousel .owl-prev {
    left: 5% !important;
    right: unset;
  }
  body.rtl .feature-section .feature-4 .owl-carousel .owl-next {
    right: 0;
    left: 0 !important;
  }
  body.rtl .user-about .about-image {
    margin-left: unset;
    margin-right: 15px;
  }
  body.rtl .service-slider.arrow-gradient.arrow-right .slick-prev {
    left: 10%;
  }
  body.rtl .service-slider.arrow-gradient.arrow-right .slick-next {
    left: 6.5%;
  }
}
@media (max-width: 1460px) {
  body.rtl .about-section .about-wrap .about-content .about-image .overlay-content ul {
    margin-right: unset;
  }
  body.rtl header.header-centered .main-navbar .nav-menu > li > a {
    margin-right: 20px;
  }
  body.rtl header.header-4 .main-navbar .nav-menu > li > a {
    margin-left: 30px;
    margin-right: unset;
  }
  body.rtl header.header-4 .main-navbar .nav-menu > li > a::after {
    left: -14px !important;
    right: unset !important;
  }
  body.rtl .animate-rdi {
    margin-right: 18px;
  }
  body.rtl .animate-rdi label {
    margin-left: 17px;
  }
  body.rtl .our-client .quote-img {
    left: -30px;
  }
  body.rtl .tab-listing .property-details .my-listing {
    left: 30px;
  }
  body.rtl .layout-home4 .slider-image .home-content {
    padding-left: 50px;
  }
  body.rtl .feature-section .feature-content .detail-list li .d-flex h6,
  body.rtl .feature-section .feature-content .detail-list li .d-flex .h6 {
    margin-right: 10px;
  }
  body.rtl .feature-section .modern-feature .feature-wrap .feature-content {
    padding-right: 25px;
  }
  body.rtl .feature-section .modern-feature .feature-wrap .feature-image .label-gradient {
    right: 30px;
  }
  body.rtl .offer-section .offer-wrapper .media .media-body {
    margin-right: 20px;
  }
  body.rtl .property-details .property-btn .btn + .btn {
    margin-right: 10px;
  }
  body.rtl .service-slider.arrow-gradient.arrow-right .slick-prev {
    left: 15%;
  }
  body.rtl .service-slider.arrow-gradient.arrow-right .slick-next {
    left: 11%;
  }
  body.rtl .modern-client .comment-right .slick-arrow {
    right: -20%;
  }
  body.rtl .modern-client .comment-right .slick-next {
    right: -8.5%;
  }
  body.rtl .modern-client .right-align {
    left: -100px;
  }
  body.rtl .user-about .about-image .img-box.img-abs {
    left: 3%;
  }
}
@media (max-width: 1800px) {
  body.rtl .layout-home2 .arrow-light .slick-prev {
    right: 100px;
    left: unset;
  }
  body.rtl .layout-home2 .arrow-light .slick-next {
    left: 100px;
    right: unset;
  }
}
@media (max-width: 1740px) {
  body.rtl .layout-home2 .arrow-light .slick-prev {
    right: 60px;
    left: unset;
  }
  body.rtl .layout-home2 .arrow-light .slick-next {
    left: 60px;
    right: unset;
  }
}
@media (max-width: 1399px) {
  body.rtl .layout-home2 .feature-section .feature-content {
    margin-right: 50px;
  }
  body.rtl .feature-section .feature-3 .owl-carousel .owl-nav .owl-prev {
    top: 21px;
    left: 31px;
    right: unset;
  }
  body.rtl .feature-section .feature-3 .owl-carousel .owl-nav .owl-next {
    top: 21px;
    left: 86px;
    right: unset;
  }
  body.rtl .footer-light .footer-left-space {
    padding-right: 20px;
  }
}
@media (max-width: 1366px) {
  body.rtl .layout-home2 .arrow-light .slick-prev {
    right: 2px;
    left: unset;
  }
  body.rtl .layout-home2 .arrow-light .slick-next {
    left: 2px;
    right: unset;
  }
  body.rtl .service-section .service-slider .owl-carousel .owl-next {
    left: 16.5%;
    right: unset;
  }
  body.rtl .service-slider.arrow-gradient.arrow-right .slick-prev {
    left: 12%;
  }
  body.rtl .service-slider.arrow-gradient.arrow-right .slick-next {
    left: 8%;
  }
  body.rtl .modern-client .comment-right {
    right: -130px;
  }
  body.rtl .feature-section .modern-feature .feature-wrap .feature-image {
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 1199px) {
  body.rtl .home-section .home-slider-1 .owl-carousel .owl-next {
    right: 11%;
  }
  body.rtl header .main-navbar .nav-menu.open {
    left: 0;
    right: unset;
  }
  body.rtl .layout-home3 .slick-slider .slick-next {
    right: 95px;
  }
  body.rtl .layout-home2 .feature-section .feature-content {
    margin-right: 40px;
  }
  body.rtl .animate-rdi {
    margin-right: 0;
  }
  body.rtl .footer-light .footer-left-space {
    padding-right: 0;
  }
  body.rtl .our-client .quote-img {
    left: -80px;
  }
  body.rtl .service-slider .service-wrapper .top-img-box {
    margin-right: 30px;
  }
  body.rtl .details-right {
    padding-right: 20px;
  }
  body.rtl .property-grid-2 .property-details ul li {
    padding-left: 5px;
    padding-right: 9px;
  }
  body.rtl .property-grid-2 .property-details ul li:last-child {
    padding-left: 0;
  }
  body.rtl .according-menu {
    right: unset;
    left: 20px;
  }
  body.rtl header .menu nav {
    margin-right: auto;
    margin-left: 30px;
  }
  body.rtl header .main-navbar .nav-menu > li > a {
    text-align: right;
    margin-left: 0;
  }
  body.rtl header .main-navbar .nav-menu > li .nav-submenu li a:hover {
    margin-right: 0;
  }
  body.rtl header .main-navbar .nav-menu > li .nav-submenu li .nav-sub-childmenu {
    left: 0;
  }
  body.rtl header.header-centered .menu nav {
    margin-right: auto;
    margin-left: 0;
  }
  body.rtl header.header-centered .menu .brand-logo {
    margin-right: -9px;
  }
  body.rtl header.header-centered .main-navbar .nav-menu > li > a {
    margin-right: 0;
  }
  body.rtl header.header-4 .main-navbar .nav-menu > li > a {
    margin-left: 0;
  }
  body.rtl footer.footer-light .footer-links .footer-title .according-menu {
    left: unset;
  }
  body.rtl .arrow-define::after {
    transform: rotate(162deg);
  }
  body.rtl .arrow-gradient.bg-light-blue .slick-prev {
    margin-right: 47%;
  }
  body.rtl .arrow-gradient.bg-light-blue .slick-next {
    margin-left: 46%;
  }
  body.rtl .property-section .property-box .property-details .icon-property li + li::before {
    right: -24px;
  }
  body.rtl .property-section .property-2 .property-box .property-image .labels-left,
  body.rtl .property-section .property-3 .property-box .property-image .labels-left {
    right: 15px;
  }
  body.rtl .modal-form {
    left: unset;
  }
  body.rtl .feature-section .feature-1 .feature-wrapper .property-details {
    margin-left: -233px;
  }
  body.rtl .feature-section .feature-1 .feature-wrapper .feature-image .label-white {
    left: 30px;
  }
  body.rtl .feature-section .feature-1 .feature-wrapper .feature-image .signature {
    left: 0;
  }
  body.rtl .feature-section .feature-1 .feature-wrapper .feature-image .box-color {
    left: -25px;
  }
  body.rtl .feature-section .feature-content .detail-list li .d-flex h6,
  body.rtl .feature-section .feature-content .detail-list li .d-flex .h6 {
    margin-right: 8px;
  }
  body.rtl .feature-section .modern-feature .feature-wrap .feature-content {
    padding-right: 10px;
  }
  body.rtl .about-section .about-wrap.about-1 .about-content .our-details {
    margin-left: auto;
    margin-right: auto;
  }
  body.rtl .blog-wrap .blog-image .blog-label {
    right: 20px;
  }
  body.rtl .service-slider.arrow-gradient.arrow-right .slick-prev {
    left: 15%;
  }
  body.rtl .service-slider.arrow-gradient.arrow-right .slick-next {
    left: 10%;
  }
  body.rtl .modern-client .comment-right {
    right: 0;
  }
  body.rtl .modern-client .comment-right .slick-prev {
    right: -20%;
  }
  body.rtl .modern-client .comment-right .slick-next {
    right: -8.5%;
  }
  body.rtl .accordion .card-header {
    padding-left: 40px;
    padding-right: 20px;
  }
  body.rtl .accordion .card-header .card-link::after {
    left: 20px;
  }
  body.rtl .portfolio-creative.odd-even .row .content-sec {
    padding-right: 40px;
  }
  body.rtl .portfolio-creative.odd-even .row:nth-child(even) .content-sec {
    padding-left: 40px;
  }
  body.rtl .footer-left-space {
    padding-right: 0;
  }
  body.rtl .footer-bg .bottom-blog {
    margin-right: 0;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  body.rtl .blog-section .blog-1 .slick-prev {
    right: unset;
    left: 25px;
  }
  body.rtl .blog-section .blog-1 .slick-next {
    right: unset;
    left: 0;
  }
}
@media (max-width: 991px) {
  body.rtl .layout-home3 .slick-slider .slick-next {
    right: 15px;
  }
  body.rtl .layout-home2 .feature-section .feature-content {
    margin-right: 30px;
  }
  body.rtl .video-layout .video-details {
    padding-right: unset;
    padding-left: 30px;
  }
  body.rtl .filter-bottom-content.left-sidebar {
    left: unset !important;
    right: -300px !important;
  }
  body.rtl .filter-bottom-content.left-sidebar.open {
    right: 0 !important;
  }
  body.rtl .blog-section.bg-comman-2 .owl-theme .owl-nav .owl-prev {
    left: 32px;
    right: unset;
  }
  body.rtl .blog-section.bg-comman-2 .owl-theme .owl-nav .owl-next {
    left: 55px;
    right: unset;
  }
  body.rtl .home-section .home-slider-1 .owl-carousel .owl-nav .owl-prev {
    left: 50px;
    right: unset;
  }
  body.rtl .home-section .home-slider-1 .owl-carousel .owl-nav .owl-next {
    left: 0;
    right: unset;
  }
  body.rtl .agent-section .agent-wrap {
    padding-right: 20px;
  }
  body.rtl .coming-simple .row {
    text-align: center;
  }
  body.rtl .coming-simple .title-3.text-start h2::before,
  body.rtl .coming-simple .title-3.text-start .h2::before {
    left: 50%;
    right: unset;
  }
  body.rtl .details-right {
    padding-right: 0;
  }
  body.rtl .single-property-section .single-title .right-single {
    text-align: right;
  }
  body.rtl .top-bar .top-content .top-bar-right {
    text-align: left;
  }
  body.rtl .top-bar .top-content .top-bar-right li + li {
    margin-right: 10px;
  }
  body.rtl .top-bar.top-bar-7 .top-content .top-bar-right li:last-child {
    margin-left: unset;
    margin-right: 10px;
  }
  body.rtl header.header-4 .menu .header-right li + li {
    margin-right: 10px;
  }
  body.rtl header.header-4 .menu .header-right li .search-box .form-control {
    right: 34px;
  }
  body.rtl header.header-4 .menu .header-right li .search-box .form-group::after {
    right: 34px;
  }
  body.rtl header.header-centered .menu .brand-logo {
    margin-right: -15px;
  }
  body.rtl .layout-map .withmap-horizontal .search-panel .filter .media .media-body {
    margin-left: unset;
    margin-right: 15px;
  }
  body.rtl .layout-map .withmap-horizontal .search-panel .width-fit > div + div {
    border-right: none;
  }
  body.rtl .user-dashboard .sidebar-user .user-profile .connected-social {
    margin-left: unset;
    margin-right: 30px;
  }
  body.rtl .right-line-tab .nav-item .nav-link {
    border-left: none;
  }
  body.rtl .arrow-gradient.bg-light-blue .slick-prev {
    margin-right: 46%;
  }
  body.rtl .arrow-gradient.bg-light-blue .slick-next {
    margin-left: 45%;
  }
  body.rtl .feature-section .feature-1 .feature-wrapper .feature-image {
    justify-content: center;
  }
  body.rtl .feature-section .feature-1 .feature-wrapper .feature-image .box-color {
    left: -20px;
  }
  body.rtl .feature-section .feature-1 .feature-wrapper .feature-image .signature {
    left: -47px;
  }
  body.rtl .feature-section .feature-1 .feature-wrapper .property-details {
    margin-left: auto;
    margin-right: auto;
  }
  body.rtl .feature-section .modern-feature .feature-wrap .feature-content {
    padding-right: 0;
  }
  body.rtl .banner-section .button-banner .btn + .btn {
    margin-right: 10px;
  }
  body.rtl .banner-2:after {
    right: 0;
  }
  body.rtl .property-section .nav-tabs .nav-item + .nav-item {
    margin-right: 20px;
  }
  body.rtl .property-section .property-box .property-details .icon-property li + li::before {
    right: -38px;
  }
  body.rtl .pagination-tab.nav-tabs .nav-item + .nav-item {
    margin-right: 15px;
  }
  body.rtl .property-wizard .wizard-box .wizard-step-container .wizard-steps li:nth-child(even) {
    margin-left: unset;
    margin-right: 2%;
  }
  body.rtl .property-wizard.horizontal-wizard .wizard-box .wizard-step-container .wizard-steps li:nth-child(even) {
    margin-left: unset;
    margin-right: 5px;
  }
  body.rtl .service-slider.arrow-gradient.arrow-right .slick-prev {
    left: 20%;
  }
  body.rtl .service-slider.arrow-gradient.arrow-right .slick-next {
    left: 14%;
  }
  body.rtl .modern-client .comment-right {
    right: 0;
  }
  body.rtl .modern-client .comment-right .slick-prev {
    right: 46.8%;
  }
  body.rtl .modern-client .comment-right .slick-next {
    right: 55%;
  }
  body.rtl .user-about .about-image .img-box.img-abs {
    left: 28%;
  }
  body.rtl .map-modal .map-section {
    padding-left: unset;
    padding-right: 12px;
  }
  body.rtl .portfolio-creative.odd-even .row .content-sec {
    padding-right: 20px;
    padding-left: 20px;
  }
  body.rtl .portfolio-creative.odd-even .row:nth-child(even) .content-sec {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  body.rtl .video-layout .overlay-content {
    left: 10%;
  }
  body.rtl .banner-2 .banner-right {
    padding: 30px;
  }
  body.rtl .blog-section .blog-1 .slick-prev {
    right: -3px;
    left: unset;
  }
  body.rtl .blog-section .blog-1 .slick-next {
    left: -3px;
    right: unset;
  }
  body.rtl header .header-right .right-menu ul .dropdown + .dropdown {
    margin-left: unset;
    margin-right: 0;
  }
  body.rtl .video-layout .play-icon {
    left: unset;
    right: 67%;
  }
  body.rtl .layout-home2 .feature-section .feature-content {
    margin-right: auto;
  }
  body.rtl footer .footer-links .footer-title span {
    right: unset;
    left: 0;
  }
  body.rtl footer.footer-light .footer-links .footer-title .according-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: unset;
  }
  body.rtl .animate-rdi {
    right: unset;
    left: 12px;
  }
  body.rtl .animate-rdi label {
    margin-left: 10px;
    text-align: right;
  }
  body.rtl .agent-section .agent-wrap {
    padding-right: 0;
    border-right: none;
  }
  body.rtl .filter-panel .top-panel .grid-list-filter li {
    margin: 5px;
  }
  body.rtl .filter-panel .d-lg-none .mobile-filter svg {
    margin-right: 10px;
  }
  body.rtl header .menu .brand-logo {
    margin-right: 0px;
  }
  body.rtl .top-bar .top-content .top-bar-right li + li {
    margin-right: 6px;
  }
  body.rtl .top-bar.top-bar-7 .top-content .top-bar-right li:last-child {
    margin-right: 6px;
  }
  body.rtl .theme-buttons > div .btn + .btn {
    margin-right: 6px;
  }
  body.rtl .layout-home4 .slider-image .home-content {
    padding-left: 30px;
  }
  body.rtl .offer-section .offer-wrapper .media .media-body {
    margin-right: 15px;
  }
  body.rtl .modern-client .comment-right .slick-prev {
    right: 40%;
  }
  body.rtl .modern-client .comment-right .slick-next {
    right: 50%;
  }
  body.rtl .user-about .about-image .img-box.img-abs {
    left: 8%;
  }
  body.rtl .blog-single-detail .blog-title .post-detail li + li {
    padding-right: 0;
    margin-right: 0;
    border-right: none;
  }
}
@media (max-width: 576px) {
  body.rtl header .menu nav {
    margin-left: 20px;
  }
  body.rtl header .menu .header-right li a svg {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  body.rtl header.header-4 .menu .header-right li + li {
    margin-right: 4px;
  }
  body.rtl header.header-4 .menu .header-right li .search-box.open i {
    border-radius: 5px;
  }
  body.rtl header.header-4 .menu .header-right li .search-box .form-group {
    right: unset;
    left: 0;
  }
  body.rtl header.header-4 .menu .header-right li .search-box .form-group::after {
    right: 40px;
    border-radius: 5px;
  }
  body.rtl .video-layout .video-details {
    padding: 0;
  }
  body.rtl .video-layout .video-search .input-group {
    border-left: none;
  }
  body.rtl .video-layout .video-search .input-group input {
    padding-right: 12px;
    padding-left: unset;
  }
  body.rtl .video-layout .play-icon {
    right: unset;
    margin-right: 0;
  }
  body.rtl .property-grid.list-view .property-box .agent-image {
    border-left: none;
  }
  body.rtl .service-slider .service-wrapper .top-img-box {
    margin-right: 20px;
  }
  body.rtl .property-section .list-property .property-box .property-image .overlay-property .overlay-box a::after {
    left: -85px;
  }
  body.rtl .filter-panel .d-lg-none {
    text-align: right;
  }
  body.rtl .arrow-define {
    left: -20px;
  }
  body.rtl .arrow-define::after {
    right: -27px;
  }
  body.rtl .user-dashboard .sidebar-user .user-profile .connected-social {
    margin-right: 0;
  }
  body.rtl .my-profile .profile-info .user-name .rating {
    margin-right: 0;
  }
  body.rtl .my-profile .profile-info .user-detail li + li {
    margin-right: 10px;
  }
  body.rtl .card-payment .payment-card .card-details .card-number > div img:last-child {
    margin-right: 5px;
  }
  body.rtl .feature-section .feature-1 .feature-wrapper .property-details a h3 span,
  body.rtl .feature-section .feature-1 .feature-wrapper .property-details a .h3 span {
    float: none;
  }
  body.rtl .feature-section .feature-1 .feature-wrapper .property-details a h3 .label,
  body.rtl .feature-section .feature-1 .feature-wrapper .property-details a .h3 .label {
    margin-right: 0;
  }
  body.rtl .feature-section .feature-1 .feature-wrapper .property-details .round-half {
    left: -17px;
  }
  body.rtl .banner-section .button-banner .btn + .btn {
    margin-right: 4px;
  }
  body.rtl .animate-rdi label {
    text-align: right;
  }
  body.rtl header.header-centered .menu .brand-logo {
    margin-right: -22px;
  }
  body.rtl .modern-client .comment-right {
    right: 0;
  }
  body.rtl .modern-client .img-testimonial {
    margin-left: unset;
    margin-right: 30px;
  }
  body.rtl .user-about .about-image .img-box.img-abs {
    left: 30%;
  }
  body.rtl .single-property-section .single-title .right-single {
    text-align: right;
  }
  body.rtl .review .review-box .media .rating {
    left: unset;
    right: 150px;
  }
  body.rtl .review .review-box.review-child {
    margin-right: 30px;
  }
}
@media (max-width: 480px) {
  body.rtl .property-section .property-box .property-image .seen-data {
    left: 14px;
    right: unset;
  }
  body.rtl .property-section .property-box .property-image .seen-data svg {
    margin-right: unset;
    margin-left: 4px;
  }
  body.rtl header .menu nav {
    margin-right: auto;
    margin-left: 8px;
  }
  body.rtl .filter-panel .d-lg-none {
    text-align: right;
  }
  body.rtl .blog-1 .blog-box {
    padding-right: 0;
  }
  body.rtl .feature-section .feature-content .feature-price li + li {
    margin-right: 20px;
  }
  body.rtl .feature-section .modern-feature .feature-wrap .feature-image .label-gradient {
    right: 15px;
  }
  body.rtl .feature-section .feature-1 .feature-wrapper .feature-image .label-white {
    left: 15px;
  }
  body.rtl .offer-section .offer-wrapper .media .media-body {
    text-align: center;
    margin-right: 0;
  }
  body.rtl .property-section .nav-tabs .nav-item + .nav-item {
    margin-right: 15px;
  }
  body.rtl .property-section .property-box-flat .property-box .property-image .label-white {
    left: 15px;
  }
  body.rtl .property-section .property-box-flat .property-box .property-image .overlay-plus .seen-data {
    left: 50px;
  }
  body.rtl .property-section .property-box .property-image .overlay-plus .like-bottom {
    left: 15px;
  }
  body.rtl .property-section .property-2 .property-box .property-image .labels-left,
  body.rtl .property-section .property-box-flat .property-box .property-image .labels-left {
    right: -3px;
  }
  body.rtl .property-wizard .wizard-box .wizard-step-container .wizard-steps li:nth-child(even) {
    margin-right: 0;
  }
  body.rtl .user-about .about-listing ul li + li {
    margin-right: 0;
  }
  body.rtl .download-section .download-wrap ul li + li {
    margin-right: 5px;
  }
  body.rtl .captcha .logo,
  body.rtl .captcha .text {
    margin-right: 20px;
    margin-left: unset;
  }
}
@media (max-width: 420px) {
  body.rtl header .header-right .right-menu ul li.cart ul.nav-submenu li .close-circle {
    right: unset;
    left: -10px;
  }
  body.rtl .custom-dropdown .custom-dropdown-menu.form-dropdown {
    left: -70px;
  }
  body.rtl .property-wizard.horizontal-wizard .wizard-box .wizard-step-container .wizard-form-details .text-end p a {
    text-align: left;
    margin-left: unset;
    margin-right: auto;
  }
  body.rtl .top-bar .top-content .top-bar-right li .flat-box .fa-home {
    margin-left: 0;
  }
  body.rtl .top-bar .top-content .top-bar-right li .flat-box span {
    display: none;
  }
  body.rtl .header-layout-3 .contact-number i {
    margin-left: 6px;
  }
  body.rtl .feature-section .feature-content .feature-price li + li {
    margin-right: 0;
  }
  body.rtl .property-section .property-box .property-details .icon-property li {
    padding-right: 0;
  }
  body.rtl .download-section .app-right {
    text-align: center;
  }
  body.rtl .download-section .app-right button {
    margin-right: 0;
  }
}
@media (max-width: 360px) {
  body.rtl .property-section .property-box .property-details .icon-property li .d-flex .property-icon {
    margin-left: 8px;
    margin-right: unset;
  }
  body.rtl .property-section .property-box .property-details > ul > li > img {
    margin-left: 3px;
    margin-right: 0;
  }
  body.rtl header .header-right .right-menu ul li.cart ul.nav-submenu {
    right: unset;
    left: -45px;
  }
  body.rtl .home-section.layout-6 .arrow-light .slick-next {
    right: 13%;
  }
  body.rtl .property-details ul li {
    padding-right: 10px;
    padding-left: 6px;
  }
  body.rtl .property-grid-2 .property-details ul li {
    padding-left: 4px;
    padding-right: 6px;
  }
  body.rtl .tab-listing .property-details .my-listing {
    left: 20px;
  }
  body.rtl .feature-section .feature-1 .feature-wrapper .feature-image .box-color {
    left: -32px;
  }
  body.rtl .feature-section .feature-1 .feature-wrapper .property-details .property-btn a + a {
    margin-left: 0;
    margin-right: 3px;
  }
  body.rtl .feature-section .feature-content .feature-price li + li {
    margin-right: 0;
  }
  body.rtl .user-about .about-image .img-box.img-abs {
    left: 5%;
  }
  body.rtl footer .sub-footer .sub-footer-link li + li {
    margin-right: 10px;
  }
  body.rtl footer.footer-brown .sub-footer .footer-social ul li + li {
    margin-left: unset;
    margin-right: 10px;
  }
}
.card .card-header {
  border-bottom: none;
}
.compare-page .table-wrapper {
  padding-bottom: 0;
}
.compare-page .table-wrapper .table {
  border: 1px solid #f8f8f8;
  color: #222;
  margin-bottom: 0;
}
.compare-page .table-wrapper .table .property-name {
  width: 15%;
}
.compare-page .table-wrapper .table .featured-image {
  width: 220px;
}
.compare-page .table-wrapper .table td {
  border-top: none;
}
.compare-page .table-wrapper .table thead .th-compare td {
  font-size: 16px;
  font-weight: 700;
  background: #f8f8f8;
  border-right: 1px solid #eee;
  border-bottom-color: #ddd;
  padding: 15px;
}
.compare-page .table-wrapper .table thead .th-compare th {
  text-align: left;
  padding: 15px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
}
.compare-page .table-wrapper .table thead .th-compare th .remove {
  float: left;
  border: none;
  background: transparent;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}
.compare-page .table-wrapper .table tbody tr th {
  background: #f8f8f8;
  padding: 15px;
  font-size: 15px;
  vertical-align: top;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
}
.compare-page .table-wrapper .table tbody tr td {
  border-right: 1px solid #eee;
  position: relative;
  padding: 15px;
  vertical-align: top;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  border-right: 1px solid #eee;
}
.compare-page .table-wrapper .table tbody tr .grid-link__title {
  font-size: 15px;
}
.compare-page .table-wrapper .table tbody tr .property_price {
  margin: 15px 0 0;
}
.compare-page .table-wrapper .table tbody tr .property_price span.money {
  padding-left: 5px;
}
.compare-page .table-wrapper .table tbody tr .property_price h6,
.compare-page .table-wrapper .table tbody tr .property_price .h6 {
  font-weight: 500;
}
.compare-page .table-wrapper .table tbody tr .property_price h6 a,
.compare-page .table-wrapper .table tbody tr .property_price .h6 a {
  color: #1c2d3a;
}
.compare-page .table-wrapper .table tbody tr .property_price span.color-2 {
  color: var(--theme-default3);
  font-weight: 500;
  font-size: 16px;
}
.compare-page .table-wrapper .table tbody tr p {
  color: #222;
  font-size: 13px;
  line-height: 20px;
  margin: 0;
}
.compare-page .table-wrapper .table tbody tr .add-to-wish {
  padding: 6px 10px;
}
.compare-page .table-wrapper .table tbody tr .select-option-cls {
  padding: 6px 10px;
}
.ratio-card .card-header h5,
.ratio-card .card-header .h5 {
  margin-top: -5px;
  line-height: 1.4;
}
.ratio-card h5,
.ratio-card .h5 {
  font-family: Rubik, sans-serif;
}
.ratio-card .card-body h5,
.ratio-card .card-body .h5 {
  background: var(--theme-gradient7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
  margin-top: -3px;
}
.ratio-card .card-body ul {
  list-style-type: disc;
  padding-left: 30px;
  margin-bottom: -3px;
}
.ratio-card .card-body ul li {
  display: list-item;
}
.ratio-card .card-body ul li h6,
.ratio-card .card-body ul li .h6 {
  font-family: Rubik, sans-serif;
}
.ratio-card .card-body ul li:last-child h6,
.ratio-card .card-body ul li:last-child .h6 {
  margin-bottom: 0;
}
.bg-light {
  background-color: rgba(20, 22, 22, 0.3);
}
.bg-light-blue {
  background-color: #f7f7fe;
}
.my-gallery .row .col .row {
  margin-bottom: -24px;
}
.my-gallery .row .col .row > div {
  margin-bottom: 24px;
}
.my-gallery .title-1 h2,
.my-gallery .title-1 .h2 {
  margin-bottom: -3px;
}
.my-gallery .title-1 hr {
  width: 80px;
  margin: 20px auto 0;
  height: 2px;
  color: var(--theme-default);
  opacity: 1;
  transition: all 0.5s;
}
.my-gallery .title-1:hover hr {
  width: 150px;
}
.my-gallery .title-1.color-6 hr {
  color: var(--theme-default8);
}
.my-gallery .find-cities {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  height: 400px;
}
.my-gallery .find-cities::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  transition: 0.5s;
  background-image: var(--theme-gradient4);
}
.my-gallery .find-cities .citi-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  opacity: 0;
  transition: 0.5s;
  text-align: center;
  z-index: 1;
}
.my-gallery .find-cities .citi-overlay h4,
.my-gallery .find-cities .citi-overlay .h4,
.my-gallery .find-cities .citi-overlay h6,
.my-gallery .find-cities .citi-overlay .h6 {
  color: rgba(255, 255, 255, 0.9);
}
.my-gallery .find-cities .citi-overlay h2,
.my-gallery .find-cities .citi-overlay .h2 {
  font-size: calc(22px + 13 * (100vw - 320px) / 1600);
  margin-bottom: 22px;
  color: #ffffff;
}
.my-gallery .find-cities .citi-overlay h4,
.my-gallery .find-cities .citi-overlay .h4 {
  margin-bottom: 18px;
  font-weight: 500;
}
.my-gallery .find-cities .citi-overlay h6,
.my-gallery .find-cities .citi-overlay .h6 {
  margin-bottom: 0;
  position: relative;
  line-height: 1.8;
}
.my-gallery .find-cities .citi-overlay h6::after,
.my-gallery .find-cities .citi-overlay .h6::after {
  position: absolute;
  content: "";
  width: 180px;
  height: 100%;
  right: -54px;
  background-color: rgba(255, 255, 255, 0.2);
}
.my-gallery .find-cities .citi-overlay h6:hover::after,
.my-gallery .find-cities .citi-overlay .h6:hover::after {
  transition: all 0.3s ease;
  right: 0;
}
.my-gallery .find-cities:hover::after {
  height: 100%;
  transition: 0.5s;
  opacity: 0.75;
}
.my-gallery .find-cities:hover .citi-overlay {
  height: 100%;
  transition: 0.5s;
  opacity: 1;
}
.my-gallery.gallery-6 .find-cities::after {
  background-image: var(--theme-gradient13);
}
.offer-section .title-1 h2,
.offer-section .title-1 .h2 {
  margin-bottom: -9px;
}
.offer-section .title-1 hr {
  width: 80px;
  margin: 20px auto 0;
  height: 2px;
  color: var(--theme-default);
  opacity: 1;
  transition: all 0.5s;
}
.offer-section .title-1:hover hr {
  width: 150px;
}
.offer-section .title-1.color-6 hr {
  color: var(--theme-default8);
}
.offer-section .offer-wrapper {
  padding: 50px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}
.offer-section .offer-wrapper .media .offer-icon {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  position: relative;
  transition: 0.5s;
  background-color: rgba(255, 255, 255, 0.1);
}
.offer-section .offer-wrapper .media .offer-icon img {
  height: 45px;
}
.offer-section .offer-wrapper .media .offer-icon::before,
.offer-section .offer-wrapper .media .offer-icon::after {
  content: "";
  position: absolute;
}
.offer-section .offer-wrapper .media .offer-icon::before {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  vertical-align: middle;
  width: 88%;
  height: 88%;
  transform: scale(0);
  background-image: var(--theme-gradient3);
  border-radius: 100%;
  z-index: -1;
}
.offer-section .offer-wrapper .media .offer-icon::after {
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 50%;
  border: 1px dashed #ffffff;
  padding: 10px;
  transition: 0.8s;
  animation: spin 10s infinite linear;
}
.offer-section .offer-wrapper .media .media-body {
  margin-left: 50px;
}
.offer-section .offer-wrapper .media .media-body h6,
.offer-section .offer-wrapper .media .media-body .h6 {
  letter-spacing: 5px;
  line-height: 1.8;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 0;
  font-weight: 500;
}
.offer-section .offer-wrapper .media .media-body h6::after,
.offer-section .offer-wrapper .media .media-body .h6::after {
  position: absolute;
  content: "";
  width: 91px;
  left: 35px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
}
.offer-section .offer-wrapper .media .media-body h3,
.offer-section .offer-wrapper .media .media-body .h3 {
  font-weight: 700;
  margin: 16px 0;
}
.offer-section .offer-wrapper .media .media-body p {
  line-height: 1.7;
  margin-bottom: 0;
}
.offer-section .offer-wrapper .media .media-body h3,
.offer-section .offer-wrapper .media .media-body .h3,
.offer-section .offer-wrapper .media .media-body h6,
.offer-section .offer-wrapper .media .media-body .h6,
.offer-section .offer-wrapper .media .media-body p {
  color: #ffffff;
}
.offer-section .offer-wrapper:hover .media .offer-icon {
  transition: 0.5s;
  background-color: unset;
}
.offer-section .offer-wrapper:hover .media .offer-icon::before {
  animation-name: bubble;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.offer-section .offer-wrapper:hover .media .offer-icon::after {
  opacity: 1;
  transition: 0.8s;
}
.offer-section.banner-4 .offer-wrapper .media .offer-icon::before {
  background-image: var(--theme-gradient13);
}
.offer-section.offer-inner {
  background-color: rgba(0, 0, 0, 0.4);
  background-blend-mode: overlay;
}
.offer-section.offer-inner .title-2 h2,
.offer-section.offer-inner .title-2 .h2 {
  margin-top: -4px;
}
.offer-section.offer-inner .offer-wrapper .media .offer-icon::before {
  background-image: var(--theme-gradient7);
}
.offer-section.layout-9 {
  background-color: rgba(0, 0, 0, 0.7);
}
.new-property .feature-wrap {
  margin: 0 80px;
  border-radius: 10px;
  overflow: hidden;
}
.new-property .feature-wrap .row {
  margin: 0;
}
.new-property .feature-wrap .row > div {
  padding: 0;
}
.new-property .feature-content {
  background-color: #ffffff;
}
.new-property .feature-content .details h3 span,
.new-property .feature-content .details .h3 span {
  color: var(--theme-default3);
}
.new-property .feature-content .feature-price h3,
.new-property .feature-content .feature-price .h3 {
  background: var(--theme-gradient7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(5px 5px 12px rgba(0, 78, 178, 0.2));
}
.new-property .feature-content .detail-list li .label-lg {
  border-radius: 8px;
}
.new-property.pricing-property .feature-wrap {
  overflow: unset;
}
.new-property.pricing-property .title-2 h2,
.new-property.pricing-property .title-2 .h2 {
  margin-top: -4px;
}
.pricing-section .owl-item {
  margin: 6px 0;
}
.pricing-section .pricing-box {
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.07);
  padding: 50px;
  text-align: center;
  position: relative;
}
.pricing-section .pricing-box::after {
  position: absolute;
  content: "";
  width: 0;
  height: 3px;
  background-color: var(--theme-default5);
  transition: width 0.5s;
  bottom: 0;
  left: 0;
}
.pricing-section .pricing-box h4,
.pricing-section .pricing-box .h4,
.pricing-section .pricing-box h3,
.pricing-section .pricing-box .h3 {
  color: #586167;
}
.pricing-section .pricing-box .pricing-details img {
  margin: 0 auto;
}
.pricing-section .pricing-box .pricing-details .pricing-svg {
  width: 50px;
  height: 50px;
}
.pricing-section .pricing-box .pricing-details .pricing-icon {
  position: relative;
}
.pricing-section .pricing-box .pricing-details .pricing-icon::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 100%;
  opacity: 0.2;
  bottom: -7px;
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateX(11px);
}
.pricing-section .pricing-box .pricing-details .pricing-icon.color-3 .pricing-svg {
  fill: var(--theme-default5);
}
.pricing-section .pricing-box .pricing-details .pricing-icon.color-3::after {
  background-color: var(--theme-default5);
}
.pricing-section .pricing-box .pricing-details .pricing-icon.color-2 .pricing-svg {
  fill: var(--theme-default3);
}
.pricing-section .pricing-box .pricing-details .pricing-icon.color-2::after {
  background-color: var(--theme-default3);
}
.pricing-section .pricing-box .pricing-details .pricing-icon.color-7 .pricing-svg {
  fill: var(--theme-default10);
}
.pricing-section .pricing-box .pricing-details .pricing-icon.color-7::after {
  background-color: var(--theme-default10);
}
.pricing-section .pricing-box .pricing-details h3,
.pricing-section .pricing-box .pricing-details .h3 {
  margin-top: 26px;
  font-weight: 700;
}
.pricing-section .pricing-box .pricing-details p {
  line-height: 1.75;
  color: rgba(88, 97, 103, 0.7);
  margin-bottom: 0;
  font-size: 15px;
}
.pricing-section .pricing-box ul {
  margin: 30px 0 30px;
}
.pricing-section .pricing-box ul li {
  display: block;
  font-family: Roboto, sans-serif;
  color: rgba(88, 97, 103, 0.5);
  font-size: 15px;
  text-transform: lowercase;
}
.pricing-section .pricing-box ul li + li {
  margin-top: 10px;
}
.pricing-section .pricing-box .price {
  margin-bottom: -5px;
}
.pricing-section .pricing-box .price h4,
.pricing-section .pricing-box .price .h4 {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: calc(22px + 8 * (100vw - 320px) / 1600);
  font-weight: 700;
}
.pricing-section .pricing-box .price .label {
  font-weight: 600;
  font-size: 14px;
  transition: 0.5s;
  position: relative;
  margin-bottom: 10px;
}
.pricing-section .pricing-box .price .label.label-light::before {
  opacity: 0.15;
  transition: 0.5s;
}
.pricing-section .pricing-box .price .label.label-light.color-3::before {
  background-color: var(--theme-default5);
}
.pricing-section .pricing-box .price .label.label-light.color-2::before {
  background-color: var(--theme-default3);
}
.pricing-section .pricing-box .price .label.label-light.color-7::before {
  background-color: var(--theme-default10);
}
.pricing-section .pricing-box .price .light-text {
  color: rgba(59, 66, 73, 0.3);
  text-transform: uppercase;
  font-weight: 700;
}
.pricing-section .pricing-box:hover::after {
  transition: width 0.5s;
  width: 100%;
}
.pricing-section .pricing-box:hover .price .label-light {
  background-color: var(--theme-default5);
  color: #ffffff;
  transition: 0.5s;
}
.pricing-section .pricing-box:hover .price .label-light::before {
  opacity: 0;
  transition: 0.5s;
}
.pricing-section .pricing-box:hover .price .label-light::after {
  box-shadow: 0px 10px 12.5px var(--theme-default5);
  opacity: 0.22;
  transition: 0.5s;
  z-index: -1;
}
.pricing-section .pricing-box:hover .price .label-light.color-2 {
  background-color: var(--theme-default3);
}
.pricing-section .pricing-box:hover .price .label-light.color-2::after {
  box-shadow: 0px 10px 12.5px var(--theme-default3);
}
.pricing-section .pricing-box:hover .price .label-light.color-7 {
  background-color: var(--theme-default10);
}
.pricing-section .pricing-box:hover .price .label-light.color-7::after {
  box-shadow: 0px 10px 12.5px var(--theme-default10);
}
.pricing-section .pricing-slider .slick-list {
  margin: -30px -25px;
}
.pricing-section .pricing-slider .slick-list .slick-track .slick-slide > div {
  margin-top: 30px;
}
.pricing-section.pricing-inner .pricing-box::after {
  background-color: var(--theme-default3);
}
.pricing-section.pricing-inner .pricing-box:hover .price .label-light.color-2 {
  background-color: var(--theme-default3);
  color: #ffffff;
}
.pricing-section.pricing-inner .title-2 h2,
.pricing-section.pricing-inner .title-2 .h2 {
  margin-top: -2px;
}
.pricing-section.color-7 .pricing-box::after {
  background-color: var(--theme-default10);
}
.subscribe-section .video-details p {
  width: 80%;
  margin: 0 auto 25px;
}
.video-section {
  background-image: url("./media/video-bg.png");
  padding-left: 90px;
  padding-right: 90px;
}
.video-section .video-details p {
  width: 80%;
  margin: 0 auto 25px;
}
.video-section .play-icon {
  height: 100%;
}
.icon-video {
  position: relative;
  z-index: 1;
}
.icon-video a {
  background-image: var(--theme-gradient9);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
}
.icon-video a i {
  margin-top: 2px;
  margin-left: 5px;
  color: #ffffff;
  font-size: 24px;
}
.icon-video a::after {
  border-radius: 100%;
  opacity: 0.3;
  box-shadow: -5.15px 8.572px 25px var(--theme-default6);
}
.icon-video .heart-animation {
  position: absolute;
  top: -51px;
  right: -50px;
  width: 150px;
  height: 150px;
  z-index: -1;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  animation: heartbit 2s ease-out;
  animation-iteration-count: infinite;
}
.agent-section.property-section .agent-grids .property-wrapper-grid .property-grid > [class*=col-xl-3] .label {
  left: 8px;
}
.agent-section.property-section .agent-grids .property-wrapper-grid .property-grid > [class*=col-xl-3] .agent-content {
  padding: 20px;
}
.video-layout {
  height: 680px;
}
.video-layout .overlay-content {
  z-index: 2;
  position: absolute;
  left: 10%;
  top: 10%;
}
.video-layout .overlay-content .left-sidebar {
  box-shadow: none;
  background-color: #ffffff;
}
.video-layout .overlay-content .left-sidebar h2,
.video-layout .overlay-content .left-sidebar .h2 {
  font-size: 22px;
}
.video-modal .btn-close {
  position: absolute;
  right: 0;
  background-color: var(--theme-default6);
  background-image: unset;
  opacity: 1;
  top: 0;
  width: 30px;
  height: 30px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 4px;
  padding: 4px;
}
.video-modal .btn-close span {
  font-size: 30px;
  color: #ffffff;
  margin-top: -2px;
  display: block;
}
.video-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.video-modal .modal-dialog .modal-content .modal-body .close {
  position: absolute;
  right: -30px;
  top: 0;
  color: #ffffff;
  font-weight: 400;
  font-size: 26px;
  opacity: 1;
}
.video-modal iframe {
  height: 448px;
  width: 100%;
  vertical-align: middle;
  border: none;
}
.video-details {
  background-color: #ffffff;
  box-shadow: 0 0 49px 0 rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  text-align: center;
  padding: 60px;
}
.video-details h2,
.video-details .h2 {
  line-height: 1.42;
  color: #586167;
  margin: 20px 0 14px;
}
.video-details p {
  font-size: 16px;
  color: rgba(88, 97, 103, 0.7);
  line-height: 1.65;
  margin-bottom: 25px;
}
.video-details p,
.video-details span {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.subscribe-section {
  background-image: url("./media/subscribe-bg.jpg");
}
.subscribe-section .video-details {
  max-width: 810px;
  margin: 0 auto;
}
.subscribe-section .video-details .form-group {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.subscribe-section .video-details .form-group input {
  width: 75%;
  margin: 0 auto;
  border: none;
  text-align: center;
  opacity: 0.7;
  padding: 15px 20px 13px;
  color: var(--theme-default6);
  font-weight: 300;
}
.subscribe-section .video-details .form-group input::placeholder {
  color: var(--theme-default6);
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}
.subscribe-section .video-details .form-group::after {
  opacity: 0.6;
  width: 75%;
  background-color: var(--theme-default6);
  right: 0;
  margin: 0 auto;
  border-radius: 4px;
  z-index: -1;
}
.subscribe-section .video-details .form-group.color-2 input {
  color: var(--theme-default3);
}
.subscribe-section .video-details .form-group.color-2 input::placeholder {
  color: var(--theme-default3);
}
.subscribe-section .video-details .form-group.color-2::after {
  background-color: var(--theme-default4);
}
.subscribe-section.bg-light {
  background-image: unset;
}
.filter-bottom-title {
  cursor: pointer;
}
.filter-bottom-content {
  position: absolute;
  left: 0;
  top: 158px;
  width: 100%;
  background-color: #ffffff;
  display: none;
  box-shadow: 0 0 24px 0 rgba(88, 97, 103, 0.1);
  z-index: 1;
}
.filter-bottom-content.left-sidebar {
  left: 0;
}
.left-sidebar .row {
  margin-bottom: -10px;
}
.left-sidebar .row > div {
  margin-bottom: 10px;
}
.left-sidebar .dropdown {
  border: 1px solid #eee;
  border-radius: 4px;
}
.left-sidebar .dropdown .dropdown-toggle {
  padding: 8px 20px 6px;
  display: block;
  color: #878787;
}
.left-sidebar .dropdown .dropdown-toggle i {
  color: #878787;
}
.left-sidebar .dropdown .dropdown-item {
  color: #878787;
}
.left-sidebar,
.blog-sidebar {
  box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
  padding: 30px;
  border-radius: 8px !important;
}
.single-sidebar .filter-cards {
  margin-top: -2px;
}
.dropdown.show .dropdown-toggle i {
  transform: rotate(180deg);
}
.dropdown .dropdown-toggle {
  display: block;
  cursor: pointer;
}
.dropdown .dropdown-toggle i {
  float: right;
  margin-top: 4px;
  color: rgba(59, 66, 73, 0.8);
}
.dropdown .dropdown-toggle::after {
  display: none;
}
.dropdown .dropdown-menu {
  width: 100%;
  margin-top: 6px;
  animation: fadeIn 0.5s;
  border-color: #eee;
  z-index: 7;
}
.dropdown .dropdown-menu .dropdown-item {
  font-size: 14px;
  font-family: Rubik, sans-serif;
  transition: 0.5s;
  padding: 6px 20px;
}
.dropdown .dropdown-menu .dropdown-item:focus {
  background: transparent;
}
.dropdown .dropdown-menu .dropdown-item:active,
.dropdown .dropdown-menu .dropdown-item.active {
  background: #eee;
  color: #586167;
}
.dropdown .dropdown-menu .dropdown-item:hover,
.dropdown .dropdown-menu .dropdown-item:focus {
  background-color: rgba(233, 236, 239, 0.42);
}
.filter-panel {
  padding: 0 0 25px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.filter-panel .top-panel {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.filter-panel .d-lg-none {
  text-align: right;
}
.filter-panel .d-lg-none .mobile-filter {
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #eee;
  color: #586167;
  border-radius: 4px;
  cursor: pointer;
}
.filter-panel .d-lg-none .mobile-filter svg {
  width: 18px;
  height: 18px;
  margin-left: 20px;
}
.filter-panel .grid-list-filter {
  margin-bottom: -10px;
}
.filter-panel .grid-list-filter .collection-grid-view ul {
  height: 100%;
  display: flex;
  align-items: center;
}
.filter-panel .grid-list-filter .collection-grid-view ul li {
  margin-bottom: 0;
}
.filter-panel .grid-list-filter .collection-grid-view ul li img {
  height: 18px;
  cursor: pointer;
}
.filter-panel .grid-list-filter li {
  margin-bottom: 10px;
}
.filter-panel .grid-list-filter li .dropdown select.form-control {
  max-width: 150px;
}
.filter-panel .grid-list-filter li > a,
.filter-panel .grid-list-filter li .dropdown-toggle,
.filter-panel .grid-list-filter li .filter-bottom-title {
  padding: 8px 15px;
  border: 1px solid #eee;
  border-radius: 4px;
  color: #586167;
  display: block;
  transition: 0.5s;
  font-family: Rubik, sans-serif;
  position: relative;
}
.filter-panel .grid-list-filter li > a svg,
.filter-panel .grid-list-filter li .dropdown-toggle svg,
.filter-panel .grid-list-filter li .filter-bottom-title svg {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
.filter-panel .grid-list-filter li .filter-bottom-title {
  padding: 10px 15px;
}
.filter-panel .grid-list-filter li .filter-bottom-title h6,
.filter-panel .grid-list-filter li .filter-bottom-title .h6 {
  font-size: 14px;
  line-height: 1.25;
}
.filter-panel .grid-list-filter li.active a {
  color: var(--theme-default3);
  border-color: var(--theme-default3);
  transition: 0.5s;
}
.filter-panel .grid-list-filter li .dropdown-menu a {
  white-space: unset;
  color: #586167;
}
.filter-panel .grid-list-filter li + li {
  margin-left: 10px;
}
.filter-panel .show-result {
  color: #878787;
}
.filter-panel .show-result span {
  color: var(--theme-default3);
}
.filter-panel .filters ul {
  margin: -5px;
}
.filter-panel .filters ul li {
  padding: 10px 15px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.5s ease;
  font-weight: 600;
  margin: 5px;
  border-radius: 4px;
  background: #efefef;
  position: relative;
  min-width: 130px;
  text-align: center;
}
.filter-panel .filters ul li::after {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid var(--theme-default3);
  content: "";
  bottom: -7px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.filter-panel .filters ul li i {
  display: block;
  font-size: 30px;
  text-align: center;
  margin-bottom: 6px;
}
.filter-panel .filters ul li.active {
  background: var(--theme-gradient7);
  color: white;
  transition: all 0.5s ease;
}
.filter-panel .filters ul li.active::after {
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.tab-icon .filters ul li {
  background: #f7f7f7;
  border-bottom: 3px solid #f7f7f7;
}
.tab-icon .filters ul li lord-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 4px;
}
.tab-icon .filters ul li.active {
  color: #1c2d3a;
  background: #f7f7f7;
  border-bottom: 3px solid var(--theme-default3);
}
.tab-icon .filters ul li:hover {
  border-bottom: 3px solid var(--theme-default3);
}
.tab-icon .filters ul li span {
  display: block;
}
.tab-icon .filters ul li::after {
  display: none;
}
.filter-cards app-contact-info .advance-card {
  margin-top: 34px !important;
}
.filter-cards app-recently-added .advance-card {
  margin-top: 34px !important;
}
.filter-cards .advance-card {
  margin-top: 34px;
}
.filter-cards .advance-card:first-child {
  margin-top: 0;
}
.filter-cards .advance-card .advance-title {
  font-weight: 600;
  margin-top: -4px;
}
.filter-cards .advance-card .back-btn {
  text-align: right;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #eee;
  font-weight: 600;
  color: var(--theme-default3);
  cursor: pointer;
}
.filter-cards .advance-card > h6,
.filter-cards .advance-card > .h6 {
  color: #586167;
  margin-bottom: 30px;
  position: relative;
  font-weight: 600;
  font-size: 16px;
}
.filter-cards .advance-card > h6::before,
.filter-cards .advance-card > .h6::before {
  background: var(--theme-default3);
}
.filter-cards .advance-card .category-property .input-group-text {
  line-height: 1;
}
.filter-cards .advance-card .category-property .agent-info {
  margin-bottom: 20px;
}
.filter-cards .advance-card .category-property .agent-info .media {
  align-items: center;
}
.filter-cards .advance-card .category-property .agent-info h6,
.filter-cards .advance-card .category-property .agent-info .h6 {
  margin-bottom: 4px;
  font-weight: 500;
  color: #586167;
}
.filter-cards .advance-card .category-property .agent-info p {
  font-size: 13px;
  margin-bottom: 0;
}
.filter-cards .advance-card .category-property ul li {
  display: block;
  color: #878787;
  font-family: Roboto, sans-serif;
}
.filter-cards .advance-card .category-property ul li a {
  color: #878787;
  font-family: Roboto, sans-serif;
  letter-spacing: 0.04rem;
}
.filter-cards .advance-card .category-property ul li a:hover,
.filter-cards .advance-card .category-property ul li a:focus {
  color: var(--theme-default3);
}
.filter-cards .advance-card .category-property ul li a i {
  font-size: 10px;
  vertical-align: 2px;
}
.filter-cards .advance-card .category-property ul li svg {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}
.filter-cards .advance-card .category-property ul li + li {
  margin-top: 10px;
}
.filter-cards .advance-card .category-property form input {
  padding: 7px 15px 7px;
}
.filter-cards .advance-card .category-property form input,
.filter-cards .advance-card .category-property form textarea {
  color: #878787;
}
.filter-cards .advance-card .category-property form .input-group-text {
  background-color: transparent;
  border: 1px solid #eee;
  color: #959595;
  padding-top: 10px;
}
.filter-cards .advance-card .recent-property ul li {
  display: block;
}
.filter-cards .advance-card .recent-property ul li .media {
  align-items: center;
}
.filter-cards .advance-card .recent-property ul li .media img {
  width: 95px;
  height: 63px;
  object-fit: cover;
  border-radius: 4px;
}
.filter-cards .advance-card .recent-property ul li .media .media-body {
  margin-left: 15px;
}
.filter-cards .advance-card .recent-property ul li .media .media-body h5,
.filter-cards .advance-card .recent-property ul li .media .media-body .h5 {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
  color: #586167;
}
.filter-cards .advance-card .recent-property ul li .media .media-body span {
  color: var(--theme-default3);
  font-size: 13px;
}
.filter-cards .advance-card .recent-property ul li .media .media-body span span {
  color: #878787;
}
.filter-cards .advance-card .recent-property ul li + li {
  margin-top: 15px;
}
.filter-cards .advance-card .feature-slider .slick-slide {
  margin-bottom: 0;
}
.filter-cards .advance-card .feature-slider .bottom-feature {
  color: #ffffff;
  padding: 10px;
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: 0.5s;
}
.filter-cards .advance-card .feature-slider .bottom-feature h5,
.filter-cards .advance-card .feature-slider .bottom-feature .h5,
.filter-cards .advance-card .feature-slider .bottom-feature h6,
.filter-cards .advance-card .feature-slider .bottom-feature .h6 {
  font-weight: 600;
}
.filter-cards .advance-card .feature-slider .bottom-feature h6,
.filter-cards .advance-card .feature-slider .bottom-feature .h6 {
  margin-bottom: 0;
}
.filter-cards .advance-card .feature-slider .bottom-feature:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  transition: height 0.5s;
  left: 0;
  bottom: 0;
  background-image:
    linear-gradient(
      to bottom,
      transparent 20%,
      rgba(0, 0, 0, 0.8) 100%);
  z-index: -1;
}
.filter-cards .advance-card .feature-slider .slick-arrow {
  opacity: 0;
  transition: 0.5s;
}
.filter-cards .advance-card .feature-slider:hover .slick-arrow {
  opacity: 1;
}
.filter-cards .advance-card .feature-slider:hover .slick-prev {
  left: 15px;
  transition: 0.5s;
}
.filter-cards .advance-card .feature-slider:hover .slick-next {
  right: 15px;
  transition: 0.5s;
}
.filter-cards .advance-card .feature-slider:hover .bottom-feature {
  transition: 0.5s;
  opacity: 1;
}
.filter-cards .advance-card .feature-slider:hover .bottom-feature:after {
  height: 170%;
  transition: height 0.5s;
}
.filter-cards .advance-card .tags ul {
  margin-top: -8px;
}
.filter-cards .advance-card .tags ul li {
  padding: 4px 10px;
  background-color: rgba(242, 242, 242, 0.7803921569);
  margin: 8px 8px 0 0;
  border-radius: 4px;
}
.filter-cards .advance-card .tags ul li a {
  color: #1c2d3a;
}
.filter-cards .advance-card .tags ul li a:hover {
  color: var(--theme-default4);
}
.feature-card {
  position: relative;
}
.feature-card .labels-left {
  position: absolute;
  top: 60px;
  left: 10px;
}
.column-sm {
  margin-bottom: -30px;
}
.column-sm > div {
  margin-bottom: 30px;
}
.column-sm ngx-masonry > div {
  margin-bottom: 30px;
}
.error-section .not-found img {
  margin-bottom: calc(15px + 15 * (100vw - 320px) / 1600);
  width: 68%;
}
.error-section .not-found p {
  font-size: 16px;
  max-width: 48%;
  margin: calc(15px + 5 * (100vw - 320px) / 1600) auto calc(15px + 15 * (100vw - 320px) / 1600);
  line-height: 1.5;
}
.accordion .card {
  border: none;
  box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
}
.accordion .card + .card {
  margin-top: 20px;
}
.accordion .card-header {
  background-color: transparent;
  padding: 20px 50px 20px 30px;
  position: relative;
}
.accordion .card-header .card-link {
  color: #586167;
  font-weight: 500;
}
.accordion .card-header .card-link::after {
  position: absolute;
  right: 30px;
  top: 21px;
  content: "\f054";
  font-family: "Font Awesome 5 free";
  color: #586167;
  font-weight: 900;
  transition: 0.5s ease;
}
.accordion .card-header .card-link[aria-expanded=true]::after {
  transform: rotate(90deg);
  transition: 0.5s ease;
}
.accordion .card-body {
  color: #959595;
  font-family: Roboto, sans-serif;
  border-top: 1px solid #eee;
  line-height: 1.6;
  padding: 30px;
}
.user-dashboard.terms-section .sidebar-user .dashboard-list {
  margin-top: 0;
}
.faq-section .faq-image h3,
.faq-section .faq-image .h3 {
  margin-top: 30px;
}
.faq-section .faq-image img {
  width: 70%;
}
.faq-section form {
  position: relative;
}
.faq-section form .form-group input {
  padding: 14px 20px 12px;
}
.faq-section form .btn {
  position: absolute;
  right: 6px;
  top: 33px;
}
.contact-map {
  height: 100%;
}
.contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.contact_section .contact_wrap {
  text-align: center;
  box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
  padding: 30px;
  height: 100%;
}
.contact_section .contact_wrap svg {
  color: var(--theme-default4);
  width: 30px;
  height: 30px;
}
.contact_section .contact_wrap h4,
.contact_section .contact_wrap .h4 {
  margin-bottom: 20px;
  margin-top: 10px;
  text-transform: inherit;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  font-weight: 600;
}
.contact_section .contact_wrap p {
  margin-bottom: -8px;
  line-height: 1.8;
}
.contact_section .contact_wrap ul {
  margin-bottom: -8px;
}
.contact_section .contact_wrap ul li {
  font-family: Roboto, sans-serif;
  color: #959595;
  display: block;
  line-height: 1.8;
}
.contact_section .contact-content {
  width: 84%;
  margin-bottom: 30px;
}
.contact_section .contact-content p {
  line-height: 1.8;
  margin-bottom: 0;
}
.get-in-touch .row {
  align-items: center;
}
.get-in-touch .contact-img {
  text-align: center;
}
.get-in-touch .contact-img img {
  width: 76%;
}
.get-in-touch .btn {
  padding: 12px 30px 11px;
}
.with-captcha {
  display: block;
  max-width: 330px;
}
.with-captcha .spinner label {
  margin-bottom: 0;
}
.contact_right .row > div + div {
  margin-top: 30px;
}
.contact-bottom {
  height: calc(180px + 120 * (100vw - 320px) / 1600);
}
.contact_section .contact-detail .contact_wrap {
  padding: 0;
}
.download-section .download-wrap h3,
.download-section .download-wrap .h3 {
  font-weight: 600;
}
.download-section .download-wrap ul li + li {
  margin-left: 15px;
}
.download-section .app-right .input-app {
  display: flex;
  margin-bottom: 15px;
  width: 100%;
}
.download-section .app-right button {
  margin-left: 15px;
}
.download-section .app-right .form-group {
  display: flex;
  margin-bottom: 0;
  width: calc(100% - 150px);
}
.download-section .app-right .form-group select {
  border-color: #eee;
  background-color: #ffffff;
  padding: 6px;
}
.download-section .app-right .form-group select:focus {
  outline: none;
}
.download-section .app-right .form-group input {
  border-radius: 0;
  padding: 12px 20px 10px;
}
.agent-social {
  margin-top: calc(15px + 5 * (100vw - 320px) / 1600);
}
.agent-social li a {
  width: 30px;
  height: 30px;
  border-radius: 8px;
  color: #ffffff;
}
.agent-social li a.facebook {
  background-color: #3b5998;
}
.agent-social li a.twitter {
  background-color: #55acee;
}
.agent-social li a.google {
  background-color: #dd4b39;
}
.agent-social li a.linkedin {
  background-color: #007bb6;
}
.agent-social li + li {
  margin-left: 5px;
}
.new-property.parallax-image .feature-wrap .owl-item .feature-image .bg-size {
  display: block;
}
.agent-section .agent-wrap {
  padding-left: 30px;
  border-left: 1px solid #eee;
}
.agent-section .agent-image {
  position: relative;
}
.agent-section .agent-image .bg-size {
  background-position: top !important;
  display: block;
}
.agent-section .agent-image .label {
  position: absolute;
  top: 15px;
  left: 15px;
}
.agent-section .agent-image .agent-overlay {
  background: rgba(88, 97, 103, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
.agent-section .agent-image .overlay-content {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 10%;
  left: 52%;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out 0s;
}
.agent-section .agent-image .overlay-content ul {
  margin-bottom: 15px;
  margin-left: -12px;
}
.agent-section .agent-image .overlay-content ul li a {
  width: 30px;
  height: 30px;
  border-radius: 20px;
  background-color: #ffffff;
}
.agent-section .agent-image .overlay-content ul li a img {
  height: 40%;
}
.agent-section .agent-image .overlay-content ul li:last-child a img {
  width: 24%;
}
.agent-section .agent-image .overlay-content ul li + li {
  margin-left: 10px;
}
.agent-section .agent-image .overlay-content span {
  letter-spacing: 12px;
  color: #ffffff;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
}
.agent-section .agent-image .overlay-content span::before,
.agent-section .agent-image .overlay-content span::after {
  position: absolute;
  content: "";
  background-color: #ffffff;
  width: 16px;
  height: 1px;
  top: 10px;
}
.agent-section .agent-image .overlay-content span::before {
  left: -28px;
}
.agent-section .agent-image .overlay-content span::after {
  right: -15px;
}
.agent-section .agent-image:hover .agent-overlay {
  opacity: 0.7;
}
.agent-section .agent-image:hover .overlay-content {
  top: 50%;
  left: 50%;
  opacity: 1;
}
.agent-section .agent-image:hover .overlay-content ul li:nth-child(2) a {
  animation: fadeInDown 900ms ease-in-out;
}
.agent-section .agent-image:hover .overlay-content ul li:nth-child(3) a {
  animation: fadeInDown 1100ms ease-in-out;
}
.agent-section .agent-image:hover .overlay-content ul li:nth-child(4) a {
  animation: fadeInDown 1300ms ease-in-out;
}
.agent-section .our-agent-details > h6,
.agent-section .our-agent-details > .h6 {
  margin-bottom: 0;
}
.agent-section .our-agent-details ul {
  margin-top: calc(20px + 10 * (100vw - 320px) / 1600);
}
.agent-section .our-agent-details ul li {
  display: block;
}
.agent-section .our-agent-details ul li .media {
  align-items: center;
}
.agent-section .our-agent-details ul li .media .icons-square {
  width: 35px;
  height: 35px;
  background-color: rgba(135, 135, 135, 0.1);
  margin-right: 15px;
  border-radius: 8px;
}
.agent-section .our-agent-details ul li .media .icons-square svg {
  width: 16px;
  height: 16px;
  color: #878787;
}
.agent-section .our-agent-details ul li .media .media-body h6,
.agent-section .our-agent-details ul li .media .media-body .h6 {
  margin-bottom: 0;
  color: #878787;
  font-size: calc(14px + 1 * (100vw - 320px) / 1600);
}
.agent-section .our-agent-details ul li .media .media-body h6 a,
.agent-section .our-agent-details ul li .media .media-body .h6 a {
  color: var(--theme-default4);
}
.agent-section .our-agent-details ul li.with-link .media .icons-square {
  position: relative;
  background-color: transparent;
}
.agent-section .our-agent-details ul li.with-link .media .icons-square::after {
  opacity: 0.1;
  background-color: var(--theme-default4);
  border-radius: 8px;
}
.agent-section .our-agent-details ul li.with-link .media .icons-square svg {
  color: var(--theme-default4);
}
.agent-section .our-agent-details ul li + li {
  margin-top: 10px;
}
.agent-section .about-agent {
  margin-top: calc(20px + 10 * (100vw - 320px) / 1600);
}
.agent-section .about-agent h3,
.agent-section .about-agent .h3 {
  margin-top: -4px;
  margin-bottom: calc(10px + 10 * (100vw - 320px) / 1600);
}
.agent-section .about-agent p {
  line-height: 1.8;
}
.agent-section .about-agent div.row {
  margin-bottom: -16px;
}
.agent-section .about-agent.theme-card .flex-content {
  display: flex;
  flex-wrap: nowrap;
}
.agent-section .agent-content {
  padding: 30px;
  width: 100%;
}
.agent-section .agent-content h5,
.agent-section .agent-content .h5 {
  margin-bottom: 3px;
  font-weight: 600;
  font-size: calc(18px + 6 * (100vw - 320px) / 1600);
}
.agent-section .agent-content p {
  font-weight: 500;
  color: #586167;
}
.agent-section .agent-content .agent-contact {
  margin-bottom: 15px;
}
.agent-section .agent-content .agent-contact li {
  display: block;
  font-family: Roboto, sans-serif;
  color: #878787;
  text-align: left;
}
.agent-section .agent-content .agent-contact li i {
  margin-right: 5px;
  font-size: 10px;
}
.agent-section .agent-content .agent-contact li .label {
  padding: 2px 10px 1px;
  margin-left: 5px;
  cursor: pointer;
}
.agent-section .agent-content .agent-contact li .label span {
  font-size: 0;
}
.agent-section .agent-content .agent-contact li .phone-number {
  display: none;
}
.agent-section .agent-content .agent-contact li.show .phone-number {
  display: inline-block;
}
.agent-section .agent-content .agent-contact li.show .character {
  display: none;
}
.agent-section .agent-content .agent-contact li.show .label {
  font-size: 0;
}
.agent-section .agent-content .agent-contact li.show .label span {
  font-size: 12px;
}
.agent-section .agent-content .agent-contact li + li {
  margin-top: 10px;
}
.agent-section .agent-content a {
  text-align: right;
  display: block;
  color: var(--theme-default4);
}
.agent-section .agent-content a i {
  margin-left: 10px;
  animation: fadeInLeft 2s ease-in-out infinite;
}
.agent-section .agent-content h3 a,
.agent-section .agent-content .h3 a {
  text-align: unset;
  color: inherit;
  font-size: 24px;
}
.our-agent .agent-image .label {
  top: 0;
  left: 0;
}
.our-agent .agent-image.bg-size:before {
  padding-top: 64%;
}
.agent-profile-wrap .our-agent .agent-image .label {
  top: 15px;
  left: 15px;
}
.agent-profile-wrap .agent-image {
  background-position: top !important;
}
.agent-property {
  margin-top: calc(20px + 30 * (100vw - 320px) / 1600);
}
.agency-title {
  margin-top: calc(15px + 15 * (100vw - 320px) / 1600);
}
.agency-title h3,
.agency-title .h3 {
  margin-bottom: calc(10px + 10 * (100vw - 320px) / 1600);
}
.dz-message h6,
.dz-message .h6,
.dz-message span {
  color: #959595;
  font-family: Rubik, sans-serif;
  font-weight: 400;
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li {
  display: block;
  position: relative;
  z-index: 1;
  margin: 20px 0;
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li .media {
  align-items: center;
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li .media .step-icon {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #f7f7f7;
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li .media .step-icon svg {
  display: none;
  vertical-align: middle;
  width: 28px;
  height: 28px;
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li .media .step-icon span {
  font-size: calc(20px + 8 * (100vw - 320px) / 1600);
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li .media .media-body {
  padding: 0 20px;
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li .media .media-body h5,
.property-wizard .wizard-box .wizard-step-container .wizard-steps li .media .media-body .h5 {
  margin-bottom: 5px;
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li .media .media-body h5,
.property-wizard .wizard-box .wizard-step-container .wizard-steps li .media .media-body .h5,
.property-wizard .wizard-box .wizard-step-container .wizard-steps li .media .media-body h6,
.property-wizard .wizard-box .wizard-step-container .wizard-steps li .media .media-body .h6 {
  font-family: Rubik, sans-serif;
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li .media .media-body h6,
.property-wizard .wizard-box .wizard-step-container .wizard-steps li .media .media-body .h6 {
  margin-bottom: 0;
  color: #959595;
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li.step-container.active .media .step-icon {
  background-color: var(--theme-default3);
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li.step-container.active .media .step-icon span {
  color: #ffffff;
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li.step-container.active .media .media-body h5,
.property-wizard .wizard-box .wizard-step-container .wizard-steps li.step-container.active .media .media-body .h5,
.property-wizard .wizard-box .wizard-step-container .wizard-steps li.step-container.active .media .media-body h6,
.property-wizard .wizard-box .wizard-step-container .wizard-steps li.step-container.active .media .media-body .h6 {
  color: var(--theme-default3);
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li.step-container.active .media .media-body h6,
.property-wizard .wizard-box .wizard-step-container .wizard-steps li.step-container.active .media .media-body .h6 {
  opacity: 0.6;
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li.step-container.disabled {
  opacity: 0.6;
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li.step-container.disabled .media .step-icon svg {
  display: block;
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li.step-container.disabled .media .step-icon span {
  display: none;
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li:first-child {
  margin-top: 0;
}
.property-wizard .wizard-box .wizard-step-container .wizard-steps li:last-child {
  margin-bottom: 0;
}
.property-wizard .wizard-box .wizard-form-details {
  align-items: center;
  overflow: hidden;
}
.property-wizard .wizard-box .wizard-form-details.col-xxl-9 {
  margin-top: -16px;
  margin-bottom: -16px;
}
.property-wizard .wizard-box .wizard-form-details h2,
.property-wizard .wizard-box .wizard-form-details .h2 {
  font-weight: 600;
  margin-bottom: 3px;
  margin-top: -4px;
}
.property-wizard .wizard-box .wizard-form-details p {
  margin-bottom: 20px;
}
.property-wizard .wizard-box .wizard-form-details > .d-block {
  animation: fadeInRight 0.5s ease-in-out;
}
.property-wizard .wizard-box .wizard-form-details form .form-group {
  margin-bottom: 20px;
}
.property-wizard .wizard-box .wizard-form-details form label {
  font-weight: 500;
}
.property-wizard .wizard-box .wizard-form-details form.dropzone {
  margin-bottom: 20px;
}
.property-wizard .wizard-box .wizard-form-details .next-btn {
  justify-content: space-between;
  margin-top: 30px;
}
.property-wizard .wizard-box .wizard-form-details button {
  font-weight: 600;
}
.property-wizard .wizard-box .wizard-form-details iframe {
  width: 100%;
  height: calc(200px + 100 * (100vw - 320px) / 1600);
  border: none;
  margin-bottom: 15px;
}
.property-wizard .wizard-box .wizard-form-details .wizard-step-4 {
  height: 100%;
}
.property-wizard .wizard-box .wizard-form-details .complete-details {
  text-align: center;
  height: 100%;
  width: 68%;
  margin: 0 auto;
}
.property-wizard .wizard-box .wizard-form-details .complete-details h3,
.property-wizard .wizard-box .wizard-form-details .complete-details .h3 {
  font-weight: 600;
  margin-top: 20px;
}
.property-wizard .wizard-box .wizard-form-details .complete-details img {
  width: 40%;
}
.property-wizard .wizard-box .wizard-form-details .complete-details h6,
.property-wizard .wizard-box .wizard-form-details .complete-details .h6 {
  color: var(--theme-default4);
}
.property-wizard .wizard-box .wizard-form-details .complete-details p {
  line-height: 1.8;
}
.property-wizard .feature-checkbox {
  margin: -5px -15px;
}
.property-wizard .feature-checkbox label {
  color: rgba(var(--bs-body-color), 0.6);
  margin: 5px 15px;
}
.property-wizard .dropdown {
  border: 1px solid #eee;
  border-radius: 4px;
  color: rgba(var(--bs-body-color), 0.6);
}
.property-wizard .dropdown .dropdown-toggle {
  padding: 7px 20px 5px;
  display: block;
}
.property-wizard .dropdown .dropdown-toggle i {
  color: rgba(var(--bs-body-color), 0.6);
}
.property-wizard .dropdown .dropdown-item {
  color: rgba(var(--bs-body-color), 0.6);
}
.property-wizard input {
  padding: 12px 20px 10px;
}
.property-wizard label {
  font-weight: 500;
  font-family: Montserrat, sans-serif;
}
.property-wizard .form-control {
  color: rgba(var(--bs-body-color));
}
.property-wizard .form-control::placeholder {
  color: rgba(88, 97, 103, 0.6);
}
.user-dashboard .sidebar-user {
  box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
}
.user-dashboard .sidebar-user .user-profile {
  padding: calc(20px + 10 * (100vw - 320px) / 1600) calc(15px + 5 * (100vw - 320px) / 1600) 0;
}
.user-dashboard .sidebar-user .user-profile .media {
  margin-bottom: 15px;
  align-items: center;
}
.user-dashboard .sidebar-user .user-profile .media .change-pic {
  position: relative;
}
.user-dashboard .sidebar-user .user-profile .media .change-pic img {
  width: 70px;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}
.user-dashboard .sidebar-user .user-profile .media .change-pic .change-hover {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  border-radius: 8px;
  transform: scale(0);
  transition: all 0.3s ease;
}
.user-dashboard .sidebar-user .user-profile .media .change-pic .change-hover .btn {
  padding: 4px 6px;
  border-radius: 100%;
}
.user-dashboard .sidebar-user .user-profile .media .change-pic .change-hover .btn svg {
  width: 18px;
  height: 18px;
  vertical-align: text-top;
  color: rgba(255, 255, 255, 0.8);
}
.user-dashboard .sidebar-user .user-profile .media .change-pic .change-hover .updateimg {
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 26px;
}
.user-dashboard .sidebar-user .user-profile .media .change-pic:hover .change-hover {
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease;
}
.user-dashboard .sidebar-user .user-profile .media .media-body {
  margin-left: 20px;
}
.user-dashboard .sidebar-user .user-profile .media .media-body h5,
.user-dashboard .sidebar-user .user-profile .media .media-body .h5 {
  font-weight: 600;
  margin-bottom: 5px;
}
.user-dashboard .sidebar-user .user-profile .media .media-body h6,
.user-dashboard .sidebar-user .user-profile .media .media-body .h6 {
  color: #959595;
  font-size: 13px;
  margin-bottom: 3px;
}
.user-dashboard .sidebar-user .user-profile .connected-social h6,
.user-dashboard .sidebar-user .user-profile .connected-social .h6 {
  position: relative;
  font-weight: 600;
}
.user-dashboard .sidebar-user .user-profile .connected-social h6::before,
.user-dashboard .sidebar-user .user-profile .connected-social .h6::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background-color: var(--theme-default3);
  left: 0;
  bottom: -8px;
}
.user-dashboard .sidebar-user .dashboard-list {
  padding: calc(15px + 10 * (100vw - 320px) / 1600) 0;
  border-top: 1px solid #efefef;
  margin-top: 15px;
  padding-top: 5px;
}
.user-dashboard .dashboard-content {
  margin-bottom: -25px;
}
.user-dashboard .dashboard-content .common-card {
  box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
  padding: calc(15px + 10 * (100vw - 320px) / 1600);
  border-radius: 8px;
  margin-bottom: 25px;
}
.user-dashboard .dashboard-content .common-card .common-header {
  padding-bottom: calc(15px + 5 * (100vw - 320px) / 1600);
}
.user-dashboard .dashboard-content .common-card .common-header h5,
.user-dashboard .dashboard-content .common-card .common-header .h5 {
  font-weight: 600;
  margin-bottom: 0;
}
.user-dashboard .dashboard-content .user-wrapper .widgets .media {
  align-items: center;
}
.user-dashboard .dashboard-content .user-wrapper .widgets .media .media-body p {
  font-family: Roboto, sans-serif;
  margin-bottom: 5px;
  margin-top: -2px;
}
.user-dashboard .dashboard-content .user-wrapper .widgets .media .media-body h5,
.user-dashboard .dashboard-content .user-wrapper .widgets .media .media-body .h5 {
  margin-bottom: -3px;
  font-weight: 600;
}
.user-dashboard .dashboard-content .user-wrapper .widgets .media .small-bar {
  position: relative;
  margin-bottom: 1px;
}
.user-dashboard .dashboard-content .user-wrapper .widgets .media .small-bar .small-chart,
.user-dashboard .dashboard-content .user-wrapper .widgets .media .small-bar .small-chart1,
.user-dashboard .dashboard-content .user-wrapper .widgets .media .small-bar .small-chart2 {
  height: 36px;
  width: 50px;
}
.user-dashboard .dashboard-content .user-wrapper .widgets .media .small-bar svg {
  position: absolute;
  bottom: -3px;
}
.user-dashboard .dashboard-content .user-wrapper .widgets .media .small-bar svg .ct-series-a .ct-point,
.user-dashboard .dashboard-content .user-wrapper .widgets .media .small-bar svg .ct-series-a .ct-line,
.user-dashboard .dashboard-content .user-wrapper .widgets .media .small-bar svg .ct-series-a .ct-bar,
.user-dashboard .dashboard-content .user-wrapper .widgets .media .small-bar svg .ct-series-a .ct-slice-donut {
  stroke: var(--theme-default2);
}
.user-dashboard .dashboard-content .user-wrapper .widgets .media .small-bar svg .ct-series-b .ct-point,
.user-dashboard .dashboard-content .user-wrapper .widgets .media .small-bar svg .ct-series-b .ct-line,
.user-dashboard .dashboard-content .user-wrapper .widgets .media .small-bar svg .ct-series-b .ct-bar,
.user-dashboard .dashboard-content .user-wrapper .widgets .media .small-bar svg .ct-series-b .ct-slice-donut {
  stroke: var(--theme-default2);
  opacity: 0.2;
}
.user-dashboard .dashboard-content .user-wrapper .widgets .media .small-bar .chartist-tooltip {
  position: absolute;
  opacity: 0;
}
.user-dashboard .dashboard-content .user-wrapper .widgets .media .small-bar .chartist-tooltip .chartist-tooltip-value {
  font-size: 10px;
  padding: 5px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
.user-dashboard .dashboard-content .user-wrapper .widgets .media .small-bar .chartist-tooltip.tooltip-show {
  opacity: 1;
}
.user-dashboard .dashboard-content .user-wrapper .widgets.widget-1 .media .small-bar svg .ct-series-a .ct-point,
.user-dashboard .dashboard-content .user-wrapper .widgets.widget-1 .media .small-bar svg .ct-series-a .ct-line,
.user-dashboard .dashboard-content .user-wrapper .widgets.widget-1 .media .small-bar svg .ct-series-a .ct-bar,
.user-dashboard .dashboard-content .user-wrapper .widgets.widget-1 .media .small-bar svg .ct-series-a .ct-slice-donut {
  stroke: var(--theme-default3);
}
.user-dashboard .dashboard-content .user-wrapper .widgets.widget-1 .media .small-bar svg .ct-series-b .ct-point,
.user-dashboard .dashboard-content .user-wrapper .widgets.widget-1 .media .small-bar svg .ct-series-b .ct-line,
.user-dashboard .dashboard-content .user-wrapper .widgets.widget-1 .media .small-bar svg .ct-series-b .ct-bar,
.user-dashboard .dashboard-content .user-wrapper .widgets.widget-1 .media .small-bar svg .ct-series-b .ct-slice-donut {
  stroke: var(--theme-default3);
  opacity: 0.2;
}
.user-dashboard .dashboard-content .user-wrapper .widgets.widget-2 .media .small-bar svg .ct-series-a .ct-point,
.user-dashboard .dashboard-content .user-wrapper .widgets.widget-2 .media .small-bar svg .ct-series-a .ct-line,
.user-dashboard .dashboard-content .user-wrapper .widgets.widget-2 .media .small-bar svg .ct-series-a .ct-bar,
.user-dashboard .dashboard-content .user-wrapper .widgets.widget-2 .media .small-bar svg .ct-series-a .ct-slice-donut {
  stroke: #0AC113;
}
.user-dashboard .dashboard-content .user-wrapper .widgets.widget-2 .media .small-bar svg .ct-series-b .ct-point,
.user-dashboard .dashboard-content .user-wrapper .widgets.widget-2 .media .small-bar svg .ct-series-b .ct-line,
.user-dashboard .dashboard-content .user-wrapper .widgets.widget-2 .media .small-bar svg .ct-series-b .ct-bar,
.user-dashboard .dashboard-content .user-wrapper .widgets.widget-2 .media .small-bar svg .ct-series-b .ct-slice-donut {
  stroke: #0AC113;
  opacity: 0.2;
}
.user-dashboard .dashboard-content .user-wrapper .overview .overview-content {
  display: flex;
  margin-bottom: 20px;
}
.user-dashboard .dashboard-content .user-wrapper .overview .overview-content li {
  width: 100%;
}
.user-dashboard .dashboard-content .user-wrapper .overview .overview-content li p {
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
}
.user-dashboard .dashboard-content .user-wrapper .overview .overview-content li h4,
.user-dashboard .dashboard-content .user-wrapper .overview .overview-content li .h4 {
  margin-bottom: 0;
  font-weight: 500;
}
.user-dashboard .dashboard-content .user-wrapper .overview .overview-content li .label {
  padding: 3px 6px 1px;
  font-size: 11px;
}
.user-dashboard .dashboard-content .user-wrapper .overview .overview-content li .d-flex {
  align-items: flex-end;
}
.user-dashboard .dashboard-content .user-wrapper .overview .overview-content li .d-flex > span {
  margin-bottom: 3px;
  display: inline-block;
}
.user-dashboard .dashboard-content .user-wrapper .overview #overviewchart {
  margin: -20px 2px -27px -24px;
}
.user-dashboard .dashboard-content .user-wrapper .overview .apexcharts-canvas .apexcharts-tooltip.light .apexcharts-tooltip-title {
  background: transparent;
  border-bottom: 1px solid transparent;
  padding-bottom: 0;
}
.user-dashboard .dashboard-content .user-wrapper .overview .apexcharts-canvas .apexcharts-xaxistooltip {
  display: none;
}
.user-dashboard .dashboard-content .user-wrapper .sales-agent #agent-sales {
  margin-top: -40px;
  margin-bottom: -32px;
}
.user-dashboard .dashboard-content .user-wrapper .available-property .radial-property #radial {
  margin: -29px 0;
}
.user-dashboard .dashboard-content .user-wrapper .available-property .radial-property .apexcharts-datalabels-group .apexcharts-datalabel-label {
  transform: translateY(15px);
}
.user-dashboard .dashboard-content h2,
.user-dashboard .dashboard-content .h2 {
  font-size: calc(18px + 8 * (100vw - 320px) / 1600);
}
.user-dashboard .dashboard-content .property-section {
  margin-bottom: 25px;
  position: relative;
}
.user-dashboard .property-overview table {
  margin-bottom: 0;
}
.user-dashboard .property-overview table tr th {
  background-color: rgba(100, 117, 137, 0.05);
  font-weight: 600;
  padding: 15px 12px 13px;
}
.user-dashboard .property-overview table tr td {
  color: #959595;
  vertical-align: middle;
  font-family: Roboto, sans-serif;
  padding: 15px 12px 0;
}
.user-dashboard .property-overview table tr td .d-flex {
  align-items: center;
}
.user-dashboard .property-overview table tr td .d-flex h6,
.user-dashboard .property-overview table tr td .d-flex .h6 {
  margin-left: 10px;
  font-size: 14px;
  color: #1c2d3a;
  margin-bottom: 0;
  font-weight: 500;
}
.user-dashboard .property-overview table tr td img {
  width: 50px;
  height: 40px;
  border-radius: 8px;
}
.user-dashboard .property-overview table tr td .label {
  font-size: 11px;
}
.user-dashboard .property-overview table tr th:last-child,
.user-dashboard .property-overview table tr td:last-child {
  text-align: right;
}
.property-section .property-wrapper-grid.list-view .property-box .property-details ul li,
.property-section .property-grid-slider .property-box .property-details ul li {
  padding-right: 5px;
  font-size: 12px;
}
.property-section .property-wrapper-grid.list-view .property-box .property-details ul li:last-child,
.property-section .property-grid-slider .property-box .property-details ul li:last-child {
  padding-right: 0;
}
.property-section .property-wrapper-grid.list-view .property-box .property-details ul li img,
.property-section .property-grid-slider .property-box .property-details ul li img {
  height: 14px;
  margin-right: 5px;
}
.property-section .property-wrapper-grid.list-view .property-box .property-details p,
.property-section .property-grid-slider .property-box .property-details p {
  display: block;
}
.property-section .property-grid-3 .property-wrapper-grid.list-view .property-box .property-details p {
  display: none !important;
}
.property-section .property-grid-3 .property-wrapper-grid .list-view .col-xl-6 .property-box .property-details p {
  display: none !important;
}
.property-section .property-grid-2 .property-wrapper-grid .list-view .col-xl-6 .property-box .property-details p {
  display: none !important;
}
.property-section .property-wrapper-grid .property-grid > [class*=col-lg-4] .property-box .property-details,
.property-section .property-wrapper-grid .property-grid > .col-xl-4 .property-box .property-details {
  padding: 20px;
}
.property-section .property-wrapper-grid .property-grid > [class*=col-lg-4] .property-box .property-details ul li,
.property-section .property-wrapper-grid .property-grid > .col-xl-4 .property-box .property-details ul li {
  padding-right: 8px;
  padding-left: 8px;
  font-size: 12px;
}
.property-section .property-wrapper-grid .property-grid > [class*=col-lg-4] .property-box .property-details ul li:first-child,
.property-section .property-wrapper-grid .property-grid > .col-xl-4 .property-box .property-details ul li:first-child {
  padding-left: 0;
}
.property-section .property-wrapper-grid .property-grid > [class*=col-xl-3] .property-box .property-details,
.property-section .property-wrapper-grid .property-grid > .col-xl-3 .property-box .property-details {
  padding: 15px 8px;
}
.property-section .property-wrapper-grid .property-grid > [class*=col-xl-3] .property-box .property-details .property-btn .btn,
.property-section .property-wrapper-grid .property-grid > .col-xl-3 .property-box .property-details .property-btn .btn {
  padding: 9px 20px 8px;
}
.property-section .property-wrapper-grid .property-grid > [class*=col-xl-3] .property-box .property-details h3,
.property-section .property-wrapper-grid .property-grid > [class*=col-xl-3] .property-box .property-details .h3,
.property-section .property-wrapper-grid .property-grid > .col-xl-3 .property-box .property-details h3,
.property-section .property-wrapper-grid .property-grid > .col-xl-3 .property-box .property-details .h3 {
  font-size: 19px;
}
.property-section .property-wrapper-grid .property-grid > [class*=col-xl-3] .property-box .property-details ul li,
.property-section .property-wrapper-grid .property-grid > .col-xl-3 .property-box .property-details ul li {
  padding-right: 8px;
  padding-left: 8px;
  font-size: 12px;
}
.property-section .property-wrapper-grid .property-grid > [class*=col-xl-3] .property-box .property-details ul li img,
.property-section .property-wrapper-grid .property-grid > .col-xl-3 .property-box .property-details ul li img {
  display: none;
}
.property-section .property-wrapper-grid .property-grid > [class*=col-xl-3] .property-box .property-details ul li:first-child,
.property-section .property-wrapper-grid .property-grid > .col-xl-3 .property-box .property-details ul li:first-child {
  padding-left: 0;
}
.right-line-tab {
  display: block;
  border-bottom: none;
}
.right-line-tab .nav-item {
  display: block;
}
.right-line-tab .nav-item .nav-link {
  color: #1c2d3a;
  font-family: Roboto, sans-serif;
  border: none;
  border-left: 2px solid transparent;
  border-radius: 0;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.right-line-tab .nav-item .nav-link.active {
  border-left-color: var(--theme-default3);
  color: var(--theme-default3);
}
.right-line-tab .nav-item.show .nav-link {
  border-right-color: var(--theme-default3);
}
.table-bordernone tr th,
.table-bordernone tr td {
  border: none;
}
.table-bordernone tr th {
  font-weight: 400;
}
.tab-listing .filter-panel {
  margin-bottom: 30px;
}
.tab-listing .filter-bottom-content {
  top: 45px;
}
.tab-listing .property-details {
  position: relative;
}
.tab-listing .property-details .my-listing {
  position: absolute;
  right: 45px;
  top: 42px;
  color: #959595;
}
.create-tab .create-property-form .customize-dropzone.ng-invalid.ng-touched {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("./media/error.svg");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  transition: all 0.3s ease;
}
.create-tab .create-property-form .form-inputs > h6,
.create-tab .create-property-form .form-inputs > .h6 {
  position: relative;
  margin-bottom: 20px;
  font-weight: 600;
  padding-bottom: 8px;
}
.create-tab .create-property-form .form-inputs > h6::before,
.create-tab .create-property-form .form-inputs > .h6::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 2px;
  background-color: var(--theme-default3);
  left: 0;
  bottom: 0;
}
.create-tab .create-property-form .form-inputs .map-validation.ng-invalid.ng-touched {
  border-width: 2px;
  border-style: dashed;
  padding: 10px;
  border-radius: 10px;
}
.create-tab .create-property-form .form-inputs select.ng-invalid.ng-touched,
.create-tab .create-property-form .form-inputs .map-validation.ng-invalid.ng-touched,
.create-tab .create-property-form .form-inputs input.ng-invalid.ng-touched {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("./media/error.svg");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  transition: all 0.3s ease;
}
.create-tab .create-property-form .form-inputs .row gx-3 {
  margin-bottom: -16px;
}
.create-tab .create-property-form .form-inputs .dropzone {
  margin-bottom: 16px;
}
.create-tab .create-property-form .form-inputs + .form-inputs {
  margin-top: 25px;
}
.create-tab .create-property-form .btn {
  margin-top: 20px;
}
.my-profile .profile-info .user-name {
  justify-content: space-between;
}
.my-profile .profile-info .user-name .rating,
.my-profile .profile-info .user-name h5,
.my-profile .profile-info .user-name .h5 {
  display: inline-block;
}
.my-profile .profile-info .user-name .rating {
  margin-left: 15px;
}
.my-profile .profile-info .user-name h5,
.my-profile .profile-info .user-name .h5 {
  font-weight: 600;
}
.my-profile .profile-info .user-detail {
  border-bottom: 1px solid #efefef;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.my-profile .profile-info .user-detail li {
  margin: 5px 10px 5px 0;
  color: #586167;
}
.my-profile .profile-info .user-detail li svg {
  margin-right: 3px;
  vertical-align: text-top;
  width: 16px;
  height: 16px;
}
.my-profile .profile-info .user-detail li span {
  font-family: Roboto, sans-serif;
}
.my-profile .profile-info p {
  line-height: 1.8;
  margin-bottom: 0;
}
.my-profile .profile-info .information ul li {
  display: block;
  font-family: Roboto, sans-serif;
}
.my-profile .profile-info .information ul li span:first-child {
  min-width: 180px;
  display: inline-block;
}
.my-profile .profile-info .information ul li .label {
  margin-left: 15px;
}
.my-profile .profile-info .information ul li a {
  color: var(--theme-default3);
}
.my-profile .profile-info .information ul li p {
  display: inline-block;
}
.my-profile .profile-info .information ul li + li {
  margin-top: 15px;
}
.my-profile .profile-info .information-detail + .information-detail {
  padding-top: 30px;
}
.my-profile .profile-info .label-light {
  cursor: pointer;
}
.modal-title {
  font-weight: 600;
}
.modal-header,
.modal-body,
.modal-footer {
  padding: 30px;
}
.modal-header {
  border-bottom: none;
  padding-bottom: 0;
}
.modal-header .btn-close {
  background: var(--theme-default4);
  position: absolute;
  right: 8px;
  top: 8px;
  width: 30px;
  height: 30px;
  opacity: 1;
  border-bottom-right-radius: 0;
  border-top-left-radius: 0;
}
.modal-header .btn-close span {
  font-size: 30px;
  color: #fff;
}
.modal-footer {
  border-top-color: #eee;
}
.edit-profile-modal form .form-control {
  padding: 8px 12px;
  color: var(--bs-body-color);
}
.edit-profile-modal form .form-control::placeholder {
  color: rgba(28, 45, 58, 0.5);
}
.edit-profile-modal form > .row {
  margin-bottom: -16px;
}
.edit-profile-modal.logout-modal .modal-body {
  padding-bottom: 0;
}
.edit-profile-modal.logout-modal .modal-body h6,
.edit-profile-modal.logout-modal .modal-body .h6 {
  font-weight: 500;
}
.edit-profile-modal.logout-modal .modal-body p {
  margin-bottom: 0;
}
.edit-profile-modal.logout-modal .modal-footer {
  border-top: none;
}
.gj-datepicker-bootstrap [role=right-icon] button {
  border-color: #eee;
}
.modal-header .btn-close {
  font-weight: 500;
}
input[type=date] {
  text-transform: inherit;
}
.gj-datepicker .btn-outline-secondary {
  padding: 8px;
  border-radius: 0 3px 3px 0;
}
.gj-datepicker .btn-outline-secondary i {
  color: rgba(88, 97, 103, 0.7);
  position: relative !important;
  top: unset !important;
  left: unset !important;
  font-size: 18px !important;
  vertical-align: -3px;
}
.gj-datepicker .btn-outline-secondary:not(:disabled):not(.disabled):active {
  background-color: transparent;
  color: inherit;
  box-shadow: none;
  border-color: #959595;
}
.gj-datepicker .btn-outline-secondary:not(:disabled):not(.disabled).active {
  background-color: transparent;
  color: inherit;
}
.gj-datepicker .btn-outline-secondary:focus {
  outline: none;
  box-shadow: none;
}
.gj-datepicker .show > .btn-outline-secondary.dropdown-toggle {
  border: transparent;
  background-color: transparent;
  color: inherit;
}
.gj-picker div[role=navigator] div[role=period] {
  font-family: Roboto, sans-serif;
}
.gj-picker-bootstrap table tr td {
  font-family: Roboto, sans-serif;
}
.gj-picker-bootstrap table tr td.today div {
  color: var(--theme-default3);
}
.gj-picker-bootstrap table tr td.selected.gj-cursor-pointer div {
  background-color: var(--theme-default3);
  border-color: var(--theme-default3);
}
.card-payment .payment-card {
  width: 100%;
  min-height: 183px;
  padding: 20px;
  border-radius: 10px;
  position: relative;
  background-image:
    repeating-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0) 1px,
      rgba(255, 255, 255, 0.03) 2px,
      rgba(255, 255, 255, 0.04) 3px,
      rgba(255, 255, 255, 0.05) 4px),
    -webkit-linear-gradient(-245deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0) 90%);
}
.card-payment .payment-card.master {
  background-color: #1f4771;
}
.card-payment .payment-card.visa {
  background-color: #6c6f69;
}
.card-payment .payment-card.american-express {
  background-color: #73a3b9;
  height: 100%;
}
.card-payment .payment-card .card-details h6,
.card-payment .payment-card .card-details .h6 {
  font-family: Roboto, sans-serif;
  color: #ffffff;
}
.card-payment .payment-card .card-details .card-number > div img {
  width: 15%;
}
.card-payment .payment-card .card-details .card-number > div img:last-child {
  width: 5%;
  margin-left: 10px;
}
.card-payment .payment-card .card-details .card-number h3,
.card-payment .payment-card .card-details .card-number .h3 {
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
  color: #ffffff;
  margin-top: 5px;
  margin-bottom: 3px;
}
.card-payment .payment-card .card-details .valid-detail {
  margin-bottom: 10px;
}
.card-payment .payment-card .card-details .valid-detail .title span {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1.3;
}
.card-payment .payment-card .card-details .valid-detail .date h3,
.card-payment .payment-card .card-details .valid-detail .date .h3 {
  margin-bottom: 0;
  color: #ffffff;
  margin-left: 10px;
  font-size: calc(16px + 2 * (100vw - 320px) / 1600);
}
.card-payment .payment-card .card-details .name-detail {
  display: flex;
  align-items: center;
}
.card-payment .payment-card .card-details .name-detail h5,
.card-payment .payment-card .card-details .name-detail .h5 {
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
}
.card-payment .payment-card .card-details .name-detail h4,
.card-payment .payment-card .card-details .name-detail .h4 {
  color: #ffffff;
}
.card-payment .payment-card .card-details .name-detail .name {
  width: 100%;
}
.card-payment .payment-card .card-details .name-detail .card-img {
  display: inline-block;
  margin-left: auto;
  text-align: right;
}
.card-payment .payment-card .edit-card {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  opacity: 0;
  transition: all 0.5s ease;
}
.card-payment .payment-card .edit-card a {
  color: #ffffff;
}
.card-payment .payment-card .edit-card a:hover {
  color: var(--theme-default3);
}
.card-payment .payment-card .edit-card a + a {
  margin-left: 15px;
}
.card-payment .payment-card.add-card {
  background-color: #eee;
  cursor: pointer;
  padding: 0;
}
.card-payment .payment-card.add-card .card-details {
  text-align: center;
  width: 100%;
  height: 183px;
}
.card-payment .payment-card.add-card .card-details i {
  font-size: calc(16px + 4 * (100vw - 320px) / 1600);
  color: #959595;
}
.card-payment .payment-card.add-card .card-details h5,
.card-payment .payment-card.add-card .card-details .h5 {
  margin-bottom: 0;
  margin-top: 5px;
  font-family: Roboto, sans-serif;
}
.card-payment .payment-card:hover .edit-card {
  opacity: 1;
  transition: all 0.5s ease;
}
.card-payment > div:last-child .payment-card {
  margin-top: 30px;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch .switch-state {
  border-radius: 20px;
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f4f4f4;
  transition: 0.4s;
}
.switch .switch-state:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  transition: 0.4s;
  border-radius: 20px;
}
.switch input {
  display: none;
}
.switch input:checked + .switch-state {
  background-color: #0AC113;
}
.switch input:checked + .switch-state:before {
  transform: translateX(26px);
}
.user-dashboard .dashboard-content .privacy-setting .common-card .common-header {
  padding-bottom: calc(20px + 10 * (100vw - 320px) / 1600);
}
.privacy-setting .common-card .common-header p {
  margin-top: 8px;
  margin-bottom: 0;
}
.privacy-setting .privacy-content .media .media-body p {
  margin-bottom: 0;
}
.privacy-setting .privacy-content .media .switch {
  margin-left: 8px;
}
.privacy-setting .privacy-content .media + .media {
  margin-top: calc(15px + 5 * (100vw - 320px) / 1600);
}
.privacy-setting .privacy-content .btn {
  margin-top: calc(15px + 5 * (100vw - 320px) / 1600);
}
.privacy-setting .privacy-content + .privacy-content {
  margin-top: calc(25px + 25 * (100vw - 320px) / 1600);
}
.privacy-setting .privacy-content h5,
.privacy-setting .privacy-content .h5 {
  font-weight: 600;
  margin-bottom: calc(15px + 10 * (100vw - 320px) / 1600);
}
.privacy-setting .switch {
  width: 50px;
  height: 25px;
}
.privacy-setting .switch .switch-state:before {
  height: 17px;
  width: 17px;
}
.privacy-setting .switch input:checked + .switch-state:before {
  transform: translateX(25px);
}
.provide-service .row {
  align-items: center;
}
.provide-service .provide-details h2,
.provide-service .provide-details .h2 {
  color: var(--theme-default3);
  line-height: 1.3;
}
.provide-service .provide-details p {
  line-height: 1.8;
  margin-bottom: 30px;
}
.provide-service .provide-details .btn {
  padding: 12px 30px 11px;
}
.provide-service .service-img {
  text-align: center;
}
.about-testimonial .title-2 h2,
.about-testimonial .title-2 .h2 {
  margin-top: -2px;
}
.terms-section .sidebar-user .dashboard-list h5,
.terms-section .sidebar-user .dashboard-list .h5 {
  padding: 8px 20px;
  font-weight: 600;
}
.terms-section h2,
.terms-section .h2 {
  margin-bottom: 30px;
  font-weight: 600;
  margin-top: -6px;
  line-height: 1.3;
}
.terms-section .terms-wrapper h4,
.terms-section .terms-wrapper .h4 {
  font-weight: 600;
  color: #586167;
  margin-bottom: 3px;
  line-height: 1.4;
}
.terms-section .terms-wrapper p {
  line-height: 1.7;
  font-size: 16px;
}
.terms-section .terms-wrapper p a {
  color: var(--theme-default3);
}
.terms-section .terms-wrapper p:last-child {
  margin-bottom: 0;
}
.terms-section .terms-wrapper + .terms-wrapper {
  margin-top: 30px;
}
.terms-section .terms-wrapper ul {
  padding-left: 18px;
}
.terms-section .terms-wrapper ul li {
  display: list-item;
  line-height: 1.7;
  font-size: 16px;
  color: #959595;
}
.terms-section .terms-wrap {
  margin-bottom: -5px;
}
.terms-bottom-content {
  margin: 80px 20px 0;
  background: rgba(221, 221, 221, 0.231372549);
  padding: 20px;
  border-radius: 8px;
  text-align: center;
}
.terms-bottom-content img {
  height: 180px;
  margin-top: -80px;
  margin-bottom: 20px;
}
input.ng-invalid.ng-touched,
textarea.ng-invalid.ng-touched {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("./media/error.svg");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  transition: all 0.3s ease;
}
@keyframes mainBlock {
  0% {
    width: 0%;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes secBlock {
  0% {
    width: 0%;
    left: 0;
  }
  50% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes mainFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes popIn {
  0% {
    width: 0px;
    height: 0px;
    background: #e9d856;
    border: 0px solid #ddd;
    opacity: 0;
  }
  50% {
    width: 10px;
    height: 10px;
    background: #e9d856;
    opacity: 1;
    bottom: 45px;
  }
  65% {
    width: 7px;
    height: 7px;
    bottom: 0px;
    width: 15px;
  }
  80% {
    width: 10px;
    height: 10px;
    bottom: 20px;
  }
  100% {
    width: 7px;
    height: 7px;
    background: #e9d856;
    border: 0px solid #222;
    bottom: 13px;
  }
}
@keyframes secFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 0.5;
  }
}
@keyframes top {
  0% {
    opacity: 0;
    bottom: -80px;
  }
  100% {
    opacity: 1;
    bottom: 0px;
  }
}
@keyframes icon {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: scale(1.3) rotate(-2deg);
  }
  100% {
    opacity: 1;
    bottom: 0px;
  }
}
.box {
  width: 350px;
  height: 180px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.box.text-affect .title {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  height: 130px;
}
.box.text-affect .title .block {
  width: 0%;
  height: inherit;
  background: var(--theme-default10);
  position: absolute;
  animation: mainBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  display: flex;
}
.box.text-affect .title h1,
.box.text-affect .title .h1 {
  color: #000;
  animation: mainFadeIn 2s forwards;
  animation-delay: 1.6s;
  opacity: 0;
  display: flex;
  align-items: baseline;
  position: relative;
}
.box.text-affect .title h1 span,
.box.text-affect .title .h1 span {
  width: 0px;
  height: 0px;
  border-radius: 50%;
  background: var(--theme-default10);
  -webkit-animation: load 0.6s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  animation: popIn 0.8s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  animation-delay: 2s;
  margin-left: 5px;
  margin-top: -10px;
  position: absolute;
  bottom: 13px;
  right: -12px;
}
.box.text-affect .role {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  height: 30px;
  margin-top: 10px;
  margin-bottom: 40px;
}
.box.text-affect .role .block {
  width: 0%;
  height: inherit;
  background: var(--theme-default10);
  position: absolute;
  animation: secBlock 2s cubic-bezier(0.74, 0.06, 0.4, 0.92) forwards;
  animation-delay: 2s;
  display: flex;
}
.box.text-affect .role p {
  animation: secFadeIn 2s forwards;
  animation-delay: 3.2s;
  opacity: 0;
  color: #232323;
}
.title-svg {
  fill: var(--theme-default5);
  stroke: var(--theme-default5);
  height: 85px;
  width: 85px;
  margin-bottom: -85px;
}
.title-svg.color-7 {
  fill: var(--theme-default10);
  stroke: var(--theme-default10);
}
.title-1.text-white hr {
  color: #ffffff;
}
.title-1,
.title-2,
.title-3 {
  text-align: center;
}
.title-1.text-white h2,
.title-1.text-white .h2,
.title-2.text-white h2,
.title-2.text-white .h2,
.title-3.text-white h2,
.title-3.text-white .h2 {
  color: #ffffff;
}
.title-1 {
  padding-bottom: 50px;
}
.title-1 h2,
.title-1 .h2 {
  padding-top: 15px;
  margin-bottom: -1px;
  line-height: 1.3;
}
.title-1 hr {
  width: 80px;
  margin: 20px auto 0;
  height: 2px;
  color: var(--theme-default);
  opacity: 1;
  transition: all 0.5s;
}
.title-1:hover hr {
  width: 150px;
}
.title-2 h2,
.title-2 .h2 {
  background: var(--theme-gradient7);
  background-blend-mode: lighten;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
  margin-top: -3px;
}
.title-2 p {
  color: #3b4249;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-bottom: 50px;
}
.title-2.text-white {
  position: relative;
}
.title-2.text-white h2,
.title-2.text-white .h2 {
  color: #ffffff;
  background: unset;
  background-blend-mode: unset;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.title-2.text-white p {
  color: #ffffff;
}
.title-3 {
  margin-top: -11px;
  margin-bottom: 50px;
}
.title-3 h2,
.title-3 .h2 {
  margin: 6px 0 12px;
  color: #586167;
}
.title-3 h2 span,
.title-3 .h2 span {
  font-weight: 300;
}
.title-3 p {
  color: rgba(88, 97, 103, 0.7);
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  margin-bottom: -1px;
}
.title-3.text-start {
  margin-top: -4px;
}
.title-3.text-start h2,
.title-3.text-start .h2 {
  margin-top: 0;
}
.theme-title .theme-card .card-header h4,
.theme-title .theme-card .card-header .h4 {
  margin-top: -2px;
  margin-bottom: -2px;
}
.theme-title .title-1 h2,
.theme-title .title-1 .h2 {
  margin-bottom: -9px;
}
.theme-title .title-1 hr {
  width: 80px;
  margin: 20px auto 0;
  height: 2px;
  color: var(--theme-default);
  opacity: 1;
  transition: all 0.5s;
}
.theme-title .title-1:hover hr {
  width: 150px;
}
.theme-title .title-2 h2,
.theme-title .title-2 .h2 {
  margin-top: -2px;
}
.theme-title .title-2 p {
  margin-bottom: -1px !important;
}
.theme-title .title-3 p {
  margin-bottom: -1px;
}
.contact-3 .title-3 {
  margin-top: -5px;
}
.login-wrap .log-in .title-3.text-start h2,
.login-wrap .log-in .title-3.text-start .h2 {
  margin-top: -5px;
}
.login-wrap .log-in .d-flex label span {
  vertical-align: -2px;
}
.log-in form .form-group .input-group .input-group-text svg,
.log-in form .form-group .input-group .input-group-text i {
  color: #586167;
}
.log-in form .form-group .input-group .input-group-text .fa-eye-slash,
.log-in form .form-group .input-group .input-group-text .fa-eye {
  cursor: pointer;
}
.log-in form .form-group input {
  color: #586167;
}
.log-in .btn.btn-dashed {
  color: #586167;
}
.log-in .btn.btn-dashed.color-2:hover {
  color: var(--theme-default4);
}
.inner-title {
  margin-bottom: 30px;
}
.inner-title.title-3 h2,
.inner-title.title-3 .h2 {
  margin-top: -2px;
}
.testimonial-client .title-3.text-start {
  margin-top: -2px;
}
.coming-simple .title-3 {
  margin-top: -2px;
}
.light-bg {
  background-color: rgba(255, 255, 255, 0.1);
}
.parallax-image {
  background-attachment: fixed;
}
.image-content-slider .banner-section.banner-4 {
  background-image: url("./media/parallax-1.jpg");
  background-color: transparent;
}
.banner-section.layout1-bg {
  background-image: url("./media/parallax-1.jpg");
}
.banner-section.layout3-bg .banner-3 {
  margin: 30px auto;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 2px 0px 30px 40px rgba(255, 255, 255, 0.8);
}
.banner-section.layout3-bg .banner-3 h2,
.banner-section.layout3-bg .banner-3 .h2,
.banner-section.layout3-bg .banner-3 p {
  width: 90%;
}
.banner-section .button-banner {
  margin-bottom: -10px;
}
.banner-section .button-banner .btn {
  font-weight: 700;
  margin-bottom: 10px;
}
.banner-section .button-banner .btn + .btn {
  margin-left: 20px;
}
.banner-section.layout-9 {
  height: auto;
}
.banner-inner {
  padding-top: 179px;
}
.banner-1 {
  text-align: center;
  width: 70%;
  margin: 27px auto 0;
  padding: 50px;
  position: relative;
}
.banner-1 .big-gradient,
.banner-1 .small-white {
  position: absolute;
}
.banner-1 .big-gradient {
  font-size: 127px;
  transform: translateX(-50%);
  top: -69px;
  left: 50%;
  z-index: 1;
}
.banner-1 .small-white {
  color: #ffffff;
  font-size: 46px;
  top: -43px;
  transform: translateX(-50%);
  left: 50%;
  margin-left: 18px;
  font-weight: 600;
}
.banner-1 h6,
.banner-1 .h6,
.banner-1 h2,
.banner-1 .h2 {
  color: #ffffff;
}
.banner-1 h6,
.banner-1 .h6 {
  font-weight: 700;
  letter-spacing: 8px;
  text-transform: uppercase;
  margin-top: -3px;
}
.banner-1 h2,
.banner-1 .h2 {
  margin: 45px 0 50px;
  line-height: 1.85;
  font-weight: 600;
  letter-spacing: 2px;
}
@-webkit-keyframes banner-animate {
  from {
    background-position-y: 0;
  }
  to {
    background-position-y: 460px;
  }
}
.banner-2 {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  overflow: hidden;
}
.banner-2 .row {
  align-items: center;
}
.banner-2 .banner-right {
  padding: 30px 60px 30px 0;
}
.banner-2 .banner-right h6,
.banner-2 .banner-right .h6 {
  letter-spacing: 8px;
  color: #3b4249;
  text-transform: uppercase;
  margin-bottom: 18px;
  font-weight: 500;
  margin-top: -2px;
}
.banner-2 .banner-right h2,
.banner-2 .banner-right .h2 {
  text-transform: unset;
  line-height: 1.52;
  background: var(--theme-gradient7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.banner-2 .banner-right p {
  line-height: 1.6;
  color: #3b4249;
}
.banner-2 .banner-right .button-banner .btn.btn-gradient {
  line-height: 2.2;
}
.banner-2 .banner-right .button-banner .btn {
  font-size: 16px;
  line-height: 2;
  min-height: 55px;
}
.banner-2 .banner-right .button-banner .btn:after {
  height: 55px;
  top: -2px;
}
.banner-2 .banner-right .button-banner .btn + .btn:after {
  height: 58px;
}
.banner-2 .banner-right .button-banner .btn img {
  vertical-align: -1px;
}
.banner-2 .banner-right .button-banner .btn-light-bg img {
  vertical-align: -5px;
}
.banner-3 {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 80px;
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.banner-3 .label {
  font-weight: 500;
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
}
.banner-3 h2,
.banner-3 .h2,
.banner-3 p {
  color: #586167;
  width: 85%;
}
.banner-3 h2,
.banner-3 .h2 {
  line-height: 1.45;
  margin: 25px auto 15px;
}
.banner-3 p {
  color: #586167;
  line-height: 1.7;
  margin: 0 auto 24px;
  font-size: 16px;
}
.banner-4 .big-gradient {
  background: var(--theme-default);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gallery-wrapper .img-box .property-image img {
  width: 100%;
}
.tap-top {
  width: 35px;
  height: 35px;
  border-radius: 8px;
  position: fixed;
  bottom: -60px;
  right: 30px;
  z-index: 2;
  color: #ffffff;
  text-align: center;
  background-image: var(--theme-gradient7);
  border: none;
  font-size: 22px;
  padding: 6px 5px 5px 5px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.tap-top::after {
  border-radius: 8px;
  opacity: 0.26;
  box-shadow: 5.353px 5.945px 12px var(--theme-default3);
}
.tap-top.color-1 {
  background-image: var(--theme-gradient3);
}
.tap-top.color-1::after {
  box-shadow: 5.353px 5.945px 12px var(--theme-default2);
}
.tap-top.color-3 {
  background: var(--theme-default5);
}
.tap-top.color-3::after {
  box-shadow: 5.353px 5.945px 12px var(--theme-default5);
}
.tap-top.color-4 {
  background: var(--theme-gradient9);
}
.tap-top.color-4::after {
  box-shadow: 5.353px 5.945px 12px var(--theme-default6);
}
.tap-top.color-6 {
  background: var(--theme-gradient12);
}
.tap-top.color-6::after {
  box-shadow: 5.353px 5.945px 12px var(--theme-default9);
}
.tap-top.color-7 {
  background: var(--theme-default10);
}
.tap-top.color-7::after {
  box-shadow: 5.353px 5.945px 12px var(--theme-default10);
}
.tap-top > div {
  height: 100%;
}
.tap-top > div i {
  font-size: 14px;
}
.tap-top.top {
  display: block;
  bottom: 50px;
  transition: all 0.5s ease;
}
.home-section {
  height: 100vh;
}
.home-section.layout-1 {
  height: auto;
  padding: 0;
}
.home-section.layout-1 .container-fluid,
.home-section.layout-1 .container-sm,
.home-section.layout-1 .container-md,
.home-section.layout-1 .container-lg,
.home-section.layout-1 .container-xl,
.home-section.layout-1 .container-xxl {
  padding: 0;
}
.home-section.layout-9 {
  background-color: rgba(248, 249, 250, 0.96);
  background-blend-mode: overlay;
  padding: 90px 0;
  min-height: 780px;
}
.home-section.layout-9 .home-main {
  position: relative;
  z-index: 1;
}
.home-section.layout-9 .home-main .home-content h1,
.home-section.layout-9 .home-main .home-content .h1,
.home-section.layout-9 .home-main .home-content h6,
.home-section.layout-9 .home-main .home-content .h6 {
  color: #1c2d3a;
}
.home-section.layout-9 .home-main .home-content h6,
.home-section.layout-9 .home-main .home-content .h6 {
  margin-top: 15px;
}
.home-section.layout-6 {
  background-image: unset;
  padding: 0;
  height: unset;
}
.home-section.layout-6 .home-main {
  background-color: rgba(0, 0, 0, 0.8);
  background-blend-mode: overlay;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 900px;
  padding-top: 44px;
}
.home-section.layout-6 .home-main h1,
.home-section.layout-6 .home-main .h1,
.home-section.layout-6 .home-main h6,
.home-section.layout-6 .home-main .h6 {
  color: #ffffff;
}
.home-section.layout-6 .home-main h6,
.home-section.layout-6 .home-main .h6 {
  margin-top: 20px;
}
.home-section.layout-6 .home-main .container > .row {
  height: 100vh;
  min-height: 900px;
  justify-content: space-between;
}
.home-section.layout-6 .arrow-light .slick-arrow {
  top: 105%;
}
.home-section.layout-6 .arrow-light .slick-next {
  right: unset;
  left: 10%;
}
.home-section.layout-6 .arrow-light .slick-prev {
  left: 0;
}
.home-section.layout-6 .vertical-search {
  width: unset;
}
.home-section.layout-6 .vertical-search h4,
.home-section.layout-6 .vertical-search .h4 {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
}
.home-section.layout-6 .vertical-search .left-sidebar {
  background-color: rgba(255, 255, 255, 0.1);
}
.home-section.layout-6 .vertical-search .left-sidebar .form-group label {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.9);
}
.home-section.layout-6 .vertical-search .left-sidebar .form-control {
  background-color: transparent;
  border-color: var(--bs-body-color);
  color: rgba(255, 255, 255, 0.8);
}
.home-section.layout-6 .vertical-search .left-sidebar .form-control .dropdown-toggle {
  color: rgba(255, 255, 255, 0.8);
}
.home-section.layout-6 .vertical-search .left-sidebar .form-control option {
  font-size: 14px;
  font-family: Rubik, sans-serif;
  color: #878787;
}
.home-section.layout-6 .home-slider-1 {
  margin-bottom: 120px;
}
.home-section.layout-6 .looking-icons h5,
.home-section.layout-6 .looking-icons .h5 {
  color: rgba(255, 255, 255, 0.85);
}
.home-section.layout-6 .looking-icons ul li .looking-icon {
  background-color: rgba(255, 255, 255, 0.1);
}
.home-section.layout-6 .looking-icons ul li .looking-icon svg {
  fill: #ffffff;
  transition: 0.5s;
}
.home-section.layout-6 .looking-icons ul li .looking-icon h6,
.home-section.layout-6 .looking-icons ul li .looking-icon .h6 {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}
.home-section.layout-6 .looking-icons ul li .looking-icon:hover svg {
  fill: var(--theme-default9);
  transition: 0.5s;
}
.home-section.layout-6 .looking-icons ul li .looking-icon:hover h6,
.home-section.layout-6 .looking-icons ul li .looking-icon:hover .h6 {
  color: var(--theme-default9) !important;
}
.home-section.layout-5 {
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.8);
  background-blend-mode: overlay;
  height: auto;
  position: relative;
}
.home-section.layout-5 .home-main {
  width: 90%;
  margin: 0 auto;
  padding: 90px 0;
}
.home-section.layout-5 .home-main .home-content h1,
.home-section.layout-5 .home-main .home-content .h1 {
  margin-bottom: 24px;
}
.home-section.layout-5 .home-main .looking-icons {
  margin-top: 60px;
}
.home-section.layout-5 .home-main .looking-icons ul {
  justify-content: center;
}
.home-section.layout-5 .home-main .looking-icons ul li {
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 25px 0;
  transition: 0.5s;
}
.home-section.layout-5 .home-main .looking-icons ul li .looking-icon {
  background-color: transparent;
}
.home-section.layout-5 .home-main .looking-icons ul li .looking-icon svg {
  fill: rgba(255, 255, 255, 0.8);
  position: relative;
  transition: 0.5s;
  z-index: 1;
}
.home-section.layout-5 .home-main .looking-icons ul li:hover {
  border-radius: 0 25px;
  transition: 0.5s;
}
.home-section.layout-5 .home-main .looking-icons ul li:hover h6,
.home-section.layout-5 .home-main .looking-icons ul li:hover .h6 {
  color: var(--theme-default4) !important;
}
.home-section.layout-5 .home-main .looking-icons ul li:hover svg {
  fill: var(--theme-default4);
  transition: 0.5s;
}
.home-section.layout-5 .row {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.home-section.layout-5 .row > div h6,
.home-section.layout-5 .row > div .h6,
.home-section.layout-5 .row > div h1,
.home-section.layout-5 .row > div .h1 {
  color: #ffffff;
}
.home-section.layout-5 .row > div h6,
.home-section.layout-5 .row > div .h6 {
  margin-top: 20px;
  font-weight: 600;
}
.home-section.layout-5 .row > div p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}
.home-section.layout-5 .decor-image {
  position: absolute;
  background-image: url("./media/shape.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  bottom: -30px;
  left: 0;
}
.home-section.layout-5 .decor-image1 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.snow-effect:before {
  content: "";
  height: 100%;
  width: 100%;
  background-image: url("./media/snow.png"), url("./media/snow2.png");
  background-repeat: repeat;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  will-change: background-position;
  animation: an-snow 20s linear infinite;
}
.layout-9 {
  position: relative;
  background-image: url("./media/layout9-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: overlay;
  height: calc(100vh - 89px);
}
.layout-9:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  z-index: 1;
}
.layout-9 .layout-right-img img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 800px;
}
.layout9 {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: overlay;
  height: auto;
}
.layout9 .layout-right-img img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 800px;
}
.layout-home2 .slick-slider .slick-prev,
.layout-home3 .slick-slider .slick-prev {
  left: 123px;
}
.layout-home2 .slick-slider .slick-next,
.layout-home3 .slick-slider .slick-next {
  right: 123px;
}
.layout-home2:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
}
.layout-home2 .feature-section {
  background-color: #ffffff;
}
.layout-home2 .feature-section .feature-content {
  padding: 30px 0;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  max-width: 575px;
}
.layout-home2 .feature-section .feature-content .label-cross {
  padding: 10px 33px 7px;
  background: #fb0118;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  transform: rotate(-38deg);
  display: inline-block;
  box-shadow: inset 0 0 20px 0px rgba(0, 0, 0, 0.3);
  font-size: 16px;
  position: absolute;
  left: -31px;
  top: 0;
}
.layout-home2 .home-main {
  width: 100%;
  height: 100vh;
  padding-top: 90px;
  position: relative;
  min-height: 720px;
}
.layout-home2 .video-bg .home-main {
  background: unset;
}
.layout-home2 .arrow-light .slick-arrow {
  top: 59%;
}
.layout-home2 .slick-initialized .slick-slide {
  margin-bottom: 0;
}
.layout-home3 .bg-layout-3 {
  height: 600px;
}
.layout-home3 .banner-3 {
  width: 48%;
  padding: 60px;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 2px 0px 30px 40px rgba(255, 255, 255, 0.7);
}
.layout-home3 .banner-3 h1,
.layout-home3 .banner-3 .h1 {
  line-height: 1.5;
  color: #586167;
  margin: 20px 0;
  font-size: calc(26px + 16 * (100vw - 320px) / 1600);
}
.layout-home3 .home-slider-3 .slick-slide {
  margin-bottom: 0;
}
.parallax-home {
  position: relative;
  background: rgba(88, 97, 103, 0.04);
}
.parallax-home h1,
.parallax-home .h1 {
  margin: 0 0 15px;
}
.parallax-home p {
  line-height: 1.6;
  margin-bottom: 0;
  color: #586167;
}
.parallax-home .btns-parallax {
  margin: -5px -10px;
}
.parallax-home .btns-parallax button {
  margin: 5px 10px;
}
.parallax-home .container > .row {
  align-items: center;
  height: calc(250px + 270 * (100vw - 320px) / 1600);
}
.parallax-home .container > .row > div {
  height: 100%;
  display: flex;
  align-items: center;
}
.parallax-home .parallax-right {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 58%;
}
.parallax-home.video-layout .video-search .input-group .input-group-text {
  color: var(--theme-default10);
}
.parallax-home.video-layout .video-search .input-group .input-group-text::after {
  background-color: var(--theme-default10);
}
.layout-home4 .slider-image {
  justify-content: flex-start;
  display: flex !important;
  height: 91vh;
}
.layout-home4 .slider-image .home-content {
  padding: 60px 70px 60px 0;
  text-align: right;
  position: relative;
  z-index: 1;
}
.layout-home4 .slider-image .home-content .square-bg {
  position: absolute;
  content: "";
  width: 95%;
  height: 100%;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.08);
  top: 0;
  right: 0;
  z-index: -1;
}
.layout-home4 .slider-image .home-content h6,
.layout-home4 .slider-image .home-content .h6 {
  font-weight: 700;
  color: #586167;
  position: relative;
}
.layout-home4 .slider-image .home-content h6 span,
.layout-home4 .slider-image .home-content .h6 span {
  display: inline-block;
}
.layout-home4 .slider-image .home-content h6.line-right::after,
.layout-home4 .slider-image .home-content .line-right.h6::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 2px;
  background-image: var(--theme-gradient9);
  right: 0;
  bottom: -10px;
}
.layout-home4 .slider-image .home-content h1,
.layout-home4 .slider-image .home-content .h1,
.layout-home4 .slider-image .home-content h6,
.layout-home4 .slider-image .home-content .h6,
.layout-home4 .slider-image .home-content h2,
.layout-home4 .slider-image .home-content .h2 {
  color: #1b2c39;
}
.layout-home4 .slider-image .home-content h1,
.layout-home4 .slider-image .home-content .h1 {
  line-height: 1.52;
  margin: 12px 0 18px;
}
.layout-home4 .slider-image .home-content h2,
.layout-home4 .slider-image .home-content .h2 {
  margin: 30px 0 18px;
}
.layout-home4 .slider-image .home-content p {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  color: rgba(88, 97, 103, 0.5);
  width: 50%;
  margin-left: auto;
  margin-bottom: 26px;
  font-weight: 500;
  line-height: 1.7;
}
.layout-home4 .slider-image .home-content .font-color4 {
  font-weight: 500;
  color: var(--theme-default7);
  line-height: 1.7;
  padding-right: 12px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.layout-home4 .slider-image .home-content .font-color4::after {
  position: absolute;
  content: "";
  width: 98px;
  height: 30px;
  border-radius: 5px;
  background-color: var(--theme-default7);
  opacity: 0.1;
  top: -2px;
  right: 0;
}
.layout-home4 .slider-image .home-content .btn-lg,
.layout-home4 .slider-image .home-content .btn-group-lg > .btn {
  font-size: calc(14px + 2 * (100vw - 320px) / 1600);
  border-radius: 5px;
  box-shadow: none;
}
.layout-home4 .sync-slider {
  position: relative;
}
.layout-home4 .sync-slider .home-slider-4 img.img-icon {
  width: auto;
  height: 18px;
  margin-right: 10px;
}
.layout-home4 .sync-slider .home-slider-4 .slick-slide {
  margin-bottom: 0;
}
.layout-home4 .sync-slider .home-slider-4.arrow-image .owl-prev,
.layout-home4 .sync-slider .home-slider-4.arrow-image .owl-next {
  width: 70px;
  height: 70px;
  line-height: 68px;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 100%;
  box-shadow: 0 0 75px rgba(0, 0, 0, 0.08);
}
.layout-home4 .sync-slider .home-slider-4.arrow-image .owl-prev i::before,
.layout-home4 .sync-slider .home-slider-4.arrow-image .owl-next i::before {
  color: var(--theme-default7);
  font-size: 18px;
}
.layout-home4 .sync-slider .home-slider-4.arrow-image .owl-prev::after,
.layout-home4 .sync-slider .home-slider-4.arrow-image .owl-next::after {
  content: "";
  width: 170px;
  height: 170px;
  background-color: rgba(255, 255, 255, 0.2);
  top: -50px;
  left: -51px;
  animation: heartbit 2s ease-out;
  animation-iteration-count: infinite;
  position: absolute;
  border-radius: 100%;
}
.layout-home4 .sync-slider .home-slider-4.arrow-image .owl-prev {
  left: 75px;
}
.layout-home4 .sync-slider .home-slider-4.arrow-image .owl-next {
  right: 75px;
}
.layout-home4 .sync-slider .home-nav {
  position: absolute;
  bottom: 30px;
  left: 40px;
}
.layout-home4 .sync-slider .home-nav .slick-slide,
.layout-home4 .sync-slider .home-nav .slick-track {
  width: auto !important;
}
.layout-home4 .sync-slider .home-nav .slick-list {
  margin: -30px -15px;
}
.layout-home4 .sync-slider .home-nav .slick-list .slick-track .slick-slide > div {
  margin: 30px 15px;
}
.layout-home4 .sync-slider .home-nav .slick-list .slick-track .slick-slide.slick-current .slider-image {
  position: relative;
}
.layout-home4 .sync-slider .home-nav .slick-list .slick-track .slick-slide.slick-current .slider-image::after {
  position: absolute;
  content: "";
  background: #586167;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.layout-home4 .sync-slider .home-nav .slick-list .slick-track .slick-slide.slick-current .slider-image span {
  opacity: 1;
  z-index: 1;
  transition: 0.5;
}
.layout-home4 .sync-slider .home-nav .slider-image {
  width: 112px;
  height: 85px;
  border-radius: 5px;
  box-shadow: -5.15px 8.572px 23px rgba(34, 54, 69, 0.15);
}
.layout-home4 .sync-slider .home-nav .slider-image span {
  opacity: 0;
  transition: 0.5;
  color: #ffffff;
  font-size: calc(14px + 6 * (100vw - 320px) / 1600);
  font-weight: 700;
}
.layout-home4 .home-slider-4 .slider-image {
  min-height: 700px;
}
.layout-6 {
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: overlay;
}
.layout-6 .row {
  align-items: center;
}
.vertical-search {
  width: 420px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0 auto;
}
.vertical-search .left-sidebar {
  background-color: rgba(255, 255, 255, 0.15);
}
.vertical-search .left-sidebar .dropdown {
  background-color: #ffffff;
}
.vertical-search .left-sidebar .price-range label {
  color: #ffffff;
}
.vertical-search .left-sidebar .price-range.text-dark input {
  color: #586167;
}
.vertical-search .left-sidebar .price-range input {
  background-color: transparent;
  color: #ffffff;
}
.search-withmap {
  position: static;
}
.search-withmap .vertical-search {
  margin: 0;
  float: right;
}
.search-withmap .left-sidebar {
  background-color: #ffffff;
  box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
  z-index: 1;
}
.search-withmap .left-sidebar label {
  font-weight: 600;
  color: #586167;
}
.search-withmap .left-sidebar .price-range label,
.search-withmap .left-sidebar .price-range input {
  color: #586167;
}
.search-withmap .left-sidebar .price-range .ui-slider-horizontal .ui-slider-handle {
  top: -0.43em;
}
.banner-4 {
  position: relative;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  background-blend-mode: overlay;
}
.video-layout {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.video-layout canvas {
  display: block;
  vertical-align: bottom;
}
.video-layout .particles {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.video-layout .play-icon {
  position: relative;
  margin-left: -50px;
}
.video-layout .video-right {
  height: 500px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.video-layout .video-right #block {
  height: 500px;
}
.video-layout .video-search {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
  width: 125%;
  position: relative;
  z-index: 1;
  padding: 18px 15px;
  margin: 0;
}
.video-layout .video-search .input-group {
  border-right: 1px solid rgba(210, 210, 210, 0.5);
}
.video-layout .video-search .input-group .input-group-text,
.video-layout .video-search .input-group input {
  background: transparent;
  border: none;
}
.video-layout .video-search .input-group .input-group-text {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  color: var(--theme-default6);
}
.video-layout .video-search .input-group .input-group-text svg {
  margin-top: 1px;
}
.video-layout .video-search .input-group .input-group-text::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-color: var(--theme-default6);
}
.video-layout .video-search .add-more {
  opacity: 0;
  display: none;
}
.video-layout .video-search .add-more.open {
  opacity: 1;
  display: inline-flex;
  visibility: visible;
}
.video-layout .video-search .dropdown {
  min-width: 300px;
}
.video-layout .video-search .dropdown .dropdown-menu {
  width: 180px;
}
.video-layout .video-search .dropdown .dropdown-menu .dropdown-item {
  color: #586167;
}
.video-layout .video-search .dropdown-toggle {
  margin-bottom: 0;
  position: relative;
  width: 180px;
  color: rgba(88, 97, 103, 0.6);
  padding: 10px 20px 10px;
}
.video-layout .video-search .dropdown-toggle i {
  color: rgba(88, 97, 103, 0.6);
}
.video-layout .video-search > div {
  padding: 0 8px;
}
.video-layout .video-search .form-group {
  margin-bottom: 10px;
}
.video-layout .video-search .form-group input {
  padding: 12px 20px 10px;
}
.video-layout .video-search .feature-checkbox label {
  margin: 5px 15px;
}
.video-layout .icon-video {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  background-image: var(--theme-gradient7);
  border-radius: 100%;
}
.video-layout .icon-video .heart-animation {
  background: var(--theme-default4);
  opacity: 0.6;
}
.video-layout .play-bg {
  text-align: center;
  width: 100%;
  position: relative;
  height: 500px;
  border-radius: 10px;
  border: 20px solid #ffffff;
}
.video-layout .play-bg::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
}
.video-layout .play-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.video-layout .video-details {
  box-shadow: unset;
  background-color: transparent;
  text-align: left;
  padding-left: 0;
}
.video-layout .video-details .left-sidebar {
  width: 520px;
}
.video-layout .video-details .left-sidebar label {
  font-weight: 500;
  color: #586167;
}
.video-layout .video-details .left-sidebar .price-range label {
  color: #586167;
}
.video-layout .row {
  align-items: center;
}
.video-layout .feature-section {
  height: 100vh;
}
.video-layout .feature-section .feature-content {
  z-index: 1;
}
.layout-map {
  height: 75vh;
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.layout-map .H_ui,
.layout-map .leaflet-pane {
  z-index: 1;
}
.layout-map .map {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.layout-map .map > div {
  opacity: 0.7;
}
.layout-map .map:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #313131;
  top: 0;
  bottom: 0;
}
.layout-map.vertical-map {
  min-height: 775px;
}
.layout-map .withmap-horizontal .search-panel {
  background-color: transparent;
  position: relative;
  margin: 0 auto;
}
.layout-map .withmap-horizontal .search-panel .width-fit {
  margin: 0;
}
.layout-map .withmap-horizontal .search-panel .width-fit > div + div {
  border-left: 1px solid #99c5ff;
}
.layout-map .withmap-horizontal .search-panel .width-fit > div:nth-child(2) {
  max-width: 25%;
}
.layout-map .withmap-horizontal .search-panel .width-fit > div:first-child {
  max-width: 28%;
}
.layout-map .withmap-horizontal .search-panel .width-fit > div:first-child .filter {
  padding-left: 50px;
}
.layout-map .withmap-horizontal .search-panel .filter {
  padding: 50px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.layout-map .withmap-horizontal .search-panel .filter .btn {
  padding-top: 12px;
  padding-bottom: 10px;
}
.layout-map .withmap-horizontal .search-panel .filter .media {
  width: 100%;
  align-items: center;
}
.layout-map .withmap-horizontal .search-panel .filter .media .icon-square {
  width: 45px;
  height: 45px;
  position: relative;
}
.layout-map .withmap-horizontal .search-panel .filter .media .icon-square::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.1;
  background-color: var(--theme-default7);
}
.layout-map .withmap-horizontal .search-panel .filter .media .icon-square i {
  color: var(--theme-default7);
  font-size: 22px;
}
.layout-map .withmap-horizontal .search-panel .filter .media .media-body {
  margin-left: 15px;
  margin-right: 30px;
  max-width: fit-content;
  position: relative;
}
.layout-map .withmap-horizontal .search-panel .filter .media .media-body h4,
.layout-map .withmap-horizontal .search-panel .filter .media .media-body .h4 {
  color: var(--theme-default7);
  line-height: 1;
  margin-bottom: 10px;
}
.layout-map .withmap-horizontal .search-panel .filter .media .media-body h4,
.layout-map .withmap-horizontal .search-panel .filter .media .media-body .h4 {
  font-weight: 700;
}
.layout-map .withmap-horizontal .search-panel .filter .media .media-body h6,
.layout-map .withmap-horizontal .search-panel .filter .media .media-body .h6 {
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1.4;
  letter-spacing: 0.5px;
  margin-bottom: -1px;
}
.layout-map .withmap-horizontal .search-panel .filter .media .dropdown-icon {
  margin-top: 5px;
}
.layout-map .withmap-horizontal .search-panel .filter .media .dropdown-icon span {
  line-height: 0.4;
}
.layout-map .withmap-horizontal .search-panel .filter .media .dropdown-icon span i {
  font-size: 12px;
}
.layout-map .withmap-horizontal .search-panel .filter .media .dropdown-icon span.d-block {
  margin-bottom: -4px;
}
.layout-map .withmap-horizontal .search-panel .filter .media .dropdown-icon span + span {
  color: rgba(149, 149, 149, 0.5);
}
.layout-map .withmap-horizontal .search-panel .filter .dropdown .dropdown-menu {
  width: 210px;
}
.layout-map .feature-section .feature-content {
  z-index: 1;
  background: #ffffff;
  height: auto;
}
.layout-map.layout-home2 {
  min-height: 540px;
}
.layout-map.header-map {
  height: 500px;
}
.layout-map .leaflet-container::before {
  display: none;
}
.layout-home2.banner-section {
  min-height: 775px;
}
.layout-home8 {
  position: relative;
  height: 88vh;
  display: flex;
  align-items: flex-start;
  position: relative;
  background-color: #f7f7fe;
  min-height: 800px;
  overflow: hidden;
}
.layout-home8::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 122px;
  bottom: 0;
  left: 0;
  background-image: url("./media/bg-layout8.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 1;
}
.layout-home8 .bg-dots {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.layout-home8 .dotWrapper {
  position: absolute;
}
.layout-home8 .dotWrapper-1 {
  top: 17%;
  left: 75%;
  animation: flying 35s ease-in-out -7.8s infinite alternate;
}
.layout-home8 .dotWrapper-2 {
  top: 31%;
  left: 46%;
  animation: flying 49s ease-in-out -9.3s infinite alternate;
}
.layout-home8 .dotWrapper-3 {
  top: 11%;
  left: 44%;
  animation: flying 39s ease-in-out -2.8s infinite alternate;
}
.layout-home8 .dotWrapper-4 {
  top: 50%;
  left: 85%;
  animation: flying 52s ease-in-out -3.6s infinite alternate;
}
.layout-home8 .dotWrapper-5 {
  top: 33%;
  left: 18%;
  animation: flying 65s ease-in-out -8.9s infinite alternate;
}
.layout-home8 .dotWrapper-6 {
  top: 1%;
  left: 76%;
  animation: flying 62s ease-in-out -7.8s infinite alternate;
}
.layout-home8 .dotWrapper-7 {
  top: 36%;
  left: 11%;
  animation: flying 45s ease-in-out -0.8s infinite alternate;
}
.layout-home8 .dotWrapper-8 {
  top: 25%;
  left: 91%;
  animation: flying 26s ease-in-out -8.4s infinite alternate;
}
.layout-home8 .dotWrapper-9 {
  top: 73%;
  left: 47%;
  animation: flying 45s ease-in-out -4.8s infinite alternate;
}
.layout-home8 .dotWrapper-10 {
  top: 35%;
  left: 20%;
  animation: flying 38s ease-in-out -4.6s infinite alternate;
}
.layout-home8 .dotWrapper-11 {
  top: 85%;
  left: 99%;
  animation: flying 32s ease-in-out -6.8s infinite alternate;
}
.layout-home8 .dotWrapper-12 {
  top: 4%;
  left: 55%;
  animation: flying 33s ease-in-out -3.5s infinite alternate;
}
.layout-home8 .dotWrapper-13 {
  top: 12%;
  left: 82%;
  animation: flying 68s ease-in-out -5.8s infinite alternate;
}
.layout-home8 .dotWrapper-14 {
  top: 45%;
  left: 9%;
  animation: flying 28s ease-in-out -0.5s infinite alternate;
}
.layout-home8 .dotWrapper-15 {
  top: 18%;
  left: 61%;
  animation: flying 39s ease-in-out -9.5s infinite alternate;
}
.layout-home8 .dotWrapper-16 {
  top: 11%;
  left: 75%;
  animation: flying 24s ease-in-out -0.1s infinite alternate;
}
.layout-home8 .dotWrapper-17 {
  top: 91%;
  left: 50%;
  animation: flying 30s ease-in-out -4.1s infinite alternate;
}
.layout-home8 .dotWrapper-18 {
  top: 16%;
  left: 15%;
  animation: flying 70s ease-in-out -1.8s infinite alternate;
}
.layout-home8 .dotWrapper-19 {
  top: 62%;
  left: 43%;
  animation: flying 53s ease-in-out -7.2s infinite alternate;
}
.layout-home8 .dotWrapper-20 {
  top: 6%;
  left: 46%;
  animation: flying 62s ease-in-out -6s infinite alternate;
}
.layout-home8 .dotWrapper-21 {
  top: 9%;
  left: 80%;
  animation: flying 29s ease-in-out -2.5s infinite alternate;
}
.layout-home8 .dotWrapper-22 {
  top: 92%;
  left: 51%;
  animation: flying 67s ease-in-out -3s infinite alternate;
}
.layout-home8 .dotWrapper-23 {
  top: 23%;
  left: 88%;
  animation: flying 38s ease-in-out -1.8s infinite alternate;
}
.layout-home8 .dotWrapper-24 {
  top: 16%;
  left: 58%;
  animation: flying 70s ease-in-out -6.2s infinite alternate;
}
.layout-home8 .dotWrapper-25 {
  top: 94%;
  left: 85%;
  animation: flying 60s ease-in-out -8.6s infinite alternate;
}
.layout-home8 .dotWrapper-26 {
  top: 12%;
  left: 94%;
  animation: flying 28s ease-in-out -8.3s infinite alternate;
}
.layout-home8 .dotWrapper-27 {
  top: 32%;
  left: 85%;
  animation: flying 63s ease-in-out -4.2s infinite alternate;
}
.layout-home8 .dotWrapper-28 {
  top: 38%;
  left: 78%;
  animation: flying 67s ease-in-out -7.2s infinite alternate;
}
.layout-home8 .dotWrapper-29 {
  top: 50%;
  left: 99%;
  animation: flying 64s ease-in-out -3.9s infinite alternate;
}
.layout-home8 .dotWrapper-30 {
  top: 89%;
  left: 25%;
  animation: flying 25s ease-in-out -8.7s infinite alternate;
}
.layout-home8 .dotWrapper-31 {
  top: 54%;
  left: 6%;
  animation: flying 47s ease-in-out -3.7s infinite alternate;
}
.layout-home8 .dotWrapper-32 {
  top: 98%;
  left: 48%;
  animation: flying 22s ease-in-out -4.2s infinite alternate;
}
.layout-home8 .dotWrapper-33 {
  top: 72%;
  left: 67%;
  animation: flying 25s ease-in-out -5.1s infinite alternate;
}
.layout-home8 .dotWrapper-34 {
  top: 43%;
  left: 19%;
  animation: flying 69s ease-in-out -1.5s infinite alternate;
}
.layout-home8 .dotWrapper-35 {
  top: 74%;
  left: 95%;
  animation: flying 44s ease-in-out -9.1s infinite alternate;
}
.layout-home8 .dotWrapper-36 {
  top: 10%;
  left: 97%;
  animation: flying 55s ease-in-out -0.4s infinite alternate;
}
.layout-home8 .dotWrapper-37 {
  top: 96%;
  left: 92%;
  animation: flying 32s ease-in-out -5.2s infinite alternate;
}
.layout-home8 .dotWrapper-38 {
  top: 94%;
  left: 85%;
  animation: flying 40s ease-in-out -5.3s infinite alternate;
}
.layout-home8 .dotWrapper-39 {
  top: 96%;
  left: 78%;
  animation: flying 62s ease-in-out -3.8s infinite alternate;
}
.layout-home8 .dotWrapper-40 {
  top: 94%;
  left: 52%;
  animation: flying 62s ease-in-out -4.1s infinite alternate;
}
.layout-home8 .dotWrapper-41 {
  top: 92%;
  left: 57%;
  animation: flying 34s ease-in-out -4.5s infinite alternate;
}
.layout-home8 .dotWrapper-42 {
  top: 65%;
  left: 11%;
  animation: flying 69s ease-in-out -6.5s infinite alternate;
}
.layout-home8 .dotWrapper-43 {
  top: 60%;
  left: 3%;
  animation: flying 48s ease-in-out -1.6s infinite alternate;
}
.layout-home8 .dotWrapper-44 {
  top: 16%;
  left: 11%;
  animation: flying 28s ease-in-out -9.7s infinite alternate;
}
.layout-home8 .dotWrapper-45 {
  top: 87%;
  left: 11%;
  animation: flying 41s ease-in-out -4.8s infinite alternate;
}
.layout-home8 .dotWrapper-46 {
  top: 16%;
  left: 53%;
  animation: flying 53s ease-in-out -4.1s infinite alternate;
}
.layout-home8 .dotWrapper-47 {
  top: 11%;
  left: 22%;
  animation: flying 26s ease-in-out -7.1s infinite alternate;
}
.layout-home8 .dotWrapper-48 {
  top: 48%;
  left: 48%;
  animation: flying 26s ease-in-out -8.8s infinite alternate;
}
.layout-home8 .dotWrapper-49 {
  top: 13%;
  left: 43%;
  animation: flying 69s ease-in-out -4.8s infinite alternate;
}
.layout-home8 .dotWrapper-50 {
  top: 94%;
  left: 66%;
  animation: flying 65s ease-in-out -9.6s infinite alternate;
}
.layout-home8 .dot {
  width: 6px;
  height: 6px;
  background: var(--theme-default6);
  opacity: 0.15;
  border-radius: 50%;
}
.layout-home8 .dot-1 {
  transform-origin: -7px -3px;
  animation: rotating 18s ease-in-out -3.3s infinite;
}
.layout-home8 .dot-2 {
  transform-origin: -7px -3px;
  animation: rotating 18s ease-in-out -0.3s infinite;
}
.layout-home8 .dot-3 {
  transform-origin: -10px 7px;
  animation: rotating 24s ease-in-out -4.7s infinite;
}
.layout-home8 .dot-4 {
  transform-origin: -6px -14px;
  animation: rotating 26s ease-in-out -9.6s infinite;
}
.layout-home8 .dot-5 {
  transform-origin: -4px -13px;
  animation: rotating 29s ease-in-out -3.7s infinite;
}
.layout-home8 .dot-6 {
  transform-origin: 7px 5px;
  animation: rotating 26s ease-in-out -9.2s infinite;
}
.layout-home8 .dot-7 {
  transform-origin: 9px -3px;
  animation: rotating 29s ease-in-out -3.5s infinite;
}
.layout-home8 .dot-8 {
  transform-origin: 11px 13px;
  animation: rotating 12s ease-in-out -6.6s infinite;
}
.layout-home8 .dot-9 {
  transform-origin: 6px 8px;
  animation: rotating 13s ease-in-out -4s infinite;
}
.layout-home8 .dot-10 {
  transform-origin: -8px 1px;
  animation: rotating 23s ease-in-out -1.4s infinite;
}
.layout-home8 .dot-11 {
  transform-origin: -1px -8px;
  animation: rotating 12s ease-in-out -10s infinite;
}
.layout-home8 .dot-12 {
  transform-origin: 9px -1px;
  animation: rotating 16s ease-in-out -8.1s infinite;
}
.layout-home8 .dot-13 {
  transform-origin: 5px -2px;
  animation: rotating 12s ease-in-out -7.9s infinite;
}
.layout-home8 .dot-14 {
  transform-origin: -3px -12px;
  animation: rotating 29s ease-in-out -7.1s infinite;
}
.layout-home8 .dot-15 {
  transform-origin: -13px -13px;
  animation: rotating 18s ease-in-out -1.6s infinite;
}
.layout-home8 .dot-16 {
  transform-origin: 12px 13px;
  animation: rotating 12s ease-in-out -4.2s infinite;
}
.layout-home8 .dot-17 {
  transform-origin: -14px 15px;
  animation: rotating 16s ease-in-out -5.8s infinite;
}
.layout-home8 .dot-18 {
  transform-origin: -6px 9px;
  animation: rotating 26s ease-in-out -3s infinite;
}
.layout-home8 .dot-19 {
  transform-origin: -2px 7px;
  animation: rotating 23s ease-in-out -8.5s infinite;
}
.layout-home8 .dot-20 {
  transform-origin: 2px 1px;
  animation: rotating 28s ease-in-out -9.4s infinite;
}
.layout-home8 .dot-21 {
  transform-origin: -10px -14px;
  animation: rotating 20s ease-in-out -4s infinite;
}
.layout-home8 .dot-22 {
  transform-origin: -10px -6px;
  animation: rotating 25s ease-in-out -2s infinite;
}
.layout-home8 .dot-23 {
  transform-origin: 3px 14px;
  animation: rotating 27s ease-in-out -4s infinite;
}
.layout-home8 .dot-24 {
  transform-origin: 15px 10px;
  animation: rotating 12s ease-in-out -9.1s infinite;
}
.layout-home8 .dot-25 {
  transform-origin: -5px 3px;
  animation: rotating 22s ease-in-out -2.6s infinite;
}
.layout-home8 .dot-26 {
  transform-origin: -5px -6px;
  animation: rotating 19s ease-in-out -7.3s infinite;
}
.layout-home8 .dot-27 {
  transform-origin: 13px -3px;
  animation: rotating 26s ease-in-out -5.4s infinite;
}
.layout-home8 .dot-28 {
  transform-origin: -2px -8px;
  animation: rotating 28s ease-in-out -4.7s infinite;
}
.layout-home8 .dot-29 {
  transform-origin: -8px 8px;
  animation: rotating 15s ease-in-out -5.2s infinite;
}
.layout-home8 .dot-30 {
  transform-origin: 9px 11px;
  animation: rotating 25s ease-in-out -7.7s infinite;
}
.layout-home8 .home-left-content {
  position: relative;
  z-index: 2;
}
.layout-home8 .home-right-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.layout-home8 .home-content {
  text-align: left;
  margin-bottom: 40px;
}
.layout-home8 .home-content h1,
.layout-home8 .home-content .h1 {
  margin-bottom: 20px;
}
.layout-home8 .home-content h6,
.layout-home8 .home-content .h6 {
  line-height: 1.8;
  letter-spacing: 0.5px;
  opacity: 0.7;
}
.search-with-tab .nav-tabs {
  border-bottom: none;
}
.search-with-tab .nav-tabs .nav-item {
  margin-bottom: 0;
}
.search-with-tab .nav-tabs .nav-item .nav-link {
  color: var(--theme-default6);
  background-color: #ffffff;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 30px;
}
.search-with-tab .nav-tabs .nav-item .nav-link.active {
  background-color: var(--theme-default6) !important;
  color: #ffffff;
}
.search-with-tab .nav-tabs .nav-item + .nav-item {
  margin-left: 10px;
}
.search-with-tab .tab-content {
  padding: 30px;
  background-color: #ffffff;
  border-radius: 8px;
  position: relative;
  box-shadow: 8px 6px 16px 5px rgba(0, 0, 0, 0.02);
}
.search-with-tab .tab-content .review-form .form-control {
  color: var(--bs-body-color);
  font-size: 14px;
  padding: 8px 20px 8px;
}
.search-with-tab .tab-content .review-form .dropdown {
  padding: 12px 20px 10px;
  border: 1px solid #eee;
  border-radius: 4px;
}
.search-with-tab .tab-content .review-form .dropdown .dropdown-menu {
  left: -20px !important;
}
.price-range {
  margin-bottom: 5px;
}
.price-range label {
  color: #586167;
  margin-bottom: 16px;
  font-weight: 600;
}
.price-range input {
  border: none;
  color: #586167;
  max-width: 95px;
}
.price-range input:focus {
  outline: none;
}
.ui-slider-horizontal {
  height: 5px;
  background: #eee;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.4em;
  margin-left: -0.5em;
  cursor: pointer;
}
.ui-widget.ui-widget-content {
  border: none;
}
.ui-slider .ui-slider-handle {
  width: 8px;
  height: 16px;
  z-index: 1;
}
.ui-slider .ui-slider-handle.ui-state-focus {
  outline: none;
}
.theme-range-1 .ui-widget-header {
  background: var(--theme-default2);
}
.theme-range-1 .ui-state-default {
  background: var(--theme-default2);
  border: none;
}
.theme-range-1 .ui-state-default .ui-widget-content .ui-state-default,
.theme-range-1 .ui-state-default .ui-widget-header .ui-state-default {
  background: var(--theme-default2);
  border: none;
}
.theme-range-1 .ui-button {
  background: var(--theme-default2);
  border: none;
}
.theme-range-1 .ui-button.ui-state-disabled:hover,
.theme-range-1 .ui-button.ui-state-disabled:active {
  background: var(--theme-default2);
  border: none;
}
.theme-range-2 .ui-widget-header {
  background: var(--theme-default3);
}
.theme-range-2 .ui-state-default {
  background: var(--theme-default3);
  border: none;
}
.theme-range-2 .ui-state-default .ui-widget-content .ui-state-default,
.theme-range-2 .ui-state-default .ui-widget-header .ui-state-default {
  background: var(--theme-default3);
  border: none;
}
.theme-range-2 .ui-button {
  background: var(--theme-default3);
  border: none;
}
.theme-range-2 .ui-button.ui-state-disabled:hover,
.theme-range-2 .ui-button.ui-state-disabled:active {
  background: var(--theme-default3);
  border: none;
}
.theme-range-3 .ui-widget-header {
  background: var(--theme-default9);
}
.theme-range-3 .ui-state-default {
  background: var(--theme-default9);
  border: none;
}
.theme-range-3 .ui-state-default .ui-widget-content .ui-state-default,
.theme-range-3 .ui-state-default .ui-widget-header .ui-state-default {
  background: var(--theme-default9);
  border: none;
}
.theme-range-3 .ui-button {
  background: var(--theme-default9);
  border: none;
}
.theme-range-3 .ui-button.ui-state-disabled:hover,
.theme-range-3 .ui-button.ui-state-disabled:active {
  background: var(--theme-default9);
  border: none;
}
.theme-range-4 .ui-widget-header {
  background: var(--theme-default6);
}
.theme-range-4 .ui-state-default {
  background: var(--theme-default6);
  border: none;
}
.theme-range-4 .ui-state-default .ui-widget-content .ui-state-default,
.theme-range-4 .ui-state-default .ui-widget-header .ui-state-default {
  background: var(--theme-default6);
  border: none;
}
.theme-range-4 .ui-button {
  background: var(--theme-default6);
  border: none;
}
.theme-range-4 .ui-button.ui-state-disabled:hover,
.theme-range-4 .ui-button.ui-state-disabled:active {
  background: var(--theme-default6);
  border: none;
}
.theme-range-5 .ui-widget-header {
  background: var(--theme-default10);
}
.theme-range-5 .ui-state-default {
  background: var(--theme-default10);
  border: none;
}
.theme-range-5 .ui-state-default .ui-widget-content .ui-state-default,
.theme-range-5 .ui-state-default .ui-widget-header .ui-state-default {
  background: var(--theme-default10);
  border: none;
}
.theme-range-5 .ui-button {
  background: var(--theme-default10);
  border: none;
}
.theme-range-5 .ui-button.ui-state-disabled:hover,
.theme-range-5 .ui-button.ui-state-disabled:active {
  background: var(--theme-default10);
  border: none;
}
.looking-icons {
  margin-top: 40px;
}
.looking-icons h5,
.looking-icons .h5 {
  font-weight: 500;
  margin-bottom: 30px;
}
.looking-icons ul {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -15px;
  align-items: center;
  justify-content: flex-start;
}
.looking-icons ul li {
  margin: 5px 15px;
  display: block;
  box-shadow: 3.346px 3.716px 22.5px rgba(0, 0, 0, 0.07);
}
.looking-icons ul li .looking-icon {
  background-color: #ffffff;
  display: block;
  padding: 30px;
  min-width: 150px;
  text-align: center;
}
.looking-icons ul li .looking-icon svg {
  width: 50px;
  height: 50px;
  fill: var(--theme-default2);
  margin: 0 auto;
}
.looking-icons ul li .looking-icon:hover h6,
.looking-icons ul li .looking-icon:hover .h6 {
  color: var(--theme-default2) !important;
  transition: 0.5s;
}
.looking-icons ul li h6,
.looking-icons ul li .h6 {
  margin-top: 20px !important;
  margin-bottom: 0;
}
ol {
  list-style-position: outside;
  margin-left: 20px;
}
ol li {
  display: list-item;
  font-family: Roboto, sans-serif;
  color: #647589;
}
@media (max-width: 1883px) {
  .property-grid-slider .property-grid.list-view .bg-size {
    height: 45vh;
  }
}
@media (max-width: 1800px) {
  .layout-home2 .arrow-light .slick-prev {
    left: 100px;
  }
  .layout-home2 .arrow-light .slick-next {
    right: 100px;
  }
}
@media (max-width: 1740px) {
  .layout-home2 .arrow-light .slick-prev {
    left: 60px;
  }
  .layout-home2 .arrow-light .slick-next {
    right: 60px;
  }
  .layout-9 .layout-right-img img {
    height: 750px;
  }
}
@media (max-width: 1720px) {
  .arrow-white .slick-prev {
    left: -100px;
  }
  .arrow-white .slick-next {
    right: -100px;
  }
}
@media (max-width: 1660px) {
  .layout-home4 .slider-image .home-content .square-bg {
    width: 88%;
  }
  .blog-1 .blog-box .blog-content {
    padding: 25px 40px;
  }
  .layout-home2 .feature-section .feature-content {
    margin-left: 100px;
  }
  .layout-home4 .home-slider-4 .slick-list .slick-current .slider-image .home-content > h1,
  .layout-home4 .home-slider-4 .slick-list .slick-current .slider-image .home-content > .h1 {
    padding-left: 5px !important;
  }
  .feature-section .feature-4 .owl-carousel .owl-prev {
    right: 5%;
    left: unset !important;
    top: -65px !important;
  }
  .feature-section .feature-4 .owl-carousel .owl-next {
    left: unset !important;
    right: 0;
    top: -65px !important;
  }
  .about-section .about-1 .owl-carousel .owl-next {
    right: 45%;
    top: unset;
    bottom: -89px;
  }
  .about-section .about-1 .owl-carousel .owl-prev {
    left: 45%;
    top: unset;
    bottom: -89px;
  }
  .testimonial-bg .testimonial-2 .owl-carousel .owl-prev {
    left: 1px;
  }
  .testimonial-bg .testimonial-2 .owl-carousel .owl-next {
    right: 1px;
  }
  .feature-section .feature-1 .owl-carousel .owl-prev {
    left: 1px;
  }
  .feature-section .feature-1 .owl-carousel .owl-next {
    right: 1px;
  }
  .arrow-white {
    margin-bottom: 85px;
  }
  .arrow-white .slick-arrow {
    top: unset;
    bottom: -110px;
  }
  .arrow-white .slick-prev {
    left: 46%;
  }
  .arrow-white .slick-next {
    right: 46%;
  }
  .arrow-light .slick-prev {
    left: 1px;
  }
  .arrow-light .slick-next {
    right: 1px;
  }
  .testimonial-3 .slick-list {
    margin: -53px -12px;
  }
  .testimonial-3 .slick-list .slick-track .slick-slide > div {
    margin: 53px 12px;
  }
  .our-client {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  }
  .user-about .about-image {
    margin-left: 15px;
    margin-top: 70px;
  }
  .user-about .about-image .img-box img {
    max-width: 350px;
  }
  .single-property-images {
    height: auto;
  }
  .service-slider.arrow-gradient.arrow-right .slick-prev {
    right: 10%;
  }
  .service-slider.arrow-gradient.arrow-right .slick-next {
    right: 6.5%;
  }
  .blog-2 .slick-list {
    margin: 0 -15px;
  }
  .slick-shadow .arrow-white .slick-arrow {
    bottom: -80px;
  }
  .feature-section .feature-3 .slick-list {
    margin: -50px 0;
  }
  .feature-section .feature-3 .slick-list .slick-track .slick-slide > div {
    margin: 50px;
  }
  .feature-section .feature-3 .slick-prev,
  .feature-section .feature-3 .slick-next {
    right: 28px;
  }
  .feature-section .feature-4 .slick-list {
    margin: -30px -40px;
  }
  .feature-section .feature-4 .slick-list .slick-track .slick-slide > div {
    margin: 30px 40px;
  }
  .feature-section .feature-4.arrow-gradient .slick-arrow {
    left: unset !important;
    right: 0;
    top: 0;
  }
  .feature-section .feature-4.arrow-gradient .slick-prev {
    right: 4%;
  }
  .feature-section .feature-image,
  .feature-section .feature-content {
    box-shadow: 0 0 23px rgba(0, 0, 0, 0.08);
  }
  .feature-section .feature-image .bg-size:before,
  .feature-section .feature-content .bg-size:before {
    padding-top: 72.5%;
  }
  .modern-feature {
    margin-top: 50px;
  }
  .new-property .feature-wrap {
    margin: 0 51px;
  }
  .feature-3 .next-image {
    right: 0px;
    top: 225px;
  }
  .layout-home3 .banner-3 {
    width: 53%;
  }
  .layout-9 .layout-right-img img {
    height: 700px;
  }
  .home-section.layout-5 .home-main {
    width: 100%;
    padding: 60px 0;
  }
  .home-section.layout-9 {
    min-height: 776px;
  }
  .home-section.layout-9 .home-main .home-content h1,
  .home-section.layout-9 .home-main .home-content .h1 {
    height: 170px;
  }
}
@media (max-width: 1544px) and (min-width: 1461px) {
  .feature-section .feature-4 .slick-list {
    margin: -30px -15px;
  }
  .feature-section .feature-4 .slick-list .slick-track .slick-slide > div {
    margin: 30px 15px;
  }
  .slick-between .slick-slider .slick-list {
    margin: 0 -12px;
  }
  .slick-between .slick-slider .slick-list .slick-track .slick-slide > div {
    margin: 0 12px;
  }
}
@media (max-width: 1544px) {
  .property-section .list-property .property-box {
    box-shadow: 0 0 13px 0px rgba(0, 0, 0, 0.06);
  }
  .pricing-section .pricing-slider .owl-stage-outer .owl-item > div {
    margin: 30px 7px !important;
  }
  .pricing-section .pricing-box {
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.05);
  }
  .pricing-section.slick-between .slick-slider .slick-list {
    margin: -30px -12px;
  }
  .pricing-section.slick-between .slick-slider .slick-list .slick-track .slick-slide > div {
    margin: 30px 12px;
  }
}
@media (min-width: 1461px) {
  .container {
    max-width: 1400px;
  }
  .property-grid-slider .property-grid.list-view .property-box .property-image .slick-track,
  .property-grid-slider .property-grid.list-view .property-box .property-image .slick-list {
    height: 338px;
  }
  .property-grid-slider .property-grid.list-view .property-box .property-image .slick-track .bg-size,
  .property-grid-slider .property-grid.list-view .property-box .property-image .slick-list .bg-size {
    min-height: 338px;
  }
  .property-list-thumbnail .property-grid-slider .property-grid.list-view .property-box .property-image .slick-track,
  .property-list-thumbnail .property-grid-slider .property-grid.list-view .property-box .property-image .slick-list {
    height: unset;
  }
  .property-list-thumbnail .property-grid-slider .property-grid.list-view .property-box .property-image .slick-track .bg-size,
  .property-list-thumbnail .property-grid-slider .property-grid.list-view .property-box .property-image .slick-list .bg-size {
    min-height: 338px;
  }
}
@media (max-width: 1460px) and (min-width: 1200px) {
  .xl-40 {
    flex: 0 0 40%;
    max-width: 40%;
  }
  .xl-60 {
    flex: 0 0 60%;
    max-width: 60%;
  }
  header.header-4 .main-navbar .nav-menu > li {
    padding: 20px 8px;
  }
  .footer-custom-col .row > div {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .footer-custom-col .row > div:nth-child(4),
  .footer-custom-col .row > div:last-child {
    margin-top: 30px;
  }
  .footer-custom-col .row > div:nth-child(4) .footer-left-space,
  .footer-custom-col .row > div:last-child .footer-left-space {
    padding-left: 0;
  }
  .footer-custom-col .order-xl {
    order: -1;
  }
  .about-main .user-about .row > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .property-section .list-property .property-box .property-image .overlay-property .overlay-box {
    padding: 30px;
    top: 11%;
  }
  .property-section .list-property .property-box .property-image .overlay-property .overlay-box p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 6px;
  }
}
@media (max-width: 1460px) {
  .about-section .about-wrap .about-content .about-image .overlay-content ul {
    margin-left: unset;
  }
  .testimonial-client .owl-carousel .owl-nav [class*=owl-] {
    bottom: 30px;
  }
  .property-section .property-wrapper-grid .property-grid > [class*=col-lg-4] .property-box .property-details ul li,
  .property-section .property-wrapper-grid .property-grid > .col-xl-4 .property-box .property-details ul li {
    padding-right: 5px;
    padding-left: 5px;
  }
  .property-section .property-wrapper-grid .property-grid > [class*=col-lg-4] .property-box .property-details ul li img,
  .property-section .property-wrapper-grid .property-grid > .col-xl-4 .property-box .property-details ul li img {
    height: 14px;
    margin-right: 4px;
  }
  .property-section .filter-panel .grid-list-filter .collection-grid-view li:last-child {
    display: none;
  }
  .property-details .property-box .property-details > ul > li > img {
    height: 15px;
    display: inline-block;
    margin-right: 7px;
  }
  .property-details ul li {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 13px;
  }
  h2,
  .h2 {
    line-height: 1.08;
  }
  .contact-3 .title-3 {
    margin-top: -3px;
  }
  .title-3.text-start h2,
  .title-3.text-start .h2 {
    margin-top: -4px;
  }
  .login-wrap .log-in .title-3.text-start h2,
  .login-wrap .log-in .title-3.text-start .h2 {
    margin-top: -3px;
  }
  .sign-up .title-3.text-start h2,
  .sign-up .title-3.text-start .h2 {
    margin-top: 2px;
  }
  .modern-dot.slick-dotted {
    margin-bottom: 2px;
  }
  .modern-dot.property-3.slick-dotted {
    margin-bottom: 3px;
  }
  .layout-map .withmap-horizontal .search-panel .width-fit > div:first-child {
    max-width: 28.7%;
  }
  .layout-map .withmap-horizontal .search-panel .width-fit > div:nth-child(2) {
    max-width: 26.2%;
  }
  .layout-map .withmap-horizontal .search-panel .filter .media .media-body {
    margin-right: 20px;
  }
  .title-2 h2,
  .title-2 .h2 {
    margin-top: 0;
  }
  .testimonial-style-1 .title-2 h2,
  .testimonial-style-1 .title-2 .h2 {
    margin-top: -6px;
    line-height: 1.35;
  }
  .theme-title .title-2 h2,
  .theme-title .title-2 .h2 {
    margin-top: -1px;
  }
  .blog-inner .title-2 h2,
  .blog-inner .title-2 .h2 {
    margin-top: -2px;
  }
  .grid-box .property-text h3,
  .grid-box .property-text .h3 {
    margin-top: -2px;
  }
  .my-profile .profile-info .information ul li span:first-child {
    min-width: 140px;
  }
  .about-main .title-2 h2,
  .about-main .title-2 .h2,
  .why-choose .title-2 h2,
  .why-choose .title-2 .h2 {
    margin-top: -2px;
  }
  .about-testimonial .title-2 h2,
  .about-testimonial .title-2 .h2 {
    margin-top: -1px;
  }
  .about-section .title-3 {
    margin-top: -11px;
  }
  .about-section.about-inner .title-2 h2,
  .about-section.about-inner .title-2 .h2 {
    margin-top: -4px;
  }
  .about-people .title-2 h2,
  .about-people .title-2 .h2 {
    margin-top: -2px;
  }
  .coming-simple .title-3 h6,
  .coming-simple .title-3 .h6 {
    margin-bottom: 10px;
  }
  .faq-questions .title-3 {
    margin-top: 0;
  }
  .faq-questions .title-3 h2,
  .faq-questions .title-3 .h2 {
    margin-top: -3px;
  }
  .terms-section .terms-wrap {
    margin-bottom: -7px;
  }
  .layout-9 .layout-right-img img {
    height: 650px;
  }
  .blog-2 .slick-list .slick-track .slick-slide > div {
    margin: 0 15px;
  }
  .blog-section .title-2 h2,
  .blog-section .title-2 .h2 {
    margin-top: -2px;
  }
  .single-property-section .left-single h2,
  .single-property-section .left-single .h2 {
    margin-top: -2px;
  }
  .new-property .title-2 h2,
  .new-property .title-2 .h2 {
    margin-top: -3px;
  }
  .new-property.pricing-property .title-2 h2,
  .new-property.pricing-property .title-2 .h2 {
    margin-top: -3px;
  }
  .bg-comman-2.feature-section .title-2 h2,
  .bg-comman-2.feature-section .title-2 .h2 {
    margin-top: -1px;
  }
  .user-dashboard .dashboard-content .user-wrapper .overview .overview-content li .d-flex > span {
    margin-left: -10px;
  }
  .tab-listing .property-details .my-listing {
    top: 27px;
    right: 30px;
  }
  .card-payment .payment-card {
    padding: 15px 10px;
    min-height: auto;
  }
  .footer-bg .footer-details {
    padding: 30px 15px;
  }
  .footer-bg .footer-details .icon-list li + li {
    margin-left: 2px;
  }
  footer .footer-links .footer-content {
    margin-top: 40px;
  }
  footer .footer-links .footer-content .footer-map iframe {
    width: 100%;
    height: 190px;
  }
  footer.footer-dark .footer-details p {
    margin-top: 34px;
  }
  .property-wizard .wizard-box .wizard-form-details h2,
  .property-wizard .wizard-box .wizard-form-details .h2 {
    margin-top: -3px;
  }
  .property-wizard.horizontal-wizard .wizard-box .wizard-step-container .wizard-steps li .media .step-icon svg {
    width: 21px;
    height: 21px;
  }
  .user-about .about-image {
    margin-top: 60px;
  }
  .user-about .about-image .img-box img {
    max-width: 295px;
  }
  .user-about .about-image .img-box.img-abs {
    right: 3%;
  }
  .get-in-touch .contact-img img {
    width: 95%;
  }
  .blog-1 .blog-box .img-box img {
    min-width: 245px;
    height: 100%;
  }
  .blog-1 .blog-box .blog-content {
    padding: 25px 30px;
  }
  .blog-1 .blog-box .blog-content h3,
  .blog-1 .blog-box .blog-content .h3,
  .blog-1 .blog-box .blog-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .blog-list-section .blog-list .blog-wrap .blog-image {
    width: 100%;
  }
  .blog-list-section .blog-list .blog-wrap .blog-details {
    padding: 20px;
  }
  .our-client .client-right {
    padding: 30px 60px;
  }
  .our-client .quote-img {
    right: -30px;
    bottom: -15px;
  }
  .our-client .quote-img img {
    width: 65%;
  }
  .client-slider {
    width: 75%;
  }
  .modern-client .comment-right {
    padding: 40px;
  }
  .modern-client .comment-right p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .modern-client .comment-right .slick-arrow {
    top: 91.2%;
    left: -17%;
  }
  .modern-client .comment-right .slick-next {
    left: -7.4%;
  }
  .modern-client .right-align {
    right: -100px;
    top: 45px;
  }
  .testimonial-1 .pepole-comment .client-msg .quote {
    top: -16px;
  }
  .testimonial-1 .pepole-comment .client-msg .quote img {
    width: 70%;
  }
  .testimonial-1 .pepole-comment .client-msg p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .testimonial-1 .slick-list .slick-track .slick-slide > div {
    margin-top: 16px !important;
  }
  .testimonial-client .title-3.text-start {
    margin-top: 3px;
  }
  .banner-1,
  .banner-3 {
    width: 85%;
  }
  .banner-3 h2,
  .banner-3 .h2,
  .banner-3 p {
    width: 82%;
  }
  .about-section .about-wrap.about-1 .about-content .our-details {
    padding: 20px;
  }
  .about-section .about-wrap .about-content .about-image .overlay-content ul li a {
    width: 35px;
    height: 35px;
  }
  .about-section .about-wrap .about-content .about-image .overlay-content ul li + li {
    margin-left: 5px;
  }
  .about-section .about-wrap .about-content .about-image .overlay-content span {
    letter-spacing: 5px;
  }
  .about-section .about-wrap .about-content .about-image .overlay-content span::before {
    left: -27px;
  }
  .about-section .title-3.text-start {
    margin-top: -3px;
  }
  .arrow-white .slick-prev {
    left: 44%;
  }
  .arrow-white .slick-next {
    right: 44%;
  }
  .arrow-gradient.arrow-right .slick-arrow {
    top: -88px;
  }
  .slick-between .slick-slider .slick-list {
    margin: 0 -12px;
  }
  .slick-between .slick-slider .slick-list .slick-track .slick-slide > div {
    margin: 0 12px;
  }
  .about-box .agent-image .overlay-agent .agent-details {
    padding: 30px;
  }
  .service-slider.arrow-gradient.arrow-right .slick-prev {
    right: 15%;
  }
  .service-slider.arrow-gradient.arrow-right .slick-next {
    right: 11%;
  }
  .service-slider.arrow-gradient.arrow-right .slick-arrow {
    top: -61px;
  }
  .service-section .title-2 h2,
  .service-section .title-2 .h2 {
    margin-top: -1px;
  }
  .service-section .column-space > div {
    padding: 0 15px;
  }
  .service-section.service-2 .property-service > div .service-box {
    padding: 40px 30px;
  }
  .service-section.service-2 .property-service > div .service-box p {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
  }
  .service-section.service-bg .title-3 {
    margin-top: 0px;
  }
  .service-section.service-bg .title-3.text-start h2,
  .service-section.service-bg .title-3.text-start .h2 {
    margin-top: -1px;
  }
  .property-details {
    padding: 25px !important;
  }
  .property-details .property-btn .btn {
    padding: 8px 25px 7px;
  }
  .property-details .property-btn .btn.btn-dashed {
    padding: 9px 25px 8px;
  }
  .property-details .property-btn .btn + .btn {
    margin-left: 10px;
  }
  .property-section .column-space > div {
    padding: 0 12px;
  }
  .property-section .title-2 h2,
  .property-section .title-2 .h2 {
    margin-top: -1px;
  }
  .property-section .title-3.text-start {
    margin-top: 1px;
  }
  .property-section .title-3.text-start h2,
  .property-section .title-3.text-start .h2 {
    margin-top: -2px;
  }
  .property-section .title-3 .pagination-tab {
    margin-top: -2px;
  }
  .property-section .property-3 .slick-list .slick-track .slick-slide > div {
    margin: 30px 15px;
  }
  .property-section.slick-between .title-3.text-start {
    margin-top: -4px;
  }
  .property-section.slick-between .property-1.slick-slider .slick-list {
    margin: 0 -12px;
  }
  .property-section.slick-between .property-1.slick-slider .slick-list .slick-track .slick-slide > div {
    margin: 0 12px;
  }
  .property-section .list-property .property-box .property-image .overlay-property .overlay-box {
    height: calc(100% - 75px);
  }
  .property-grid-2 .filter-panel .top-panel h2,
  .property-grid-2 .filter-panel .top-panel .h2 {
    margin-top: 0;
  }
  .property-grid-3 .property-grid.list-view .property-box .property-image {
    width: 35%;
  }
  .property-grid-3 .property-grid.list-view > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .property-grid-3 .filter-panel .top-panel h2,
  .property-grid-3 .filter-panel .top-panel .h2 {
    margin-top: -1px;
  }
  .property-map .filter-panel .top-panel h2,
  .property-map .filter-panel .top-panel .h2 {
    margin-top: -1px;
  }
  .property-grid-slider .property-grid.list-view .property-box .property-image {
    width: 31%;
  }
  .property-grid-slider .property-grid.list-view .property-box .property-image .bg-size {
    height: 300px;
  }
  .gallery-nav .slick-slide img {
    min-height: 78px;
  }
  .modal-form {
    top: 19px;
  }
  .single-property-images.ratio_40 .bg-size:before {
    padding-top: 40%;
  }
  .bg-comman-2::before {
    height: 355px;
  }
  .feature-section .modern-feature .feature-wrap .feature-content {
    padding-left: 25px;
  }
  .feature-section .modern-feature .feature-wrap .feature-image .label-gradient {
    top: 30px;
    left: 30px;
  }
  .feature-section .feature-image .feature-overlay {
    transform: scale(0.9) translateY(-50%);
  }
  .feature-section .feature-image .bg-size:before {
    padding-top: 83.5%;
  }
  .feature-section .feature-1 .feature-wrapper {
    margin: 0 60px;
  }
  .feature-section .feature-1 .feature-wrapper .property-details {
    max-width: 500px;
  }
  .feature-section .feature-3 .slick-next {
    transform: scale(0.9);
    top: 43%;
  }
  .feature-section .feature-3 .slick-prev {
    transform: scale(0.9);
    top: 62%;
  }
  .feature-section .feature-content .details,
  .feature-section .feature-content .feature-price {
    padding: 30px;
  }
  .feature-section .feature-content .detail-list {
    padding: 25px;
    margin: 0;
  }
  .feature-section .feature-content .detail-list li {
    margin: 5px;
  }
  .feature-section .feature-content .detail-list li .d-flex h6,
  .feature-section .feature-content .detail-list li .d-flex .h6 {
    margin-left: 10px;
  }
  .pricing-section .pricing-box {
    padding: 40px;
  }
  .pricing-section.pricing-inner .title-2 h2,
  .pricing-section.pricing-inner .title-2 .h2 {
    margin-top: -1px;
  }
  .offer-section.offer-inner .title-2 h2,
  .offer-section.offer-inner .title-2 .h2 {
    margin-top: -3px;
  }
  .offer-section .offer-wrapper {
    padding: 30px;
  }
  .offer-section .offer-wrapper .media .offer-icon {
    transform: scale(0.9);
  }
  .offer-section .offer-wrapper .media .media-body {
    margin-left: 20px;
  }
  .offer-section.slick-between .slick-slider .slick-list {
    margin: 0 -12px;
  }
  .offer-section.slick-between .slick-slider .slick-list .slick-track .slick-slide > div {
    margin: 0 12px;
  }
  .my-gallery .find-cities .citi-overlay h6::after,
  .my-gallery .find-cities .citi-overlay .h6::after {
    width: 150px;
    right: -24px;
  }
  .video-details {
    padding: 40px;
  }
  .animate-rdi {
    margin-left: 18px;
  }
  .animate-rdi label {
    margin-right: 17px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .layout-home2 .feature-section .feature-content {
    max-width: 500px;
  }
  .layout-home2 .feature-section .feature-content .label-cross {
    padding-top: 8px;
    padding-bottom: 5px;
    font-size: 14px;
    left: -34px;
  }
  .feature-3 .next-image {
    right: 5px;
    top: 213px;
    width: 89px;
    height: 89px;
  }
  .layout-home3 .banner-3 {
    width: 56%;
  }
  .layout-home3 .banner-3 h1,
  .layout-home3 .banner-3 .h1 {
    line-height: 1.5;
  }
  .top-bar .top-content .top-bar-right li:first-child {
    width: 100%;
  }
  .layout-home4 .slider-image .home-content {
    padding: 40px 50px 40px 0;
  }
  .layout-home4 .slider-image .home-content h1,
  .layout-home4 .slider-image .home-content .h1 {
    line-height: 1.3;
  }
  .layout-home4 .slider-image .home-content p {
    width: 55%;
  }
}
@media (max-width: 1399px) {
  h2,
  .h2 {
    font-size: 28px;
  }
  h3,
  .h3 {
    font-size: 22px;
  }
  h4,
  .h4 {
    font-size: 20px;
  }
  h5,
  .h5 {
    font-size: 18px;
  }
  .title-3.text-start h2,
  .title-3.text-start .h2 {
    margin-top: -5px;
  }
  .our-agent .agent-image.bg-size:before {
    padding-top: 82%;
  }
  .testimonial-client .owl-carousel .owl-nav [class*=owl-] {
    bottom: 8px;
  }
  .contact_section .contact-content {
    width: 100%;
  }
  .agent-section .about-agent h3,
  .agent-section .about-agent .h3 {
    margin-top: -3px;
  }
  .modern-dot.slick-dotted {
    margin-bottom: 3px;
  }
  .theme-label .card-header h5,
  .theme-label .card-header .h5 {
    margin-top: -1px;
  }
  .theme-title .theme-card .card-header h4,
  .theme-title .theme-card .card-header .h4 {
    margin-top: -3px;
    margin-bottom: -1px;
  }
  .theme-title .title-1 h2,
  .theme-title .title-1 .h2 {
    margin-bottom: -8px;
  }
  .theme-title .title-2 h2,
  .theme-title .title-2 .h2 {
    margin-top: -3px;
  }
  .feature-section .feature-3 .feature-wrap .row {
    margin: 0 15px !important;
  }
  .feature-section .feature-3 .owl-carousel .owl-nav .owl-prev {
    top: 21px;
    right: 86px;
  }
  .feature-section .feature-3 .owl-carousel .owl-nav .owl-next {
    top: 21px;
    right: 31px;
  }
  .title-2 h2,
  .title-2 .h2 {
    margin-top: -2px;
  }
  .footer-light .footer-left-space {
    padding-left: 20px;
  }
  footer.footer-light .footer {
    margin-bottom: -6px;
  }
  .offer-section .title-1 h2,
  .offer-section .title-1 .h2 {
    margin-bottom: -8px;
  }
  .offer-section.offer-inner .title-2 h2,
  .offer-section.offer-inner .title-2 .h2 {
    margin-top: -4px;
  }
  .banner-section.layout3-bg .banner-3 h2,
  .banner-section.layout3-bg .banner-3 .h2,
  .banner-section.layout3-bg .banner-3 p {
    width: 100%;
  }
  .layout-home2 .feature-section .feature-content {
    margin-left: 50px;
  }
  .ratio-card .card-header h5,
  .ratio-card .card-header .h5 {
    margin-top: -4px;
  }
  .ratio-card .card-body h5,
  .ratio-card .card-body .h5 {
    margin-top: -1px;
  }
  .new-property .title-2 h2,
  .new-property .title-2 .h2 {
    margin-top: -4px;
  }
  .new-property.pricing-property .title-2 h2,
  .new-property.pricing-property .title-2 .h2 {
    margin-top: -4px;
  }
  .feature-section .feature-content .details h3,
  .feature-section .feature-content .details .h3 {
    margin-top: -3px;
  }
  .feature-section .feature-1 .feature-wrapper .feature-image {
    height: 490px;
  }
  .feature-section .feature-3 .slick-next {
    top: 70px;
    right: 70px;
  }
  .feature-section .feature-3 .slick-prev {
    top: 70px;
    right: 120px;
  }
  .property-grid-2 .filter-panel .top-panel h2,
  .property-grid-2 .filter-panel .top-panel .h2 {
    margin-top: -2px;
  }
  .property-list-view .property-grid.list-view .property-box .property-image {
    width: 143%;
  }
  .testimonial-client .title-3.text-start {
    margin-top: 2px;
  }
  .about-main .title-2 h2,
  .about-main .title-2 .h2,
  .why-choose .title-2 h2,
  .why-choose .title-2 .h2,
  .blog-inner .title-2 h2,
  .blog-inner .title-2 .h2 {
    margin-top: -4px;
  }
  .about-testimonial .title-2 h2,
  .about-testimonial .title-2 .h2 {
    margin-top: -3px;
  }
  .about-people .title-2 h2,
  .about-people .title-2 .h2 {
    margin-top: -4px;
  }
  .pricing-section.pricing-inner .title-2 h2,
  .pricing-section.pricing-inner .title-2 .h2 {
    margin-top: -3px;
  }
  .faq-questions .title-3 h2,
  .faq-questions .title-3 .h2 {
    margin-top: -3px;
  }
  .modal-form {
    padding: 20px;
    right: 16%;
  }
  .filter-cards .advance-card .advance-title {
    margin-top: -2px;
  }
  .terms-section .terms-wrap {
    margin-bottom: -5px;
  }
  .bg-comman-2.feature-section .title-2 h2,
  .bg-comman-2.feature-section .title-2 .h2 {
    margin-top: -3px;
  }
  .fnc-slide__heading-line {
    font-size: 80px;
  }
  .layout-9 .layout-right-img img {
    height: 560px;
  }
  .looking-icons ul li .looking-icon svg {
    width: 40px;
    height: 40px;
  }
  .home-section.layout-9 {
    min-height: 762px;
  }
  .layout-home8 {
    height: 750px;
    min-height: unset;
  }
  .blog-section .title-2 h2,
  .blog-section .title-2 .h2 {
    margin-top: -4px;
  }
  .user-dashboard .sidebar-user .user-profile .media .change-pic img,
  .user-dashboard .sidebar-user .user-profile .media .change-pic .change-hover {
    height: 60px;
    width: 65px;
  }
  .user-dashboard .sidebar-user .user-profile .media .media-body h6,
  .user-dashboard .sidebar-user .user-profile .media .media-body .h6 {
    font-size: 14px;
  }
  .user-dashboard .sidebar-user .user-profile .connected-social h6::before,
  .user-dashboard .sidebar-user .user-profile .connected-social .h6::before {
    bottom: -5px;
  }
  .user-dashboard .dashboard-content .user-wrapper .widgets .media .small-bar {
    margin-bottom: 2px;
  }
  .single-property-section .left-single h2,
  .single-property-section .left-single .h2 {
    margin-top: -4px;
  }
  .single-property .description-section .desc-box h4,
  .single-property .description-section .desc-box .h4 {
    margin-top: -3px;
  }
  .single-property .description-section .desc-box .feature-dec h4,
  .single-property .description-section .desc-box .feature-dec .h4,
  .single-property .description-section .desc-box .ratio3_2 h4,
  .single-property .description-section .desc-box .ratio3_2 .h4 {
    margin-top: -4px;
  }
  .gallery-nav .slick-slide img {
    min-height: 70px;
  }
  .inner-title.title-3 h2,
  .inner-title.title-3 .h2 {
    margin-top: 1px;
  }
  .details-right h3,
  .details-right .h3 {
    margin-top: -2px;
  }
  .portfolio-creative .content-sec h3,
  .portfolio-creative .content-sec .h3 {
    margin-top: -2px;
  }
  .about-section .about-2.about-wrap .about-content .our-details {
    padding: 30px;
  }
  .about-section .title-3.text-start {
    margin-top: -6px;
  }
  .about-section.about-inner .title-2 h2,
  .about-section.about-inner .title-2 .h2 {
    margin-top: -6px;
  }
  .testimonial-style-1 .title-2 h2,
  .testimonial-style-1 .title-2 .h2 {
    margin-top: -7px;
  }
  .modern-client .comment-right .slick-arrow {
    left: 15px;
    top: 98.2%;
  }
  .modern-client .comment-right .slick-next {
    left: 70px;
    top: 98.2%;
  }
  .service-section.service-bg .title-3 {
    margin-top: -3px;
  }
  .service-section.service-bg .title-3.text-start h2,
  .service-section.service-bg .title-3.text-start .h2 {
    margin-top: 0;
  }
  .service-section .title-2 h2,
  .service-section .title-2 .h2 {
    margin-top: -3px;
  }
  .service-slider.arrow-gradient.arrow-right .slick-arrow {
    top: -58px;
  }
  .property-section .title-1 h2,
  .property-section .title-1 .h2 {
    margin-bottom: -8px;
  }
  .property-section .title-3.text-start {
    margin-top: 0px;
  }
  .property-section .title-3.text-start h2,
  .property-section .title-3.text-start .h2 {
    margin-top: -3px;
  }
  .property-section .title-3 .pagination-tab {
    margin-top: -1px;
  }
  .property-section .title-2 h2,
  .property-section .title-2 .h2 {
    margin-top: -3px;
  }
  .property-section .list-property .property-box .property-image .overlay-property .overlay-box {
    height: calc(100% - 62px);
  }
  .property-section.slick-between .title-3.text-start {
    margin-top: -6px;
  }
  .arrow-gradient.arrow-right .slick-arrow {
    top: -84px;
  }
  .property-grid-3 .filter-panel .top-panel h2,
  .property-grid-3 .filter-panel .top-panel .h2 {
    margin-top: -3px;
  }
  .property-map .filter-panel .top-panel h2,
  .property-map .filter-panel .top-panel .h2 {
    margin-top: -3px;
  }
}
@media (max-width: 1399px) and (min-width: 1200px) {
  .single-property .description-section .menu-top li.active a {
    border-bottom: none;
  }
  header.header-4 .menu .header-right li + li {
    margin-left: 8px;
  }
  header.header-4 .main-navbar .nav-menu > li {
    padding: 20px 3px;
  }
  .property-wrapper-grid .property-box .property-image .overlay-property-box {
    bottom: 8px;
  }
  .property-wrapper-grid .property-box .property-image .overlay-property-box .effect-round {
    width: 30px;
    height: 30px;
  }
  .filter-cards .advance-card .recent-property {
    margin-bottom: -2px;
  }
  .filter-cards .advance-card .recent-property ul li .media img {
    width: 62px;
    height: 42px;
  }
  .filter-cards .advance-card .recent-property ul li .media .media-body h5,
  .filter-cards .advance-card .recent-property ul li .media .media-body .h5 {
    margin-bottom: 3px;
  }
}
@media (max-width: 1366px) {
  .review .review-box .media .rating {
    padding: 0;
  }
  .details-right {
    padding: 28px;
  }
  .grid-box .property-text {
    padding: 22px;
  }
  .testimonial-client .owl-carousel .owl-nav .owl-prev {
    right: 60%;
  }
  .testimonial-client .owl-carousel .owl-nav .owl-next {
    left: 40%;
  }
  .service-section .service-slider .owl-carousel .owl-prev {
    right: 16.5%;
  }
  .about-section .about-1 .owl-carousel .owl-prev .fa {
    margin-top: 0 !important;
  }
  .about-section .about-1 .owl-carousel .owl-next .fa {
    margin-top: 0 !important;
  }
  .ratio_63 .property-wrapper-grid.list-view .property-box .bg-size::before {
    padding-top: 73%;
  }
  .property-section .property-wrapper-grid .property-grid > [class*=col-lg-4] .property-box .property-details ul li:last-child,
  .property-section .property-wrapper-grid .property-grid > .col-xl-4 .property-box .property-details ul li:last-child {
    padding-left: 0;
    border: none;
  }
  .video-layout.parallax-home {
    height: 580px;
  }
  .property-section .ratio_65 .bg-size::before {
    padding-top: 70%;
    content: "";
    display: block;
  }
  .property-grid.list-view .property-box .property-details p {
    display: none;
  }
  .property-list-thumbnail .property-grid.list-view .property-image .slider-for .slick-slide {
    margin-bottom: -15px;
  }
  .property-grid-slider .property-grid .slider-nav .slick-slide img {
    min-height: 65px;
  }
  .tab-listing .property-details .my-listing {
    top: 22px;
  }
  .feature-section .feature-1 .owl-carousel .owl-nav [class*=owl-] {
    width: 40px !important;
    height: 40px !important;
  }
  .feature-section .feature-1 .owl-carousel .owl-nav [class*=owl-] .fa {
    margin-top: 10px !important;
  }
  .testimonial-bg .testimonial-2 .owl-carousel .owl-nav [class*=owl-] {
    width: 40px !important;
    height: 40px !important;
  }
  .testimonial-bg .testimonial-2 .owl-carousel .owl-nav [class*=owl-] .fa {
    margin-top: 10px !important;
  }
  .arrow-light .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .arrow-light .slick-prev {
    left: 0;
  }
  .arrow-light .slick-prev:before {
    margin-left: -1px;
  }
  .arrow-light .slick-next {
    right: 0;
  }
  .arrow-light .slick-next:before {
    margin-left: 2px;
  }
  .property-grid-slider .property-grid .slider-for .slick-slide img {
    min-height: 250px;
  }
  .layout-home3 .banner-3 {
    padding: 35px;
  }
  .layout-home2 .arrow-light .slick-prev {
    left: 2px;
  }
  .layout-home2 .arrow-light .slick-next {
    right: 2px;
  }
  .modern-client .comment-right {
    left: -130px;
  }
  .service-slider.arrow-gradient.arrow-right .slick-prev {
    right: 12%;
  }
  .service-slider.arrow-gradient.arrow-right .slick-next {
    right: 8%;
  }
  .feature-section .feature-4 {
    margin-top: 50px;
  }
  .feature-section .feature-4.arrow-gradient .slick-arrow {
    left: unset !important;
    right: 0;
    top: 0;
  }
  .feature-section .feature-4.arrow-gradient .slick-prev {
    right: 5%;
  }
  .feature-section .feature-4 .slick-list {
    margin: -30px -12px -40px;
  }
  .feature-section .feature-4 .slick-list .slick-track .slick-slide > div {
    margin: 40px 12px;
  }
  .feature-section .feature-4 .slick-list .slick-track .slick-slide > div .feature-wrap .feature-content {
    animation-delay: 1s;
  }
  .feature-section .feature-3 .slick-list .slick-track .slick-slide > div {
    margin-left: 20px;
  }
  .feature-section .feature-image .label-solid::before {
    top: 35px;
  }
  .feature-section .feature-image .bg-size:before {
    padding-top: 81%;
  }
  .feature-section .modern-feature .feature-wrap .feature-image {
    box-shadow: 12px 0 26px rgba(0, 0, 0, 0.1);
  }
  .video-section {
    padding-left: 70px;
    padding-right: 70px;
  }
  .new-property .feature-wrap {
    margin: 0 35px;
  }
  .subscribe-section .video-details .form-group input,
  .subscribe-section .video-details .form-group::after {
    width: 65%;
  }
}
@media (max-width: 1366px) and (min-width: 1200px) {
  .property-list-view .property-grid.list-view .property-box .property-image {
    width: 48%;
  }
}
@media (max-width: 1199px) {
  .home-section .home-slider-1 .owl-carousel .owl-next {
    left: 11%;
  }
  .single-property.mt-0.pt-0 {
    padding-bottom: 50px;
  }
  .property-details {
    padding: 16px !important;
  }
  header .main-navbar .nav-menu > li a .nav-submenu a {
    padding: 0 16px 0;
  }
  header .menu .nav-collapse {
    margin: auto;
  }
  .about-section .about-wrap .about-content .our-details {
    border-radius: 0 0 10px 10px;
  }
  .single-property-section .left-single ul {
    display: block;
  }
  .testimonial-client .owl-carousel .owl-nav .owl-prev {
    right: 48%;
  }
  .testimonial-client .owl-carousel .owl-nav .owl-next {
    left: 52%;
  }
  .testimonial-client .owl-carousel .owl-nav [class*=owl-] {
    bottom: -6px;
  }
  .about-section .about-1 .owl-carousel .owl-prev {
    left: 43%;
  }
  .about-section .about-1 .owl-carousel .owl-next {
    right: 43%;
  }
  .user-about .map-image {
    width: 40% !important;
  }
  .layout-home3 .home-slider-3 .owl-nav .owl-prev {
    width: 50px !important;
    height: 50px !important;
  }
  .layout-home3 .home-slider-3 .owl-nav .fa {
    margin-top: 13px !important;
  }
  .layout-home3 .home-slider-3 .owl-nav .owl-next {
    width: 50px !important;
    height: 50px !important;
  }
  .video-layout.parallax-home {
    height: 495px;
  }
  .fnc-slide__action-btn {
    line-height: 3;
  }
  .fnc-slide__action-btn span {
    line-height: 3;
  }
  .fnc-slide__heading {
    margin-bottom: 12px;
  }
  .layout-home4 .slider-image .home-content .square-bg {
    width: 100%;
  }
  .property-grid-2 .property-wrapper-grid .property-grid.list-view .property-box .property-image {
    width: 40%;
  }
  .property-grid-2 .property-wrapper-grid .property-grid.list-view .property-box .property-details {
    padding: 20px !important;
  }
  .property-section .filter-panel .grid-list-filter .collection-grid-view ul {
    display: none;
  }
  .video-layout .video-details .left-sidebar {
    width: 440px;
  }
  .banner-inner {
    padding-top: 159px;
  }
  section {
    padding: 80px 0;
  }
  .small-section {
    padding: 50px 0;
  }
  header .main-navbar .nav-menu > li > a {
    padding: 7px 15px 5px;
  }
  .filter-cards app-contact-info .advance-card {
    margin-top: 30px !important;
  }
  .filter-cards app-recently-added .advance-card {
    margin-top: 30px !important;
  }
  .filter-cards .advance-card {
    margin-top: 30px;
  }
  .filter-panel {
    margin-bottom: 40px;
  }
  .filter-panel .grid-list-filter li > a,
  .filter-panel .grid-list-filter li .dropdown-toggle,
  .filter-panel .grid-list-filter li .filter-bottom-title {
    padding: 8px 12px;
  }
  .filter-panel .grid-list-filter li .filter-bottom-title {
    padding: 10px 12px;
  }
  .filter-panel .d-lg-none .mobile-filter {
    padding: 8px 12px;
  }
  .filter-panel.tab-top-panel .filters ul li {
    padding: 10px 15px;
    min-width: 110px;
  }
  .video-layout .play-bg {
    height: 410px;
  }
  .layout-map .withmap-horizontal .search-panel .filter {
    padding: 40px 25px;
  }
  .layout-map .withmap-horizontal .search-panel .filter .media .icon-square {
    width: 40px;
    height: 40px;
  }
  .layout-map .withmap-horizontal .search-panel .filter .media .icon-square i {
    font-size: 18px;
  }
  .layout-map .withmap-horizontal .search-panel .filter .media .media-body {
    margin-right: 15px;
  }
  .layout-map .withmap-horizontal .search-panel .width-fit > div:first-child {
    max-width: 29%;
  }
  .layout-map .withmap-horizontal .search-panel .width-fit > div:nth-child(2) {
    max-width: 26.6%;
  }
  .modern-dot.slick-dotted {
    margin-bottom: 2px;
  }
  .modern-dot.property-3.slick-dotted {
    margin-bottom: 2px;
  }
  .blog-section.bg-comman-2 .blog-box {
    padding: 11px;
  }
  .coming-soon {
    min-height: auto;
  }
  .coming-soon .coming-soon-detail {
    min-height: auto;
  }
  .portfolio-details .portfolio-section {
    margin-top: 30px;
  }
  .property-section .property-2 .property-box .property-image .labels-left,
  .property-section .property-3 .property-box .property-image .labels-left {
    left: 15px;
  }
  .user-dashboard .dashboard-content .user-wrapper .sales-agent #agent-sales {
    margin-top: -36px;
  }
  .user-dashboard .dashboard-content .user-wrapper .widgets .media .small-bar {
    margin-bottom: 3px;
  }
  .card-payment > div:nth-child(n+3) .payment-card {
    margin-top: 30px;
  }
  .card-payment .payment-card.add-card .card-details {
    min-height: 176px;
    height: auto;
  }
  .card-payment .payment-card.american-express {
    height: unset;
  }
  .property-wizard.horizontal-wizard .wizard-box .wizard-step-container .wizard-steps {
    flex-wrap: wrap;
    display: flex;
    margin: -5px;
  }
  .property-wizard.horizontal-wizard .wizard-box .wizard-step-container .wizard-steps li {
    flex: 0 0 48%;
    max-width: 48%;
    margin: 5px;
  }
  .property-wizard .feature-checkbox {
    margin: -5px -10px;
  }
  .property-wizard .feature-checkbox label {
    margin: 5px 10px;
  }
  .property-wizard .wizard-box .wizard-form-details .complete-details {
    width: 87%;
  }
  .coming-simple {
    height: auto;
  }
  .error-section .not-found p {
    max-width: 55%;
  }
  .accordion .card-header {
    padding: 15px 40px 15px 20px;
  }
  .accordion .card-header .card-link::after {
    right: 20px;
    top: 16px;
  }
  .accordion .card-body {
    padding: 20px;
  }
  .faq-section .faq-image img {
    width: 90%;
  }
  .user-about .map-image ul li img {
    width: 6%;
  }
  .user-about .about-image {
    margin-top: 52px;
  }
  .user-about .about-image .img-box img {
    max-width: 260px;
  }
  .user-about .about-image .side-left .side-effect::before,
  .user-about .about-image .side-left .side-effect::after {
    width: calc(100% - 295px);
  }
  .get-in-touch .contact-img img {
    width: 100%;
  }
  .agent-section .our-agent .ratio_landscape .bg-size::before {
    padding-top: 112%;
  }
  .filter-cards .advance-card > h6,
  .filter-cards .advance-card > .h6 {
    margin-bottom: 25px;
  }
  .filter-cards .advance-card + .advance-card {
    margin-top: 30px;
  }
  .blog-list-section .blog-list .blog-wrap .blog-details h3,
  .blog-list-section .blog-list .blog-wrap .blog-details .h3,
  .blog-list-section .blog-list .blog-wrap .blog-details p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
  }
  .map-section iframe,
  .map-section .map {
    height: 350px;
    position: relative;
    margin-bottom: 40px;
  }
  .map-leftside iframe,
  .map-leftside .map {
    margin-bottom: 0;
  }
  .arrow-define {
    top: 75px;
  }
  .arrow-define::after {
    transform: scaleY(-1);
    bottom: 6px;
  }
  .with-modal-btn .top-panel {
    display: block;
  }
  .with-modal-btn .top-panel .grid-list-filter {
    margin-top: 15px;
  }
  .map-modal .map-section {
    padding: 0;
  }
  .fnc-slide__heading-line {
    font-size: 70px;
  }
  .home-section {
    height: auto;
  }
  .home-section.layout-5 .decor-image {
    bottom: 0;
  }
  .home-section.layout-6 {
    padding-top: 0;
  }
  .home-section.layout-6 .home-main {
    min-height: 880px;
  }
  .home-section.layout-6 .home-main .container > .row {
    min-height: 880px;
    padding-top: 0;
  }
  .home-section.layout-9 {
    padding: 80px 0;
    min-height: unset;
  }
  .home-section.layout-9 .home-main .home-content h1,
  .home-section.layout-9 .home-main .home-content .h1 {
    height: 96px;
  }
  .layout-9 .layout-right-img img {
    height: 500px;
  }
  .parallax-home .container > .row {
    height: 320px;
  }
  .looking-icons ul li .looking-icon {
    min-width: 130px;
  }
  .layout-6 .container > .row,
  .layout-5 .container > .row {
    padding: 80px 0;
  }
  .vertical-search {
    width: auto;
  }
  .search-withmap .vertical-search {
    width: 400px;
  }
  .layout-map {
    height: auto;
  }
  .filter-bottom-content {
    top: 135px;
  }
  .layout-home2 .home-main {
    padding-top: 160px;
    height: auto;
    min-height: auto;
  }
  .layout-home2 .home-main .feature-content {
    margin: 80px auto 80px 40px;
  }
  .layout-home2 .feature-section .feature-content {
    max-width: 480px;
  }
  .layout-home2 .arrow-light .slick-arrow {
    top: 66%;
  }
  .layout-home3 .slick-slider .slick-arrow {
    width: 80px;
    height: 80px;
  }
  .layout-home3 .slick-slider .slick-arrow::after {
    width: 50px;
    height: 50px;
  }
  .layout-home3 .slick-slider .slick-arrow::before {
    font-size: 16px;
  }
  .layout-home3 .slick-slider .slick-prev {
    left: 95px;
  }
  .layout-home3 .slick-slider .slick-next {
    right: 95px;
  }
  .layout-home3 .slick-arrow .slick-thumb-nav::after {
    top: 9px;
    left: 10px;
    width: 60px;
    height: 60px;
  }
  .layout-home3 .banner-3 {
    width: 57%;
    margin: 10px 0;
  }
  .layout-home3 .bg-layout-3 {
    height: auto;
    padding: 80px 0;
  }
  .layout-home4 .sync-slider .home-slider-4.arrow-image .owl-prev,
  .layout-home4 .sync-slider .home-slider-4.arrow-image .owl-next {
    width: 50px;
    height: 50px;
    line-height: 48px;
  }
  .layout-home4 .sync-slider .home-slider-4.arrow-image .owl-prev::after,
  .layout-home4 .sync-slider .home-slider-4.arrow-image .owl-next::after {
    width: 150px;
    height: 150px;
  }
  .layout-home4 .sync-slider .home-nav {
    left: 25px;
  }
  .layout-home4 .sync-slider .home-nav .slider-image {
    width: 90px;
    height: 60px;
  }
  .layout-home4 .sync-slider .home-nav .slick-list .slick-track .slick-slide > div {
    margin: 20px 5px;
  }
  .layout-home4 .slider-image {
    height: auto;
  }
  .layout-home4 .slider-image .home-content {
    margin-bottom: 30px;
  }
  .layout-home4 .home-slider-4 .slider-image {
    padding: 80px 0;
    min-height: unset;
  }
  .top-bar .top-content .top-bar-right li + li {
    margin-left: 15px;
  }
  .top-bar.top-bar-7 .top-bar-right li > a {
    padding: 12px;
  }
  header.header-2::after {
    bottom: 80px;
  }
  header.header-2 .main-navbar .nav-menu > li .nav-link.active,
  header.header-2 .main-navbar .nav-menu > li .nav-link:hover,
  header.inner-page .main-navbar .nav-menu > li .nav-link.active,
  header.inner-page .main-navbar .nav-menu > li .nav-link:hover {
    color: var(--theme-default4) !important;
  }
  header.header-3 .toggle-nav {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  header.header-3 .main-navbar .nav-menu > li {
    padding: 0;
  }
  header.header-3 .main-navbar .nav-menu > li .nav-link.active,
  header.header-3 .main-navbar .nav-menu > li .nav-link:hover {
    color: var(--theme-default5) !important;
  }
  header.header-4 .main-navbar .nav-menu > li .nav-link.active,
  header.header-4 .main-navbar .nav-menu > li .nav-link:hover {
    color: var(--theme-default7) !important;
  }
  header.header-4 .menu .toggle-nav i {
    color: #586167;
  }
  header.header-6 .main-navbar .nav-menu > li .nav-link.active,
  header.header-6 .main-navbar .nav-menu > li .nav-link:hover {
    color: var(--theme-default9) !important;
  }
  header.header-7 .main-navbar .nav-menu > li .nav-link.active,
  header.header-7 .main-navbar .nav-menu > li .nav-link:hover {
    color: var(--theme-default10) !important;
  }
  header.header-9 .main-navbar .nav-menu > li .nav-link.active,
  header.header-9 .main-navbar .nav-menu > li .nav-link:hover {
    color: var(--theme-default) !important;
  }
  header.header-9 .menu .toggle-nav i {
    color: #586167;
  }
  header.header-centered nav .nav-menu {
    width: 300px;
    display: block;
  }
  header.header-centered nav .brand-logo {
    position: relative;
    left: unset;
    top: unset;
    width: 150px;
    order: -1;
  }
  header.header-centered #mainnav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .animate-rdi {
    margin-left: 0;
  }
  .animate-rdi .col {
    justify-content: center;
  }
  .animate-rdi label {
    padding: 10px 15px;
  }
  .title-1 {
    padding-bottom: 40px;
  }
  .title-2 p {
    margin-bottom: 40px;
  }
  .title-3 {
    margin-bottom: 40px;
  }
  .breadcrumb-section {
    height: 400px;
  }
  .breadcrumb-section .breadcrumb-content {
    height: 400px;
    padding-top: 79px;
  }
  .breadcrumb-section #block {
    height: 400px !important;
  }
  .breadcrumb-section.breadcrumb-sm .breadcrumb-content > div nav {
    padding-top: 0;
  }
  footer .footer {
    padding: 80px 0;
  }
  footer .footer-links .footer-content .footer-map,
  footer .footer-links .footer-content .footer-blog {
    padding-top: 0;
  }
  footer.footer-light .footer {
    margin-bottom: -1px;
  }
  footer.footer-light .footer .row > div:nth-child(4),
  footer.footer-light .footer .row > div:last-child {
    margin-top: 30px;
  }
  footer.footer-light .footer-links .footer-content {
    margin-top: 20px;
  }
  footer.footer-light .footer-details .footer-contact ul li + li {
    margin-top: 10px;
  }
  footer.footer-res .footer .row > div:nth-child(4),
  footer.footer-res .footer .row > div:last-child {
    margin-top: 30px;
  }
  footer.footer-res .footer-links .footer-content {
    margin-top: 20px;
    margin-bottom: -5px;
  }
  .footer-left-space {
    padding-left: 0;
  }
  .footer-bg .footer-details {
    margin-bottom: 30px;
  }
  .footer-bg .bottom-blog {
    margin-left: 0;
  }
  .footer-bg .footer-links .footer-content {
    margin-top: 20px;
  }
  .footer-custom-col .row > div:first-child,
  .footer-custom-col .row > div.order-lg {
    order: -1;
  }
  .footer-custom-col .row > div:nth-child(3),
  .footer-custom-col .row > div:last-child {
    margin-top: 30px;
  }
  .footer-light .footer-left-space {
    padding-left: 0;
  }
  .footer-light .row {
    margin-bottom: -5px;
  }
  .arrow-gradient.bg-light-blue .slick-prev {
    margin-left: 48%;
  }
  .arrow-gradient.bg-light-blue .slick-next {
    margin-right: 48%;
  }
  .arrow-gradient.bg-light-blue .slick-arrow {
    top: -50px;
  }
  .blog-section.bg-comman-2::before {
    height: 320px;
  }
  .blog-1 .blog-box .img-box img {
    min-width: 221px;
    height: auto;
  }
  .blog-1 .blog-box .blog-content {
    padding: 20px;
  }
  .blog-1 .blog-box .blog-content .btn {
    padding: 6px 18px;
    line-height: 1.3;
    font-size: 14px;
  }
  .blog-2 .slick-list {
    margin: 0 -15px;
  }
  .blog-2 .slick-list .slick-track .slick-slide > div {
    margin: 0 15px;
  }
  .blog-wrap {
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  }
  .blog-wrap .blog-image .blog-label {
    left: 20px;
    bottom: 20px;
  }
  .blog-wrap .blog-details {
    padding: 20px;
  }
  .testimonial-1 .pepole-comment .client-msg {
    padding: 30px;
  }
  .testimonial-1 .pepole-comment .client-msg .quote {
    top: -10px;
    left: 30px;
  }
  .testimonial-1 .pepole-comment .client-msg .quote img {
    width: 50%;
  }
  .testimonial-1 .pepole-comment .media img {
    width: 60px;
    height: 60px;
  }
  .testimonial-1 .slick-list .slick-track .slick-slide > div {
    margin-top: 10px !important;
  }
  .our-client {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
  }
  .our-client .client-right {
    padding: 30px 40px;
  }
  .our-client .client-right p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .our-client .quote-img {
    right: -80px;
    bottom: -10px;
  }
  .our-client .quote-img img {
    width: 50%;
  }
  .client-slider {
    width: 80%;
    padding: 40px;
  }
  .modern-client .comment-right {
    padding: 30px;
    left: 0px;
  }
  .modern-client .comment-right .slick-arrow {
    top: 90.2%;
  }
  .modern-client .comment-right .slick-arrow {
    left: 30px;
    top: 98.2%;
  }
  .modern-client .comment-right .slick-next {
    left: 82px;
    top: 98.2%;
  }
  .modern-client .right-align {
    top: 30px;
  }
  .testimonial-3 .slick-list {
    margin: -40px -20px;
  }
  .testimonial-3 .slick-list .slick-track .slick-slide > div {
    margin: 40px 20px;
  }
  .banner-1 {
    padding: 40px;
  }
  .banner-1 h2,
  .banner-1 .h2 {
    margin: 36px 0 34px;
    line-height: 1.55;
    letter-spacing: 1px;
  }
  .banner-3 {
    padding: 40px;
  }
  .banner-3 h2,
  .banner-3 .h2,
  .banner-3 p {
    width: 100%;
  }
  .banner-2 .banner-right h2,
  .banner-2 .banner-right .h2 {
    line-height: 1.35;
  }
  .banner-2 .banner-right h6,
  .banner-2 .banner-right .h6 {
    margin-bottom: 10px;
  }
  .banner-2 .banner-right p {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
  }
  .about-section .title-3 {
    margin-top: -12px;
  }
  .about-section .about-wrap.about-1 .slick-list {
    margin-bottom: -25px;
  }
  .about-section .about-wrap.about-1 .slick-list .slick-track .slick-slide {
    margin-bottom: 0;
  }
  .about-section .about-wrap.about-1 .slick-list .slick-track .slick-slide > div {
    margin-bottom: 25px;
  }
  .about-section .about-wrap.about-1 .about-content .our-details {
    padding: 30px;
    width: 80%;
    margin: -70px auto 0;
  }
  .about-box .agent-image .overlay-agent .agent-details {
    padding: 25px;
  }
  .arrow-white .slick-arrow {
    bottom: -85px;
  }
  .arrow-gradient.arrow-right .slick-arrow {
    top: -74px;
  }
  .service-section.service-bg::after {
    height: 190px;
  }
  .service-slider.arrow-gradient.arrow-right .slick-prev {
    right: 15%;
  }
  .service-slider.arrow-gradient.arrow-right .slick-next {
    right: 10%;
  }
  .service-slider.arrow-gradient.arrow-right .slick-arrow {
    top: -47px;
  }
  .service-slider .service-wrapper .service-details {
    padding: 40px 30px 30px;
  }
  .service-slider .service-wrapper .top-img-box {
    margin-left: 30px;
  }
  .service-slider .slick-list {
    margin-left: -12px;
    margin-right: -12px;
  }
  .service-slider .slick-list .slick-track .slick-slide > div {
    margin-left: 12px;
    margin-right: 12px;
  }
  .property-section .list-property .property-box {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  }
  .property-section .list-property .property-box .property-details .icon-property li + li::before {
    left: -22px;
  }
  .property-section .list-property .property-box .property-image .overlay-property .overlay-box {
    height: calc(100% - 95px);
  }
  .property-section .property-box .property-details .icon-property li + li::before {
    left: -24px;
  }
  .property-grid-2 .property-details h3,
  .property-grid-2 .property-details .h3 {
    font-size: calc(18px + 2 * (100vw - 320px) / 1600);
  }
  .property-grid-2 .property-details ul li {
    padding-left: 9px;
    padding-right: 5px;
  }
  .property-grid-2 .property-details ul li:first-child {
    padding-left: 0;
  }
  .property-grid-2 .property-details .property-btn .btn {
    padding-left: 20px;
    padding-right: 20px;
  }
  .property-grid-2 .property-grid.list-view .property-box .property-image {
    width: 100%;
  }
  .property-grid-3 .property-grid.list-view .property-box .agent-image {
    width: 85%;
  }
  .property-map .property-grid.list-view .property-box .property-image {
    width: 40%;
  }
  .property-list-view .property-grid.list-view .property-box .property-image {
    width: 70%;
  }
  .gallery-nav .slick-slide img {
    min-height: 53px;
  }
  .single-property .description-section .menu-top li a {
    padding: 15px 7px;
  }
  .modal-form {
    position: relative;
    top: unset;
    right: unset;
    transform: unset;
    margin-bottom: 30px;
  }
  .single-property-images.ratio_40 .bg-size:before {
    padding-top: 50%;
  }
  .line-tab.nav-tabs .nav-link {
    padding: 15px;
  }
  .bg-comman-2::before {
    height: 320px;
  }
  .feature-section .feature-content .detail-list li .d-flex h6,
  .feature-section .feature-content .detail-list li .d-flex .h6 {
    margin-left: 8px;
    font-size: 15px;
  }
  .feature-section .feature-1 .feature-wrapper .feature-image .label-white {
    top: 30px;
    right: 30px;
  }
  .feature-section .feature-1 .feature-wrapper .feature-image .signature,
  .feature-section .feature-1 .feature-wrapper .feature-image .box-color {
    transform: scale(0.8);
    right: -25px;
  }
  .feature-section .feature-1 .feature-wrapper .feature-image .box-color {
    right: -10px;
  }
  .feature-section .feature-1 .feature-wrapper .property-details {
    margin-right: -250px;
  }
  .feature-section .feature-1 .feature-wrapper .property-details p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .feature-section .feature-image .bg-size:before {
    padding-top: 117%;
  }
  .feature-section .feature-2 .slick-dots {
    margin-top: 0;
  }
  .feature-section .modern-feature .feature-wrap .feature-image .bg-size:before {
    padding-top: 85%;
  }
  .feature-section .modern-feature .feature-wrap .feature-content {
    padding-left: 10px;
  }
  .feature-section .modern-feature .feature-wrap .feature-content .details,
  .feature-section .modern-feature .feature-wrap .feature-content .detail-list,
  .feature-section .modern-feature .feature-wrap .feature-content .feature-price {
    padding: 30px 0;
  }
  .my-gallery .row > div .row > div:first-child,
  .my-gallery .row > div .row > div:nth-child(3),
  .my-gallery .row > div .row > div:nth-child(4) {
    order: -1;
  }
  .my-gallery .find-cities {
    height: 360px;
  }
  .my-gallery .find-cities .citi-overlay h6::after,
  .my-gallery .find-cities .citi-overlay .h6::after {
    right: -28px;
  }
  .icon-video {
    transform: scale(0.9);
  }
  .subscribe-section .video-details {
    max-width: 730px;
  }
  .portfolio-creative .content-sec p {
    max-width: 100%;
  }
  .portfolio-creative.odd-even .row .content-sec {
    padding-left: 40px;
  }
  .portfolio-creative.odd-even .row:nth-child(even) .content-sec {
    padding-right: 40px;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .property-section .property-wrapper-grid.list-view .property-box .property-details p {
    display: none;
  }
  .property-section .property-box .property-details > ul > li {
    font-size: 12px;
    padding-left: 5px;
  }
  .property-section .property-box .property-details > ul > li img {
    height: 14px;
    margin-right: 4px;
  }
  .property-wrapper-grid.list-view .property-box .property-image .bg-size::before {
    padding-top: 80%;
  }
  .blog-section .blog-1 .slick-prev {
    left: unset;
    top: 0;
    right: 25px;
  }
  .blog-section .blog-1 .slick-next {
    right: 0;
    top: 0;
    left: unset;
  }
  .property-section .property-wrapper-grid .property-box .property-image .overlay-property-box .effect-round {
    width: 30px;
    height: 30px;
  }
  .user-dashboard .sidebar-user .user-profile .media {
    display: block;
    text-align: center;
  }
  .user-dashboard .sidebar-user .user-profile .media .change-pic .change-hover {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .user-dashboard .sidebar-user .user-profile .media .media-body {
    margin-top: 15px;
    margin-left: 0;
  }
  .user-dashboard .sidebar-user .user-profile .media .media-body h5,
  .user-dashboard .sidebar-user .user-profile .media .media-body .h5 {
    margin-bottom: 6px;
  }
  .user-dashboard .sidebar-user .user-profile .media .media-body h6,
  .user-dashboard .sidebar-user .user-profile .media .media-body .h6 {
    margin-bottom: 5px;
  }
  .blog-section.bg-comman-2 .owl-theme .owl-nav .owl-prev {
    left: unset;
    top: -23px;
    right: 52px;
  }
  .blog-section.bg-comman-2 .owl-theme .owl-nav .owl-next {
    right: 24px;
    top: -23px;
    left: unset;
  }
}
@media (max-width: 1000px) {
  .about-section .about-1 .owl-carousel .owl-next {
    right: 44%;
  }
  .about-section .about-1 .owl-carousel .owl-prev {
    left: 44%;
  }
}
@media (max-width: 991px) {
  .home-section .home-slider-1 .owl-carousel .owl-prev,
  .home-section .home-slider-1 .owl-carousel .owl-next {
    width: 40px;
    height: 40px;
  }
  .home-section .home-slider-1 .owl-carousel .owl-prev .fa,
  .home-section .home-slider-1 .owl-carousel .owl-next .fa {
    margin-top: 10px;
  }
  .agent-property .theme-pagination {
    margin-bottom: 10px;
  }
  .breadcrumb-section.single-property-images {
    height: auto;
  }
  .compare-page .table-wrapper .table .property-name {
    min-width: 180px;
  }
  .property-grid-2 .property-wrapper-grid .property-grid.list-view .property-box .property-image {
    width: 100%;
  }
  .blog-section.bg-comman-2 .blog-box {
    padding: 0;
    padding-left: 12px;
  }
  .user-about .map-image {
    width: 100% !important;
  }
  .home-section.layout-1 .owl-carousel .owl-stage-outer .owl-stage .owl-item .bg-size {
    height: 600px;
  }
  .about-section .about-2 .owl-theme .owl-item .ng-star-inserted {
    margin: 0 12px !important;
  }
  .property-section .property-4 .owl-carousel .owl-nav [class*=owl-] {
    width: 32px;
    height: 32px;
    top: -106px;
  }
  .property-section .property-4 .owl-carousel .owl-nav .owl-prev {
    right: 45px;
  }
  .property-section .property-4 .owl-carousel .owl-nav .fa {
    margin-top: 5px;
  }
  .feature-section .feature-4 .owl-carousel .owl-nav [class*=owl-] {
    width: 32px;
    height: 32px;
  }
  .feature-section .feature-4 .owl-carousel .owl-nav .owl-prev {
    right: 6%;
  }
  .feature-section .feature-4 .owl-carousel .owl-nav .fa {
    margin-top: 5px;
  }
  .service-section .service-slider .owl-carousel .owl-nav [class*=owl-] {
    width: 32px;
    height: 32px;
    top: -106px;
  }
  .service-section .service-slider .owl-carousel .owl-nav .fa {
    margin-top: 5px;
  }
  .about-section .about-3 .owl-nav [class*=owl-] {
    width: 32px;
    height: 32px;
    top: -106px;
  }
  .about-section .about-3 .owl-nav .fa {
    margin-top: 5px;
    font-size: 15px;
  }
  .testimonial-client .owl-carousel .owl-nav [class*=owl-] {
    width: 32px;
    height: 32px;
    top: 35%;
  }
  .testimonial-client .owl-carousel .owl-nav .fa {
    margin-top: 5px;
  }
  .small-section .slide-3 .owl-theme .owl-nav [class*=owl-] {
    width: 32px;
    height: 32px;
    top: -64px;
  }
  .small-section .slide-3 .owl-theme .owl-nav .owl-prev {
    margin-left: 47%;
  }
  .small-section .slide-3 .owl-theme .owl-nav .owl-next {
    margin-right: 47%;
  }
  .small-section .slide-3 .owl-theme .owl-nav .fa {
    margin-top: 5px;
  }
  .testimonial-style-2 .testimonial-3 .owl-carousel .owl-dots {
    margin-top: 30px !important;
  }
  .blog-section.bg-comman-2 .owl-theme .owl-nav .owl-prev {
    top: 6px;
    right: 55px;
    left: unset;
  }
  .blog-section.bg-comman-2 .owl-theme .owl-nav .owl-next {
    top: 6px;
    right: 32px;
  }
  .feature-section .feature-3 .slick-list .slick-track .slick-slide > div {
    margin-right: 20px;
  }
  .home-section .home-slider-1 .owl-carousel .owl-nav {
    display: block;
  }
  .home-section .home-slider-1 .owl-carousel .owl-nav .owl-prev {
    top: -20px !important;
    right: 50px;
    left: unset;
  }
  .home-section .home-slider-1 .owl-carousel .owl-nav .owl-next {
    top: -20px !important;
    right: 0;
    left: unset;
  }
  .layout-home3 .home-slider-3 .owl-nav .owl-prev {
    left: 15px;
  }
  .layout-home3 .home-slider-3 .owl-nav .owl-next {
    right: 15px;
  }
  .about-section .about-1 .owl-carousel .owl-prev {
    left: 42%;
  }
  .about-section .about-1 .owl-carousel .owl-next {
    right: 42%;
  }
  .layout-map.vertical-map {
    min-height: unset;
  }
  h2,
  .h2 {
    font-size: 26px;
    line-height: 1.2;
  }
  h3,
  .h3 {
    font-size: 21px;
  }
  h4,
  .h4 {
    font-size: 19px;
  }
  h6,
  .h6 {
    font-size: 15px;
  }
  section {
    padding: 70px 0;
  }
  .loader-text h3,
  .loader-text .h3 {
    margin-top: -20px;
  }
  .banner-2 .banner-right .button-banner .btn.btn-gradient {
    line-height: 2;
  }
  .single-property.mt-0.pt-0 {
    padding-bottom: 40px;
  }
  .blog-section .blog-1 .slick-prev {
    top: 45px;
    right: 35px;
    left: unset;
  }
  .blog-section .blog-1 .slick-next {
    top: 45px;
    right: 10px;
  }
  .video-section .play-icon {
    background-color: rgba(255, 255, 255, 0.5);
  }
  .user-dashboard.small-section .sidebar-user .dashboard-list {
    padding-top: 15px;
  }
  .about-section .about-wrap.about-1 .slick-list .slick-track .slick-slide > div {
    margin-bottom: 0;
  }
  .property-section .property-box .property-image .property-slider .slick-dots li button::before {
    font-size: 10px;
    width: 18px;
    height: 18px;
    line-height: 18px;
  }
  .video-layout.parallax-home {
    height: 475px;
  }
  .top-bar .top-content .top-bar-right li:first-child {
    display: none;
  }
  .horizontal-blog .blog-1 .blog-box .blog-content a.btn-lg,
  .horizontal-blog .blog-1 .blog-box .blog-content .btn-group-lg > a.btn {
    padding: 10px 20px;
  }
  .blog-section.bg-comman-2 .blog-1 .blog-box .blog-content a.btn-lg,
  .blog-section.bg-comman-2 .blog-1 .blog-box .blog-content .btn-group-lg > a.btn {
    padding: 10px 20px;
  }
  .banner-2 .banner-right .button-banner .btn {
    height: 50px;
    min-height: 40px;
  }
  .banner-section.parallax-image .banner-2 .banner-right .button-banner {
    min-height: 40px;
  }
  .banner-section.parallax-image .banner-2 .banner-right .button-banner .btn:after {
    height: 50px;
  }
  .banner-section.parallax-image .banner-2 .banner-right .button-banner .btn-light-bg {
    margin-left: 0;
  }
  .title-2 h2,
  .title-2 .h2 {
    margin-top: -4px;
    margin-bottom: 10px;
  }
  .fnc-slide__action-btn {
    padding: 14px 20px;
  }
  .fnc-slide__action-btn::before {
    height: 48px;
    width: 48px;
  }
  .property-section .ratio_landscape .title-3.text-start.d-flex {
    display: block !important;
  }
  .property-section .ratio_landscape .title-3.text-start.d-flex ul.nav-tabs {
    margin-top: 10px;
  }
  .property-grid-2 .property-wrapper-grid .property-grid.list-view .property-box .property-details ul {
    margin-bottom: 8px;
  }
  .property-section .property-box .property-image .overlay-property-box .effect-round {
    width: 30px;
    height: 30px;
  }
  .video-layout {
    min-height: 110vh;
  }
  .video-layout .video-details .left-sidebar {
    position: unset;
    height: auto;
  }
  .theme-title .theme-card .card-header h4,
  .theme-title .theme-card .card-header .h4 {
    margin-top: -2px;
    margin-bottom: -1px;
  }
  .theme-title .title-2 h2,
  .theme-title .title-2 .h2 {
    margin-top: -4px;
  }
  .small-section {
    padding: 40px 0;
  }
  .column-space {
    margin-bottom: -30px;
  }
  .column-space > div {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .order-class {
    order: 2;
  }
  .theme-card {
    padding: 20px;
  }
  .theme-card .card-header h5,
  .theme-card .card-header .h5 {
    margin-bottom: 0;
  }
  .theme-card + .theme-card {
    margin-top: 35px;
  }
  .captcha {
    margin-bottom: 20px;
  }
  .simple-blog .title-3 {
    margin-top: -11px;
  }
  .contact-3 .title-3 {
    margin-top: -4px;
  }
  .login-wrap .log-in .title-3.text-start h2,
  .login-wrap .log-in .title-3.text-start .h2 {
    margin-top: -6px;
  }
  .layout-map .withmap-horizontal .search-panel .filter {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 25px;
    position: relative;
  }
  .layout-map .withmap-horizontal .search-panel .filter .media .icon-square {
    display: none;
  }
  .layout-map .withmap-horizontal .search-panel .filter .media .media-body {
    margin-left: 0;
    max-width: unset;
  }
  .layout-map .withmap-horizontal .search-panel .filter .media .media-body h4,
  .layout-map .withmap-horizontal .search-panel .filter .media .media-body .h4 {
    display: none;
  }
  .layout-map .withmap-horizontal .search-panel .filter .media .dropdown-icon {
    margin-top: 0;
  }
  .layout-map .withmap-horizontal .search-panel .filter + .filter {
    padding-top: 0;
  }
  .layout-map .withmap-horizontal .search-panel .filter .form-group .form-control {
    border-radius: 0;
  }
  .layout-map .withmap-horizontal .search-panel .filter .media .icon-square {
    display: flex;
  }
  .layout-map .withmap-horizontal .search-panel .filter .media .media-body {
    margin-left: 15px;
  }
  .layout-map .withmap-horizontal .search-panel .filter .media .media-body h4,
  .layout-map .withmap-horizontal .search-panel .filter .media .media-body .h4 {
    display: block;
  }
  .layout-map .withmap-horizontal .search-panel .filter .btn {
    margin-top: 20px;
    padding-top: 8px;
    padding-bottom: 7px;
  }
  .layout-map .withmap-horizontal .search-panel .width-fit > div {
    max-width: 100% !important;
    flex: 0 0 100%;
  }
  .layout-map .withmap-horizontal .search-panel .width-fit > div + div {
    border-left: none;
  }
  .play-bg-image .icon-video a:after {
    top: -42px;
    left: -41px;
    width: 120px;
    height: 120px;
  }
  .new-property .title-2 h2,
  .new-property .title-2 .h2 {
    margin-top: -4px;
  }
  .new-property .feature-section .feature-content .feature-price h6,
  .new-property .feature-section .feature-content .feature-price .h6 {
    margin-bottom: -4px;
  }
  .blog-sidebar .filter-cards .advance-card .recent-property ul,
  .single-sidebar .filter-cards .advance-card .recent-property ul {
    display: flex;
    flex-wrap: wrap;
  }
  .blog-sidebar .filter-cards .advance-card .recent-property ul li,
  .single-sidebar .filter-cards .advance-card .recent-property ul li {
    width: 50%;
  }
  .blog-sidebar .filter-cards .advance-card .recent-property ul li:nth-child(2),
  .single-sidebar .filter-cards .advance-card .recent-property ul li:nth-child(2) {
    margin-top: 0;
  }
  .inner-title.title-3 h2,
  .inner-title.title-3 .h2 {
    margin-top: 1px;
  }
  .video-layout .video-details {
    position: relative;
    z-index: 1;
    padding-top: 0;
    padding-right: 30px;
  }
  .video-layout .play-bg {
    border-width: 10px;
  }
  .video-layout .play-bg::after {
    z-index: 0;
  }
  .logout-modal .modal-body p {
    font-size: 14px;
  }
  .my-profile .profile-info .information-detail + .information-detail {
    padding-top: 20px;
  }
  .my-profile .profile-info .information ul li + li {
    margin-top: 10px;
  }
  .card-payment > div:nth-child(n+3) .payment-card {
    margin-top: 20px;
  }
  .about-testimonial .title-2 h2,
  .about-testimonial .title-2 .h2 {
    margin-top: -4px;
  }
  .why-choose .title-2 h2,
  .why-choose .title-2 .h2,
  .blog-inner .title-2 h2,
  .blog-inner .title-2 .h2 {
    margin-top: -5px;
  }
  .blog-2 {
    margin-bottom: -35px;
  }
  .blog-2.slick-initialized .slick-slide {
    margin-bottom: -6px;
  }
  .about-people .title-2 h2,
  .about-people .title-2 .h2 {
    margin-top: -5px;
  }
  .property-map .filter-panel .top-panel h2,
  .property-map .filter-panel .top-panel .h2 {
    margin-top: -4px;
  }
  .property-map .filter-bottom-content {
    z-index: 3;
  }
  .property-section .filter-panel .top-panel h2,
  .property-section .filter-panel .top-panel .h2 {
    margin-top: -4px;
  }
  .terms-section h2,
  .terms-section .h2 {
    margin-bottom: 20px;
    margin-top: -4px;
  }
  .terms-section .terms-wrap {
    margin-bottom: -4px;
  }
  .terms-section .terms-wrapper p {
    font-size: 15px;
  }
  .terms-section .terms-wrapper + .terms-wrapper {
    margin-top: 20px;
  }
  .terms-section .terms-wrapper ul li {
    font-size: 15px;
  }
  .terms-bottom-content {
    display: none;
  }
  .portfolio-creative .content-sec h3,
  .portfolio-creative .content-sec .h3 {
    margin-top: -4px;
  }
  .portfolio-creative.odd-even .row .content-sec {
    padding-left: 20px;
  }
  .portfolio-creative.odd-even .row:nth-child(even) .content-sec {
    padding-left: 20px;
    padding-right: 20px;
  }
  .details-right {
    margin-top: 30px;
  }
  .details-right h3,
  .details-right .h3 {
    margin-top: -4px;
  }
  .project-details {
    margin-top: 30px;
  }
  .portfolio-details .portfolio-section {
    margin-top: 10px;
  }
  .portfolio-grid .filter-panel {
    padding-bottom: 30px;
  }
  .portfolio-grid.creative-3 .row > div:nth-child(6) .overlay {
    margin-right: 0;
  }
  .grid-box .property-text {
    padding: 20px;
  }
  .brand-slider.slide-2 .logo-box img {
    width: 70px;
  }
  .log-in form .form-group {
    margin-bottom: 20px;
  }
  .log-in form .d-flex {
    margin-bottom: 20px;
  }
  .sign-up .title-3.text-start h2,
  .sign-up .title-3.text-start .h2 {
    margin-top: 0;
  }
  .left-tablayout.single-sidebar {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .right-line-tab {
    text-align: center;
    display: flex;
    justify-content: center;
    margin: -5px 0;
  }
  .right-line-tab .nav-item {
    display: inline-block;
    margin: 3px 0;
  }
  .right-line-tab .nav-item .nav-link {
    border-right: none;
    border-bottom: 2px solid transparent;
    padding: 6px 15px;
  }
  .right-line-tab .nav-item .nav-link.active {
    border-left: none;
    border-bottom-color: var(--theme-default3);
  }
  .user-dashboard .sidebar-user {
    margin-bottom: 25px;
  }
  .user-dashboard .sidebar-user .user-profile {
    display: flex;
  }
  .user-dashboard .sidebar-user .user-profile .media {
    margin-bottom: 0;
  }
  .user-dashboard .sidebar-user .user-profile .connected-social {
    margin-left: 30px;
  }
  .provide-service .provide-details {
    margin-top: 30px;
    text-align: center;
  }
  .provide-service .provide-details p {
    margin-bottom: 20px;
  }
  .property-wizard .wizard-box .wizard-step-container .wizard-steps {
    flex-wrap: wrap;
    display: flex;
    margin: -5px;
  }
  .property-wizard .wizard-box .wizard-step-container .wizard-steps li {
    flex: 0 0 49%;
    max-width: 49%;
    padding: 5px;
    margin: 0;
  }
  .property-wizard .wizard-box .wizard-form-details {
    margin-top: 30px;
  }
  .property-wizard .wizard-box .wizard-form-details.col-xxl-9 {
    margin-top: 14px;
  }
  .property-wizard .wizard-box .wizard-form-details h2,
  .property-wizard .wizard-box .wizard-form-details .h2 {
    margin-top: -4px;
  }
  .property-wizard .wizard-box .wizard-form-details .complete-details {
    width: 100%;
  }
  .property-wizard .feature-checkbox {
    margin: -5px;
  }
  .property-wizard .feature-checkbox label {
    margin: 5px;
  }
  .property-wizard.horizontal-wizard .wizard-box .wizard-step-container .wizard-steps li {
    padding: 0;
  }
  .property-wizard.horizontal-wizard .wizard-box .wizard-step-container .wizard-steps li:nth-child(n+3) {
    margin-top: 5px;
  }
  .property-wizard.horizontal-wizard .wizard-box .wizard-step-container .log-in {
    margin-top: 40px;
  }
  .single-property-section {
    bottom: -180px;
  }
  .single-property-section .single-title {
    display: block;
  }
  .single-property-section .single-title .right-single {
    text-align: left;
    margin-top: 20px;
  }
  .single-property-section .single-title .right-single .price {
    margin-top: 5px;
  }
  .single-property-section .left-single h2,
  .single-property-section .left-single .h2 {
    margin-top: -5px;
  }
  .single-property-section .left-single ul li > div img {
    width: 25px;
  }
  .single-property {
    margin-top: 140px;
  }
  .single-property .description-section .desc-box h4,
  .single-property .description-section .desc-box .h4 {
    margin-top: -2px;
  }
  .single-property .description-section .desc-box .feature-dec h4,
  .single-property .description-section .desc-box .feature-dec .h4,
  .single-property .description-section .desc-box .ratio3_2 h4,
  .single-property .description-section .desc-box .ratio3_2 .h4 {
    margin-top: -3px;
  }
  .single-property .description-section .desc-box p {
    font-size: 14px;
    line-height: 1.7;
  }
  .single-property .description-section .about p:last-child {
    margin-bottom: -3px;
  }
  .user-about .about-content {
    max-width: 100%;
  }
  .user-about .map-image {
    margin-bottom: 30px;
    order: -1;
  }
  .user-about .about-image {
    margin-bottom: 30px;
  }
  .user-about .about-image .side-left .side-effect::before,
  .user-about .about-image .side-left .side-effect::after {
    width: calc(100% - 433px);
  }
  .user-about .about-image .img-box.img-abs {
    right: 28%;
  }
  .faq-section .faq-image {
    margin-top: -36px;
  }
  .faq-section .faq-image h3,
  .faq-section .faq-image .h3 {
    margin-top: 0;
  }
  .faq-section .faq-image img {
    width: 65%;
  }
  .faq-questions {
    margin-top: 30px;
  }
  .agent-section .agent-wrap {
    padding-left: 20px;
  }
  .agent-section .our-agent .ratio_landscape .bg-size::before {
    padding-top: 97%;
  }
  .agent-section .filter-panel {
    margin-top: -4px;
  }
  .agent-section .about-agent h3,
  .agent-section .about-agent .h3 {
    margin-top: -5px;
  }
  .get-in-touch .contact-img {
    margin-bottom: 20px;
  }
  .get-in-touch .contact-img img {
    width: 60%;
  }
  .contact_bottom .row > div:last-child {
    margin-top: 30px;
  }
  .contact_right {
    margin-top: 30px;
  }
  .contact_right .row > div + div {
    margin-top: 0;
  }
  .contact_right .row > div + div:last-child {
    margin-top: 30px;
  }
  .contact-bottom {
    height: auto;
  }
  .contact_section .contact-content {
    margin-bottom: 20px;
  }
  .contact_section .contact-content h2,
  .contact_section .contact-content .h2 {
    margin-top: -3px;
  }
  .contact_section .contact_wrap {
    padding: 20px;
  }
  .contact-map {
    height: auto;
    margin-bottom: -5px;
  }
  .download-section {
    text-align: center;
  }
  .download-section .download-wrap {
    margin-bottom: 20px;
  }
  .download-section .download-wrap h3,
  .download-section .download-wrap .h3 {
    margin-top: -5px;
  }
  .download-section .app-right .form-group {
    width: calc(100% - 140px);
  }
  .contact-2 .log-in {
    margin-bottom: 30px;
  }
  .contact-2 .log-in h2,
  .contact-2 .log-in .h2 {
    margin-top: -5px;
  }
  .coming-soon .coming-soon-detail .timer li > div {
    width: 80px;
    height: 80px;
  }
  .coming-soon .coming-soon-detail .timer li + li {
    margin-left: 15px;
    padding-left: 15px;
  }
  .coming-soon .coming-soon-detail .timer li + li::before {
    top: 30%;
  }
  .coming-soon .coming-soon-detail form input {
    padding: 10px 15px;
  }
  .coming-soon .cloud-img {
    height: 280px;
  }
  .coming-soon.coming-left .coming-soon-detail .timer li {
    padding: 15px 10px;
    margin: 0 15px;
  }
  .coming-simple .title-3.text-start {
    text-align: center !important;
  }
  .coming-simple .title-3.text-start h2,
  .coming-simple .title-3.text-start .h2 {
    padding-bottom: 5px;
  }
  .coming-simple .title-3.text-start h2::before,
  .coming-simple .title-3.text-start .h2::before {
    left: 50%;
    transform: translateX(-50%);
  }
  .coming-simple .row {
    text-align: center;
  }
  .coming-simple .ratio2_3 > img {
    height: 480px;
  }
  .coming-simple .ratio2_3.order-lg-1 {
    margin-top: -56px;
  }
  .error-section .not-found p {
    max-width: 100%;
  }
  .error-section .not-found h2,
  .error-section .not-found .h2 {
    line-height: 1.3;
  }
  .signup-modal .ratio_asos .bg-size::before {
    padding-top: 44%;
  }
  .signup-modal .signup-tab {
    padding: 30px;
  }
  .arrow-define {
    top: 63px;
  }
  .map-modal .left-sidebar {
    display: none;
  }
  .map-modal .modal-dialog .modal-content .map {
    height: 350px;
  }
  .map-modal .map-section {
    padding-left: 12px;
  }
  .map-modal .map-section iframe,
  .map-modal .map-section .map {
    margin-bottom: 0;
  }
  .left-sidebar {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    z-index: 9;
    height: 100vh;
    background-color: #ffffff;
    overflow-y: auto;
    transition: all 0.5s ease;
    border-radius: 0;
  }
  .filter-bottom-content {
    display: block;
  }
  .filter-bottom-content > h6,
  .filter-bottom-content > .h6 {
    margin-bottom: 30px;
  }
  .filter-bottom-content > h6.text-end,
  .filter-bottom-content > .text-end.h6 {
    font-weight: 500;
  }
  .filter-bottom-content.left-sidebar {
    left: -300px;
  }
  .filter-bottom-content.left-sidebar.open {
    left: 0 !important;
  }
  .filter-bottom-content.open {
    left: -1px;
  }
  .left-sidebar .row,
  .filter-bottom-content .row {
    margin-bottom: 8px;
  }
  .left-sidebar .row > div,
  .filter-bottom-content .row > div {
    margin-bottom: 8px;
  }
  .filter-panel {
    margin-bottom: 30px;
  }
  .filter-panel .grid-list-filter li > a,
  .filter-panel .grid-list-filter li .dropdown-toggle {
    padding: 6px 10px;
  }
  .filter-panel .grid-list-filter li .filter-bottom-title {
    padding: 8px 10px;
  }
  .filter-panel .d-lg-none .mobile-filter {
    padding: 7px 10px;
  }
  .close-filter-bottom {
    color: var(--theme-default2) !important;
  }
  .close-filter-bottom.color-7 {
    color: var(--theme-default10) !important;
  }
  .fnc-slider {
    height: 600px;
    min-height: unset;
  }
  .fnc-slide__mask-inner {
    height: 740px;
    min-height: unset;
    margin-top: -400px;
  }
  .fnc-slide__mask {
    width: 300px;
    height: 400px;
    clip-path: polygon(0% 0%, 0% 100%, 16% 100%, 16% 12%, 85% 12%, 85% 89%, 16% 89%, 16% 100%, 100% 100%, 100% 0%);
  }
  .fnc-slide__action-btn {
    font-size: 18px;
  }
  .fnc-slide__heading-line {
    font-size: 50px;
  }
  .fnc-slide__content {
    left: 30%;
  }
  .home-section.layout-6 .container > .row {
    padding: 70px 0;
  }
  .home-section.layout-6 .home-main {
    padding-top: 0 !important;
  }
  .home-section.layout-6 .arrow-light .slick-arrow {
    top: 0 !important;
    right: 0;
    left: unset;
  }
  .home-section.layout-6 .arrow-light .slick-arrow.slick-prev {
    right: 50px !important;
  }
  .home-section.layout-6 .home-slider-1 {
    margin-bottom: 70px;
  }
  .home-section.layout-6 .home-main {
    min-height: unset;
    height: auto;
  }
  .home-section.layout-6 .home-main .home-content > div img {
    width: 150px;
  }
  .home-section.layout-6 .home-main .container > .row {
    padding-top: 120px;
    min-height: unset;
    height: auto;
  }
  .home-section.layout-6 .home-main .container > .row .container {
    padding: 0;
  }
  .home-section.layout-6 .home-main .looking-icons {
    display: none;
  }
  .home-section.layout-9 {
    padding: 70px 0;
  }
  .home-section.layout-9::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("./media/layout-9.png");
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    background-color: rgba(248, 249, 250, 0.96);
    background-blend-mode: overlay;
  }
  .home-section.layout-9 .home-main .home-content > div > img {
    width: 160px;
  }
  .home-section.layout-9 .home-main .home-content h1,
  .home-section.layout-9 .home-main .home-content .h1 {
    height: auto;
  }
  .looking-icons h5,
  .looking-icons .h5 {
    margin-bottom: 20px;
  }
  .layout-home8::after {
    height: calc(45px + 60 * (100vw - 320px) / 671);
  }
  .layout-home8 .home-content h1,
  .layout-home8 .home-content .h1 {
    margin-top: -5px !important;
  }
  .layout-9 .layout-right-img {
    display: none;
  }
  .search-with-tab .tab-content .review-form > div:nth-child(n+5) {
    margin-top: 16px;
  }
  .top-bar .top-content .top-bar-right {
    text-align: right;
  }
  .top-bar .top-content .top-bar-right li + li {
    margin-left: 10px;
  }
  .top-bar .top-content .top-bar-right li .flat-box {
    padding: 8px 15px;
  }
  .top-bar .top-content .top-bar-right .input-group input,
  .top-bar .top-content .top-bar-right .input-group .input-group-text {
    margin: 8px 0;
    padding: 0 15px;
  }
  .top-bar .top-content .top-bar-right .input-group input.dropdown,
  .top-bar .top-content .top-bar-right .input-group .input-group-text.dropdown {
    display: none;
  }
  .top-bar.top-bar-7 .top-content .top-bar-right li:last-child,
  .top-bar.top-bar-7 .top-content .top-bar-right li + li {
    margin-left: 6px;
  }
  .top-bar.top-bar-7 .top-content .top-bar-right li > a svg {
    width: 16px;
    height: 16px;
  }
  .top-bar.top-bar-7 .top-content .top-bar-right > li > a {
    padding: 9px 10px 10px;
  }
  .feature-3 .next-image {
    top: 377px;
  }
  .feature-3 .feature-content .detail-list {
    width: 100%;
  }
  .layout-home2 .home-main .feature-content {
    margin: 70px auto 70px 30px;
  }
  .layout-home3 .slick-slider .slick-prev {
    left: 15px;
  }
  .layout-home3 .slick-slider .slick-next {
    right: 15px;
  }
  .layout-home3 .bg-layout-3 {
    padding: 70px 0;
  }
  .layout-home3 .banner-3 {
    width: 67%;
  }
  .layout-home4 .sync-slider .home-slider-4.arrow-image .owl-prev,
  .layout-home4 .sync-slider .home-slider-4.arrow-image .owl-next {
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
  .layout-home4 .sync-slider .home-slider-4.arrow-image .owl-prev i::before,
  .layout-home4 .sync-slider .home-slider-4.arrow-image .owl-next i::before {
    font-size: 16px;
  }
  .layout-home4 .sync-slider .home-slider-4.arrow-image .owl-prev::after,
  .layout-home4 .sync-slider .home-slider-4.arrow-image .owl-next::after {
    width: 140px;
    height: 140px;
  }
  .layout-home4 .sync-slider .home-nav .slider-image {
    width: 95px;
    height: 65px;
  }
  .layout-home4 .sync-slider .home-nav .slick-list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .layout-home4 .sync-slider .home-nav .slick-list .slick-track .slick-slide > div {
    margin-left: 10px;
    margin-right: 10px;
  }
  .layout-home4 .slider-image .home-content h1,
  .layout-home4 .slider-image .home-content .h1 {
    margin-top: 20px;
  }
  .layout-home4 .slider-image .home-content p {
    width: 65%;
  }
  .layout-home4 .slider-image .home-content .font-color4::after {
    top: -4px;
  }
  .layout-home4 .home-slider-4 .slider-image {
    padding: 70px 0;
  }
  .parallax-home .parallax-content {
    z-index: 1;
  }
  .parallax-home .parallax-right {
    width: 65%;
  }
  .parallax-home.video-layout .video-search {
    width: 125%;
  }
  .toggle-right svg {
    vertical-align: middle;
  }
  .vertical-search .left-sidebar {
    position: relative;
    left: unset !important;
    top: unset;
    height: auto;
    width: auto;
    z-index: unset;
    border-radius: 8px;
  }
  header.light-header .menu .brand-logo img {
    width: 130px;
  }
  header.header-4 .menu .header-right li .search-box {
    position: relative;
  }
  header.header-4 .menu .header-right li .search-box i {
    padding: 10px;
  }
  header.header-4 .menu .header-right li .search-box .form-control {
    left: 34px;
  }
  header.header-4 .menu .header-right li .search-box .form-group::after {
    left: 34px;
  }
  header.header-4 .menu .header-right li .search-box.open .form-control {
    width: 151px;
  }
  header.header-4 .menu .header-right li .search-box.open .form-group::after,
  header.header-4 .menu .header-right li .search-box.open .form-group::before {
    width: 153px;
  }
  header.header-4 .menu .header-right li + li {
    margin-left: 10px;
  }
  header.header-4 .menu .header-right li > a {
    padding: 10px;
  }
  header.header-4 .menu .brand-logo img {
    width: 120px;
  }
  .animate-rdi {
    position: absolute;
    opacity: 0;
    transition: 0.5s;
    top: 0;
    right: 12px;
    border-radius: 5px;
    margin-right: 0;
  }
  .animate-rdi .col {
    display: block;
  }
  .animate-rdi label {
    margin-right: 0;
    padding: 10px;
    border-radius: 0;
    text-align: left;
    display: block;
    width: 145px;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 10px 15px;
  }
  .animate-rdi label + label {
    padding-top: 0;
  }
  .animate-rdi.show {
    top: 3px;
    opacity: 1;
    transition: 0.5s;
  }
  .icon-video a {
    width: 40px;
    height: 40px;
  }
  .icon-video a i {
    margin-top: 0px;
    margin-left: 3px;
    font-size: 18px;
  }
  .icon-video .heart-animation {
    top: -20px;
    right: -20px;
    width: 80px;
    height: 80px;
  }
  .layout-map .withmap-horizontal .search-panel {
    margin-top: 0;
  }
  .layout-map .withmap-horizontal .search-panel .filter {
    flex-direction: column;
    align-items: flex-start;
  }
  .layout-map .withmap-horizontal .search-panel .filter .media .icon-square {
    display: flex;
  }
  .layout-map .withmap-horizontal .search-panel .filter .media .media-body {
    margin-left: 15px;
  }
  .layout-map .withmap-horizontal .search-panel .filter .media .media-body h4,
  .layout-map .withmap-horizontal .search-panel .filter .media .media-body .h4 {
    display: block;
  }
  .layout-map .withmap-horizontal .search-panel .filter .btn {
    margin-top: 20px;
    padding-top: 8px;
    padding-bottom: 7px;
  }
  .single-sidebar {
    position: relative;
    width: auto;
    left: unset;
    overflow: unset;
    height: auto;
    z-index: unset;
    margin-top: 30px;
  }
  .single-property-images.ratio_40 .bg-size:before {
    padding-top: 55%;
  }
  .arrow-image.main-property-slider .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .arrow-image.main-property-slider .slick-arrow::before {
    font-size: 14px;
  }
  .arrow-image.main-property-slider .slick-arrow::after {
    width: 50px;
    height: 50px;
  }
  .home-view {
    height: 60vh;
  }
  .btn.btn-lg,
  .btn-group-lg > .btn {
    padding: 10px 20px;
  }
  footer .footer {
    padding: 70px 0;
  }
  .footer-bg .footer-links .footer-content .input-group {
    margin-top: 30px;
  }
  .title-1 {
    padding-bottom: 30px;
  }
  .title-2 p {
    margin-bottom: 30px;
  }
  .title-3 {
    margin-bottom: 30px;
  }
  .breadcrumb-section .breadcrumb-content div {
    padding: 30px 35px;
    margin: 0 auto;
    text-align: center;
  }
  .breadcrumb-section .breadcrumb-content div h2,
  .breadcrumb-section .breadcrumb-content div .h2 {
    margin-bottom: 10px;
  }
  .breadcrumb-section.breadcrumb-sm .breadcrumb-content > div {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .breadcrumb-section.breadcrumb-sm .breadcrumb-content > div h2,
  .breadcrumb-section.breadcrumb-sm .breadcrumb-content > div .h2 {
    line-height: 1.1;
    margin-top: 0;
  }
  .arrow-gradient.bg-light-blue .slick-prev {
    margin-left: 47%;
  }
  .arrow-gradient.bg-light-blue .slick-next {
    margin-right: 47%;
  }
  .arrow-gradient.bg-light-blue .slick-arrow {
    top: -40px;
  }
  .blog-1 .blog-box .blog-content {
    padding: 30px;
  }
  .blog-1 .blog-box .img-box img {
    min-width: 240px;
  }
  .blog-wrap .blog-image .blog-label {
    width: 50px;
    height: 50px;
  }
  .blog-wrap .blog-details {
    padding: 25px;
  }
  .blog-wrap .blog-details h3,
  .blog-wrap .blog-details .h3 {
    margin-top: 10px;
    line-height: 1.5;
  }
  .blog-wrap .blog-details p {
    margin-bottom: 10px;
  }
  .blog-grid,
  .blog-list {
    margin-bottom: -30px;
  }
  .blog-grid .blog-wrap,
  .blog-list .blog-wrap {
    margin-bottom: 30px;
  }
  .client-slider {
    margin-top: 54px;
    padding: 30px;
  }
  .client-slider .user-list {
    transform: scale(0.8);
  }
  .client-slider h6,
  .client-slider .h6 {
    margin-bottom: 16px;
  }
  .client-slider .client-rating {
    padding-bottom: 20px;
  }
  .client-slider p {
    margin-top: 60px;
    font-size: 15px;
  }
  .our-client .client-right {
    padding: 16px 40px;
  }
  .our-client .client-right p {
    -webkit-line-clamp: 3;
    margin-bottom: 10px;
  }
  .our-client .client-right .client-rating {
    margin-bottom: 10px;
  }
  .our-client .client-right h2,
  .our-client .client-right .h2 {
    font-size: 20px;
  }
  .our-client .quote-img {
    display: none;
  }
  .modern-client {
    justify-content: center;
  }
  .modern-client .img-testimonial {
    width: 40%;
    margin: 0 auto;
  }
  .modern-client .img-testimonial .img-left img {
    filter: none;
  }
  .modern-client .right-align,
  .modern-client .bottom-align {
    display: none;
  }
  .modern-client .comment-right {
    left: 0;
    bottom: -16px;
    margin: 0 auto;
  }
  .modern-client .comment-right .slick-arrow {
    top: -36px;
    transform: scale(0.8);
  }
  .modern-client .comment-right .slick-prev {
    left: 46.8%;
  }
  .modern-client .comment-right .slick-next {
    left: 55%;
    border-radius: 4px;
  }
  .modern-dot .slick-dots {
    margin-top: 30px;
  }
  .modern-dot.slick-dotted {
    margin-bottom: 2px;
  }
  .testimonial-client .title-3.text-start {
    margin-top: 1px;
  }
  .banner-section .button-banner .btn + .btn {
    margin-left: 10px;
  }
  .banner-inner {
    padding-top: 149px;
  }
  .banner-1,
  .banner-3 {
    width: 100%;
    padding: 30px;
  }
  .banner-1 h6,
  .banner-1 .h6,
  .banner-1 h2,
  .banner-1 .h2 {
    margin-top: 20px;
  }
  .banner-2 {
    position: relative;
  }
  .banner-2:after {
    background-image: url("./media/mobile-bg.png");
    position: absolute;
    content: "";
    width: 42%;
    background-position: right;
    background-size: cover;
    height: 100%;
    top: 2px;
  }
  .banner-2 .banner-right h6,
  .banner-2 .banner-right .h6 {
    margin-top: -4px;
  }
  .banner-2 .banner-right .button-banner .btn {
    line-height: 1.8;
  }
  .banner-2 .banner-right .button-banner .btn-light-bg {
    height: 48px;
  }
  .banner-2 .banner-right .button-banner .btn-light-bg::after {
    height: 53px;
  }
  .banner-2 .banner-right .button-banner .btn-light-bg span {
    vertical-align: -3px;
  }
  .arrow-gradient .slick-arrow {
    width: 32px;
    height: 32px;
  }
  .arrow-gradient .slick-arrow::before {
    font-size: 14px;
  }
  .arrow-gradient.arrow-right .slick-arrow {
    top: -85px;
  }
  .arrow-gradient.arrow-right .slick-prev {
    right: 50px;
  }
  .arrow-white .slick-prev {
    left: 41%;
  }
  .arrow-white .slick-next {
    right: 41%;
  }
  .about-section .about-wrap .about-content .our-details {
    padding: 30px;
  }
  .about-section .about-wrap .about-content .our-details h5,
  .about-section .about-wrap .about-content .our-details .h5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .about-section .about-wrap .about-content .our-details p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .about-section .about-wrap.about-1 .about-content .our-details {
    padding: 20px;
  }
  .about-section .title-3.text-start {
    margin-top: -6px;
  }
  .service-section.service-bg .title-3 {
    margin-top: -4px;
  }
  .service-section .title-2 h2,
  .service-section .title-2 .h2 {
    margin-top: -4px;
  }
  .service-section.service-2 .property-service > div .service-box .hover-line {
    margin-bottom: 30px;
  }
  .service-slider .service-wrapper .top-img-box > div {
    width: 56px;
    height: 56px;
  }
  .service-slider .service-wrapper .top-img-box > div img {
    width: 50%;
  }
  .service-slider.arrow-gradient.arrow-right .slick-arrow {
    top: -60px;
  }
  .service-slider.arrow-gradient.arrow-right .slick-prev {
    right: 20.5%;
  }
  .service-slider.arrow-gradient.arrow-right .slick-next {
    right: 15%;
  }
  .property-section .close-filter-bottom {
    color: var(--theme-default3) !important;
  }
  .property-section .property-box .property-details .icon-property li + li::before {
    left: -38px;
  }
  .property-section .nav-tabs {
    margin-bottom: 15px;
  }
  .property-section .nav-tabs .nav-item + .nav-item {
    margin-left: 20px;
  }
  .property-section .list-property .property-box .property-image .bg-size:before {
    padding-top: 50%;
  }
  .property-section .list-property .property-box .property-image .overlay-property .overlay-box {
    height: 72%;
  }
  .property-section .list-property .property-box .property-image .overlay-property .overlay-box p {
    width: 80%;
  }
  .property-section .list-property .property-box .property-details .icon-property li + li::before {
    left: -82px;
  }
  .property-section .list-property.no-slider-property .property-box {
    margin: 0;
  }
  .property-section .title-2 h2,
  .property-section .title-2 .h2 {
    margin-top: -4px;
  }
  .property-section .title-3.text-start h2,
  .property-section .title-3.text-start .h2 {
    margin-top: -4px;
  }
  .property-section.bg-comman-2::before {
    height: 355px;
  }
  .pagination-tab.nav-tabs {
    margin-bottom: 0;
  }
  .pagination-tab.nav-tabs .nav-item .nav-link {
    padding: 5px 13px 4px;
    display: block;
  }
  .pagination-tab.nav-tabs .nav-item + .nav-item {
    margin-left: 15px;
  }
  .no-slider-property .property-box {
    margin: 0 50px;
  }
  .no-slider-property .property-box .property-details .icon-property li + li::before {
    left: -52px;
  }
  .property-grid-3 .filter-panel .top-panel h2,
  .property-grid-3 .filter-panel .top-panel .h2 {
    margin-top: -4px;
  }
  .property-grid-3 .filter-panel .grid-list-filter {
    margin-top: 15px;
  }
  .property-grid-3 .filter-bottom-content .btn {
    width: 100%;
  }
  .property-grid-3 .property-grid.list-view .property-box .property-image {
    width: 90%;
  }
  .property-grid-slider .property-grid.list-view .property-box .property-image {
    width: 40%;
  }
  .property-grid-slider .property-grid .slider-nav .slick-slide img {
    min-height: 55px;
  }
  .property-map .filter-bottom-content {
    width: 300px;
    margin: 0;
    right: unset;
  }
  .property-map .filter-bottom-content .btn {
    width: 100%;
  }
  .property-map .property-grid.list-view .property-box .property-image {
    width: 65%;
  }
  .filter-panel .filters ul li {
    padding: 12px;
    min-width: 110px;
  }
  .filter-panel .filters ul li i {
    font-size: 25px;
  }
  .filter-panel.tab-top-panel .grid-list-filter li:last-child {
    margin-left: 10px;
  }
  .property-list-view .property-grid.list-view .property-box .property-image {
    width: 85%;
  }
  .bg-comman-2::before {
    height: 285px;
  }
  .feature-section .feature-content .feature-price li h3,
  .feature-section .feature-content .feature-price li .h3 {
    margin-top: -2px;
  }
  .feature-section .modern-feature .feature-wrap .feature-image {
    box-shadow: 0px 0 16px 5px rgba(0, 0, 0, 0.05);
  }
  .feature-section .modern-feature .feature-wrap .feature-image .bg-size:before {
    padding-top: 70%;
  }
  .feature-section .modern-feature .feature-wrap .feature-content {
    padding-left: 0;
    margin-top: 30px;
  }
  .feature-section .modern-feature.arrow-gradient .slick-prev {
    right: 7% !important;
  }
  .feature-section .modern-feature .slick-list .slick-track .slick-slide > div {
    margin-top: 50px;
  }
  .feature-section .feature-3.slick-initialized .slick-slide {
    margin-bottom: 0;
  }
  .feature-section .classic-feature .feature-content .feature-price li h6,
  .feature-section .classic-feature .feature-content .feature-price li .h6 {
    margin-bottom: -4px;
  }
  .feature-section.bg-half {
    background: #f7f7fe;
  }
  .feature-section.bg-half::before {
    display: none;
  }
  .feature-section .feature-image .bg-size:before {
    padding-top: 70%;
  }
  .feature-section .feature-1 .slick-list {
    margin-bottom: -15px;
  }
  .feature-section .feature-1 .slick-list .slick-track .slick-slide {
    margin-bottom: 0;
  }
  .feature-section .feature-1 .slick-list .slick-track .slick-slide > div {
    margin-bottom: 15px;
  }
  .feature-section .feature-1 .feature-wrapper {
    position: relative;
  }
  .feature-section .feature-1 .feature-wrapper .row > div.order-md {
    order: -1;
  }
  .feature-section .feature-1 .feature-wrapper .feature-image {
    height: 385px;
    justify-content: center;
  }
  .feature-section .feature-1 .feature-wrapper .feature-image .signature,
  .feature-section .feature-1 .feature-wrapper .feature-image .box-color {
    transform: scale(0.6);
    right: -47px;
  }
  .feature-section .feature-1 .feature-wrapper .feature-image .box-color {
    right: -20px;
  }
  .feature-section .feature-1 .feature-wrapper .property-details {
    margin: -40px auto 0;
  }
  .feature-section .feature-4 {
    margin-top: 46px;
  }
  .feature-section .feature-4.slick-initialized .slick-slide {
    margin-bottom: -4px;
  }
  .bg-comman-2.feature-section .title-2 h2,
  .bg-comman-2.feature-section .title-2 .h2 {
    margin-top: -4px;
  }
  .video-modal iframe {
    height: 275px;
  }
  .video-section {
    background-position: center right;
  }
  .video-section .row > div:last-child {
    order: -1;
  }
  .video-section .play-icon {
    height: 100px;
  }
  .pricing-section .pricing-box {
    padding: 20px;
  }
  .pricing-section .pricing-box .pricing-details img {
    transform: scale(0.9);
  }
  .pricing-section .pricing-box .pricing-details h3,
  .pricing-section .pricing-box .pricing-details .h3 {
    margin-top: 20px;
  }
  .pricing-section .pricing-box .pricing-details .pricing-svg {
    width: 40px;
    height: 40px;
  }
  .pricing-section .pricing-box .pricing-details .pricing-icon::after {
    width: 35px;
    height: 35px;
    transform: translateX(9px);
  }
  .pricing-section .pricing-box ul {
    margin: 30px 0 36px;
  }
  .pricing-section .pricing-box ul li + li {
    margin-top: 10px;
  }
  .pricing-section.pricing-inner .title-2 h2,
  .pricing-section.pricing-inner .title-2 .h2 {
    margin-top: -4px;
  }
  .video-details {
    padding: 30px;
  }
  .my-gallery .find-cities {
    height: 280px;
  }
  .my-gallery .find-cities .citi-overlay h4,
  .my-gallery .find-cities .citi-overlay .h4 {
    margin-bottom: 10px;
  }
  .my-gallery .find-cities .citi-overlay h2,
  .my-gallery .find-cities .citi-overlay .h2 {
    margin-bottom: 15px;
  }
  .portfolio-creative .content-sec {
    padding: 20px;
  }
  .portfolio-creative .row {
    display: block;
  }
  .portfolio-creative .row + .row {
    padding-top: 30px;
  }
  .portfolio-creative .order-section div:nth-child(even) {
    margin-bottom: 30px;
  }
  .portfolio-creative .order-section div:last-child {
    margin-bottom: 0;
  }
  .blog-grid,
  .blog-right,
  .blog-list {
    margin-top: 30px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .ratio_63 .property-wrapper-grid.list-view .property-box .bg-size::before {
    padding-top: 100%;
  }
  .property-box-flat .no-slider-property .property-box {
    margin: 0 6px;
  }
  .property-section .property-box .property-details .icon-property li + li::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .dropzone .dz-message .note {
    display: none !important;
  }
  .banner-section.parallax-image .banner-2 .banner-right .button-banner .btn-light-bg {
    margin-left: 7px;
  }
  .property-section .nav-tabs .nav-item .nav-link {
    background-color: rgba(255, 255, 255, 0.3);
  }
  .property-section .nav-tabs .nav-item .nav-link.active {
    background-color: #ffffff;
  }
  .filter-cards app-contact-info .advance-card {
    margin-top: 25px !important;
  }
  .filter-cards app-recently-added .advance-card {
    margin-top: 25px !important;
  }
  .filter-cards .advance-card {
    margin-top: 25px;
  }
  .owl-carousel .owl-nav {
    display: none;
  }
  .home-section.layout-1 .owl-carousel .owl-stage-outer .owl-stage .owl-item .bg-size {
    height: 500px;
  }
  .about-section .about-1 .owl-carousel .owl-nav {
    display: block;
  }
  .about-section .about-1 .owl-carousel .owl-nav .owl-prev {
    left: 39%;
    width: 40px;
    height: 40px;
    bottom: -79px;
  }
  .about-section .about-1 .owl-carousel .owl-nav .owl-next {
    right: 39%;
    width: 40px;
    height: 40px;
    bottom: -79px;
  }
  .box.text-affect .role {
    margin-bottom: 20px;
  }
  .property-2.list-view.no-sidebar .property-box .property-details {
    margin-top: 5px;
  }
  .single-property.mt-0.pt-0 {
    padding-bottom: 30px;
  }
  .property-grid-2 .property-wrapper-grid .property-grid.list-view .property-box .property-image {
    width: 100%;
  }
  .blog-single-detail .blog-title h3,
  .blog-single-detail .blog-title .h3 {
    margin-top: 10px;
  }
  .blog-single-detail .blog-title .post-detail li {
    line-height: 1.7;
  }
  .footer-bg .bottom-blog .media .media-body h6,
  .footer-bg .bottom-blog .media .media-body .h6 {
    line-height: 1.4;
  }
  footer.footer-brown .footer-details img {
    margin: 0 0 -16px;
  }
  .horizontal-blog .blog-1 .slick-prev {
    top: 36px;
    right: 26px;
    left: unset;
  }
  .horizontal-blog .blog-1 .slick-next {
    top: 36px;
    right: 4px;
  }
  .service-section .property-service > div .service-box .icon-round {
    margin: 0 auto 20px 0;
  }
  .video-layout.parallax-home {
    height: 390px;
  }
  .video-layout.parallax-home .video-search {
    padding: 0;
  }
  .banner-2 .banner-right .button-banner .btn + .btn:after {
    height: 55px;
  }
  .blog-section .blog-1 .slick-prev {
    left: -3px;
  }
  .blog-section .blog-1 .slick-next {
    right: -3px;
  }
  .property-section .ratio_landscape .title-3.text-start.d-flex .pagination-tab.nav-tabs {
    justify-content: start;
  }
  .video-layout .video-details .left-sidebar {
    width: auto;
  }
  .video-layout .overlay-content {
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 50%;
    transform: translate(0, -50%);
  }
  .video-layout .video-search {
    width: 110%;
  }
  .toggle-nav i {
    font-size: 13px;
  }
  .title-3 {
    margin-top: -11px;
  }
  .title-3 p {
    margin-bottom: 0;
  }
  label {
    margin-bottom: 6px;
  }
  section {
    padding: 50px 0;
  }
  p {
    line-height: 1.4;
  }
  .small-section {
    padding: 30px 0;
  }
  .modal-header,
  .modal-body,
  .modal-footer {
    padding: 20px;
  }
  .modal-header {
    padding-bottom: 0;
  }
  .modal-header .btn-close {
    width: 25px;
    height: 25px;
  }
  .modal-header .btn-close span {
    font-size: 26px;
  }
  .map-modal .modal-dialog .modal-content .btn-close {
    width: 25px;
    height: 25px;
  }
  .map-modal .modal-dialog .modal-content .btn-close span {
    font-size: 26px;
    line-height: 0.85;
  }
  .modern-dot.property-3.slick-dotted {
    margin-bottom: 3px;
  }
  .btn.btn-gradient.color-4::after {
    box-shadow: -5.15px 6.572px 13px var(--theme-default6);
  }
  .provide-service .provide-details .btn {
    padding: 10px 20px 9px;
  }
  .simple-blog .title-3 {
    margin-top: -10px;
  }
  .testimonial-client .title-3.text-start {
    margin-bottom: 27px;
  }
  .video-layout {
    padding-bottom: 20px;
  }
  .video-layout .video-search > div {
    padding: 10px;
  }
  .video-layout .video-search .dropdown .dropdown-menu {
    width: 130px;
  }
  .video-layout .video-search .input-group .input-group-text {
    width: 35px;
    height: 35px;
    padding: 0;
  }
  .video-layout .video-search .input-group .input-group-text svg {
    width: 17px;
    height: 17px;
  }
  .video-layout .video-details p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    width: 92%;
  }
  .video-layout .play-icon {
    position: absolute;
    left: 67%;
    bottom: 70px;
  }
  .video-layout .play-bg {
    width: 180px;
    height: 260px;
  }
  .title-2 {
    margin-bottom: -2px;
  }
  .progress {
    height: 8px;
  }
  .property-section.section-sm .property-2:not(.no-sidebar) {
    height: calc(100vh - 60px);
  }
  .get-in-touch .btn {
    padding: 10px 18px 9px;
  }
  .log-in h6,
  .log-in .h6 {
    margin-bottom: 10px;
  }
  .log-in .social-connect > div:nth-child(n+3) {
    margin-top: 10px;
  }
  .theme-card .title-3 p {
    margin-bottom: -5px;
  }
  .theme-title .title-3 p {
    margin-bottom: -6px;
  }
  .ratio-card .card-header p {
    margin-bottom: -2px !important;
  }
  .ratio-card .card-body h5,
  .ratio-card .card-body .h5 {
    margin-bottom: 10px;
  }
  .home-search-6 .left-sidebar .row {
    margin-bottom: 0;
  }
  .home-search-6 .left-sidebar .row > div {
    margin-bottom: 0;
  }
  .box {
    width: 270px;
    height: 130px;
  }
  .box.text-affect .title {
    height: 86px;
  }
  .parallax-home.video-layout .video-search {
    width: 100%;
  }
  .property-map .filter-panel .top-panel h2,
  .property-map .filter-panel .top-panel .h2 {
    margin-top: -4px;
  }
  .pricing-section .title-3 {
    margin-bottom: 27px;
  }
  .pricing-section .pricing-box .pricing-details .pricing-icon::after {
    transform: translateX(8px);
  }
  .about-main .title-2 {
    margin-bottom: -4px;
  }
  .blog-inner .title-2 {
    margin-bottom: -3px;
  }
  .banner-2 .banner-right h6,
  .banner-2 .banner-right .h6 {
    margin-top: -3px;
  }
  .banner-2 .banner-right .button-banner .btn-light-bg::after {
    height: 55px;
  }
  .banner-2 .banner-right .button-banner .btn-light-bg span {
    vertical-align: -2px;
  }
  .download-section .app-right {
    margin-bottom: -2px;
  }
  .download-section .app-right .form-group {
    width: calc(100% - 116px);
  }
  .filter-cards .advance-card + .advance-card {
    margin-top: 25px;
  }
  .user-dashboard .sidebar-user .user-profile .media .media-body {
    margin-left: 15px;
  }
  .user-dashboard .property-overview .table tr th:first-child,
  .user-dashboard .property-overview .table tr td:first-child {
    min-width: 195px;
  }
  .card-payment .payment-card.add-card .card-details {
    min-height: 167px;
  }
  .privacy-setting .privacy-content .media .media-body h6,
  .privacy-setting .privacy-content .media .media-body .h6 {
    margin-bottom: 5px;
  }
  .switch {
    width: 50px;
    height: 26px;
  }
  .switch .switch-state:before {
    height: 20px;
    width: 20px;
    bottom: 3px;
  }
  .switch input:checked + .switch-state:before {
    transform: translateX(23px);
  }
  .privacy-setting .switch {
    width: 45px;
    height: 25px;
  }
  .privacy-setting .switch .switch-state:before {
    bottom: 4px;
  }
  .privacy-setting .switch input:checked + .switch-state:before {
    transform: translateX(20px);
  }
  .property-wizard.horizontal-wizard .wizard-box .wizard-step-container .wizard-steps li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .property-wizard.horizontal-wizard .wizard-box .wizard-step-container .input-data {
    display: block;
  }
  .property-wizard.horizontal-wizard .wizard-box .wizard-step-container .input-data .account-content + .account-content {
    margin-left: 0;
    margin-top: 20px;
  }
  .property-wizard .wizard-box .wizard-form-details form .form-group {
    margin-bottom: 10px;
  }
  .property-wizard .wizard-box .wizard-form-details form .form-group:last-child {
    margin-bottom: 0;
  }
  .property-wizard .wizard-box .wizard-form-details .wizard-step-3 .next-btn {
    margin-top: 25px;
  }
  .property-wizard .wizard-box .wizard-form-details .complete-details img {
    width: 63%;
  }
  .property-wizard .wizard-box .wizard-form-details form.dropzone {
    margin-bottom: 10px;
  }
  .property-wizard .wizard-box .wizard-step-container .wizard-steps li .media .step-icon {
    width: 40px;
    height: 40px;
  }
  .property-wizard .wizard-box .wizard-step-container .wizard-steps li .media .step-icon svg {
    width: 24px;
    height: 24px;
  }
  .property-wizard .wizard-box .wizard-step-container .wizard-steps li .media .media-body h5,
  .property-wizard .wizard-box .wizard-step-container .wizard-steps li .media .media-body .h5 {
    margin-bottom: 3px;
  }
  .property-wizard.horizontal-wizard .wizard-box .wizard-step-container .wizard-form-details .wizard-step-3 .next-btn {
    margin-top: 30px;
  }
  .property-wizard.horizontal-wizard .wizard-box .wizard-step-container .input-data .account-content h3,
  .property-wizard.horizontal-wizard .wizard-box .wizard-step-container .input-data .account-content .h3 {
    margin-bottom: 5px;
  }
  .user-about .about-image .img-box.img-abs {
    right: 8%;
  }
  .agent-section .our-agent-details ul li .media .icons-square {
    width: 25px;
    height: 25px;
  }
  .agent-section .our-agent-details ul li .media .icons-square svg {
    width: 13px;
    height: 13px;
  }
  .agent-section .agent-grids .filter-panel .top-panel .grid-list-filter {
    justify-content: flex-start;
  }
  .agent-section .agent-grids .filter-panel .top-panel .grid-list-filter .grid-btn,
  .agent-section .agent-grids .filter-panel .top-panel .grid-list-filter .list-btn {
    display: inline-block !important;
  }
  .agent-section .agent-grids .property-grid.list-view .property-box {
    display: flex;
  }
  .agent-section .our-agent .ratio_landscape .bg-size::before {
    padding-top: 111%;
  }
  .agent-section .agent-wrap {
    padding-left: 0;
    border-left: none;
  }
  .coming-simple .site-construction h4,
  .coming-simple .site-construction .h4 {
    line-height: 1.4;
  }
  .coming-simple .ratio2_3.order-lg-1 {
    margin-top: -42px;
  }
  .coming-simple form input {
    padding-left: 15px;
    padding-right: 15px;
  }
  .coming-soon .cloud-img {
    height: 230px;
    top: 0;
  }
  .error-section .not-found img {
    width: 100%;
  }
  .accordion .card-header .card-link::after {
    font-size: 12px;
    top: 17px;
  }
  .faq-section .faq-image {
    margin-top: -32px;
  }
  .faq-section form .btn {
    top: 32px;
  }
  .contact_section .contact-content {
    width: 100%;
  }
  .horizontal-blog .title-2 p {
    margin-bottom: 26px;
  }
  .blog-2 .slick-list {
    margin: 0 -12px;
  }
  .blog-2 .slick-list .slick-track .slick-slide > div {
    margin: 0 12px;
  }
  .simple-blog .title-3 {
    margin-bottom: 27px;
  }
  .blog-single-detail .blog-title .post-detail li:last-child {
    padding-left: 0;
    margin-left: 0;
    border: none;
  }
  .blog-list-section .blog-list .blog-wrap {
    display: block;
  }
  .blog-list-section .blog-list .blog-wrap .blog-details h3,
  .blog-list-section .blog-list .blog-wrap .blog-details .h3,
  .blog-list-section .blog-list .blog-wrap .blog-details p {
    -webkit-line-clamp: 3;
  }
  .portfolio-grid .filter-panel .top-panel {
    display: flex;
  }
  .fnc-slider {
    height: 500px;
  }
  .fnc-slide__content {
    left: 20%;
    padding: 30px;
  }
  .fnc-slide__heading-line {
    font-size: 40px;
  }
  .fnc-slide__action-btn {
    margin-left: 0;
  }
  .home-section.layout-6 .container > .row,
  .home-section.layout-5 .container > .row {
    padding: 50px 0;
  }
  .home-section.layout-5 {
    padding-top: 60px;
  }
  .home-section.layout-5 .row {
    margin: 0;
  }
  .home-section.layout-5 .home-main .home-content > div > img {
    width: 160px;
  }
  .home-section.layout-5 .home-main .looking-icons {
    margin-top: 40px;
  }
  .home-section.layout-6 .home-main .container > .row {
    padding-top: 100px;
  }
  .home-section.layout-9 {
    padding: 50px 0;
  }
  .looking-icons ul li h6,
  .looking-icons ul li .h6 {
    margin-top: 15px !important;
  }
  .looking-icons ul li .looking-icon svg {
    width: 35px;
    height: 35px;
  }
  header.light-header .menu .brand-logo img {
    width: 120px;
  }
  header.header-2::after {
    bottom: 74px;
  }
  .layout-home2 .home-main {
    padding-top: 130px;
  }
  .layout-home2 .arrow-light .slick-arrow {
    top: 65%;
  }
  .layout-home2 .arrow-light .slick-prev {
    left: 10px;
  }
  .layout-home2 .arrow-light .slick-next {
    right: 10px;
  }
  .layout-home2 .feature-section .feature-content {
    max-width: 450px;
    margin: 0 auto;
  }
  .top-bar .top-content .top-bar-right li .flat-box {
    padding: 6px 12px;
  }
  .top-bar .top-content .top-bar-right li .flat-box i {
    font-size: 12px;
  }
  .top-bar .top-content .top-bar-right li .flat-box.search-sm i {
    vertical-align: 0;
  }
  .top-bar .top-content .top-bar-right li + li {
    margin-left: 6px;
  }
  .top-bar.top-bar-7 .top-content .top-bar-right li:last-child {
    margin-left: 6px;
  }
  .top-bar.top-bar-7 .top-content .top-bar-right li .flat-box {
    padding: 5px 10px 6px;
    display: block;
  }
  .top-bar.top-bar-7 .top-content .top-bar-right li .flat-box i {
    font-size: 12px;
  }
  .top-bar.top-bar-7 .top-content .top-bar-right .input-group {
    display: none;
  }
  .top-bar.top-bar-7 .top-content .top-bar-right > li > a {
    padding: 6px 8px 7px;
    display: block;
  }
  .layout-home3 .banner-3 {
    width: 65%;
    padding: 20px;
    box-shadow: 2px 0px 20px 20px rgba(255, 255, 255, 0.7);
  }
  .layout-home3 .banner-3 h1,
  .layout-home3 .banner-3 .h1 {
    margin: 15px 0;
  }
  .layout-home3 .banner-3 p {
    margin-bottom: 15px;
  }
  .layout-home3 .slick-slider .slick-arrow {
    width: 60px;
    height: 60px;
  }
  .layout-home3 .slick-slider .slick-arrow::after {
    width: 35px;
    height: 35px;
    top: 12px;
    left: 12px;
  }
  .layout-home3 .bg-layout-3 {
    padding: 50px 0;
  }
  .layout-home3 .slick-arrow .slick-thumb-nav::after {
    width: 40px;
    height: 40px;
  }
  .feature-3 .next-image {
    top: 253px;
    width: 78px;
    height: 78px;
    right: 11px;
  }
  .layout-home4 .sync-slider .home-slider-4.arrow-image .slick-arrow::after {
    width: 90px;
    height: 90px;
    left: -26px;
    top: -26px;
  }
  .layout-home4 .sync-slider .home-slider-4.arrow-image .slick-prev {
    left: 30px;
  }
  .layout-home4 .sync-slider .home-slider-4.arrow-image .slick-next {
    right: 30px;
  }
  .layout-home4 .sync-slider .home-nav .slider-image {
    width: 80px;
    height: 50px;
  }
  .layout-home4 .home-slider-4 .slider-image {
    padding: 50px 0;
  }
  .layout-home4 .home-slider-4 .slider-image .home-content {
    padding: 20px;
    text-align: center;
  }
  .layout-home4 .home-slider-4 .slider-image .home-content .font-color4 {
    align-items: center;
    justify-content: center;
  }
  .layout-home4 .home-slider-4 .slider-image .home-content h6.line-right::after,
  .layout-home4 .home-slider-4 .slider-image .home-content .line-right.h6::after {
    display: none;
  }
  .layout-home4 .home-slider-4 .slider-image .home-content h1,
  .layout-home4 .home-slider-4 .slider-image .home-content .h1 {
    line-height: 1.5;
  }
  .layout-home4 .slider-image .home-content p {
    width: 100%;
  }
  .layout-home8 {
    height: 740px;
  }
  .layout-home8 .home-content {
    margin-bottom: 30px;
  }
  .layout-home8 .home-content h1,
  .layout-home8 .home-content .h1 {
    margin-top: -4px !important;
  }
  .search-with-tab .nav-tabs .nav-item .nav-link {
    padding: 8px 16px;
  }
  .search-with-tab .tab-content .review-form > div:nth-child(n+4) {
    margin-top: 16px;
  }
  .search-withmap .vertical-search {
    width: auto;
  }
  .breadcrumb-section {
    height: 350px;
  }
  .breadcrumb-section .breadcrumb-content {
    height: 350px;
    padding-top: 60px;
  }
  .breadcrumb-section.property-main {
    height: 460px;
  }
  .breadcrumb-section #block {
    height: 460px !important;
  }
  .breadcrumb-section.breadcrumb-sm {
    background-color: rgba(0, 0, 0, 0.25);
    background-blend-mode: overlay;
  }
  .breadcrumb-section.breadcrumb-sm .breadcrumb-content > div {
    flex-direction: column;
  }
  .breadcrumb-section.breadcrumb-sm .breadcrumb-content > div h2,
  .breadcrumb-section.breadcrumb-sm .breadcrumb-content > div .h2 {
    margin-bottom: 10px;
  }
  .breadcrumb-section.breadcrumb-sm.breadcrumb-gradient {
    background-blend-mode: unset;
  }
  .single-property {
    margin-top: 60px;
  }
  .single-property .description-section .menu-top li a {
    padding: 0 14px 0 0;
  }
  .single-property .description-section .menu-top li.active a {
    border-bottom: none;
  }
  .single-property .page-section iframe {
    height: 250px;
  }
  .gallery-nav .slick-slide img {
    min-height: 46px;
  }
  .single-property-section .left-single > ul {
    flex-wrap: wrap;
  }
  .single-property-section .left-single > ul > li {
    flex: 0 0 30%;
    max-width: 30%;
  }
  .single-property-section .left-single .share-buttons > div .share-hover {
    bottom: -40px;
  }
  .single-property-section .left-single .share-buttons > div .share-hover ul li {
    padding: 5px 10px;
  }
  .single-property-section .left-single .share-buttons > div:hover .share-hover {
    bottom: -35px;
  }
  .single-property-images.ratio_40 .bg-size:before {
    padding-top: 68%;
  }
  .single-property-images .single-property-section {
    position: relative;
    bottom: unset;
    padding: 30px 0;
  }
  .single-property-images ~ .single-property {
    margin-top: 0;
    padding-top: 0;
  }
  .home-view {
    height: 55vh;
  }
  .line-tab.nav-tabs .nav-link {
    padding: 15px 8px;
  }
  .btn {
    padding: 8px 18px;
  }
  .btn.btn-dashed {
    padding: 9px 18px;
  }
  .btn.btn-light-bg::after {
    height: 39px;
  }
  .theme-buttons > div {
    margin-left: -6px;
  }
  .theme-buttons > div .btn + .btn {
    margin-left: 6px;
  }
  .label.label-lg {
    padding: 8px 20px;
  }
  footer .footer {
    padding: 50px 0;
  }
  footer .footer-details p {
    margin-bottom: 10px;
  }
  footer .footer-details .footer-contact ul li + li {
    margin-top: 10px;
  }
  footer .sub-footer {
    text-align: center;
  }
  footer .sub-footer .text-end {
    text-align: center !important;
    margin-top: 5px;
  }
  footer .sub-footer.sub-footer-dark {
    padding-top: 16px;
  }
  footer .sub-footer.footer-light {
    padding-top: 8px;
  }
  footer .footer-links {
    padding-bottom: 15px;
  }
  footer .footer-links .footer-title span {
    display: block;
    top: 0;
    right: 0;
  }
  footer .footer-links .footer-title span i {
    font-size: 13px;
  }
  footer .footer-links h5,
  footer .footer-links .h5 {
    margin-bottom: 0;
    line-height: 1.2;
    cursor: pointer;
  }
  footer .footer-links .footer-content {
    margin-top: 15px;
  }
  footer .footer-links .footer-content .footer-blog p {
    line-height: 1.6;
  }
  footer .footer-links .footer-content li + li {
    margin-top: 6px;
  }
  footer .footer-links.footer-details .footer-content {
    margin-top: 15px !important;
  }
  footer.footer-dark .footer-details .footer-content {
    margin-top: 15px;
  }
  footer.footer-dark .footer-details .footer-content p {
    margin-top: 10px;
  }
  footer.footer-light .footer-links .footer-content {
    margin-top: 15px;
  }
  footer.footer-light .footer-links .footer-title .according-menu {
    position: absolute;
    top: 0;
    right: 0;
  }
  footer.footer-res .footer-contact {
    margin-bottom: 3px;
  }
  footer.footer-res .footer .row > div:nth-child(4),
  footer.footer-res .footer .row > div:last-child {
    margin-top: 0;
  }
  footer.footer-res .footer .row > div:last-child .footer-links {
    padding-bottom: 0;
    margin-bottom: -3px;
  }
  footer.footer-res .footer-links .footer-content {
    margin-top: 15px;
    margin-bottom: 0;
  }
  .footer-bg .bottom-blog {
    padding-top: 20px;
  }
  .footer-bg .bottom-blog .footer-links .footer-title span {
    right: 6px;
  }
  .footer-bg .bottom-blog .footer-links .footer-content {
    margin-top: 15px;
  }
  .footer-bg .bottom-blog .footer-links .footer-content .row > div + div {
    margin-top: 15px;
  }
  .footer-bg .footer-links {
    padding-bottom: 20px;
  }
  .footer-bg .footer-links .footer-content {
    margin-top: 15px;
  }
  .footer-bg .footer-links .footer-content .input-group {
    margin-top: 20px;
  }
  .footer-bg .footer-links .footer-content li + li {
    margin-top: 6px;
  }
  .footer-custom-col .row > div:nth-child(3),
  .footer-custom-col .row > div:last-child,
  .footer-custom-col .row > div:nth-child(4),
  .footer-light .row > div:nth-child(3),
  .footer-light .row > div:last-child,
  .footer-light .row > div:nth-child(4) {
    margin-top: 0 !important;
  }
  .footer-custom-col .row > div:last-child .footer-links,
  .footer-light .row > div:last-child .footer-links {
    padding-bottom: 0;
  }
  .footer-brown .footer .row,
  .footer-dark .footer .row {
    margin-top: -3px;
  }
  .footer-brown .sub-footer {
    padding-top: 16px;
  }
  .footer-brown .sub-footer .text-end {
    margin-top: 0;
  }
  .footer-light .row {
    margin-bottom: -3px;
    margin-top: -3px;
  }
  .footer-light .footer-content {
    margin-bottom: -2px;
  }
  .ratio-card .card-body h5,
  .ratio-card .card-body .h5 {
    margin-top: -2px;
  }
  .ratio-card .card-body .row > div + div {
    margin-top: 20px;
  }
  .property-grid-slider .property-grid .slider-for .slick-list {
    height: 250px;
  }
  .property-grid-slider .property-grid .slider-nav .slick-slide img {
    min-height: unset;
    height: 84px;
    width: 100%;
  }
  .property-grid-slider .filter-panel .top-panel .grid-list-filter li:nth-child(2) {
    order: -1;
  }
  .layout-home4 .home-slider-4 .slick-arrow {
    display: none !important;
  }
  .testimonial-1 .pepole-comment .client-msg {
    margin-bottom: 30px;
  }
  .client-slider {
    margin-top: 48px;
    width: 100%;
  }
  .client-slider .user-list {
    transform: scale(0.7);
  }
  .client-slider .user-list li .heart-bg {
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 48px;
  }
  .client-slider .user-list li .heart-icon {
    bottom: -12px;
    left: 57px;
  }
  .our-client .client-right {
    padding: 30px;
  }
  .our-client .client-right p {
    margin-top: -5px;
  }
  .our-client .client-right h6,
  .our-client .client-right .h6 {
    margin-bottom: -4px;
  }
  .our-client .client-left img {
    box-shadow: 0px 10px 12.5px rgba(0, 128, 255, 0.03);
  }
  .modern-client .comment-right {
    bottom: -12px;
  }
  .modern-client .comment-right .slick-prev {
    left: 40%;
  }
  .modern-client .comment-right .slick-next {
    left: 50%;
  }
  .modern-client .comment-right .slick-next:after {
    right: 10px;
  }
  .testimonial-style-2 .title-3 {
    margin-bottom: 27px;
  }
  .banner-2 {
    overflow: hidden;
  }
  .banner-2 .banner-right {
    position: relative;
    padding: 30px;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.95);
  }
  .banner-2:after {
    width: 100%;
  }
  .banner-3 {
    padding: 30px;
  }
  .banner-3 p {
    font-size: 14px;
    line-height: 1.8;
  }
  .banner-inner {
    padding-top: 106px;
  }
  .about-box .bg-size:before {
    padding-top: 80%;
  }
  .arrow-white {
    margin-bottom: 75px;
  }
  .arrow-white .slick-arrow {
    width: 40px;
    height: 40px;
    bottom: -70px;
  }
  .arrow-white .slick-prev {
    left: 40%;
  }
  .arrow-white .slick-next {
    right: 40%;
  }
  .about-section .about-1 .bg-size {
    background-position: top !important;
  }
  .about-section .about-1 .bg-size:before {
    padding-top: 78%;
  }
  .about-section.ratio_square .title-3 p {
    margin-bottom: -3px;
  }
  .about-section .title-3 {
    margin-top: -11px;
  }
  .about-section .title-3.text-start p {
    margin-bottom: -3px;
  }
  .service-section .title-2 {
    margin-bottom: -5px;
  }
  .service-section .title-3 p {
    margin-bottom: -3px;
  }
  .service-section .title-3.text-start p {
    margin-bottom: -12px;
  }
  .service-section.service-bg::after {
    height: 150px;
  }
  .service-section.service-2 .property-service > div .service-box .hover-line {
    transform: scale(0.9);
  }
  .service-section.service-2 .property-service > div .service-box .btn span {
    vertical-align: -1px;
  }
  .service-section.service-2 .property-service > div .service-box:hover .btn span {
    vertical-align: 0;
  }
  .service-section.service-2 .property-service > div .service-box .btn:hover span {
    vertical-align: -2px;
  }
  .service-section.service-2 .property-service.about-service > div .service-box .btn span {
    vertical-align: -1px;
  }
  .service-section.service-2.color-7 .property-service > div .service-box:hover .btn span {
    vertical-align: -1px;
  }
  .why-choose .title-2 {
    margin-bottom: -3px;
  }
  .about-testimonial .title-2 {
    margin-bottom: -3px;
  }
  .property-section .title-3 {
    margin-bottom: 27px;
  }
  .property-section .title-3.d-flex {
    display: block !important;
    margin-bottom: 30px;
  }
  .property-section .title-3 .pagination-tab {
    margin-top: 10px;
  }
  .property-section .title-2 {
    margin-bottom: -5px;
  }
  .property-section .ratio_landscape .title-2 {
    margin-bottom: -3px;
  }
  .property-section .property-box .property-details .property-btn .btn {
    padding: 8px 18px 7px;
  }
  .property-section .property-box .property-details .property-btn .btn.btn-dashed {
    padding: 9px 18px 8px;
  }
  .property-section .list-property .property-box .property-image .bg-size:before {
    padding-top: 60%;
  }
  .property-section .list-property .property-box .property-image .overlay-property .overlay-box p {
    width: 100%;
  }
  .property-section .list-property .property-box .property-details .icon-property li + li::before {
    left: -36px;
  }
  .property-section .list-property .property-box .text-center {
    margin-top: -19px;
  }
  .property-section .property-box-flat .property-box .property-image .label-white {
    padding: 8px 20px 7px;
  }
  .property-section .property-box-flat .property-box .property-details h3,
  .property-section .property-box-flat .property-box .property-details .h3 {
    margin-top: 0;
  }
  .pagination-tab.nav-tabs {
    justify-content: flex-end;
    margin-top: 10px;
  }
  .pagination-tab.nav-tabs .nav-item {
    margin-bottom: 0;
  }
  .slick-shadow .arrow-white .slick-arrow {
    bottom: -65px;
  }
  .no-slider-property .property-box {
    margin: 0;
  }
  .no-slider-property .property-box .property-details .icon-property li + li::before {
    left: -38px;
  }
  .filter-panel {
    position: relative;
  }
  .filter-panel .top-panel {
    display: block;
  }
  .filter-panel .top-panel .grid-list-filter {
    margin: 15px -5px -4px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .filter-panel .top-panel .grid-list-filter li {
    margin: 5px;
  }
  .filter-panel .top-panel .grid-list-filter .grid-btn,
  .filter-panel .top-panel .grid-list-filter .list-btn {
    display: none !important;
  }
  .filter-panel .d-lg-none .mobile-filter {
    padding: 8px 10px;
  }
  .filter-panel .d-lg-none .mobile-filter svg {
    margin-left: 10px;
    vertical-align: -4px;
  }
  .filter-panel .grid-list-filter li .filter-bottom-title {
    padding: 8px 10px;
  }
  .filter-panel.with-modal-btn .top-panel .grid-list-filter {
    justify-content: flex-start;
  }
  .filter-panel.tab-top-panel .grid-list-filter li:last-child {
    margin-left: 5px;
  }
  .filter-panel.tab-top-panel .grid-list-filter li:nth-child(2) {
    order: -1;
  }
  .property-grid.list-view .property-box {
    display: block;
  }
  .property-grid-3 .property-grid.list-view .property-box .property-image,
  .property-grid-3 .property-grid.list-view .property-box .agent-image {
    width: 100%;
  }
  .property-map .property-grid {
    padding-top: 25px;
  }
  .property-map .property-grid.list-view .property-box .property-image {
    width: 100%;
  }
  .property-map .top-panel .grid-list-filter li:nth-child(2) {
    order: -1;
  }
  .property-grid-slider .property-grid .slider-for .slick-slide #block {
    height: 285px !important;
  }
  .property-grid-slider .property-grid .slider-nav {
    margin-right: -3px;
  }
  .property-list-view .property-grid.list-view .property-box .property-image {
    width: 100%;
  }
  .bg-comman-2::before {
    height: 245px;
  }
  .feature-section .title-3 {
    margin-bottom: 27px;
  }
  .feature-section .feature-content .detail-list li .label-lg {
    padding: 8px 12px 6px;
  }
  .feature-section .feature-content .detail-list li .d-flex .label-lg {
    padding: 6px 12px 4px;
  }
  .feature-section .feature-1 .feature-wrapper {
    margin: 0;
  }
  .feature-section .feature-1 .feature-wrapper .property-details {
    max-width: 450px;
  }
  .feature-section .feature-3 .slick-list {
    margin-left: -5px;
  }
  .feature-section .feature-3.slick-initialized .slick-slide {
    margin-bottom: -1px;
  }
  .feature-section .feature-3 .feature-content .details,
  .feature-section .feature-3 .feature-content .feature-price {
    padding: 20px;
  }
  .feature-section .feature-3 .feature-content .detail-list {
    padding: 15px 18px;
  }
  .feature-section .feature-3 .feature-content .details p {
    margin-top: 10px;
  }
  .feature-section .feature-3 .feature-image .feature-overlay {
    transform: translateY(-50%);
    width: 210px;
    height: 169px;
  }
  .feature-section .feature-3 .slick-next,
  .feature-section .feature-3 .slick-prev {
    transform: scale(0.8);
  }
  .feature-section .modern-feature .feature-wrap .feature-image .feature-overlay {
    transform: translateY(-50%);
    width: 210px;
    height: 169px;
  }
  .feature-section .modern-feature.arrow-gradient .slick-prev {
    right: 10% !important;
  }
  .my-gallery .row > div .row > div:nth-child(3),
  .my-gallery .row > div .row > div:nth-child(4) {
    order: unset;
  }
  .my-gallery .find-cities .citi-overlay h6::after,
  .my-gallery .find-cities .citi-overlay .h6::after {
    width: 130px;
    right: -16px;
  }
  .video-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .offer-section .offer-wrapper .media .offer-icon {
    width: 80px;
    height: 80px;
  }
  .offer-section .offer-wrapper .media .offer-icon img {
    height: 40px;
  }
  .offer-section .offer-wrapper .media .media-body {
    margin-left: 15px;
  }
  .video-details h2,
  .video-details .h2 {
    margin: 15px 0 8px;
  }
  .video-details p {
    margin-bottom: 15px;
  }
  .new-property .feature-wrap {
    margin: 0;
  }
  .new-property .title-2 h2,
  .new-property .title-2 .h2 {
    margin-top: -5px;
  }
  .subscribe-section .video-details .form-group {
    margin-bottom: 20px;
  }
  .subscribe-section .video-details .form-group input {
    width: 80%;
    padding: 10px 15px 8px;
  }
  .subscribe-section .video-details .form-group::after {
    width: 80%;
  }
  .arrow-define {
    font-size: 13px;
  }
  .blog-section.bg-comman-2::before {
    height: 300px;
  }
  .blog-1 .blog-box .img-box img {
    min-width: 239px;
  }
}
@media (max-width: 719px) {
  .property-section .property-box-flat .property-box .property-details h3,
  .property-section .property-box-flat .property-box .property-details .h3 {
    margin-top: -2px;
  }
}
@media (max-width: 576px) {
  .blog-single-detail .comment-section .comment-box .media .media-body .comment-detail p {
    width: 100%;
  }
  .pricing-section .pricing-box .pricing-details .pricing-icon::after {
    transform: translateX(9px);
  }
  .about-section .about-1 .owl-carousel .owl-nav .owl-prev {
    bottom: -69px;
  }
  .about-section .about-1 .owl-carousel .owl-nav .owl-next {
    bottom: -69px;
  }
  .parallax-home .container > .row {
    height: 240px;
  }
  .breadcrumb-section {
    height: 270px;
  }
  .breadcrumb-section .breadcrumb-content {
    height: 270px;
    padding-top: 56px;
  }
  .toggle-right svg {
    width: 20px;
  }
  header.header-4 .menu .brand-logo img {
    margin-bottom: 0;
  }
  header.light-header .menu .header-right li .or:after {
    color: #586167;
  }
  .home-section.layout-5 {
    padding-top: 56px;
    padding-bottom: 40px;
  }
}
@media (max-width: 575px) {
  .feature-section.bg-comman-2 .feature-2 .owl-theme .owl-nav.disabled + .owl-dots {
    bottom: -32px;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 20px;
    line-height: 1.4;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
  h5,
  .h5 {
    font-size: 16px;
  }
  h6,
  .h6 {
    font-size: 14px;
    line-height: 1.5;
  }
  p {
    font-size: 14px;
    line-height: 1.5;
  }
  .label {
    padding: 3px 8px 2px;
  }
  .about-section .about-3 .owl-item > div {
    margin-right: 15px !important;
  }
  .form-control {
    font-size: 14px;
  }
  .layout-map.layout-home2 {
    min-height: 500px;
  }
  .pricing-property .feature-section.ratio_landscape .feature-wrap {
    overflow-x: hidden;
  }
  .home-section.layout-1 .owl-carousel .owl-stage-outer .owl-stage .owl-item .bg-size {
    height: 460px;
  }
  .property-section .property-4 .owl-theme .owl-item .ng-star-inserted > div {
    margin: 0 !important;
  }
  .review .review-box {
    position: relative;
  }
  .review .review-box .media img.img-70 {
    width: 50px !important;
  }
  .review .review-box .media .media-body {
    margin-left: 15px;
    margin-top: 6px;
  }
  .review .review-box .media .media-body h6,
  .review .review-box .media .media-body .h6 {
    margin-bottom: 2px;
  }
  .review .review-box .media .rating {
    position: absolute;
    left: 150px;
    top: 29px;
  }
  .review .review-box + .review-box {
    margin-top: 15px;
  }
  .review .review-box.review-child {
    margin-left: 30px;
  }
  .review .review-box.review-child {
    margin-left: 35px;
  }
  .review .review-box .media .media-body p.mb-0 {
    width: 90%;
  }
  .blog-single-detail.theme-card .property-slider:hover .slick-prev {
    width: 16px;
    height: 16px;
  }
  .blog-single-detail.theme-card .property-slider:hover .slick-prev::before {
    font-size: 18px;
  }
  .blog-single-detail.theme-card .property-slider:hover .slick-next {
    width: 16px;
    height: 16px;
  }
  .blog-single-detail.theme-card .property-slider:hover .slick-next::before {
    font-size: 18px;
  }
  .grid-box .property-text {
    padding: 16px;
  }
  .owl-theme .owl-nav.disabled + .owl-dots {
    bottom: -21px;
  }
  .portfolio-grid .filter-panel .filters ul li {
    min-width: 100px;
  }
  .agent-section .about-agent div.row {
    margin-bottom: -8px;
  }
  .agent-section .about-agent p {
    margin-bottom: 8px;
  }
  .column-space {
    margin-bottom: -20px;
  }
  .column-space > div {
    margin-bottom: 20px;
  }
  .parallax-home.video-layout {
    height: auto;
    min-height: auto;
  }
  .parallax-home.video-layout .video-search .dropdown {
    display: none;
  }
  .feature-section .feature-3 .feature-content {
    box-shadow: 0 0 23px rgba(0, 0, 0, 0.08);
  }
  .feature-section .feature-3 .feature-content .details {
    padding: 20px !important;
  }
  .feature-section .feature-3 .feature-content .detail-list {
    padding: 15px 18px !important;
  }
  .feature-section .feature-3 .feature-content .feature-price {
    padding: 20px !important;
  }
  .fnc-slide__action-btn {
    padding: 10px 10px;
  }
  .fnc-slide__action-btn::before {
    height: 40px;
    width: 40px;
  }
  .fnc-slide__action-btn span {
    font-size: 12px;
  }
  .testimonial-client .testimonial-4 .modern-client {
    position: relative;
  }
  .tab-icon .filters ul li lord-icon {
    width: 35px;
    height: 35px;
  }
  section {
    padding: 40px 0;
  }
  .progress {
    height: 5px;
  }
  .grid-list-filter .dropdown-menu {
    min-width: 160px;
  }
  .title-2 {
    margin-bottom: -4px;
  }
  .title-2 h2,
  .title-2 .h2 {
    margin-top: -2px;
  }
  .title-2 p {
    line-height: 1.7;
  }
  .title-3 p {
    margin-bottom: 0;
  }
  .title-3.text-start h2,
  .title-3.text-start .h2 {
    margin-top: -5px;
  }
  .contact_right {
    margin-top: 20px;
  }
  .theme-title .title-1 h2,
  .theme-title .title-1 .h2 {
    margin-bottom: -7px;
  }
  .theme-title .theme-card .card-header h4,
  .theme-title .theme-card .card-header .h4 {
    margin-top: -1px;
  }
  .theme-title .title-2 h2,
  .theme-title .title-2 .h2 {
    margin-top: -3px;
  }
  .theme-card .title-2 {
    margin-bottom: -6px;
  }
  .theme-card .title-3 p {
    margin-bottom: -2px;
  }
  .theme-pagination {
    margin-top: 20px;
  }
  .property-map .theme-pagination {
    margin-bottom: 30px;
  }
  .testimonial-style-2 .title-3 {
    margin-top: -12px;
  }
  .ratio-card .card-body ul {
    margin-bottom: -5px;
  }
  footer .footer {
    padding: 40px 0;
  }
  footer .footer-links .footer-content .footer-blog p {
    font-size: 13px;
  }
  .footer-bg .bottom-blog .slick-initialized .slick-slide {
    margin-bottom: -5px;
  }
  .footer-bg .footer-details {
    padding: 20px 15px;
  }
  .alert-success {
    max-width: unset;
  }
  .portfolio-creative .order-section {
    margin-bottom: -20px !important;
  }
  .portfolio-creative .order-section div:nth-child(even) {
    margin-bottom: 20px;
  }
  .theme-card + .theme-card {
    margin-top: 20px;
  }
  .captcha {
    margin-bottom: 15px;
  }
  .theme-label .card-header h5,
  .theme-label .card-header .h5 {
    margin-top: -2px;
  }
  .my-gallery .title-1 h2,
  .my-gallery .title-1 .h2 {
    margin-bottom: -2px;
  }
  .my-gallery .row .col .row {
    margin-bottom: -20px;
  }
  .my-gallery .row .col .row > div {
    margin-bottom: 20px;
  }
  .offer-section .title-1 h2,
  .offer-section .title-1 .h2 {
    margin-bottom: -7px;
  }
  .offer-section .offer-wrapper {
    padding: 20px;
  }
  .offer-section .offer-wrapper .media .media-body h3,
  .offer-section .offer-wrapper .media .media-body .h3 {
    margin: 10px 0;
  }
  .video-layout {
    padding-bottom: 40px;
  }
  .video-layout .video-details {
    width: 100%;
    padding: 0;
  }
  .video-layout .video-details p {
    width: 100%;
    overflow: unset;
    -webkit-line-clamp: unset;
  }
  .video-layout .icon-video {
    position: relative;
    left: unset;
    transform: unset;
    top: unset;
    margin-bottom: 20px;
  }
  .video-layout .row > div.video:last-child {
    order: -1;
  }
  .video-layout .play-icon {
    position: relative;
    bottom: unset;
    left: unset;
    margin: 0;
  }
  .video-layout .play-bg {
    width: auto;
    height: auto;
    border: none;
  }
  .video-layout .play-bg img {
    display: none;
  }
  .video-layout .play-bg::after {
    display: none;
  }
  .video-layout .video-search {
    width: 100%;
  }
  .video-layout .video-search .input-group {
    border-right: none;
  }
  .video-layout .video-search .input-group input {
    padding-right: 0;
  }
  .video-details h2,
  .video-details .h2 {
    margin: 10px 0 4px;
  }
  .new-property .title-2 {
    margin-bottom: -7px;
  }
  .pricing-section .title-3 {
    margin-bottom: 17px;
  }
  .pricing-section .pricing-box .pricing-details h3,
  .pricing-section .pricing-box .pricing-details .h3 {
    margin-bottom: 4px;
  }
  .pricing-section .pricing-box .pricing-details .pricing-svg {
    width: 40px;
    height: 40px;
  }
  .pricing-section .pricing-box .pricing-details .pricing-icon::after {
    width: 35px;
    height: 35px;
    left: -1px;
  }
  .pricing-section .pricing-box ul {
    margin: 20px 0 26px;
  }
  .pricing-section .pricing-box ul li + li {
    margin-top: 5px;
  }
  .pricing-section.pricing-inner .title-2 h2,
  .pricing-section.pricing-inner .title-2 .h2 {
    margin-top: -3px;
  }
  .filter-panel {
    padding: 0 0 20px;
  }
  .filter-panel .top-panel .grid-list-filter {
    margin-top: 10px;
    margin-bottom: 0;
  }
  .filter-panel .d-lg-none .mobile-filter {
    padding: 6px 10px;
  }
  .tab-listing .filter-panel {
    margin-bottom: 20px;
  }
  .property-grid-2 .filter-panel .top-panel h2,
  .property-grid-2 .filter-panel .top-panel .h2 {
    margin-bottom: 5px;
  }
  .property-map .filter-panel .top-panel h2,
  .property-map .filter-panel .top-panel .h2 {
    margin-top: -3px;
  }
  .privacy-setting .common-card .common-header p {
    margin-top: 5px;
  }
  .logout-modal .modal-body h6,
  .logout-modal .modal-body .h6 {
    margin-bottom: 4px;
  }
  .logout-modal .modal-body p {
    font-size: 13px;
  }
  .signup-modal .signup-tab h4,
  .signup-modal .signup-tab .h4 {
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .testimonial-client .title-3.text-start {
    margin-top: 2px;
  }
  .pricing-inner .title-2 p {
    margin-bottom: 16px;
  }
  .line-tab.nav-tabs .nav-link {
    padding: 10px 8px;
  }
  .terms-section h2,
  .terms-section .h2 {
    margin-top: -5px;
    margin-bottom: 15px;
    line-height: 1.5;
  }
  .terms-section .terms-wrapper p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .terms-section .terms-wrapper h4,
  .terms-section .terms-wrapper .h4 {
    margin-bottom: 6px;
    line-height: 1.5;
  }
  .terms-section .terms-wrapper ul li {
    font-size: 14px;
  }
  .our-client .client-right {
    padding: 20px;
  }
  .our-client .client-right h3,
  .our-client .client-right .h3 {
    margin-bottom: 5px;
  }
  .our-client .client-right h6,
  .our-client .client-right .h6 {
    margin-bottom: -6px;
  }
  .property-wizard .wizard-box .wizard-step-container .wizard-steps li .media .media-body {
    padding: 0 15px;
  }
  .property-wizard .wizard-form-details.log-in .title-3 {
    margin-bottom: 20px;
  }
  .property-wizard.horizontal-wizard .wizard-box .wizard-step-container .log-in {
    margin-top: 30px;
  }
  .property-wizard.horizontal-wizard .wizard-box .wizard-step-container .wizard-form-details .wizard-step-3 .next-btn {
    margin-top: 20px;
  }
  .left-sidebar,
  .blog-sidebar {
    padding: 20px;
  }
  .filter-cards .advance-card .category-property ul li + li,
  .filter-cards .advance-card .recent-property ul li + li {
    margin-top: 10px;
  }
  .filter-cards .advance-card > h6::before,
  .filter-cards .advance-card > .h6::before {
    bottom: -6px;
  }
  .blog-sidebar .filter-cards .advance-card .recent-property ul li,
  .single-sidebar .filter-cards .advance-card .recent-property ul li {
    width: 100%;
  }
  .blog-sidebar .filter-cards .advance-card .recent-property ul li:nth-child(2),
  .single-sidebar .filter-cards .advance-card .recent-property ul li:nth-child(2) {
    margin-top: 10px;
  }
  .blog-sidebar .filter-cards .advance-card .recent-property ul li .media .media-body h5,
  .blog-sidebar .filter-cards .advance-card .recent-property ul li .media .media-body .h5,
  .single-sidebar .filter-cards .advance-card .recent-property ul li .media .media-body h5,
  .single-sidebar .filter-cards .advance-card .recent-property ul li .media .media-body .h5 {
    margin-bottom: 5px;
  }
  .blog-wrap .blog-details {
    padding: 20px;
  }
  .blog-grid,
  .blog-list {
    margin-bottom: -20px;
  }
  .blog-grid .blog-wrap,
  .blog-list .blog-wrap {
    margin-bottom: 20px;
  }
  .blog-single-detail .leave-comment {
    margin-top: 20px;
  }
  .blog-single-detail .comment-section .comment-box .media .media-body .comment-title .comment-date {
    margin-left: 10px;
  }
  .blog-single-detail .comment-section h4,
  .blog-single-detail .comment-section .h4 {
    margin-bottom: 15px;
  }
  .portfolio-creative .content-sec h3,
  .portfolio-creative .content-sec .h3 {
    margin-top: -5px;
  }
  .details-right {
    padding: 20px;
  }
  .details-right h3,
  .details-right .h3 {
    margin-top: -5px;
    margin-bottom: 8px;
  }
  .project-details {
    margin-top: 15px;
  }
  .project-details h3,
  .project-details .h3 {
    margin-top: 0;
    margin-bottom: 12px;
  }
  .project-details .detail-container {
    padding: 6px 0;
  }
  .portfolio-details .portfolio-section {
    margin-top: 6px;
  }
  .portfolio-grid .property-text h3,
  .portfolio-grid .property-text .h3 {
    margin-bottom: 6px;
  }
  .grid-box .property-text h3,
  .grid-box .property-text .h3 {
    margin-top: -4px;
  }
  .portfolio-creative .row + .row {
    padding-top: 20px;
  }
  .log-in form .form-group {
    margin-bottom: 15px;
  }
  .log-in .divider {
    margin: 10px 0;
  }
  .login-wrap .log-in .title-3.text-start h2,
  .login-wrap .log-in .title-3.text-start .h2 {
    margin-top: -5px;
  }
  .coming-simple .site-construction h4,
  .coming-simple .site-construction .h4 {
    font-size: 16px;
  }
  .coming-simple .site-construction p {
    margin-bottom: 20px;
  }
  .coming-simple .title-3 h6,
  .coming-simple .title-3 .h6 {
    margin-bottom: 6px;
  }
  .coming-simple .ratio2_3 > img {
    height: 400px;
  }
  .coming-simple form input {
    font-size: 14px;
  }
  .coming-simple form input::placeholder {
    font-size: 14px;
  }
  .coming-soon.coming-left .coming-soon-detail .timer li {
    margin: 0 5px;
  }
  .coming-soon .cloud-img {
    height: 170px;
  }
  .coming-soon .coming-soon-detail form input {
    font-size: 14px;
  }
  .coming-soon .coming-soon-detail form .form-group button {
    padding: 8px 14px;
  }
  .property-grid.list-view .property-box .agent-image {
    border-right: none;
    border-bottom: 1px solid #eee;
  }
  .user-dashboard .sidebar-user {
    margin-bottom: 20px;
  }
  .user-dashboard .sidebar-user .user-profile {
    display: block;
    padding: 20px 20px 0;
  }
  .user-dashboard .sidebar-user .user-profile .connected-social {
    margin-left: 0;
    margin-top: 15px;
  }
  .user-dashboard .sidebar-user .user-profile .connected-social h6::before,
  .user-dashboard .sidebar-user .user-profile .connected-social .h6::before {
    bottom: -3px;
  }
  .user-dashboard .sidebar-user .user-profile .media .media-body h5,
  .user-dashboard .sidebar-user .user-profile .media .media-body .h5 {
    margin-bottom: 5px;
  }
  .user-dashboard .sidebar-user .user-profile .media .media-body h6,
  .user-dashboard .sidebar-user .user-profile .media .media-body .h6 {
    margin-bottom: 2px;
  }
  .user-dashboard .dashboard-content {
    margin-bottom: -20px;
  }
  .user-dashboard .dashboard-content .common-card {
    margin-bottom: 20px;
  }
  .user-dashboard .dashboard-content .user-wrapper .available-property .radial-property .apexcharts-datalabels-group .apexcharts-datalabel-label {
    font-size: 32px;
  }
  .user-dashboard .dashboard-content .property-section {
    margin-bottom: 20px;
  }
  .right-line-tab .nav-item .nav-link {
    padding: 3px 8px;
  }
  .my-profile .profile-info .user-name h5 .label,
  .my-profile .profile-info .user-name .h5 .label {
    padding: 4px 8px 3px;
  }
  .my-profile .profile-info .user-name .rating {
    display: block;
    margin-left: 0;
  }
  .my-profile .profile-info .user-detail {
    margin: 5px -10px 5px;
  }
  .my-profile .profile-info .user-detail li {
    margin: 2px 10px;
  }
  .my-profile .profile-info .information ul li span:first-child {
    min-width: unset;
  }
  .card-payment > div:nth-child(n+2) .payment-card {
    margin-top: 15px;
  }
  .card-payment .payment-card .card-details .card-number > div img {
    width: 9%;
  }
  .card-payment .payment-card .card-details .card-number > div img:last-child {
    width: 3%;
    margin-left: 5px;
  }
  .create-tab .create-property-form .form-inputs > h6,
  .create-tab .create-property-form .form-inputs > .h6 {
    margin-bottom: 15px;
    padding-bottom: 5px;
  }
  .create-tab .create-property-form .form-inputs + .form-inputs {
    margin-top: 15px;
  }
  .create-tab .create-property-form .btn {
    margin-top: 15px;
  }
  .dropzone .dz-message {
    margin: 0;
  }
  .dropzone i {
    font-size: 40px;
  }
  .user-about .about-image {
    margin-top: 42px;
    margin-bottom: 20px;
  }
  .user-about .about-image .side-left .side-effect::before,
  .user-about .about-image .side-left .side-effect::after {
    width: calc(100% - 350px);
  }
  .user-about .about-image .img-box img {
    max-width: 205px;
  }
  .user-about .about-image .img-box.img-abs {
    right: 140px;
  }
  .user-about .about-content {
    margin-bottom: 20px;
  }
  .user-about .about-content h3,
  .user-about .about-content .h3 {
    margin-bottom: 10px;
  }
  .user-about .about-listing {
    padding: 20px;
  }
  .user-about .map-image {
    margin-bottom: 15px;
  }
  .why-choose .title-2 h2,
  .why-choose .title-2 .h2,
  .blog-inner .title-2 h2,
  .blog-inner .title-2 .h2 {
    margin-top: -4px;
  }
  .about-testimonial .title-2 {
    margin-bottom: -4px;
  }
  .about-testimonial .title-2 h2,
  .about-testimonial .title-2 .h2 {
    margin-top: -3px;
  }
  .blog-grid,
  .blog-right,
  .blog-list {
    margin-top: 20px;
  }
  .blog-inner .title-2 {
    margin-top: -4px;
  }
  .get-in-touch .contact-img img {
    width: 70%;
  }
  .contact_section .contact_wrap h4,
  .contact_section .contact_wrap .h4 {
    margin-bottom: 10px;
    margin-top: 5px;
  }
  .contact_section.contact_wrap_2 .contact-detail > div:last-child {
    margin-top: 20px;
  }
  .contact_section.contact_wrap_2 .row {
    margin: 0;
  }
  .contact_bottom .row > div + div,
  .contact_bottom .row > div:last-child {
    margin-top: 20px;
  }
  .contact_right .row > div + div {
    margin-top: 20px;
  }
  .contact_right .row > div + div:last-child {
    margin-top: 20px;
  }
  .contact-2 .log-in {
    margin-bottom: 20px;
  }
  .agent-section .agent-wrap {
    border-top: 1px solid #eee;
  }
  .agent-section .agent-content {
    padding: 20px;
  }
  .agent-section .our-agent .ratio_landscape .bg-size::before {
    padding-top: 60%;
  }
  .agent-section .our-agent-details {
    margin-top: 10px;
  }
  .agent-section .agent-grids .filter-panel .top-panel .grid-list-filter .grid-btn,
  .agent-section .agent-grids .filter-panel .top-panel .grid-list-filter .list-btn {
    display: none !important;
  }
  .agent-section .agent-grids .property-grid.list-view .property-box {
    display: block;
  }
  .agent-section .filter-panel {
    margin-top: -2px;
  }
  .agent-social li a {
    width: 25px;
    height: 25px;
  }
  .agent-social li a i {
    font-size: 12px;
  }
  .accordion .card + .card {
    margin-top: 15px;
  }
  .faq-section .faq-image {
    margin-top: -29px;
  }
  .faq-section .faq-image h3,
  .faq-section .faq-image .h3 {
    margin-bottom: 4px;
  }
  .faq-section form .form-group input {
    padding: 14px 15px 12px;
  }
  .faq-questions {
    margin-top: 20px;
  }
  .faq-questions .title-3 h2,
  .faq-questions .title-3 .h2 {
    line-height: 1.3;
  }
  .play-bg-image .icon-video a {
    transform: scale(0.8);
  }
  .icon-video .heart-animation {
    top: -16px;
    right: -15px;
    width: 70px;
    height: 70px;
  }
  .column-sm {
    margin-bottom: -20px;
  }
  .column-sm > div {
    margin-bottom: 20px;
  }
  .column-sm ngx-masonry > div {
    margin-bottom: 20px;
  }
  .filter-panel .filters ul {
    margin: -5px -2px;
  }
  .filter-panel .filters ul li {
    padding: 8px;
    margin: 5px 2px;
  }
  .filter-panel .filters ul li i {
    display: none;
  }
  .filter-panel .mobile-filter {
    position: relative;
    bottom: unset;
  }
  .filter-panel .d-lg-none {
    text-align: left;
  }
  .with-modal-btn .d-lg-none {
    margin-top: 10px;
  }
  .with-modal-btn .top-panel .grid-list-filter {
    display: flex;
  }
  .with-modal-btn .top-panel .grid-list-filter li:first-child {
    order: 4;
  }
  .arrow-define {
    top: 40px;
    right: -10px;
  }
  .arrow-define::after {
    width: 26px;
    height: 26px;
    bottom: 8px;
    left: -27px;
  }
  .single-property-section .single-title {
    padding: 20px;
  }
  .single-property-section .single-title .right-single {
    text-align: left;
  }
  .single-property-section .single-title .label {
    padding: 3px 6px;
  }
  .single-property-section .left-single h2,
  .single-property-section .left-single .h2 {
    margin-top: -4px;
  }
  .single-property-section .left-single ul li > div img {
    width: 22px;
  }
  .single-property-section .left-single ul li > div .ruler-tool {
    width: 22px;
    height: 22px;
  }
  .single-property .page-section {
    padding: 20px;
  }
  .single-property .page-section hr {
    margin: 20px 0;
  }
  .single-property #details h4,
  .single-property #details .h4,
  .single-property .about h4,
  .single-property .about .h4 {
    display: block;
  }
  .single-property #details h4 a,
  .single-property #details .h4 a,
  .single-property .about h4 a,
  .single-property .about .h4 a {
    display: block;
    margin-top: 10px;
  }
  .single-property .description-section .desc-box h4,
  .single-property .description-section .desc-box .h4 {
    margin-top: -1px;
    margin-bottom: 15px;
  }
  .single-property .description-section .desc-box h4.mt-5,
  .single-property .description-section .desc-box .mt-5.h4 {
    margin-top: 25px !important;
  }
  .single-property .description-section .desc-box p {
    margin-bottom: 10px;
  }
  .single-property .description-section .desc-box .feature-dec h4,
  .single-property .description-section .desc-box .feature-dec .h4,
  .single-property .description-section .desc-box .ratio3_2 h4,
  .single-property .description-section .desc-box .ratio3_2 .h4,
  .single-property .description-section .desc-box #floor_plan h4,
  .single-property .description-section .desc-box #floor_plan .h4 {
    margin-top: -2px;
  }
  .single-property .description-section .desc-box + .desc-box {
    margin-top: 20px;
  }
  .single-property-images .single-property-section {
    padding-bottom: 20px;
  }
  .single-property-images .slick-prev {
    left: 15px;
  }
  .single-property-images .slick-next {
    right: 15px;
  }
  .single-property-images.ratio_40 .bg-size:before {
    padding-top: 80%;
  }
  .image_section {
    margin-bottom: 30px;
  }
  .image_section .row > div {
    margin-top: 15px;
  }
  .line-tab.nav-tabs {
    display: block;
    text-align: center;
  }
  .line-tab.nav-tabs li {
    display: block;
  }
  .map-section iframe,
  .map-section .map {
    height: 300px;
  }
  .infoBox .marker-detail {
    width: 150px;
  }
  .infoBox .marker-detail img {
    width: 150px;
  }
  .infoBox .marker-detail .detail-part ul li:last-child {
    padding-left: 0;
    display: block;
    margin-top: 4px;
  }
  .infoBox .marker-detail .detail-part span,
  .infoBox .marker-detail .detail-part a {
    font-size: 12px;
  }
  .leaflet-marker-icon.leaflet-interactive {
    width: 30px !important;
    height: 30px !important;
  }
  .custom-dropdown .custom-dropdown-menu {
    width: 280px;
  }
  header .menu .header-right .dropdown .dropdown-menu {
    margin-top: 25px;
  }
  header.header-1 .menu .header-right li a svg {
    width: 15px;
  }
  header.header-2::after {
    bottom: 60px;
  }
  header.header-2 .menu .header-right li a svg {
    width: 15px;
  }
  header.header-4 .menu .brand-logo img {
    width: 110px;
  }
  header.header-4 .menu .header-right li .search-box i {
    padding: 7px 8px;
    font-size: 11px;
    line-height: 1.2;
  }
  header.header-4 .menu .header-right li .search-box span {
    display: none;
  }
  header.header-4 .menu .header-right li .search-box .form-control {
    left: 40px;
  }
  header.header-4 .menu .header-right li .search-box .form-group {
    position: absolute;
    border: none;
    height: 100%;
    width: 185px;
    transform: translateY(-35px) scaleY(0);
    transition: 0.5s;
    top: 32px;
    right: 0;
    height: 45px;
  }
  header.header-4 .menu .header-right li .search-box .form-group input {
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    transition: unset;
    padding: 10px 15px;
  }
  header.header-4 .menu .header-right li .search-box .form-group::after {
    left: 40px;
  }
  header.header-4 .menu .header-right li .search-box .form-group::after,
  header.header-4 .menu .header-right li .search-box .form-group::before {
    border-radius: 5px;
    transition: unset;
  }
  header.header-4 .menu .header-right li .search-box.open i {
    border-radius: 5px;
  }
  header.header-4 .menu .header-right li .search-box.open .form-group {
    transform: translateY(0) scaleY(1);
    transition: 0.5s;
  }
  header.header-4 .menu .header-right li .search-box.open .form-group input {
    opacity: 1;
    visibility: visible;
    transition: unset;
  }
  header.header-4 .menu .header-right li .search-box.open .form-group::before,
  header.header-4 .menu .header-right li .search-box.open .form-group::after {
    transition: unset;
  }
  header.header-4 .menu .header-right li .search-box.open .form-control {
    transition: unset;
  }
  header.header-4 .menu .header-right li > a {
    padding: 6px;
  }
  header.header-4 .menu .header-right li > a svg {
    height: 14px;
    vertical-align: -2px;
  }
  header.header-4 .menu .header-right li + li {
    margin-left: 4px;
  }
  header.light-header .menu .header-right li a svg {
    width: 15px;
  }
  .toggle-nav.with-text i {
    color: var(--theme-default7) !important;
  }
  .toggle-nav.with-text span {
    display: block;
  }
  .fnc-slider {
    height: 460px;
  }
  .fnc-nav__control {
    width: 93px;
    font-size: 13px;
    height: 44px;
  }
  .fnc-slide__mask {
    display: none;
  }
  .fnc-slide__content {
    left: 50%;
    top: 34%;
    transform: translateX(-50%);
    padding: 20px;
    width: 80%;
  }
  .fnc-slide__heading-line {
    font-size: 32px;
  }
  .fnc-slide__action-btn {
    margin-left: 0;
  }
  .fnc-slide__action-btn span {
    line-height: 25px;
  }
  .fnc-slide__action-btn span:after {
    line-height: 25px;
  }
  .home-section.layout-5 .home-main {
    padding: 40px 0;
  }
  .home-section.layout-5 .home-main .home-content > div > img {
    width: 140px;
  }
  .home-section.layout-6 .home-slider-1 {
    margin-bottom: 30px;
  }
  .home-section.layout-6 .home-main .home-content > div img {
    width: 120px;
  }
  .home-section.layout-6 .home-main .home-content > div h6,
  .home-section.layout-6 .home-main .home-content > div .h6 {
    margin-top: 10px;
  }
  .home-section.layout-6 .home-main .container > .row {
    padding-top: 80px;
  }
  .home-section.layout-6 .container > .row {
    padding: 40px 0;
  }
  .home-section.layout-9 {
    padding: 40px 0;
  }
  .home-section.layout-9 .home-main .home-content > div > img {
    width: 120px;
  }
  .home-section.layout-9 .home-main .home-content h6,
  .home-section.layout-9 .home-main .home-content .h6 {
    margin-top: 10px;
  }
  .layout-home8 {
    height: 782px;
  }
  .layout-home8 .home-content {
    margin-bottom: 20px;
  }
  .layout-home8 .home-content h1,
  .layout-home8 .home-content .h1 {
    margin-bottom: 10px;
  }
  .looking-icons {
    margin-top: 30px;
  }
  .looking-icons h5,
  .looking-icons .h5 {
    margin-bottom: 20px;
  }
  .looking-icons ul {
    margin: -5px -10px;
  }
  .looking-icons ul li {
    margin: 5px;
  }
  .looking-icons ul li .looking-icon {
    padding: 10px;
    min-width: 90px;
  }
  .layout-home3 .bg-layout-3 {
    padding: 40px 0;
  }
  .layout-home2 .home-main {
    padding-top: 90px;
  }
  .layout-home2 .arrow-light .slick-arrow {
    top: 61%;
  }
  .layout-home2 .feature-section .feature-content {
    margin: 40px auto;
    padding: 10px;
  }
  .layout-map .withmap-horizontal .search-panel .filter {
    padding: 20px 0;
  }
  .layout-map.header-map {
    height: 400px;
  }
  .top-bar .top-content {
    padding: 15px 0;
  }
  .top-bar .top-content .top-bar-right li .flat-box {
    padding: 5px 10px;
  }
  .top-bar.top-bar-7 .top-content .top-bar-right > li a,
  .top-bar.top-bar-7 .top-content .top-bar-right > li .flat-box {
    padding: 4px 8px 6px;
  }
  .top-bar.top-bar-7 .top-content .top-bar-right > li a svg {
    vertical-align: -4px;
    width: 14px;
    height: 14px;
  }
  .top-bar.top-bar-7 .top-content .top-bar-right li .flat-box {
    padding: 4px 8px 5px;
  }
  .top-bar.top-bar-7 .top-content .top-bar-right li .flat-box i {
    font-size: 11px;
  }
  .top-right-toggle {
    margin-left: 20px;
  }
  .top-right-toggle svg {
    vertical-align: middle;
    color: #586167;
    width: 20px;
    height: 20px;
  }
  .sm-input {
    width: 170px;
  }
  .feature-3 .next-image {
    display: none !important;
  }
  .arrow-light .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .arrow-light .slick-prev:before {
    margin-left: -2px;
  }
  .arrow-light .slick-next:before {
    margin-left: 3px;
  }
  .layout-home4 .home-slider-4 .slider-image {
    padding: 40px 0;
  }
  .layout-home4 .home-slider-4 .slider-image .home-content {
    margin-bottom: 45px;
  }
  .layout-home4 .sync-slider .home-nav .slick-list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .layout-home4 .sync-slider .home-nav .slick-list .slick-track .slick-slide > div {
    margin-left: 5px;
    margin-right: 5px;
  }
  .search-with-tab .tab-content {
    padding: 20px;
  }
  .search-with-tab .tab-content .review-form > div:nth-child(n+3) {
    margin-top: 16px;
  }
  .search-with-tab .nav-tabs .nav-item .nav-link {
    font-size: 14px;
  }
  .label-heart {
    transform: scale(0.8);
  }
  .label-heart.ms-2 {
    margin-left: 4px !important;
  }
  .title-1 {
    padding-bottom: 20px;
  }
  .title-1 h2,
  .title-1 .h2 {
    padding-top: 10px;
  }
  .title-2 h2,
  .title-2 .h2 {
    margin-bottom: 5px;
  }
  .title-2 p {
    margin-bottom: 20px;
  }
  .title-3 {
    margin-bottom: 20px;
  }
  .title-3 h2,
  .title-3 .h2 {
    margin: 6px 0 6px;
  }
  .breadcrumb-section .breadcrumb-content div {
    padding: 20px 25px;
  }
  .breadcrumb-section .breadcrumb-content div h2,
  .breadcrumb-section .breadcrumb-content div .h2 {
    margin-bottom: 8px;
  }
  .blog-section.bg-comman-2::before {
    height: 248px;
  }
  .blog-1 .blog-box .img-box img {
    min-width: 198px;
  }
  .blog-1 .blog-box .blog-content {
    padding: 15px;
  }
  .blog-1 .blog-box .blog-content p {
    margin-bottom: 20px;
  }
  .blog-1 .slick-list {
    margin: -22px -12px;
  }
  .blog-1 .slick-list .slick-track .slick-slide > div {
    margin: 22px 12px;
  }
  .blog-2 .slick-list {
    margin: 0 -12px;
  }
  .blog-2 .slick-list .slick-track .slick-slide > div {
    margin: 0 12px;
  }
  .horizontal-blog .title-2 p {
    margin-bottom: 13px;
  }
  .simple-blog .title-3 {
    margin-bottom: 17px;
  }
  .modern-client .comment-right {
    position: relative;
    left: 0;
    bottom: 0;
    margin-top: 70px;
    padding: 35px 20px 20px;
  }
  .modern-client .comment-right .media {
    display: block;
  }
  .modern-client .comment-right .media .client-rating {
    margin-bottom: 10px;
  }
  .modern-client .comment-right h3,
  .modern-client .comment-right .h3 {
    margin-bottom: 2px;
  }
  .modern-client .img-testimonial {
    z-index: 2;
    width: 30%;
    margin-left: 20px;
    position: absolute;
  }
  .modern-client .label-heart i {
    margin: 0 0px -2px 1px;
  }
  .testimonial-3 .slick-list {
    margin: -30px -12px;
  }
  .testimonial-3 .slick-list .slick-track .slick-slide > div {
    margin: 30px 12px;
  }
  .client-slider {
    padding: 20px;
  }
  .client-slider h6,
  .client-slider .h6 {
    font-size: 14px;
    letter-spacing: 10px;
  }
  .client-slider p {
    font-size: 14px;
    margin-top: 50px;
  }
  .slick-between .slick-slider .slick-list {
    margin: 0 -12px;
  }
  .slick-between .slick-slider .slick-list .slick-track .slick-slide > div {
    margin: 0px 12px;
  }
  .testimonial-style-1 .title-2 h2,
  .testimonial-style-1 .title-2 .h2 {
    margin-top: -6px;
  }
  .testimonial-style-1 .slick-dots li {
    margin: 0 2px;
  }
  .testimonial-style-2 .title-3 {
    margin-bottom: 17px;
  }
  .testimonial-client .title-3.text-start {
    margin-bottom: 17px;
  }
  .banner-inner {
    padding-top: 96px;
  }
  .banner-1,
  .banner-3 {
    padding: 20px;
  }
  .banner-1 h2,
  .banner-1 .h2 {
    line-height: 1.5;
    margin-bottom: 20px;
    margin-top: 15px;
    letter-spacing: normal;
  }
  .banner-section .button-banner .btn + .btn {
    margin-left: 4px;
  }
  .banner-3 h2,
  .banner-3 .h2 {
    line-height: 1.35;
    margin: 15px auto 10px;
  }
  .banner-3 p {
    margin-bottom: 15px;
  }
  .banner-2 .banner-right {
    padding: 20px;
  }
  .banner-2 .banner-right h6,
  .banner-2 .banner-right .h6 {
    margin-top: -4px;
  }
  .about-section .title-1 h2,
  .about-section .title-1 .h2 {
    margin-bottom: -2px;
  }
  .about-section .about-wrap .about-content .our-details {
    width: 85% !important;
  }
  .about-section .about-wrap .about-content .our-details a {
    margin-top: -3px;
    display: block;
  }
  .about-section.ratio_square .title-3 p {
    margin-bottom: -3px;
  }
  .about-section .title-3.text-start {
    margin-top: -4px;
  }
  .about-section .title-3.text-start p {
    margin-bottom: -3px;
  }
  .about-section .about-2.about-wrap .about-content .our-details {
    padding: 20px;
  }
  .about-section.about-inner .title-2 h2,
  .about-section.about-inner .title-2 .h2 {
    margin-top: -5px;
  }
  .arrow-white {
    margin-bottom: 65px;
  }
  .arrow-white .slick-arrow {
    bottom: -60px;
  }
  .arrow-white .slick-prev {
    left: 37%;
  }
  .arrow-white .slick-next {
    right: 37%;
  }
  .about-box .agent-image .overlay-agent .agent-details {
    padding: 20px;
  }
  .about-box .agent-image .overlay-agent .agent-details h5,
  .about-box .agent-image .overlay-agent .agent-details .h5 {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .about-box .agent-image .overlay-agent .agent-details p {
    margin: 10px 0;
  }
  .about-box .agent-image .overlay-agent .agent-details ul li a {
    width: 30px;
    height: 30px;
  }
  .about-box .agent-image .overlay-agent .agent-details ul li a > img {
    height: 12px;
  }
  .about-people .title-2 h2,
  .about-people .title-2 .h2 {
    margin-top: -4px;
  }
  .service-section .title-2 {
    margin-bottom: -7px;
  }
  .service-section .property-service > div .service-box {
    padding: 20px;
  }
  .service-section .property-service > div .service-box .icon-round {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
  }
  .service-section .title-2 {
    margin-bottom: -4px;
  }
  .service-section .title-2 h2,
  .service-section .title-2 .h2 {
    margin-top: -3px;
  }
  .service-section.service-bg .title-3 {
    margin-top: -3px;
  }
  .service-section.service-2 .property-service > div .service-box {
    padding: 20px;
  }
  .service-section.service-2 .property-service > div .service-box p {
    margin-bottom: 20px;
  }
  .service-section.service-2 .property-service > div .service-box .hover-line {
    margin-bottom: 25px;
  }
  .service-section.service-2 .property-service > div .icon-line-color {
    bottom: -20px;
  }
  .service-section .property-service > div .service-box p {
    font-size: 13px;
    margin-bottom: -1px;
  }
  .service-slider .slick-list {
    margin-top: -15px;
    margin-bottom: -24px;
  }
  .service-slider .slick-list .slick-track .slick-slide > div {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .service-slider .service-wrapper .service-details {
    padding: 40px 20px 20px;
  }
  .service-slider .service-wrapper .service-details p {
    font-size: 13px;
  }
  .service-slider .service-wrapper .service-details h3,
  .service-slider .service-wrapper .service-details .h3 {
    margin-bottom: 10px;
  }
  .service-slider .service-wrapper .top-img-box {
    margin-left: 20px;
  }
  .why-choose .title-2 {
    margin-bottom: -4px;
  }
  .slick-shadow .arrow-white .slick-arrow {
    bottom: -53px;
  }
  .property-section .title-1 h2,
  .property-section .title-1 .h2 {
    margin-bottom: -7px;
  }
  .property-section .filter-panel {
    margin-bottom: 20px;
  }
  .property-section .filter-panel .top-panel h2,
  .property-section .filter-panel .top-panel .h2 {
    margin-top: -3px;
  }
  .property-section .title-2 {
    margin-bottom: -7px;
  }
  .property-section .title-2 h2,
  .property-section .title-2 .h2 {
    margin-top: -3px;
  }
  .property-section .title-3 {
    margin-bottom: 17px;
  }
  .property-section .title-3.text-start h2,
  .property-section .title-3.text-start .h2 {
    margin-top: -3px;
  }
  .property-section .title-3.d-flex {
    margin-bottom: 20px;
  }
  .property-section.slick-between .title-3.text-start {
    margin-top: -5px;
  }
  .property-section .ratio_landscape .title-2 {
    margin-bottom: -4px;
  }
  .property-section .property-box .property-image .overlay-plus span {
    font-size: 56px;
  }
  .property-section .property-box .property-details .icon-property li .d-flex .property-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    margin-right: 10px;
  }
  .property-section .property-box .property-details .property-svg {
    width: 14px;
    height: 14px;
    display: block;
    margin-top: -1px;
    margin-left: 1px;
  }
  .property-section .property-box-flat .property-box .property-details h3,
  .property-section .property-box-flat .property-box .property-details .h3 {
    margin-top: -4px;
  }
  .property-section .property-1 .property-box .property-image .labels-left .label {
    padding: 4px 10px 3px;
  }
  .property-section .property-3 .slick-list {
    margin: -30px -12px;
  }
  .property-section .property-3 .slick-list .slick-track .slick-slide > div {
    margin: 30px 12px;
  }
  .property-section .list-property .property-box .property-image .overlay-property .overlay-box {
    padding: 20px;
  }
  .property-section .listing-hover-property {
    margin-bottom: -20px;
  }
  .property-section .listing-hover-property > div {
    margin-bottom: 20px;
  }
  .property-section .listing-hover-property .property-box .bottom-property {
    bottom: -60px;
  }
  .property-section .listing-hover-property .property-box .bottom-property h5,
  .property-section .listing-hover-property .property-box .bottom-property .h5 {
    margin-bottom: 4px;
  }
  .property-section .listing-hover-property .property-box .bottom-property > div {
    padding: 10px;
  }
  .property-section .property-map .filter-panel {
    margin-bottom: 0;
  }
  .property-map .filter-panel {
    margin-bottom: 0;
  }
  .grid-slider .slick-arrow,
  .thumbnail-slider .slick-arrow,
  .main-property-slider .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .property-grid-slider .property-grid .slider-for .slick-slide #block {
    height: 305px !important;
  }
  .property-grid-slider .property-grid .slider-for .slick-slide video {
    top: 40% !important;
  }
  .property-grid-3 .filter-panel .top-panel h2,
  .property-grid-3 .filter-panel .top-panel .h2 {
    margin-top: -3px;
  }
  .property-grid-3 .property-grid.list-view .property-box .agent-image:hover .overlay-content {
    left: 52%;
  }
  .arrow-gradient .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .arrow-gradient .slick-arrow::before {
    font-size: 13px;
  }
  .feature-section .title-3 {
    margin-bottom: 17px;
  }
  .feature-section .feature-2 .slick-dots {
    bottom: -15px;
  }
  .feature-section .feature-2 .feature-box .feature-bottom {
    padding: 20px;
  }
  .feature-section .feature-2 .feature-box .feature-bottom h3,
  .feature-section .feature-2 .feature-box .feature-bottom .h3 {
    margin-bottom: 0;
  }
  .feature-section .feature-2.dot-gradient {
    margin-bottom: 15px !important;
  }
  .feature-section .feature-image,
  .feature-section .feature-content {
    box-shadow: none;
  }
  .feature-section .feature-image .label {
    padding: 5px 10px 3px;
  }
  .feature-section .feature-image .label-solid::before {
    top: 27px;
  }
  .feature-section .feature-1 .feature-wrapper .property-details {
    max-width: 430px;
    padding: 20px;
  }
  .feature-section .feature-1 .feature-wrapper .property-details .round-half {
    top: -22px;
    right: -17px;
    transform: scale(0.8);
  }
  .feature-section .feature-1 .feature-wrapper .property-details .round-half i {
    margin-top: 18px;
    margin-left: 0;
  }
  .feature-section .feature-1 .feature-wrapper .property-details a .d-flex {
    display: block !important;
  }
  .feature-section .feature-1 .feature-wrapper .property-details a h3 .label,
  .feature-section .feature-1 .feature-wrapper .property-details a .h3 .label {
    margin-left: 0;
  }
  .feature-section .feature-1 .feature-wrapper .property-details a h3 span,
  .feature-section .feature-1 .feature-wrapper .property-details a .h3 span {
    margin-top: 5px;
  }
  .feature-section .feature-content .feature-price {
    margin-bottom: 5px;
  }
  .feature-section .feature-content .feature-price li h3,
  .feature-section .feature-content .feature-price li .h3 {
    margin-top: -4px;
    margin-bottom: 0;
  }
  .feature-section .feature-content .details,
  .feature-section .feature-content .feature-price {
    padding: 20px;
  }
  .feature-section .feature-content .detail-list {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .feature-section .feature-content .detail-list li:first-child {
    margin-left: 0;
  }
  .feature-section .feature-content .detail-list li .d-flex h6,
  .feature-section .feature-content .detail-list li .d-flex .h6 {
    font-size: 14px;
  }
  .feature-section .feature-content .details h3,
  .feature-section .feature-content .details .h3 {
    margin-top: -5px;
  }
  .feature-section .feature-content .details p {
    margin-bottom: -3px;
  }
  .feature-section .feature-3 .slick-list {
    margin-left: -12px;
    margin-right: -12px;
  }
  .feature-section .feature-3 .slick-list .slick-track .slick-slide > div {
    margin-left: 12px;
    margin-right: 12px;
  }
  .feature-section .feature-3 .feature-content .details,
  .feature-section .feature-3 .feature-content .feature-price {
    padding: 20px 0;
  }
  .feature-section .feature-3 .feature-content .feature-price {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .feature-section .feature-4 {
    margin-top: 30px;
  }
  .feature-section .feature-4.arrow-gradient .slick-arrow {
    top: 15px;
  }
  .feature-section .feature-4.slick-initialized .slick-slide {
    margin-bottom: -5px;
  }
  .feature-section .title-1 h2,
  .feature-section .title-1 .h2 {
    margin-bottom: -2px;
  }
  .feature-section .modern-feature .feature-wrap .feature-content {
    margin-top: 20px;
  }
  .feature-section .modern-feature .feature-wrap .feature-content .details,
  .feature-section .modern-feature .feature-wrap .feature-content .feature-price {
    padding: 20px 0;
  }
  .feature-section .modern-feature .feature-wrap .feature-content .detail-list {
    padding: 15px 0;
  }
  .box {
    width: 220px;
    height: 105px;
  }
  .box.text-affect .title {
    height: 78px;
  }
  .parallax-home.video-layout .row > div:last-child {
    order: unset;
  }
  .parallax-home .parallax-right {
    width: 75%;
  }
  .bg-comman-2.feature-section .title-2 h2,
  .bg-comman-2.feature-section .title-2 .h2 {
    margin-top: -3px;
  }
  .new-property .feature-section .feature-content .feature-price {
    margin-bottom: 0;
  }
  .new-property .feature-section .feature-content .feature-price li h3,
  .new-property .feature-section .feature-content .feature-price li .h3 {
    margin-top: -4px;
  }
  .new-property .feature-section .feature-content .feature-price h6,
  .new-property .feature-section .feature-content .feature-price .h6 {
    margin-bottom: -1px;
  }
  .new-property .feature-section .feature-content .detail-list {
    padding: 15px 15px !important;
  }
  .new-property .feature-section .feature-content .detail-list li:first-child {
    margin-left: 5px;
  }
  .new-property .feature-section .feature-content .details p {
    margin-bottom: -5px;
  }
  .new-property .title-2 h2,
  .new-property .title-2 .h2 {
    margin-top: -4px;
  }
  .home-main.feature-section.new-property .feature-content .detail-list {
    padding: 15px 15px !important;
  }
  .home-main.feature-section.new-property .feature-content .detail-list li:first-child {
    margin-left: 5px;
  }
  .layout-home2 .feature-content .detail-list {
    padding: 15px 20px !important;
  }
  .layout-home2 .feature-content .detail-list li:first-child {
    margin-left: 5px;
  }
  .pricing-property .feature-image,
  .pricing-property .feature-content {
    box-shadow: 0 0 23px rgba(0, 0, 0, 0.08);
  }
  .video-section {
    padding-left: 0;
    padding-right: 0;
  }
  .video-section .play-icon {
    height: auto;
  }
  .icon-video {
    transform: scale(0.8);
  }
}
@media (max-width: 567px) {
  .theme-card .title-3 p {
    margin-bottom: -5px;
  }
}
@media (max-width: 544px) {
  .theme-card .title-2 {
    margin-bottom: -3px;
  }
  .simple-blog .title-3 {
    margin-bottom: 14px;
  }
  .testimonial-client .title-3.text-start {
    margin-bottom: 14px;
  }
  .pricing-section .title-3 {
    margin-bottom: 14px;
  }
  .property-section .title-3 {
    margin-bottom: 14px;
  }
  .feature-section .title-3 {
    margin-bottom: 14px;
  }
}
@media (max-width: 526px) {
  .testimonial-style-2 .title-3 {
    margin-bottom: 14px;
  }
  .about-section.ratio_square .title-3 p {
    margin-bottom: -6px;
  }
  .about-section .title-3.text-start p {
    margin-bottom: -6px;
  }
  .property-section .ratio_landscape .title-2 {
    margin-bottom: -7px;
  }
}
@media (max-width: 518px) {
  .new-property .title-2 {
    margin-bottom: -4px;
  }
  .new-property .feature-section .feature-content .details p {
    margin-bottom: -2px;
  }
  .horizontal-blog .title-2 p {
    margin-bottom: 16px;
  }
  .service-section .title-2 {
    margin-bottom: -4px;
  }
}
@media (max-width: 502px) {
  .property-section .title-2 {
    margin-bottom: -4px;
  }
}
@media (max-width: 480px) {
  .blog-section.bg-comman-2 .blog-1 .owl-item > div {
    margin: 0 !important;
  }
  .blog-section.bg-comman-2 .blog-1 .owl-item > div .blog-box {
    padding-left: 0;
  }
  .layout-home4 .slider-image .home-content .font-color4::after {
    display: none;
  }
  .feature-section .title-1 hr {
    margin: 14px auto 0;
  }
  .loader-wrapper .loader-text h3,
  .loader-wrapper .loader-text .h3 {
    font-size: 18px;
  }
  .loader-text img {
    height: 100px;
  }
  .layout-map.layout-home2 {
    min-height: auto;
  }
  .compare-page .table-wrapper .table .property-name {
    min-width: 120px;
  }
  .details-right {
    margin-top: 18px;
  }
  .horizontal-blog .blog-1 .slick-prev,
  .horizontal-blog .blog-1 .slick-next {
    display: none !important;
  }
  .horizontal-blog .blog-1 .blog-box .blog-content a.btn-lg,
  .horizontal-blog .blog-1 .blog-box .blog-content .btn-group-lg > a.btn {
    padding: 6px 15px;
  }
  .blog-section.bg-comman-2 .blog-1 .blog-box .blog-content a.btn-lg,
  .blog-section.bg-comman-2 .blog-1 .blog-box .blog-content .btn-group-lg > a.btn {
    padding: 6px 15px;
  }
  .property-details h3,
  .property-details .h3 {
    margin-bottom: 6px;
  }
  .property-details ul,
  .property-details p {
    margin-bottom: 12px;
  }
  .property-section .property-box .property-image .seen-data {
    top: 14px;
    right: 14px;
  }
  .property-section .property-box .property-image .seen-data svg {
    margin-right: 4px;
  }
  .home-section.layout-5 .row > div p {
    margin-bottom: 18px;
  }
  .service-section .property-service > div .service-box .icon-round {
    width: 55px;
    height: 55px;
  }
  .service-section .property-service > div .service-box .icon-round svg {
    width: 22px;
    height: 22px;
  }
  .layout-home4 .home-slider-4 .slider-image .home-content {
    padding: 20px 18px 20px 18px;
  }
  .blog-section.bg-comman-2 .blog-1 .slick-prev,
  .blog-section.bg-comman-2 .blog-1 .slick-next {
    display: none !important;
  }
  .layout-home4 .slider-image .home-content .font-color4 {
    font-size: 12px;
  }
  .layout-home4 .sync-slider .home-slider-4 img.img-icon {
    display: none;
  }
  .property-section .property-box .property-image .property-slider .slick-dots li button::before {
    font-size: 8px;
  }
  .testimonial-style-2 .title-3 {
    margin-top: -11px;
  }
  .theme-title .theme-card .card-header h4,
  .theme-title .theme-card .card-header .h4 {
    margin-top: -1px;
  }
  .loader-text h3,
  .loader-text .h3 {
    margin-top: -15px;
  }
  .provide-service .service-img {
    width: 200px;
    margin: 0 auto;
  }
  .blog-1 .blog-box .img-box img {
    height: 300px;
    object-fit: cover;
  }
  .blog-1.slick-initialized .slick-slide {
    margin-bottom: -6px;
  }
  .blog-single-detail .comment-section .comment-box .media img {
    width: 50px;
  }
  .blog-single-detail .comment-section .comment-box .media .media-body .comment-title .comment-date i,
  .blog-single-detail .comment-section .comment-box .media .media-body .comment-title .comment-user i {
    margin-right: 5px;
    line-height: 1.2;
  }
  header.light-header .menu .brand-logo {
    width: 110px;
  }
  header.header-9 .menu .brand-logo {
    width: auto;
  }
  .service-section .title-3,
  .about-section .title-3 {
    margin-top: -11px;
  }
  .modern-client .img-testimonial {
    width: 30%;
  }
  .modern-client .comment-right {
    margin-top: 45px;
    padding-top: 30px;
  }
  .btn.btn-lg,
  .btn-group-lg > .btn {
    padding: 6px 15px;
    line-height: 1.3;
  }
  .signup-modal .signup-tab {
    padding: 20px;
  }
  .signup-modal .signup-tab form .form-group svg {
    width: 20px;
    height: 20px;
  }
  .btn-social span {
    padding-left: 10px;
    padding-right: 10px;
  }
  .social-connect > div:nth-child(odd) {
    padding-right: 5px;
  }
  .social-connect > div:nth-child(even) {
    padding-left: 5px;
  }
  .user-dashboard .dashboard-content .user-wrapper .overview .overview-content {
    display: block;
  }
  .user-dashboard .dashboard-content .user-wrapper .overview .overview-content li + li {
    margin-top: 15px;
  }
  .coming-soon .coming-soon-detail .timer li {
    font-size: 13px;
  }
  .coming-soon .coming-soon-detail .timer li > div {
    width: 70px;
    height: 70px;
  }
  .coming-soon .coming-soon-detail .timer li + li {
    margin-left: 10px;
    padding-left: 10px;
  }
  .coming-soon .coming-soon-detail .timer li + li::before {
    font-size: 20px;
  }
  .coming-soon.coming-left .coming-soon-detail .timer li {
    padding: 15px 10px;
  }
  .coming-simple .ratio2_3 > img {
    height: 350px;
  }
  .coming-simple .ratio2_3.order-lg-1 {
    margin-top: -38px;
  }
  .property-wizard .wizard-box .wizard-step-container .wizard-steps {
    display: block;
    flex-wrap: unset;
  }
  .property-wizard .wizard-box .wizard-step-container .wizard-steps li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .faq-section .faq-image {
    margin-top: -36px;
  }
  .faq-section .faq-image img {
    width: 100%;
  }
  .home-section.layout-5 .home-main .looking-icons {
    display: none;
  }
  .home-section.layout-5 .row > div p {
    font-size: 14px;
  }
  .layout-home3 .banner-3 {
    width: 90%;
  }
  .parallax-home .parallax-right {
    width: 100%;
    opacity: 0.1;
  }
  .user-about .about-listing ul {
    flex-wrap: wrap;
  }
  .user-about .about-listing ul li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .user-about .about-listing ul li h4,
  .user-about .about-listing ul li .h4 {
    margin-bottom: 4px;
  }
  .user-about .about-listing ul li:nth-child(n+3) {
    margin-top: 15px;
  }
  .user-about .about-listing ul li + li {
    margin-left: 0;
  }
  .user-about .about-image .img-box.img-abs {
    right: 50px;
  }
  .captcha .text {
    font-size: 13px;
  }
  .spinner {
    margin: 10px 10px 7px 10px !important;
  }
  .download-section .download-wrap ul li + li {
    margin-left: 5px;
  }
  .blog-1 .blog-box {
    display: block;
    padding-left: 0;
  }
  .blog-1 .blog-box .blog-content {
    padding: 20px;
  }
  .blog-1 .blog-box .blog-content > span {
    margin-top: -4px;
    display: block;
  }
  .blog-1 .blog-box .blog-content h3,
  .blog-1 .blog-box .blog-content .h3 {
    margin: 10px 0 8px;
  }
  .blog-1 .blog-box .img-box img {
    border-radius: 0;
  }
  .blog-1 .blog-box .img-box::after {
    border-radius: 0;
  }
  .property-section .nav-tabs .nav-item + .nav-item {
    margin-left: 15px;
  }
  .property-section .property-box .property-image .labels-left {
    top: 15px;
  }
  .property-section .property-box .property-image .overlay-plus .like-bottom {
    bottom: 15px;
    right: 15px;
  }
  .property-section .property-box .property-image .overlay-plus .seen-data {
    top: 15px;
    right: 15px;
  }
  .property-section .property-box .property-image .overlay-property-box .effect-round,
  .property-section .property-box .property-image .overlay-property-box .effect-round1 {
    width: 35px;
    height: 35px;
  }
  .property-section .property-box .property-image .overlay-property-box .effect-round i,
  .property-section .property-box .property-image .overlay-property-box .effect-round1 i {
    font-size: 14px;
    margin-top: 3px;
    margin-left: 1px;
  }
  .property-section .property-box .property-details .icon-property li + li::before {
    left: -16px;
  }
  .property-section .list-property .property-box .property-details .icon-property li + li::before {
    left: -18px;
  }
  .property-section .list-property .property-box .property-image .bg-size:before {
    padding-top: 80%;
  }
  .property-section .list-property .property-box .property-image .overlay-property .overlay-box p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 8px;
  }
  .property-section .property-2 .property-box .property-image .labels-left,
  .property-section .property-box-flat .property-box .property-image .labels-left {
    left: -3px;
  }
  .property-section .property-box-flat .property-box .property-image .label-white {
    right: 15px;
    top: 15px;
  }
  .property-section .property-box-flat .property-box .property-image .overlay-plus .seen-data {
    bottom: 15px;
    right: 50px;
  }
  .gallery-nav {
    margin: 2px 0 0 -2px;
  }
  .gallery-nav .slick-slide {
    margin: 0 2px;
  }
  .gallery-nav .slick-slide img {
    min-height: 37px;
  }
  .single-property-section .left-single > ul > li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .single-property .description-section .desc-box .single-gallery {
    margin-bottom: -5px;
  }
  .feature-section .feature-4.arrow-gradient .slick-prev {
    right: 12% !important;
  }
  .feature-section .feature-4.slick-initialized .slick-slide {
    margin-bottom: -3px;
  }
  .feature-section .feature-1 .feature-wrapper .feature-image .label-white {
    top: 15px;
    right: 15px;
  }
  .feature-section .feature-1 .feature-wrapper .feature-image h4,
  .feature-section .feature-1 .feature-wrapper .feature-image .h4 {
    font-size: 14px;
  }
  .feature-section .feature-image .feature-overlay {
    width: 126px !important;
    height: 100px !important;
  }
  .feature-section .feature-image .feature-overlay span {
    font-size: 40px;
    margin-top: 0;
  }
  .feature-section .modern-feature .feature-wrap .feature-image .label-gradient {
    top: 15px;
    left: 15px;
  }
  .feature-section .modern-feature .feature-wrap .feature-content .details,
  .feature-section .modern-feature .feature-wrap .feature-content .feature-price {
    padding: 20px 0;
  }
  .feature-section .feature-content .feature-price {
    margin-bottom: -3px;
  }
  .feature-section .feature-content .feature-price li + li {
    margin-left: 20px;
  }
  .feature-section .feature-content .details p {
    margin-top: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .feature-section .feature-content .detail-list {
    margin: 0;
  }
  .feature-section .feature-content .detail-list li {
    margin: 5px;
  }
  .feature-section .feature-content .detail-list li .d-flex .label-lg {
    padding: 6px 12px;
  }
  .new-property .feature-section .feature-content .details h3,
  .new-property .feature-section .feature-content .details .h3 {
    margin-top: -4px;
  }
  .new-property .feature-section .feature-content .feature-price h6,
  .new-property .feature-section .feature-content .feature-price .h6 {
    margin-bottom: -6px;
  }
  .video-modal iframe {
    height: 200px;
  }
  .video-modal .modal-dialog .modal-content .modal-body .close {
    right: 0;
    top: -30px;
  }
  .offer-section .offer-wrapper {
    padding: 20px;
    text-align: center;
  }
  .offer-section .offer-wrapper .media {
    display: block;
  }
  .offer-section .offer-wrapper .media .offer-icon {
    margin: 0 auto 20px;
  }
  .offer-section .offer-wrapper .media .media-body {
    margin-left: 0;
  }
  .offer-section .offer-wrapper .media .media-body h6,
  .offer-section .offer-wrapper .media .media-body .h6 {
    display: inline-block;
  }
  .video-details p,
  .video-details h2,
  .video-details .h2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .video-details h2,
  .video-details .h2 {
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 437px) {
  .portfolio-grid .filter-panel .filters ul {
    display: flex;
    flex-wrap: wrap;
  }
  .portfolio-grid .filter-panel .filters ul li {
    min-width: calc(50% - 4px);
  }
  .blog-single-detail .blog-title .post-detail li:last-child {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #eee;
  }
  .blog-single-detail .blog-title .post-detail li:nth-last-child(2) {
    padding-left: 0;
    margin-left: 0;
    border: none;
  }
  .about-section .about-1 .owl-carousel .owl-nav .owl-next {
    right: 32%;
  }
  .about-section .about-1 .owl-carousel .owl-nav .owl-prev {
    left: 33%;
  }
  .service-slider .slick-list {
    margin-top: -33px;
  }
  .service-section .title-3.text-start p {
    margin-bottom: 23px;
  }
}
@media (max-width: 420px) {
  .review .review-box .media .media-body p.mb-0 {
    width: 100%;
  }
  .top-bar .header-right .right-menu ul li.cart ul.nav-submenu {
    width: 250px;
  }
  .top-bar .header-right .right-menu ul li.cart ul.nav-submenu li .media img {
    height: 50px;
  }
  .video-layout {
    height: 710px;
  }
  .property-section .ratio_55 .bg-size::before {
    padding-top: 60%;
  }
  h2,
  .h2 {
    font-size: 22px;
  }
  .terms-section h2,
  .terms-section .h2 {
    margin-top: -3px;
  }
  .new-property .title-2 h2,
  .new-property .title-2 .h2 {
    margin-top: -3px;
  }
  .testimonial-style-1 .title-2 h2,
  .testimonial-style-1 .title-2 .h2 {
    margin-top: -5px;
  }
  .my-gallery .title-1 h2,
  .my-gallery .title-1 .h2 {
    margin-bottom: -3px;
  }
  .about-section .title-1 h2,
  .about-section .title-1 .h2 {
    margin-bottom: -3px;
  }
  .custom-dropdown .custom-dropdown-menu.form-dropdown {
    right: -70px;
  }
  .home-section.layout-5 {
    padding-top: 46px;
    padding-bottom: 30px;
  }
  .home-section.layout-5 .home-main .home-content > div > img {
    width: 120px;
  }
  .parallax-home .container > .row {
    height: 200px;
  }
  .blog-section .title-2 h2,
  .blog-section .title-2 .h2 {
    margin-top: -3px;
  }
  .new-property.pricing-property .title-2 h2,
  .new-property.pricing-property .title-2 .h2 {
    margin-top: -3px;
  }
  .offer-section.offer-inner .title-2 h2,
  .offer-section.offer-inner .title-2 .h2 {
    margin-top: -3px;
  }
  .about-main .title-2 h2,
  .about-main .title-2 .h2,
  .why-choose .title-2 h2,
  .why-choose .title-2 .h2,
  .blog-inner .title-2 h2,
  .blog-inner .title-2 .h2 {
    margin-top: -3px;
  }
  .about-people .title-2 h2,
  .about-people .title-2 .h2 {
    margin-top: -3px;
  }
  .blog-inner .title-2 {
    margin-top: -3px;
  }
  .user-about .about-image .side-left .side-effect::before,
  .user-about .about-image .side-left .side-effect::after {
    width: calc(100% - 280px);
  }
  .property-wizard .wizard-box .wizard-form-details h2,
  .property-wizard .wizard-box .wizard-form-details .h2 {
    margin-top: -3px;
  }
  .property-wizard.horizontal-wizard .wizard-box .wizard-step-container .wizard-form-details .text-end p a {
    margin-left: auto;
    display: table;
    text-align: right;
    margin-top: 10px;
  }
  .infoBox > img {
    margin: 0px -13px -21px 0px !important;
    width: 16px;
  }
  .infoBox .marker-detail {
    width: 130px;
    margin-left: -10px;
  }
  .infoBox .marker-detail img {
    width: 130px;
  }
  .leaflet-popup-content .infoBox .marker-detail {
    margin-left: -2px;
  }
  .about-box .bg-size:before {
    padding-top: 108%;
  }
  .download-section .app-right .input-app {
    display: block;
  }
  .download-section .app-right .form-group {
    width: 100%;
    margin-bottom: 15px;
  }
  .contact-3 .title-3 {
    margin-top: -3px;
  }
  .coming-simple .ratio2_3.order-lg-1 {
    margin-top: -30px;
  }
  .coming-simple .site-construction h4,
  .coming-simple .site-construction .h4 {
    font-size: 15px;
  }
  .coming-soon .cloud-img {
    height: 130px;
    top: 100px;
  }
  .layout-home2 .feature-section .feature-content .label-cross {
    font-size: 13px;
  }
  .layout-home4 .sync-slider .home-nav {
    left: 15px;
  }
  .layout-home4 .sync-slider .home-nav .slider-image {
    width: 75px;
    height: 54px;
  }
  .layout-home4 .slider-image .home-content {
    padding-right: 20px;
  }
  .layout-home4 .slider-image .home-content h1,
  .layout-home4 .slider-image .home-content .h1 {
    margin-bottom: 8px;
  }
  .layout-home4 .slider-image .home-content p {
    margin-bottom: 20px;
  }
  .layout-home4 .slider-image .home-content h2,
  .layout-home4 .slider-image .home-content .h2 {
    margin-top: 20px;
  }
  .home-main.feature-section .feature-price {
    display: block;
  }
  .home-main.feature-section .feature-price li + li {
    margin-left: 0;
  }
  .top-bar .top-content .top-bar-right li .flat-box .fa-home {
    margin-right: 0;
  }
  .top-bar .top-content .top-bar-right li .flat-box span {
    display: none;
  }
  .header-layout-3 .contact-number i {
    padding: 6px;
    margin-right: 6px;
  }
  .property-section .property-box .property-details .icon-property li {
    padding-left: 0;
  }
  .property-section .property-box .property-details .icon-property li + li::before {
    display: none;
  }
  .property-section .property-box .property-details .icon-property + .icon-property {
    margin-top: 15px;
  }
  .property-section .listing-hover-property .property-box:hover::after {
    background-image:
      linear-gradient(
        to bottom,
        transparent 35%,
        rgba(0, 0, 0, 0.8) 100%);
  }
  .property-grid-3 .filter-panel .top-panel .grid-list-filter li {
    display: block;
  }
  .property-grid-3 .filter-panel .top-panel .grid-list-filter li .dropdown-toggle,
  .property-grid-3 .filter-panel .top-panel .grid-list-filter li .filter-bottom-title {
    display: inline-block;
  }
  .property-grid-slider .property-grid .slider-for .slick-slide video {
    top: 36% !important;
  }
  .feature-section .title-1 h2,
  .feature-section .title-1 .h2 {
    margin-bottom: -3px;
  }
  .feature-section .feature-content .feature-price {
    display: block;
    margin-bottom: -2px;
  }
  .feature-section .feature-content .feature-price li {
    display: block;
  }
  .feature-section .feature-content .feature-price li .btn {
    margin-top: 15px;
  }
  .feature-section .feature-content .feature-price li + li {
    margin-left: 0;
  }
  .feature-section .feature-4.slick-initialized .slick-slide {
    margin-bottom: 2px;
  }
  .feature-section .feature-1 .feature-wrapper .property-details {
    max-width: 360px;
  }
  .login-wrap .log-in .title-3.text-start h2,
  .login-wrap .log-in .title-3.text-start .h2 {
    margin-top: 0px;
  }
  .sign-up .title-3.text-start h2,
  .sign-up .title-3.text-start .h2 {
    margin-top: 2px;
  }
}
@media (max-width: 413px) {
  .theme-card .title-3 p {
    margin-bottom: -3px;
  }
}
@media (max-width: 404px) {
  .footer-bg .bottom-blog .slick-initialized .slick-slide {
    margin-bottom: -1px;
  }
}
@media (max-width: 391px) {
  .my-gallery .title-1 h2,
  .my-gallery .title-1 .h2 {
    margin-bottom: -7px;
  }
}
@media (max-width: 388px) {
  .service-slider .slick-list {
    margin-top: -30px;
  }
  .simple-blog .title-3 {
    margin-bottom: 17px;
  }
  .pricing-section .title-3 {
    margin-bottom: 17px;
  }
  .about-section.ratio_square .title-3 p {
    margin-bottom: -3px;
  }
  .about-section .title-3.text-start p {
    margin-bottom: -3px;
  }
  .testimonial-client .title-3.text-start {
    margin-bottom: 17px;
  }
  .testimonial-style-2 .title-3 {
    margin-bottom: 17px;
  }
  .property-section .title-3 {
    margin-bottom: 17px;
  }
  .property-section .ratio_landscape .title-2 {
    margin-bottom: -4px;
  }
  .feature-section .title-3 {
    margin-bottom: 17px;
  }
}
@media (max-width: 375px) {
  .banner-section.parallax-image .banner-2 .banner-right .button-banner .btn-light-bg {
    margin-left: 0;
  }
  .portfolio-grid .filter-panel .filters ul li {
    min-width: 160px;
  }
  .blog-single-detail .blog-title .post-detail li {
    display: block;
    padding-left: 0 !important;
    margin-left: 0 !important;
    border: none !important;
  }
  .coming-soon .coming-soon-detail .timer li > div {
    width: 62px;
    height: 62px;
  }
  .coming-soon .coming-soon-detail .timer li + li {
    margin-left: 5px;
    padding-left: 5px;
  }
  .coming-soon .coming-soon-detail .timer li + li::before {
    font-size: 14px;
  }
}
@media (max-width: 360px) {
  .home-section .home-slider-1 .owl-carousel .owl-prev,
  .home-section .home-slider-1 .owl-carousel .owl-next {
    width: 35px;
    height: 35px;
  }
  .home-section .home-slider-1 .owl-carousel .owl-prev .fa,
  .home-section .home-slider-1 .owl-carousel .owl-next .fa {
    margin-top: 7px;
  }
  .single-property-section .left-single h2,
  .single-property-section .left-single .h2 {
    font-size: 21px;
  }
  .new-property .feature-section .feature-content .detail-list li:first-child {
    margin-left: 0;
  }
  .feature-section .feature-1 .slick-list .slick-track .slick-slide > div {
    margin-bottom: 0;
  }
  .feature-section .title-1 hr {
    margin: 8px auto 0;
  }
  .property-section .listing-hover-property .property-box .bottom-property .overlay-option ul li {
    padding: 16px 10px;
  }
  .review .review-box .media .media-body {
    margin-top: 0;
  }
  .review .review-box .media .rating {
    top: 46px;
    left: 63px;
  }
  .single-property .description-section .desc-box p {
    margin-bottom: 22px;
  }
  .property-section .property-box .property-details .icon-property li .d-flex .property-icon {
    margin-right: 8px;
  }
  .portfolio-grid .filter-panel .filters ul li {
    min-width: 155px;
  }
  .log-in .btn.btn-dashed {
    padding: 9px 14px;
  }
  .social-connect > div:nth-child(odd) {
    padding-left: 5px;
  }
  .social-connect > div:nth-child(even) {
    padding-right: 3px;
  }
  .feature-section .feature-content .detail-list li:last-child {
    margin-left: 0;
  }
  .toggle-nav {
    padding-top: 22px;
  }
  .blog-single-detail .blog-title .post-detail li {
    display: block;
  }
  .blog-single-detail .blog-title .post-detail li + li {
    padding-left: 0;
    margin-left: 0;
    border: none;
  }
  .feature-section .feature-1 .feature-wrapper .property-details ul li img {
    display: none;
  }
  li .parallax-home.video-layout {
    height: 280px;
  }
  .banner-2 .banner-right .button-banner .btn + .btn:after {
    height: 50px;
  }
  .property-section .property-box .property-details > ul > li > img {
    margin-right: 3px;
    height: 14px;
  }
  .fnc-slide__content {
    width: 88%;
  }
  .banner-2 .banner-right .button-banner .btn-light-bg::after {
    height: 50px;
  }
  .property-details h3,
  .property-details .h3 {
    margin-bottom: 3px;
  }
  header .header-right .right-menu ul .dropdown {
    padding: 10px 2px;
  }
  .property-section .property-box .property-image .overlay-property-box {
    right: 8px;
    bottom: 2px;
  }
  .feature-section .feature-content .detail-list li .d-flex .label-lg {
    padding: 5px 12px;
    font-size: 14px;
  }
  .feature-section .feature-4.slick-initialized .slick-slide {
    margin-bottom: -4px;
  }
  .feature-section .feature-1 .feature-wrapper .property-details {
    max-width: 280px;
  }
  .blog-1 .blog-box .img-box img {
    height: 260px;
  }
  .blog-inner .title-2 {
    margin-bottom: -4px;
  }
  .grid-box .property-text h3,
  .grid-box .property-text .h3 {
    margin-top: -3px;
  }
  .log-in form .d-flex {
    display: block !important;
  }
  .log-in form .d-flex a {
    display: block;
    margin-top: 10px;
  }
  .log-in form .d-flex.next-btn {
    display: flex !important;
  }
  .log-in .btn-social i {
    padding: 10px 10px 10px 10px;
  }
  .log-in .btn-social span {
    padding-left: 8px;
    padding-right: 8px;
  }
  .coming-simple .ratio2_3 > img {
    height: 310px;
  }
  .coming-simple .ratio2_3.order-lg-1 {
    margin-top: -22px;
  }
  .coming-simple form .form-group button {
    position: relative;
    margin-top: 10px;
  }
  .tab-listing .property-details .my-listing {
    top: 17px;
    right: 20px;
  }
  .card-payment .payment-card .card-details .card-number > div img {
    width: 12%;
  }
  .card-payment .payment-card .card-details .card-number > div img:last-child {
    width: 4%;
  }
  .property-wizard .wizard-box .wizard-form-details .complete-details img {
    width: 80%;
  }
  .faq-section .faq-image {
    margin-top: -24px;
  }
  footer .sub-footer p {
    font-size: 13px;
  }
  footer .sub-footer .sub-footer-link li {
    font-size: 13px;
  }
  footer .sub-footer .sub-footer-link li + li {
    margin-left: 10px;
  }
  footer.footer-brown .sub-footer .footer-social ul li + li {
    margin-left: 10px;
  }
  .label.label-lg {
    padding: 5px 10px 3px;
    font-size: 14px;
  }
  .user-about .about-listing ul {
    flex-wrap: unset;
    display: block;
  }
  .user-about .about-listing ul li {
    flex: 0 0 100%;
    max-width: 100%;
    display: block;
  }
  .user-about .about-listing ul li:nth-child(n+2) {
    margin-top: 15px;
  }
  .user-about .about-image .side-left .side-effect::before,
  .user-about .about-image .side-left .side-effect::after {
    width: calc(100% - 250px);
  }
  .user-about .about-image .img-box img {
    max-width: 205px;
  }
  .user-about .about-image .img-box.img-abs {
    right: 5%;
  }
  .property-grid-slider .property-grid .slider-nav .slick-slide img {
    height: 65px;
  }
  .home-section.layout-5 {
    padding-bottom: 20px;
  }
  .box {
    width: 205px;
    height: 90px;
  }
  .box.text-affect .title {
    height: 58px;
  }
  .vertical-search .left-sidebar {
    padding: 20px;
  }
  .layout-home4 .home-slider-4 .slider-image .home-content h1,
  .layout-home4 .home-slider-4 .slider-image .home-content .h1 {
    font-size: 23px;
  }
  .layout-home4 .home-slider-4 .slider-image .home-content p {
    font-size: 13px;
  }
  .layout-home4 .slider-image .home-content p {
    width: 100%;
  }
  .gallery-nav .slick-slide img {
    min-height: 30px;
  }
  .single-feature > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .single-property-section .left-single ul li > div span {
    font-size: 13px;
  }
  .banner-1 {
    margin-top: 20px;
  }
  .banner-1 .big-gradient {
    top: -56px;
    font-size: 100px;
  }
  .banner-1 .small-white {
    top: -37px;
    font-size: 45px;
  }
  .about-section .about-wrap.about-1 .about-content .our-details {
    padding: 20px;
    margin-top: -50px;
  }
  .about-section .about-wrap .about-content .about-image .overlay-content ul {
    margin-bottom: 8px;
    transform: scale(0.9);
  }
  .about-section .about-wrap .about-content .our-details p {
    -webkit-line-clamp: 2;
  }
  .arrow-white .slick-prev {
    left: 34%;
  }
  .arrow-white .slick-next {
    right: 34%;
  }
  .property-details {
    padding: 15px !important;
  }
  .property-details ul li {
    font-size: 12px;
  }
  .property-section .property-box .property-image .overlay-property-box .effect-round + .effect-round {
    margin-top: 0;
  }
  .property-section .property-box .property-image .overlay-property-box .effect-round,
  .property-section .property-box .property-image .overlay-property-box .effect-round1 {
    transform: scale(0.7);
  }
  .property-section .property-box .property-image .overlay-property-box .effect-round i,
  .property-section .property-box .property-image .overlay-property-box .effect-round1 i {
    margin-left: 0;
  }
  .property-section .property-box .property-image .labels-left .label {
    padding: 3px 8px 2px;
  }
  .property-section .property-box .property-image .overlay-plus span {
    font-size: 45px;
  }
  .property-section .list-property .property-box .property-image .overlay-property .overlay-box {
    padding: 20px;
  }
  .property-section .list-property .property-box .property-image .bg-size:before {
    padding-top: 90%;
  }
  .property-section .list-property .property-box .text-center {
    margin-top: -16px;
  }
  .property-section .property-1 .property-details {
    padding: 20px;
  }
  .property-section .property-box-flat .property-box .property-image .label-white {
    padding: 5px 10px 4px;
  }
  .property-grid-2 .property-details ul li {
    padding-left: 6px;
    padding-right: 4px;
  }
  .feature-section .feature-content .feature-price {
    margin-bottom: 4px;
  }
  .feature-section .feature-wrap .feature-content .feature-price {
    display: block;
  }
  .feature-section .feature-wrap .feature-content .feature-price li {
    display: block;
  }
  .feature-section .feature-wrap .feature-content .feature-price li + li {
    margin-left: 0;
  }
  .feature-section .feature-1 .feature-wrapper .property-details .property-btn a + a {
    margin-left: 3px;
  }
  .feature-section .feature-1 .feature-wrapper .feature-image {
    height: 290px;
  }
  .feature-section .feature-1 .feature-wrapper .feature-image .signature,
  .feature-section .feature-1 .feature-wrapper .feature-image .box-color {
    transform: scale(0.4);
  }
  .feature-section .feature-1 .feature-wrapper .feature-image .signature {
    right: -70px;
    bottom: 8px;
  }
  .feature-section .feature-1 .feature-wrapper .feature-image .box-color {
    right: -32px;
    bottom: 32px;
  }
  .feature-section .feature-image .feature-overlay {
    width: 70px !important;
    height: 60px !important;
  }
  .feature-section .feature-image .feature-overlay span {
    font-size: 30px;
  }
  .feature-section .modern-feature.arrow-gradient .slick-prev {
    right: 16% !important;
  }
  .feature-section .modern-feature .feature-wrap .feature-content .feature-price li + li {
    margin-left: 0;
    margin-top: 0;
  }
  .subscribe-section .video-details .form-group input,
  .subscribe-section .video-details .form-group::after {
    width: 100%;
  }
  .video-modal iframe {
    height: 160px;
  }
}
@media (max-width: 339px) {
  .property-2.list-view.no-sidebar .property-box .property-details ul li {
    padding-right: 2px;
  }
  .property-2.list-view.no-sidebar .property-box .property-details ul li:last-child {
    padding-right: 0;
  }
  .portfolio-grid .filter-panel .filters ul li {
    min-width: 135px;
  }
  .theme-card .title-2 {
    margin-bottom: -6px;
  }
}
@media (max-width: 334px) {
  .theme-card .title-3 p {
    margin-bottom: -6px;
  }
}
@media (max-width: 327px) {
  .blog-single-detail .comment-section .comment-box .media.inner-comment {
    margin-left: 0;
  }
  .theme-card .title-2 h2,
  .theme-card .title-2 .h2 {
    margin-top: -4px;
  }
}
@media (max-width: 320px) {
  .modern-dot.slick-dotted {
    margin-bottom: 1px;
  }
  .agent-social li a i {
    margin-top: 2px;
  }
  .infoBox .marker-detail {
    width: 125px;
  }
  .infoBox .marker-detail img {
    width: 125px;
  }
  .layout-home4 .slider-image .home-content p {
    width: 100%;
  }
}
.NgxEditor__Content p {
  color: black;
}
.NgxEditor__Content ul {
  display: block;
  list-style-type: disc;
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}
.NgxEditor__Content li {
  color: black;
  font-family: Montserrat;
  display: list-item !important;
}
.dz-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  bottom: 20px !important;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
