@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
:root {
  --st-body: #f7f9fc;
  --st-white: #fff;
  --st-text: #555E72;
  --st-border: #FCFCFC;
  --st-bg: #fdf8e27d;
  --st-bg2: #F4F4F4;
  --st-box-shadow: 0px 1px 14px 0px rgba(0, 0, 0, 0.13);
  --bs-breadcrumb-divider: "";
  --bs-border-color: #f4f4f4;
  --st-primary: #16243e;
  --st-secondary: #f5881f;
  --st-black: #2C2C2C;
  --st-section-bg: #FDF8E2;
}

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: #16243E;
  --bs-secondary-rgb: #f5881f;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 44, 44, 44;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: #16243e;
  --bs-link-color: #183168;
  --bs-link-color-rgb: 24, 49, 104;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #47749d;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545 ;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--st-primary);
  --bs-btn-border-color: var(--st-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #408dcb;
  --bs-btn-hover-border-color: #4ba6ef;
  --bs-btn-focus-shadow-rgb: 107, 111, 200;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4ba6ef;
  --bs-btn-active-border-color: #387db3;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--st-primary);
  --bs-btn-disabled-border-color: var(--st-primary);
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #74788d;
  --bs-btn-border-color: #74788d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #636678;
  --bs-btn-hover-border-color: #5d6071;
  --bs-btn-focus-shadow-rgb: 137, 140, 158;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #5d6071;
  --bs-btn-active-border-color: #575a6a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #74788d;
  --bs-btn-disabled-border-color: #74788d;
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #2ab57d;
  --bs-btn-border-color: #2ab57d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #249a6a;
  --bs-btn-hover-border-color: #229164;
  --bs-btn-focus-shadow-rgb: 74, 192, 145;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #229164;
  --bs-btn-active-border-color: #20885e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #2ab57d;
  --bs-btn-disabled-border-color: #2ab57d;
}

.btn-info {
  --bs-btn-color: #fff;
  --bs-btn-bg: #4ba6ef;
  --bs-btn-border-color: #4ba6ef;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #408dcb;
  --bs-btn-hover-border-color: #3c85bf;
  --bs-btn-focus-shadow-rgb: 102, 179, 241;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #3c85bf;
  --bs-btn-active-border-color: #387db3;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #4ba6ef;
  --bs-btn-disabled-border-color: #4ba6ef;
}

.btn-warning {
  --bs-btn-color: #000;
  --bs-btn-bg: #ffbf53;
  --bs-btn-border-color: #ffbf53;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffc96d;
  --bs-btn-hover-border-color: #ffc564;
  --bs-btn-focus-shadow-rgb: 217, 162, 71;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffcc75;
  --bs-btn-active-border-color: #ffc564;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #ffbf53;
  --bs-btn-disabled-border-color: #ffbf53;
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #fd625e;
  --bs-btn-border-color: #fd625e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #d75350;
  --bs-btn-hover-border-color: #ca4e4b;
  --bs-btn-focus-shadow-rgb: 253, 122, 118;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ca4e4b;
  --bs-btn-active-border-color: #be4a47;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #fd625e;
  --bs-btn-disabled-border-color: #fd625e;
}

.btn-light {
  --bs-btn-color: #000;
  --bs-btn-bg: #e9e9ef;
  --bs-btn-border-color: #e9e9ef;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #c6c6cb;
  --bs-btn-hover-border-color: #bababf;
  --bs-btn-focus-shadow-rgb: 198, 198, 203;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #bababf;
  --bs-btn-active-border-color: #afafb3;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #e9e9ef;
  --bs-btn-disabled-border-color: #e9e9ef;
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #424649;
  --bs-btn-hover-border-color: #373b3e;
  --bs-btn-focus-shadow-rgb: 66, 70, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4d5154;
  --bs-btn-active-border-color: #373b3e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #212529;
  --bs-btn-disabled-border-color: #212529;
}

.btn-outline-primary {
  --bs-btn-color: var(--st-primary);
  --bs-btn-border-color: var(--st-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--st-primary);
  --bs-btn-hover-border-color: var(--st-primary);
  --bs-btn-focus-shadow-rgb: 81, 86, 190;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--st-primary);
  --bs-btn-active-border-color: var(--st-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--st-primary);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: var(--st-primary);
  --bs-gradient: none;
}

.btn-outline-secondary {
  --bs-btn-color: #74788d;
  --bs-btn-border-color: #74788d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #74788d;
  --bs-btn-hover-border-color: #74788d;
  --bs-btn-focus-shadow-rgb: 116, 120, 141;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #74788d;
  --bs-btn-active-border-color: #74788d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #74788d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #74788d;
  --bs-gradient: none;
}

.btn-outline-success {
  --bs-btn-color: #2ab57d;
  --bs-btn-border-color: #2ab57d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2ab57d;
  --bs-btn-hover-border-color: #2ab57d;
  --bs-btn-focus-shadow-rgb: 42, 181, 125;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2ab57d;
  --bs-btn-active-border-color: #2ab57d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #2ab57d;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #2ab57d;
  --bs-gradient: none;
}

.btn-outline-info {
  --bs-btn-color: #4ba6ef;
  --bs-btn-border-color: #4ba6ef;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #4ba6ef;
  --bs-btn-hover-border-color: #4ba6ef;
  --bs-btn-focus-shadow-rgb: 75, 166, 239;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #4ba6ef;
  --bs-btn-active-border-color: #4ba6ef;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #4ba6ef;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #4ba6ef;
  --bs-gradient: none;
}

.btn-outline-warning {
  --bs-btn-color: #ffbf53;
  --bs-btn-border-color: #ffbf53;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #ffbf53;
  --bs-btn-hover-border-color: #ffbf53;
  --bs-btn-focus-shadow-rgb: 255, 191, 83;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #ffbf53;
  --bs-btn-active-border-color: #ffbf53;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #ffbf53;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #ffbf53;
  --bs-gradient: none;
}

.btn-outline-danger {
  --bs-btn-color: #fd625e;
  --bs-btn-border-color: #fd625e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #fd625e;
  --bs-btn-hover-border-color: #fd625e;
  --bs-btn-focus-shadow-rgb: 253, 98, 94;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #fd625e;
  --bs-btn-active-border-color: #fd625e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fd625e;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #fd625e;
  --bs-gradient: none;
}

.btn-outline-light {
  --bs-btn-color: #e9e9ef;
  --bs-btn-border-color: #e9e9ef;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #e9e9ef;
  --bs-btn-hover-border-color: #e9e9ef;
  --bs-btn-focus-shadow-rgb: 233, 233, 239;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #e9e9ef;
  --bs-btn-active-border-color: #e9e9ef;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #e9e9ef;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e9e9ef;
  --bs-gradient: none;
}

.btn-outline-dark {
  --bs-btn-color: #212529;
  --bs-btn-border-color: #212529;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #212529;
  --bs-btn-hover-border-color: #212529;
  --bs-btn-focus-shadow-rgb: 33, 37, 41;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #212529;
  --bs-btn-active-border-color: #212529;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #212529;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #212529;
  --bs-gradient: none;
}

.btn-rounded {
  border-radius: 30px;
}

.action-panel {
  z-index: 999;
  right: 1rem;
  bottom: 6rem;
}

.btn-call .btn-call-action-ripple {
  background: rgb(42, 181, 125);
  width: 3.5rem;
  height: 3.5rem;
  padding: 1rem;
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  animation: btn-call-action-ripple 0.6s linear infinite;
  box-shadow: 0 4px 10px rgba(42, 181, 125, 0.2);
}
.btn-call .btn-call-action-ripple i {
  transition: 0.3s ease;
  font-size: 1.2rem;
}
.btn-call .btn-call-action-ripple:hover i {
  transform: rotate(135deg);
}

@keyframes btn-call-action-ripple {
  0% {
    box-shadow: 0 4px 10px rgba(42, 181, 125, 0.2), 0 0 0 0 rgba(42, 181, 125, 0.2), 0 0 0 5px rgba(42, 181, 125, 0.2), 0 0 0 10px rgba(42, 181, 125, 0.2);
  }
  100% {
    box-shadow: 0 4px 10px rgba(42, 181, 125, 0.2), 0 0 0 5px rgba(42, 181, 125, 0.2), 0 0 0 10px rgba(42, 181, 125, 0.2), 0 0 0 20px rgba(42, 181, 125, 0);
  }
}
.btn-zalo {
  box-shadow: 0 0 0 0 #2196F3;
  background-color: rgb(33, 150, 243);
  width: 3.75rem;
  height: 3.75rem;
  padding: 1rem;
  border-radius: 50%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-zalo img {
  width: 36px;
}

.st-back-to-top {
  background-color: var(--st-secondary);
  width: 50px;
  height: 50px;
  line-height: 40px;
  color: var(--st-white);
  font-size: 16px;
  position: fixed;
  display: inline-block;
  z-index: 999;
  right: 18px;
  bottom: 20px;
  transition: all 0.4s ease-in-out;
  border-radius: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.st-back-to-top:hover {
  background-color: var(--st-secondary);
  color: var(--st-white);
}
.st-back-to-top:hover img {
  animation: slideUp 600ms;
}
.st-back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}

@media (max-width: 575px) {
  .st-back-to-top {
    display: none;
  }
}
/* --------------------------------------------
    Template Default Fonts & Fonts Styles
 ---------------------------------------------- */
:root {
  --fs-base: 14px;
}

@media (min-width: 1200px) {
  :root {
    --fs-base: 15px;
  }
}
body {
  font-family: "Inter", sans-serif;
  font-size: var(--fs-base);
  font-weight: 400;
  line-height: 28px;
  color: var(--st-text);
  background-color: var(--st-body);
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  border: none;
  background-color: transparent;
  padding: 0;
}

input:focus {
  color: var(--st-white);
  outline: none;
}

input {
  color: var(--st-white);
}

/* Heading styles */
h1,
.fs-1 {
  font-size: calc(var(--fs-base) + 10px);
  font-weight: 600;
  line-height: 1.25;
  margin: 10px 0;
}

h2,
.fs-2 {
  font-size: calc(var(--fs-base) + 8px);
  font-weight: 600;
  line-height: 1.25;
  margin: 10px 0;
}

h3,
.fs-3 {
  font-size: calc(var(--fs-base) + 6px);
  font-weight: 600;
  line-height: 1.3;
  margin: 10px 0;
}

h4,
.fs-4 {
  font-size: calc(var(--fs-base) + 4px);
  font-weight: 600;
  line-height: 1.3;
  margin: 10px 0;
}

h5,
.fs-5 {
  font-size: calc(var(--fs-base) + 2px);
  font-weight: 500;
  line-height: 1.4;
  margin: 10px 0;
}

h6,
.fs-6 {
  font-size: calc(var(--fs-base) + 0px);
  font-weight: 500;
  line-height: 1.4;
  margin: 10px 0;
}

.big-heading h1 {
  font-size: calc(var(--fs-base) + 18px);
  font-weight: 600;
  line-height: 1.25;
  margin: 10px 0;
}

.big-heading h2 {
  font-size: calc(var(--fs-base) + 16px);
  font-weight: 600;
  line-height: 1.25;
  margin: 10px 0;
}

.big-heading h3 {
  font-size: calc(var(--fs-base) + 14px);
  font-weight: 600;
  line-height: 1.3;
  margin: 10px 0;
}

.big-heading h4 {
  font-size: calc(var(--fs-base) + 12px);
  font-weight: 600;
  line-height: 1.3;
  margin: 10px 0;
}

.big-heading h5 {
  font-size: calc(var(--fs-base) + 10px);
  font-weight: 500;
  line-height: 1.4;
  margin: 10px 0;
}

.big-heading h6 {
  font-size: calc(var(--fs-base) + 8px);
  font-weight: 500;
  line-height: 1.4;
  margin: 10px 0;
}

/* Body text */
p {
  font-size: var(--fs-base);
  font-weight: 400;
  line-height: 1.6;
  margin: 0px;
  transition: all 0.4s ease-in-out;
}

a {
  text-decoration: none;
  outline: none !important;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

span {
  margin: 0px;
}

.fs-xs {
  font-size: calc(var(--fs-base) - 4px);
}

.fs-sm {
  font-size: calc(var(--fs-base) - 2px);
}

.fs-base {
  font-size: var(--fs-base);
}

.text-torus {
  color: #eba22e !important;
}

.breadcrumb {
  --bs-breadcrumb-margin-bottom: 0;
  --bs-breadcrumb-font-size: calc(var(--fs-base) - 2px);
}

.breadcrumb-item + .breadcrumb-item::before,
.breadcrumb-item i {
  font-family: "FontAwesome";
  font-size: calc(var(--fs-base) - 4px);
}

.gt-breadcrumb-wrapper {
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.gt-breadcrumb-wrapper .gt-page-heading {
  position: relative;
  padding: 70px 0;
  z-index: 9;
}
@media (max-width: 991px) {
  .gt-breadcrumb-wrapper .gt-page-heading {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .gt-breadcrumb-wrapper .gt-page-heading {
    text-align: center;
    padding: 30px 0;
  }
}
.gt-breadcrumb-wrapper .gt-page-heading h1 {
  color: var(--st-white);
  font-size: 50px;
  position: relative;
  text-transform: capitalize;
  z-index: 9;
  font-weight: 800;
}
@media (max-width: 767px) {
  .gt-breadcrumb-wrapper .gt-page-heading h1 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .gt-breadcrumb-wrapper .gt-page-heading h1 {
    font-size: 40px;
  }
}
@media (max-width: 470px) {
  .gt-breadcrumb-wrapper .gt-page-heading h1 {
    font-size: 30px;
  }
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items {
  display: inline-flex;
  justify-content: center;
  margin-top: 20px;
  gap: 10px;
}
@media (max-width: 575px) {
  .gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items {
    margin-top: 15px;
  }
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li {
  color: var(--st-white);
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li a {
  color: var(--st-white);
  transition: all 0.4s ease-in-out;
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li a:hover {
  color: var(--st-primary);
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li a i {
  color: var(--st-primary);
  margin-right: 5px;
}
.gt-breadcrumb-wrapper .gt-page-heading .gt-breadcrumb-items li i {
  color: var(--st-white);
}

.numberOfLines-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.numberOfLines-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.numberOfLines-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.icon-sm {
  height: 2rem;
  width: 2rem;
  line-height: 2rem;
  font-size: 14px;
}

.icon-md {
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 22px;
}

.icon-lg {
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 1.5rem;
  text-align: center;
}

.icon-xl {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  font-size: 4rem;
}

.shadow-3dp {
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.14), 0 3px 3px -2px rgba(0, 0, 0, 0.2), 0 1px 8px 0 rgba(0, 0, 0, 0.12);
}

.about-wrapper .about-image {
  max-width: 518px;
  position: relative;
  margin-left: 100px;
}
@media (max-width: 1199px) {
  .about-wrapper .about-image {
    margin-left: 0;
    max-width: 1000px;
  }
}
.about-wrapper .about-image img {
  width: 100%;
  height: 100%;
}
.about-wrapper .about-image .about-image-2 {
  position: absolute;
  bottom: 0;
  left: 20px;
  z-index: 9;
}
@media (max-width: 575px) {
  .about-wrapper .about-image .about-image-2 {
    max-width: 150px;
  }
}
.about-wrapper .about-image .counter-box {
  position: absolute;
  writing-mode: vertical-rl;
  top: 50%;
  left: -100px;
  transform: translateY(-50%) rotate(180deg);
  display: grid;
  gap: 10px;
}
@media (max-width: 1199px) {
  .about-wrapper .about-image .counter-box {
    display: none;
  }
}
.about-wrapper .about-image .counter-box h2 {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 5px;
}
.about-wrapper .about-image .counter-box p {
  font-size: 20px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.about-wrapper .about-image .bar-shape {
  width: 502px;
  height: 88px;
  background-color: var(--st-secondary);
  opacity: 0.56;
  display: inline-block;
  position: absolute;
  bottom: 73px;
  left: -100px;
}
@media (max-width: 1399px) {
  .about-wrapper .about-image .bar-shape {
    bottom: 35px;
    left: -90px;
  }
}
@media (max-width: 1199px) {
  .about-wrapper .about-image .bar-shape {
    display: none;
  }
}
.about-wrapper .about-content ul {
  margin-top: 30px;
}
.about-wrapper .about-content ul li {
  font-size: 16px;
}
.about-wrapper .about-content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.about-wrapper .about-content ul li i {
  color: var(--st-secondary);
}
.about-wrapper .about-content .about-btn {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1199px) {
  .about-wrapper .about-content .about-btn {
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 25px;
  }
}
.about-wrapper .about-content .about-btn .call-info {
  display: flex;
  align-items: center;
  gap: 16px;
}
.about-wrapper .about-content .about-btn .call-info .icon {
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: var(--st-primary);
  border-radius: 50%;
  color: #fff;
}
.about-wrapper .about-content .about-btn .call-info .content span {
  display: inline-block;
  margin-bottom: 5px;
}

.about-section {
  position: relative;
  z-index: 9;
}
.about-section .right-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@-webkit-keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes rippleOne {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 40px rgba(244, 68, 56, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
    box-shadow: 0 0 0 0 rgba(244, 68, 56, 0);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(15deg);
  }
}
@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes spinner {
  to {
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-webkit-keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes letters-loading {
  0%, 75%, 100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }
  25%, 50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}
@keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes tpswing {
  0% {
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loaderspin {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes loaderpulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes rounded {
  50% {
    transform: rotate(20deg);
  }
}
@keyframes cir36 {
  100% {
    transform: rotate(360deg);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes float-bob-y {
  0% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes float-bob-x {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounce-x {
  -webkit-animation: bounce-x 7s infinite linear;
  animation: bounce-x 7s infinite linear;
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}
@keyframes rotated2 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@keyframes wave {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes translateY2 {
  0% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes translateX2 {
  0% {
    -webkit-transform: translateX(-30px);
    -moz-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    -o-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    -webkit-transform: translatXY(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes moving {
  0% {
    transform: translatey(0px);
  }
  20% {
    transform: translateX(-50px);
  }
  50% {
    transform: translatey(-40px);
  }
  100% {
    transform: translatey(0px);
  }
}
/*img-animation**********************/
.img-custom-anim-right {
  animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-right {
  0% {
    transform: translateX(5%);
    clip-path: inset(0 0 0 100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-left {
  animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
  opacity: 0;
}

@keyframes img-anim-left {
  0% {
    transform: translateX(-5%);
    clip-path: inset(0 100% 0 0);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
.img-custom-anim-top {
  animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
}

@keyframes img-anim-top {
  0% {
    transform: translateY(-5%);
    clip-path: inset(0 0 100% 0);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    clip-path: inset(0 0 0 0);
    opacity: 1;
  }
}
@keyframes animate-positive {
  0% {
    width: 0;
  }
}
@keyframes scale {
  0% {
    top: -1000px;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.animation-infinite {
  animation: ShapeAnim 50s linear infinite;
  height: 30px;
  width: 100%;
  background-repeat: repeat;
  overflow: hidden;
}

@keyframes ShapeAnim {
  0% {
    background-position: top left;
  }
  100% {
    background-position: top left 3000px;
  }
}
.splt-txt .whitespace {
  width: 8px;
}

.splt-txt.animated .char {
  -webkit-animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: fadeIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.splt-txt-bounce .whitespace {
  width: 20px;
}

@media (max-width: 991px) {
  .splt-txt-bounce .whitespace {
    width: 10px;
  }
}
.splt-txt-bounce.animated .char {
  -webkit-animation: bounceIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  animation: bounceIn 0.4s cubic-bezier(0.3, 0, 0.7, 1) both;
  -webkit-animation-delay: calc(30ms * var(--char-index));
  animation-delay: calc(30ms * var(--char-index));
}

.animation-delay-1 {
  -webkit-animation-delay: 0.1s !important;
  -moz-animation-delay: 0.1s !important;
  -ms-animation-delay: 0.1s !important;
  -o-animation-delay: 0.1s !important;
  animation-delay: 0.1s !important;
}

.animation-delay-2 {
  -webkit-animation-delay: 0.2s !important;
  -moz-animation-delay: 0.2s !important;
  -ms-animation-delay: 0.2s !important;
  -o-animation-delay: 0.2s !important;
  animation-delay: 0.2s !important;
}

.animation-delay-3 {
  -webkit-animation-delay: 0.3s !important;
  -moz-animation-delay: 0.3s !important;
  -ms-animation-delay: 0.3s !important;
  -o-animation-delay: 0.3s !important;
  animation-delay: 0.3s !important;
}

.animation-delay-4 {
  -webkit-animation-delay: 0.4s !important;
  -moz-animation-delay: 0.4s !important;
  -ms-animation-delay: 0.4s !important;
  -o-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}

.animation-delay-5 {
  -webkit-animation-delay: 0.5s !important;
  -moz-animation-delay: 0.5s !important;
  -ms-animation-delay: 0.5s !important;
  -o-animation-delay: 0.5s !important;
  animation-delay: 0.5s !important;
}

.animation-delay-6 {
  -webkit-animation-delay: 0.6s !important;
  -moz-animation-delay: 0.6s !important;
  -ms-animation-delay: 0.6s !important;
  -o-animation-delay: 0.6s !important;
  animation-delay: 0.6s !important;
}

.animation-delay-7 {
  -webkit-animation-delay: 0.7s !important;
  -moz-animation-delay: 0.7s !important;
  -ms-animation-delay: 0.7s !important;
  -o-animation-delay: 0.7s !important;
  animation-delay: 0.7s !important;
}

.animation-delay-8 {
  -webkit-animation-delay: 0.8s !important;
  -moz-animation-delay: 0.8s !important;
  -ms-animation-delay: 0.8s !important;
  -o-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}

.animation-delay-9 {
  -webkit-animation-delay: 0.9s !important;
  -moz-animation-delay: 0.9s !important;
  -ms-animation-delay: 0.9s !important;
  -o-animation-delay: 0.9s !important;
  animation-delay: 0.9s !important;
}

.animation-delay-10 {
  -webkit-animation-delay: 1s !important;
  -moz-animation-delay: 1s !important;
  -ms-animation-delay: 1s !important;
  -o-animation-delay: 1s !important;
  animation-delay: 1s !important;
}

.animation-delay-11 {
  -webkit-animation-delay: 1.1s !important;
  -moz-animation-delay: 1.1s !important;
  -ms-animation-delay: 1.1s !important;
  -o-animation-delay: 1.1s !important;
  animation-delay: 1.1s !important;
}

.animation-delay-12 {
  -webkit-animation-delay: 1.2s !important;
  -moz-animation-delay: 1.2s !important;
  -ms-animation-delay: 1.2s !important;
  -o-animation-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}

.animation-delay-13 {
  -webkit-animation-delay: 1.3s !important;
  -moz-animation-delay: 1.3s !important;
  -ms-animation-delay: 1.3s !important;
  -o-animation-delay: 1.3s !important;
  animation-delay: 1.3s !important;
}

.animation-delay-14 {
  -webkit-animation-delay: 1.4s !important;
  -moz-animation-delay: 1.4s !important;
  -ms-animation-delay: 1.4s !important;
  -o-animation-delay: 1.4s !important;
  animation-delay: 1.4s !important;
}

.animation-delay-15 {
  -webkit-animation-delay: 1.5s !important;
  -moz-animation-delay: 1.5s !important;
  -ms-animation-delay: 1.5s !important;
  -o-animation-delay: 1.5s !important;
  animation-delay: 1.5s !important;
}

.animation-delay-16 {
  -webkit-animation-delay: 1.6s !important;
  -moz-animation-delay: 1.6s !important;
  -ms-animation-delay: 1.6s !important;
  -o-animation-delay: 1.6s !important;
  animation-delay: 1.6s !important;
}

.animation-delay-17 {
  -webkit-animation-delay: 1.7s !important;
  -moz-animation-delay: 1.7s !important;
  -ms-animation-delay: 1.7s !important;
  -o-animation-delay: 1.7s !important;
  animation-delay: 1.7s !important;
}

.animation-delay-18 {
  -webkit-animation-delay: 1.8s !important;
  -moz-animation-delay: 1.8s !important;
  -ms-animation-delay: 1.8s !important;
  -o-animation-delay: 1.8s !important;
  animation-delay: 1.8s !important;
}

.animation-delay-19 {
  -webkit-animation-delay: 1.9s !important;
  -moz-animation-delay: 1.9s !important;
  -ms-animation-delay: 1.9s !important;
  -o-animation-delay: 1.9s !important;
  animation-delay: 1.9s !important;
}

.animation-delay-20 {
  -webkit-animation-delay: 2s !important;
  -moz-animation-delay: 2s !important;
  -ms-animation-delay: 2s !important;
  -o-animation-delay: 2s !important;
  animation-delay: 2s !important;
}

.animation-delay-21 {
  -webkit-animation-delay: 2.1s !important;
  -moz-animation-delay: 2.1s !important;
  -ms-animation-delay: 2.1s !important;
  -o-animation-delay: 2.1s !important;
  animation-delay: 2.1s !important;
}

.animation-delay-22 {
  -webkit-animation-delay: 2.2s !important;
  -moz-animation-delay: 2.2s !important;
  -ms-animation-delay: 2.2s !important;
  -o-animation-delay: 2.2s !important;
  animation-delay: 2.2s !important;
}

.animation-delay-23 {
  -webkit-animation-delay: 2.3s !important;
  -moz-animation-delay: 2.3s !important;
  -ms-animation-delay: 2.3s !important;
  -o-animation-delay: 2.3s !important;
  animation-delay: 2.3s !important;
}

.animation-delay-24 {
  -webkit-animation-delay: 2.4s !important;
  -moz-animation-delay: 2.4s !important;
  -ms-animation-delay: 2.4s !important;
  -o-animation-delay: 2.4s !important;
  animation-delay: 2.4s !important;
}

.animation-delay-25 {
  -webkit-animation-delay: 2.5s !important;
  -moz-animation-delay: 2.5s !important;
  -ms-animation-delay: 2.5s !important;
  -o-animation-delay: 2.5s !important;
  animation-delay: 2.5s !important;
}

.animation-delay-26 {
  -webkit-animation-delay: 2.6s !important;
  -moz-animation-delay: 2.6s !important;
  -ms-animation-delay: 2.6s !important;
  -o-animation-delay: 2.6s !important;
  animation-delay: 2.6s !important;
}

.animation-delay-27 {
  -webkit-animation-delay: 2.7s !important;
  -moz-animation-delay: 2.7s !important;
  -ms-animation-delay: 2.7s !important;
  -o-animation-delay: 2.7s !important;
  animation-delay: 2.7s !important;
}

.animation-delay-28 {
  -webkit-animation-delay: 2.8s !important;
  -moz-animation-delay: 2.8s !important;
  -ms-animation-delay: 2.8s !important;
  -o-animation-delay: 2.8s !important;
  animation-delay: 2.8s !important;
}

.animation-delay-29 {
  -webkit-animation-delay: 2.9s !important;
  -moz-animation-delay: 2.9s !important;
  -ms-animation-delay: 2.9s !important;
  -o-animation-delay: 2.9s !important;
  animation-delay: 2.9s !important;
}

.animation-delay-30 {
  -webkit-animation-delay: 3s !important;
  -moz-animation-delay: 3s !important;
  -ms-animation-delay: 3s !important;
  -o-animation-delay: 3s !important;
  animation-delay: 3s !important;
}

.animation-delay-31 {
  -webkit-animation-delay: 3.1s !important;
  -moz-animation-delay: 3.1s !important;
  -ms-animation-delay: 3.1s !important;
  -o-animation-delay: 3.1s !important;
  animation-delay: 3.1s !important;
}

.animation-delay-32 {
  -webkit-animation-delay: 3.2s !important;
  -moz-animation-delay: 3.2s !important;
  -ms-animation-delay: 3.2s !important;
  -o-animation-delay: 3.2s !important;
  animation-delay: 3.2s !important;
}

.animation-delay-33 {
  -webkit-animation-delay: 3.3s !important;
  -moz-animation-delay: 3.3s !important;
  -ms-animation-delay: 3.3s !important;
  -o-animation-delay: 3.3s !important;
  animation-delay: 3.3s !important;
}

.animation-delay-34 {
  -webkit-animation-delay: 3.4s !important;
  -moz-animation-delay: 3.4s !important;
  -ms-animation-delay: 3.4s !important;
  -o-animation-delay: 3.4s !important;
  animation-delay: 3.4s !important;
}

.animation-delay-35 {
  -webkit-animation-delay: 3.5s !important;
  -moz-animation-delay: 3.5s !important;
  -ms-animation-delay: 3.5s !important;
  -o-animation-delay: 3.5s !important;
  animation-delay: 3.5s !important;
}

.animation-delay-36 {
  -webkit-animation-delay: 3.6s !important;
  -moz-animation-delay: 3.6s !important;
  -ms-animation-delay: 3.6s !important;
  -o-animation-delay: 3.6s !important;
  animation-delay: 3.6s !important;
}

.animation-delay-37 {
  -webkit-animation-delay: 3.7s !important;
  -moz-animation-delay: 3.7s !important;
  -ms-animation-delay: 3.7s !important;
  -o-animation-delay: 3.7s !important;
  animation-delay: 3.7s !important;
}

.animation-delay-38 {
  -webkit-animation-delay: 3.8s !important;
  -moz-animation-delay: 3.8s !important;
  -ms-animation-delay: 3.8s !important;
  -o-animation-delay: 3.8s !important;
  animation-delay: 3.8s !important;
}

.animation-delay-39 {
  -webkit-animation-delay: 3.9s !important;
  -moz-animation-delay: 3.9s !important;
  -ms-animation-delay: 3.9s !important;
  -o-animation-delay: 3.9s !important;
  animation-delay: 3.9s !important;
}

.animation-delay-40 {
  -webkit-animation-delay: 4s !important;
  -moz-animation-delay: 4s !important;
  -ms-animation-delay: 4s !important;
  -o-animation-delay: 4s !important;
  animation-delay: 4s !important;
}

.animation-delay-41 {
  -webkit-animation-delay: 4.1s !important;
  -moz-animation-delay: 4.1s !important;
  -ms-animation-delay: 4.1s !important;
  -o-animation-delay: 4.1s !important;
  animation-delay: 4.1s !important;
}

.animation-delay-42 {
  -webkit-animation-delay: 4.2s !important;
  -moz-animation-delay: 4.2s !important;
  -ms-animation-delay: 4.2s !important;
  -o-animation-delay: 4.2s !important;
  animation-delay: 4.2s !important;
}

.animation-delay-43 {
  -webkit-animation-delay: 4.3s !important;
  -moz-animation-delay: 4.3s !important;
  -ms-animation-delay: 4.3s !important;
  -o-animation-delay: 4.3s !important;
  animation-delay: 4.3s !important;
}

.animation-delay-44 {
  -webkit-animation-delay: 4.4s !important;
  -moz-animation-delay: 4.4s !important;
  -ms-animation-delay: 4.4s !important;
  -o-animation-delay: 4.4s !important;
  animation-delay: 4.4s !important;
}

.animation-delay-45 {
  -webkit-animation-delay: 4.5s !important;
  -moz-animation-delay: 4.5s !important;
  -ms-animation-delay: 4.5s !important;
  -o-animation-delay: 4.5s !important;
  animation-delay: 4.5s !important;
}

.animation-delay-46 {
  -webkit-animation-delay: 4.6s !important;
  -moz-animation-delay: 4.6s !important;
  -ms-animation-delay: 4.6s !important;
  -o-animation-delay: 4.6s !important;
  animation-delay: 4.6s !important;
}

.animation-delay-47 {
  -webkit-animation-delay: 4.7s !important;
  -moz-animation-delay: 4.7s !important;
  -ms-animation-delay: 4.7s !important;
  -o-animation-delay: 4.7s !important;
  animation-delay: 4.7s !important;
}

.animation-delay-48 {
  -webkit-animation-delay: 4.8s !important;
  -moz-animation-delay: 4.8s !important;
  -ms-animation-delay: 4.8s !important;
  -o-animation-delay: 4.8s !important;
  animation-delay: 4.8s !important;
}

.animation-delay-49 {
  -webkit-animation-delay: 4.9s !important;
  -moz-animation-delay: 4.9s !important;
  -ms-animation-delay: 4.9s !important;
  -o-animation-delay: 4.9s !important;
  animation-delay: 4.9s !important;
}

.animation-delay-50 {
  -webkit-animation-delay: 5s !important;
  -moz-animation-delay: 5s !important;
  -ms-animation-delay: 5s !important;
  -o-animation-delay: 5s !important;
  animation-delay: 5s !important;
}

.box-icon {
  width: 48px;
  height: 48px;
  background: rgba(30, 159, 255, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}
.box-icon i {
  font-size: 16px;
  color: #1e9fff;
}

@media (max-width: 1199px) {
  .gt-breadcrumb-wrapper {
    display: none;
  }
}
.gt-breadcrumb-wrapper {
  background-image: url("../img/breadcrumb-bg.jpg");
}

.cta-check-wrapper .check-abode-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cta-check-wrapper .check-abode-items {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.cta-check-wrapper .check-abode-items .left-items {
  max-width: 640px;
}
.cta-check-wrapper .check-abode-items .right-items .client-info-box {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .cta-check-wrapper .check-abode-items .right-items .client-info-box {
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 25px;
  }
}
.cta-check-wrapper .check-abode-items .right-items .client-info-box .client-item {
  display: flex;
  align-items: center;
  gap: 24px;
}
.cta-check-wrapper .check-abode-items .right-items .client-info-box .client-item .thumb img {
  border-radius: 16px;
}
.cta-check-wrapper .cta-image-items {
  border-radius: 24px;
  position: relative;
  z-index: 9;
  padding: 348px 132px 48px;
}
@media (max-width: 1199px) {
  .cta-check-wrapper .cta-image-items {
    padding: 80px 30px 80px;
  }
}
.cta-check-wrapper .cta-image-items .text-line {
  position: absolute;
  top: 0;
  left: 22px;
  bottom: 0;
  color: #FFF9F6;
  font-family: "Inter", sans-serif;
  font-size: 100px;
  font-weight: 800;
  letter-spacing: -1px;
  opacity: 0.12;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.cta-check-wrapper .cta-image-items::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  border-radius: 24px;
  background: linear-gradient(279deg, rgba(22, 36, 62, 0) 6.9%, var(--Text-Primary, #16243E) 91.99%);
  z-index: -1;
}
.cta-check-wrapper .cta-image-items .cta-content h2 {
  color: var(--st-white);
}
.cta-check-wrapper .cta-image-items .cta-content p {
  color: var(--st-white);
  max-width: 705px;
  opacity: 0.8;
  margin-top: 15px;
}
.cta-check-wrapper .cta-image-items .cta-content .theme-btn {
  background-color: var(--st-primary);
  color: var(--st-primary);
  margin-top: 32px;
}
.cta-check-wrapper .cta-image-items .cta-content .theme-btn::before {
  background-color: var(--st-white);
}

.cta-check-section {
  position: relative;
  z-index: 9;
}
.cta-check-section .cta-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.cta-check-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--st-primary);
  top: 65%;
  z-index: -1;
}
.cta-check-section.bg-white-style::before {
  background-color: var(--st-white);
}

.cta-download-app-wrapper {
  border-radius: 32px;
  background-color: var(--st-primary);
  padding: 0 72px;
  padding-top: 70px;
  display: flex;
  justify-content: space-between;
  padding-right: 50px;
}
@media (max-width: 1199px) {
  .cta-download-app-wrapper {
    padding: 0 30px;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    text-align: center;
    padding-top: 50px;
  }
}
.cta-download-app-wrapper .content {
  max-width: 760px;
  width: 100%;
  margin-top: 10px;
  position: relative;
  z-index: 9;
}
.cta-download-app-wrapper .content .section-title .theme-btn {
  margin-top: 48px;
}
@media (max-width: 1199px) {
  .cta-download-app-wrapper .content .section-title .theme-btn {
    margin-top: 30px;
  }
}
.cta-download-app-wrapper .content .section-title .theme-btn::before {
  background-color: var(--st-secondary);
}
.cta-download-app-wrapper .content .section-title .theme-btn:hover {
  color: var(--st-white);
}
.cta-download-app-wrapper .thumb {
  margin-left: -70%;
}
@media (max-width: 1199px) {
  .cta-download-app-wrapper .thumb {
    margin-left: 0;
  }
}
.cta-download-app-wrapper .thumb img {
  width: 100%;
  height: 100%;
}

.cta-download-section {
  position: relative;
  z-index: 9;
}
.cta-download-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--st-primary);
  z-index: -1;
  top: 50%;
  height: initial;
}

.house-offer-box {
  margin-top: 30px;
  text-align: center;
  padding: 40px 20px;
  border-radius: 16px;
  background-color: var(--st-white);
  position: relative;
  z-index: 2;
  border: solid 1.5px #fff;
  transition: all 0.4s ease-in-out;
}
.house-offer-box .icon {
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid rgba(204, 206, 213, 0.24);
  font-size: 32px;
  text-align: center;
  color: var(--st-primary);
  margin: 0 auto;
  transition: all 0.4s ease-in-out;
}
.house-offer-box .content {
  margin-top: 20px;
}
.house-offer-box.style-2 {
  padding: 40px 18px;
}
.house-offer-box.style-2 .icon-1 {
  color: var(--st-primary);
  font-size: 45px;
  transition: all 0.4s ease-in-out;
}
.house-offer-box.style-2:hover {
  background-color: #FFF9F6;
}
.house-offer-box.style-2:hover .icon-1 {
  color: var(--st-secondary);
}
.house-offer-box:hover {
  border: solid 1.5px #E3572D;
}
.house-offer-box:hover .icon {
  background-color: var(--st-secondary);
  color: var(--st-white);
}

.gt-counter-wrapper {
  border-radius: 12px;
  background: var(--st-primary);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  padding: 45px 30px;
}
@media (max-width: 991px) {
  .gt-counter-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.gt-counter-wrapper .gt-counter {
  position: relative;
  width: 100%;
  text-align: center;
}
.gt-counter-wrapper h2 {
  font-size: 72px;
  color: var(--st-primary);
  font-weight: 800;
  letter-spacing: -1px;
}
@media (max-width: 575px) {
  .gt-counter-wrapper h2 {
    font-size: 50px;
  }
}
.gt-counter-wrapper p {
  font-size: 20px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: var(--st-primary);
  position: absolute;
  width: 100%;
  text-align: center;
  background-color: var(--st-primary);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 575px) {
  .gt-counter-wrapper p {
    font-size: 16px;
  }
}

.gt-counter-section {
  position: relative;
  z-index: 9;
}
.gt-counter-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #16243E;
  z-index: -1;
  height: 50%;
}
.gt-counter-section::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #F4F4F4;
  z-index: -1;
  top: 50%;
}

.video-bg-wrapper .logo-item {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
}
@media (max-width: 1199px) {
  .video-bg-wrapper .logo-item {
    flex-wrap: wrap;
    gap: 24px;
  }
}
.video-bg-wrapper .logo-item .logo-image {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(24px);
  padding: 16px 38px;
  height: 80px;
  transition: all 0.4s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.12);
}
.video-bg-wrapper .logo-item .logo-image:hover {
  border: 1px solid var(--st-secondary);
  border-radius: 100px;
}
.video-bg-wrapper .video-button {
  position: relative;
  background: rgba(227, 87, 45, 0.24);
  border: 2px solid var(--st-white);
  width: 148px;
  height: 148px;
  line-height: 148px;
  border-radius: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 300px;
}
@media (max-width: 1199px) {
  .video-bg-wrapper .video-button {
    margin-top: 30px;
  }
}
.video-bg-wrapper .video-button .video-btn {
  text-align: center;
  color: var(--st-white);
  display: inline-block;
  text-align: center;
  font-size: 24px;
  z-index: 999;
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 108px;
  height: 108px;
  line-height: 108px;
  background-color: var(--st-secondary);
  border-radius: 100%;
}

.video-bg-section {
  position: relative;
  z-index: 9;
}
.video-bg-section::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(180deg, #16243E 0%, rgba(22, 36, 62, 0) 100%);
  z-index: -1;
}

.footer-section {
  background: var(--st-primary);
}

.footer-wrapper {
  padding: 30px 0px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .footer-wrapper {
    padding: 20px 0px;
  }
}
.footer-wrapper .contact-info .box-icon i {
  color: #b6bed0;
}
.footer-wrapper .contact-info a {
  color: #fff;
}
.footer-wrapper .contact-info p.text-gray {
  color: #b6bed0;
}
.footer-wrapper .footer-left-items .footer-logo {
  margin-bottom: 20px;
  display: inline-block;
}
.footer-wrapper .footer-left-items .footer-text {
  color: var(--st-white);
  max-width: 522px;
}
.footer-wrapper .footer-left-items .footer-text-list {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 35px;
}
@media (max-width: 1199px) {
  .footer-wrapper .footer-left-items .footer-text-list {
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 25px;
  }
}
.footer-wrapper .footer-left-items .footer-text-list li {
  color: var(--st-white);
  opacity: 0.7;
  font-size: 18px;
  transition: all 0.4s ease-in-out;
}
.footer-wrapper .footer-left-items .footer-text-list li a {
  color: var(--st-white);
  opacity: 0.7;
}
.footer-wrapper .footer-left-items .footer-text-list li:hover {
  opacity: 1;
}
.footer-wrapper .footer-left-items .footer-text-list li:hover a {
  color: var(--st-primary);
  opacity: 1;
}
.footer-wrapper .foorer-right-items {
  margin-left: 20px;
}
.footer-wrapper .foorer-right-items h3 {
  font-size: 32px;
  color: var(--st-white);
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .footer-wrapper .foorer-right-items h3 {
    font-size: 26px;
  }
}
.footer-wrapper .foorer-right-items p {
  color: var(--st-white);
  opacity: 0.7;
}
.footer-wrapper .foorer-right-items form {
  position: relative;
  margin-top: 20px;
}
.footer-wrapper .foorer-right-items form input {
  border: none;
  width: 100%;
  background-color: var(--st-white);
  border-radius: 100px;
  padding: 22px 25px;
  color: var(--st-text);
  line-height: 1;
}
.footer-wrapper .foorer-right-items form .theme-btn {
  background-color: var(--st-secondary);
  color: var(--st-white);
  position: absolute;
  top: 4px;
  right: 5px;
}
.footer-wrapper .foorer-right-items form .theme-btn::before {
  background-color: var(--st-primary);
}
.footer-wrapper .foorer-right-items .footer-widget-items {
  margin-top: 30px;
}
.footer-wrapper .foorer-right-items .footer-widget-items .widget-head {
  margin-bottom: 24px;
}
.footer-wrapper .foorer-right-items .footer-widget-items .widget-head h4 {
  color: var(--st-white);
  font-weight: 800;
}
.footer-wrapper .foorer-right-items .footer-widget-items .list-area li {
  transition: all 0.4s ease-in-out;
  font-size: 18px;
}
.footer-wrapper .foorer-right-items .footer-widget-items .list-area li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-wrapper .foorer-right-items .footer-widget-items .list-area li a {
  color: #fff;
  opacity: 0.7;
}
.footer-wrapper .foorer-right-items .footer-widget-items .list-area li:hover {
  margin-left: 5px;
}
.footer-wrapper .foorer-right-items .footer-widget-items .list-area li:hover a {
  color: var(--st-primary);
  opacity: 1;
}

.footer-widget-wrapper {
  padding: 90px 0 120px;
}
@media (max-width: 1199px) {
  .footer-widget-wrapper {
    padding: 70px 0 100px;
  }
}
@media (max-width: 991px) {
  .footer-widget-wrapper {
    padding: 50px 0 80px;
  }
}
.footer-widget-wrapper .footer-widget-items {
  margin-top: 30px;
}
.footer-widget-wrapper .footer-widget-items .widget-head {
  margin-bottom: 30px;
}
.footer-widget-wrapper .footer-widget-items .widget-head h3 {
  color: var(--st-white);
  font-weight: 800;
}
.footer-widget-wrapper .footer-widget-items .footer-content {
  max-width: 500px;
}
.footer-widget-wrapper .footer-widget-items .footer-content.style-2 h3 {
  margin-bottom: 5px;
}
.footer-widget-wrapper .footer-widget-items .footer-content.style-2 p {
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}
.footer-widget-wrapper .footer-widget-items .footer-content.style-2 .social-icon {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}
.footer-widget-wrapper .footer-widget-items .footer-content.style-2 .social-icon span {
  color: var(--st-white);
  font-family: "Inter", sans-serif;
}
.footer-widget-wrapper .footer-widget-items .footer-content.style-2 .social-icon a {
  color: var(--st-white);
}
.footer-widget-wrapper .footer-widget-items .footer-content.style-2 .social-icon a:hover {
  color: var(--st-secondary);
}
.footer-widget-wrapper .footer-widget-items .footer-content form {
  position: relative;
  margin-top: 30px;
}
.footer-widget-wrapper .footer-widget-items .footer-content form input {
  border: none;
  width: 100%;
  background-color: var(--st-white);
  border-radius: 100px;
  padding: 19px 25px;
  color: var(--st-text);
  line-height: 1;
}
.footer-widget-wrapper .footer-widget-items .footer-content form .theme-btn {
  background-color: var(--st-secondary);
  color: var(--st-white);
  position: absolute;
  top: 4px;
  right: 5px;
  padding: 18px 26px;
}
.footer-widget-wrapper .footer-widget-items .footer-content form .theme-btn::before {
  background-color: var(--st-primary);
}
.footer-widget-wrapper .footer-widget-items .contact-list li {
  display: flex;
  gap: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 17px;
}
.footer-widget-wrapper .footer-widget-items .contact-list li i {
  color: var(--st-primary);
  line-height: 2;
}
.footer-widget-wrapper .footer-widget-items .contact-list li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widget-wrapper .footer-widget-items .contact-list li a {
  color: rgba(255, 255, 255, 0.7);
}
.footer-widget-wrapper .footer-widget-items .list-area li {
  transition: all 0.4s ease-in-out;
  font-size: 17px;
}
.footer-widget-wrapper .footer-widget-items .list-area li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widget-wrapper .footer-widget-items .list-area li a {
  color: #fff;
  opacity: 0.7;
}
.footer-widget-wrapper .footer-widget-items .list-area li:hover {
  margin-left: 5px;
}
.footer-widget-wrapper .footer-widget-items .list-area li:hover a {
  color: var(--st-primary);
  opacity: 1;
}
.footer-widget-wrapper .footer-middle-content {
  text-align: center;
  border-bottom: 1px solid rgba(204, 206, 213, 0.16);
  padding-bottom: 48px;
  margin-bottom: 20px;
}
.footer-widget-wrapper .footer-middle-content .footer-logo {
  margin-bottom: 40px;
}
.footer-widget-wrapper .footer-middle-content p {
  color: rgba(255, 255, 255, 0.7);
  max-width: 786px;
  margin: 0 auto;
}

.footer-bottom {
  border-top: 1.5px solid rgba(155, 155, 155, 0.24);
  z-index: 2;
  position: relative;
}
.footer-bottom p b {
  color: var(--st-secondary);
}

.footer-bottom-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-bottom-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }
}
.footer-bottom-wrapper .social-icon {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-bottom-wrapper .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--st-white);
}
.footer-bottom-wrapper .social-icon a:hover {
  background-color: var(--st-primary);
  color: var(--st-primary);
}
.footer-bottom-wrapper.style-2 {
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(48px);
  padding: 28px 40px;
}
@media (max-width: 1199px) {
  .footer-bottom-wrapper.style-2 {
    border-radius: 30px;
  }
}
@media (max-width: 575px) {
  .footer-bottom-wrapper.style-2 {
    justify-content: start;
  }
}
.footer-bottom-wrapper.style-2 .bottom-list {
  display: flex;
  align-items: center;
  gap: 35px;
}
@media (max-width: 1199px) {
  .footer-bottom-wrapper.style-2 .bottom-list {
    gap: 20px;
    flex-wrap: wrap;
  }
}
.footer-bottom-wrapper.style-2 .bottom-list li a {
  color: rgba(255, 255, 255, 0.88);
}
.footer-bottom-wrapper.style-2 .bottom-list li a:hover {
  color: var(--st-secondary);
}

.footer-copyright {
  background: #131e34;
}

@media (max-width: 1199px) {
  .footer-wrapper::before {
    display: none;
  }
  .footer-left-items .footer-logo {
    width: 100%;
    text-align: center;
  }
  .footer-wrapper .foorer-right-items {
    margin-left: 0px;
  }
  .footer-wrapper .foorer-right-items .footer-widget-items .widget-head {
    margin-bottom: 15px;
  }
  .footer-wrapper .foorer-right-items .footer-widget-items {
    margin-top: 0;
  }
  .footer-wrapper .foorer-right-items .footer-widget-items .list-area li:not(:last-child) {
    margin-bottom: 5px;
  }
  .footer-wrapper .foorer-right-items .footer-widget-items .list-area li a {
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .footer-bottom h2.company-text {
    font-size: 16px;
  }
  .footer-copyright {
    margin-bottom: 70px;
  }
}
@media (max-width: 1199px) {
  .menu-thumb {
    display: none !important;
  }
}

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.header-main .main-menu ul {
  margin-bottom: 0;
}
.header-main .main-menu ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  margin-inline-end: 25px;
}
.header-main .main-menu ul li:last-child {
  margin-inline-end: 0;
}
.header-main .main-menu ul li a {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  color: var(--st-white);
  font-family: "Inter", sans-serif;
  padding: 20px 0;
  text-align: left;
  position: relative;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out;
}
.header-main .main-menu ul li a i {
  margin-left: 4px;
  font-size: 14px;
}
.header-main .main-menu ul li a:hover {
  color: var(--st-secondary) !important;
}
.header-main .main-menu ul li .submenu {
  position: absolute;
  top: 115%;
  inset-inline-start: 0;
  min-width: 240px;
  background: var(--st-white);
  padding: 10px 0;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transform-origin: top center;
  color: var(--st-primary);
  transform: translateY(-10px);
  transition: all 0.4s ease-in-out;
  border-top: 3px solid var(--st-secondary);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.header-main .main-menu ul li .submenu li {
  display: block;
  width: 100%;
  margin: 0;
}
.header-main .main-menu ul li .submenu li a {
  position: relative;
  z-index: 11;
  font-size: 16px;
  font-weight: 600;
  line-height: 38px;
  padding: 5px 20px;
  padding-right: 22px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  white-space: nowrap;
}
.header-main .main-menu ul li .submenu li a:hover {
  color: var(--st-secondary) !important;
}
.header-main .main-menu ul li .submenu li:last-child a {
  border: none;
}
.header-main .main-menu ul li .submenu li .submenu {
  inset-inline-start: 100%;
  top: 0;
  visibility: hidden;
  opacity: 0;
}
.header-main .main-menu ul li .submenu li:hover > a {
  color: var(--st-secondary) !important;
  margin-left: 10px;
}
.header-main .main-menu ul li .submenu li:hover > a::after {
  color: var(--st-secondary);
}
.header-main .main-menu ul li .submenu li:hover > .submenu {
  -webkit-transform: translateY(1);
  -moz-transform: translateY(1);
  -ms-transform: translateY(1);
  -o-transform: translateY(1);
  transform: translateY(1);
  visibility: visible;
  opacity: 1;
}
.header-main .main-menu ul li .submenu li.has-dropdown > a::after {
  position: absolute;
  top: 50%;
  inset-inline-end: 25px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: var(--st-secondary);
}
.header-main .main-menu ul li .has-homemenu {
  width: 800px;
  padding: 30px 30px 10px 30px;
  opacity: 0;
  left: -250px;
  visibility: hidden;
  padding: 30px 30px 10px 30px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .header-main .main-menu ul li .has-homemenu .homemenu-items {
    flex-wrap: wrap;
  }
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb {
  position: relative;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  gap: 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
  margin-top: 20px;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn {
  padding: 8px 12px;
  color: initial;
  text-align: center;
  justify-content: center;
  margin-left: 12px;
  width: 90%;
  background-color: var(--st-secondary);
  color: var(--st-white);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb .demo-button .theme-btn:hover {
  background-color: var(--st-white);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .demo-button {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb:hover .homemenu-btn {
  opacity: 1;
  visibility: visible;
  bottom: 50%;
  transform: translateY(50%);
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-thumb img {
  width: 100%;
}
.header-main .main-menu ul li .has-homemenu .homemenu-items .homemenu .homemenu-title {
  text-align: center;
  margin: 15px auto;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.header-main .main-menu ul li:hover > a {
  color: var(--st-secondary);
}
.header-main .main-menu ul li:hover > a::after {
  color: var(--st-secondary);
}
.header-main .main-menu ul li:hover > .submenu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
}
.header-main .header-right {
  gap: 30px;
}
@media (max-width: 1399px) {
  .header-main .header-right {
    gap: 20px;
  }
}
.header-main .sidebar__toggle {
  cursor: pointer;
  font-size: 20px;
}

.header-dark {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background-color: #16243E;
  border-bottom: 1px solid rgba(204, 206, 213, 0.12);
}
.header-dark .container-fluid {
  padding: 0 155px;
}
@media (max-width: 1600px) {
  .header-dark .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .header-dark .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .header-dark .container-fluid {
    padding: 0 30px;
  }
}
.header-dark .header-logo-2 {
  display: none;
}
.header-dark .header-right .search-toggler {
  border-radius: 100px;
  border: 1px solid rgba(205, 206, 208, 0.32);
  width: 56px;
  height: 56px;
  line-height: 56px;
  border-radius: 50%;
  color: var(--st-white);
  text-align: center;
}
@media (max-width: 575px) {
  .header-dark .header-right .search-toggler {
    border: 1px none;
  }
}
.header-dark .header-right .theme-btn {
  border: 1px solid var(--st-primary);
  color: var(--st-white);
  background-color: transparent;
}
@media (max-width: 1199px) {
  .header-dark .header-right .theme-btn {
    display: none;
  }
}
.header-dark .header-right .theme-btn:hover {
  color: var(--st-primary);
}
.header-dark .header-main ul .submenu a {
  color: var(--st-primary);
}
.header-dark .sidebar__toggle {
  cursor: pointer;
}
.header-dark .sidebar__toggle .header-bar {
  position: relative;
  width: 40px;
  height: 11px;
}
@media (max-width: 470px) {
  .header-dark .sidebar__toggle .header-bar {
    width: 25px;
  }
}
.header-dark .sidebar__toggle .header-bar span {
  position: absolute;
  width: 100%;
  height: 2px;
  display: inline-block;
  transition: all 0.3s;
  left: 0;
  background: var(--st-white);
  overflow: hidden;
}
.header-dark .sidebar__toggle .header-bar span:first-child {
  top: 0;
  background: var(--st-white);
  left: 0;
  width: 40px;
}
@media (max-width: 470px) {
  .header-dark .sidebar__toggle .header-bar span:first-child {
    width: 25px;
  }
}
.header-dark .sidebar__toggle .header-bar span:last-child {
  bottom: 0;
  background: var(--st-white);
  width: 40px;
}
@media (max-width: 470px) {
  .header-dark .sidebar__toggle .header-bar span:last-child {
    width: 25px;
  }
}
.header-dark .sidebar__toggle .header-bar.active span:first-child {
  transform: rotate(45deg) translate(3px, 9px);
}
.header-dark .sidebar__toggle .header-bar.active span:nth-child(2) {
  opacity: 0;
}
.header-dark .sidebar__toggle .header-bar.active span:last-child {
  transform: rotate(-45deg) translate(3px, -9px);
}
.header-dark .sidebar__toggle .header-bar:hover {
  cursor: pointer;
}

.header-light {
  position: relative;
  border-bottom: none;
  background-color: transparent;
  -webkit-box-shadow: 0px 14px 20px rgba(0, 4, 94, 0.04);
  box-shadow: 0px 14px 20px rgba(0, 4, 94, 0.04);
}
.header-light .container-fluid {
  padding: 0 120px;
}
@media (max-width: 1600px) {
  .header-light .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .header-light .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .header-light .container-fluid {
    padding: 0 30px;
  }
}
.header-light .header-main .main-menu ul li a {
  color: #545a6d;
}
.header-light .header-main .main-menu ul li a i {
  margin-left: 4px;
  font-size: 14px;
}
.header-light .header-main .main-menu ul li a:hover {
  color: var(--st-secondary) !important;
}
.header-light .header-main .sidebar__toggle {
  color: #22427f;
  padding: 5px;
  border: 1px solid #21386b;
  border-radius: 5px;
  width: 38px;
  text-align: center;
}
.header-light .header-right .search-toggler {
  color: var(--st-primary);
}
.header-light .header-right .theme-btn {
  background-color: var(--st-primary) !important;
  color: var(--st-primary);
}
.header-light .header-right .theme-btn:hover {
  background-color: var(--st-primary);
  color: var(--st-white) !important;
  border: 1px solid var(--st-primary) !important;
}
.header-light .header-right .sidebar__toggle .header-bar span {
  background: var(--st-primary);
  overflow: hidden;
}
.header-light .header-right .sidebar__toggle .header-bar span:first-child {
  background: var(--st-primary);
}
.header-light .header-right .sidebar__toggle .header-bar span:last-child {
  background: var(--st-primary);
}

.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.9s;
  background-color: var(--st-white);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.sticky.header-dark .header-logo-2 {
  display: block;
}
.sticky.header-dark .header-logo {
  display: none;
}
.sticky.header-dark .header-main .main-menu ul li a {
  color: var(--st-primary);
}
.sticky.header-dark .header-main .main-menu ul li a i {
  margin-left: 4px;
  font-size: 14px;
}
.sticky.header-dark .header-main .main-menu ul li a:hover {
  color: var(--st-secondary) !important;
}
.sticky.header-dark .header-main .sidebar__toggle {
  color: var(--st-primary);
}
.sticky.header-dark .header-right .search-toggler {
  border: 1px solid rgba(0, 0, 0, 0.32);
  color: var(--st-primary);
}
@media (max-width: 575px) {
  .sticky.header-dark .header-right .search-toggler {
    border: 1px none;
  }
}
.sticky.header-dark .header-right .theme-btn {
  border: 1px solid var(--st-primary);
  color: var(--st-primary);
  background-color: transparent;
}
@media (max-width: 1199px) {
  .sticky.header-dark .header-right .theme-btn {
    display: none;
  }
}
.sticky.header-dark .header-right .theme-btn:hover {
  color: var(--st-primary);
}
.sticky.header-dark .sidebar__toggle .header-bar span {
  background: var(--st-primary);
  overflow: hidden;
}
.sticky.header-dark .sidebar__toggle .header-bar span:first-child {
  background: var(--st-primary);
}
.sticky.header-dark .sidebar__toggle .header-bar span:last-child {
  background: var(--st-primary);
}

.offcanvas__info {
  background: var(--st-white) none repeat scroll 0 0;
  border-left: 2px solid var(--st-secondary);
  position: fixed;
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(calc(100% + 80px));
  -moz-transform: translateX(calc(100% + 80px));
  -ms-transform: translateX(calc(100% + 80px));
  -o-transform: translateX(calc(100% + 80px));
  transform: translateX(calc(100% + 80px));
  -webkit-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  -moz-transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  transition: transform 0.45s ease-in-out, opacity 0.45s ease-in-out;
  z-index: 999999;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  scrollbar-width: none;
}
.offcanvas__info::-webkit-scrollbar {
  display: none;
}
.offcanvas__info .offcanvas__logo img {
  width: 130px;
}

.offcanvas__info.info-open {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.offcanvas__wrapper {
  position: relative;
  height: 100%;
  padding: 30px 30px;
}
.offcanvas__wrapper .offcanvas__content .text {
  color: var(--st-text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--st-secondary);
  position: relative;
  z-index: 9;
  cursor: pointer;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close i {
  color: var(--st-white);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul {
  margin-top: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li a {
  color: var(--st-text);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li:not(:last-child) {
  margin-bottom: 15px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon {
  margin-right: 20px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact ul li .offcanvas__contact-icon i {
  color: var(--st-secondary);
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact span {
  text-transform: initial;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .header-button .theme-btn {
  width: 100%;
  padding: 20px 40px;
  text-transform: capitalize !important;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon {
  margin-top: 30px;
  gap: 10px;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a {
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  display: block;
  background: #F4F4F4;
  color: var(--st-primary);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  border-radius: 50%;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__contact .social-icon a:hover {
  background-color: var(--st-primary);
  color: var(--st-white);
}

.offcanvas__overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #151515;
  z-index: 900;
  top: 0;
  opacity: 0;
  visibility: hidden;
  right: 0;
}

.offcanvas__overlay.overlay-open {
  opacity: 0.8;
  visibility: visible;
}

@media (max-width: 450px) {
  .offcanvas__info {
    width: 300px;
  }
}
@media (max-width: 575px) {
  .offcanvas__wrapper {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .header-main {
    justify-content: center;
  }
}
.mobile-toolbar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #f4f4f4;
  background-color: #fff;
  box-shadow: 0 14px 20px rgba(0, 4, 94, 0.04);
  z-index: 999;
}
.mobile-toolbar .mobile-toolbar-item {
  text-align: center;
}
.mobile-toolbar .mobile-toolbar-item .mobile-toolbar-icon {
  color: #1f3e69;
}
.mobile-toolbar .mobile-toolbar-item .mobile-toolbar-label {
  font-size: 9px;
  display: block;
  color: #5d6374;
}

.header-main .main-menu ul li a.active {
  color: var(--st-secondary);
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px var(--st-bg);
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}

.fix {
  overflow: hidden;
}

.ralt {
  position: relative;
}

.ripple {
  position: relative;
}
.ripple::before, .ripple::after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80px;
  height: 80px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  -webkit-animation: rippleOne 3s infinite;
  animation: rippleOne 3s infinite;
}
.ripple::before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}
.ripple::after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
}

.st-array-button {
  display: flex;
  align-items: center;
  gap: 14px;
}

.array-prev {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: var(--st-primary);
  color: var(--st-white);
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
}
.array-prev:hover {
  background-color: var(--st-primary);
  color: var(--st-white);
}

.array-next {
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: var(--st-primary);
  color: var(--st-white);
  transition: all 0.4s ease-in-out;
  border-radius: 50%;
}
.array-next:hover {
  background-color: var(--st-primary);
  color: var(--st-white);
}

.swiper-dot {
  padding-top: 50px;
  position: relative;
}
.swiper-dot .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transition: 0.6s;
  background-color: rgba(252, 252, 252, 0.7);
  opacity: 1;
  border-radius: 10px;
}
.swiper-dot .swiper-pagination-bullet:not(:last-child) {
  margin-right: 10px;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--st-primary);
  transition: 0.6s;
  position: relative;
}
.swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  position: absolute;
  width: 22px;
  height: 22px;
  line-height: 22px;
  top: -6px;
  left: -6px;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid var(--st-primary);
  content: "";
}

.bg-cover {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position: center;
}

.st-slide-transtion {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.st-brand-slide-element {
  width: auto;
  display: inline-block;
}

@media (max-width: 767px) {
  br {
    display: none;
  }
}

.sticky-style {
  position: sticky !important;
  top: 100px;
}

.page-nav-wrap {
  margin-top: 60px;
}
.page-nav-wrap ul li {
  display: inline-block;
}
.page-nav-wrap ul li.active .page-numbers {
  background-color: var(--st-secondary);
  color: var(--st-white);
}
.page-nav-wrap ul li .page-numbers {
  display: inline-block;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 0;
  background: #F4F4F4;
  color: var(--st-primary);
  font-weight: 400;
  transition: all 0.3s ease-in-out;
  margin: 0 2px;
  border-radius: 50%;
  font-family: "Inter", sans-serif;
}
.page-nav-wrap ul li .page-numbers.current {
  background-color: var(--st-secondary);
  color: var(--st-white);
}
@media (max-width: 767px) {
  .page-nav-wrap ul li .page-numbers {
    margin-top: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.page-nav-wrap ul li .page-numbers i {
  margin-top: 2px;
  color: var(--st-primary);
  transition: all 0.4s ease-in-out;
}
.page-nav-wrap ul li .page-numbers:hover {
  background-color: var(--st-secondary);
  color: var(--st-white);
}
.page-nav-wrap ul li .page-numbers:hover i {
  color: var(--st-white);
}

.swiper.imgSlider {
  position: relative;
  bottom: 50px;
  left: 24%;
}
@media (max-width: 1199px) {
  .swiper.imgSlider {
    bottom: 110px;
  }
}
@media (max-width: 991px) {
  .swiper.imgSlider {
    bottom: 120px;
  }
}
@media (max-width: 575px) {
  .swiper.imgSlider {
    bottom: 63px;
  }
}

.hero-3 {
  position: relative;
  z-index: 9;
  padding: 20px 0px;
}
.hero-3::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #224589;
  width: 68%;
  z-index: -1;
}
@media (max-width: 1399px) {
  .hero-3::before {
    width: 100%;
  }
}
.hero-3 .left-shape {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
}
.hero-3 .left-shape img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1199px) {
  .hero-3 .left-shape {
    display: none;
  }
}
.hero-3 .bottom-shape {
  position: absolute;
  bottom: 0;
  left: 36%;
}
@media (max-width: 1199px) {
  .hero-3 .bottom-shape {
    display: none;
  }
}
.hero-3 .top-shape {
  position: absolute;
  left: 48%;
  top: 67px;
}
@media (max-width: 1199px) {
  .hero-3 .top-shape {
    display: none;
  }
}
.hero-3 .container-fluid {
  padding: 0 150px;
}
@media (max-width: 1600px) {
  .hero-3 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 1399px) {
  .hero-3 .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 1199px) {
  .hero-3 .container-fluid {
    padding: 0 30px;
  }
}
.hero-3 .hero-content h5 {
  position: relative;
  color: var(--st-primary);
  margin-bottom: 20px;
}
.hero-3 .hero-content h5::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  width: 64px;
  height: 64px;
  text-align: center;
  background-color: rgba(227, 87, 45, 0.16);
  top: -20px;
  left: -24px;
}
.hero-3 .hero-content h1 {
  color: var(--st-white);
  margin-bottom: 20px;
  font-size: 60px;
}
@media (max-width: 575px) {
  .hero-3 .hero-content h1 {
    font-size: 28px;
  }
}
@media (max-width: 1199px) {
  .hero-3 .hero-content h1 {
    font-size: 42px;
  }
}
@media (max-width: 991px) {
  .hero-3 .hero-content h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .hero-3 .hero-content h1 {
    font-size: 34px;
  }
}
@media (max-width: 575px) {
  .hero-3 .hero-content h1 {
    font-size: 28px;
  }
}
.hero-3 .hero-content p {
  color: rgba(255, 255, 255, 0.7);
  max-width: 773px;
}
.hero-3 .hero-content .hero-button {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 48px;
}
@media (max-width: 1199px) {
  .hero-3 .hero-content .hero-button {
    flex-wrap: wrap;
    margin-top: 20px;
  }
}
.hero-3 .hero-content .hero-button .theme-btn {
  background-color: var(--st-secondary);
  color: var(--st-white);
}
.hero-3 .hero-content .hero-button .theme-btn::before {
  background-color: var(--st-white);
}
.hero-3 .hero-content .hero-button .theme-btn:hover {
  color: var(--st-primary);
}
.hero-3 .hero-content .hero-button .theme-btn.border-btn {
  border: 1px solid var(--st-white);
  background-color: transparent;
}
.hero-3 .hero-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.hero-3 .small-image {
  max-width: 100px;
}
.hero-3 .small-image img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

@keyframes heroBackOne {
  0% {
    height: 0;
  }
  100% {
    height: 590%;
  }
}
@keyframes heroBackTwo {
  0% {
    height: 0;
  }
  100% {
    height: 290%;
  }
}
@keyframes heroBackThree {
  0% {
    height: 0;
  }
  100% {
    height: 470%;
  }
}
@keyframes moveBack {
  0% {
    background-position: center center;
  }
  50% {
    background-position: center 20%;
  }
  100% {
    background-position: center center;
  }
}
.ts-hero {
  color: #f5f5f5;
  background-color: var(--st-primary);
  min-height: 450px;
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 0;
  padding: 3rem 0;
}
.ts-hero:before {
  position: absolute;
  display: block;
  content: "";
  background-color: var(--st-primary);
  opacity: 0.75;
  height: 590%;
  width: 75%;
  bottom: -249%;
  left: -46%;
  transform: rotate(-48deg);
  z-index: 1;
  box-shadow: 29px -26px 43px -1px rgba(0, 0, 0, 0.5);
  animation: heroBackOne 0.5s 0.25s backwards;
}
.ts-hero .ts-hero-bg {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.ts-hero .ts-hero-bg:before {
  position: absolute;
  display: block;
  content: "";
  background-color: var(--st-primary);
  opacity: 0.9;
  height: 290%;
  width: 71%;
  bottom: -140%;
  left: -43%;
  transform: rotate(-33deg);
  z-index: 3;
  box-shadow: 28px 10px 43px -1px rgba(0, 0, 0, 0.5);
  animation: heroBackTwo 0.5s 0.5s backwards;
}
.ts-hero .ts-hero-bg:after {
  position: absolute;
  display: block;
  content: "";
  background-color: var(--st-primary);
  opacity: 0.8;
  height: 470%;
  width: 46%;
  bottom: -232%;
  right: 0;
  transform: rotate(52deg);
  z-index: 4;
  box-shadow: -33px -22px 43px -1px rgba(0, 0, 0, 0.53);
  animation: heroBackThree 0.5s 0.35s backwards;
}
.ts-hero .container {
  position: relative;
  z-index: 5;
}
.ts-hero .ts-hero-img {
  position: relative;
  margin: 40px 0 0 40px;
  padding: 0;
}
.ts-hero .ts-hero-img .ts-hero-img-slider {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.ts-hero .carousel .carousel-inner {
  overflow: visible;
}
.ts-hero .carousel .carousel-inner .carousel-item .carousel-caption {
  position: static;
  text-align: left;
}
.ts-hero .ts-hero-material-text-container {
  margin: 0 auto;
}
.ts-hero .ts-hero-material-text-container .ts-hero-material-title {
  text-align: center;
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  padding: 1.6rem;
  margin-left: -10000px;
  padding-left: 10000px;
  z-index: 6;
  margin-bottom: 40px;
}
.ts-hero .ts-hero-material-text-container .ts-hero-material-title h1 {
  margin: 0 0 1.8rem;
  font-size: 30px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
}
.ts-hero .ts-hero-material-text-container .ts-hero-material-title h1 strong {
  font-weight: 300;
}
.ts-hero .ts-hero-material-text-container .ts-hero-material-title h2 {
  color: #acd8fa;
  text-shadow: 2px 2px 0 black;
  margin: 0;
  font-weight: 200;
}
.ts-hero .ts-hero-material-text-container .ts-hero-material-list {
  list-style: none;
  padding: 0;
}
.ts-hero .ts-hero-material-text-container .ts-hero-material-list li {
  display: table;
}
.ts-hero .ts-hero-material-text-container .ts-hero-material-list li .ts-list-icon {
  display: table-cell;
  vertical-align: middle;
}
.ts-hero .ts-hero-material-text-container .ts-hero-material-list li .ts-list-icon .b-icon {
  background: var(--st-primary);
}

.portal-box-thumbs .portal-thumb {
  overflow: hidden;
  position: relative;
}
.portal-box-thumbs .portal-thumb img {
  width: 100%;
  height: 185px;
  border-radius: 8px;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.portal-box-thumbs .portal-thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.portal-box-thumbs:hover .portal-thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.portal-box-thumbs:hover .portal-thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

@media (max-width: 575px) {
  .blog-card {
    display: flex;
    align-items: center;
  }
  .blog-card .portal-box-thumbs {
    flex-shrink: 0 !important;
    width: 100px;
    padding-left: 10px;
  }
  .blog-card .portal-box-thumbs .portal-thumb img {
    width: calc(100% - 10px);
    height: auto;
  }
  .blog-card .portal-box-thumbs .portal-thumb img:first-child {
    display: none;
  }
  .blog-card .blog-card-content {
    flex-grow: 1 !important;
    padding-left: 5px !important;
  }
  .blog-card .read-more {
    display: none;
  }
}
.widget-title .hr-line {
  height: 2px;
  background-color: #fff8f2;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.widget-title .hr-line::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  top: 0;
  background-color: var(--bs-primary);
}

.sidebar-posts li + li {
  border-top: 1px solid rgba(233, 233, 233, 0.5);
}

.sidebar-posts li .thumbnail {
  width: 90px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.sidebar-posts li .thumbnail img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sidebar-posts li .thumbnail img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.widget-nav li a {
  color: #5d6374;
}

.widget-nav li.active a,
.widget-nav li a:hover {
  color: var(--bs-primary);
}

.widget-nav li.active .total-count,
.widget-nav li a:hover .total-count {
  background-color: #6eb356;
  color: #fff;
}

.widget-nav li a .total-count {
  min-width: 32px;
  height: 32px;
  padding: 4px;
  border-radius: 5px;
  background-color: #fafafa;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.blog-details-content .hr-line {
  height: 2px;
  background-color: rgba(233, 233, 233, 0.5);
}

.blog-details-content .hr-line::before {
  content: "";
  position: absolute;
  width: 80px;
  height: 2px;
  left: 0;
  top: 0;
  background-color: var(--bs-primary);
}

.section-content p {
  margin: 0.5rem 0px;
}
.section-content h1,
.section-content h2,
.section-content h3,
.section-content h4,
.section-content h5,
.section-content h6 {
  margin-top: 15px;
  margin-bottom: 10px;
}
.section-content img {
  max-width: 100%;
  height: auto !important;
}

.preloader {
  align-items: center;
  cursor: default;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .animation-preloader {
  z-index: 1000;
}
.preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--st-secondary);
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .spinner {
    width: 7.5em;
    height: 7.5em;
    margin: 0 auto 1.5em auto;
  }
}
.preloader .animation-preloader .txt-loading {
  font: bold 5em "Inter", sans-serif, "Inter", sans-serif;
  text-align: center;
  user-select: none;
}
@media (max-width: 767px) {
  .preloader .animation-preloader .txt-loading {
    font-size: 2.5em;
  }
}
.preloader .animation-preloader .txt-loading .letters-loading {
  color: var(--st-secondary);
  position: relative;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}
.preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}
.preloader .animation-preloader .txt-loading .letters-loading::before {
  animation: letters-loading 4s infinite;
  color: var(--st-primary);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  font-family: "Inter", sans-serif;
  position: absolute;
  top: -3px;
  transform: rotateY(-90deg);
}
.preloader p {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 8px;
  color: var(--st-secondary);
}
.preloader .loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
}
.preloader .loader .row {
  height: 100%;
}
.preloader .loader .loader-section {
  padding: 0px;
}
.preloader .loader .loader-section .bg {
  background-color: #F4F4F4;
  height: 100%;
  left: 0;
  width: 100%;
  transition: all 800ms cubic-bezier(0.77, 0, 0.175, 1);
}
.preloader.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
.preloader.loaded .loader-section .bg {
  width: 0;
  transition: 0.7s 0.3s allcubic-bezier(0.1, 0.1, 0.1, 1);
}

.listing-wrapper {
  margin-left: -3%;
  margin-right: -10%;
}
@media (max-width: 1600px) {
  .listing-wrapper {
    margin-left: -15%;
    margin-right: -15%;
  }
}
@media (max-width: 1199px) {
  .listing-wrapper {
    margin-left: 0;
    margin-right: 0;
  }
}

.listing-box-items {
  position: relative;
  background-color: color-mix(in srgb, var(--st-primary), transparent 95%);
  border-radius: 10px;
}
.listing-box-items .listing-thumb {
  overflow: hidden;
  position: relative;
  border-radius: 10px 10px 0px 0px;
}
.listing-box-items .listing-thumb img {
  width: 100%;
  height: 200px;
  border-radius: 10px 10px 0px 0px;
  position: relative;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.listing-box-items .listing-thumb img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.listing-box-items .listing-thumb .listing-price-box {
  border-radius: 10px;
  display: inline-block;
  background-color: rgba(224, 60, 87, 0.75);
  padding: 5px 14px;
  color: #ffffff;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 14px;
  font-weight: 600;
  z-index: 9;
}
.listing-box-items .listing-thumb .listing-image-count {
  z-index: 8;
  position: absolute;
  right: 10px;
  bottom: 5px;
  display: inline-block;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 0px 7px;
  border-radius: 5px;
  font-size: 13px;
}
.listing-box-items .listing-content .location {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}
.listing-box-items .listing-content .location i {
  color: var(--st-secondary);
}
@media (max-width: 1399px) {
  .listing-box-items .listing-content h3 {
    font-size: 20px;
  }
}
.listing-box-items .listing-content h3 a {
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  display: inline;
}
.listing-box-items .listing-content h3 a:hover {
  color: var(--st-secondary);
  background-size: 100% 2px;
  background-image: linear-gradient(180deg, var(--st-secondary) 0%, var(--st-secondary) 100%);
}
.listing-box-items .listing-content ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.listing-box-items .listing-content ul li {
  flex: 1;
}
.listing-box-items:hover .listing-thumb img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.listing-box-items:hover .listing-thumb img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.listing-image-2 {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.listing-image-2 img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.listing-image-2 img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.listing-image-2 .listing-content-item {
  position: absolute;
  bottom: 32px;
  left: -100px;
  border-radius: 0px 8px 8px 0px;
  background: var(--st-primary);
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
  gap: 64px;
}
@media (max-width: 1600px) {
  .listing-image-2 .listing-content-item {
    gap: 30px;
  }
}
@media (max-width: 1399px) {
  .listing-image-2 .listing-content-item {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.listing-image-2 .listing-content-item span {
  display: inline-block;
  color: var(--st-primary);
  font-weight: 500;
  position: relative;
  padding-left: 35px;
}
.listing-image-2 .listing-content-item span::before {
  position: absolute;
  top: 13px;
  left: 0;
  content: "";
  width: 24px;
  height: 2px;
  background-color: var(--st-primary);
}
.listing-image-2 .listing-content-item h3 a {
  color: var(--st-white);
}
.listing-image-2 .listing-content-item h3 a:hover {
  color: var(--st-primary);
}
.listing-image-2 .listing-content-item .link-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: var(--st-primary);
}
.listing-image-2 .listing-content-item .link-btn i {
  margin-left: 8px;
}
.listing-image-2 .listing-content-item .link-btn:hover {
  color: var(--st-secondary);
}
.listing-image-2:hover img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.listing-image-2:hover img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.listing-image-2:hover .listing-content-item {
  opacity: 1;
  visibility: visible;
  left: 0;
}

.listing-details-wrapper .details-content h2 {
  font-size: 40px;
}
.listing-details-wrapper .listing-information {
  border-radius: 16px;
  background: #F4F4F4;
  padding: 32px;
  position: relative;
  z-index: 9;
}
.listing-details-wrapper .listing-information h3 {
  font-weight: 800;
}
.listing-details-wrapper .listing-information ul {
  margin-top: 25px;
}
.listing-details-wrapper .listing-information ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.listing-details-wrapper .listing-information ul li:not(:last-child) {
  margin-bottom: 20px;
}
.listing-details-wrapper .listing-information ul li span {
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: var(--st-primary);
}
.listing-details-wrapper .listing-information .social-icon {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
}
.listing-details-wrapper .listing-information .social-icon span {
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: var(--st-primary);
}
.listing-details-wrapper .listing-information .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  color: var(--st-primary);
}
.listing-details-wrapper .listing-information .social-icon a:hover {
  background-color: var(--st-secondary);
  color: var(--st-white);
}
.listing-details-wrapper .listing-details-items .details-image {
  margin-top: -110px;
}
@media (max-width: 1199px) {
  .listing-details-wrapper .listing-details-items .details-image {
    margin-top: 0;
  }
}
.listing-details-wrapper .listing-details-items .details-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.listing-details-wrapper .list-items {
  margin-top: 30px;
}
.listing-details-wrapper .list-items h3 {
  font-size: 32px;
  font-weight: 800;
}
.listing-details-wrapper .list-items ul {
  margin-top: 25px;
}
.listing-details-wrapper .list-items ul li {
  font-size: 18px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  gap: 15px;
}
.listing-details-wrapper .list-items ul li:not(:last-child) {
  margin-bottom: 15px;
}
.listing-details-wrapper .list-items ul li i {
  color: var(--st-secondary);
}
.listing-details-wrapper .details-2 {
  margin-top: 30px;
}
.listing-details-wrapper .details-2 img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}

@media (max-width: 1199px) {
  .propertie-feature-wrapper {
    padding: 100px 0;
  }
}
@media (max-width: 991px) {
  .propertie-feature-wrapper {
    padding: 80px 0 0;
  }
}
.propertie-feature-wrapper .propertie-content .propertie-text {
  color: var(--st-white);
  opacity: 0.7;
  margin-top: 25px;
  max-width: 580px;
}
.propertie-feature-wrapper .propertie-content .theme-btn {
  margin-top: 45px;
  background-color: transparent;
  color: var(--st-white);
  border: 1.5px solid var(--st-primary);
}
@media (max-width: 767px) {
  .propertie-feature-wrapper .propertie-content .theme-btn {
    margin-top: 25px;
    padding: 18px 24px;
    font-size: 15px;
  }
}
.propertie-feature-wrapper .propertie-content .theme-btn:hover {
  color: var(--st-primary);
}
@media (max-width: 1199px) {
  .propertie-feature-wrapper .propertie-image img {
    width: 100%;
    height: 100%;
  }
}

.propertie-wrapper .propertie-slider2 {
  margin-left: -17%;
  margin-right: -17%;
}
@media (max-width: 1199px) {
  .propertie-wrapper .propertie-slider2 {
    margin-left: 0;
    margin-right: 0;
  }
}

.propertie-box-image {
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.propertie-box-image.height-style {
  height: 463px;
}
.propertie-box-image.height-style img {
  object-fit: cover;
}
.propertie-box-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  display: block;
  object-fit: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.propertie-box-image img:first-child {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transform: translateX(50%) scaleX(2);
  transform: translate(50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.propertie-box-image .propertie-content-item {
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  border-radius: 0px 0px 16px 16px;
  background: var(--st-primary);
  padding: 24px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 99;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.propertie-box-image .propertie-content-item span {
  display: inline-block;
  color: var(--st-primary);
  font-weight: 500;
  position: relative;
  padding-left: 35px;
}
.propertie-box-image .propertie-content-item span::before {
  position: absolute;
  top: 13px;
  left: 0;
  content: "";
  width: 24px;
  height: 2px;
  background-color: var(--st-primary);
}
.propertie-box-image .propertie-content-item h3 a {
  color: var(--st-white);
}
.propertie-box-image .propertie-content-item h3 a:hover {
  color: var(--st-primary);
}
.propertie-box-image .propertie-content-item .link-btn {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: var(--st-primary);
}
.propertie-box-image .propertie-content-item .link-btn i {
  margin-left: 8px;
}
.propertie-box-image .propertie-content-item .link-btn:hover {
  color: var(--st-secondary);
}
.propertie-box-image:hover img:first-child {
  -webkit-transform: translateX(0) scaleX(1);
  transform: translate(0) scaleX(1);
  opacity: 1;
  -webkit-filter: blur(0);
  filter: blur(0);
}
.propertie-box-image:hover img:nth-child(2) {
  -webkit-transform: translateX(-50%) scaleX(2);
  transform: translateX(-50%) scaleX(2);
  opacity: 0;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
.propertie-box-image:hover .propertie-content-item {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

.listing-wrapper {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
@media (max-width: 991px) {
  .listing-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .listing-wrapper {
    margin-top: 30px;
  }
}
.listing-wrapper .listing-items-thumb {
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  height: 544px;
  width: 239px !important;
  position: relative;
}
@media (max-width: 991px) {
  .listing-wrapper .listing-items-thumb {
    width: 779px !important;
  }
  .listing-wrapper .listing-items-thumb .listing-content {
    opacity: 1;
    visibility: visible;
    right: 32px;
  }
  .listing-wrapper .listing-items-thumb .post-box {
    opacity: 1;
    visibility: visible;
  }
}
.listing-wrapper .listing-items-thumb img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  object-fit: cover;
}
.listing-wrapper .listing-items-thumb .post-box {
  position: absolute;
  top: 32px;
  left: 32px;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: var(--st-primary);
  font-family: "Inter", sans-serif;
  background-color: var(--st-primary);
  padding: 9px 18px;
  line-height: 1;
  border-radius: 32px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.listing-wrapper .listing-items-thumb .listing-content {
  position: absolute;
  right: -200px;
  bottom: 32px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
.listing-wrapper .listing-items-thumb .listing-content .pricing-text {
  display: inline-block;
  background-color: var(--st-secondary);
  color: var(--st-white);
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  padding: 9px 14px;
  line-height: 1;
  border-radius: 8px 8px 0px 0px;
}
.listing-wrapper .listing-items-thumb .listing-content .content {
  border-radius: 0px 8px 8px 8px;
  background: var(--st-white);
  padding: 32px;
}
.listing-wrapper .listing-items-thumb .listing-content .content h6 {
  font-size: 16px;
  font-weight: 600;
  color: var(--st-secondary);
  margin-bottom: 10px;
}
.listing-wrapper .listing-items-thumb .listing-content .content h3 a:hover {
  color: var(--st-secondary);
}
.listing-wrapper .listing-items-thumb .listing-content .content .project-list {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 25px;
}
@media (max-width: 1199px) {
  .listing-wrapper .listing-items-thumb .listing-content .content .project-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.listing-wrapper .listing-items-thumb .listing-content .content .project-list li {
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 1;
  gap: 10px;
}
.listing-wrapper .listing-items-thumb .listing-content .content .project-list li img {
  width: initial;
  border-radius: 0;
}
.listing-wrapper .listing-items-thumb .listing-content .content .project-list li i {
  font-size: 18px;
  line-height: 1;
}
.listing-wrapper .listing-items-thumb .listing-content .content .listing-btn {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 30px;
}
@media (max-width: 1199px) {
  .listing-wrapper .listing-items-thumb .listing-content .content .listing-btn {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.listing-wrapper .listing-items-thumb .listing-content .content .listing-btn .theme-btn {
  background-color: transparent;
  border: 1px solid var(--st-secondary);
  color: var(--st-secondary);
  padding: 18px 32px;
}
.listing-wrapper .listing-items-thumb .listing-content .content .listing-btn .theme-btn::before {
  background-color: var(--st-secondary);
}
.listing-wrapper .listing-items-thumb .listing-content .content .listing-btn .theme-btn:hover {
  color: var(--st-white);
}
.listing-wrapper .listing-items-thumb .listing-content .content .listing-btn .client-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.listing-wrapper .listing-items-thumb .listing-content .content .listing-btn .client-info img {
  width: initial;
  height: initial;
}
.listing-wrapper .listing-items-thumb .listing-content .content .listing-btn .client-info p {
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.listing-wrapper .listing-items-thumb.active {
  width: 779px !important;
}
.listing-wrapper .listing-items-thumb.active .listing-content {
  opacity: 1;
  visibility: visible;
  right: 32px;
}
.listing-wrapper .listing-items-thumb.active .post-box {
  opacity: 1;
  visibility: visible;
}

.propertie-wrapper-3 .content .nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 30px;
}
.propertie-wrapper-3 .content .nav .nav-item .nav-link {
  font-size: 20px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  border-radius: 32px;
  background: #fff;
  color: var(--st-primary);
  padding: 9px 22px;
  line-height: 1;
}
.propertie-wrapper-3 .content .nav .nav-item .nav-link.active {
  background-color: var(--st-secondary);
  color: var(--st-white);
}
.propertie-wrapper-3 .content .list-items {
  margin-top: 30px;
}
.propertie-wrapper-3 .content .list-items li {
  font-size: 20px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: var(--st-primary);
}
.propertie-wrapper-3 .content .list-items li:not(:last-child) {
  margin-bottom: 20px;
}
.propertie-wrapper-3 .content .list-items li i {
  color: var(--st-secondary);
  margin-right: 10px;
}
.propertie-wrapper-3 .propertie-image {
  margin-left: -60px;
}
@media (max-width: 1199px) {
  .propertie-wrapper-3 .propertie-image {
    margin-left: 0;
  }
}
.propertie-wrapper-3 .propertie-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px 16px 16px 200px;
}

.propertie-list-sidebar .propertie-widget-items {
  border-radius: 16px;
  background: #F4F4F4;
  margin-top: 30px;
  padding: 32px;
}
.propertie-list-sidebar .propertie-widget-items h3 {
  margin-bottom: 20px;
}
.propertie-list-sidebar .propertie-widget-items .categories-list .checkbox-single {
  position: relative;
  padding-left: 18px;
  cursor: pointer;
}
.propertie-list-sidebar .propertie-widget-items .categories-list .checkbox-single input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.propertie-list-sidebar .propertie-widget-items .categories-list .checkbox-single:not(:last-child) {
  margin-bottom: 10px;
}
.propertie-list-sidebar .propertie-widget-items .categories-list .checkbox-single .checkbox-area .checkmark {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid rgb(229, 229, 229);
  top: 5px;
  border-radius: 4px;
  background-color: #fff;
}
.propertie-list-sidebar .propertie-widget-items .categories-list .checkbox-single .checkbox-area .checkmark::after {
  content: "";
}
.propertie-list-sidebar .propertie-widget-items .categories-list .checkbox-single .checkbox-area input:checked ~ .checkmark {
  background-color: var(--st-secondary);
}
.propertie-list-sidebar .propertie-widget-items .categories-list .checkbox-single .checkbox-area input:checked ~ .checkmark::after {
  content: "\f00c";
  position: absolute;
  font-family: "Font Awesome 6 Pro";
  top: -5px;
  left: 5px;
  color: var(--st-secondary);
  font-size: 11px;
}
.propertie-list-sidebar .propertie-widget-items .categories-list .checkbox-single .checkbox-area input:checked ~ .checkmark:after {
  display: block;
  color: var(--st-white);
}
.propertie-list-sidebar .propertie-widget-items .categories-list .checkbox-single .text-color {
  font-weight: 500;
  color: var(--st-primary);
  font-size: 16px;
  font-family: "Inter", sans-serif;
}
.propertie-list-sidebar .propertie-widget-items .categories-list .checkbox-single .text-color .star {
  color: #FFA41B;
  margin-right: 5px;
}
.propertie-list-sidebar .propertie-widget-items .price-range-wrapper {
  /* Custom thumb styling */
  /* Remove the default appearance for sliders in Firefox */
}
.propertie-list-sidebar .propertie-widget-items .price-range-wrapper .slider-container {
  position: relative;
  width: 100%;
}
.propertie-list-sidebar .propertie-widget-items .price-range-wrapper .price-text label {
  color: #1b1f2a;
  font-size: 20px;
  font-weight: 500;
}
.propertie-list-sidebar .propertie-widget-items .price-range-wrapper .price-text input {
  color: #1b1f2a;
  font-size: 18px;
  font-weight: 500;
  background: transparent;
}
.propertie-list-sidebar .propertie-widget-items .price-range-wrapper .slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  background: #ddd;
  /* Default background */
  outline: none;
  position: absolute;
  top: 0;
  pointer-events: none;
}
.propertie-list-sidebar .propertie-widget-items .price-range-wrapper .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  background: #E3572D;
  cursor: pointer;
  border: 2px solid #fff;
  position: relative;
  z-index: 2;
  pointer-events: all;
}
.propertie-list-sidebar .propertie-widget-items .price-range-wrapper .slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  background: #E3572D;
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid #000;
  z-index: 2;
  position: relative;
}
.propertie-list-sidebar .propertie-widget-items .price-range-wrapper .slider::-ms-thumb {
  width: 20px;
  height: 20px;
  background: #E3572D;
  cursor: pointer;
  border-radius: 4px;
  border: 2px solid #000;
  z-index: 2;
  position: relative;
}
.propertie-list-sidebar .propertie-widget-items .price-range-wrapper input[type=range]::-moz-range-track {
  background: transparent;
}
.propertie-list-sidebar .gt-category-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 600;
  color: var(--st-primary);
  transition: all 0.4s ease-in-out;
  background-color: var(--st-white);
  padding: 18px 22px;
  font-family: "Inter", sans-serif;
  line-height: 1;
  border-radius: 8px;
}
.propertie-list-sidebar .gt-category-list li a {
  color: var(--st-primary);
}
.propertie-list-sidebar .gt-category-list li i {
  transition: all 0.4s ease-in-out;
  color: var(--st-primary);
}
.propertie-list-sidebar .gt-category-list li:not(:last-child) {
  margin-bottom: 20px;
}
.propertie-list-sidebar .gt-category-list li span b {
  font-weight: 400;
  color: var(--st-primary);
}
.propertie-list-sidebar .gt-category-list li:hover {
  background-color: var(--st-secondary);
}
.propertie-list-sidebar .gt-category-list li:hover a {
  color: var(--st-white);
}
.propertie-list-sidebar .gt-category-list li:hover i {
  color: var(--st-white);
}
.propertie-list-sidebar .tagcloud a {
  display: inline-block;
  padding: 12px 22px;
  line-height: 1;
  font-weight: 500;
  background: var(--st-white);
  margin-right: 10px;
  margin-bottom: 10px;
  text-transform: capitalize;
  border-radius: 30px;
}
.propertie-list-sidebar .tagcloud a:last-child {
  margin-right: 0;
}
.propertie-list-sidebar .tagcloud a:hover {
  background-color: var(--st-secondary);
  color: var(--st-white);
}

.gt-shop-notices-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .gt-shop-notices-wrapper {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.gt-shop-notices-wrapper p {
  font-size: 18px;
  color: var(--st-primary);
}
.gt-shop-notices-wrapper .form .single-select {
  padding: 16px 20px;
  border: none;
  font-size: 16px;
  font-weight: 400;
  outline: none;
  line-height: 1;
  height: initial;
  border: 1px solid #BFBFBF;
  background: #F2F2F2;
  color: var(--st-primary);
  border-radius: 8px;
}
.gt-shop-notices-wrapper .form .single-select::after {
  right: 20px;
  border-bottom: 2px solid var(--st-primary);
  border-right: 2px solid var(--st-primary);
  margin-top: -5px;
  width: 8px;
  height: 8px;
}
.gt-shop-notices-wrapper .form .single-select .option {
  color: var(--st-text);
}
.gt-shop-notices-wrapper .form .list {
  width: 100%;
}
.gt-shop-notices-wrapper .form-clt {
  max-width: 300px;
  width: 100%;
  position: relative;
  z-index: 99;
}

.propertie-details-wrapper .details-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.propertie-details-wrapper .details-content {
  margin-top: 25px;
}
.propertie-details-wrapper .details-content .location {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}
.propertie-details-wrapper .details-content .location i {
  color: var(--st-secondary);
}
.propertie-details-wrapper .details-content h2 {
  font-size: 40px;
}
.propertie-details-wrapper .details-content .list-items {
  margin-top: 24px;
}
.propertie-details-wrapper .details-content .list-items h3 {
  font-weight: 800;
}
.propertie-details-wrapper .details-content .list-items ul {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 50px;
}
@media (max-width: 1199px) {
  .propertie-details-wrapper .details-content .list-items ul {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.propertie-details-wrapper .details-content .list-items ul i {
  margin-right: 6px;
}
.propertie-details-wrapper .details-content .list-items-2 {
  margin-top: 30px;
}
.propertie-details-wrapper .details-content .list-items-2 h3 {
  font-weight: 800;
}
.propertie-details-wrapper .details-content .list-items-2 ul {
  margin-top: 20px;
}
.propertie-details-wrapper .details-content .list-items-2 ul li {
  font-family: "Inter", sans-serif;
}
.propertie-details-wrapper .details-content .list-items-2 ul li:not(:last-child) {
  margin-bottom: 15px;
}
.propertie-details-wrapper .details-content .list-items-2 ul li i {
  color: var(--st-secondary);
  margin-right: 8px;
}
.propertie-details-wrapper .details-content .list-items-2 ul li b {
  color: var(--st-primary);
  margin-right: 8px;
}
.propertie-details-wrapper .details-content .details-img {
  margin-top: 30px;
}
.propertie-details-wrapper .details-content .details-img img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.propertie-details-wrapper .details-content .details-img.style-2 {
  margin-top: 17px;
}
.propertie-details-wrapper .details-content .list-items-3 {
  margin-top: 30px;
}
.propertie-details-wrapper .details-content .list-items-3 h3 {
  font-weight: 800;
}
.propertie-details-wrapper .details-content .list-items-3 .list-wrap {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1399px) {
  .propertie-details-wrapper .details-content .list-items-3 .list-wrap {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: start;
  }
}
.propertie-details-wrapper .details-content .list-items-3 .list-wrap ul li {
  font-family: "Inter", sans-serif;
  color: var(--st-primary);
  font-weight: 500;
}
.propertie-details-wrapper .details-content .list-items-3 .list-wrap ul li:not(:last-child) {
  margin-bottom: 15px;
}
.propertie-details-wrapper .details-content .list-items-3 .list-wrap ul li i {
  color: var(--st-secondary);
  margin-right: 8px;
}
.propertie-details-wrapper .details-content .floor-plan-items {
  margin-top: 50px;
}
.propertie-details-wrapper .details-content .floor-plan-items .tab-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .propertie-details-wrapper .details-content .floor-plan-items .tab-wrap {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.propertie-details-wrapper .details-content .floor-plan-items .nav {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 30px;
}
.propertie-details-wrapper .details-content .floor-plan-items .nav .nav-item .nav-link {
  display: inline-block;
  border-radius: 32px;
  background: #F4F4F4;
  font-size: 18px;
  font-weight: 600;
  color: var(--st-primary);
  font-family: "Inter", sans-serif;
}
.propertie-details-wrapper .details-content .floor-plan-items .nav .nav-item .nav-link.active {
  background-color: var(--st-secondary);
  color: var(--st-white);
}
.propertie-details-wrapper .details-content .floor-plan-items .thumb img {
  width: 100%;
  height: 100%;
}
.propertie-details-wrapper .details-content .video-items {
  margin-top: 30px;
}
.propertie-details-wrapper .details-content .video-items h3 {
  font-size: 32px;
}
.propertie-details-wrapper .details-content .video-items .video-image {
  margin-top: 30px;
  position: relative;
}
.propertie-details-wrapper .details-content .video-items .video-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.propertie-details-wrapper .details-content .video-items .video-image .video-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: var(--st-secondary);
  color: var(--st-white);
  text-align: center;
  line-height: 110px;
  font-size: 24px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.propertie-details-wrapper .propertie-details-sidebar .propertie-sidebar-item .info-area-item .info-items {
  display: flex;
  align-items: center;
  gap: 18px;
}
.propertie-details-wrapper .propertie-details-sidebar .propertie-sidebar-item .info-area-item .info-items img {
  border: 2px solid var(--st-secondary);
  border-radius: 50%;
}
.propertie-details-wrapper .propertie-details-sidebar .propertie-sidebar-item .info-area-item .info-list {
  margin-top: 20px;
}
.propertie-details-wrapper .propertie-details-sidebar .propertie-sidebar-item .info-area-item .info-list li {
  padding: 3px 0px;
  color: var(--st-white);
}
.propertie-details-wrapper .propertie-details-sidebar .propertie-sidebar-item .info-area-item .info-list li a {
  color: var(--st-white);
}
.propertie-details-wrapper .propertie-details-sidebar .propertie-sidebar-item .info-area-item .social-icon {
  display: flex;
  align-items: center;
  gap: 16px;
}
.propertie-details-wrapper .propertie-details-sidebar .propertie-sidebar-item .info-area-item .social-icon span {
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  color: var(--st-primary);
}
.propertie-details-wrapper .propertie-details-sidebar .propertie-sidebar-item .info-area-item .social-icon a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 5px;
  background: rgb(255, 255, 255);
  color: var(--st-primary);
}
.propertie-details-wrapper .propertie-details-sidebar .propertie-sidebar-item .info-area-item .social-icon a:hover {
  background-color: var(--st-primary);
  color: var(--st-white);
}
.propertie-details-wrapper .propertie-details-sidebar .propertie-sidebar-item .info-area-item .social-icon a i:hover {
  color: var(--st-white);
}
.propertie-details-wrapper .propertie-details-sidebar .propertie-sidebar-item .info-area-item .link-btn {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  color: var(--st-secondary);
  text-decoration: underline;
  margin-top: 30px;
}
.propertie-details-wrapper .propertie-details-sidebar .propertie-sidebar-item .contact-list li {
  display: flex;
  align-items: center;
  gap: 16px;
}
.propertie-details-wrapper .propertie-details-sidebar .propertie-sidebar-item .contact-list li:not(:last-child) {
  margin-bottom: 24px;
}
.propertie-details-wrapper .propertie-details-sidebar .propertie-sidebar-item .contact-list li .icon {
  color: var(--st-primary);
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  background-color: var(--st-white);
  border-radius: 50%;
}
.propertie-details-wrapper .propertie-details-sidebar .propertie-sidebar-item .contact-list li .content h4 {
  font-size: 18px;
  margin-top: 8px;
}
.propertie-details-wrapper .propertie-details-sidebar .propertie-sidebar-item form .form-clt input,
.propertie-details-wrapper .propertie-details-sidebar .propertie-sidebar-item form .form-clt textarea {
  display: inline-block;
  width: 100%;
  border: none;
  padding: 19px 20px;
  background-color: var(--st-white);
  border-radius: 10px;
  color: var(--st-text);
  line-height: 1;
}
.propertie-details-wrapper .propertie-details-sidebar .propertie-sidebar-item form .form-clt textarea {
  padding-bottom: 92px;
}
.propertie-details-wrapper .propertie-details-sidebar .propertie-sidebar-item form .form-clt .single-select {
  display: inline-block;
  width: 100%;
  border: none;
  padding: 19px 20px;
  background-color: var(--st-white);
  border-radius: 30px;
  color: var(--st-text);
  line-height: 1;
}
.propertie-details-wrapper .propertie-details-sidebar .propertie-sidebar-item form .form-clt .single-select::after {
  right: 20px;
  width: 9px;
  height: 9px;
}
.propertie-details-wrapper .propertie-details-sidebar .propertie-sidebar-item form .form-clt .single-select .list {
  width: 100%;
}
.propertie-details-wrapper .propertie-details-sidebar .propertie-sidebar-item form .theme-btn::before {
  background-color: var(--st-secondary);
}
.propertie-details-wrapper .propertie-details-sidebar .propertie-sidebar-item form .theme-btn:hover {
  color: var(--st-white);
}

.propertise-wrapper-3 {
  margin-left: -30%;
  margin-right: -30%;
  margin-top: 60px;
}
@media (max-width: 1199px) {
  .propertise-wrapper-3 {
    margin-left: 0;
    margin-right: 0;
  }
}
.propertise-wrapper-3 .propertie-card-items-3 .propertie-image {
  position: relative;
}
@media (max-width: 1199px) {
  .propertise-wrapper-3 .propertie-card-items-3 .propertie-image {
    height: 400px;
  }
}
.propertise-wrapper-3 .propertie-card-items-3 .propertie-image img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
@media (max-width: 1199px) {
  .propertise-wrapper-3 .propertie-card-items-3 .propertie-image img {
    object-fit: cover;
  }
}
.propertise-wrapper-3 .propertie-card-items-3 .propertie-image .listing-content {
  position: absolute;
  left: 40px;
  bottom: 32px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s ease-in-out;
}
@media (max-width: 1199px) {
  .propertise-wrapper-3 .propertie-card-items-3 .propertie-image .listing-content {
    left: 0;
    right: 20px;
  }
}
.propertise-wrapper-3 .propertie-card-items-3 .propertie-image .listing-content .pricing-text {
  display: inline-block;
  background-color: var(--st-primary);
  color: var(--st-primary);
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  padding: 9px 14px;
  line-height: 1;
  border-radius: 8px 8px 0px 0px;
}
.propertise-wrapper-3 .propertie-card-items-3 .propertie-image .listing-content .content-ber {
  display: flex;
  align-items: center;
  gap: 90px;
  border-radius: 0px 8px 8px 8px;
  background: var(--st-white);
  padding: 20px;
}
@media (max-width: 1199px) {
  .propertise-wrapper-3 .propertie-card-items-3 .propertie-image .listing-content .content-ber {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.propertise-wrapper-3 .propertie-card-items-3 .propertie-image .listing-content .content-ber .content {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1199px) {
  .propertise-wrapper-3 .propertie-card-items-3 .propertie-image .listing-content .content-ber .content {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.propertise-wrapper-3 .propertie-card-items-3 .propertie-image .listing-content .content-ber .content h6 {
  font-size: 16px;
  font-weight: 600;
  color: var(--st-secondary);
  margin-bottom: 10px;
}
.propertise-wrapper-3 .propertie-card-items-3 .propertie-image .listing-content .content-ber .content h4 {
  font-weight: 800;
}
.propertise-wrapper-3 .propertie-card-items-3 .propertie-image .listing-content .content-ber .content h4 a:hover {
  color: var(--st-secondary);
}
.propertise-wrapper-3 .propertie-card-items-3 .propertie-image .listing-content .content-ber .content .project-list {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1199px) {
  .propertise-wrapper-3 .propertie-card-items-3 .propertie-image .listing-content .content-ber .content .project-list {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.propertise-wrapper-3 .propertie-card-items-3 .propertie-image .listing-content .content-ber .content .project-list li {
  display: flex;
  align-items: center;
  font-weight: 500;
  line-height: 1;
  gap: 10px;
}
.propertise-wrapper-3 .propertie-card-items-3 .propertie-image .listing-content .content-ber .content .project-list li img {
  width: initial;
  border-radius: 0;
}
.propertise-wrapper-3 .propertie-card-items-3 .propertie-image .listing-content .content-ber .content .project-list li i {
  font-size: 18px;
  line-height: 1;
}
.propertise-wrapper-3 .propertie-card-items-3 .propertie-image .listing-content .content-ber .listing-btn .theme-btn {
  background-color: transparent;
  border: 1px solid var(--st-secondary);
  color: var(--st-secondary);
  padding: 18px 32px;
}
.propertise-wrapper-3 .propertie-card-items-3 .propertie-image .listing-content .content-ber .listing-btn .theme-btn::before {
  background-color: var(--st-secondary);
}
.propertise-wrapper-3 .propertie-card-items-3 .propertie-image .listing-content .content-ber .listing-btn .theme-btn:hover {
  color: var(--st-white);
}
.propertise-wrapper-3 .propertie-card-items-3 .propertie-image .listing-content .content-ber .listing-btn .client-info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.propertise-wrapper-3 .propertie-card-items-3 .propertie-image .listing-content .content-ber .listing-btn .client-info img {
  width: initial;
  height: initial;
}
.propertise-wrapper-3 .propertie-card-items-3 .propertie-image .listing-content .content-ber .listing-btn .client-info p {
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

.propertise-section-3 .section-title-area .array-button-2 {
  display: flex;
  align-items: center;
  gap: 24px;
}
.propertise-section-3 .section-title-area .array-button-2 .array-prev {
  background-color: var(--st-white);
  color: var(--st-primary);
}
.propertise-section-3 .section-title-area .array-button-2 .array-prev:hover {
  background-color: var(--st-primary);
}
.propertise-section-3 .section-title-area .array-button-2 .array-next {
  background-color: var(--st-primary);
  color: var(--st-primary);
}
.propertise-section-3 .propertise-wrapper-3 .swiper-slide.swiper-slide-active .propertie-card-items-3 .propertie-image .listing-content {
  opacity: 1;
  visibility: visible;
}

.section-title {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}
.section-title .subtitle {
  font-size: calc(var(--fs-base) + 4);
  font-weight: 600;
  letter-spacing: 1.5px;
  line-height: 1;
  color: var(--st-secondary);
  font-family: "Playfair Display", serif;
  margin-bottom: 15px;
}
.section-title h2 {
  text-transform: capitalize;
}

.section-title-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  margin-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
}
.section-title-area::before {
  background-color: var(--st-primary);
  bottom: -2px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 100px;
  z-index: 10;
}
.section-title-area .section-title {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .section-title-area {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .section-title-area {
    margin-bottom: 0;
  }
}

.section-bg {
  background-color: var(--st-bg);
}

.section-bg-2 {
  background-color: var(--st-primary);
}

.section-bg-3 {
  background-color: rgba(33, 150, 243, 0.1);
}

.section-padding {
  padding: 60px 0;
}
@media (max-width: 1199px) {
  .section-padding {
    padding: 40px 0;
  }
}
@media (max-width: 991px) {
  .section-padding {
    padding: 20px 0;
  }
}

.center-block {
  display: block;
  margin: 0 auto;
}

.tta-service-thumb img {
  max-width: 100%;
  height: 220px;
}
@media (min-width: 576px) and (max-width: 767px) {
  .tta-service-thumb img {
    width: 100%;
  }
}

.tta-service-item {
  z-index: 0;
  position: relative;
}
.tta-service-item:hover .tta-service-content::before {
  left: -21px;
  bottom: -20px;
  opacity: 1;
}
.tta-service-item:hover .tta-service-item-cat span {
  background-color: var(--st-primary);
}
.tta-service-item:hover .tta-service-item-cat span::before {
  background-color: var(--st-primary);
}

.tta-service-item-cat {
  position: absolute;
  top: -36px;
  left: 0;
}
.tta-service-item-cat span {
  background-color: var(--st-secondary);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.62px;
  text-transform: uppercase;
  padding: 6px 18px 4px;
  display: inline-block;
  position: relative;
  transition: all 0.3s 0s ease-out;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
}
.tta-service-item-cat span::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 10px;
  width: 23px;
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  background-color: var(--st-secondary);
  transition: all 0.3s 0s ease-out;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
}

.tta-service-content {
  background: linear-gradient(to top left, #85c9ff 15%, #ffffff 50%);
  box-shadow: 0 4px 17px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 15px;
  margin-left: 21px;
  margin-top: -42px;
  transition: all 0.3s 0s ease-out;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .tta-service-content {
    padding: 22px 15px;
  }
}
.tta-service-content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #47aaf9;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s 0s ease-out;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
}

.tta-service-title {
  font-weight: 500;
  line-height: 1.4;
  height: 40px;
}
@media (min-width: 992px) and (max-width: 1199px), (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
  .tta-service-title {
    font-size: 18px;
  }
}
.tta-service-title a:hover {
  color: var(--st-secondary);
}

.tta-service-btn {
  transform: translateY(40px);
  margin-top: -23px;
}
.tta-service-btn a {
  border: 1px solid #ebebeb;
  border-radius: 50px;
  display: inline-block;
  background: #fff;
  font-size: var(--fs-base);
  font-weight: 500;
  padding: 8px 18px;
  transition: all 0.3s 0s ease-out;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
}
.tta-service-btn a i {
  margin-left: 7px;
  color: var(--st-secondary);
}
.tta-service-btn a:hover {
  border-color: var(--st-secondary);
  color: var(--st-secondary);
}

.card-service {
  position: sticky;
  border-bottom: solid 3px #2196f3 !important;
}

.card-service .card-service-body {
  position: relative;
  overflow: hidden;
  /* để after không tràn ra ngoài */
}

.card-service .card-service-body::after {
  content: "";
  position: absolute;
  inset: 0;
  /* thay cho top, right, bottom, left = 0 */
  background-color: #2196f3;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: bottom;
  transition: all 0.5s ease;
  z-index: -1;
}

.card-service:hover .card-service-body a,
.card-service:hover .card-service-body p {
  --bs-body-color-rgb: 255, 255, 255;
  color: #f4f4f4;
}

.card-service:hover .card-service-body::after {
  opacity: 1;
  transform: scaleY(1);
}

.gt-testimonial-wrapper .gt-testimonial-box {
  border-radius: 12px;
  border: 1.5px solid var(--st-primary);
  background: var(--st-white);
  padding: 40px;
  position: relative;
  margin-left: 60px;
}
@media (max-width: 1199px) {
  .gt-testimonial-wrapper .gt-testimonial-box {
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .gt-testimonial-wrapper .gt-testimonial-box {
    padding: 22px;
  }
}
.gt-testimonial-wrapper .gt-testimonial-box .star {
  color: #FCD554;
}
.gt-testimonial-wrapper .gt-testimonial-box .star i.color-2 {
  color: #9B9B9B;
}
.gt-testimonial-wrapper .gt-testimonial-box .gt-testi-text {
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  margin-top: 16px;
}
.gt-testimonial-wrapper .gt-testimonial-box .gt-client-info {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-top: 25px;
}
.gt-testimonial-wrapper .gt-testimonial-box .gt-client-info .gt-client-content h4 {
  font-size: 20px;
  font-weight: 800;
}
@media (max-width: 575px) {
  .gt-testimonial-wrapper .gt-testimonial-box .gt-client-info .gt-client-content h4 {
    font-size: 18px;
  }
}
.gt-testimonial-wrapper .gt-testimonial-box .quote-icon {
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.gt-testimonial-wrapper .array-button-2 {
  margin-top: 50px;
}
.gt-testimonial-wrapper .array-button-2 .array-prev:hover, .gt-testimonial-wrapper .array-button-2 .array-next:hover {
  background-color: var(--st-secondary);
  color: var(--st-white);
}
.gt-testimonial-wrapper .array-button-2 .array-prev {
  background-color: var(--st-white);
  color: var(--st-primary);
}
.gt-testimonial-wrapper .array-button-2 .array-prev:hover {
  background-color: var(--st-secondary);
  color: var(--st-white);
}
.gt-testimonial-wrapper .array-button-2 .swiper-dot1 {
  text-align: center;
}
.gt-testimonial-wrapper .array-button-2 .swiper-dot1 .swiper-pagination-bullet {
  width: 30px;
  height: 8px;
  transition: 0.6s;
  background-color: #fff;
  opacity: 1;
  border-radius: 60px;
  position: relative;
}
.gt-testimonial-wrapper .array-button-2 .swiper-dot1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--st-secondary);
  transition: 0.6s;
  position: relative;
  width: 51px;
}
.gt-testimonial-wrapper .array-button-2 .array-next {
  background-color: var(--st-secondary);
}
.gt-testimonial-wrapper .array-button-2 .array-next:hover {
  background-color: var(--st-primary);
}
.gt-testimonial-wrapper .array-button-2 {
  display: flex;
  align-items: center;
  gap: 13px;
}
.gt-testimonial-wrapper .array-button-2 .array-prev, .gt-testimonial-wrapper .array-button-2 .array-next, .gt-testimonial-wrapper .array-button-2 .cta-prev, .gt-testimonial-wrapper .array-button-2 .cta-next {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  transition: all 0.3s 0s ease-out;
  -webkit-transition: all 0.3s 0s ease-out;
  -moz-transition: all 0.3s 0s ease-out;
  -ms-transition: all 0.3s 0s ease-out;
  -o-transition: all 0.3s 0s ease-out;
}

/*# sourceMappingURL=main.css.map */
