@charset "UTF-8";
/*------------------------------------------------------------------
[Main Stylesheet]

Project:        Atroly
Version:        1.1
Last change:    01 Aug 2025
Primary use:    LAW Firm

[Table of contents]

1. Variables and Colors
2. Global Styles
3. Utility Classes
4. Components
5. Layout
    01. Preloader
    02. Hero Section
    03. Footer Section
    04. Breadcrumb Section
    05. Counter Card
    06. Tap To Top
    07. Sidebar Menu
    08. Header
    09. Section Content
    10. How It Works
    11. Login
    12. Product Details
    13. Testimonial
    14. Why Choose Us
    15. Marqee Section
    16. About Section
    17. Newsletter Section
6. Pages
    01. Blog Page
    02. Blog Details  
    03. Contact Page  
    04. Sign Up       
    05. Dashboard     
    06. About         
    07. Cookie        
    08. Coming Soon   
    09. Error 404 Page
    10. Home 4        
    11. Home 3        
    12. Home 2        
    13. Home 1        
-------------------------------------------------------------------*/
/*----   Variables and Colors  ----*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Marcellus&display=swap');
/* All Css Variables Start */
@font-face {
  font-family: 'digital-clock-font';
  src: url('/assets/text-font/E1234.ttf') format('opentype');
}

:root {
  --heading-font: 'Marcellus', serif;
  --body-font: 'Inter', sans-serif;
  --heading-one: clamp(1.5rem, 2.8vw + 1rem, 3.75rem);
  --heading-two: clamp(1.375rem, 1.7vw + 1rem, 2.5rem);
  --heading-three: clamp(1.25rem, 0.8vw + 1rem, 1.875rem);
  --heading-four: clamp(1.125rem, 0.5vw + 1rem, 1.5rem);
  --heading-five: clamp(1.0625rem, 0.3vw + 1rem, 1.25rem);
  --heading-six: 1.2rem;
  --heading-h: 225;
  --heading-s: 7%;
  --heading-l: 12%;
  --heading-color: var(--heading-h) var(--heading-s) var(--heading-l);
  --white: 0 0% 100%;
  --light-h: 0;
  --light-s: 0%;
  --light-l: 78%;
  --light: var(--light-h) var(--light-s) var(--light-l);
  --black-h: 225;
  --black-s: 7%;
  --black-l: 12%;
  --black: var(--black-h) var(--black-s) var(--black-l);
  --pure-black-h: 0;
  --pure-black-s: 0%;
  --pure-black-l: 0%;
  --pure-black: var(--pure-black-h) var(--pure-black-s) var(--pure-black-l);
  --marque-bg: 224, 22%, 14%;
  --cards-bg: 240, 79%, 22%;
  --body-color: 0, 0%, 100%;
  --border-color: 240, 100%, 17%;
  --background: 0, 0%, 97%;
  --footer-bg: 36, 76%, 10%;
  --header-bg: 225, 7%, 15%;
  --section-bg: 225, 7%, 12%;
  --border-radius: 16px;
  --border-radius-sm: 4px;
  --lemon-light: 164, 60%, 90%;
  --lemon-dark: 148, 100%, 50%;
  --yellow-dark: 58, 100%, 50%;
  --pink-light: 281, 100%, 95%;
  --pink-dark: 295, 100%, 50%;
  --cyan-light: 203, 100%, 91%;
  --cyan-dark: 203, 100%, 91%;
  --blue-light: 221, 100%, 91%;
  --blue-dark: 221, 100%, 91%;
  --star-color: 45, 100%, 50%;
  --hero-bg: 221, 94%, 93%;
  --header-box-shadow: 0px -1px 15px 3px hsl(var(--black) / 0.3);
  --mobile-box-shadow: 0px -1px 5px 0px hsl(var(--black) / 0.92);
  --box-shadow: 0px 2px 15px hsl(var(--black) / 0.05);
  --gradient-bg: linear-gradient(
    95.26deg,
    hsl(var(--base)) 0%,
    hsl(var(--secondary)) 100%
  );
  --card-bg: hsl(240, 1%, 15%);
  --dark-bg: 240, 11%, 14%;
  --header--bg: hsl(0, 0%, 11.8%);
  --base-light-h: 152;
  --base-light-s: 100%;
  --base-light-l: 50%;
  --base-light: var(--base-light-h) var(--base-light-s) var(--base-light-l);
  --base-component-h: 213;
  --base-component-s: 100%;
  --base-component-l: 17%;
  --base-component: var(--base-component-h) var(--base-component-s)
    var(--base-component-l);
  --base-h: 200;
  --base-s: 99%;
  --base-l: 52%;
  --base: var(--base-h) var(--base-s) var(--base-l);
  --base-d-100: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.1);
  --base-d-200: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.2);
  --base-d-300: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.3);
  --base-d-400: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.4);
  --base-d-500: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.5);
  --base-d-600: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.6);
  --base-d-700: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.7);
  --base-d-700: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.7);
  --base-d-800: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.8);
  --base-d-800: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.8);
  --base-d-900: var(--base-h) var(--base-s)
    calc(var(--base-l) - var(--base-l) * 0.9);
  --base-l-100: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.1);
  --base-l-200: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.2);
  --base-l-300: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.3);
  --base-l-400: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.4);
  --base-l-500: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.5);
  --base-l-600: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.6);
  --base-l-700: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.7);
  --base-l-800: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.8);
  --base-l-900: var(--base-h) calc(var(--base-s))
    calc(var(--base-l) + (100% - var(--base-l)) * 0.9);
  --base-two-h: 9;
  --base-two-s: 88%;
  --base-two-l: 62%;
  --base-two-ho: 52%;
  --base-two: var(--base-two-h) var(--base-two-s) var(--base-two-l);
  --base-two-hover: var(--base-two-h) var(--base-two-s) var(--base-two-ho);
  --base-three-h: 225;
  --base-three-s: 7%;
  --base-three-l: 12%;
  --base-three: var(--base-three-h) var(--base-three-s) var(--base-three-l);
  --base-four-h: 213;
  --base-four-s: 68%;
  --base-four-l: 12%;
  --base-four: var(--base-four-h) var(--base-four-s) var(--base-four-l);
  --base-four-l-ho: 20%;
  --base-four-hover: var(--base-four-h) var(--base-four-s) var(--base-four-l-ho);
  --bg-four-h: 33;
  --bg-four-s: 65%;
  --bg-four-l: 97%;
  --bg-four: var(--bg-four-h) var(--bg-four-s) var(--bg-four-l);
  --base-five-h: 184;
  --base-five-s: 100%;
  --base-five-l: 13%;
  --base-five: var(--base-five-h) var(--base-five-s) var(--base-five-l);
  --secondary-h: 208;
  --secondary-s: 7%;
  --secondary-l: 46%;
  --secondary: var(--secondary-h) var(--secondary-s) var(--secondary-l);
  --secondary-d-100: var(--secondary-h) var(--secondary-s)
    calc(var(--secondary-l) - var(--secondary-l) * 0.1);
  --secondary-d-200: var(--secondary-h) var(--secondary-s)
    calc(var(--secondary-l) - var(--secondary-l) * 0.2);
  --secondary-d-300: var(--secondary-h) var(--secondary-s)
    calc(var(--secondary-l) - var(--secondary-l) * 0.3);
  --secondary-d-400: var(--secondary-h) var(--secondary-s)
    calc(var(--secondary-l) - var(--secondary-l) * 0.4);
  --secondary-d-500: var(--secondary-h) var(--secondary-s)
    calc(var(--secondary-l) - var(--secondary-l) * 0.5);
  --secondary-l-100: var(--secondary-h) calc(var(--secondary-s))
    calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.1);
  --secondary-l-200: var(--secondary-h) calc(var(--secondary-s))
    calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.2);
  --secondary-l-300: var(--secondary-h) calc(var(--secondary-s))
    calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.3);
  --secondary-l-400: var(--secondary-h) calc(var(--secondary-s))
    calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.4);
  --secondary-l-500: var(--secondary-h) calc(var(--secondary-s))
    calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.5);
  --background-gradient: linear-gradient(
    45deg,
    hsl(var(--base)),
    hsl(var(--base-two))
  );
  --dark-h: 210;
  --dark-s: 11%;
  --dark-l: 15%;
  --dark: var(--dark-h) var(--dark-s) var(--dark-l);
  --dark-d-100: var(--dark-h) var(--dark-s)
    calc(var(--dark-l) - var(--dark-l) * 0.1);
  --dark-d-200: var(--dark-h) var(--dark-s)
    calc(var(--dark-l) - var(--dark-l) * 0.2);
  --dark-d-300: var(--dark-h) var(--dark-s)
    calc(var(--dark-l) - var(--dark-l) * 0.3);
  --dark-d-400: var(--dark-h) var(--dark-s)
    calc(var(--dark-l) - var(--dark-l) * 0.4);
  --dark-d-500: var(--dark-h) var(--dark-s)
    calc(var(--dark-l) - var(--dark-l) * 0.5);
  --dark-l-100: var(--dark-h) calc(var(--dark-s))
    calc(var(--dark-l) + (100% - var(--dark-l)) * 0.1);
  --dark-l-200: var(--dark-h) calc(var(--dark-s))
    calc(var(--dark-l) + (100% - var(--dark-l)) * 0.2);
  --dark-l-300: var(--dark-h) calc(var(--dark-s))
    calc(var(--dark-l) + (100% - var(--dark-l)) * 0.3);
  --dark-l-400: var(--dark-h) calc(var(--dark-s))
    calc(var(--dark-l) + (100% - var(--dark-l)) * 0.4);
  --dark-l-500: var(--dark-h) calc(var(--dark-s))
    calc(var(--dark-l) + (100% - var(--dark-l)) * 0.5);
  --primary-h: 211;
  --primary-s: 100%;
  --primary-l: 50%;
  --primary: var(--primary-h) var(--primary-s) var(--primary-l);
  --primary-d-100: var(--primary-h) var(--primary-s)
    calc(var(--primary-l) - var(--primary-l) * 0.1);
  --primary-d-200: var(--primary-h) var(--primary-s)
    calc(var(--primary-l) - var(--primary-l) * 0.2);
  --primary-d-300: var(--primary-h) var(--primary-s)
    calc(var(--primary-l) - var(--primary-l) * 0.3);
  --primary-d-400: var(--primary-h) var(--primary-s)
    calc(var(--primary-l) - var(--primary-l) * 0.4);
  --primary-d-500: var(--primary-h) var(--primary-s)
    calc(var(--primary-l) - var(--primary-l) * 0.5);
  --primary-l-100: var(--primary-h) calc(var(--primary-s))
    calc(var(--primary-l) + (100% - var(--primary-l)) * 0.1);
  --primary-l-200: var(--primary-h) calc(var(--primary-s))
    calc(var(--primary-l) + (100% - var(--primary-l)) * 0.2);
  --primary-l-300: var(--primary-h) calc(var(--primary-s))
    calc(var(--primary-l) + (100% - var(--primary-l)) * 0.3);
  --primary-l-400: var(--primary-h) calc(var(--primary-s))
    calc(var(--primary-l) + (100% - var(--primary-l)) * 0.4);
  --primary-l-500: var(--primary-h) calc(var(--primary-s))
    calc(var(--primary-l) + (100% - var(--primary-l)) * 0.5);
  --success-h: 184;
  --success-s: 100%;
  --success-l: 13%;
  --success: var(--success-h) var(--success-s) var(--success-l);
  /*=== Success Darken ===*/
  --success-d-100: var(--success-h) var(--success-s)
    calc(var(--success-l) - var(--success-l) * 0.1);
  --success-d-200: var(--success-h) var(--success-s)
    calc(var(--success-l) - var(--success-l) * 0.2);
  --success-d-300: var(--success-h) var(--success-s)
    calc(var(--success-l) - var(--success-l) * 0.3);
  --success-d-400: var(--success-h) var(--success-s)
    calc(var(--success-l) - var(--success-l) * 0.4);
  --success-d-500: var(--success-h) var(--success-s)
    calc(var(--success-l) - var(--success-l) * 0.5);
  /*=== Success Lighten ===*/
  --success-l-100: var(--success-h) calc(var(--success-s))
    calc(var(--success-l) + (100% - var(--success-l)) * 0.1);
  --success-l-200: var(--success-h) calc(var(--success-s))
    calc(var(--success-l) + (100% - var(--success-l)) * 0.2);
  --success-l-300: var(--success-h) calc(var(--success-s))
    calc(var(--success-l) + (100% - var(--success-l)) * 0.3);
  --success-l-400: var(--success-h) calc(var(--success-s))
    calc(var(--success-l) + (100% - var(--success-l)) * 0.4);
  --success-l-500: var(--success-h) calc(var(--success-s))
    calc(var(--success-l) + (100% - var(--success-l)) * 0.5);
  --danger-h: 0;
  --danger-s: 65%;
  --danger-l: 51%;
  --danger: var(--danger-h) var(--danger-s) var(--danger-l);
  /*=== Danger Darken ===*/
  --danger-d-100: var(--danger-h) var(--danger-s)
    calc(var(--danger-l) - var(--danger-l) * 0.1);
  --danger-d-200: var(--danger-h) var(--danger-s)
    calc(var(--danger-l) - var(--danger-l) * 0.2);
  --danger-d-300: var(--danger-h) var(--danger-s)
    calc(var(--danger-l) - var(--danger-l) * 0.3);
  --danger-d-400: var(--danger-h) var(--danger-s)
    calc(var(--danger-l) - var(--danger-l) * 0.4);
  --danger-d-500: var(--danger-h) var(--danger-s)
    calc(var(--danger-l) - var(--danger-l) * 0.5);
  /*=== danger Lighten ===*/
  --danger-l-100: var(--danger-h) calc(var(--danger-s))
    calc(var(--danger-l) + (100% - var(--danger-l)) * 0.1);
  --danger-l-200: var(--danger-h) calc(var(--danger-s))
    calc(var(--danger-l) + (100% - var(--danger-l)) * 0.2);
  --danger-l-300: var(--danger-h) calc(var(--danger-s))
    calc(var(--danger-l) + (100% - var(--danger-l)) * 0.3);
  --danger-l-400: var(--danger-h) calc(var(--danger-s))
    calc(var(--danger-l) + (100% - var(--danger-l)) * 0.4);
  --danger-l-500: var(--danger-h) calc(var(--danger-s))
    calc(var(--danger-l) + (100% - var(--danger-l)) * 0.5);
  --warning-h: 27;
  --warning-s: 98%;
  --warning-l: 47%;
  --warning: var(--warning-h) var(--warning-s) var(--warning-l);
  /*=== Warning Darken ===*/
  --warning-d-100: var(--warning-h) var(--warning-s)
    calc(var(--warning-l) - var(--warning-l) * 0.1);
  --warning-d-200: var(--warning-h) var(--warning-s)
    calc(var(--warning-l) - var(--warning-l) * 0.2);
  --warning-d-300: var(--warning-h) var(--warning-s)
    calc(var(--warning-l) - var(--warning-l) * 0.3);
  --warning-d-400: var(--warning-h) var(--warning-s)
    calc(var(--warning-l) - var(--warning-l) * 0.4);
  --warning-d-500: var(--warning-h) var(--warning-s)
    calc(var(--warning-l) - var(--warning-l) * 0.5);
  /*===  Warning Lighten ===*/
  --warning-l-100: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.1);
  --warning-l-200: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.2);
  --warning-l-300: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.3);
  --warning-l-400: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.4);
  --warning-l-500: var(--warning-h) calc(var(--warning-s))
    calc(var(--warning-l) + (100% - var(--warning-l)) * 0.5);
  --info-h: 187;
  --info-s: 100%;
  --info-l: 42%;
  --info: var(--info-h) var(--info-s) var(--info-l);
  /*=== Info Darken ===*/
  --info-d-100: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.1);
  --info-d-200: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.2);
  --info-d-300: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.3);
  --info-d-400: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.4);
  --info-d-500: var(--info-h) var(--info-s)
    calc(var(--info-l) - var(--info-l) * 0.5);
  /*=== nfo Lighten ===*/
  --info-l-100: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.1);
  --info-l-200: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.2);
  --info-l-300: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.3);
  --info-l-400: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.4);
  --info-l-500: var(--info-h) calc(var(--info-s))
    calc(var(--info-l) + (100% - var(--info-l)) * 0.5);
  --violet-h: 251;
  --violet-s: 96%;
  --violet-l: 63%;
  --violet: var(--violet-h) var(--violet-s) var(--violet-l);
  /*=== Violet Darken ===*/
  --violet-d-100: var(--violet-h) var(--violet-s)
    calc(var(--violet-l) - var(--violet-l) * 0.1);
  --violet-d-200: var(--violet-h) var(--violet-s)
    calc(var(--violet-l) - var(--violet-l) * 0.2);
  --violet-d-300: var(--violet-h) var(--violet-s)
    calc(var(--violet-l) - var(--violet-l) * 0.3);
  --violet-d-400: var(--violet-h) var(--violet-s)
    calc(var(--violet-l) - var(--violet-l) * 0.4);
  --violet-d-500: var(--violet-h) var(--violet-s)
    calc(var(--violet-l) - var(--violet-l) * 0.5);
  /*=== Violet Lighten ===*/
  --violet-l-100: var(--violet-h) calc(var(--violet-s))
    calc(var(--violet-l) + (100% - var(--violet-l)) * 0.1);
  --violet-l-200: var(--violet-h) calc(var(--violet-s))
    calc(var(--violet-l) + (100% - var(--violet-l)) * 0.2);
  --violet-l-300: var(--violet-h) calc(var(--violet-s))
    calc(var(--violet-l) + (100% - var(--violet-l)) * 0.3);
  --violet-l-400: var(--violet-h) calc(var(--violet-s))
    calc(var(--violet-l) + (100% - var(--violet-l)) * 0.4);
  --violet-l-500: var(--violet-h) calc(var(--violet-s))
    calc(var(--violet-l) + (100% - var(--violet-l)) * 0.5);
  --yellow-h: 54;
  --yellow-s: 100%;
  --yellow-l: 62%;
  --yellow: var(--yellow-h) var(--yellow-s) var(--yellow-l);
  --yellow-d-100: var(--yellow-h) var(--yellow-s)
    calc(var(--yellow-l) - var(--yellow-l) * 0.1);
  --yellow-d-200: var(--yellow-h) var(--yellow-s)
    calc(var(--yellow-l) - var(--yellow-l) * 0.2);
  --yellow-d-300: var(--yellow-h) var(--yellow-s)
    calc(var(--yellow-l) - var(--yellow-l) * 0.3);
  --yellow-d-400: var(--yellow-h) var(--yellow-s)
    calc(var(--yellow-l) - var(--yellow-l) * 0.4);
  --yellow-d-500: var(--yellow-h) var(--yellow-s)
    calc(var(--yellow-l) - var(--yellow-l) * 0.5);
  --yellow-l-100: var(--yellow-h) calc(var(--yellow-s))
    calc(var(--yellow-l) + (100% - var(--yellow-l)) * 0.1);
  --yellow-l-200: var(--yellow-h) calc(var(--yellow-s))
    calc(var(--yellow-l) + (100% - var(--yellow-l)) * 0.2);
  --yellow-l-300: var(--yellow-h) calc(var(--yellow-s))
    calc(var(--yellow-l) + (100% - var(--yellow-l)) * 0.3);
  --yellow-l-400: var(--yellow-h) calc(var(--yellow-s))
    calc(var(--yellow-l) + (100% - var(--yellow-l)) * 0.4);
  --yellow-l-500: var(--yellow-h) calc(var(--yellow-s))
    calc(var(--yellow-l) + (100% - var(--yellow-l)) * 0.5);
  --dark-card-bg: rgba(148, 148, 148, 0.1);
  /* orange color */
  --orange-h: 36;
  --orange-s: 100%;
  --orange-l: 50%;
  --orange: var(--orange-h) var(--orange-s) var(--orange-l);
  /* grey color */
  --grey-h: 0;
  --grey-s: 0%;
  --grey-l: 62%;
  --grey: var(--grey-h) var(--grey-s) var(--grey-l);
  /* dark grey color */
  --dark-grey-h: 0;
  --dark-grey-s: 0%;
  --dark-grey-l: 28%;
  --dark-grey: var(--dark-grey-h) var(--dark-grey-s) var(--dark-grey-l);
  /* light grey color */
  --dl-grey-h: 0;
  --dl-grey-s: 0%;
  --dl-grey-l: 55%;
  --dl-grey: var(--dl-grey-h) var(--dl-grey-s) var(--dl-grey-l);
  /* light grey color */
  --light-grey-h: 0;
  --light-grey-s: 0%;
  --light-grey-l: 77%;
  --light-grey: var(--light-grey-h) var(--light-grey-s) var(--light-grey-l);
  /* purple color */
  --purple-h: 291;
  --purple-s: 64%;
  --purple-l: 42%;
  --purple: var(--purple-h) var(--purple-s) var(--purple-l);
  /* blue color */
  --blue-h: 224;
  --blue-s: 98%;
  --blue-l: 52%;
  --blue: var(--blue-h) var(--blue-s) var(--blue-l);
  /* pink color */
  --pink-h: 340;
  --pink-s: 82%;
  --pink-l: 52%;
  --pink: var(--pink-h) var(--pink-s) var(--pink-l);
  /* padding/margin for single side fluid container */
  --container-max: 100%;
  --fluid-margin: calc(
    50vw - var(--container-max) / 2 + var(--bs-gutter-x, 1.5rem) / 2
  );
  --fluid-partial-width: calc(
    100vw - (50% - var(--container-max) / 2 + var(--bs-gutter-x, 1.5rem) / 2)
  );
}

@media (min-width: 576px) {
  :root {
    --container-max: 540px;
  }
}

@media (min-width: 768px) {
  :root {
    --container-max: 720px;
  }
}

@media (min-width: 992px) {
  :root {
    --container-max: 960px;
  }
}

@media (min-width: 1200px) {
  :root {
    --container-max: 1140px;
  }
}

@media (min-width: 1400px) {
  :root {
    --container-max: 1320px;
  }
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px hsl(var(--base) / 0.2);
}

::-webkit-scrollbar-thumb {
  background: hsl(var(--base) / 0.7);
}

::-webkit-scrollbar-thumb:hover {
  background: hsl(var(--base));
}

/*----  / Variables and Colors  ----*/
/*----   Global Styles  ----*/
.bg--img {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.fit--img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overflow--hidden {
  overflow: hidden;
}

.tap--balance {
  gap: 8px;
  background-color: hsl(var(--base-two));
  padding: 8px 12px;
  border-radius: 8px;
  width: 194px;
  transition: 3s ease;
  transition: flex-direction 0.3s ease;
}

.tap--balance .textt {
  cursor: pointer;
  text-align: center;
  font-size: 16px;
}

.tap--balance .balance {
  cursor: pointer;
  text-align: center;
  font-size: 16px;
}

.transition-animation {
  animation-name: fadeInOut;
  animation-duration: 2s;
}

.offcanvas {
  background: hsl(var(--white));
  width: 300px !important;
}

.offcanvas .offcanvas-header .btn-close {
  opacity: 1;
}

.offcanvas .offcanvas-header .logo {
  max-width: 50%;
}

.offcanvas .offcanvas-body {
  padding: 32px 0px;
}

.offcanvas-backdrop {
  cursor: url(/assets/images/icon/x-cursor.svg) 16 16, auto;
}

.chunk-search-offcanvas {
  width: max-content !important;
}

.chunk-search-offcanvas .offcanvas-body {
  padding: 20px 6px;
}

.chunk-search-offcanvas #chunk-search-form {
  display: flex;
}

.chunk-search-offcanvas #chunk-search-form .search--btn {
  min-width: 50px;
}

.offcanvas-centered {
  position: fixed;
  top: 50%;
  left: 50%;
  transition: transform 500ms ease-in-out;
  transform: translate(-50%, -100vh);
  width: max-content;
  height: max-content;
}

.offcanvas-centered.show:not(.hiding),
.offcanvas-centered.showing {
  transform: translate(-50%, -50%);
}

.offcanvas-centered.hiding {
  transform: translate(-50%, -100vh);
}

@keyframes plane-fly {
  0% {
    right: 0;
    top: 250px;
    rotate: -40deg;
  }

  25% {
    top: 15px;
    rotate: 0deg;
  }

  50% {
    top: 20px;
    rotate: -70deg;
  }

  75% {
    top: 50px;
    rotate: -90deg;
  }

  100% {
    top: 78px;
    right: 70%;
    rotate: -140deg;
  }
}

.video {
  padding: 400px 0px;
}

.chunk-video {
  padding: 0px 0px;
  margin-top: 0px;
  height: 564px;
}

@media screen and (max-width: 991px) {
  .chunk-video {
    height: 360px;
  }
}

@media screen and (max-width: 575px) {
  .chunk-video {
    height: 290px;
  }
}

.chunk-video .content--wrap {
  width: 100%;
  max-width: 1320px;
  height: 100%;
  top: 0;
  left: 0;
}

.chunk-video__three {
  padding: 0px 0px;
  margin-top: 0px;
  height: 718px;
}

@media screen and (max-width: 991px) {
  .chunk-video__three {
    height: 360px;
  }
}

@media screen and (max-width: 575px) {
  .chunk-video__three {
    height: 290px;
  }
}

.chunk-video__three .play-video {
  background-color: hsl(var(--white));
  border-radius: 50%;
}

.video--two {
  padding: 235px 0px;
  margin-top: 300px;
}

.video--two .content--wrap {
  width: 100%;
  max-width: 1320px;
  height: 564px;
  top: 0;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  aspect-ratio: 1320/564;
  background-position: center center;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .video--two {
    padding: 100px 0px;
    margin-top: 200px;
  }

  .video--two .content--wrap {
    width: 90%;
    height: 300px;
  }
}

.solution {
  padding: 110px 0px 170px 0px;
}

.solution--two {
  padding: 120px 0px;
}

.solution--two .slick-arrow {
  position: relative;
  min-width: auto;
  z-index: 1;
  top: unset;
  right: unset;
  transform: none;
  border: 1px solid hsl(var(--base-two));
  color: hsl(var(--dark-grey));
}

.solution--two
  .solution-slider--four.slick-initialized.slick-slider
  .slick-track {
  display: block;
}

@media screen and (max-width: 1150px) {
  .solution--two {
    padding: 100px 0px;
  }
}

@media screen and (max-width: 668px) {
  .solution--two {
    padding: 50px 0px;
  }
}

@media screen and (max-width: 768px) {
  .service-section--two .service-slider--two .slick-arrow {
    top: -4px;
  }

  .service-section--two .service-slider--two .slick-arrow.slick-prev {
    right: 60px;
  }
}

@media screen and (max-width: 768px) {
  .why-choose--two .video {
    padding: 105px 0px;
  }
}

.faq-section--two {
  overflow: hidden;
  padding: 120px 0px 280px 0px;
}

@media screen and (max-width: 991px) {
  .faq-section--two {
    padding: 50px 0px;
  }
}

.faq-section--two .faq-bg--thumb {
  top: 28px;
  left: 0;
  width: 38%;
  max-height: 840px;
  overflow: hidden;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .faq-section--two .faq-bg--thumb {
    width: 100%;
    max-height: 500px;
    position: inherit !important;
    top: inherit !important;
    left: inherit !important;
    margin-bottom: 50px;
    overflow: hidden;
  }
}

.faq-section--two .faq-bg--thumb::after {
  content: '';
  position: absolute;
  top: -29px;
  right: -24px;
  background-color: #005984;
  width: 163.257px;
  height: 229px;
  z-index: -1;
}

.faq-section--two .faq-bg--thumb::before {
  content: '';
  position: absolute;
  bottom: -41px;
  left: 0;
  background-color: #005984;
  width: 163.257px;
  height: 229px;
  z-index: -1;
}

.appoint-now {
  margin: 210px 0px 120px 0px;
}

.appoint-now .thumb--elements {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 10%;
  height: 480px;
  aspect-ratio: 312/480;
}

@media screen and (max-width: 1399px) {
  .appoint-now {
    margin-block: 80px;
  }

  .appoint-now .thumb--elements {
    height: 98%;
    right: 0;
  }
}

@media screen and (max-width: 575px) {
  .appoint-now {
    margin-block: 50px;
    overflow: hidden;
  }

  .appoint-now .thumb--elements {
    max-width: 40%;
    height: 100%;
    right: -7%;
  }

  .appoint-now .thumb--elements img {
    object-fit: contain;
    object-position: bottom center;
  }
}

.appoint-now .appoint--box__wrapper {
  overflow: hidden;
}

.appoint-now .appoint--box {
  padding: 80px 110px;
  margin-right: -100%;
}

.appoint-now .appoint--box .content--wrap {
  max-width: 760px;
}

@media screen and (max-width: 991px) {
  .appoint-now .appoint--box {
    padding: 50px;
  }

  .appoint-now .appoint--box .content--wrap {
    max-width: 460px;
  }
}

@media screen and (max-width: 575px) {
  .appoint-now .appoint--box {
    padding-inline: 24px;
    padding-block: 24px;
  }

  .appoint-now .appoint--box .content--wrap {
    max-width: 220px;
  }
}

.legaladvisory--section {
  border-radius: 0px 0px 500px 0px;
}

.practicearea .practicearea-bg--element {
  left: 0;
  bottom: 10%;
}

.progress-bar--wrap .item--bar {
  position: relative;
  height: 14px;
  width: 100%;
  background-color: hsl(0, 0%, 85%);
}

.progress-bar--wrap .item--bar .value--progress {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 14px;
  margin: 0;
  background-color: hsl(var(--base));
  transition: width 100ms ease;
}

.firststep--section::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: hsl(var(--black) / 0.3);
  z-index: -1;
}

/*----  / Global Styles  ----*/
/*----  Utility Classes  ----*/
.bg--white {
  background-color: hsl(var(--white));
}

.bg--black {
  background-color: #005984;
}

.bg--pure-black {
  background-color: hsl(var(--pure-black));
}

.bg--base {
  background-color: #005984;
}

.bg--base-two {
  background-color: hsl(var(--base-two));
}

.bg--base-three {
  background-color: hsl(var(--base-three));
}

.bg--base-four {
  background-color: hsl(var(--base-four));
}

.bg--base-4l {
  background-color: hsl(var(--bg-four));
}

.bg--base-five {
  background-color: #005984;
}

.text--base {
  color: hsl(var(--base)) !important;
}

.text--base-two {
  color: hsl(var(--base-two)) !important;
}

.text--base-four {
  color: hsl(var(--base-four)) !important;
}

.text--white {
  color: hsl(var(--white)) !important;
}

.text--secondary {
  color: hsl(var(--secondary)) !important;
}

.text--grey {
  color: hsl(var(--grey)) !important;
}

.text--black {
  color: hsl(var(--black)) !important;
}

.text--dl-grey {
  color: hsl(var(--dl-grey) / 1) !important;
}

.text--dark-grey {
  color: hsl(var(--dark-grey) / 1) !important;
}

.my-120 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .my-120 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .mb-100 {
    margin-bottom: 60px;
  }

  .mt-60 {
    margin-top: 40px;
  }

  .mt-25 {
    margin-top: 20px;
  }

  .mb-30 {
    margin-bottom: 20px;
  }

  .mb-60 {
    margin-bottom: 40px;
  }

  .mb-80 {
    margin-bottom: 60px;
  }

  .mb-50 {
    margin-bottom: 30px;
  }

  .mt-40 {
    margin-top: 30px;
  }

  .mb-40 {
    margin-bottom: 30px;
  }

  .mb-20 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 575px) {
  .my-120 {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .mb-30 {
    margin-bottom: 15px;
  }

  .mb-80 {
    margin-bottom: 30px;
  }
}
/* Base Styles */

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-120 {
  padding-bottom: 120px;
}

/* Media Queries */
@media (max-width: 1399px) {
  .py-100,
  .py-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pb-100,
  .pb-120 {
    padding-bottom: 80px;
  }

  .pb-120 {
    padding-bottom: 100px;
  }
}

@media (max-width: 992px) {
  .py-40 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .py-80 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .py-100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .pt-120 {
    padding-top: 100px;
  }

  .pt-100 {
    padding-top: 90px;
  }

  .pt-60 {
    padding-top: 50px;
  }

  .pb-60 {
    padding-bottom: 50px;
  }

  .pb-80 {
    padding-bottom: 60px;
  }
}

@media (max-width: 576px) {
  .py-40 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .py-80 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .py-100,
  .py-120,
  .py-100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .pt-120 {
    padding-top: 50px;
  }

  .pt-100 {
    padding-top: 50px;
  }

  .pt-60 {
    padding-top: 40px;
  }

  .pb-60 {
    padding-bottom: 40px;
  }

  .pb-80 {
    padding-bottom: 40px;
  }

  .pb-100 {
    padding-bottom: 50px;
  }

  .pb-120 {
    padding-bottom: 50px;
  }
}

body {
  font-family: var(--body-font);
  color: hsl(var(--heading-color));
  word-break: break-word;
  background-color: hsl(var(--body-color));
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

p {
  font-family: var(--body-font);
  font-size: 16px;
  margin: 0;
  font-weight: 400;
  word-break: break-word;
  color: hsl(var(--black) / 0.8);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 15px 0;
  font-family: var(--heading-font);
  color: hsl(var(--heading-color));
  line-height: 1.1;
  word-break: break-word;
}

@media screen and (max-width: 770px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 10px 0;
  }
}

h1 {
  font-size: var(--heading-one);
  font-weight: 400;
}

h2 {
  font-size: var(--heading-two);
  font-weight: 400;
  margin: 0px;
}

h3 {
  font-size: var(--heading-three);
  font-weight: 400;
}

h4 {
  font-size: var(--heading-four);
  font-weight: 400;
}

h5 {
  font-size: var(--heading-five);
  font-weight: 400;
}

h6 {
  font-size: 20px;
  font-weight: 400;
}

@media (max-width: 768px) {
  h6 {
    font-size: 14px !important;
  }
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  font-weight: 400;
  transition: 0.2s linear;
  line-height: 1.4;
  word-break: break-word;
  color: hsl(var(--heading-color));
}

a {
  display: inline-block;
  transition: 0.2s linear;
  text-decoration: none;
  font-family: var(--body-font);
  color: hsl(var(--heading-color));
}

a:hover {
  color: hsl(var(--base));
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

select {
  cursor: pointer;
}

ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

*:focus {
  outline: none;
}

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
}

button:focus {
  outline: none;
}

.fs--14 {
  font-size: 14px !important;
}

.fs--16 {
  font-size: 16px !important;
}

.fs--18 {
  font-size: 18px !important;
}

.fs--20 {
  font-size: 20px !important;
}

.fs--22 {
  font-size: 22px !important;
}

.fs--24 {
  font-size: 24px !important;
}

.fs--28 {
  font-size: 28px !important;
}

.fs--30 {
  font-size: 30px !important;
}

.fs--36 {
  font-size: 36px !important;
}

.fs--40 {
  font-size: 40px !important;
}

.fs--72 {
  font-size: 72px !important;
}

.fs--72 {
  font-size: 72px !important;
}

@media (max-width: 1366px) {
  .fs--14 {
    font-size: 13px !important;
  }

  .fs--16 {
    font-size: 15px !important;
  }

  .fs--18 {
    font-size: 16px !important;
  }

  .fs--20 {
    font-size: 28px !important;
  }

  .fs--22 {
    font-size: 20px !important;
  }

  .fs--24 {
    font-size: 22px !important;
  }

  .fs--28 {
    font-size: 24px !important;
  }

  .fs--30 {
    font-size: 25px !important;
  }

  .fs--36 {
    font-size: 32px !important;
  }

  .fs--40 {
    font-size: 38px !important;
  }

  .fs--72 {
    font-size: 60px !important;
  }
}

@media (max-width: 991px) {
  .fs--14 {
    font-size: 12px !important;
  }

  .fs--16 {
    font-size: 14px !important;
  }

  .fs--18 {
    font-size: 14px !important;
  }

  .fs--20 {
    font-size: 26px !important;
  }

  .fs--22 {
    font-size: 18px !important;
  }

  .fs--24 {
    font-size: 18px !important;
  }

  .fs--28 {
    font-size: 22px !important;
  }

  .fs--30 {
    font-size: 24px !important;
  }

  .fs--36 {
    font-size: 28px !important;
  }

  .fs--40 {
    font-size: 34px !important;
  }

  .fs--72 {
    font-size: 48px !important;
  }
}

.fw--400 {
  font-weight: 400 !important;
}

.fw--500 {
  font-weight: 500 !important;
}

.fw--700 {
  font-weight: 700 !important;
}

.digital--number-font {
  font-family: var(--digit-font) !important;
}

@media (max-width: 767px) {
  .fw--700 {
    font-weight: 500 !important;
  }
}
/* all gradient background here */

.radius--8 {
  border-radius: 8px !important;
}

.radius--50 {
  border-radius: 50% !important;
}

.radius--0 {
  border-radius: 0 !important;
}

.z--1 {
  z-index: 1;
}

.zm--1 {
  z-index: -1;
}

.w--70 {
  width: 70%;
}

.w--80 {
  width: 80%;
}

.w--90 {
  width: 90%;
}

.w--100 {
  width: 100%;
}

.min-w--auto {
  min-width: auto;
}

.br-btm--0 {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

/* Base gap classes */
.gap--4 {
  gap: 4px !important;
}

.gap--8 {
  gap: 8px !important;
}

.gap--12 {
  gap: 12px !important;
}

.gap--16 {
  gap: 16px !important;
}

.gap--20 {
  gap: 20px !important;
}

.gap--24 {
  gap: 24px !important;
}

.gap--52 {
  gap: 52px !important;
}

.gap--56 {
  gap: 56px !important;
}

.gap--60 {
  gap: 60px !important;
}

.gap--72 {
  gap: 72px !important;
}

@media (max-width: 1366px) {
  .gap--4 {
    gap: 3.6px !important;
  }

  .gap--8 {
    gap: 7.2px !important;
  }

  .gap--12 {
    gap: 10.8px !important;
  }

  .gap--16 {
    gap: 14.4px !important;
  }

  .gap--20 {
    gap: 18px !important;
  }

  .gap--24 {
    gap: 21.6px !important;
  }

  .gap--52 {
    gap: 46.8px !important;
  }

  .gap--56 {
    gap: 50.4px !important;
  }

  .gap--60 {
    gap: 54px !important;
  }

  .gap--72 {
    gap: 64.8px !important;
  }
}

@media (max-width: 1024px) {
  .gap--4 {
    gap: 3.2px !important;
  }

  .gap--8 {
    gap: 6.4px !important;
  }

  .gap--12 {
    gap: 9.6px !important;
  }

  .gap--16 {
    gap: 12.8px !important;
  }

  .gap--20 {
    gap: 16px !important;
  }

  .gap--24 {
    gap: 19.2px !important;
  }

  .gap--52 {
    gap: 41.6px !important;
  }

  .gap--56 {
    gap: 44.8px !important;
  }

  .gap--60 {
    gap: 48px !important;
  }

  .gap--72 {
    gap: 57.6px !important;
  }
}

@media (max-width: 991px) {
  .gap--4 {
    gap: 2.8px !important;
  }

  .gap--8 {
    gap: 5.6px !important;
  }

  .gap--12 {
    gap: 8.4px !important;
  }

  .gap--16 {
    gap: 11.2px !important;
  }

  .gap--20 {
    gap: 14px !important;
  }

  .gap--24 {
    gap: 16.8px !important;
  }

  .gap--52 {
    gap: 36.4px !important;
  }

  .gap--56 {
    gap: 39.2px !important;
  }

  .gap--60 {
    gap: 42px !important;
  }

  .gap--72 {
    gap: 50.4px !important;
  }
}

@media (max-width: 768px) {
  .gap--4 {
    gap: 2.4px !important;
  }

  .gap--8 {
    gap: 4.8px !important;
  }

  .gap--12 {
    gap: 7.2px !important;
  }

  .gap--16 {
    gap: 9.6px !important;
  }

  .gap--20 {
    gap: 12px !important;
  }

  .gap--24 {
    gap: 14.4px !important;
  }

  .gap--52 {
    gap: 31.2px !important;
  }

  .gap--56 {
    gap: 33.6px !important;
  }

  .gap--60 {
    gap: 36px !important;
  }

  .gap--72 {
    gap: 43.2px !important;
  }
}
/*---- / Utility Classes  ----*/
/*----  Components  ----*/

.custom--accordion1 .accordion-item,
.custom--accordion4 .accordion-item {
  background-color: transparent !important;
  overflow: hidden;
  border: 0;
}

.custom--accordion1 .accordion-item:not(:last-child),
.custom--accordion4 .accordion-item:not(:last-child) {
  margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
  .custom--accordion1 .accordion-item:not(:last-child),
  .custom--accordion4 .accordion-item:not(:last-child) {
    margin-bottom: 16px;
  }
}

.custom--accordion1 .accordion-body,
.custom--accordion4 .accordion-body {
  padding: 28px;
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

@media screen and (max-width: 575px) {
  .custom--accordion1 .accordion-body,
  .custom--accordion4 .accordion-body {
    padding: 13px;
  }
}

.custom--accordion1 .accordion-body .text,
.custom--accordion4 .accordion-body .text {
  max-width: 60%;
}

@media screen and (max-width: 575px) {
  .custom--accordion1 .accordion-body .text,
  .custom--accordion4 .accordion-body .text {
    max-width: 100%;
  }
}

.custom--accordion1:first-of-type .accordion-button.collapsed,
.custom--accordion4:first-of-type .accordion-button.collapsed {
  border-radius: 0px;
  font-weight: 500;
}

.custom--accordion1:last-of-type .accordion-button.collapsed,
.custom--accordion4:last-of-type .accordion-button.collapsed {
  border-radius: 0px;
  color: hsl(var(--body-color));
}

.custom--accordion1 .accordion-button,
.custom--accordion4 .accordion-button {
  background-color: hsl(var(--black) / 0.1) !important;
  color: hsl(var(--black)) !important;
  border: 1px solid hsl(var(--base) / 0.08);
  font-size: 22px;
  padding: 28px;
  font-family: var(--heading-font);
}

@media screen and (max-width: 575px) {
  .custom--accordion1 .accordion-button,
  .custom--accordion4 .accordion-button {
    font-size: 18px;
    padding: 13px;
    padding-right: 30px;
  }
}

.custom--accordion1 .accordion-button::after,
.custom--accordion4 .accordion-button::after {
  background-image: none;
}

.custom--accordion1 .accordion-button:focus,
.custom--accordion4 .accordion-button:focus {
  box-shadow: none;
}

.custom--accordion1 .accordion-button:not(.collapsed),
.custom--accordion4 .accordion-button:not(.collapsed) {
  color: hsl(var(--white)) !important;
  background-color: hsl(var(--base)) !important;
  box-shadow: none;
}

.custom--accordion1 .accordion-button:not(.collapsed)::after,
.custom--accordion4 .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
  background-image: none;
  color: hsl(var(--black));
}

.custom--accordion1 .accordion-button[aria-expanded='true']::after,
.custom--accordion1 .accordion-button[aria-expanded='false']::after,
.custom--accordion4 .accordion-button[aria-expanded='true']::after,
.custom--accordion4 .accordion-button[aria-expanded='false']::after {
  font-family: 'Font Awesome 6 Free';
  font-weight: 600;
  content: '\f068';
  display: inline-block;
  position: relative;
  margin-left: auto;
  width: 0 !important;
  right: 16px;
  color: inherit;
  font-size: 18px;
}

@media screen and (max-width: 575px) {
  .custom--accordion1 .accordion-button[aria-expanded='true']::after,
  .custom--accordion1 .accordion-button[aria-expanded='false']::after,
  .custom--accordion4 .accordion-button[aria-expanded='true']::after,
  .custom--accordion4 .accordion-button[aria-expanded='false']::after {
    right: 0px;
    font-size: 14px;
  }
}

.custom--accordion1 .accordion-button[aria-expanded='false']::after,
.custom--accordion4 .accordion-button[aria-expanded='false']::after {
  content: '+';
}

.custom--accordion4 .accordion-body {
  background-color: #005984;
  color: hsl(var(--white));
}

.custom--accordion4 .accordion-button:not(.collapsed) {
  color: hsl(var(--white)) !important;
  background-color: #005984 !important;
}

.custom--accordion-two .accordion-item {
  background-color: transparent !important;
  overflow: hidden;
  border: 0;
}

.custom--accordion-two .accordion-item:not(:last-child) {
  margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
  .custom--accordion-two .accordion-item:not(:last-child) {
    margin-bottom: 16px;
  }
}

.custom--accordion-two .accordion-body {
  padding: 22px;
  background-color: #005984;
  color: hsl(var(--white));
  padding-top: 0px;
}

@media screen and (max-width: 575px) {
  .custom--accordion-two .accordion-body {
    padding: 13px;
    padding-top: 0px;
  }
}

.custom--accordion-two .accordion-body .text {
  max-width: 60%;
}

@media screen and (max-width: 575px) {
  .custom--accordion-two .accordion-body .text {
    max-width: 100%;
  }
}

.custom--accordion-two:first-of-type .accordion-button.collapsed {
  border-radius: 0px;
  font-weight: 500;
}

.custom--accordion-two:last-of-type .accordion-button.collapsed {
  border-radius: 0px;
  color: hsl(var(--body-color));
}

.custom--accordion-two .accordion-button {
  background-color: hsl(var(--black) / 0.1) !important;
  color: hsl(var(--black)) !important;
  border: 1px solid hsl(var(--base) / 0.08);
  font-size: 22px;
  padding: 22px;
  font-family: var(--heading-font);
}

@media screen and (max-width: 575px) {
  .custom--accordion-two .accordion-button {
    font-size: 18px;
    padding: 13px;
    padding-right: 30px;
  }
}

.custom--accordion-two .accordion-button::after {
  background-image: none;
}

.custom--accordion-two .accordion-button:focus {
  box-shadow: none;
}

.custom--accordion-two .accordion-button:not(.collapsed) {
  color: hsl(var(--white)) !important;
  background-color: #005984 !important;
  box-shadow: none;
}

.custom--accordion-two .accordion-button:not(.collapsed)::after {
  transform: rotate(0deg);
  background-image: none;
  color: hsl(var(--black));
}

.custom--accordion-two .accordion-button[aria-expanded='true']::after,
.custom--accordion-two .accordion-button[aria-expanded='false']::after {
  font-family: 'Font Awesome 6 Free';
  font-weight: 600;
  content: '\f068';
  display: inline-block;
  position: relative;
  margin-left: auto;
  width: 0 !important;
  right: 16px;
  color: inherit;
  font-size: 18px;
}

@media screen and (max-width: 575px) {
  .custom--accordion-two .accordion-button[aria-expanded='true']::after,
  .custom--accordion-two .accordion-button[aria-expanded='false']::after {
    right: 0px;
    font-size: 14px;
  }
}

.custom--accordion-two .accordion-button[aria-expanded='false']::after {
  content: '+';
}

.faq-section--two.home_two .accordion-body {
  background-color: hsl(var(--base-two)) !important;
}

.faq-section--two.home_two .accordion-button:not(.collapsed) {
  background-color: hsl(var(--base-two)) !important;
}

.faq-section--two.index3 .accordion-body {
  background-color: hsl(var(--base-four)) !important;
}

.faq-section--two.index3 .accordion-button:not(.collapsed) {
  background-color: hsl(var(--base-four)) !important;
}

/* Button Style */
button {
  border: none;
  transition: 0.5s;
}

button:focus {
  outline: none;
  box-shadow: none;
}

.btn {
  border-radius: 0px;
  min-width: 200px;
}

.btn:focus {
  outline: none;
  box-shadow: none;
}

@media screen and (max-width: 1025px) {
  .btn {
    padding: 6px 10px;
  }
}

@media screen and (max-width: 575px) {
  .btn {
    padding: 6px 7px;
    min-width: 150px;
  }
}

.btn:hover,
.btn:focus {
  color: hsl(var(--white));
  border-color: transparent;
}

.btn--md {
  padding: 8px 14px;
  font-size: 16px;
}

@media screen and (max-width: 770px) {
  .btn--md {
    padding: 6px 12px;
  }
}

.btn--lg {
  padding: 14px 22px !important;
  font-size: 17px !important;
}

@media screen and (max-width: 770px) {
  .btn--lg {
    padding: 6px 14px;
    font-size: 16px !important;
  }
}

.btn--base-two {
  background: hsl(var(--base-two));
  color: hsl(var(--white));
  border: 1px solid transparent;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  font-family: var(--body-font);
}

.btn--base-two:hover,
.btn--base-two:active,
.btn--base-two:focus {
  background: hsl(var(--base-two-hover)) !important;
  color: hsl(var(--white)) !important;
  border: 1px solid transparent !important;
}

.btn--base-three {
  background: hsl(var(--base-three));
  color: hsl(var(--white));
  border: 1px solid transparent;
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  font-family: var(--body-font);
}

.btn--base-three:hover,
.btn--base-three:active,
.btn--base-three:focus {
  background: hsl(var(--base)) !important;
  color: hsl(var(--white)) !important;
  border: 1px solid transparent !important;
}

.btn--base-four {
  background: hsl(var(--base-four));
  color: hsl(var(--white));
  border: 1px solid transparent;
  font-weight: 300;
  font-size: 16px;
  text-align: center;
  font-family: var(--body-font);
}

.btn--base-four:hover,
.btn--base-four:active,
.btn--base-four:focus {
  background: hsl(var(--base-four-hover)) !important;
  color: hsl(var(--white)) !important;
  border: 1px solid transparent !important;
}

.btn--base {
  background: hsl(var(--base));
  color: hsl(var(--white));
  border: 1px solid transparent;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  font-family: var(--body-font);
  transition: 0.2s linear;
}

.btn--base:hover,
.btn--base:active,
.btn--base:focus {
  background: hsl(var(--base-d-200)) !important;
  color: hsl(var(--white)) !important;
  border: 1px solid transparent !important;
}

.style--two {
  position: relative;
  padding: 0;
  text-align: center;
  display: inline-flex;
  align-items: center;
  transition: 0.3s linear;
  margin-left: 12px;
  min-width: auto;
}

.style--two:focus {
  outline: 0;
  border: 0;
  color: hsl(var(--black));
}

.style--two i {
  font-size: 22px;
  color: hsl(var(--black) / 0.5);
  margin-left: 12px;
  transition: margin-left 0.5s linear, color 0.5s linear;
  /* Smooth transition for icon */
}

.style--two:hover {
  color: hsl(var(--black));
}

.style--two:hover i {
  color: hsl(var(--white));
}

.style--two:hover::after {
  width: 38px;
  height: 38px;
  left: 76%;
  background-color: hsl(var(--base-two));
  transition: left 0.3s linear, background-color 0.3s linear;
}

.style--two::after {
  content: '';
  position: absolute;
  left: -12px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: hsl(var(--base-two) / 0.1);
  transition: left 0.3s linear, background-color 0.3s linear;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
}

.style--three {
  position: relative;
  padding: 0;
  text-align: center;
  display: inline-flex;
  align-items: center;
  transition: 0.3s linear;
  margin-left: 12px;
  min-width: auto;
}

.style--three:focus {
  outline: 0;
  border: 0;
  color: hsl(var(--black));
}

.style--three i {
  font-size: 18px;
  font-weight: 600;
  color: hsl(var(--black) / 0.3);
  margin-left: 12px;
  transition: margin-left 0.5s linear, color 0.5s linear;
  /* Smooth transition for icon */
}

.style--three:hover {
  color: hsl(var(--black));
}

.style--three:hover i {
  color: hsl(var(--white));
}

.style--three:hover::after {
  width: 38px;
  height: 38px;
  left: 76%;
  background-color: hsl(var(--base));
  transition: left 0.3s linear, background-color 0.3s linear;
}

.style--three::after {
  content: '';
  position: absolute;
  left: -12px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: hsl(var(--base) / 0.1);
  transition: left 0.3s linear, background-color 0.3s linear;
  top: 50%;
  transform: translateY(-50%);
}

.btn-outline--base {
  color: hsl(var(--base));
  border: 1px solid hsl(var(--base)) !important;
  padding: 10px 32px;
}

.btn-outline--base:hover,
.btn-outline--base:focus {
  background-color: hsl(var(--base-d-200)) !important;
  color: hsl(var(--white)) !important;
  border: 1px solid hsl(var(--base-d-200)) !important;
}

.btn-outline--base-two {
  color: hsl(var(--base-two));
  border: 1px solid hsl(var(--base-two)) !important;
  padding: 10px 32px;
}

.btn-outline--base-two:hover,
.btn-outline--base-two:focus {
  background-color: hsl(var(--base-two)) !important;
  color: hsl(var(--white)) !important;
  border: 1px solid hsl(var(--base-two)) !important;
}

.btn-outline--base-four {
  color: hsl(var(--base-four));
  border: 1px solid hsl(var(--base-four)) !important;
  padding: 10px 32px;
}

.btn-outline--base-four:hover,
.btn-outline--base-four:focus {
  background-color: hsl(var(--base-four-hover)) !important;
  color: hsl(var(--white)) !important;
  border: 1px solid hsl(var(--base-four-hover)) !important;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

/* END Button Style */
.chunk-blog__card {
  min-width: 280px;
  display: flex;
  flex-direction: column;
  width: 100%;
  transition: 0.2s linear;
  border: 1px solid transparent;
  background-color: hsl(0, 0%, 97%);
  padding: 25px;
  container-type: inline-size;
}

.chunk-blog__card:hover {
  border: 1px solid hsla(var(--base) / 1);
}

.chunk-blog__card:hover .chunk-blog__thumb img {
  transform: scale(1.1) rotate(2deg);
}

.chunk-blog__card .chunk-blog__thumb {
  width: 100%;
  max-height: 350px;
  overflow: hidden;
  margin-bottom: 24px;
  z-index: 1;
  transition: 0.5s linear;
}

.chunk-blog__card
  .chunk-blog__thumb
  .chunk-blog__thumbslider
  .chunk-blog__sliderthumb {
  width: 100%;
  height: 100%;
}

.chunk-blog__card
  .chunk-blog__thumb
  .chunk-blog__thumbslider
  .chunk-blog__sliderthumb
  img {
  transform: none;
}

.chunk-blog__card .chunk-blog__thumb a {
  width: 100%;
  height: 100%;
  display: block;
}

.chunk-blog__card .chunk-blog__thumb a img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

@container (max-width: 872px) {
  .chunk-blog__card .chunk-blog__thumb {
    max-height: 350px;
    aspect-ratio: 822/350;
  }
}

@container (max-width: 450px) {
  .chunk-blog__card .chunk-blog__thumb {
    max-height: 225px;
    aspect-ratio: 374/225;
  }
}

.chunk-blog__card .chunk-blog__content {
  flex-grow: 1;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.chunk-blog__card .chunk-blog__content .chunk-blog__meta {
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

@media screen and (max-width: 991px) {
  .chunk-blog__card .chunk-blog__content .chunk-blog__meta {
    flex-direction: column;
    gap: 8px;
  }
}

.chunk-blog__card .chunk-blog__content .chunk-blog__meta > span a {
  color: hsl(var(--dark-grey));
}

.chunk-blog__card .chunk-blog__content .chunk-blog__meta > span a:hover {
  color: hsl(var(--base));
}

.chunk-blog__card .chunk-blog__content .chunk-blog__meta > span i {
  margin-right: 4px;
}

.chunk-blog__card
  .chunk-blog__content
  .chunk-blog__meta
  > span:not(:last-of-type) {
  padding-right: 16px;
  border-right: 1px solid hsl(var(--light-grey));
}

@media screen and (max-width: 991px) {
  .chunk-blog__card
    .chunk-blog__content
    .chunk-blog__meta
    > span:not(:last-of-type) {
    border-right: none;
  }
}

.chunk-blog__card .chunk-blog__content .chunk-blog__title {
  margin-bottom: 16px;
  font-size: 22px;
}

.chunk-blog__card .chunk-blog__content .chunk-blog__title a {
  font-family: inherit;
  font-size: 22px;
  transition: 0.2s linear;
}

.chunk-blog__card .chunk-blog__content .chunk-blog__title a:hover {
  color: hsl(var(--base));
}

@media screen and (max-width: 770px) {
  .chunk-blog__card .chunk-blog__content .chunk-blog__title {
    font-size: 18px;
  }

  .chunk-blog__card .chunk-blog__content .chunk-blog__title a {
    font-size: 18px;
  }
}

.chunk-blog__card .chunk-blog__content p {
  font-size: 16px;
  color: hsl(var(--dl-grey));
}

.chunk-blog__video {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}

.chunk-blog__video .content--wrap {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
}

.chunk-blog__video .content--wrap .waves-block {
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 991px) {
  .chunk-blog__video .content--wrap .waves-block {
    width: 55px;
    height: 55px;
  }
}

.chunk-blog__video .content--wrap .play-video {
  display: grid;
  place-items: center;
  color: hsl(var(--base));
}

.chunk-blog__video .content--wrap .play-video .fa-play {
  font-size: 14px;
}

.news-section.news-section-three .chunk-blog__card,
.news-section.homepage_two .chunk-blog__card {
  border: none;
  background-color: transparent;
  padding: 0px;
}

.news-section.news-section-three .chunk-blog__card:hover,
.news-section.homepage_two .chunk-blog__card:hover {
  border: none;
}

.news-section.news-section-three .chunk-blog__card .chunk-blog__thumb,
.news-section.homepage_two .chunk-blog__card .chunk-blog__thumb {
  width: 100%;
  max-height: 390px;
  margin-bottom: 22px;
}

@container (max-width: 872px) {
  .news-section.news-section-three .chunk-blog__card .chunk-blog__thumb,
  .news-section.homepage_two .chunk-blog__card .chunk-blog__thumb {
    max-height: 350px;
    aspect-ratio: 822/350;
  }
}

@container (max-width: 450px) {
  .news-section.news-section-three .chunk-blog__card .chunk-blog__thumb,
  .news-section.homepage_two .chunk-blog__card .chunk-blog__thumb {
    max-height: 389px;
    aspect-ratio: 424/389;
  }
}

.news-section.news-section-three
  .chunk-blog__card
  .chunk-blog__content
  .chunk-blog__meta,
.news-section.homepage_two
  .chunk-blog__card
  .chunk-blog__content
  .chunk-blog__meta {
  margin-bottom: 16px;
}

.news-section.news-section-three
  .chunk-blog__card
  .chunk-blog__content
  .chunk-blog__meta.date
  > span
  a,
.news-section.homepage_two
  .chunk-blog__card
  .chunk-blog__content
  .chunk-blog__meta.date
  > span
  a {
  color: hsl(var(--light-grey));
}

.news-section.news-section-three
  .chunk-blog__card
  .chunk-blog__content
  .chunk-blog__meta.date
  > span
  a:hover,
.news-section.homepage_two
  .chunk-blog__card
  .chunk-blog__content
  .chunk-blog__meta.date
  > span
  a:hover {
  color: hsl(var(--base-d-200));
}

.news-section.news-section-three
  .chunk-blog__card
  .chunk-blog__content
  .chunk-blog__meta
  > span
  a,
.news-section.homepage_two
  .chunk-blog__card
  .chunk-blog__content
  .chunk-blog__meta
  > span
  a {
  color: hsl(var(--black));
}

.news-section.news-section-three
  .chunk-blog__card
  .chunk-blog__content
  .chunk-blog__meta
  > span
  a:hover,
.news-section.homepage_two
  .chunk-blog__card
  .chunk-blog__content
  .chunk-blog__meta
  > span
  a:hover {
  color: hsl(var(--base-d-200));
}

.news-section.news-section-three
  .chunk-blog__card
  .chunk-blog__content
  .chunk-blog__title,
.news-section.homepage_two
  .chunk-blog__card
  .chunk-blog__content
  .chunk-blog__title {
  margin-bottom: 16px;
  font-size: 28px;
}

.news-section.news-section-three
  .chunk-blog__card
  .chunk-blog__content
  .chunk-blog__title
  a,
.news-section.homepage_two
  .chunk-blog__card
  .chunk-blog__content
  .chunk-blog__title
  a {
  font-family: inherit;
  font-size: 28px;
  transition: 0.2s linear;
}

@media screen and (max-width: 770px) {
  .news-section.news-section-three
    .chunk-blog__card
    .chunk-blog__content
    .chunk-blog__title,
  .news-section.homepage_two
    .chunk-blog__card
    .chunk-blog__content
    .chunk-blog__title {
    font-size: 22px;
  }

  .news-section.news-section-three
    .chunk-blog__card
    .chunk-blog__content
    .chunk-blog__title
    a,
  .news-section.homepage_two
    .chunk-blog__card
    .chunk-blog__content
    .chunk-blog__title
    a {
    font-size: 22px;
  }
}

.blog-card--two {
  display: block;
  position: relative;
  overflow: hidden;
  height: 100%;
}

.blog-card--two .thumb {
  width: 100%;
  max-height: 623px;
  height: 100%;
  aspect-ratio: 623/648;
}

.blog-card--two .blog-content {
  bottom: 0;
  left: 0;
  padding: 0 0 56px 44px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .blog-card--two .blog-content {
    padding: 0 0 26px 24px;
  }
}

.blog-card--two::after {
  opacity: 0;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  transition: 0.2s linear;
  background: linear-gradient(
    12.64deg,
    #0a1d35 8.92%,
    rgba(94, 94, 94, 0) 92.38%
  );
}

.blog-card--two:hover::after {
  opacity: 1;
}

.testimonial-card .comment {
  color: hsl(var(--white));
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}

@media screen and (max-width: 575px) {
  .testimonial-card .comment {
    font-size: 16px;
  }
}

@media screen and (max-width: 770px) {
  .testimonial-card .comment {
    margin-bottom: 20px;
    width: 100% !important;
  }
}

.testimonial-card .thumb--wrap {
  width: 69px;
  height: 69px;
  margin-bottom: 14px;
}

.testimonial-card .user--info .fit--img {
  width: 69px;
  height: 69px;
}

.testimonial-card .content--wrap .name {
  font-size: 18px;
  font-weight: 400;
  color: hsl(var(--base));
  margin-bottom: 8px;
}

.testimonial-card .content--wrap .position {
  color: hsl(var(--dl-grey));
  font-size: 16px;
}

@media screen and (max-width: 575px) {
  .testimonial-card .content--wrap .position {
    font-size: 14px;
  }
}

.plan--card {
  padding: 40px 45px 30px 45px;
  transition: 0.2s all;
  background-color: hsl(var(--base) / 0.1);
  width: 100%;
}

.plan--card .price-title--wrap {
  padding-bottom: 12px;
  border-bottom: 1px solid hsla(var(--dl-grey) / 1);
}

.plan--card .price-title--wrap .title {
  margin-bottom: 40px;
}

.plan--card .item--wrap {
  padding: 28px 0px 60px 0px;
}

@media screen and (max-width: 991px) {
  .plan--card .item--wrap {
    padding: 16px 0px 20px 0px;
  }
}

.plan--card.active {
  background-color: hsl(var(--base-three));
  margin-top: -24px;
  width: 100%;
}

.plan--card.active .price-title--wrap {
  border-color: hsl(0, 0%, 22%);
}

.plan--card.active h6 {
  color: hsl(var(--white)) !important;
}

.plan--card.active h3 {
  color: hsl(var(--white));
}

.plan--card.active p {
  color: hsl(var(--white)) !important;
}

.plan--card.active i {
  color: hsl(var(--white)) !important;
}

.solution--card {
  padding: 35px 30px !important;
  flex-shrink: 0;
  margin-inline: 8px;
}

.solution--card .icon--wrap {
  width: 67px;
  height: 65px;
  padding: 12px;
  font-size: 32px;
  color: hsl(var(--white));
  margin-bottom: 18px;
}

.solution--card .content--wrap {
  padding-bottom: 40px;
  margin-bottom: 20px;
  border-bottom: 1px solid hsl(var(--white));
}

.solution--card .content--wrap .title {
  margin-bottom: 20px;
}

.service-card--two {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
  border-left: 1px solid hsl(0, 0%, 88%);
  padding-left: 8px !important;
  padding-bottom: 18px !important;
}

.service-card--two .title {
  margin-bottom: 35px;
}

.service-card--two:first-child {
  border: none;
}

.service-card--two:hover .icon--wrap {
  background-color: hsl(var(--base-two));
  transition: 0.3s linear;
  border: 1px solid hsl(var(--base-two));
}

.service-card--two:hover .icon--wrap img {
  filter: brightness(0) invert(1);
}

.service-card--two:hover .icon--wrap i {
  color: hsl(var(--white));
}

.service-card--two .icon--wrap {
  display: grid;
  place-items: center;
  width: 67px;
  height: 65px;
  border: 1px solid hsl(0, 0%, 88%);
  margin-bottom: 52px;
  transition: 0.3s linear;
}

.service-card--two .icon--wrap i {
  font-size: 42px;
}

.counter-box--two {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 68px 8px;
  gap: 36px;
}

.counter-box--two .title {
  text-align: center;
}

.counter-box--two h3 {
  margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
  .counter-box--two {
    padding: 30px 8px;
    gap: 24px;
  }
}

@media screen and (max-width: 575px) {
  .counter-box--two {
    padding: 20px 8px;
    gap: 20px;
  }
}

.team-member {
  width: 100%;
  height: 393px;
  transition: 0.2s linear;
}

@media screen and (max-width: 991px) {
  .team-member {
    height: 270px;
  }
}

@media screen and (max-width: 575px) {
  .team-member {
    height: 270px;
  }
}

.team-member.one {
  border-radius: 0px 140px 0px 0px;
}

@media screen and (max-width: 991px) {
  .team-member.one {
    border-radius: 0px 100px 0px 0px;
  }
}

.team-member.two {
  border-radius: 0;
}

.team-member.three {
  border-radius: 0px 0px 140px 0px;
  height: 330px;
}

@media screen and (max-width: 991px) {
  .team-member.three {
    height: 230px;
    border-radius: 0px 0px 100px 0px;
  }
}

@media screen and (max-width: 575px) {
  .team-member.three {
    height: 270px;
  }
}

.practice--card {
  padding: 27px 29px 43px 29px;
  border: 1px solid hsl(var(--black) / 0.1);
  transition: 0.2s linear;
}

.practice--card .btn--wrap a {
  color: #484848;
  font-size: 16px;
}

.practice--card .btn--wrap a i {
  transition: translate 300ms ease-in-out;
}

.practice--card .btn--wrap a:hover i {
  translate: 6px;
}

.practice--card:hover {
  box-shadow: 5px 7px 21.4px 0px rgba(186, 186, 186, 0.25);
  transition: 0.2s linear;
  border-color: transparent;
}

.practice--card:hover .content--wrap a .title {
  color: hsl(var(--base));
}

.practice--card .icon--wrap {
  width: 67px;
  height: 65px;
  margin-bottom: 23px;
  border: 1px solid hsl(var(--black) / 0.08);
}

.practice--card .content--wrap .description {
  color: hsl(var(--dl-grey) / 1);
}

.lawyers--card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  position: relative;
  transition: 0.2s linear;
}

@media screen and (max-width: 575px) {
  .lawyers--card {
    margin-bottom: 20px;
    gap: 16px;
  }
}

.lawyers--card:hover .lawyer-name--wrap {
  opacity: 1;
  visibility: visible;
}

.lawyers--card:hover .thumb--wrap img {
  transform: scale(1.05) rotateZ(2deg);
  filter: grayscale(0%);
}

.lawyers--card:hover .thumb--wrap:after {
  opacity: 1;
}

.lawyers--card:hover .content--wrap .title {
  color: hsl(var(--base));
}

.lawyers--card:hover .social-icon--wrap {
  transition: 0.2s linear;
  opacity: 1;
  visibility: visible;
}

.lawyers--card .thumb--wrap {
  overflow: hidden;
  width: 100%;
  position: relative;
  height: 416px;
}

@media screen and (max-width: 575px) {
  .lawyers--card .thumb--wrap {
    max-height: 300px;
  }

  .lawyers--card .thumb--wrap img {
    object-position: top center;
  }
}

.lawyers--card .thumb--wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  filter: grayscale(100%);
}

.lawyers--card .thumb--wrap:after {
  z-index: 1;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 70%;
  transition: opacity 0.2s linear;
  opacity: 0;
  background: linear-gradient(0deg, #000 0%, rgba(115, 115, 115, 0) 100%);
}

.lawyers--card .lawyer-name--wrap {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 50px;
  left: 0;
  padding: 90px 0px 30px 0px;
  width: 100%;
  transition: 0.2s linear;
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}

.lawyers--card .social-icon--wrap {
  top: 36px;
  left: 28px;
  transition: 0.2s linear;
  opacity: 0;
  visibility: hidden;
}

.lawyers--card .social-icon--wrap li {
  background-color: hsl(var(--black));
  color: hsl(var(--white));
  width: 43px;
  height: 43px;
  transition: 0.2s linear;
}

.lawyers--card .social-icon--wrap li:hover {
  background-color: hsl(var(--base));
  transition: 0.2s linear;
}

.service-key__wrapper ul {
  list-style: disc inside;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}

@media screen and (max-width: 770px) {
  .service-key__wrapper ul {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.solution-card--three {
  border: 1px solid hsl(var(--light) / 0.5);
  padding: 70px 20px;
  background-color: hsl(var(--white));
  transition: 0.3s linear;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

@media screen and (max-width: 991px) {
  .solution-card--three {
    padding: 40px 20px;
  }
}

.solution-card--three:hover {
  padding-top: 53px;
  padding-right: 3px;
  margin-top: 17px;
  margin-right: 17px;
}

@media screen and (max-width: 991px) {
  .solution-card--three:hover {
    padding-top: 23px;
  }
}

.solution-card--three:hover .icon--wrap {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
  border: transparent;
  transition: 0.2s linear;
}

.solution-card--three:hover .icon--wrap img {
  filter: brightness(0) invert(1);
}

.solution-card--three:hover::after {
  opacity: 1;
  visibility: visible;
  background-color: #005984;
}

.solution-card--three:hover .title {
  color: hsl(var(--base));
}

.solution-card--three::after {
  border: inherit;
  content: '';
  position: absolute;
  top: -17px;
  right: -17px;
  width: 100%;
  height: 100%;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s linear;
  z-index: -1;
}

.solution-card--three .icon--wrap {
  width: 67.226px;
  height: 65px;
  border: 1px solid hsl(var(--black) / 0.2);
  transition: 0.2s linear;
  flex-shrink: 0;
}

.solution-card--three .icon--wrap,
.solution-card--three .content--wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.solution-card--three .icon--wrap p,
.solution-card--three .content--wrap p {
  color: hsl(var(--dark-grey));
}

.solution-card--three .btn--wrap a {
  color: hsl(var(--dark-grey));
}

.image-gallery-wrap .image {
  overflow: hidden;
}

.image-gallery-wrap .image img {
  transition: 0.2s linear;
}

.image-gallery-wrap .image img:hover {
  transform: scale(1.1) rotate(3deg);
}

.chunk-case__card .chunk-case__thumb {
  max-width: 650px;
  max-height: 440px;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
  aspect-ratio: 63/36;
}

.chunk-case__card .chunk-case__thumb a {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.chunk-case__card .chunk-case__thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.chunk-case__card:hover .chunk-case__thumb {
  box-shadow: 15px -15px 0 0 hsl(var(--base));
}

.chunk-case__card .chunk-case__content .chunk-case__title a {
  font-size: 28px;
  color: hsl(var(--black));
  font-family: var(--heading-font);
}

.chunk-case__card .chunk-case__content .chunk-case__title a:hover {
  color: hsl(var(--base));
}

@media screen and (max-width: 991px) {
  .chunk-case__card .chunk-case__content .chunk-case__title a {
    font-size: 22px;
  }
}

.chunk-case__card .chunk-case__content p {
  color: hsl(var(--dark-grey));
}

.chunk-aop__card {
  margin-inline: 6px;
}

.chunk-aop__card .chunk-aop__content {
  display: flex;
  flex-direction: column;
  align-items: left;
  gap: 24px;
}

.chunk-aop__card .chunk-aop__content h3 {
  margin-bottom: 0px;
  line-height: 1;
  font-size: 22px;
}

.chunk-aop__card .chunk-aop__content h3 a {
  line-height: inherit;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}

.chunk-aop__card .chunk-aop__content p {
  color: hsl(var(--dark-grey));
}

.chunk-aop__card .chunk-aop__btn {
  color: hsl(var(--base-five));
  overflow: hidden;
  vertical-align: middle;
}

.chunk-aop__card .chunk-aop__btn .chunk-aop__btn-text {
  margin-left: -100px;
  transition: 0.3s linear;
  margin-right: 10px;
}

.chunk-aop__card .chunk-aop__icon {
  margin-bottom: 34px;
}

.chunk-aop__card .chunk-aop__icon img {
  transition: 0.3s linear;
}

.chunk-aop__card:hover .chunk-aop__icon img {
  transform: scale(1.05);
}

.chunk-aop__card:hover .chunk-aop__content h3 {
  color: hsl(var(--base));
}

.chunk-aop__card:hover .chunk-aop__btn .chunk-aop__btn-text {
  margin-left: 0;
}

@media screen and (max-width: 991px) {
  .chunk-aop__card .chunk-aop__icon {
    margin-bottom: 24px;
  }

  .chunk-aop__card .chunk-aop__content {
    gap: 18px;
  }

  .chunk-aop__card .chunk-aop__content h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 575px) {
  .chunk-aop__card {
    margin-inline: 16px;
  }

  .chunk-aop__card .chunk-aop__icon {
    margin-bottom: 20px;
  }

  .chunk-aop__card .chunk-aop__content {
    gap: 12px;
  }

  .chunk-aop__card .chunk-aop__content h3 {
    font-size: 18px;
  }
}

.practice-details-list {
  display: flex;
  align-items: center;
  gap: 20px;
}

.practice-details-list .icon {
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 10px;
  background-color: hsl(var(--base));
  display: flex;
  align-items: center;
  justify-content: center;
}

.practice-details-list .icon i {
  font-size: 24px;
  color: #fff;
}

.testimonial-section .thumb--wrap {
  height: 100%;
}

@media screen and (max-width: 991px) {
  .testimonial-section .thumb--wrap {
    max-height: 350px;
  }
}

.testimonial-section .thumb--wrap img {
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .testimonial-section .thumb--wrap img {
    width: 100%;
  }
}

.client-testimonial-card {
  border: 1px solid hsl(var(--light-grey) / 0.2);
  padding: 35px 40px;
  transition: 0.2s linear;
  position: relative;
  background-color: hsl(var(--white));
}

.client-testimonial-card:after {
  z-index: 0;
  position: absolute;
  top: -14px;
  right: 18px;
  content: '\f10e';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 150px;
  color: hsl(0, 0%, 95%);
  line-height: 1;
}

.client-testimonial-card .client-review {
  position: relative;
  z-index: 1;
}

.client-testimonial-card .client-review:before {
  font-family: var(--heading-font);
  content: '“';
  color: hsl(var(--dark));
  font-size: 40px;
  line-height: 0.8;
  vertical-align: bottom;
}

@media screen and (max-width: 768px) {
  .client-testimonial-card {
    padding: 24px 30px;
  }

  .client-testimonial-card:after {
    font-size: 120px;
  }
}

@media screen and (max-width: 576px) {
  .client-testimonial-card {
    padding: 20px 24px;
    margin-inline: 16px;
  }
}

.client-testimonial-card:hover {
  box-shadow: hsl(var(--base)) 16px -16px 0px 0px;
}

.client-testimonial-card .fa-star {
  position: relative;
  z-index: 1;
  color: hsl(41, 100%, 59%);
}

.client-testimonial-card .client-avatar {
  aspect-ratio: 1;
  width: 50px;
  border-radius: 50%;
  object-fit: cover;
  object-position: top center;
}

.filter-button:hover {
  color: hsl(var(--white)) !important;
}

.lawyers-slider .slick-arrow:hover {
  color: hsl(var(--white)) !important;
}

/* Form Style */

.form--control {
  outline: none;
  width: 100%;
  padding: 10px 16px;
  border-radius: 4px;
  background-color: transparent;
  color: hsl(var(--black));
  line-height: 26px;
  border: 1px solid hsl(var(--black) / 0.32);
}

.form--control::placeholder {
  color: hsl(var(--black) / 0.5) !important;
  font-size: 16px;
}

.form--control:focus {
  color: hsl(var(--black)) !important;
  box-shadow: none;
  border: 1px solid hsl(var(--base));
  border-radius: 4px;
  background-color: transparent;
}

.form--control:disabled {
  background-color: hsl(var(--white) / 0.05);
  opacity: 1;
  border: 0;
}

.form--control[type='password'] {
  color: hsl(var(--black) / 0.8);
}

.form--control[type='password']:focus {
  color: hsl(var(--black) / 0.8);
}

.form--control[type='file'] {
  line-height: 60px;
  padding: 0;
  position: relative;
}

.form--control[type='file']::file-selector-button {
  border: 1px solid hsl(var(--white) / 0.08);
  padding: 4px 6px;
  border-radius: 0.2em;
  background-color: hsl(var(--base) / 0.5);
  transition: 0.2s linear;
  line-height: 25px;
  position: relative;
  margin-left: 15px;
  color: hsl(var(--white));
  cursor: pointer;
}

.form--control[type='file']::file-selector-button:hover {
  background-color: hsl(var(--base));
  border: 1px solid hsl(var(--base));
  color: hsl(var(--base-two));
}

textarea.form--control {
  height: 220px;
  padding: 15px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: hsl(var(--black)) !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}

/*====== Country code ======*/

.select {
  color: hsl(var(--dark) / 0.6);
}

.select:focus {
  border-color: hsl(var(--base));
}

.select option {
  background-color: hsl(var(--dark));
  color: hsl(var(--white));
}

/* Custom Checkbox Design */
/*  Custom Radio Design */

/*  Custom Switch Design */

/*  Custom Switch End Design */
::-webkit-calendar-picker-indicator {
  filter: invert(0.5);
}

::-webkit-calendar-picker-indicator {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="15" viewBox="0 0 24 24"><path fill="%23bbbbbb" d="M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z"/></svg>');
}

/* --------------------------- */

.chunk-pagination__wrap {
  margin-top: 36px;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .chunk-pagination__wrap {
    margin-top: 18px;
  }
}

.chunk-pagination__wrap nav ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
}

.chunk-pagination__wrap nav ul li a {
  border: 1px solid hsl(var(--base));
  height: 60px;
  width: 60px;
  display: grid;
  place-items: center;
  color: hsl(var(--dark-grey));
}

.chunk-pagination__wrap nav ul li a.active {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

.chunk-pagination__wrap nav ul li a:hover {
  color: hsl(var(--white));
  background-color: hsl(var(--base-d-200));
}

@media screen and (max-width: 991px) {
  .chunk-pagination__wrap nav ul li a {
    height: 35px;
    width: 35px;
  }
}

/* Badge Color and style */

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-150%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.top_image_bounce {
  -webkit-animation: top-image-bounce 3s infinite ease-in-out;
  animation: top-image-bounce 3s infinite ease-in-out;
}

.left_image_bounce {
  -webkit-animation: left-image-bounce 3s infinite ease-in-out;
  animation: left-image-bounce 3s infinite ease-in-out;
}

@keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes top-image-bounce {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes top-image-bounce-2 {
  0% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  50% {
    -webkit-transform: translateY(15px);
    transform: translateY(8px);
  }

  100% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
}

@keyframes left-image-bounce {
  0% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
  }
}

@keyframes pulse {
  from {
    transform: scale(0.8);
  }

  to {
    transform: scale(1.2);
  }
}

@keyframes flash {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fade-out {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes swing {
  20% {
    transform: rotate(15deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  60% {
    transform: rotate(5deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  }

  50% {
    opacity: 0.9;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=90)';
  }

  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  }
}

@keyframes waves-shadow {
  0% {
    box-shadow: 0 0 0 0 hsl(var(--white) / 0.7);
  }

  50% {
    box-shadow: 0 0 0 20px hsl(var(--white) / 0.3);
  }

  100% {
    box-shadow: 0 0 0 40px hsl(var(--white) / 0);
  }
}

.fa-play:before {
  content: '\f04b';
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 5;
  }
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes move {
  0% {
    transform: scale(1) translate(0, 0) rotate(0);
    fill: hsl(var(--base) / 0.7);
    filter: drop-shadow(20px 14px 10px rgba(0, 0, 0, 0.1));
  }

  25% {
    transform: scale(0.8) translate(20px, 30px) rotate(55deg);
    fill: hsl(var(--base) / 0.9);
    filter: drop-shadow(14px 14px 6px rgba(0, 0, 0, 0.1));
  }

  50% {
    transform: scale(0.6) translate(40px, 45px) rotate(180deg);
    fill: hsl(var(--base-two) / 0.4);
    filter: drop-shadow(-16px -16px 16px rgba(0, 0, 0, 0.1));
  }

  75% {
    transform: scale(0.8) translate(70px, 80px) rotate(55deg);
    fill: hsl(var(--base-two));
    filter: drop-shadow(14px 14px 6px rgba(0, 0, 0, 0.1));
  }

  100% {
    transform: scale(1) translate(0, 0) rotate(0);
    fill: hsl(var(--base));
    filter: drop-shadow(20px 14px 10px rgba(0, 0, 0, 0.1));
  }
}

@keyframes lineDownAnimate {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }

  50% {
    transform-origin: left;
    transform: scaleX(1);
  }

  51% {
    transform-origin: right;
    transform: scaleX(1);
  }

  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}

#ul {
  margin: 0;
  padding: 0;
}

.caret {
  cursor: pointer;
  user-select: none;
  position: relative;
  color: hsl(var(--base-two));
}

.caret::after {
  content: none !important;
}

.caret::before {
  position: absolute;
  content: '▶';
  top: 0;
  left: -20px;
  color: hsl(var(--base-two));
  display: inline-block;
}

.caret-down::before {
  transform: rotate(90deg);
}

.nested {
  display: none;
  border-left: 2px dashed hsl(var(--base-two) / 0.1);
}

.active {
  display: block;
}
.slick-initialized.slick-slider {
  margin: 0;
}

.slick-initialized.slick-slider .slick-track {
  display: flex;
  gap: 12px;
}

.slick-initialized.slick-slider .slick-slide {
  height: auto;
  padding: 0px 0px 0px 0px;
}

.slick-arrow {
  position: absolute;
  min-width: auto !important;
  z-index: 1;
  top: -31%;
  right: 0px;
  transform: translateY(-50%);
  border: none;
  width: 63px;
  height: 63px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0px;
  transition: 0.2s linear;
  background-color: hsl(var(--white));
  color: hsl(var(--base));
  font-size: 16px;
  margin: 0px;
  border: 1px solid hsl(var(--base));
}

@media screen and (max-width: 991px) {
  .slick-arrow {
    top: 2%;
  }
}

@media screen and (max-width: 991px) {
  .slick-arrow {
    width: 45px;
    height: 45px;
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  .slick-arrow {
    width: 40px;
    height: 40px;
  }
}

.slick-arrow:hover {
  border-color: hsl(var(--base));
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

.slick-next {
  right: 4px;
}

@media screen and (max-width: 575px) {
  .slick-next {
    right: 10px;
  }
}

.slick-prev {
  right: 100px;
}

.slick-slide img {
  display: inline-block;
}

.slick-dots {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -70px;
}

@media screen and (max-width: 991px) {
  .slick-dots {
    bottom: -40px;
  }
}

.slick-dots li {
  display: inline-block;
}

.slick-dots li button {
  border: 1px solid transparent;
  background-color: hsl(var(--dark-grey) / 1);
  color: hsl(var(--white));
  margin: 0 6px;
  width: 2px;
  height: 14px;
  border-radius: 50%;
  text-indent: -9999px;
  display: block;
}

.slick-dots li.slick-active button {
  background-color: hsl(var(--base));
  width: 24px;
  border-radius: 12px;
}

.service-slider.slick-initialized.slick-slider {
  margin: 0;
  margin-left: -17px;
  width: 1600px !important;
}

.solution-slider.slick-initialized.slick-slider {
  margin: 0;
  margin-left: -17px;
  width: 1080px !important;
}

.solution-slider .slick-arrow {
  bottom: -140px;
  left: 12px !important;
  top: auto;
}

.solution-slider .slick-next.slick-arrow {
  right: auto !important;
  left: 108px !important;
}

.solution-slider .slick-next.slick-arrow {
  right: auto !important;
  left: 108px !important;
}

.solution-slider--two.slick-initialized.slick-slider {
  margin: 0;
  margin-left: -17px;
  width: 880px !important;
}

@media screen and (max-width: 991px) {
  .solution-slider--two.slick-initialized.slick-slider {
    width: 100% !important;
  }
}

.solution-slider--two .slick-arrow {
  bottom: -140px;
  left: 12px !important;
  top: auto;
  color: hsl(var(--black));
  border: 1px solid hsl(var(--black)) !important;
  background-color: transparent;
}

.solution-slider--two .slick-arrow:hover {
  background-color: hsl(var(--base-two)) !important;
  color: hsl(var(--white));
  border: 1px solid transparent !important;
}

.solution-slider--two .slick-next.slick-arrow {
  right: auto !important;
  left: 108px !important;
}

.solution-slider--two .slick-next.slick-arrow {
  right: auto !important;
  left: 108px !important;
}

.service-slider--two .slick-arrow {
  top: -90px;
  color: hsl(var(--black));
  border: 1px solid hsl(var(--black)) !important;
  background-color: transparent;
}

.service-slider--two .slick-arrow:hover {
  background-color: hsl(var(--base-two)) !important;
  color: hsl(var(--white));
  border: 1px solid transparent !important;
}

.base--two .slick-dots li.slick-active button {
  background-color: hsl(var(--base-two)) !important;
}

.blog-slider--two.slick-initialized.slick-slider {
  margin: 0;
  width: 945px !important;
}

.blog-slider--two .slick-arrow {
  top: 65% !important;
  left: -69.5% !important;
  top: auto;
  color: hsl(var(--black));
  border: 1px solid hsl(var(--black)) !important;
  background-color: transparent;
}

.blog-slider--two .slick-arrow:hover {
  background-color: hsl(var(--base-two)) !important;
  color: hsl(var(--white));
  border: 1px solid transparent !important;
}

.blog-slider--two .slick-next.slick-arrow {
  right: auto !important;
  left: -60% !important;
}

.service-slider--three.slick-initialized.slick-slider {
  margin: 0;
  width: 1600px !important;
}

.service-slider--three .slick-arrow {
  top: -20% !important;
  right: 25.5% !important;
  top: auto;
  color: hsl(var(--black));
  border: 1px solid hsl(var(--base)) !important;
  background-color: transparent;
}

.service-slider--three .slick-arrow:hover {
  background-color: hsl(var(--base)) !important;
  color: hsl(var(--white));
  border: 1px solid transparent !important;
}

.service-slider--three .slick-next.slick-arrow {
  right: auto !important;
  left: 76.5% !important;
}

.testimonial-slider--three .slick-arrow {
  top: 50% !important;
  right: 0% !important;
  color: hsl(var(--white));
  border: 1px solid hsl(var(--base)) !important;
  background-color: transparent;
}

.testimonial-slider--three .slick-arrow:hover {
  background-color: hsl(var(--base)) !important;
  color: hsl(var(--white));
  border: 1px solid transparent !important;
}

.testimonial-slider--three .slick-prev.slick-arrow {
  left: 0 !important;
  top: 50% !important;
}

.testimonial-slider--three .slick-next.slick-arrow {
  right: 0 !important;
  top: 50% !important;
}

.blog-slider--three .slick-arrow {
  top: 115% !important;
  right: 54% !important;
  color: hsl(var(--black));
  border: 1px solid hsl(var(--base)) !important;
  background-color: transparent;
}

@media screen and (max-width: 991px) {
  .blog-slider--three .slick-arrow {
    top: 107% !important;
  }
}

@media screen and (max-width: 770px) {
  .blog-slider--three .slick-arrow {
    right: 55% !important;
  }
}

.blog-slider--three .slick-arrow:hover {
  background-color: hsl(var(--base)) !important;
  color: hsl(var(--white));
  border: 1px solid transparent !important;
}

.blog-slider--three .slick-next.slick-arrow {
  right: 47% !important;
}

@media screen and (max-width: 770px) {
  .blog-slider--three .slick-next.slick-arrow {
    right: 40% !important;
  }
}

.blog-slider--two-v2 .slick-arrow {
  border: 1px solid hsl(var(--base));
  background: #fff;
  top: 110% !important;
  right: 54% !important;
}

@media screen and (max-width: 770px) {
  .blog-slider--two-v2 .slick-arrow {
    right: 55% !important;
  }
}

.blog-slider--two-v2 .slick-arrow:hover {
  background-color: hsl(var(--base)) !important;
  color: hsl(var(--white));
  border: 1px solid transparent !important;
}

.blog-slider--two-v2 .slick-next.slick-arrow {
  right: 47% !important;
}

@media screen and (max-width: 770px) {
  .blog-slider--two-v2 .slick-next.slick-arrow {
    right: 40% !important;
  }
}

.solution-slider--four .icon--wrap {
  border-radius: 12px;
  background: #181818;
  width: 65px;
  height: 65px;
  flex-shrink: 0;
}

.solution-slider--four .slick-arrow {
  border: 1px solid hsl(var(--base-two));
  background: #fff;
  top: -90px !important;
  right: 8% !important;
  color: hsl(var(--base-two));
}

@media screen and (max-width: 770px) {
  .solution-slider--four .slick-arrow {
    right: 55% !important;
  }
}

.solution-slider--four .slick-arrow:hover {
  background-color: hsl(var(--base-two)) !important;
  color: hsl(var(--white));
  border: 1px solid transparent !important;
}

.solution-slider--four .slick-next.slick-arrow {
  right: 0.5% !important;
}

@media screen and (max-width: 770px) {
  .solution-slider--four .slick-next.slick-arrow {
    right: 40% !important;
  }
}

.solution-slider--four .solution--card {
  background-color: hsl(var(--black));
  transition: 0.2s linear;
}

.solution-slider--four .solution--card:hover {
  background-color: hsl(var(--base-two)) !important;
  color: hsl(var(--white));
}

.solution-slider--four .solution--card:hover .icon--wrap {
  background: #fff;
}

.solution-slider--four .solution--card:hover .icon--wrap img {
  filter: brightness(1) invert(1);
}

.solution-slider--five .icon--wrap {
  border-radius: 12px;
  background: #181818;
  width: 65px;
  height: 65px;
  flex-shrink: 0;
}

.solution-slider--five .slick-arrow {
  border: 1px solid hsl(var(--base));
  background: #fff;
  top: -90px !important;
  right: 8% !important;
  color: hsl(var(--base));
}

@media screen and (max-width: 768px) {
  .solution-slider--five .slick-arrow {
    top: -120px !important;
    right: 15% !important;
  }
}

.solution-slider--five .slick-arrow:hover {
  background-color: hsl(var(--base)) !important;
  color: hsl(var(--white));
  border: 1px solid transparent !important;
}

.solution-slider--five .slick-next.slick-arrow {
  right: 0.5% !important;
}

@media screen and (max-width: 768px) {
  .solution-slider--five .slick-next.slick-arrow {
    right: 2% !important;
  }
}

.solution-slider--five .solution--card {
  background-color: hsl(var(--black));
  transition: 0.2s linear;
}

.solution-slider--five .solution--card:hover,
.solution-slider--five .solution--card.slick-center {
  background-color: hsl(var(--base)) !important;
  color: hsl(var(--white));
}

.solution-slider--five .solution--card:hover .icon--wrap,
.solution-slider--five .solution--card.slick-center .icon--wrap {
  background: #fff;
}

.solution-slider--five .solution--card:hover .icon--wrap img,
.solution-slider--five .solution--card.slick-center .icon--wrap img {
  filter: brightness(1) invert(1);
}

.partner-slider .partner--thumb {
  text-align: center;
}

.partner-slider img {
  transition: 0.2s linear;
}

.partner-slider img:hover {
  background-color: #ddd;
}

.chunk-blog__thumbslider.slick-initialized.slick-slider {
  margin: 0;
  height: 100%;
}

.chunk-blog__thumbslider.slick-initialized.slick-slider .slick-next,
.chunk-blog__thumbslider.slick-initialized.slick-slider .slick-prev {
  font-size: 18px;
  position: absolute;
  top: 50%;
  right: 5px;
  border: none;
  background-color: transparent;
  color: hsl(var(--white));
  border-radius: 50%;
}

.chunk-blog__thumbslider.slick-initialized.slick-slider .slick-next:hover,
.chunk-blog__thumbslider.slick-initialized.slick-slider .slick-prev:hover {
  color: hsl(var(--base));
  background-color: hsl(var(--white) / 0.2);
}

.chunk-blog__thumbslider.slick-initialized.slick-slider .slick-prev {
  right: unset;
  left: 5px;
}

.chunk-blog__thumbslider.slick-initialized.slick-slider .slick-list.draggable {
  height: 100%;
}

.chunk-blog__thumbslider.slick-initialized.slick-slider .slick-track {
  display: flex;
  gap: 0px;
  height: 100%;
}

.chunk-blog__thumbslider.slick-initialized.slick-slider .slick-slide {
  height: 100%;
  padding: 0px 0px 0px 0px;
}

.blog-slider--two-v3 .blog-card:hover .thumb--wrap::after {
  display: none;
}

.blog-slider--two-v3 .blog-card a:hover .title {
  color: hsl(var(--base-two)) !important;
  text-decoration: none !important;
}

.blog-slider--two-v3 .slick-arrow {
  border: 1px solid hsl(var(--base-two));
  background: #fff;
  top: 110% !important;
  right: 54% !important;
  color: hsl(var(--base-two));
}

@media screen and (max-width: 770px) {
  .blog-slider--two-v3 .slick-arrow {
    right: 55% !important;
  }
}

.blog-slider--two-v3 .slick-arrow:hover {
  background-color: hsl(var(--base-two)) !important;
  color: hsl(var(--white));
  border: 1px solid transparent !important;
}

.blog-slider--two-v3 .slick-next.slick-arrow {
  right: 47% !important;
}

@media screen and (max-width: 770px) {
  .blog-slider--two-v3 .slick-next.slick-arrow {
    right: 40% !important;
  }
}

.testimonial-slider {
  margin-bottom: 50px !important;
}

.testimonial-slider .slick-dots {
  bottom: -50px;
}
/* Magnific Popup button style */
button.mfp-close {
  top: -15px;
  font-size: 21px;
  font-weight: 800;
  height: 35px;
  background: hsl(var(--base));
  line-height: 32px;
  padding: 0;
  opacity: 1;
  border-radius: 5px;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: hsl(var(--white));
  right: 0px;
  text-align: right;
  padding-right: 13px;
  width: 42px;
}
/* drag and drop box */

/*---- / Components  ----*/
/*----  Layout  ----*/
/*----  Preloader  ----*/
#loading {
  background-color: #005984;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99999;
  margin-top: 0px;
  top: 0px;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes animloader {
  0% {
    top: 0;
    color: white;
  }

  50% {
    top: 30px;
    color: rgba(255, 255, 255, 0.2);
  }

  100% {
    top: 0;
    color: white;
  }
}
/*---- / Preloader  ----*/
/*----  Hero Section  ----*/
.hero {
  padding: 270px 0px 450px 0px;
  position: relative;
  background: hsl(var(--section-bg));
  z-index: 1;
}

.hero .hero--content .title {
  font-size: 72px;
  line-height: 1.25;
}

.hero .hero--content .subtitle {
  margin-bottom: 48px;
  color: hsl(var(--white) / 0.9);
}

.hero .hero-bg--img {
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.hero--two {
  padding: 150px 0px 120px 0px;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}

@media screen and (max-width: 991px) {
  .hero--two {
    padding: 100px 0px 60px 0px;
  }
}

@media screen and (max-width: 770px) {
  .hero--two {
    padding: 40px 0px 40px 0px;
  }
}

.hero--two .hero--content .title {
  font-size: 72px;
  line-height: 1.25;
  margin-bottom: 28px;
}

@media screen and (max-width: 991px) {
  .hero--two .hero--content .title {
    font-size: 52px;
  }
}

@media screen and (max-width: 770px) {
  .hero--two .hero--content .title {
    font-size: 32px;
  }
}

.hero--two .hero--content .subtitle {
  margin-bottom: 52px;
  color: hsl(var(--dark-grey));
}

@media screen and (max-width: 991px) {
  .hero--two .hero--content .subtitle {
    margin-bottom: 30px;
  }
}

.hero--two .hero--content .element--wrap {
  top: 28%;
  right: 21%;
}

.hero--two .hero-bg--img {
  position: relative;
  width: 100%;
  max-height: 518px;
}

.hero--two .hero-bg--img img {
  display: block;
  max-width: none;
  margin-left: var(--fluid-margin);
  width: var(--fluid-partial-width);
}

.hero--two .hero-follow--box {
  top: 7%;
  left: 70%;
  rotate: -90deg;
  transform-origin: top right;
  width: max-content;
}

@media screen and (max-width: 991px) {
  .hero--two .hero-follow--box {
    top: 20%;
    left: 78%;
  }

  .hero--two .hero-follow--box p {
    display: none;
  }
}

@media screen and (max-width: 770px) {
  .hero--two .hero-follow--box {
    left: 82%;
  }
}

@media screen and (max-width: 575px) {
  .hero--two .hero-follow--box {
    left: 78%;
  }
}

.hero--two .hero-follow--box p {
  color: hsl(var(--black));
}

.hero--two .hero-follow--box .icon--wrap li i {
  rotate: 90deg;
}

.hero--three {
  padding: 150px 0px 120px 0px;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}

@media screen and (max-width: 991px) {
  .hero--three {
    padding: 100px 0px 60px 0px;
  }
}

@media screen and (max-width: 575px) {
  .hero--three {
    padding: 30px 0px 50px 0px;
  }
}

.hero--three .hero--content .title {
  font-size: 72px !important;
  line-height: 1.25;
  margin-bottom: 28px;
}

@media screen and (max-width: 991px) {
  .hero--three .hero--content .title {
    font-size: 52px !important;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 575px) {
  .hero--three .hero--content .title {
    font-size: 32px !important;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 575px) {
  .hero--three .hero--content .title .video_wrap {
    height: 40px;
  }
}

.hero--three .hero--content .subtitle {
  margin-bottom: 42px;
  color: hsl(var(--black) / 0.9);
}

@media screen and (max-width: 991px) {
  .hero--three .hero--content .subtitle {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 575px) {
  .hero--three .hero--content .subtitle {
    margin-bottom: 24px;
  }
}

.hero--three .hero--content .element--wrap {
  top: 50%;
  right: 15%;
}

.hero--three .team--group {
  width: 311.764px;
  top: 35%;
  right: 16%;
}

.hero--three .team--group h2 {
  color: hsl(var(--dark-grey) / 1);
  line-height: 1.6;
}

.hero--three .team--group .thumb--group .thumb {
  width: 50px;
  height: 50px;
}

.hero--three .team--group .thumb--group .thumb.two {
  left: -8px;
}

.hero--three .team--group .thumb--group .thumb.three {
  left: -16px;
}

.hero--three .team--group .thumb--group .thumb.four {
  left: -26px;
}

@keyframes draw {
  0% {
    stroke-dasharray: 2000;
    stroke-dashoffset: 2000;
  }

  100% {
    stroke-dasharray: 2000;
    stroke-dashoffset: 0;
  }
}

.line {
  height: 100%;
  width: 1px;
  position: absolute;
  content: '';
  background-color: hsl(var(--black) / 0.25);
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  z-index: -1;
}

.line:nth-child(1) {
  margin-left: -40%;
}

.line:nth-child(1)::after {
  animation: run-revers 8s 0s infinite;
  background: linear-gradient(
    1deg,
    rgba(203, 166, 114, 0) 1%,
    #cba672 51.5%,
    rgba(101, 83, 57, 0) 100%
  );
}

.line:nth-child(2) {
  margin-left: -30%;
}

.line:nth-child(2)::after {
  background: linear-gradient(
    1deg,
    rgba(203, 166, 114, 0) 1%,
    #cba672 51.5%,
    rgba(101, 83, 57, 0) 100%
  );
}

.line:nth-child(3) {
  margin-left: -20%;
}

.line:nth-child(3)::after {
  animation: run-revers 8s 0s infinite;
  background: linear-gradient(
    1deg,
    rgba(203, 166, 114, 0) 1%,
    #cba672 51.5%,
    rgba(101, 83, 57, 0) 100%
  );
}

.line:nth-child(4) {
  margin-left: -10%;
}

.line:nth-child(4)::after {
  background: linear-gradient(
    1deg,
    rgba(203, 166, 114, 0) 1%,
    #cba672 51.5%,
    rgba(101, 83, 57, 0) 100%
  );
}

.line:nth-child(5) {
  margin-left: 0%;
}

.line:nth-child(5)::after {
  background: linear-gradient(
    1deg,
    rgba(203, 166, 114, 0) 1%,
    #cba672 51.5%,
    rgba(101, 83, 57, 0) 100%
  );
}

.line:nth-child(6) {
  margin-left: 10%;
}

.line:nth-child(6)::after {
  background: linear-gradient(
    1deg,
    rgba(203, 166, 114, 0) 1%,
    #cba672 51.5%,
    rgba(101, 83, 57, 0) 100%
  );
}

.line:nth-child(7) {
  margin-left: 20%;
}

.line:nth-child(7)::after {
  animation: run-revers 8s 0s infinite;
  background: linear-gradient(
    1deg,
    rgba(203, 166, 114, 0) 1%,
    #cba672 51.5%,
    rgba(101, 83, 57, 0) 100%
  );
}

.line:nth-child(8) {
  margin-left: 30%;
}

.line:nth-child(8)::after {
  background: linear-gradient(
    1deg,
    rgba(203, 166, 114, 0) 1%,
    #cba672 51.5%,
    rgba(101, 83, 57, 0) 100%
  );
}

.line:nth-child(9) {
  margin-left: 40%;
}

.line:nth-child(9)::after {
  animation: run-revers 8s 0s infinite;
  background: linear-gradient(
    1deg,
    rgba(203, 166, 114, 0) 1%,
    #cba672 51.5%,
    rgba(101, 83, 57, 0) 100%
  );
}

/* animation */
.line::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 100%;
  height: 90px;
  background: hsl(var(--base) / 0.7);
  -webkit-animation: run 8s 0s infinite;
  animation: run 8s 0s infinite;
  animation-timing-function: ease;
  animation-delay: 0s;
  animation-fill-mode: none;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

@keyframes run {
  0% {
    top: -50%;
  }

  100% {
    top: 100%;
  }
}

@keyframes run-revers {
  0% {
    top: 100%;
  }

  100% {
    top: -50%;
  }
}

.hero-follow--box {
  top: 36%;
  left: 6%;
  rotate: -90deg;
}

.hero-follow--box .icon--wrap li i {
  rotate: 90deg;
}

.chunk-banner {
  overflow: hidden;
  position: relative;
}

.chunk-banner .slick-initialized.slick-slider {
  margin: 0;
}

.chunk-banner .slick-initialized.slick-slider .slick-track {
  display: block;
  gap: 0px;
}

.chunk-banner .slick-initialized.slick-slider .slick-slide {
  height: auto;
  padding: 0px 0px 0px 0px;
}

.chunk-banner .slick-dots {
  bottom: 30px;
}

.chunk-banner .chunk-hero__prev.slick-arrow,
.chunk-banner .chunk-hero__next.slick-arrow {
  position: absolute;
  min-width: auto !important;
  z-index: 3;
  top: 50%;
  width: 63px;
  height: 63px;
  display: grid;
  place-items: center;
  transition: 0.2s linear;
  background-color: transparent;
  color: hsl(var(--base));
  font-size: 16px;
  margin: 0px;
  border: 1px solid hsl(var(--base));
}

@media screen and (max-width: 991px) {
  .chunk-banner .chunk-hero__prev.slick-arrow,
  .chunk-banner .chunk-hero__next.slick-arrow {
    width: 45px;
    height: 45px;
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  .chunk-banner .chunk-hero__prev.slick-arrow,
  .chunk-banner .chunk-hero__next.slick-arrow {
    width: 40px;
    height: 40px;
  }
}

.chunk-banner .chunk-hero__prev.slick-arrow:hover,
.chunk-banner .chunk-hero__next.slick-arrow:hover {
  border-color: hsl(var(--base));
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

.chunk-banner .chunk-hero__prev.slick-arrow {
  left: 5%;
}

.chunk-banner .chunk-hero__next.slick-arrow {
  right: 5%;
}

.chunk-banner .chunk-hero__slide {
  position: relative;
  z-index: 1;
}

.chunk-banner .chunk-hero__slide .row {
  min-height: 797px;
}

.chunk-banner .chunk-hero__slide::after {
  z-index: -1;
  content: '';
  position: absolute;
  inset: 0;
  background-color: hsl(var(--base-five) / 0.97);
}

.chunk-banner .chunk-hero__slide .banner-image {
  max-width: 433px;
}

@media screen and (max-width: 1599px) {
  .chunk-banner .chunk-hero__slide .row {
    min-height: 650px;
  }

  .chunk-banner .chunk-hero__slide .row .banner-image {
    max-width: 360px;
  }

  .chunk-banner .chunk-hero__prev.slick-arrow {
    left: 1%;
  }

  .chunk-banner .chunk-hero__next.slick-arrow {
    right: 1%;
  }
}

@media screen and (max-width: 1399px) {
  .chunk-banner .chunk-hero__slide .row {
    min-height: 600px;
  }

  .chunk-banner .chunk-hero__slide .row .banner-image {
    max-width: 310px;
  }
}

@media screen and (max-width: 991px) {
  .chunk-banner .chunk-hero__slide .row {
    min-height: 400px;
  }

  .chunk-banner .chunk-hero__slide .row .banner-image {
    max-width: 270px;
  }

  .chunk-banner .chunk-hero__prev.slick-arrow {
    top: 60%;
  }

  .chunk-banner .chunk-hero__next.slick-arrow {
    top: 60%;
  }
}

@media screen and (max-width: 575px) {
  .chunk-banner .chunk-hero__slide .row .banner-image {
    max-width: 220px;
  }

  .chunk-banner .chunk-hero__prev.slick-arrow {
    top: 70%;
  }

  .chunk-banner .chunk-hero__next.slick-arrow {
    top: 70%;
  }
}
/*---- / Hero Section  ----*/
/*----  Footer Section  ----*/
.footer-area {
  position: relative;
}

.chunk-footer-widget .footer-widget__title {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 1.25rem;
  color: hsl(var(--white));
}

.chunk-footer-widget .footer-widget__subtitle {
  font-size: 16px;
  color: hsl(var(--light-grey));
  margin-bottom: 16px;
}

@media screen and (max-width: 1399px) {
  .chunk-footer-widget .footer-widget__title {
    font-size: 20px;
    margin-bottom: 1rem;
  }

  .chunk-footer-widget .footer-widget__subtitle {
    font-size: 15px;
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 991px) {
  .chunk-footer-widget .footer-widget__title {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .chunk-footer-widget .footer-widget__subtitle {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.chunk-footer-widget .footer-links ul {
  list-style-type: disc;
  list-style-position: inside;
  color: hsl(var(--light-grey));
  padding-left: 4px;
}

.chunk-footer-widget .footer-links ul li:hover {
  color: hsl(var(--base));
}

.chunk-footer-widget .footer-links a {
  font-size: 16px;
  color: hsl(var(--light-grey));
  margin-bottom: 15px;
}

@media screen and (max-width: 575px) {
  .chunk-footer-widget .footer-links a {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

.chunk-footer-widget .footer-links a:hover {
  color: hsl(var(--base));
}

.chunk-footer-widget .footer-icon-links ul {
  list-style: none;
  color: hsl(var(--light-grey));
}

.chunk-footer-widget .footer-icon-links ul li:hover {
  color: hsl(var(--base));
}

.chunk-footer-widget .footer-icon-links li:last-of-type a {
  margin-bottom: 0;
}

.chunk-footer-widget .footer-icon-links a {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-auto-rows: auto;
  font-size: 16px;
  align-items: center;
  color: hsl(var(--light-grey));
  margin-bottom: 30px;
  column-gap: 18px;
}

.chunk-footer-widget .footer-icon-links a span {
  grid-column: 2;
}

.chunk-footer-widget .footer-icon-links a span:last-of-type {
  font-size: 14px;
}

.chunk-footer-widget .footer-icon-links a svg,
.chunk-footer-widget .footer-icon-links a i {
  width: 24px;
  align-self: center;
  justify-self: center;
  grid-column: 1;
  grid-row: span 2;
}

@media screen and (max-width: 575px) {
  .chunk-footer-widget .footer-icon-links a {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

.chunk-footer-widget .footer-icon-links a:hover {
  color: hsl(var(--white));
}

.chunk-footer-widget.location {
  max-width: 312px;
}

.chunk-footer-widget .footer-social-icons {
  display: flex;
  flex-direction: row;
  gap: 15px;
}

.chunk-footer-widget .footer-social-icons a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: hsl(var(--white));
  background-color: hsl(var(--base));
}

.chunk-footer-widget .footer-social-icons a:hover,
.chunk-footer-widget .footer-social-icons a:focus,
.chunk-footer-widget .footer-social-icons a:active {
  color: hsl(var(--white));
  background-color: hsl(var(--base-d-200));
}

.chunk-footer-widget .footer-office-hour li {
  padding-block: 20px;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  color: hsl(var(--light-grey));
  border-bottom: 1px dashed hsl(var(--dark-grey));
}

@media screen and (max-width: 575px) {
  .chunk-footer-widget .footer-office-hour li {
    gap: 20px;
  }
}

.chunk-footer-widget .footer-office-hour li .weekday {
  font-weight: 700;
}

.footer-subscribe-form form {
  width: 100%;
  display: grid;
  gap: 0px;
  grid-template-columns: 1fr auto;
}

.footer-subscribe-form input {
  min-width: 0;
  border: 1px solid hsl(var(--header-bg));
  background: hsl(var(--header-bg));
  color: hsl(var(--white));
  padding: 15px 16px;
  border-radius: 0;
}

.footer-subscribe-form input::placeholder {
  color: hsl(var(--white) / 0.7);
  font-size: 14px;
}

.footer-subscribe-form .sub-btn {
  padding: 15px 20px;
  border-radius: 0px;
  background-color: hsl(var(--base));
}

.footer-subscribe-form .sub-btn:hover {
  background-color: hsl(var(--base-d-200));
}

.bottom-footer {
  position: relative;
}

.bottom-footer .bottom-footer-text {
  color: hsl(var(--white));
  text-align: center;
}

@media screen and (max-width: 424px) {
  .bottom-footer .bottom-footer-text {
    font-size: 14px;
  }
}

.bottom-footer .chunk-footer-widget .footer-links nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  gap: 20px;
  padding-left: 0;
}

@media screen and (max-width: 991px) {
  .bottom-footer .chunk-footer-widget .footer-links nav ul {
    justify-content: center;
  }
}

.bottom-footer .chunk-footer-widget .footer-links nav ul a {
  margin-bottom: 0;
}

.footer-logo--wrap {
  padding-bottom: 34px;
  margin-bottom: 50px;
  border-bottom: 1px solid hsl(var(--white) / 0.1);
}

@media screen and (max-width: 575px) {
  .footer-logo--wrap {
    text-align: center;
  }

  .footer-logo--wrap .col-md-auto {
    order: 1;
  }

  .footer-logo--wrap .footer-logo {
    order: 0;
  }
}

@media screen and (max-width: 991px) {
  .footer-logo--wrap {
    padding-bottom: 16px;
    margin-bottom: 30px;
  }
}

.footer-logo--wrap .footer-item--logo {
  margin-bottom: 20px;
}

.footer-logo--wrap .footer-item--logo a img {
  width: 100%;
  height: 100%;
  max-width: 160px;
  max-height: 64px;
  filter: brightness(1);
}

.footer--main--content {
  padding-bottom: 50px;
  border-bottom: 1px solid hsl(var(--white) / 0.1);
}

@media screen and (max-width: 991px) {
  .footer--main--content {
    margin-bottom: 0;
  }
}

.footer-two {
  --base: var(--base-two);
  --base-d-200: var(--base-two-hover);
}

.footer-two .footer-widget__subtitle {
  color: hsl(var(--white));
}

.footer-two .bottom-footer .chunk-footer-widget .footer-links nav ul a {
  color: hsl(var(--white));
}

.footer-two .bottom-footer .chunk-footer-widget .footer-links nav ul a:hover,
.footer-two .bottom-footer .chunk-footer-widget .footer-links nav ul a.active {
  color: hsl(var(--base-two));
}

.footer-five .footer-top,
.footer-four .footer-top {
  padding-top: 50px;
}

.footer-five .footer-top .footer-widget__title,
.footer-four .footer-top .footer-widget__title {
  line-height: 1.6;
}

@media screen and (max-width: 991px) {
  .footer-five .footer-top,
  .footer-four .footer-top {
    padding-top: 40px;
  }
}

.footer-five .footer-item--logo,
.footer-four .footer-item--logo {
  margin-bottom: 30px;
}

.footer-five .footer--main--content .chunk-footer-widget,
.footer-four .footer--main--content .chunk-footer-widget {
  max-width: 370px;
}

.footer-five .footer--main--content .footer-widget__title,
.footer-four .footer--main--content .footer-widget__title {
  position: relative;
  padding-bottom: 15px;
}

.footer-five .footer--main--content .footer-widget__title:after,
.footer-four .footer--main--content .footer-widget__title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 50px;
  background-color: hsl(var(--base));
  height: 1px;
}

.footer-five .chunk-footer-widget .footer-subscribe-form input,
.footer-four .chunk-footer-widget .footer-subscribe-form input {
  border: 1px solid hsl(var(--dark-grey));
}

.footer-five .chunk-footer-widget .footer-social-icons a,
.footer-four .chunk-footer-widget .footer-social-icons a {
  background-color: hsl(var(--pure-black) / 0.3);
}

.footer-five .chunk-footer-widget .footer-social-icons a:hover,
.footer-five .chunk-footer-widget .footer-social-icons a:focus,
.footer-five .chunk-footer-widget .footer-social-icons a:active,
.footer-four .chunk-footer-widget .footer-social-icons a:hover,
.footer-four .chunk-footer-widget .footer-social-icons a:focus,
.footer-four .chunk-footer-widget .footer-social-icons a:active {
  background-color: hsl(var(--base-d-200));
}

.footer-five .footer-links.location,
.footer-four .footer-links.location {
  max-width: 300px;
}

.footer-five .footer-links.location ul,
.footer-four .footer-links.location ul {
  list-style-position: outside;
  margin-left: 20px;
}

.footer-five .footer-links.location p,
.footer-four .footer-links.location p {
  color: hsl(var(--light-grey));
}

.footer-five .footer-links a,
.footer-four .footer-links a {
  line-height: 1;
}

.footer-five .footer-links li:last-of-type a,
.footer-four .footer-links li:last-of-type a {
  margin-bottom: 0px;
}

.footer-five .footer-icon-links,
.footer-four .footer-icon-links {
  max-width: 300px;
}

.footer-five .footer-icon-links a:hover,
.footer-four .footer-icon-links a:hover {
  color: hsl(var(--base));
}

.footer-five .footer-widget__subtitle,
.footer-four .footer-widget__subtitle {
  margin-bottom: 30px;
}

/*---- / Footer Section  ----*/
/*----  Breadcrumb Section  ----*/
.breadcrumb {
  position: relative;
  padding-block: 165px 160px;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.breadcrumb::after {
  content: '';
  position: absolute;
  inset: 0;
  background-color: hsla(0, 0%, 0%, 0.8);
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .breadcrumb {
    padding-block: 60px 60px;
  }
}

@media screen and (max-width: 770px) {
  .breadcrumb {
    padding-block: 40px 40px;
  }
}

.breadcrumb__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  width: 100%;
}

.breadcrumb__title {
  font-size: 40px;
  margin-bottom: 0px;
  color: hsl(var(--white));
  text-align: center;
  line-height: 1.25;
  flex-shrink: 0;
}

@media screen and (max-width: 991px) {
  .breadcrumb__title {
    font-size: 36px;
  }
}

@media screen and (max-width: 770px) {
  .breadcrumb__title {
    font-size: 32px;
  }
}

.breadcrumb__menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  gap: 16px;
}

.breadcrumb__menu ul li {
  color: hsl(var(--white));
  font-size: 16px;
}

@media screen and (max-width: 575px) {
  .breadcrumb__menu ul li {
    font-size: 15px;
  }
}

.breadcrumb__menu ul li a {
  color: hsl(var(--white));
}

.breadcrumb__menu ul li a:hover {
  color: hsl(var(--base));
}

.breadcrumb__menu ul li span {
  color: hsl(var(--white));
}

.breadcrumb__menu ul li:first-of-type a {
  display: flex;
  gap: 8px;
}

.breadcrumb__menu ul li:first-of-type a:before {
  font-family: 'Font Awesome 6 Free';
  content: '\f015';
  font-weight: 900;
  font-size: 14px;
}

.breadcrumb__menu ul li:not(:first-of-type) {
  display: flex;
  gap: 16px;
}

.breadcrumb__menu ul li:not(:first-of-type):before {
  font-family: 'Font Awesome 6 Free';
  content: '\f054';
  font-weight: 900;
}

/*---- / Breadcrumb Section  ----*/
/*----  Counter Card  ----*/

/*---- / Counter Card  ----*/
/*----  Tap To Top  ----*/
.scroll-top {
  position: fixed;
  right: 30px;
  bottom: 42px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}

.scroll-top svg {
  color: hsl(var(--black));
  border-radius: 50%;
  background: #005984;
}

.scroll-top svg path {
  fill: none;
}

.scroll-top::after {
  content: '\f062';
  font-family: FontAwesome;
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: hsl(var(--white));
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  border: 2px solid hsl(var(--white) / 0.5);
  box-shadow: none;
  border-radius: 50%;
}

.scroll-top .progress-circle path {
  stroke: hsl(var(--base));
  stroke-width: 10px;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.footer-two-scroll-top::after {
  content: '\f062';
  font-family: FontAwesome;
  position: absolute;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  color: hsl(var(--white));
  left: 0;
  top: 0;
  height: 50px;
  width: 50px;
  cursor: pointer;
  display: block;
  z-index: 1;
  border: 2px solid hsl(var(--base-two));
  box-shadow: none;
  border-radius: 50%;
}

.footer-two-scroll-top .progress-circle path {
  stroke: hsl(var(--base-two)) !important;
}

.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 991px) {
  .scroll-top {
    right: 20px;
    bottom: 45px;
  }
}
/*---- / Tap To Top  ----*/
/*----  Sidebar Menu  ----*/
/* dashboard Sidebar Menu Start */

.sidebar-menu {
  padding: 0px 0px 10px 0px;
  transition: 0.2s linear;
  box-shadow: 0px 1px 5px rgba(1, 9, 17, 0.14);
  border-radius: 8px;
  background: hsl(var(--base) / 0.05);
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 99;
  width: 277px;
}

.sidebar-menu .logo-wrapper {
  padding: 24px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidebar-menu.show-sidebar {
  transform: translateX(0);
}

@media screen and (max-width: 1199px) {
  .sidebar-menu {
    position: fixed;
    left: 0;
    top: 0;
    min-width: 320px;
    transform: translateX(-100%);
    z-index: 9992;
    border-radius: 0;
    background-color: hsl(var(--white));
  }
}

.sidebar-menu__close {
  position: absolute;
  top: 12px;
  right: 12px;
  color: hsl(var(--base));
  border: 1px solid hsl(var(--base));
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 18px;
  transition: 0.2s linear;
  cursor: pointer;
  display: none;
  z-index: 9;
  border-radius: 3px;
}

@media screen and (max-width: 1199px) {
  .sidebar-menu__close {
    display: block;
  }
}

.sidebar-menu__close:hover,
.sidebar-menu__close:focus {
  background-color: hsl(var(--base));
  border-color: hsl(var(--base));
  color: hsl(var(--black));
}

/*=============== Sidebar Submenu Start ===============*/

@keyframes swing {
  0% {
    transform: rotate(0deg);
  }

  10% {
    transform: rotate(10deg);
  }

  30% {
    transform: rotate(0deg);
  }

  40% {
    transform: rotate(-10deg);
  }

  50% {
    transform: rotate(0deg);
  }

  60% {
    transform: rotate(5deg);
  }

  70% {
    transform: rotate(0deg);
  }

  80% {
    transform: rotate(-5deg);
  }

  100% {
    transform: rotate(0deg);
  }
}
/*========  responsive sidebar menu  =======*/
.sidebar-menu-wrapper {
  width: 300px;
  height: 100vh;
  background-color: hsl(var(--dark));
  position: fixed;
  z-index: 15;
  left: -320px;
  transition: all 0.4s ease-in-out;
}

.sidebar-menu-wrapper.show {
  left: 0;
}

.sidebar-menu-wrapper .header-wrapper .logo-wrapper img {
  width: 130px;
  margin-left: 6px;
}

@media screen and (max-width: 991px) {
  .sidebar-menu-wrapper .header-wrapper .logo-wrapper img {
    margin-left: 15px;
  }
}

@media screen and (max-width: 575px) {
  .sidebar-menu-wrapper .header-wrapper .logo-wrapper img {
    margin-left: 6px;
  }
}

/*---- / Sidebar Menu  ----*/
/*----  Header  ----*/
.header-main-area .container-fluid {
  padding: 0 100px;
}

@media screen and (max-width: 1399px) {
  .header-main-area .container-fluid {
    padding: 0 60px;
  }
}

@media screen and (max-width: 575px) {
  .header-main-area .container-fluid {
    padding: 0 25px;
  }
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0px;
}

@media screen and (max-width: 991px) {
  .header-wrapper {
    padding: 0px 0;
  }
}

@media screen and (max-width: 575px) {
  .header-wrapper {
    padding: 10px 15px !important;
  }
}

.header-wrapper .logo-wrapper img {
  max-width: 200px;
  filter: brightness(1);
}

@media screen and (max-width: 991px) {
  .header-wrapper .logo-wrapper img {
    width: 160px;
  }
}

@media screen and (max-width: 424px) {
  .header-wrapper .logo-wrapper img {
    width: 112px;
  }
}

.header {
  background-color: hsl(var(--header-bg));
  position: relative;
  z-index: 999;
  padding: 0px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .header {
    padding: 18px 36px;
    z-index: 7;
  }

  .header::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

  .header::-webkit-scrollbar-thumb {
    border-radius: 0px;
  }
}

@media screen and (max-width: 575px) {
  .header {
    padding: 12px 0px;
  }
}

.header .ham__menu {
  color: hsl(var(--white));
  display: none;
}

@media screen and (max-width: 991px) {
  .header .ham__menu {
    display: block !important;
    width: 36px;
  }
}

.header .offcanvas {
  background-color: hsl(var(--header-bg));
}

.header.fixed-header {
  background-color: hsl(var(--header-bg));
  position: fixed !important;
  top: 0px;
  animation: slide-down 0.8s;
  width: 100%;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
  padding: 0px;
  z-index: 99;
  border-bottom: 1px solid hsl(var(--black) / 0.1);
}

.header.fixed-header .header-wrapper {
  padding: 5px 0px;
}

@media (min-width: 991px) {
  .chunk-menu-wrapper.offcanvas.offcanvas-start {
    visibility: visible !important;
    position: static;
    transform: none !important;
    border-right: none;
    width: max-content !important;
    height: 100%;
    z-index: auto;
  }

  .chunk-menu-wrapper.offcanvas.offcanvas-start .offcanvas-header {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .chunk-menu-wrapper nav {
    padding: 32px 0px;
    flex-grow: 1;
    overflow-y: auto;
  }
}

.chunk-menu-wrapper nav > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

@media screen and (max-width: 991px) {
  .chunk-menu-wrapper nav > ul {
    flex-direction: column;
    align-items: flex-start;
    padding-inline: 24px;
    gap: 0px;
  }
}

@media screen and (max-width: 1199px) {
  .chunk-menu-wrapper nav > ul {
    margin-left: 0px;
  }
}

.chunk-menu-wrapper nav > ul li {
  transition: all 0.4s;
  position: relative;
}

@media screen and (max-width: 991px) {
  .chunk-menu-wrapper nav > ul li {
    width: 100%;
  }

  .chunk-menu-wrapper nav > ul li:not(:last-of-type) {
    border-bottom: 1px solid hsl(var(--base) / 0.2);
  }
}

.chunk-menu-wrapper nav > ul li:hover > .sub-menu {
  visibility: visible;
  opacity: 1;
  transition: 0.1s linear;
}

@media screen and (max-width: 991px) {
  .chunk-menu-wrapper nav > ul li a {
    padding-block: 16px;
  }
}

.chunk-menu-wrapper nav > ul li a.active {
  color: hsl(var(--base));
}

.chunk-menu-wrapper nav > ul li.has-dropdown > a:after {
  font-family: 'Font Awesome 6 Free';
  content: '\f078';
  font-weight: 900;
}

@media screen and (max-width: 991px) {
  .chunk-menu-wrapper nav > ul li .sub-menu {
    display: none;
    padding-left: 8px;
  }
}

@media (min-width: 991px) {
  .chunk-menu-wrapper nav > ul li .sub-menu {
    opacity: 0;
    transition: 0.01s linear;
    visibility: hidden;
    min-width: 200px;
    width: max-content;
    height: auto;
    border-radius: 8px;
    position: absolute;
    background: hsl(var(--header-bg));
    top: 34px;
    left: -2px;
    z-index: 1;
    box-shadow: 0px 0px 10px 0px rgba(255, 255, 255, 0.1);
    padding: 24px;
    display: flex !important;
    flex-direction: column;
    gap: 8px;
  }

  .chunk-menu-wrapper nav > ul li .sub-menu .sub-menu {
    left: 90%;
    top: 16px;
  }

  .chunk-menu-wrapper nav > ul li .sub-menu li {
    border-bottom: 1px solid hsl(var(--white) / 0.1);
    padding-bottom: 12px;
  }

  .chunk-menu-wrapper nav > ul li .sub-menu li:last-child {
    padding: 0;
    border: 0;
  }

  .chunk-menu-wrapper nav > ul li .sub-menu li a {
    margin-right: 0px;
    font-weight: 400;
    gap: 16px;
  }
}

.chunk-menu-wrapper nav > ul a {
  font-size: 16px;
  color: hsl(var(--white));
  font-weight: 400;
  position: relative;
  margin-right: 22px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.chunk-menu-wrapper nav > ul a.active {
  color: hsl(var(--base));
}

@media screen and (max-width: 1399px) {
  .chunk-menu-wrapper nav > ul a {
    font-size: 14px;
  }
}

@media screen and (max-width: 991px) {
  .chunk-menu-wrapper nav > ul a {
    justify-content: space-between;
  }

  .chunk-menu-wrapper nav > ul a:after {
    transition: all 300ms ease-in-out;
    transform: rotate(270deg);
  }

  .chunk-menu-wrapper nav > ul a.open {
    color: hsl(var(--base));
  }

  .chunk-menu-wrapper nav > ul a.open:after {
    transform: rotate(0deg);
  }
}

@media screen and (max-width: 1199px) {
  .chunk-menu-wrapper nav > ul a {
    padding: 0px;
    font-size: 14px;
  }
}

.chunk-menu-wrapper nav > ul a:hover {
  color: hsl(var(--base)) !important;
}

.header--two,
.header--five,
.header--six {
  background-color: hsl(var(--white));
}

.header--two .offcanvas,
.header--two.fixed-header,
.header--five .offcanvas,
.header--five.fixed-header,
.header--six .offcanvas,
.header--six.fixed-header {
  background-color: hsl(var(--white));
}

.header--two .ham__menu,
.header--five .ham__menu,
.header--six .ham__menu {
  color: hsl(var(--black));
}

.header--two .chunk-menu-wrapper a,
.header--five .chunk-menu-wrapper a,
.header--six .chunk-menu-wrapper a {
  color: hsl(var(--black));
}

@media (min-width: 991px) {
  .header--two .chunk-menu-wrapper .sub-menu,
  .header--five .chunk-menu-wrapper .sub-menu,
  .header--six .chunk-menu-wrapper .sub-menu {
    background: hsl(var(--white));
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  }

  .header--two .chunk-menu-wrapper .sub-menu li,
  .header--five .chunk-menu-wrapper .sub-menu li,
  .header--six .chunk-menu-wrapper .sub-menu li {
    border-bottom: 1px solid hsl(var(--black) / 0.1);
  }
}

.header--two {
  --base: var(--base-two);
  --base-d-200: var(--base-two-hover);
}

.header--two .call a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.header--two .call a span {
  font-weight: 500;
  font-size: 18px;
}

@media screen and (max-width: 1199px) {
  .header--two .call a span {
    display: none;
  }
}

.header--two .call a i {
  aspect-ratio: 1;
  width: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background-color: hsl(0, 0%, 93%);
  color: hsl(var(--dark-grey));
  transition: all 0.3s ease-in-out;
}

.header--two .call a:hover i {
  background-color: hsl(var(--base-two-hover));
  color: hsl(var(--white));
}

.header--two .btn--base {
  min-width: max-content;
}

.header--four {
  background-color: hsl(var(--bg-four));
}

@media screen and (max-width: 991px) {
  .header--four .search {
    margin-left: 30px;
  }
}

.header--four .ham__menu {
  color: hsl(var(--base-four));
}

.header--four .header-wrapper {
  padding: 40px 0px 30px;
}

@media screen and (max-width: 991px) {
  .header--four .header-wrapper {
    padding: 10px 0px;
  }
}

.header--four .header-icon-link a {
  display: grid;
  grid-template-columns: max-content 1fr;
  place-items: center;
  gap: 5px 16px;
  color: hsl(var(--dl-grey));
  line-height: 1;
}

.header--four .header-icon-link a i {
  color: hsl(var(--white));
  width: 40px;
  aspect-ratio: 1;
  grid-row: span 2;
  display: grid;
  place-items: center;
  background-color: hsl(var(--base-four));
}

@media screen and (max-width: 991px) {
  .header--four .header-icon-link a {
    grid-template-columns: 1fr;
  }

  .header--four .header-icon-link a .text {
    display: none;
  }

  .header--four .header-icon-link a i {
    width: 30px;
  }
}

.header--four .header-icon-link a:hover {
  color: hsl(var(--base));
}

.header--four .header-icon-link a:hover i {
  color: inherit;
  background-color: hsl(var(--base-four-hover));
}

.header--four .chunk-menu-container {
  padding: 20px 0px;
  background-color: hsl(var(--base-four));
  display: grid;
  place-items: center;
}

.header--four .chunk-menu-container .chunk-menu-wrapper {
  background-color: hsl(var(--base-four));
}

.header--four .chunk-menu-container .chunk-menu-wrapper nav > ul li .sub-menu {
  background-color: hsl(var(--base-four));
}

@media screen and (max-width: 991px) {
  .header--four .chunk-menu-container {
    padding: 0px;
  }
}

.header--four.fixed-header {
  background-color: transparent;
  box-shadow: none;
  border: none;
  top: 30px;
}

.header--four.fixed-header .header-wrapper {
  display: none;
}

@media screen and (max-width: 991px) {
  .header--four.fixed-header {
    top: 0;
    background-color: hsl(var(--bg-four));
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
  }

  .header--four.fixed-header .header-wrapper {
    display: flex;
  }
}

.header--four.fixed-header .chunk-menu-container {
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.16);
}

.header--five.chunk-header__banner {
  background-color: hsl(var(--base-five));
}

.header--five.chunk-header__banner .chunk-banner__wrapper {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .header--five.chunk-header__banner .chunk-banner__wrapper {
    justify-content: center;
  }
}

.header--five.chunk-header__banner .chunk-banner__social ul,
.header--five.chunk-header__banner .chunk-banner__contact ul {
  display: flex;
  height: 100%;
}

.header--five.chunk-header__banner .chunk-banner__social ul li,
.header--five.chunk-header__banner .chunk-banner__contact ul li {
  border-left: 1px solid hsl(var(--white) / 0.1);
}

.header--five.chunk-header__banner .chunk-banner__social ul li:last-of-type,
.header--five.chunk-header__banner .chunk-banner__contact ul li:last-of-type {
  border-right: 1px solid hsl(var(--white) / 0.1);
}

.header--five.chunk-header__banner .chunk-banner__social ul li a,
.header--five.chunk-header__banner .chunk-banner__contact ul li a {
  height: 100%;
  display: grid;
  grid-auto-flow: column;
  place-items: center;
  gap: 15px;
  padding: 13px 26px;
  color: hsl(var(--white));
}

.header--five.chunk-header__banner .chunk-banner__social ul li a:hover,
.header--five.chunk-header__banner .chunk-banner__contact ul li a:hover {
  color: hsl(var(--base));
}

.header--five.chunk-header__banner .chunk-banner__social ul li a i,
.header--five.chunk-header__banner .chunk-banner__contact ul li a i {
  font-size: 20px;
  width: 23px;
  display: grid;
  place-items: center;
}

@media screen and (max-width: 991px) {
  .header--five.chunk-header__banner .chunk-banner__social ul li a,
  .header--five.chunk-header__banner .chunk-banner__contact ul li a {
    padding: 13px 16px;
  }

  .header--five.chunk-header__banner .chunk-banner__social ul li a span.text,
  .header--five.chunk-header__banner .chunk-banner__contact ul li a span.text {
    display: none;
  }
}

@media (min-width: 991px) {
  .header--five .chunk-menu-wrapper nav > ul li .sub-menu {
    top: 34px;
    left: unset;
    right: -2px;
  }

  .header--five .chunk-menu-wrapper nav > ul li .sub-menu .sub-menu {
    top: 16px;
    left: unset;
    right: 110%;
  }
}

.header--five .chunk-menu-wrapper nav > ul a {
  font-family: var(--heading-font);
  text-transform: uppercase;
}

.header--five .header-wrapper {
  padding: 5px 0px;
}

@media screen and (max-width: 991px) {
  .header--five .header-wrapper {
    padding: 0px 0;
  }
}

@media screen and (max-width: 575px) {
  .header--five .header-wrapper {
    padding: 10px 15px !important;
  }
}
/*---- / Header  ----*/
/*----  Section Content  ----*/
.section-content .title-wrap .title {
  line-height: 1.18;
}

.section-content-4 .title {
  text-align: center;
  line-height: 1.25;
}

.section-content-4 .subtitle {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

/*---- / Section Content  ----*/
/*----  Law firm  ----*/
.law--firm {
  position: relative;
}

.law--firm p {
  color: hsl(var(--dark-grey));
}

.law--firm .title-wrap h2.title {
  margin-top: 28px;
  margin-left: -35px;
}

@media screen and (max-width: 991px) {
  .law--firm .title-wrap h2.title {
    margin-top: 32px;
    margin-left: 0;
  }
}

.law--firm .ceo--info {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 575px) {
  .law--firm .ceo--info {
    justify-content: center;
  }
}

.law--firm .ceo--info .thumb--wrap {
  width: 88px;
  aspect-ratio: 1;
}

@media screen and (max-width: 991px) {
  .law--firm .ceo--info .thumb--wrap {
    width: 65px;
  }
}

.law--firm .ceo--info .thumb--wrap img {
  width: 100%;
  height: 100%;
}

.law--firm .ceo--info .name {
  font-size: 18px;
}

.law--firm .firm-content--box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 575px) {
  .law--firm .firm-content--box {
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

.law--firm .element--wrap {
  top: 15%;
  right: 12%;
}

.law--firm .thumb--wrap .thumb--one {
  top: 23%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  .law--firm .thumb--wrap .thumb--one {
    top: 15%;
    right: 15%;
    text-align: left;
  }
}

@media screen and (max-width: 770px) {
  .law--firm .thumb--wrap .thumb--one {
    top: 10%;
  }
}

@media screen and (max-width: 991px) {
  .law--firm .thumb--wrap .thumb--two {
    text-align: right;
  }
}

@media screen and (max-width: 991px) {
  .law--firm .thumb--wrap {
    text-align: center;
  }

  .law--firm .thumb--wrap .thumb--one,
  .law--firm .thumb--wrap .thumb--two {
    max-width: 50%;
  }

  .law--firm .thumb--wrap .thumb--one img,
  .law--firm .thumb--wrap .thumb--two img {
    max-height: 400px;
  }
}
/*---- / Law firm  ----*/
/*----  How It Works  ----*/

.popup-video-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.popup-video-wrap .play-video {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 9;
  color: hsl(var(--white));
  font-family: var(--heading-font);
  font-size: 24px;
}

@media screen and (max-width: 991px) {
  .popup-video-wrap .play-video {
    font-size: 20px;
  }
}

.popup-video-wrap .play-video:hover {
  color: hsl(var(--base));
}

.popup-video-wrap .play-video i {
  font-size: 18px;
  color: hsl(var(--base));
}

.waves-block {
  width: 90px;
  height: 90px;
  top: 0px;
  left: 0px;
}

@media screen and (max-width: 991px) {
  .waves-block {
    width: 75px;
    height: 75px;
  }
}

.waves-block .waves {
  position: absolute;
  inset: 0;
  background: transparent;
  border: 1px solid hsl(var(--white));
  border-radius: 50%;
  opacity: 1;
  z-index: 1;
  animation: waves-shadow 2s ease-in-out infinite;
}

.waves-block .waves.waves-icon {
  background: hsl(var(--white));
}

/*---- / How It Works  ----*/
/*----  Login  ----*/
/*---- / Login  ----*/
/*----  Product Details  ----*/

/*---- / Product Details  ----*/
/*----  Testimonial  ----*/

/*---- / Testimonial  ----*/
/*----  Why Choose Us  ----*/

/*---- / Why Choose Us  ----*/
/*----  Marqee Section  ----*/

@keyframes moveLeft {
  0% {
    transform: translateX(47%);
  }

  100% {
    transform: translateX(-50%);
  }
}

@keyframes moveRight {
  0% {
    transform: translateX(-550px);
  }

  100% {
    transform: translateX(0%);
  }
}

@-webkit-keyframes slide-har {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes slide-har {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
/*---- / Marqee Section  ----*/
/*----  About Section  ----*/

/*---- / About Section  ----*/
/*----  About Section  ----*/
.chunk-about {
  padding: 100px 0px 130px 0px;
}

@media screen and (max-width: 991px) {
  .chunk-about {
    padding-block: 40px;
  }
}

.chunk-about::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fafafa;
  width: 42%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .chunk-about::after {
    width: 100%;
    height: 30%;
  }
}

.chunk-about__servicekey {
  list-style: disc inside;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  gap: 32px;
  font-size: 18px;
  margin-bottom: 42px;
}

@media screen and (max-width: 991px) {
  .chunk-about__servicekey {
    margin-bottom: 30px;
    grid-template-columns: 1fr;
    gap: 16px;
    font-size: 16px;
  }
}

.chunk-about__servicekey li {
  margin-left: 12px;
}

.chunk-about .section-content {
  margin-bottom: 42px;
}

.chunk-about .section-content .title {
  max-width: 12ch;
  width: 100%;
  margin-bottom: 28px;
}

@media screen and (max-width: 991px) {
  .chunk-about .section-content {
    margin-bottom: 30px;
  }

  .chunk-about .section-content .title {
    margin-bottom: 16px;
    max-width: 100%;
  }
}

.chunk-about__left {
  position: relative;
  width: 100%;
}

.chunk-about__left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chunk-about__left .about-thumb1 {
  width: 419.372px;
  max-width: 419.372px;
  height: 512.66px;
  margin-left: -48px;
}

@media screen and (max-width: 991px) {
  .chunk-about__left .about-thumb1 {
    margin-inline: auto;
    width: 100%;
    height: 250px;
  }
}

.chunk-about__left .about-thumb2 {
  position: absolute;
  width: 456px;
  height: 400px;
  top: 35%;
  right: 0;
}

@media screen and (max-width: 1400px) {
  .chunk-about__left .about-thumb2 {
    width: 330px;
    height: 348px;
  }
}

@media screen and (max-width: 991px) {
  .chunk-about__left .about-thumb2 {
    top: 10%;
    width: 230px;
    height: 248px;
  }
}
/*---- / About Section  ----*/
/*----  Newsletter Section  ----*/

/*---- / Newsletter Section  ----*/
/*----  Progress Section  ----*/
/*---- / Progress Section  ----*/
/*---- / Layout  ----*/
/*----  Pages  ----*/
/*----  Blog Grid View  ----*/
.news-section .title {
  font-size: 38px;
}

@media screen and (max-width: 991px) {
  .news-section .title {
    font-size: 32px;
  }
}

@media screen and (max-width: 770px) {
  .news-section .title {
    font-size: 28px;
  }
}

.chunk-blog__gridview {
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}

.chunk-blog__gridview .chunk-blog__card {
  flex: 1;
  flex-basis: 30%;
}

.chunk-blog__listview {
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media screen and (max-width: 991px) {
  .chunk-blog__listview {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .chunk-blog__listview .chunk-pagination__wrap {
    margin-top: 0px;
  }
}

.chunk-blog__listview .chunk-pagination__wrap nav ul {
  justify-content: flex-start;
}

/*---- / Blog Grid View  ----*/
/*----  Blog Details  ----*/
/*Blog or global Details page */
.chunk-blog__content,
.chunk-practice__content,
.chunk-case__content {
  overflow: hidden;
}

.chunk-blog__content hr,
.chunk-practice__content hr,
.chunk-case__content hr {
  border-color: hsl(var(--light-grey));
  margin-block: 20px;
}

.chunk-blog__thumb,
.chunk-practice__thumb,
.chunk-case__thumb {
  height: 346px;
  max-height: 100%;
  margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
  .chunk-blog__thumb,
  .chunk-practice__thumb,
  .chunk-case__thumb {
    height: 250px;
  }
}

.chunk-blog__thumb img,
.chunk-practice__thumb img,
.chunk-case__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chunk-blog__details-title,
.chunk-practice__details-title,
.chunk-case__details-title {
  font-size: 40px;
  margin-bottom: 16px;
}

@media screen and (max-width: 1199px) {
  .chunk-blog__details-title,
  .chunk-practice__details-title,
  .chunk-case__details-title {
    font-size: 38px;
  }
}

@media screen and (max-width: 991px) {
  .chunk-blog__details-title,
  .chunk-practice__details-title,
  .chunk-case__details-title {
    font-size: 34px;
  }
}

.chunk-blog__meta {
  display: flex;
  margin-bottom: 16px;
  gap: 20px;
}

.chunk-blog__meta span:not(:last-of-type) {
  border-right: 1px solid hsl(var(--light-grey));
  padding-right: 20px;
}

.chunk-blog__meta a {
  color: hsl(var(--dark-grey));
}

.chunk-blog__meta a:hover {
  color: hsl(var(--base));
}

.chunk-blog__text,
.chunk-practice__text,
.chunk-case__text {
  margin-bottom: 30px;
}

.chunk-blog__text h2,
.chunk-blog__text h3,
.chunk-blog__text h4,
.chunk-blog__text h5,
.chunk-practice__text h2,
.chunk-practice__text h3,
.chunk-practice__text h4,
.chunk-practice__text h5,
.chunk-case__text h2,
.chunk-case__text h3,
.chunk-case__text h4,
.chunk-case__text h5 {
  margin-bottom: 16px;
}

.chunk-blog__text img,
.chunk-practice__text img,
.chunk-case__text img {
  display: block;
  max-width: 100%;
  margin-block: 20px;
  object-fit: cover;
}

.chunk-blog__text div.row,
.chunk-practice__text div.row,
.chunk-case__text div.row {
  margin-block: 30px;
}

.chunk-blog__text div.row .case-image,
.chunk-practice__text div.row .case-image,
.chunk-case__text div.row .case-image {
  aspect-ratio: 310/370;
}

.chunk-blog__text div.row .case-image img,
.chunk-practice__text div.row .case-image img,
.chunk-case__text div.row .case-image img {
  min-height: 370px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .chunk-blog__text div.row .case-image img,
  .chunk-practice__text div.row .case-image img,
  .chunk-case__text div.row .case-image img {
    min-height: 280px;
  }
}

.chunk-blog__text p,
.chunk-blog__text li,
.chunk-practice__text p,
.chunk-practice__text li,
.chunk-case__text p,
.chunk-case__text li {
  color: hsl(var(--dark-grey));
  font-size: 18px;
  margin-bottom: 16px;
}

@media screen and (max-width: 1199px) {
  .chunk-blog__text p,
  .chunk-blog__text li,
  .chunk-practice__text p,
  .chunk-practice__text li,
  .chunk-case__text p,
  .chunk-case__text li {
    font-size: 16px;
  }
}

@media screen and (max-width: 1199px) {
  .chunk-blog__text p,
  .chunk-blog__text li,
  .chunk-practice__text p,
  .chunk-practice__text li,
  .chunk-case__text p,
  .chunk-case__text li {
    font-size: 14px;
  }
}

.chunk-blog__text .row,
.chunk-practice__text .row,
.chunk-case__text .row {
  align-items: center;
}

.chunk-blog__text .col-md-6 p,
.chunk-practice__text .col-md-6 p,
.chunk-case__text .col-md-6 p {
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .chunk-blog__text .col-md-6 p,
  .chunk-practice__text .col-md-6 p,
  .chunk-case__text .col-md-6 p {
    font-size: 14px;
  }
}

.chunk-blog__text ul,
.chunk-practice__text ul,
.chunk-case__text ul {
  list-style: disc inside;
}

.chunk-blog__text blockquote,
.chunk-practice__text blockquote,
.chunk-case__text blockquote {
  border-left: 1px solid hsl(var(--dark-grey));
  padding: 9px 90px 9px 35px;
  position: relative;
  overflow: hidden;
  background-color: hsl(var(--light) / 0.2);
  margin-block: 16px 24px;
}

.chunk-blog__text blockquote p,
.chunk-practice__text blockquote p,
.chunk-case__text blockquote p {
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  font-size: 22px;
  font-family: var(--heading-font);
}

@media screen and (max-width: 1199px) {
  .chunk-blog__text blockquote p,
  .chunk-practice__text blockquote p,
  .chunk-case__text blockquote p {
    font-size: 20px;
  }
}

@media screen and (max-width: 1199px) {
  .chunk-blog__text blockquote p,
  .chunk-practice__text blockquote p,
  .chunk-case__text blockquote p {
    font-size: 18px;
  }
}

.chunk-blog__text blockquote cite,
.chunk-practice__text blockquote cite,
.chunk-case__text blockquote cite {
  font-size: 14px;
  color: hsl(var(--dl-grey));
  font-style: normal;
}

.chunk-blog__text blockquote:after,
.chunk-practice__text blockquote:after,
.chunk-case__text blockquote:after {
  z-index: 0;
  color: hsl(var(--light-grey));
  font-size: 90px;
  right: 11px;
  top: -20px;
  position: absolute;
  content: '\f10e';
  font-weight: 900;
  font-family: 'Font Awesome 6 Free';
  line-height: 1;
}

.chunk-case__thumb {
  height: 424px;
  max-height: 100%;
  margin-bottom: 24px;
}

@media screen and (max-width: 991px) {
  .chunk-case__thumb {
    height: 270px;
  }
}

.chunk-case__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chunk-blog__footer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  background-color: hsl(var(--light) / 0.2);
  margin-bottom: 30px;
}

.chunk-blog__footer .chunk-sidebar__tag-wrap {
  padding: 0;
  flex-basis: 50%;
  background-color: transparent;
}

@media screen and (max-width: 991px) {
  .chunk-blog__footer .chunk-sidebar__tag-wrap {
    flex-basis: 100%;
  }
}

.chunk-blog__footer h3 {
  font-size: 18px;
}

.chunk-blog__share ul {
  display: flex;
  gap: 15px;
}

.chunk-blog__share ul a {
  display: grid;
  place-items: center;
  width: 40px;
  aspect-ratio: 1;
  background-color: hsl(var(--white));
  color: hsl(var(--dark-grey));
  border: 1px solid hsl(var(--light-grey));
  border-radius: 50%;
}

.chunk-blog__share ul a:hover {
  color: hsl(var(--white));
  background-color: hsl(var(--base));
}

.chunk-blog__comments {
  margin-bottom: 30px;
}

.chunk-blog__comments h3 {
  font-size: 22px;
}

@media screen and (max-width: 991px) {
  .chunk-blog__comments h3 {
    font-size: 18px;
  }
}

.chunk-blog__comments ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.chunk-blog__comments ul li {
  display: grid;
  gap: 20px;
  grid-template-columns: 80px 1fr max-content;
  padding: 10px;
  background-color: hsl(var(--light) / 0.2);
}

@media screen and (max-width: 575px) {
  .chunk-blog__comments ul li {
    grid-template-columns: 80px 1fr;
    grid-auto-flow: row;
  }
}

.chunk-blog__comments ul li.children {
  margin-left: 120px;
}

@media screen and (max-width: 991px) {
  .chunk-blog__comments ul li.children {
    margin-left: 60px;
  }
}

@media screen and (max-width: 575px) {
  .chunk-blog__comments ul li.children {
    margin-left: 30px;
  }
}

.chunk-blog__comments ul li p {
  font-size: 16px;
  margin-bottom: 8px;
}

@media screen and (max-width: 575px) {
  .chunk-blog__comments ul li p {
    font-size: 14px;
  }
}

.chunk-blog__comments ul li h4 {
  font-family: var(--body-font);
  font-size: 14px;
  color: hsl(var(--dl-grey));
  margin-bottom: 0;
}

@media screen and (max-width: 575px) {
  .chunk-blog__comments ul li h4 {
    font-size: 12px;
  }
}

.chunk-blog__comments ul li .comment {
  align-self: center;
}

.chunk-blog__comments ul li .comment-reply {
  font-family: var(--heading-font);
  color: hsl(var(--base));
  align-self: flex-end;
  flex-shrink: 0;
  width: fit-content;
  font-size: 18px;
}

@media screen and (max-width: 575px) {
  .chunk-blog__comments ul li .comment-reply {
    text-align: right;
    width: 100%;
    font-size: 16px;
    grid-column: span 2;
  }
}

.chunk-blog__comments ul li .comment-reply:hover {
  color: hsl(var(--base-d-200));
}

.chunk-blog__comments ul li .avatar {
  min-width: 80px;
  width: 80px;
  aspect-ratio: 1;
  overflow: hidden;
}

.chunk-blog__comments ul li .avatar img {
  object-fit: cover;
  height: 100%;
}

.chunk-blog__comment-form {
  background-color: hsl(var(--light) / 0.2);
  padding: 30px;
}

@media screen and (max-width: 991px) {
  .chunk-blog__comment-form {
    padding: 20px;
    margin-bottom: 30px;
  }
}

.chunk-blog__comment-form h3 {
  font-size: 22px;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .chunk-blog__comment-form h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.chunk-blog__comment-form form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media screen and (max-width: 991px) {
  .chunk-blog__comment-form form {
    gap: 16px;
  }
}

.chunk-blog__comment-form form input,
.chunk-blog__comment-form form textarea {
  background-color: hsl(var(--white));
  padding: 16px 12px;
  outline: none;
  border: 1px solid hsl(var(--light));
}

.chunk-blog__comment-form form input::placeholder,
.chunk-blog__comment-form form textarea::placeholder {
  color: hsl(var(--dark-grey));
}

.chunk-blog__comment-form form input:focus,
.chunk-blog__comment-form form textarea:focus {
  background-color: hsl(var(--white));
  border-color: hsl(var(--base));
}

@media screen and (max-width: 991px) {
  .chunk-blog__comment-form form input,
  .chunk-blog__comment-form form textarea {
    grid-column: span 2;
  }
}

.chunk-blog__comment-form form textarea {
  grid-column: span 2;
}

.chunk-blog__comment-form form button {
  color: hsl(var(--white));
  background-color: hsl(var(--base));
  width: max-content;
  padding: 15px 20px;
}

.chunk-blog__comment-form form button:hover {
  background-color: hsl(var(--base-d-200));
}

.chunk-sidebar {
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: sticky;
  top: 110px;
}

@media screen and (max-width: 991px) {
  .chunk-sidebar {
    position: relative;
    top: 0;
  }
}

.chunk-sidebar__search-wrap,
.chunk-sidebar__article-wrap,
.chunk-sidebar__tag-wrap,
.chunk-sidebar__service-wrap {
  padding: 20px;
  background-color: hsl(var(--light) / 0.2);
}

.chunk-sidebar h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.chunk-sidebar__search-wrap form {
  display: flex;
}

.chunk-sidebar__search-wrap form input {
  border: 1px solid hsl(var(--light));
  outline: none;
  background-color: hsl(var(--white));
}

.chunk-sidebar__search-wrap form input:focus {
  outline: none;
  border: 1px solid hsl(var(--base));
  background-color: hsl(var(--white));
}

.chunk-sidebar__search-wrap form button {
  color: hsl(var(--white));
  background-color: hsl(var(--base));
  width: 56px;
}

.chunk-sidebar__search-wrap form button:hover {
  background-color: hsl(var(--base-d-200));
}

.chunk-sidebar__contact-wrap {
  padding: 40px;
  background-color: hsl(var(--black));
}

.chunk-sidebar__contact-wrap h3 {
  color: hsl(var(--white));
  font-size: 22px;
  margin-bottom: 35px;
}

.chunk-sidebar__contact-wrap form {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
}

.chunk-sidebar__contact-wrap form input,
.chunk-sidebar__contact-wrap form textarea {
  padding: 18px 0px;
  color: hsl(var(--white));
  border-radius: 0;
  border: none;
  border-bottom: 1px solid hsl(var(--light) / 0.3);
  outline: none;
  background-color: hsl(var(--black));
}

.chunk-sidebar__contact-wrap form input:focus,
.chunk-sidebar__contact-wrap form textarea:focus {
  color: hsl(var(--white));
  outline: none;
  border-bottom: 1px solid hsl(var(--base));
  background-color: hsl(var(--black));
}

.chunk-sidebar__contact-wrap form input::placeholder,
.chunk-sidebar__contact-wrap form textarea::placeholder {
  color: hsl(var(--dark-grey));
}

.chunk-sidebar__contact-wrap form button {
  width: max-content;
}

@media screen and (max-width: 991px) {
  .chunk-sidebar__contact-wrap {
    padding: 30px;
  }

  .chunk-sidebar__contact-wrap h3 {
    margin-bottom: 20px;
  }

  .chunk-sidebar__contact-wrap form {
    gap: 16px;
  }

  .chunk-sidebar__contact-wrap form input,
  .chunk-sidebar__contact-wrap form textarea {
    padding: 12px 0px;
  }
}

.chunk-sidebar__service-wrap ul li:not(:last-of-type),
.chunk-sidebar__category-wrap ul li:not(:last-of-type) {
  border-bottom: 1px solid;
}

.chunk-sidebar__service-wrap ul li a,
.chunk-sidebar__category-wrap ul li a {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 20px;
}

.chunk-sidebar__service-wrap ul li a:after,
.chunk-sidebar__category-wrap ul li a:after {
  content: '\f061';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  transition: transform 0.3s ease-in-out;
}

.chunk-sidebar__service-wrap ul li a:hover,
.chunk-sidebar__category-wrap ul li a:hover {
  color: hsl(var(--base));
}

.chunk-sidebar__service-wrap ul li a:hover:after,
.chunk-sidebar__category-wrap ul li a:hover:after {
  transform: translateX(-8px);
}

.chunk-sidebar__category-wrap {
  padding: 20px;
  background-color: hsl(var(--dark));
}

.chunk-sidebar__category-wrap h3 {
  color: hsl(var(--white));
}

.chunk-sidebar__category-wrap ul li:not(:last-of-type) {
  border-bottom-color: hsl(var(--white) / 0.3);
}

.chunk-sidebar__category-wrap ul li a {
  color: hsl(var(--white));
}

.chunk-sidebar__service-wrap ul li:not(:last-of-type) {
  border-bottom-color: hsl(var(--dl-grey) / 0.3);
}

.chunk-sidebar__service-wrap ul li a {
  color: hsl(var(--dark-grey));
}

.chunk-sidebar__article-wrap ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.chunk-sidebar__article-wrap ul li {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 15px;
  align-items: center;
}

.chunk-sidebar__article-wrap ul li a h4 {
  font-family: var(--body-font);
  font-size: 16px;
  margin-bottom: 8px;
  transition: color 0.2s linear;
}

@media screen and (max-width: 575px) {
  .chunk-sidebar__article-wrap ul li a h4 {
    font-size: 14px;
  }
}

.chunk-sidebar__article-wrap ul li a:hover h4 {
  color: hsl(var(--base));
}

.chunk-sidebar__article-wrap ul li p {
  font-size: 14px;
  color: hsl(var(--dl-grey));
}

@media screen and (max-width: 575px) {
  .chunk-sidebar__article-wrap ul li p {
    font-size: 12px;
  }
}

.chunk-sidebar__article-wrap ul li > a {
  max-width: 100px;
  height: 90px;
  overflow: hidden;
}

@media screen and (max-width: 575px) {
  .chunk-sidebar__article-wrap ul li > a {
    height: 80px;
  }
}

.chunk-sidebar__article-wrap ul li > a img {
  object-fit: cover;
  height: 100%;
  transition: transform 0.3s ease-in-out;
}

.chunk-sidebar__article-wrap ul li:hover img {
  transform: scale(1.1);
}

.chunk-sidebar__tag-wrap ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}

.chunk-sidebar__tag-wrap ul li a {
  font-size: 14px;
  padding: 9px 16px;
  border: 1px solid hsl(var(--light-grey));
  background-color: hsl(var(--white));
}

.chunk-sidebar__tag-wrap ul li a:hover {
  border-color: hsl(var(--base));
}

.chunk-sidebar__meta-wrap {
  padding: 30px;
  background-color: hsl(var(--dark));
}

.chunk-sidebar__meta-wrap ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.chunk-sidebar__meta-wrap ul li {
  display: flex;
  justify-content: space-between;
  color: hsl(var(--white));
  text-align: right;
}

.chunk-sidebar__meta-wrap ul li .property {
  text-align: left;
  color: hsl(var(--base));
}

@media screen and (max-width: 991px) {
  .chunk-sidebar__meta-wrap {
    padding: 24px;
  }

  .chunk-sidebar__meta-wrap ul {
    gap: 16px;
  }
}
/*---- / Blog Details  ----*/
/*----  Contact Page  ----*/
.contact--section {
  background-color: #f8f8f8;
}

.contact--section .title {
  margin-bottom: 110px;
}

.contact--section .title img {
  position: absolute;
  left: 10px;
  bottom: 0;
}

@media screen and (max-width: 991px) {
  .contact--section .title {
    margin-bottom: 40px;
  }
}

.contact--from-wrap select {
  padding-top: 14px;
  color: hsl(var(--black) / 0.5);
  padding-left: 0px;
}

.contact--from-wrap .form--control {
  border: none;
  border-radius: 0;
  border-bottom: 1px solid hsl(var(--dark) / 0.15);
}

.contact--from-wrap .row > div,
.contact--from-wrap button,
.contact--from-wrap h3:not(:first-of-type) {
  margin-top: 48px;
}

@media screen and (max-width: 991px) {
  .contact--from-wrap .row > div,
  .contact--from-wrap button,
  .contact--from-wrap h3:not(:first-of-type) {
    margin-top: 30px;
  }
}

@media screen and (max-width: 575px) {
  .contact--from-wrap .row > div,
  .contact--from-wrap button,
  .contact--from-wrap h3:not(:first-of-type) {
    margin-top: 20px;
  }
}

.contact-card__wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.contact-support-card {
  padding: 15px;
  background-color: hsl(var(--black));
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}

@media screen and (max-width: 991px) {
  .contact-support-card {
    padding: 30px;
  }
}

.contact-support-card .icon {
  width: 50px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  height: 50px;
  flex-shrink: 0;
  font-size: 24px;
  color: hsl(var(--base));
  background-color: #015984;
  margin-bottom: 16px;
}

.contact-support-card h3 {
  font-family: var(--body-font);
  color: hsl(var(--white));
  font-size: 18px;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .contact-support-card h3 {
    font-size: 16px;
  }
}

.contact-support-card ul {
  list-style: none;
  margin-left: 5px;
}

.contact-support-card ul li {
  color: hsl(var(--light-grey));
}

.contact-support-card ul li:not(:last-of-type) {
  margin-bottom: 16px;
}

.contact-support-card ul li a {
  color: inherit;
}

.contact-support-card ul li a:hover {
  color: hsl(var(--base));
}

.chunk-map {
  overflow: hidden;
}

.chunk-map .container-fluid {
  height: 600px;
}

@media screen and (max-width: 991px) {
  .chunk-map .container-fluid {
    height: 300px;
  }
}

@media screen and (max-width: 770px) {
  .chunk-map .container-fluid {
    height: 250px;
  }
}

@media screen and (max-width: 575px) {
  .chunk-map .container-fluid {
    height: 200px;
  }
}

.chunk-map .container-fluid iframe {
  width: 100%;
  height: 100%;
}

/*---- / Contact Page  ----*/
/*----  Sign Up  ----*/
/*---- / Sign Up  ----*/
/*----  Dashboard  ----*/

.dashboard-body__bar-icon {
  color: hsl(var(--white));
  font-size: 25px;
  margin-bottom: 10px;
  cursor: pointer;
  width: 50px;
  height: 40px;
  background-color: hsl(var(--base));
  text-align: center;
  padding: 2px 8px;
  border-radius: 3px;
}

/*---- / Dashboard  ----*/
/*----  About  ----*/
/*---- / About  ----*/
/*----  Testimonial  ----*/
.chunk-testimonial__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

@media screen and (max-width: 770px) {
  .chunk-testimonial__wrapper {
    grid-template-columns: 1fr;
  }
}
/*---- / Testimonial  ---*/
/*----  Cookie  ----*/

/*---- / Cookie  ----*/
/*----  Coming Soon  ----*/
.coming-soon {
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fffcf9;
  padding-top: 100px;
}

.coming-soon .title {
  margin-bottom: 22px;
}

.coming-soon .subtitle {
  margin-bottom: 30px;
}

.coming-soon .footer-subscribe-form .sub-btn {
  padding-inline: 27px;
  color: hsl(var(--white));
}

@media screen and (max-width: 991px) {
  .coming-soon .footer-subscribe-form .sub-btn {
    padding-inline: 20px;
  }
}

.coming-soon .panel-image {
  text-align: right;
}

@media screen and (max-width: 991px) {
  .coming-soon .panel-image {
    text-align: center;
  }
}

.coming-soon footer {
  margin-top: auto;
  width: 100%;
  text-align: center;
  padding: 26px;
}

.coming-soon footer p {
  font-size: 18px;
  font-weight: 500;
  color: #181818;
}

@media screen and (max-width: 991px) {
  .coming-soon footer p {
    font-size: 16px;
  }
}
/*---- / Coming Soon  ----*/
/*----  Gallery  ----*/
.gallery__image-filter .filter-button {
  border: 1px solid hsl(var(--light-grey) / 0.4);
  outline: none;
  color: hsl(var(--dl-grey));
}

.gallery__image-filter .filter-button.active {
  color: hsl(var(--white));
  background-color: hsl(var(--base));
}

.gallery__image-filter .filter-button:hover {
  background-color: hsl(var(--base-d-200));
}

.gallery__image-filter #gallery .image {
  aspect-ratio: 4/3.5;
}

.gallery__image-filter #gallery .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lawyers-slider .slick-track {
  padding: 50px 0px;
}

@media screen and (max-width: 991px) {
  .lawyers-slider .slick-track {
    padding: 30px 0px;
  }
}

.lawyers-slider .image {
  margin: 50px;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 991px) {
  .lawyers-slider .image {
    margin: 30px;
  }
}

@media screen and (max-width: 575px) {
  .lawyers-slider .image {
    margin: 15px;
  }
}

.lawyers-slider .slick-active.slick-center {
  transform: scale(1.2);
  transition: all 0.4s ease-in-out;
}

.lawyers-slider .slick-arrow {
  top: 87%;
}

@media screen and (max-width: 991px) {
  .lawyers-slider .slick-arrow {
    width: 45px;
    height: 45px;
    font-size: 14px;
  }
}

@media screen and (max-width: 575px) {
  .lawyers-slider .slick-arrow {
    width: 40px;
    height: 40px;
  }
}

@media screen and (max-width: 991px) {
  .lawyers-slider .slick-arrow {
    top: 85%;
  }
}

@media screen and (max-width: 768px) {
  .lawyers-slider .slick-arrow {
    top: 85%;
  }
}

.lawyers-slider .slick-arrow.slick-next {
  left: calc(50% + 55px);
}

@media screen and (max-width: 991px) {
  .lawyers-slider .slick-arrow.slick-next {
    left: calc(50% - 0px);
  }
}

.lawyers-slider .slick-arrow.slick-prev {
  left: calc(50% - 55px);
}

@media screen and (max-width: 991px) {
  .lawyers-slider .slick-arrow.slick-prev {
    left: calc(50% - 55px);
  }
}
/*---- / Gallery  ----*/

@media (max-width: 1399px) {
  .hero .hero--content .title {
    font-size: 46px !important;
  }

  .testimonial-card .item--wrap {
    padding: 40px;
  }
}

@media (max-width: 1299px) {
  .footer-area::after {
    left: 6%;
    width: 312px;
  }
}

@media (max-width: 1199px) {
  .video {
    padding: 300px 0px;
  }

  .hero .hero--content .title .text::before {
    width: 220px;
  }

  .footer-area::after {
    display: none;
  }

  .section-content .title-wrap .subtitle {
    width: 90%;
  }

  .lawyers--card .thumb--wrap {
    height: 350px;
  }
}

@media (max-width: 1024px) {
  .hero .content--wrap .content {
    padding: 60px 60px;
  }
}

@media (max-width: 998px) {
  .header-two--wrap {
    display: none;
  }

  .video {
    padding: 280px 0px;
  }
}

@media (max-width: 991px) {
  .hero .hero--content {
    width: 80%;
  }

  .hero::after {
    display: none;
  }

  .hero {
    padding-top: 120px;
  }

  .section-content .title-wrap .title {
    font-size: 34px;
  }

  .section-content-4 {
    margin-bottom: 40px;
  }

  .section-content-4 .title {
    font-size: 38px !important;
  }

  .testimonial-card .title {
    line-height: 25px;
    font-style: italic;
    margin-bottom: 14px;
    color: hsl(var(--black) / 0.6);
    font-size: 14px !important;
  }

  .testimonial-card .item--wrap {
    padding: 35px;
  }
}

@media (max-width: 768px) {
  .video {
    padding: 220px 0px;
  }

  .hero {
    padding-top: 120px;
  }

  .ham__menu {
    display: block !important;
  }

  .hero .hero--content .title {
    font-size: 40px !important;
  }

  .testimonial-card .title {
    line-height: 30px;
  }
}

@media (max-width: 767px) {
  .login-lng .loin-btn--wrap {
    display: none !important;
  }

  .hero .hero--content {
    width: 100%;
  }

  .hero .content--wrap .content {
    padding: 60px 24px;
  }

  .testimonial-card .item--wrap {
    margin-bottom: 20px;
  }
}

@media (max-width: 740px) {
  .offer--coutdown .timer {
    display: none !important;
  }
}

@media (max-width: 530px) {
  .header--five .login-lng {
    justify-content: flex-end;
  }

  .header--five .login-lng .loin-btn--wrap {
    display: inline-block !important;
  }

  .hero .hero--content .title {
    font-size: 40px !important;
    text-transform: capitalize;
  }
}

@media (max-width: 480px) {
  .menu--wrap {
    gap: 0px !important;
  }
}

@media (max-width: 425px) {
  .hero .hero--content .title .text::before {
    width: 145px;
    height: 3px;
  }

  .hero .hero--content .title {
    font-size: 28px !important;
    margin-bottom: 20px;
  }

  .hero .hero--content .subtitle {
    margin-bottom: 24px;
  }

  .hero .content--wrap .content {
    padding: 34px 16px;
  }

  .hero .content--wrap {
    padding: 0px;
  }

  .w-sm--100 {
    width: 100%;
  }

  .section-content .title-wrap .title {
    font-size: 28px !important;
  }

  .section-content-4 {
    margin-bottom: 40px;
  }

  .section-content-4 .title {
    font-size: 28px !important;
    line-height: 40px;
    margin-bottom: 12px;
  }

  .section-content {
    margin-bottom: 40px;
  }

  .section-content .title {
    font-size: 28px !important;
    line-height: 40px;
    margin-bottom: 12px;
  }

  .hero {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .section-content-4 {
    margin-top: 0px;
  }
}

@media (max-width: 1000px) {
  .team--group.position-absolute {
    display: none;
  }

  .left_image_bounce {
    display: none;
  }

  .legaladvisory--section {
    border-radius: 0px 0px 100px 0px !important;
  }

  .plan--card.active {
    margin-top: 0;
  }
}
/*----  Error 404 Page  ----*/
.error-page {
  overflow: hidden;
}

.error-page .error-image {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .error-page .error-image img {
    width: 80%;
    height: auto;
  }
}
/*---- / Error 404 Page  ----*/
/*----  Home 4 ----*/

.homepage_four.chunk-banner .slick-dots {
  display: none !important;
}

.homepage_four.chunk-banner .chunk-hero__prev.slick-arrow,
.homepage_four.chunk-banner .chunk-hero__next.slick-arrow {
  background-color: transparent;
  color: hsl(var(--base));
  border: 1px solid hsl(var(--base));
}

.homepage_four.chunk-banner .chunk-hero__prev.slick-arrow:hover,
.homepage_four.chunk-banner .chunk-hero__next.slick-arrow:hover {
  border-color: hsl(var(--base));
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}

.homepage_four.chunk-banner .chunk-hero__slide::after {
  background-color: #005984;
}

.business-section .chunk-business__iconlist {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 76px;
}

@media screen and (max-width: 1199px) {
  .business-section .chunk-business__iconlist {
    gap: 30px;
  }
}

@media screen and (max-width: 575px) {
  .business-section .chunk-business__iconlist {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.business-section .chunk-business__iconlist li {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 12px;
}

.business-section .chunk-business__iconlist li .li-icon {
  aspect-ratio: 1;
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 70px;
  background-color: hsl(var(--base));
}

.business-section .chunk-business__iconlist li .li-title,
.business-section .chunk-business__iconlist li .li-content {
  grid-column: 2;
  margin-bottom: 0px;
  line-height: 1;
}

.business-section .chunk-business__iconlist li .li-title {
  font-size: 18px;
  font-weight: 500;
  color: hsl(var(--base));
  font-family: var(--body-font);
}

.business-section .chunk-business__iconlist li .li-content {
  color: hsl(var(--white));
}

.business-section .business-section-image img {
  aspect-ratio: 523/518;
  width: 100%;
  object-fit: cover;
}

@media screen and (max-width: 991px) {
  .business-section .business-section-image img {
    max-height: 350px;
  }
}

@media screen and (max-width: 575px) {
  .business-section .business-section-image img {
    max-height: 270px;
  }
}
.chunk-aop__slider .slick-dots {
  padding-top: 50px;
  position: relative;
  inset: unset;
  transform: unset;
}

.chunk-aop__slider .slick-dots li button {
  background-color: hsl(var(--light-grey));
}

.chunk-aop__slider .slick-dots li.slick-active button {
  background-color: hsl(var(--base-five));
}

.homepage_four.testimonial-section .testimonial-prev.slick-arrow,
.homepage_four.testimonial-section .testimonial-next.slick-arrow {
  position: relative;
  min-width: auto;
  z-index: 1;
  top: unset;
  right: unset;
  transform: none;
  border: 1px solid hsl(var(--base));
  color: hsl(var(--dark-grey));
  background: transparent;
  color: hsl(var(--white));
}

.homepage_four.testimonial-section .testimonial-prev.slick-arrow:hover,
.homepage_four.testimonial-section .testimonial-next.slick-arrow:hover {
  background-color: hsl(var(--base));
  color: hsl(var(--white));
}
/*---- / Home 4 ----*/
/*----  Home 3 ----*/
.homepage_three.chunk-banner .slick-dots li {
  vertical-align: middle;
}

.homepage_three.chunk-banner .slick-dots li button {
  background-color: transparent;
  border: 1px solid hsl(var(--base-four));
  width: 10px;
  padding-inline: 4px;
  height: 10px;
}

.homepage_three.chunk-banner .slick-dots li.slick-active button {
  width: 15px;
  border-radius: 50%;
  height: 15px;
  background-color: hsl(var(--base-four));
}

.homepage_three.chunk-banner .chunk-hero__prev.slick-arrow,
.homepage_three.chunk-banner .chunk-hero__next.slick-arrow {
  background-color: transparent;
  color: hsl(var(--base-four));
  border: 1px solid hsl(var(--base-four));
}

.homepage_three.chunk-banner .chunk-hero__prev.slick-arrow:hover,
.homepage_three.chunk-banner .chunk-hero__next.slick-arrow:hover {
  border-color: hsl(var(--base-four));
  background-color: hsl(var(--base-four));
  color: hsl(var(--white));
}

.homepage_three.chunk-banner .chunk-hero__slide {
  background-position: bottom right;
  background-size: cover;
  background-repeat: no-repeat;
}

.homepage_three.chunk-banner .chunk-hero__slide::after {
  background-color: hsl(var(--bg-four) / 0.5);
}

.homepage_three.chunk-banner .chunk-hero__slide .row {
  min-height: 762px;
}

@media screen and (max-width: 1599px) {
  .homepage_three.chunk-banner .chunk-hero__slide .row {
    min-height: 650px;
  }
}

@media screen and (max-width: 1399px) {
  .homepage_three.chunk-banner .chunk-hero__slide .row {
    min-height: 600px;
  }
}

@media screen and (max-width: 991px) {
  .homepage_three.chunk-banner .chunk-hero__slide .row {
    min-height: 400px;
  }
}

.homepage_three.chunk-banner .chunk-hero__prev.slick-arrow,
.homepage_three.chunk-banner .chunk-hero__next.slick-arrow {
  top: 37%;
}

@media screen and (max-width: 1599px) {
  .homepage_three.chunk-banner .chunk-hero__prev.slick-arrow,
  .homepage_three.chunk-banner .chunk-hero__next.slick-arrow {
    top: 90%;
  }
}

@media screen and (max-width: 991px) {
  .homepage_three.chunk-banner .chunk-hero__prev.slick-arrow,
  .homepage_three.chunk-banner .chunk-hero__next.slick-arrow {
    top: 92%;
  }
}

@media screen and (max-width: 575px) {
  .homepage_three.chunk-banner .chunk-hero__prev.slick-arrow,
  .homepage_three.chunk-banner .chunk-hero__next.slick-arrow {
    top: 95%;
  }
}

.homepage_three.chunk-banner .chunk-hero__prev.slick-arrow {
  left: 6%;
}

.homepage_three.chunk-banner .chunk-hero__next.slick-arrow {
  right: 6%;
}

@media screen and (max-width: 1599px) {
  .homepage_three.chunk-banner .chunk-hero__prev.slick-arrow {
    left: 1%;
  }

  .homepage_three.chunk-banner .chunk-hero__next.slick-arrow {
    right: 1%;
  }
}

.legal-solutions .solution-card--three {
  --base: var(--base-four);
}

.legal-solutions .solution-card--three .content--wrap p {
  transition: all 300ms ease-in-out;
  color: hsl(var(--dl-grey));
}

.legal-solutions .solution-card--three:hover .content--wrap p {
  color: hsl(var(--dark-grey));
}

.legal-solutions .solution-card--three:hover:after {
  background-color: hsl(var(--base-four));
}

.employment-wrap .chunk-counter__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.employment-wrap .chunk-counter__wrapper .icon {
  width: 60px;
  aspect-ratio: 1;
}

.employment-wrap .chunk-counter__wrapper .icon img {
  object-fit: contain;
}

.employment-wrap .chunk-counter__wrapper li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding-block: 30px;
  padding-inline: 0.5rem;
  border-block: 1px solid hsl(var(--base) / 0.9);
  border-inline-start: 1px solid hsl(var(--base) / 0.9);
}

.employment-wrap .chunk-counter__wrapper li:last-of-type {
  border-inline-end: 1px solid hsl(var(--base) / 0.9);
}

@media screen and (max-width: 575px) {
  .employment-wrap .chunk-counter__wrapper li {
    padding-block: 1rem;
  }
}

@media screen and (max-width: 991px) {
  .employment-wrap .chunk-counter__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .employment-wrap .chunk-counter__wrapper li:nth-of-type(-n + 2) {
    border-block-end: none;
  }

  .employment-wrap .chunk-counter__wrapper li:nth-of-type(2n) {
    border-inline-end: 1px solid hsl(var(--base) / 0.9);
  }
}

.know-us-section {
  overflow: hidden;
}

.know-us-section .user-image {
  aspect-ratio: 47/53;
  overflow: hidden;
  max-width: 470px;
}

.know-us-section .user-image img {
  object-fit: cover;
  width: 100%;
  object-position: center center;
}

.know-us-section .user-founded-image {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  align-self: center;
}

.know-us-section .user-founded-image .years-of-ex {
  position: absolute;
  padding-block: 18px;
  padding-inline: 14px;
  bottom: 0;
  right: 0;
  width: 145px;
}

.know-us-section .user-founded-image .years-of-ex h3 {
  line-height: 1;
  margin-bottom: 0px;
}

.know-us-section .user-founded-image .years-of-ex p {
  color: hsl(var(--black));
}

@media screen and (max-width: 575px) {
  .know-us-section .user-founded-image {
    max-width: 370px;
    justify-self: center;
    margin-inline: auto;
  }
}

.expert-section {
  overflow: hidden;
  position: relative;
}

.expert-section .award-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.expert-section .award-container img {
  max-width: 90px;
}

@media screen and (max-width: 991px) {
  .expert-section .award-container img {
    max-width: 65px;
  }
}

.expert-section .pushed-margin-content {
  margin-left: var(--fluid-margin);
  max-width: calc(var(--container-max) / 2 - var(--bs-gutter-x));
}

@media screen and (max-width: 770px) {
  .expert-section .pushed-margin-content {
    max-width: calc(var(--container-max) - var(--bs-gutter-x));
    margin-inline: var(--fluid-margin);
  }
}

.expert-section .lawyer-img {
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 770px) {
  .expert-section .lawyer-img {
    padding-inline: var(--fluid-margin);
  }
}

.expert-section .lawyer-img img {
  position: absolute;
  right: -30px;
  width: 50vw;
  height: 100%;
  top: 0;
  object-fit: cover;
  object-position: center center;
}

@media screen and (max-width: 770px) {
  .expert-section .lawyer-img img {
    position: relative;
    width: 100%;
    right: 0;
    max-height: 300px;
    display: block;
  }
}

.why-choose {
  overflow: hidden;
  position: relative;
  padding: 100px 0px;
}

.why-choose .bg-thumb--wrap {
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 0;
  width: 50%;
}

.why-choose .bg-thumb--wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.why-choose .content--wrap {
  padding: 60px 110px;
}

@media screen and (max-width: 991px) {
  .why-choose .content--wrap {
    padding: 40px 30px;
  }
}

.case-study__index3 .chunk-case__card:hover .chunk-case__thumb {
  box-shadow: 15px -15px 0 0 hsl(var(--base-four));
}

.case-study__index3 .slick-initialized.slick-slider .slick-track {
  display: block;
  gap: 0px;
}

.faq-section--two.index3 .faq-bg--thumb {
  top: 28px;
  left: unset;
  right: 0;
}

@media screen and (max-width: 991px) {
  .faq-section--two.index3 .faq-bg--thumb {
    right: inherit !important;
    position: relative;
    max-width: 470px;
    overflow: hidden;
    margin-inline: auto;
  }
}

.faq-section--two.index3 .faq-bg--thumb::after {
  background-color: hsl(var(--base-four));
}

.faq-section--two.index3 .faq-bg--thumb::before {
  left: -41px;
  background-color: hsl(var(--base-four));
}

.location-section {
  overflow: hidden;
}

.location-section .icon-link {
  color: hsl(var(--dl-grey));
}

.location-section .icon-link:hover {
  color: hsl(var(--base-four));
}

.location-section .embed-map {
  margin-left: -12px;
}

@media screen and (max-width: 770px) {
  .location-section .embed-map {
    margin-left: 0;
    max-height: 400px;
    overflow: hidden;
  }

  .location-section .embed-map iframe {
    min-height: 300px;
    width: 100%;
    height: 100%;
  }
}

.location-section .content__wrap {
  position: relative;
}

.location-section .pin-icon {
  position: absolute;
  top: 0;
  left: -1.5rem;
}

@media screen and (max-width: 770px) {
  .location-section .pin-icon {
    left: 0;
    top: -3rem;
  }
}

.legal-prev.slick-arrow,
.legal-next.slick-arrow,
.case-prev.slick-arrow,
.case-next.slick-arrow {
  position: relative;
  min-width: auto;
  z-index: 1;
  top: unset;
  right: unset;
  transform: none;
  border: 1px solid hsl(var(--base-four));
  color: hsl(var(--base-four));
}

.legal-prev.slick-arrow:hover,
.legal-prev.slick-arrow:focus,
.legal-prev.slick-arrow:active,
.legal-next.slick-arrow:hover,
.legal-next.slick-arrow:focus,
.legal-next.slick-arrow:active,
.case-prev.slick-arrow:hover,
.case-prev.slick-arrow:focus,
.case-prev.slick-arrow:active,
.case-next.slick-arrow:hover,
.case-next.slick-arrow:focus,
.case-next.slick-arrow:active {
  background-color: hsl(var(--base-four));
  color: hsl(var(--white));
}

/*---- / Home 3 ----*/
/*----  Home 2 ----*/
.hero-follow--box .text--base-two:hover {
  color: hsl(var(--base-two-hover)) !important;
}

.partner-section.bg--pure-black .partner-slider .partner--thumb {
  transition: all 0.3s ease-in-out;
}

.partner-section.bg--pure-black .partner-slider .partner--thumb img {
  filter: brightness(0) invert(1);
  background-color: transparent;
}

.partner-section.bg--pure-black .partner-slider .partner--thumb:hover {
  background-color: #ddd;
}

.partner-section.bg--pure-black .partner-slider .partner--thumb:hover img {
  filter: brightness(0.1);
  background-color: transparent;
}

.solution--two .solution--btn:hover {
  color: white !important;
}

.service-section--two .btn.style--two:hover {
  color: hsl(var(--base-two-hover)) !important;
}

.homepage_two {
  --base: var(--base-two);
  --base-d-200: var(--base-two-hover);
  --black: var(--pure-black);
}

.why-choose--two .chunk-fluid__mr {
  margin-right: var(--fluid-margin);
}

.why-choose--two .chunk-fluid__ml {
  margin-left: var(--fluid-margin);
}

.why-choose--two .subtitle,
.why-choose--two p,
.why-choose--two li {
  color: hsl(var(--dark-grey));
}

.why-choose--two .counter-box--wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  max-width: calc(430px + 1.5rem);
}

@media screen and (max-width: 991px) {
  .why-choose--two .counter-box--wrapper {
    margin-left: var(--fluid-margin);
    grid-template-columns: 1fr 1fr;
    max-width: calc(var(--fluid-partial-width) - var(--fluid-margin));
    width: 100%;
    padding-right: 1.5rem;
    gap: 1rem;
    margin-top: 36px;
  }
}

@media screen and (max-width: 575px) {
  .why-choose--two .counter-box--wrapper {
    padding-right: 0;
    padding-left: 1.5rem;
  }
}

.why-choose--two .video {
  display: grid;
  place-items: center;
  min-height: 607px;
  padding: 0px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .why-choose--two .video {
    min-height: 400px;
  }
}

@media screen and (max-width: 575px) {
  .why-choose--two .video {
    min-height: 300px;
  }
}

.why-choose--two .play-video:hover {
  color: hsl(var(--base-two-hover));
}

.homepage_two.appoint-now {
  margin-top: 90px;
}

@media screen and (max-width: 991px) {
  .homepage_two.appoint-now {
    margin-top: 0px;
  }
}

@media screen and (max-width: 575px) {
  .homepage_two.appoint-now .thumb--elements img {
    object-position: center;
  }
}

.homepage_two.appoint-now .btn {
  background-color: hsl(var(--pure-black));
}

/*---- / Home 2 ----*/
/*----  Home 1 ----*/

.firststep--section {
  position: relative;
}

.firststep--section .firststep--section-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  /* Also 50% black */
  z-index: -1;
}

.working-process .process-list li.row {
  max-width: 560px;
  gap: 16px;
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .working-process .process-list li.row {
    max-width: 100%;
    gap: 0px;
    margin-bottom: 20px;
  }
}

.working-process .process-list li.row .title {
  color: hsla(var(--dark-grey) / 1);
  line-height: 1.6;
  margin-bottom: 16px;
}

@media screen and (max-width: 991px) {
  .working-process .process-list li.row .title {
    margin-bottom: 8px;
  }
}

.working-process .process-list li.row .subtitle {
  color: hsla(var(--dl-grey) / 1);
}

.working-process .process-list li.row .markar-style {
  width: 50px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  font-family: var(--heading-font);
  font-size: 22px;
}

.working-process .process-list li.row:not(:last-of-type) {
  border-bottom: 1px solid hsl(0, 0%, 93%);
  padding-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .working-process .process-list li.row:not(:last-of-type) {
    padding-bottom: 20px;
  }
}
/*---- / Home 1 ----*/
/*---- / Pages  ----*/
