/*
* Theme Name: Ownify - Real Estate HTML Template
* Author: Themez Hub
* Version: 1.0.0
* Last Change: 05 April 2024
  Author URI    : http://www.Themezhub.com/

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default Style
** - Common Elements
** - Navbar & Header Styles
** - Intro Banner & Hero Header
** - Ownify Elements Styles
** - Half Map Elements Design
** - Single Property Design
** - Inner Page Design 
** - Footer Style
** - Responsiveness Start
*/
/*--------------------------------------------------
Default Style
---------------------------------------------------*/
:root,
[data-bs-theme=light] {
  --body-font-family: "Jost", sans-serif;
  --font-primary: "Jost", sans-serif;
  --bs-body-bg: #ffffff;
  --bs-text-light: #ffffff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-card-bg: #ffffff;
  --bs-body-color: #213a4e;
  --bs-header-dark: #13293D;
  --paragraphColor: #213a4e;
  --bs-body-color-rgb: 71, 77, 106;
  --bs-dark-text: #00305c;
  --bs-primary: #0075F2;
  --bs-secondary: #f3f5fc;
  --bs-secondary-text: #6d889f;
  --bs-light: #f2f7ff;
  --bs-dark: #13293D;
  --bs-primary-rgb: 0, 117, 242;
  --bs-light-rgb: 242, 247, 255;
  --bs-dark-rgb: 19, 41, 61;
  --bs-secondary-rgb: 243, 245, 252;
  --bs-dark-btn: #141619;
  --bs-primary-text-emphasis: #0075F2;
  --bs-primary-bg-subtle: #eaf4ff;
  --bs-primary-bg-dark: #1888ff;
  --bs-primary-border-subtle: #cfe6ff;
  --bs-secondary-border-subtle: #edeff6;
  --bs-acent: #1E8F62;
  --bs-acent-bg-subtle: #d5f4e8;
  --bs-acent-bg-dark: #27a170;
  --bs-acent-border-subtle: #bfe9d9;
  --headingColor: #00305c;
  --bs-link-color: #00305c;
  --bs-link-color-rgb: 18, 18, 36;
  --bs-link-hover-color: #0075F2;
  --bs-link-highlighter-color: #1888ff;
  --bs-link-hover-color-rgb: 25, 103, 210;
  --bs-link-decoration: underline;
  --bs-code-color: #0075F2;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-color: #eef3f8;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-nav-color: #00305c;
  --bs-text-white: #ffffff;
  --bs-dark-footer: #344055;
  --bs-footer-color: #345167;
  --bs-form-bg-color: #f3f5fc;
  --bs-form-border-color: #eaeef5;
  --bs-form-placeholder-color: #819bb2;
  --bs-new: #2e9f32;
  --bs-resale: #e91e63;
  --bs-featured: #c52136;
  --bs-box-shadow: 0 0.5rem 1rem rgba(2, 22, 84, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 22, 84, 0.075);
  --bs-box-shadow-md: 0 0.5rem 2rem rgba(0, 22, 84, 0.1);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 22, 84, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 22, 84, 0.075);
}

[data-bs-theme=dark] {
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-card-bg: #1b1f22;
  --bs-body-color: #dee2e6;
  --bs-header-dark: #1b1f22;
  --paragraphColor: #dee2e6;
  --bs-body-color-rgb: 71, 77, 106;
  --bs-dark-text: #dee2e6;
  --bs-primary: #1967D2;
  --bs-secondary: #2b3035;
  --bs-secondary-text: #a9b0b9;
  --bs-light: #2b3035;
  --bs-dark: #1b1f22;
  --bs-muted: #a9acb6;
  --bs-muted-2: #bec1c9;
  --bs-primary-rgb: 25, 103, 210;
  --bs-light-rgb: 43, 48, 53;
  --bs-dark-rgb: 30, 30, 32;
  --bs-secondary-rgb: 59, 60, 63;
  --bs-dark-btn: #141619;
  --bs-primary-text-emphasis: #1967D2;
  --bs-primary-bg-subtle: #002557;
  --bs-primary-bg-dark: #0C58BF;
  --bs-primary-border-subtle: #003f94;
  --bs-secondary-border-subtle: #444a51;
  --bs-acent: #fb338b;
  --bs-acent-bg-subtle: #47001f;
  --bs-acent-bg-dark: #f84493;
  --bs-acent-border-subtle: #740033;
  --headingColor: #ffffff;
  --bs-link-color: #ffffff;
  --bs-link-color-rgb: 18, 18, 36;
  --bs-link-hover-color: #1967D2;
  --bs-link-highlighter-color: #307feb;
  --bs-link-hover-color-rgb: 25, 103, 210;
  --bs-link-decoration: underline;
  --bs-code-color: #1967D2;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #1b1f22;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-nav-color: #ffffff;
  --bs-text-white: #ffffff;
  --bs-dark-footer: #2b3035;
  --bs-footer-color: #dee2e6;
  --bs-form-bg-color: #212529;
  --bs-form-border-color: #495057;
  --bs-form-placeholder-color: #a9acb6;
  --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-md: 0 0.5rem 2.5rem rgba(0, 0, 0, 0.14);
  --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);
}

/* ----------------- Default Style: Typography Styles ----------------------- */
:focus-visible {
  outline: none;
}

.nav-link:focus-visible {
  outline: 0;
  box-shadow: none;
}

body {
  background: var(--bs-body-bg);
  color: var(--bs-body-color);
  font-size: 15px;
  font-family: var(--font-primary);
  font-optical-sizing: auto;
  margin: 0;
  overflow-x: hidden !important;
  font-weight: 400;
}
body #main-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.subtitle {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--headingColor);
  font-weight: 600;
  font-optical-sizing: auto;
  font-family: var(heading-font-family);
}

i.bi {
  margin: 0;
  line-height: 1;
}

.font-auto {
  font-family: initial;
}

.lead {
  font-size: 1.1rem;
  font-weight: 300;
}

.tag-bookmark i {
  height: auto;
  width: auto;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--bs-light);
  z-index: 9999;
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: var(--bs-primary);
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

.text-body-secondary {
  --bs-text-opacity: 1;
  color: var(--bs-secondary-text) !important;
}

.p,
p {
  line-height: 1.8;
  color: var(--paragraphColor);
}

.modal-open {
  overflow: hidden !important;
  padding-right: 0 !important;
}

.filterGroups {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
}
.filterGroups .singleFilter-head {
  margin-bottom: 0.5rem;
  display: flex;
}
.filterGroups .singleFilter-head h6 {
  font-size: 14px;
}
.filterGroups .singleFilterwrap {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid var(--bs-border-color);
}
.filterGroups .singleFilterwrap:last-child {
  border-bottom: none !important;
}

.br-dashed {
  border-style: dashed !important;
}

a {
  text-decoration: none;
  color: var(--bs-link-color);
}

a:hover,
a:focus {
  text-decoration: none;
  color: var(--bs-primary);
}

.nav-link:hover,
.nav-link:focus {
  color: var(--bs-primary);
}

.page-link {
  color: var(--bs-dark);
}

.page-link:hover,
.page-link:focus {
  color: var(--bs-primary);
}

html body .mdi:before,
html body .mdi-set {
  line-height: initial;
}

section {
  padding: 80px 0 80px;
}

section.min {
  padding: 50px 0 50px;
}

section.mid {
  padding: 80px 0 50px;
}

.tbl {
  display: table;
}

.full-height {
  height: 100%;
}

.alert p {
  margin: 0;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.no-ul-list {
  padding: 0;
}

.no-ul-list li {
  list-style: none;
}

.text-muted-2 {
  color: color-mix(in srgb, var(--bs-dark), transparent 20%);
}

.text-muted {
  color: color-mix(in srgb, var(--bs-dark), transparent 30%);
}

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

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

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

.text-sm-muted {
  font-size: 12px;
  font-weight: 500;
  color: var(gray-800);
}

.text-xs {
  font-size: 10px;
}

.text-smm {
  font-size: 11px;
}

.text-sm {
  font-size: 12px;
}

.text-mid {
  font-size: 13px;
}

.text-md {
  font-size: 14px;
}

.text-lg {
  font-size: 1.1rem !important;
}

.type--fade {
  opacity: 0.5;
}

.type--fine-print {
  font-size: 0.85714286em;
}

blockquote {
  font-size: 1.3em;
  line-height: 1.5em;
  padding: 0;
  font-weight: 300;
  margin: 0;
  border-left: 0;
}

blockquote {
  font-style: italic;
}

blockquote:not(:last-child) {
  margin-bottom: 1.04em;
}

.modern-heading {
  width: 100%;
  display: block;
  margin-bottom: 40px;
  text-align: center;
}
.modern-heading .main-heading {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0px;
}
.modern-heading .subtitleHeading-wrap {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
.modern-heading .subtitleHeading-wrap .subtitle-heading {
  font-size: 15px;
  text-transform: capitalize;
  letter-spacing: 0.4px;
  font-weight: 400;
  color: var(--bs-muted);
}

.smart-heading-wrap {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: space-between;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.smart-heading-wrap .smart-heading {
  width: auto;
  display: inline-block;
}
.smart-heading-wrap .smart-heading .subtitleHeading-wrap {
  display: block;
  width: 100%;
}
.smart-heading-wrap .smart-heading .subtitleHeading-wrap .subtitle-heading {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  color: var(--bs-muted);
}
.smart-heading-wrap .smart-heading .main-heading {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 0px;
}
.smart-heading-wrap .explore-wrap {
  width: auto;
}
.smart-heading-wrap .explore-wrap .btn-link {
  height: auto;
  padding: 0;
  font-size: 14px;
}

/* ----------------- Default Style: Extra Opacity ----------------------- */
.opacity-1 {
  opacity: 0.01;
}

.opacity-2 {
  opacity: 0.02;
}

.opacity-3 {
  opacity: 0.03;
}

.opacity-4 {
  opacity: 0.04;
}

.opacity-5 {
  opacity: 0.05;
}

/* ----------------- Default Style: Animation ----------------------- */
@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@keyframes anim-francisco {
  50% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  51% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translateY(0);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes leftright {
  0%, 100% {
    transform: translatex(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: translatex(0);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.animate-bounce {
  animation: bounce 2s infinite;
}

.animate-leftright {
  animation: leftright 2s infinite;
}

/* ----------------- Default Style: Buttons Styles ----------------------- */
.btn {
  padding: 10px 18px;
  height: 50px;
  font-weight: 400;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all ease 0.4s;
  border-radius: 0.375rem;
  overflow: hidden;
  animation-delay: 0.7s;
  animation-duration: 0.5s;
  position: relative;
  border-radius: 4px;
}
.btn::after {
  background-color: rgba(255, 255, 255, 0.76);
  content: "";
  height: 150px;
  left: -75px;
  position: absolute;
  top: -35px;
  transform: rotate(35deg);
  transition: all 1600ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 40px;
  opacity: 0;
}
.btn:hover:after {
  left: 120%;
  transition: all 1300ms cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0.25;
}
.btn:hover {
  box-shadow: none;
}
.btn:focus {
  box-shadow: none;
}

.btn-more {
  padding: 1em 2em;
  height: 52px;
  font-size: 1em;
}

.btn-lg {
  padding: 1em 2.5em;
  height: 70px;
  font-size: 1.34em;
}

.btn-mmd {
  padding: 1em 2em;
  height: 60px;
  font-size: 1.2em;
}

.btn-mid {
  padding: 1em 2em;
  height: 52px;
  font-size: 0.9rem;
}

.btn-md {
  padding: 0.9em 1.3em;
  height: 42px;
  font-size: 0.9rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  height: 35px;
  font-size: 12px;
}

.btn-rounded {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
}
.btn-rounded.btn-xxl {
  width: 80px;
  height: 80px;
  font-size: 30px;
}
.btn-rounded.btn-xl {
  width: 70px;
  height: 70px;
  font-size: 25px;
}
.btn-rounded.btn-lg {
  width: 60px;
  height: 60px;
  font-size: 22px;
}
.btn-rounded.btn-md {
  width: 44px;
  height: 44px;
  font-size: 16px;
}
.btn-rounded.btn-sm {
  width: 35px;
  height: 35px;
  font-size: 14px;
}
.btn-rounded.btn-xs {
  width: 28px;
  height: 28px;
  font-size: 14px;
}
.btn-rounded.btn-xs {
  width: 28px;
  height: 28px;
  font-size: 12px;
}
.btn-rounded.btn-xss {
  width: 20px;
  height: 20px;
  font-size: 11px;
}

.btn-filter {
  padding: 0.25rem 0.8rem;
  height: 40px;
  font-size: 14px;
}

.btn-xs {
  padding: 0.2rem 0.5rem;
  height: 30px;
  font-size: 10px;
}

.btn-rounded {
  border-radius: 50px !important;
  -webkit-border-radius: 50px !important;
}

.btn-arrow {
  position: relative;
}

.btn-success {
  --bs-btn-color: var(--bs-text-white);
  --bs-btn-hover-color: var(--bs-body-bg);
  --bs-btn-active-color: var(--bs-body-bg);
  --bs-btn-disabled-color: var(--bs-body-bg);
}

.btn-primary {
  --bs-btn-bg: #1967D2;
  --bs-btn-border-color: #1967D2;
  --bs-btn-hover-bg: #0C58BF;
  --bs-btn-hover-border-color: #0C58BF;
  --bs-btn-active-bg: #0C58BF;
  --bs-btn-active-border-color: #0C58BF;
  --bs-btn-disabled-bg: #1967D2;
  --bs-btn-disabled-border-color: #1967D2;
}

.btn-secondary {
  background: var(--bs-secondary);
  border-color: var(--bs-secondary);
  color: var(--bs-secondary-text);
}
.btn-secondary:hover {
  background: var(--bs-secondary) !important;
  border-color: var(--bs-secondary) !important;
  color: var(--bs-dark) !important;
}
.btn-secondary:focus {
  background: var(--bs-secondary) !important;
  border-color: var(--bs-secondary) !important;
  color: var(--bs-dark) !important;
}
.btn-secondary:active {
  background: var(--bs-secondary) !important;
  border-color: var(--bs-secondary) !important;
  color: var(--bs-dark) !important;
}

.btn-light-secondary {
  background: var(--bs-body-bg);
  border-color: var(--bs-secondary-border-subtle);
  color: var(--bs-secondary-text);
}
.btn-light-secondary:hover {
  background: var(--bs-secondary) !important;
  border-color: var(--bs-secondary-border-subtle) !important;
  color: var(--bs-secondary-text) !important;
}
.btn-light-secondary:focus {
  background: var(--bs-secondary) !important;
  border-color: var(--bs-secondary-border-subtle) !important;
  color: var(--bs-secondary-text) !important;
}
.btn-light-secondary:active {
  background: var(--bs-secondary) !important;
  border-color: var(--bs-secondary-border-subtle) !important;
  color: var(--bs-secondary-text) !important;
}

.btn-outline-secondary {
  background: var(--bs-body-bg);
  border-color: var(--bs-secondary-border-subtle);
  color: var(--bs-secondary-text);
}
.btn-outline-secondary:hover {
  background: var(--bs-secondary) !important;
  border-color: var(--bs-secondary-border-subtle) !important;
  color: var(--bs-secondary-text) !important;
}
.btn-outline-secondary:focus {
  background: var(--bs-secondary) !important;
  border-color: var(--bs-secondary-border-subtle) !important;
  color: var(--bs-secondary-text) !important;
}
.btn-outline-secondary:active {
  background: var(--bs-secondary) !important;
  border-color: var(--bs-secondary-border-subtle) !important;
  color: var(--bs-secondary-text) !important;
}

.btn-outline-light {
  background: transparent;
  border-color: var(--bs-border-color);
  color: var(--bs-dark) !important;
}
.btn-outline-light:hover {
  background: var(--bs-dark) !important;
  border-color: var(--bs-dark) !important;
  color: var(--bs-white) !important;
}
.btn-outline-light:focus {
  background: var(--bs-dark) !important;
  border-color: var(--bs-dark) !important;
  color: var(--bs-white) !important;
}
.btn-outline-light:active {
  background: var(--bs-dark) !important;
  border-color: var(--bs-dark) !important;
  color: var(--bs-white) !important;
}

.btn-primary {
  background: var(--bs-primary);
  border-color: var(--bs-primary);
  color: var(--bs-white);
}
.btn-primary:hover {
  background: var(--bs-primary-bg-dark) !important;
  border-color: var(--bs-primary-bg-dark) !important;
  color: var(--bs-white) !important;
}
.btn-primary:focus {
  background: var(--bs-primary-bg-dark) !important;
  border-color: var(--bs-primary-bg-dark) !important;
  color: var(--bs-white) !important;
}
.btn-primary:active {
  background: var(--bs-primary-bg-dark) !important;
  border-color: var(--bs-primary-bg-dark) !important;
  color: var(--bs-white) !important;
}

.btn-light-primary {
  background: var(--bs-primary-bg-subtle);
  border-color: var(--bs-primary-border-subtle);
  color: var(--bs-primary);
}
.btn-light-primary:hover {
  background: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}
.btn-light-primary:focus {
  background: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}
.btn-light-primary:active {
  background: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}

.btn-outline-primary {
  background: transparent;
  border-color: var(--bs-primary);
  color: var(--bs-primary);
}
.btn-outline-primary:hover {
  background: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}
.btn-outline-primary:focus {
  background: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}
.btn-outline-primary:active {
  background: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}

.btn-success {
  background: var(--bs-success);
  border-color: var(--bs-success);
  color: var(--bs-white);
}
.btn-success:hover {
  color: var(--bs-white) !important;
}
.btn-success:focus {
  color: var(--bs-white) !important;
}
.btn-success:active {
  color: var(--bs-white) !important;
}

.btn-light-success {
  background: var(--bs-success-bg-subtle);
  border-color: var(--bs-success-border-subtle);
  color: var(--bs-success);
}
.btn-light-success:hover {
  background: var(--bs-success) !important;
  border-color: var(--bs-success) !important;
  color: var(--bs-white) !important;
}
.btn-light-success:focus {
  background: var(--bs-success) !important;
  border-color: var(--bs-success) !important;
  color: var(--bs-white) !important;
}
.btn-light-success:active {
  background: var(--bs-success) !important;
  border-color: var(--bs-success) !important;
  color: var(--bs-white) !important;
}

.btn-outline-success {
  background: transparent;
  border-color: var(--bs-success);
  color: var(--bs-success);
}
.btn-outline-success:hover {
  background: var(--bs-success) !important;
  border-color: var(--bs-success) !important;
  color: var(--bs-white) !important;
}
.btn-outline-success:focus {
  background: var(--bs-success) !important;
  border-color: var(--bs-success) !important;
  color: var(--bs-white) !important;
}
.btn-outline-success:active {
  background: var(--bs-success) !important;
  border-color: var(--bs-success) !important;
  color: var(--bs-white) !important;
}

.btn-danger {
  background: var(--bs-danger);
  border-color: var(--bs-danger);
  color: var(--bs-white);
}
.btn-danger:hover {
  color: var(--bs-white) !important;
}
.btn-danger:focus {
  color: var(--bs-white) !important;
}
.btn-danger:active {
  color: var(--bs-white) !important;
}

.btn-light-danger {
  background: var(--bs-danger-bg-subtle);
  border-color: var(--bs-danger-border-subtle);
  color: var(--bs-danger);
}
.btn-light-danger:hover {
  background: var(--bs-danger) !important;
  border-color: var(--bs-danger) !important;
  color: var(--bs-white) !important;
}
.btn-light-danger:focus {
  background: var(--bs-danger) !important;
  border-color: var(--bs-danger) !important;
  color: var(--bs-white) !important;
}
.btn-light-danger:active {
  background: var(--bs-danger) !important;
  border-color: var(--bs-danger) !important;
  color: var(--bs-white) !important;
}

.btn-outline-danger {
  background: transparent;
  border-color: var(--bs-danger);
  color: var(--bs-danger);
}
.btn-outline-danger:hover {
  background: var(--bs-danger) !important;
  border-color: var(--bs-danger) !important;
  color: var(--bs-white) !important;
}
.btn-outline-danger:focus {
  background: var(--bs-danger) !important;
  border-color: var(--bs-danger) !important;
  color: var(--bs-white) !important;
}
.btn-outline-danger:active {
  background: var(--bs-danger) !important;
  border-color: var(--bs-danger) !important;
  color: var(--bs-white) !important;
}

.btn-warning {
  background: var(--bs-warning);
  border-color: var(--bs-warning);
  color: var(--bs-white);
}
.btn-warning:hover {
  color: var(--bs-white) !important;
}
.btn-warning:focus {
  color: var(--bs-white) !important;
}
.btn-warning:active {
  color: var(--bs-white) !important;
}

.btn-light-warning {
  background: var(--bs-warning-bg-subtle);
  border-color: var(--bs-warning-border-subtle);
  color: var(--bs-warning);
}
.btn-light-warning:hover {
  background: var(--bs-warning) !important;
  border-color: var(--bs-warning) !important;
  color: var(--bs-white) !important;
}
.btn-light-warning:focus {
  background: var(--bs-warning) !important;
  border-color: var(--bs-warning) !important;
  color: var(--bs-white) !important;
}
.btn-light-warning:active {
  background: var(--bs-warning) !important;
  border-color: var(--bs-warning) !important;
  color: var(--bs-white) !important;
}

.btn-outline-warning {
  background: transparent;
  border-color: var(--bs-warning);
  color: var(--bs-warning);
}
.btn-outline-warning:hover {
  background: var(--bs-warning) !important;
  border-color: var(--bs-warning) !important;
  color: var(--bs-white) !important;
}
.btn-outline-warning:focus {
  background: var(--bs-warning) !important;
  border-color: var(--bs-warning) !important;
  color: var(--bs-white) !important;
}
.btn-outline-warning:active {
  background: var(--bs-warning) !important;
  border-color: var(--bs-warning) !important;
  color: var(--bs-white) !important;
}

.btn-info {
  background: var(--bs-info);
  border-color: var(--bs-info);
  color: var(--bs-white);
}
.btn-info:hover {
  color: var(--bs-white) !important;
}
.btn-info:focus {
  color: var(--bs-white) !important;
}
.btn-info:active {
  color: var(--bs-white) !important;
}

.btn-light-info {
  background: var(--bs-info-bg-subtle);
  border-color: var(--bs-info-border-subtle);
  color: var(--bs-info);
}
.btn-light-info:hover {
  background: var(--bs-info) !important;
  border-color: var(--bs-info) !important;
  color: var(--bs-white) !important;
}
.btn-light-info:focus {
  background: var(--bs-info) !important;
  border-color: var(--bs-info) !important;
  color: var(--bs-white) !important;
}
.btn-light-info:active {
  background: var(--bs-info) !important;
  border-color: var(--bs-info) !important;
  color: var(--bs-white) !important;
}

.btn-outline-info {
  background: transparent;
  border-color: var(--bs-info);
  color: var(--bs-info);
}
.btn-outline-info:hover {
  background: var(--bs-info) !important;
  border-color: var(--bs-info) !important;
  color: var(--bs-white) !important;
}
.btn-outline-info:focus {
  background: var(--bs-info) !important;
  border-color: var(--bs-info) !important;
  color: var(--bs-white) !important;
}
.btn-outline-info:active {
  background: var(--bs-info) !important;
  border-color: var(--bs-info) !important;
  color: var(--bs-white) !important;
}

.btn-acent {
  background: var(--bs-acent);
  border-color: var(--bs-acent);
  color: var(--bs-white);
}
.btn-acent:hover {
  background: var(--bs-acent-bg-dark) !important;
  border-color: var(--bs-acent-bg-dark) !important;
  color: var(--bs-white) !important;
}
.btn-acent:focus {
  background: var(--bs-acent-bg-dark) !important;
  border-color: var(--bs-acent-bg-dark) !important;
  color: var(--bs-white) !important;
}
.btn-acent:active {
  background: var(--bs-acent-bg-dark) !important;
  border-color: var(--bs-acent-bg-dark) !important;
  color: var(--bs-white) !important;
}

.btn-light-acent {
  background: var(--bs-acent-bg-subtle);
  border-color: var(--bs-acent-border-subtle);
  color: var(--bs-acent);
}
.btn-light-acent:hover {
  background: var(--bs-acent) !important;
  border-color: var(--bs-acent) !important;
  color: var(--bs-white) !important;
}
.btn-light-acent:focus {
  background: var(--bs-acent) !important;
  border-color: var(--bs-acent) !important;
  color: var(--bs-white) !important;
}
.btn-light-acent:active {
  background: var(--bs-acent) !important;
  border-color: var(--bs-acent) !important;
  color: var(--bs-white) !important;
}

.btn-outline-acent {
  background: transparent;
  border-color: var(--bs-acent);
  color: var(--bs-acent);
}
.btn-outline-acent:hover {
  background: var(--bs-acent) !important;
  border-color: var(--bs-acent) !important;
  color: var(--bs-white) !important;
}
.btn-outline-acent:focus {
  background: var(--bs-acent) !important;
  border-color: var(--bs-acent) !important;
  color: var(--bs-white) !important;
}
.btn-outline-acent:active {
  background: var(--bs-acent) !important;
  border-color: var(--bs-acent) !important;
  color: var(--bs-white) !important;
}

.btn-dark {
  background: var(--bs-dark-btn);
  border-color: var(--bs-dark-btn);
  color: var(--bs-white);
}
.btn-dark:hover {
  background: var(--bs-dark-btn) !important;
  border-color: var(--bs-dark-btn) !important;
  color: var(--bs-white) !important;
}
.btn-dark:focus {
  background: var(--bs-dark-btn) !important;
  border-color: var(--bs-dark-btn) !important;
  color: var(--bs-white) !important;
}
.btn-dark:active {
  background: var(--bs-dark-btn) !important;
  border-color: var(--bs-dark-btn) !important;
  color: var(--bs-white) !important;
}

.btn-outline-dark {
  background: transparent;
  border-color: var(--bs-dark-btn);
  color: var(--bs-dark-text);
}
.btn-outline-dark:hover {
  background: var(--bs-dark-btn) !important;
  border-color: var(--bs-dark-btn) !important;
  color: var(--bs-dark-text) !important;
}
.btn-outline-dark:focus {
  background: var(--bs-dark-btn) !important;
  border-color: var(--bs-dark-btn) !important;
  color: var(--bs-dark-text) !important;
}
.btn-outline-dark:active {
  background: var(--bs-dark-btn) !important;
  border-color: var(--bs-dark-btn) !important;
  color: var(--bs-dark-text) !important;
}

.btn-whites {
  background: var(--bs-white);
  border-color: var(--bs-white);
  color: var(--bs-dark);
}
.btn-whites:hover {
  background: var(--bs-dark) !important;
  border-color: var(--bs-dark) !important;
  color: var(--bs-white) !important;
}
.btn-whites:focus {
  background: var(--bs-dark) !important;
  border-color: var(--bs-dark) !important;
  color: var(--bs-white) !important;
}
.btn-whites:active {
  background: var(--bs-dark) !important;
  border-color: var(--bs-dark) !important;
  color: var(--bs-white) !important;
}

.btn-outline-whites {
  background: transparent;
  border-color: var(--bs-white);
  color: var(--bs-white);
}
.btn-outline-whites:hover {
  background: var(--bs-white) !important;
  border-color: var(--bs-white) !important;
  color: var(--bs-dark) !important;
}
.btn-outline-whites:focus {
  background: var(--bs-white) !important;
  border-color: var(--bs-white) !important;
  color: var(--bs-dark) !important;
}
.btn-outline-whites:active {
  background: var(--bs-white) !important;
  border-color: var(--bs-white) !important;
  color: var(--bs-dark) !important;
}

.btn-light-white {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.65);
  color: var(--bs-white);
}
.btn-light-white:hover {
  background: var(--bs-white) !important;
  border-color: var(--bs-white) !important;
  color: var(--bs-dark) !important;
}
.btn-light-white:focus {
  background: var(--bs-white) !important;
  border-color: var(--bs-white) !important;
  color: var(--bs-dark) !important;
}
.btn-light-white:active {
  background: var(--bs-white) !important;
  border-color: var(--bs-white) !important;
  color: var(--bs-dark) !important;
}

.btn-whitener {
  background: var(--bs-white);
  border-color: var(--bs-white);
  color: var(--bs-dark);
}
.btn-whitener:hover {
  background: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}
.btn-whitener:focus {
  background: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}
.btn-whitener:active {
  background: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}

.btn-gray {
  background: #e4eaed;
  border-color: #e4eaed;
  color: var(--bs-dark);
}
.btn-gray:hover {
  background: var(--bs-dark) !important;
  border-color: var(--bs-dark) !important;
  color: var(--bs-white) !important;
}
.btn-gray:focus {
  background: var(--bs-dark) !important;
  border-color: var(--bs-dark) !important;
  color: var(--bs-white) !important;
}
.btn-gray:active {
  background: var(--bs-dark) !important;
  border-color: var(--bs-dark) !important;
  color: var(--bs-white) !important;
}

.btn-dark {
  background: var(--bs-dark);
  border-color: var(--bs-dark);
  color: var(--bs-white);
}
.btn-dark:hover {
  background: var(--bs-dark) !important;
  border-color: var(--bs-dark) !important;
  color: var(--bs-white) !important;
}
.btn-dark:focus {
  background: var(--bs-dark) !important;
  border-color: var(--bs-dark) !important;
  color: var(--bs-white) !important;
}
.btn-dark:active {
  background: var(--bs-dark) !important;
  border-color: var(--bs-dark) !important;
  color: var(--bs-white) !important;
}

.btn-outline-dark {
  background: transparent;
  border-color: var(--bs-dark);
  color: var(--bs-dark);
}
.btn-outline-dark:hover {
  background: var(--bs-dark) !important;
  border-color: var(--bs-dark) !important;
  color: var(--bs-white) !important;
}
.btn-outline-dark:focus {
  background: var(--bs-dark) !important;
  border-color: var(--bs-dark) !important;
  color: var(--bs-white) !important;
}
.btn-outline-dark:active {
  background: var(--bs-dark) !important;
  border-color: var(--bs-dark) !important;
  color: var(--bs-white) !important;
}

.btn.btn-dark-soft {
  color: var(--bs-white);
  background: rgba(245, 246, 247, 0.1);
}
.btn.btn-dark-soft:hover {
  color: var(--bs-dark);
  background: var(--bs-white);
}
.btn.btn-dark-soft:focus {
  color: var(--bs-dark);
  background: var(--bs-white);
}
.btn.btn-dark-soft:active {
  color: var(--bs-dark);
  background: var(--bs-white);
}

.btn-simple-link {
  transition: 0.35s;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 2px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--bs-primary);
  border: none;
  background: transparent;
}
.btn-simple-link:after {
  content: "";
  width: 100%;
  border-bottom: 2px solid var(--bs-primary);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  transform: scale(1, 1);
  transform-origin: right center 0;
}
.btn-simple-link:before {
  content: "";
  width: 100%;
  border-bottom: 2px solid var(--bs-primary);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  transform: scale(1, 1);
  transform-origin: right center 0;
}
.btn-simple-link:after {
  opacity: 0;
  transform: scale(0, 1);
  transform-origin: left center 0;
}
.btn-simple-link:hover {
  color: var(--bs-primary);
  transition: 0.35s;
}
.btn-simple-link:hover:before {
  opacity: 0;
  transform: scale(0, 1);
  transition: opacity 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s;
}
.btn-simple-link:hover:after {
  opacity: 1;
  transform: scale(1, 1);
  transition: transform 0.2s ease-in-out 0.25s;
}

.btn-dark-link {
  transition: 0.35s;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 2px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--bs-dark);
}
.btn-dark-link:after {
  content: "";
  width: 100%;
  border-bottom: 2px solid var(--bs-dark);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  transform: scale(1, 1);
  transform-origin: right center 0;
}
.btn-dark-link:before {
  content: "";
  width: 100%;
  border-bottom: 2px solid var(--bs-dark);
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  transform: scale(1, 1);
  transform-origin: right center 0;
}
.btn-dark-link:after {
  opacity: 0;
  transform: scale(0, 1);
  transform-origin: left center 0;
}
.btn-dark-link:hover {
  color: var(--bs-primary);
  transition: 0.35s;
}
.btn-dark-link:hover:before {
  opacity: 0;
  transform: scale(0, 1);
  border-color: var(--bs-primary);
  transition: opacity 0.2s ease-in-out 0.2s, transform 0.2s ease-in-out 0s;
}
.btn-dark-link:hover:after {
  opacity: 1;
  transform: scale(1, 1);
  border-color: var(--bs-primary);
  transition: transform 0.2s ease-in-out 0.25s;
}

/* ----------------- Default Style: Dropdown Toggle Styles ----------------------- */
.dropdownToogle {
  position: relative;
  width: auto;
  padding: 0.8rem 1.5rem;
  font-weight: 500;
  cursor: pointer;
  transition: all ease 0.4s;
  border-radius: 50px;
  background: var(--bs-light);
  border: 1px solid #dadfe6;
  color: var(--bs-muted-2);
  border-radius: 50px;
}
.dropdownToogle: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;
}
.dropdownToogle:hover {
  border-color: var(--bs-primary-border-subtle);
  background-color: var(--bs-primary-bg-subtle);
  color: var(--bs-primary);
}
.dropdownToogle:focus {
  border-color: var(--bs-primary-border-subtle);
  background-color: var(--bs-primary-bg-subtle);
  color: var(--bs-primary);
}
.dropdownToogle.md {
  padding: 0.5rem 1.2rem;
}
.dropdownToogle.md:hover {
  border-color: var(--bs-primary-border-subtle);
  background-color: var(--bs-primary-bg-subtle);
  color: var(--bs-primary);
}
.dropdownToogle.md:focus {
  border-color: var(--bs-primary-border-subtle);
  background-color: var(--bs-primary-bg-subtle);
  color: var(--bs-primary);
}
.dropdownToogle.sm {
  padding: 0.3rem 1rem;
  padding: 0.3rem 1rem;
  font-size: 13px;
}
.dropdownToogle.sm .dropdownToogle:after {
  display: inline-block;
  margin-left: 0.2em;
  vertical-align: 0.18em;
}
.dropdownToogle.sm:hover {
  border-color: var(--bs-primary-border-subtle);
  background-color: var(--bs-primary-bg-subtle);
  color: var(--bs-primary);
}
.dropdownToogle.sm:focus {
  border-color: var(--bs-primary-border-subtle);
  background-color: var(--bs-primary-bg-subtle);
  color: var(--bs-primary);
}

.filterToggle {
  position: relative;
  width: auto;
  padding: 0.8rem 1.5rem;
  font-weight: 500;
  cursor: pointer;
  transition: all ease 0.4s;
  border-radius: 50px;
  background: var(--bs-light);
  border: 1px solid #dadfe6;
  color: var(--bs-muted-2);
  border-radius: 50px;
}
.filterToggle.primarySoft {
  border-color: var(--bs-primary-border-subtle);
  background-color: var(--bs-primary-bg-subtle);
  color: var(--bs-primary);
}
.filterToggle:hover {
  border-color: var(--bs-primary-border-subtle);
  background-color: var(--bs-primary-bg-subtle);
  color: var(--bs-primary);
}
.filterToggle:focus {
  border-color: var(--bs-primary-border-subtle);
  background-color: var(--bs-primary-bg-subtle);
  color: var(--bs-primary);
}
.filterToggle.md {
  padding: 0.5rem 1.2rem;
}
.filterToggle.md:hover {
  border-color: var(--bs-primary-border-subtle);
  background-color: var(--bs-primary-bg-subtle);
  color: var(--bs-primary);
}
.filterToggle.md:focus {
  border-color: var(--bs-primary-border-subtle);
  background-color: var(--bs-primary-bg-subtle);
  color: var(--bs-primary);
}
.filterToggle.sm {
  padding: 0.3rem 1rem;
  padding: 0.3rem 1rem;
  font-size: 13px;
}
.filterToggle.sm:hover {
  border-color: var(--bs-primary-border-subtle);
  background-color: var(--bs-primary-bg-subtle);
  color: var(--bs-primary);
}
.filterToggle.sm:focus {
  border-color: var(--bs-primary-border-subtle);
  background-color: var(--bs-primary-bg-subtle);
  color: var(--bs-primary);
}

/* ----------------- Default Style: Custom Forms Styles ----------------------- */
.form-control {
  height: 50px;
  font-size: 15px;
  box-shadow: none;
  background-clip: initial;
  color: color-mix(in srgb, var(--bs-dark-text), transparent 10%);
}

.form-control:focus {
  border-color: var(--bs-primary);
}

.form-control.transparent {
  background: rgba(255, 255, 255, 0.02);
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.7);
}

.form-control.dark {
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.14);
  color: rgba(255, 255, 255, 0.8);
}
.form-control.dark::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.form-control.dark::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form-control.light {
  background: var(--bs-form-bg-color);
  border-color: var(--bs-form-border-color);
  color: var(--bs-muted-2);
}

.form-control.form-control-md {
  height: 44px;
}

.frm-search .form-group {
  min-width: 270px;
}

.form-group {
  margin-bottom: 15px;
}
.form-group label {
  margin-bottom: 0.5rem;
  font-size: 13px;
  font-weight: 500;
}

textarea.form-control {
  height: 150px !important;
}

.formField {
  position: relative;
  width: 100%;
}
.formField .icon-wrap {
  position: relative;
}
.formField .label {
  font-size: 15px;
  color: var(--bs-dark);
  margin-bottom: 0.6rem;
  padding: 0;
  display: block;
}
.formField .form-control {
  background-color: var(--bs-body-bg) !important;
  border: 1px solid var(--bs-form-border-color);
}
.formField .form-control.lights {
  background-color: var(--bs-form-bg-color) !important;
  border: 1px solid var(--bs-form-border-color);
}
.formField.icons {
  position: relative;
}
.formField.icons .form-control {
  padding-left: 35px;
}
.formField.icons .select2-container .select2-selection--multiple,
.formField.icons .select2-container .select2-selection--single {
  padding-left: 35px;
}
.formField.icons .icon {
  position: absolute;
  left: 14px;
  top: 47%;
  transform: translateY(-47%);
  font-size: 14px;
  color: var(--bs-form-placeholder-color);
}
.formField.icons.right {
  width: 100%;
}
.formField.icons.right .form-control {
  padding-left: 15px;
  padding-right: 35px;
}
.formField.icons.right .icon {
  position: absolute;
  right: 14px;
  top: 50%;
  left: auto;
}
.formField .btn {
  width: 100%;
  height: 50px;
  font-size: 15px;
  border-radius: 50px;
}
.formField.darkTransparent .form-control {
  background-color: rgba(0, 0, 0, 0.1) !important;
  border: 1px solid rgba(0, 0, 0, 0.11) !important;
  color: rgba(255, 255, 255, 0.8) !important;
}
.formField.darkTransparent .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.65) !important;
}
.formField.darkTransparent .form-control::placeholder {
  color: rgba(255, 255, 255, 0.65) !important;
}
.formField.darkTransparent .select2-container--default .select2-selection--single {
  background-color: rgba(0, 0, 0, 0.1) !important;
  border: 1px solid rgba(0, 0, 0, 0.11) !important;
  color: rgba(255, 255, 255, 0.8) !important;
}
.formField.darkTransparent .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: rgba(255, 255, 255, 0.65) !important;
}
.formField.darkTransparent .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: rgba(255, 255, 255, 0.65) transparent transparent transparent;
}
.formField.darkTransparent .icon {
  color: rgba(255, 255, 255, 0.65) !important;
}
.formField.lightTransparent .form-control {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.11) !important;
  color: rgba(255, 255, 255, 0.8) !important;
}
.formField.lightTransparent .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.65) !important;
}
.formField.lightTransparent .form-control::placeholder {
  color: rgba(255, 255, 255, 0.65) !important;
}
.formField.lightTransparent .select2-container--default .select2-selection--single {
  background-color: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.11) !important;
  color: rgba(255, 255, 255, 0.8) !important;
}
.formField.lightTransparent .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: rgba(255, 255, 255, 0.65) !important;
}
.formField.lightTransparent .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: rgba(255, 255, 255, 0.65) transparent transparent transparent;
}
.formField.lightTransparent .icon {
  color: rgba(255, 255, 255, 0.65) !important;
}

.select2-container--default .select2-results__option--selected {
  background-color: var(--bs-primary-bg-subtle) !important;
  color: var(--bs-primary) !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}

.select2-container--default .select2-results__option--selected {
  background-color: var(--bs-primary-bg-subtle);
  color: var(--bs-primary);
}

.select2-dropdown {
  border-color: var(--bs-gray-300);
}

.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 12px;
  border: 1px solid var(--bs-form-border-color);
}

.lights .select2-container .select2-selection--multiple,
.lights .select2-container .select2-selection--single {
  background-color: var(--bs-form-bg-color) !important;
  border: 1px solid var(--bs-form-border-color);
}

.select-br-0 .select2-container .select2-selection--multiple,
.select-br-0 .select2-container .select2-selection--single {
  border: none !important;
}

.select2-container {
  width: 100% !important;
}

.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single {
  height: 50px;
  padding-left: 15px;
  background-color: var(--bs-body-bg);
}

.border-none .select2-container .select2-selection--multiple,
.border-none .select2-container .select2-selection--single {
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  top: 50%;
  right: 8px;
}

.select2-container--default .select2-selection--multiple {
  padding-bottom: 0;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  margin: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border: 1px solid color-mix(in srgb, var(--bs-dark), transparent 85%);
  background: transparent;
  color: color-mix(in srgb, var(--bs-dark), transparent 10%);
  margin: 3px 0px 3px 8px;
  font-size: 14px;
  height: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 8px;
  padding-right: 30px;
  border-radius: 50px;
}

.select2-container .select2-search--inline .select2-search__field {
  padding: 0;
  font-family: inherit;
  margin: 0 !important;
  height: 22px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: var(--bs-primary);
  height: 100%;
  border: none;
  top: 4px;
  left: auto;
  right: 4px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--bs-primary-bg-subtle);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: var(--bs-primary);
  color: var(--bs-text-white);
  outline: none;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid var(--bs-form-border-color);
  outline: 0;
}

.border-none .select2-container--default.select2-container--focus .select2-selection--multiple {
  border: none;
  outline: 0;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: var(--bs-form-placeholder-color);
}

.bold .select2-container--default .select2-selection--single .select2-selection__placeholder,
.bold .select2-container .select2-selection--single .select2-selection__rendered,
.bold .select2-container .select2-search--inline .select2-search__field {
  font-weight: 500;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0;
  color: color-mix(in srgb, var(--bs-dark-text), transparent 10%);
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid var(--bs-border-color);
  border-radius: 0.2rem;
}

.select2-results__option {
  padding: 10px;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: scroll;
  scrollbar-width: 0;
  scrollbar-width: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: var(--bs-form-placeholder-color) transparent transparent transparent;
}

.btn-flip-icon {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  background: var(--bs-body-bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--bs-form-border-color);
  z-index: 1;
  font-size: 15px;
}

.btn-flip-icon .btn,
.btn-flip-icon button {
  outline: none;
  border: none;
  background: transparent;
}

.form-control:focus {
  box-shadow: none;
}

.form-control::-moz-placeholder {
  color: var(--bs-form-placeholder-color);
  opacity: 1;
  /* Firefox */
}

.form-control::placeholder {
  color: var(--bs-form-placeholder-color);
  opacity: 1;
  /* Firefox */
}

.fw-bold ::-moz-placeholder, .fw-bold::-moz-placeholder {
  font-weight: 600;
}

.fw-bold ::placeholder,
.fw-bold::placeholder {
  font-weight: 600;
}

::-moz-placeholder {
  color: var(--bs-form-placeholder-color);
}

::placeholder {
  color: var(--bs-form-placeholder-color);
}

.hdd-arrow span.select2-selection__arrow {
  display: none;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn-wrapper .btn {
  border: none;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer !important;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

/*---------- Default Style: Custom Dropdown ---------*/
.dropdowns {
  min-width: 12em;
  position: relative;
  margin: 0em;
}

.dropdowns.smaller {
  min-width: 8em;
  position: relative;
  margin: 0em;
}

.selections {
  background: var(--bs-body-bg);
  color: #6e7b8d;
  border: 1px solid var(--bs-border-color);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 0.2em;
  padding: 3px 6px;
  cursor: pointer;
  transition: background 0.3s;
}

.selections .caret {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #6e7b8d;
  transition: 0.3s;
  position: absolute;
  right: 7px;
}

.selections .caret-rotate {
  transform: rotate(180deg);
}

.selections .selected {
  font-size: 12px;
  color: #6e7b8d;
  font-weight: 500;
}

.dropdowns .menu {
  list-style: none;
  padding: 0.2em 0.5em;
  background: var(--bs-body-bg);
  box-shadow: rgba(72, 72, 72, 0.2) 0px 15px 20px;
  border-radius: 0.5em;
  color: #6e7b8d;
  position: absolute;
  top: 2em;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  opacity: 0;
  display: none;
  transition: 0.2s;
  z-index: 1;
}

.dropdowns .menu li {
  padding: 0.2em 0.5rem;
  margin: 0.3em 0;
  border-radius: 0.2em;
  cursor: pointer;
}

.dropdowns .menu-open {
  display: block;
  opacity: 1;
}

.dropdowns .menu-open .active {
  background: var(--bs-primary-bg-subtle);
  color: var(--bs-primary);
}

.form-check {
  min-height: 0.8rem;
  padding-left: 1.7rem;
}

.form-check-input {
  width: 1.1rem;
  height: 1.1rem;
  margin-top: 0.19em;
  margin-left: -1.7rem !important;
}

.form-check.lg {
  min-height: 1rem;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
}

.form-check.lg .form-check-input {
  width: 1.4rem;
  height: 1.4rem;
  margin-top: 0.1em;
  margin-left: -2rem !important;
}

.form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.form-check-input:focus {
  border-color: var(--bs-primary-bg-subtle);
  outline: 0;
  box-shadow: 0 0 0 0.25rem var(--bs-primary-bg-subtle);
}

/*--------------------------------------------------
 Common Elentns 
---------------------------------------------------*/
.progress {
  margin-bottom: 1.5em;
  background-color: #efefef;
}
.progress .progress-bar {
  background-color: var(--bs-primary);
}

p,
ul,
ol,
dl,
dt,
dd,
blockquote,
address {
  margin: 0 0 10px;
}

.full-width {
  width: 100%;
}

.explore-content p {
  font-size: 19px;
  font-family: "Lora", serif;
  font-style: italic;
}

.shadow-0 {
  box-shadow: none !important;
}

.ovr-top {
  margin-top: -60px;
  position: relative;
  z-index: 1;
}

.shadow-wrap {
  box-shadow: 0 8px 16px 0 rgba(15, 41, 77, 0.06);
  -webkit-box-shadow: 0 8px 16px 0 rgba(15, 41, 77, 0.06);
  -moz-box-shadow: 0 8px 16px 0 rgba(15, 41, 77, 0.06);
}

.dropdown-item {
  padding: 8px 1rem;
  color: #607394;
  font-size: 15.5px;
}
.dropdown-item:hover {
  color: var(--bs-primary);
  background-color: var(--bs-primary-bg-subtle);
}
.dropdown-item:focus {
  color: var(--bs-primary);
  background-color: var(--bs-primary-bg-subtle);
}
.dropdown-item:active {
  color: var(--bs-white);
  background-color: var(--bs-primary);
}
.dropdown-item.active {
  color: var(--bs-white);
  background-color: var(--bs-primary);
}

/*------------ Common Elentns: Rotate Style ----------------*/
.rotate-none {
  transform: none;
}

.rotate-1 {
  transform: rotate(1deg);
}

.rotate-2 {
  transform: rotate(2deg);
}

.rotate-3 {
  transform: rotate(3deg);
}

.rotate-6 {
  transform: rotate(6deg);
}

.rotate-12 {
  transform: rotate(12deg);
}

.rotate-45 {
  transform: rotate(45deg);
}

.rotate-90 {
  transform: rotate(90deg);
}

.rotate-180 {
  transform: rotate(180deg);
}

/*------------ Common Elentns: Dot BG ----------------*/
.bg-dot {
  background-size: 0.75rem 0.75rem;
}

.bg-dot.primary {
  background-image: radial-gradient(var(--bs-primary) 2px, transparent 2.5px);
}

.bg-dot.acent {
  background-image: radial-gradient(var(--bs-acent) 2px, transparent 2.5px);
}

.bg-dot.dark {
  background-image: radial-gradient(var(--bs-dark) 2px, transparent 2.5px);
}

.bg-dot.success {
  background-image: radial-gradient(var(--bs-success) 2px, transparent 2.5px);
}

.bg-dot.yellow {
  background-image: radial-gradient(var(--bs-warning) 2px, transparent 2.5px);
}

.bg-dot.danger {
  background-image: radial-gradient(var(--bs-danger) 2px, transparent 2.5px);
}

.bg-dot.info {
  background-image: radial-gradient(var(--bs-info) 2px, transparent 2.5px);
}

.bg-dot.purple {
  background-image: radial-gradient(var(--bs-purple) 2px, transparent 2.5px);
}

.bg-dot.light {
  background-image: radial-gradient(var(--bs-secondary) 2px, transparent 2.5px);
}

.bg-line.dark {
  background: repeating-linear-gradient(-55deg, rgba(255, 255, 255, 0) 0.8px, var(--bs-dark) 1.6px, var(--bs-dark) 3px, rgba(255, 255, 255, 0) 3.8px, rgba(255, 255, 255, 0) 10px);
}

.bg-line.primary {
  background: repeating-linear-gradient(-55deg, rgba(255, 255, 255, 0) 0.8px, var(--bs-primary) 1.6px, var(--bs-primary) 3px, rgba(255, 255, 255, 0) 3.8px, rgba(255, 255, 255, 0) 10px);
}

.bg-line.acent {
  background: repeating-linear-gradient(-55deg, rgba(255, 255, 255, 0) 0.8px, var(--bs-acent) 1.6px, var(--bs-acent) 3px, rgba(255, 255, 255, 0) 3.8px, rgba(255, 255, 255, 0) 10px);
}

.bg-line.yellow {
  background: repeating-linear-gradient(-55deg, rgba(255, 255, 255, 0) 0.8px, var(--bs-warning) 1.6px, var(--bs-warning) 3px, rgba(255, 255, 255, 0) 3.8px, rgba(255, 255, 255, 0) 10px);
}

.bg-line.success {
  background: repeating-linear-gradient(-55deg, rgba(255, 255, 255, 0) 0.8px, var(--bs-success) 1.6px, var(--bs-success) 3px, rgba(255, 255, 255, 0) 3.8px, rgba(255, 255, 255, 0) 10px);
}

.bg-line.danger {
  background: repeating-linear-gradient(-55deg, rgba(255, 255, 255, 0) 0.8px, var(--bs-danger) 1.6px, var(--bs-danger) 3px, rgba(255, 255, 255, 0) 3.8px, rgba(255, 255, 255, 0) 10px);
}

.bg-line.purple {
  background: repeating-linear-gradient(-55deg, rgba(255, 255, 255, 0) 0.8px, var(--bs-purple) 1.6px, var(--bs-purple) 3px, rgba(255, 255, 255, 0) 3.8px, rgba(255, 255, 255, 0) 10px);
}

.bg-line.light {
  background: repeating-linear-gradient(-55deg, rgba(255, 255, 255, 0) 0.8px, var(--bs-secondary) 1.6px, var(--bs-secondary) 3px, rgba(255, 255, 255, 0) 3.8px, rgba(255, 255, 255, 0) 10px);
}

/*------------------- Common Elentns: Margin Extra ----------------------*/
.mt-n2 {
  margin-top: -2rem !important;
}

.mt-n3 {
  margin-top: -3rem !important;
}

.mt-n4 {
  margin-top: -4rem !important;
}

.mt-n5 {
  margin-top: -5rem !important;
}

.mt-n6 {
  margin-top: -6rem !important;
}

.mt-n8 {
  margin-top: -8rem !important;
}

.mt-n10 {
  margin-top: -10rem !important;
}

.mb-01 {
  margin-bottom: 0.15rem !important;
}

.mb-n2 {
  margin-bottom: -2rem !important;
}

.mb-n3 {
  margin-bottom: -3rem !important;
}

.mb-n4 {
  margin-bottom: -4rem !important;
}

.mb-n5 {
  margin-bottom: -5rem !important;
}

.mb-n6 {
  margin-bottom: -6rem !important;
}

.mb-n8 {
  margin-bottom: -8rem !important;
}

.mb-n10 {
  margin-bottom: -10rem !important;
}

.mb-01 {
  margin-bottom: 0.15rem !important;
}

.mb-01 {
  margin-bottom: 0.15rem !important;
}

.ms-n2 {
  margin-left: -2rem !important;
}

.ms-n3 {
  margin-left: -3rem !important;
}

.ms-n4 {
  margin-left: -4rem !important;
}

.ms-n5 {
  margin-left: -5rem !important;
}

.ms-n6 {
  margin-left: -6rem !important;
}

.ms-n8 {
  margin-left: -8rem !important;
}

.ms-n10 {
  margin-left: -10rem !important;
}

.me-n2 {
  margin-right: -2rem !important;
}

.me-n3 {
  margin-right: -3rem !important;
}

.me-n4 {
  margin-right: -4rem !important;
}

.me-n5 {
  margin-right: -5rem !important;
}

.me-n6 {
  margin-right: -6rem !important;
}

.me-n8 {
  margin-right: -8rem !important;
}

.me-n10 {
  margin-right: -10rem !important;
}

.me-01 {
  margin-right: 0.15rem !important;
}

/*-------------- Common Elentns: Custom Height ------------*/
.ht-10 {
  height: 10px;
}

.ht-20 {
  height: 20px;
}

.ht-30 {
  height: 30px;
}

.ht-40 {
  height: 40px;
}

.ht-50 {
  height: 50px;
}

.ht-60 {
  height: 60px;
}

.ht-70 {
  height: 70px;
}

.ht-80 {
  height: 80px;
}

.ht-80 {
  height: 80px;
}

.ht-100 {
  height: 100px;
}

.ht-110 {
  height: 110px;
}

.ht-120 {
  height: 120px;
}

.ht-130 {
  height: 130px;
}

.ht-140 {
  height: 140px;
}

.ht-150 {
  height: 150px;
}

.ht-160 {
  height: 160px;
}

.ht-170 {
  height: 170px;
}

.ht-180 {
  height: 180px;
}

.ht-190 {
  height: 190px;
}

.ht-200 {
  height: 200px;
}

.ht-300 {
  height: 300px;
}

.ht-400 {
  height: 400px;
}

.ht-500 {
  height: 500px;
}

.ht-100 {
  height: 100%;
  min-height: 580px;
}

.h-100 {
  height: 100vh;
}

.h-05 {
  height: 0.1rem !important;
}

.h-1 {
  height: 0.25rem !important;
}

.h-2 {
  height: 0.5rem !important;
}

.h-3 {
  height: 0.75rem !important;
}

.h-4 {
  height: 1rem !important;
}

.h-5 {
  height: 1.25rem !important;
}

.h-6 {
  height: 1.5rem !important;
}

.h-7 {
  height: 1.75rem !important;
}

.h-8 {
  height: 2rem !important;
}

.h-9 {
  height: 2.25rem !important;
}

.h-10 {
  height: 2.5rem !important;
}

.h-11 {
  height: 2.75rem !important;
}

.h-12 {
  height: 3rem !important;
}

.h-13 {
  height: 3.25rem !important;
}

.h-14 {
  height: 3.75rem !important;
}

.h-15 {
  height: 4rem !important;
}

.h-16 {
  height: 4.25rem !important;
}

.h-17 {
  height: 4.5rem !important;
}

.h-18 {
  height: 4.75rem !important;
}

.h-19 {
  height: 5rem !important;
}

.h-20 {
  height: 5.25rem !important;
}

.h-25 {
  height: 6rem !important;
}

.h-30 {
  height: 7rem !important;
}

.h-35 {
  height: 8rem !important;
}

.h-40 {
  height: 9rem !important;
}

.h-45 {
  height: 10rem !important;
}

.h-50 {
  height: 15rem !important;
}

.height-half {
  height: 50%;
}

/*------------- Common Elentns: Custom Width -------------*/
.w-1 {
  width: 0.25rem !important;
}

.w-2 {
  width: 0.5rem !important;
}

.w-3 {
  width: 0.75rem !important;
}

.w-4 {
  width: 1rem !important;
}

.w-5 {
  width: 1.25rem !important;
}

.w-6 {
  width: 1.5rem !important;
}

.w-7 {
  width: 1.75rem !important;
}

.w-8 {
  width: 2rem !important;
}

.w-9 {
  width: 2.25rem !important;
}

.w-10 {
  width: 2.5rem !important;
}

.w-11 {
  width: 2.75rem !important;
}

.w-12 {
  width: 3rem !important;
}

.w-13 {
  width: 3.25rem !important;
}

.w-14 {
  width: 3.75rem !important;
}

.w-15 {
  width: 4rem !important;
}

.w-16 {
  width: 4.25rem !important;
}

.w-17 {
  width: 4.5rem !important;
}

.w-18 {
  width: 4.75rem !important;
}

.w-19 {
  width: 5rem !important;
}

.w-20 {
  width: 5.25rem !important;
}

.w-25 {
  width: 6rem !important;
}

.w-30 {
  width: 7rem !important;
}

.w-35 {
  width: 8rem !important;
}

.w-40 {
  width: 9rem !important;
}

.w-45 {
  width: 10rem !important;
}

.w-50s {
  width: 15rem !important;
}

.start-10 {
  left: 10% !important;
}

.start-20 {
  left: 20% !important;
}

.start-30 {
  left: 30% !important;
}

.start-40 {
  left: 40% !important;
}

.start-50 {
  left: 50% !important;
}

.start-60 {
  left: 60% !important;
}

.start-70 {
  left: 70% !important;
}

.start-80 {
  left: 80% !important;
}

.start-90 {
  left: 90% !important;
}

.end-10 {
  right: 10% !important;
}

.end-20 {
  right: 20% !important;
}

.end-30 {
  right: 30% !important;
}

.end-40 {
  right: 40% !important;
}

.end-50 {
  right: 50% !important;
}

.end-60 {
  right: 60% !important;
}

.end-70 {
  right: 70% !important;
}

.end-80 {
  right: 80% !important;
}

.end-90 {
  right: 90% !important;
}

/*---------- Common Elentns: Extra Margine ------------*/
.mt-n2 {
  margin-top: -2rem !important;
}

.mt-n4 {
  margin-top: -4rem !important;
}

.mt-n6 {
  margin-top: -6rem !important;
}

.mt-n8 {
  margin-top: -8rem !important;
}

.mt-n10 {
  margin-top: -10rem !important;
}

/*------------ Common Elentns: Custom Avatar ----------------*/
.avatar {
  display: inline-block !important;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: -0.01rem;
  border-radius: 100%;
  height: 3rem;
  width: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.avatar-xxxl {
  height: 7rem;
  width: 7rem;
}

.avatar-xxl {
  height: 5rem;
  width: 5rem;
}

.avatar-xl {
  height: 4rem;
  width: 4rem;
}

.avatar-lg {
  height: 3rem;
  width: 3rem;
}

.avatar-md {
  height: 2rem;
  width: 2rem;
}

.avatar-sm {
  height: 1rem;
  width: 1rem;
}

.avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
}
.avatar-img.circle {
  border-radius: 50%;
}

/*------------ Common Elentns: Social Links ---------------*/
.color--facebook {
  color: #3b5998 !important;
}

.color--twitter {
  color: #00aced !important;
}

.color--googleplus {
  color: #dd4b39 !important;
}

.color--instagram {
  color: #125688 !important;
}

.color--pinterest {
  color: #cb2027 !important;
}

.color--dribbble {
  color: #ea4c89 !important;
}

.color--behance {
  color: #053eff !important;
}

.color--linkedin {
  color: #1685b9 !important;
}

.color--whatsapp {
  color: #4caf50 !important;
}

.bg--facebook {
  background: #3b5998 !important;
  color: var(--bs-text-white) !important;
}

.bg--twitter {
  background: #00aced !important;
  color: var(--bs-text-white) !important;
}

.bg--googleplus {
  background: #dd4b39 !important;
  color: var(--bs-text-white) !important;
}

.bg--instagram {
  background: #125688 !important;
  color: var(--bs-text-white) !important;
}

.bg--pinterest {
  background: #cb2027 !important;
  color: var(--bs-text-white) !important;
}

.bg--dribbble {
  background: #ea4c89 !important;
  color: var(--bs-text-white) !important;
}

.bg--behance {
  background: #053eff !important;
  color: var(--bs-text-white) !important;
}

.bg--linkedin {
  background: #1685b9 !important;
  color: var(--bs-text-white) !important;
}

.btn--facebook {
  background: var(--bs-body-bg) !important;
  border: 1px solid #3b5998 !important;
  color: #3b5998 !important;
}
.btn--facebook:hover {
  background: #3b5998 !important;
  border: 1px solid #3b5998 !important;
  color: var(--bs-text-white) !important;
}
.btn--facebookfocus {
  background: #3b5998 !important;
  border: 1px solid #3b5998 !important;
  color: var(--bs-text-white) !important;
}
.btn--facebook:active {
  background: #3b5998 !important;
  border: 1px solid #3b5998 !important;
  color: var(--bs-text-white) !important;
}

.btn--twitter {
  background: var(--bs-body-bg) !important;
  border: 1px solid #00aced !important;
  color: #00aced !important;
}
.btn--twitter:hover {
  background: #00aced !important;
  border: 1px solid #00aced !important;
  color: var(--bs-text-white) !important;
}
.btn--twitter:focus {
  background: #00aced !important;
  border: 1px solid #00aced !important;
  color: var(--bs-text-white) !important;
}
.btn--twitter:active {
  background: #00aced !important;
  border: 1px solid #00aced !important;
  color: var(--bs-text-white) !important;
}

.btn--googleplus {
  background: var(--bs-body-bg) !important;
  border: 1px solid #dd4b39 !important;
  color: #dd4b39 !important;
}
.btn--googleplus:hover {
  background: #dd4b39 !important;
  border: 1px solid #dd4b39 !important;
  color: var(--bs-text-white) !important;
}
.btn--googleplus:focus {
  background: #dd4b39 !important;
  border: 1px solid #dd4b39 !important;
  color: var(--bs-text-white) !important;
}
.btn--googleplus:active {
  background: #dd4b39 !important;
  border: 1px solid #dd4b39 !important;
  color: var(--bs-text-white) !important;
}

.btn--instagram {
  background: var(--bs-text-white) !important;
  border: 1px solid #125688 !important;
  color: #125688 !important;
}
.btn--instagram:hover {
  background: #125688 !important;
  border: 1px solid #125688 !important;
  color: var(--bs-text-white) !important;
}
.btn--instagram:focus {
  background: #125688 !important;
  border: 1px solid #125688 !important;
  color: var(--bs-text-white) !important;
}
.btn--instagram:active {
  background: #125688 !important;
  border: 1px solid #125688 !important;
  color: var(--bs-text-white) !important;
}

.btn--pinterest {
  background: var(--bs-body-bg) !important;
  border: 1px solid #cb2027 !important;
  color: #cb2027 !important;
}
.btn--pinterest:hover {
  background: #cb2027 !important;
  border: 1px solid #cb2027 !important;
  color: var(--bs-text-white) !important;
}
.btn--pinterest:focus {
  background: #cb2027 !important;
  border: 1px solid #cb2027 !important;
  color: var(--bs-text-white) !important;
}
.btn--pinterest:active {
  background: #cb2027 !important;
  border: var(--bs-text-white) !important;
}

.btn--dribbble {
  background: var(--bs-body-bg) !important;
  border: 1px solid #ea4c89 !important;
  color: #ea4c89 !important;
}
.btn--dribbble:hover {
  background: #ea4c89 !important;
  border: 1px solid #ea4c89 !important;
  color: var(--bs-text-white) !important;
}
.btn--dribbble:focus {
  background: #ea4c89 !important;
  border: 1px solid #ea4c89 !important;
  color: var(--bs-text-white) !important;
}
.btn--dribbble:active {
  background: #ea4c89 !important;
  border: 1px solid #ea4c89 !important;
  color: var(--bs-text-white) !important;
}

.btn--behance {
  background: var(--bs-body-bg) !important;
  border: 1px solid #053eff !important;
  color: #053eff !important;
}
.btn--behance:hover {
  background: #053eff !important;
  border: 1px solid #053eff !important;
  color: var(--bs-text-white) !important;
}
.btn--behance:focus {
  background: #053eff !important;
  border: 1px solid #053eff !important;
  color: var(--bs-text-white) !important;
}
.btn--behance:active {
  background: #053eff !important;
  border: 1px solid #053eff !important;
  color: var(--bs-text-white) !important;
}

.btn--linkedin {
  background: var(--bs-body-bg) !important;
  border: 1px solid #1685b9 !important;
  color: #1685b9 !important;
}
.btn--linkedin:hover {
  background: #1685b9 !important;
  border: 1px solid #1685b9 !important;
  color: var(--bs-text-white) !important;
}
.btn--linkedin:focus {
  background: #1685b9 !important;
  border: 1px solid #1685b9 !important;
  color: var(--bs-text-white) !important;
}
.btn--linkedin:active {
  background: #1685b9 !important;
  border: 1px solid #1685b9 !important;
  color: var(--bs-text-white) !important;
}

.socialLinkwrap {
  width: 100%;
  display: block;
}
.socialLinkwrap ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.socialLinkwrap ul li {
  display: inline-block;
  list-style: none;
}
.socialLinkwrap ul li .socialLink {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  transition: all ease 0.4s;
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
.socialLinkwrap.center {
  align-items: center;
  justify-content: center;
}
.socialLinkwrap.center ul {
  align-items: center;
  justify-content: center;
}
.socialLinkwrap.light ul li .socialLink {
  background-color: var(--bs-body-bg);
  color: var(--bs-dark);
}
.socialLinkwrap.light ul li .socialLink:hover {
  background-color: var(--bs-body-bg);
  color: var(--bs-primary);
}
.socialLinkwrap.light ul li .socialLink:focus {
  background-color: var(--bs-body-bg);
  color: var(--bs-primary);
}
.socialLinkwrap.light ul li .socialLink:active {
  background-color: var(--bs-body-bg);
  color: var(--bs-primary);
}
.socialLinkwrap.gray ul li .socialLink {
  background-color: var(--bs-light);
  color: var(--bs-dark);
}
.socialLinkwrap.gray ul li .socialLink:hover {
  background-color: var(--bs-light);
  color: var(--bs-primary);
}
.socialLinkwrap.gray ul li .socialLink:focus {
  background-color: var(--bs-light);
  color: var(--bs-primary);
}
.socialLinkwrap.gray ul li .socialLink:active {
  background-color: var(--bs-light);
  color: var(--bs-primary);
}
.socialLinkwrap.transparent ul li .socialLink {
  background-color: rgba(255, 255, 255, 0.12);
  color: var(--bs-white);
}
.socialLinkwrap.transparent ul li .socialLink:hover {
  background-color: var(--bs-body-bg);
  color: var(--bs-primary);
}
.socialLinkwrap.transparent ul li .socialLink:focus {
  background-color: var(--bs-body-bg);
  color: var(--bs-primary);
}
.socialLinkwrap.transparent ul li .socialLink:active {
  background-color: var(--bs-body-bg);
  color: var(--bs-primary);
}

.height-100,
.height-90,
.height-80,
.height-70,
.height-60,
.height-50,
.height-40,
.height-30,
.height-20,
.height-10 {
  height: auto;
  padding: 5em 0;
}

/*---------- Common Elentns: Background & Images ---------------*/
.bg-img-holder {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover !important;
  background-position: 50% 50% !important;
  z-index: 0;
  transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  opacity: 0;
  background: #252525;
}

.bg-img-holder:not([class*=col-]) {
  width: 100%;
}

.bg-img-holder.background--bottom {
  background-position: 50% 100% !important;
}

.bg-img-holder.background--top {
  background-position: 50% 0% !important;
}

.image--light .bg-img-holder {
  background: none;
}

.bg-img-holder img {
  display: none;
}

.imagebg.border--round {
  overflow: hidden;
}

[data-overlay] {
  position: relative;
}
[data-overlay]:before {
  position: absolute;
  content: "";
  background: var(--bs-dark);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

[data-overlay].image--light:before {
  background: var(--bs-body-bg);
}

[data-overlay].bg--primary:before {
  background: #006ac2;
}

[data-overlay="1"]:before {
  opacity: 0.1;
}

[data-overlay="2"]:before {
  opacity: 0.2;
}

[data-overlay="3"]:before {
  opacity: 0.3;
}

[data-overlay="4"]:before {
  opacity: 0.4;
}

[data-overlay="5"]:before {
  opacity: 0.5;
}

[data-overlay="6"]:before {
  opacity: 0.6;
}

[data-overlay="7"]:before {
  opacity: 0.7;
}

[data-overlay="8"]:before {
  opacity: 0.8;
}

[data-overlay="9"]:before {
  opacity: 0.9;
}

[data-overlay="10"]:before {
  opacity: 1;
}

[data-overlay="0"]:before {
  opacity: 0;
}

[data-scrim-bottom] {
  position: relative;
}

[data-scrim-bottom]:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 80%;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #252525 100%);
  bottom: 0;
  left: 0;
  z-index: 1;
  backface-visibility: hidden;
}

[data-scrim-bottom].image--light:before {
  background: var(--bs-body-bg);
}

[data-scrim-bottom="1"]:before {
  opacity: 0.1;
}

[data-scrim-bottom="2"]:before {
  opacity: 0.2;
}

[data-scrim-bottom="3"]:before {
  opacity: 0.3;
}

[data-scrim-bottom="4"]:before {
  opacity: 0.4;
}

[data-scrim-bottom="5"]:before {
  opacity: 0.5;
}

[data-scrim-bottom="6"]:before {
  opacity: 0.6;
}

[data-scrim-bottom="7"]:before {
  opacity: 0.7;
}

[data-scrim-bottom="8"]:before {
  opacity: 0.8;
}

[data-scrim-bottom="9"]:before {
  opacity: 0.9;
}

[data-scrim-bottom="10"]:before {
  opacity: 1;
}

[data-scrim-top] {
  position: relative;
}

[data-scrim-top]:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 80%;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #252525 0%, rgba(0, 0, 0, 0) 100%);
  top: 0;
  left: 0;
  z-index: 1;
}

[data-scrim-top]:not(.image--light) h1,
[data-scrim-top]:not(.image--light) h2,
[data-scrim-top]:not(.image--light) h3,
[data-scrim-top]:not(.image--light) h4,
[data-scrim-top]:not(.image--light) h5,
[data-scrim-top]:not(.image--light) h6 {
  color: var(--bs-text-white);
}

[data-scrim-top]:not(.image--light) p,
[data-scrim-top]:not(.image--light) span,
[data-scrim-top]:not(.image--light) ul {
  color: #e6e6e6;
}

[data-scrim-top].image--light:before {
  background: var(--bs-body-bg);
}

[data-scrim-top="1"]:before {
  opacity: 0.1;
}

[data-scrim-top="2"]:before {
  opacity: 0.2;
}

[data-scrim-top="3"]:before {
  opacity: 0.3;
}

[data-scrim-top="4"]:before {
  opacity: 0.4;
}

[data-scrim-top="5"]:before {
  opacity: 0.5;
}

[data-scrim-top="6"]:before {
  opacity: 0.6;
}

[data-scrim-top="7"]:before {
  opacity: 0.7;
}

[data-scrim-top="8"]:before {
  opacity: 0.8;
}

[data-scrim-top="9"]:before {
  opacity: 0.9;
}

[data-scrim-top="10"]:before {
  opacity: 1;
}

div[data-overlay] h1,
div[data-overlay] h2,
div[data-overlay] h3,
div[data-overlay] h4,
div[data-overlay] h5,
div[data-overlay] h6 {
  color: var(--bs-text-white);
}

div[data-overlay] p {
  color: var(--bs-text-white);
}

.parallax {
  overflow: hidden;
}

/**! 07. Icons **/
.icon {
  line-height: 1em;
  font-size: 3.14285714em;
}

.imagebg:not(.image--light) span {
  color: var(--bs-text-white);
}

/*---------- Common Elentns: Background Settings ---------*/
.object-fit {
  -o-object-fit: cover;
     object-fit: cover;
}

.bg-cover {
  background-size: cover !important;
  background-position: center !important;
}

.image-bg {
  background-size: cover !important;
  background-position: center !important;
}

.bg-cover-bottom {
  background-size: cover !important;
  background-position: bottom !important;
}

.bg-cover-top {
  background-size: cover !important;
  background-position: top !important;
}

.default-bg {
  background-size: initial !important;
  background-position: initial !important;
}

.image-bg-wrap {
  background-size: cover !important;
  background-position: center !important;
  position: relative;
}
.image-bg-wrapbefore {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #182538;
  display: block;
  content: "";
  opacity: 0.8;
}

.thumb-sm {
  height: 32px;
  width: 32px;
}

.thumb-md {
  height: 48px;
  width: 48px;
}

.thumb-lg {
  height: 88px;
  width: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle {
  border-radius: 100%;
}

.square--20 {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.square--25 {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.square--30 {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.square--35 {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.square--40 {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.square--45 {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.square--50 {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.square--60 {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.square--70 {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.square--80 {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.square--90 {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.square--100 {
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hide {
  display: none;
}

/*---------- Common Elentns: Login & Signup Modal ---------------*/
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
  scrollbar-width: 0;
  scrollbar-width: none;
}

.custom-modal {
  position: relative;
  width: 100%;
}
.custom-modal .modal-header {
  border: none;
  padding-bottom: 0;
}
.custom-modal .modal-header .close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: var(--bs-danger-bg-subtle);
  border: 1px solid var(--bs-danger-border-subtle);
  color: var(--bs-danger);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  cursor: pointer;
  z-index: 1;
}
.custom-modal .modal-body {
  padding: 1.5rem 1.4rem 1rem;
}
.custom-modal .modal-body .nav-tabs {
  align-items: center;
  justify-content: center;
  max-width: 80%;
  margin: 0 auto;
  border: none;
}
.custom-modal .modal-body .nav-tabs .nav-item {
  width: 50%;
  flex: 0 0 50%;
  text-align: center;
}
.custom-modal .modal-body .nav-tabs .nav-item .nav-link {
  width: 100%;
  text-align: center;
  font-size: 15px;
  outline: none;
  box-shadow: none;
}
.custom-modal .modal-body .tab-content {
  width: 100%;
  padding: 1.5rem 1rem 1rem;
}
.custom-modal .modal-body .tab-content .loginForm {
  width: 100%;
  position: relative;
}
.custom-modal .modal-body .tab-content .loginForm .form-group {
  width: 100%;
  margin-bottom: 1.5rem;
}
.custom-modal .modal-body .tab-content .loginForm .form-group label {
  font-size: 15px;
  color: var(--bs-dark);
  margin-bottom: 0.5rem;
}
.custom-modal .modal-body .tab-content .loginForm .form-group .submitButton {
  width: 100%;
  font-size: 16px;
  height: 56px;
  border-radius: 50px;
}
.custom-modal .modal-body .tab-content .loginForm .forgetWrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.custom-modal .modal-body .tab-content .loginForm .prixer {
  width: 100%;
  position: relative;
  display: block;
  margin: 2rem 0 1.5rem;
}
.custom-modal .modal-body .tab-content .loginForm .prixer .devider-wraps {
  height: 0.5px;
  width: 100%;
  border: 1px dashed #e0e8ed;
  border-radius: 50px;
}
.custom-modal .modal-body .tab-content .loginForm .prixer .devider-wraps .devider-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: var(--bs-body-bg);
  padding: 0 10px;
}
.custom-modal .modal-body .tab-content .loginForm .socialLogin {
  width: 100%;
  display: block;
  margin: 0;
  position: relative;
}
.custom-modal .modal-body .tab-content .loginForm .socialLogin ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 0.8rem;
       column-gap: 0.8rem;
  row-gap: 0.5rem;
}
.custom-modal .modal-body .tab-content .loginForm .socialLogin ul li {
  display: inline-block;
  list-style: none;
}
.custom-modal .modal-body .tab-content .loginForm .socialLogin ul li .loginBtn {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  background-color: var(--bs-light);
  color: var(--bs-muted);
  transition: all ease 0.4s;
}
.custom-modal .modal-body .tab-content .loginForm .socialLogin ul li .loginBtn:hover {
  background-color: var(--bs-dark);
  color: var(--bs-white);
}
.custom-modal .modal-body .tab-content .loginForm .socialLogin ul li .loginBtn:focus {
  background-color: var(--bs-dark);
  color: var(--bs-white);
}
.custom-modal .modal-body .tab-content .loginForm .socialLogin ul li .loginBtn.facebook {
  color: #2b56af;
  background: #d9e4fa;
}
.custom-modal .modal-body .tab-content .loginForm .socialLogin ul li .loginBtn.facebook:hover {
  background-color: #2b56af;
  color: var(--bs-white);
}
.custom-modal .modal-body .tab-content .loginForm .socialLogin ul li .loginBtn.facebook:focus {
  background-color: #2b56af;
  color: var(--bs-white);
}
.custom-modal .modal-body .tab-content .loginForm .socialLogin ul li .loginBtn.google {
  color: #d83729;
  background: #f2d7d5;
}
.custom-modal .modal-body .tab-content .loginForm .socialLogin ul li .loginBtn.google:hover {
  background-color: #d83729;
  color: var(--bs-white);
}
.custom-modal .modal-body .tab-content .loginForm .socialLogin ul li .loginBtn.google:focus {
  background-color: #d83729;
  color: var(--bs-white);
}
.custom-modal .modal-body .tab-content .loginForm .socialLogin ul li .loginBtn.linkedin {
  color: #0275a3;
  background: #d2effa;
}
.custom-modal .modal-body .tab-content .loginForm .socialLogin ul li .loginBtn.linkedin:hover {
  background-color: #0275a3;
  color: var(--bs-white);
}
.custom-modal .modal-body .tab-content .loginForm .socialLogin ul li .loginBtn.linkedin:focus {
  background-color: #0275a3;
  color: var(--bs-white);
}
.custom-modal .modal-body .tab-content .loginForm .socialLogin ul li .loginBtn.whatsapp {
  color: #02a35f;
  background: #d5f7e9;
}
.custom-modal .modal-body .tab-content .loginForm .socialLogin ul li .loginBtn.whatsapp:hover {
  background-color: #02a35f;
  color: var(--bs-white);
}
.custom-modal .modal-body .tab-content .loginForm .socialLogin ul li .loginBtn.whatsapp:focus {
  background-color: #02a35f;
  color: var(--bs-white);
}

.optionFlex {
  width: 80%;
  margin: 0 auto 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.optionFlex.full {
  width: 100%;
}
.optionFlex .flex-fill {
  width: 50%;
}
.optionFlex .flex-fill .btn {
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  height: 52px;
}
.optionFlex .flex-fill .btn i {
  margin-right: 0.6rem;
}

/*----------- Common Elentns: Card Sedign ------------*/
.card {
  border: none;
  overflow: hidden;
  background: var(--bs-body-bg);
}

.card-header {
  background: var(--bs-body-bg);
  padding: 0.8rem 1rem;
  border-color: #e2e8ec;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card-header h4 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.card-header h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}
.card-header h6 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
}

/*---------- Common Elentns: Custom Background Colors ------------*/
.bg-gredient {
  background-color: #E40046;
  background-image: -webkit-linear-gradient(left, #E40046, #6E5CFF);
}

.bg-lighten {
  background-color: #f7f2e7;
}

.bg-seaten {
  background-color: #ebf5f3;
}

.bg-primary-2 {
  background-color: var(--bs-primary-2) !important;
}

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

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

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

.bg-dark-banner {
  background-color: #05264e !important;
}

.bg-light-primary {
  background-color: var(--bs-primary-bg-subtle) !important;
}

.bg-light-secondary {
  background-color: var(--bs-secondary-bg-subtle) !important;
}

.bg-light-success {
  background-color: var(--bs-success-bg-subtle) !important;
}

.bg-light-info {
  background-color: var(--bs-info-bg-subtle) !important;
}

.bg-light-warning {
  background-color: var(--bs-warning-bg-subtle) !important;
}

.bg-light-danger {
  background-color: var(--bs-danger-bg-subtle) !important;
}

.bg-light-purple {
  background-color: var(--bs-purple-bg-subtle) !important;
}

.bg-light-acent {
  background-color: var(--bs-acent-bg-subtle) !important;
}

.bg-light-dark {
  background-color: rgba(4, 27, 45, 0.1) !important;
}

.bg-transparents {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-blur {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.bg-blur.one {
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}
.bg-blur.two {
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.bg-blur.three {
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}
.bg-blur.four {
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}
.bg-blur.five {
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}

.bg--graysmoke {
  background-image: linear-gradient(180deg, rgba(244, 244, 249, 0.8) 50%, rgba(244, 244, 249, 0.05) 100%);
}

.shape--bg:after {
  width: 48%;
  height: 72%;
  top: 21%;
  left: 52%;
}

.shape--bg:before {
  width: 48%;
  height: 72%;
  top: 21%;
  right: 52%;
}

/*----------- Common Elentns: Custom List Styles ----------*/
ul.simple-list,
ul.colored-list,
ul.simple {
  padding: 0;
  margin: 0;
}

ul.simple-list li,
ul.colored-list li {
  list-style: none;
  position: relative;
  color: rgba(0, 44, 63, 0.6);
  font-weight: 400;
  padding: 0.2rem 0rem 0.2rem 1.4rem;
}

ul.simple-list li:before {
  content: "\f192";
  font-family: "Font Awesome 6 Free";
  position: absolute;
  left: 0;
}

ul.colored-list li:before {
  content: "\f192";
  font-family: "Font Awesome 6 Free";
  color: var(--bs-primary);
  position: absolute;
  left: 0;
}

/*---------- Common Elentns: Info Styles --------------*/
.label {
  padding: 4px 15px;
  font-weight: 500;
  border-radius: 4px;
  font-size: 75%;
}

.label-seegreen {
  background-color: var(--bs-cyan);
}

.label-dark {
  background-color: var(--bs-dark);
}

.label-inverse {
  background-color: var(--bs-gray-700);
}

.label-white {
  background-color: var(--bs-white);
}

.label-light-primary {
  background-color: var(--bs-primary-bg-subtle);
  color: var(--bs-primary);
}

.label-light-success {
  background-color: var(--bs-success-bg-subtle);
  color: var(--bs-success);
}

.label-light-info {
  background-color: var(--bs-info-bg-subtle);
  color: var(--bs-info);
}

.label-light-warning {
  background-color: var(--bs-warning-bg-subtle);
  color: var(--bs-warning-bg);
}

.label-light-danger {
  background-color: var(--bs-danger-bg-subtle);
  color: var(--bs-danger-bg);
}

.label-light-purple {
  background-color: var(--bs-purple-bg-subtle);
  color: var(--bs-purple);
}

.label-light-seegreen {
  background-color: var(--bs-cyan-bg-subtle);
  color: var(--bs-cyan);
}

.label-light-dark {
  background-color: rgba(4, 27, 45, 0.12);
  color: #041b2d;
}

.label-light-inverse {
  background-color: rgba(62, 69, 85, 0.1);
  color: #3e4555;
}

/*--------- Common Elentns: Table Custom Settings -----------*/
.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-body-color);
  --bs-table-bg-type: var(--bs-secondary);
}

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  color: var(--bs-body-color);
}

.table tr th {
  padding: 13px 15px;
  vertical-align: middle;
}

.table tr td {
  padding: 13px 15px;
  vertical-align: middle;
}

.table.tbl-big tr th,
.table.tbl-big tr td {
  padding: 15px 15px;
}

.table.tbl-big.center tr th,
.table.tbl-big.center tr td {
  padding: 20px 15px;
  text-align: center;
}

table.table tr th {
  font-weight: 600;
}

table {
  border-collapse: collapse;
  width: 100%;
}

/*----------- Common Elentns: Custom badge Styles ----------*/
.badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.1rem 0.75rem;
  height: 30px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.3125rem;
  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;
}

.badge-xs {
  font-size: 0.7rem;
  padding: 0.1rem 0.75rem;
  height: 26px;
}

.badge-md {
  font-size: 0.75rem;
  padding: 0.1rem 0.75rem;
  height: 28px;
}

.badge-xs,
.badge-sm {
  transform: translate(0, -2px);
}

.badge-purple {
  background-color: var(--bs-purple);
}

.badge-seegreen {
  background-color: var(--bs-cyan);
}

.badge-dark {
  background-color: var(--bs-dark);
}

.badge-light {
  background-color: #f2f9f8;
  border: 1px solid #e3ecea;
  color: #758885;
}
.badge-light:hover {
  background-color: var(--bs-primary-bg-subtle);
  border: 1px solid var(--bs-primary-border-subtle);
  color: var(--bs-primary);
}
.badge-light:focus {
  background-color: var(--bs-primary-bg-subtle);
  border: 1px solid var(--bs-primary-border-subtle);
  color: var(--bs-primary);
}

.badge-dark {
  background-color: var(--bs-dark);
}

.badge-primary {
  background-color: var(--bs-primary-bg-subtle);
  border: 1px solid var(--bs-primary-border-subtle);
  color: var(--bs-primary);
}
.badge-primary:hover {
  background-color: var(--bs-primary);
  border: 1px solid var(--bs-primary);
  color: var(--bs-white);
}
.badge-primary:focus {
  background-color: var(--bs-primary);
  border: 1px solid var(--bs-primary);
  color: var(--bs-white);
}

.badge-success {
  background-color: var(--bs-success-bg-subtle);
  border: 1px solid var(--bs-success-border-subtle);
  color: var(--bs-success);
}
.badge-success:hover {
  background-color: var(--bs-success);
  border: 1px solid var(--bs-success);
  color: var(--bs-white);
}
.badge-success:focus {
  background-color: var(--bs-success);
  border: 1px solid var(--bs-success);
  color: var(--bs-white);
}

.badge-danger {
  background-color: var(--bs-danger-bg-subtle);
  border: 1px solid var(--bs-danger-border-subtle);
  color: var(--bs-danger);
}
.badge-danger:hover {
  background-color: var(--bs-danger);
  border: 1px solid var(--bs-danger);
  color: var(--bs-white);
}
.badge-danger:focus {
  background-color: var(--bs-danger);
  border: 1px solid var(--bs-danger);
  color: var(--bs-white);
}

.badge-warning {
  background-color: var(--bs-warning-bg-subtle);
  border: 1px solid var(--bs-warning-border-subtle);
  color: var(--bs-warning);
}
.badge-warning:hover {
  background-color: var(--bs-warning);
  border: 1px solid var(--bs-warning);
  color: var(--bs-white);
}
.badge-warning:focus {
  background-color: var(--bs-warning);
  border: 1px solid var(--bs-warning);
  color: var(--bs-white);
}

.badge-info {
  background-color: var(--bs-info-bg-subtle);
  border: 1px solid var(--bs-info-border-subtle);
  color: var(--bs-info);
}
.badge-info:hover {
  background-color: var(--bs-info);
  border: 1px solid var(--bs-info);
  color: var(--bs-white);
}
.badge-info:focus {
  background-color: var(--bs-info);
  border: 1px solid var(--bs-info);
  color: var(--bs-white);
}

.badge-dark {
  background-color: var(--bs-dark-bg-subtle);
  border: 1px solid var(--bs-dark-border-subtle);
  color: var(--bs-dark);
}
.badge-dark:hover {
  background-color: var(--bs-dark);
  border: 1px solid var(--bs-dark);
  color: var(--bs-white);
}
.badge-dark:focus {
  background-color: var(--bs-dark);
  border: 1px solid var(--bs-dark);
  color: var(--bs-white);
}

.badge-purple {
  background-color: var(--bs-purple-bg-subtle);
  border: 1px solid var(--bs-purple-border-subtle);
  color: var(--bs-purple);
}
.badge-purple:hover {
  background-color: var(--bs-purple);
  border: 1px solid var(--bs-purple);
  color: var(--bs-white);
}
.badge-purple:focus {
  background-color: var(--bs-purple);
  border: 1px solid var(--bs-purple);
  color: var(--bs-white);
}

.badge-seegreen {
  background-color: var(--bs-cyan-bg-subtle);
  border: 1px solid var(--bs-cyan-border-subtle);
  color: var(--bs-cyan);
}
.badge-seegreen:hover {
  background-color: var(--bs-cyan);
  border: 1px solid var(--bs-cyan);
  color: var(--bs-white);
}
.badge-seegreen:focus {
  background-color: var(--bs-cyan);
  border: 1px solid var(--bs-cyan);
  color: var(--bs-white);
}

.badge-secondary {
  background-color: var(--bs-secondary);
  border: 1px solid var(--bs-secondary-border-subtle);
  color: var(--bs-secondary-text);
}
.badge-secondary:hover {
  background-color: var(--bs-secondary);
  border: 1px solid var(--bs-secondary);
  color: var(--bs-dark);
}
.badge-secondary:focus {
  background-color: var(--bs-secondary);
  border: 1px solid var(--bs-secondary);
  color: var(--bs-dark);
}

.badge-transparent {
  background-color: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: var(--bs-white);
}
.badge-transparent:hover {
  background-color: var(--bs-white);
  border: 1px solid rgb(255, 255, 255);
  color: var(--bs-primary);
}
.badge-transparent:focus {
  background-color: var(--bs-white);
  border: 1px solid rgb(255, 255, 255);
  color: var(--bs-primary);
}

.badge-outline {
  background-color: transparent;
  border: 1px solid var(--bs-border-color);
  color: var(--bs-muted);
}
.badge-outline:hover {
  background-color: var(--bs-primary-bg-subtle);
  border: 1px solid var(--bs-primary-border-subtle);
  color: var(--bs-primary);
}
.badge-outline:focus {
  background-color: var(--bs-primary-bg-subtle);
  border: 1px solid var(--bs-primary-border-subtle);
  color: var(--bs-primary);
}

/*----------- Common Elentns: Custom Animations Styles ----------*/
.movetwo {
  animation: movetwo 6s infinite ease-in-out alternate;
}

.movethree {
  animation: movethree 5s infinite ease-in-out alternate;
}

.movesquare {
  animation: moveSquare 4s infinite ease-in-out alternate;
}

.moveSquareOnee {
  animation: moveSquareOnee 7s infinite ease-in-out alternate;
}

.movethreeoop {
  animation: movethreeoop 8s infinite ease-in-out alternate;
}

.movethreek {
  animation: movethreek 5s infinite ease-in-out alternate;
}
@keyframes movetwo {
  from {
    transform: translateX(30px) rotateY(0deg) rotatX(45deg);
  }
  to {
    transform: translateX(20px) rotateY(50deg) rotateX(-20deg);
  }
}
@keyframes movethree {
  from {
    transform: translateX(30px) rotateY(-5deg) rotatX(45deg);
  }
  to {
    transform: translateX(20px) rotateY(50deg) rotateX(-20deg);
  }
}
@keyframes moveSquare {
  from {
    transform: translateX(10px) rotateY(45deg) rotatX(0deg);
  }
  to {
    transform: translateX(10px) rotateY(-45deg) rotateX(-45deg);
  }
}
@keyframes moveSquareOnee {
  from {
    transform: translateX(10px) rotateY(45deg) rotatX(0deg);
  }
  to {
    transform: translateX(10px) rotateY(-45deg) rotateX(-45deg);
  }
}
@keyframes movethreeoop {
  from {
    transform: translateX(30px) rotateY(-5deg) rotatX(45deg);
  }
  to {
    transform: translateX(20px) rotateY(50deg) rotateX(-20deg);
  }
}
@keyframes movethreek {
  from {
    transform: translateX(30px) rotateY(-5deg) rotatX(45deg);
  }
  to {
    transform: translateX(20px) rotateY(50deg) rotateX(-20deg);
  }
}
.tagFilter {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 5px;
  flex-wrap: wrap;
}
.tagFilter li {
  display: inline;
  list-style: none;
}
.tagFilter li .btn {
  height: 32px;
  padding: 2px 15px;
  font-size: 12px;
  border-radius: 50px;
  border: 1px solid var(--bs-border-color);
}

/*----------- Common Elentns: Custom Alert Styles ----------*/
.alert-primary {
  color: var(--bs-primary);
  background-color: var(--bs-primary-bg-subtle);
  border-color: var(--bs-primary-border-subtle);
}
.alert-primary .alert-link {
  color: var(--bs-primary-bg-dark);
}

.alert-secondary {
  color: var(--bs-secondary-text);
  background-color: var(--bs-secondary-bg-subtle);
  border-color: var(--bs-secondary-border-subtle);
}
.alert-secondary .alert-link {
  color: var(--bs-dark);
}

.alert-success {
  color: var(--bs-success);
  background-color: var(--bs-success-bg-subtle);
  border-color: var(--bs-success-border-subtle);
}
.alert-success .alert-link {
  color: var(--bs-success-bg-dark);
}

.alert-warning {
  color: var(--bs-warning);
  background-color: var(--bs-warning-bg-subtle);
  border-color: var(--bs-warning-border-subtle);
}
.alert-warning .alert-link {
  color: var(--bs-warning-bg-dark);
}

.alert-danger {
  color: var(--bs-danger);
  background-color: var(--bs-danger-bg-subtle);
  border-color: var(--bs-danger-border-subtle);
}
.alert-danger .alert-link {
  color: var(--bs-danger-bg-dark);
}

.alert-info {
  color: var(--bs-info);
  background-color: var(--bs-info-bg-subtle);
  border-color: var(--bs-info-border-subtle);
}
.alert-info .alert-link {
  color: var(--bs-info-bg-dark);
}

.alert-dark {
  color: var(--bs-white);
  background-color: var(--bs-dark);
  border-color: var(--bs-dark-border-subtle);
}
.alert-dark .alert-link {
  color: var(--bs-white);
}

.alert-seegreen {
  color: var(--bs-cyan);
  background-color: var(--bs-cyan-bg-subtle);
  border-color: var(--bs-cyan-border-subtle);
}
.alert-seegreen .alert-link {
  color: var(--bs-cyan-bg-dark);
}

.alert-purple {
  color: var(--bs-purple);
  background-color: var(--bs-purple-bg-subtle);
  border-color: var(--bs-purple-border-subtle);
}
.alert-purple .alert-link {
  color: var(--bs-purple-bg-dark);
}

.alert.tag-alert {
  border-radius: 50px;
  padding: 5px 25px 5px 10px;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
}
.alert.tag-alert .btn-close {
  padding: 10px 8px;
  font-size: 9px;
  outline: none;
  box-shadow: none;
  opacity: 1;
}

/*-------- Common Elentns: video Buttons Styles -------------*/
.cover .video-block:not(:first-child):not(:last-child) {
  margin: 2.77em 0;
}

.video-play-icon {
  width: 6.42857143em;
  height: 6.42857143em;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  display: inline-block;
  border: 2px solid var(--bs-body-bg);
  cursor: pointer;
  line-height: 6em;
  background: var(--bs-body-bg);
  box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 0px 0px 15px rgba(255, 255, 255, 0.2);
}
.video-play-icon a {
  font-size: 3em;
  color: var(--bs-primary);
}

.btn-check + .btn:hover,
.btn-check + .btn:focus,
.btn-check + .btn:focus-visible {
  color: var(--bs-primary);
  cursor: pointer;
  background: var(--bs-primary-bg-subtle);
  border-color: var(--bs-primary-border-subtle);
}

.btn-check + .btn:hover i,
.btn-check + .btn:focus i,
.btn-check + .btn:focus-visible i {
  opacity: 1;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn-check:active {
  color: var(--bs-primary);
  cursor: pointer;
  background: var(--bs-primary-bg-subtle);
  border-color: var(--bs-primary-border-subtle);
}

.btn-check:checked + .btn i,
.btn.active i,
.btn.show i,
.btn:first-child:active i,
:not(.btn-check) + .btn-check:active i {
  opacity: 1;
}

/*----------- Common Elentns: Custom Pagination Design ------------*/
.pagination {
  display: flex;
  padding-left: 0;
  border-radius: 4px;
  margin: 0px auto 0 !important;
}

.pagination > li > a,
.pagination > li > a,
.pagination > li > span {
  position: relative;
  margin-left: -1px !important;
  padding: 0.75rem 1rem;
  text-decoration: none;
  background-color: var(--bs-white);
  color: color-mix(in srgb, var(--bs-dark), transparent 20%);
  text-align: center;
  line-height: 1.25;
  border: none;
  box-shadow: none;
  display: block;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid #EAEDF2;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover,
.pagination > li > a:focus,
.pagination > li > a:hover {
  z-index: 0;
  cursor: pointer;
}

.pagination > li {
  display: inline;
}

.active > .page-link,
.page-link.active {
  z-index: 3;
  color: var(--bs-white) !important;
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
}

.page-link:focus {
  box-shadow: var(--bs-primary-bg-subtle);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.3125rem;
  border-bottom-left-radius: 0.3125rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.3125rem;
  border-bottom-right-radius: 0.3125rem;
}

.page-item:last-child .page-link {
  border-radius: 0 200em 200em 0 !important;
}

.page-item:first-child .page-link {
  border-radius: 200em 0 0 200em !important;
}

/*------------- Common Elentns: Accordion Styles ---------------*/
.accordion {
  position: relative;
  display: block;
  width: 100%;
}
.accordion .accordion-item {
  border-radius: 0.6rem;
  overflow: hidden;
  margin-bottom: 1rem;
  border: none;
}
.accordion .accordion-item .accordion-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.accordion .accordion-item .accordion-header .accordion-button {
  font-weight: 500;
  font-size: 16px;
  padding: 1.2rem 1.5rem;
  color: var(--bs-dark-text);
  flex: 1;
}
.accordion .accordion-item .accordion-header .accordion-button:hover {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.accordion .accordion-item .accordion-header .accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  box-shadow: none;
}
.accordion .accordion-item .accordion-header .accordion-button .bi {
  width: 1em;
  height: 1em;
  fill: currentcolor;
}
.accordion .accordion-item .accordion-header .accordion-button::after {
  content: "\f0d8";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background-image: none;
  width: 28px;
  height: 28px;
  display: flex;
  color: var(--bs-primary);
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all ease 0.4s;
  background: var(--bs-primary-bg-subtle);
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  content: "\f0d7";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background-image: none;
  width: 28px;
  height: 28px;
  display: flex;
  color: var(--bs-white);
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: all ease 0.4s;
  background: var(--bs-primary);
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: var(--bs-primary);
  background-color: transparent;
  box-shadow: none;
}
.accordion .accordion-item .accordion-header .delete-item {
  width: 25px;
  height: 25px;
  font-size: 12px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--bs-danger);
  background-color: var(--bs-danger-bg-subtle);
  border: 1px solid var(--bs-danger-border-subtle);
  border-radius: 50%;
  margin-left: 20px;
}
.accordion .accordion-item .accordion-body {
  padding: 0 1.5rem 1.5rem;
}
.accordion.accordion-flush {
  position: relative;
}
.accordion.accordion-flush .accordion-item {
  border-radius: 0.6rem;
  overflow: hidden;
  margin-bottom: 1rem;
  border: none;
}
.accordion.style-2 {
  position: relative;
}
.accordion.style-2 .accordion-header {
  width: 100%;
}
.accordion.style-2 .accordion-header .accordion-button {
  color: var(--bs-dark);
  background-color: var(--bs-body-bg);
  box-shadow: none;
}
.accordion.style-2 .accordion-header .accordion-button:not(.collapsed) {
  color: var(--bs-dark);
  background-color: var(--bs-body-bg);
  box-shadow: none;
}
.accordion.style-2 .accordion-header .accordion-button::before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  border: 3px solid #f4f5f7;
  border-radius: 50%;
  margin-right: 12px;
}
.accordion.style-2 .accordion-header .accordion-button::after {
  background-color: transparent;
  content: "";
  width: 11px;
  height: 11px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 30px;
}
.accordion.style-2 .accordion-header .accordion-button:not(.collapsed):before {
  border: 3px solid var(--bs-primary-border-subtle);
}
.accordion.style-2 .accordion-header .accordion-button:not(.collapsed):after {
  content: "";
  background-color: var(--bs-primary);
  width: 11px;
  height: 11px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 30px;
}

/*------------ Common Elentns: Nav Tabs & Tabs Styles --------------*/
.nav {
  display: flex;
  flex-wrap: wrap;
}
.nav.nav-tabs {
  border-bottom: none;
}
.nav.nav-tabs .nav-link {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  outline: none;
  border: none;
  border-bottom: 2px solid transparent;
  box-shadow: none;
}
.nav.nav-tabs .nav-link:focus {
  color: var(--bs-primary);
  border: none;
  outline: none;
  box-shadow: none;
  opacity: 1;
  border-bottom: 2px solid var(--bs-primary);
}
.nav.nav-tabs .nav-link:hover {
  color: var(--bs-primary);
  border: none;
  outline: none;
  box-shadow: none;
  opacity: 1;
  border-bottom: 2px solid var(--bs-primary);
}
.nav.nav-tabs .nav-link:active {
  color: var(--bs-primary);
  border: none;
  outline: none;
  box-shadow: none;
  opacity: 1;
  border-bottom: 2px solid var(--bs-primary);
}
.nav.nav-tabs .nav-link:focus-visible {
  color: var(--bs-primary);
  border: none;
  outline: none;
  box-shadow: none;
  opacity: 1;
  border-bottom: 2px solid var(--bs-primary);
}
.nav.nav-tabs .nav-link.active {
  color: var(--bs-primary);
  border: none;
  outline: none;
  box-shadow: none;
  opacity: 1;
  background: transparent;
  border-bottom: 2px solid var(--bs-primary);
}
.nav.nav-tabs.lg .nav-link {
  padding: 1.2rem 1.7rem;
  font-size: 15px;
}
.nav.nav-tabs.medium .nav-link {
  padding: 0.9rem 1.4rem;
  font-size: 14px;
}
.nav.nav-tabs.nav-item.show .nav-link {
  color: var(--bs-primary);
  border: none;
  opacity: 1;
  border-bottom: 2px solid var(--bs-primary);
}
.nav.nav-tabs.simple-tabs {
  border: none;
}
.nav.nav-tabs.simple-tabs .nav-link {
  width: auto;
  background: transparent;
  border-radius: 0;
  border-bottom: 2px solid transparent;
}
.nav.nav-tabs.simple-tabs .nav-link.active {
  background: transparent;
  border-color: var(--bs-primary);
}
.nav.nav-tabs.simple-tabs.borders {
  border-bottom: 2px solid var(--bs-border-color);
}
.nav.nav-tabs.nav-item.show .nav-link {
  background: transparent;
  border-color: var(--bs-primary);
}
.nav.nav-pills {
  border-radius: 0.375rem;
}
.nav.nav-pills.centered {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
}
.nav.nav-pills .nav-item {
  width: auto;
  list-style: none;
}
.nav.nav-pills .nav-item:last-child {
  margin: 0;
}
.nav.nav-pills .nav-item:last-child .nav-link {
  margin-right: 0px;
}
.nav.nav-pills .nav-link {
  font-weight: 500;
  padding: 0.8rem 1.6rem;
  background: var(--bs-dark);
  color: var(--bs-text-white);
  font-weight: 500;
  margin-right: 10px;
  box-shadow: none;
  outline: none;
  position: relative;
  border-radius: 4px;
  align-items: center;
}
.nav.nav-pills.mid .nav-link {
  padding: 0.7rem 1.9rem;
  font-size: 14px;
}
.nav.nav-pills.small .nav-link {
  padding: 0.5rem 0.8rem;
  font-size: 13px;
}
.nav.nav-pills.spacing .nav-link {
  margin-bottom: 10px;
}
.nav.nav-pills.lights .nav-link {
  background: transparent;
  color: var(--bs-dark);
}
.nav.nav-pills.lights .nav-link.active {
  background: var(--bs-body-bg);
  color: var(--bs-primary);
}
.nav.nav-pills.primary-soft .nav-link {
  background: var(--bs-primary-bg-subtle);
  color: var(--bs-primary);
}
.nav.nav-pills.primary-soft .nav-link.active {
  background: var(--bs-primary);
  color: var(--bs-white) !important;
}
.nav.nav-pills.primary-soft .nav-link:hover {
  background: var(--bs-primary);
  color: var(--bs-white) !important;
}
.nav.nav-pills.primary-soft .nav-link:focus {
  background: var(--bs-primary);
  color: var(--bs-white) !important;
}
.nav.nav-pills.primary-soft .nav-link:focus-visible {
  background: var(--bs-primary);
  color: var(--bs-white) !important;
}
.nav.nav-pills.lightprimary .nav-link {
  background: var(--bs-white);
  color: var(--bs-primary);
}
.nav.nav-pills.lightprimary .nav-link.active {
  background: var(--bs-primary);
  color: var(--bs-white) !important;
}
.nav.nav-pills.lightprimary .nav-link:hover {
  background: var(--bs-primary);
  color: var(--bs-white) !important;
}
.nav.nav-pills.lightprimary .nav-link:focus {
  background: var(--bs-primary);
  color: var(--bs-white) !important;
}
.nav.nav-pills.lightprimary .nav-link:focus-visible {
  background: var(--bs-primary);
  color: var(--bs-white) !important;
}
.nav.nav-pills.outline .nav-link {
  background: var(--bs-white);
  border: 1px solid var(--bs-border-color);
  color: var(--bs-muted-2);
}
.nav.nav-pills.outline .nav-link.active {
  background: var(--bs-primary);
  border-color: var(--bs-primary);
  color: var(--bs-white) !important;
}
.nav.nav-pills.outline .nav-link:hover {
  background: var(--bs-primary);
  border-color: var(--bs-primary);
  color: var(--bs-white) !important;
}
.nav.nav-pills.outline .nav-link:focus {
  background: var(--bs-primary);
  border-color: var(--bs-primary);
  color: var(--bs-white) !important;
}
.nav.nav-pills.outline .nav-link:focus-visible {
  background: var(--bs-primary);
  border-color: var(--bs-primary);
  color: var(--bs-white) !important;
}
.nav.nav-pills.primary .nav-link {
  background: transparent;
  color: var(--bs-primary);
}
.nav.nav-pills.primary .nav-link.active {
  background: var(--bs-primary);
  color: var(--bs-text-white) !important;
}
.nav.nav-pills.primary .nav-link:hover {
  background: var(--bs-primary);
  color: var(--bs-text-white) !important;
}
.nav.nav-pills.primary .nav-link:focus {
  background: var(--bs-primary);
  color: var(--bs-text-white) !important;
}
.nav.nav-pills.primary .nav-link:focus-visible {
  background: var(--bs-primary);
  color: var(--bs-text-white) !important;
}
.nav.nav-pills.blurs .nav-link {
  background: transparent;
  color: var(--bs-white);
}
.nav.nav-pills.blurs .nav-link.active {
  background: var(--bs-primary);
  color: var(--bs-text-white) !important;
}
.nav.nav-pills.blurs .nav-link:hover {
  background: var(--bs-body-bg);
  color: var(--bs-primary) !important;
}
.nav.nav-pills.blurs .nav-link:focus {
  background: var(--bs-body-bg);
  color: var(--bs-primary) !important;
}
.nav.nav-pills.blurs .nav-link:focus-visible {
  background: var(--bs-body-bg);
  color: var(--bs-primary) !important;
}
.nav.nav-pills.primary-light .nav-link {
  background: transparent;
  border: 1px solid var(--bs-body-bg);
  color: var(--bs-dark);
}
.nav.nav-pills.primary-light .nav-link.active {
  background: var(--bs-primary-bg-subtle);
  border: 1px solid var(--bs-primary-border-subtle);
  color: var(--bs-primary) !important;
}
.nav.nav-pills.primary-light .nav-link:hover {
  background: var(--bs-primary-bg-subtle);
  border: 1px solid var(--bs-primary-border-subtle);
  color: var(--bs-primary) !important;
}
.nav.nav-pills.primary-light .nav-link:focus {
  background: var(--bs-primary-bg-subtle);
  border: 1px solid var(--bs-primary-border-subtle);
  color: var(--bs-primary) !important;
}
.nav.nav-pills.primary-light .nav-link:focus-visible {
  background: var(--bs-primary-bg-subtle);
  border: 1px solid var(--bs-primary-border-subtle);
  color: var(--bs-primary) !important;
}
.nav.nav-pills.light-nav .show > .nav-link {
  color: var(--bs-text-white) !important;
  background: var(--bs-primary) !important;
}
.nav.nav-pills.light-nav .nav-link.active {
  color: var(--bs-text-white) !important;
  background: var(--bs-primary) !important;
}
.nav.nav-pills.lights.theme .show > .nav-link {
  background: var(--bs-primary);
  color: var(--bs-text-white);
}
.nav.nav-pills.lights.theme .nav-link.active {
  background: var(--bs-primary);
  color: var(--bs-text-white);
}

/*----------- Common Elentns: FLATPICKER CUSTOM STYLES -------------*/
.flatpickr-day.today {
  border-color: var(--bs-primary);
  color: var(--bs-primary);
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: var(--bs-primary);
  background: var(--bs-primary);
  color: var(--bs-text-white);
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  color: var(--bs-primary);
  background: var(--bs-primary-bg-subtle);
  border-color: var(--bs-primary-bg-subtle);
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: var(--bs-primary);
  box-shadow: none;
  border-color: var(--bs-primary);
}

.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #fbe9e9, 5px 0 0 #fbe9e9;
}

.flatpickr-day.selected.startRange + .endRange,
.flatpickr-day.startRange.startRange + .endRange,
.flatpickr-day.endRange.startRange + .endRange {
  box-shadow: -10px 0 0 #fbe9e9;
}

/*-------------- Common Elements : Ouw Carousel Settings ---------------*/
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  z-index: 1;
  width: 35px;
  height: 35px;
  background-color: var(--bs-primary-bg-subtle);
  color: var(--bs-primary);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  cursor: pointer;
  transition: all 0.5s;
  transform: translatey(-50%);
}

.owl-nav button span {
  font-size: 16px;
  height: 100%;
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -15px;
}

.owl-carousel .owl-nav button.owl-next {
  right: -15px;
}

.owl-carousel .owl-nav {
  margin: 0;
}

.btn-wrap {
  text-align: center;
  width: 100%;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
  text-decoration: none;
}

.owl-theme .owl-nav .disabled,
button.disabled {
  opacity: 0.6;
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.owl-theme .owl-dots {
  margin-top: 25px !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 3px;
  margin: 0 7px;
  background-color: var(--bs-primary-bg-subtle);
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--bs-primary);
}

/*----------- Common Elentns: Trending Links Design ------------*/
.trendinglinks-wrap {
  display: flex;
  flex-wrap: wrap;
}
.trendinglinks-wrap .trending-link {
  margin-top: 1.6rem;
  margin-right: 1.6rem;
  display: inline-flex;
  align-items: center;
  height: 44px;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border-radius: 0.3rem;
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-primary);
  color: var(--bs-primary);
  transition: all ease 0.4s;
}
.trendinglinks-wrap .trending-link:hover {
  color: var(--bs-link-highlighter-color);
  border-color: var(--bs-primary-border-subtle);
}
.trendinglinks-wrap .trending-link:focus {
  color: var(--bs-link-highlighter-color);
  border-color: var(--bs-primary-border-subtle);
}
.trendinglinks-wrap .trending-link:active {
  color: var(--bs-link-highlighter-color);
  border-color: var(--bs-primary-border-subtle);
}
.trendinglinks-wrap .trending-link.small {
  margin-top: 0.8rem;
  margin-right: 1rem;
  height: 34px;
  font-weight: 500;
  padding: 0.5rem 1rem;
}

/*----------- Common Elentns: User Reviews Design ------------*/
.reviewsCard {
  position: relative;
  width: 100%;
  border: 1px solid var(--bs-border-color);
  background: var(--bs-body-bg);
  border-radius: 1.4rem;
}
.reviewsCard .reviewsBody {
  padding: 2rem;
  width: 100%;
}
.reviewsCard .reviewsBody .reviews-topHeader {
  width: 100%;
  position: relative;
  margin-bottom: 2rem;
}
.reviewsCard .reviewsBody .reviews-topHeader .reviewsStar {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 5px;
       column-gap: 5px;
  margin-bottom: 1rem;
}
.reviewsCard .reviewsBody .reviews-topHeader .reviewsStar .star {
  font-size: 10px;
  padding: 2px 5px;
  border-radius: 0.1rem;
  background-color: var(--bs-success);
  color: var(--bs-white);
}
.reviewsCard .reviewsBody .reviews-topHeader .revws-desc {
  position: relative;
  width: 100%;
}
.reviewsCard .reviewsBody .reviews-topHeader .revws-desc .reviewsTitle {
  font-size: 15px;
  font-weight: 500;
}
.reviewsCard .reviewsBody .reviewerInfo {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.reviewsCard .reviewsBody .reviewerInfo .reviewerFlex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.reviewsCard .reviewsBody .reviewerInfo .reviewerFlex .revws-pic {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.reviewsCard .reviewsBody .reviewerInfo .reviewerFlex .revws-pic img {
  border-radius: 50%;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviewsCard .reviewsBody .reviewerInfo .reviewerFlex .revws-caps {
  flex: 1;
  width: auto;
}
.reviewsCard .reviewsBody .reviewerInfo .reviewerFlex .revws-caps .reviewerTitle {
  font-size: 14px;
  margin-bottom: 2px;
  font-weight: 500;
}
.reviewsCard .reviewsBody .reviewerInfo .reviewerFlex .revws-caps .reviewerSubtitle {
  font-size: 13px;
  line-height: 1.2;
}
.reviewsCard .reviewsBody .reviewerInfo .employerLogo {
  text-align: end;
  width: auto;
}
.reviewsCard .reviewsBody .reviewerInfo .employerLogo img {
  max-width: 100px;
}

.testimonialWrap {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  position: relative;
}
.testimonialWrap .testimonial-body {
  width: 100%;
  text-align: center;
  padding: 1rem 0;
}
.testimonialWrap .testimonial-body .image {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 2rem;
}
.testimonialWrap .testimonial-body .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.testimonialWrap .testimonial-body .testimonial-content {
  width: 100%;
  text-align: center;
}
.testimonialWrap .testimonial-body .testimonial-content .reviewsStar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.5rem;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.testimonialWrap .testimonial-body .testimonial-content .reviewsStar .star {
  color: #d8d8d8;
}
.testimonialWrap .testimonial-body .testimonial-content .reviewsStar .star.fill {
  color: #ff9800;
}
.testimonialWrap .testimonial-body .testimonial-content .caps {
  position: relative;
  width: 100%;
}
.testimonialWrap .testimonial-body .testimonial-content .caps .title {
  font-weight: 600;
  font-size: 20px;
}
.testimonialWrap .testimonial-body .testimonial-content .caps .desc {
  font-size: 17px;
}
.testimonialWrap .testimonial-body .testimonial-content .authorInfo {
  width: 100%;
  margin: 1.5rem 0 0;
}
.testimonialWrap .testimonial-body .testimonial-content .authorInfo .authorTitle {
  font-size: 16px;
  margin-bottom: 2px;
  font-weight: 500;
}
.testimonialWrap .testimonial-body .testimonial-content .authorInfo .designation {
  display: block;
  font-size: 14px;
  color: var(--bs-primary);
}

.stylish-section {
  position: relative;
}
.stylish-section .container {
  position: relative;
  z-index: 2;
}
.stylish-section .stylesBackgrounds {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 0;
  bottom: 0;
  height: 100%;
}
.stylish-section .stylesBackgrounds .icon {
  position: absolute;
  width: 50px;
}
.stylish-section .stylesBackgrounds .icon .filter {
  filter: grayscale(100%);
}
.stylish-section .stylesBackgrounds .icon.style01 {
  left: 15%;
  top: 20%;
}
.stylish-section .stylesBackgrounds .icon.style02 {
  left: 2%;
  top: 50%;
  width: 65px;
}
.stylish-section .stylesBackgrounds .icon.style03 {
  left: 12%;
  top: 80%;
}
.stylish-section .stylesBackgrounds .icon.style04 {
  right: 15%;
  top: 20%;
}
.stylish-section .stylesBackgrounds .icon.style05 {
  right: 2%;
  top: 50%;
  width: 65px;
}
.stylish-section .stylesBackgrounds .icon.style06 {
  right: 12%;
  top: 80%;
}

/*-------------- Common Elentns: BREADCRUMBS STYLES ---------------*/
.breadcrumbs {
  font-size: 15px;
  font-weight: 400;
  color: var(--bs-body-color);
}
.breadcrumbs ul {
  margin: 0;
  padding: 0;
}
.breadcrumbs ul li {
  display: inline-block;
  list-style: none;
  margin: 0 0 0 10px;
}
.breadcrumbs ul li:first-child {
  margin: 0;
}
.breadcrumbs ul li:first-child::before {
  display: none;
}
.breadcrumbs ul li:before {
  content: "\f105";
  font-family: "FontAwesome";
  color: var(--bs-body-color);
  font-size: 14px;
  margin-right: 15px;
}
.breadcrumbs ul li:last-child {
  color: var(--bs-primary);
}
.breadcrumbs ul li a {
  transition: all 0.2s ease-in-out;
  color: var(--bs-body-color);
}
.breadcrumbs.light {
  color: var(--bs-white);
}
.breadcrumbs.light li:before {
  color: var(--bs-white);
}
.breadcrumbs.light li:last-child {
  color: var(--bs-white);
}
.breadcrumbs.light li a {
  color: var(--bs-white);
}

/*--------------------------------------------------
Navbar & Header Styles
---------------------------------------------------*/
.dark-mode-item {
  display: none;
}

[data-bs-theme=dark] .light-mode-item {
  display: none;
}

[data-bs-theme=dark] .dark-mode-item {
  display: inline-block;
}

.header .container {
  max-width: 100%;
  width: 100%;
  padding: 0 35px;
}

.header.header.header-fixed[data-sticky-element] {
  top: -1px !important;
}

.nav-brand,
.nav-brand:focus,
.nav-brand:hover,
.nav-menu > li > a {
  color: var(--bs-nav-color);
}

.nav-dropdown.mega-menu {
  min-width: 800px;
  max-width: 840px;
  padding: 0 !important;
  right: auto !important;
  overflow: hidden;
}
.nav-dropdown.mega-menu ul {
  padding: 0;
  margin: 0.4rem 0;
}
.nav-dropdown.mega-menu ul li {
  list-style: none;
  display: block;
}
.nav-dropdown.mega-menu ul li a {
  padding: 0.55rem 0;
}

.nav-dropdown,
.nav-menu,
ul {
  list-style: none;
}

.navigation,
.navigation * {
  -webkit-tap-highlight-color: transparent;
}

.navigation,
.navigation * {
  box-sizing: border-box;
}

.navigation {
  width: 100%;
  display: flex;
  position: relative;
  height: 100%;
  align-items: center;
}
.navigation .nav-menus-wrapper {
  flex: 1;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.nav-toggle,
.navigation-hidden .nav-header {
  display: none;
}

.navigation-fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.align-to-right {
  float: right;
}

.nav-header {
  display: inline-flex;
}

.nav-brand {
  padding: 0px 15px 0px 0;
  font-size: 24px;
  margin-right: 1rem;
  margin-top: 2px;
  display: inline-flex;
  text-decoration: none !important;
}

.nav-dropdown > li > a,
.nav-menu > li > a,
nav a {
  text-decoration: none;
}

.navigation-portrait .nav-brand {
  font-size: 18px;
}

.nav-logo > img {
  height: 48px;
  margin: 11px auto;
  padding: 0 15px;
  float: left;
}

.nav-logo:focus > img {
  outline: initial;
}

nav a,
nav a:focus,
nav a:hover {
  outline: 0;
}

.navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}

.nav-toggle {
  width: 22px;
  height: 35px;
  padding: 0;
  position: absolute;
  top: 50%;
  right: 0px;
  cursor: pointer;
  transform: translateY(-50%);
}

.navigation-portrait .nav-toggle {
  display: block;
}
.navigation-portrait .nav-toggle:before {
  content: "\f479";
  color: var(--bs-nav-color);
  position: absolute;
  width: auto;
  height: auto;
  font-family: bootstrap-icons !important;
  font-weight: 400;
  font-size: 24px;
  transform: scale(1.2);
}

.header-dark .navigation-portrait .nav-toggle {
  display: block;
}
.header-dark .navigation-portrait .nav-toggle:before {
  content: "\f479";
  color: var(--bs-text-white);
  position: absolute;
  width: auto;
  height: auto;
  font-family: bootstrap-icons !important;
  font-weight: 400;
  font-size: 24px;
  transform: scale(1.2);
}

.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: var(--bs-body-bg);
  z-index: 5;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.8s;
  transition-timing-function: ease;
  display: block;
  scrollbar-width: none;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.navigation-portrait .mobile_nav {
  margin-right: 22px;
}

.nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

.nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 30px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: var(--bs-primary);
  font-size: 13px;
  cursor: pointer;
  background: var(--bs-primary-bg-subtle);
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.nav-menu {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.navigation-portrait .nav-menu {
  width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center;
}

.nav-menu > li {
  float: left;
  text-align: left;
}

.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px var(--bs-border-color);
}

.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px var(--bs-border-color);
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu > li > a {
  padding: 10px 10px;
  display: inline-flex;
  align-items: flex-start;
  transition: color 0.3s, background 0.3s;
  color: var(--bs-nav-color);
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: capitalize;
  font-size: 15px;
  margin: 0 0.3rem;
  border-radius: 50px;
  line-height: 1;
}

.nav-menu.nav-menu-social {
  align-items: center;
  display: inline-flex;
}

.navigation-portrait .nav-menu > li > a {
  height: auto;
  color: var(--bs-nav-color);
  width: 100%;
  padding: 12px 15px 12px 26px;
}

.header.header-dark .navigation-portrait .nav-brand,
.header.header-dark .navigation-portrait .nav-brand:focus,
.header.header-dark .navigation-portrait .nav-brand:hover,
.header.header-dark .navigation-portrait .nav-menu > li > a {
  color: var(--bs-nav-color);
}

.header.header-dark .navigation-portrait .nav-menu > li > a.add {
  color: var(--bs-white);
}

.header.header-dark .navigation-portrait .nav-menu > li > a > .submenu-indicator > .submenu-indicator-chevron {
  border-color: var(--bs-nav-color) transparent transparent transparent;
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 0.6rem 0.8rem;
}

.submenu-indicator {
  margin-left: 3px;
  margin-top: 5px;
  float: right;
  transition: all 0.3s;
}

.navigation-portrait .submenu-indicator {
  width: 100%;
  height: 44px;
  margin-top: 0;
  position: absolute;
  text-align: center;
  z-index: 20000;
}

.submenu-indicator-chevron {
  height: 6px;
  width: 6px;
  display: block;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: var(--bs-nav-color) transparent transparent transparent;
  transition: border 0.3s;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 18px;
  right: 24px;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  transform: rotate(0deg);
}

.navigation-portrait .submenu-indicator.submenu-indicator-up .submenu-indicator-chevron {
  transform: rotate(180deg);
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 2;
}

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-text {
  margin: 25px 15px;
  color: var(--bs-nav-color);
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}

.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}

.nav-dropdown {
  min-width: 240px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 98;
  white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
}

.nav-menu > li .nav-dropdown {
  border: none;
  padding: 12px 0;
  background: var(--bs-body-bg);
  box-shadow: 0px 0px 2px 0px rgba(185, 199, 210, 0.45);
  -webkit-box-shadow: 0px 0px 2px 0px rgba(185, 199, 210, 0.45);
  border-radius: 0.4rem;
}

.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}

.nav-dropdown > li > a {
  width: 100%;
  padding: 12px 20px 12px 15px;
  border-left: 3px solid var(--bs-white);
  background-color: var(--bs-white);
  float: left;
  transition: all 0.3s ease 0s;
  font-size: 14px;
}

.nav-dropdown > li:last-child > a {
  border-bottom: none;
}

.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
  padding-left: 20px;
  border-color: var(--bs-primary);
  background-color: var(--bs-primary-bg-subtle);
}

.social-icon a i,
.social-icons a i {
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 16px;
}

.nav-dropdown > .focus > a,
.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}

.navigation-landscape .nav-dropdown-left > li > a {
  text-align: right;
}

.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > ul > li > a {
  padding-left: 110px;
}

.navigation-portrait .nav-dropdown > li > a {
  color: var(--bs-nav-color);
  opacity: 0.8;
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 16px;
  position: absolute;
}

.menu__list,
.navbar,
nav a {
  position: relative;
}

.navigation-portrait .submenu-indicator {
  right: 0;
  top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-90deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(0deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator.submenu-indicator-up .submenu-indicator-chevron {
  transform: rotate(180deg);
}

.navigation-portrait .mobile_nav ul li a {
  padding: 0.6rem 0.8rem;
}

.navigation-portrait .mobile_nav ul li .account-drop a {
  padding: 0rem 0.3rem;
}

.navigation-portrait .mobile_nav ul li .account-drop ul li a {
  padding: 0.8rem 1.2rem;
}

.navigation-portrait .mega-menu {
  width: 100%;
  min-width: 100%;
}

.navigation-portrait .d-portraitnone {
  display: none;
}

.navigation-portrait .col {
  flex: 1 0 100%;
}

.nav-dropdown > .focus > a .submenu-indicator-chevron,
.nav-dropdown > li:hover > a .submenu-indicator-chevron {
  border-color: var(--bs-primary) transparent transparent transparent;
}

.navigation-landscape .nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape .nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(135deg);
}

nav a {
  display: inline-block;
}

.header {
  background: var(--bs-body-bg);
  position: relative;
  padding: 15px 0;
}
.header.header-fixed {
  position: fixed;
  width: 100%;
  z-index: 1024;
  box-shadow: 0 0.5rem 2rem -0.25rem hsla(224.29, 100%, 16.47%, 0.1);
  -webkit-box-shadow: 0 0.5rem 2rem -0.25rem hsla(224.29, 100%, 16.47%, 0.1);
}
.header.head-fixed {
  position: fixed;
  width: 100%;
  z-index: 1024;
  box-shadow: 0 0.5rem 2rem -0.25rem hsla(224.29, 100%, 16.47%, 0.1);
  -webkit-box-shadow: 0 0.5rem 2rem -0.25rem hsla(224.29, 100%, 16.47%, 0.1);
}

.social-icons {
  float: right;
  margin-top: 0.7em;
}

.logo h1 a {
  color: var(--bs-text-white);
  font-size: 1.3em;
}

.logo span {
  display: block;
  font-size: 0.32em;
  letter-spacing: 4px;
}

.navbar-nav {
  float: left;
  margin: 0;
}

.nav-menu.nav-menu-social > li.list-buttons a,
.nav-menu.nav-menu-social > li:hover .list-buttons a,
.nav-menu.nav-menu-social > li:active .list-buttons a,
.nav-menu.nav-menu-social > li:focus .list-buttons a,
.nav-menu.nav-menu-social > li:focus-visible .list-buttons a {
  top: 0px;
  height: 50px;
  padding: 0px 22px;
  border-radius: 4px;
  position: relative;
  transition: all ease 0.4s;
  color: var(--bs-text-white) !important;
  border: 1px solid var(--bs-primary) !important;
  background: var(--bs-primary) !important;
}

.nav-menu.nav-menu-social > li.list-buttons.soft-primary a {
  background: var(--bs-primary-bg-subtle) !important;
  border: 1px solid var(--bs-primary-border-subtle) !important;
  color: var(--bs-primary) !important;
}
.nav-menu.nav-menu-social > li.list-buttons.soft-primary a:hover {
  color: var(--bs-text-white) !important;
  border: 1px solid var(--bs-primary) !important;
  background: var(--bs-primary) !important;
}
.nav-menu.nav-menu-social > li.list-buttons.soft-primary a:focus {
  color: var(--bs-text-white) !important;
  border: 1px solid var(--bs-primary) !important;
  background: var(--bs-primary) !important;
}
.nav-menu.nav-menu-social > li.list-buttons.soft-primary a:focus-visible {
  color: var(--bs-text-white) !important;
  border: 1px solid var(--bs-primary) !important;
  background: var(--bs-primary) !important;
}

.nav-menu.nav-menu-social > li.list-buttons.light a {
  background: var(--bs-white) !important;
  border: 1px solid var(--bs-white) !important;
  color: var(--bs-dark) !important;
}
.nav-menu.nav-menu-social > li.list-buttons.light a:hover {
  color: var(--bs-dark) !important;
}
.nav-menu.nav-menu-social > li.list-buttons.light a:focus {
  color: var(--bs-dark) !important;
}
.nav-menu.nav-menu-social > li.list-buttons.light a:focus-visible {
  color: var(--bs-dark) !important;
}

.nav-menu.nav-menu-social > li.list-buttons.dark a {
  background: var(--bs-dark) !important;
  border-color: var(--bs-dark) !important;
  color: var(--bs-white) !important;
}
.nav-menu.nav-menu-social > li.list-buttons.dark a:hover {
  background: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}
.nav-menu.nav-menu-social > li.list-buttons.dark a:focus {
  background: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}

.header-transparent.header-fixed .nav-menu.nav-menu-social > li.list-buttons.light a {
  background: var(--bs-primary) !important;
  color: var(--bs-white) !important;
}
.header-transparent.header-fixed .nav-menu.nav-menu-social > li.list-buttons.light a:hover {
  background: var(--bs-dark) !important;
  color: var(--bs-white) !important;
}
.header-transparent.header-fixed .nav-menu.nav-menu-social > li.list-buttons.light a:focus {
  background: var(--bs-dark) !important;
  color: var(--bs-white) !important;
}

.nav-brand img {
  width: 125px;
  position: relative;
}

.nav-menu.nav-menu-social > li.list-buttons > a {
  display: inline-flex;
  align-items: center;
}

.navigation-portrait .nav-dropdown.xxl-menu {
  min-width: auto;
  max-width: 100%;
}

.navigation-portrait .nav-dropdown.xxl-menu > li {
  width: 100%;
  flex: 0 0 100%;
}

.nav-dropdown > li:last-child > a {
  border-bottom: none;
}

.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
  padding-left: 20px;
}

.devider-wraps {
  height: 0.5px;
  width: 100%;
  border: 1px dashed var(--bs-border-color);
  border-radius: 50px;
}

.devider-text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: var(--bs-body-bg);
  padding: 0 10px;
}

.navigation-portrait .col .dropdown-body {
  padding-left: 1.55rem;
}

.nav-menu > li.mob-addproject {
  display: none;
}

.navigation-portrait .nav-menu > li.mob-addproject {
  display: block;
  padding: 15px;
  border-bottom: none;
}

.navigation-portrait .nav-menu > li.mob-addproject > a {
  display: block;
  background: var(--bs-primary);
  color: var(--bs-white);
  padding: 2px 15px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.4rem;
}

/*----------- Header Dark Style ----------*/
.header.header-dark,
.header.header-dark.header-fixed {
  background: var(--bs-header-dark);
}

.header.header-dark .nav-brand,
.header.header-dark .nav-brand:focus,
.header.header-dark .nav-brand:hover,
.header.header-dark .nav-menu > li > a {
  color: var(--bs-white);
}

.header.header-dark .nav-menu > li > a > .submenu-indicator > .submenu-indicator-chevron {
  border-color: var(--bs-text-white) transparent transparent transparent;
}

/*--------- Dashboard Dropdown ----------*/
.btn-group.account-drop {
  position: relative;
}

.nav-menu.nav-menu-social > li:last-child .btn-group.account-drop {
  padding-right: 0;
}

.account-drop .btn-order-by-filt {
  padding: 0px;
  height: auto;
  width: auto;
  font-size: 15px;
  margin-top: 0px;
  font-weight: 500;
  color: var(--bs-nav-color);
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: start;
  padding-left: 5px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.account-drop.drk .btn-order-by-filt {
  border-left: 1px solid var(--bs-border-color);
}

.account-drop .btn-order-by-filt img.avater-img {
  border-radius: 50%;
}

.account-drop .dropdown-menu {
  top: 70px !important;
  right: 0 !important;
  background: var(--bs-body-bg);
  box-shadow: none;
  min-width: 300px;
  left: initial !important;
  border: none;
  padding: 0rem;
  overflow: hidden;
  z-index: 99;
  border-radius: 0.4rem;
  box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
  -webkit-box-shadow: 0 0 20px 0 rgba(62, 28, 131, 0.1);
}

.drp_menu_headr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem;
}

.drp_menu_headr h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  color: var(--bs-text-white);
}

.account-drop .dropdown-menu ul {
  padding: 0;
  margin: 0;
}

.account-drop .dropdown-menu ul li {
  list-style: none;
  padding: 0;
  width: 100%;
  display: block;
}

.account-drop .dropdown-menu ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: var(--bs-nav-color);
  position: relative;
  padding: 1rem 1.2rem;
  border-bottom: 1px solid var(--bs-border-color);
}
.account-drop .dropdown-menu ul li a span.notti_coun {
  position: relative;
  align-items: flex-end;
  top: auto;
  right: auto;
  left: 65%;
}

.account-drop .dropdown-menu ul li a i {
  margin-right: 7px;
  position: relative;
  top: 0px;
}

.account-drop .nav-link.circle {
  background: var(--bs-secondary);
  height: auto;
  position: relative;
}

.notti_coun {
  position: absolute;
  right: -7px;
  width: 16px;
  height: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-dark);
  border-radius: 50%;
  font-size: 11px;
  font-weight: 500 !important;
  color: var(--bs-text-white);
  top: -4px;
}

span.notti_coun.style-1 {
  background: #1ea876;
}

span.notti_coun.style-2 {
  background: #d81b60;
}

span.notti_coun.style-3 {
  background: #03a9f4;
}

.ntf-list-groups {
  position: relative;
  display: block;
  width: 100%;
}

.ntf-list-groups-single {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1rem 0.8rem;
  border-bottom: 1px solid var(--bs-border-color);
}

.ntf-list-groups-icon {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-secondary);
}

.ntf-list-groups-caption {
  flex: 1;
  font-size: 14px;
  color: var(--bs-secondary-text);
  padding-left: 10px;
}

.ntf-list-groups-caption p {
  margin: 0;
}

.ntf-list-groups-single a.ntf-more {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}

span.noti-status {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #f32b2b;
  border-radius: 50%;
  top: 8px;
  right: 10px;
}

.drp_menu_headr-right .btn {
  padding: 0.6rem 1rem;
  height: 40px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
}

.user-Dashboard-menu {
  padding: 0;
  margin: 0;
  padding: 0.6rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.user-Dashboard-menu li {
  display: inline-flex;
  width: auto;
  list-style: none;
}

.user-Dashboard-menu li a {
  font-weight: 500;
  font-size: 14px;
  color: var(--bs-muted);
  padding: 0.6rem 0;
}

.user-Dashboard-menu li.active a,
.user-Dashboard-menu li:hover a,
.user-Dashboard-menu li:focus a {
  color: var(--bs-primary);
}

.brd img {
  border: 4px solid #b77a7a;
}

.user-Dashboard-longmenu {
  padding: 0;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.user-Dashboard-longmenu li {
  display: inline-flex;
  width: 100%;
  padding: 0 0.7rem;
  list-style: none;
}

.user-Dashboard-longmenu li a {
  font-weight: 500;
  font-size: 14px;
  color: var(--bs-muted);
  width: 100%;
  padding: 0.8rem 0;
}

.user-Dashboard-longmenu li:nth-child(even) {
  background: var(--bs-secondary);
}

.user-Dashboard-longmenu li.active a,
.user-Dashboard-longmenu li:hover a,
.user-Dashboard-longmenu li:focus a {
  color: var(--bs-primary);
}

.flashing {
  width: 6px;
  height: 6px;
  background: var(--bs-success);
  animation: flashings 2s ease-out infinite;
  position: absolute;
  border-radius: 50%;
}

.flashing.notification {
  background: #ff5722;
}

@keyframes flashings {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.5, 1.5);
  }
  100% {
    transform: scale(1, 1);
  }
}
/*--------- Navbar & Header Styles: Mobile Nav ----------*/
.mobile_nav ul {
  padding: 0;
  margin: 0;
  display: inline-flex;
}
.mobile_nav ul li {
  list-style: none;
  margin-left: 0rem;
  display: inline-flex;
}
.mobile_nav ul li .account-drop .dropdown-menu ul {
  display: flex;
  flex-direction: column;
}
.mobile_nav ul li .account-drop .dropdown-menu ul a {
  align-items: center;
  justify-content: start;
}
.mobile_nav ul li .dropdown-menu a {
  width: auto;
  height: auto;
}
.mobile_nav ul li a {
  font-weight: 500;
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: color-mix(in srgb, var(--bs-nav-color), transparent 20%);
}
.mobile_nav ul li .account-drop .btn-order-by-filt {
  padding-left: 5px !important;
}
.mobile_nav ul .dhsbrd li {
  margin: 0;
  display: inline-block;
  width: auto !important;
}
.mobile_nav ul .dhsbrd li a {
  border: none !important;
  width: auto;
  display: inline-flex;
}
.mobile_nav ul .dhsbrd li .account-drop ul li a {
  width: 100%;
}

.header-dark .mobile_nav ul li a {
  color: var(--bs-white);
}

.user-Dashboard-menu {
  padding: 0;
  margin: 0;
  padding: 0.6rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.user-Dashboard-menu li {
  display: inline-flex;
  width: auto;
  list-style: none;
}
.user-Dashboard-menu li a {
  font-weight: 500;
  font-size: 14px;
  color: var(--bs-muted);
  padding: 0.6rem 0;
}
.user-Dashboard-menu li a:hover {
  color: var(--bs-primary);
}
.user-Dashboard-menu li a:focus {
  color: var(--bs-primary);
}
.user-Dashboard-menu li a:active {
  color: var(--bs-primary);
}

.user-Dashboard-longmenu {
  padding: 0;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.user-Dashboard-longmenu li {
  display: inline-flex;
  width: 100%;
  padding: 0 0.7rem;
  list-style: none;
}
.user-Dashboard-longmenu li:nth-child(even) {
  background: var(--bs-secondary);
}
.user-Dashboard-longmenu li a {
  font-weight: 500;
  font-size: 14px;
  color: var(--bs-secondary-text);
  width: 100%;
  padding: 0.8rem 0;
}
.user-Dashboard-longmenu li a:hover {
  color: var(--bs-primary);
}
.user-Dashboard-longmenu li a:focus {
  color: var(--bs-primary);
}
.user-Dashboard-longmenu li a:ative {
  color: var(--bs-primary);
}

/*-------------------------------------------------------------------
Intro Banner & Hero Header
--------------------------------------------------------------------*/
.hero-banner {
  padding: 5em 0 5em;
}
.hero-banner .container {
  position: relative;
  z-index: 1;
}

.hero-header {
  padding: 5em 0 5em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 650px;
}
.hero-header .container {
  position: relative;
  z-index: 1;
}

.video-banner {
  position: relative;
  width: 100%;
}
.video-banner video {
  width: 100%;
  height: 100%;
  background-size: cover !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-banner .video-overlay {
  content: "";
  position: absolute;
  background: #111111;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

.blobGroups {
  position: absolute;
  width: 100%;
  display: block;
  height: 100%;
}
.blobGroups .blob-1 {
  width: 400px;
  height: 400px;
  right: -80px;
  bottom: -80px;
  position: absolute;
  border-radius: 50%;
  background-image: radial-gradient(var(--bs-primary) 2px, transparent 2.5px);
  background-size: 0.75rem 0.75rem !important;
}
.blobGroups .blob-2 {
  width: 400px;
  height: 400px;
  left: -150px;
  bottom: -80px;
  position: absolute;
  border-radius: 50%;
  background: repeating-linear-gradient(-55deg, rgba(255, 255, 255, 0) 0.8px, #cdd6e2 1.6px, #cdd6e2 3px, rgba(255, 255, 255, 0) 3.8px, rgba(255, 255, 255, 0) 10px);
}
.blobGroups .blob-3 {
  width: 400px;
  height: 400px;
  right: -200px;
  top: -260px;
  position: absolute;
  border-radius: 50%;
  background: repeating-linear-gradient(-55deg, rgba(255, 255, 255, 0) 0.8px, #009688 1.6px, #009688 3px, rgba(255, 255, 255, 0) 3.8px, rgba(255, 255, 255, 0) 10px);
}

/*------------ Intro Banner & Hero Header: All Homes Designs---------------*/
.home-2 {
  position: relative;
}

.banner-space {
  padding: 3rem 0;
}

.rattingBoxx {
  width: 100%;
  text-align: center;
}
.rattingBoxx .logo {
  margin: 0 auto 15px;
}
.rattingBoxx .logo img {
  max-width: 150px;
  margin: 0 auto;
}
.rattingBoxx .caps {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.rattingBoxx .caps .stars {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.rattingBoxx .caps .stars .star.fill {
  color: #FF9800;
  font-size: 16px;
}
.rattingBoxx .caps .totalReviews {
  font-weight: 500;
  font-size: 17px;
  color: var(--bs-dark);
}

.image-bg {
  background-size: cover !important;
  background-position: center !important;
}

.image-cover {
  background-size: cover !important;
  background-position: center !important;
}

.image-bottom-cover {
  background-size: cover !important;
  background-position: bottom !important;
}

.image-bottom {
  background-size: auto !important;
  background-position: bottom !important;
}

.image--half-right {
  background-size: 70%, 70% !important;
  background-position: right !important;
}

.image-cover .container,
.bg-cover .container {
  position: relative;
  z-index: 1;
}

.hero-xl-header {
  padding: 150px 0px;
}

.fill-primary {
  fill: var(--bs-primary) !important;
}

.fill-danger {
  fill: var(--bs-danger) !important;
}

.fill-warning {
  fill: var(--bs-warning) !important;
}

.fill-white {
  fill: var(--bs-white-bg) !important;
}

.fill-light {
  fill: var(--bs-light) !important;
}

.avatar-group {
  padding: 0;
  display: flex;
}

.avatar-group > li {
  position: relative;
}

.avatar-group > li:not(:last-child) {
  margin-right: -0.8rem;
}

.popularSearche {
  width: 100%;
  position: relative;
}
.popularSearche .trending-skill {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  row-gap: 12px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  flex-wrap: wrap;
}
.popularSearche .trending-skill li {
  display: inline-block;
  list-style: none;
}
.popularSearche .trending-skill li .skill-tag {
  height: 28px;
  font-size: 13px;
  font-weight: 500;
  padding: 1px 14px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bs-secondary-bg-subtle);
  border: 1px solid var(--bs-secondary-border-subtle);
  color: var(--bs-secondary);
}
.popularSearche .trending-skill.primary li {
  list-style: none;
}
.popularSearche .trending-skill.primary li .skill-tag {
  background-color: var(--bs-primary-bg-subtle);
  border: 1px solid var(--bs-primary-border-subtle);
  color: var(--bs-primary);
}
.popularSearche .trending-skill.light li {
  list-style: none;
}
.popularSearche .trending-skill.light li .skill-tag {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--bs-white);
}
.popularSearche .trending-skill.center {
  justify-content: center;
}

/*------------ Intro Banner & Hero Header: Search Styles ---------------*/
.searchOpt.nav-pills li.nav-item a.nav-link:hover {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
.searchOpt.nav-pills li.nav-item a.nav-link:focus {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
.searchOpt.nav-pills li.nav-item a.nav-link:focus-visible {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}

.searchOpt.nav-pills li.nav-item a.nav-link.active:before {
  background-color: var(--bs-primary);
  content: "";
  height: 20px;
  margin-left: 17px;
  position: absolute;
  top: 38px;
  width: 20px;
  transform: rotate(45deg);
}

.searchOpt.nav-pills.different li.nav-item a.nav-link {
  background-color: var(--bs-white);
  color: var(--bs-dark);
}
.searchOpt.nav-pills.different li.nav-item a.nav-link:hover {
  background-color: var(--bs-warning);
  color: var(--bs-dark);
}
.searchOpt.nav-pills.different li.nav-item a.nav-link:focus {
  background-color: var(--bs-warning);
  color: var(--bs-dark);
}
.searchOpt.nav-pills.different li.nav-item a.nav-link.active {
  background-color: var(--bs-warning);
  color: var(--bs-dark);
}
.searchOpt.nav-pills.different li.nav-item a.nav-link.active::before {
  background-color: var(--bs-warning);
}

.hero-header .banner-subtitle {
  font-size: 20px;
}

.hero-banner .banner-subtitle {
  font-size: 20px;
}

.searchTabwrap {
  text-align: center;
}
.searchTabwrap .nav-tabs.smartTab {
  background: var(--bs-body-bg);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0 1.5rem;
  border-radius: 10px 10px 0px 0px;
}

.smartSearch {
  display: block;
  background: var(--bs-body-bg);
  border-radius: 0.6rem;
  z-index: 1;
  position: relative;
}
.smartSearch.round-pill {
  border-radius: 50px;
}
.smartSearch .form-search {
  display: block;
  position: relative;
  width: 100%;
  border-right: 1px solid var(--bs-border-color);
}
.smartSearch .form-search .form-control {
  width: 100%;
  background: transparent;
  border-radius: 0;
  border: none;
  height: 75px;
  font-size: 15px;
}
.smartSearch .form-search .select2-container .select2-selection--single {
  height: 75px;
  border: none;
}
.smartSearch .form-search .icons {
  position: absolute;
  top: 50%;
  color: color-mix(in srgb, var(--bs-dark-text), transparent 40%);
  line-height: 0;
  font-size: 17px;
  transform: translateY(-50%);
  left: 0.8rem;
}
.smartSearch .form-search .icons.color {
  color: var(--bs-primary);
  opacity: 1;
}
.smartSearch .form-search.withIcon {
  position: relative;
}
.smartSearch .form-search.withIcon .form-control {
  padding-left: 40px;
}
.smartSearch .form-search.withIcon .select2-container .select2-selection--single {
  height: 75px;
  border: none;
  padding-left: 40px;
}
.smartSearch .form-search.btn-box {
  border-right: none;
  display: flex;
  padding: 0.8rem;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.smartSearch .form-search.btn-box .btn {
  width: 100%;
  height: 54px;
}
.smartSearch .form-search.midium {
  width: 100%;
}
.smartSearch .form-search.midium .form-control {
  height: 50px;
  font-size: 15px;
}
.smartSearch .form-search.midium .select2-container .select2-selection--single {
  height: 50px;
  font-size: 15px;
}
.smartSearch .form-search.smalls {
  width: 100%;
}
.smartSearch .form-search.smalls .form-control {
  height: 40px;
  font-size: 14px;
}
.smartSearch .form-search.smalls .select2-container .select2-selection--single {
  height: 40px;
  font-size: 14px;
}
.smartSearch.transparent {
  background-color: transparent;
}
.smartSearch.transparent .form-search .icons {
  color: var(--bs-white);
  opacity: 0.6;
}
.smartSearch.transparent .form-control {
  background-color: transparent;
  color: var(--bs-white);
  opacity: 0.8;
}
.smartSearch.transparent .form-control::-moz-placeholder {
  color: var(--bs-white);
  opacity: 0.6;
}
.smartSearch.transparent .form-control::placeholder {
  color: var(--bs-white);
  opacity: 0.6;
}
.smartSearch.transparent .select2-container .select2-selection--single {
  background-color: transparent;
}
.smartSearch.transparent .select2-container .select2-selection--single .select2-selection__placeholder {
  color: var(--bs-white);
  opacity: 0.6;
}
.smartSearch.transparent .select2-container .select2-selection--single .select2-selection__rendered {
  color: var(--bs-white) !important;
  opacity: 0.8;
}
.smartSearch .select2-container .select2-selection--multiple {
  border: none !important;
}

.smartsingleSearch {
  background: var(--bs-body-bg);
  border-radius: 50px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.4rem;
  -moz-column-gap: 0.2rem;
       column-gap: 0.2rem;
}
.smartsingleSearch .form-search {
  flex: 1;
  position: relative;
}
.smartsingleSearch .form-search .icons {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.5;
  font-size: 20px;
}
.smartsingleSearch .form-search .form-control {
  background: transparent;
  border: none;
  padding-left: 40px;
}
.smartsingleSearch .btnWrap {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.smartsingleSearch .btnWrap .btn {
  border-radius: 50%;
  font-size: 17px;
  width: 57px;
  height: 57px;
  padding: 0;
}

.banner-info-caps {
  width: 100%;
  display: flex;
  align-items: center;
}
.banner-info-caps .infoFlex {
  width: 35%;
  display: flex;
  align-items: flex-start;
  padding-right: 2rem;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.banner-info-caps .infoFlex .counter-head {
  position: relative;
}
.banner-info-caps .infoFlex .counter-head .ctrTitle {
  font-size: 30px;
  margin: 0;
}

.banner-achievement {
  width: 100%;
  display: flex;
  align-items: center;
}
.banner-achievement .infoFlex {
  width: 33.333333%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-right: 2rem;
  row-gap: 5px;
}
.banner-achievement .infoFlex .counter-head {
  position: relative;
}
.banner-achievement .infoFlex .counter-head .ctrTitle {
  font-size: 35px;
  font-weight: 600;
  color: var(--bs-primary);
  margin: 0;
}
.banner-achievement .infoFlex .counter-head .caps {
  font-size: 16px;
}

.banner-helpvideo {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 15px;
       column-gap: 15px;
  flex-wrap: wrap;
  row-gap: 10px;
}
.banner-helpvideo .btn {
  height: 50px;
}
.banner-helpvideo .watch-video {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 16px;
  font-weight: 500;
}
.banner-helpvideo .watch-video .icons {
  font-size: 25px;
  color: var(--bs-primary);
}

.banner-topList {
  width: 100%;
  margin-top: 2rem;
  position: relative;
}
.banner-topList ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 5%;
       column-gap: 5%;
  row-gap: 12px;
  flex-wrap: wrap;
}
.banner-topList ul li {
  list-style: none;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}
.banner-topList ul li span {
  font-size: 16px;
  color: var(--bs-mute-color);
}
.banner-topList ul li span i {
  margin-right: 7px;
  color: var(--bs-primary);
}

.whyList {
  width: 100%;
  display: block;
  margin: 2rem 0;
}
.whyList ul {
  display: block;
  margin: 0;
  padding: 0;
}
.whyList ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 18px;
  margin-bottom: 13px;
}
.whyList ul li i {
  color: var(--bs-primary);
}
.whyList.light {
  width: 100%;
}
.whyList.light ul {
  display: block;
}
.whyList.light ul li {
  color: var(--bs-white);
}
.whyList.light ul li i {
  color: var(--bs-white);
}

.calculamBox {
  width: 100%;
  padding: 1rem 3rem;
  border-radius: 0.8rem;
}
.calculamBox .boxCaps {
  max-width: 300px;
}
.calculamBox .imageThumb {
  flex: 1;
}

/*------------------- Intro Banner & Hero Header: Splash Banner  ------------*/
.splashSlider {
  height: 100vh;
  min-height: 650px;
}
.splashSlider .splashSliders.owl-carousel {
  height: 100%;
}
.splashSlider .splashSliders.owl-carousel .owl-stage-outer {
  height: 100%;
}
.splashSlider .splashSliders.owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
.splashSlider .splashSliders.owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100% !important;
}
.splashSlider .splashSliders.owl-carousel .owl-stage-outer .owl-stage .owl-item .singleSplash {
  height: 100%;
  position: relative;
}
.splashSlider .splashSliders.owl-carousel .owl-stage-outer .owl-stage .owl-item .singleSplash:before {
  content: "";
  position: absolute;
  background: #000000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0.6;
}

/*--------------------------------------------------
Ownify Elements Styles
---------------------------------------------------*/
/*-------------- Ownify Elements Styles: city-list-group Style ------------------*/
.listGroup {
  display: flex;
  align-items: self-start;
  justify-content: start;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  row-gap: 15px;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.listGroup li {
  list-style: none;
  margin: 0;
}
.listGroup li .listLink {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  border-radius: 0.3rem;
  padding: 0 15px;
  background: var(--bs-white-bg);
  transition: all ease 0.4s;
  font-size: 16px;
  text-transform: capitalize;
  border: 1px solid color-mix(in srgb, var(--bs-dark), transparent 50%);
}
.listGroup li .listLink:hover {
  background-color: var(--bs-dark);
  border-color: var(--bs-dark);
  color: var(--bs-white);
}
.listGroup li .listLink:focus {
  background-color: var(--bs-dark);
  border-color: var(--bs-dark);
  color: var(--bs-white);
}
.listGroup li .listLink:focus-visible {
  background-color: var(--bs-dark);
  border-color: var(--bs-dark);
  color: var(--bs-white);
}
.listGroup.simple {
  flex-direction: column;
}
.listGroup.simple li .listLink {
  height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  font-size: 16px;
  color: color-mix(in srgb, var(--bs-dark), transparent 20%);
}
.listGroup.simple li .listLink:hover {
  background-color: transparent;
  border-color: none;
  color: var(--bs-dark);
}
.listGroup.simple li .listLink:focus {
  background-color: transparent;
  border-color: none;
  color: var(--bs-dark);
}
.listGroup.simple li .listLink:focus-visible {
  background-color: transparent;
  border-color: none;
  color: var(--bs-dark);
}
.listGroup.modern {
  flex-direction: column;
  row-gap: 20px;
}
.listGroup.modern li .listLink {
  height: auto;
  padding: 0;
  border-radius: 0;
  background: transparent;
  border: none;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 5px;
  color: color-mix(in srgb, var(--bs-dark), transparent 20%);
}
.listGroup.modern li .listLink:hover {
  background-color: transparent;
  border-color: none;
  color: var(--bs-dark);
}
.listGroup.modern li .listLink:focus {
  background-color: transparent;
  border-color: none;
  color: var(--bs-dark);
}
.listGroup.modern li .listLink:focus-visible {
  background-color: transparent;
  border-color: none;
  color: var(--bs-dark);
}
.listGroup.modern li .listLink h6 {
  margin: 0;
  font-weight: 500;
  line-height: 1.1;
}
.listGroup.modern li .listLink p {
  margin: 0;
}

/*-------------- Ownify Elements Styles: Property Grid Style ------------------*/
.propertyGrid {
  width: 100%;
  display: block;
}
.propertyGrid.cards {
  background-color: var(--bs-body-bg);
  padding: 10px;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.6rem;
}
.propertyGrid .propertyThumb {
  height: 260px;
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.5rem;
}
.propertyGrid .propertyThumb .thumbLink {
  display: block;
  height: 100%;
  overflow: hidden;
}
.propertyGrid .propertyThumb .thumbLink img {
  position: absolute;
  height: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease 0.4s;
}
.propertyGrid .propertyThumb .thumbLink:hover img {
  transform: scale(1.2);
}
.propertyGrid .propertyThumb .thumbLink:focus img {
  transform: scale(1.2);
}
.propertyGrid .propertyThumb .upperInfo {
  position: absolute;
  top: 15px;
  left: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 10px;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
  z-index: 2;
}
.propertyGrid .propertyThumb .upperInfo .priceTag {
  padding: 2px 8px;
  position: relative;
  color: var(--bs-white);
}
.propertyGrid .propertyThumb .upperInfo .priceTag:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bs-dark);
  border-radius: 2px;
  transform: skew(348deg);
  z-index: -1;
}
.propertyGrid .propertyThumb .upperInfo .new {
  padding: 2px 8px;
  position: relative;
  color: var(--bs-white);
}
.propertyGrid .propertyThumb .upperInfo .new:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bs-new);
  border-radius: 2px;
  transform: skew(348deg);
  z-index: -1;
}
.propertyGrid .propertyThumb .upperInfo .featured {
  padding: 2px 8px;
  position: relative;
  color: var(--bs-white);
}
.propertyGrid .propertyThumb .upperInfo .featured:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bs-featured);
  border-radius: 2px;
  transform: skew(348deg);
  z-index: -1;
}
.propertyGrid .propertyThumb .upperInfo .resale {
  padding: 2px 8px;
  position: relative;
  color: var(--bs-white);
}
.propertyGrid .propertyThumb .upperInfo .resale:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bs-resale);
  border-radius: 2px;
  transform: skew(348deg);
  z-index: -1;
}
.propertyGrid .propertyThumb .upperInfo .construction {
  padding: 2px 8px;
  position: relative;
  color: var(--bs-white);
}
.propertyGrid .propertyThumb .upperInfo .construction:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bs-dark);
  border-radius: 2px;
  transform: skew(348deg);
  z-index: -1;
}
.propertyGrid .propertyThumb .bookmarkProperty {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
}
.propertyGrid .propertyThumb .bookmarkProperty.bottom {
  top: auto;
  bottom: 1rem;
}
.propertyGrid .propertyThumb .bookmarkProperty .bookmark {
  height: 42px;
  width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: var(--bs-white);
  transition: all ease 0.4s;
}
.propertyGrid .propertyThumb .bookmarkProperty .bookmark:hover {
  background-color: var(--bs-body-bg);
  color: var(--bs-primary);
}
.propertyGrid .propertyThumb .bookmarkProperty .bookmark:focus {
  background-color: var(--bs-body-bg);
  color: var(--bs-primary);
}
.propertyGrid .propertyThumb .thumbSlide {
  height: 100%;
  display: block;
}
.propertyGrid .propertyThumb .thumbSlide .thumb-slider {
  display: block;
  height: 100%;
}
.propertyGrid .propertyThumb .thumbSlide .thumb-slider .owl-stage-outer {
  display: block;
  height: 100%;
}
.propertyGrid .propertyThumb .thumbSlide .thumb-slider .owl-stage-outer .owl-stage {
  height: 100%;
}
.propertyGrid .propertyThumb .thumbSlide .thumb-slider .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.propertyGrid .propertyThumb .thumbSlide .thumb-slider .owl-stage-outer .owl-stage .owl-item .single-carousel {
  width: 100%;
  height: 100%;
}
.propertyGrid .propertyThumb .thumbSlide .thumb-slider .owl-stage-outer .owl-stage .owl-item .single-carousel img {
  position: absolute;
  height: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all ease 0.4s;
}
.propertyGrid .propertyThumb .thumbSlide .owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.propertyGrid .propertyThumb .thumbSlide .owl-dots .owl-dot {
  display: inline-block;
}
.propertyGrid .propertyThumb .thumbSlide .owl-dots .owl-dot span {
  width: 20px;
  height: 5px;
  margin: 0 7px;
  background-color: rgba(2, 2, 2, 0.4);
}
.propertyGrid .propertyThumb .thumbSlide .owl-dots .owl-dot.active span {
  background-color: rgba(255, 255, 255, 0.4);
}
.propertyGrid .propertyThumb .thumbSlide .owl-dots .owl-dot:hover span {
  background-color: rgba(255, 255, 255, 0.4);
}
.propertyGrid .propertyThumb .thumbSlide .owl-dots .owl-dot:focus span {
  background-color: rgba(255, 255, 255, 0.4);
}
.propertyGrid .propertyThumb.smalls {
  height: 180px;
}
.propertyGrid .titleWrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -moz-column-gap: 12px;
       column-gap: 12px;
  width: 100%;
  margin-bottom: 0.5rem;
}
.propertyGrid .titleWrap .propertyTypes {
  font-weight: 500;
  color: var(--bs-primary);
  font-size: 14px;
  display: flex;
}
.propertyGrid .titleWrap .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
}
.propertyGrid .titleWrap .title .off {
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 500;
  background: color-mix(in srgb, var(--bs-orange), transparent 90%);
  color: var(--bs-orange);
  padding: 0 12px;
  margin-left: 5px;
  border-radius: 50px;
}
.propertyGrid .titleWrap .title.overflow {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding-right: 1rem;
}
.propertyGrid .titleWrap .price {
  font-weight: 600;
  line-height: 1.4;
  font-size: 25px;
  display: flex;
  align-items: center;
  margin: 0;
}
.propertyGrid .titleWrap .price .off {
  font-size: 15px;
  font-weight: 500;
  color: var(--bs-acent);
  margin-left: 10px;
}
.propertyGrid .titleWrap .price .off i {
  margin-right: 2px;
}
.propertyGrid .propertyInfo {
  display: block;
  width: 100%;
}
.propertyGrid .propertyInfo ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.propertyGrid .propertyInfo ul li {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  font-size: 14px;
  color: color-mix(in srgb, var(--bs-dark-text), transparent 30%);
}
.propertyGrid .propertyFooter {
  display: block;
  width: 100%;
  margin-top: 20px;
}
.propertyGrid .propertyFooter .footCaps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.propertyGrid .propertyFooter .footCaps .btn {
  flex: 1;
  width: 100%;
  height: 50px;
  font-weight: 500;
  font-size: 14px;
}
.propertyGrid .propertyFooter .footCaps .btnPlex {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid;
  transition: all ease 0.4s;
}
.propertyGrid .propertyFooter .footCaps .btnPlex:hover {
  background-color: var(--bs-primary-bg-subtle);
  border-color: var(--bs-primary-border-subtle);
  color: var(--bs-primary);
}
.propertyGrid .propertyFooter .footCaps .btnPlex:focus {
  background-color: var(--bs-primary-bg-subtle);
  border-color: var(--bs-primary-border-subtle);
  color: var(--bs-primary);
}
.propertyGrid .propertyFooter .footCaps .location {
  font-size: 14px;
  max-width: 165px;
  margin-right: 2rem;
  line-height: 1.6;
}
.propertyGrid .propertyFooter .footCaps .agentWraps {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.propertyGrid .propertyFooter .footCaps .agentWraps .authorImg {
  flex: 1;
  width: 45px;
  height: 45px;
  border-radius: 50%;
}
.propertyGrid .propertyFooter .footCaps .agentWraps .authorImg a {
  display: block;
}
.propertyGrid .propertyFooter .footCaps .agentWraps .agentTitle {
  width: auto;
}
.propertyGrid .propertyFooter .footCaps .agentWraps .agentTitle .title {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}
.propertyGrid .propertyFooter .footCaps .agentWraps .agentTitle .agentLocation {
  font-size: 13px;
  font-family: serif;
  color: color-mix(in srgb, var(--bs-dark-text), transparent 30%);
  font-style: italic;
}
.propertyGrid .propertyFooter .footCaps .btnGroups {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.propertyGrid .propertyFooter .footCaps .btnGroups .bookmark {
  width: 42px !important;
  height: 42px !important;
}

.propertyList {
  display: block;
  clear: both;
  width: 100%;
  position: relative;
}
.propertyList .cards {
  background-color: var(--bs-body-bg);
  padding: 10px;
  border: 1px solid var(--bs-border-color);
  border-radius: 0.6rem;
}
.propertyList .cards .propertyThumb {
  height: 100%;
  min-height: 275px;
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  margin-bottom: 0.5rem;
}
.propertyList .cards .propertyThumb .upperInfo {
  position: absolute;
  top: 15px;
  left: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 10px;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
  z-index: 2;
}
.propertyList .cards .propertyThumb .upperInfo .featured {
  padding: 2px 8px;
  position: relative;
  color: var(--bs-white);
}
.propertyList .cards .propertyThumb .upperInfo .featured:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bs-featured);
  border-radius: 2px;
  transform: skew(348deg);
  z-index: -1;
}
.propertyList .cards .propertyThumb .upperInfo .new {
  padding: 2px 8px;
  position: relative;
  color: var(--bs-white);
}
.propertyList .cards .propertyThumb .upperInfo .new:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bs-new);
  border-radius: 2px;
  transform: skew(348deg);
  z-index: -1;
}
.propertyList .cards .propertyThumb .upperInfo .resale {
  padding: 2px 8px;
  position: relative;
  color: var(--bs-white);
}
.propertyList .cards .propertyThumb .upperInfo .resale:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bs-resale);
  border-radius: 2px;
  transform: skew(348deg);
  z-index: -1;
}
.propertyList .cards .propertyThumb .upperInfo .construction {
  padding: 2px 8px;
  position: relative;
  color: var(--bs-white);
}
.propertyList .cards .propertyThumb .upperInfo .construction:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--bs-dark);
  border-radius: 2px;
  transform: skew(348deg);
  z-index: -1;
}
.propertyList .cards .propertyThumb .thumbLink {
  display: block;
  height: 100%;
  overflow: hidden;
}
.propertyList .cards .propertyThumb .thumbLink img {
  position: absolute;
  height: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all ease 0.4s;
}
.propertyList .cards .propertyThumb .bookmarkProperty {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 1;
}
.propertyList .cards .propertyThumb .bookmarkProperty.bottom {
  top: auto;
  bottom: 1rem;
}
.propertyList .cards .propertyThumb .bookmarkProperty .bookmark {
  height: 42px;
  width: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: var(--bs-white);
  transition: all ease 0.4s;
}
.propertyList .cards .propertyThumb .bookmarkProperty .bookmark:hover {
  background-color: var(--bs-body-bg);
  color: var(--bs-primary);
}
.propertyList .cards .propertyThumb .bookmarkProperty .bookmark:focus {
  background-color: var(--bs-body-bg);
  color: var(--bs-primary);
}
.propertyList .cards .propertyThumb .bookmarkProperty .bookmark:active {
  background-color: var(--bs-body-bg);
  color: var(--bs-primary);
}
.propertyList .cards .propertyThumb .thumbSlide {
  height: 100%;
  display: block;
}
.propertyList .cards .propertyThumb .thumbSlide .thumb-slider {
  display: block;
  height: 100%;
}
.propertyList .cards .propertyThumb .thumbSlide .thumb-slider .owl-stage-outer {
  display: block;
  height: 100%;
}
.propertyList .cards .propertyThumb .thumbSlide .thumb-slider .owl-stage-outer .owl-stage {
  height: 100%;
}
.propertyList .cards .propertyThumb .thumbSlide .thumb-slider .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.propertyList .cards .propertyThumb .thumbSlide .thumb-slider .owl-stage-outer .owl-stage .owl-item .single-carousel {
  width: 100%;
  height: 100%;
}
.propertyList .cards .propertyThumb .thumbSlide .thumb-slider .owl-stage-outer .owl-stage .owl-item .single-carousel img {
  position: absolute;
  height: 100%;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all ease 0.4s;
}
.propertyList .cards .propertyThumb .thumbSlide .owl-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
}
.propertyList .cards .propertyThumb .thumbSlide .owl-dots .owl-dot {
  display: inline-block;
}
.propertyList .cards .propertyThumb .thumbSlide .owl-dots .owl-dot span {
  width: 20px;
  height: 5px;
  margin: 0 7px;
  background-color: rgba(2, 2, 2, 0.4);
}
.propertyList .cards .propertyThumb .thumbSlide .owl-dots .owl-dot.active span {
  background-color: rgba(255, 255, 255, 0.4);
}
.propertyList .cards .propertyThumb .thumbSlide .owl-dots .owl-dot:hover span {
  background-color: rgba(255, 255, 255, 0.4);
}
.propertyList .cards .propertyThumb .thumbSlide .owl-dots .owl-dot:focus span {
  background-color: rgba(255, 255, 255, 0.4);
}
.propertyList .cards .propertyCaption {
  width: 100%;
  padding: 0.5rem 0rem;
}
.propertyList .cards .propertyCaption .titleWrap {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}
.propertyList .cards .propertyCaption .titleWrap .price {
  font-weight: 600;
  line-height: 1.4;
  font-size: 25px;
  display: flex;
  align-items: center;
  margin: 0;
}
.propertyList .cards .propertyCaption .titleWrap .price .off {
  font-size: 17px;
  font-weight: 500;
  color: var(--bs-success);
  margin-left: 10px;
}
.propertyList .cards .propertyCaption .titleWrap .price .off i {
  margin-right: 2px;
}
.propertyList .cards .propertyCaption .titleWrap .subInfo {
  line-height: 1.5;
}
.propertyList .cards .propertyCaption .titleWrap .subInfo b {
  font-weight: 500;
  color: var(--bs-dark);
}
.propertyList .cards .propertyCaption .propertyDescription {
  display: block;
  width: 100%;
  margin-bottom: 1.3rem;
}
.propertyList .cards .propertyCaption .propertyDescription p {
  font-size: 14px;
  margin: 0;
}
.propertyList .cards .propertyCaption .propertyInfo {
  display: block;
  width: 100%;
}
.propertyList .cards .propertyCaption .propertyInfo ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 0.5rem;
}
.propertyList .cards .propertyCaption .propertyInfo ul li {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font-size: 14px;
  color: color-mix(in srgb, var(--bs-dark-text), transparent 30%);
}
.propertyList .cards .propertyCaption .propertyFooter {
  display: block;
  width: 100%;
  padding: 1rem 0 0;
  margin-top: 1.4rem;
  border-top: 1px solid var(--bs-border-color);
}
.propertyList .cards .propertyCaption .propertyFooter .footCaps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 15px;
  column-gap: 15px;
  row-gap: 10px;
  flex-wrap: wrap;
}
.propertyList .cards .propertyCaption .propertyFooter .footCaps .agencyWraps {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.propertyList .cards .propertyCaption .propertyFooter .footCaps .agencyWraps .agencyImg {
  flex: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.propertyList .cards .propertyCaption .propertyFooter .footCaps .agencyWraps .agencyImg a {
  display: block;
}
.propertyList .cards .propertyCaption .propertyFooter .footCaps .agencyWraps .agencyTitle {
  width: auto;
}
.propertyList .cards .propertyCaption .propertyFooter .footCaps .agencyWraps .agencyTitle .title {
  font-size: 15px;
  font-weight: 500;
  margin: 0;
}
.propertyList .cards .propertyCaption .propertyFooter .footCaps .agencyWraps .agencyTitle .lastUpdates {
  font-size: 13px;
  color: color-mix(in srgb, var(--bs-dark-text), transparent 30%);
}
.propertyList .cards .propertyCaption .propertyFooter .footCaps .contactWrap {
  display: inline-flex;
  align-items: flex-end;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.propertyList .cards .propertyCaption .propertyFooter .footCaps .contactWrap .btn {
  height: 45px;
  padding: 0 25px;
  font-size: 13px;
}
.propertyList .cards .propertyCaption .propertyFooter .footCaps .socialWrap {
  display: inline-flex;
  align-items: flex-end;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.propertyList .cards .propertyCaption .propertyFooter .footCaps .socialWrap .btn {
  height: 36px;
  width: 36px;
  padding: 0;
  font-size: 13px;
}
.propertyList .cards .ribbonWrap {
  position: absolute;
  right: 0;
  top: 1rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  justify-content: flex-end;
  align-items: end;
  z-index: 1;
}
.propertyList .cards .ribbonWrap .resale__ribbon {
  height: 20px;
  background: color-mix(in srgb, var(--bs-orange), transparent 80%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, calc(100% - 54px) 50%);
  font-weight: 600;
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase;
  color: var(--bs-orange);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 12px;
  padding-left: 19px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.propertyList .cards .ribbonWrap .emi__ribbon {
  height: 20px;
  background: var(--bs-acent-bg-subtle);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, calc(100% - 94px) 50%);
  font-weight: 600;
  font-size: 10px;
  line-height: 18px;
  text-transform: uppercase;
  color: var(--bs-acent);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-right: 12px;
  padding-left: 19px;
  padding-top: 2px;
  padding-bottom: 2px;
}
.propertyList.smalls .propertyThumb {
  min-height: 250px;
}

/*-------------- Ownify Elements Styles: Location Style ------------------*/
.smartLocationwrap {
  position: relative;
  height: 410px;
  border-radius: 0.8rem;
  overflow: hidden;
  width: 100%;
}
.smartLocationwrap .locationLink {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.smartLocationwrap .locationLink:before {
  content: "";
  position: absolute;
  background: linear-gradient(transparent, #222222);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.smartLocationwrap .locationLink img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: ease-in-out 0.4s;
}
.smartLocationwrap .locationLink:hover img {
  transform: scale(1.2);
}
.smartLocationwrap .locationLink:focus img {
  transform: scale(1.2);
}
.smartLocationwrap .locationLink .locationCaps {
  position: absolute;
  bottom: 1.5rem;
  width: 100%;
  z-index: 2;
  text-align: center;
}
.smartLocationwrap .locationLink .locationCaps .locationTitle {
  color: var(--bs-white);
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
}
.smartLocationwrap .locationLink .locationCaps .propertyCount {
  margin: 0;
  font-size: 16px;
  font-family: serif;
  color: var(--bs-white);
  font-style: italic;
  opacity: 0.9;
}
.smartLocationwrap .advanceInfo {
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.smartLocationwrap .advanceInfo .new {
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  background: var(--bs-success-bg-subtle);
  color: var(--bs-success);
  padding: 0 12px;
  border-radius: 50px;
}
.smartLocationwrap .advanceInfo .off {
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 500;
  background: var(--bs-danger-bg-subtle);
  color: var(--bs-danger);
  padding: 0 12px;
  border-radius: 50px;
}
.smartLocationwrap.style-2 {
  height: 155px;
  padding: 0 1rem;
  background: var(--bs-body-bg);
  border: 2px solid var(--bs-border-color);
}
.smartLocationwrap.style-2 .locationLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.smartLocationwrap.style-2 .locationLink:before {
  display: none;
}
.smartLocationwrap.style-2 .locationLink .locationCaps {
  position: relative;
  bottom: auto;
  width: auto;
  text-align: start;
}
.smartLocationwrap.style-2 .locationLink .locationCaps .locationTitle {
  color: var(--bs-dark);
}
.smartLocationwrap.style-2 .locationLink .locationCaps .propertyCount {
  color: color-mix(in srgb, var(--bs-dark-text), transparent 20%);
  font-style: italic;
  opacity: 1;
}
.smartLocationwrap.style-2 .locationLink .locationCaps .advanceInfo {
  position: relative;
  top: auto;
  margin-bottom: 5px;
  right: auto;
}
.smartLocationwrap.style-2 .locationLink .locationCaps .advanceInfo .new {
  height: 26px;
  font-size: 12px;
  background: var(--bs-success-bg-subtle);
  color: var(--bs-success);
}
.smartLocationwrap.style-2 .locationLink .locationCaps .advanceInfo .off {
  height: 26px;
  font-size: 12px;
  background: var(--bs-danger-bg-subtle);
  color: var(--bs-danger);
}
.smartLocationwrap.style-2 .locationLink .imgThumb {
  width: 120px;
  height: 120px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.smartLocationwrap.style-2 .locationLink .imgThumb .imgThumb img {
  height: 100%;
  width: 100%;
  position: relative;
  border-radius: 50%;
}
.smartLocationwrap.style-3 {
  height: auto;
}
.smartLocationwrap.style-3 .locationLink {
  width: 100%;
  height: 270px;
  border-radius: 0.8rem;
  overflow: hidden;
}
.smartLocationwrap.style-3 .locationLink:before {
  display: none;
}
.smartLocationwrap.style-3 .locationCaps {
  width: 100%;
  padding: 15px 0 5px;
  position: relative;
  text-align: center;
}
.smartLocationwrap.style-3 .locationCaps .locationTitle {
  color: var(--headingColor);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 4px;
}
.smartLocationwrap.style-3 .locationCaps .propertyCount {
  color: color-mix(in srgb, var(--bs-dark-text), transparent 20%);
  font-style: italic;
  font-family: serif;
  line-height: 1.4;
  opacity: 1;
}

/*--------------------- Ownify Elements Styles: Property Types Style ----------------*/
.propertyTypesgrid {
  width: 100%;
  display: block;
  border-radius: 0.6rem;
  overflow: hidden;
  position: relative;
}
.propertyTypesgrid .typesLink {
  width: 100%;
  height: 275px;
  border-radius: 0.6rem;
  display: block;
  position: relative;
}
.propertyTypesgrid .typesLink:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(2, 2, 2, 0.2);
  display: block;
  z-index: 1;
}
.propertyTypesgrid .typesLink img {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all ease 0.4s;
}
.propertyTypesgrid .typesLink .typesCaps {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
}
.propertyTypesgrid .typesLink .typesCaps .typesTitle {
  position: absolute;
  left: 1rem;
  top: 1rem;
}
.propertyTypesgrid .typesLink .typesCaps .typesTitle .title {
  font-size: 18px;
  color: var(--bs-white);
  font-weight: 500;
}
.propertyTypesgrid .typesLink .typesCaps .listFounded {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
.propertyTypesgrid .typesLink .typesCaps .listFounded .list {
  font-size: 14px;
  font-weight: 500;
  height: 28px;
  display: inline-flex;
  padding: 0 12px;
  border-radius: 50px;
  background: var(--bs-white);
  color: var(--bs-dark);
  align-items: center;
  justify-content: center;
}
.propertyTypesgrid .typesLink:hover img {
  transform: scale(1.2);
}
.propertyTypesgrid .typesLink:focus img {
  transform: scale(1.2);
}
.propertyTypesgrid .typesLink.smalls {
  height: 220px;
}
.propertyTypesgrid.style-2 {
  display: block;
}
.propertyTypesgrid.style-2 .typesLink .typesCaps {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.propertyTypesgrid.style-2 .typesLink .typesCaps .typesTitle {
  position: relative;
  left: 0;
  top: 0;
}
.propertyTypesgrid.style-2 .typesLink .typesCaps .typesTitle .title {
  font-family: serif;
  font-size: 25px;
  margin: 0;
  line-height: 1.4;
}
.propertyTypesgrid.style-2 .typesLink .typesCaps .listFounded {
  position: relative;
  right: 0;
  bottom: 0;
}
.propertyTypesgrid.style-2 .typesLink .typesCaps .listFounded .list {
  background: transparent;
  height: auto;
  padding: 0;
  font-size: 15px;
}

/*-------------- Ownify Elements Styles: Category Style ------------------*/
.smartCategory {
  width: 100%;
  height: 200px;
}
.smartCategory .link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: var(--bs-light);
  padding: 2rem 1rem;
  border-radius: 0.8rem;
  transition: ease-in-out 0.4s;
}
.smartCategory .link .icons {
  width: 60px;
  height: 60px;
  margin: 0 auto 0.8rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.smartCategory .link .icons .dark {
  display: block;
}
.smartCategory .link .icons .light {
  display: none;
}
.smartCategory .link .caption {
  width: 100%;
  text-align: center;
}
.smartCategory .link .caption .title {
  font-size: 16px;
  font-weight: 500;
}
.smartCategory .link .caption .subtitle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 26px;
  background: rgba(0, 0, 0, 0.03);
  padding: 0 12px;
  font-size: 12px;
  font-weight: 500;
  border-radius: 50px;
  transition: all ease 0.4s;
}
.smartCategory .link:hover {
  background-color: var(--bs-primary);
}
.smartCategory .link:hover .icons {
  margin: 0 auto 0.8rem;
}
.smartCategory .link:hover .icons .dark {
  display: none;
}
.smartCategory .link:hover .icons .light {
  display: block;
}
.smartCategory .link:hover .caption {
  text-align: center;
}
.smartCategory .link:hover .caption .title {
  color: var(--bs-white);
}
.smartCategory .link:hover .caption .subtitle {
  background: rgba(0, 0, 0, 0.05);
  color: var(--bs-white);
}
.smartCategory .link:focus {
  background-color: var(--bs-primary);
}
.smartCategory .link:focus .icons {
  margin: 0 auto 0.8rem;
}
.smartCategory .link:focus .icons .dark {
  display: none;
}
.smartCategory .link:focus .icons .light {
  display: block;
}
.smartCategory .link:focus .caption {
  text-align: center;
}
.smartCategory .link:focus .caption .title {
  color: var(--bs-white);
}
.smartCategory .link:focus .caption .subtitle {
  background: rgba(0, 0, 0, 0.05);
  color: var(--bs-white);
}
.smartCategory.style-2 {
  width: 100%;
}
.smartCategory.style-2 .link {
  background-color: var(--bs-primary-bg-subtle);
  border: 1px solid var(--bs-primary-border-subtle);
}
.smartCategory.style-2 .link .caption {
  width: 100%;
  text-align: center;
}
.smartCategory.style-2 .link .caption .title {
  margin: 0 auto 2px;
  color: var(--headingColor);
}
.smartCategory.style-2 .link .caption .subtitle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: auto;
  background: transparent;
  font-family: serif;
  font-style: italic;
  padding: 0;
  color: var(--bs-primary);
  font-size: 15px;
  font-weight: 500;
  border-radius: 0px;
  transition: all ease 0.4s;
}
.smartCategory.light .link {
  background-color: var(--bs-body-bg);
  border: 1px solid var(--bs-body-bg);
}
.smartCategory.light .link:hover {
  background-color: var(--bs-primary);
}
.smartCategory.light .link:hover .icons {
  margin: 0 auto 0.8rem;
}
.smartCategory.light .link:hover .icons .dark {
  display: none;
}
.smartCategory.light .link:hover .icons .light {
  display: block;
}
.smartCategory.light .link:hover .caption {
  text-align: center;
}
.smartCategory.light .link:hover .caption .title {
  color: var(--bs-white);
}
.smartCategory.light .link:hover .caption .subtitle {
  background: rgba(0, 0, 0, 0.05);
  color: var(--bs-white);
}
.smartCategory.light .link:focus {
  background-color: var(--bs-primary);
}
.smartCategory.light .link:focus .icons {
  margin: 0 auto 0.8rem;
}
.smartCategory.light .link:focus .icons .dark {
  display: none;
}
.smartCategory.light .link:focus .icons .light {
  display: block;
}
.smartCategory.light .link:focus .caption {
  text-align: center;
}
.smartCategory.light .link:focus .caption .title {
  color: var(--bs-white);
}
.smartCategory.light .link:focus .caption .subtitle {
  background: rgba(0, 0, 0, 0.05);
  color: var(--bs-white);
}

/*-------------- Ownify Elements Styles: Agents Style ------------------*/
.agentWrap {
  width: 100%;
  display: block;
  height: 100%;
  border-radius: 0.8rem;
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
}
.agentWrap .thumbAvatar {
  display: block;
  position: relative;
  padding: 10px;
}
.agentWrap .thumbAvatar .agentLink {
  height: 250px;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 0.8rem;
}
.agentWrap .thumbAvatar .agentLink img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.agentWrap .thumbAvatar .contactInfo {
  position: absolute;
  transition: all ease 0.4s;
  width: 100%;
  bottom: 0;
  opacity: 0;
}
.agentWrap .thumbAvatar .contactInfo ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.agentWrap .thumbAvatar .contactInfo ul li {
  list-style: none;
  display: inline-block;
}
.agentWrap .thumbAvatar .contactInfo ul li .infoLink {
  height: 45px;
  width: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-body-bg);
  border-radius: 50%;
  transition: all ease 0.4s;
}
.agentWrap .thumbAvatar .contactInfo ul li .infoLink.message {
  background-color: var(--bs-danger-bg-subtle);
  color: var(--bs-danger);
}
.agentWrap .thumbAvatar .contactInfo ul li .infoLink.call {
  background-color: var(--bs-success-bg-subtle);
  color: var(--bs-success);
}
.agentWrap .thumbAvatar .expertAgent {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  background: var(--bs-success);
  height: 30px;
  text-transform: uppercase;
  color: var(--bs-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 500;
  border-radius: 50px;
}
.agentWrap .thumbAvatar .luxuryAgent {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  background: var(--bs-warning);
  height: 30px;
  text-transform: uppercase;
  color: var(--bs-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 500;
  border-radius: 50px;
}
.agentWrap .agentCaps {
  width: 100%;
  padding: 1.4rem 0.8rem;
}
.agentWrap .agentCaps .headUp {
  text-align: center;
  width: 100%;
  display: block;
}
.agentWrap .agentCaps .headUp .agentTitle {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.agentWrap .agentCaps .headUp .agencyName {
  font-size: 14px;
  font-family: serif;
  font-style: italic;
  color: color-mix(in srgb, var(--bs-dark-text), transparent 30%);
}
.agentWrap .agentCaps .agentprogress {
  display: block;
  margin-top: 1rem;
  width: 100%;
}
.agentWrap .agentCaps .agentprogress ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 0;
  margin: 0;
}
.agentWrap .agentCaps .agentprogress ul li {
  display: inline-block;
  list-style: none;
}
.agentWrap .agentCaps .agentprogress ul li .title {
  margin: 0;
}
.agentWrap .agentCaps .agentprogress ul li .caption {
  margin: 0;
  color: color-mix(in srgb, var(--bs-dark), transparent 30%);
}
.agentWrap .agentCaps .agentprogress.style-2 ul {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 8px;
}
.agentWrap .agentCaps .viewWrap {
  display: block;
  margin-top: 1rem;
}
.agentWrap .agentCaps .viewWrap .btn {
  height: 50px;
  font-size: 15px;
  width: 100%;
}
.agentWrap:hover .thumbAvatar .contactInfo {
  opacity: 1;
  bottom: 1.5rem;
}
.agentWrap:focus .thumbAvatar .contactInfo {
  opacity: 1;
  bottom: 1.5rem;
}

.agentlistWrap {
  width: 100%;
  border-radius: 0.8rem;
  border: 1px solid var(--bs-border-color);
  background: var(--bs-body-bg);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.agentlistWrap .thumbAvatar {
  display: block;
  position: relative;
  padding: 10px;
}
.agentlistWrap .thumbAvatar .agentLink {
  height: 250px;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 0.8rem;
}
.agentlistWrap .thumbAvatar .agentLink img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.agentlistWrap .thumbAvatar .expertAgent {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  background: var(--bs-success);
  height: 30px;
  text-transform: uppercase;
  color: var(--bs-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 500;
  border-radius: 50px;
}
.agentlistWrap .thumbAvatar .luxuryAgent {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  background: var(--bs-orange);
  height: 30px;
  text-transform: uppercase;
  color: var(--bs-white);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 500;
  border-radius: 50px;
}
.agentlistWrap .agentCaps {
  flex: 1;
  width: auto;
  padding: 1rem;
}
.agentlistWrap .agentCaps .headUp {
  width: 100%;
  display: block;
}
.agentlistWrap .agentCaps .headUp .agentTitle {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.agentlistWrap .agentCaps .headUp .agencyName {
  font-size: 14px;
  font-family: serif;
  font-style: italic;
  color: color-mix(in srgb, var(--bs-dark-text), transparent 30%);
}
.agentlistWrap .agentCaps .socialcallWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2rem;
  flex-wrap: wrap;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0.8rem;
}
.agentlistWrap .agentCaps .socialcallWrap .agentprogress {
  display: inline-block;
  margin-top: 0;
  width: auto;
}
.agentlistWrap .agentCaps .socialcallWrap .agentprogress ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 1.4rem;
       column-gap: 1.4rem;
  padding: 0;
  margin: 0;
}
.agentlistWrap .agentCaps .socialcallWrap .agentprogress ul li {
  display: inline-block;
  list-style: none;
}
.agentlistWrap .agentCaps .socialcallWrap .agentprogress ul li .title {
  margin: 0;
}
.agentlistWrap .agentCaps .socialcallWrap .agentprogress ul li .caption {
  margin: 0;
  color: color-mix(in srgb, var(--bs-dark), transparent 30%);
}
.agentlistWrap .agentCaps .socialcallWrap .viewWrap {
  width: auto;
}
.agentlistWrap .agentCaps .socialcallWrap .viewWrap .cellGroup {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.agentlistWrap .agentCaps .socialcallWrap .viewWrap .cellGroup .btn {
  height: 50px;
  font-size: 14px;
  padding: 0 2rem;
}
.agentlistWrap .agentCaps .socialcallWrap .viewWrap .cellGroup .btn.sendMessage {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/*-------------------- Ownify Elements Styles: Search Styles -------------------*/
.intredtedWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 2px solid var(--bs-border-color);
  border-radius: 50px;
  overflow: hidden;
  padding: 4px;
}
.intredtedWrap .btn {
  border-radius: 50px !important;
  border: none !important;
  background: transparent;
}

.intredtedWrap .btn-check + .btn:hover,
.intredtedWrap .btn-check + .btn:focus,
.intredtedWrap .btn-check + .btn:focus-visible {
  color: var(--bs-primary) !important;
  cursor: pointer;
  background: transparent !important;
  border: none;
}

.intredtedWrap .btn-check:checked + .btn,
.intredtedWrap .btn.active,
.intredtedWrap .btn.show,
.intredtedWrap .btn:first-child:active,
.intredtedWrap :not(.btn-check) + .btn-check:active {
  color: var(--bs-primary) !important;
  background: var(--bs-primary-bg-subtle) !important;
  border: 1px solid var(--bs-primary) !important;
}

.property-type-picker {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 0.8rem;
}
.property-type-picker .btn-selection {
  width: 100%;
  padding: 1rem 0.4rem;
  border-radius: 0.4rem;
  border: 2px solid var(--bs-border-color);
  display: flex;
  flex-direction: column;
  height: auto;
  row-gap: 0.5rem;
  font-size: 15px;
}
.property-type-picker .btn-selection i {
  font-size: 1.8rem;
  opacity: 0.55;
}
.property-type-picker.four-grid {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 1rem;
}

[aria-expanded=false] > .expanded,
[aria-expanded=true] > .collapsed {
  display: none;
}

.searchingSidebar {
  position: relative;
  width: 100%;
  height: auto;
}
.searchingSidebar .searchInner {
  position: relative;
  width: 100%;
  display: block;
}
.searchingSidebar .searchInner .widget {
  position: relative;
  width: 100%;
  margin-bottom: 2rem;
}
.searchingSidebar .searchInner .widget:last-child {
  margin-bottom: 0.5rem;
}
.searchingSidebar .searchInner .widget .widgetTitle {
  font-size: 16px;
  margin-bottom: 0.7rem;
  display: block;
  text-transform: capitalize;
  font-weight: 500;
}
.searchingSidebar .searchInner .single-filter-box {
  background: transparent;
  position: relative;
  overflow: hidden;
  border-radius: 0.6rem;
  padding: 0.8rem 0.8rem;
  margin-bottom: 1rem;
  border: 2px solid var(--bs-border-color);
}
.searchingSidebar .searchInner .single-filter-box .filter-link {
  font-size: 16px;
  font-weight: 500;
  display: block;
}
.searchingSidebar .searchInner .single-filter-box .filter-link .link-title {
  position: relative;
}
.searchingSidebar .searchInner .single-filter-box .filter-link:after {
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  position: relative;
  float: right;
  margin-right: 0px;
  transition: 0.2s ease-out;
  background: transparent;
  width: 26px;
  height: 26px;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
}
.searchingSidebar .searchInner .single-filter-box .filter-link[aria-expanded=true]:after {
  transform: rotate(0deg);
}
.searchingSidebar .searchInner .single-filter-box .filter-link:before {
  content: "";
  position: absolute;
  width: 100%;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: transparent;
}
.searchingSidebar .searchInner .single-filter-box .filter-link[aria-expanded=true]:before {
  content: "";
  position: absolute;
  width: 100%;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: color-mix(in srgb, var(--bs-secondary), transparent 55%);
}
.searchingSidebar .searchInner .single-filter-box .filter-body {
  position: relative;
  padding-top: 1rem;
  z-index: 1;
}

.irs--round {
  position: relative;
  width: 100%;
  height: 60px;
}
.irs--round .irs-line {
  background-color: var(--bs-secondary);
  top: 50px;
}
.irs--round .irs-min {
  display: none !important;
}
.irs--round .irs-max {
  display: none !important;
}
.irs--round .irs-from {
  background-color: var(--bs-dark) !important;
  display: none !important;
  font-size: 14px;
  line-height: 21px;
}
.irs--round .irs-from:before {
  border-top-color: var(--bs-dark) !important;
  border: 6px solid transparent;
  margin-left: -6px;
  bottom: -11px;
}
.irs--round .irs-to {
  background-color: var(--bs-dark) !important;
  font-size: 14px;
  line-height: 21px;
  display: none !important;
}
.irs--round .irs-to:before {
  border-top-color: var(--bs-dark) !important;
  border: 6px solid transparent;
  margin-left: -6px;
  bottom: -11px;
}
.irs--round .irs-single {
  background-color: var(--bs-dark) !important;
  visibility: visible !important;
  font-size: 14px;
  line-height: 21px;
}
.irs--round .irs-single:before {
  border-top-color: var(--bs-dark) !important;
  border: 6px solid transparent;
  margin-left: -6px;
  bottom: -11px;
}
.irs--round .irs-bar {
  background: var(--bs-primary) !important;
  top: 50px;
}
.irs--round .irs-handle {
  background-color: var(--bs-white) !important;
  border: 3px solid var(--bs-primary);
  box-shadow: 0px 0px 0px 4px rgba(21, 144, 87, 0.1);
  width: 20px;
  height: 20px;
  top: 40px;
}

.filterButton {
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  background: var(--bs-primary-bg-subtle);
  border: 1px solid var(--bs-primary-border-subtle);
  color: var(--bs-primary);
  border-radius: 0;
  transition: all ease 0.4s;
}
.filterButton i {
  margin-right: 0.5rem;
}
.filterButton:hover {
  background: var(--bs-primary);
  border: 1px solid var(--bs-primary);
  color: var(--bs-white);
}
.filterButton:focus {
  background: var(--bs-primary);
  border: 1px solid var(--bs-primary);
  color: var(--bs-white);
}

.showingOption {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 10px;
}
.showingOption .showingResults {
  width: auto;
  flex: auto;
}
.showingOption .showingResults .showTitle {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 5px;
       column-gap: 5px;
  font-size: 16px;
  color: var(--bs-muted);
}
.showingOption .showingResults .showTitle .totalResults {
  font-weight: 500;
  font-size: 14px;
  color: var(--bs-dark);
}
.showingOption .resultShorting {
  width: auto;
  flex: inherit;
}
.showingOption .resultShorting .select2-container .select2-selection--single {
  height: 38px;
  padding: 0 15px;
  border-radius: 50px;
  border: 1px solid var(--bs-border-color);
  background-color: var(--bs-light);
}
.showingOption .resultShorting .select2-container .select2-selection--single .select2-selection__arrow {
  right: 10px !important;
}
.showingOption .resultShorting .select2-container .select2-selection--single .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 16px;
}
.showingOption .flexShorting {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 8px;
  flex-wrap: wrap;
}
.showingOption .flexShorting .linkFilter {
  flex: auto;
}
.showingOption .flexShorting .linkFilter .filterButton {
  height: 36px;
  padding: 2px 12px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
}

.select2-dropdown.select2-dropdown--below {
  border: none;
  border-radius: 0.3rem;
  overflow: hidden;
  min-width: 150px;
  background: var(--bs-white);
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.03);
  -webkit-box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.03);
}
.select2-dropdown.select2-dropdown--below .select2-search.select2-search--dropdown {
  display: none;
}

.offcanvas-body {
  overflow-x: hidden;
}

.filterOptions-wrap .dropdown-menu {
  width: 350px;
}

/*---------------------------------------------
Half Map Elements Design
----------------------------------------------*/
.gm-style {
  font: inherit !important;
  text-decoration: none;
}

.scrollContorl {
  position: absolute;
  z-index: 1000;
  bottom: 100px;
  right: 20px;
  cursor: pointer;
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: var(--bs-primary);
  border-radius: 4px;
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.4);
}

.scrollContorl.enabledsroll i:before {
  content: "\f09c";
}

.mapzoom-in,
.mapzoom-out {
  position: absolute;
  z-index: 100;
  right: 15px;
  top: 50%;
  transform: translateY(50%);
  cursor: pointer;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  color: var(--bs-primary);
  line-height: 28px;
  margin-top: -20px;
  text-align: center;
  background: var(--bs-white);
  box-shadow: 0px 0px 0px 5px rgba(213, 226, 222, 0.4);
}

#singleMap .mapzoom-in,
#singleMap .mapzoom-out,
.home-map .mapzoom-in,
.home-map .mapzoom-out,
.fw-map .mapzoom-in,
.fw-map .mapzoom-out {
  position: absolute;
  right: 20px;
}

.map-container.column-map.right-pos-map .mapzoom-in,
.map-container.column-map.right-pos-map .mapzoom-out {
  right: 30px;
}

.map-container.column-map.left-pos-map .mapzoom-in,
.map-container.column-map.left-pos-map .mapzoom-out {
  left: 30px;
}

.mapzoom-in:before,
.mapzoom-out:before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  content: "\f068";
}

.mapzoom-in:before {
  content: "\f067";
}

.mapzoom-in {
  margin-top: -80px;
}

.mapnavigation {
  position: absolute;
  bottom: 50px;
  right: 7px;
  z-index: 30;
  width: 170px;
}

.mapnavigation a {
  width: 70px;
  padding: 8px 0;
  border-radius: 4px;
  color: var(--bs-white);
  float: left;
  margin-left: 10px;
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.4);
}

.mapnavigation a,
.mapzoom-in:hover,
.mapzoom-out:hover {
  background: var(--bs-dark);
}

.cluster img {
  display: none;
}

.cluster {
  width: 30px !important;
  height: 30px !important;
}

.cluster div {
  text-align: center;
  font-size: 13px !important;
  color: var(--bs-primary) !important;
  background: var(--bs-primary-bg-subtle);
  font-weight: 600;
  border-radius: 100%;
  width: 30px !important;
  height: 30px !important;
  line-height: 30px !important;
  box-shadow: 0px 0px 0px 4px rgba(9, 145, 250, 0.1);
  -webkit-box-shadow: 0px 0px 0px 4px rgba(9, 145, 250, 0.1);
  transition: all 100ms 3inear;
  animation: cluster-animation 1.5s infinite;
}

.cluster div:hover {
  background: var(--bs-primary);
  color: var(--bs-white) !important;
}

@keyframes cluster-animation {
  0%, 100% {
    box-shadow: 0px 0px 0px 4px rgba(9, 145, 250, 0.2);
  }
  50% {
    box-shadow: 0px 0px 0px 9px rgba(9, 145, 250, 0.2);
  }
}
.map-popup-wrap {
  position: relative;
}
.map-popup-wrap .infoBox-close {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-danger);
  color: var(--bs-white);
  cursor: pointer;
}

.map-list-wrap {
  position: relative;
}
.map-list-wrap .map-search-wrap {
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-body-bg);
  border-radius: 50px;
  padding: 0.3rem;
  border: 1px solid var(--bs-border-color);
}
.map-list-wrap .map-search-wrap .form-control {
  border: none;
  background: transparent;
  height: 42px;
  padding: 0.4rem 0.8rem;
}
.map-list-wrap .map-search-wrap .btn-search {
  width: 42px;
  height: 42px;
  border: 1px solid var(--bs-primary-border-subtle);
  background: var(--bs-primary-bg-subtle);
  color: var(--bs-primary);
  border-radius: 50%;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.map-list-wrap .map-search-wrap .btn-search:hover {
  border: 1px solid var(--bs-primary);
  background: var(--bs-primary);
  color: var(--bs-white);
}
.map-list-wrap .map-search-wrap .btn-search:focus {
  border: 1px solid var(--bs-primary);
  background: var(--bs-primary);
  color: var(--bs-white);
}
.map-list-wrap .map-search-wrap .btn-search:focus-visible {
  border: 1px solid var(--bs-primary);
  background: var(--bs-primary);
  color: var(--bs-white);
}
.map-list-wrap .btn-map-show {
  display: inline-flex;
  height: 48px;
  width: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--bs-dark), transparent 85%);
  background: var(--bs-body-bg);
  color: var(--bs-dark);
  font-size: 17px;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.map-list-wrap .btn-map-show:hover {
  border: 1px solid var(--bs-primary-border-subtle);
  background: var(--bs-primary-bg-subtle);
  color: var(--bs-primary);
}
.map-list-wrap .btn-map-show:focus {
  border: 1px solid var(--bs-primary-border-subtle);
  background: var(--bs-primary-bg-subtle);
  color: var(--bs-primary);
}
.map-list-wrap .btn-map-show:focus-visible {
  border: 1px solid var(--bs-primary-border-subtle);
  background: var(--bs-primary-bg-subtle);
  color: var(--bs-primary);
}
.map-list-wrap .btn-map-filter {
  display: inline-flex;
  height: 48px;
  width: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid color-mix(in srgb, var(--bs-dark), transparent 85%);
  background: var(--bs-body-bg);
  color: var(--bs-dark);
  font-size: 17px;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.map-list-wrap .btn-map-filter:hover {
  border: 1px solid var(--bs-primary-border-subtle);
  background: var(--bs-primary-bg-subtle);
  color: var(--bs-primary);
}
.map-list-wrap .btn-map-filter:focus {
  border: 1px solid var(--bs-primary-border-subtle);
  background: var(--bs-primary-bg-subtle);
  color: var(--bs-primary);
}
.map-list-wrap .btn-map-filter:focus-visible {
  border: 1px solid var(--bs-primary-border-subtle);
  background: var(--bs-primary-bg-subtle);
  color: var(--bs-primary);
}
.map-list-wrap .badge-selected {
  position: absolute;
  width: 20px;
  height: 20px;
  background: var(--bs-primary);
  color: var(--bs-white);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  top: -5px;
  right: -5px;
  z-index: 2;
}
.map-list-wrap .flaxio-small-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-body-bg);
  border: 2px solid var(--bs-border-color);
  height: 40px;
  padding: 0 24px;
  border-radius: 50px;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.map-list-wrap .flaxio-small-btn:hover {
  color: var(--bs-dark);
  border-color: var(--bs-dark);
}
.map-list-wrap .flaxio-small-btn:focus {
  color: var(--bs-dark);
  border-color: var(--bs-dark);
}
.map-list-wrap .flaxio-small-btn:focus-visible {
  color: var(--bs-dark);
  border-color: var(--bs-dark);
}
.map-list-wrap .flaxio-small-btn .count-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 5px;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  background: var(--bs-danger);
  font-size: 12px;
  font-weight: 500;
  color: var(--bs-white);
}
.map-list-wrap .flaxio-small-btn i.bi {
  line-height: 0;
}
.map-list-wrap .resultShorting.styles {
  width: 100%;
  position: relative;
}
.map-list-wrap .resultShorting.styles .select2-container .select2-selection--single {
  height: 40px;
  padding: 0 25px;
  justify-content: center;
  border: 2px solid var(--bs-border-color);
  border-radius: 50px;
}
.map-list-wrap .resultShorting.styles .select2-container .select2-selection--single .select2-selection__rendered {
  color: var(--bs-dark);
  padding-right: 6px;
}
.map-list-wrap .resultShorting.styles .select2-container .select2-selection--single .select2-selection__arrow {
  right: 12px;
}
.map-list-wrap .resultShorting.styles .select2-container .select2-selection--single .select2-selection__arrow b {
  border-color: var(--bs-dark) transparent transparent transparent;
}

/*----------------------------------------------
  Single Property Design 
----------------------------------------------*/
.propertyTitlename {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.propertyScrollphy .nav-pills .nav-link {
  font-size: 13px;
  padding: 0.4rem 0.55rem;
  font-weight: 500;
  margin: 0;
  color: color-mix(in srgb, var(--bs-dark), transparent 30%);
  background: transparent;
}
.propertyScrollphy .nav-pills .nav-link.active {
  color: var(--bs-primary) !important;
  background-color: transparent;
}

/*--------------- Single Property Design: Property Gallery Design ---------------*/
.gridGallery-01 {
  position: relative;
  display: grid;
  display: -ms-grid;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 2fr 1fr;
  -ms-grid-column-gap: 5px;
  grid-column-gap: 5px;
  -ms-grid-row-gap: 5px;
  grid-row-gap: 5px;
}
.gridGallery-01 .singleGal {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  cursor: zoom-in;
  grid-area: 1/1/2/3;
}
.gridGallery-01 .singleGal.acl {
  grid-area: 2/1/3/2;
}
.gridGallery-01 .singleGal.bcl {
  grid-area: 2/2/3/3;
}
.gridGallery-01 .singleGal.bla {
  grid-area: 1/1/2/3;
}
.gridGallery-01 .singleGal.clb {
  grid-area: 1/1/2/3;
}
.gridGallery-01 .singleGal .mfp-gallery {
  height: 100%;
  display: block;
  width: 100%;
}
.gridGallery-01 .singleGal .mfp-gallery .img-fluid {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

/*------------- Single Property Design: Property Block ------------*/
.propertySingleblock {
  display: block;
  overflow: hidden;
  border-radius: 0.5rem;
  background-color: var(--bs-body-bg);
}
.propertySingleblock .SingleblockHeader {
  padding: 0;
  border: none;
}
.propertySingleblock .SingleblockHeader .propertycollapseTitle {
  margin: 0;
  font-weight: 500;
  font-size: 18px;
  padding: 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.propertySingleblock .SingleblockHeader .block-title {
  margin: 0 0 15px;
  font-weight: 500;
  font-size: 18px;
}
.propertySingleblock.simple-border {
  border: 2px solid var(--bs-border-color);
}
.propertySingleblock.single-border {
  border-radius: 0;
  margin-bottom: 2rem;
  padding: 0 0 1.5rem;
  border-bottom: 1px solid color-mix(in srgb, var(--bs-dark), transparent 90%);
}
.propertySingleblock.single-border:last-child {
  margin: 0;
  border: none;
  padding-bottom: 0.5rem;
}

.propertycollapseTitle:after {
  font-family: "Font Awesome 5 Free";
  content: "\f106";
  position: relative;
  float: right;
  margin-right: 0px;
  transition: 0.2s ease-out;
  color: var(--bs-primary);
  background: var(--bs-primary-bg-subtle);
  width: 28px;
  height: 28px;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.collapsed .propertycollapseTitle:after {
  transform: rotate(180deg);
}

.allreviewsLists .singlereviews {
  margin-bottom: 2rem;
}

.allreviewsLists .singlereviews:last-child {
  margin-bottom: 0rem;
}

/*------------ Single Property Design: Progress Chart -----------*/
.Pricecart {
  width: 152px;
  height: 152px;
  margin: 0 auto;
}
.Pricecart .progress {
  width: 150px;
  height: 150px;
  line-height: 150px;
  background: none;
  box-shadow: none;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Pricecart .progress::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid var(--bs-primary-bg-subtle);
  position: absolute;
  top: 0;
  left: 0;
}
.Pricecart .progress .progress-left {
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.Pricecart .progress .progress-left .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0;
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  transform-origin: center left;
  border-color: var(--bs-primary);
  animation: loading-2 1.5s linear forwards 1.8s;
}
.Pricecart .progress .progress-right {
  right: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}
.Pricecart .progress .progress-right .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 12px;
  border-style: solid;
  position: absolute;
  top: 0;
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  transform-origin: center right;
  animation: loading-1 1.8s linear forwards;
  border-color: var(--bs-primary);
}
.Pricecart .progress .progress-value {
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: var(--bs-white);
  font-size: 18px;
  font-weight: 600;
  color: var(--bs-dark);
  line-height: 135px;
  text-align: center;
  position: absolute;
  top: 10%;
  left: 5%;
}
.Pricecart .progress .progress-value .progressIntity {
  line-height: 3;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@keyframes loading-1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(180deg);
  }
}
@keyframes loading-2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(144deg);
  }
}
@keyframes loading-3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(90deg);
  }
}
@keyframes loading-4 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(36deg);
  }
}
@keyframes loading-5 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(126deg);
  }
}
/*------ Single Property Design: Calendar ------*/
.rd-container.rd-container-attachment {
  right: 0 !important;
  left: 100%;
  max-width: 370px;
  box-shadow: 0 7px 20px 0 rgba(7, 152, 255, 0.09) !important;
  background-color: var(--bs-white);
  z-index: 2;
}

.rd-day-selected,
.rd-time-selected,
.rd-time-option:hover {
  cursor: pointer;
  background-color: var(--bs-primary);
  color: var(--bs-white);
}

/*------ Single Property Design: Sticky Property Info ------*/
.fixedfooter-desktop {
  position: fixed;
  bottom: -80px;
  left: 0px;
  right: 0px;
  z-index: 3;
  background: var(--bs-body-bg);
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 0px 8px 4px;
  transform: translateZ(-100%);
  opacity: 0;
  transition: 0.4s;
}
.fixedfooter-desktop.show {
  transform: translateZ(0px);
  bottom: 0;
  opacity: 1;
}

/*----------------------------------------------
  Inner Page Design 
----------------------------------------------*/
.single-paymntCardsoption .paymnt-line {
  border: 2px solid #ecf1f6;
  border-radius: 0.375rem;
  padding: 0.5rem 0.4rem 0.5rem 0.4rem;
}

.single-paymntCardsoption .paymnt-line.active {
  border-color: var(--bs-primary-bg-subtle);
}

.bs-stepper-header {
  display: flex;
  align-items: center;
}

.bs-stepper .line,
.bs-stepper-line {
  flex: 1 0 32px;
  min-width: 1px;
  min-height: 1px;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.12);
}

.bs-stepper .step-trigger:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.bs-stepper .step-trigger {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #6c757d;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: none;
  padding-top: 20px;
  border-radius: 0.25rem;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
}

.bs-stepper-label {
  display: inline-block;
  margin: 0.25rem;
}

.bs-stepper-circle {
  display: inline-flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  padding: 0.5em 0;
  margin: 0.25rem;
  color: var(--bs-primary);
  border: 4px solid #ffffff;
  background-color: var(--bs-primary-bg-subtle);
  border-radius: 50%;
}

.step.active .bs-stepper-circle {
  background: var(--bs-primary);
  color: #ffffff;
}

.step.completed .bs-stepper-circle {
  background: #4caf75;
  color: #ffffff;
}

/*----- Inner Page Design : Pricing Page ---*/
.pricingCaptions ul {
  padding: 0;
  margin: 0;
}
.pricingCaptions ul li {
  padding: 0.8rem 1rem;
  list-style: none;
  text-align: center;
  border-bottom: 1px dashed var(--bs-secondary-border-subtle);
}
.pricingCaptions ul li i {
  margin-right: 0.5rem;
}
.pricingCaptions ul li.active i {
  color: var(--bs-success);
}
.pricingCaptions ul li.deactive i {
  color: var(--bs-danger);
  opacity: 0.7;
}

/*---------- Inner Page Design : Compare Property ---------*/
.comp-property ul {
  padding: 0;
  margin: 0;
}
.comp-property ul li {
  font-size: 13px;
  font-weight: 500;
  list-style: none;
  padding: 12px 0;
  border-top: 1px solid var(--bs-border-color);
}

/*--------------------------------------------------
User Dashboard Design
---------------------------------------------------*/
/*---------- User Dashboard Design: Navigation Design --------------*/
.offcanvas .btn-closes {
  width: 30px;
  height: 30px;
  background: var(--bs-secondary);
  color: var(--bs-dark);
  border: 1px solid var(--bs-border-color);
  border-radius: 50%;
}
.offcanvas.offcanvas-menu .offcanvas-body {
  padding: 0rem 0 1rem;
}
.offcanvas.offcanvas-menu .offcanvas-body ul {
  padding: 0;
  margin: 0;
}
.offcanvas.offcanvas-menu .offcanvas-body ul li {
  width: 100%;
  display: block;
  list-style: none;
}
.offcanvas.offcanvas-menu .offcanvas-body ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: var(--bs-nav-color);
  position: relative;
  padding: 1rem 1.2rem;
  border-bottom: 1px solid var(--bs-border-color);
}
.offcanvas.offcanvas-menu .offcanvas-body ul li a .notti_coun {
  position: relative;
  align-items: flex-end;
  top: auto;
  right: auto;
  left: 65%;
}
.offcanvas.offcanvas-menu .offcanvas-body ul li a.active {
  background-color: var(--bs-primary-bg-subtle);
  border-color: var(--bs-primary-border-subtle);
  color: var(--bs-primary);
}
.offcanvas.offcanvas-menu .offcanvas-body ul li a.active:hover {
  background-color: var(--bs-primary-bg-subtle);
  border-color: var(--bs-primary-border-subtle);
  color: var(--bs-primary);
}
.offcanvas.offcanvas-menu .offcanvas-body ul li a.active:focus {
  background-color: var(--bs-primary-bg-subtle);
  border-color: var(--bs-primary-border-subtle);
  color: var(--bs-primary);
}
.offcanvas.offcanvas-menu .offcanvas-body ul li a.active:focus-visible {
  background-color: var(--bs-primary-bg-subtle);
  border-color: var(--bs-primary-border-subtle);
  color: var(--bs-primary);
}
.offcanvas.offcanvas-menu .offcanvas-body ul li a:hover {
  background-color: var(--bs-light);
  border-color: var(--bs-border-color);
  color: var(--bs-dark);
}
.offcanvas.offcanvas-menu .offcanvas-body ul li a:focus {
  background-color: var(--bs-light);
  border-color: var(--bs-border-color);
  color: var(--bs-dark);
}
.offcanvas.offcanvas-menu .offcanvas-body ul li a:focus-visible {
  background-color: var(--bs-light);
  border-color: var(--bs-border-color);
  color: var(--bs-dark);
}

/*---------- User Dashboard Design: Side Navigation Design --------------*/
.user-dashboard-inner {
  position: relative;
}
.user-dashboard-inner .dashboard_Menu ul {
  padding: 0;
  margin: 0;
}
.user-dashboard-inner .dashboard_Menu ul li {
  width: 100%;
  display: block;
  list-style: none;
}
.user-dashboard-inner .dashboard_Menu ul li a {
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  position: relative;
  padding: 1rem 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.user-dashboard-inner .dashboard_Menu ul li a .notti_coun {
  position: relative;
  align-items: flex-end;
  top: auto;
  right: auto;
  left: 60%;
}
.user-dashboard-inner .dashboard_Menu ul li a.active {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: var(--bs-white);
}
.user-dashboard-inner .dashboard_Menu ul li a.active:hover {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: var(--bs-white);
}
.user-dashboard-inner .dashboard_Menu ul li a.active:focus {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: var(--bs-white);
}
.user-dashboard-inner .dashboard_Menu ul li a.active:focus-visible {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: var(--bs-white);
}
.user-dashboard-inner .dashboard_Menu ul li a:hover {
  background-color: rgba(0, 0, 0, 0.09);
  border-color: rgba(0, 0, 0, 0.1);
  color: var(--bs-white);
}
.user-dashboard-inner .dashboard_Menu ul li a:focus {
  background-color: rgba(0, 0, 0, 0.09);
  border-color: rgba(0, 0, 0, 0.1);
  color: var(--bs-white);
}
.user-dashboard-inner .dashboard_Menu ul li a:focus-visible {
  background-color: rgba(0, 0, 0, 0.09);
  border-color: rgba(0, 0, 0, 0.1);
  color: var(--bs-white);
}

.mobuser-nav-tabs {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: var(--bs-body-bg);
}
.mobuser-nav-tabs ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobuser-nav-tabs ul li {
  flex: 0 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--bs-border-color);
}
.mobuser-nav-tabs ul li:last-child {
  border: none;
}
.mobuser-nav-tabs ul li a {
  padding: 0.9rem 0;
  width: 60px;
  text-align: center;
  font-size: 18px;
  color: var(--bs-secondary-text);
  position: relative;
}
.mobuser-nav-tabs ul li a .added-products {
  position: absolute;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 500;
  border-radius: 50%;
  top: 7px;
  right: 3px;
  color: var(--bs-white);
}

.dropzone {
  border: 2px dashed var(--bs-primary-border-subtle) !important;
  background-color: var(--bs-primary-bg-subtle);
  border-radius: 0.4rem;
}
.dropzone .dz-default.dz-message {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
.dropzone .dz-default.dz-message i.fa-solid.fa-images {
  font-size: 2rem;
  color: var(--bs-primary);
}

/*--------------------------------------------------
Footer Style
---------------------------------------------------*/
/*-------------------- Footer Style: Call To Action ---------------- */
.subscribeForm {
  width: 100%;
  background-color: var(--bs-light);
  border: 1px solid var(--bs-border-color);
  padding: 0.3rem;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.subscribeForm .form-control {
  background: transparent;
  border: none;
  height: 56px;
  font-weight: 500;
}
.subscribeForm .btn {
  height: 56px;
  padding: 0 2.5rem;
  font-size: 14px;
}
.subscribeForm.light {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.subscribeForm.light .form-control {
  background: transparent;
  color: var(--bs-white);
}
.subscribeForm.light .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.subscribeForm.light .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

/*-------------- Footer Style: Start Footer -------------*/
footer {
  color: var(--bs-footer-color);
  z-index: 1;
  font-size: 0.9rem;
  position: relative;
  background: var(--bs-body-bg);
  padding: 4.5rem 0 0 !important;
}
footer.skin-light-footer {
  background-color: var(--bs-body-bg);
}
footer.skin-light-footer .footer-widget {
  padding: 0px;
  color: var(--bs-footer-color);
}
footer.skin-light-footer .footer-widget .footerLogo {
  width: 100%;
  margin-bottom: 1.4rem;
}
footer.skin-light-footer .footer-widget .footerLogo img {
  max-width: 150px;
}
footer.skin-light-footer .footer-widget .footerText {
  width: 100%;
}
footer.skin-light-footer .footer-widget .widget-title {
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--bs-dark);
  font-weight: 500;
  text-transform: uppercase;
}
footer.skin-light-footer .footer-widget ul {
  padding: 0;
  margin: 0;
}
footer.skin-light-footer .footer-widget ul li {
  list-style: none;
  margin-top: 0.75rem;
  display: block;
}
footer.skin-light-footer .footer-widget ul li a {
  font-size: 0.9rem;
  font-weight: 400;
  color: var(--bs-footer-color);
}
footer.skin-light-footer .footer-widget ul li a:hover {
  color: var(--bs-primary);
}
footer.skin-light-footer .footer-widget ul li a:focus {
  color: var(--bs-primary);
}
footer.skin-light-footer .footer-widget ul li a:hactive {
  color: var(--bs-primary);
}
footer.skin-light-footer .footer-widget ul li p {
  color: var(--bs-footer-color);
  font-size: 13px;
}
footer.skin-light-footer .footer-widget .newsletter-wrap {
  background: var(--bs-light);
  border: 1px solid var(--bs-border-color);
  border-radius: 50px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer.skin-light-footer .footer-widget .newsletter-wrap .form-control {
  background: transparent;
  border: none;
  height: 56px;
  font-size: 15px;
  padding-left: 20px;
}
footer.skin-light-footer .footer-widget .newsletter-wrap .btn {
  height: 56px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 50px;
}
footer.skin-light-footer .container {
  position: relative;
}
footer.skin-light-footer .container .footer-bottom {
  margin-top: 45px;
  padding: 1.1rem 0;
}
footer.skin-light-footer .container .footer-bottom ul li .social-link {
  width: 27px;
  height: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-light);
  border-radius: 50%;
  font-size: 13px;
  color: color-mix(in srgb, var(--bs-footer-color), transparent 20%);
}
footer.skin-light-footer .container .footer-bottom ul li .social-link:hover {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
footer.skin-light-footer .container .footer-bottom ul li .social-link:focus {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
footer.skin-light-footer .container .footer-bottom ul li .social-link:focus-visible {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
footer.skin-light-footer .footer-links {
  width: 100%;
}
footer.skin-light-footer .footer-links .footer-menu {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 6px;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  flex-wrap: wrap;
  margin: 0;
}
footer.skin-light-footer .footer-social {
  width: 100%;
}
footer.skin-light-footer .footer-social ul li .social-link {
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--bs-dark);
  border-radius: 50%;
  font-size: 15px;
  color: var(--bs-white);
}
footer.skin-light-footer .footer-social ul li .social-link:hover {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
footer.skin-light-footer .footer-social ul li .social-link:focus {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
footer.skin-light-footer .footer-social ul li .social-link:focus-visible {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
footer.skin-dark-footer {
  background-color: var(--bs-dark-footer);
  color: rgba(250, 250, 250, 0.7);
}
footer.skin-dark-footer .footer-widget {
  padding: 0px;
  color: rgba(250, 250, 250, 0.7);
}
footer.skin-dark-footer .footer-widget .footerLogo {
  width: 100%;
  margin-bottom: 1.4rem;
}
footer.skin-dark-footer .footer-widget .footerLogo img {
  max-width: 150px;
}
footer.skin-dark-footer .footer-widget .footerText {
  width: 100%;
}
footer.skin-dark-footer .footer-widget .widget-title {
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--bs-white);
  font-weight: 500;
  text-transform: uppercase;
}
footer.skin-dark-footer .footer-widget ul {
  padding: 0;
  margin: 0;
}
footer.skin-dark-footer .footer-widget ul li {
  list-style: none;
  margin-top: 0.75rem;
  display: block;
}
footer.skin-dark-footer .footer-widget ul li a {
  font-size: 0.9rem;
  font-weight: 400;
  color: rgba(250, 250, 250, 0.7);
}
footer.skin-dark-footer .footer-widget ul li a:hover {
  color: var(--bs-white);
}
footer.skin-dark-footer .footer-widget ul li a:focus {
  color: var(--bs-white);
}
footer.skin-dark-footer .footer-widget ul li a:hactive {
  color: var(--bs-white);
}
footer.skin-dark-footer .footer-widget ul li p {
  color: rgba(250, 250, 250, 0.7);
  font-size: 13px;
}
footer.skin-dark-footer .footer-widget .newsletter-wrap {
  background: var(--bs-white);
  border: 1px solid var(--bs-white);
  border-radius: 50px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer.skin-dark-footer .footer-widget .newsletter-wrap .form-control {
  background: transparent;
  border: none;
  height: 56px;
  font-size: 15px;
  padding-left: 20px;
}
footer.skin-dark-footer .footer-widget .newsletter-wrap .btn {
  height: 56px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 50px;
}
footer.skin-dark-footer .container {
  position: relative;
}
footer.skin-dark-footer .container .footer-bottom {
  margin-top: 45px;
  border-color: rgba(255, 255, 255, 0.07) !important;
  padding: 1.1rem 0;
}
footer.skin-dark-footer .container .footer-bottom ul li .social-link {
  width: 27px;
  height: 27px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  font-size: 13px;
}
footer.skin-dark-footer .container .footer-bottom ul li .social-link:hover {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
footer.skin-dark-footer .container .footer-bottom ul li .social-link:focus {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
footer.skin-dark-footer .container .footer-bottom ul li .social-link:focus-visible {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
footer.skin-dark-footer .footer-links {
  width: 100%;
}
footer.skin-dark-footer .footer-links .footer-menu {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  row-gap: 6px;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  flex-wrap: wrap;
  margin: 0;
}
footer.skin-dark-footer .footer-links .footer-menu li {
  list-style: none;
}
footer.skin-dark-footer .footer-links .footer-menu li a {
  color: var(--bs-white);
  opacity: 0.8;
  transition: all ease 0.4s;
}
footer.skin-dark-footer .footer-links .footer-menu li a:hover {
  opacity: 1;
}
footer.skin-dark-footer .footer-links .footer-menu li a:focus {
  opacity: 1;
}
footer.skin-dark-footer .footer-links .footer-menu li a:focus-visible {
  opacity: 1;
}
footer.skin-dark-footer .footer-social {
  width: 100%;
}
footer.skin-dark-footer .footer-social ul li .social-link {
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  font-size: 15px;
  color: var(--bs-white);
}
footer.skin-dark-footer .footer-social ul li .social-link:hover {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
footer.skin-dark-footer .footer-social ul li .social-link:focus {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
footer.skin-dark-footer .footer-social ul li .social-link:focus-visible {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}

/*--------------------------------------------------
Responsiveness Start
---------------------------------------------------*/
@media all and (min-height: 600px) and (min-width: 767px) {
  .height-10 {
    height: 10vh;
  }
  .height-20 {
    height: 20vh;
  }
  .height-30 {
    height: 30vh;
  }
  .height-40 {
    height: 40vh;
  }
  .height-50 {
    height: 50vh;
  }
  .height-60 {
    height: 60vh;
  }
  .height-70 {
    height: 70vh;
  }
  .height-80 {
    height: 80vh;
  }
  .height-90 {
    height: 90vh;
  }
  .height-100 {
    height: 100vh;
  }
}
@media (min-width: 992px) {
  .filterButton {
    display: none;
  }
  .offcanvas.largeshow {
    position: relative;
    visibility: visible;
    border: none;
    z-index: 1;
    transform: translateX(0%) !important;
  }
  .searchingSidebar .offcanvas-header {
    display: none;
  }
  /*--------------- Single Property Gallery Styles --------------*/
  .gridGallery-01 {
    -ms-grid-columns: 2fr 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    -ms-grid-column-gap: 8px;
    grid-column-gap: 8px;
    -ms-grid-row-gap: 8px;
    grid-row-gap: 8px;
    max-height: 500px;
  }
  .gridGallery-01 .singleGal {
    grid-area: 1/1/3/2;
  }
  .gridGallery-01 .singleGal.acl {
    grid-area: 1/2/2/3;
  }
  .gridGallery-01 .singleGal.bcl {
    grid-area: 1/3/2/4;
  }
  .gridGallery-01 .singleGal.bla {
    grid-area: 2/2/3/3;
  }
  .gridGallery-01 .singleGal.clb {
    grid-area: 2/3/3/4;
  }
  .gridGallery-01 .singleGal .srctypl {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 28px;
    line-height: 50px;
    color: var(--bs-white);
    background-color: rgba(0, 0, 0, 0.3);
    pointer-events: none;
  }
  .sticky-lg-top.sdbar {
    top: 100px;
    z-index: 2;
  }
  /*------------ Half Map Design ------------*/
  .map-content-wrapper .map-wrapper {
    width: 40%;
    height: calc(100vh - 0px);
    position: sticky;
    top: 68px;
  }
  .map-content-wrapper .map-wrapper .offcanvas-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
    background-color: transparent !important;
  }
  .map-content-wrapper .map-list-wrap {
    width: 60%;
  }
  .agentsidsWrapper {
    margin-top: -180px;
  }
}
@media (min-width: 993px) {
  a.mobNavigation {
    display: none;
  }
  .head-shadow {
    box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
    -webkit-box-shadow: 0 5px 30px rgba(0, 22, 84, 0.1);
  }
  .header.head-border {
    border-bottom: 1px solid #e9ecef;
  }
  .hero-header.full-height {
    min-height: 650px;
    padding: 130px 0 56px;
  }
  .hero-header {
    min-height: 650px;
    padding: 120px 0 120px;
  }
  div#MobNav {
    display: block;
  }
  a.mobNavigation {
    display: none;
  }
  .header.header-fixed {
    border-bottom: none;
    background: var(--bs-body-bg);
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    transition: 0.2s ease-in;
    animation-duration: 0.5s;
    animation-name: slideInDown;
    box-shadow: 0 0.5rem 2rem -0.25rem hsla(224.29, 100%, 16.47%, 0.1);
    -webkit-box-shadow: 0 0.5rem 2rem -0.25rem hsla(224.29, 100%, 16.47%, 0.1);
  }
  .header.header-light.head-fixed {
    position: fixed;
    z-index: 99;
    width: 100%;
    transition: none !important;
    border-bottom: none;
    animation-name: none !important;
    box-shadow: 0 0.5rem 2rem -0.25rem hsla(224.29, 100%, 16.47%, 0.1);
    -webkit-box-shadow: 0 0.5rem 2rem -0.25rem hsla(224.29, 100%, 16.47%, 0.1);
  }
  .filter_search_opt {
    display: none;
  }
  .header.header-transparent {
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    z-index: 4;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .nav-brand .main-logo-logo {
    display: block;
  }
  .nav-brand .change-logo,
  [data-bs-theme=dark] .light-mode-item.change-logo,
  [data-bs-theme=dark] .dark-mode-item.change-logo {
    display: none;
  }
  .header-fixed .nav-brand .main-logo,
  [data-bs-theme=dark] .light-mode-item.main-logo,
  [data-bs-theme=dark] .dark-mode-item.main-logo {
    display: none;
  }
  .header-fixed .nav-brand .change-logo {
    display: inline-block;
  }
  .header-fixed .nav-brand .dark-mode-item.change-logo {
    display: none;
  }
  [data-bs-theme=dark] .header-light .nav-brand .dark-mode-item.change-logo {
    display: inline-block;
  }
  [data-bs-theme=dark] .header-light .nav-brand .light-mode-item.change-logo {
    display: none;
  }
  [data-bs-theme=dark] .header-fixed .nav-brand .dark-mode-item.change-logo {
    display: inline-block;
  }
  [data-bs-theme=dark] .header-fixed .nav-brand .light-mode-item.change-logo {
    display: none;
  }
  .nav-brand .mobile-logo {
    display: none;
  }
  .header.header-transparent.header-fixed {
    border-bottom: none;
    background: var(--bs-body-bg);
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
    transition: 0.2s ease-in;
    animation-duration: 0.5s;
    animation-name: slideInDown;
    box-shadow: 0 0.5rem 2rem -0.25rem hsla(224.29, 100%, 16.47%, 0.1);
    -webkit-box-shadow: 0 0.5rem 2rem -0.25rem hsla(224.29, 100%, 16.47%, 0.1);
  }
  /*------------ Header Theme Style -------------*/
  /*---- Style One --------*/
  .header.header-transparent .nav-menu > li > a {
    color: var(--bs-text-white);
  }
  .header.header-transparent.header-fixed .nav-menu > li > a {
    color: var(--bs-nav-color);
  }
  .header.header-transparent .nav-menu > li > a > .submenu-indicator > .submenu-indicator-chevron {
    border-color: var(--bs-text-white) transparent transparent transparent;
  }
  .header.header-transparent.header-fixed .nav-menu > li > a > .submenu-indicator > .submenu-indicator-chevron {
    border-color: var(--bs-nav-color) transparent transparent transparent;
  }
  .header.header-transparent.dark-nav .nav-menu > li > a,
  .header.header-transparent.dark-nav.header-fixed .nav-menu > li > a {
    color: var(--bs-nav-color);
    border-radius: 50px;
  }
  .header.header-transparent.dark-nav .nav-menu > .active > a,
  .header.header-transparent.dark-nav .nav-menu > li:focus > a,
  .header.header-transparent.dark-nav .nav-menu > li:hover > a {
    color: var(--bs-white);
    border-radius: 50px;
    background: var(--bs-primary);
  }
  .header.header-transparent.dark-nav.header-fixed .nav-menu > .active > a,
  .header.header-transparent.dark-nav.header-fixed .nav-menu > li:focus > a,
  .header.header-transparent.dark-nav.header-fixed .nav-menu > li:hover > a {
    color: var(--bs-primary);
    border-radius: 50px;
    background: var(--bs-primary-bg-subtle);
  }
  .header.header-transparent.dark-nav .nav-menu > li > a > .submenu-indicator > .submenu-indicator-chevron {
    border-color: var(--bs-nav-color) transparent transparent transparent;
  }
  .mobile_nav {
    display: none;
  }
  .mob-show {
    display: none;
  }
}
@media (min-width: 1024px) {
  .hero-header h1 {
    font-size: 2.8em;
    line-height: 1.31818182em;
  }
  .banner-space {
    padding: 120px 0 90px;
  }
  .hero-xl-header {
    padding: 200px 0px;
    min-height: 100vh;
    height: auto;
  }
}
@media (min-width: 1200px) {
  .hero-header.full-height {
    min-height: 700px;
    padding: 130px 0 56px;
  }
  .hero-header {
    min-height: 700px;
    padding: 120px 0 120px;
  }
  .hero-header.half {
    padding: 140px 0;
    min-height: 500px;
  }
  .hero-xl-header {
    padding: 220px 0px;
    min-height: 100vh;
    height: auto;
  }
  .h1,
  h1 {
    font-size: 3rem;
  }
  .h2,
  h2 {
    font-size: 2.5rem;
  }
  .hero-header h1 {
    font-size: 3.4em;
    line-height: 1.31818182em;
  }
}
@media (min-width: 1500px) {
  .headline {
    font-size: 3rem;
  }
  .h1,
  h1 {
    font-size: 3.4rem;
  }
  .h2,
  h2 {
    font-size: 2.8rem;
  }
  .fs-1 {
    font-size: 3.5rem !important;
  }
  .fs-2 {
    font-size: 2.2rem !important;
  }
  .hero-banner {
    padding: 7em 0 7em;
  }
  .banner-space {
    padding: 180px 0 110px;
  }
  .hero-header h1 {
    font-size: 3.5em;
    line-height: 1.2em;
  }
  .carousel-inner .carousel-item {
    padding: 6rem 0;
    height: 100vh;
    min-height: 650px;
  }
  .hero-header.full-height {
    min-height: 750px;
    padding: 180px 0 106px;
  }
  .hero-header {
    min-height: 750px;
    padding: 170px 0 170px;
  }
  .hero-header.half {
    padding: 150px 0;
    min-height: 550px;
  }
  .xl-heading {
    font-size: 4em;
    line-height: 1.31818182em;
  }
}
@media (min-width: 1920px) {
  .hero-header.full-height {
    min-height: 100vh;
    padding: 220px 0 146px;
  }
  .hero-header {
    min-height: 100vh;
    padding: 200px 0 200px;
  }
}
@media (max-width: 1200px) {
  .hero-banner {
    padding: 6em 0 6em;
  }
}
@media (max-width: 1023px) {
  .propertyTitle {
    font-size: 1rem;
  }
}
@media (max-width: 992px) {
  .nav-menu.nav-menu-social {
    display: none;
  }
  .header {
    padding: 10px 0;
    animation: none;
  }
  .account-drop .dropdown-menu ul li {
    margin-left: 0;
  }
  .nav-header {
    display: flex;
    align-items: center;
    float: left;
    width: 100%;
  }
  .navigation-portrait .nav-brand {
    margin-left: 0px;
    flex: 1;
    margin-top: 0;
  }
  .navigation-portrait .nav-brand .main-logo {
    display: none;
  }
  .navigation-portrait .nav-brand .change-logo {
    display: none;
  }
  .navigation-portrait .nav-brand .mobile-logo {
    display: block;
  }
  .nav-menu > li .nav-dropdown {
    box-shadow: none;
    padding: 0;
  }
  .nav-menu > li > .nav-dropdown:before {
    display: none;
  }
  .footer-widget {
    padding-top: 0;
  }
  footer.dark-footer,
  footer.skin-light-footer,
  footer.skin-dark-footer {
    padding-top: 60px;
  }
  ul.mobile_nav.dhsbrd {
    margin: 0;
  }
  .w-50 {
    width: 100% !important;
  }
  .dashboard-wrap {
    padding: 1.5rem !important;
  }
  .dashboard-content {
    padding: 0rem;
    margin: 0;
    flex: auto;
  }
  .dashboard-wrap #MobNav,
  .dashboard-wrap #MobNav {
    width: 100%;
  }
  .dashboard-nav {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    padding-bottom: 0px;
    margin-bottom: 1rem;
    overflow: auto;
    flex: auto !important;
    height: auto !important;
  }
  .map-banner-wrap {
    height: 100%;
    top: 0;
  }
  .map-banner-wrap .map-left-box {
    float: initial;
  }
  .map-banner-wrap .map-left-box .flt-wrap {
    float: initial;
    width: 100%;
    position: relative;
  }
  .map-banner-wrap .map-left-box .flt-wrap .home-map-container.fw-map {
    width: 100%;
    height: auto;
    position: relative;
    right: auto;
    z-index: 1;
    overflow: hidden;
  }
  .map-banner-wrap .map-left-box .flt-wrap .home-map-container.fw-map #map-main {
    position: relative;
    top: 0;
    left: 0;
    height: 400px;
    width: 100%;
    z-index: 1;
    overflow: hidden;
  }
  .map-banner-wrap .map-content-wrap {
    width: 100%;
    min-height: auto;
    float: initial;
  }
  .map-banner-wrap .map-content-wrap .map-content-bxo {
    padding: 1.5rem 1em 0;
  }
  .map-banner-wrap .map-content-wrap .map-content-list {
    padding: 0 1rem 1.5rem;
  }
  table {
    border: 0;
  }
  .table tr th,
  .table tr td {
    padding: 12px 10px;
    vertical-align: middle;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    border-bottom: 2px solid #e2e8ec;
    display: block;
    margin-bottom: 0.625em;
  }
  table td {
    border-bottom: 1px solid #e2e8ec;
    display: block;
    text-align: right;
  }
  table td::before {
    content: attr(data-label);
    float: left;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
  }
  table td:last-child {
    border-bottom: 0;
  }
  .navigation-portrait .nav-brand .dark-mode-item.mobile-logo {
    display: none;
  }
  [data-bs-theme=dark] .navigation-portrait .nav-brand .light-mode-item.mobile-logo {
    display: none;
  }
  [data-bs-theme=dark] .navigation-portrait .nav-brand .dark-mode-item.mobile-logo {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  a.nav-brand.static-logo {
    display: none;
  }
  .border-md-0 {
    border: none !important;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 35px;
  }
  h2 {
    line-height: 28px;
    font-size: 22px;
  }
  .smartSearch.round-pill {
    border-radius: 0.4rem;
  }
  .hero-header {
    padding: 4em 0 4em;
    min-height: 500px;
  }
  .fs-mob {
    font-size: 1rem !important;
  }
  .h-mob-auto {
    height: auto !important;
  }
  .footer-bottom .job-info-count-group {
    justify-content: flex-start;
    margin-top: 1rem;
  }
  .mob-full {
    width: 100%;
  }
  .devider-text {
    font-size: 12px;
  }
  #loginmodal .social-login .row .col {
    padding: 0 2px;
  }
  .search-wrap .fliore .nav-tabs.medium .nav-link {
    padding: 0.8rem 0.8rem;
  }
  .card-header.nds-block {
    display: block !important;
  }
  .bs-stepper .step-trigger {
    padding-top: 0px;
  }
  .mob-100 {
    width: 100% !important;
  }
  .nav-brand img {
    max-width: 125px;
    position: relative;
  }
  .border-sm-0 {
    border: none !important;
  }
  .smartSearch .form-search {
    border-right: none;
    border-top: 1px solid var(--bs-border-color);
  }
  .smartSearch .form-search.start {
    border: none;
  }
  .map-list-wrap .flaxio-small-btn {
    padding: 0 12px;
    font-size: 14px;
  }
  .map-list-wrap {
    position: relative;
  }
  .map-list-wrap .filteryo1 {
    flex: 1 1 auto !important;
  }
  .map-list-wrap .flexShorting {
    flex: 1 1 auto !important;
  }
  .map-list-wrap .savesearchy02 {
    flex: 1 1 auto !important;
  }
  .header .container {
    padding: 0px 20px;
  }
  .propertyGrid .propertyFooter .footCaps .location {
    margin-right: 0rem;
  }
}
@media (max-width: 600px) {
  .cols-4 .carousel-cell {
    width: 100%;
  }
  .search-wrap .nav-pills.medium .nav-link {
    padding: 0.6rem 0.8rem;
    margin-right: 6px;
    font-size: 12px;
  }
  .btn-lg {
    padding: 1em 2em;
    height: auto;
    font-size: 1.1em;
  }
}
@media (max-width: 575px) {
  .nav-brand {
    padding-right: 0px;
  }
  .smartSearch .form-search.btn-box {
    padding: 1.2rem 1rem;
    border-bottom: none;
  }
  .btn-flip-icon {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, -50%);
    margin-top: 0.5rem;
  }
  .nav-brand img {
    max-width: 130px;
    position: relative;
  }
  footer .position-absolute.bottom-0.start-0 img {
    width: 100%;
  }
  .footer-widget {
    padding-top: 0;
  }
  .fs-small {
    font-size: 0.9rem !important;
  }
}/*# sourceMappingURL=style.css.map */