@charset "UTF-8";
/*============================================

   Theme Name: Renova - Construction Building & Renovation Template
   Author : ThemeGenix
   Support: themegenix@gmail.com
   Description: Renova - Construction Building & Renovation Template.
   Version: 1.0

==============================================*/
/* CSS Index
==============================================

    01. Theme Default CSS
    02. Header
    03. Slider
    04. Banner
    05. Features
    06. About
    07. Counter
    08. Services
    09. Cta
    10. Team
    11. Project
    12. Faq
    13. Work
    14. Video
    15. History
    16. Community
    17. Choose
    18. Client
    19. Office
    20. Support
    21. Consultation
    22. Company
    23. Testimonial
    24. Shop
    25. Blog
    26. Brand
    27. Contact
    28. Footer

==============================================*/
/*============================================
/*  01. Theme Default CSS
==============================================*/
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300..800&family=Poppins:wght@400;500;600;700&family=Roboto:wght@300..700&display=swap");
/*==============================================
    Solution Analysts group design system — colors
    Mirrors the palette used on solutionanalysts.com
    so both org sites share one visual language.

    Roles:
      navy  — structure, headings, dark sections
      coral — the single action/accent colour (buttons, links)
      teal  — supporting brand tone (was the old primary)
      gold  — highlights, warnings
      gray  — text and surfaces
==============================================*/
/*==============================================
    Solution Analysts group design system — type
    Body: Inter · Headings: Roboto · Display: Poppins
    Matches solutionanalysts.com's type stack + scale.
==============================================*/
/*==============================================
    Solution Analysts group design system — tokens
    Spacing, radii, elevation, motion and layout
    values shared with solutionanalysts.com.
    Values containing commas are quoted so the SCSS
    map parser doesn't split them into extra entries;
    interpolation strips the quotes on output.
==============================================*/
:root {
  --tg-body-font-family: 'Inter', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --tg-heading-font-family: 'Roboto', 'Inter', -apple-system, system-ui, sans-serif;
  --tg-display-font-family: 'Poppins', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
  --tg-mono-font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  --tg-icon-font-family: "Font Awesome 5 Free";
  --tg-body-font-size: 16px;
  --tg-fs-display: 64px;
  --tg-fs-h1: 44px;
  --tg-fs-h2: 38px;
  --tg-fs-h3: 28px;
  --tg-fs-h4: 20px;
  --tg-fs-lede: 18px;
  --tg-fs-body: 16px;
  --tg-fs-sm: 15px;
  --tg-fs-xs: 14px;
  --tg-fs-eyebrow: 12px;
  --tg-fs-tag: 11px;
  --tg-body-line-height: 1.6;
  --tg-heading-line-height: 1.15;
  --tg-lh-display: 1.05;
  --tg-lh-heading: 1.15;
  --tg-lh-body: 1.6;
  --tg-lh-tight: 1.25;
  --tg-ls-display: -0.03em;
  --tg-ls-heading: -0.02em;
  --tg-ls-body: 0;
  --tg-ls-eyebrow: 0.16em;
  --tg-ls-tag: 0.08em;
  --tg-body-color: #2C3543;
  --tg-heading-color: #081726;
  --tg-theme-primary: #D23357;
  --tg-theme-secondary: #081726;
  --tg-theme-lightprimary: rgba(210, 51, 87, 0.1215686275);
  --tg-color-blue-light: #366094;
  --tg-color-blue-light-2: #51709A;
  --tg-color-blue-light-3: #2D5180;
  --tg-color-blue-light-4: #2E5179;
  --tg-color-yellow-light: #EBA933;
  --tg-color-white-default: #ffffff;
  --tg-color-gray-1: #EDF1F6;
  --tg-color-gray-2: #F7F8FA;
  --tg-color-gray-3: #EEF1F5;
  --tg-color-gray-4: #ECF4F6;
  --tg-color-gray-5: #BFC8D5;
  --tg-color-gray-6: #8C97A8;
  --tg-color-gray-7: #DDE3EB;
  --tg-color-gray-8: #5D6878;
  --tg-color-dark: #0B121C;
  --tg-color-dark-2: #081726;
  --tg-color-dark-3: #112A40;
  --tg-border-1: #5D6878;
  --tg-border-2: #DDE3EB;
  --tg-border-3: #DDE3EB;
  --tg-border-4: #E5E7EB;
  --tg-border-5: #BFC8D5;
  --tg-border-6: #BFC8D5;
  --tg-border-7: #A8B9CF;
  --tg-border-8: #DDE3EB;
  --tg-navy-50: #EDF1F6;
  --tg-navy-100: #D5DEEA;
  --tg-navy-200: #A8B9CF;
  --tg-navy-300: #7C94B5;
  --tg-navy-400: #51709A;
  --tg-navy-500: #2E5179;
  --tg-navy-600: #20435F;
  --tg-navy-700: #193B59;
  --tg-navy-800: #112A40;
  --tg-navy-900: #081726;
  --tg-blue-50: #EEF3FA;
  --tg-blue-100: #D6E0F0;
  --tg-blue-500: #366094;
  --tg-blue-600: #2D5180;
  --tg-teal-50: #ECF4F6;
  --tg-teal-100: #C9E0E5;
  --tg-teal-500: #2E7991;
  --tg-teal-600: #28667B;
  --tg-coral-50: #FCEBEF;
  --tg-coral-100: #F8CDD5;
  --tg-coral-200: #F09BAB;
  --tg-coral-400: #DD4669;
  --tg-coral-500: #D23357;
  --tg-coral-600: #B82A4B;
  --tg-coral-700: #92223C;
  --tg-gold-50: #FEF6E5;
  --tg-gold-100: #FCE9BF;
  --tg-gold-400: #EBA933;
  --tg-gold-500: #D4942A;
  --tg-gray-50: #F7F8FA;
  --tg-gray-100: #EEF1F5;
  --tg-gray-200: #DDE3EB;
  --tg-gray-300: #BFC8D5;
  --tg-gray-400: #8C97A8;
  --tg-gray-500: #5D6878;
  --tg-gray-600: #424C5C;
  --tg-gray-700: #2C3543;
  --tg-gray-800: #1A2230;
  --tg-gray-900: #0B121C;
  --tg-state-success: #16A34A;
  --tg-state-success-soft: #E7F6EC;
  --tg-state-warning: #EBA933;
  --tg-state-danger: #D23357;
  --tg-fw-extra-bold: 800;
  --tg-fw-bold: 700;
  --tg-fw-semi-bold: 600;
  --tg-fw-medium: 500;
  --tg-fw-regular: 400;
  --tg-fw-light: 300;
  --tg-fw-display: 700;
  --tg-space-1: 4px;
  --tg-space-2: 8px;
  --tg-space-3: 12px;
  --tg-space-4: 16px;
  --tg-space-5: 20px;
  --tg-space-6: 24px;
  --tg-space-8: 32px;
  --tg-space-10: 40px;
  --tg-space-12: 48px;
  --tg-space-16: 64px;
  --tg-space-20: 80px;
  --tg-space-24: 96px;
  --tg-space-32: 128px;
  --tg-radius-sm: 6px;
  --tg-radius-md: 8px;
  --tg-radius-lg: 14px;
  --tg-radius-xl: 16px;
  --tg-radius-2xl: 24px;
  --tg-radius-pill: 999px;
  --tg-shadow-xs: 0 1px 2px rgba(25, 59, 89, .06);
  --tg-shadow-sm: 0 4px 14px rgba(210, 51, 87, .3);
  --tg-shadow-md: 0 8px 24px rgba(14, 42, 92, .08), 0 2px 6px rgba(14, 42, 92, .04);
  --tg-shadow-lg: 0 16px 48px rgba(25, 59, 89, .1), 0 4px 12px rgba(25, 59, 89, .06);
  --tg-shadow-petal-navy: 0 6px 16px rgba(25, 59, 89, .28);
  --tg-shadow-petal-blue: 0 6px 16px rgba(54, 96, 148, .28);
  --tg-shadow-petal-teal: 0 6px 16px rgba(46, 121, 145, .28);
  --tg-shadow-petal-coral: 0 6px 16px rgba(210, 51, 87, .28);
  --tg-shadow-petal-gold: 0 6px 16px rgba(235, 169, 51, .28);
  --tg-shadow-cta: 0 4px 14px rgba(210, 51, 87, .3);
  --tg-shadow-cta-hover: 0 8px 24px rgba(210, 51, 87, .42);
  --tg-shadow-card-hover: 0 18px 44px rgba(14, 42, 92, .12);
  --tg-shadow-panel: 0 20px 56px rgba(14, 42, 92, .14), 0 4px 14px rgba(14, 42, 92, .07);
  --tg-ease-out: cubic-bezier(.2, .8, .2, 1);
  --tg-dur-fast: 0.2s;
  --tg-dur-base: 0.3s;
  --tg-dur-slow: 0.4s;
  --tg-layout-container: 1280px;
  --tg-layout-gutter: 32px;
  /*=============================
      Semantic aliases
      Mirrors solutionanalysts.com's role tokens so
      both sites can be reasoned about in the same terms.
  ===============================*/
  --tg-bg: var(--tg-color-white-default);
  --tg-bg-muted: var(--tg-gray-50);
  --tg-bg-inverse: var(--tg-navy-800);
  --tg-bg-elevated: var(--tg-color-white-default);
  --tg-fg: var(--tg-gray-700);
  --tg-fg-strong: var(--tg-navy-900);
  --tg-fg-muted: var(--tg-gray-500);
  --tg-fg-subtle: var(--tg-gray-400);
  --tg-fg-inverse: var(--tg-color-white-default);
  --tg-accent: var(--tg-coral-500);
  --tg-accent-hover: var(--tg-coral-600);
  --tg-accent-soft: var(--tg-coral-100);
  --tg-link: var(--tg-coral-500);
  --tg-border: var(--tg-gray-200);
  --tg-border-strong: var(--tg-gray-300);
  --tg-border-on-dark: rgba(255, 255, 255, .1);
  --tg-btn-bg-color: var(--tg-coral-500);
  --tg-btn-text-color: var(--tg-color-white-default);
}

/*=============================
	Typography css start
===============================*/
body {
  font-family: var(--tg-body-font-family);
  font-size: var(--tg-body-font-size);
  font-weight: var(--tg-fw-regular);
  color: var(--tg-body-color);
  line-height: var(--tg-body-line-height);
  letter-spacing: var(--tg-ls-body);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

img,
.img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a,
button {
  color: var(--tg-theme-primary);
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.btn:focus,
.button:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

a:hover,
button:hover {
  color: var(--tg-accent-hover);
  text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--tg-heading-font-family);
  color: var(--tg-heading-color);
  margin-top: 0px;
  font-weight: var(--tg-fw-semi-bold);
  line-height: var(--tg-heading-line-height);
  letter-spacing: var(--tg-ls-heading);
  text-transform: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: var(--tg-fs-h1);
  font-weight: var(--tg-fw-display);
  line-height: var(--tg-lh-display);
  letter-spacing: var(--tg-ls-display);
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 34px;
  }
}

h2 {
  font-size: var(--tg-fs-h2);
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: var(--tg-fs-h3);
  font-weight: var(--tg-fw-medium);
  line-height: var(--tg-lh-tight);
}
@media (max-width: 767.98px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: var(--tg-fs-h4);
  line-height: var(--tg-lh-tight);
}

h5 {
  font-size: var(--tg-fs-lede);
  line-height: var(--tg-lh-tight);
}

h6 {
  font-size: var(--tg-fs-body);
  line-height: var(--tg-lh-tight);
}

.display-1,
.tg-display {
  font-family: var(--tg-display-font-family);
  font-size: var(--tg-fs-display);
  font-weight: var(--tg-fw-display);
  line-height: var(--tg-lh-display);
  letter-spacing: var(--tg-ls-display);
  color: var(--tg-fg-strong);
}
@media (max-width: 991.98px) {
  .display-1,
  .tg-display {
    font-size: 48px;
  }
}
@media (max-width: 767.98px) {
  .display-1,
  .tg-display {
    font-size: 38px;
  }
}

.tg-eyebrow {
  font-family: var(--tg-body-font-family);
  font-size: var(--tg-fs-eyebrow);
  font-weight: var(--tg-fw-semi-bold);
  text-transform: uppercase;
  letter-spacing: var(--tg-ls-eyebrow);
  color: var(--tg-accent);
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.list-wrap {
  margin: 0px;
  padding: 0px;
}
.list-wrap li {
  list-style: none;
}

p {
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid var(--tg-common-color-gray);
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: var(--tg-heading-color);
  cursor: pointer;
  font-size: var(--tg-body-font-size);
  font-weight: var(--tg-fw-regular);
}

input[type=color] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: 0;
  cursor: pointer;
  height: 100%;
  width: 100%;
  padding: 0;
  border-radius: 50%;
}

*::-moz-selection {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  text-shadow: none;
}

::-moz-selection {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  text-shadow: none;
}

::selection {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  text-shadow: none;
}

/*=============================
    - Input Placeholder
===============================*/
input,
textarea {
  color: var(--tg-body-color);
}

*::-moz-placeholder {
  color: var(--tg-body-color);
  font-size: var(--tg-body-font-size);
  opacity: 1;
}

*::placeholder {
  color: var(--tg-body-color);
  font-size: var(--tg-body-font-size);
  opacity: 1;
}

textarea,
input[type=url],
input[type=email],
input[type=number],
input[type=text] {
  border: 1px solid var(--tg-border-4);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  font-weight: 500;
  font-size: 14px;
  color: var(--tg-heading-color);
  background: var(--tg-color-gray-2);
  width: 100%;
  padding: 10px 16px;
  height: 45px;
  display: block;
}
textarea::placeholder,
input[type=url]::placeholder,
input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=text]::placeholder {
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
}

textarea {
  min-height: 96px;
  max-height: 96px;
}

.select-grp {
  position: relative;
  z-index: 1;
}
.select-grp::after {
  content: "\f107";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  font-family: "flaticon_tg_default";
  font-weight: 700;
  right: 0;
  font-size: 15px;
  color: var(--tg-body-color);
  line-height: 1;
}

.select-grp select {
  background-color: transparent;
  border: none;
  color: var(--tg-body-color);
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  border-radius: 0;
  outline: none;
  padding: 5px 20px 5px 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  line-height: 1.2;
  height: 40px;
  cursor: pointer;
  border-bottom: 1px solid #D8D8D8;
}

/*=============================
    - Common Classes
===============================*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.section-pt-140 {
  padding-top: 140px;
}
@media (max-width: 991.98px) {
  .section-pt-140 {
    padding-top: 100px;
  }
}
@media (max-width: 767.98px) {
  .section-pt-140 {
    padding-top: 60px;
  }
}

.section-pb-140 {
  padding-bottom: 140px;
}
@media (max-width: 991.98px) {
  .section-pb-140 {
    padding-bottom: 100px;
  }
}
@media (max-width: 767.98px) {
  .section-pb-140 {
    padding-bottom: 60px;
  }
}

.section-py-140 {
  padding: 140px 0;
}
@media (max-width: 991.98px) {
  .section-py-140 {
    padding: 100px 0;
  }
}
@media (max-width: 767.98px) {
  .section-py-140 {
    padding: 60px 0;
  }
}

.section-pt-110 {
  padding-top: 110px;
}
@media (max-width: 767.98px) {
  .section-pt-110 {
    padding-top: 60px;
  }
}

.section-pb-110 {
  padding-bottom: 110px;
}
@media (max-width: 767.98px) {
  .section-pb-110 {
    padding-bottom: 60px;
  }
}

.section-py-120 {
  padding: 120px 0;
}
@media (max-width: 991.98px) {
  .section-py-120 {
    padding: 100px 0;
  }
}
@media (max-width: 767.98px) {
  .section-py-120 {
    padding: 60px 0;
  }
}

.position-sticky {
  position: sticky;
  top: 100px;
}

.p-relative {
  position: relative;
  z-index: 1;
}

/*=============================
    - Bootstrap Custom
=============================*/
.container {
  padding-left: calc(var(--tg-layout-gutter) / 2);
  padding-right: calc(var(--tg-layout-gutter) / 2);
}

.row {
  --bs-gutter-x: 30px;
}

.gutter-y-30 {
  --bs-gutter-y: 30px;
}

.gutter-y-40 {
  --bs-gutter-y: 40px;
}

.gx-0 {
  --bs-gutter-x: 0;
}

.gutter-20 {
  --bs-gutter-x: 20px;
}

.gutter-24 {
  --bs-gutter-x: 24px;
}

.gutter-50 {
  --bs-gutter-x: 50px;
}
@media (max-width: 1500px) {
  .gutter-50 {
    --bs-gutter-x: 30px;
  }
}
@media (max-width: 1199.98px) {
  .gutter-50 {
    --bs-gutter-x: 20px;
  }
}

.gutter-80 {
  --bs-gutter-x: 80px;
}
@media (max-width: 1500px) {
  .gutter-80 {
    --bs-gutter-x: 30px;
  }
}
@media (max-width: 1199.98px) {
  .gutter-80 {
    --bs-gutter-x: 20px;
  }
}

.container {
  max-width: 1280px;
}
@media (max-width: 1500px) {
  .container {
    max-width: 1280px;
  }
}
@media (max-width: 1199.98px) {
  .container {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .container {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}

.custom-container {
  max-width: 1390px;
}
@media (max-width: 1800px) {
  .custom-container {
    max-width: 1390px;
  }
}
@media (max-width: 1500px) {
  .custom-container {
    max-width: 1320px;
  }
}
@media (max-width: 1199.98px) {
  .custom-container {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .custom-container {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .custom-container {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-container {
    max-width: 540px;
  }
}

.custom-container-two {
  max-width: 1760px;
}
@media (max-width: 1800px) {
  .custom-container-two {
    max-width: 1580px;
  }
}
@media (max-width: 1500px) {
  .custom-container-two {
    max-width: 1320px;
  }
}
@media (max-width: 1199.98px) {
  .custom-container-two {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .custom-container-two {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .custom-container-two {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-container-two {
    max-width: 540px;
  }
}

.custom-container-three {
  max-width: 1850px;
}
@media (max-width: 1800px) {
  .custom-container-three {
    max-width: 1580px;
  }
}
@media (max-width: 1500px) {
  .custom-container-three {
    max-width: 1320px;
  }
}
@media (max-width: 1199.98px) {
  .custom-container-three {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .custom-container-three {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .custom-container-three {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-container-three {
    max-width: 540px;
  }
}

.custom-container-four {
  max-width: 1770px;
}
@media (max-width: 1800px) {
  .custom-container-four {
    max-width: 1572px;
  }
}
@media (max-width: 1500px) {
  .custom-container-four {
    max-width: 1350px;
  }
}
@media (max-width: 1199.98px) {
  .custom-container-four {
    max-width: 960px;
  }
}
@media (max-width: 991.98px) {
  .custom-container-four {
    max-width: 720px;
  }
}
@media (max-width: 767.98px) {
  .custom-container-four {
    max-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .custom-container-four {
    max-width: 540px;
  }
}

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

/*=============================
	 Button style
===============================*/
.tg-btn {
  user-select: none;
  -moz-user-select: none;
  background: var(--tg-btn-bg-color) none repeat scroll 0 0;
  border: 0;
  color: var(--tg-btn-text-color);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: var(--tg-fs-sm);
  font-weight: var(--tg-fw-semi-bold);
  font-family: var(--tg-body-font-family);
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 0;
  padding: 15px 26px 17px;
  text-align: center;
  text-transform: none;
  touch-action: manipulation;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  vertical-align: middle;
  -webkit-border-radius: var(--tg-radius-md);
  -moz-border-radius: var(--tg-radius-md);
  -o-border-radius: var(--tg-radius-md);
  -ms-border-radius: var(--tg-radius-md);
  border-radius: var(--tg-radius-md);
  box-shadow: var(--tg-shadow-sm);
  white-space: nowrap;
  overflow: hidden;
  --arrow-hover-move-x: 110%;
  --arrow-hover-move-y: 100%;
  gap: 10px;
}
.tg-btn svg {
  transition: all 0.3s ease-out 0s;
  width: 14px;
}
.tg-btn svg path {
  transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.18s ease-out;
}
.tg-btn svg path:nth-of-type(1) {
  transform: translateX(0) translateY(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}
.tg-btn svg path:nth-of-type(2) {
  transform: translateX(calc(-1 * var(--arrow-hover-move-x))) translateY(var(--arrow-hover-move-y));
  opacity: 0.5;
  transition-delay: 0s, 0s;
}
.tg-btn:hover, .tg-btn:focus-visible {
  background: var(--tg-accent-hover);
  color: var(--tg-btn-text-color);
}
.tg-btn:hover svg path:nth-of-type(1), .tg-btn:focus-visible svg path:nth-of-type(1) {
  transform: translateX(var(--arrow-hover-move-x)) translateY(calc(-1 * var(--arrow-hover-move-y)));
  opacity: 0;
  transition-delay: 0s, 0s;
}
.tg-btn:hover svg path:nth-of-type(2), .tg-btn:focus-visible svg path:nth-of-type(2) {
  transform: translateX(0) translateY(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}
.tg-btn.white-btn {
  background: var(--tg-color-white-default);
  color: var(--tg-theme-secondary);
  box-shadow: var(--tg-shadow-md);
}
.tg-btn.white-btn:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
.tg-btn.black-btn {
  background: var(--tg-theme-secondary);
  color: var(--tg-color-white-default);
  box-shadow: var(--tg-shadow-petal-navy);
}
.tg-btn.black-btn:hover {
  background: var(--tg-theme-primary);
}

.tg-text-btn {
  text-transform: capitalize;
  color: var(--tg-theme-secondary);
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  gap: 10px;
  white-space: nowrap;
  overflow: hidden;
  --arrow-hover-move-x: 110%;
  --arrow-hover-move-y: 100%;
}
.tg-text-btn svg {
  transition: all 0.3s ease-out 0s;
  width: 14px;
}
.tg-text-btn svg path {
  transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.18s ease-out;
}
.tg-text-btn svg path:nth-of-type(1) {
  transform: translateX(0) translateY(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}
.tg-text-btn svg path:nth-of-type(2) {
  transform: translateX(calc(-1 * var(--arrow-hover-move-x))) translateY(var(--arrow-hover-move-y));
  opacity: 0.5;
  transition-delay: 0s, 0s;
}
.tg-text-btn:hover, .tg-text-btn:focus-visible {
  color: var(--tg-theme-primary);
}
.tg-text-btn:hover svg path:nth-of-type(1), .tg-text-btn:focus-visible svg path:nth-of-type(1) {
  transform: translateX(var(--arrow-hover-move-x)) translateY(calc(-1 * var(--arrow-hover-move-y)));
  opacity: 0;
  transition-delay: 0s, 0s;
}
.tg-text-btn:hover svg path:nth-of-type(2), .tg-text-btn:focus-visible svg path:nth-of-type(2) {
  transform: translateX(0) translateY(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}

.tg-btn-two {
  background: var(--tg-color-gray-1);
  color: var(--tg-theme-primary);
  box-shadow: none;
  -webkit-border-radius: var(--tg-radius-md);
  -moz-border-radius: var(--tg-radius-md);
  -o-border-radius: var(--tg-radius-md);
  -ms-border-radius: var(--tg-radius-md);
  border-radius: var(--tg-radius-md);
}

.tg-btn-blue {
  color: var(--tg-theme-primary);
}
.tg-btn-blue:hover {
  color: var(--tg-theme-secondary);
}

.tg-border-btn {
  background: transparent;
  border: 1px solid var(--tg-theme-primary);
  color: var(--tg-theme-primary);
  padding: 14px 26px 16px;
  box-shadow: none;
}
.tg-border-btn:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  border-color: var(--tg-theme-primary);
}

.tg-border-btn-two {
  -webkit-border-radius: var(--tg-radius-md);
  -moz-border-radius: var(--tg-radius-md);
  -o-border-radius: var(--tg-radius-md);
  -ms-border-radius: var(--tg-radius-md);
  border-radius: var(--tg-radius-md);
}

/*=============================
    00. Preloader
===============================*/
#preloader {
  background-color: var(--tg-color-white-default);
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  z-index: 9999;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loader {
  width: 4px;
  color: var(--tg-theme-primary);
  aspect-ratio: 1;
  border-radius: 50%;
  box-shadow: 19px -19px 0 0px, 38px -19px 0 0px, 57px -19px 0 0px, 19px 0 0 5px, 38px 0 0 5px, 57px 0 0 5px, 19px 19px 0 0px, 38px 19px 0 0px, 57px 19px 0 0px;
  transform: translateX(-38px);
  animation: l26 2s infinite linear;
}

@keyframes l26 {
  12.5% {
    box-shadow: 19px -19px 0 0px, 38px -19px 0 0px, 57px -19px 0 5px, 19px 0 0 5px, 38px 0 0 0px, 57px 0 0 5px, 19px 19px 0 0px, 38px 19px 0 0px, 57px 19px 0 0px;
  }
  25% {
    box-shadow: 19px -19px 0 5px, 38px -19px 0 0px, 57px -19px 0 5px, 19px 0 0 0px, 38px 0 0 0px, 57px 0 0 0px, 19px 19px 0 0px, 38px 19px 0 5px, 57px 19px 0 0px;
  }
  50% {
    box-shadow: 19px -19px 0 5px, 38px -19px 0 5px, 57px -19px 0 0px, 19px 0 0 0px, 38px 0 0 0px, 57px 0 0 0px, 19px 19px 0 0px, 38px 19px 0 0px, 57px 19px 0 5px;
  }
  62.5% {
    box-shadow: 19px -19px 0 0px, 38px -19px 0 0px, 57px -19px 0 0px, 19px 0 0 5px, 38px 0 0 0px, 57px 0 0 0px, 19px 19px 0 0px, 38px 19px 0 5px, 57px 19px 0 5px;
  }
  75% {
    box-shadow: 19px -19px 0 0px, 38px -19px 0 5px, 57px -19px 0 0px, 19px 0 0 0px, 38px 0 0 0px, 57px 0 0 5px, 19px 19px 0 0px, 38px 19px 0 0px, 57px 19px 0 5px;
  }
  87.5% {
    box-shadow: 19px -19px 0 0px, 38px -19px 0 5px, 57px -19px 0 0px, 19px 0 0 0px, 38px 0 0 5px, 57px 0 0 0px, 19px 19px 0 5px, 38px 19px 0 0px, 57px 19px 0 0px;
  }
}
/*=============================
    - Background color
===============================*/
.section-bg {
  background: var(--tg-color-gray-2);
  position: relative;
  z-index: 1;
}

.section-bg-two {
  background: var(--tg-color-gray-3);
  position: relative;
  z-index: 1;
}

.white-bg {
  background: var(--tg-color-white-default);
}

.black-bg {
  background: var(--tg-common-color-black);
}

/*=============================
	  OffCanvas
===============================*/
.offCanvas-toggle {
  position: relative;
  margin-right: 40px;
  padding-right: 40px;
}
@media (max-width: 991.98px) {
  .offCanvas-toggle {
    margin-right: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 767.98px) {
  .offCanvas-toggle {
    display: none;
  }
}
.offCanvas-toggle::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60px;
  background: var(--tg-border-1);
}
.offCanvas-toggle .menu-tigger {
  color: var(--tg-heading-color);
}
.offCanvas-toggle .menu-tigger:hover {
  color: var(--tg-theme-primary);
}

.offCanvas__info {
  background: var(--tg-color-white-default) none repeat scroll 0 0;
  height: 100%;
  padding: 90px 70px;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  width: 425px;
  z-index: 999;
  overflow-y: scroll;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.offCanvas__info.active {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.offCanvas__info::-webkit-scrollbar {
  width: 0px;
}
.offCanvas__info-list-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}
.offCanvas__info-list-item:last-child {
  margin-bottom: 0;
}
.offCanvas__info-list-item .icon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-color-gray-1);
  flex: 0 0 auto;
  -webkit-border-radius: 12.5px;
  -moz-border-radius: 12.5px;
  -o-border-radius: 12.5px;
  -ms-border-radius: 12.5px;
  border-radius: 12.5px;
  color: var(--tg-theme-primary);
}
.offCanvas__info-list-item p {
  margin-bottom: 0;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1.5;
}
.offCanvas__info-list-item a {
  color: var(--tg-body-color);
  font-weight: 500;
}
.offCanvas__info-list-item a:hover {
  text-decoration: underline;
  color: var(--tg-theme-primary);
}
.offCanvas__close-icon {
  margin-top: -16px;
  text-align: right;
}
.offCanvas__close-icon button {
  border: 0 none;
  color: var(--tg-color-white-default);
  cursor: pointer;
  font-size: 20px;
  padding: 0;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  background: var(--tg-theme-secondary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: 50px;
  top: 50px;
}
.offCanvas__close-icon button:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  transform: rotate(180deg);
}
.offCanvas__logo img {
  max-height: 34px;
}
.offCanvas__content {
  margin-bottom: 40px;
}
.offCanvas__content p {
  margin-bottom: 0;
  font-weight: 500;
  text-transform: capitalize;
}
.offCanvas__title {
  margin-bottom: 25px;
  font-size: 22px;
}
.offCanvas__social-wrap {
  margin-top: auto;
}
.offCanvas__social-wrap .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
}
.offCanvas__social-wrap .list-wrap li a {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-color-gray-1);
  -webkit-border-radius: 12.5px;
  -moz-border-radius: 12.5px;
  -o-border-radius: 12.5px;
  -ms-border-radius: 12.5px;
  border-radius: 12.5px;
}
.offCanvas__social-wrap .list-wrap li a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
.offCanvas__overly {
  position: fixed;
  background: #000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.offCanvas__overly.active {
  opacity: 0.7;
  visibility: visible;
}

/*=========================
      Breadcrumb
===========================*/
.breadcrumb__bg {
  background-size: cover;
  background-position: center;
  padding: 100px 0px;
  position: relative;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .breadcrumb__bg {
    padding: 80px 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb__bg {
    padding: 60px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb__bg {
    padding: 44px 0px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb__bg {
    padding: 50px 0px;
  }
}
.breadcrumb__bg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(90deg, #0a165e 25.96%, rgba(10, 22, 94, 0.6) 100%);
  display: none;
}
.breadcrumb__content .title {
  margin-bottom: 30px;
  font-size: 40px;
  color: var(--tg-color-dark);
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .breadcrumb__content .title {
    font-size: 34px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb__content .title {
    font-size: 28px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb__content .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb__content .title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.breadcrumb__content .breadcrumb {
  margin-bottom: 0;
  display: inline-flex;
  background: var(--tg-theme-lightprimary);
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -o-border-radius: 80px;
  -ms-border-radius: 80px;
  border-radius: 80px;
  gap: 8px;
  padding: 6px 14px 8px;
}
@media (max-width: 767.98px) {
  .breadcrumb__content .breadcrumb {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
  }
}
.breadcrumb__content .breadcrumb span {
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--tg-color-dark);
  line-height: 1.2;
}
.breadcrumb__content .breadcrumb span a {
  color: var(--tg-color-gray-8);
}
.breadcrumb__content .breadcrumb span a:hover {
  color: var(--tg-color-dark);
}
.breadcrumb__content .breadcrumb span.breadcrumb-separator {
  color: var(--tg-color-gray-8);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .breadcrumb__content .breadcrumb span {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .breadcrumb__content .breadcrumb span {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb__content .breadcrumb span {
    font-size: 12px;
  }
}

/*=============================
    	0. Accordion
===============================*/
.faq__wrap {
  background: var(--tg-color-gray-2);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  padding: 60px 80px 30px 60px;
}
@media (max-width: 1199.98px) {
  .faq__wrap {
    padding: 40px 40px 20px 35px;
  }
}
@media (max-width: 767.98px) {
  .faq__wrap {
    padding: 25px 20px 20px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .faq__wrap {
    padding: 25px 30px 20px 30px;
  }
}
.faq__wrap .title {
  margin-bottom: 20px;
  font-size: 28px;
}
.faq__wrap .accordion-item {
  background: transparent;
  border: none;
  border-radius: 0 !important;
  border-bottom: 1px solid #cbd3db;
}
.faq__wrap .accordion-item:last-child {
  border-bottom: none;
}
.faq__wrap .accordion-button {
  background: transparent;
  padding: 18px 24px 20px 0;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  box-shadow: none;
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
  position: relative;
  color: var(--tg-heading-color);
}
.faq__wrap .accordion-button::after {
  display: none;
}
.faq__wrap .accordion-button::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  color: var(--tg-theme-primary);
  position: absolute;
  right: 0;
  top: 25px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M1.5 14.5L14.5 1.5M14.5 1.5H1.5M14.5 1.5V14.5" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center/contain;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M1.5 14.5L14.5 1.5M14.5 1.5H1.5M14.5 1.5V14.5" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') no-repeat center/contain;
  background-color: var(--tg-heading-color);
}
.faq__wrap .accordion-button:focus {
  box-shadow: none;
}
.faq__wrap .accordion-button:not(.collapsed) {
  color: var(--tg-theme-primary);
}
.faq__wrap .accordion-button:not(.collapsed)::before {
  transform: rotate(90deg);
  background-color: var(--tg-theme-primary);
}
.faq__wrap .accordion-body {
  padding: 0 0 25px 0;
}
.faq__wrap .accordion-body p {
  margin-bottom: 0;
}

/*=============================
    00. Scroll Top
===============================*/
.scroll__top {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  position: fixed;
  bottom: -10%;
  right: 50px;
  font-size: 16px;
  border-radius: 0;
  z-index: 9;
  color: var(--tg-color-white-default);
  text-align: center;
  cursor: pointer;
  background: var(--tg-theme-primary);
  transition: 1s ease;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 1199.98px) {
  .scroll__top {
    right: 25px;
  }
}
@media (max-width: 991.98px) {
  .scroll__top {
    right: 30px;
  }
}
@media (max-width: 767.98px) {
  .scroll__top {
    right: 15px;
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
.scroll__top svg {
  width: 16px;
  height: auto;
}
.scroll__top.open {
  bottom: 30px;
}
@media (max-width: 1199.98px) {
  .scroll__top.open {
    bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  .scroll__top.open {
    bottom: 15px;
  }
}
.scroll__top::after {
  position: absolute;
  z-index: -1;
  content: "";
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
.scroll__top:hover {
  background: var(--tg-theme-secondary);
  color: var(--tg-color-white-default);
}

/*=============================
	00. Section Title
===============================*/
.section__title .sub-title {
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--tg-theme-primary);
  position: relative;
  z-index: 1;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
}
.section__title .sub-title::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
  width: 50px;
  height: 8px;
  background: #CEDCFF;
  z-index: -1;
}
.section__title .title {
  font-size: 40px;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .section__title .title {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  .section__title .title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section__title .title {
    font-size: 36px;
  }
}
@media (max-width: 1199.98px) {
  .section__title .title br {
    display: none;
  }
}
.section__title p {
  margin-bottom: 0;
  margin-top: 15px;
}
.section__title.white-title .sub-title {
  color: var(--tg-color-white-default);
}
.section__title.white-title .sub-title::before {
  background: var(--tg-theme-primary);
}
.section__title.white-title .title {
  color: var(--tg-color-white-default);
}
.section__title-two .sub-title {
  font-weight: 600;
  font-size: 16px;
  border: 1px solid var(--tg-theme-primary);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding: 7px 17px;
}
.section__title-two .sub-title::before {
  display: none;
}

.section__content p {
  margin-bottom: 0;
  font-weight: 500;
  text-transform: capitalize;
}

@media (max-width: 991.98px) {
  .section__title.mb-70,
  .section__title.mb-60 {
    margin-bottom: 40px;
  }
}

@media (max-width: 767.98px) {
  .section__content.mb-50,
  .section__title.mb-50 {
    margin-bottom: 30px;
  }
}

/*=============================
	    Mobile Menu
===============================*/
.tgmobile__search {
  padding: 0 20px 25px 25px;
}
.tgmobile__search form {
  position: relative;
}
.tgmobile__search input {
  display: block;
  width: 100%;
  border: none;
  padding: 10px 45px 10px 20px;
  font-size: 15px;
  height: 45px;
  background: var(--tg-color-gray-2);
  color: var(--tg-heading-color);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.tgmobile__search input::placeholder {
  font-size: 15px;
  color: var(--tg-body-color);
}
.tgmobile__search button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  padding: 0;
  right: 20px;
  line-height: 1;
  background: transparent;
  color: var(--tg-heading-color);
}
.tgmobile__menu {
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right: 30px;
  max-width: 100%;
  height: 100%;
  z-index: 991;
  border-radius: 0px;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) e;
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: translateX(101%);
  -moz-transform: translateX(101%);
  -ms-transform: translateX(101%);
  -o-transform: translateX(101%);
  transform: translateX(101%);
}
.tgmobile__menu .navbar-collapse {
  display: block !important;
}
.tgmobile__menu .nav-logo {
  position: relative;
  padding: 30px 25px;
  text-align: left;
}
.tgmobile__menu .nav-logo img {
  width: 150px;
}
.tgmobile__menu .navigation {
  position: relative;
  display: block;
  width: 100%;
  float: none;
  margin: 0;
  padding: 0;
}
.tgmobile__menu .navigation li {
  position: relative;
  display: block;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tgmobile__menu .navigation li.active > a {
  color: var(--tg-theme-primary);
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn {
  position: absolute;
  right: 20px;
  top: 6px;
  width: 32px;
  height: 32px;
  text-align: center;
  font-size: 16px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--tg-heading-color);
  background: var(--tg-color-gray-2);
  cursor: pointer;
  border-radius: 5px;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 5;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn::after {
  content: "";
  position: absolute;
  right: -20px;
  top: -6px;
  width: 100%;
  height: 46px;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  border-radius: 10px;
  width: 12px;
  height: 2px;
  background-color: var(--tg-theme-secondary);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
  border-radius: 10px;
  width: 2px;
  height: 12px;
  background-color: var(--tg-theme-secondary);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open {
  background-color: var(--tg-theme-primary);
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line {
  background-color: var(--tg-color-white-default);
}
.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line::after {
  display: none;
}
.tgmobile__menu .navigation li > a {
  position: relative;
  display: block;
  padding: 10px 60px 10px 25px;
  font-size: 16px;
  font-weight: 700;
  color: var(--tg-heading-color);
  text-transform: capitalize;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: none;
}
.tgmobile__menu .navigation li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 2px;
  background: var(--tg-theme-primary);
  pointer-events: none;
}
.tgmobile__menu .navigation li ul li > a {
  margin-left: 20px;
}
.tgmobile__menu .navigation li ul li ul li a {
  margin-left: 40px;
}
.tgmobile__menu .navigation li ul li ul li ul li a {
  margin-left: 60px;
}
.tgmobile__menu .navigation li > ul {
  display: none;
}
.tgmobile__menu .navigation li > ul > li > ul {
  display: none;
}
.tgmobile__menu .navigation ul {
  padding: 0;
  margin: 0;
}
.tgmobile__menu .navigation ul li a {
  display: block;
}
.tgmobile__menu .navigation ul li ul li > a {
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}
.tgmobile__menu .navigation:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tgmobile__menu .navigation > li > ul > li:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.tgmobile__menu .navigation > li.active > a::before {
  height: 100%;
}
.tgmobile__menu .close-btn {
  position: absolute;
  right: 15px;
  top: 28px;
  line-height: 30px;
  width: 35px;
  text-align: center;
  font-size: 14px;
  color: var(--tg-theme-primary);
  cursor: pointer;
  padding: 8px;
  z-index: 10;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.tgmobile__menu .close-btn i[class^=flaticon-]:before {
  font-weight: var(--tg-fw-bold) !important;
}
.tgmobile__menu-backdrop {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  -o-transition: all 700ms ease;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.5);
}
.tgmobile__menu .social-links ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  text-align: center;
  padding: 30px 20px 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.tgmobile__menu .social-links ul li {
  position: relative;
  display: inline-block;
  margin: 0px 6px 10px;
}
.tgmobile__menu .social-links ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: var(--tg-theme-secondary);
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  border: 1px solid #efefef;
  border-radius: 6px;
}
.tgmobile__menu .social-links ul li a:hover {
  border-color: var(--tg-theme-primary);
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
.tgmobile__menu .tgmenu__action {
  padding: 0 0;
  margin: 0 0;
}
.tgmobile__menu .tgmenu__action > ul {
  margin: 0 0;
  padding: 30px 20px 0;
  justify-content: center;
  gap: 0 15px;
}
.tgmobile__menu .tgmenu__action > ul li {
  margin: 0 0;
}
.tgmobile__menu .tgmenu__action > ul .header-btn {
  display: block;
}
.tgmobile__menu-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: var(--tg-color-white-default);
  padding: 0px 0px;
  z-index: 5;
  box-shadow: -9px 0 14px 0px rgba(0, 0, 0, 0.06);
}
.tgmobile__menu-outer .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  display: none;
  color: var(--tg-color-white-default);
  margin-right: 30px;
  top: 15px;
}

.mobile-menu-visible {
  overflow: hidden;
}
.mobile-menu-visible .tgmobile__menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
.mobile-menu-visible .tgmobile__menu-backdrop {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-visible .tgmobile__menu .close-btn {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

/*=============================
    00. Keyframe Animation
===============================*/
@-webkit-keyframes hoverShine {
  100% {
    left: 125%;
  }
}
@keyframes hoverShine {
  100% {
    left: 125%;
  }
}
.rotateme {
  -webkit-animation-name: rotateme;
  animation-name: rotateme;
  -webkit-animation-duration: 15s;
  animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.rotatemeTwo {
  -webkit-animation-duration: 90s;
  animation-duration: 90s;
}

.alltuchtopdown {
  -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
  animation-duration: 3s;
}

@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}
@-webkit-keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}
.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-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-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 fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes fadeRight2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -ms-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeRight2 {
  -webkit-animation-name: fadeRight2;
  animation-name: fadeRight2;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
    opacity: 0;
  }
}
@keyframes title-underline {
  0% {
    background-size: 100% 100%;
    background-position-x: 100%;
  }
  100% {
    background-size: 0 100%;
    background-position-x: 100%;
  }
}
@keyframes title-underline-hover {
  0% {
    background-position-x: 0;
    background-size: 0 100%;
  }
  100% {
    background-position-x: 0;
    background-size: 100% 100%;
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

/*=============================
	00. Search
===============================*/
.search__popup {
  padding-top: 70px;
  padding-bottom: 100px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: var(--tg-color-white-default);
  backdrop-filter: blur(10px);
  z-index: 99;
  -webkit-transform: translateY(calc(-100% - 80px));
  -moz-transform: translateY(calc(-100% - 80px));
  -ms-transform: translateY(calc(-100% - 80px));
  -o-transform: translateY(calc(-100% - 80px));
  transform: translateY(calc(-100% - 80px));
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition-delay: 0.5s;
}
@media (max-width: 767.98px) {
  .search__popup {
    padding: 50px 0 40px;
  }
}
.search__popup.search-opened {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
  transition-delay: 0s;
  z-index: 99999999;
}
.search__popup.search-opened .search__input {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -o-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 0.3s;
}
.search__popup.search-opened .search__input::after {
  width: 100%;
  transition-delay: 0.5s;
}
.search__input {
  position: relative;
  height: 80px;
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  -o-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transition-delay: 0.5s;
  opacity: 0;
}
@media (max-width: 767.98px) {
  .search__input {
    height: 40px;
  }
}
.search__input::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: var(--tg-theme-primary);
  transition-delay: 0.3s;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.search__input input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 24px;
  color: var(--tg-heading-color);
  border-bottom: 1px solid transparent;
  padding: 0;
  padding-right: 30px;
}
@media (max-width: 767.98px) {
  .search__input input {
    font-size: 18px;
  }
}
.search__input input::placeholder {
  font-size: 24px;
}
@media (max-width: 767.98px) {
  .search__input input::placeholder {
    font-size: 18px;
  }
}
.search__input button {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  color: var(--tg-theme-primary);
  border: none;
  padding: 0 0;
  background: transparent;
}
.search__close {
  position: absolute;
  top: 10%;
  right: 2%;
  z-index: 2;
}
.search-close-btn {
  margin: 0;
  padding: 0;
  border: none;
  color: var(--tg-theme-primary);
  cursor: pointer;
  background: transparent;
}
.search-popup-overlay {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transition-delay: 0.5s;
  opacity: 0;
  visibility: hidden;
  background: #000d25;
}
.search-popup-overlay.search-popup-overlay-open {
  opacity: 0.55;
  visibility: visible;
  transition-delay: 0s;
}

.search-input-field ~ .search-focus-border {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
  width: 0;
  height: 1px;
  background-color: var(--tg-theme-primary);
  transition: all 0.5s;
}
.search-input-field:focus ~ .search-focus-border {
  width: 100%;
  left: 0;
  right: auto;
  transition: all 0.5s;
}

/*=============================
    	02. Header
===============================*/
.transparent-header {
  position: relative;
  left: 0;
  top: 0px;
  width: 100%;
  z-index: 99;
  height: auto;
}
@media (max-width: 767.98px) {
  .transparent-header {
    top: 0;
  }
}

.tg-header__top {
  padding: 9px 0;
}
@media (max-width: 767.98px) {
  .tg-header__top {
    display: none;
  }
}
.tg-header__top-menu {
  padding: 0 30px;
}
.tg-header__top-menu .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 38px;
}
.tg-header__top-menu .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: var(--tg-color-gray-1);
  font-weight: 500;
  font-size: 14px;
  gap: 5px;
  position: relative;
}
.tg-header__top-menu .list-wrap li::before {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%) rotate(30deg);
  width: 2px;
  height: 14px;
  background: var(--tg-border-1);
}
.tg-header__top-menu .list-wrap li:last-child::before {
  display: none;
}
.tg-header__top-menu .list-wrap li a {
  color: var(--tg-color-gray-1);
}
.tg-header__top-menu .list-wrap li a:hover {
  opacity: 0.8;
}
@media (max-width: 767.98px) {
  .tg-header__area {
    background: var(--tg-color-white-default);
  }
}
.tg-header__area .mobile-nav-toggler {
  position: relative;
  cursor: pointer;
  display: none;
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  background: var(--tg-color-gray-1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--tg-theme-primary);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 1199.98px) {
  .tg-header__area .mobile-nav-toggler {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}
@media (max-width: 767.98px) {
  .tg-header__area .mobile-nav-toggler {
    width: 45px;
    height: 45px;
  }
}
.tg-header__area .mobile-nav-toggler:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
.tg-header__area .mobile-nav-toggler-two {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
.tg-header__area.sticky-menu {
  padding: 0 0;
}

.tgmenu__nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: flex-start;
  background: var(--tg-color-white-default);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  padding: 0 13px 0 30px;
  /* SA's nav bar is a fixed 78px tall — the links no longer set the
     height now that they're short pills. */
  padding: 10px 0px;
}
@media (max-width: 1199.98px) {
  .tgmenu__nav {
    padding: 10px 13px 10px 30px;
  }
}
@media (max-width: 767.98px) {
  .tgmenu__nav {
    padding: 10px 0 10px 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
  }
}
.tgmenu__nav .logo img {
  max-height: 48px;
}
@media (max-width: 767.98px) {
  .tgmenu__nav .logo img {
    max-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .tgmenu__nav .logo {
    width: 50%;
  }
}
.tgmenu__navbar-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-grow: 1;
  /* Fill the bar's full height so each <li> reaches the bottom edge and
     `.sub-menu { top: 100% }` opens flush against it — leaving a gap
     there would break the CSS-only hover on the way to the panel. */
  align-self: stretch;
}
.tgmenu__navbar-wrap ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 0 0 62px;
  /* Top-level items stretch to the full bar height so the dropdown
     stays anchored to the header edge — no hover gap to cross.
     The link itself is the short SA pill inside that box. */
}
.tgmenu__navbar-wrap ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  list-style: none;
  /* Nav link — matches solutionanalysts.com's `deskLinkStyle`:
     14px/500 Inter in gray-600, sitting in an 8px-radius pill
     that fills with gray-50 on hover. */
}
.tgmenu__navbar-wrap ul li a {
  font-size: 14px;
  font-weight: var(--tg-fw-medium);
  text-transform: none;
  color: var(--tg-gray-600);
  font-family: var(--tg-body-font-family);
  padding: 8px 14px;
  -webkit-border-radius: var(--tg-radius-md);
  -moz-border-radius: var(--tg-radius-md);
  -o-border-radius: var(--tg-radius-md);
  -ms-border-radius: var(--tg-radius-md);
  border-radius: var(--tg-radius-md);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  line-height: 1;
  position: relative;
  z-index: 1;
  gap: 4px;
  transition: color 0.2s var(--tg-ease-out), background 0.2s var(--tg-ease-out);
}
.tgmenu__navbar-wrap ul li a:hover {
  background: var(--tg-gray-50);
}
.tgmenu__navbar-wrap ul li .sub-menu {
  position: absolute;
  right: 50%;
  top: 100%;
  min-width: 230px;
  width: 500px;
  border: 1px solid var(--tg-border);
  background: var(--tg-color-white-default);
  margin: 0;
  /* SA's `.drop-panel`: fades and slides down rather than
     scaling, so the card keeps its shape while opening. */
  transform: translateX(50%) translateY(-10px);
  transition: opacity 0.18s var(--tg-ease-out), transform 0.18s var(--tg-ease-out), visibility 0.18s;
  box-shadow: 0 20px 56px rgba(14, 42, 92, 0.14), 0 4px 14px rgba(14, 42, 92, 0.07);
  -webkit-border-radius: var(--tg-radius-lg);
  -moz-border-radius: var(--tg-radius-lg);
  -o-border-radius: var(--tg-radius-lg);
  -ms-border-radius: var(--tg-radius-lg);
  border-radius: var(--tg-radius-lg);
  padding: 8px;
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: start;
}
.tgmenu__navbar-wrap ul li .sub-menu.sub-menu-right {
  right: 0;
  left: auto;
}
.tgmenu__navbar-wrap ul li .sub-menu .sub-menu {
  right: auto;
  left: 100%;
  top: 0;
}
.tgmenu__navbar-wrap ul li .sub-menu li {
  margin-left: 0;
  text-align: left;
  display: block;
  width: 50%;
  /* Mirrors SA's `.drop-item` / `.dil`: 14px semi-bold
     in navy, on an 8px-radius row that tints gray-50. */
}
.tgmenu__navbar-wrap ul li .sub-menu li a {
  padding: 12px 16px;
  display: block;
  color: var(--tg-fg-strong);
  font-size: 14px;
  font-weight: var(--tg-fw-semi-bold);
  font-family: var(--tg-body-font-family);
  text-transform: none;
  line-height: 1.3;
  -webkit-border-radius: var(--tg-radius-md);
  -moz-border-radius: var(--tg-radius-md);
  -o-border-radius: var(--tg-radius-md);
  -ms-border-radius: var(--tg-radius-md);
  border-radius: var(--tg-radius-md);
  transition: background 0.15s var(--tg-ease-out), color 0.15s var(--tg-ease-out);
}
.tgmenu__navbar-wrap ul li .sub-menu li:hover > a, .tgmenu__navbar-wrap ul li .sub-menu li.active > a {
  color: var(--tg-accent);
  background: var(--tg-gray-50);
}
.tgmenu__navbar-wrap ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(50%) translateY(0);
}
.tgmenu__navbar-wrap > ul {
  gap: 4px;
}
.tgmenu__navbar-wrap > ul > li.active > a, .tgmenu__navbar-wrap > ul > li:hover > a {
  color: var(--tg-accent);
}
.tgmenu__navbar-wrap > ul > li {
  /* Active page marker — SA's 2px coral rule pinned to the
     bottom of the bar, inset to the link's pill edges. */
}
.tgmenu__navbar-wrap > ul > li.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 14px;
  right: 14px;
  height: 2px;
  background: var(--tg-accent);
  border-radius: 2px;
}
.tgmenu__main-menu li.menu-item-has-children .dropdown-btn {
  display: none;
}
.tgmenu__main-menu li.menu-item-has-children > a::after {
  content: "\f108";
  display: inline-block;
  font-size: 13px;
  line-height: 0;
  font-weight: var(--tg-fw-bold);
  font-weight: 700;
  font-family: "flaticon_tg_default";
  transform: rotate(180deg);
}
.tgmenu__search {
  margin-inline-end: 25px;
}
@media (max-width: 1199.98px) {
  .tgmenu__search {
    margin-left: auto;
  }
}
.tgmenu__search-form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 535px;
  border-radius: 100px;
  border: 1px solid #D3D2DF;
}
@media (max-width: 1800px) {
  .tgmenu__search-form {
    width: 485px;
  }
}
@media (max-width: 1500px) {
  .tgmenu__search-form {
    width: 380px;
  }
}
@media (max-width: 1199.98px) {
  .tgmenu__search-form {
    width: 500px;
  }
}
@media (max-width: 991.98px) {
  .tgmenu__search-form {
    width: auto;
  }
}
.tgmenu__search-form .select-grp {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  padding: 12px 0 12px 17px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  width: 153px;
  flex: 0 0 auto;
  position: relative;
}
.tgmenu__search-form .select-grp::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background: #BDBABB;
}
@media (max-width: 991.98px) {
  .tgmenu__search-form .select-grp::after {
    display: none;
  }
}
.tgmenu__search-form .select-grp svg {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}
.tgmenu__search-form .select-grp path {
  fill: var(--tg-theme-primary);
}
.tgmenu__search-form .form-select {
  outline: none;
  box-shadow: none;
  border: none;
  padding-left: 8px;
  color: var(--tg-heading-color);
  font-family: var(--tg-heading-font-family);
  font-size: 14px;
}
.tgmenu__search-form .input-grp {
  position: relative;
  flex-grow: 1;
  margin-left: -1px;
}
@media (max-width: 991.98px) {
  .tgmenu__search-form .input-grp {
    display: none;
  }
}
.tgmenu__search-form input {
  display: block;
  width: 100%;
  background: transparent;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 12px 50px 10px 20px;
  height: 50px;
  font-size: 15px;
  font-family: var(--tg-heading-font-family);
}
.tgmenu__search-form input::placeholder {
  color: #8D9DB5;
  font-size: 14px;
}
.tgmenu__search-form [type=submit] {
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 4px;
  width: 44px;
  height: 44px;
  border: none;
  padding: 0 0;
  background: var(--tg-theme-primary);
  font-size: 20px;
  color: var(--tg-color-white-default);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.tgmenu__search-form [type=submit]:hover {
  background: var(--tg-theme-secondary);
  color: var(--tg-heading-color);
}
.tgmenu__search-bar {
  flex-grow: 1;
}
@media (max-width: 1500px) {
  .tgmenu__search-bar {
    max-width: 240px;
  }
}
@media (max-width: 1199.98px) {
  .tgmenu__search-bar {
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .tgmenu__search-bar {
    display: none;
  }
}
.tgmenu__search-bar form {
  position: relative;
}
.tgmenu__search-bar form input {
  display: block;
  width: 100%;
  background: var(--tg-color-white-default);
  border: 1px solid var(--tg-border-2);
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding: 12px 50px 10px 20px;
  height: 45px;
  font-size: 15px;
  font-family: var(--tg-heading-font-family);
}
.tgmenu__search-bar form input::placeholder {
  color: #8D9DB5;
  font-size: 14px;
}
.tgmenu__search-bar form [type=submit] {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  right: 10px;
  border: none;
  padding: 0 0;
  background: transparent;
  font-size: 24px;
  color: #8D9DB5;
}
.tgmenu__search-bar form [type=submit]:hover {
  color: var(--tg-theme-primary);
}
.tgmenu__action {
  /* Header CTA uses SA's small button size (13px / 10px 20px) rather
     than the page-level default, and lifts 2px on hover. */
}
.tgmenu__action .tg-btn {
  font-size: 13px;
  padding: 10px 20px;
  letter-spacing: -0.005em;
}
.tgmenu__action .tg-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(210, 51, 87, 0.42);
}
@media (max-width: 1199.98px) {
  .tgmenu__action {
    margin: 0 10px 0 auto;
  }
}
@media (max-width: 767.98px) {
  .tgmenu__action {
    margin: 0 16px 0 auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tgmenu__action {
    margin: 0 10px 0 auto;
  }
}
.tgmenu__action > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 0px;
}
.tgmenu__action > ul li {
  position: relative;
  margin-left: 10px;
  flex: 0 0 auto;
}
.tgmenu__action > ul li.header-search a {
  font-size: 18px;
  color: var(--tg-color-dark);
  line-height: 0;
}
.tgmenu__action > ul li.header-search a:hover {
  color: var(--tg-theme-primary);
}
.tgmenu__action > ul li.header-btn {
  margin-left: 16px;
}
@media (max-width: 767.98px) {
  .tgmenu__action > ul li.header-btn {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tgmenu__action > ul li.header-btn {
    display: block;
  }
}
.tgmenu__action > ul li.header-btn .tg-btn {
  padding: 16px 26px 18px;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tgmenu__action > ul li.header-btn .tg-btn {
    padding: 12px 20px 14px;
  }
}
@media (max-width: 1199.98px) {
  .tgmenu__action > ul li.offCanvas-menu {
    display: none;
  }
}
.tgmenu__action > ul li.offCanvas-menu a {
  width: 54px;
  height: 54px;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-color-gray-1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.tgmenu__action > ul li.offCanvas-menu a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
.tgmenu__action > ul li:first-child {
  margin-left: 0;
}

.sticky-menu {
  position: fixed;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 99;
  background: var(--tg-color-white-default);
  -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  border-radius: 0;
}

#header-fixed-height {
  /* Placeholder that backfills the gap when the bar goes fixed on
     scroll — must track .tgmenu__nav's height (78 / 64). */
}
#header-fixed-height.active-height {
  display: block;
}

.tg-header__area-two {
  padding-top: 10px 0px !important;
  /* Frosted bar, per solutionanalysts.com's site-nav: translucent white
     over a blurred, saturated backdrop with a hairline base rule. */
  background-color: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border-bottom: 1px solid var(--tg-border);
  transition: background-color 0.3s var(--tg-ease-out);
}
@media (max-width: 767.98px) {
  .tg-header__area-two {
    padding-top: 10px;
  }
}
.tg-header__area-two .tgmenu__nav {
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 10px 0px !important;
}
@media (max-width: 1199.98px) {
  .tg-header__area-two .tgmenu__nav {
    justify-content: space-between;
  }
}
.tg-header__area-two .tgmenu__navbar-wrap ul {
  margin: 0 0 0 auto;
}
.tg-header__area-two .tgmenu__action {
  margin-left: 65px;
}
@media (max-width: 1199.98px) {
  .tg-header__area-two .tgmenu__action {
    margin-left: auto;
  }
}
.tg-header__area-two {
  /* Scrolled state only densifies the glass — SA swaps .88 → .97 and
     keeps the hairline rule instead of dropping a heavy shadow. */
}
.tg-header__area-two.sticky-menu {
  background-color: rgba(255, 255, 255, 0.97);
  box-shadow: none;
  border-bottom: 1px solid var(--tg-border);
}
.tg-header__area-three {
  padding: 10px 0;
}
.tg-header__area-three .tgmenu__navbar-wrap ul {
  margin: 0 auto;
}
.tg-header__area-three .tgmenu__action {
  margin-left: 30px;
}
@media (max-width: 1199.98px) {
  .tg-header__area-three .tgmenu__action {
    margin-left: auto;
  }
}
.tg-header__area-three .tgmenu__action > ul li {
  margin-left: 18px;
}
.tg-header__area-three .tgmenu__action > ul li.header-btn {
  margin-left: 24px;
}
.tg-header__area-three .tgmenu__action .offCanvas-menu-two a {
  width: auto;
  height: auto;
  color: var(--tg-theme-secondary);
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.tg-header__area-three .tgmenu__action .offCanvas-menu-two a:hover {
  background: transparent;
  color: var(--tg-theme-primary);
}

/*=============================
    	03. Slider
===============================*/
.slider__area {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.slider__bg {
  background: var(--tg-theme-secondary);
  padding: 270px 0 180px;
  position: relative;
  z-index: 1;
  min-height: 825px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media (max-width: 1500px) {
  .slider__bg {
    padding: 220px 0 130px;
    min-height: 700px;
  }
}
@media (max-width: 1199.98px) {
  .slider__bg {
    padding: 200px 0 115px;
    min-height: 650px;
  }
}
@media (max-width: 991.98px) {
  .slider__bg {
    padding: 150px 0 100px;
    min-height: 600px;
  }
}
@media (max-width: 767.98px) {
  .slider__bg {
    padding: 120px 0 80px;
  }
}
.slider__bg::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 51%;
  height: auto;
  background: var(--tg-theme-primary);
  z-index: -2;
  clip-path: ellipse(100% 85% at 103% 50%);
}
@media (max-width: 991.98px) {
  .slider__bg::after {
    display: none;
  }
}
.slider__bg::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 52%;
  height: auto;
  background: #0036BE;
  z-index: -2;
  clip-path: ellipse(100% 91% at 104% 52%);
}
@media (max-width: 991.98px) {
  .slider__bg::before {
    display: none;
  }
}
.slider__bg-img {
  position: absolute;
  width: 50%;
  height: auto;
  z-index: -1;
  clip-path: ellipse(100% 87% at 103% 46%);
  right: 0;
  top: 0;
  bottom: 0;
}
@media (max-width: 991.98px) {
  .slider__bg-img {
    display: none;
  }
}
.slider__bg-two {
  clip-path: polygon(100% 95.152%, 100% 95.152%, 99.97% 95.938%, 99.883% 96.684%, 99.743% 97.38%, 99.556% 98.015%, 99.327% 98.58%, 99.059% 99.065%, 98.758% 99.459%, 98.428% 99.753%, 98.074% 99.937%, 97.701% 100%, 70.228% 100%, 70.228% 100%, 69.94% 99.962%, 69.66% 99.85%, 69.392% 99.668%, 69.138% 99.42%, 68.901% 99.111%, 68.684% 98.743%, 68.488% 98.321%, 68.317% 97.848%, 68.174% 97.33%, 68.061% 96.768%, 67.397% 92.807%, 67.397% 92.807%, 67.283% 92.246%, 67.14% 91.727%, 66.969% 91.255%, 66.774% 90.833%, 66.556% 90.465%, 66.319% 90.155%, 66.066% 89.908%, 65.798% 89.726%, 65.518% 89.614%, 65.229% 89.576%, 2.299% 89.576%, 2.299% 89.576%, 1.926% 89.512%, 1.572% 89.329%, 1.242% 89.035%, 0.941% 88.64%, 0.673% 88.156%, 0.444% 87.591%, 0.257% 86.955%, 0.117% 86.26%, 0.03% 85.514%, 0% 84.727%, 0% 4.848%, 0% 4.848%, 0.03% 4.062%, 0.117% 3.316%, 0.257% 2.62%, 0.444% 1.985%, 0.673% 1.42%, 0.941% 0.935%, 1.242% 0.541%, 1.572% 0.247%, 1.926% 0.063%, 2.299% 0%, 97.701% 0%, 97.701% 0%, 98.074% 0.063%, 98.428% 0.247%, 98.758% 0.541%, 99.059% 0.935%, 99.327% 1.42%, 99.556% 1.985%, 99.743% 2.62%, 99.883% 3.316%, 99.97% 4.062%, 100% 4.848%, 100% 95.152%);
  background-size: cover;
  background-position: center;
  min-height: 825px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 120px 0;
}
@media (max-width: 1500px) {
  .slider__bg-two {
    min-height: 680px;
  }
}
@media (max-width: 1199.98px) {
  .slider__bg-two {
    min-height: 620px;
    clip-path: polygon(100% 88.566%, 100% 88.566%, 100% 88.568%, 100% 88.569%, 99.999% 88.57%, 99.999% 88.572%, 99.998% 88.573%, 99.997% 88.574%, 99.997% 88.575%, 99.996% 88.575%, 99.995% 88.576%, 99.994% 88.576%, 99.994% 88.576%, 99.994% 88.576%, 99.993% 88.576%, 99.992% 88.576%, 99.991% 88.577%, 99.99% 88.578%, 99.989% 88.578%, 99.988% 88.58%, 99.988% 88.581%, 99.987% 88.582%, 99.987% 88.584%, 99.987% 88.585%, 99.987% 95.161%, 99.987% 95.161%, 99.945% 95.946%, 99.823% 96.691%, 99.627% 97.385%, 99.365% 98.019%, 99.042% 98.583%, 98.666% 99.066%, 98.244% 99.46%, 97.781% 99.753%, 97.285% 99.937%, 96.761% 100%, 76.108% 100%, 76.108% 100%, 75.655% 99.953%, 75.22% 99.814%, 74.808% 99.59%, 74.422% 99.287%, 74.069% 98.911%, 73.752% 98.467%, 73.476% 97.961%, 73.247% 97.4%, 73.07% 96.789%, 72.948% 96.134%, 72.442% 92.442%, 72.442% 92.442%, 72.321% 91.787%, 72.143% 91.175%, 71.914% 90.614%, 71.638% 90.109%, 71.321% 89.665%, 70.968% 89.288%, 70.582% 88.985%, 70.17% 88.762%, 69.735% 88.623%, 69.283% 88.576%, 3.226% 88.576%, 3.226% 88.576%, 2.703% 88.512%, 2.206% 88.329%, 1.743% 88.036%, 1.321% 87.642%, 0.945% 87.158%, 0.622% 86.595%, 0.36% 85.961%, 0.164% 85.266%, 0.042% 84.522%, 0% 83.737%, 0% 4.839%, 0% 4.839%, 0.042% 4.054%, 0.164% 3.309%, 0.36% 2.615%, 0.622% 1.981%, 0.945% 1.417%, 1.321% 0.934%, 1.743% 0.54%, 2.206% 0.247%, 2.703% 0.063%, 3.226% 0%, 96.774% 0%, 96.774% 0%, 97.297% 0.063%, 97.794% 0.247%, 98.257% 0.54%, 98.679% 0.934%, 99.055% 1.417%, 99.378% 1.981%, 99.64% 2.615%, 99.836% 3.309%, 99.958% 4.054%, 100% 4.839%, 100% 88.566%);
  }
}
@media (max-width: 991.98px) {
  .slider__bg-two {
    clip-path: polygon(100% 88.568%, 100% 88.568%, 100% 88.57%, 100% 88.571%, 99.999% 88.572%, 99.999% 88.573%, 99.998% 88.574%, 99.997% 88.574%, 99.996% 88.575%, 99.996% 88.575%, 99.995% 88.576%, 99.993% 88.576%, 99.993% 88.576%, 99.993% 88.576%, 99.992% 88.576%, 99.991% 88.576%, 99.99% 88.576%, 99.99% 88.577%, 99.989% 88.578%, 99.988% 88.579%, 99.988% 88.58%, 99.987% 88.581%, 99.987% 88.582%, 99.987% 88.583%, 99.987% 95.161%, 99.987% 95.161%, 99.93% 95.946%, 99.765% 96.691%, 99.502% 97.385%, 99.148% 98.019%, 98.714% 98.583%, 98.207% 99.066%, 97.637% 99.46%, 97.013% 99.753%, 96.344% 99.937%, 95.639% 100%, 77.212% 100%, 77.212% 100%, 76.579% 99.949%, 75.971% 99.799%, 75.398% 99.559%, 74.864% 99.234%, 74.379% 98.831%, 73.948% 98.358%, 73.579% 97.82%, 73.279% 97.225%, 73.055% 96.579%, 72.914% 95.89%, 72.476% 92.686%, 72.476% 92.686%, 72.335% 91.996%, 72.111% 91.351%, 71.811% 90.756%, 71.442% 90.218%, 71.011% 89.744%, 70.526% 89.342%, 69.992% 89.017%, 69.419% 88.776%, 68.811% 88.627%, 68.178% 88.576%, 4.348% 88.576%, 4.348% 88.576%, 3.643% 88.512%, 2.974% 88.329%, 2.35% 88.036%, 1.78% 87.642%, 1.273% 87.158%, 0.839% 86.595%, 0.485% 85.961%, 0.222% 85.266%, 0.057% 84.522%, 0% 83.737%, 0% 4.839%, 0% 4.839%, 0.057% 4.054%, 0.222% 3.309%, 0.485% 2.615%, 0.839% 1.981%, 1.273% 1.417%, 1.78% 0.934%, 2.35% 0.54%, 2.974% 0.247%, 3.643% 0.063%, 4.348% 0%, 95.652% 0%, 95.652% 0%, 96.357% 0.063%, 97.026% 0.247%, 97.65% 0.54%, 98.22% 0.934%, 98.727% 1.417%, 99.161% 1.981%, 99.515% 2.615%, 99.778% 3.309%, 99.943% 4.054%, 100% 4.839%, 100% 88.568%);
    min-height: 600px;
    padding: 100px 0;
  }
}
@media (max-width: 767.98px) {
  .slider__bg-two {
    padding: 80px 0;
    min-height: 650px;
    clip-path: polygon(100% 88.572%, 100% 88.572%, 100% 88.572%, 100% 88.573%, 99.999% 88.574%, 99.999% 88.574%, 99.998% 88.575%, 99.997% 88.575%, 99.997% 88.575%, 99.996% 88.575%, 99.995% 88.576%, 99.994% 88.576%, 99.994% 88.576%, 99.994% 88.576%, 99.993% 88.576%, 99.992% 88.576%, 99.991% 88.576%, 99.99% 88.576%, 99.989% 88.577%, 99.988% 88.577%, 99.988% 88.578%, 99.987% 88.578%, 99.987% 88.579%, 99.987% 88.58%, 99.987% 96.923%, 99.987% 96.923%, 99.92% 97.422%, 99.725% 97.896%, 99.415% 98.337%, 98.997% 98.74%, 98.485% 99.099%, 97.887% 99.406%, 97.215% 99.657%, 96.48% 99.843%, 95.691% 99.96%, 94.859% 100%, 82.027% 100%, 82.027% 100%, 81.235% 99.963%, 80.479% 99.857%, 79.771% 99.687%, 79.118% 99.457%, 78.531% 99.174%, 78.018% 98.842%, 77.591% 98.468%, 77.258% 98.055%, 77.028% 97.611%, 76.912% 97.139%, 76.244% 91.437%, 76.244% 91.437%, 76.128% 90.965%, 75.898% 90.52%, 75.565% 90.108%, 75.137% 89.734%, 74.625% 89.402%, 74.038% 89.119%, 73.385% 88.889%, 72.676% 88.719%, 71.921% 88.612%, 71.128% 88.576%, 5.128% 88.576%, 5.128% 88.576%, 4.296% 88.535%, 3.507% 88.419%, 2.772% 88.232%, 2.1% 87.982%, 1.502% 87.675%, 0.989% 87.316%, 0.572% 86.913%, 0.261% 86.471%, 0.067% 85.998%, 0% 85.499%, 0% 3.077%, 0% 3.077%, 0.067% 2.578%, 0.261% 2.104%, 0.572% 1.663%, 0.989% 1.26%, 1.502% 0.901%, 2.1% 0.594%, 2.772% 0.343%, 3.507% 0.157%, 4.296% 0.04%, 5.128% 0%, 94.872% 0%, 94.872% 0%, 95.704% 0.04%, 96.493% 0.157%, 97.229% 0.343%, 97.9% 0.594%, 98.498% 0.901%, 99.011% 1.26%, 99.428% 1.663%, 99.739% 2.104%, 99.933% 2.578%, 100% 3.077%, 100% 88.572%);
  }
}
.slider__bg-two::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 100%);
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .slider__content {
    text-align: center;
  }
}
.slider__content .sub-title {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--tg-color-gray-1);
  z-index: 1;
  line-height: 1.2;
}
.slider__content .sub-title::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
  width: 50px;
  height: 8px;
  background: var(--tg-color-blue-light);
  z-index: -1;
}
.slider__content .title {
  margin-bottom: 12px;
  color: var(--tg-color-white-default);
  font-size: 55px;
}
@media (max-width: 1500px) {
  .slider__content .title {
    font-size: 50px;
  }
}
@media (max-width: 1199.98px) {
  .slider__content .title {
    font-size: 43px;
  }
}
@media (max-width: 767.98px) {
  .slider__content .title {
    font-size: 40px;
  }
}
.slider__content p {
  margin-bottom: 32px;
  font-weight: 500;
  color: var(--tg-color-gray-2);
  width: 90%;
}
@media (max-width: 991.98px) {
  .slider__content p {
    width: 100%;
  }
}
.slider__content .tg-btn:hover {
  background: var(--tg-color-white-default);
  color: var(--tg-heading-color);
}
.slider__content .tg-btn.white-btn:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
@media (max-width: 1500px) {
  .slider__content-two {
    padding: 0 30px;
    margin-top: -40px;
  }
}
@media (max-width: 991.98px) {
  .slider__content-two {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .slider__content-two {
    padding: 0;
  }
}
.slider__content-two .sub-title {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  color: var(--tg-color-white-default);
  border-radius: 5px;
  text-transform: capitalize;
  line-height: 1;
  padding: 6px 14px;
  margin-bottom: 18px;
}
@media (max-width: 991.98px) {
  .slider__content-two .sub-title {
    margin-bottom: 12px;
  }
}
.slider__content-two .title {
  margin-bottom: 15px;
  font-size: 70px;
  color: var(--tg-color-white-default);
  line-height: 1.04;
}
@media (max-width: 1500px) {
  .slider__content-two .title {
    font-size: 60px;
  }
}
@media (max-width: 1199.98px) {
  .slider__content-two .title {
    font-size: 55px;
  }
}
@media (max-width: 991.98px) {
  .slider__content-two .title {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
@media (max-width: 767.98px) {
  .slider__content-two .title {
    font-size: 40px;
  }
}
.slider__content-two p {
  margin-bottom: 42px;
  font-weight: 500;
  color: var(--tg-color-white-default);
  width: 90%;
}
@media (max-width: 1500px) {
  .slider__content-two p {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199.98px) {
  .slider__content-two p {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .slider__content-two p {
    margin-bottom: 20px;
  }
}
.slider__btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 12px;
}
@media (max-width: 991.98px) {
  .slider__btn {
    justify-content: center;
  }
}
.slider__btn-two {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 15px 30px;
}
@media (max-width: 991.98px) {
  .slider__btn-two {
    justify-content: center;
  }
}
.slider-pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: absolute;
  width: auto !important;
  left: auto !important;
  right: 15%;
  bottom: 70px !important;
  z-index: 2;
  justify-content: flex-end;
  gap: 9px;
}
@media (max-width: 991.98px) {
  .slider-pagination {
    left: 50% !important;
    right: auto;
    transform: translateX(-50%);
    bottom: 60px !important;
  }
}
@media (max-width: 767.98px) {
  .slider-pagination {
    bottom: 45px !important;
  }
}
.slider-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 30px;
  height: 8px;
  border-radius: 50px;
  background: var(--tg-color-white-default);
  opacity: 0.5;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.slider-pagination .swiper-pagination-bullet-active {
  width: 60px;
  background: var(--tg-theme-primary);
  opacity: 1;
}
.slider__shape img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.slider-play-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--tg-color-white-default);
  gap: 10px;
}
.slider-play-btn .icon {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-color-white-default);
  color: var(--tg-theme-secondary);
  flex: 0 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.slider-play-btn:hover {
  color: var(--tg-color-white-default);
}
.slider-play-btn:hover .icon {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}

.slider__active-two .swiper-slide-active .slider__content-two .sub-title, .slider__active-two .swiper-slide-active .slider__content .sub-title,
.slider__active .swiper-slide-active .slider__content-two .sub-title,
.slider__active .swiper-slide-active .slider__content .sub-title {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}
.slider__active-two .swiper-slide-active .slider__content-two .title, .slider__active-two .swiper-slide-active .slider__content .title,
.slider__active .swiper-slide-active .slider__content-two .title,
.slider__active .swiper-slide-active .slider__content .title {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}
.slider__active-two .swiper-slide-active .slider__content-two p, .slider__active-two .swiper-slide-active .slider__content p,
.slider__active .swiper-slide-active .slider__content-two p,
.slider__active .swiper-slide-active .slider__content p {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}
.slider__active-two .swiper-slide-active .slider__content-two .slider__btn-two, .slider__active-two .swiper-slide-active .slider__content-two .slider__btn, .slider__active-two .swiper-slide-active .slider__content .slider__btn-two, .slider__active-two .swiper-slide-active .slider__content .slider__btn,
.slider__active .swiper-slide-active .slider__content-two .slider__btn-two,
.slider__active .swiper-slide-active .slider__content-two .slider__btn,
.slider__active .swiper-slide-active .slider__content .slider__btn-two,
.slider__active .swiper-slide-active .slider__content .slider__btn {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

/*=============================
    	03. Banner
===============================*/
.banner__bg {
  background-size: cover;
  background-position: bottom;
  padding: 155px 0 165px;
  position: relative;
  z-index: 0;
}
@media (max-width: 1500px) {
  .banner__bg {
    padding: 125px 0 40px;
  }
}
@media (max-width: 1199.98px) {
  .banner__bg {
    padding: 105px 0 40px;
  }
}
.banner__content {
  margin-top: -60px;
}
@media (max-width: 991.98px) {
  .banner__content {
    margin-top: 0;
    text-align: center;
    margin-bottom: 50px;
  }
}
.banner__content .sub-title {
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--tg-theme-primary);
  position: relative;
  z-index: 1;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
}
.banner__content .title {
  font-size: 60px;
  margin-bottom: 12px;
  line-height: 1.1;
}
@media (max-width: 1199.98px) {
  .banner__content .title {
    font-size: 50px;
  }
}
@media (max-width: 767.98px) {
  .banner__content .title {
    font-size: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner__content .title {
    font-size: 45px;
  }
}
@media (max-width: 991.98px) {
  .banner__content .title br {
    display: none;
  }
}
.banner__content p {
  margin-bottom: 30px;
  font-weight: 500;
  width: 75%;
}
@media (max-width: 1199.98px) {
  .banner__content p {
    width: 100%;
    margin-bottom: 20px;
  }
}
.banner__img {
  position: relative;
  text-align: center;
  z-index: 1;
  padding-top: 55px;
}
@media (max-width: 1500px) {
  .banner__img {
    padding-top: 45px;
  }
}
@media (max-width: 1199.98px) {
  .banner__img .main-img {
    width: 75%;
  }
}
.banner__img .shape {
  position: absolute;
  left: 27px;
  z-index: -1;
  top: 0;
}
@media (max-width: 1199.98px) {
  .banner__img .shape {
    left: 0;
  }
}

.overlay__text-two {
  margin-bottom: 0;
  text-align: center;
  font-weight: 800;
  font-size: 200px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0.26) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute !important;
  bottom: 55px !important;
  top: auto !important;
  left: 0;
  right: 0;
  line-height: 0.8;
  z-index: -1;
  white-space: nowrap;
}
@media (max-width: 1500px) {
  .overlay__text-two {
    font-size: 160px;
  }
}
@media (max-width: 1199.98px) {
  .overlay__text-two {
    font-size: 130px;
  }
}
@media (max-width: 991.98px) {
  .overlay__text-two {
    font-size: 100px;
  }
}
@media (max-width: 767.98px) {
  .overlay__text-two {
    font-size: 60px;
    line-height: 1;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .overlay__text-two {
    font-size: 80px;
  }
}

/*=============================
    	04. Brand
===============================*/
.brand__area {
  padding: 50px 50px;
  background: var(--tg-color-gray-3);
}
@media (max-width: 1500px) {
  .brand__area {
    padding: 50px 30px;
  }
}
@media (max-width: 1199.98px) {
  .brand__area {
    padding: 45px 20px;
  }
}
.brand__area-two {
  padding-top: 60px;
}
.brand__area-three {
  padding: 24px 0;
  margin-top: -80px;
  z-index: -1;
  position: inherit;
}
@media (max-width: 1199.98px) {
  .brand__area-three {
    padding: 19px 0;
    margin-top: -70px;
  }
}
.brand__inner-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767.98px) {
  .brand__inner-wrap {
    flex-wrap: wrap;
  }
}
.brand__inner-wrap-two {
  width: 72%;
}
@media (max-width: 1800px) {
  .brand__inner-wrap-two {
    width: 70%;
  }
}
@media (max-width: 1500px) {
  .brand__inner-wrap-two {
    width: 67%;
  }
}
@media (max-width: 1199.98px) {
  .brand__inner-wrap-two {
    width: 72%;
  }
}
@media (max-width: 767.98px) {
  .brand__inner-wrap-two {
    width: 74%;
  }
}
.brand__title {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
  width: 12%;
  flex: 0 0 auto;
  padding-right: 30px;
  position: relative;
  line-height: 1.5;
  border-right: 1px solid var(--tg-border-5);
}
@media (max-width: 1199.98px) {
  .brand__title {
    width: 17%;
  }
}
@media (max-width: 991.98px) {
  .brand__title {
    width: 20%;
    padding-right: 15px;
  }
}
@media (max-width: 767.98px) {
  .brand__title {
    width: 100%;
    padding-right: 0;
    text-align: center;
    padding-bottom: 15px;
    border-right: none;
    border-bottom: 1px solid var(--tg-border-5);
  }
}
.brand__title::after, .brand__title::before {
  content: "";
  position: absolute;
  right: -4px;
  top: -2px;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  width: 7px;
  height: 7px;
  background: var(--tg-border-5);
}
@media (max-width: 767.98px) {
  .brand__title::after, .brand__title::before {
    right: auto;
    top: auto;
    bottom: -4px;
    left: 0;
  }
}
.brand__title::after {
  top: auto;
  bottom: -2px;
}
@media (max-width: 767.98px) {
  .brand__title::after {
    right: 0;
    top: auto;
    bottom: -4px;
    left: auto;
  }
}
@media (max-width: 767.98px) {
  .brand__title br {
    display: none;
  }
}
.brand__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 50px;
}
.brand__item img {
  cursor: pointer;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/*=============================
    	04. About
===============================*/
.about__area-two {
  padding: 80px 0px;
  background-color: white;
}
.about__img {
  position: relative;
  z-index: 1;
  margin-left: -30px;
  padding-right: 40px;
}
@media (max-width: 1199.98px) {
  .about__img {
    margin-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .about__img {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .about__img {
    margin-bottom: 30px;
  }
}
.about__img .main-img {
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -o-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  width: 100%;
}
.about__img .shape {
  position: absolute;
  right: -79px;
  top: -92px;
  z-index: -1;
  -webkit-animation-duration: 90s;
  animation-duration: 90s;
}
@media (max-width: 1500px) {
  .about__img .shape {
    right: -25px;
    top: -74px;
    width: 220px;
  }
}
@media (max-width: 991.98px) {
  .about__img .shape {
    right: -78px;
    top: -74px;
  }
}
@media (max-width: 767.98px) {
  .about__img .shape {
    right: -50px;
    top: -44px;
    width: 150px;
  }
}
.about__img-two {
  text-align: center;
  position: relative;
}
@media (max-width: 991.98px) {
  .about__img-two {
    margin-bottom: 50px;
  }
}
.about__img-two .shape img {
  position: absolute;
}
.about__img-two .shape img:nth-child(1) {
  top: 0;
  right: 0;
}
@media (max-width: 1199.98px) {
  .about__img-two .shape img:nth-child(1) {
    width: 130px;
  }
}
@media (max-width: 767.98px) {
  .about__img-two .shape img:nth-child(1) {
    width: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__img-two .shape img:nth-child(1) {
    width: 130px;
  }
}
.about__img-two .shape img:nth-child(2) {
  top: 25%;
  right: 0;
}
@media (max-width: 1199.98px) {
  .about__img-two .shape img:nth-child(2) {
    width: 40px;
    top: 31%;
    right: -9%;
  }
}
@media (max-width: 767.98px) {
  .about__img-two .shape img:nth-child(2) {
    width: 30px;
    top: 25%;
    right: 0;
  }
}
.about__img-three {
  position: relative;
  z-index: 1;
}
.about__img-three-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .about__img-three-inner {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .about__img-three-inner {
    gap: 10px;
  }
}
.about__img-three-inner img {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
  object-fit: cover;
}
.about__img-three-inner img.big-img {
  width: 330px;
  height: 490px;
  flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
  .about__img-three-inner img.big-img {
    width: 240px;
    height: 420px;
  }
}
@media (max-width: 991.98px) {
  .about__img-three-inner img.big-img {
    width: 290px;
  }
}
@media (max-width: 767.98px) {
  .about__img-three-inner img.big-img {
    width: 205px;
    height: 350px;
  }
}
.about__img-three-inner .img-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .about__img-three-inner .img-right {
    gap: 10px;
  }
}
.about__img-three-inner .img-right img:nth-child(1) {
  width: 100%;
  height: 320px;
}
@media (max-width: 1199.98px) {
  .about__img-three-inner .img-right img:nth-child(1) {
    height: 260px;
  }
}
@media (max-width: 767.98px) {
  .about__img-three-inner .img-right img:nth-child(1) {
    height: 230px;
  }
}
.about__img-three-inner .img-right img:nth-child(2) {
  width: 100%;
  height: 205px;
}
@media (max-width: 767.98px) {
  .about__img-three-inner .img-right img:nth-child(2) {
    height: 190px;
  }
}
.about__img-three .shape {
  width: 133px;
  height: 133px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: 36%;
  bottom: 30%;
}
@media (max-width: 767.98px) {
  .about__img-three .shape {
    width: 100px;
    height: 100px;
  }
}
.about__img-three .shape::before {
  content: "";
  position: absolute;
  width: 181px;
  height: 181px;
  background: transparent;
  border: 15px solid rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .about__img-three .shape::before {
    width: 145px;
    height: 145px;
  }
}
@media (max-width: 767.98px) {
  .about__img-three .shape svg {
    width: 50px;
    height: auto;
  }
}
.about__img-four {
  position: relative;
  text-align: right;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .about__img-four {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .about__img-four {
    padding-left: 80px;
  }
}
.about__img-four .main-img {
  width: 400px;
  height: 554px;
  object-fit: cover;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -o-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
}
@media (max-width: 1199.98px) {
  .about__img-four .main-img {
    width: 280px;
    height: 480px;
  }
}
@media (max-width: 991.98px) {
  .about__img-four .main-img {
    width: 335px;
    height: 445px;
  }
}
@media (max-width: 767.98px) {
  .about__img-four .main-img {
    width: 100%;
    height: 370px;
  }
}
.about__img-four .img-two {
  position: absolute;
  left: 0;
  top: 37px;
  width: 300px;
  height: 304px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
  border: 10px solid var(--tg-color-white-default);
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .about__img-four .img-two {
    top: 25px;
    width: 240px;
    height: 240px;
  }
}
@media (max-width: 1199.98px) {
  .about__img-four .img-two {
    width: 200px;
    height: 200px;
    border-width: 5px;
  }
}
.about__img-four .shape {
  position: absolute;
  left: -24px;
  bottom: -38px;
  z-index: -1;
}
.about__img-five {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: -30px;
}
@media (max-width: 1199.98px) {
  .about__img-five {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .about__img-five {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .about__img-five {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.about__img-five .main-img {
  width: 390px;
  flex: 0 0 auto;
  overflow: hidden;
  height: 520px;
  object-fit: cover;
  border-radius: 24px;
}
@media (max-width: 1199.98px) {
  .about__img-five .main-img {
    width: 225px;
  }
}
@media (max-width: 991.98px) {
  .about__img-five .main-img {
    width: 300px;
  }
}
@media (max-width: 767.98px) {
  .about__img-five .main-img {
    width: 100%;
    height: 300px;
  }
}
.about__img-five .right-img {
  margin-left: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 20px;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .about__img-five .right-img {
    margin-left: 0;
    flex-grow: 1;
  }
}
.about__img-five .right-img .img-two {
  width: 100%;
  height: 320px;
  object-fit: cover;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -o-border-radius: 16px;
  -ms-border-radius: 16px;
  border-radius: 16px;
}
@media (max-width: 767.98px) {
  .about__img-five .right-img .img-two {
    display: none;
  }
}
.about__img-five .shape {
  position: absolute;
  right: -40px;
  bottom: -24px;
  z-index: -1;
}
.about__content {
  margin-right: 80px;
}
@media (max-width: 1199.98px) {
  .about__content {
    margin-right: 0;
  }
}
.about__content > p {
  margin-bottom: 40px;
  text-transform: capitalize;
  font-weight: 500;
}
@media (max-width: 1199.98px) {
  .about__content > p {
    margin-bottom: 30px;
  }
}
.about__content-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 1199.98px) {
  .about__content-inner {
    gap: 20px;
  }
}
@media (max-width: 767.98px) {
  .about__content-inner {
    flex-wrap: wrap;
  }
}
.about__content-inner-two {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about__content-inner-two .choose__list-three {
  border-right: 1px solid #CED0DE;
  margin-right: 35px;
  padding-right: 35px;
  flex-grow: 1;
}
@media (max-width: 1199.98px) {
  .about__content-inner-two .choose__list-three {
    margin-right: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767.98px) {
  .about__content-inner-two .choose__list-three {
    margin-right: 12px;
    padding-right: 12px;
  }
}
.about__content-inner-three {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .about__content-inner-three {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__content-inner-three {
    flex-wrap: nowrap;
  }
}
.about__content-video {
  width: 53.5%;
  flex: 0 0 auto;
  position: relative;
}
@media (max-width: 1199.98px) {
  .about__content-video {
    width: 45.5%;
  }
}
@media (max-width: 767.98px) {
  .about__content-video {
    width: 100%;
  }
}
.about__content-video img {
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -o-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  height: 250px;
  object-fit: cover;
  width: 100%;
}
.about__content-video .video__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about__content-video-two {
  width: 43.5%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .about__content-video-two {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about__content-video-two {
    width: 43.5%;
  }
}
.about__content-video-two img {
  height: 142px;
  width: 100%;
  -webkit-border-radius: 16px 30px 21px 30px;
  -moz-border-radius: 16px 30px 21px 30px;
  -o-border-radius: 16px 30px 21px 30px;
  -ms-border-radius: 16px 30px 21px 30px;
  border-radius: 16px 30px 21px 30px;
}
.about__content-video-two .video__icon {
  width: 45px;
  height: 45px;
}
.about__content-video-two .video__icon svg {
  width: 13px;
  height: auto;
}
.about__content-two {
  padding: 0 0px 0 60px;
}
@media (max-width: 1199.98px) {
  .about__content-two {
    padding: 0 0 0 35px;
  }
}
@media (max-width: 991.98px) {
  .about__content-two {
    padding: 0;
  }
}
.about__content-two > p {
  margin-bottom: 25px;
  font-weight: 500;
  width: 90%;
}
.about__content-three {
  margin-left: 45px;
}
@media (max-width: 1199.98px) {
  .about__content-three {
    margin-left: 0;
  }
}
.about__content-three p {
  margin-bottom: 35px;
  font-weight: 500;
  width: 95%;
}
@media (max-width: 1199.98px) {
  .about__content-three p {
    margin-bottom: 25px;
    width: 100%;
  }
}
.about__content-three .counter__item {
  width: 35%;
  flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
  .about__content-three .counter__item {
    width: 40%;
  }
}
@media (max-width: 767.98px) {
  .about__content-three .counter__item {
    width: 35%;
  }
}
.about__content-four {
  margin-left: 50px;
}
@media (max-width: 1199.98px) {
  .about__content-four {
    margin-left: 0;
  }
}
.about__content-four p {
  margin-bottom: 25px;
  font-weight: 500;
  width: 95%;
}
@media (max-width: 1199.98px) {
  .about__content-four p {
    width: 100%;
  }
}
.about__content-five {
  margin-right: 80px;
}
@media (max-width: 1199.98px) {
  .about__content-five {
    margin-right: 0;
  }
}
.about__content-five p {
  margin-bottom: 30px;
}
.about__content-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px 35px;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media (max-width: 1199.98px) {
  .about__content-bottom {
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .about__content-bottom {
    gap: 15px 15px;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.about__content-bottom-two {
  margin-top: 30px;
}
.about__list-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  gap: 18px;
}
.about__list-item:hover .icon {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
.about__list-item .icon {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: var(--tg-color-gray-1);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  font-size: 32px;
  line-height: 0;
  color: var(--tg-theme-primary);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.about__list-item .content .title {
  margin-bottom: 4px;
  font-size: 20px;
}
.about__list-item .content p {
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: 500;
}
.about__list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: flex-start;
}
.about__tab-wrap .accordion-item {
  margin-bottom: 10px;
  background: var(--tg-color-white-default);
  border: none;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  border-radius: 10px !important;
  overflow: hidden;
}
.about__tab-wrap .accordion-item:last-child {
  margin-bottom: 0;
}
.about__tab-wrap .accordion-button {
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
  color: var(--tg-heading-color);
  border: none;
  padding: 18px 30px;
}
.about__tab-wrap .accordion-button::after {
  display: none;
}
.about__tab-wrap .accordion-button:not(.collapsed) {
  background: var(--tg-color-white-default);
  color: var(--tg-theme-primary);
  box-shadow: none;
}
.about__tab-wrap .accordion-button:focus {
  box-shadow: none;
}
.about__tab-wrap .accordion-body {
  padding: 0 30px 25px;
}
.about__tab-wrap .accordion-body p {
  margin-bottom: 0;
  font-weight: 500;
  text-transform: capitalize;
}
.about__rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}
.about__rating .thumb {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.about__rating .thumb img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid var(--tg-color-white-default);
}
.about__rating .thumb img:not(:nth-child(1)) {
  margin-left: -20px;
}
.about__rating .rating {
  gap: 2.5;
  margin-bottom: 5px;
}
.about__rating .content span {
  display: block;
  font-weight: 500;
  font-size: 14px;
  text-transform: capitalize;
  color: #444;
}
.about__shape img {
  position: absolute;
  right: -148px;
  top: 34%;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .about__shape img {
    right: -194px;
    top: 28%;
    width: 300px;
  }
}
@media (max-width: 991.98px) {
  .about__shape img {
    top: 35%;
    right: -180px;
  }
}
@media (max-width: 767.98px) {
  .about__shape img {
    top: 35%;
    right: -160px;
    width: 240px;
  }
}

.video__icon {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: var(--tg-color-white-default);
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.video__icon:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
.video__icon::before, .video__icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid var(--tg-color-white-default);
  border-radius: 50%;
  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  animation: pulse-border 2200ms ease-out infinite;
}

.video__icon::after {
  animation-delay: 1100ms;
}

.experience__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 0;
  gap: 5px;
  background: var(--tg-theme-primary);
  -webkit-border-radius: 0 24px 0 15px;
  -moz-border-radius: 0 24px 0 15px;
  -o-border-radius: 0 24px 0 15px;
  -ms-border-radius: 0 24px 0 15px;
  border-radius: 0 24px 0 15px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  width: 80px;
  transform: rotate(180deg);
  min-height: 230px;
  padding: 23px 0 26px 0;
}
.experience__wrap .count {
  margin-bottom: 0;
  color: var(--tg-color-white-default);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  font-size: 50px;
}
.experience__wrap .count span {
  font-size: 30px;
}
.experience__wrap span {
  color: var(--tg-color-white-default);
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  line-height: 1.1;
}

.satisfaction__wrap {
  /*  Was flat coral, which read as a red block against the photo.
      Navy gradient matches the proof bar and the other dark surfaces;
      coral stays reserved for actions and accents. */
  background: linear-gradient(135deg, var(--tg-navy-800) 0%, var(--tg-navy-900) 100%);
  position: absolute;
  left: 7px;
  bottom: 0;
  -webkit-border-radius: 21px 0 21px 21px;
  -moz-border-radius: 21px 0 21px 21px;
  -o-border-radius: 21px 0 21px 21px;
  -ms-border-radius: 21px 0 21px 21px;
  border-radius: 21px 0 21px 21px;
  text-align: center;
  padding: 44px 37px;
}
@media (max-width: 1199.98px) {
  .satisfaction__wrap {
    padding: 25px 20px;
    left: 0;
  }
}
@media (max-width: 767.98px) {
  .satisfaction__wrap {
    padding: 18px 15px;
  }
}
.satisfaction__wrap .icon {
  margin-bottom: 18px;
}
@media (max-width: 767.98px) {
  .satisfaction__wrap .icon {
    margin-bottom: 12px;
  }
}
@media (max-width: 767.98px) {
  .satisfaction__wrap .icon img {
    width: 60px;
  }
}
.satisfaction__wrap span {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  text-transform: capitalize;
  color: var(--tg-color-white-default);
}
@media (max-width: 1199.98px) {
  .satisfaction__wrap span {
    font-size: 16px;
  }
}
@media (max-width: 767.98px) {
  .satisfaction__wrap span {
    font-size: 14px;
  }
}
.satisfaction__wrap-two {
  position: initial;
  border-radius: 20px;
  padding: 30px 37px;
}
@media (max-width: 767.98px) {
  .satisfaction__wrap-two {
    width: 100%;
  }
}

.mfp-iframe-holder .mfp-content {
  max-width: 1200px;
}

/*=============================
    	05. Counter
===============================*/
/*  Both counter bands follow solutionanalysts.com's `proof-bar`:
    a navy gradient strip lit by coral and blue corner glows. The
    template ran the second variant on flat coral, which read as a
    red slab against the rest of the palette. */
.counter__area {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--tg-navy-800) 0%, var(--tg-navy-900) 100%);
}
.counter__area::before, .counter__area::after {
  content: "";
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.counter__area {
  /* Coral, top-right. */
}
.counter__area::before {
  top: -80px;
  right: -80px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--tg-coral-500) 0%, transparent 70%);
  opacity: 0.08;
}
.counter__area {
  /* Blue, bottom-left. */
}
.counter__area::after {
  bottom: -60px;
  left: -60px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--tg-blue-500) 0%, transparent 70%);
  opacity: 0.1;
}
.counter__area .container {
  position: relative;
  z-index: 1;
}
.counter__area {
  padding: 56px 0;
}
.counter__area-two {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--tg-navy-800) 0%, var(--tg-navy-900) 100%);
}
.counter__area-two::before, .counter__area-two::after {
  content: "";
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.counter__area-two {
  /* Coral, top-right. */
}
.counter__area-two::before {
  top: -80px;
  right: -80px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, var(--tg-coral-500) 0%, transparent 70%);
  opacity: 0.08;
}
.counter__area-two {
  /* Blue, bottom-left. */
}
.counter__area-two::after {
  bottom: -60px;
  left: -60px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, var(--tg-blue-500) 0%, transparent 70%);
  opacity: 0.1;
}
.counter__area-two .container {
  position: relative;
  z-index: 1;
}
.counter__area-two {
  z-index: 1;
  padding: 72px 0;
}
@media (max-width: 767.98px) {
  .counter__area-two {
    padding: 56px 0;
  }
}
.counter__area-three {
  padding-top: 80px;
}
@media (max-width: 767.98px) {
  .counter__area-three {
    padding-top: 60px;
  }
}
.counter {
  /*  SA's `.proof-stat` — a left-set column on the dark band. The
      template drew these as hollow outlined numerals at 100px, offset
      in a staircase; solid coral on one baseline reads far better and
      matches the homepage. */
}
.counter__item {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  padding: 0 24px;
  text-align: left;
}
@media (max-width: 767.98px) {
  .counter__item {
    padding: 0 12px;
  }
}
.counter__item .count {
  display: block;
  font-family: var(--tg-display-font-family);
  font-size: clamp(44px, 5vw, 68px);
  font-weight: var(--tg-fw-bold);
  letter-spacing: -0.03em;
  line-height: 1;
  color: var(--tg-accent);
  margin-bottom: 0;
}
.counter__item {
  /*  Unit mark rides small and muted above the baseline, as in
      SA's `.pnum span`. */
}
.counter__item .count-suffix {
  font-size: 0.55em;
  font-weight: var(--tg-fw-medium);
  vertical-align: super;
  color: rgba(255, 255, 255, 0.45);
  letter-spacing: 0;
}
.counter__item p {
  margin-bottom: 0;
  font-weight: var(--tg-fw-medium);
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  text-transform: none;
  color: var(--tg-navy-200);
}
.counter__item-wrap .row > *:nth-child(2) .counter__item {
  /* Stepped indents removed — the stats sit on one
     baseline, divided by hairlines instead. */
  margin-left: 0;
}
.counter__item-wrap .row > *:nth-child(3) .counter__item {
  margin-left: 0;
}
.counter__item-wrap {
  /* Hairline dividers between stats, as on SA's proof bar. */
}
.counter__item-wrap [class*=col-]:not(:last-child) .counter__item {
  border-right: 1px solid var(--tg-border-on-dark);
}
@media (max-width: 767.98px) {
  .counter__item-wrap [class*=col-]:not(:last-child) .counter__item {
    border-right: none;
  }
}
.counter__item-two {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  text-align: center;
  position: relative;
  padding-top: 0;
}
.counter__item-three .count {
  font-size: 80px;
  color: var(--tg-heading-color);
  -webkit-text-stroke: 2px var(--tg-heading-color);
}
@media (max-width: 1199.98px) {
  .counter__item-three .count {
    font-size: 70px;
  }
}
@media (max-width: 767.98px) {
  .counter__item-three .count {
    font-size: 45px;
  }
}
.counter__item-four {
  background: var(--tg-color-gray-2);
  padding: 40px 40px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767.98px) {
  .counter__item-four {
    padding: 30px 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
  }
}
.counter__item-four .shape {
  position: absolute;
  right: 40px;
  bottom: 40px;
  color: #CFD8E2;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767.98px) {
  .counter__item-four .shape {
    right: 30px;
    bottom: 30px;
  }
}
.counter__item-four:hover .shape {
  color: var(--tg-theme-primary);
}
.counter__item-five {
  background: transparent;
  border: 1px solid #E2E4EA;
}
.counter__item-six {
  width: 82%;
}
@media (max-width: 991.98px) {
  .counter__item-six {
    width: 100%;
  }
}
.counter__item-six .count {
  font-size: 80px;
}
@media (max-width: 767.98px) {
  .counter__item-six .count {
    font-size: 55px;
  }
}
.counter__item-six p {
  font-size: 16px;
}
.counter__content .count {
  margin-bottom: 6px;
  font-family: var(--tg-display-font-family);
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: var(--tg-fw-bold);
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--tg-color-white-default);
}
.counter__content p {
  margin-bottom: 0;
  font-weight: var(--tg-fw-medium);
  font-size: 13px;
  line-height: 1.4;
  text-transform: none;
  color: var(--tg-navy-200);
}
.counter__content-two .title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 20px;
}
.counter__content-two p {
  margin-bottom: 32px;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--tg-heading-color);
}
@media (max-width: 767.98px) {
  .counter__content-two p {
    margin-bottom: 20px;
  }
}
.counter__content-two .count {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: var(--tg-theme-primary);
  font-size: 48px;
  margin-bottom: 0;
  line-height: 1;
  border-top: 1px solid #bdcad8;
  padding-top: 35px;
}
@media (max-width: 767.98px) {
  .counter__content-two .count {
    padding-top: 20px;
  }
}
.counter {
  /*  Was absolutely positioned at top:0 behind the numeral — the cause
      of the icon/number overlap. Now a normal-flow tile above the
      number, using the dark-surface treatment from SA's `.why-card`. */
}
.counter__icon {
  position: static;
  left: auto;
  top: auto;
  transform: none;
  z-index: auto;
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: var(--tg-radius-lg);
  -moz-border-radius: var(--tg-radius-lg);
  -o-border-radius: var(--tg-radius-lg);
  -ms-border-radius: var(--tg-radius-lg);
  border-radius: var(--tg-radius-lg);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--tg-border-on-dark);
  color: var(--tg-gold-400);
}
.counter__icon svg {
  width: 36px;
  height: auto;
}

.section__line {
  display: none !important;
  margin-top: 3.3px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 3.03px;
}
.section__line .line {
  display: block;
  height: 5px;
  background: var(--tg-theme-primary);
  width: 100%;
}
.section__line .line:nth-child(2) {
  height: 4px;
}
.section__line .line:nth-child(3) {
  height: 2px;
}
.section__line .line:nth-child(4) {
  height: 1px;
  background: #97b4ff;
}

/*=============================
    	06. Services
===============================*/
.services__area-two.home-services::before {
  display: none;
}
.services__area-two.home-services::after {
  display: none;
}
.services__area-two.home-services .services__icon-wrap {
  background-color: #f3f4fb;
}
.services__area-two.home-services .services__icon-wrap::after {
  box-shadow: 0 22px 0 0 #f3f4fb;
}
.services__area-two .shape {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}
.services__area-two .shape::before, .services__area-two .shape::after, .services__area-two::after, .services__area-two::before {
  content: "";
  position: absolute;
  left: -35px;
  top: 0;
  width: 430px;
  height: 430px;
  background: #4856f5;
  filter: blur(300px);
  z-index: -1;
  opacity: 0.2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  pointer-events: none;
}
.services__area-two::after {
  left: auto;
  top: 100px;
  right: -180px;
  width: 625px;
  height: 625px;
  background: #4899F5;
}
.services__area-two .shape::after {
  width: 580px;
  height: 580px;
  top: auto;
  left: -244px;
  bottom: -410px;
  background: #C56FD3;
}
.services__area-two .shape::before {
  left: auto;
  top: auto;
  right: -235px;
  bottom: -368px;
  width: 640px;
  height: 640px;
  background: #DFA175;
  filter: blur(200px);
}
.services__area-three::after, .services__area-three::before {
  content: "";
  position: absolute;
  left: -113px;
  top: 82px;
  width: 430px;
  height: 430px;
  filter: blur(250px);
  border-radius: 100%;
  background: #C56FD3;
  opacity: 0.2;
  pointer-events: none;
  z-index: -1;
}
.services__area-three::after {
  left: auto;
  right: -111px;
  top: auto;
  bottom: -61px;
  background: #4856F5;
}
.services__item {
  background: var(--tg-color-white-default);
  position: relative;
  padding: 35px 40px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -o-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  z-index: 1;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .services__item {
    padding: 25px 25px;
  }
}
@media (max-width: 767.98px) {
  .services__item {
    padding: 35px 40px;
  }
}
.services__item::after {
  content: "";
  position: absolute;
  background-color: transparent;
  top: -9px;
  height: 40px;
  width: 22px;
  box-shadow: 0 22px 0 0 var(--tg-color-gray-2);
  right: 93px;
  border-bottom-right-radius: 22px;
  transform: rotate(270deg);
  z-index: -1;
}
.services__item:hover .services__icon {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  transform: rotateY(180deg);
}
.services__item-two {
  padding: 50px 60px 75px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  height: 100%;
}
@media (max-width: 1800px) {
  .services__item-two {
    padding: 50px 50px 75px;
  }
}
@media (max-width: 1500px) {
  .services__item-two {
    padding: 35px 35px 55px;
  }
}
@media (max-width: 1199.98px) {
  .services__item-two {
    padding: 30px 30px 45px;
  }
}
@media (max-width: 991.98px) {
  .services__item-two {
    padding: 35px 35px 45px;
  }
}
@media (max-width: 767.98px) {
  .services__item-two {
    padding: 40px 40px 65px;
  }
}
.services__item-two::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  clip-path: polygon(97.69% 15.312%, 97.69% 15.312%, 98.113% 15.689%, 98.497% 16.091%, 98.839% 16.518%, 99.14% 16.966%, 99.398% 17.433%, 99.612% 17.917%, 99.78% 18.415%, 99.901% 18.925%, 99.975% 19.445%, 100% 19.971%, 100% 93.603%, 100% 93.603%, 99.904% 94.641%, 99.626% 95.625%, 99.181% 96.543%, 98.585% 97.381%, 97.852% 98.127%, 96.997% 98.766%, 96.036% 99.286%, 94.983% 99.674%, 93.855% 99.916%, 92.665% 100%, 21.027% 100%, 21.027% 100%, 20.469% 99.981%, 19.918% 99.926%, 19.375% 99.836%, 18.843% 99.71%, 18.324% 99.55%, 17.82% 99.356%, 17.334% 99.13%, 16.867% 98.872%, 16.422% 98.583%, 16.001% 98.263%, 2.309% 87.032%, 2.309% 87.032%, 1.887% 86.655%, 1.503% 86.252%, 1.161% 85.825%, 0.86% 85.377%, 0.602% 84.91%, 0.388% 84.426%, 0.22% 83.928%, 0.099% 83.418%, 0.025% 82.899%, 0% 82.372%, 0% 6.397%, 0% 6.397%, 0.096% 5.359%, 0.374% 4.375%, 0.819% 3.457%, 1.415% 2.619%, 2.148% 1.874%, 3.003% 1.234%, 3.964% 0.714%, 5.017% 0.326%, 6.145% 0.084%, 7.335% 0%, 76.116% 0%, 76.116% 0%, 76.674% 0.019%, 77.225% 0.074%, 77.768% 0.164%, 78.3% 0.29%, 78.819% 0.45%, 79.323% 0.644%, 79.809% 0.87%, 80.276% 1.128%, 80.72% 1.417%, 81.141% 1.737%, 97.69% 15.312%);
  background: var(--tg-color-white-default);
  z-index: -1;
  pointer-events: none;
}
.services__item-two:hover .services__icon-two {
  transform: translateY(5px);
}
.services__item-three {
  position: relative;
  z-index: 1;
  padding: 30px 38px 40px;
}
@media (max-width: 767.98px) {
  .services__item-three {
    padding: 30px 30px 40px;
  }
}
.services__item-three::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  clip-path: polygon(100% 92.574%, 100% 92.574%, 99.869% 93.779%, 99.489% 94.921%, 98.88% 95.987%, 98.064% 96.96%, 97.061% 97.825%, 95.892% 98.567%, 94.578% 99.171%, 93.138% 99.621%, 91.594% 99.903%, 89.967% 100%, 10.033% 100%, 10.033% 100%, 8.406% 99.903%, 6.862% 99.621%, 5.423% 99.171%, 4.108% 98.567%, 2.939% 97.825%, 1.936% 96.96%, 1.12% 95.987%, 0.512% 94.921%, 0.131% 93.779%, 0% 92.574%, 0% 7.426%, 0% 7.426%, 0.131% 6.221%, 0.512% 5.079%, 1.12% 4.013%, 1.936% 3.04%, 2.939% 2.175%, 4.108% 1.433%, 5.423% 0.829%, 6.862% 0.379%, 8.406% 0.097%, 10.033% 0%, 37.111% 0%, 37.111% 0%, 38.283% 0.051%, 39.424% 0.2%, 40.524% 0.443%, 41.572% 0.774%, 42.561% 1.191%, 43.479% 1.687%, 44.318% 2.259%, 45.068% 2.902%, 45.72% 3.611%, 46.263% 4.381%, 46.503% 4.777%, 46.503% 4.777%, 47.046% 5.548%, 47.697% 6.257%, 48.447% 6.899%, 49.286% 7.471%, 50.205% 7.968%, 51.193% 8.384%, 52.242% 8.716%, 53.341% 8.959%, 54.482% 9.108%, 55.655% 9.158%, 89.967% 9.158%, 89.967% 9.158%, 91.594% 9.256%, 93.138% 9.537%, 94.578% 9.987%, 95.892% 10.591%, 97.061% 11.333%, 98.064% 12.199%, 98.88% 13.172%, 99.489% 14.237%, 99.869% 15.38%, 100% 16.584%, 100% 92.574%);
  background: var(--tg-color-white-default);
  z-index: -1;
}
@media (max-width: 767.98px) {
  .services__item-three::before {
    clip-path: polygon(100% 95.05%, 100% 95.05%, 99.935% 95.853%, 99.745% 96.614%, 99.442% 97.325%, 99.035% 97.973%, 98.536% 98.55%, 97.953% 99.045%, 97.298% 99.447%, 96.58% 99.748%, 95.811% 99.935%, 95% 100%, 5% 100%, 5% 100%, 4.189% 99.935%, 3.42% 99.748%, 2.702% 99.447%, 2.047% 99.045%, 1.464% 98.55%, 0.965% 97.973%, 0.558% 97.325%, 0.255% 96.614%, 0.065% 95.853%, 0% 95.05%, 0% 9.181%, 0% 9.181%, 0% 9.177%, 0.001% 9.174%, 0.002% 9.17%, 0.004% 9.167%, 0.007% 9.165%, 0.009% 9.163%, 0.012% 9.161%, 0.015% 9.16%, 0.019% 9.159%, 0.022% 9.158%, 0.022% 9.158%, 0.022% 9.158%, 0.026% 9.158%, 0.029% 9.157%, 0.033% 9.156%, 0.036% 9.154%, 0.038% 9.152%, 0.04% 9.149%, 0.042% 9.146%, 0.044% 9.143%, 0.044% 9.14%, 0.045% 9.136%, 0.045% 4.579%, 0.045% 4.579%, 0.105% 3.836%, 0.28% 3.132%, 0.561% 2.475%, 0.937% 1.875%, 1.399% 1.341%, 1.938% 0.884%, 2.544% 0.511%, 3.208% 0.233%, 3.919% 0.06%, 4.67% 0%, 25.706% 0%, 25.706% 0%, 26.312% 0.036%, 26.9% 0.143%, 27.466% 0.317%, 28.004% 0.554%, 28.508% 0.85%, 28.974% 1.204%, 29.396% 1.61%, 29.769% 2.065%, 30.088% 2.566%, 30.348% 3.11%, 31.537% 6.049%, 31.537% 6.049%, 31.796% 6.592%, 32.115% 7.093%, 32.488% 7.549%, 32.91% 7.955%, 33.376% 8.308%, 33.88% 8.605%, 34.418% 8.842%, 34.984% 9.015%, 35.572% 9.122%, 36.178% 9.158%, 95% 9.158%, 95% 9.158%, 95.811% 9.223%, 96.58% 9.411%, 97.298% 9.711%, 97.953% 10.114%, 98.536% 10.608%, 99.035% 11.185%, 99.442% 11.834%, 99.745% 12.544%, 99.935% 13.306%, 100% 14.109%, 100% 95.05%);
  }
}
.services__content {
  position: relative;
  z-index: 1;
}
.services__content .title {
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 22px;
  width: 70%;
}
@media (max-width: 1199.98px) {
  .services__content .title {
    font-size: 20px;
  }
}
.services__content p {
  margin-bottom: 23px;
  padding-bottom: 23px;
  font-weight: 500;
  text-transform: capitalize;
  border-bottom: 1px solid var(--tg-border-2);
}
.services__content-two .title {
  margin-bottom: 18px;
  font-weight: 700;
  font-size: 24px;
}
.services__content-two p {
  margin-bottom: 25px;
  font-weight: 500;
  text-transform: capitalize;
}
@media (max-width: 1199.98px) {
  .services__content-two p {
    margin-bottom: 15px;
  }
}
.services__content-three .title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 22px;
}
.services__content-three p {
  margin-bottom: 30px;
  text-transform: capitalize;
  font-weight: 500;
}
.services__icon {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-color-gray-4);
  font-size: 40px;
  color: var(--tg-theme-primary);
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -o-border-radius: 17px;
  -ms-border-radius: 17px;
  border-radius: 17px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  line-height: 0;
}
.services__icon-two {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  width: 80px;
  height: 80px;
  margin-bottom: 27px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  background: linear-gradient(145deg, #6893ff 0%, #0143eb 98.75%);
}
.services__icon-two img {
  width: 100%;
}
.services__icon-three {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -o-border-radius: 17px;
  -ms-border-radius: 17px;
  border-radius: 17px;
  background: linear-gradient(145deg, var(--tg-color-blue-light-2) 0%, var(--tg-color-blue-light-3) 100%);
  color: var(--tg-color-white-default);
  font-size: 40px;
  line-height: 0;
  margin-bottom: 30px;
}
.services__icon-wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 84px;
  height: 78px;
  background: var(--tg-color-gray-2);
  padding: 0 6px 8px 8px;
  z-index: 1;
}
.services__icon-wrap::before {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0px;
  height: 40px;
  width: 22px;
  box-shadow: 0 22px 0 0 #fff;
  right: 74%;
  border-bottom-left-radius: 22px;
  z-index: -1;
}
.services__icon-wrap::after {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: -31px;
  height: 40px;
  width: 22px;
  box-shadow: 0 22px 0 0 var(--tg-color-gray-2);
  left: 62%;
  border-bottom-right-radius: 22px;
  transform: rotate(267deg);
  z-index: -1;
}
.services__shape img {
  position: absolute;
  left: -80px;
  top: 41%;
  z-index: -1;
}
@media (max-width: 1500px) {
  .services__shape img {
    top: 9%;
    transform: translateY(0);
    width: 200px;
  }
}
@media (max-width: 767.98px) {
  .services__shape img {
    top: 2%;
    width: 145px;
    left: -60px;
  }
}
.services__details-wrap {
  margin-left: 20px;
}
@media (max-width: 1199.98px) {
  .services__details-wrap {
    margin-left: 0;
  }
}
.services__details-thumb {
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .services__details-thumb {
    margin-bottom: 30px;
  }
}
@media (max-width: 767.98px) {
  .services__details-thumb {
    margin-bottom: 20px;
  }
}
.services__details-thumb img {
  border-radius: 20px;
  width: 100%;
  height: 470px;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .services__details-thumb img {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .services__details-thumb img {
    height: 350px;
  }
}
.services__details-content > .title {
  margin-bottom: 20px;
  font-size: 36px;
}
@media (max-width: 1199.98px) {
  .services__details-content > .title {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .services__details-content > .title {
    font-size: 28px;
  }
}
.services__details-content .text-bold {
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 20px;
  color: var(--tg-heading-color);
  line-height: 1.4;
}
.services__details-content > p {
  margin-bottom: 25px;
}
.services__details-content .title-two {
  margin-bottom: 8px;
  font-size: 28px;
}
.services__details-content .choose__list {
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .services__details-content .choose__list {
    margin-bottom: 20px;
  }
}
.services__details-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .services__details-inner {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .services__details-inner {
    flex-wrap: wrap;
    gap: 25px;
  }
}
.services__details-inner .thumb {
  max-width: 420px;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .services__details-inner .thumb {
    width: 100%;
  }
}
.services__details-inner .thumb img {
  width: 100%;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
.services__details-inner-item {
  background: var(--tg-color-gray-2);
  position: relative;
  z-index: 1;
  padding: 25px 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
@media (max-width: 1199.98px) {
  .services__details-inner-item {
    padding: 20px 22px;
  }
}
.services__details-inner-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 80px;
  height: 78px;
  background: var(--tg-color-white-default);
  -webkit-border-radius: 0 0 15px 0;
  -moz-border-radius: 0 0 15px 0;
  -o-border-radius: 0 0 15px 0;
  -ms-border-radius: 0 0 15px 0;
  border-radius: 0 0 15px 0;
}
.services__details-inner-item .icon {
  position: absolute;
  width: 70px;
  height: 70px;
  background: var(--tg-color-gray-4);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -o-border-radius: 14px;
  -ms-border-radius: 14px;
  border-radius: 14px;
  color: var(--tg-theme-primary);
  font-size: 35px;
  line-height: 0;
  font-weight: 700;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.services__details-inner-item .icon::before, .services__details-inner-item .icon::after {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: -48px;
  height: 40px;
  width: 22px;
  box-shadow: 1px 22px 0 0 var(--tg-color-white-default);
  left: 0px;
  border-bottom-right-radius: 15px;
  transform: rotate(180deg);
  z-index: -1;
}
.services__details-inner-item .icon::before {
  bottom: auto;
  top: 0px;
  left: auto;
  right: -32px;
  box-shadow: 1px 22px 0 0 var(--tg-color-white-default);
  z-index: 1;
}
.services__details-inner-item .content .title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 18px;
  padding-left: 70px;
  min-height: 55px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .services__details-inner-item .content .title {
    min-height: 60px;
  }
}
.services__details-inner-item .content p {
  margin-bottom: 0;
  text-transform: capitalize;
}
.services__details-inner-item:hover .icon {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
.services__details-inner-item-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 1199.98px) {
  .services__details-inner-item-wrap {
    gap: 20px;
  }
}

.services-pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.services-pagination .swiper-pagination-bullet {
  margin: 0 !important;
  width: 12px;
  height: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #909090;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.services-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: -3.3px;
  top: -4.3px;
  width: 20px;
  height: 20px;
  border: 2px solid var(--tg-theme-secondary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.services-pagination .swiper-pagination-bullet-active {
  background: var(--tg-theme-secondary);
}
.services-pagination .swiper-pagination-bullet-active::before {
  opacity: 1;
}

.view__all-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 767.98px) {
  .view__all-btn {
    gap: 15px;
    margin-top: 40px;
  }
}
.view__all-btn .line {
  height: 1px;
  flex-grow: 1;
  background: #C1C3D3;
  position: relative;
}
.view__all-btn .line::before, .view__all-btn .line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 7px;
  width: 7px;
  background: #C1C3D3;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.view__all-btn .line::before {
  left: auto;
  right: 0;
}

@media (max-width: 991.98px) {
  .services__sidebar {
    margin-top: 60px;
  }
}

.sidebar__widget {
  background: var(--tg-color-gray-2);
  padding: 50px 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .sidebar__widget {
    padding: 30px 20px;
  }
}
@media (max-width: 991.98px) {
  .sidebar__widget {
    padding: 50px 40px;
  }
}
@media (max-width: 767.98px) {
  .sidebar__widget {
    padding: 35px 25px;
  }
}
.sidebar__widget:last-child {
  margin-bottom: 0;
}
.sidebar__widget {
  /*  Sidebar CTA. The photo is set per page via data-background;
      a navy gradient sits over it so the panel matches the other
      dark surfaces and the white copy stays legible whatever the
      image happens to be. Same technique as the homepage closing
      CTA. */
}
.sidebar__widget-bg {
  position: relative;
  overflow: hidden;
  background-color: var(--tg-navy-900);
  background-size: cover;
  background-position: center;
  padding: 64px 24px;
  text-align: center;
}
.sidebar__widget-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(160deg, var(--tg-navy-900) 0%, var(--tg-navy-800) 55%, var(--tg-navy-700) 100%);
  opacity: 0.9;
  pointer-events: none;
  z-index: 0;
}
.sidebar__widget-bg {
  /* Coral glow, bottom-right — echoes the closing CTA panel. */
}
.sidebar__widget-bg::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 260px;
  height: 260px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: radial-gradient(circle, var(--tg-coral-500) 0%, transparent 70%);
  opacity: 0.14;
  pointer-events: none;
  z-index: 0;
}
.sidebar__widget-bg > * {
  position: relative;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .sidebar__widget-bg {
    padding: 40px 20px;
  }
}
.sidebar__widget-bg-two {
  padding: 64px 42px;
}
@media (max-width: 1199.98px) {
  .sidebar__widget-bg-two {
    padding: 40px 20px;
  }
}
.sidebar__cat-list .list-wrap li {
  margin-bottom: 10px;
}
.sidebar__cat-list .list-wrap li:last-child {
  margin-bottom: 0;
}
.sidebar__cat-list .list-wrap li a {
  background: var(--tg-color-white-default);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 500;
  font-size: 18px;
  color: var(--tg-heading-color);
  gap: 10px;
  border-radius: 8px;
  padding: 20px 24px 22px;
  line-height: 1;
}
@media (max-width: 1199.98px) {
  .sidebar__cat-list .list-wrap li a {
    padding: 20px 15px 22px;
    font-size: 16px;
  }
}
@media (max-width: 991.98px) {
  .sidebar__cat-list .list-wrap li a {
    padding: 20px 24px 22px;
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .sidebar__cat-list .list-wrap li a {
    padding: 20px 18px 22px;
  }
}
.sidebar__cat-list .list-wrap li a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
.sidebar__contact .title {
  margin-bottom: 8px;
  color: var(--tg-color-white-default);
  font-size: 28px;
}
@media (max-width: 1199.98px) {
  .sidebar__contact .title {
    font-size: 24px;
  }
}
.sidebar__contact p {
  font-weight: 500;
  color: var(--tg-color-white-default);
  width: 85%;
  text-transform: capitalize;
  margin: 0 auto 25px;
}
@media (max-width: 1199.98px) {
  .sidebar__contact p {
    width: 100%;
  }
}
.sidebar__contact {
  /*  Scaled down from the full-width CTA's sizes (53px mark,
      18px label, 24px number) — that block has a whole section to
      breathe in, this one sits in a sidebar that narrows further
      on the blog templates, where the number was wrapping. */
}
.sidebar__contact .cta__contact {
  text-align: left;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 26px;
}
.sidebar__contact .cta__contact .icon svg {
  width: 36px;
  height: auto;
}
.sidebar__contact .cta__contact .content span {
  font-size: 13px;
  font-weight: var(--tg-fw-medium);
  margin-bottom: 5px;
  color: var(--tg-navy-200);
}
.sidebar__contact .cta__contact .content a {
  font-size: 19px;
  font-weight: var(--tg-fw-bold);
  letter-spacing: -0.01em;
  white-space: nowrap;
}
.sidebar__contact .tg-btn {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.sidebar__contact .tg-btn:hover {
  background: var(--tg-color-white-default);
  color: var(--tg-theme-primary);
}
.sidebar__brochure {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sidebar__brochure a {
  background: var(--tg-color-white-default);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 12px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  font-weight: 500;
  color: var(--tg-heading-color);
  padding: 18px 24px;
  line-height: 1;
}
.sidebar__brochure a svg {
  color: var(--tg-theme-primary);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.sidebar__brochure a .content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex: 1;
}
.sidebar__brochure a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
.sidebar__brochure a:hover svg {
  color: var(--tg-color-white-default);
}

.widget__title {
  margin-bottom: 24px;
  padding-bottom: 20px;
  font-size: 22px;
  border-bottom: 1px solid #dbe0e5;
  position: relative;
}
.widget__title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 40px;
  height: 6px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  background: var(--tg-theme-primary);
}

/*  Two cards ship their icon as an <img> SVG instead of the icon font.
    `color` on the tile can't reach an <img>, so those two stayed teal
    (#2E7991) while every other card followed the palette to coral.

    Masking a plain element paints the tile's own `currentColor` through
    the SVG's shape, so these now track the palette exactly like the
    font icons — and the files stay external and cacheable rather than
    inlining ~34KB of path data into the page.

    (The previous `.filter-icon` hover rule bleached the icon white via
    an invert filter. That was written for the old tile, which flooded
    solid coral on hover; against the pale coral-50 tile it would now
    render the icon invisible, so it's gone.) */
.svc-svg-icon {
  display: block;
  /*  Sized in em, not px. These are <i> elements sitting in the same
      slot as the flaticon glyphs, so they inherit the tile's
      `font-size` — 1em therefore matches the font icons exactly, and
      keeps matching if that size is ever changed. */
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  background-color: currentColor;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  /* Paths are relative to the compiled css (assets/css/main.css). */
}
.svc-svg-icon--governance {
  -webkit-mask-image: url("../img/icons/icon-1.svg");
  mask-image: url("../img/icons/icon-1.svg");
}
.svc-svg-icon--bot {
  -webkit-mask-image: url("../img/icons/bot.svg");
  mask-image: url("../img/icons/bot.svg");
}
.svc-svg-icon {
  /*  Without mask support the fill would render as a solid coral
      square. Drop it rather than show a block where an icon belongs. */
}
@supports not ((-webkit-mask-image: url("")) or (mask-image: url(""))) {
  .svc-svg-icon {
    background-color: transparent;
  }
}

/*=============================
    	07. Choose
===============================*/
.choose__area {
  background: var(--tg-theme-secondary);
  padding: 160px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .choose__area {
    padding: 120px 0;
  }
}
@media (max-width: 767.98px) {
  .choose__area {
    padding: 60px 0;
  }
}
.choose__area-two {
  padding: 120px 0;
}
@media (max-width: 767.98px) {
  .choose__area-two {
    padding: 60px 0;
  }
}
@media (max-width: 767.98px) {
  .choose__content {
    margin-bottom: 40px;
  }
}
.choose__content p {
  margin-bottom: 35px;
  font-weight: 500;
  color: var(--tg-color-white-default);
  text-transform: capitalize;
}
.choose__content-two {
  margin-left: 90px;
}
@media (max-width: 1199.98px) {
  .choose__content-two {
    margin-left: 40px;
  }
}
@media (max-width: 991.98px) {
  .choose__content-two {
    margin-left: 0;
    margin-bottom: 0;
  }
}
.choose__content-two p {
  margin-bottom: 25px;
}
.choose__content-three > p {
  margin-bottom: 25px;
  font-weight: 500;
}
.choose__content-four {
  width: 90%;
}
@media (max-width: 1199.98px) {
  .choose__content-four {
    width: 100%;
  }
}
.choose__content-four > p {
  font-weight: 600;
  text-transform: capitalize;
  color: var(--tg-heading-color);
  margin-bottom: 25px;
}
.choose__list {
  margin-left: 50px;
}
@media (max-width: 991.98px) {
  .choose__list {
    margin-left: 0;
  }
}
.choose__list li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 10px;
  color: var(--tg-color-white-default);
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
  margin-bottom: 17px;
}
.choose__list li:last-child {
  margin-bottom: 0;
}
.choose__list li svg {
  color: var(--tg-theme-primary);
  width: 30px;
  flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
  .choose__list li svg {
    width: 25px;
  }
}
.choose__list-two {
  margin-left: 0;
  margin-bottom: 35px;
}
.choose__list-three {
  margin-left: 0;
}
.choose__list-three li {
  color: var(--tg-heading-color);
  margin-bottom: 10px;
}
.choose__list-three li:last-child {
  margin-bottom: 0;
}
.choose__list-three li svg {
  width: 26px;
}
@media (max-width: 1199.98px) {
  .choose__list-three li svg {
    width: 20px;
  }
}
.choose__list-four {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.choose__list-four li {
  width: 50%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .choose__list-four li {
    width: 100%;
  }
}
.choose__list-five {
  margin-bottom: 0;
}
.choose__list-five li {
  font-weight: 500;
}
.choose__img {
  position: absolute;
  right: 0;
  top: 0;
  width: 38%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1199.98px) {
  .choose__img {
    display: none;
  }
}
.choose__img-two {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991.98px) {
  .choose__img-two {
    display: none;
  }
}
.choose__img-three {
  margin-left: 35px;
  clip-path: polygon(22.689% 0%, 22.689% 0%, 23.219% 0.054%, 23.732% 0.213%, 24.224% 0.471%, 24.69% 0.823%, 25.126% 1.263%, 25.527% 1.787%, 25.889% 2.387%, 26.205% 3.059%, 26.472% 3.798%, 26.685% 4.598%, 27.342% 7.551%, 27.342% 7.551%, 27.555% 8.351%, 27.822% 9.09%, 28.138% 9.762%, 28.499% 10.363%, 28.9% 10.886%, 29.336% 11.326%, 29.803% 11.678%, 30.295% 11.936%, 30.808% 12.095%, 31.337% 12.15%, 95.745% 12.15%, 95.745% 12.15%, 96.435% 12.241%, 97.09% 12.507%, 97.7% 12.932%, 98.258% 13.502%, 98.754% 14.203%, 99.179% 15.019%, 99.525% 15.938%, 99.783% 16.943%, 99.944% 18.022%, 100% 19.159%, 100% 92.991%, 100% 92.991%, 99.944% 94.128%, 99.783% 95.206%, 99.525% 96.212%, 99.179% 97.13%, 98.754% 97.947%, 98.258% 98.648%, 97.7% 99.218%, 97.09% 99.643%, 96.435% 99.908%, 95.745% 100%, 4.255% 100%, 4.255% 100%, 3.565% 99.908%, 2.91% 99.643%, 2.3% 99.218%, 1.742% 98.648%, 1.246% 97.947%, 0.821% 97.13%, 0.475% 96.212%, 0.217% 95.206%, 0.056% 94.128%, 0% 92.991%, 0% 7.009%, 0% 7.009%, 0.056% 5.872%, 0.217% 4.794%, 0.475% 3.788%, 0.821% 2.87%, 1.246% 2.053%, 1.742% 1.352%, 2.3% 0.782%, 2.91% 0.357%, 3.565% 0.092%, 4.255% 0%, 22.689% 0%);
  position: relative;
}
@media (max-width: 1199.98px) {
  .choose__img-three {
    clip-path: polygon(27.918% 0%, 27.918% 0%, 28.634% 0.056%, 29.328% 0.221%, 29.993% 0.487%, 30.621% 0.851%, 31.208% 1.305%, 31.745% 1.845%, 32.227% 2.463%, 32.646% 3.155%, 32.997% 3.914%, 33.272% 4.735%, 34.014% 7.414%, 34.014% 7.414%, 34.289% 8.235%, 34.64% 8.995%, 35.06% 9.686%, 35.541% 10.305%, 36.079% 10.844%, 36.665% 11.299%, 37.294% 11.662%, 37.958% 11.929%, 38.652% 12.093%, 39.368% 12.15%, 94.34% 12.15%, 94.34% 12.15%, 95.258% 12.241%, 96.129% 12.507%, 96.941% 12.932%, 97.683% 13.502%, 98.342% 14.203%, 98.908% 15.019%, 99.368% 15.938%, 99.711% 16.943%, 99.926% 18.022%, 100% 19.159%, 100% 92.991%, 100% 92.991%, 99.926% 94.128%, 99.711% 95.206%, 99.368% 96.212%, 98.908% 97.13%, 98.342% 97.947%, 97.683% 98.648%, 96.941% 99.218%, 96.129% 99.643%, 95.258% 99.908%, 94.34% 100%, 5.66% 100%, 5.66% 100%, 4.742% 99.908%, 3.871% 99.643%, 3.059% 99.218%, 2.317% 98.648%, 1.658% 97.947%, 1.092% 97.13%, 0.632% 96.212%, 0.289% 95.206%, 0.074% 94.128%, 0% 92.991%, 0% 7.009%, 0% 7.009%, 0.074% 5.872%, 0.289% 4.794%, 0.632% 3.788%, 1.092% 2.87%, 1.658% 2.053%, 2.317% 1.352%, 3.059% 0.782%, 3.871% 0.357%, 4.742% 0.092%, 5.66% 0%, 27.918% 0%);
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .choose__img-three {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .choose__img-three {
    clip-path: polygon(36.954% 0%, 36.954% 0%, 37.594% 0.038%, 38.213% 0.15%, 38.805% 0.332%, 39.365% 0.579%, 39.886% 0.888%, 40.363% 1.254%, 40.789% 1.674%, 41.159% 2.143%, 41.466% 2.658%, 41.704% 3.214%, 43.716% 8.936%, 43.716% 8.936%, 43.955% 9.492%, 44.262% 10.006%, 44.631% 10.475%, 45.057% 10.895%, 45.534% 11.262%, 46.055% 11.571%, 46.615% 11.818%, 47.207% 11.999%, 47.826% 12.111%, 48.466% 12.15%, 95% 12.15%, 95% 12.15%, 95.811% 12.211%, 96.58% 12.388%, 97.298% 12.671%, 97.953% 13.051%, 98.536% 13.518%, 99.035% 14.063%, 99.442% 14.675%, 99.745% 15.345%, 99.935% 16.064%, 100% 16.822%, 100% 95.327%, 100% 95.327%, 99.935% 96.085%, 99.745% 96.804%, 99.442% 97.475%, 99.035% 98.087%, 98.536% 98.631%, 97.953% 99.098%, 97.298% 99.478%, 96.58% 99.762%, 95.811% 99.939%, 95% 100%, 5% 100%, 5% 100%, 4.189% 99.939%, 3.42% 99.762%, 2.702% 99.478%, 2.047% 99.098%, 1.464% 98.631%, 0.965% 98.087%, 0.558% 97.475%, 0.255% 96.804%, 0.065% 96.085%, 0% 95.327%, 0% 4.673%, 0% 4.673%, 0.065% 3.915%, 0.255% 3.196%, 0.558% 2.525%, 0.965% 1.913%, 1.464% 1.369%, 2.047% 0.902%, 2.702% 0.522%, 3.42% 0.238%, 4.189% 0.061%, 5% 0%, 36.954% 0%);
  }
}
.choose__img-three img {
  width: 100%;
  height: 428px;
  object-fit: cover;
}
.choose__img-four {
  margin-right: 80px;
}
@media (max-width: 1199.98px) {
  .choose__img-four {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .choose__img-four {
    margin-bottom: 50px;
  }
}
.choose__img-four img {
  width: 100%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  object-fit: cover;
}
.choose__shape img {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.choose__shape-two img {
  position: absolute;
  right: -65px;
  bottom: 26%;
  z-index: -1;
}
@media (max-width: 1500px) {
  .choose__shape-two img {
    bottom: 14%;
    width: 250px;
  }
}
@media (max-width: 1199.98px) {
  .choose__shape-two img {
    bottom: 10%;
    width: 200px;
    right: -50px;
  }
}
@media (max-width: 767.98px) {
  .choose__shape-two img {
    bottom: 8%;
    width: 145px;
    right: -40px;
  }
}

.progress__item {
  margin-bottom: 20px;
}
.progress__item:last-child {
  margin-bottom: 0;
}
.progress__item .title {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 16px;
}
.progress__item .progress {
  border: 1px solid #b2b2b2;
  height: 14px;
  border-radius: 50px;
  background: transparent;
  padding: 2px;
  overflow: inherit;
}
.progress__item .progress-bar {
  border-radius: 50px;
  background-color: var(--tg-theme-primary);
  position: relative;
  overflow: inherit;
}
.progress__item .progress-bar .count {
  margin-bottom: 0;
  position: absolute;
  right: 0;
  bottom: 17px;
  font-size: 18px;
}
.progress__wrap {
  overflow: hidden;
}
.progress__wrap-two .progress {
  border: none;
  background: #DDE1E4;
  padding: 0;
  height: 8px;
}
.progress__wrap-two .progress-bar {
  background-color: var(--tg-theme-primary);
}
.progress__wrap-two .progress-bar .count {
  font-size: 16px;
}

.experience__wrap-two {
  position: absolute;
  left: 15px;
  top: 14px;
  background: var(--tg-color-white-default);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  padding: 26px 31px;
}
@media (max-width: 1199.98px) {
  .experience__wrap-two {
    padding: 20px 25px;
  }
}
@media (max-width: 767.98px) {
  .experience__wrap-two {
    padding: 20px 15px;
  }
}
.experience__wrap-two .count {
  margin-bottom: 18px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  line-height: 0.8;
  color: var(--tg-theme-primary);
  font-size: 30px;
}
@media (max-width: 767.98px) {
  .experience__wrap-two .count {
    margin-bottom: 10px;
  }
}
.experience__wrap-two .count .counter-number {
  font-size: 64px;
}
@media (max-width: 767.98px) {
  .experience__wrap-two .count .counter-number {
    font-size: 48px;
  }
}
.experience__wrap-two .text {
  font-weight: 500;
  font-size: 18px;
  text-transform: capitalize;
  line-height: 1.1;
  display: block;
  color: var(--tg-heading-color);
}
@media (max-width: 767.98px) {
  .experience__wrap-two .text {
    font-size: 16px;
  }
}

/*=============================
    	08. Team
===============================*/
@media (max-width: 991.98px) {
  .team__content-wrap {
    margin-bottom: 40px;
  }
}
.team__content-wrap p {
  margin-bottom: 25px;
  font-weight: 500;
  text-transform: capitalize;
  width: 90%;
}
@media (max-width: 1199.98px) {
  .team__content-wrap p {
    width: 100%;
  }
}
.team__item {
  /*  The template desaturated every headshot and drew the accent
      squiggle only on the card marked `.active` — so one person
      appeared in colour and the rest sat grey with no squiggle,
      which reads as a rendering fault rather than a highlight.
      Colour and squiggle are now the default for every card; see
      `&__thumb` below. */
}
.team__item.active .team__social, .team__item:hover .team__social {
  margin-bottom: 0;
}
.team__item {
  /*  Each card holds a link, so it needs to feel live. Matches the
      lift used on the services / work cards, with a slow push-in
      on the portrait. */
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.team__item:hover {
  transform: translateY(-5px);
}
.team__item:hover .team__thumb {
  box-shadow: var(--tg-shadow-lg);
  border-color: var(--tg-navy-200);
}
.team__item:hover .team__thumb img {
  transform: scale(1.04);
}
.team__item:hover {
  /*  Squiggle draws in on hover. 1.1s rather than the original
      3s — that was tuned for a once-on-load reveal; on hover
      the stroke needs to finish before the pointer leaves. */
}
.team__item:hover .team__thumb .shape svg path {
  animation: draw 1.1s linear forwards;
}
@media (prefers-reduced-motion: reduce) {
  .team__item, .team__item:hover {
    transform: none;
  }
  .team__item:hover .team__thumb img {
    transform: none;
  }
  .team__item {
    /*  Show it outright instead of animating the stroke. */
  }
  .team__item:hover .team__thumb .shape svg path {
    animation: none;
    stroke-dashoffset: 0;
  }
}
.team {
  /*  80px between two columns inside an already-narrow 7-col shrank
      the portraits for no benefit; 30px gives the photos the space
      instead of the gap. */
}
.team__item-wrap > .row {
  --bs-gutter-x: 30px;
}
.team__content .title {
  margin-bottom: 4px;
  font-family: var(--tg-display-font-family);
  font-size: 18px;
  font-weight: var(--tg-fw-semi-bold);
  letter-spacing: -0.01em;
  line-height: 1.3;
  text-transform: none;
  color: var(--tg-fg-strong);
}
@media (max-width: 1199.98px) {
  .team__content .title {
    font-size: 17px;
  }
}
.team__content {
  /*  Role sits back from the name rather than competing with it. */
}
.team__content span {
  display: block;
  font-size: 13px;
  font-weight: var(--tg-fw-regular);
  text-transform: none;
  line-height: 1.4;
  color: var(--tg-gray-500);
}
.team__content {
  /*  LinkedIn mark reads as a button, not a loose glyph. */
}
.team__content > a {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: var(--tg-gray-50);
  border: 1px solid var(--tg-border);
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -ms-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.team__content > a:hover {
  background: var(--tg-coral-50);
  border-color: var(--tg-coral-100);
}
.team__thumb {
  overflow: hidden;
  position: relative;
  /*  Framed like every other card on the site (20px radius,
      hairline border, xs shadow). The portraits arrive with mixed
      backdrops — two studio, two environmental — so a consistent
      frame is what holds the grid together. */
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  border: 1px solid var(--tg-border);
  background: var(--tg-navy-50);
  box-shadow: var(--tg-shadow-xs);
  margin-bottom: 16px;
  /*  Portraits come in at mixed ratios — most are ~247x274, but
      some are square — so `width: 100%` alone left the square ones
      rendering ~10% shorter than the rest. Pinning the frame's
      aspect ratio and cropping to fill keeps every card level
      whatever the source image happens to be. */
}
.team__thumb img {
  /* Full colour on every card, not just `.active`. */
  filter: none;
  background-color: var(--tg-color-white-default);
  width: 100%;
  height: 100%;
  aspect-ratio: 247/274;
  object-fit: cover;
  object-position: center top;
  display: block;
  -webkit-transition: all 0.45s ease-out 0s;
  -moz-transition: all 0.45s ease-out 0s;
  -ms-transition: all 0.45s ease-out 0s;
  -o-transition: all 0.45s ease-out 0s;
  transition: all 0.45s ease-out 0s;
}
.team__thumb .shape {
  position: absolute;
  bottom: 0;
  right: 0;
  color: var(--tg-theme-primary);
}
.team__thumb .shape svg {
  /*  Hidden at rest — the full dash offset leaves the path
      undrawn. It draws in on hover (see `&__item:hover`
      below), so the squiggle is a reveal rather than
      permanent decoration on all four cards. */
}
.team__thumb .shape svg path {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
}
.team__social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 55px;
  justify-content: center;
  gap: 5px;
  z-index: 1;
  margin-bottom: -100px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.team__social li a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-color-white-default);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  color: var(--tg-theme-primary);
}
.team__social li a:hover {
  color: var(--tg-color-white-default);
  background: var(--tg-theme-primary);
}
.team__social-two {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 6px;
}
.team__social-two li a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background: #E9EBF8;
  color: var(--tg-heading-color);
}
.team__social-two li a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
.team__shape img {
  position: absolute;
  left: 17%;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1500px) {
  .team__shape img {
    left: 12%;
  }
}
@media (max-width: 1199.98px) {
  .team__shape img {
    width: 240px;
  }
}
@media (max-width: 991.98px) {
  .team__shape img {
    display: none;
  }
}
.team__details-img {
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .team__details-img {
    margin-bottom: 50px;
  }
}
.team__details-img img {
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -o-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  width: 100%;
  height: 590px;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .team__details-img img {
    height: 500px;
  }
}
@media (max-width: 767.98px) {
  .team__details-img img {
    height: 450px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team__details-img img {
    height: 500px;
  }
}
.team__details-img .shape {
  position: absolute;
  right: -2px;
  bottom: -2px;
  color: var(--tg-theme-primary);
}
.team__details-content {
  margin-left: 45px;
}
@media (max-width: 1199.98px) {
  .team__details-content {
    margin-left: 20px;
  }
}
@media (max-width: 991.98px) {
  .team__details-content {
    margin-left: 0;
  }
}
.team__details-content .name {
  font-size: 36px;
  margin-bottom: 5px;
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .team__details-content .name {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .team__details-content .name {
    font-size: 28px;
  }
}
.team__details-content .sub-title {
  font-weight: 600;
  font-size: 18px;
  color: var(--tg-theme-primary);
  position: relative;
  border-bottom: 1px solid #DBE0E5;
  display: inline-block;
  min-width: 270px;
  padding-bottom: 15px;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .team__details-content .sub-title {
    min-width: 100%;
  }
}
.team__details-content .sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 40px;
  height: 6px;
  border-radius: 2px;
  background: var(--tg-theme-primary);
}
.team__details-content > p {
  margin-bottom: 35px;
  text-transform: capitalize;
  width: 82%;
}
@media (max-width: 1199.98px) {
  .team__details-content > p {
    width: 100%;
  }
}
.team__details-content .skill__wrap {
  margin-top: 80px;
}
@media (max-width: 767.98px) {
  .team__details-content .skill__wrap {
    margin-top: 40px;
  }
}
.team__details-content .skill__wrap > .title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 30px;
}
@media (max-width: 767.98px) {
  .team__details-content .skill__wrap > .title {
    font-size: 28px;
  }
}
.team__details-content .skill__wrap > p {
  margin-bottom: 20px;
  text-transform: capitalize;
  width: 97%;
}
.team__details-content .skill__wrap .progress__wrap {
  width: 80%;
}
@media (max-width: 1199.98px) {
  .team__details-content .skill__wrap .progress__wrap {
    width: 90%;
  }
}
@media (max-width: 767.98px) {
  .team__details-content .skill__wrap .progress__wrap {
    width: 100%;
  }
}
.team__details-content .contact__form-wrap-three {
  margin-left: 0;
  margin-top: 80px;
}
@media (max-width: 767.98px) {
  .team__details-content .contact__form-wrap-three {
    margin-top: 40px;
  }
}

@keyframes draw {
  to {
    stroke-dashoffset: 0;
  }
}
/*=============================
    	09. Project
===============================*/
.project__item {
  position: relative;
  z-index: 1;
}
.project__item::before {
  content: "";
  position: absolute;
  right: -1px;
  bottom: -1px;
  width: 78px;
  height: 78px;
  background: var(--tg-color-white-default);
  z-index: 1;
  -webkit-border-radius: 15px 0 0 0;
  -moz-border-radius: 15px 0 0 0;
  -o-border-radius: 15px 0 0 0;
  -ms-border-radius: 15px 0 0 0;
  border-radius: 15px 0 0 0;
}
.project__item:hover .project__thumb::after {
  opacity: 0.9;
}
.project__item:hover .project__content {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.project__item-two {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.project__item-two:hover .project__thumb-two::before {
  opacity: 0.9;
}
.project__item-two:hover .project__content-two {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.project__thumb {
  position: relative;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -o-border-radius: 18px;
  -ms-border-radius: 18px;
  border-radius: 18px;
  overflow: hidden;
}
.project__thumb::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--tg-theme-secondary);
  opacity: 0.9;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  pointer-events: none;
}
.project__thumb img {
  height: 570px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1500px) {
  .project__thumb img {
    height: 470px;
  }
}
@media (max-width: 991.98px) {
  .project__thumb img {
    height: 420px;
  }
}
@media (max-width: 767.98px) {
  .project__thumb img {
    height: 450px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .project__thumb img {
    height: 400px;
  }
}
.project__thumb-two {
  position: relative;
  z-index: 1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
}
.project__thumb-two img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .project__thumb-two img {
    height: 380px;
  }
}
.project__thumb-two::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--tg-theme-secondary);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.project__content {
  text-align: center;
  position: absolute;
  left: 20px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  margin-top: 40px;
}
.project__content .title {
  font-weight: 700;
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 13px;
  color: var(--tg-color-white-default);
}
@media (max-width: 1500px) {
  .project__content .title {
    font-size: 26px;
  }
}
.project__content .title a:hover {
  color: var(--tg-color-white-default);
}
.project__content span {
  display: block;
  line-height: 1;
  font-weight: 700;
  font-size: 16px;
  text-transform: capitalize;
  color: var(--tg-color-white-default);
}
.project__content-two {
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 50px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transform: translateY(100px);
}
@media (max-width: 1199.98px) {
  .project__content-two {
    left: 25px;
    right: 25px;
    bottom: 30px;
  }
}
.project__content-two span {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  display: inline-block;
  line-height: 1;
  border-radius: 30px;
  padding: 8px 12px;
  font-weight: 500;
  margin-bottom: 20px;
}
.project__content-two .title {
  margin-bottom: 0;
  color: var(--tg-color-white-default);
  font-weight: 700;
  font-size: 30px;
}
@media (max-width: 1199.98px) {
  .project__content-two .title {
    font-size: 26px;
  }
}
.project__content-two .title a {
  background-repeat: no-repeat;
  background-position-y: -1px;
  background-image: linear-gradient(transparent calc(100% - 2px), var(--tg-color-white-default) 1px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) title-underline forwards;
}
.project__content-two .title a:hover {
  color: var(--tg-color-white-default);
  animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) title-underline-hover forwards;
}
.project__icon {
  position: relative;
  z-index: 1;
}
.project__icon::before, .project__icon::after {
  content: "";
  position: absolute;
  background-color: transparent;
  bottom: 0;
  height: 40px;
  width: 20px;
  box-shadow: 1px 20px 0 0 var(--tg-color-white-default);
  right: 76px;
  border-bottom-right-radius: 20px;
  z-index: -2;
}
.project__icon::before {
  top: -117px;
  bottom: auto;
  right: 0;
  z-index: -1;
  border-bottom-right-radius: 20px;
}
.project__icon a {
  width: 70px;
  height: 70px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-color-gray-2);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
}
.project__icon a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
.project-pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 90px;
  gap: 9px;
}
@media (max-width: 1199.98px) {
  .project-pagination {
    margin-top: 40px;
  }
}
.project-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 8px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  background: var(--tg-color-gray-5);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.project-pagination .swiper-pagination-bullet-active {
  width: 60px;
  background: var(--tg-theme-primary);
}
.project__details-thumb {
  margin-bottom: 50px;
}
@media (max-width: 767.98px) {
  .project__details-thumb {
    margin-bottom: 20px;
  }
}
.project__details-thumb img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 1500px) {
  .project__details-thumb img {
    height: 500px;
  }
}
@media (max-width: 991.98px) {
  .project__details-thumb img {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .project__details-thumb img {
    height: 300px;
  }
}
.project__details-content {
  margin-right: 20px;
}
@media (max-width: 1199.98px) {
  .project__details-content {
    margin-right: 0;
  }
}
.project__details-content .title {
  margin-bottom: 15px;
  font-size: 36px;
}
@media (max-width: 1199.98px) {
  .project__details-content .title {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .project__details-content .title {
    font-size: 26px;
  }
}
.project__details-content > p {
  margin-bottom: 25px;
}
.project__details-content .title-two {
  margin-bottom: 16px;
  font-size: 28px;
}
@media (max-width: 1199.98px) {
  .project__details-content .title-two {
    font-size: 25px;
  }
}
.project__details-content-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px 60px;
}
@media (max-width: 1199.98px) {
  .project__details-content-bottom {
    gap: 20px 30px;
  }
}
@media (max-width: 767.98px) {
  .project__details-content-bottom {
    flex-wrap: wrap;
  }
}
.project__details-content-bottom .thumb {
  width: 49.5%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .project__details-content-bottom .thumb {
    width: 100%;
  }
}
.project__details-content-bottom .thumb img {
  width: 100%;
  height: 350px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  object-fit: cover;
}
.project__details-content-bottom-right {
  flex-grow: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (max-width: 767.98px) {
  .project__details-content-bottom-right {
    flex-direction: row;
    gap: 20px;
  }
}
.project__details-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 767.98px) {
  .project__details-inner {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.project__details-inner-img {
  width: 49.5%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .project__details-inner-img {
    width: 100%;
  }
}
.project__details-inner-img img {
  width: 100%;
  height: 256px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  object-fit: cover;
}
.project__details-info > .list-wrap > li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.4;
  margin-bottom: 28px;
}
.project__details-info > .list-wrap > li:last-child {
  margin-bottom: 0;
}
.project__details-info > .list-wrap > li span {
  width: 90px;
  flex: 0 0 auto;
  font-weight: 700;
  font-size: 18px;
  color: var(--tg-heading-color);
}
.project__details-info > .list-wrap > li .social__wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 12px;
}
.project__details-info > .list-wrap > li .social__wrap li a {
  color: var(--tg-body-color);
}
.project__details-info > .list-wrap > li .social__wrap li a:hover {
  color: var(--tg-theme-primary);
}
.project__inner-item .project__thumb {
  height: 460px;
}
@media (max-width: 1500px) {
  .project__inner-item .project__thumb {
    height: 400px;
  }
}

.overlay__text {
  margin-bottom: 0;
  font-size: 350px;
  text-align: center;
  line-height: 0.8;
  color: var(--tg-color-gray-2);
  position: absolute;
  bottom: -65px;
  left: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1500px) {
  .overlay__text {
    font-size: 270px;
    bottom: -12px;
  }
}
@media (max-width: 1199.98px) {
  .overlay__text {
    font-size: 200px;
  }
}
@media (max-width: 991.98px) {
  .overlay__text {
    font-size: 150px;
    bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .overlay__text {
    font-size: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .overlay__text {
    font-size: 120px;
  }
}

/*=============================
    	10. Marquee
===============================*/
.marquee__area {
  background: var(--tg-theme-primary);
  padding: 15px 0 9px 0;
}
.marquee__item {
  margin-right: 12px;
  display: inline;
  line-height: 1;
  font-weight: 600;
  font-size: 20px;
  text-transform: capitalize;
  color: var(--tg-color-white-default);
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 0;
}
.marquee__item-two {
  margin-right: 20px;
  display: inline;
  line-height: 1;
}
.marquee__item-two:nth-child(even) a {
  color: var(--tg-heading-color);
}
.marquee__item-two:nth-child(even) a:hover {
  color: transparent;
}
.marquee__item-two a {
  font-size: 60px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke: 1.5px var(--tg-heading-color);
  display: inline-flex;
  align-items: center;
}
@media (max-width: 1199.98px) {
  .marquee__item-two a {
    font-size: 50px;
  }
}
@media (max-width: 991.98px) {
  .marquee__item-two a {
    font-size: 45px;
  }
}
@media (max-width: 767.98px) {
  .marquee__item-two a {
    font-size: 40px;
  }
}
.marquee__item-two a:hover {
  color: var(--tg-heading-color);
  -webkit-text-stroke: 1.5px var(--tg-heading-color);
}
.marquee__item-two a svg {
  color: var(--tg-theme-primary);
  margin-right: 20px;
}

/*=============================
    	11. Testimonial
===============================*/
.testimonial__area {
  /*  Quote band — follows solutionanalysts.com's `.tm-section`:
      96px on gray-50, so it separates from the white sections
      either side of it. `-two` is the homepage, `-four` the inner
      pages; both share one treatment so the sections match. */
}
.testimonial__area-two, .testimonial__area-four {
  position: relative;
  padding: 96px 0;
  background: var(--tg-gray-50);
}
@media (max-width: 991.98px) {
  .testimonial__area-two, .testimonial__area-four {
    padding: 72px 0;
  }
}
@media (max-width: 767.98px) {
  .testimonial__area-two, .testimonial__area-four {
    padding: 56px 0;
  }
}
.testimonial__area-two::after, .testimonial__area-two::before, .testimonial__area-four::after, .testimonial__area-four::before {
  content: "";
  position: absolute;
  left: -35px;
  bottom: -108px;
  width: 430px;
  height: 430px;
  filter: blur(300px);
  pointer-events: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
  /* Was the theme's indigo/sky; on the petal palette now. */
  background: var(--tg-blue-500);
  opacity: 0.07;
}
.testimonial__area-two::after, .testimonial__area-four::after {
  left: auto;
  right: -180px;
  bottom: auto;
  top: 230px;
  width: 625px;
  height: 625px;
  background: var(--tg-teal-500);
  opacity: 0.06;
}
.testimonial__area-two, .testimonial__area-four {
  /*  Slides size to the tallest card so the row bottoms line up. */
}
.testimonial__area-two .swiper-slide, .testimonial__area-four .swiper-slide {
  height: auto;
}
.testimonial__area-three {
  background: var(--tg-theme-primary);
  position: relative;
  z-index: 1;
}
.testimonial__top-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 50px;
  justify-content: center;
  margin-bottom: 50px;
}
@media (max-width: 991.98px) {
  .testimonial__top-wrap {
    gap: 40px;
    margin-bottom: 35px;
  }
}
@media (max-width: 767.98px) {
  .testimonial__top-wrap {
    gap: 15px;
    flex-wrap: wrap;
    text-align: center;
  }
}
.testimonial__top-wrap .count {
  margin-bottom: 0;
  color: var(--tg-color-white-default);
  font-size: 110px;
  line-height: 1;
  width: 24%;
  flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
  .testimonial__top-wrap .count {
    font-size: 100px;
  }
}
@media (max-width: 991.98px) {
  .testimonial__top-wrap .count {
    font-size: 70px;
  }
}
@media (max-width: 767.98px) {
  .testimonial__top-wrap .count {
    font-size: 50px;
    width: 100%;
  }
}
.testimonial__top-wrap .title {
  margin-bottom: 0;
  color: var(--tg-color-white-default);
  font-weight: 500;
  font-size: 40px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .testimonial__top-wrap .title {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .testimonial__top-wrap .title {
    font-size: 28px;
  }
}
.testimonial__top-wrap .title::before {
  content: "";
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 90%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: var(--tg-color-white-default);
}
@media (max-width: 767.98px) {
  .testimonial__top-wrap .title::before {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .testimonial__top-wrap .title br {
    display: none;
  }
}
.testimonial__top-wrap .title span {
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .testimonial__content-wrap {
    margin-bottom: 40px;
  }
}
.testimonial__content-wrap p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  width: 90%;
}
@media (max-width: 1199.98px) {
  .testimonial__content-wrap p {
    width: 100%;
  }
}
.testimonial__item {
  background: var(--tg-color-white-default);
  padding: 40px 24px 40px 40px;
  border-radius: 20px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1500px) {
  .testimonial__item {
    padding: 30px 24px 30px 24px;
  }
}
@media (max-width: 767.98px) {
  .testimonial__item {
    padding: 40px 24px 40px 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial__item {
    padding: 30px 24px 30px 24px;
  }
}
.testimonial__item .rating {
  margin-bottom: 17px;
}
.testimonial__item .title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
}
.testimonial__item p {
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 30px;
}
.testimonial__item .shape {
  position: absolute;
  right: 24px;
  bottom: -10px;
  z-index: -1;
}
.testimonial__item {
  /*  Quote card. Static by design — these sit in an autoplaying
      carousel, where a hover lift fights the slide transition. */
}
.testimonial__item-two {
  background: var(--tg-color-white-default);
  border: 1px solid var(--tg-border);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  box-shadow: var(--tg-shadow-xs);
  padding: 32px 28px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.testimonial__item-two .rating {
  margin-bottom: 0;
  gap: 3px;
}
.testimonial__item-two .rating svg {
  width: 15px;
  height: 15px;
}
.testimonial__item-two {
  /*  The quote. Template pinned this to a fixed 130px with
      `overflow-y: auto`, putting a scrollbar inside every card,
      and Title-Cased whole sentences via `capitalize`. */
}
.testimonial__item-two > p {
  height: auto;
  overflow: visible;
  margin-bottom: 0;
  flex: 1;
  font-family: var(--tg-display-font-family);
  font-size: 16px;
  font-weight: var(--tg-fw-medium);
  line-height: 1.7;
  text-transform: none;
  color: var(--tg-gray-700);
  text-wrap: pretty;
}
.testimonial__item-two {
  /*  Card's own quote glyph, repurposed as SA's `.tm-quote__mark`:
      lifted out of the author row into a soft coral watermark. */
}
.testimonial__item-two .icon {
  position: absolute;
  top: 26px;
  right: 26px;
  color: var(--tg-accent);
  opacity: 0.16;
  pointer-events: none;
}
.testimonial__item-two .icon svg {
  width: 40px;
  height: auto;
}
.testimonial__item-two {
  /*  Author row, ruled off like SA's `.tm-author`. */
}
.testimonial__item-two .testimonial__bottom {
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid var(--tg-border);
}
.testimonial__item-two .testimonial__avatar {
  gap: 14px;
}
.testimonial__item-two .testimonial__avatar .thumb {
  width: 52px;
  height: 52px;
}
.testimonial__item-two .testimonial__avatar .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid var(--tg-color-white-default);
  box-shadow: 0 0 0 1px var(--tg-border);
}
.testimonial__item-two .testimonial__avatar .content .name {
  font-family: var(--tg-display-font-family);
  font-size: 15px;
  font-weight: var(--tg-fw-semi-bold);
  line-height: 1.3;
  color: var(--tg-fg-strong);
}
.testimonial__item-two .testimonial__avatar .content span {
  font-size: 13px;
  font-weight: var(--tg-fw-regular);
  text-transform: none;
  color: var(--tg-gray-500);
}
.testimonial__bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.testimonial__avatar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 12px 17px;
}
.testimonial__avatar .thumb {
  width: 50px;
  flex: 0 0 auto;
}
.testimonial__avatar .thumb img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 100%;
}
.testimonial__avatar .content .name {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 18px;
}
.testimonial__avatar .content span {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
}
@media (max-width: 1199.98px) {
  .testimonial__avatar-two {
    gap: 10px 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial__avatar-two {
    align-items: flex-start;
  }
}
.testimonial__avatar-two .thumb {
  width: 60px;
}
@media (max-width: 1199.98px) {
  .testimonial__avatar-two .thumb {
    width: 50px;
  }
}
@media (max-width: 1199.98px) {
  .testimonial__avatar-two .content .name {
    font-size: 17px;
  }
}
.testimonial__nav-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 30px;
}
.testimonial__nav-wrap button {
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  background: var(--tg-color-white-default);
  color: var(--tg-theme-primary);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.testimonial__nav-wrap button:hover {
  color: var(--tg-color-white-default);
  background: var(--tg-theme-primary);
}
.testimonial__shape img {
  position: absolute;
  left: 62px;
  bottom: -45px;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .testimonial__shape img {
    left: 12px;
    bottom: -33px;
    width: 150px;
  }
}

.testimonial-active {
  margin-right: -270px;
}
@media (max-width: 1500px) {
  .testimonial-active {
    margin-right: -450px;
  }
}
@media (max-width: 1199.98px) {
  .testimonial-active {
    margin-right: -350px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-active {
    margin-right: -300px;
  }
}
@media (max-width: 767.98px) {
  .testimonial-active {
    margin-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .testimonial-active {
    margin-right: -90px;
  }
}

.testimonial-active-two {
  cursor: grab;
}

.rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: var(--tg-color-yellow-light);
  gap: 4px;
}

/*=============================
    	16. Gallery
===============================*/
.gallery__area {
  padding-bottom: 90px;
}
@media (max-width: 767.98px) {
  .gallery__area {
    padding-bottom: 40px;
  }
}
.gallery__item {
  margin-bottom: 50px;
  height: 360px;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .gallery__item {
    margin-bottom: 30px;
  }
}
@media (max-width: 1199.98px) {
  .gallery__item {
    margin-bottom: 20px;
    height: 300px;
  }
}
.gallery__item-two {
  height: 470px;
}
@media (max-width: 1199.98px) {
  .gallery__item-two {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .gallery__item-two {
    height: 300px;
  }
}
.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.gallery__item:hover img {
  transform: scale(1.05);
}

/*=============================
    	17. CTA
===============================*/
.cta__area {
  margin-top: 50px;
  margin-bottom: 50px;
}
.cta__area-two {
  background: var(--tg-theme-primary);
  position: relative;
  z-index: 1;
  padding: 120px 0 100px;
}
@media (max-width: 1199.98px) {
  .cta__area-two {
    padding: 80px 0 80px;
  }
}
@media (max-width: 767.98px) {
  .cta__area-two {
    padding: 60px 0 60px;
  }
}
.cta__bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 991.98px) {
  .cta__bg {
    display: none;
  }
}
.cta__inner-wrap {
  background: var(--tg-theme-primary);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  padding: 65px 75px 70px;
}
@media (max-width: 1199.98px) {
  .cta__inner-wrap {
    padding: 50px 20px 50px;
  }
}
@media (max-width: 991.98px) {
  .cta__inner-wrap {
    padding: 50px 30px 50px;
  }
}
@media (max-width: 767.98px) {
  .cta__inner-wrap {
    padding: 35px 30px 35px;
  }
}
.cta__contact {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 991.98px) {
  .cta__contact {
    justify-content: center;
    margin-bottom: 30px;
  }
}
.cta__contact .icon {
  color: var(--tg-color-white-default);
}
.cta__contact .content span {
  display: block;
  font-weight: 600;
  font-size: 18px;
  text-transform: capitalize;
  color: var(--tg-color-white-default);
  line-height: 1;
  margin-bottom: 10px;
}
.cta__contact .content a {
  color: var(--tg-color-white-default);
  font-weight: 800;
  font-size: 24px;
  line-height: 1;
}
@media (max-width: 1199.98px) {
  .cta__contact .content a {
    font-size: 25px;
  }
}
@media (max-width: 991.98px) {
  .cta__contact-two {
    justify-content: flex-start;
    margin-bottom: 0;
  }
}
.cta__content-right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px 30px;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .cta__content-right {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
}
.cta__content-right .title {
  flex-grow: 1;
  color: var(--tg-color-white-default);
  margin-bottom: 0;
  font-size: 30px;
  width: 90%;
  line-height: 1.3;
}
@media (max-width: 1199.98px) {
  .cta__content-right .title {
    width: 100%;
    font-size: 25px;
  }
}
.cta__content-right .tg-btn {
  width: 197px;
  flex: 0 0 auto;
}
.cta__content-right .tg-btn:hover {
  background: var(--tg-theme-secondary);
}
@media (max-width: 991.98px) {
  .cta__content-four {
    text-align: center;
  }
}
.cta__content-four p {
  margin-bottom: 50px;
  font-weight: 500;
  color: var(--tg-color-white-default);
  text-transform: capitalize;
}
@media (max-width: 1199.98px) {
  .cta__content-four p {
    margin-bottom: 25px;
  }
}
.cta__content-bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px 30px;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .cta__content-bottom {
    justify-content: center;
  }
}
.cta__content-bottom .tg-btn {
  width: 240px;
  flex: 0 0 auto;
  justify-content: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.cta__content-bottom .tg-btn:hover {
  background: var(--tg-theme-secondary);
}
@media (max-width: 991.98px) {
  .cta__content-bottom .cta__contact {
    margin-bottom: 0;
    text-align: left;
  }
}
.cta__content-bottom .cta__contact .icon svg {
  width: 45px;
  height: auto;
}
.cta__content-bottom .cta__contact .content span {
  font-size: 14px;
  margin-bottom: 5px;
}
.cta__content-bottom .cta__contact .content a {
  font-size: 24px;
}

/*=============================
    	18. Pricing
===============================*/
.pricing__area::before, .pricing__area::after {
  content: "";
  position: absolute;
  left: -244px;
  bottom: 193px;
  width: 590px;
  height: 590px;
  background: #C56FD3;
  pointer-events: none;
  opacity: 0.2;
  filter: blur(250px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}
.pricing__area::before {
  width: 640px;
  height: 640px;
  background: #DFA175;
  filter: blur(200px);
  top: 116px;
  left: auto;
  right: -237px;
}
.pricing__box {
  position: relative;
  z-index: 1;
  padding: 55px 50px 80px;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .pricing__box {
    padding: 55px 30px 65px;
  }
}
.pricing__box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  clip-path: polygon(97.699% 10.302%, 97.699% 10.302%, 98.121% 10.597%, 98.503% 10.912%, 98.844% 11.245%, 99.144% 11.596%, 99.4% 11.961%, 99.613% 12.338%, 99.781% 12.727%, 99.902% 13.125%, 99.975% 13.531%, 100% 13.941%, 100% 94.984%, 100% 94.984%, 99.903% 95.798%, 99.624% 96.57%, 99.177% 97.289%, 98.577% 97.947%, 97.84% 98.531%, 96.98% 99.032%, 96.014% 99.44%, 94.955% 99.744%, 93.82% 99.934%, 92.624% 100%, 19.04% 100%, 19.04% 100%, 18.476% 99.985%, 17.918% 99.942%, 17.37% 99.87%, 16.832% 99.77%, 16.308% 99.643%, 15.799% 99.49%, 15.308% 99.311%, 14.837% 99.106%, 14.389% 98.877%, 13.965% 98.624%, 2.301% 91.104%, 2.301% 91.104%, 1.879% 90.809%, 1.498% 90.493%, 1.156% 90.16%, 0.856% 89.81%, 0.6% 89.445%, 0.387% 89.067%, 0.219% 88.678%, 0.098% 88.28%, 0.025% 87.875%, 0% 87.464%, 0% 5.016%, 0% 5.016%, 0.097% 4.202%, 0.376% 3.43%, 0.823% 2.711%, 1.423% 2.053%, 2.16% 1.469%, 3.02% 0.968%, 3.986% 0.56%, 5.045% 0.256%, 6.18% 0.066%, 7.376% 0%, 78.78% 0%, 78.78% 0%, 79.344% 0.015%, 79.902% 0.058%, 80.451% 0.13%, 80.988% 0.23%, 81.512% 0.357%, 82.021% 0.51%, 82.512% 0.689%, 82.983% 0.894%, 83.432% 1.123%, 83.856% 1.376%, 97.699% 10.302%);
  background: var(--tg-color-white-default);
  z-index: -1;
  pointer-events: none;
}
.pricing__content {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid var(--tg-border-6);
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.pricing__content::before, .pricing__content::after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: -4px;
  height: 7px;
  width: 7px;
  background: var(--tg-border-6);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.pricing__content::before {
  left: auto;
  right: -2px;
}
.pricing__content .title {
  margin-bottom: 12px;
  font-size: 24px;
}
.pricing__content p {
  margin-bottom: 0;
  text-transform: capitalize;
  font-weight: 500;
}
.pricing__list {
  margin-bottom: 30px;
}
.pricing__list .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-weight: 500;
  color: var(--tg-body-color);
  margin-bottom: 8px;
}
.pricing__list .list-wrap li:last-child {
  margin-bottom: 0;
}
.pricing__list .list-wrap li svg {
  color: var(--tg-theme-primary);
  transform: translateY(5px);
}

.tg-badge {
  font-weight: 700;
  font-size: 14px;
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -14px;
  border-radius: 50px;
  line-height: 1;
  padding: 7px 14px 9px;
}

/*=============================
    	19. Video
===============================*/
.video__area {
  position: relative;
  z-index: 1;
  height: 728px;
}
@media (max-width: 991.98px) {
  .video__area {
    height: 600px;
  }
}
.video__inner-wrap {
  position: relative;
  z-index: 1;
  height: 728px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  overflow: hidden;
}
@media (max-width: 1500px) {
  .video__inner-wrap {
    height: 650px;
  }
}
@media (max-width: 1199.98px) {
  .video__inner-wrap {
    height: 500px;
  }
}
@media (max-width: 991.98px) {
  .video__inner-wrap .video__icon-two {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 767.98px) {
  .video__inner-wrap {
    height: 400px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
  }
  .video__inner-wrap .video__icon-two {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.video__bg {
  position: absolute;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
}
.video__icon-two {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 90px;
}
@media (max-width: 991.98px) {
  .video__icon-two {
    top: 30%;
    transform: translateX(-50%);
  }
}
@media (max-width: 767.98px) {
  .video__icon-two {
    top: 25%;
  }
}
.video__contact-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--tg-theme-primary);
  padding: 60px 95px 45px;
}
@media (max-width: 1500px) {
  .video__contact-wrap {
    padding: 40px 55px 35px;
  }
}
@media (max-width: 1199.98px) {
  .video__contact-wrap {
    padding: 30px 40px 30px;
  }
}
@media (max-width: 767.98px) {
  .video__contact-wrap {
    padding: 25px 25px 25px;
    width: 100%;
  }
}
.video__contact-wrap .title {
  margin-bottom: 0;
  font-size: 30px;
  color: var(--tg-color-white-default);
  margin-bottom: 35px;
}
@media (max-width: 1199.98px) {
  .video__contact-wrap .title {
    font-size: 26px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767.98px) {
  .video__contact-wrap .title br {
    display: none;
  }
}

/*=============================
    	12. Blog
===============================*/
.blog-post__area-two::before, .blog-post__area-two::after {
  content: "";
  position: absolute;
  left: -35px;
  top: 120px;
  width: 430px;
  height: 430px;
  background: #4856F5;
  pointer-events: none;
  opacity: 0.2;
  filter: blur(300px);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  z-index: -1;
}
.blog-post__area-two::before {
  width: 625px;
  height: 625px;
  background: #4899F5;
  filter: blur(300px);
  top: auto;
  bottom: 76px;
  left: auto;
  right: -180px;
}
.blog-post__item {
  position: relative;
  z-index: 1;
  margin-right: -20px;
}
@media (max-width: 991.98px) {
  .blog-post__item {
    margin-right: 0;
  }
}
.blog-post__item-two {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  gap: 24px;
}
@media (max-width: 767.98px) {
  .blog-post__item-two {
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-post__item-two {
    flex-wrap: nowrap;
  }
}
.blog-post__item-three {
  background: var(--tg-color-white-default);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}
.blog-post__item-four {
  position: relative;
  z-index: 1;
}
.blog-post__item-five {
  margin-bottom: 40px;
}
.blog-post__item-five:last-child {
  margin-bottom: 0;
}
.blog-post__item-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding-left: 50px;
  margin-left: 40px;
  border-left: 1px solid var(--tg-border-3);
  gap: 30px 0;
}
@media (max-width: 1199.98px) {
  .blog-post__item-wrap {
    padding-left: 15px;
    margin-left: 5px;
  }
}
@media (max-width: 991.98px) {
  .blog-post__item-wrap {
    padding-left: 0;
    margin-left: 0;
    border-left: none;
  }
}
.blog-post__thumb {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.blog-post__thumb::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, #000 100%);
  pointer-events: none;
}
.blog-post__thumb img {
  width: 100%;
  object-fit: cover;
  height: 510px;
}
@media (max-width: 767.98px) {
  .blog-post__thumb img {
    height: 450px;
  }
}
.blog-post__thumb-two {
  width: 200px;
  flex: 0 0 auto;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .blog-post__thumb-two {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-post__thumb-two {
    width: 200px;
  }
}
.blog-post__thumb-two img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
@media (max-width: 767.98px) {
  .blog-post__thumb-two img {
    height: 260px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-post__thumb-two img {
    height: 150px;
  }
}
.blog-post__thumb-three {
  position: relative;
  z-index: 1;
}
.blog-post__thumb-three img {
  width: 100%;
  height: 265px;
  object-fit: cover;
}
.blog-post__thumb-three .tg-post-tag {
  position: absolute;
  left: 30px;
  bottom: 30px;
}
.blog-post__thumb-four {
  position: relative;
  z-index: 1;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.blog-post__thumb-four::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(17, 17, 17, 0.1) 0%, #111 100%);
  pointer-events: none;
}
.blog-post__thumb-four img {
  width: 100%;
  height: 487px;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .blog-post__thumb-four img {
    height: 450px;
  }
}
@media (max-width: 991.98px) {
  .blog-post__thumb-four img {
    height: 420px;
  }
}
.blog-post__thumb-five {
  margin-bottom: 30px;
}
.blog-post__thumb-five img {
  width: 100%;
  height: 452px;
  object-fit: cover;
  object-position: top;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
@media (max-width: 1199.98px) {
  .blog-post__thumb-five img {
    height: 370px;
  }
}
@media (max-width: 767.98px) {
  .blog-post__thumb-five img {
    height: 320px;
  }
}
.blog-post__content {
  position: absolute;
  left: 48px;
  right: 48px;
  bottom: 48px;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .blog-post__content {
    left: 30px;
    right: 30px;
    bottom: 35px;
  }
}
.blog-post__content .post-title {
  color: var(--tg-color-white-default);
}
.blog-post__content .post-title a {
  background-image: linear-gradient(transparent calc(100% - 2px), var(--tg-color-white-default) 1px);
}
.blog-post__content-two .post-title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media (max-width: 1199.98px) {
  .blog-post__content-two .post-title {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .blog-post__content-two .post-title {
    font-size: 20px;
  }
}
.blog-post__content-two .tg-text-btn {
  color: var(--tg-theme-primary);
}
.blog-post__content-two .tg-text-btn:hover {
  color: var(--tg-theme-secondary);
}
.blog-post__content-three {
  padding: 30px 40px 35px;
}
@media (max-width: 1199.98px) {
  .blog-post__content-three {
    padding: 30px 20px 35px;
  }
}
.blog-post__content-three .post-title {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
}
@media (max-width: 1199.98px) {
  .blog-post__content-three .post-title {
    font-size: 20px;
  }
}
.blog-post__content-three p {
  margin-bottom: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
.blog-post__content-four {
  position: absolute;
  left: 40px;
  bottom: 40px;
  right: 40px;
  z-index: 1;
}
@media (max-width: 1199.98px) {
  .blog-post__content-four {
    left: 25px;
    bottom: 30px;
    right: 20px;
  }
}
.blog-post__content-four .tg-post-tag {
  margin-bottom: 20px;
}
.blog-post__content-four .post-title {
  color: var(--tg-color-white-default);
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 15px;
}
.blog-post__content-four .post-title a {
  background-image: linear-gradient(transparent calc(100% - 2px), var(--tg-color-white-default) 1px);
}
.blog-post__content-five .blog-post__meta-three {
  margin-bottom: 10px;
}
.blog-post__content-five .post-title {
  font-size: 36px;
  margin-bottom: 15px;
}
@media (max-width: 1199.98px) {
  .blog-post__content-five .post-title {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .blog-post__content-five .post-title {
    font-size: 26px;
  }
}
.blog-post__content-five p {
  margin-bottom: 25px;
}
.blog-post__meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px 33px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.blog-post__meta li {
  position: relative;
  color: var(--tg-color-white-default);
  font-weight: 500;
}
.blog-post__meta li::before {
  content: "";
  position: absolute;
  right: -27px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 3px;
  background: var(--tg-color-white-default);
  border-radius: 50px;
}
.blog-post__meta li:last-child::before {
  display: none;
}
.blog-post__meta li a {
  color: var(--tg-color-white-default);
}
.blog-post__meta li a:hover {
  color: var(--tg-theme-primary);
}
.blog-post__meta-two li {
  color: var(--tg-body-color);
}
.blog-post__meta-two li::before {
  background: var(--tg-theme-primary);
}
.blog-post__meta-two li a {
  color: var(--tg-theme-secondary);
}
.blog-post__meta-two li a:hover {
  color: var(--tg-theme-primary);
}
.blog-post__meta-three {
  margin-bottom: 0;
  gap: 20px;
}
.blog-post__meta-three li {
  color: var(--tg-heading-color);
  font-weight: 500;
  font-size: 15px;
}
.blog-post__meta-three li::before {
  background: #A8A8A8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  width: 3px;
  height: 10px;
  right: -12px;
}
.blog-post__meta-three li a {
  color: var(--tg-theme-primary);
  text-decoration: underline;
  text-decoration-skip-ink: none;
}
.blog-post__meta-three li a:hover {
  color: var(--tg-theme-secondary);
}
.blog-post__meta-four li {
  color: var(--tg-color-white-default);
}
.blog-post__meta-four li a {
  color: var(--tg-color-white-default);
}
.blog-post__meta-four li a:hover {
  color: var(--tg-theme-primary);
}
.blog__search {
  position: relative;
}
.blog__search input {
  background: var(--tg-color-white-default);
  height: 60px;
  font-size: 15px;
  padding: 15px 70px 15px 16px;
}
.blog__search input::placeholder {
  font-size: 15px;
}
.blog__search button {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  right: 6px !important;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  position: absolute;
}
.blog__search button:hover {
  background: var(--tg-theme-secondary);
  color: var(--tg-color-white-default);
}
.blog__sidebar {
  margin-left: 30px;
}
@media (max-width: 1199.98px) {
  .blog__sidebar {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .blog__sidebar {
    margin-top: 60px;
  }
}
.blog__details-content > p {
  margin-bottom: 15px;
}
.blog__details-content .title-two {
  font-size: 28px;
  margin-bottom: 16px;
}
@media (max-width: 1199.98px) {
  .blog__details-content .title-two {
    font-size: 25px;
  }
}
.blog__details-inner {
  margin: 40px 0 55px;
}
@media (max-width: 991.98px) {
  .blog__details-inner {
    margin: 25px 0 30px;
  }
}
.blog__details-inner .row .col-46 {
  width: 46%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .blog__details-inner .row .col-46 {
    width: 100%;
  }
}
.blog__details-inner .row .col-54 {
  width: 54%;
  flex: 0 0 auto;
}
@media (max-width: 767.98px) {
  .blog__details-inner .row .col-54 {
    width: 100%;
  }
}
.blog__details-inner-content .title {
  margin-bottom: 12px;
  font-size: 28px;
}
@media (max-width: 1199.98px) {
  .blog__details-inner-content .title {
    font-size: 25px;
  }
}
.blog__details-inner-content p {
  margin-bottom: 18px;
  width: 95%;
}
@media (max-width: 1199.98px) {
  .blog__details-inner-content p {
    width: 100%;
  }
}
.blog__details-inner-thumb {
  position: relative;
}
@media (max-width: 767.98px) {
  .blog__details-inner-thumb {
    margin-bottom: 30px;
  }
}
.blog__details-inner-thumb img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
@media (max-width: 767.98px) {
  .blog__details-inner-thumb img {
    height: 250px;
  }
}
.blog__details-inner-thumb .play-btn {
  width: 62px;
  height: 62px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-color-white-default);
  color: var(--tg-theme-primary);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.blog__details-inner-thumb .play-btn:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
.blog__details-bottom {
  margin-top: 50px;
  margin-bottom: 70px;
  padding-top: 20px;
  border-top: 1px solid #D6DCE9;
}
@media (max-width: 767.98px) {
  .blog__details-bottom .post-tags {
    margin-bottom: 30px;
  }
}
.blog__details-bottom .post-tags .title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  color: var(--tg-heading-color);
}
.blog__details-bottom .post-tags .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.blog__details-bottom .post-tags .list-wrap li a {
  background: var(--tg-color-white-default);
  padding: 5px 16px;
  display: block;
  border-radius: 4px;
  color: var(--tg-theme-primary);
  font-size: 14px;
  font-weight: 500;
  border: 1px solid var(--tg-color-gray-4);
}
.blog__details-bottom .post-tags .list-wrap li a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  border-color: var(--tg-theme-primary);
}
.blog__details-bottom .post-share .title {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  color: var(--tg-heading-color);
  text-align: right;
}
@media (max-width: 767.98px) {
  .blog__details-bottom .post-share .title {
    text-align: left;
  }
}
.blog__details-bottom .post-share .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
@media (max-width: 767.98px) {
  .blog__details-bottom .post-share .list-wrap {
    justify-content: flex-start;
  }
}
.blog__details-bottom .post-share .list-wrap li a {
  font-size: 16px;
  color: var(--tg-theme-primary);
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  background: var(--tg-color-gray-4);
}
.blog__details-bottom .post-share .list-wrap li a svg {
  width: 16px;
  height: 16px;
}
.blog__details-bottom .post-share .list-wrap li a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
.blog__avatar-wrap {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  padding: 42px 40px;
  background: var(--tg-color-gray-2);
  gap: 30px;
}
@media (max-width: 1199.98px) {
  .blog__avatar-wrap {
    padding: 35px 25px;
  }
}
@media (max-width: 767.98px) {
  .blog__avatar-wrap {
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px 25px;
    margin-bottom: 40px;
  }
}
.blog__avatar-img {
  width: 115px;
  flex: 0 0 auto;
}
.blog__avatar-img img {
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.blog__avatar-info .designation {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
}
.blog__avatar-info .name {
  font-size: 20px;
  margin-bottom: 12px;
  color: var(--tg-heading-color);
}
.blog__avatar-info p {
  margin-bottom: 0;
}

.post-title {
  margin-bottom: 0;
  font-size: 30px;
}
@media (max-width: 1199.98px) {
  .post-title {
    font-size: 28px;
  }
}
@media (max-width: 767.98px) {
  .post-title {
    font-size: 25px;
  }
}
.post-title a {
  background-repeat: no-repeat;
  background-position-y: -1px;
  background-image: linear-gradient(transparent calc(100% - 2px), var(--tg-heading-color) 1px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) title-underline forwards;
}
.post-title a:hover {
  color: inherit;
  animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) title-underline-hover forwards;
}

.tg-post-tag {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  line-height: 1;
  padding: 9px 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  display: inline-block;
}
.tg-post-tag:hover {
  background: var(--tg-color-white-default);
  color: var(--tg-theme-primary);
}

.rc-post-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 30px;
}
.rc-post-item:last-child {
  margin-bottom: 0;
}
.rc-post-item .thumb {
  width: 90px;
  flex: 0 0 auto;
}
.rc-post-item .thumb img {
  width: 100%;
  height: 90px;
  object-fit: cover;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.rc-post-item .content .date {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  gap: 7px;
  line-height: 1;
  margin-bottom: 14px;
  color: var(--tg-heading-color);
}
.rc-post-item .content .date svg {
  color: var(--tg-theme-primary);
}
.rc-post-item .content .post-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}
.rc-post-item .content .post-title a {
  background-image: linear-gradient(transparent calc(100% - 1px), var(--tg-heading-color) 1px);
}

.bs-cat-list .list-wrap li {
  border-bottom: 1px solid #DEE0EC;
  padding-bottom: 14px;
  margin-bottom: 14px;
}
.bs-cat-list .list-wrap li:last-child {
  margin-bottom: 0;
}
.bs-cat-list .list-wrap li a {
  font-size: 17px;
  font-weight: 500;
  color: var(--tg-heading-color);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bs-cat-list .list-wrap li a span {
  font-weight: 400;
  font-size: 16px;
}
.bs-cat-list .list-wrap li a:hover {
  color: var(--tg-theme-primary);
}

.sidebar__tag-list .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 5px;
  flex-wrap: wrap;
}
.sidebar__tag-list .list-wrap li a {
  font-size: 15px;
  font-weight: 500;
  color: var(--tg-theme-secondary);
  text-transform: capitalize;
  background: var(--tg-color-white-default);
  display: block;
  padding: 13px 18px;
  line-height: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.sidebar__tag-list .list-wrap li a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}

.pagination__wrap ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 10px;
}
.pagination__wrap ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: var(--tg-color-gray-2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 20px;
  color: var(--tg-heading-color);
}
.pagination__wrap ul li a:hover {
  color: var(--tg-color-white-default);
  background: var(--tg-theme-primary);
}
.pagination__wrap ul li.active a {
  color: var(--tg-color-white-default);
  background: var(--tg-theme-primary);
}

blockquote {
  margin: 40px 50px;
  background: var(--tg-color-gray-1);
  padding: 25px 25px 25px 30px;
  position: relative;
  z-index: 1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  blockquote {
    margin: 40px 0;
  }
}
blockquote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: var(--tg-theme-primary);
}
blockquote > p {
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: 500;
  color: var(--tg-heading-color);
  font-style: italic;
  line-height: 1.6;
}
blockquote cite {
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  color: var(--tg-heading-color);
}

.comments-wrap-title {
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .comments-wrap-title {
    font-size: 26px;
  }
}
.comments-wrap .latest-comments {
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  .comments-wrap .latest-comments {
    margin-bottom: 40px;
  }
}
.comments-wrap .latest-comments .children {
  margin: 0 0 0 45px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .comments-wrap .latest-comments .children {
    margin: 0;
  }
}
.comments-box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #D6DCE9;
  padding-bottom: 30px;
  margin-bottom: 35px;
  gap: 25px;
}
@media (max-width: 767.98px) {
  .comments-box {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.comments-avatar {
  width: 115px;
  flex: 0 0 auto;
}
.comments-avatar img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.comments-text .avatar-name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.comments-text .avatar-name .name {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
}
.comments-text .avatar-name span {
  font-weight: 500;
  font-size: 15px;
  display: block;
  color: var(--tg-theme-primary);
}
.comments-text p {
  margin-bottom: 15px;
}
.comments-text .reply-btn {
  background: var(--tg-color-gray-1);
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  padding: 6px 17px;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  color: var(--tg-theme-primary);
}
.comments-text .reply-btn:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}

.comment-respond {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 35px 40px 50px;
  background: var(--tg-color-gray-2);
}
@media (max-width: 1199.98px) {
  .comment-respond {
    padding: 35px 25px 35px;
  }
}
.comment-reply-title {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .comment-reply-title {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .comment-reply-title {
    font-size: 26px;
  }
}
.comment-form .comment-notes {
  margin-bottom: 15px;
}
.comment-form .form-grp {
  margin-bottom: 15px;
}
.comment-form .form-grp textarea, .comment-form .form-grp input {
  width: 100%;
  border: 1px solid #E6EEFF;
  background: var(--tg-color-white-default);
  font-weight: 400;
  font-size: 16px;
  color: var(--tg-heading-color);
  padding: 12px 15px;
  height: 50px;
  display: block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
}
.comment-form .form-grp textarea::placeholder, .comment-form .form-grp input::placeholder {
  font-weight: 400;
  font-size: 15px;
  color: var(--tg-border-1);
}
.comment-form .form-grp textarea {
  min-height: 130px;
  max-height: 130px;
}
.comment-form .checkbox-grp {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 25px 0;
}
.comment-form .checkbox-grp input {
  width: 22px;
  margin-right: 9px;
  height: 22px;
  cursor: pointer;
}
.comment-form .checkbox-grp label {
  font-weight: 400;
  font-size: 14px;
  color: var(--tg-body-color);
  user-select: none;
}

/*=============================
    	15. Work
===============================*/
.work__item {
  position: relative;
  z-index: 1;
  padding: 90px 40px 82px;
  height: 100%;
  -webkit-border-radius: 27px;
  -moz-border-radius: 27px;
  -o-border-radius: 27px;
  -ms-border-radius: 27px;
  border-radius: 27px;
  text-align: center;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 1199.98px) {
  .work__item {
    padding: 80px 25px 55px;
  }
}
@media (max-width: 767.98px) {
  .work__item {
    padding: 70px 40px 50px;
    margin: 0 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .work__item {
    margin: 0;
  }
}
.work__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  clip-path: polygon(97.69% 15.312%, 97.69% 15.312%, 98.113% 15.689%, 98.497% 16.091%, 98.839% 16.518%, 99.14% 16.966%, 99.398% 17.433%, 99.612% 17.917%, 99.78% 18.415%, 99.901% 18.925%, 99.975% 19.445%, 100% 19.971%, 100% 93.603%, 100% 93.603%, 99.904% 94.641%, 99.626% 95.625%, 99.181% 96.543%, 98.585% 97.381%, 97.852% 98.127%, 96.997% 98.766%, 96.036% 99.286%, 94.983% 99.674%, 93.855% 99.916%, 92.665% 100%, 21.027% 100%, 21.027% 100%, 20.469% 99.981%, 19.918% 99.926%, 19.375% 99.836%, 18.843% 99.71%, 18.324% 99.55%, 17.82% 99.356%, 17.334% 99.13%, 16.867% 98.872%, 16.422% 98.583%, 16.001% 98.263%, 2.309% 87.032%, 2.309% 87.032%, 1.887% 86.655%, 1.503% 86.252%, 1.161% 85.825%, 0.86% 85.377%, 0.602% 84.91%, 0.388% 84.426%, 0.22% 83.928%, 0.099% 83.418%, 0.025% 82.899%, 0% 82.372%, 0% 6.397%, 0% 6.397%, 0.096% 5.359%, 0.374% 4.375%, 0.819% 3.457%, 1.415% 2.619%, 2.148% 1.874%, 3.003% 1.234%, 3.964% 0.714%, 5.017% 0.326%, 6.145% 0.084%, 7.335% 0%, 76.116% 0%, 76.116% 0%, 76.674% 0.019%, 77.225% 0.074%, 77.768% 0.164%, 78.3% 0.29%, 78.819% 0.45%, 79.323% 0.644%, 79.809% 0.87%, 80.276% 1.128%, 80.72% 1.417%, 81.141% 1.737%, 97.69% 15.312%);
  background: var(--tg-color-white-default);
  z-index: -1;
  pointer-events: none;
}
.work__item .step {
  position: absolute;
  left: 0;
  top: 36px;
  color: var(--tg-color-white-default);
  font-weight: 700;
  font-size: 14px;
  background: var(--tg-body-color);
  padding: 7px 15px 9px;
  border-radius: 0 50px 50px 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 1199.98px) {
  .work__item .step {
    top: 28px;
  }
}
.work__item:hover {
  transform: translateY(-5px);
}
.work__icon {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 32px;
  background: var(--tg-color-gray-7);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
@media (max-width: 1199.98px) {
  .work__icon {
    margin: 0 auto 25px;
  }
}
.work__content .title {
  margin-bottom: 15px;
  font-size: 24px;
}
@media (max-width: 1199.98px) {
  .work__content .title {
    margin-bottom: 12px;
    font-size: 22px;
  }
}
.work__content p {
  font-weight: 500;
  text-transform: capitalize;
  width: 75%;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .work__content p {
    width: 100%;
  }
}

/*=============================
    	20. Career
===============================*/
.career__img img {
  height: 620px;
  width: 100%;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -o-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  object-fit: cover;
}
@media (max-width: 1199.98px) {
  .career__img img {
    height: 530px;
  }
}
@media (max-width: 991.98px) {
  .career__img img {
    height: 450px;
  }
}
.career__slider-wrap {
  position: relative;
}
.career__nav-wrap button {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: none;
  position: absolute;
  left: 70px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: var(--tg-color-white-default);
  color: var(--tg-theme-primary);
}
@media (max-width: 1199.98px) {
  .career__nav-wrap button {
    left: 40px;
  }
}
@media (max-width: 767.98px) {
  .career__nav-wrap button {
    left: 25px;
    width: 50px;
    height: 50px;
  }
}
.career__nav-wrap button:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
.career__nav-wrap button.career-button-next {
  right: 70px;
  left: auto;
}
@media (max-width: 1199.98px) {
  .career__nav-wrap button.career-button-next {
    right: 40px;
  }
}
@media (max-width: 767.98px) {
  .career__nav-wrap button.career-button-next {
    right: 25px;
  }
}
.career__content {
  margin-top: 60px;
}
@media (max-width: 991.98px) {
  .career__content {
    margin-top: 40px;
  }
}
.career__content p {
  margin-bottom: 0;
}
.career__details-content .title {
  margin-bottom: 18px;
  font-size: 30px;
}
@media (max-width: 767.98px) {
  .career__details-content .title {
    font-size: 28px;
  }
}
.career__details-content p {
  margin-bottom: 15px;
}
.career__details-content .title-two {
  margin-bottom: 16px;
  font-size: 28px;
}
@media (max-width: 767.98px) {
  .career__details-content .title-two {
    font-size: 26px;
  }
}
.career__details-content .choose__list {
  margin-bottom: 0;
}
.career__details-content-inner {
  margin-top: 40px;
}

.company__benefit-content {
  width: 90%;
}
@media (max-width: 1199.98px) {
  .company__benefit-content {
    width: 100%;
  }
}
.company__benefit-content p {
  margin-bottom: 30px;
}
.company__benefit-img {
  margin-left: -30px;
}
@media (max-width: 1199.98px) {
  .company__benefit-img {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .company__benefit-img {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .company__benefit-img {
    margin-bottom: 30px;
  }
}
.company__benefit-img img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  width: 100%;
}

/*=============================
    	21. Job
===============================*/
.job__item {
  background: var(--tg-color-white-default);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 60px 60px;
  height: 100%;
}
@media (max-width: 1199.98px) {
  .job__item {
    padding: 30px 20px;
  }
}
@media (max-width: 991.98px) {
  .job__item {
    padding: 30px 30px;
  }
}
.job__item .title {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 24px;
}
.job__item p {
  margin-bottom: 40px;
  text-transform: capitalize;
  width: 89%;
}
@media (max-width: 991.98px) {
  .job__item p {
    width: 100%;
    margin-bottom: 20px;
  }
}
.job__meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px 13px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}
.job__meta li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  text-transform: capitalize;
}
.job__meta li span {
  background: var(--tg-color-gray-1);
  line-height: 1;
  color: var(--tg-theme-primary);
  font-weight: 600;
  text-transform: capitalize;
  padding: 8px 20px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.job__bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.job__bottom .salary {
  background: var(--tg-color-gray-1);
  color: var(--tg-heading-color);
  font-weight: 600;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  padding: 7px 16px;
  line-height: 1.4;
  display: block;
}
@media (max-width: 1199.98px) {
  .job__bottom .salary {
    padding: 7px 10px;
  }
}
@media (max-width: 991.98px) {
  .job__bottom .salary {
    padding: 7px 16px;
  }
}
.job__info-wrap .list-wrap li {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 30px;
}
.job__info-wrap .list-wrap li:last-child {
  margin-bottom: 0;
}
.job__info-wrap .list-wrap li span {
  font-weight: 700;
  font-size: 20px;
  display: block;
  line-height: 1;
  color: var(--tg-heading-color);
  margin-bottom: 5px;
}
.job__info-wrap .tg-btn {
  width: 100%;
  justify-content: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  height: 60px;
  margin-top: 45px;
}

/*=============================
    	22. Shop
===============================*/
@media (max-width: 991.98px) {
  .shop__sidebar {
    margin-top: 60px;
  }
}
.shop__cat-list .list-wrap li {
  margin-bottom: 15px;
}
.shop__cat-list .list-wrap li:last-child {
  margin-bottom: 0;
}
.shop__cat-list .form-check {
  display: flex;
  align-items: center;
  line-height: 1;
  margin-bottom: 0;
  padding: 0;
  min-height: inherit;
}
.shop__cat-list .form-check-input {
  border-radius: 4px;
  border: 1px solid #9D9CAE;
  margin: 0 10px 0 0;
  width: 18px;
  height: 18px;
  padding: 0;
}
.shop__cat-list .form-check-input:checked {
  background-color: var(--tg-theme-primary);
}
.shop__cat-list .form-check-input:focus {
  box-shadow: none;
  border-color: var(--tg-theme-primary);
}
.shop__cat-list .form-check-label {
  flex-grow: 1;
  font-size: 15px;
  font-weight: 500;
  color: var(--tg-heading-color);
  user-select: none;
  text-transform: capitalize;
}
.shop__top-wrap {
  background: var(--tg-color-gray-2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  padding: 10px 25px;
  margin-bottom: 25px;
}
@media (max-width: 767.98px) {
  .shop__top-left {
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shop__top-left {
    text-align: left;
  }
}
.shop__top-left p {
  margin-bottom: 0;
  font-size: 14px;
}
.shop__top-right {
  width: 160px;
  margin-left: auto;
  position: relative;
}
@media (max-width: 767.98px) {
  .shop__top-right {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shop__top-right {
    margin-left: auto;
  }
}
.shop__top-right select {
  background-color: transparent;
  border: none;
  color: var(--tg-body-color);
  font-weight: 500;
  font-size: 15px;
  text-transform: capitalize;
  border-radius: 4px;
  outline: none;
  padding: 5px 20px 5px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  line-height: 1.2;
  height: 40px;
  cursor: pointer;
}
.shop__top-right::after {
  content: "\f107";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  font-family: "flaticon_tg_default";
  font-weight: 700;
  right: 0;
  font-size: 14px;
  color: #596580;
}
.shop__price-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  gap: 15px;
}
.shop__price-wrap .max-price span, .shop__price-wrap .min-price span {
  color: var(--tg-heading-color);
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 1;
  display: block;
  margin-bottom: 8px;
}
.shop__price-wrap .max-price input, .shop__price-wrap .min-price input {
  background: var(--tg-color-white-default);
  border: none;
  font-size: 14px;
  font-weight: 500;
  color: var(--tg-heading-color);
  padding: 8px 10px;
  height: 40px;
}
.shop__price-wrap .divider {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: var(--tg-body-color);
  transform: translateY(-12px);
}
.shop__price-btn {
  width: 100%;
  padding: 14px 25px;
  justify-content: center;
  margin-top: 25px;
}
.shop__item {
  background: var(--tg-color-white-default);
  border: 1px solid var(--tg-border-2);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}
.shop__item:hover .shop__action li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.shop__item:hover .shop__thumb img {
  transform: scale(1.05);
}
.shop__thumb {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.shop__thumb img {
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.shop__action {
  position: absolute;
  right: 17px;
  top: 19px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}
.shop__action li {
  transition: visibility 0.3s ease-out 0.1s, opacity 0.3s ease-out 0.15s, transform 0.3s ease-out 0.1s;
}
.shop__action li:not(:first-child) {
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}
.shop__action li:nth-child(2) {
  transition-delay: 0.15s;
}
.shop__action li:nth-child(3) {
  transition-delay: 0.2s;
}
.shop__action li:nth-child(4) {
  transition-delay: 0.25s;
}
.shop__action li a {
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--tg-color-gray-2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--tg-body-color);
  font-size: 15px;
}
.shop__action li a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
.shop__content {
  padding: 20px 24px 22px;
}
.shop__content .tag {
  display: block;
  font-size: 14px;
  color: #A5A5AC;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 8px;
}
.shop__content .tag:hover {
  color: var(--tg-theme-primary);
}
.shop__content .title {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 8px;
}
.shop__content .rating__wrap {
  margin-bottom: 12px;
}
.shop__content .price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  color: var(--tg-theme-primary);
}
.shop__content .price del {
  font-size: 15px;
  font-weight: 600;
  color: #A5A5AC;
}
.shop__details-images-wrap {
  margin-right: 30px;
}
@media (max-width: 1199.98px) {
  .shop__details-images-wrap {
    margin-right: 0;
  }
}
@media (max-width: 991.98px) {
  .shop__details-images-wrap {
    margin-bottom: 50px;
  }
}
.shop__details-images-wrap .nav-tabs {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  border-bottom: none;
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 1199.98px) {
  .shop__details-images-wrap .nav-tabs {
    gap: 15px;
  }
}
.shop__details-images-wrap .nav-item {
  width: 120px;
  flex: 0 0 auto;
}
@media (max-width: 1199.98px) {
  .shop__details-images-wrap .nav-item {
    width: 100px;
  }
}
@media (max-width: 767.98px) {
  .shop__details-images-wrap .nav-item {
    width: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shop__details-images-wrap .nav-item {
    width: 100px;
  }
}
.shop__details-images-wrap .nav-link {
  margin-bottom: 0;
  padding: 0;
  border: 1px solid var(--tg-border-8);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: none;
}
.shop__details-images-wrap .nav-link img {
  opacity: 0.5;
}
.shop__details-images-wrap .nav-link.active {
  border: 1px solid #FBCE99;
}
.shop__details-images-wrap .nav-link.active img {
  opacity: 1;
}
.shop__details-images-wrap .tab-content .tab-pane {
  position: relative;
}
.shop__details-images-wrap .tab-content .tab-pane img {
  border-radius: 15px;
  border: 1px solid var(--tg-border-8);
  width: 100%;
}
.shop__details-images-wrap .tab-content .tab-pane .expand-img {
  position: absolute;
  right: 24px;
  top: 22px;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid var(--tg-border-1);
  color: #8D95A8;
}
.shop__details-images-wrap .tab-content .tab-pane .expand-img svg {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.shop__details-images-wrap .tab-content .tab-pane .expand-img:hover svg {
  transform: scale(1.08);
}
.shop__details-content > .title {
  margin-bottom: 20px;
  font-size: 30px;
}
@media (max-width: 1199.98px) {
  .shop__details-content > .title {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  .shop__details-content > .title {
    font-size: 24px;
  }
}
.shop__details-content .price {
  margin-bottom: 0;
  font-size: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 6px;
  color: var(--tg-theme-primary);
  margin-bottom: 20px;
}
.shop__details-content .price del {
  font-size: 16px;
  font-weight: 700;
  color: var(--tg-body-color);
}
.shop__details-content-inner {
  border-top: 1px solid #E6E8EC;
  padding-top: 17px;
  border-bottom: 1px solid #E6E8EC;
  padding-bottom: 22px;
  margin-bottom: 15px;
}
.shop__details-content-inner p {
  margin-bottom: 12px;
}
.shop__details-content-inner .list-wrap li {
  font-size: 15px;
  color: var(--tg-heading-color);
  position: relative;
  padding-left: 15px;
}
.shop__details-content-inner .list-wrap li::after {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--tg-heading-color);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.shop__details-color {
  margin-bottom: 40px;
}
.shop__details-color .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: #394767;
  gap: 5px;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
}
.shop__details-color .title strong {
  font-weight: 400;
  color: var(--tg-heading-color);
}
.shop__details-color .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 4px;
}
.shop__details-color .list-wrap li {
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: var(--tg-color-white-default);
  border: 2px solid #D9D9D9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}
.shop__details-color .list-wrap li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #E4E4E4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}
.shop__details-color .list-wrap li:nth-child(2)::before {
  background: #4E4E4E;
}
.shop__details-color .list-wrap li:nth-child(3)::before {
  background: #7A9FB1;
}
.shop__details-color .list-wrap li:nth-child(4)::before {
  background: #CBC9DF;
}
.shop__details-review-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px 20px;
  font-size: 15px;
  font-weight: 500;
  color: #394767;
  margin-bottom: 22px;
  flex-wrap: wrap;
}
.shop__details-review-wrap .product-review {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 8px;
}
.shop__details-review-wrap .product-review .rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: var(--tg-color-yellow-light);
  gap: 4px;
}
.shop__details-review-wrap .product-review span {
  font-size: 15px;
  color: #4A4C53;
}
.shop__details-review-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 5px;
  position: relative;
}
.shop__details-review-wrap li::before {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 11px;
  background: #4A4C53;
}
.shop__details-review-wrap li:last-child::before {
  display: none;
}
.shop__details-review-wrap li.product-sku span {
  font-weight: 400;
  color: var(--tg-heading-color);
}
.shop__details-review-wrap li.product-availability span {
  color: #27AE60;
}
.shop__details-qty {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 25px;
}
.shop__details-qty .cart-btn {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 13px 25px;
  width: 60%;
  justify-content: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.shop__details-qty .cart-btn svg {
  width: 24px;
  height: 24px;
}
.shop__details-qty .cart-btn:hover svg path:nth-of-type(1) {
  transform: translateX(0);
  opacity: 1;
}
.shop__details-wishlist-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
  flex-wrap: wrap;
}
.shop__details-wishlist-wrap a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #E6E8EC;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 16px 20px;
  line-height: 1;
  color: var(--tg-body-color);
}
.shop__details-wishlist-wrap a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  border-color: var(--tg-theme-primary);
}
.shop__details-bottom .list-wrap .sd-social, .shop__details-bottom .list-wrap .sd-tag, .shop__details-bottom .list-wrap .sd-category {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 7px;
}
.shop__details-bottom .list-wrap .sd-social:last-child, .shop__details-bottom .list-wrap .sd-tag:last-child, .shop__details-bottom .list-wrap .sd-category:last-child {
  margin-bottom: 0;
}
.shop__details-bottom .list-wrap .sd-social .title, .shop__details-bottom .list-wrap .sd-tag .title, .shop__details-bottom .list-wrap .sd-category .title {
  font-size: 16px;
  font-weight: 700;
  color: var(--tg-heading-color);
}
.shop__details-bottom .list-wrap .sd-social > a, .shop__details-bottom .list-wrap .sd-tag > a, .shop__details-bottom .list-wrap .sd-category > a {
  color: var(--tg-body-color);
}
.shop__details-bottom .list-wrap .sd-social > a:hover, .shop__details-bottom .list-wrap .sd-tag > a:hover, .shop__details-bottom .list-wrap .sd-category > a:hover {
  color: var(--tg-theme-primary);
}
.shop__details-bottom .list-wrap .sd-social .list-wrap, .shop__details-bottom .list-wrap .sd-tag .list-wrap, .shop__details-bottom .list-wrap .sd-category .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 5px;
}
.shop__details-bottom .list-wrap .sd-social .list-wrap li a, .shop__details-bottom .list-wrap .sd-tag .list-wrap li a, .shop__details-bottom .list-wrap .sd-category .list-wrap li a {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  border: 1px solid #E6E8EC;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  font-size: 16px;
  justify-content: center;
  color: var(--tg-heading-color);
}
.shop__details-bottom .list-wrap .sd-social .list-wrap li a svg, .shop__details-bottom .list-wrap .sd-tag .list-wrap li a svg, .shop__details-bottom .list-wrap .sd-category .list-wrap li a svg {
  width: 16px;
  height: 16px;
}
.shop__details-bottom .list-wrap .sd-social .list-wrap li a:hover, .shop__details-bottom .list-wrap .sd-tag .list-wrap li a:hover, .shop__details-bottom .list-wrap .sd-category .list-wrap li a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  border: var(--tg-theme-primary);
}
.shop__sidebar .sidebar__widget {
  padding: 40px 30px;
  margin-bottom: 30px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}
.shop__sidebar .sidebar__widget:last-child {
  margin-bottom: 0;
}

.product-desc-wrap {
  margin-top: 100px;
}
.product-desc-wrap .tab-content p {
  margin-bottom: 0;
}
.product-desc-wrap .nav-tabs {
  border-bottom: 2px solid #E6E8EC;
  gap: 30px;
  margin-bottom: 25px;
}
.product-desc-wrap .nav-tabs .nav-link {
  margin-bottom: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0 5px 10px;
  font-weight: 500;
  font-size: 22px;
  color: var(--tg-border-1);
  position: relative;
}
.product-desc-wrap .nav-tabs .nav-link.active {
  color: var(--tg-heading-color);
  font-weight: 600;
}
.product-desc-wrap .nav-tabs .nav-link.active::before {
  opacity: 1;
}
.product-desc-wrap .nav-tabs .nav-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 5px;
  background: var(--tg-theme-primary);
  transition: 0.3s linear;
  opacity: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.product-desc-description > p {
  margin-bottom: 25px !important;
}
.product-desc-description > p:last-child {
  margin-bottom: 0 !important;
}
.product-desc-description .title {
  margin-bottom: 16px;
  font-size: 20px;
}
.product-desc-review {
  padding: 25px 30px;
  border: 1px solid #E6E8EC;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.product-desc-review .left-rc {
  margin-bottom: 10px;
}

.show-more {
  margin-top: 15px;
}
.show-more a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--tg-theme-primary);
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}
.show-more a svg {
  color: var(--tg-theme-primary);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.show-more a:hover {
  color: var(--tg-theme-secondary);
}
.show-more a:hover svg {
  color: var(--tg-theme-secondary);
}

.flash-sale {
  font-size: 12px;
  font-weight: 600;
  background: #DC0000;
  display: block;
  color: var(--tg-color-white-default);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  padding: 5px 8px;
  position: absolute;
  left: 30px;
  top: 24px;
  line-height: 1;
}
.flash-sale.new {
  background: #1ABC00;
}

.cart-plus-minus {
  position: relative;
  width: 130px;
  flex: 0 0 auto;
}
.cart-plus-minus input {
  width: 100%;
  border: 1px solid #D7D7D7;
  border-radius: 5px;
  height: 50px;
  text-align: center;
  padding: 0 30px;
  font-weight: 500;
  font-size: 16px;
  color: var(--tg-heading-color);
  background: transparent;
}
.cart-plus-minus .qtybutton {
  position: absolute;
  top: 0;
  left: 0;
  width: 31px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  color: #838383;
  cursor: pointer;
  border-right: 1px solid #D7D7D7;
  user-select: none;
  -moz-user-select: none;
  line-height: 0;
}
.cart-plus-minus .qtybutton.inc {
  left: auto;
  right: 0;
  border-right: none;
  border-left: 1px solid #D7D7D7;
}
.cart-plus-minus .qtybutton.dec {
  font-size: 26px;
}

.related__product-area {
  background: var(--tg-color-gray-1);
  padding: 90px 0;
}
.related__product-title .title {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  padding-bottom: 20px;
}
.related__product-title .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 5px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  background: var(--tg-theme-primary);
}
.related__product-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}
@media (max-width: 767.98px) {
  .related__product-nav {
    justify-content: flex-start;
    margin-bottom: 30px;
  }
}
.related__product-nav button {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 0 0;
}
.related__product-nav button:hover {
  background: var(--tg-theme-secondary);
}

.rating__wrap {
  display: flex;
  align-items: center;
}
.rating__wrap .rating {
  gap: 2px;
  margin-bottom: 0;
}
.rating__wrap .rating .delete {
  color: #B5B5B5;
}
.rating__wrap span {
  color: var(--tg-body-color);
  margin-left: 5px;
  font-size: 14px;
}

/*=============================
    	21. CheckOut
===============================*/
.coupon__code-info {
  background: #f5f5f5;
  padding: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 25px;
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .coupon__code-info {
    flex-wrap: wrap;
  }
}
.coupon__code-info a:hover {
  text-decoration: underline;
  color: var(--tg-theme-primary);
}
.coupon__code-form {
  margin-bottom: 35px;
  display: none;
}
.coupon__code-form p {
  margin-bottom: 15px;
}
.coupon__code-form input {
  width: 100%;
  background: #f5f5f5;
  height: 55px;
  border: none;
  color: var(--tg-heading-color);
  padding: 0 20px;
  border-radius: 30px;
  margin-bottom: 15px;
}

.customer__form-wrap {
  border: 1px solid #ebebeb;
  padding: 30px;
  border-radius: 5px;
}
@media (max-width: 767.98px) {
  .customer__form-wrap {
    padding: 25px 20px;
  }
}
.customer__form-wrap .title {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: capitalize;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #ebebeb;
  color: var(--tg-heading-color);
  font-family: var(--tg-heading-font-family);
  line-height: 1;
}
@media (max-width: 767.98px) {
  .customer__form-wrap .title {
    font-size: 1.3rem;
  }
}
.customer__form-wrap .title.title-two {
  margin-top: 20px;
}
.customer__form-wrap .form-grp {
  margin-bottom: 15px;
}
.customer__form-wrap .form-grp.select-grp {
  position: relative;
}
.customer__form-wrap .form-grp.select-grp::after {
  content: "\f107";
  position: absolute;
  bottom: 17px;
  transform: rotate(-180deg);
  font-family: "flaticon_tg_default";
  font-weight: 700;
  right: 20px;
  font-size: 16px;
  color: var(--tg-theme-primary);
}
.customer__form-wrap .form-grp label {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  color: var(--tg-body-color);
}
.customer__form-wrap .form-grp textarea, .customer__form-wrap .form-grp input {
  width: 100%;
  color: var(--tg-heading-color);
  height: 53px;
  padding: 0 20px;
  background: #f5f5f5;
  border: none;
}
.customer__form-wrap .form-grp textarea {
  padding: 10px 20px 0;
  min-height: 120px;
  max-height: 120px;
}
.customer__form-wrap .form-grp select {
  background-color: #f5f5f5;
  border: none;
  color: var(--tg-heading-color);
  font-weight: 400;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 0;
  outline: none;
  padding: 12px 37px 9px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  line-height: 1.2;
  height: 53px;
  cursor: pointer;
}

.order__info-wrap {
  border: 2px solid var(--tg-theme-primary);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 30px;
  border-radius: 5px;
}
@media (max-width: 991.98px) {
  .order__info-wrap {
    margin-top: 50px;
  }
}
@media (max-width: 767.98px) {
  .order__info-wrap {
    padding: 25px 20px;
  }
}
.order__info-wrap > .title {
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: capitalize;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #ebebeb;
}
.order__info-wrap .list-wrap {
  margin-bottom: 20px;
}
.order__info-wrap .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
  color: var(--tg-body-color);
  font-weight: 600;
  font-size: 15px;
  gap: 8px;
  padding: 12px 0;
}
.order__info-wrap .list-wrap li span {
  color: var(--tg-heading-color);
  display: block;
  line-height: 1;
  font-weight: 700;
}
.order__info-wrap .list-wrap li.title span {
  color: var(--tg-body-color);
}
.order__info-wrap .list-wrap li:last-child span {
  font-size: 1.25rem;
}
.order__info-wrap p {
  margin-bottom: 15px;
}
.order__info-wrap p a {
  text-decoration: underline;
}
.order__info-wrap p a:hover {
  color: var(--tg-theme-primary);
}
.order__info-wrap .tg-btn {
  width: 100%;
  margin-top: 10px;
  text-align: center;
  justify-content: center;
}

.cart__table thead th {
  padding: 12px 12px;
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .cart__table thead th.product__subtotal, .cart__table thead th.product__price {
    display: none;
  }
}
.cart__table tbody tr {
  position: relative;
}
.cart__table tbody td {
  padding: 12px 17px;
  text-align: left;
  line-height: 1.1;
  border: none;
  border-top: 1px solid #ebebeb;
  vertical-align: middle;
  color: var(--tg-body-color);
}
@media (max-width: 767.98px) {
  .cart__table tbody td {
    padding: 12px 10px;
  }
}
.cart__table tbody td:first-child {
  padding-left: 0;
}
.cart__table tbody td a {
  color: var(--tg-theme-primary);
}
.cart__table tbody td.product__name {
  font-weight: 500;
}
.cart__table tbody td.product__remove {
  padding-right: 5px;
  text-align: right;
}
.cart__table tbody td.product__remove a {
  font-size: 25px;
}
.cart__table tbody td.product__quantity {
  text-align: right;
  padding-right: 0;
}
.cart__table .product__thumb img {
  max-width: 70px;
}
@media (max-width: 767.98px) {
  .cart__table .product__price {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .cart__table .product__remove a {
    position: absolute;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 1.375rem;
    height: 1.375rem;
    border-radius: 50%;
    color: #fff;
    background-color: red;
    font-size: 15px !important;
    left: 0;
    margin-top: -10px;
  }
}
@media (max-width: 767.98px) {
  .cart__table .product__subtotal {
    display: none;
  }
}
.cart__table .product__remove {
  padding: 0 !important;
  width: 0 !important;
}
.cart__actions {
  padding-top: 25px !important;
  padding-bottom: 10px !important;
  padding-right: 0 !important;
}
.cart__actions-form {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 767.98px) {
  .cart__actions-form {
    width: 100%;
  }
}
.cart__actions-form input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
  margin-bottom: 0;
  height: 50px;
  background: #f5f5f5;
  color: var(--tg-heading-color);
  padding: 0 20px;
  border: 0;
  border-radius: 30px;
  padding-right: 0;
}
.cart__collaterals-wrap {
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 1.25rem;
  height: 100%;
  margin-left: 50px;
}
@media (max-width: 1199.98px) {
  .cart__collaterals-wrap {
    margin-left: 0;
  }
}
@media (max-width: 991.98px) {
  .cart__collaterals-wrap {
    margin-top: 50px;
  }
}
.cart__collaterals-wrap .title {
  font-size: 1.5rem;
  font-weight: 800;
  text-transform: uppercase;
  padding-bottom: 0.9375rem;
  border-bottom: 0.9375rem;
  border-bottom: 1px solid #ebebeb;
}
.cart__collaterals-wrap .list-wrap {
  padding-bottom: 0.9375rem;
}
.cart__collaterals-wrap .list-wrap li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
  color: var(--tg-heading-color);
  font-size: 15px;
  font-weight: 700;
  padding: 12px 5px;
}
.cart__collaterals-wrap .list-wrap li span {
  color: var(--tg-body-color);
  font-weight: 600;
}
.cart__collaterals-wrap .list-wrap li span.amount {
  font-weight: 800;
  color: var(--tg-heading-color);
  font-size: 1.25rem;
}
.cart__collaterals-wrap .tg-btn {
  width: 100%;
  text-align: center;
  justify-content: center;
}

.f-right {
  float: right;
}
@media (max-width: 767.98px) {
  .f-right {
    float: none;
  }
}

@media (max-width: 767.98px) {
  .update__cart-btn {
    text-align: center !important;
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 767.98px) {
  .update__cart-btn .tg-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

.error-area {
  padding: 120px 0;
}
@media (max-width: 1500px) {
  .error-area {
    padding: 100px 0;
  }
}
.error-img {
  text-align: center;
  width: 648px;
  height: 323px;
  margin: 0 auto 65px;
}
@media (max-width: 1500px) {
  .error-img {
    margin-bottom: 45px;
  }
}
@media (max-width: 991.98px) {
  .error-img {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .error-img {
    margin-bottom: 30px;
    width: 100%;
    height: 100%;
  }
}
.error-img svg {
  width: 100%;
  height: 100%;
  color: var(--tg-theme-primary);
}
.error-content .title {
  margin-bottom: 60px;
  font-weight: 800;
  font-size: 40px;
  letter-spacing: -1px;
}
@media (max-width: 1199.98px) {
  .error-content .title {
    margin-bottom: 35px;
    font-size: 35px;
  }
}
@media (max-width: 767.98px) {
  .error-content .title {
    font-size: 30px;
    margin-bottom: 30px;
    letter-spacing: 0;
  }
}
.error-content .title span {
  display: block;
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .error-content .title span {
    margin-top: 5px;
  }
}
.error-content .tg-button-wrap {
  justify-content: center;
}

/*=============================
    	13. Contact
===============================*/
.contact__area-two::after, .contact__area-two::before {
  content: "";
  position: absolute;
  left: -114px;
  bottom: 0;
  width: 402px;
  height: 402px;
  background: #4856F5;
  filter: blur(300px);
  border-radius: 100%;
  z-index: -1;
  opacity: 0.2;
  pointer-events: none;
}
.contact__area-two::after {
  left: auto;
  right: 40px;
  width: 430px;
  height: 430px;
  bottom: auto;
  top: -45px;
  background: #C56FD3;
  filter: blur(250px);
}
.contact__inner-wrap {
  position: relative;
  background: var(--tg-color-gray-2);
  padding: 60px 85px 85px 85px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .contact__inner-wrap {
    padding: 50px 40px 60px 40px;
  }
}
@media (max-width: 767.98px) {
  .contact__inner-wrap {
    padding: 35px 20px 35px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact__inner-wrap {
    padding: 35px 30px 35px 30px;
  }
}
.contact__inner-wrap .shape {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 991.98px) {
  .contact__content {
    margin-bottom: 50px;
  }
}
@media (max-width: 767.98px) {
  .contact__content {
    margin-bottom: 35px;
  }
}
.contact__content .section__title .title {
  font-size: 36px;
}
@media (max-width: 1199.98px) {
  .contact__content .section__title .title {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  .contact__content .section__title .title {
    font-size: 28px;
  }
}
.contact__content > p {
  margin-bottom: 25px;
  font-weight: 500;
  text-transform: capitalize;
  width: 90%;
}
@media (max-width: 1199.98px) {
  .contact__content > p {
    width: 100%;
  }
}
.contact__content-two {
  width: 90%;
}
@media (max-width: 1199.98px) {
  .contact__content-two {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .contact__content-two {
    margin-bottom: 50px;
  }
}
.contact__content-two p {
  margin-bottom: 25px;
  font-weight: 500;
}
.contact__content-two .choose__list {
  margin-bottom: 45px;
}
@media (max-width: 991.98px) {
  .contact__content-two .choose__list {
    margin-bottom: 30px;
  }
}
.contact__content-three {
  margin-left: 0;
  margin-bottom: 50px;
}
.contact__content-three .sub-title {
  width: 100%;
}
.contact__content-three p {
  width: 100%;
}
.contact__info-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 767.98px) {
  .contact__info-list {
    gap: 20px;
  }
}
.contact__info-list-two {
  gap: 15px;
}
.contact__info-list-three {
  gap: 30px;
}
.contact__info-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact__info-item .icon {
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  border-radius: 15px;
}
.contact__info-item .content .title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 0;
}
.contact__info-item .content p {
  margin-bottom: 0;
  font-weight: 500;
}
.contact__info-item .content a {
  color: var(--tg-body-color);
  font-weight: 500;
}
.contact__info-item .content a:hover {
  color: var(--tg-theme-primary);
}
.contact__info-item-two {
  gap: 12px;
}
.contact__info-item-two .icon {
  width: 50px;
  height: 50px;
}
.contact__info-item-two .icon svg {
  width: 22px;
  height: auto;
}
.contact__info-item-two .content .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
}
.contact__info-item-two .content .title a {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: var(--tg-heading-color);
}
.contact__info-item-two .content .title a:hover {
  color: var(--tg-theme-primary);
}
.contact__info-item-three {
  gap: 10px;
  align-items: flex-start;
  /*  These SVGs already draw with `stroke="currentColor"`,
      but the tile set no colour — so they fell back to the
      inherited body grey. Giving the tile the same
      coral-on-coral-50 treatment used across the cards
      lights them up and matches the rest of the site. */
}
.contact__info-item-three .icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: var(--tg-radius-md);
  -moz-border-radius: var(--tg-radius-md);
  -o-border-radius: var(--tg-radius-md);
  -ms-border-radius: var(--tg-radius-md);
  border-radius: var(--tg-radius-md);
  background: var(--tg-coral-50);
  color: var(--tg-accent);
}
.contact__info-item-three .icon svg {
  width: 22px;
  height: auto;
}
.contact__info-item-three .content span {
  font-weight: 500;
  font-size: 14px;
  display: block;
  line-height: 1;
  margin-bottom: 5px;
}
.contact__info-item-three .content .title {
  font-size: 18px;
  font-weight: 500;
}
.contact__info-item-three .content .title a {
  color: var(--tg-heading-color);
  text-transform: none;
}
.contact__info-item-three .content .title a:hover {
  color: var(--tg-theme-primary);
}
.contact__form-wrap {
  background: var(--tg-color-white-default);
  border: 1px solid #dee1e3;
  padding: 54px 50px 50px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -o-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  margin-left: -55px;
}
@media (max-width: 1199.98px) {
  .contact__form-wrap {
    padding: 40px 30px 40px;
    margin-left: 0;
  }
}
@media (max-width: 767.98px) {
  .contact__form-wrap {
    padding: 30px 20px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact__form-wrap {
    padding: 40px 30px 40px;
  }
}
.contact__form-wrap-two {
  background: var(--tg-color-white-default);
  border: 1px solid #e3e7eb;
  border-radius: 30px;
  padding: 60px 60px 60px;
  margin-right: 80px;
}
@media (max-width: 1199.98px) {
  .contact__form-wrap-two {
    padding: 40px 40px 40px;
    margin-right: 0;
  }
}
@media (max-width: 767.98px) {
  .contact__form-wrap-two {
    padding: 40px 30px 40px;
  }
}
.contact__form-wrap-two .title {
  margin-bottom: 8px;
  font-size: 24px;
}
.contact__form-wrap-two p {
  margin-bottom: 40px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .contact__form-wrap-two p {
    margin-bottom: 25px;
  }
}
.contact__form-wrap-three {
  border: 1px solid #dde0e4;
  background: var(--tg-color-white-default);
  box-shadow: 0 0 14px 0 #e9e9e9;
  margin-right: 0;
  margin-left: 0px;
}
@media (max-width: 1199.98px) {
  .contact__form-wrap-three {
    margin-left: 0;
  }
}
.contact__form-wrap-four {
  box-shadow: 0 0 14px 0 #e9e9e9;
  border: 1px solid #dde0e4;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
  padding: 80px 80px;
  margin: 0;
}
@media (max-width: 991.98px) {
  .contact__form-wrap-four {
    padding: 60px 60px;
  }
}
@media (max-width: 767.98px) {
  .contact__form-wrap-four {
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact__form-wrap-four {
    padding: 40px 40px;
  }
}
.contact__form-wrap-four .title {
  margin-bottom: 8px;
  font-size: 24px;
}
.contact__form-wrap-four p {
  margin-bottom: 35px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .contact__form-wrap-four p {
    margin-bottom: 20px;
  }
}
.contact__form-wrap-four .contact__form-two .form-grp {
  margin-bottom: 35px;
}
@media (max-width: 767.98px) {
  .contact__form-wrap-four .contact__form-two .tg-btn {
    margin-top: 0;
  }
}
.contact__form .form-grp {
  margin-bottom: 20px;
}
.contact__form .tg-btn {
  font-size: 16px;
  border-radius: 6px;
  min-width: 240px;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .contact__form .tg-btn {
    width: 100%;
  }
}
.contact__form-two .form-grp {
  margin-bottom: 20px;
}
.contact__form-two textarea, .contact__form-two input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #D8D8D8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  padding: 5px 0 12px;
  font-size: 15px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: 40px;
}
.contact__form-two textarea::placeholder, .contact__form-two input::placeholder {
  font-size: 15px;
}
.contact__form-two textarea:focus, .contact__form-two input:focus {
  border-color: var(--tg-theme-primary);
}
.contact__form-two textarea {
  min-height: 120px;
  max-height: 120px;
}
.contact__form-two .tg-btn {
  width: 100%;
  justify-content: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  font-size: 16px;
  height: 60px;
  margin-top: 20px;
}
.contact__shape img {
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1500px) {
  .contact__shape img {
    right: 0;
    width: 190px;
  }
}
@media (max-width: 1199.98px) {
  .contact__shape img {
    right: 49%;
  }
}
@media (max-width: 991.98px) {
  .contact__shape img {
    display: none;
  }
}

.contact-map {
  width: 520px;
  height: 458px;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .contact-map {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .contact-map {
    height: 400px;
  }
}
@media (max-width: 767.98px) {
  .contact-map {
    height: 350px;
  }
}
.contact-map iframe {
  width: 100%;
  height: 100%;
  mix-blend-mode: luminosity;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -o-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
}

.ajax-response.error, .ajax-response.success {
  margin: 20px 0 0 !important;
  font-size: var(--tg-fs-xs);
  font-weight: var(--tg-fw-medium);
}
.ajax-response.error {
  color: var(--tg-state-danger);
}
.ajax-response.success {
  color: var(--tg-state-success);
}

.office-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 1.5rem;
  text-align: center;
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.office-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}
.office-card {
  /*  Office icons ship as SVGs baked in teal (#2E7991), which CSS
      `color` can't reach through an <img>. Masking paints the card's
      own currentColor through the shape, so they follow the palette
      and stay external/cacheable rather than being inlined. */
}
.office-card__icon {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  background-color: var(--tg-accent);
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  /* Paths are relative to the compiled css (assets/css/main.css). */
}
.office-card__icon--us {
  -webkit-mask-image: url("../img/images/us-icon.svg");
  mask-image: url("../img/images/us-icon.svg");
}
.office-card__icon--india {
  -webkit-mask-image: url("../img/images/india-icon.svg");
  mask-image: url("../img/images/india-icon.svg");
}
.office-card__icon--uk {
  -webkit-mask-image: url("../img/images/uk-icon.svg");
  mask-image: url("../img/images/uk-icon.svg");
}
.office-card__icon {
  /*  Without mask support the fill would be a solid coral square. */
}
@supports not ((-webkit-mask-image: url("")) or (mask-image: url(""))) {
  .office-card__icon {
    background-color: transparent;
  }
}
.office-card h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #333;
  letter-spacing: 1px;
}
.office-card p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.office-card span {
  display: block;
  font-weight: 500;
  color: black;
  margin-top: 0.5rem;
}

/*=============================
    Contact — split form / panel

    The form previously ran the full 1280px container, which stretched
    each field to ~1200px and read as a data-entry screen rather than
    an invitation. Splitting it 7/5 halves the field width to a
    comfortable measure and gives the section a second focal point.

    The right-hand panel reuses the closing-CTA treatment: a photo
    dropped behind a navy gradient, so it sits in the palette instead
    of reading as a pasted-in stock image.
===============================*/
.contact__split {
  /* Row gutter rather than margins on the columns, so nothing hangs
     below the section once the two halves stack. */
  --bs-gutter-y: 30px;
  /*  The form card is padded 80px all round for its old full-width
      layout — far too much once it's in a 7-col, and its 30px radius
      no longer matches the panel beside it. */
}
.contact__split .contact__form-wrap-four {
  height: 100%;
  padding: 44px 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
@media (max-width: 991.98px) {
  .contact__split .contact__form-wrap-four {
    padding: 40px 30px;
  }
}
@media (max-width: 767.98px) {
  .contact__split .contact__form-wrap-four {
    padding: 32px 20px;
  }
}

.contact__aside {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 420px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px 36px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  background-color: var(--tg-navy-900);
}
@media (max-width: 767.98px) {
  .contact__aside {
    min-height: 320px;
    padding: 32px 24px;
  }
}
.contact__aside {
  /* Photo sits behind the scrim, cropped to fill whatever height the
     form column ends up being. */
}
.contact__aside-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  z-index: 0;
}
.contact__aside {
  /* Navy scrim — heavier at the foot so the copy stays legible over
     whatever part of the photo lands there. */
}
.contact__aside::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 23, 38, 0.55) 0%, rgba(8, 23, 38, 0.88) 60%, rgba(8, 23, 38, 0.96) 100%);
  pointer-events: none;
  z-index: 1;
}
.contact__aside {
  /* Coral glow, bottom-right — echoes the closing CTA panel. */
}
.contact__aside::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 280px;
  height: 280px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: radial-gradient(circle, var(--tg-coral-500) 0%, transparent 70%);
  opacity: 0.16;
  pointer-events: none;
  z-index: 1;
}
.contact__aside-body {
  position: relative;
  z-index: 2;
}
.contact__aside-title {
  margin-bottom: 12px;
  font-family: var(--tg-display-font-family);
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: var(--tg-fw-semi-bold);
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--tg-color-white-default);
}
.contact__aside p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--tg-navy-200);
}

/*=============================
    	22. Login
===============================*/
.login__left-side {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  padding: 64px 48px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .login__left-side {
    padding: 32px;
  }
}
@media (max-width: 767.98px) {
  .login__left-side {
    padding: 25px;
    height: 350px;
  }
}
.login__left-side::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.43) 100%);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.login__left-content p {
  font-size: 20px;
  color: var(--tg-color-white-default);
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  .login__left-content p {
    font-size: 18px;
  }
}
.login__left-content .title {
  font-size: 1.125rem;
  color: var(--tg-color-white-default);
  margin-bottom: 8px;
  font-weight: 600;
}
.login__left-content span {
  display: block;
  line-height: 1;
  color: var(--tg-color-white-default);
  opacity: 0.8;
}
.login__form input[type=email], .login__form input[type=password] {
  width: 100%;
  background: var(--tg-color-white-default);
  border: 1px solid var(--tg-border-8);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  font-size: 15px;
  color: var(--tg-heading-color);
  padding: 11px 18px 12px 18px;
  height: 50px;
  display: block;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.login__form input[type=email]::placeholder, .login__form input[type=password]::placeholder {
  font-size: 15px;
  color: var(--tg-body-color);
}
.login__form input[type=email]:focus, .login__form input[type=password]:focus {
  border-color: var(--tg-theme-primary);
}
.login__form-wrap {
  text-align: center;
  padding: 30px 15px;
  width: 400px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 991.98px) {
  .login__form-wrap {
    width: 360px;
  }
}
@media (max-width: 767.98px) {
  .login__form-wrap {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .login__form-wrap {
    width: 80%;
  }
}
.login__form-wrap .title {
  font-size: 36px;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.login__form-wrap .divider {
  display: block;
  padding: 30px 0;
  text-transform: uppercase;
}
.login__form-social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.login__form-social a {
  font-size: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 48px;
  flex: 1 1 0%;
  align-items: center;
  justify-content: center;
  color: var(--tg-color-white-default);
  background: #212529;
  border-radius: 8px;
}
.login__form-social a:nth-child(2) {
  background: #066ec2;
}
.login__form .form__grp {
  margin-bottom: 15px;
}
.login__form .tg-btn {
  width: 100%;
  justify-content: center;
  margin-top: 30px;
}

.account__check {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.account__check-remember {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 5px;
}
.account__check-remember input {
  width: 20px;
  height: 20px;
  margin-inline-end: 3px;
  padding: 0;
}
.account__check-remember label {
  user-select: none;
}
.account__check-remember label a {
  font-weight: 600;
  text-decoration: underline;
  margin-left: 5px;
}

.account__check-forgot a {
  color: var(--tg-theme-primary);
  font-size: 16px;
  text-decoration: underline;
  font-weight: 600;
}

.account__switch {
  margin-top: 30px;
}
.account__switch p {
  margin-bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.account__switch a {
  color: var(--tg-theme-primary);
  text-decoration: underline;
  font-weight: 600;
}

/*=============================
    	14. Contact
===============================*/
.footer__area-two {
  background: var(--tg-color-dark-3);
  position: relative;
  z-index: 1;
}
.footer__bg {
  background-size: cover;
  background-position: center;
  padding: 195px 0 0;
  margin-top: -110px;
}
@media (max-width: 767.98px) {
  .footer__bg {
    padding: 170px 0 0;
  }
}
.footer__bg-two {
  margin-top: 0;
  padding: 120px 0 0;
}
.footer__cta-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  gap: 20px 45px;
  justify-content: space-between;
  padding-bottom: 90px;
  flex-wrap: wrap;
  border-bottom: 1px solid #141b45;
}
@media (max-width: 1199.98px) {
  .footer__cta-wrap {
    gap: 20px 30px;
  }
}
@media (max-width: 991.98px) {
  .footer__cta-wrap {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .footer__cta-wrap {
    padding-bottom: 50px;
  }
}
.footer__cta-wrap .title {
  color: var(--tg-color-white-default);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-size: 100px;
  margin-bottom: 0;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 1500px) {
  .footer__cta-wrap .title {
    font-size: 90px;
  }
}
@media (max-width: 1199.98px) {
  .footer__cta-wrap .title {
    font-size: 65px;
  }
}
@media (max-width: 991.98px) {
  .footer__cta-wrap .title {
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .footer__cta-wrap .title {
    font-size: 45px;
    flex-wrap: wrap;
    gap: 10px 0;
  }
}
.footer__cta-wrap .title .arrow {
  width: 150px;
  height: 76px;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid var(--tg-color-white-default);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -o-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  margin: 0 10px;
  --arrow-hover-move-x: -110%;
}
@media (max-width: 1199.98px) {
  .footer__cta-wrap .title .arrow {
    width: 125px;
    height: 60px;
  }
}
@media (max-width: 767.98px) {
  .footer__cta-wrap .title .arrow {
    width: 100px;
    height: 45px;
    border-width: 3px;
  }
}
.footer__cta-wrap .title .arrow svg {
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 1199.98px) {
  .footer__cta-wrap .title .arrow svg {
    width: 70px;
    height: auto;
  }
}
@media (max-width: 767.98px) {
  .footer__cta-wrap .title .arrow svg {
    width: 55px;
  }
}
.footer__cta-wrap .title .arrow svg path {
  transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.18s ease-out;
}
.footer__cta-wrap .title .arrow svg path:nth-of-type(1) {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}
.footer__cta-wrap .title .arrow svg path:nth-of-type(2) {
  transform: translateX(calc(1 * var(--arrow-hover-move-x)));
  opacity: 0.5;
  transition-delay: 0s, 0s;
}
.footer__cta-wrap .title .arrow:hover {
  color: var(--tg-color-white-default);
}
.footer__cta-wrap .title .arrow:hover svg path:nth-of-type(1) {
  transform: translateX(calc(-1 * var(--arrow-hover-move-x)));
  opacity: 0;
  transition-delay: 0s, 0s;
}
.footer__cta-wrap .title .arrow:hover svg path:nth-of-type(2) {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0.15s, 0.15s;
}
.footer__cta-wrap .tg-btn {
  font-size: 16px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  padding: 20px 26px 21px;
  flex-grow: 1;
  justify-content: center;
}
.footer__cta-wrap .tg-btn:hover {
  background: var(--tg-color-white-default);
  color: var(--tg-theme-primary);
}
.footer__cta-wrap-two {
  margin-bottom: 80px;
}
@media (max-width: 1199.98px) {
  .footer__cta-wrap-two {
    margin-bottom: 50px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  .footer__cta-wrap-two {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
}
.footer__cta-wrap-two .tg-btn {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.footer__top {
  padding: 65px 0 80px;
}
@media (max-width: 767.98px) {
  .footer__top {
    padding: 50px 0 20px;
  }
}
.footer__top .row > *:nth-child(3) .footer__widget {
  margin-left: 50px;
}
@media (max-width: 1199.98px) {
  .footer__top .row > *:nth-child(3) .footer__widget {
    margin-left: 40px;
  }
}
@media (max-width: 767.98px) {
  .footer__top .row > *:nth-child(3) .footer__widget {
    margin-left: 0;
  }
}
.footer__top-two {
  padding: 140px 0 55px;
}
@media (max-width: 1199.98px) {
  .footer__top-two {
    padding: 110px 0 55px;
  }
}
@media (max-width: 767.98px) {
  .footer__top-two {
    padding: 80px 0 35px;
  }
}
.footer__top-two .row > *:nth-child(2) .footer__widget {
  margin-left: 75px;
}
@media (max-width: 1199.98px) {
  .footer__top-two .row > *:nth-child(2) .footer__widget {
    margin-left: 0;
  }
}
.footer__top-two .row > *:nth-child(3) .footer__widget {
  margin-left: 0;
}
.footer__top-two .row > *:nth-child(4) .footer__widget {
  margin-left: 52px;
}
@media (max-width: 1199.98px) {
  .footer__top-two .row > *:nth-child(4) .footer__widget {
    margin-left: 0;
  }
}
.footer__top-three {
  padding: 140px 0 100px;
}
@media (max-width: 1199.98px) {
  .footer__top-three {
    padding: 100px 0 60px;
  }
}
.footer__logo {
  margin-bottom: 20px;
}
@media (max-width: 991.98px) {
  .footer__logo img {
    width: 175px;
  }
}
.footer__content p {
  margin-bottom: 0;
  color: var(--tg-color-gray-6);
  text-transform: capitalize;
  width: 78%;
}
@media (max-width: 1199.98px) {
  .footer__content p {
    width: 90%;
  }
}
@media (max-width: 991.98px) {
  .footer__content p {
    width: 100%;
  }
}
.footer__content-two p {
  width: 100%;
}
.footer__widget {
  margin-bottom: 40px;
}
.footer__widget-title {
  margin-bottom: 35px;
  font-weight: 700;
  font-size: 20px;
  color: var(--tg-color-white-default);
}
@media (max-width: 767.98px) {
  .footer__widget-title {
    margin-bottom: 20px;
  }
}
.footer__link li {
  line-height: 1.4;
  margin-bottom: 15px;
}
.footer__link li:last-child {
  margin-bottom: 0;
}
.footer__link li a {
  font-weight: 600;
  font-size: 15px;
  text-transform: capitalize;
  color: var(--tg-color-gray-6);
  background-repeat: no-repeat;
  background-position-y: 0;
  background-image: linear-gradient(transparent calc(100% - 1px), var(--tg-color-white-default) 1px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) title-underline forwards;
}
.footer__link li a:hover {
  color: var(--tg-color-white-default);
  animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) title-underline-hover forwards;
}
.footer__contact p {
  margin-bottom: 12px;
  color: var(--tg-color-gray-6);
  text-transform: capitalize;
}
.footer__contact a {
  display: block;
}
.footer__contact a.phone {
  font-weight: 600;
  font-size: 20px;
  color: var(--tg-color-white-default);
  margin-bottom: 5px;
}
.footer__contact a.phone:hover {
  color: var(--tg-color-gray-6);
}
.footer__contact a.mail {
  color: var(--tg-color-gray-6);
}
.footer__contact a.mail:hover {
  color: var(--tg-color-white-default);
}
.footer__newsletter p {
  margin-bottom: 23px;
  color: var(--tg-color-white-default);
}
.footer__newsletter-form {
  position: relative;
}
.footer__newsletter-form input {
  border-radius: 100px;
  padding: 15px 60px 15px 25px;
  height: 54px;
  border: none;
}
.footer__newsletter-form button {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--tg-color-white-default);
  background: var(--tg-theme-primary);
  position: absolute;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
}
.footer__newsletter-form button:hover {
  background: var(--tg-theme-secondary);
  color: var(--tg-color-white-default);
}
.footer__bottom {
  background: var(--tg-color-dark-2);
  padding: 27px 0;
}
@media (max-width: 767.98px) {
  .footer__bottom {
    padding: 20px 0;
  }
}
.footer__bottom-two {
  border-top: 1px solid #171f4b;
  padding: 20px 0;
  background: var(--tg-color-dark-3);
}
.footer__social .list-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
@media (max-width: 767.98px) {
  .footer__social .list-wrap {
    justify-content: center;
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer__social .list-wrap {
    justify-content: flex-end;
  }
}
.footer__social .list-wrap li a {
  color: var(--tg-color-gray-6);
}
.footer__social .list-wrap li a:hover {
  color: var(--tg-color-white-default);
}
.footer__social-two .list-wrap {
  justify-content: flex-start;
}
@media (max-width: 767.98px) {
  .footer__social-two .list-wrap {
    justify-content: center;
  }
}
.footer__social-two .list-wrap li a {
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0F163F;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  color: var(--tg-color-white-default);
}
.footer__social-two .list-wrap li a:hover {
  background: var(--tg-theme-primary);
  color: var(--tg-color-white-default);
}
.footer__shape img {
  position: absolute;
  z-index: -1;
}
.footer__shape img:nth-child(1) {
  right: -240px;
  top: -140px;
}
@media (max-width: 1500px) {
  .footer__shape img:nth-child(1) {
    width: 400px;
  }
}
@media (max-width: 767.98px) {
  .footer__shape img:nth-child(1) {
    width: 350px;
  }
}
.footer__shape img:nth-child(2) {
  left: -280px;
  bottom: -80px;
}
@media (max-width: 1500px) {
  .footer__shape img:nth-child(2) {
    width: 400px;
  }
}
@media (max-width: 767.98px) {
  .footer__shape img:nth-child(2) {
    width: 350px;
  }
}
.footer__shape-two img {
  position: absolute;
  z-index: -1;
}
.footer__shape-two img:nth-child(1) {
  left: 40%;
  bottom: 0;
}
@media (max-width: 1199.98px) {
  .footer__shape-two img:nth-child(1) {
    width: 300px;
  }
}
@media (max-width: 767.98px) {
  .footer__shape-two img:nth-child(1) {
    display: none;
  }
}
.footer__shape-two img:nth-child(2) {
  right: 71px;
  bottom: 78px;
}
@media (max-width: 1199.98px) {
  .footer__shape-two img:nth-child(2) {
    width: 150px;
  }
}
@media (max-width: 991.98px) {
  .footer__shape-two img:nth-child(2) {
    width: 120px;
    right: 25px;
  }
}

@media (max-width: 767.98px) {
  .copyright__text {
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .copyright__text {
    text-align: left;
  }
}
.copyright__text p {
  margin-bottom: 0;
  color: var(--tg-color-gray-6);
}
.copyright__text-two {
  text-align: right;
}
@media (max-width: 767.98px) {
  .copyright__text-two {
    text-align: center;
  }
}

.section-py-140 {
  padding: 96px 0;
}
@media (max-width: 991.98px) {
  .section-py-140 {
    padding: 72px 0;
  }
}
@media (max-width: 767.98px) {
  .section-py-140 {
    padding: 56px 0;
  }
}

.section-pt-140 {
  padding-top: 96px;
}
@media (max-width: 991.98px) {
  .section-pt-140 {
    padding-top: 72px;
  }
}
@media (max-width: 767.98px) {
  .section-pt-140 {
    padding-top: 56px;
  }
}

.section-pb-140,
.section-pb-110 {
  padding-bottom: 96px;
}
@media (max-width: 991.98px) {
  .section-pb-140,
  .section-pb-110 {
    padding-bottom: 72px;
  }
}
@media (max-width: 767.98px) {
  .section-pb-140,
  .section-pb-110 {
    padding-bottom: 56px;
  }
}

/* SA's content column is 1280 wide with 40px gutters. */
.container {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 767.98px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*-----------------------------------------
    01b. Hero → SA umbrella hero
    SA's hero is LIGHT: navy type on plain white, lit only by
    soft radial leaks and a dot lattice, with the artwork
    carried by the right-hand column. The template's dark
    full-bleed photo is dropped so the leaks read at full
    strength, exactly as on solutionanalysts.com.
-------------------------------------------*/
.banner__area {
  position: relative;
  overflow: hidden;
  padding: 104px 0 112px;
  /* SA's hero sits on plain white — the leaks below are the whole
     background. The template's data-background photo is applied as an
     inline style by main.js, so it takes !important to clear. */
  background-color: var(--tg-color-white-default);
  background-image: none !important;
}
@media (max-width: 991.98px) {
  .banner__area {
    padding: 80px 0 88px;
  }
}
@media (max-width: 767.98px) {
  .banner__area {
    padding: 56px 0 64px;
  }
}
.banner__area {
  /* Coral / blue / gold light leaks, exactly as on solutionanalysts.com.
     No white scrim over them now that the photo is gone, so they read at
     full strength. */
}
.banner__area::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(circle at 12% 18%, var(--tg-coral-50) 0%, transparent 38%), radial-gradient(circle at 88% 12%, var(--tg-blue-50) 0%, transparent 40%), radial-gradient(circle at 78% 88%, var(--tg-gold-50) 0%, transparent 42%);
}
.banner__area {
  /* Dot lattice, faded out toward the fold. */
}
.banner__area::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image: radial-gradient(circle, var(--tg-navy-200) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.32;
  -webkit-mask-image: linear-gradient(to bottom, black 0%, transparent 75%);
  mask-image: linear-gradient(to bottom, black 0%, transparent 75%);
}
.banner__area .container {
  position: relative;
  z-index: 1;
}

.banner__content {
  /* Standfirst above the headline. */
}
.banner__content .sub-title {
  display: block;
  font-family: var(--tg-body-font-family);
  font-size: 15px;
  font-weight: var(--tg-fw-medium);
  line-height: 1.6;
  margin-bottom: 18px;
  max-width: 52ch;
}
.banner__content .title {
  font-family: var(--tg-display-font-family);
  font-size: clamp(2.6rem, 4.6vw, 4rem);
  font-weight: var(--tg-fw-bold);
  letter-spacing: -0.03em;
  line-height: 1.04;
  color: var(--tg-fg-strong);
  margin-bottom: 20px;
  text-wrap: pretty;
}
.banner__content > p {
  font-size: 16px;
  line-height: 1.65;
  color: var(--tg-gray-500);
  max-width: 52ch;
}
.banner__content {
  /* The hero pairs SA's coral primary with a navy secondary; the
     template's white button would sit on white here. */
}
.banner__content .tg-btn.white-btn {
  background: var(--tg-navy-800);
  color: var(--tg-color-white-default);
  box-shadow: none;
}
.banner__content .tg-btn.white-btn:hover {
  background: var(--tg-navy-900);
  color: var(--tg-color-white-default);
  box-shadow: none;
}

/* Oversized watermark word — was a white gradient for the dark photo
   hero, so it disappeared once the band went light. Re-tinted to a
   faint navy wash. */
.banner__area .overlay__text-two {
  background: linear-gradient(180deg, var(--tg-navy-100) 0%, transparent 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0.9;
}

/*-----------------------------------------
    02. Section heading block
    eyebrow (12px coral, dashed) → Poppins title → 17px lede.
-------------------------------------------*/
.section__title .sub-title {
  font-family: var(--tg-body-font-family);
  font-weight: var(--tg-fw-semi-bold);
  font-size: var(--tg-fs-eyebrow);
  text-transform: uppercase;
  letter-spacing: var(--tg-ls-eyebrow);
  color: var(--tg-accent);
  line-height: 1;
  margin-bottom: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  /* SA's `.eyebrow__dash`: a short rule sitting inline BEFORE the
     label. The template ships this same pseudo-element as a
     highlight swash — absolutely positioned, centred and tucked
     behind the text at z-index -1 — so every one of those
     placement properties has to be unwound explicitly. Overriding
     only width/height/background leaves the dash hidden behind
     the label, because the cascade resolves per property. */
}
.section__title .sub-title::before {
  content: "";
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
  transform: none;
  z-index: auto;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background: currentColor;
  flex-shrink: 0;
}
@media (max-width: 767.98px) {
  .section__title .sub-title {
    white-space: normal;
  }
}
.section__title .title {
  font-family: var(--tg-display-font-family);
  font-size: clamp(1.5rem, 3.6vw, 2.5rem);
  font-weight: var(--tg-fw-semi-bold);
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--tg-fg-strong);
  max-width: 1080px;
  margin: auto;
}
.section__title p {
  font-size: 17px;
  line-height: 1.65;
  color: var(--tg-gray-500);
  margin-top: 14px;
}
.section__title {
  /* Dark bands: white headline, navy-200 body, coral-400 eyebrow. */
}
.section__title.white-title .sub-title {
  color: var(--tg-coral-400);
}
.section__title.white-title .title {
  color: var(--tg-color-white-default);
}
.section__title.white-title p {
  color: var(--tg-navy-200);
}
.section__title {
  /* Chip variant keeps the eyebrow type inside an outlined pill. */
}
.section__title-two .sub-title {
  border: 1px solid var(--tg-accent);
  -webkit-border-radius: var(--tg-radius-pill);
  -moz-border-radius: var(--tg-radius-pill);
  -o-border-radius: var(--tg-radius-pill);
  -ms-border-radius: var(--tg-radius-pill);
  border-radius: var(--tg-radius-pill);
  padding: 7px 17px;
}
.section__title-two .sub-title::before {
  display: none;
}

/* Centred heads get SA's 58ch measure so the lede never runs full-bleed. */
.text-center .section__title p,
.section__title.text-center p {
  max-width: 58ch;
  margin-left: auto;
  margin-right: auto;
}

/*-----------------------------------------
    03. Buttons
    SA's primary is coral at 8px radius with a coral-tinted
    shadow that deepens and lifts 2px on hover.
-------------------------------------------*/
.tg-btn {
  font-size: 15px;
  padding: 13px 28px;
  letter-spacing: -0.005em;
  -webkit-border-radius: var(--tg-radius-md);
  -moz-border-radius: var(--tg-radius-md);
  -o-border-radius: var(--tg-radius-md);
  -ms-border-radius: var(--tg-radius-md);
  border-radius: var(--tg-radius-md);
  box-shadow: var(--tg-shadow-cta);
}
.tg-btn:hover, .tg-btn:focus-visible {
  transform: translateY(-2px);
  box-shadow: var(--tg-shadow-cta-hover);
}
.tg-btn {
  /* On navy panels the coral CTA is paired with a white ghost. */
}
.tg-btn.white-btn {
  box-shadow: var(--tg-shadow-md);
}
.tg-btn.white-btn:hover {
  transform: translateY(-2px);
}
.tg-btn.black-btn {
  background: var(--tg-navy-800);
  box-shadow: none;
}
.tg-btn.black-btn:hover {
  background: var(--tg-navy-900);
  box-shadow: none;
}

.tg-border-btn {
  box-shadow: none;
}
.tg-border-btn:hover {
  box-shadow: none;
  transform: translateY(-2px);
}

/*-----------------------------------------
    04. Light card
    The single card vocabulary SA reuses across audience
    routing, how-it-works, case studies and pricing:
    white / 1px gray-200 / 20px radius / xs shadow, lifting
    4px into a soft navy shadow on hover.
-------------------------------------------*/
.services__item,
.work__item,
.gallery__item,
.pricing__box,
.blog-post__item-three {
  background: var(--tg-color-white-default);
  border: 1px solid var(--tg-border);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  box-shadow: var(--tg-shadow-xs);
  transition: transform 0.2s var(--tg-ease-out), box-shadow 0.2s var(--tg-ease-out), border-color 0.2s;
}
.services__item:hover,
.work__item:hover,
.gallery__item:hover,
.pricing__box:hover,
.blog-post__item-three:hover, .services__item:focus-within,
.work__item:focus-within,
.gallery__item:focus-within,
.pricing__box:focus-within,
.blog-post__item-three:focus-within {
  transform: translateY(-4px);
  box-shadow: var(--tg-shadow-card-hover);
  border-color: var(--tg-navy-200);
}

/*  Services cards — a direct port of SA's `.rd-card` (the four-up
    capability grid on the hire/role-developer pages): a flat white
    card at 16px radius with a 44px petal-tinted icon tile, 16px
    Poppins title and 14px body. Each card in a row of four takes a
    different petal so the grid carries the whole brand palette. */
.services__item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 28px 22px;
  height: 100%;
  -webkit-border-radius: var(--tg-radius-xl);
  -moz-border-radius: var(--tg-radius-xl);
  -o-border-radius: var(--tg-radius-xl);
  -ms-border-radius: var(--tg-radius-xl);
  border-radius: var(--tg-radius-xl);
  /* SA's `.card-h` lift. */
}
.services__item:hover, .services__item:focus-within {
  transform: translateY(-5px);
  box-shadow: var(--tg-shadow-lg);
  border-color: var(--tg-border);
}
.services__item .services__icon-wrap {
  position: static;
  width: 60px;
  height: 60px;
  padding: 0;
  margin-bottom: 0;
  background: transparent;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
}
.services__item .services__icon-wrap::before, .services__item .services__icon-wrap::after {
  display: none;
}
.services__item::after {
  display: none;
}
.services__item .services__icon {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -o-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  flex-shrink: 0;
  /* Default tint; per-card petals are assigned on the columns below. */
  background: var(--tg-coral-50);
  color: var(--tg-accent);
}
.services__item .services__icon i {
  font-size: 40px;
  line-height: 1;
  display: flex;
}
.services__item {
  /* The template flips the tile 180° and floods it with coral on hover.
     SA's tile is static and keeps its petal tint. */
}
.services__item:hover .services__icon {
  transform: none;
}
.services__item .services__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  gap: 14px;
  flex: 1;
}
.services__item .title {
  font-family: var(--tg-display-font-family);
  font-size: 16px;
  font-weight: var(--tg-fw-semi-bold);
  line-height: 1.35;
  color: var(--tg-fg-strong);
  margin-bottom: 0;
  /* Template reserves 30% for the corner badge, which is now gone. */
  width: 100%;
}
.services__item .title a {
  color: inherit;
}
.services__item .title a:hover {
  color: var(--tg-accent);
}
.services__item p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--tg-gray-600);
  margin-bottom: 0;
}
.services__item {
  /* SA's reference card has no CTA; this one keeps its link, pinned to
     the bottom edge so the four cards stay aligned. */
}
.services__item .tg-text-btn {
  margin-top: auto;
  padding-top: 4px;
  font-size: 14px;
  font-weight: var(--tg-fw-semi-bold);
  color: var(--tg-accent);
}
.services__item .tg-text-btn:hover {
  color: var(--tg-coral-600);
}

/*  Petal rotation across the four-up row — coral / blue / teal / navy,
    exactly the tileBg + tileColor pairs SA sets per card. */
.services__area-two .row.gutter-y-40 > [class*=col-]:nth-child(4n+1) .services__icon {
  background: var(--tg-coral-50);
  color: var(--tg-coral-500);
}
.services__area-two .row.gutter-y-40 > [class*=col-]:nth-child(4n+2) .services__icon {
  background: var(--tg-blue-50);
  color: var(--tg-blue-500);
}
.services__area-two .row.gutter-y-40 > [class*=col-]:nth-child(4n+3) .services__icon {
  background: var(--tg-teal-50);
  color: var(--tg-teal-500);
}
.services__area-two .row.gutter-y-40 > [class*=col-]:nth-child(4n+4) .services__icon {
  background: var(--tg-navy-50);
  color: var(--tg-navy-600);
}

/*  SA's grid gap is 20px, tighter than the template's 40/30. */
.services__area-two .row.gutter-y-40 {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 20px;
}

/*  The band sits on white. The template's ambient orbs here are the
    purchased theme's indigo/purple/peach — remapped onto the petal
    palette and dialled back so the cards stay the focus. */
.services__area-two {
  background: var(--tg-color-white-default);
}
.services__area-two::before, .services__area-two .shape::after {
  background: var(--tg-blue-500);
  opacity: 0.07;
}
.services__area-two::after, .services__area-two .shape::before {
  background: var(--tg-coral-500);
  opacity: 0.06;
}

/*-----------------------------------------
    06. Choose → SA "why us" band (DARK)
    Same navy gradient as the proof bar so the two dark
    moments on the page read as the same surface.
-------------------------------------------*/
.choose__area-two {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, var(--tg-navy-800) 0%, var(--tg-navy-900) 100%);
  padding: 96px 0;
}
@media (max-width: 991.98px) {
  .choose__area-two {
    padding: 72px 0;
  }
}
@media (max-width: 767.98px) {
  .choose__area-two {
    padding: 56px 0;
  }
}
.choose__area-two::after {
  content: "";
  position: absolute;
  top: -10%;
  right: -5%;
  width: 40%;
  height: 60%;
  background: radial-gradient(circle, var(--tg-coral-500) 0%, transparent 65%);
  opacity: 0.06;
  pointer-events: none;
  z-index: 0;
}
.choose__area-two .container {
  position: relative;
  z-index: 1;
}
.choose__area-two .choose__content-two p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--tg-navy-200);
}

/*-----------------------------------------
    07. Work → SA how-it-works steps
-------------------------------------------*/
.work__item {
  padding: 32px 28px;
  height: 100%;
  /* Template centres this card's content; SA's step cards are left-set. */
  text-align: left;
  /* The template paints the card as a clipped notch/folded-corner shape
     behind the content. That silhouette fights the plain rounded card,
     so the pseudo is dropped. */
}
.work__item::before {
  display: none;
}
.work__item {
  /* "Step - 01" — the template pins this absolutely to the card's left
     edge as a dark half-pill. Every one of those placement properties
     has to be unwound before it can sit inline as SA's mono chip. */
}
.work__item .step {
  position: static;
  left: auto;
  top: auto;
  display: inline-block;
  margin-bottom: 18px;
  padding: 4px 10px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  font-family: var(--tg-mono-font-family);
  font-size: 11px;
  font-weight: var(--tg-fw-bold);
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--tg-accent);
  background: var(--tg-coral-50);
}
.work__item {
  /* Icon tile — matches the services grid so both rows of cards share
     one icon treatment. `margin: 0 0 20px` also clears the template's
     `margin: 0 auto`, which would keep the tile centred. */
}
.work__item .work__icon {
  width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: var(--tg-radius-lg);
  -moz-border-radius: var(--tg-radius-lg);
  -o-border-radius: var(--tg-radius-lg);
  -ms-border-radius: var(--tg-radius-lg);
  border-radius: var(--tg-radius-lg);
  background: var(--tg-coral-50);
  color: var(--tg-accent);
  margin: 0 0 20px;
  /* Icons are inlined with fill="currentColor", so the tile's own
     `color` drives them — no baked-in hex, no image request. */
}
.work__item .work__icon svg {
  width: 24px;
  height: 24px;
  display: block;
}
.work__item .title {
  font-family: var(--tg-display-font-family);
  font-size: 18px;
  font-weight: var(--tg-fw-semi-bold);
  line-height: 1.3;
  color: var(--tg-fg-strong);
  margin-bottom: 12px;
}
.work__item p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--tg-gray-600);
  margin-bottom: 0;
  /* Template constrains copy to 75% and centres it. */
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

/*  Petal rotation across the three steps — coral / blue / teal, the same
    sequence the services grid opens with. Tile background and icon colour
    move together because the SVG paints with currentColor. */
.work__area .row > [class*=col-]:nth-child(3n+1) .work__icon {
  background: var(--tg-coral-50);
  color: var(--tg-coral-500);
}
.work__area .row > [class*=col-]:nth-child(3n+2) .work__icon {
  background: var(--tg-blue-50);
  color: var(--tg-blue-500);
}
.work__area .row > [class*=col-]:nth-child(3n+3) .work__icon {
  background: var(--tg-teal-50);
  color: var(--tg-teal-500);
}

.marquee__area-two {
  position: relative;
  overflow: hidden;
  padding: 40px 0;
  background: linear-gradient(135deg, var(--tg-navy-800) 0%, var(--tg-navy-900) 100%);
  border-top: 1px solid var(--tg-border-on-dark);
  border-bottom: 1px solid var(--tg-border-on-dark);
  /* Template ships a bootstrap mb-5; the band sets its own rhythm. */
  margin-bottom: 0 !important;
}
@media (max-width: 767.98px) {
  .marquee__area-two {
    padding: 36px 0;
  }
}
.marquee__area-two .slider__marquee {
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 7%, #000 93%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 7%, #000 93%, transparent 100%);
}

.marquee__area-two .marquee__item-two {
  margin-right: 44px;
}
.marquee__area-two .marquee__item-two a {
  font-family: var(--tg-display-font-family);
  font-size: clamp(24px, 3.2vw, 40px);
  font-weight: var(--tg-fw-semi-bold);
  /* Display type tracks negative in this system; the old +.05em
     uppercase was fighting the rest of the page. */
  letter-spacing: -0.02em;
  text-transform: none;
  line-height: 1.1;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.34);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  /* Hover no longer repaints the word — chasing a moving target was
     never usable, and the plugin already pauses on hover. */
}
.marquee__area-two .marquee__item-two a:hover {
  color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.34);
}
.marquee__area-two .marquee__item-two a svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: var(--tg-coral-400);
  margin-right: 18px;
}
@supports not ((-webkit-text-stroke: 1px #000) or (text-stroke: 1px #000)) {
  .marquee__area-two .marquee__item-two a {
    color: rgba(255, 255, 255, 0.38);
  }
}
.marquee__area-two .marquee__item-two:nth-child(even) a {
  color: var(--tg-color-white-default);
  -webkit-text-stroke: 0;
}
.marquee__area-two .marquee__item-two:nth-child(even) a:hover {
  color: var(--tg-color-white-default);
  -webkit-text-stroke: 0;
}

/*-----------------------------------------
    08. CTA → SA closing panel
    A navy gradient slab inset in a white band, with three
    corner glows (coral / blue / gold).
-------------------------------------------*/
.cta__area {
  padding: 96px 0;
  background: var(--tg-color-white-default);
}
@media (max-width: 767.98px) {
  .cta__area {
    padding: 56px 0;
  }
}
.cta__area .cta__inner-wrap, .cta__area .cta__content-wrap {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -o-border-radius: 24px;
  -ms-border-radius: 24px;
  border-radius: 24px;
  padding: clamp(40px, 8vw, 96px) clamp(24px, 6vw, 64px);
  text-align: center;
  background: linear-gradient(145deg, var(--tg-navy-800) 0%, var(--tg-navy-900) 100%);
}
.cta__area .cta__inner-wrap::before, .cta__area .cta__inner-wrap::after, .cta__area .cta__content-wrap::before, .cta__area .cta__content-wrap::after {
  content: "";
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}
.cta__area .cta__inner-wrap::before, .cta__area .cta__content-wrap::before {
  bottom: -120px;
  right: -120px;
  width: 440px;
  height: 440px;
  background: radial-gradient(circle, var(--tg-coral-500) 0%, transparent 70%);
  opacity: 0.12;
}
.cta__area .cta__inner-wrap::after, .cta__area .cta__content-wrap::after {
  top: -100px;
  left: -100px;
  width: 380px;
  height: 380px;
  background: radial-gradient(circle, var(--tg-blue-500) 0%, transparent 70%);
  opacity: 0.1;
}
.cta__area .cta__inner-wrap, .cta__area .cta__content-wrap {
  /* The photo has to stay absolutely positioned, so it's excluded
     from the rule that lifts the panel's content above the glows. */
}
.cta__area .cta__inner-wrap > *:not(.cta-bg-photo), .cta__area .cta__content-wrap > *:not(.cta-bg-photo) {
  position: relative;
  z-index: 1;
}
.cta__area .cta__inner-wrap, .cta__area .cta__content-wrap {
  /* SA's `.cta-bg-photo`: a photo dropped to 8% and blended on
     luminosity, so it contributes texture and depth but takes its
     colour entirely from the navy panel underneath. */
}
.cta__area .cta__inner-wrap .cta-bg-photo, .cta__area .cta__content-wrap .cta-bg-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.08;
  mix-blend-mode: luminosity;
  pointer-events: none;
  z-index: 0;
}
.cta__area .cta__inner-wrap .row {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cta__area .cta__inner-wrap [class*=col-] {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}
.cta__area .cta__inner-wrap .cta__content-right {
  margin: 0 auto 32px;
}
.cta__area .cta__inner-wrap .d-flex {
  justify-content: center;
  flex-wrap: wrap;
}
.cta__area .title {
  font-family: var(--tg-display-font-family);
  font-size: clamp(1.5rem, 4.2vw, 3.4rem);
  font-weight: var(--tg-fw-bold);
  letter-spacing: normal;
  line-height: 1.06;
  color: var(--tg-color-white-default);
  margin-bottom: 1rem;
  text-transform: capitalize;
}
.cta__area p {
  font-size: 18px;
  line-height: 1.65;
  color: var(--tg-navy-200);
}

/*-----------------------------------------
    09. Logo / marquee strips
    SA frames these as a quiet 24px band ruled top and
    bottom, with an uppercase label column.
-------------------------------------------*/
@keyframes sa-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.marquee-section {
  padding: 24px 0;
  overflow: hidden;
  border-top: 1px solid var(--tg-border);
  border-bottom: 1px solid var(--tg-border);
  background: var(--tg-color-white-default);
}

.marquee-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  /* SA stacks at 575px, not at this theme's 767.98px $xs — written
     literally so the two strips break at the same width. */
}
@media only screen and (max-width: 575px) {
  .marquee-row {
    flex-direction: column;
    gap: 15px;
  }
}

.marquee-label {
  flex-shrink: 0;
  margin-right: 40px;
  padding: 0 40px;
  border-right: 1px solid var(--tg-border);
  font-family: var(--tg-body-font-family);
  font-size: 11px;
  font-weight: var(--tg-fw-semi-bold);
  letter-spacing: 0.12em;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--tg-gray-400);
  /* SA's label is one short line and can sit nowrap; this one carries a
     two-line <br>, so it's allowed to wrap instead of overhanging. */
}
@media only screen and (max-width: 575px) {
  .marquee-label {
    margin-right: 0;
    border-right: none;
    text-align: center;
  }
}

.marquee-viewport {
  flex: 1;
  overflow: hidden;
}

.marquee-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: max-content;
  animation: sa-marquee 23s linear infinite;
}
.marquee-track:hover {
  animation-play-state: paused;
}
.marquee-track {
  /* Respect users who've asked for reduced motion. */
}
@media (prefers-reduced-motion: reduce) {
  .marquee-track {
    animation: none;
  }
}

.marquee-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  padding: 0 40px;
  border-right: 1px solid var(--tg-border);
  white-space: nowrap;
}

.marquee-logo {
  height: 28px;
  width: auto;
  max-width: 140px;
  object-fit: contain;
  display: block;
  transition: filter 0.2s var(--tg-ease-out), opacity 0.2s var(--tg-ease-out);
}

/*-----------------------------------------
    10. Testimonial / gallery / blog / pricing type
    Pulls the remaining card headings onto the display
    face and the shared body greys.
-------------------------------------------*/
.gallery__item .title,
.blog-post__item-three .title,
.pricing__box .title {
  font-family: var(--tg-display-font-family);
  font-weight: var(--tg-fw-semi-bold);
  letter-spacing: -0.01em;
  color: var(--tg-fg-strong);
}
.gallery__item p,
.blog-post__item-three p,
.pricing__box p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--tg-gray-600);
}

/*-----------------------------------------
    11. Footer → SA's site-footer

    SA's footer signature is a navy gradient that LIGHTENS
    downward (navy-800 → navy-700), gold-400 column headings in
    small caps, and navy-200/300 body text. The template ships
    flat navy with 20px white headings and 15px capitalised
    links, which is a much heavier, more generic footer.
-------------------------------------------*/
.footer__area-two {
  background: linear-gradient(180deg, var(--tg-navy-800) 0%, var(--tg-navy-700) 100%);
}

/* SA runs 80px top / 32px bottom rather than the template's 140. */
.footer__top-two {
  padding: 80px 0 40px;
}
@media (max-width: 1199.98px) {
  .footer__top-two {
    padding: 64px 0 32px;
  }
}
@media (max-width: 767.98px) {
  .footer__top-two {
    padding: 56px 0 24px;
  }
}

/*  Column headings — the footer's most recognisable SA detail:
    11px gold small-caps with wide tracking, not 20px white. */
.footer__area-two .footer__widget-title {
  margin-bottom: 18px;
  font-family: var(--tg-body-font-family);
  font-size: 11px;
  font-weight: var(--tg-fw-semi-bold);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: var(--tg-gold-400);
}

.footer__area-two {
  /*  Links: 14px navy-200, lifting to white. The template animates a
      gradient "underline" on a background-image, which has to be
      cleared explicitly — overriding colour alone leaves the sweep
      running underneath. */
}
.footer__area-two .footer__link li {
  margin-bottom: 11px;
  line-height: 1.45;
}
.footer__area-two .footer__link a {
  font-size: 14px;
  font-weight: var(--tg-fw-regular);
  text-transform: none;
  color: var(--tg-navy-200);
  background-image: none;
  animation: none;
  transition: color 0.2s var(--tg-ease-out);
}
.footer__area-two .footer__link a:hover {
  color: var(--tg-color-white-default);
  background-image: none;
  animation: none;
}
.footer__area-two {
  /*  Intro copy under the logo. */
}
.footer__area-two .footer__content p {
  width: 100%;
  font-size: 14px;
  line-height: 1.7;
  text-transform: none;
  color: var(--tg-navy-300);
}
.footer__area-two .footer__newsletter p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--tg-navy-300);
}
.footer__area-two {
  /*  Newsletter field — a bare white input reads as a hole punched in
      the panel. On dark, SA's surface idiom is a translucent white
      wash with a hairline edge. */
}
.footer__area-two .footer__newsletter-form input[type=email] {
  width: 100%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--tg-border-on-dark);
  color: var(--tg-color-white-default);
  font-size: 14px;
}
.footer__area-two .footer__newsletter-form input[type=email]::placeholder {
  color: var(--tg-navy-300);
}
.footer__area-two .footer__newsletter-form input[type=email]:focus {
  outline: none;
  border-color: var(--tg-accent);
  background: rgba(255, 255, 255, 0.09);
}
.footer__area-two {
  /*  "Let's Talk → With Us". The template runs this at 100px with a
      150×76 arrow ringed in a 5px rule and a button set to
      flex-grow:1 — so the headline out-shouted the hero and the
      button stretched across whatever space was left. Everything
      here is brought down to the page's section-title scale. */
}
.footer__area-two .footer__cta-wrap-two {
  border-bottom: none;
  gap: 24px 40px;
  padding-bottom: 0px;
}
@media (max-width: 767.98px) {
  .footer__area-two .footer__cta-wrap-two {
    padding-bottom: 0px;
  }
}
.footer__area-two .footer__cta-wrap-two .title {
  font-family: var(--tg-display-font-family);
  font-size: clamp(26px, 3.4vw, 42px);
  font-weight: var(--tg-fw-semi-bold);
  letter-spacing: -0.02em;
  line-height: 1.1;
}
.footer__area-two .footer__cta-wrap-two {
  /*  Inline arrow, scaled to the new cap height. The 5px ring was
      visually heavier than the letterforms it sat between. */
}
.footer__area-two .footer__cta-wrap-two .title .arrow {
  width: 72px;
  height: 38px;
  border-width: 2px;
  margin: 0 12px;
}
.footer__area-two .footer__cta-wrap-two .title .arrow svg {
  width: 40px;
  height: auto;
}
@media (max-width: 1199.98px) {
  .footer__area-two .footer__cta-wrap-two .title .arrow {
    width: 64px;
    height: 34px;
  }
  .footer__area-two .footer__cta-wrap-two .title .arrow svg {
    width: 34px;
  }
}
@media (max-width: 767.98px) {
  .footer__area-two .footer__cta-wrap-two .title .arrow {
    width: 52px;
    height: 28px;
    margin: 0 8px;
  }
  .footer__area-two .footer__cta-wrap-two .title .arrow svg {
    width: 28px;
  }
}
.footer__area-two .footer__cta-wrap-two .tg-btn {
  flex-grow: 0;
  font-size: 15px;
  padding: 13px 28px;
  -webkit-border-radius: var(--tg-radius-md);
  -moz-border-radius: var(--tg-radius-md);
  -o-border-radius: var(--tg-radius-md);
  -ms-border-radius: var(--tg-radius-md);
  border-radius: var(--tg-radius-md);
}
.footer__area-two .footer__bottom {
  background: transparent;
  border-top: 1px solid var(--tg-border-on-dark);
  padding: 24px 0 32px;
}
.footer__area-two .footer__bottom .copyright__text p {
  font-size: 12px;
  color: var(--tg-navy-300);
  margin-bottom: 0;
}
.footer__area-two .footer__shape img {
  opacity: 0.35;
}

.breadcrumb__bg {
  position: relative;
  overflow: hidden;
  padding: 150px 0px;
  background-color: var(--tg-navy-900);
  background-image: url("../img/images/breadcumb-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 1199.98px) {
  .breadcrumb__bg {
    padding: 60px 0 68px;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb__bg {
    padding: 48px 0 56px;
  }
}
.breadcrumb__bg::after {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 500px;
  height: 500px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: radial-gradient(circle, var(--tg-blue-500) 0%, transparent 70%);
  opacity: 0.1;
  pointer-events: none;
  z-index: 0;
}
.breadcrumb__bg::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0;
  width: auto;
  height: auto;
  background: linear-gradient(145deg, var(--tg-navy-900) 0%, var(--tg-navy-800) 55%, var(--tg-navy-700) 100%);
  opacity: 0.2;
  pointer-events: none;
  z-index: 0;
}
.breadcrumb__bg .container {
  position: relative;
  z-index: 1;
}
.breadcrumb__bg [class*=col-] {
  flex: 0 0 100%;
  max-width: 100%;
}

.breadcrumb__content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 720px;
}
.breadcrumb__content .breadcrumb {
  order: -1;
  margin: 0 0 18px;
  padding: 0;
  gap: 8px;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.breadcrumb__content .breadcrumb span {
  font-size: 13px;
  font-weight: var(--tg-fw-regular);
  text-transform: none;
  line-height: 1.4;
  color: var(--tg-coral-400);
}
.breadcrumb__content .breadcrumb span a {
  color: var(--tg-navy-300);
  transition: color 0.2s var(--tg-ease-out);
}
.breadcrumb__content .breadcrumb span a:hover {
  color: var(--tg-color-white-default);
}
.breadcrumb__content .breadcrumb span.breadcrumb-separator {
  color: var(--tg-navy-500);
  font-size: 12px;
}
.breadcrumb__content .title {
  margin: 0;
  font-family: var(--tg-display-font-family);
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-weight: var(--tg-fw-bold);
  letter-spacing: -0.03em;
  line-height: 1.07;
  color: var(--tg-color-white-default);
  text-wrap: pretty;
}

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