@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Outfit:wght@100..900&family=Inter:wght@100..900&display=swap');

@font-face {
  font-family: 'YourFont';
  src: url('/fonts/la-solid-900.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

/*================ Css Variables Start ===============*/
:root {
    /* === Font Family === */

    /* --heading-font: "Barlow", sans-serif;
    --body-font: "Barlow", sans-serif; */
    --heading-font: "Inter", sans-serif;
    --body-font: "DM Sans", sans-serif;

    --heading: "Inter", sans-serif;
    --text: "DM Sans", sans-serif;

    /* === TypoGraphy ===*/
    --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, .8vw + 1rem, 1.875rem);
    --heading-four: clamp(1.125rem, .5vw + 1rem, 1.5rem);
    --heading-five: clamp(1.0625rem, .3vw + 1rem, 1.25rem);
    --heading-six: 1rem;
    /* ======================== Color Variables Start ===========================*/
    /*== White Color ==*/
    --white: 0 0% 100%;
    /*== Light Color ==*/
    --light-h: 0;
    --light-s: 0%;
    --light-l: 78%;
    --light: var(--light-h) var(--light-s) var(--light-l);
    /*== Black Color ==*/
    --black-h: 0;
    --black-s: 0%;
    --black-l: 0%;
    --black: var(--black-h) var(--black-s) var(--black-l);
    --heading-color: var(--black);
    --body-color: 0deg 0% 27% / 70%;
    --border-color: 0 0% 88%;
    --body-background: 0 0% 100%;
    --section-bg: 208 100% 97%;
    /*================================ Border-radius ===============================*/
    --border-radius: 15px;
    --border-radius-sm: 5px;
    /*================================ Box Shadow Start ===============================*/
    --header-box-shadow: 0px -1px 15px 3px hsl(var(--black) /.3);
    --mobile-box-shadow: 0px -1px 5px 0px hsl(var(--black) /.92);
    --box-shadow: 0px 2px 15px hsl(var(--black) /.05);
    /* ================================ Base Light Color =============================== */
    --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 Color =============================*/
    --base-h: 99;
    --base-s: 59%;
    --base-l: 53%;
    --base: var(--base-h) var(--base-s) var(--base-l);
    /*== Base Darken ==*/
    --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 Lighten ==*/
    --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);
    --background-gradient: linear-gradient(45deg, hsl(var(--base)), hsl(var(--base-two)));
    /*========================= Base Two Color =============================*/
    --base-two-h: 39;
    --base-two-s: 83%;
    --base-two-l: 67%;
    --base-two: var(--base-two-h) var(--base-two-s) var(--base-two-l);
    /*== Base Two Darken ==*/
    --base-two-d-100: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.05);
    --base-two-d-200: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.1);
    --base-two-d-300: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.2);
    --base-two-d-400: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.3);
    --base-two-d-500: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.4);
    --base-two-d-600: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.5);
    --base-two-d-700: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.6);
    --base-two-d-800: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.7);
    --base-two-d-900: var(--base-two-h) var(--base-two-s) calc(var(--base-two-l) - var(--base-two-l) * 0.8);
    /*=== Base Two Lighten ===*/
    --base-two-l-100: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.05);
    --base-two-l-200: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.1);
    --base-two-l-300: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.2);
    --base-two-l-400: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.3);
    --base-two-l-500: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.4);
    --base-two-l-600: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.5);
    --base-two-l-700: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.6);
    --base-two-l-800: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.7);
    --base-two-l-900: var(--base-two-h) calc(var(--base-two-s)) calc(var(--base-two-l) + (100% - var(--base-two-l)) * 0.8);
    /*=== Dark Color ===*/
    --dark-h: 228;
    --dark-s: 67%;
    --dark-l: 12%;
    --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-d-600: var(--dark-h) var(--dark-s) calc(var(--dark-l) - var(--dark-l) * 0.6);
    --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);
    --dark-l-600: var(--dark-h) calc(var(--dark-s)) calc(var(--dark-l) + (100% - var(--dark-l)) * 0.6);
    /*========================= Bootstrap Modifier Start ========================*/
    --primary-h: 211;
    --primary-s: 100%;
    --primary-l: 50%;
    --primary: var(--primary-h) var(--primary-s) var(--primary-l);
    /*=== Primary Darken ===*/
    --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 Lighten ===*/
    --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);
    --primary-l-600: var(--primary-h) calc(var(--primary-s)) calc(var(--primary-l) + (100% - var(--primary-l)) * 0.6);
    /*=== Secondary Color ===*/
    --secondary-h: 210;
    --secondary-s: 11%;
    --secondary-l: 71%;
    --secondary: var(--secondary-h) var(--secondary-s) var(--secondary-l);
    /*=== Secondary Darken ===*/
    --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 Lighten ===*/
    --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);
    --secondary-l-600: var(--secondary-h) calc(var(--secondary-s)) calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.6);
    /*=== Success Color ===*/
    --success-h: 115;
    --success-s: 100%;
    --success-l: 47%;
    --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);
    --success-l-600: var(--success-h) calc(var(--success-s)) calc(var(--success-l) + (100% - var(--success-l)) * 0.6);
    /*=== Danger Color ==*/
    --danger-h: 0;
    --danger-s: 96%;
    --danger-l: 63%;
    --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);
    --danger-l-600: var(--danger-h) calc(var(--danger-s)) calc(var(--danger-l) + (100% - var(--danger-l)) * 0.6);
    /*=== Warning Color ===*/
    --warning-h: 29;
    --warning-s: 88%;
    --warning-l: 59%;
    --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);
    --warning-l-600: var(--warning-h) calc(var(--warning-s)) calc(var(--warning-l) + (100% - var(--warning-l)) * 0.6);
    /*=== Info Color ===*/
    --info-h: 196;
    --info-s: 100%;
    --info-l: 50%;
    --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);
    --info-l-600: var(--info-h) calc(var(--info-s)) calc(var(--info-l) + (100% - var(--info-l)) * 0.6);
    /*=== Violet Color ===*/
    --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);
    --violet-l-600: var(--violet-h) calc(var(--violet-s)) calc(var(--violet-l) + (100% - var(--violet-l)) * 0.6);
    /*=== Yellow Color ===*/
    --yellow-h: 50;
    --yellow-s: 100%;
    --yellow-l: 50%;
    --yellow: var(--yellow-h) var(--yellow-s) var(--yellow-l);
    /*=== Yellow Darken ===*/
    --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 Lighten ===*/
    --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);
    --yellow-l-600: var(--yellow-h) calc(var(--yellow-s)) calc(var(--yellow-l) + (100% - var(--yellow-l)) * 0.6);
    /*======================= Bootstrap Modifier End ==============================*/

    /* my color mandeep*/
    --maintheme: hsl(var(--base));
}

/*==================== Color Variables End =====================*/
/*======================= Dark variable ======================*/
.dark {
    /*====== Common section dark color Start =====*/
    color: hsl(var(--white));
    background-color: hsl(var(--dark));
    /** ====  Form   ===*/
    /* ==== Dashboard ==== */
    /* ===== Table  ====*/
    /*=========== Common section dark color End ==========*/
    /** ====================== Random section dark color ========================*/
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
    color: hsl(var(--white));
}

.dark .form--control option {
    background: hsl(var(--dark));
}

.dark input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-text-fill-color: hsl(var(--white)/.5) !important;
}

.subscribe-section input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset;
    -webkit-text-fill-color: hsl(var(--white)/.8) !important;
}

.dark .banner-left__content h2 {
    color: hsl(var(--white));
}

.dark .header.fixed-header .header-wrapper .menu-wrapper ul.main-menu a {
    color: hsl(var(--white));
}



.dark .banner-left__content span {
    color: hsl(var(--base));
}

.dark .header.fixed-header .menu-search-wrap .menu-search-wrap--search-icon i {
    color: hsl(var(--white));
}

.dark .cookies-card {
    background: hsl(var(--dark));
    border: 2px solid hsl(var(--base));
}

.dark .banner-left__content p {
    color: hsl(var(--white)/0.6);
}

.dark .banner-left__content .btn {
    color: hsl(var(--white));
}

.dark .banner-left__content .btn:hover {
    color: hsl(var(--base));
}

.dark .header {
    background-color: transparent;
}

.dark li.login-registration-list__item .social-list__item .social-list__link {
    color: hsl(var(--white)) !important;
}

.dark .menu-search-wrap .menu-search-wrap--search-icon i {
    color: hsl(var(--white));
}

.dark p {
    color: hsl(var(--white)/0.6);
}

.dark .header.fixed-header {
    background-color: hsl(var(--dark));
}

.dark .nav-menu .nav-item .nav-link {
    color: hsl(var(--white)) !important;
}

.dark .nav-item .nav-link.show[aria-expanded=true] {
    color: hsl(var(--white)) !important;
}

.dark .dropdown-menu li .dropdown-item {
    color: hsl(var(--white));
}

.dark .nav-menu .nav-item:hover .dropdown-menu {
    background: hsl(var(--dark));
}

.dark .dropdown-menu li .dropdown-item {
    color: hsl(var(--white));
}

.dark .navbar-toggler.header-button {
    color: hsl(var(--white));
}

.dark .header-wrapper .menu-wrapper ul.main-menu a {
    padding: 0px 15px;
    font-weight: 700;
    color: hsl(var(--white));
}

.dark .btn--base.outline {
    color: hsl(var(--white));
}

.dark .contact-list__link {
    color: hsl(var(--white));
}

.dark .language-box .select {
    color: hsl(var(--white));
}

.dark .toggle-search-box i {
    color: hsl(var(--white));
}

.dark .testimonial-item__name {
    color: hsl(var(--white));
}

.dark .testimonial-item__designation {
    color: hsl(var(--white));
}

.dark .footer-item__title {
    color: hsl(var(--white));
}

.dark .footer-menu__link {
    color: hsl(var(--white)/0.5);
}

.dark .footer-contact-menu__item p {
    color: hsl(var(--white)/0.5);
}

.dark .social-list__item .social-list__link {
    color: hsl(var(--white));
}

.dark .social-list__item .social-list__link:hover {
    color: hsl(var(--white)) !important;
}

.dark .custom--accordion .accordion-button {
    color: hsl(var(--white));
}

.dark .custom--accordion .accordion-button:not(.collapsed) {
    color: hsl(var(--white));
}

.dark .custom--accordion .accordion-body {
    color: hsl(var(--white)/0.6);
}

.dark .custom--accordion .accordion-button[aria-expanded=false]::after {
    content: "\f067";
    color: hsl(var(--white));
}

.dark .custom--accordion .accordion-button[aria-expanded=true]::after,
.dark .custom--accordion .accordion-button[aria-expanded=false]::after {
    color: hsl(var(--white));
}

.dark .pagination .page-item .page-link {
    color: hsl(var(--white));
}

.dark .subscribe-wrap__input input::placeholder {
    color: hsl(var(--white)) !important;
}

.dark .search-box.footer-area input.form--control::placeholder {
    color: hsl(var(--white)) !important;
}

.dark .form--control {
    color: hsl(var(--white)/0.6);
}

.dark .form--control::placeholder {
    color: hsl(var(--white)) !important;
}

.dark .form--control:focus {
    color: hsl(var(--white)/0.6);
}

.dark .form--control:disabled,
.dark .form--control[readonly] {
    background-color: hsl(var(--base)/0.3);
}

.dark .form--control[type=password] {
    color: hsl(var(--white)/0.6);
}

.dark .form--control[type=password]:focus {
    color: hsl(var(--white)/0.6);
}

.dark .form--control[type=file]::file-selector-button {
    border: 1px solid hsl(var(--black)/0.08);
    background-color: hsl(var(--white)/0.6);
    color: hsl(var(--white)/0.6);
}

.dark .form--control[type=file]::file-selector-button:hover {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--white));
}

.dark .form--label {
    color: hsl(var(--white)/0.9);
}

.dark .input-group-text {
    color: hsl(var(--dark));
}

.dark .choose-domain .input-group.country-code select.select.form--control {
    width: 120px;
    color: hsl(var(--white));
}

.dark .breadcumb__link {
    color: hsl(var(--white)/0.6);
}

.dark .breadcumb__title {
    color: hsl(var(--white));
}

.dark .breadcumb__item {
    color: hsl(var(--white)/0.6);
}

.dark .breadcumb__item-text {
    color: hsl(var(--white)/0.6);
}

.dark .blog-sidebar__title {
    color: hsl(var(--white)) !important;
}

.dark .contact-info__addres-wrap .single_wrapper .single-info .cont-text h6 a {
    color: hsl(var(--white)/0.6);
}

.dark .contactus-form {
    background-color: transparent;
}

.dark .sidebar-menu-list__link {
    color: hsl(var(--white));
}

.dark .sidebar-submenu-list__link {
    color: hsl(var(--white));
}

.dark .dashboard .pricing-plan-item .pricing-plan-item__bottom button {
    font-size: 20px;
    font-weight: 700;
    color: hsl(var(--white));
}

.dark .table thead tr th {
    background-color: hsl(var(--base)/0.05);
    color: hsl(var(--white));
}

.dark .table tbody tr td {
    color: hsl(var(--white));
    border: 1px solid hsl(var(--base)/0.1);
}

.dark .table tbody tr td a {
    color: hsl(var(--white));
}

.dark .table tbody tr td a:hover {
    color: hsl(var(--base));
}

.dark .table tbody tr td::before {
    color: hsl(var(--white));
}

.dark .modal-content {
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: hsl(var(--dark));
}

.dark .btn-close {
    color: hsl(var(--white)) !important;
    filter: invert(1);
}

.dark .password-show-hide {
    color: hsl(var(--white)/0.5);
}

.dark .service {
    box-shadow: 0px 20px 30px rgba(1, 6, 20, 0.1);
}

.dark .service:hover {
    box-shadow: 0px 15px 30px rgba(61, 90, 125, 0.08);
}

.dark .experience {
    box-shadow: 0px 20px 30px rgba(1, 6, 20, 0.1);
    background-color: hsl(var(--dark));
}

.dark .experience:hover {
    box-shadow: 0px 15px 30px rgba(61, 90, 125, 0.08);
}

.dark .why-choose-item {
    background-color: hsl(var(--dark));
}

.dark .testimonial-item {
    background-color: hsl(var(--dark));
}

.dark .section-heading__title {
    color: hsl(var(--white));
}

.dark .service__content h3 {
    color: hsl(var(--white));
}

.dark .btn--base:focus {
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--base));
    border-radius: 6px;
}

.dark .service__content a {
    color: hsl(var(--white));
}

.dark .pricing-plan-item .pricing-plan-item__top .title {
    color: hsl(var(--white));
}

.dark .pricing-plan-item .pricing-plan-item__price .title {
    color: hsl(var(--white));
}

.dark .pricing-plan-item .pricing-plan-item__price .title span {
    color: hsl(var(--white)/0.5);
}

.dark .product__price-title span a {
    color: hsl(var(--white));
}

.dark .product__title a {
    color: hsl(var(--white));
}

.dark .product__rating-view a {
    color: hsl(var(--white));
}

.dark .product__rating-view a:hover {
    color: hsl(var(--white)) !important;
}

.admin-user-comment-wrapper .row:nth-child(even) {
    background: hsl(var(--base)/.1);
}

.dark .client-logos img {
    filter: invert(1);
}

.dark .order-wrapper__top h4 {
    color: hsl(var(--white));
}

.dark .search-box .form--control {
    color: hsl(var(--dark));
}

.dark .search-box.header-search .form--control::placeholder {
    color: hsl(var(--dark));
}

.dark .latest-blog__title a {
    color: hsl(var(--white));
}

.dark .text-list.style-tag .text-list__link {
    color: hsl(var(--white));
}

.dark .contact-map iframe {
    filter: brightness(0.6);
}

.dark .modal-header {
    border-bottom: 1px solid hsl(var(--white)/0.1);
}

.dark .modal-footer {
    background-color: var(--bs-modal-footer-bg);
    border-top: 1px solid hsl(var(--white)/0.1);
}

.dark .custom--card {
    background-color: transparent;
}

.dark .custom--card .card-body {
    background-color: hsl(var(--white)/0.1);
}

.dark .account-form {
    background-color: transparent;
}

.dark .sidebar-menu.show-sidebar {
    background-color: hsl(var(--dark));
}

.dark .input-group.country-code .input-group-text {
    color: hsl(var(--white));
}

.dark .banner-section .shape-banner-bg {
    filter: brightness(0.2);
}

.dark .why-choose-us__topic .item .why-title-cont .content h4 {
    color: hsl(var(--white));
}

.dark .experience__icon h3 {
    color: hsl(var(--white));
}

.dark .blog-item__title-link {
    color: hsl(var(--white));
}

.dark .text-list__item {
    color: hsl(var(--white)/0.6);
}

.dark a.btn--simple {
    color: hsl(var(--white)/0.6);
}

.dark .blog-bottom-wrap .auth-name h5 span {
    color: hsl(var(--white)/0.6);
}

.dark .footer-area::after {
    background-color: hsl(var(--black)/0.99);
}

.dark .bottom-footer {
    background-color: hsl(var(--dark)/0.7);
}

.dark .sidebar-menu-wrapper {
    background-color: hsl(var(--dark));
}

.dark .social-list.blog-details a.social-list__link {
    color: hsl(var(--white)/0.6) !important;
    background: hsl(var(--dark));
}

.dark .social-list.blog-details {
    padding-right: 0px;
}

.dark .blog-details {
    box-shadow: 0px 2px 15px hsl(var(--black)/0.25);
}

.dark .dashboard_profile .sidebar-menu-list__link {
    color: hsl(var(--white));
}

.dark .experience__count h3 {
    color: hsl(var(--white));
}

.dark .experience__content h3 {
    color: hsl(var(--white)/0.8);
}

.dark .breadcumb::after {
    background: hsl(var(--dark)/0.7);
}

.dark .list-group {
    border-radius: 5px;
}

.dark .list-group .list-group-item {
    background: hsl(var(--dark)) !important;
    color: hsl(var(--white));
    border: 1px solid hsl(var(--white)/.1);
}

h2.swal2-title {
    color: black !important;
}

/*====================== Section Heading ====================*/
.section-heading {
    margin-bottom: 50px;
    position: relative;
}

@media screen and (max-width: 374px) {
    .section-heading {
        margin-bottom: 30px;
    }
}

.section-heading .section-title-top {
    font-size: 26px;
    display: inline-block;
    font-weight: 700;
    position: relative;
    color: hsl(var(--white));
    z-index: 1;
    margin: 5px 0px 20px 20px;
}

.section-heading .section-title-top::before {
    position: absolute;
    left: -9px;
    top: -6px;
    height: 50px;
    width: 50px;
    background: hsl(var(--base));
    content: "";
    z-index: -1;
    border-radius: 25px 10px 25px 10px;
}

.section-heading .subtitle {
    font-size: 20px;
    font-weight: 800;
    color: hsl(var(--base));
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 12px;
    text-transform: capitalize;
}

.section-heading__title {
    font-size: 25px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: capitalize;
    position: relative;
}

.section-heading__title .animate-shape {
    position: relative;
    width: 70%;
    top: 0;
    position: absolute;
    left: 0;
}

@media screen and (max-width: 767px) {
    .section-heading__title .animate-shape {
        width: 65%;
    }
}

.section-heading__title .animate-shape img {
    position: absolute;
    top: 35px;
    left: 0;
    z-index: -1;
    -webkit-animation: section-animation 3s infinite;
    animation: section-animation 3s infinite;
}

@media screen and (max-width: 767px) {
    .section-heading__title .animate-shape img {
        top: 19px;
    }
}

.section-heading__title .animate-shape.center {
    left: 37%;
    width: 50%;
}

@media screen and (max-width: 767px) {
    .section-heading__title {
        font-size: 28px;
    }
}

@media screen and (max-width: 374px) {
    .section-heading__title {
        font-size: 25px;
    }
}

.section-heading__desc {
    max-width: 750px;
    left: 0px;
}

.item-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: hsl(var(--black)/0.8);
}

.text-center .section-heading__subtitle-big {
    right: 0;
}

.text-center .section-heading__desc {
    margin: auto;
}

.slick-initialized.slick-slider {
    margin: 0 -10px;
}

.slick-initialized.slick-slider .slick-track {
    display: flex;
}

.slick-initialized.slick-slider .slick-slide {
    height: auto;
    padding: 0 10px;
}

.slick-initialized.slick-slider .slick-slide>div {
    height: 100%;
}

.slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    color: hsl(var(--white));
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.2s linear;
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    font-size: 20px;
}

@media screen and (max-width: 991px) {
    .slick-arrow {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
}

@media screen and (max-width: 575px) {
    .slick-arrow {
        width: 45px;
        height: 45px;
    }
}

.slick-arrow:hover {
    border-color: hsl(var(--base));
    background-color: hsl(var(--base-two));
}

.slick-next {
    right: -20px;
}

@media screen and (max-width: 991px) {
    .slick-next {
        right: -10px;
    }
}

@media screen and (max-width: 575px) {
    .slick-next {
        right: 10px;
    }
}

.slick-prev {
    left: -20px;
}

@media screen and (max-width: 991px) {
    .slick-prev {
        left: -10px;
    }
}

@media screen and (max-width: 575px) {
    .slick-prev {
        left: 10px;
    }
}

.slick-arrow {
    position: absolute;
    z-index: 1;
    border: none;
    background-color: transparent;
    color: hsl(var(--white));
    width: 32px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    transition: 0.4s;
    background-color: hsl(var(--dark));
    color: hsl(var(--white));
    top: -67px;
}

@media screen and (max-width: 1199px) {
    .slick-arrow {
        top: -69px;
    }
}

@media screen and (max-width: 767px) {
    .slick-arrow {
        top: auto;
        bottom: -50px;
        right: 50%;
    }
}

.slick-arrow:hover {
    background-color: hsl(var(--dark));
    color: hsl(var(--white));
}

.slick-next {
    right: 10px;
    background-color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
    .slick-next {
        top: auto;
        right: calc(50% - 37px);
    }
}

.slick-prev {
    right: 52px;
}

@media screen and (max-width: 767px) {
    .slick-prev {
        top: auto;
        right: calc(50% + 5px);
    }
}

.slick-dots {
    text-align: center;
    padding-top: 20px;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    border: none;
    background-color: hsl(var(--white));
    color: hsl(var(--white));
    margin: 0 3px;
    width: 30px;
    height: 4px;
    border-radius: 1px;
    text-indent: -9999px;
}

.slick-dots li.slick-active button {
    background-color: hsl(var(--base));
}

/*================= Text Underline Hover ================*/
.text-hover a {
    background-image: linear-gradient(to right, hsl(var(--base)) 0%, hsl(var(--base)) 100%);
    background-position: 0 calc(100% - 0.02em);
    background-size: 0 2px;
    transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    padding: 0;
    display: inline;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.text-hover a:hover {
    background-size: 100% 2px;
}

.full-display {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.header-transparent {
    background: transparent;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 9;
}

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

/*====================== Bg Variable ====================*/
.bg--white {
    background-color: hsl(var(--white)) !important;
}

.bg--base {
    background-color: hsl(var(--base)) !important;
}

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

.bg--secondary {
    background-color: hsl(var(--secondary)) !important;
}

.bg--success {
    background-color: hsl(var(--success)) !important;
}

.bg--danger {
    background-color: hsl(var(--danger)) !important;
}

.bg--warning {
    background-color: hsl(var(--warning)) !important;
}

.bg--info {
    background-color: hsl(var(--info)) !important;
}

.bg--violet {
    background-color: hsl(var(--violet)) !important;
}

.section-bg {
    background-color: hsl(var(--base)/0.02);
}

/*====================== Color Variable ====================*/
.text--base {
    color: hsl(var(--base)) !important;
}

.text--primary {
    color: hsl(var(--primary)) !important;
}

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

.text--success {
    color: hsl(var(--success)) !important;
}

.text--danger {
    color: hsl(var(--danger)) !important;
}

.text--warning {
    color: hsl(var(--warning)) !important;
}

.text--info {
    color: hsl(var(--info)) !important;
}

.text--violet {
    color: hsl(var(--violet)) !important;
}

.my-120 {
    margin-top: 60px;
    margin-bottom: 60px;
}

@media (min-width: 992px) {
    .my-120 {
        margin-top: 120px;
        margin-bottom: 120px;
    }
}

.mt-120 {
    margin-top: 60px;
}

@media (min-width: 992px) {
    .mt-120 {
        margin-top: 120px;
    }
}

.mb-120 {
    margin-bottom: 60px;
}

@media (min-width: 992px) {
    .mb-120 {
        margin-bottom: 120px;
    }
}

.my-60 {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .my-60 {
        margin-top: 120px;
        margin-bottom: 60px;
    }
}

.mt-60 {
    margin-top: 30px;
}

@media (min-width: 992px) {
    .mt-60 {
        margin-top: 60px;
    }
}

.mb-60 {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .mb-60 {
        margin-bottom: 60px;
    }
}

.my-80 {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .my-80 {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

.mt-80 {
    margin-top: 40px;
}

@media (min-width: 992px) {
    .mt-80 {
        margin-top: 80px;
    }
}

.mb-80 {
    margin-bottom: 40px;
}

@media (min-width: 992px) {
    .mb-80 {
        margin-bottom: 80px;
    }
}

.my-40 {
    margin-top: 30px;
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .my-40 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.mt-40 {
    margin-top: 30px;
}

@media (min-width: 992px) {
    .mt-40 {
        margin-top: 40px;
    }
}

.mb-40 {
    margin-bottom: 30px;
}

@media (min-width: 992px) {
    .mb-40 {
        margin-bottom: 40px;
    }
}

.mb-30 {
    margin-bottom: 30px;
}

.py-120 {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 576px) {
    .py-120 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .py-120 {
        padding-top: 120px;
        padding-bottom: 120px;
    }
}

.pt-120 {
    padding-top: 60px;
}

@media (min-width: 576px) {
    .pt-120 {
        padding-top: 80px;
    }
}

@media (min-width: 992px) {
    .pt-120 {
        padding-top: 120px;
    }
}

.py-80 {
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 576px) {
    .py-80 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .py-80 {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.pt-80 {
    padding-top: 40px;
}

@media (min-width: 576px) {
    .pt-80 {
        padding-top: 60px;
    }
}

@media (min-width: 992px) {
    .pt-80 {
        padding-top: 80px;
    }
}

.pb-80 {
    padding-bottom: 40px;
}

@media (min-width: 576px) {
    .pb-80 {
        padding-bottom: 60px;
    }
}

@media (min-width: 992px) {
    .pb-80 {
        padding-bottom: 80px;
    }
}

.pb-100 {
    padding-bottom: 50px;
}

@media (min-width: 576px) {
    .pb-100 {
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .pb-100 {
        padding-bottom: 100px;
    }
}

.py-60 {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media (min-width: 576px) {
    .py-60 {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .py-60 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

.pt-60 {
    padding-top: 30px;
}

@media (min-width: 576px) {
    .pt-60 {
        padding-top: 40px;
    }
}

@media (min-width: 992px) {
    .pt-60 {
        padding-top: 60px;
    }
}

.pt-40 {
    padding-top: 30px;
}

@media (min-width: 576px) {
    .pt-40 {
        padding-top: 35px;
    }
}

@media (min-width: 992px) {
    .pt-40 {
        padding-top: 40px;
    }
}

.pb-60 {
    padding-bottom: 30px;
}

@media (min-width: 576px) {
    .pb-60 {
        padding-bottom: 40px;
    }
}

@media (min-width: 992px) {
    .pb-60 {
        padding-bottom: 60px;
    }
}

.pb-30 {
    padding-bottom: 20px;
}

@media (min-width: 576px) {
    .pb-30 {
        padding-bottom: 25px;
    }
}

@media (min-width: 992px) {
    .pb-30 {
        padding-bottom: 30px;
    }
}

.pt-md-60 {
    padding-top: 60px;
}

@media (min-width: 576px) {
    .pt-md-60 {
        padding-top: 80px;
    }
}

@media (min-width: 992px) {
    .pt-md-60 {
        padding-top: 60px;
    }
}

.pb-md-60 {
    padding-bottom: 60px;
}

@media (min-width: 576px) {
    .pb-md-60 {
        padding-bottom: 80px;
    }
}

@media (min-width: 992px) {
    .pb-md-60 {
        padding-bottom: 60px;
    }
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}
html, body{
overflow-x: hidden;
}
body {
    font-family: var(--heading-font);
    color: hsl(var(--body-color));
    word-break: break-word;
    background-color: hsl(var(--body-background));
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

p {
    font-family: var(--text);
    font-size: 18px;
    /* margin: 0; */
    font-weight: 400;
    word-break: break-word;
    color: hsl(var(--body-color));
    line-height: 30px;
}

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: 767px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        margin: 0 0 10px 0;
    }
}

h1 {
    font-size: var(--heading-one);
    font-weight: 700;
}

h2 {
    font-size: var(--heading-two);
    font-weight: 600;
}

h3 {
    font-size: var(--heading-three);
    font-weight: 500;
}

h4 {
    font-size: var(--heading-four);
    font-weight: 500;
}

h5 {
    font-size: var(--heading-five);
    font-weight: 500;
}

h6 {
    font-size: var(--heading-six);
    font-weight: 500;
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
    font-weight: 600;
    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;
    color: hsl(var(--body-color));
}

a:hover {
    color: hsl(var(--base));
}

.dark a {
    color: hsl(var(--base));
}

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

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

select {
    cursor: pointer;
}

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

*:focus {
    outline: none;
}

button {
    cursor: pointer;
    border: none;
    background-color: transparent;
    color: hsl(var(--white));
}

button:focus {
    outline: none;
}

.form-select:focus {
    outline: 0;
    box-shadow: none;
}

/*====================== Border Color ====================*/
.border--base {
    border-color: hsl(var(--base)) !important;
}

.border--primary {
    border-color: hsl(var(--primary)) !important;
}

.border--secondary {
    border-color: hsl(var(--secondary)) !important;
}

.border--success {
    border-color: hsl(var(--success)) !important;
}

.border--danger {
    border-color: hsl(var(--danger)) !important;
}

.border--warning {
    border-color: hsl(var(--warning)) !important;
}

.border--info {
    border-color: hsl(var(--info)) !important;
}

.border--violet {
    border-color: hsl(var(--violet)) !important;
}

/*=========================== Accodion style start =============================*/
.custom--accordion .accordion-item {
    background-color: transparent !important;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid hsl(var(--base)/0.2);
}

.custom--accordion .accordion-item:not(:last-child) {
    margin-bottom: 20px;
}

.custom--accordion .accordion-body {
    padding: 20px;
    background-color: hsl(var(--base)/0.03);
    color: hsl(var(--white)/0.6);
}

.custom--accordion .accordion-body .text {
    max-width: 60%;
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-body .text {
        max-width: 100%;
    }
}

.custom--accordion:first-of-type .accordion-button.collapsed {
    border-radius: 0px;
    font-weight: 500;
}

.custom--accordion:last-of-type .accordion-button.collapsed {
    border-radius: 0px;
    color: hsl(var(--white));
}

.custom--accordion .accordion-button {
    background-color: hsl(var(--base)/0.03);
    color: var(--heading-color);
    font-size: 18px;
    padding: 15px;
}

@media screen and (max-width: 575px) {
    .custom--accordion .accordion-button {
        font-size: 18px;
        padding: 13px;
        padding-right: 30px;
    }
}

.custom--accordion .accordion-button::after {
    background-image: none;
}

.custom--accordion .accordion-button:focus {
    box-shadow: none;
}

.custom--accordion .accordion-button:not(.collapsed) {
    color: hsl(var(--white));
    background-color: hsl(var(--base)/0.06) !important;
    box-shadow: none;
    border-bottom: 1px solid hsl(var(--base)/0.09);
    font-weight: 500;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
    background-image: none;
    color: hsl(var(--base));
}

.custom--accordion .accordion-button[aria-expanded=true]::after,
.custom--accordion .accordion-button[aria-expanded=false]::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f068";
    display: inline-block;
    position: relative;
    margin-left: auto;
    width: 0 !important;
    right: 16px;
    color: hsl(var(--white)) !important;
}

@media screen and (max-width: 575px) {

    .custom--accordion .accordion-button[aria-expanded=true]::after,
    .custom--accordion .accordion-button[aria-expanded=false]::after {
        right: -13px;
        font-size: 14px;
    }
}

.custom--accordion .accordion-button[aria-expanded=false]::after {
    content: "\f067";
    color: hsl(var(--body-color));
}

/*====================== Button Style ====================*/
button {
    border: none;
    transition: 0.2s linear;
}

button:focus {
    outline: none;
    box-shadow: none;
}

.btn {
    color: hsl(var(--white));
    font-weight: 500;
    padding: 12px 22px;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    text-align: center;
    border: 1px solid transparent;
    text-transform: capitalize;
    font-weight: 600;
    transition: 0.5s;
    font-family: var(--heading-font);
    font-size: 17px;
    transition: 0.5s;
}

.btn:focus {
    outline: none;
    box-shadow: none;
}

.btn::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0px;
    background-color: hsl(var(--white));
    top: 0;
    right: 0;
    z-index: -1;
    border-radius: 6px;
    transition: 0.5s;
}

.btn::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 0px;
    background-color: hsl(var(--white));
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 6px;
    transition: 0.5s;
}

@media screen and (max-width: 767px) {
    .btn {
        padding: 11px 25px;
    }
}

@media screen and (max-width: 575px) {
    .btn {
        padding: 11px 20px;
    }
}

.btn:hover,
.btn:focus {
    color: hsl(var(--white));
    border-color: transparent;
    border-radius: 6px;
}

.btn--lg {
    padding: 15px 35px;
}

@media screen and (max-width: 767px) {
    .btn--lg {
        padding: 13px 30px;
    }
}

@media screen and (max-width: 575px) {
    .btn--lg {
        padding: 11px 25px;
    }
}

.btn--sm {
    padding: 6px 15px;
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.btn--sm:hover,
.btn--sm:focus {
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
    .btn--sm {
        padding: 5px 8px;
    }
}

.btn--ssm {
    padding: 4px 10px;
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    font-size: 14px;
}

.btn--ssm:hover,
.btn--ssm:focus {
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--base));
}

@media screen and (max-width: 767px) {
    .btn--ssm {
        padding: 3px 8px;
    }
}

.btn--icon {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
    padding: 0;
}

.btn--base {
    background-color: hsl(var(--base));
    color: hsl(var(--white)) !important;
}

.btn--base.style-1 {
    background-color: hsl(var(--white));
    color: hsl(var(--base)) !important;
}

.btn--base.style-1::before {
    background-color: hsl(var(--base));
}

.btn--base.style-1:hover {
    color: hsl(var(--white));
}

.btn--base:hover::before {
    height: 100%;
    width: 50%;
}

.btn--base:hover::after {
    height: 100%;
    width: 50%;
}

.btn--base:hover,
.btn--base:focus {
    background-color: hsl(var(--white));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--base)) !important;
    border-radius: 6px;
}

.btn--base.pill {
    border-radius: 35px;
}

.btn--base.outline {
    background-color: transparent;
    border: 1px solid hsl(var(--base));
    color: hsl(var(--white));
}

.btn--base.outline.hover-white-c:hover,
.btn--base.outline.hover-white-c:focus {
    color: hsl(var(--black));
}

.btn--base.outline:hover,
.btn--base.outline:focus {
    background-color: hsl(var(--base));
    color: hsl(var(--base));
}

.btn--simple__icon {
    font-size: 13px;
    margin-left: 5px;
}

.btn--primary {
    background-color: hsl(var(--primary));
}

.btn--primary:hover,
.btn--primary:focus {
    background-color: hsl(var(--primary-d-100));
}

.btn--primary.pill {
    border-radius: 35px;
}

.btn--primary.outline {
    border: 1px solid hsl(var(--primary));
    background-color: transparent;
    color: hsl(var(--primary));
}

.btn--primary.outline:hover,
.btn--primary.outline:focus {
    background-color: hsl(var(--primary));
    color: hsl(var(--white));
}

.btn--secondary {
    background-color: hsl(var(--secondary));
}

.btn--secondary:hover,
.btn--secondary:focus {
    background-color: hsl(var(--secondary-d-100));
}

.btn--secondary.pill {
    border-radius: 35px;
}

.btn--secondary.outline {
    border: 1px solid hsl(var(--secondary));
    background-color: transparent;
    color: hsl(var(--black));
}

.btn--secondary.outline:hover,
.btn--secondary.outline:focus {
    background-color: hsl(var(--secondary));
    color: hsl(var(--white));
}

.btn--success {
    background-color: hsl(var(--success));
}

.btn--success:hover,
.btn--success:focus {
    background-color: hsl(var(--success-d-100));
}

.btn--success.pill {
    border-radius: 35px;
}

.btn--success.outline {
    border: 1px solid hsl(var(--success));
    background-color: transparent;
    color: hsl(var(--success));
}

.btn--success.outline:hover,
.btn--success.outline:focus {
    background-color: hsl(var(--success));
    color: hsl(var(--white));
}

.btn--danger {
    background-color: hsl(var(--danger));
}

.btn--danger:hover,
.btn--danger:focus {
    background-color: hsl(var(--danger-d-100));
}

.btn--danger.pill {
    border-radius: 35px;
}

.btn--danger.outline {
    border: 1px solid hsl(var(--danger));
    background-color: transparent;
    color: hsl(var(--danger));
}

.btn--danger.outline:hover,
.btn--danger.outline:focus {
    background-color: hsl(var(--danger));
    color: hsl(var(--white));
}

.btn--warning {
    background-color: hsl(var(--warning));
}

.btn--warning:hover,
.btn--warning:focus {
    background-color: hsl(var(--warning-d-100));
}

.btn--warning.pill {
    border-radius: 35px;
}

.btn--warning.outline {
    border: 1px solid hsl(var(--warning));
    background-color: transparent;
    color: hsl(var(--warning));
}

.btn--warning.outline:hover,
.btn--warning.outline:focus {
    background-color: hsl(var(--warning));
    color: hsl(var(--white));
}

.btn--info {
    background-color: hsl(var(--info));
}

.btn--info:hover,
.btn--info:focus {
    background-color: hsl(var(--info-d-100));
}

.btn--info.pill {
    border-radius: 35px;
}

.btn--info.outline {
    border: 1px solid hsl(var(--info));
    background-color: transparent;
    color: hsl(var(--info));
}

.btn--info.outline:hover,
.btn--info.outline:focus {
    background-color: hsl(var(--info));
    color: hsl(var(--white));
}

.btn--violet {
    background-color: hsl(var(--violet));
}

.btn--violet:hover,
.btn--violet:focus {
    background-color: hsl(var(--violet-d-100));
}

.btn--violet.pill {
    border-radius: 35px;
}

.btn--violet.outline {
    border: 1px solid hsl(var(--violet));
    background-color: transparent;
    color: hsl(var(--violet));
}

.btn--violet.outline:hover,
.btn--violet.outline:focus {
    background-color: hsl(var(--violet));
    color: hsl(var(--white));
}

/*========= Very small btn ======== */
.btn--small {
    color: hsl(var(--base));
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    text-align: center;
    border: 1px solid hsl(var(--base));
    text-transform: capitalize;
    font-weight: 600;
    transition: 0.5s;
    font-family: var(--heading-font);
    font-size: 13px;
    transition: 0.5s;
}

.btn--small:hover,
.btn--small .btn--small:focus {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--white));
    border-radius: 6px;
}

.custom--card {
    border-radius: 5px;
    background-color: hsl(var(--white));
    border: transparent;
}

.custom--card .card-header {
    background: hsl(var(--base));
    border-bottom: 0;
}

.custom--card .card-body {
    background-color: hsl(var(--white));
    padding: 30px;
    border-radius: 5px;
}

.custom--card .card-body__icon {
    font-size: 26px;
    color: hsl(var(--white));
}

.custom--card .card-title {
    font-size: 25px;
    margin-bottom: 0;
    color: hsl(var(--white));
}

/*====================== Form Style ====================*/
.search-box .input--group .form--control {
    color: hsl(var(--white));
    padding-right: 30px;
}

.search-box .form--control {
    color: hsl(var(--dark));
    padding-right: 40px;
}

.search-box .form--control::placeholder {
    color: hsl(var(--dark));
}

.form--label {
    margin-bottom: 6px;
    font-size: 16px;
    color: hsl(var(--dark)/0.9);
    font-weight: 400;
}

.form--control {
    font-weight: 500;
    outline: none;
    width: 100%;
    padding: 14px 15px;
    background-color: hsl(var(--base)/0.1);
    border: 1px solid hsl(var(--white)/0.1);
    color: hsl(var(--dark));
    line-height: 1;
    border-radius: 10px;
}

.form--control::placeholder {
    color: hsl(var(--dark)/0.6);
    font-size: 14px;
}

.form--control:focus {
    color: hsl(var(--dark));
    box-shadow: none;
    border-color: hsl(var(--base));
    background-color: hsl(var(--base)/0.05);
}

.form--control:disabled,
.form--control[readonly] {
    background-color: hsl(var(--base)/.3);
    opacity: 1;
    border: 0;
}

.form--control[type=password] {
    color: hsl(var(--dark)/0.5);
}

.form--control[type=password]:focus {
    color: hsl(var(--dark));
}

.form--control[type=file] {
    line-height: 60px;
    padding: 0;
    position: relative;
}

.form--control[type=file]::file-selector-button {
    border: 1px solid hsl(var(--black)/0.08);
    padding: 4px 6px;
    border-radius: 0.2em;
    background-color: hsl(var(--base)/0.9);
    transition: 0.2s linear;
    line-height: 25px;
    position: relative;
    margin-left: 15px;
    color: hsl(var(--body-color));
}

.form--control[type=file]::file-selector-button:hover {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--white));
}

textarea.form--control {
    height: 150px;
    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(--dark)) !important;
}

.input--group {
    position: relative;
}

.input--icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: hsl(var(--base));
}

.password-show-hide {
    position: absolute;
    right: 20px;
    z-index: 3;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    color: hsl(var(--dark)/0.5);
}

#send-amount input[type=file] {
    color: hsl(var(--base));
    cursor: pointer;
}

input #send-amount::file-selector-button {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type=number] {
    -moz-appearance: textfield;
}

/*====== Country code ======*/
.input-group.country-code {
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}

.deposit-top-search {
    display: flex;
}

.account-form.deposit .deposit-top-search .form--control {
    width: 80%;
    border-radius: 10px 0 0 10px !important;
}

@media screen and (max-width: 374px) {
    .account-form.deposit .deposit-top-search .form--control {
        width: 70%;
        border-radius: 10px 0 0 10px !important;
    }
}

.input-group.country-code .input-group-text {
    background-color: hsl(var(--base)/0.5);
    border: 1px solid hsl(var(--base)/0.7);
    border-radius: 10px 0 0 10px;
}

.input-group.country-code .form--control {
    border-radius: 0 10px 10px 0 !important;
}

.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 ===========*/
.form--check {
    display: flex;
    flex-wrap: wrap;
}

.form--check a {
    display: inline;
}

.form--check .form-check-input {
    box-shadow: none;
    background-color: transparent;
    box-shadow: none !important;
    border: 0;
    position: relative;
    border-radius: 2px;
    width: 16px;
    height: 16px;
    border: 1px solid hsl(var(--base));
}

.form--check .form-check-input:checked {
    background-color: hsl(var(--base)) !important;
    border-color: hsl(var(--base)) !important;
    box-shadow: none;
}

.form--check .form-check-input:checked[type=checkbox] {
    background-image: none;
}

.form--check .form-check-input:checked::before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: hsl(var(--white));
    font-size: 11px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.form--check .form-check-label {
    width: calc(100% - 16px);
    padding-left: 8px;
}

@media screen and (max-width: 424px) {
    .form--check label {
        font-size: 15px;
    }
}

@media screen and (max-width: 424px) {
    .form--check a {
        font-size: 15px;
    }
}

/*==========  Custom Radion Design ============*/
.form--radio .form-check-input {
    box-shadow: none;
    border: 2px solid hsl(var(--base));
    position: relative;
    margin-right: 10px;
}

.form--radio .form-check-input:active {
    filter: brightness(100%);
}

.form--radio .form-check-input:checked {
    background-color: transparent;
    border-color: hsl(var(--base));
}

.form--radio .form-check-input:checked[type=radio] {
    background-image: none;
}

.form--radio .form-check-input:checked::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 7px;
    height: 7px;
    background-color: hsl(var(--base));
    border-radius: 50%;
    z-index: 999;
}

/*  Custom Switch Design */
.form--switch .form-check-input {
    width: unset;
    border-radius: 3px;
    background-image: none;
    position: relative;
    box-shadow: none;
    border: 0;
    background-color: hsl(var(--base-two)/0.5) !important;
    padding: 12px 30px !important;
    margin-left: 0;
    margin-bottom: 5px;
}

.form--switch .form-check-input:focus {
    width: unset;
    border-radius: 3px;
    background-image: none;
    position: relative;
    box-shadow: none;
    border: 0;
}

.form--switch .form-check-input::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 15px;
    background-color: hsl(var(--base-two));
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
    left: 5px;
    transition: 0.2s linear;
}

.form--switch .form-check-input:checked {
    background-color: hsl(var(--base));
}

.form--switch .form-check-input:checked::before {
    left: calc(100% - 25px);
}

.form-check.form--switch {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10px;
}

.form-check.form--switch .form-check-label {
    margin-right: 10px;
    color: hsl(var(--white));
    font-weight: 500;
    margin-bottom: 0;
    line-height: 2;
}

@media screen and (max-width: 424px) {
    .choose-domain .input-group.country-code {
        flex-direction: column;
    }

    .choose-domain .input-group.country-code .form--control {
        margin: 5px;
        border-radius: 10px !important;
    }

    .choose-domain .input-group.country-code .input-group-text {
        width: 70px;
        border-radius: 10px !important;
    }
}

.choose-domain .input-group.country-code select.select.form--control {
    width: 120px;
    color: hsl(var(--dark));
}

/*  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>');
}

.nice--select {
    color: hsl(var(--white));
    background-color: transparent !important;
    border: 1px solid hsl(var(--white)/0.3);
    height: 50px;
    line-height: initial;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
}

.nice--select .current {
    font-size: 14px;
    font-family: var(--body-font);
    color: hsl(var(--white)/0.4);
}

.nice--select .list {
    box-shadow: var(--box-shadow);
    background-color: hsl(var(--base-two));
    max-height: 200px;
    overflow-y: auto;
}

.nice--select .list::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

.nice--select:hover {
    border: 1px solid hsl(var(--white)/0.4);
}

.nice--select:focus {
    border: 1px solid hsl(var(--base));
}

.nice--select:after {
    transform: rotate(0deg);
    width: 5px;
    border-style: solid;
    border-width: 5px;
    border-color: hsl(var(--white)/0.4) transparent transparent transparent;
    display: none;
}

.nice--select::before {
    position: absolute;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.nice--select.open:after {
    transform: rotate(0deg);
}

.nice--select .option {
    color: hsl(var(--white)/0.4);
    font-size: 14px;
    font-family: var(--body-font);
}

.nice--select .option.selected.focus {
    font-weight: 600;
    background-color: hsl(var(--base)) !important;
    color: hsl(var(--white));
}

.nice--select .option.selected.focus:hover {
    background-color: hsl(var(--base)) !important;
    color: hsl(var(--white)) !important;
}

.nice--select .option:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.nice--select .wide {
    border: 1px solid hsl(var(--base-two)/0.08);
    gap: 0px;
}

/*====================== Modal Style ====================*/
.custom--modal .modal-header {
    border-bottom: 1px solid hsl(var(--black)/0.08);
    margin-bottom: 25px;
    padding: 25px 25px 15px 25px;
}

.custom--modal .modal-header.close {
    width: 35px;
    height: 35px;
    background-color: hsl(var(--danger));
    font-size: 25px;
    line-height: 1;
    border-radius: 4px;
    transition: 0.2s linear;
}

.custom--modal .modal-header.close:hover {
    background-color: hsl(var(--danger-l-100));
}

.custom--modal .modal-header.close :focus {
    box-shadow: none;
}

.custom--modal .modal-content {
    text-align: center;
    background-color: hsl(var(--base-two));
    border-radius: 10px !important;
}

.custom--modal .modal-body {
    padding: 0 25px 25px;
}

.custom--modal .modal-icon i {
    font-size: 32px;
    color: hsl(var(--base));
    border: 3px solid hsl(var(--base));
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.custom--modal .modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    padding: 10px 25px 15px;
    border-top: 1px solid hsl(var(--black)/0.08);
    justify-content: flex-end;
}

/*====================== Pagination Style ====================*/
.pagination {
    flex-wrap: wrap;
    justify-content: center;
}

.pagination .page-item .page-link {
    border: 1px solid hsl(var(--base)/0.5);
    margin: 0 5px;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    font-weight: 500;
    padding: 0;
    color: hsl(var(--black));
}

.pagination .page-item .page-link.active,
.pagination .page-item .page-link:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

.pagination .page-item .page-link:focus {
    box-shadow: none;
}

.pagination .page-item.active .page-link {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

/*====================== Table Style ====================*/
.table {
    margin: 0;
    font-size: 15px;
    border-collapse: separate;
    border-spacing: 0px 0px;
}

.table thead tr th {
    background-color: hsl(var(--base)/0.1);
    text-align: center;
    font-size: 15px;
    padding: 15px;
    color: hsl(var(--dark));
    font-family: var(--heading-font);
    font-weight: 500;
    border: 1px solid hsl(var(--base)/0.1);
    max-width: 170px;
}

.table thead tr th:first-child {
    text-align: left;
    border-radius: 0px 0 0 0;
    border-right: 0;
}

.table thead tr th:last-child {
    border-radius: 0 0px 0 0;
    text-align: right;
    border-left: 0;
}

.table tbody {
    border: 0 !important;
    color: hsl(var(--dark));
    border: 1px solid hsl(var(--base)/0.1);
}

.table tbody tr:nth-child(even) {
    background-color: hsl(var(--base)/0.02);
    border-bottom: 1px solid hsl(var(--dark)/0.06);
}

.table tbody tr:last-child td:first-child {
    border-radius: 0 0 0px 5px;
    border-right: 0;
}

.table tbody tr:last-child td:last-child {
    border-radius: 0 0 5px 0;
    border-left: 0;
}

.table tbody tr td {
    vertical-align: middle;
    padding: 20px 15px;
    border-width: 1px;
    border: 0;
    font-family: var(--heading-font);
    color: hsl(var(--dark));
    max-width: 170px;
    text-align: center;
    border: 1px solid hsl(var(--base)/0.1);
}

.table tbody tr td img {
    width: 100px;
}

.table tbody tr td::before {
    content: attr(data-label);
    font-family: var(--heading-font);
    font-size: 15px;
    color: hsl(var(--dark));
    font-weight: 500;
    display: none;
    width: 50% !important;
    text-align: left;
}

.table tbody tr td:first-child {
    text-align: left;
}

.table tbody tr td:last-child {
    text-align: right;
}

@media screen and (max-width: 767px) {
    .table--responsive--md thead {
        display: none;
    }

    .table--responsive--md tbody tr {
        display: block;
    }

    .table--responsive--md tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 35px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.08);
        max-width: unset;
    }

    .table--responsive--md tbody tr td:last-child {
        border: none;
    }

    .table--responsive--md tbody tr td:first-child {
        text-align: right;
    }

    .table--responsive--md tbody tr td::before {
        display: block;
    }
}

@media screen and (max-width: 767px) {
    .table--responsive--md tbody tr td {
        border: 0;
    }
}

@media screen and (max-width: 991px) {
    .table--responsive--lg thead {
        display: none;
    }

    .table--responsive--lg tbody tr {
        display: block;
    }

    .table--responsive--lg tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 35px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.08);
        max-width: unset;
    }

    .table--responsive--lg tbody tr td:last-child {
        border: none;
    }

    .table--responsive--lg tbody tr td:first-child {
        text-align: right;
    }

    .table--responsive--lg tbody tr td::before {
        display: block;
    }
}

@media screen and (max-width: 1199px) {
    .table--responsive--xl thead {
        display: none;
    }

    .table--responsive--xl tbody tr {
        display: block;
    }

    .table--responsive--xl tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 35px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.08);
        max-width: unset;
    }

    .table--responsive--xl tbody tr td:last-child {
        border: none;
    }

    .table--responsive--xl tbody tr td:first-child {
        text-align: right;
    }

    .table--responsive--xl tbody tr td::before {
        display: block;
    }
}

@media screen and (max-width: 1199px) {
    .table--responsive--xl tbody tr td {
        border: 0;
    }
}

@media screen and (max-width: 1399px) {
    .table--responsive--xl thead {
        display: none;
    }

    .table--responsive--xl tbody tr {
        display: block;
    }

    .table--responsive--xl tbody tr td {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 35px;
        text-align: right;
        padding: 10px 15px;
        border: none;
        border-bottom: 1px solid hsl(var(--black)/0.08);
        max-width: unset;
    }

    .table--responsive--xl tbody tr td:last-child {
        border: none;
    }

    .table--responsive--xl tbody tr td:first-child {
        text-align: right;
    }

    .table--responsive--xl tbody tr td::before {
        display: block;
    }
}

@media screen and (max-width: 1399px) {
    .table--responsive--xl tbody tr td {
        border: 0;
    }
}

@media screen and (max-width: 991px) {
    .table-wrapper .table--responsive--lg tbody tr td {
        display: block;
    }
}

/*================== Tab Content =============*/
.custom--tab {
    justify-content: center;
    border-radius: 6px;
    margin-bottom: 40px;
}

.custom--tab .nav-item {
    border-bottom: 0;
    padding: 5px;
}

.custom--tab .nav-item .nav-link {
    color: hsl(var(--white));
    padding: 8px 25px;
    background-color: transparent !important;
    border-radius: 5px;
    transition: 0.4s;
    border: 1px solid hsl(var(--black)/0.08) !important;
}

@media screen and (max-width: 1199px) {
    .custom--tab .nav-item .nav-link {
        padding: 12px 15px;
    }
}

.custom--tab .nav-item .nav-link.active {
    color: hsl(var(--white));
    background-color: hsl(var(--base-d-200)) !important;
    border: 1px solid transparent !important;
}

.custom--tab .nav-item .nav-link.active:hover {
    color: hsl(var(--white));
}

.custom--tab .nav-item .nav-link:hover {
    color: hsl(var(--base));
}

/*====================== Bage Color ====================*/
.badge {
    border-radius: 30px;
    padding: 4px 15px;
    font-size: 11px;
    font-weight: 500;
}

.badge--base {
    background-color: hsl(var(--base)/0.1) !important;
    border: 1px solid hsl(var(--base)) !important;
    color: hsl(var(--base)) !important;
}

.badge--primary {
    background-color: hsl(var(--primary)/0.1) !important;
    border: 1px solid hsl(var(--primary)) !important;
    color: hsl(var(--primary)) !important;
}

.badge--secondary {
    background-color: hsl(var(--secondary)/0.1) !important;
    border: 1px solid hsl(var(--secondary)) !important;
    color: hsl(var(--secondary)) !important;
}

.badge--success {
    background-color: hsl(var(--success)/0.1) !important;
    border: 1px solid hsl(var(--success)) !important;
    color: hsl(var(--success)) !important;
}

.badge--danger {
    background-color: hsl(var(--danger)/0.1) !important;
    border: 1px solid hsl(var(--danger)) !important;
    color: hsl(var(--danger)) !important;
}

.badge--warning {
    background-color: hsl(var(--warning)/0.1) !important;
    border: 1px solid hsl(var(--warning)) !important;
    color: hsl(var(--warning)) !important;
}

.badge--info {
    background-color: hsl(var(--info)/0.1) !important;
    border: 1px solid hsl(var(--info)) !important;
    color: hsl(var(--info)) !important;
}

.badge--violet {
    background-color: hsl(var(--violet)/0.1) !important;
    border: 1px solid hsl(var(--violet)) !important;
    color: hsl(var(--violet)) !important;
}

/* ================= Floting Input Start ================= */
.input--floating {
    position: relative;
}

.input--floating a {
    font-size: 15px;
    font-weight: 500;
}

.input--floating a:hover {
    color: hsl(var(--base));
}

.input--floating .form--control {
    height: 40px;
    background-color: transparent;
    border: 1px solid hsl(var(--base));
    color: hsl(var(--base-two));
    font-size: 14px;
    padding-left: 15px;
    width: 100%;
}

.input--floating .form--control:focus {
    outline: none;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid hsl(var(--base));
    outline: none;
    border: 1px solid hsl(var(--base));
}

.input--floating .form--control:focus~.form--label {
    top: 0;
    left: 15px;
    z-index: 5;
    font-size: 12px;
    font-weight: 500;
    color: hsl(var(--base-two));
    transition: all 0.2s ease-in-out;
}

.input--floating .form--control::placeholder {
    opacity: 0;
    visibility: hidden;
    color: transparent;
    opacity: 0;
    visibility: hidden;
    color: transparent;
    font-size: 13px;
}

.input--floating .form--control:not(:placeholder-shown).form--control:not(:focus)~.form--label {
    top: 0;
    left: 15px;
    z-index: 9;
    transition: all 0.2s ease-in-out;
}

.input--floating .form--label {
    position: absolute;
    top: 20px;
    left: 15px;
    cursor: text;
    transform: translateY(-50%);
    color: hsl(var(--base-two));
    padding: 4px 4px;
    font-size: 12px;
    border-radius: 5px;
    transition: 0.2s ease;
    line-height: 0.8;
    pointer-events: none;
    z-index: 1;
    background-color: transparent;
}

.input--floating .form--label::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    top: 53%;
    background-color: hsl(var(--base-two));
    transform: translateY(-50%);
    z-index: -1;
}

select.form-control.form--control:has(option)~.form--label {
    top: 0% !important;
}

/* ================= Floting Input End ================= */
/*============ Header Start Here =======================*/
.header-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.3s linear;
    padding-top: 0;
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}

@media screen and (max-width: 991px) {
    .navbar-brand.logo {
        order: -1;
    }
}

.navbar-brand.logo img {
    height: 100%;
    max-width: 100%;
    max-height: 50px;
}

@media screen and (max-width: 991px) {
    .navbar-brand.logo img {
        max-width: 150px;
    }
}

@media screen and (max-width: 575px) {
    .navbar-brand.logo img {
        max-width: 120px;
    }
}

.header {
    position: relative;
    z-index: 5;
}

@media screen and (max-width: 991px) {
    .header {
        top: 0px;
        padding: 10px 0;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 9;
        max-height: 101vh;
        overflow-y: auto;
        background-color: hsl(var(--white));
    }

    .header::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .header::-webkit-scrollbar-thumb {
        border-radius: 0px;
    }
}

.header.fixed-header {
    background-color: hsl(var(--white));
    position: fixed;
    transition: 0.4s linear;
    top: 0px;
    animation: slide-down 0.8s;
    width: 100%;
    box-shadow: rgba(9, 9, 9, 0.05) 0px 1px 0px;
    border-bottom: 1px solid hsl(var(--white)/0.08);
}

.toggle-search-box i {
    color: hsl(var(--dark));
    font-weight: 900;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-150%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.navbar {
    padding: 0 !important;
}

/*============== Lg Device Start ==============*/
.nav-menu .nav-item {
    position: relative;
    padding: 0 15px !important;
}

@media screen and (max-width: 1199px) {
    .nav-menu .nav-item {
        padding: 0 6px !important;
    }
}

@media screen and (max-width: 1199px) {
    .nav-menu .nav-item .nav-link {
        font-size: 15px !important;
    }
}

/*========================= Desktop Device Start =========================*/
@media (min-width: 992px) {
    .nav-menu {
        padding-top: 0;
        padding-bottom: 0;
        margin: 0 -15px;
    }

    .nav-menu .nav-item {
        position: relative;
        padding: 0 5px;
    }

    .nav-menu .nav-item .btn.btn--base {
        padding: 8px 20px;
        margin-top: 23px;
        margin-right: 10px;
    }

    .nav-menu .nav-item:hover .nav-link {
        color: hsl(var(--base)) !important;
    }

    .nav-menu .nav-item:hover .nav-link::before {
        width: 100%;
    }

    .nav-menu .nav-item:hover .nav-link .nav-item__icon {
        transform: rotate(180deg);
        transition: 0.2s;
    }

    .nav-menu .nav-item .nav-link {
        font-weight: 500;
        font-size: 17px;
        color: hsl(var(--dark)) !important;
        padding: 33px 0;
        position: relative;
        cursor: pointer;
        text-transform: capitalize;
        /* ======================== Style two ================*/
    }

    .nav-menu .nav-item .nav-link.active {
        color: hsl(var(--base)) !important;
    }

    .nav-menu .nav-item .nav-link.active::before {
        width: 100%;
    }

    .nav-menu .nav-item .nav-link:hover::before {
        left: 0;
        transition: 0.3s;
    }

    .nav-menu .nav-item .nav-link::before {
        position: absolute;
        content: "";
        right: 0;
        bottom: 30px;
        width: 0;
        height: 2px;
        background-color: hsl(var(--base));
        transition: 0.3s;
    }

    .nav-menu .nav-item .nav-link .nav-item__icon {
        transition: 0.3s;
        font-size: 13px;
        margin-left: 2px;
    }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
    .nav-menu .nav-item .nav-link .nav-item__icon {
        margin-right: 6px;
    }
}

@media (min-width: 992px) {
    .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: 0.3s;
        top: 100%;
        left: 0;
        padding: 0 !important;
        transform: scaleY(0);
        transform-origin: top center;
        transition: 0.2s linear;
        overflow: hidden;
        border-radius: 0;
        min-width: 190px;
    }

    .dropdown-menu__list {
        border-bottom: 1px solid hsl(var(--black)/0.08);
    }

    .dropdown-menu__list:last-child {
        border-bottom: 3px solid hsl(var(--base));
    }

    .dropdown-menu__link {
        padding: 7px 20px;
        font-weight: 500;
        font-size: 16px;
        transition: 0.3s;
    }

    .dropdown-menu__link:focus,
    .dropdown-menu__link:hover {
        color: hsl(var(--white));
        background-color: hsl(var(--base));
    }
}

@media (min-width: 992px) {
    .nav-menu .nav-item .btn.btn--base {
        margin-top: 23px;
    }

    .nav-menu .nav-item:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        top: 100% !important;
        transform: scaleY(1);
    }
}

/*============================== Small Device =======================*/
@media screen and (max-width: 991px) {
    .body-overlay.show {
        visibility: visible;
        opacity: 1;
    }

    .nav-menu {
        margin-top: 20px;
    }

    .nav-menu .nav-item {
        text-align: left;
        display: block;
        position: relative;
        margin: 0;
    }

    .nav-menu .nav-item:hover .nav-link .nav-item__icon {
        transform: rotate(0deg) !important;
    }

    .nav-item:first-child {
        border-bottom: none;
    }

    .nav-item:last-child>a {
        border-bottom: 0;
        margin-top: 10px;
    }

    .nav-item .nav-link {
        margin-bottom: 8px;
        padding: 10px 10px 10px 0 !important;
        display: flex;
        align-items: center;
        margin: 0 !important;
        border-bottom: 1px solid hsl(var(--base)/0.2);
        color: hsl(var(--dark));
        font-weight: 500;
    }

    span.nav-item .nav-item .nav-link::before {
        display: none;
    }

    .nav-item .nav-link.show[aria-expanded=true] {
        color: hsl(var(--dark)) !important;
    }

    .nav-item .nav-link.show[aria-expanded=true] i {
        transform: rotate(180deg);
    }

    .nav-item__icon {
        margin-left: 10px;
        display: block;
    }

    .dropdown-menu {
        border-radius: 3px;
        -webkit-box-shadow: none;
        border-radius: 3px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 2px;
        width: 100%;
        margin: 0px !important;
        padding: 0 !important;
        border: 0;
        background-color: hsl(var(--base)/0.1);
        overflow: hidden;
    }

    .dropdown-menu li:nth-last-child(1) {
        border-bottom: none;
    }

    .dropdown-menu li .dropdown-item {
        padding: 10px 0px;
        font-weight: 500;
        font-size: 16px;
        color: hsl(var(--dark));
        border-bottom: 1px solid hsl(var(--base)/0.2);
        margin-left: 20px;
        color: hsl(var(--dark));
    }

    .dropdown-menu li .dropdown-item:hover,
    .dropdown-menu li .dropdown-item:focus {
        color: hsl(var(--white));
    }
}

.navbar-toggler.header-button {
    border-color: transparent;
    color: hsl(var(--dark));
    background: transparent !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    transition: 0.15s ease-in-out;
    width: auto;
}

.navbar-toggler.header-button:focus {
    box-shadow: none !important;
}

.navbar-toggler.header-button[aria-expanded=true] i::before {
    content: "\f00d";
}

.navbar-toggler.header-button i {
    font-size: 25px;
}

/*============** Header area **============*/
/*== Sticky header ==*/

@media screen and (max-width: 991px) {
    .header {
        top: 0px;
        padding: 10px 0;
        position: absolute;
        left: 0;
        right: 0;
        z-index: 7;
        max-height: 101vh;
        overflow-y: auto;
        background-color: transparent;
    }

    .header::-webkit-scrollbar {
        width: 5px;
        height: 5px;
    }

    .header::-webkit-scrollbar-thumb {
        border-radius: 0px;
    }
}

.header.fixed-header {
    background-color: hsl(var(--white));
    position: fixed;
    transition: 0.4s linear;
    top: 0px;
    animation: slide-down 0.8s;
    width: 100%;
    box-shadow: rgba(9, 9, 9, 0.05) 0px 1px 0px;
    border-bottom: 1px solid hsl(var(--white)/0.08);
}

.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: 10px 0;
}

@media screen and (max-width: 991px) {
    .header-wrapper {
        padding: 0px 0;
    }
}

@media screen and (max-width: 575px) {
    .header-wrapper {
        padding: 0px 15px;
    }
}

.header-wrapper .logo-wrapper img {
    width: 145px;
    filter: brightness(1);
}

@media screen and (max-width: 991px) {
    .header-wrapper .logo-wrapper img {
        width: 130px;
    }
}

@media screen and (max-width: 991px) {
    .header-wrapper .menu-wrapper {
        display: none;
    }
}

.header-wrapper .menu-wrapper ul.main-menu {
    display: flex;
}

.header-wrapper .menu-wrapper ul.main-menu li {
    transition: all 0.4s;
}

.header-wrapper .menu-wrapper ul.main-menu a {
    padding: 0px 15px;
    font-weight: 700;
    color: hsl(var(--black));
}

.header-wrapper .menu-wrapper ul.main-menu a.active {
    color: hsl(var(--base));
}

@media screen and (max-width: 1199px) {
    .header-wrapper .menu-wrapper ul.main-menu a {
        padding: 0px 12px;
    }
}

.header-wrapper .menu-wrapper ul.main-menu a:hover {
    color: hsl(var(--base));
}

.header-wrapper .menu-right-wrapper ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-wrapper .menu-right-wrapper ul li {
    margin-left: 20px;
}

.header-wrapper .menu-right-wrapper ul li:first-child {
    margin-left: 0px;
}

@media screen and (max-width: 991px) {
    .header-wrapper .menu-right-wrapper ul li:nth-child(3) {
        display: none;
        visibility: hidden;
    }
}

.header-wrapper .menu-right-wrapper ul li:last-child {
    display: none;
    visibility: hidden;
}

@media screen and (max-width: 991px) {
    .header-wrapper .menu-right-wrapper ul li:last-child {
        display: block;
        visibility: visible;
    }
}

.header-wrapper .menu-right-wrapper ul li .sidebar-menu-show-hide {
    background: hsl(var(--base));
    padding: 9px 12px;
    color: hsl(var(--white));
    border-radius: 3px;
}

.menu-search-wrap {
    position: relative;
    width: 10px;
}

.menu-search-wrap .menu-search-wrap--search-icon {
    cursor: pointer;
}

.menu-search-wrap .menu-search-wrap--search-icon i {
    font-size: 17px;
    color: hsl(var(--black));
}

.menu-search-wrap .header-search-hide-show {
    display: none;
    transition: all 0.4s ease-in-out;
}

.menu-search-wrap .header-search-hide-show.show {
    display: block;
    right: 22px;
    transition: all 0.4s ease-in-out;
}

.menu-search-wrap .close-hide-show {
    display: none;
}

.menu-search-wrap .close-hide-show.show {
    display: block;
    position: relative;
    z-index: 2;
}

.search-box.header-search {
    width: 260px;
    position: absolute;
    right: -7px;
    top: -12px;
    z-index: 2;
    transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 424px) {
    .search-box.header-search {
        width: 170px;
    }
}

.search-box.header-search input.form--control {
    padding-right: 52px;
    border: 1px solid hsl(var(--base)/0.2);
}

.search-box.header-search input.form--control::placeholder {
    color: hsl(var(--dark));
}

.search-box.header-search button.search-box__button {
    top: 24px;
    right: 0;
    background: hsl(var(--base));
    height: 100%;
    color: hsl(var(--dark));
    padding: 13px;
    border-radius: 0 10px 10px 0px;
    border: 1px solid hsl(var(--white));
}

.search-box.header-search button.search-box__button i {
    color: hsl(var(--white));
}

.menu-search-wrap .menu-search-wrap--search-icon i {
    font-size: 17px;
    color: hsl(var(--black));
}

.mobileheader {
    display: none;
}

@media screen and (max-width: 781px) {
    .laptopheader {
        display: none !important;
    }

    .mobileheader {
        display: block !important;
    }
}

.mobileheader .menu-right-wrapper {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
}

.mobileheader .menu-right-wrapper .a_login a {
    font-size: 18px;
}

.mobileheader .menu-right-wrapper .f-12 {
    font-size: 8px;
    color: black;
    padding: 0 3px;
    position: relative;
    top: -1px;
}

.mobileheader .menu-right-wrapper i {
    color: #00eb08;
}

/*========== Sticky Menu Css ========*/
.header.fixed-header .header-wrapper .menu-wrapper ul.main-menu a {
    color: hsl(var(--black));
}

.header.fixed-header .header-wrapper .menu-wrapper ul.main-menu a:hover {
    color: hsl(var(--base));
}

.header.fixed-header .header-wrapper .menu-wrapper ul.main-menu a.active {
    color: hsl(var(--base));
}

.header.fixed-header .light-dark-btn-wrap .mon-icon {
    color: hsl(var(--black));
}

.header.fixed-header .menu-search-wrap .menu-search-wrap--search-icon i {
    font-size: 17px;
    color: hsl(var(--black));
}

/*================ Top Header Start Here ================*/
.header-main-area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: 0.3s linear;
    padding-top: 0;
    z-index: 100;
}

.header-top {
    position: relative;
    z-index: 2;
}

/* @media screen and (max-width: 991px) {
    .header-top {
        display: none;
    }
} */

.header-top .social-list.style-two .social-list__link {
    width: 30px;
    height: 30px;
    font-size: 12px;
}

.top-header-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: hsl(var(--base));
    padding: 10px 15px;
    border-radius: 0 0 10px 10px;
    margin-bottom: 15px;
    margin-left: -15px;
    margin-right: -15px;
    /* display: none; */
}

@media screen and (max-width: 991px) {
    .top-header-wrapper {
        justify-content: center;
    }
}

@media screen and (max-width: 424px) {
    .top-header-wrapper {
        justify-content: center;
    }
}

.contact-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -20px;
}

@media screen and (max-width: 991px) {
    .contact-list {
        justify-content: center;
    }
}

@media screen and (max-width: 767px) {
    .contact-list {
        display: none;
    }
}

.contact-list__item {
    padding: 2px 20px 0px;
    position: relative;
    color: hsl(var(--black));
}

.contact-list__item:last-child::before {
    display: none;
}

.contact-list__item::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 15px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: hsl(var(--white)/0.4);
}

.contact-list__item-icon {
    font-size: 16px;
    text-align: center;
    color: hsl(var(--white));
    display: inline-block;
    margin-right: 10px;
}

.contact-list__link {
    color: hsl(var(--white));
    font-weight: 400;
    font-family: var(--body-font);
}

.contact-list__link:hover {
    color: hsl(var(--white)/0.8);
}

.top-button {
    display: flex;
    flex-wrap: wrap;
    color: hsl(var(--dark));
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 991px) {
    .top-button {
        justify-content: center;
    }
}

.login-registration-list {
    margin: 0 -10px;
}

@media screen and (max-width: 991px) {
    .login-registration-list {
        padding-right: 0;
    }
}

.login-registration-list__item {
    color: hsl(var(--white));
    position: relative;
}

.login-registration-list__item:last-child::before {
    display: none;
}

.login-registration-list__item::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 12px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: hsl(var(--dark)/0.5);
}

.login-registration-list__icon {
    color: hsl(var(--white));
    margin-right: 10px;
    font-size: 16px;
}

.login-registration-list__icon i {
    color: hsl(var(--base));
}

.login-registration-list__link {
    color: hsl(var(--white));
    font-weight: 400;
    font-family: var(--body-font);
}

@media screen and (max-width: 575px) {
    .login-registration-list__link {
        font-size: 15px;
    }
}

.login-registration-list__link:hover {
    color: hsl(var(--base));
}

.login-registration-list__link:hover .login-registration-list__icon {
    color: hsl(var(--white));
}

@media screen and (max-width: 991px) {
    .login-registration-list__link:hover {
        color: hsl(var(--base));
    }
}

.language-box {
    display: flex;
    align-items: center;
    position: relative;
}

.language-box .select {
    color: hsl(var(--white));
    background-color: transparent;
    border: 1px solid transparent;
    padding: 3px 0px;
    font-size: 15px;
    font-weight: 400;
    border-radius: 0px;
}

.language-box .select option {
    background-color: hsl(var(--dark));
}

li.login-registration-list__item .social-list__item .social-list__link {
    height: 30px;
    width: 30px;
    color: hsl(var(--white)) !important;
}

li.login-registration-list__item .social-list__item .social-list__link:hover {
    color: hsl(var(--white)) !important;
}

/*====================== Breadcumb Css Start ====================*/
.breadcumb {
    position: relative;
    z-index: 1;
    padding: 160px 0 70px;
    z-index: 1;
    background: hsl(var(--base)/0.05);
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .breadcumb {
        padding: 100px 0 50px;
    }
}

.breadcumb .banner-effect-1 {
    content: "";
    position: absolute;
    top: 67%;
    left: 0%;
    width: 151px;
    height: 173px;
    background-color: hsl(var(--base)/0.9);
    opacity: 0.8;
    filter: blur(93px);
    border-radius: 1% 50% 50% 0%;
    z-index: -1;
    transform: translate(-50%, -50%);
}

.breadcumb__wrapper {
    text-align: center;
}

.breadcumb__title {
    color: hsl(var(--black));
    font-weight: 700;
}

.breadcumb__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.breadcumb__item {
    color: hsl(var(--black));
    padding: 0 5px;
    font-weight: 400;
    font-size: 16px;
}

@media screen and (max-width: 575px) {
    .breadcumb__item {
        font-size: 15px;
    }
}

.breadcumb__item-text {
    color: hsl(var(--black));
}

.breadcumb__link {
    color: hsl(var(--black));
    font-weight: 500;
}

.breadcumb__link:hover {
    color: hsl(var(--base));
}

/*============= Footer Start Here =======================*/
.footer-area {
    background-color: hsl(var(--base)/0.02);
    margin-top: auto;
    position: relative;
    z-index: 2;
}

.footer-area::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
    opacity: 0.94;
    background-color: hsl(var(--dark));
}

.footer-area .banner-effect-1 {
    content: "";
    position: absolute;
    left: 0;
    width: 725px;
    height: 452px;
    background-color: hsl(var(--base)/0.5);
    border-radius: 0;
    z-index: -1;
}

@media screen and (max-width: 767px) {
    .footer-area .banner-effect-1 {
        width: 100%;
    }
}

.footer-item .latest-blog__title a {
    color: hsl(var(--white));
}

.footer-item .latest-blog {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid hsl(var(--white)/0.1);
}

.footer-item span.latest-blog__date {
    color: hsl(var(--white)/0.6);
}

.footer-item__desc {
    color: hsl(var(--white));
}

.footer-item__logo {
    margin-bottom: 20px;
}

.footer-item__logo a img {
    width: 100%;
    height: 100%;
    max-width: 160px;
    max-height: 64px;
    filter: brightness(1);
}

.footer-item__title {
    color: hsl(var(--white));
    padding-bottom: 10px;
    margin-bottom: 25px;
    position: relative;
    font-size: 22px;
    font-weight: 500;
}

.footer-item__title::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 3px;
    left: 0;
    bottom: -2px;
    background-color: hsl(122.04deg 100% 46.08%);
}

.footer-item .social-list {
    margin-top: 30px;
}

@media screen and (max-width: 991px) {
    .footer-item .social-list {
        margin-top: 20px;
    }
}

@media screen and (max-width: 575px) {
    .footer-item .social-list {
        margin-top: 15px;
    }
}

.footer-item .social-list__item .social-list__link {
    border: 1px solid hsl(var(--white)/0.2);
    color: hsl(var(--white));
}

.footer-menu {
    display: flex;
    flex-direction: column;
    margin: -5px 0;
}

.footer-menu__item {
    display: block;
    padding: 5px 0;
}

.footer-menu__link {
    padding: 0 0 0 20px;
    position: relative;
    color: hsl(var(--white));
    font-size: 17px;
    margin-bottom: 8px;
}

.footer-menu__link::before {
    position: absolute;
    content: "\f101";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: hsl(var(--white));
    font-size: 15px;
}

.footer-menu__link:hover {
    color: hsl(var(--base));
    margin-left: 4px;
}

.footer-contact-menu {
    margin: -6px 0;
}

.footer-contact-menu__item {
    display: flex;
    padding: 1px 0;
    margin-bottom: 8px;
}

.footer-contact-menu__item p {
    color: hsl(var(--white));
}

.footer-contact-menu__item-icon {
    background: hsl(122.55deg 85.45% 89.22%);
    font-size: 17px;
    margin-top: 5px;
    color: #00eb08;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-contact-menu__item-content {
    width: calc(100% - 15px);
    padding-left: 15px;
    font-size: 17px;
}

.footer-contact-menu__item-content a {
    color: hsl(var(--white));
}

.search-box.footer button {
    position: absolute;
    right: 9px;
    top: 9px;
    border: 1px solid hsl(var(--dark));
}

.search-box.footer input.form--control {
    padding-right: 135px;
    border-radius: 10px;
    border: 0;
    padding: 20px;
    color: hsl(var(--white));
}

.search-box.footer input.form--control::placeholder {
    color: hsl(var(--white));
}

.bottom-footer {
    background-color: hsl(var(--base)/0.2);
    border-top: 1px solid hsl(var(--white)/0.01);
}

.bottom-footer .bottom-footer-text {
    color: hsl(var(--white));
}

.bottom-footer-text p {
    color: white;
}

@media screen and (max-width: 991px) {
    .bottom-footer .bottom-footer-text {
        text-align: center;
    }
}

@media screen and (max-width: 424px) {
    .bottom-footer .bottom-footer-text {
        font-size: 14px;
    }
}

.bottom-footer-menu ul {
    display: flex;
    justify-content: end;
    align-items: center;
    flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
    .bottom-footer-menu ul {
        justify-content: center;
    }
}

.bottom-footer-menu ul li {
    padding-left: 14px;
    margin-left: 14px;
    position: relative;
}

.bottom-footer-menu ul li::after {
    content: "";
    position: absolute;
    left: 0px;
    background: hsl(var(--white));
    height: 5px;
    width: 5px;
    bottom: 6px;
    border-radius: 50%;
}

.bottom-footer-menu ul li:first-child::after {
    content: none;
}

.bottom-footer-menu ul li a {
    color: hsl(var(--white));
}

@media screen and (max-width: 424px) {
    .bottom-footer-menu ul li a {
        font-size: 14px;
    }
}

/*====================== Preloader Style ====================*/
#loading {
    background-color: hsl(var(--dark));
    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: 120px;
    width: 120px;
    margin-top: -60px;
    margin-left: -60px;
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-animation: loading-center-absolute 1.5s infinite;
    animation: loading-center-absolute 1.5s infinite;
}

html {
    height: 100%;
}

.loader img {
    /* width: 161px; */
    border-radius: 30px;
}

@keyframes ball {
    0% {
        transform: translate(0, 0);
    }

    5% {
        transform: translate(8px, -14px);
    }

    10% {
        transform: translate(15px, -10px);
    }

    17% {
        transform: translate(23px, -24px);
    }

    20% {
        transform: translate(30px, -20px);
    }

    27% {
        transform: translate(38px, -34px);
    }

    30% {
        transform: translate(45px, -30px);
    }

    37% {
        transform: translate(53px, -44px);
    }

    40% {
        transform: translate(60px, -40px);
    }

    50% {
        transform: translate(60px, 0);
    }

    57% {
        transform: translate(53px, -14px);
    }

    60% {
        transform: translate(45px, -10px);
    }

    67% {
        transform: translate(37px, -24px);
    }

    70% {
        transform: translate(30px, -20px);
    }

    77% {
        transform: translate(22px, -34px);
    }

    80% {
        transform: translate(15px, -30px);
    }

    87% {
        transform: translate(7px, -44px);
    }

    90% {
        transform: translate(0, -40px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes barUp1 {
    0% {
        transform: scale(1, 0.2);
    }

    40% {
        transform: scale(1, 0.2);
    }

    50% {
        transform: scale(1, 1);
    }

    90% {
        transform: scale(1, 1);
    }

    100% {
        transform: scale(1, 0.2);
    }
}

@keyframes barUp2 {
    0% {
        transform: scale(1, 0.4);
    }

    40% {
        transform: scale(1, 0.4);
    }

    50% {
        transform: scale(1, 0.8);
    }

    90% {
        transform: scale(1, 0.8);
    }

    100% {
        transform: scale(1, 0.4);
    }
}

@keyframes barUp3 {
    0% {
        transform: scale(1, 0.6);
    }

    100% {
        transform: scale(1, 0.6);
    }
}

@keyframes barUp4 {
    0% {
        transform: scale(1, 0.8);
    }

    40% {
        transform: scale(1, 0.8);
    }

    50% {
        transform: scale(1, 0.4);
    }

    90% {
        transform: scale(1, 0.4);
    }

    100% {
        transform: scale(1, 0.8);
    }
}

@keyframes barUp5 {
    0% {
        transform: scale(1, 1);
    }

    40% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1, 0.2);
    }

    90% {
        transform: scale(1, 0.2);
    }

    100% {
        transform: scale(1, 1);
    }
}

.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 100%;
}

.bg-overlay {
    position: relative;
    isolation: isolate;
}

.bg-overlay::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--base-two));
    opacity: 0.8;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.bg-overlay-two {
    position: relative;
    isolation: isolate;
}

.bg-overlay-two::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--base));
    opacity: 0.8;
    width: 100%;
    height: 100%;
    z-index: -1;
}

/*==================== Scroll to Top Start ======================*/
.scroll-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-size: 16px;
    z-index: 5;
    transition: 0.5s;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    bottom: -50px;
    animation: scroll_top 5s linear infinite;
    border: 1px solid hsl(var(--white)/0.8);
}

@media screen and (max-width: 767px) {
    .scroll-top {
        right: 20px;
        width: 35px;
        height: 35px;
        font-size: 15px;
    }
}

.scroll-top:hover {
    color: hsl(var(--white));
    background-color: hsl(var(--dark)/0.7);
}

.scroll-top.show {
    visibility: visible;
    opacity: 1;
    bottom: 30px;
}

@keyframes scroll_top {

    0%,
    to {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(20px);
    }
}

/*=================== Overlay Search Box Start =======================*/
.overlay-search-box .modal-header {
    border-bottom: 0;
    padding: 0;
}

.overlay-search-box .modal-content {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 100%;
    pointer-events: auto;
    background-color: hsl(var(--dark));
    background-clip: padding-box;
    border-radius: 0.3rem;
    outline: 0;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.search-box {
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .search-box {
        width: 100%;
    }
}

.search-btn {
    background-color: transparent;
    color: hsl(var(--white));
    font-weight: 500;
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 20px;
    transition: 0.2s linear;
    transform: translateY(-50%) rotate(-90deg);
}

.search-btn:hover {
    color: hsl(var(--base));
}

.toggle-search-box {
    margin-left: 15px;
    order: 1;
    display: flex;
}

@media screen and (max-width: 991px) {
    .toggle-search-box {
        order: -1;
        margin-left: auto;
        margin-right: 16px;
    }
}

.toggle-search-box button {
    background-color: transparent;
    color: hsl(var(--white));
    transform: scaleX(-1);
}

.search-overlay-close {
    background-color: transparent;
    border: 1px solid hsl(var(--base));
    color: hsl(var(--base));
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border-radius: 5px;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 20px;
    transition: 0.2s linear;
}

.search-overlay-close:hover {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
}

/*====================== Selection Style ====================*/
::selection {
    color: hsl(var(--white));
    background: hsl(var(--base-d-100));
}

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

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background-color: hsl(var(--base-d-100));
    border: 0px solid transparent;
    border-radius: 2px;
}

/*====================== Social Icon Style ====================*/
.social-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.social-list__item {
    margin-right: 10px;
}

.social-list__item:last-child {
    margin-right: 0;
}

.social-list__link {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--border-radius-sm);
    position: relative;
    overflow: hidden;
    border: 1px solid hsl(var(--white)/0.4);
    transition: 0.3s;
    cursor: pointer;
}

.social-list__link.active {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    border-color: hsl(var(--base)) !important;
}

@media screen and (max-width: 767px) {
    .social-list__link {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

.social-list__link:hover,
.social-list__link:focus {
    background-color: hsl(var(--base));
    color: hsl(var(--white));
    border-color: hsl(var(--base));
}

/*====================== List Style ====================*/
.text-list {
    margin: -8px 0px;
}

.text-list.inline {
    display: flex;
    align-items: center;
    margin: 0px -8px;
}

.text-list.inline .text-list__item {
    padding: 0px 8px;
}

.text-list__item {
    padding: 8px 0px;
    color: hsl(var(--body-color));
}

.text-list__item-icon {
    color: hsl(var(--base));
    font-size: 12px;
    margin-right: 5px;
}

.blog-sidebar-wrapper {
    position: sticky;
    top: 100px;
}

/*============ Sidebar search box =============*/
.search-box {
    position: relative;
}

.search-box__button {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: hsl(var(--base));
}

/*============ google-add-sidebar-1 =============*/
.google-add-sidebar-1 {
    height: 300px;
    overflow: hidden;
    max-width: 374px;
    border-radius: 6px;
}

.google-add-sidebar-1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*============ Auth box =============*/
.blog-sidebar__auth-thumb {
    height: 120px;
    width: 120px;
    margin: auto;
    margin-bottom: 20px;
}

.blog-sidebar__auth-thumb img {
    border-radius: 50%;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.blog-sidebar__auth-content .social-list {
    justify-content: center;
}

.blog-sidebar__auth-content h4 {
    margin-bottom: 10px;
}

.blog-sidebar__auth-content p {
    padding-bottom: 20px;
}

.social-list__item .social-list__link {
    border: 1px solid hsl(var(--base)/0.4);
    color: hsl(var(--dark));
}

.social-list__item .social-list__link:hover {
    color: hsl(var(--white));
}

/*================== Sidebar Box & Title ===================*/
.blog-sidebar {
    background: hsl(var(--base)/0.06);
    padding: 30px 20px;
    margin-bottom: 30px;
    border-radius: var(--border-radius);
}

.blog-sidebar:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 575px) {
    .blog-sidebar {
        padding: 20px 15px;
    }
}

.blog-sidebar span.border {
    display: block;
    margin-bottom: 32px;
    width: 100%;
    height: 4px;
    background: hsl(var(--base)/0.1);
    border-radius: 30px;
}

.blog-sidebar .hr-line {
    height: 4px;
    width: 60px;
    margin-top: 10px;
    margin-left: 6px;
    border-radius: 30px;
    background-color: hsl(var(--base));
    display: inline-block;
}

.blog-sidebar__title {
    position: relative;
    color: hsl(var(--dark)) !important;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 25px;
    font-size: 23px;
}

.blog-sidebar__sub-title {
    font-size: 19px;
    font-weight: 600;
}

/*========================= Category & Tags List Style ========================= */
.text-list {
    margin: 0;
    /*====================== Tag Style ====================*/
}

.text-list.style-category .text-list__item {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin-bottom: 10px;
    transition: all 0.5s linear;
    border-radius: 5px;
}

.text-list.style-category .text-list__item:hover:before {
    opacity: 0.8;
}

.text-list.style-category .text-list__item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: hsl(var(--dark));
    opacity: 0.6;
    z-index: 1;
    transition: all 0.5s linear;
}

.text-list.style-category .text-list__item .thumb {
    border-radius: 6px;
}

.text-list.style-category .text-list__item .thumb img {
    width: 100%;
    height: 70px;
    object-fit: cover;
}

.text-list.style-category .text-list__item a {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    font-size: 17px;
    font-weight: 600;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    padding: 0 20px;
    color: hsl(var(--white)) !important;
    justify-content: space-between;
}

.text-list.style-category .text-list__item a span {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    margin-left: auto;
    background: hsl(var(--base));
    color: hsl(var(--white));
}

.text-list.style-category .text-list__link {
    color: hsl(var(--dark)) !important;
}

.text-list.style-category .text-list__link:hover {
    color: hsl(var(--base));
}

.text-list.style-tag {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: -7px;
}

.text-list.style-tag .text-list__item {
    padding: 7px;
}

.text-list.style-tag .text-list__link {
    color: hsl(var(--dark));
    border: 1px solid hsl(var(--base)/0.2);
    padding: 6px 20px;
    border-radius: 3px;
}

.text-list.style-tag .text-list__link.active {
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    border-color: hsl(var(--base));
}

.text-list.style-tag .text-list__link:hover {
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    border-color: hsl(var(--base));
}

/*======================== Latest blog========================*/
.latest-blog {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid hsl(var(--black)/0.1);
}

.latest-blog:last-of-type {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0;
}

.latest-blog__thumb {
    width: 80px;
    max-height: 80px;
    display: flex;
    border-radius: 5px;
    overflow: hidden;
}

@media screen and (max-width: 424px) {
    .latest-blog__thumb {
        width: 60px;
    }
}

.latest-blog__thumb a {
    display: block;
    height: 100%;
    width: 100%;
}

.latest-blog__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}

.latest-blog__content {
    width: calc(100% - 80px);
    padding-left: 15px;
}

@media screen and (max-width: 424px) {
    .latest-blog__content {
        width: calc(100% - 60px);
    }
}

.latest-blog__title {
    margin-bottom: 5px;
}

.latest-blog__title a {
    font-weight: 500;
    font-size: 16px;
}

.latest-blog__title a:hover {
    color: hsl(var(--base));
}

/*====================== Comment Style ====================*/
.comment-list__item:last-child .comment-list__content {
    border-bottom: none;
}

.comment-list__thumb {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .comment-list__thumb {
        width: 60px;
        height: 60px;
    }
}

.comment-list__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.comment-list__content {
    width: calc(100% - 80px);
    padding-left: 15px;
    border-bottom: 1px solid hsl(var(--white)/0.1);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .comment-list__content {
        width: calc(100% - 60px);
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 575px) {
    .comment-list__content {
        padding-bottom: 20px;
        margin-bottom: 20px;
        width: 100%;
        padding-left: 0;
        margin-top: 15px;
    }
}

.comment-list__name {
    font-size: 20px;
    margin-bottom: 5px;
    color: hsl(var(--white));
}

@media screen and (max-width: 767px) {
    .comment-list__name {
        font-size: 17px;
    }
}

.comment-list__time {
    margin-bottom: 15px;
}

.comment-list__time-icon {
    color: hsl(var(--base));
    font-size: 15px;
    margin-right: 5px;
}

.comment-list__reply {
    margin-top: 10px;
}

.comment-list__reply-text {
    color: hsl(var(--base));
    font-weight: 400;
}

.comment-list__reply:hover .comment-list__reply-icon {
    color: hsl(var(--base));
}

.comment-list__reply-icon {
    font-size: 14px;
    transform: scaleX(-1);
    margin-left: 5px;
}

@media screen and (max-width: 767px) {
    .comment-list__reply-icon {
        font-size: 12px;
    }
}

.comment-list .comment-list {
    margin-left: 70px;
}

.comment-list .comment-list.style-right .comment-list__item:last-child .comment-list__content {
    border-bottom: 1px solid hsl(var(--white)/0.1);
}

@media screen and (max-width: 575px) {
    .comment-list .comment-list {
        margin-left: 40px;
    }
}

/*==============** Dashboard Profile **==============*/
.dashboard .banner-form-wrap .contactus-form {
    background-color: inherit;
    border: 1px solid hsl(var(--base));
}

.dashboard .banner-form-wrap .contactus-form .contact__title {
    color: hsl(var(--dark));
}

.dashboard .banner-form-wrap .contactus-form .select.form--control {
    color: hsl(var(--dark));
    border: 1px solid hsl(var(--base)/0.2);
}

.dashboard .banner-form-wrap .contactus-form .select.form--control:focus {
    border: 1px solid hsl(var(--base));
}

.dashboard .banner-form-wrap .contactus-form .form--control {
    color: hsl(var(--dark));
    border: 1px solid hsl(var(--base)/0.2);
}

.dashboard .banner-form-wrap .contactus-form .form--control::placeholder {
    color: hsl(var(--dark));
}

.dashboard .banner-form-wrap .contactus-form .form--control:focus {
    border: 1px solid hsl(var(--base));
}

@media screen and (max-width: 991px) {
    .dashboard_profile {
        padding-left: 0;
        margin-bottom: 20px;
    }
}

.dashboard_profile_wrap {
    position: relative;
}

.dashboard_profile_wrap h3 {
    font-size: 18px;
}

.dashboard_profile_wrap .profile_photo {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.dashboard_profile_wrap .profile_photo::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: hsl(var(--dark));
    opacity: 0;
    transition: all 0.4s;
    visibility: hidden;
}

.dashboard_profile_wrap .profile_photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dashboard_profile_wrap .profile_photo .photo_upload {
    display: inline-block;
    padding: 0px 0px 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    color: hsl(var(--white));
    transform: translate(-50%, -50%);
}

.dashboard_profile_wrap .profile_photo .photo_upload i {
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
}

.dashboard_profile_wrap .profile_photo .photo_upload .upload_file {
    opacity: 0;
    position: absolute;
    z-index: -1;
    visibility: hidden;
    display: none;
}

.dashboard_profile_wrap h3 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 3px;
    letter-spacing: 1px;
    margin-top: 10px;
}

.dashboard_profile_wrap p {
    margin-bottom: 10px;
}

.dashboard_profile_wrap .profile-details ul li p {
    margin-bottom: 0;
    padding-bottom: 5px;
}

.dashboard_profile_wrap .profile-details ul li p span {
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
}

.dashboard_profile_wrap .profile_photo:hover::before {
    visibility: visible;
    opacity: 0.7;
}

.dashboard_profile_wrap .profile_photo:hover .photo_upload i {
    visibility: visible;
    opacity: 1;
}

.dashboard_profile__details ul li a {
    display: block;
    font-size: 17px;
    transition: all 0.3s ease-in-out;
}

.dashboard_profile__details ul li a i {
    margin-right: 10px;
}

.dashboard_profile__details ul li a:hover {
    color: hsl(var(--base));
}

.dashboard_profile__details ul li a.active {
    color: hsl(var(--base));
}

.dashboard-body {
    position: relative;
}

.dashboard-body__bar {
    margin-bottom: 15px;
    display: none;
}

@media screen and (max-width: 1199px) {
    .dashboard-body__bar {
        display: block;
    }
}

.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;
}

.selling-group-item span {
    font-size: 14px;
}

.message-send__content.section-bg-two {
    padding: 3px 5px;
    margin-bottom: 5px;
}

.message-send__content.section-bg-two p {
    font-size: 14px;
}

ul.list.d-flex.message-send__history {
    font-size: 12px;
}

.message-send {
    margin-bottom: 10px;
}

.message-receive__history-item {
    margin-right: 20px;
    position: relative;
}

.message-receive__history-item:last-child {
    margin-right: 0;
}

.message-receive__history-item:after {
    position: absolute;
    top: 9px;
    right: -13px;
    content: "";
    background: hsl(var(--base));
    height: 4px;
    width: 4px;
    border-radius: 50%;
}

.message-receive__history-item:last-child:after {
    display: none;
}

.milestones-action {
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

/*======= Dashboard Card =======*/
.dashboard-card {
    box-shadow: 0px 15px 30px rgba(61, 90, 125, 0.08);
    border-radius: var(--border-radius);
    padding: 20px;
    border: 2px solid hsl(var(--base)/0.07);
    transition: all 0.4s ease-in-out;
    text-align: start;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.dashboard-card .banner-effect-1 {
    content: "";
    position: absolute;
    top: 42px;
    right: -4px;
    width: 80px;
    height: 80px;
    background-color: hsl(var(--base)/0.3);
    z-index: -1;
    transform: translate(-50%, -50%);
    filter: blur(55px);
}

.dashboard-card:hover {
    box-shadow: 0px 20px 30px rgba(1, 6, 20, 0.1);
    border: 2px solid hsl(var(--base)/0.4);
    transform: translateY(-3px);
}

.dashboard-card__link {
    position: absolute;
    right: 20px;
}

.dashboard-card__link a {
    color: hsl(var(--white));
}

.dashboard-card__link a:hover {
    color: hsl(var(--base));
}

.dashboard-card__icon {
    font-size: 20px;
    width: 40px;
    height: 40px;
    color: hsl(var(--white));
    background-color: hsl(var(--base));
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.dashboard-card__title {
    margin-bottom: 10px;
    font-size: 17px;
}

.dashboard-card__content {
    text-align: left;
    width: calc(100% - 60px);
    padding-left: 15px;
}

.dashboard-card__amount {
    margin-bottom: 5px;
    margin-bottom: 0;
    font-size: 14px;
}

.selling-group-item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid hsl(var(--base)/0.2);
    padding: 6px 0;
}

.card-header.selling-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.card-primary {
    background-color: hsl(var(--primary)/0.6);
}

.card-primary .dashboard-card__icon {
    background-color: hsl(var(--primary));
}

.card-violet {
    background-color: hsl(var(--violet)/0.6);
}

.card-violet .dashboard-card__icon {
    background-color: hsl(var(--violet));
}

.card-success {
    background-color: hsl(var(--success)/0.6);
}

.card-success .dashboard-card__icon {
    background-color: hsl(var(--success));
}

.card-danger {
    background-color: hsl(var(--danger)/0.4);
}

.card-danger .dashboard-card__icon {
    background-color: hsl(var(--danger));
}

.card-warning {
    background-color: hsl(var(--warning)/0.6);
}

.card-warning .dashboard-card__icon {
    background-color: hsl(var(--warning));
}

.card-info {
    background-color: hsl(var(--info)/0.6);
}

.card-info .dashboard-card__icon {
    background-color: hsl(var(--info));
}

.card-success-1 {
    background-color: hsl(var(--success)/0.3);
}

.card-success-1 .dashboard-card__icon {
    background-color: hsl(var(--success));
}

.card-primary-1 {
    background-color: hsl(var(--primary)/0.4);
}

.card-primary-1 .dashboard-card__icon {
    background-color: hsl(var(--primary));
}

.card-violet-1 {
    background-color: hsl(var(--violet)/0.3);
}

.card-violet-1 .dashboard-card__icon {
    background-color: hsl(var(--violet)/0.8);
}

.dashboard-body .single-service__icon img {
    width: 160px !important;
    padding: 5px;
    border: 3px solid hsl(var(--base)/0.06);
    height: 60px;
    object-fit: contain;
}

/*================================ Body Overlay Start ===========================*/
.body-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--black)/0.6);
    z-index: 2;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.body-overlay.show-overlay {
    visibility: visible;
    opacity: 0;
}

.sidebar-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    background-color: hsl(var(--black)/0.6);
    z-index: 99;
    transition: 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.sidebar-overlay.show {
    visibility: visible;
    opacity: 1;
    z-index: 9;
}

/*============== Search Form Start ==================*/
.search-form {
    margin-top: 50px;
    border: 12px solid hsl(var(--white)/0.15);
    border-radius: 40px;
    overflow: hidden;
}

@media screen and (max-width: 575px) {
    .search-form {
        border-width: 7px;
    }
}

.search-form .form--control {
    background-color: hsl(var(--white));
    color: hsl(var(--base-two));
    border-radius: 0;
    font-weight: 500;
    border-radius: 40px;
    padding: 15px;
    padding-right: 150px;
}

.search-form .form--control::placeholder {
    color: hsl(var(--black)/0.4) !important;
    font-weight: 500;
}

.search-form .btn--base {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    height: auto;
    align-items: center;
    border-radius: 40px !important;
    padding: 10px 20px;
    font-size: 15px;
}

.search-form .btn--base:hover,
.search-form .btn--base:focus {
    color: hsl(var(--white));
    background-color: hsl(var(--base));
}

/*====================== Hexagon Design Css Start ====================*/
.hex {
    position: relative;
    margin: 20px auto;
    width: 185px;
    height: 300px;
    border-radius: 15px;
    background-color: hsl(var(--base));
    transform: rotate(30deg);
}

.hex:before,
.hex:after {
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: inherit;
    content: "";
}

.hex:before {
    transform: rotate(-60deg);
}

.hex:after {
    transform: rotate(60deg);
}

.shape {
    position: absolute;
}

.shape.one {
    left: 40%;
    bottom: 20%;
    max-width: 3%;
    animation: banner_shape_one 8s linear infinite;
}

.shape.two {
    right: 6%;
    top: 15%;
    max-width: 6%;
    animation: banner_shape_two 15s linear infinite;
}

.shape.three {
    top: 15%;
    left: 6%;
    max-width: 4%;
    animation: banner_shape_three 8s linear infinite;
}

.shape.four {
    bottom: 13%;
    left: 11%;
    max-width: 5%;
    animation: banner_shape_four 8s linear infinite;
}

.shape.five {
    right: 6%;
    bottom: 16%;
    transform: rotate(108deg);
    max-width: 4%;
    animation: banner_shape_five 8s linear infinite;
}

.shape.six {
    right: 6%;
    top: 15%;
    max-width: 6%;
    animation: banner_shape_six 5s linear infinite;
}

.shape.seven {
    top: 15%;
    left: 6%;
    max-width: 4%;
    animation: banner_shape_seven 8s linear infinite;
}

.shape.eight {
    bottom: 13%;
    left: 11%;
    max-width: 5%;
    animation: banner_shape_eight 3s linear infinite;
}

.shape.nine {
    right: 6%;
    bottom: 30%;
    max-width: 4%;
    transform: rotate(60deg);
    animation: banner_shape_nine 8s linear infinite;
}

.shape.ten {
    right: 6%;
    top: 15%;
    max-width: 6%;
    animation: banner_shape_ten 10s linear infinite;
    transform: rotate(-60deg);
}

.shape.eleven {
    top: 15%;
    left: 6%;
    max-width: 4%;
    animation: banner_shape_eleven 20s linear infinite;
}

.shape.thirteen {
    right: 0;
    bottom: 30%;
    max-width: 4%;
    animation: banner_shape_thirteen 30s linear infinite;
}

.shape.fourteen {
    right: 6%;
    bottom: 30%;
    max-width: 4%;
    transform: rotate(60deg);
    animation: banner_shape_fourteen 8s linear infinite;
}

@keyframes banner_shape_one {
    0% {
        transform: translate(0px);
    }

    50% {
        transform: translate(20px);
    }

    100% {
        transform: translate(0px);
    }
}

@keyframes banner_shape_two {
    0% {
        transform: translateX(0px) translateY(40px);
    }

    25% {
        transform: translateX(40px) translateY(0px);
    }

    50% {
        transform: translateX(0px) translateY(-40px);
    }

    75% {
        transform: translateX(-40px) translateY(0px);
    }

    100% {
        transform: translateX(0px) translateY(40px);
    }
}

@keyframes banner_shape_three {
    0% {
        transform: translateX(0px) rotate(0deg);
    }

    50% {
        transform: translateX(50px) rotate(180deg);
    }

    100% {
        transform: translateX(0px) rotate(360deg);
    }
}

@keyframes banner_shape_four {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.8);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes banner_shape_five {
    0% {
        transform: translateX(0px) rotate(108deg);
    }

    50% {
        transform: translateX(50px) rotate(130deg);
    }

    100% {
        transform: translateX(0px) rotate(108deg);
    }
}

@keyframes banner_shape_six {
    0% {
        transform: scaleX(1);
    }

    50% {
        transform: scaleX(0);
    }

    100% {
        transform: scaleX(1);
    }
}

@keyframes banner_shape_seven {
    0% {
        transform: scaleY(0);
    }

    50% {
        transform: scaleY(1);
    }

    100% {
        transform: scaleY(0);
    }
}

@keyframes banner_shape_eight {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    60% {
        transform: translateY(-15px);
    }
}

@keyframes banner_shape_nine {
    0% {
        transform: translateY(100px) rotate(0deg);
    }

    50% {
        transform: translateY(0px) rotate(180deg);
    }

    100% {
        transform: translateY(100px) rotate(360deg);
    }
}

@keyframes banner_shape_ten {
    0% {
        transform: translateY(100px) rotate(0deg);
    }

    50% {
        transform: translateY(0px) rotate(0deg);
    }

    100% {
        transform: translateY(100px) rotate(360deg);
    }
}

@keyframes banner_shape_thirteen {
    0% {
        bottom: 0;
    }

    50% {
        bottom: 50%;
    }

    100% {
        bottom: 0;
    }
}

@keyframes banner_shape_fourteen {
    0% {
        left: 10px;
        transform: rotate(0deg);
    }

    50% {
        left: 100px;
        transform: rotate(1000deg);
    }

    100% {
        left: 10px;
        transform: rotate(360deg);
    }
}

@keyframes banner_shape_eleven {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*==================== Custom Shape =================*/
.square-shape-1 {
    position: absolute;
    left: -15px;
    top: -28px;
    z-index: -1;
}

.square-shape-1 .item {
    margin-top: -7px;
}

.square-shape-1 .item span {
    width: 8px;
    height: 8px;
    background: hsl(var(--base)/0.7);
    display: inline-block;
    margin: 0 3px;
    border-radius: 50%;
}

.square-shape-2 .item {
    margin-top: -7px;
}

.square-shape-2 .item span {
    width: 8px;
    height: 8px;
    background: hsl(var(--base)/0.7);
    display: inline-block;
    margin: 0 3px;
    border-radius: 50%;
}

.round-shape-1 {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    position: absolute;
    top: 26%;
    left: 18%;
    border: 16px solid hsl(var(--base)/0.4);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

@media screen and (max-width: 1399px) {
    .round-shape-1 {
        left: 15%;
    }
}

@media screen and (max-width: 767px) {
    .round-shape-1 {
        height: 40px;
        width: 40px;
        border: 9px solid hsl(var(--base)/0.4);
    }
}

@media screen and (max-width: 575px) {
    .round-shape-1 {
        top: 15%;
    }
}

.octagon-shape-1 {
    position: absolute;
    top: 20%;
    right: 23%;
    background: hsl(var(--base)/0.4);
    width: 80px;
    height: 45px;
    margin-top: 40px;
    margin-bottom: 25px;
}

@media screen and (max-width: 1399px) {
    .octagon-shape-1 {
        right: 15%;
    }
}

@media screen and (max-width: 767px) {
    .octagon-shape-1 {
        width: 45px;
        height: 25px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 575px) {
    .octagon-shape-1 {
        top: 10%;
    }
}

.octagon-shape-1::before {
    content: "";
    position: absolute;
    top: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 25px solid hsl(var(--base)/0.4);
}

@media screen and (max-width: 767px) {
    .octagon-shape-1::before {
        top: -14px;
        border-left: 22px solid transparent;
        border-right: 22px solid transparent;
        border-bottom: 14px solid hsl(var(--base)/0.4);
    }
}

.octagon-shape-1::after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-top: 25px solid hsl(var(--base)/0.4);
}

@media screen and (max-width: 767px) {
    .octagon-shape-1::after {
        bottom: -14px;
        border-left: 22px solid transparent;
        border-right: 22px solid transparent;
        border-top: 14px solid hsl(var(--base)/0.4);
    }
}

.star-shape-1 {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    position: absolute;
    bottom: 20%;
    left: 30%;
    background: hsl(var(--base)/0.4);
    -webkit-clip-path: polygon(50% 0%, 63% 38%, 100% 38%, 69% 59%, 82% 100%, 50% 75%, 18% 100%, 31% 59%, 0% 38%, 37% 38%);
    clip-path: polygon(50% 0%, 63% 38%, 100% 38%, 69% 59%, 82% 100%, 50% 75%, 18% 100%, 31% 59%, 0% 38%, 37% 38%);
}

@media screen and (max-width: 1399px) {
    .star-shape-1 {
        left: 20%;
    }
}

@media screen and (max-width: 767px) {
    .star-shape-1 {
        height: 40px;
        width: 40px;
    }
}

@media screen and (max-width: 575px) {
    .star-shape-1 {
        bottom: 5%;
    }
}

.star-shape-2 {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    position: absolute;
    background: hsl(var(--base)/0.4);
    -webkit-clip-path: polygon(50% 0%, 63% 38%, 100% 38%, 69% 59%, 82% 100%, 50% 75%, 18% 100%, 31% 59%, 0% 38%, 37% 38%);
    clip-path: polygon(50% 0%, 63% 38%, 100% 38%, 69% 59%, 82% 100%, 50% 75%, 18% 100%, 31% 59%, 0% 38%, 37% 38%);
}

@media screen and (max-width: 767px) {
    .star-shape-2 {
        height: 40px;
        width: 40px;
    }
}

.triangle-shape-1 {
    position: absolute;
    bottom: 20%;
    right: 30%;
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 80px solid hsl(var(--base)/0.4);
    border-radius: 10px;
}

@media screen and (max-width: 1399px) {
    .triangle-shape-1 {
        right: 20%;
    }
}

@media screen and (max-width: 767px) {
    .triangle-shape-1 {
        border-left: 30px solid transparent;
        border-right: 30px solid transparent;
        border-bottom: 40px solid hsl(var(--base)/0.4);
        border-radius: 5px;
    }
}

@media screen and (max-width: 575px) {
    .triangle-shape-1 {
        bottom: 5%;
    }
}

/*====================== Star Rating Style ====================*/
.rating-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 5px 0px;
}

.rating-list__item {
    padding: 0 1px;
    color: hsl(var(--warning));
}

.rating-list__text {
    color: hsl(var(--body-color));
}

/*====================== Range Style ====================*/
.custom--range__content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}

.custom--range__content label {
    width: 40%;
}

.custom--range__content input {
    width: 60%;
    text-align: right;
}

.custom--range input {
    border: 0;
    color: hsl(var(--body-color));
    font-weight: 500;
}

.custom--range #slider-range {
    height: 5px;
    border: 0;
    background: hsl(var(--base-two)/0.2);
}

.custom--range #slider-range .ui-widget-header {
    background-color: hsl(var(--base));
}

.custom--range #slider-range span:focus {
    background-color: hsl(var(--base));
}

.custom--range #slider-range .ui-slider-handle {
    width: 15px !important;
    height: 15px !important;
    background-color: hsl(var(--white)) !important;
    border: 2px solid hsl(var(--base)) !important;
    border-radius: 50%;
}

/*======== Sidebar Menu Start =======*/
.dashboard_profile .sidebar-menu-list__link {
    color: hsl(var(--black));
}

.sidebar-menu-list__item.active .sidebar-menu-list__link {
    color: hsl(var(--base));
}

.sidebar-menu {
    padding-bottom: 10px;
    padding-top: 20px;
    min-height: 100%;
    overflow-y: auto;
    z-index: 999;
    transition: 0.2s linear;
    border-radius: var(--border-radius);
    border: 1px solid hsl(var(--base)/0.1);
    /*============== Sidebar Show hide Css Start ===========*/
    /*============== Sidebar Show hide Css end ===========*/
}

.sidebar-menu.show-sidebar {
    transform: translateX(0);
    background-color: hsl(var(--white));
}

@media screen and (max-width: 1199px) {
    .sidebar-menu {
        position: fixed;
        left: 0;
        top: 0;
        min-width: 320px;
        padding-top: 60px;
        transform: translateX(-100%);
        z-index: 9992;
        border-radius: 0;
    }
}

.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(--white));
}

.sidebar-menu-list__item {
    border-bottom: 1px solid hsl(var(--base)/0.2);
}

.sidebar-menu-list__item:last-child {
    border-bottom: 0;
}

.sidebar-menu-list__item:hover {
    background-color: hsl(var(--white)/0.1);
    color: hsl(var(--white));
}

.sidebar-menu-list__item a:hover {
    color: hsl(var(--white));
}

.sidebar-menu-list__item.has-dropdown.active>a {
    color: hsl(var(--base));
}

.sidebar-menu-list__item.has-dropdown.active>a:after {
    transform: rotate(90deg);
    margin-left: 14px;
    color: hsl(var(--base));
}

.sidebar-menu-list__item.has-dropdown>a:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    font-style: normal;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    text-align: center;
    background: 0 0;
    position: absolute;
    top: 11px;
    transition: 0.1s linear;
    margin-left: 14px;
}

.sidebar-menu-list__link {
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding: 8px 20px 8px 20px;
    width: 100%;
    color: hsl(var(--white));
}

.sidebar-menu-list__link .icon {
    margin-right: 5px;
    font-size: 15px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    animation: swing ease-in-out 0.5s 1 alternate;
}

/*=============== Sidebar Submenu Start ===============*/
.sidebar-submenu {
    display: none;
    position: relative;
}

.sidebar-submenu::before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 22px;
    left: 27px;
    border-left: 1px solid hsl(var(--base));
}

.sidebar-submenu.open-submenu {
    display: block;
}

.sidebar-submenu-list {
    padding: 5px 0;
}

.sidebar-submenu-list__item {
    position: relative;
}

.sidebar-submenu-list__item::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 27px;
    width: 16px;
    height: 1px;
    border-top: 1px solid hsl(var(--base));
}

.sidebar-submenu-list__item.active>a {
    color: hsl(var(--base));
}

.sidebar-submenu-list__link {
    padding: 8px 20px 4px 50px !important;
    display: block;
    color: hsl(var(--black));
    border-bottom: 0 !important;
}

@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;
    z-index: 999;
}

.sidebar-menu-wrapper.show {
    left: 0;
}

.sidebar-menu-wrapper .top-close {
    margin-top: 21px;
    text-align: end;
    margin-right: 24px;
}

.sidebar-menu-wrapper .top-close i {
    font-size: 22px;
    color: hsl(var(--white));
}

.sidebar-menu-list__item .btn.btn--base {
    border: 1px solid hsl(var(--white));
}

/*============= Animation Play Video Button Pulse New ========== */
.mfp-iframe-holder .mfp-close {
    top: -52px;
    color: hsl(var(--white));
    font-size: 21px;
    font-weight: 800;
    width: 42px;
    height: 35px;
    background: hsl(var(--base));
    text-align: center;
    line-height: 32px;
    padding: 0;
    opacity: 1;
    border-radius: 5px;
}

.mfp-iframe-holder .mfp-close:hover {
    opacity: 0.9;
}

.play-video {
    height: 90px;
    width: 90px;
    background: hsl(var(--white));
    line-height: 94px;
    display: inline-block;
    border-radius: 10px;
    position: relative;
    z-index: 3;
    text-align: center;
}

.video-main {
    position: relative;
    display: inline-block;
}

@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)";
    }
}

.fa-play:before {
    content: "\f04b";
    color: hsl(var(--base));
}

.waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: hsl(var(--base)/0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 10%;
    right: -29px;
    bottom: -30px;
    z-index: 1;
    -webkit-animation: waves 9s ease-in-out infinite;
    animation: waves 9s ease-in-out infinite;
}

.wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.wave-2 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.wave-3 {
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}

/*==================== Category Start Here ==================== */
.category-wrap {
    padding-right: 40px;
}

@media screen and (max-width: 1199px) {
    .category-wrap {
        padding-right: 0;
    }
}

.category-item {
    border-bottom: 1px solid hsl(var(--base)/0.1);
    padding-bottom: 20px;
    margin-bottom: 50px;
    display: flex;
}

@media screen and (max-width: 767px) {
    .category-item {
        flex-direction: column;
        margin-bottom: 37px;
    }
}

.category-item:hover .category-item__thumb img {
    transform: scale(1.2);
}

.category-item__thumb {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    border-radius: 17px;
    min-width: 280px;
    height: 200px;
}

.category-item__thumb img {
    min-width: 280px;
    height: 200px;
    object-fit: cover;
    transform: scale(1);
    transition: all 0.5s linear;
}

.category-item__content {
    padding-left: 20px;
    margin-top: -7px;
}

@media screen and (max-width: 767px) {
    .category-item__content {
        padding-left: 0px;
    }
}

.category-item__content h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

.category-item__content h3 a {
    background-image: linear-gradient(to right, hsl(var(--base)) 0%, hsl(var(--base)) 100%);
    background-position: 0 calc(100% - 0.02em);
    background-size: 0 2px;
    transition: background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    padding: 0;
    display: inline;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

.category-item__content h3 a:hover {
    background-size: 100% 2px;
    color: inherit;
}

.category-item__content p {
    margin-bottom: 10px;
}

.meta-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.meta-wrap .view-commetn-wrap li a {
    font-size: 14px;
}

.meta-wrap .view-commetn-wrap li a.right-dot {
    position: relative;
    margin-left: 20px;
}

.meta-wrap .view-commetn-wrap li a.right-dot::before {
    content: "";
    position: absolute;
    left: -16px;
    top: 8px;
    width: 7px;
    height: 7px;
    background: hsl(var(--black));
    border-radius: 50%;
}

/*============= Custom cursor  start  =============*/
.cursor-outer {
    margin-left: -18px;
    margin-top: -18px;
    width: 35px;
    height: 35px;
    background: hsl(var(--base));
    box-sizing: border-box;
    z-index: 10000000;
    opacity: 0.2;
    transition: all 0.3s ease-out;
}

.mouseCursor {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
    border-radius: 50%;
    transform: translateZ(0);
    visibility: hidden;
    text-align: center;
}

[dir=rtl] .mouseCursor {
    left: 0;
    right: auto;
}

.cursor-inner {
    margin-left: -4px;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    z-index: 10000001;
    background-color: hsl(var(--base));
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner span {
    color: hsl(var(--white));
    line-height: 80px;
    opacity: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.cursor-inner.cursor-big span {
    opacity: 1;
}

.mouseCursor.cursor-big {
    width: 80px;
    height: 80px;
    margin-inline-start: -40px;
    margin-top: -40px;
}

.mouseCursor.cursor-big.cursor-outer {
    display: none;
}

.mouseCursor.cursor-big.d-none {
    display: none;
}

.slider-drag .swiper-slide {
    cursor: none;
}

/*================== Dark Style Color ==================*/
/*===== Dark and light logo hide and show =====*/
.logo-wrapper .normal-logo {
    display: block;
}

.logo-wrapper .normal-logo.hidden {
    display: none;
}

.logo-wrapper .dark-logo {
    display: block;
}

.logo-wrapper .dark-logo.hidden {
    display: none;
}

.footer-item__logo .footer-logo-normal {
    display: block;
}

.footer-item__logo .footer-logo-normal.hidden {
    display: none;
}

.footer-item__logo .footer-logo-dark {
    display: block;
}

.footer-item__logo .footer-logo-dark.hidden {
    display: none;
}

/* ========== light and dark button style ==========*/
.light-dark-btn-wrap {
    font-weight: 500;
    display: flex;
    align-items: center;
    z-index: 7;
    cursor: pointer;
}

@media screen and (max-width: 1199px) {
    .light-dark-btn-wrap {
        margin-left: 20px;
    }
}

.light-dark-btn-wrap .light-dark-checkbox {
    display: none;
    opacity: 0;
}

.light-dark-btn-wrap .light-dark-label {
    width: 33px;
    height: 14px;
    background-color: hsl(var(--black));
    display: flex;
    border-radius: 50px;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    position: relative;
    transform: scale(1.5);
    cursor: pointer;
}

.light-dark-btn-wrap .fa-moon {
    color: hsl(var(--black));
    font-size: 9px;
    margin-bottom: 1px;
}

.light-dark-btn-wrap .ball {
    width: 12px;
    height: 12px;
    background-color: hsl(var(--black));
    position: absolute;
    top: 1px;
    left: 2px;
    border-radius: 50%;
    transition: transform 0.2s linear;
}

/* light and dark mood changes*/
.light-dark-checkbox:checked+.light-dark-label .ball {
    transform: translateX(15px);
}

.light-dark-btn-wrap .sun-icon {
    display: none;
    color: hsl(var(--white));
}

.light-dark-btn-wrap .sun-icon.show {
    display: block;
}

.light-dark-btn-wrap .mon-icon {
    font-size: 16px;
    color: hsl(var(--black));
}

.light-dark-btn-wrap .mon-icon.show {
    display: none;
}

/*============= Banner area start  =============*/
.banner-section .round-shape-1 {
    top: 26%;
    left: 18%;
}

@media screen and (max-width: 1399px) {
    .banner-section .round-shape-1 {
        left: 15%;
    }
}

@media screen and (max-width: 575px) {
    .banner-section .round-shape-1 {
        top: 15%;
    }
}

.banner-section .octagon-shape-1 {
    top: 20%;
    right: 23%;
}

@media screen and (max-width: 1399px) {
    .banner-section .octagon-shape-1 {
        right: 15%;
    }
}

@media screen and (max-width: 575px) {
    .banner-section .octagon-shape-1 {
        top: 10%;
    }
}

.banner-section .star-shape-1 {
    bottom: 20%;
    right: 30%;
}

@media screen and (max-width: 1399px) {
    .banner-section .star-shape-1 {
        right: 20%;
    }
}

@media screen and (max-width: 575px) {
    .banner-section .star-shape-1 {
        bottom: 5%;
    }
}

.banner-section .triangle-shape-1 {
    bottom: 20%;
    right: 30%;
}

@media screen and (max-width: 1399px) {
    .banner-section .triangle-shape-1 {
        right: 20%;
    }
}

@media screen and (max-width: 575px) {
    .banner-section .triangle-shape-1 {
        bottom: 5%;
    }
}

.banner-section {
    position: relative;
    z-index: 1;
    padding: 280px 0 220px;
    overflow: hidden;
}

.banner-section .shape-banner-bg {
    position: absolute;
    transform: rotate(326deg);
    bottom: 0;
    right: -242px;
    z-index: -1;
}

@media screen and (max-width: 1199px) {
    .banner-section .shape-banner-bg {
        transform: rotate(322deg);
        bottom: 202px;
        right: -263px;
        z-index: -1;
        top: 307px;
    }
}

@media screen and (max-width: 991px) {
    .banner-section .shape-banner-bg {
        transform: rotate(333deg);
        bottom: -44px;
        right: -135px;
        z-index: -1;
        top: 708px;
    }
}

@media screen and (max-width: 767px) {
    .banner-section .shape-banner-bg {
        transform: rotate(322deg);
        bottom: 44px;
        right: -158px;
        z-index: -1;
        top: 790px;
    }
}

@media screen and (max-width: 575px) {
    .banner-section .shape-banner-bg {
        display: none;
    }
}

.banner-section::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background: hsl(var(--base)/0.05);
    top: 0;
    left: 0;
    z-index: -1;
}

@media screen and (max-width: 1199px) {
    .banner-section {
        padding: 230px 0 160px;
    }
}

@media screen and (max-width: 991px) {
    .banner-section {
        padding: 150px 0 120px;
    }
}

@media screen and (max-width: 767px) {
    .banner-section {
        padding: 150px 0 110px;
    }
}

@media screen and (max-width: 424px) {
    .banner-section {
        padding: 108px 0 80px;
    }
}

.banner-left__content span {
    font-size: 20px;
    font-weight: 700;
    color: hsl(var(--base));
    border-radius: 7px;
    display: inline-block;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .banner-left__content span {
        font-size: 18px;
    }
}

@media screen and (max-width: 424px) {
    .banner-left__content span {
        font-size: 16px;
    }
}

.banner-left__content h2 {
    font-size: 60px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 800;
    color: hsl(var(--black));
    line-height: 1.2;
}

@media screen and (max-width: 1399px) {
    .banner-left__content h2 {
        font-size: 52px !important;
    }
}

@media screen and (max-width: 1399px) {
    .banner-left__content h2 {
        font-size: 43px !important;
    }
}

@media screen and (max-width: 575px) {
    .banner-left__content h2 {
        font-size: 43px !important;
    }
}

@media screen and (max-width: 991px) {
    .banner-left__content h2 {
        font-size: 51px !important;
    }
}

@media screen and (max-width: 575px) {
    .banner-left__content h2 {
        font-size: 39px !important;
    }
}

@media screen and (max-width: 424px) {
    .banner-left__content h2 {
        font-size: 28px !important;
    }
}

.banner-left__content h2 .animate-shape {
    position: relative;
    width: 100%;
    top: 0;
    position: absolute;
    left: 0;
}

@media screen and (max-width: 767px) {
    .banner-left__content h2 .animate-shape {
        width: 65%;
    }
}

.banner-left__content h2 .animate-shape img {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    -webkit-animation: section-animation 3s infinite;
    animation: section-animation 3s infinite;
}

@media screen and (max-width: 767px) {
    .banner-left__content h2 .animate-shape img {
        top: 25px;
    }
}

.banner-left__content h2 span {
    color: hsl(var(--base));
    background-image: linear-gradient(to right, hsl(var(--base)) 0%, hsl(var(--base-light)) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1399px) {
    .banner-left__content h2 {
        font-size: 60px;
    }
}

@media screen and (max-width: 1199px) {
    .banner-left__content h2 {
        font-size: 50px;
    }
}

@media screen and (max-width: 991px) {
    .banner-left__content h2 {
        font-size: 50px;
    }
}

@media screen and (max-width: 767px) {
    .banner-left__content h2 {
        font-size: 32px;
    }
}

@media screen and (max-width: 374px) {
    .banner-left__content h2 {
        font-size: 28px;
    }
}

.banner-left__content p {
    margin-bottom: 35px;
    color: hsl(var(--black)/0.8);
}

@media screen and (max-width: 991px) {
    .banner-left__content p {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 991px) {
    .banner-left__content .btn {
        padding: 12px 15px;
    }
}

@media screen and (max-width: 374px) {
    .banner-left__content .btn {
        padding: 8px 10px;
    }
}

.banner-right-wrap {
    text-align: right;
    position: relative;
}

@media screen and (max-width: 991px) {
    .banner-right-wrap {
        text-align: start;
    }
}

.banner-right-wrap .banner-social {
    position: absolute;
    width: 60px;
    height: 60px;
    object-fit: contain;
}

@media screen and (max-width: 424px) {
    .banner-right-wrap .banner-social {
        width: 40px;
        height: 40px;
    }
}

.banner-right-wrap .banner-social.linkdin {
    right: 56%;
    top: 20px;
}

@media screen and (max-width: 1199px) {
    .banner-right-wrap .banner-social.linkdin {
        right: 74%;
    }
}

@media screen and (max-width: 991px) {
    .banner-right-wrap .banner-social.linkdin {
        left: 7%;
    }
}

.banner-right-wrap .banner-social.pintarest {
    right: 6%;
    top: 20px;
}

@media screen and (max-width: 991px) {
    .banner-right-wrap .banner-social.pintarest {
        left: 51%;
        top: 28px;
    }
}

@media screen and (max-width: 991px) {
    .banner-right-wrap .banner-social.pintarest {
        left: 52% !important;
        top: 28px;
    }
}

@media screen and (max-width: 767px) {
    .banner-right-wrap .banner-social.pintarest {
        left: 72% !important;
        top: 28px;
    }
}

.banner-right-wrap .banner-social.insta {
    right: 56%;
    bottom: 20px;
}

@media screen and (max-width: 1199px) {
    .banner-right-wrap .banner-social.insta {
        right: 74%;
    }
}

@media screen and (max-width: 991px) {
    .banner-right-wrap .banner-social.insta {
        left: 7%;
    }
}

.banner-right-wrap .round-shape-1 {
    position: absolute;
    width: 71px;
    right: 8%;
    top: 20%;
}

.banner-right-wrap .octagon-shape-1 {
    position: absolute;
    left: -50px;
    width: 70px;
    top: 80px;
}

@media screen and (max-width: 991px) {
    .banner-right-wrap .octagon-shape-1 {
        left: 121px;
        width: 70px;
        top: -99px;
    }
}

@media screen and (max-width: 767px) {
    .banner-right-wrap .octagon-shape-1 {
        left: 57%;
        top: -73px;
        width: 50px;
    }
}

@keyframes section-animation {
    0% {
        width: 0;
    }

    15% {
        width: 50%;
    }

    85% {
        opacity: 1;
    }

    90% {
        width: 50%;
        opacity: 0;
    }

    100% {
        width: 0;
        opacity: 0;
    }
}

/*====================== About Section====================*/
.about-section {
    overflow: hidden;
    padding: 120px 0px 180px;
    position: relative;
}

@media (max-width: 991px) {
    .about-section {
        overflow: hidden;
        padding: 60px 0px 80px;
    }
}

.about-section .square-shape-1 {
    position: absolute;
    left: -15px;
    top: -28px;
}

.about-section .square-shape-2 {
    position: absolute;
    right: -53px;
    bottom: -54px;
}

@media screen and (max-width: 1399px) {
    .about-section .square-shape-2 {
        right: -14px;
    }
}

@media screen and (max-width: 1199px) {
    .about-section .square-shape-2 {
        right: -14px;
        bottom: -2px;
    }
}

@media screen and (max-width: 991px) {
    .about-section .square-shape-2 {
        right: -11px;
        bottom: -78px;
    }
}

@media screen and (max-width: 575px) {
    .about-section .square-shape-2 {
        right: 46px;
        bottom: -35px;
    }
}

.about-thumb {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}

@media screen and (max-width: 991px) {
    .about-thumb {
        padding: 0;
    }
}

.about-thumb__inner img {
    border-radius: var(--border-radius);
}

.about-thumb__inner img.img-1 {
    width: 400px;
    position: absolute;
    right: -9px;
    top: 66%;
    height: 300px;
    object-fit: cover;
    border-radius: var(--border-radius);
}

@media screen and (max-width: 1399px) {
    .about-thumb__inner img.img-1 {
        top: 70%;
        height: 390px;
    }
}

@media screen and (max-width: 991px) {
    .about-thumb__inner img.img-1 {
        top: 43%;
        height: 287px;
    }
}

@media screen and (max-width: 575px) {
    .about-thumb__inner img.img-1 {
        display: none;
    }
}

.about-thumb .about-contact {
    border-radius: var(--border-radius);
    background: hsl(var(--white));
    padding: 25px;
    position: absolute;
    bottom: -63px;
    left: 40px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

@media screen and (max-width: 1199px) {
    .about-thumb .about-contact {
        bottom: -10px;
    }
}

@media screen and (max-width: 991px) {
    .about-thumb .about-contact {
        bottom: -100px;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (max-width: 575px) {
    .about-thumb .about-contact {
        display: none !important;
    }
}

.about-thumb .about-contact i {
    color: hsl(var(--base));
    font-size: 24px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 50px;
    text-align: center;
    background: hsl(var(--base)/0.2);
}

.about-thumb .about-contact h4 {
    color: hsl(var(--black));
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 3px;
}

.about-thumb .about-contact a {
    color: hsl(var(--black));
    font-weight: 400;
    font-size: 14px;
    transition: all 0.4s ease-in-out;
}

.about-thumb .about-contact a:hover {
    text-decoration: underline;
}

.about-thumb .about-contact-top {
    width: auto;
    bottom: -185px;
    background: hsl(var(--base));
    padding: 15px 20px;
    position: absolute;
    left: 37px;
    border-radius: var(--border-radius);
}

@media screen and (max-width: 1199px) {
    .about-thumb .about-contact-top {
        bottom: -135px;
    }
}

@media screen and (max-width: 991px) {
    .about-thumb .about-contact-top {
        bottom: -75px;
    }
}

@media screen and (max-width: 575px) {
    .about-thumb .about-contact-top {
        bottom: -60px;
        left: 10%;
    }
}

.about-thumb .about-contact-top h4 {
    font-size: 45px;
    text-align: center;
    color: hsl(var(--white));
    margin-bottom: 0;
    font-weight: 700;
}

.about-thumb .about-contact-top span {
    color: hsl(var(--white));
    font-weight: 600;
    font-size: 13px;
}

@media screen and (max-width: 991px) {
    .about-right-content {
        padding-left: 0;
    }
}

.about-right-content .about-service li {
    display: flex;
    padding-bottom: 10px;
    flex-wrap: wrap;
}

.about-right-content .about-service li:last-child {
    padding-bottom: 0;
}

.about-right-content .about-service li span {
    padding-right: 65px;
    display: flex;
}

.about-right-content .about-service li span i {
    color: hsl(var(--base));
    margin-right: 10px;
    margin-top: 4px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.about-bottom {
    display: flex;
    flex-wrap: wrap;
}

.about-bottom .founder {
    display: flex;
    flex-wrap: wrap;
}

.about-bottom .founder img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover;
}

.about-bottom .founder .founder-text h4 {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 17px;
}

/*====================== How it works ====================*/
.service-area .col-lg-4:nth-child(odd) .service {
    margin-top: -30px;
}

.service {
    box-shadow: 0px 15px 30px rgba(61, 90, 125, 0.08);
    border-radius: var(--border-radius);
    padding: 30px 30px 35px;
    border: 2px solid hsl(var(--base)/0.07);
    transition: all 0.4s ease-in-out;
    text-align: start;
    overflow: hidden;
    display: flex;
}

@media screen and (max-width: 424px) {
    .service {
        flex-direction: column;
    }
}

.service:hover {
    box-shadow: 0px 20px 30px rgba(1, 6, 20, 0.1);
    border: 2px solid hsl(var(--base)/0.4);
    transform: translateY(-3px);
}

.service:hover .service__icon i {
    transform: scale(1.1);
}

.service:hover .service__icon::before {
    background: hsl(var(--base)/0.3);
}

.service__icon {
    margin-bottom: 20px;
    position: relative;
    transition: all 0.6s ease-in-out;
}

.service__icon i {
    font-size: 27px;
    color: hsl(var(--base));
    margin-top: 2px;
    height: 70px;
    width: 70px;
    text-align: center;
    background: hsl(var(--base)/0.2);
    line-height: 70px;
    border-radius: 50%;
    transition: transform 0.5s ease;
}

.service__content {
    margin-left: 30px;
}

@media screen and (max-width: 424px) {
    .service__content {
        margin-left: 0;
    }
}

.service__content h3 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}

.service__content a {
    font-size: 16px;
    font-weight: 600;
    margin-top: 11px;
}

/*======== Service single pages ======== */
.single-service-area .section-heading {
    position: relative;
    z-index: 2;
    overflow: hidden;
}


.single-service-area .section-heading:before {
    position: absolute;
    content: "";
    height: 3px;
    width: 94%;
    background: hsl(var(--base)/0.07);
    z-index: -1;
    border-radius: 3px;
    left: 78px;
}

.single-service {
    box-shadow: 0px 15px 30px rgba(61, 90, 125, 0.08);
    border-radius: var(--border-radius);
    padding: 15px;
    border: 2px solid hsl(var(--base)/0.07);
    transition: all 0.4s ease-in-out;
    text-align: start;
    overflow: hidden;
    background-color: hsl(var(--white));
}

.single-service:hover {
    box-shadow: 0px 20px 30px rgba(1, 6, 20, 0.1);
    border: 2px solid hsl(var(--base)/0.4);
    transform: translateY(-3px);
}

.single-service__icon {
    margin-bottom: 10px;
    position: relative;
    transition: all 0.6s ease-in-out;
}

.single-service__icon img {
    border-radius: 50%;
    height: 32px;
    width: 32px;
    object-fit: cover;
}

.single-service__icon i {
    font-size: 27px;
    color: hsl(var(--base));
    margin-top: 2px;
    text-align: center;
    transition: transform 0.5s ease;
}

.single-service__content .title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 14px;
    text-transform: capitalize;
}

.single-service__content .title span {
    display: block;
}

.single-service__content a {
    font-size: 16px;
    font-weight: 600;
    margin-top: 11px;
}

/*====================== Why choose ====================*/
.why-choose-area.py-80 {
    position: relative;
}

.why-choose-area.py-80 .why-choose-bg {
    height: 200px;
    width: 200px;
    position: absolute;
    border: 40px solid hsl(var(--base)/0.4);
    right: 20%;
    top: 5%;
    opacity: 0.2;
    border-radius: 50%;
}

@media screen and (max-width: 991px) {
    .why-choose-area.py-80 .why-choose-bg {
        height: 100px;
        width: 100px;
        border: 20px solid hsl(var(--base)/0.4);
    }
}

.why-choose-item {
    display: flex;
    align-items: center;
    box-shadow: 0px 15px 30px rgba(61, 90, 125, 0.08);
    border-radius: var(--border-radius);
    padding: 30px 30px 35px;
    border: 2px solid hsl(var(--base)/0.4);
    transition: all 0.4s ease-in-out;
    position: relative;
    overflow: hidden;
    background-color: hsl(var(--white));
}

@media screen and (max-width: 424px) {
    .why-choose-item {
        flex-wrap: wrap;
    }
}

.why-choose-item:hover {
    box-shadow: 0px 20px 30px rgba(1, 6, 20, 0.1);
    border: 2px solid hsl(var(--base)/0.1);
    transform: translateY(-3px);
}

.why-choose-item__icon {
    max-height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
    background: hsl(var(--base)/0.1);
    border-radius: 50%;
}

@media screen and (max-width: 424px) {
    .why-choose-item__icon {
        margin-bottom: 15px;
        max-height: 70px;
        width: 70px;
        line-height: 70px;
    }
}

.why-choose-item__icon i {
    font-size: 40px;
    line-height: 90px;
    color: hsl(var(--base));
}

@media screen and (max-width: 424px) {
    .why-choose-item__icon i {
        line-height: 70px;
        font-size: 30px;
    }
}

.why-choose-item__content {
    width: calc(100% - 90px);
    margin-left: 20px;
}

@media screen and (max-width: 424px) {
    .why-choose-item__content {
        width: 100%;
    }
}

/*====================== Experience ====================*/
.experience {
    box-shadow: 0px 15px 30px rgba(61, 90, 125, 0.08);
    border-radius: var(--border-radius);
    padding: 30px 30px 35px;
    border: 1px solid hsl(var(--base)/0.4);
    transition: all 0.4s ease-in-out;
    text-align: center;
    position: relative;
    overflow: hidden;
    background-color: hsl(var(--white));
}

.experience:hover {
    box-shadow: 0px 20px 30px rgba(1, 6, 20, 0.1);
    border: 1px solid hsl(var(--base)/0.1);
    transform: translateY(-3px);
}

.experience__icon {
    margin-bottom: 15px;
}

.experience__icon img {
    border-radius: 50%;
}

.experience__icon i {
    font-size: 25px;
    background: hsl(var(--base)/0.2);
    color: hsl(var(--base));
    height: 60px;
    width: 60px;
    line-height: 60px;
    border-radius: 50%;
    text-align: center;
}

.experience__count {
    margin-bottom: 10px;
    position: relative;
    transition: all 0.6s ease-in-out;
}

.experience__count h3 {
    font-size: 32px;
    color: hsl(var(--dark));
    margin-top: 2px;
    text-align: center;
    border-radius: 50%;
    transition: transform 0.5s ease;
    font-weight: 700;
    margin: auto;
}

.experience__content h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: hsl(var(--black)/0.8);
}

/*====================== Offer ====================*/
.pricing-plan .square-shape-1 {
    position: absolute;
    left: -15px;
    top: -160px;
    z-index: -1;
}

@media screen and (max-width: 991px) {
    .pricing-plan .square-shape-1 {
        top: -220px;
    }
}

@media screen and (max-width: 991px) {
    .pricing-plan .square-shape-1 {
        display: none;
    }
}

.pricing-plan-item {
    box-shadow: 0px 15px 30px rgba(61, 90, 125, 0.08);
    border-radius: var(--border-radius);
    padding: 40px 30px 42px;
    border: 1px solid hsl(var(--base)/0.07);
    transition: all 0.4s ease-in-out;
    position: relative;
    overflow: hidden;
}

.pricing-plan-item:hover {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid hsl(var(--base)/0.4);
    transform: translateY(-3px);
}

.pricing-plan-item .price-shape-bg {
    position: absolute;
    top: 0px;
    width: 144%;
    left: 0;
}

.dark .pricing-plan-item .price-shape-bg {
    filter: brightness(0.5);
}

.pricing-plan-item__top {
    text-align: center;
    padding-bottom: 20px;
}

.pricing-plan-item__top .title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 0px;
}

.pricing-plan-item__price {
    text-align: center;
    margin-bottom: 30px;
    background: hsl(var(--base)/0.1);
    padding: 15px 0;
}

.pricing-plan-item__price .title {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 0;
}

.pricing-plan-item__price .title span {
    font-size: 16px;
    color: hsl(var(--black)/0.5);
}

.pricing-plan-item__list {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.pricing-plan-item__list ul li {
    padding-bottom: 8px;
    margin-bottom: 10px;
    font-size: 15px;
    display: flex;
}

.pricing-plan-item__list ul li i {
    color: hsl(var(--base));
    margin-right: 10px;
    margin-top: 3px;
}

.pricing-plan-item__bottom {
    text-align: center;
    margin-bottom: 30px;
}

.pricing-plan-item__bottom .btn {
    width: 80%;
}

/*============= Project area start  =============*/
.Our-Project {
    position: relative;
    z-index: 2;
    border-radius: var(--border-radius);
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

.Our-Project:hover {
    box-shadow: 0px 20px 30px rgba(1, 6, 20, 0.1);
    transform: translateY(-3px);
}

.Our-Project a {
    position: relative;
    z-index: 2;
}

.Our-Project a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: var(--border-ra dius);
    left: 0px;
    bottom: 0px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, hsl(var(--black)/0.9) 100%);
}

.Our-Project a .content {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
    z-index: 1;
}

.Our-Project a .content h4 {
    color: hsl(var(--white));
    margin-bottom: 5px;
    font-weight: 600;
}

.Our-Project a .content span {
    color: hsl(var(--white));
    font-weight: 500;
}

/*============= Team News =============*/
.team-area .col-lg-3:nth-child(even) .team-item {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .team-area .col-lg-3:nth-child(even) .team-item {
        margin-top: 0;
    }
}

.team-item {
    border-radius: var(--border-radius);
    position: relative;
    transition: all 0.4s ease-in-out;
}

.team-item:hover {
    box-shadow: 0px 20px 30px rgba(1, 6, 20, 0.1);
    transform: translateY(-3px);
}

.team-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
    left: 0px;
    bottom: 0px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, hsl(var(--black)/0.9) 100%);
}

.team-item__content-wrapper {
    position: absolute;
    bottom: 35px;
    width: 100%;
    text-align: center;
    z-index: 1;
}

.team-item__content-wrapper .team-name h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
    color: hsl(var(--white));
}

.team-item__content-wrapper .team-name span {
    color: hsl(var(--white));
    font-weight: 600;
}

.team-item__content-wrapper .social-wrap {
    position: absolute;
    bottom: 70px;
    right: 5px;
}

.team-item__content-wrapper .social-wrap ul li {
    position: relative;
}

.team-item__content-wrapper .social-wrap ul li:hover .social-team {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}

.team-item__content-wrapper .social-wrap ul li .social-team {
    position: absolute;
    bottom: 42px;
    transition: all 0.6s ease-in-out;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
}

.team-item__content-wrapper .social-wrap ul li .social-team li {
    margin-top: 2px;
}

.team-item__content-wrapper .social-wrap ul li a {
    padding: 8px 14px;
    background: hsl(var(--base));
    margin-right: 10px;
    color: hsl(var(--white));
    border-radius: var(--border-radius-sm);
}

.team-item__thumb img {
    width: 100%;
    border-radius: var(--border-radius);
}

.team-item__thumb img img {
    width: 100%;
}

/*====================== Product Section ====================*/
.product {
    box-shadow: 0px 15px 30px rgba(61, 90, 125, 0.08);
    border-radius: 20px;
    padding: 20px 20px 27px;
    border: 1px solid hsl(var(--base)/0.07);
    transition: all 0.4s ease-in-out;
}

.product:hover {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid hsl(var(--base)/0.4);
    transform: translateY(-3px);
}

.product__thumb {
    margin-bottom: 25px;
    border-radius: 10px;
}

.product__thumb img {
    border-radius: 10px;
}

.product__price-title {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid hsl(var(--base)/0.2);
    padding-bottom: 20px;
    margin-bottom: 18px;
}

.product__price-title span {
    font-weight: 600;
    font-size: 14px;
    display: block;
}

.product__price-title span i {
    color: hsl(var(--base));
    font-size: 16px;
    font-weight: 800;
}

.product__price-title span:last-child {
    font-size: 20px;
}

.product__title {
    margin-bottom: 23px;
}

.product__title a {
    font-size: 18px;
    font-weight: 700;
}

.product__rating-view {
    display: flex;
    justify-content: space-between;
}

.product__rating-view .social-list__item {
    margin-right: 5px;
    font-size: 14px;
    color: hsl(var(--base));
}

.product__rating-view a {
    font-size: 14px;
    font-weight: 600;
    border: 1px solid hsl(var(--base)/0.5);
    padding: 3px 7px;
    border-radius: 5px;
}

.product__rating-view a:hover {
    background-color: hsl(var(--base));
    border: 1px solid hsl(var(--base));
    color: hsl(var(--white));
}

.product-detials {
    border: 1px solid hsl(var(--base)/0.1);
    border-radius: 20px;
    margin-right: 30px;
}

@media screen and (max-width: 991px) {
    .product-detials {
        margin-right: 0px;
    }
}

.product-detials .product {
    box-shadow: none;
    border: 0;
    padding-bottom: 0;
}

.product-detials .product:hover {
    border: none;
    transform: none;
}

.product-detials .product__thumb img {
    border-radius: 10px;
    width: 100%;
}

.product-detials .product.product__price-title {
    padding-bottom: 25px;
    margin-bottom: 27px;
}

/*=================== Testimonials =========*/
.testimonials {
    position: relative;
    overflow: hidden;
}

.testimonials .star-shape-1 {
    top: -60px;
    left: 0;
}

@media screen and (max-width: 767px) {
    .testimonials .star-shape-1 {
        top: -30px;
        left: 40px;
    }
}

.testimonials .star-shape-2.testimonial-item-star {
    bottom: 22px;
    right: 0;
}

.testimonial-item {
    background-color: hsl(var(--white));
    padding: 30px 20px;
    border-radius: var(--border-radius);
    border: 2px solid hsl(var(--base)/0.07);
    position: relative;
    height: 100%;
    margin-bottom: 50px;
    display: flex;
    transition: all 0.4s ease-in-out;
}

.testimonial-item:hover {
    border: 2px solid hsl(var(--base)/0.4);
}

@media screen and (max-width: 424px) {
    .testimonial-item {
        padding: 25px 15px;
    }
}

@media screen and (max-width: 575px) {
    .testimonial-item {
        margin-bottom: 35px;
        flex-direction: column;
        overflow: hidden;
    }
}

.testimonial-item__quate {
    position: absolute;
    right: 62px;
    width: 64px;
    opacity: 0.08;
    top: 6px;
}

.testimonial-item__quate i {
    font-size: 93px;
    color: hsl(var(--base)/0.7);
}

.testimonial-item__rating {
    display: flex;
    justify-content: space-between;
}

.testimonial-item__content {
    justify-content: space-between;
}

.testimonial-item__info {
    margin-bottom: 15px;
}

@media screen and (max-width: 424px) {
    .testimonial-item__info {
        margin-bottom: 10px;
    }
}

.testimonial-item__thumb {
    z-index: 22;
    padding: 12px;
    width: 110px;
}

@media screen and (max-width: 575px) {
    .testimonial-item__thumb {
        width: 110px;
    }
}

.testimonial-item__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    position: relative;
    border-radius: var(--border-radius);
}

.testimonial-item__details {
    width: calc(100% - 60px);
}

@media screen and (max-width: 424px) {
    .testimonial-item__details {
        width: calc(100% - 45px);
        padding-left: 10px;
    }
}

.testimonial-item__name {
    margin-bottom: 0;
    color: hsl(var(--black));
}

.testimonial-item__designation {
    color: hsl(var(--black)/0.8);
}

.testimonial-item__desc {
    color: hsl(var(--black)/0.5);
    margin-bottom: 20px;
}

@media screen and (max-width: 424px) {
    .testimonial-item__desc {
        margin-bottom: 10px;
    }
}



.rating-list__item {
    padding: 0 1px;
    color: hsl(var(--base));
}

/*=================== Client area =========*/
.client-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.client-logos:last-of-type {
    margin-bottom: 0;
}

.client-logos img {
    width: 160px !important;
    padding: 15px;
    border: 3px solid hsl(var(--base)/0.06);
    height: 135px;
    object-fit: contain;
}

.client-logos .slick-slide {
    margin: 0 10px;
}

/*=================== Client Page Logo =========*/
.client-logo {
    background-color: hsl(var(--white));
    padding: 40px 20px;
    box-shadow: var(--box-shadow);
    text-align: center;
    border-radius: 5px;
    border: 1px solid hsl(var(--black)/0.08);
    transition: 0.3s linear;
}

.client-logo:hover {
    background-color: hsl(var(--base-two));
}

/*====================== Blog Style ====================*/
.blog-item {
    box-shadow: var(--box-shadow);
    /* border-radius: var(--border-radius); */
    overflow: hidden;
    height: 100%;
}

.blog-item:hover .blog-item__thumb img {
    transform: scale(1.2);
}

.blog-item:hover .blog-item__title img {
    color: hsl(var(--base));
}

.blog-item__thumb {
    overflow: hidden;
    border-radius: 0px;
    max-height: 300px;
}

.blog-item__thumb img {
    transition: 0.3s linear;
    border-radius: 0;
    width: 100%;
    height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-item__content {
    background-color: hsl(var(--white)/0.07);
    padding: 35px 25px;
}

@media screen and (max-width: 767px) {
    .blog-item__content {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 424px) {
    .blog-item__content {
        padding: 25px 15px;
    }
}

.blog-item__title {
    margin-top: 15px;
}

@media screen and (max-width: 575px) {
    .blog-item__title {
        margin-top: 15px;
    }
}

.blog-item__title-link {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.blog-item__desc {
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 767px) {
    .blog-item__desc {
        margin-bottom: 15px;
    }
}

.blog-bottom-wrap {
    border-top: 1px solid hsl(var(--base)/0.2);
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.blog-bottom-wrap .like-comment {
    display: flex;
    align-items: center;
}

.blog-bottom-wrap .like-comment .left-auth img {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    object-fit: cover;
    margin-right: 10px;
}

.blog-bottom-wrap .auth-name h5 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 600;
}

.blog-bottom-wrap .auth-name h5 span {
    color: hsl(var(--dark)/0.6);
}

.blog-bottom-wrap .comments-like span {
    font-size: 15px;
    margin-left: 10px;
    display: inline-block;
}

.blog-bottom-wrap .comments-like span i {
    color: hsl(var(--base));
    font-size: 14px;
}

/*============= Video Start Here =======================*/
.video-left:hover .video-left__thumb img {
    transform: scale(1.2);
}

.video-left__thumb {
    position: relative;
    z-index: 3;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 16px;
}

.video-left__thumb img {
    border-radius: 16px;
    width: 100%;
    transition: all 0.5s linear;
}

.video-left__thumb:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsl(var(--dark));
    opacity: 0.4;
    border-radius: 16px;
    z-index: 1;
}

.video-left__content a:hover {
    color: inherit;
}

.video-left .popup-vide-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-45%, -50%);
    z-index: 4;
}

.video-left .meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.video-left .meta .right-side-meta.ms-auto .like {
    margin-left: 10px;
}

.video-left .meta .right-side-meta.ms-auto .like i {
    color: hsl(var(--base));
}

.video-left .date i {
    color: hsl(var(--base));
}

/*============= Breaking News =============*/
.subscribe-section {
    position: relative;
    z-index: 1;
}

.subscribe-section::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    background: hsl(var(--dark)/0.95);
    top: 0;
    left: 0;
}

.subscribe-section .square-shape-1 {
    right: 0;
}

.subscribe-wrap {
    padding: 30px 70px 30px;
    border-radius: 0px;
}

.subscribe-wrap .banner-effect {
    content: "";
    position: absolute;
    width: 215px;
    height: 250px;
    background: linear-gradient(43.32deg, hsl(var(--base)/0.5) 14.73%, hsl(var(--base)/0.5) 86.35%, hsl(var(--base)) 86.35%);
    opacity: 0.8;
    filter: blur(91px);
    border-radius: 1% 50% 50% 0%;
    z-index: 1;
    top: 0;
    left: -190px;
}

@media screen and (max-width: 767px) {
    .subscribe-wrap .banner-effect {
        width: 190px;
        height: 190px;
        opacity: 0.8;
        filter: blur(80px);
        left: 0px;
    }
}

@media screen and (max-width: 767px) {
    .subscribe-wrap {
        padding: 40px;
    }
}

@media screen and (max-width: 374px) {
    .subscribe-wrap {
        padding: 20px;
    }
}

@media screen and (max-width: 991px) {
    .subscribe-wrap .section-heading__title {
        font-size: 34px;
    }
}

@media screen and (max-width: 767px) {
    .subscribe-wrap .section-heading__title {
        font-size: 27px;
    }
}

@media screen and (max-width: 424px) {
    .subscribe-wrap .section-heading__title {
        font-size: 22px;
    }
}

.subscribe-wrap p {
    margin-bottom: 20px;
    color: hsl(var(--white)/0.6);
}

.subscribe-wrap__input {
    position: relative;
}

.subscribe-wrap__input input {
    height: 60px;
    border-radius: 10px;
    background-color: hsl(var(--base)/0.05);
    padding-right: 70px;
    color: hsl(var(--white)/0.4);
}

.subscribe-wrap__input input::placeholder {
    color: hsl(var(--white)/0.4);
}

.subscribe-wrap__input .form--control:focus {
    color: hsl(var(--white)/0.4);
}

.subscribe-wrap__input button {
    position: absolute;
    height: 100%;
    width: 62px;
    background-color: hsl(var(--base));
    border-radius: 0px 0px 0px 0;
    right: 0;
    border-radius: 0px 10px 10px 0px;
}

.subscribe-right {
    position: relative;
}

.subscribe-right::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
    left: 0px;
    bottom: 0px;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, hsl(var(--base)/0.5) 100%);
}

.subscribe-right .thumb img {
    border-radius: var(--border-radius);
}

/* =================== Featured Start Here ==================== */
.single-featured {
    box-shadow: var(--box-shadow);
    padding: 30px;
    position: relative;
    overflow: hidden;
    min-height: 260px;
}

.single-featured::before {
    content: "";
    position: absolute;
    height: 50px;
    width: 50px;
    left: -11px;
    bottom: -20px;
    background-color: hsl(var(--base));
    z-index: 2;
    border-radius: 50%;
    transition: all 0.5s;
}

.single-featured__content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.single-featured__thumb {
    text-align: right;
}

.single-featured__thumb img {
    transform: scale(1);
    transition: all 0.4s ease-in-out;
}

.single-featured:hover .single-featured__thumb img {
    transform: scale(1.3);
}

.single-featured:hover::before {
    height: 100px;
    width: 100px;
}

/*====================== Checkout Page ====================*/
.cuppon-accor span {
    cursor: pointer;
    transition: all 0.4s;
}

.cuppon-accor span:hover {
    color: hsl(var(--base));
}

.product-card__cupon span {
    cursor: pointer;
    transition: all 0.4s;
}

.product-card__cupon span:hover {
    color: hsl(var(--base));
}

/*=================== Blog Details =========*/
.blog-details {
    box-shadow: 0px 2px 15px hsl(var(--white)/0.25);
    margin-right: 50px;
}

@media screen and (max-width: 991px) {
    .blog-details {
        margin-right: 0px;
    }
}

.blog-details .blog-item__content {
    padding: 35px 0px;
    margin-top: 10px;
}

.blog-details .text-list.inline .text-list__item {
    padding: 0px 12px;
}

.blog-details .blog-item__content {
    background-color: transparent;
}

.blog-details .blog-item {
    box-shadow: none;
}

.blog-details .blog-item__thumb {
    height: 450px;
    max-height: 100%;
}

@media screen and (max-width: 991px) {
    .blog-details .blog-item__thumb {
        height: 350px;
    }
}

@media screen and (max-width: 767px) {
    .blog-details .blog-item__thumb {
        height: 300px;
    }
}

.blog-details .blog-item__thumb img {
    height: 450px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-details .blog-item__content {
    padding-bottom: 0;
}

.blog-details__content {
    padding: 20px 0px;
}

@media screen and (max-width: 767px) {
    .blog-details__content {
        padding: 20px 25px;
    }
}

@media screen and (max-width: 575px) {
    .blog-details__content {
        padding: 15px 15px;
    }
}

.blog-details__title {
    margin-bottom: 15px;
}

.blog-details__desc {
    margin-bottom: 15px;
}

.blog-details .blog-bottom-wrap {
    border-top: 0;
    padding: 20px 25px 0px;
}

blockquote {
    background-color: hsl(var(--base)/0.05);
    padding: 60px 20px 20px;
    border-radius: 5px;
    border-left: 3px solid hsl(var(--base));
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    margin-top: 30px;
}

blockquote::before {
    content: "\f10e";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 141px;
    top: -95px;
    right: 50%;
    z-index: -1;
    opacity: 0.4;
    transform: translateX(39%);
}

.social-list.blog-details a.social-list_ _link {
    color: hsl(var(--dark)) !important;
}

/*=================== Contact top Start =========*/
.contact-info__addres-wrap .single_wrapper {
    box-shadow: 0px 0px 11px 0px hsl(var(--base)/0.1);
    border: 2px solid hsl(var(--base)/0.1);
    transition: all 0.4s ease-in-out;
    padding: 28px;
    margin-bottom: 27px;
    border-radius: var(--border-radius);
}

.contact-info__addres-wrap .single_wrapper:hover {
    box-shadow: 0px 20px 30px rgba(1, 6, 20, 0.1);
    border: 2px solid hsl(var(--base)/0.4);
    transform: translateY(-3px);
}

.contact-info__addres-wrap .single_wrapper h3 {
    margin-bottom: 30px;
    text-transform: capitalize;
    color: hsl(var(--black));
}

.contact-info__addres-wrap .single_wrapper .single-info {
    display: flex;
    align-items: center;
}

.contact-info__addres-wrap .single_wrapper .single-info .cont-icon {
    margin-right: 25px;
}

.contact-info__addres-wrap .single_wrapper .single-info .cont-icon i {
    font-size: 40px;
    color: hsl(var(--base));
}

.contact-info__addres-wrap .single_wrapper .single-info .cont-text h6 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.contact-info__addres-wrap .single_wrapper .single-info .cont-text h6 a {
    color: hsl(var(--black)/0.6);
}

.contact-map {
    width: 100%;
    min-height: 300px;
    height: 100%;
}

.contact-map iframe {
    width: 100%;
    height: 400px;
}

.contactus-form {
    border: 1px solid hsl(var(--base)/0.1);
    background-color: hsl(var(--white)/0.1);
    padding: 40px 30px;
    border-radius: var(--border-radius);
    box-shadow: 0px 0px 11px 0px hsl(var(--base)/0.1);
}

@media screen and (max-width: 767px) {
    .contactus-form {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 575px) {
    .contactus-form {
        padding: 20px 15px;
    }
}

/*=================== Account =========*/
.accordion-area {
    position: relative;
    z-index: 1;

}

.accordion-area::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    background: hsl(var(--dark)/0.98);
    top: 0;
    left: 0;
    background-image: url(https://zapolo.dexignzone.com/xhtml/images/shape-3.png), url(https://zapolo.dexignzone.com/xhtml/images/shape-4.png);
}

.account .login-bg-img {
    position: absolute;
    width: 48%;
    height: 100%;
    border-radius: 0;
    top: 0;
    object-fit: cover;
}

@media screen and (max-width: 991px) {
    .account .login-bg-img {
        display: none;
    }
}

.account-inner {
    position: relative;
}

.account-form {
    border: 1px solid hsl(var(--base)/0.1);
    background-color: hsl(var(--white)/0.1);
    padding: 50px;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: hsl(var(--black)/0.1) 0px 7px 29px 0px;
}

.account-form .form--control {
    border-radius: 10px !important;
}

@media screen and (max-width: 1199px) {
    .account-form {
        padding: 40px 30px;
    }
}

@media screen and (max-width: 991px) {
    .account-form {
        padding: 35px 25px;
    }
}

@media screen and (max-width: 767px) {
    .account-form {
        padding: 30px 20px;
    }
}

@media screen and (max-width: 424px) {
    .account-form {
        padding: 30px 15px;
    }
}

.account-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (min-width: 1199px) {
    .account-thumb {
        position: absolute;
        left: 20px;
        top: 0;
        bottom: 0;
        width: 47%;
    }

    .account-thumb img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

/*=================== Left Css =========*/
.policy-left {
    position: sticky;
    top: 100px;
}

.policy-left__wrapper {
    background-color: hsl(var(--white)/0.2);
    padding: 45px 20px !important;
    border-radius: 5px;
}

@media screen and (max-width: 991px) {
    .policy-left__wrapper {
        padding: 30px 10px !important;
    }
}

@media screen and (max-width: 767px) {
    .policy-left__wrapper {
        padding: 35px 15px !important;
    }
}

.policy-left .nav-link {
    padding: 0px;
    margin: 5px 0;
}

.policy-left .nav-link:hover {
    color: hsl(var(--base));
}

.policy-left__list {
    color: hsl(var(--white));
    font-size: 18px;
    font-weight: 700;
    position: relative;
    padding-left: 10px !important;
}

.policy-left__list.active {
    background-color: transparent !important;
    color: hsl(var(--base)) !important;
}

.policy-left__list.active::before {
    background-color: hsl(var(--base));
}

.policy-left__list::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 70%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: hsl(var(--white));
}

.policy-left__item {
    color: hsl(var(--body-color));
}

.policy-left__item span {
    font-size: 13px;
    margin-right: 10px;
}

.policy-left__item.active {
    color: hsl(var(--base)) !important;
    background-color: transparent !important;
}

.policy-right__list {
    margin-top: 30px;
}

@media screen and (max-width: 767px) {
    .policy-right__list {
        margin-top: 20px;
    }
}

.policy-card {
    background-color: hsl(var(--white)/0.2);
    padding: 25px;
    border-radius: 5px;
}

@media screen and (max-width: 991px) {
    .policy-card {
        padding: 20px;
    }
}

@media screen and (max-width: 767px) {
    .policy-card {
        padding: 15px;
    }
}

.policy-card:not(:last-child) {
    margin-bottom: 50px;
}

@media screen and (max-width: 991px) {
    .policy-card:not(:last-child) {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .policy-card:not(:last-child) {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 575px) {
    .policy-card:not(:last-child) {
        margin-bottom: 30px;
    }
}

.policy-card__title {
    margin-bottom: 10px;
}

.policy-card__desc {
    margin-bottom: 30px;
}

@media (max-width: 757px) {
    .policy-card__desc {
        margin-bottom: 20px;
    }
}

.policy-card__desc:last-of-type {
    margin-bottom: 0;
}

/*============** Term Of Service **============*/
.single-terms h3 {
    font-size: 30px;
    font-weight: 500;
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 5px;
}

.single-terms p {
    margin-bottom: 30px;
}

.error-wrap img {
    background: hsl(var(--danger));
}

.error-wrap__title {
    margin-bottom: 0;
}

.error-wrap__desc {
    margin-bottom: 30px;
    font-size: 18px;
}

.error__text span {
    font-size: 75px;
    font-weight: 800;
}

.error__text span:nth-child(2) {
    color: red;
}

.cookies-card {
    position: fixed;
    bottom: 16px;
    width: 40%;
    padding: 20px;
    background: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    right: 16px;
    z-index: 99;
    border: 2px solid hsl(var(--base));
}

.dark-mode .cookies-card {
    background: #2d3748;
    border: 1px solid #404040;
}

@media (max-width:576px) {
    .cookies-card {
        width: 90%;
    }
}

.pricing-plan-item {
    box-shadow: 0px 15px 30px rgba(61, 90, 125, 0.08);
    border-radius: var(--border-radius);
    padding: 40px 30px 42px;
    border: 1px solid hsl(var(--base)/0.07);
    transition: all 0.4s ease-in-out;
    position: relative;
    overflow: hidden;
}

.pricing-plan-item:hover {
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid hsl(var(--base)/0.4);
    transform: translateY(-3px);
}

.pricing-plan-item .price-shape-bg {
    position: absolute;
    top: 0px;
    width: 144%;
    left: 0;
}

.pricing-plan-item__top {
    text-align: center;
    padding-bottom: 20px;
}

.pricing-plan-item__top .title {
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 0px;
}

.pricing-plan-item__price {
    text-align: center;
    margin-bottom: 30px;
    background: hsl(var(--base)/0.1);
    padding: 15px 0;
}

.pricing-plan-item__price .title {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 0;
}

.pricing-plan-item__price .title span {
    font-size: 16px;
    color: hsl(var(--black)/0.5);
}

.pricing-plan-item__list {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.pricing-plan-item__list ul li {
    padding-bottom: 8px;
    margin-bottom: 10px;
    font-size: 15px;
    display: flex;
}

.pricing-plan-item__list ul li i {
    color: hsl(var(--base));
    margin-right: 10px;
    margin-top: 3px;
}

.pricing-plan-item__bottom {
    text-align: center;
    margin-bottom: 30px;
}

.pricing-plan-item__bottom .btn {
    width: 80%;
}

.form--control.referralURL {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.selling-group-item small.text-muted {
    min-width: 50px;
}

.account-form pre {
    background: hsl(var(--dark));
    color: hsl(var(--white));
    padding: 10px;
}

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


/***

====================================================================
   custom
====================================================================

***/
#typewriter::after {
    content: '|';
    animation: blink 1s infinite;
    color: white;
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }
}

.ptb-200 {
    padding-top: 150px;
    padding-bottom: 80px;
}

@media (max-width: 767px) {
    .ptb-200 {
        padding-top: 80px;
        padding-bottom: 80px;
        padding-right: 10px;
        padding-left: 10px;
    }
}

.z-50 {
    position: relative;
    z-index: 50;
}

.text_h4border {
    font-size: 24px;
    font-weight: 600;
    border-bottom: 2px solid var(--maintheme);
    display: inline-block;
    padding-bottom: 10px;
}

.text_h2 {
    font-size: 40px;
    font-weight: 600;
    margin: 15px 0px;
}

@media (max-width: 767px) {
    .text_h2 {
        font-size: 30px;
        line-height: 40px;
    }
}



#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}


/* banner__two  */
.banner__two-content-button {
    z-index: 100;
    position: relative;
}

.banner__two {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    margin-top: 110px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-wrapper {
    display: flex;
    width: 100%;
    height: 100%;
}

.swiper-slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
}

.banner__two-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.banner__two-image::before {
    content: "";
    position: absolute;
    background: #131313;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    left: 0;
    top: 0;
    z-index: -1;
}

.banner__two-image-shape-one {
    position: absolute;
    left: -60px;
    bottom: 130px;
}

.banner__two-image-shape-two {
    position: absolute;
    right: 0;
    bottom: 0;
}

.banner__two-content {
    position: relative;
    text-align: center;
    padding: 170px 0;
}

.banner__two-content .subtitle {
    position: absolute;
    left: 50%;
    top: 23%;
    transform: translateX(-50%);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 210px;
    line-height: 200px;
    font-style: normal;
    opacity: 0.2;
    color: #FFFFFF;
    -webkit-text-stroke-width: 1px;
    z-index: -1;
}

.banner__two-content span {
    color: #00eb08;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 15px;
    display: inline-block;
    font-family: var(--text);
}

.banner__two-content h1 {
    color: #FFFFFF;
    font-size: 80px;
    line-height: 100px;
    max-width: 1020px;
    margin: 0 auto;
    margin-bottom: 45px;
    text-transform: capitalize;
}

.banner__two-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 10;
}

.banner__two-arrow-prev {
    position: absolute;
    left: 50px;
    cursor: pointer;
}

.banner__two-arrow-next {
    position: absolute;
    right: 50px;
    cursor: pointer;
}

.banner__two-arrow-prev i,
.banner__two-arrow-next i {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    background: #00eb08;
    font-size: 22px;
    color: #FFFFFF;
    border-radius: 50%;
    transition: 0.4s;
}

.banner__two-arrow-prev i:hover,
.banner__two-arrow-next i:hover {
    background: #FFFFFF;
    color: #00eb08;
}

@media (max-width: 1599px) {
    .banner__two-arrow-prev {
        left: 35px;
    }

    .banner__two-arrow-next {
        right: 65px;
    }
}

@media (max-width: 1399px) {
    .banner__two-content h1 {
        font-size: 80px;
        line-height: 90px;
        margin-bottom: 40px;
    }
}

@media (max-width: 991px) {
    .banner__two-content h1 {
        font-size: 64px;
        line-height: 74px;
    }

    .banner__two-content .subtitle {
        top: 15%;
        font-size: 180px;
    }
}

@media (max-width: 767px) {
    .banner__two-content {
        padding: 120px 0;
    }

    .banner__two-content h1 {
        font-size: 47px;
        line-height: 57px;
        margin-bottom: 30px;
    }

    .banner__two-content .subtitle {
        font-size: 140px;
    }
}

@media (max-width: 535px) {
    .banner__two-arrow-prev {
        left: 12px;
    }

    .banner__two-arrow-next {
        right: 36px;
    }

    .banner__two-arrow-prev i,
    .banner__two-arrow-next i {
        width: 30px;
        height: 30px;
        line-height: 28px;
        font-size: 18px;
    }

    .banner__two-content .subtitle {
        top: 13%;
        font-size: 90px;
    }
}

@media (max-width: 480px) {
    .banner__two-content h1 {
        font-size: 42px;
        line-height: 48px;
    }

    .banner__two-image-shape-one {
        bottom: 56%;
        z-index: -1;
    }

    .banner__two-image-shape-two {
        bottom: 10px;
        right: 10px;
        width: 60px;
    }
}

@media (max-width: 359px) {
    .banner__two-content h1 {
        font-size: 32px;
        line-height: 42px;
    }
}


.sliderboot {
    margin-top: 110px;
}

.carousel-control i {
    background: black;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:781px) {
    .sliderboot {
        margin-top: 90px;
    }
}

/***

====================================================================
    Marquee Section
====================================================================

***/
/* .marquee-section {
    background-color: #ff6809;
    position: relative;
    padding: 25px 0 40px;
}

@media (max-width: 991.98px) {
    .marquee-section {
        padding: 20px 0 30px;
    }
}

.marquee-section.style-two {
    background-color: hsl(var(--base)/0.02);
    border-bottom: 1px solid hsl(var(--base) / 0.4);
}

.marquee-section.style-two .marquee .text:hover:after {
    background-color: #ffffff;
}

.marquee {
    position: relative;
    --duration: 30s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: var(--gap);
}

.marquee .marquee-group {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 0;
    min-width: 100%;
    -webkit-animation: scroll var(--duration) linear infinite;
    animation: scroll var(--duration) linear infinite;
}

.marquee .text {
    position: relative;
    -webkit-text-fill-color: hsl(var(--dark));
    -webkit-text-stroke: 1px hsl(var(--dark));
    font-size: 40px;
    font-weight: 600;
    line-height: 1.3;
    padding-left: 40px;
    margin-left: 40px;
    font-family: var(--text);
    letter-spacing: 1px;
}

.dark .marquee .text {
    -webkit-text-fill-color: hsl(var(--white) / 0.8);
    -webkit-text-stroke: 1px hsl(var(--white) / 0.8);
}

@media (max-width: 991.98px) {
    .marquee .text {
        font-size: 36px;
    }
}

.marquee .text:after {
    background-color: hsl(var(--dark));
    border-radius: 50%;
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 2px);
    height: 9px;
    width: 9px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.marquee .text:hover:after {
    background-color: hsl(var(--white));
}

.marquee .text:before {
    position: absolute;
    content: attr(data-text);
    top: -35px;
    left: 40px;
    -webkit-text-fill-color: hsl(var(--white));
    width: 0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    overflow: hidden;
    padding-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100% + 55px);
}

.marquee .text:hover:before {
    width: 100%;
}

@media (prefers-reduced-motion: reduce) {
    .marquee .marquee-group {
        -webkit-animation-play-state: play;
        animation-play-state: play;
    }
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)));
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)));
    }
}

.marquee.slide-right {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.marquee.slide-right .text {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
} */

/* testimonial-block-two */
.testimonial-block-two {
    position: relative;
}

.testimonial-block-two .inner-box {
    position: relative;
    margin-top: 15px;
    padding: 0 45px 45px;
    -webkit-box-shadow: 0 0 59px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 59px rgba(0, 0, 0, 0.06);
    border-top: 3px solid hsl(var(--base));
    background-color: hsl(var(--dark)/0.95);
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-two .inner-box:hover:before {
    height: 100%;
}

.testimonial-block-two .inner-box:hover .thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.testimonial-block-two .inner-box:hover .rating-list__item {
    color: hsl(var(--base));
    position: relative;
}

.testimonial-block-two .inner-box:hover .text {
    color: #111;
}

.testimonial-block-two .inner-box:hover .name {
    color: #111 !important;
    z-index: 10;
    position: relative;
}

.testimonial-block-two .inner-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    pointer-events: none;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-two .inner-box .icon-box {
    position: relative;
    bottom: 15px;
    width: 121px;
    height: 83px;
    margin: 0 auto;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-two .inner-box .icon-box:before {
    position: absolute;
    left: -7px;
    right: -7px;
    top: 0;
    height: 14px;
    content: "";
    clip-path: polygon(5% 0, 95% 0, 100% 100%, 0 100%);
    background-color: hsl(var(--base));
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-two .inner-box .icon-box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: hsl(var(--base));
    clip-path: polygon(0 0%, 100% 0, 90% 100%, 10% 100%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-two .inner-box .icon-box .icon {
    position: relative;
    display: inline-block;
    z-index: 2;
}

.testimonial-block-two .inner-box .icon-box .icon.icon-quote {
    width: 58px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(https://html.kodesolution.com/2024/binso-php/images/icons/quotes.png);
}

.testimonial-block-two .inner-box .thumb {
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 0px;
    text-align: center;
    width: 35%;
}

.testimonial-block-two .inner-box .thumb img {
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-two .inner-box .text {
    position: relative;
    font-size: 18px;
    margin-bottom: 20px;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-two .inner-box .name {
    color: #ffffff;
    margin-bottom: 3px;
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-two .inner-box .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 1em;
    margin-bottom: 0;
    color: hsl(var(--base));
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-two .inner-box .icon-quotes {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 1;
    width: 121px;
    height: 121px;
    background-image: url(https://html.kodesolution.com/2024/binso-php/images/icons/dots-4-light.png);
    z-index: 3;
}

/* testimonal */
.double_qoute i {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #fff;
    background: var(--maintheme);
}

.testimonial-block-two {
    position: relative;
}

.testimonial-block-two .inner-box {
    position: relative;
    margin-top: 15px;
    padding: 0 45px 45px;
    -webkit-box-shadow: 0 0 59px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 59px rgba(0, 0, 0, 0.06);
    border-top: 3px solid #00eb08;
    background-color: #0C1434;
    text-align: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-two .inner-box:hover:before {
    height: 100%;
}

.testimonial-block-two .inner-box:hover .thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.rating-list__item {
    color: #00eb08;
    position: relative;
}

.testimonial-block-two .inner-box:hover .rating-list__item {
    color: #00eb08;
    position: relative;
}

.testimonial-block-two .inner-box:hover .text {
    color: #111;
}

.testimonial-block-two .inner-box:hover .name {
    color: #111 !important;
    z-index: 10;
    position: relative;
}

.testimonial-block-two .inner-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    pointer-events: none;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-two .inner-box .icon-box {
    position: relative;
    bottom: 15px;
    width: 121px;
    height: 83px;
    margin: 0 auto;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-two .inner-box .icon-box:before {
    position: absolute;
    left: -7px;
    right: -7px;
    top: 0;
    height: 14px;
    content: "";
    clip-path: polygon(5% 0, 95% 0, 100% 100%, 0 100%);
    background-color: var(--maintheme);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-two .inner-box .icon-box:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--maintheme);
    clip-path: polygon(0 0%, 100% 0, 90% 100%, 10% 100%);
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-two .inner-box .icon-box .icon {
    position: relative;
    display: inline-block;
    z-index: 2;
}

.testimonial-block-two .inner-box .icon-box .icon.icon-quote {
    width: 58px;
    height: 42px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(https://html.kodesolution.com/2024/binso-php/images/icons/quotes.png);
}

.testimonial-block-two .inner-box .thumb {
    position: relative;
    overflow: hidden;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 0px;
    text-align: center;
    width: 35%;
}

.testimonial-block-two .inner-box .thumb img {
    width: 100%;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-two .inner-box .text {
    position: relative;
    font-size: 17px;
    margin-bottom: 20px;
    color: #ffffffb0;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-family: var(--text);
}

.testimonial-block-two .inner-box .name {
    color: #ffffff;
    margin-bottom: 3px;
    font-weight: 700;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-two .inner-box .designation {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 1em;
    margin-bottom: 0;
    color: #00eb08;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.testimonial-block-two .inner-box .icon-quotes {
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 1;
    width: 121px;
    height: 121px;
    background-image: url(https://html.kodesolution.com/2024/binso-php/images/icons/dots-4-light.png);
    z-index: 3;
}

.blog {
    background-image: url(../images/pattern11.png);
    position: relative;
}

.blog_box {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #00eb08
}

.blog_img {
    overflow: hidden;
}

.blog_img img {
    width: 100%;
    transition: transform 0.5s ease-in-out;
}

.blog_box:hover .blog_img img {
    transform: scale(1.1);
}

.blog_content {
    /* color: #000; */
    padding: 15px;
    background: linear-gradient(212deg, rgb(255 255 255 / 0%) 69%, rgb(0 235 8 / 51%) 35%);
    background-size: 0%;
    transition: all 0.5s;
    background-position: left;
    background-repeat: no-repeat;
}

.blog_content h2 {
    font-size: 20px;
    line-height: 30px;
}

.blog_content p {
    font-size: 16px;
}

.blog_box:hover {
    border: 2px solid #00eb08;
}

.blog_box:hover .blog_content {
    background-size: 100%;
    transition: all 0.5s;
}

.blog_content a {
    color: #000;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dark .blog_content a {
    color: #fff;
}

.blog_content a i {
    border: 2px solid #000;
    border-radius: 100px;
    width: 20px;
    font-size: 12px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(328deg);
    transition: all 0.5s;
}

.blog_box:hover a i {
    transform: rotate(358deg);
}

/* about  */
.spangreen {
    color: var(--maintheme);
}

@media (max-width: 991.98px) {
    .about-section .image-column {
        margin-bottom: 40px;
    }
}

.about-section .image-column .inner-column {
    height: 100%;
    position: relative;
}

.about-section .image-column .inner-column:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 50px;
    width: 18px;
    height: 450px;
    background-color: #00eb08;
}

@media (max-width: 1199.98px) {
    .about-section .image-column .inner-column:before {
        display: none;
    }
}

.about-section .image-column .inner-column:after {
    content: "";
    position: absolute;
    top: -60px;
    right: 77px;
    width: 674px;
    height: 674px;
    background-image: url(/assets/presets/default/images/output-onlinepngtools.png);
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .about-section .image-column .inner-column:after {
        display: none;
    }
}

.about-section .image-column .inner-column .image-box {
    height: 100%;
}

.about-section .image-column .inner-column .image-box:before {
    content: "";
    position: absolute;
    top: 127px;
    left: -30px;
    width: 111px;
    height: 216px;
    background-image: url(https://html.kodesolution.com/2024/binso-php/images/icons/triangel1-2.png);
    animation: bounce-y 20s infinite linear;
}

@media (max-width: 1199.98px) {
    .about-section .image-column .inner-column .image-box:before {
        display: none;
    }
}

.about-section .image-column .inner-column .image-box .image {
    width: 100%;
    height: 100%;
    max-width: 470px;
}

.about-section .image-column .inner-column .image-box .image img {
    width: 100%;
    height: 100%;
    padding-left: 100px;
}

@media (max-width: 1199.98px) {
    .about-section .image-column .inner-column .image-box .image img {
        padding-left: 0;
    }
}

.about-section .image-column .inner-column .image-box .image-2 {
    position: absolute;
    top: 35px;
    right: 0;
    border-radius: 50%;
    border: 6px solid #fff;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .about-section .image-column .inner-column .image-box .image-2 {
        /* display: none; */
        top: 0px;
        width: 180px;
    }

    .about-section .image-column .inner-column {
        overflow: hidden;
    }
}

.about-section .image-column .inner-column .image-box .image-2 img {
    border-radius: 50%;
}

.bounce-y {
    animation: bounce-y 10s infinite linear;
}

@keyframes bounce-y {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-30px);
    }

    100% {
        transform: translateY(0);
    }
}

.about_ul li {
    list-style: none;
}

.about_ul li {
    font-family: var(--text);
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 10px;
    display: flex;
    gap: 15px;
    align-items: center;
}

.about_ul li i {
    color: #00eb08;
    background: #00eb0817;
    padding: 5px;
    border-radius: 100px;
}

@media (max-width:720px) {
    .flex-row-reverse-mob {
        flex-direction: column-reverse;
        gap: 15px;
    }
}

/* counter */
.whychooseus {
    position: relative;
}

.experience_chooseus {
    text-align: center;
    box-shadow: 0px 0px 16px 0px rgba(154.70000000000002, 154.70000000000002, 154.70000000000002, 0.5);
    padding: 28px 20px;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    border-radius: 8px;
    border: 1px solid #00eb08;
    position: relative;
    overflow: hidden;
}

.experience_chooseus::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 48%;
    background-color: #00c60740;
    border-radius: 100%;
    top: -57px;
    left: 0;
    z-index: -1;
}

.experience__usicon {
    margin: auto;
}

.experience__usicon i {
    background: #fff;
    font-size: 25px;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--maintheme);
    border: 1px solid var(--maintheme);
}

.experience__usicon svg {
    background: #fff;
    font-size: 25px;
    border-radius: 100px;
    width: 50px;
    border: 1px solid #00c607;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00eb08;
    padding: 10px;
}

.count_us h2 {
    font-size: 35px;
    font-family: var(--heading);
    margin-top: 25px;
    font-weight: 600;
}

.content_chooseus h4 {
    font-size: 16px;
    font-family: var(--text);
    /* margin-top: 10px; */
}

@media only screen and (max-width: 991px) {
    .dflex_mobile {
        display: flex;
        gap: 10px;
    }

    .experience_chooseus {
        width: 50%;
    }
}

/* footer  */
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.btn_theme {
    color: #ffffff !important;
  background-color: var(--maintheme);
    border-color: var(--maintheme);
}

.btn_theme:hover {
    color: #ffffff !important;
    border-color: #000000;
    box-shadow: none;
}

.btncustom {
    display: inline-block;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    padding: 8px 26px 6px;
    position: relative;
    font-size: 0.9375rem;
    line-height: 1.9;
    border-radius: 20px;
    overflow: hidden;
    text-transform: uppercase;
    z-index: 20;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btncustom:hover::after {
    top: 0;
    box-shadow: none;
}

.btncustom::after {
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000000;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
    transition: top 0.4s ease-in-out;
}

/* services_all */
.services_all {
    background-color: #10183E;
    padding: 120px 0px;
    position: relative;
}

.services__one-item {
    padding: 30px;
    padding-bottom: 42px;
    transition: 0.4s;
    border: 1px solid var(--maintheme);
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dark .services__one-item {
    background-color: transparent;
}

.services__one-item::before {
    position: absolute;
    content: "";
    top: -112px;
    right: -112px;
    background: #fff;
    width: 224px;
    height: 224px;
    border-radius: 50%;
    transition: 0.4s;
    opacity: 0;
}

.services__one-item-icon {
    margin-bottom: 20px;
    position: relative;
}

.services__one-item-icon-one {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.4s;
    z-index: 1;
}

.services__one-item-icon img {
    transform: rotateY(0);
    width: 85px;
}

.services__one-item h2 {
    margin-bottom: 10px;
    transition: 0.4s;
    font-size: 20px;
    color: black;
}

.dark .services__one-item h2 {
    color: #fff;
}

.services__one-item p {
    margin-bottom: 27px;
    transition: 0.4s;
}

.services__one-item:hover {
    background: var(--maintheme);
    border-color: var(--maintheme);
    transform: translateY(-10px);
}

.services__one-item:hover h2 {
    color: #fff;
}

.services__one-item:hover p {
    color: #F2F6F9;
}

.services__one-item span {
    color: black;
}

.dark .services__one-item span {
    color: #fff;
}

.services__one-item:hover span {
    color: #F2F6F9;
}

.services__one-item:hover .services__one-item-icon-one {
    opacity: 1;
}

.services__one-item:hover .services__one-item-icon img {
    animation: rotateY 0.6s;
}

.services__one-item:hover::before {
    opacity: 0.5;
}

@keyframes rotateY {
    100% {
        transform: rotateY(360deg);
    }
}

@media (max-width:991px) {
    .services__one-item {
        margin-bottom: 10px;
    }
}

/* content-servicesall */
.content-servicesall {
    position: relative;
}

.feat-cont__single {
    position: relative;
    display: flex;
    /* flex-wrap: wrap; */
    background: #0a1233;
    box-shadow: 0px 1px 4px 0px rgba(3, 4, 27, 0.04);
    padding: 40px 30px;
    margin-bottom: 30px;
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
    min-height: 300px;
}

.dark .feat-cont__single {
    border: 1px solid #00c607;
}

.feat-cont__single::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00eb08;
    transform: scaleX(0.7) rotateX(20deg);
    transition: all 0.4s linear;
    opacity: 0;
    z-index: -1;
}

.feat-cont__single:hover:before {
    transform: scaleX(1.0) rotateX(0deg);
    transition: all 0.4s linear;
    opacity: 1;
}

.feature-one__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: -1;
}

.feat-cont__single:hover .feature-one__shape-1 {
    opacity: 0;
}

.feature-one__shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: -1;
}

.feat-cont__single:hover .feature-one__shape-2 {
    opacity: 1;
}

.feature-one__icon {
    position: relative;
    display: inline-block;
    top: 6px;
}

.feature-one__icon i {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: #00eb08;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.feat-cont__single:hover .feature-one__icon i {
    transform: scale(0.9);
    color: #fff;
}

.feature-one__content {
    position: relative;
    display: block;
    margin-left: 15px;
}

.feature-one__title {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 15px;
    color: #fff;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.feature-one__content p {
    color: #fff;
}

/*** 

====================================================================
	Why Choose One
====================================================================

***/
.why-choose-one {
    position: relative;
    display: block;
    padding: 120px 0 86px;
    z-index: 1;
    overflow: hidden;
    background: #0e183d;
    background-image: url(../images/shape-8.png), url(../images/shape-9.png);
    background-position: top left, top right;
    background-repeat: no-repeat;
    background-size: 100%;
}

/* .why-choose-one__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
} */

.why-choose-one__left {
    position: relative;
    display: block;
    margin-right: 100px;
}

.why-choose-one__left.section-title {
    margin-bottom: 32px;
}

.why-choose-one__points {
    display: block;
    margin-top: 25px;
}

.why-choose-one__points li {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #333;
    padding-bottom: 27px;
}

.why-choose-one__points li+li {
    margin-top: 25px;
}

.why-choose-one__points li:last-child {
    border-bottom: none;
}

.why-choose-one__points li .icon {
    position: relative;
    display: inline-block;
}

.why-choose-one__points li .icon span {
    position: relative;
    display: inline-block;
    font-size: 64px;
    color: #FF5C00;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.why-choose-one__points li:hover .icon span {
    transform: scale(0.9);
}

.why-choose-one__points li .content {
    position: relative;
    display: block;
    margin-left: 30px;
}

.why-choose-one__points li .content h3 {
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    color: #fff;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}


.why-choose-one__points .cs-hover_tab-3.active .content h3 {
    color: #00eb08;
}

.why-choose-one__points li .content p {
    color: #999;
    line-height: 25px;
    margin: 0px;
}

.why-choose-one__img-box {
    position: absolute;
    right: -600px;
    top: 80px;
    width: 442px;
    height: 574px;
    z-index: 9;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    pointer-events: none;
    -webkit-animation: inactiveImageAnimation3 1s forwards ease;
    animation: inactiveImageAnimation3 1s forwards ease;
}


.cs-hover_tab-3.active .why-choose-one__img-box {
    animation: activeImageAnimation3 1s forwards ease;
}

@media only screen and (max-width: 1200px) {
    .why-choose-one__img-box {
        display: none;
    }
}

@media only screen and (max-width:1200px) {
    .why-choose-one {
        padding: 80px 10px 80px;
    }

    .why-choose-one__shape-1 img {
        display: none !important;
    }

    .why-choose-one__shape-2 {
        right: 0 !important;
        z-index: 0 !important;
        opacity: 0.5 !important;
    }

    .why-choose-one__left {
        margin-right: 0px;
    }
}

@media only screen and (max-width:720px) {
    .why-choose-one__points li {
        flex-direction: column;
        align-items: start;
    }

    .why-choose-one__points li .icon {
        width: 50px;
    }

    .why-choose-one__points li .content {
        margin-left: 0px;
        margin-top: 15px;
    }
}

@keyframes inactiveImageAnimation3 {
    0% {
        clip-path: inset(0 0 0 0);
    }

    100% {
        clip-path: inset(0 0 0 100%);
    }
}

@keyframes activeImageAnimation3 {
    0% {
        clip-path: inset(0 100% 0 0);
    }

    100% {
        clip-path: inset(0 0 0 0);
    }
}

.why-choose-one__shape-1 {
    position: absolute;
    bottom: 25px;
    right: -270px;
    z-index: -1;
}

.why-choose-one__shape-1 img {
    width: auto;
}


.why-choose-one__shape-2 {
    position: absolute;
    bottom: 25px;
    right: -625px;
    z-index: 10;
}

.why-choose-one__shape-2 img {
    width: auto;
    opacity: .70;
}


/* ------------------------
   Step Box
   ------------------------*/
.step-item.style-1 {
    text-align: center;
    padding: 0 5px;
    margin-bottom: 30px;
}

@keyframes spinnerRotate {
    0% {
        -webkit-transform: rotate(0deg) translateX(57px);
        transform: rotate(0deg) translateX(57px);
    }

    100% {
        -webkit-transform: rotate(360deg) translateX(57px);
        transform: rotate(360deg) translateX(57px);
    }
}

.step-item.style-1 .step-icon {
    display: block;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 104px;
    color: #fff;
    border-radius: 50%;
    font-size: 40px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    transition: all 0.35s ease-in-out;
    margin-bottom: 30px;
}

.step-item.style-1 .step-icon::before {
    background: var(--maintheme);
    transition: all 0.35s ease-in-out;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 50%;
    z-index: -1;
}

.step-item.style-1 .step-icon::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 16px;
    width: 16px;
    background: #fff;
    z-index: -1;
    border-radius: 50%;
    animation: spinnerRotate 10s linear infinite;
    margin-left: -8px;
    margin-top: -8px;
    border: 2px solid var(--maintheme);
    transition: all 0.35s ease-in-out;
}

.step-item.style-1 h4 {
    margin-bottom: 10px;
}

.text-white.step-item.style-1 h4 {
    color: #fff;
}

.step-item.style-1 span {
    font-weight: 500;
    /* background:linear-gradient(270deg, #1c307c, #00eb08); */
    background-color: #1c307c;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 100px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    margin-top: 20px;
}

.step-bg.step-item.style-1 .step-icon::before {
    background: #1c307c;
}

.step-bg.step-item.style-1 span {
    /* background: linear-gradient(115deg, #FF6004, #FE9E30); */
    background: var(--maintheme);
}

.step-item.style-2 {
    text-align: center;
}

.step-item.style-2 .step-icon {
    position: relative;
    display: inline-block;
    width: 180px;
    height: 153px;
    line-height: 153px;
    text-align: center;
    font-size: 60px;
    margin-bottom: 24px;
    transition: all 500ms ease;
    color: #FF6004;
    margin-top: 8px;
}

.step-bg.step-item.style-2 .step-icon {
    color: #103CE7;
}

.step-item.style-2 .step-icon i {
    position: relative;
    display: inline-block;
    z-index: 1;
}

.step-item.style-2 .step-icon .step-icon-bg {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 180px;
    height: 153px;
    background-repeat: no-repeat;
}

.step-item.style-2:hover .step-icon .step-icon-bg {
    transform: rotate(10deg);
}

.step-item.style-2 .step-icon::before {
    position: absolute;
    content: '';
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0px;
    height: 0px;
    box-shadow: 0 0px 100px 30px rgba(0, 0, 0, 0.5);
    transition: all 500ms ease;
}

.step-item.style-2 .step-icon .step-number {
    position: absolute;
    top: -8px;
    right: -5px;
    font-size: 15px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: linear-gradient(115deg, #FF6004, #FE9E30);
    color: #fff;
    transition: all 500ms ease;
}

.step-bg.step-item.style-2 .step-icon .step-number {
    background: linear-gradient(115deg, #103CE7, #64E9FF);
}

.step-item.style-2.left-side {
    text-align: left;
    display: flex;
    align-items: center;
}

.step-item.style-2.left-side .step-icon {
    margin-bottom: 0;
    margin-right: 40px;
    flex-shrink: 0;
}

.step-process-area {
    position: relative;
}

.step-process-area::after {
    background: linear-gradient(90deg, hsl(0deg 56.12% 10.69% / 0%), #03da0b 88.44%, hsl(0deg 58.25% 11.34% / 0%) 99.99%, hsl(0deg 42.33% 2.43% / 0%));
    top: 50px;
    content: "";
    height: 1px;
    left: 10%;
    right: 10%;
    opacity: .2;
    position: absolute;
}


@media (max-width:991px) {
    .step-process-area::after {
        content: none;
    }
}

/* footer */
.footernew {
    background: #141313;
    padding: 100px 0px 40px 0px;
    position: relative;
    overflow: hidden;
}

.footer-section-obj1 {
    position: absolute;
    bottom: 30px;
    width: 520px;
    left: -135px;
    opacity: .12;
    z-index: 0;
    animation: 3s infinite float-obj-y;
}

@keyframes float-obj-y {

    0%,
    100% {
        transform: translateY(-20px)
    }

    50% {
        transform: translateY(-10px)
    }
}

.footernew p {
    color: #fff;
}

.fottericon {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0;
    margin: 0;
}

.fottericon li {
    list-style: none;
}

.fottericon a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #0c1434;
    color: #fff;
    border-radius: 50%;
    text-decoration: none;
    font-size: 18px;
    transition: background 0.4s ease, color 0.4s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid #00eb08;
}

.fottericon a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0%;
    background: #00eb08;
    z-index: 0;
    transition: height 0.4s ease;
}

.fottericon a:hover::before {
    height: 100%;
}

.fottericon a i {
    position: relative;
    z-index: 1;
    transition: color 0.4s ease;
}

.fottericon a:hover i {
    color: #fff;
}

.fottericon a:hover {
    transform: translateY(-4px);
}

.colonefooter {
    border-right: 1px solid #cccccc3d;
}

.footercolcenter {
    display: flex;
    justify-content: center;
}

@media (max-width:991px) {
    .footercolcenter {
        display: flex;
        justify-content: start;
        margin-top: 20px;
    }
}

@media (max-width: 991px) and (min-width: 557px) {
    .pf-20 {
        padding-left: 20px;
    }
}

@media (max-width:574px) {
    .colonefooter {
        border-right: none;
    }

    .footernew {
        padding-left: 10px;
    }
}

.footer_bottom {
    border-top: 1px solid #cccccc3d;
    margin-top: 25px;
    padding-top: 20px;
}

.footer_bottom strong {
    color: #00eb08;
}

/* contact page  */
.shadow-box {
    box-shadow: 0px 0px 16px 0px rgba(154.70000000000002, 154.70000000000002, 154.70000000000002, 0.5);
    border: 1px solid #00eb08;
}

.contact-box {
    padding: 30px;
    border-radius: 10px;
    z-index: 1;
    position: relative;
    background: #fff;
}

.dark .contact-box {
    background: #0a1732;
}

.boxicon {
    display: flex;
    gap: 16px;
    margin-top: 20px;
}

.box_icon i {
    background: hsl(var(--base));
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-size: 20px;
    color: #fff;
    border-radius: 100px;
}

.box_contect_icon h4 {
    font-size: 25px;
    font-weight: 600;
}

.box_contect_icon h6 a {
    font-size: 17px;
    font-weight: 400;
    color: hsl(var(--black) / 0.6);
}

.dark .box_contect_icon h6 a {
    color: hsl(var(--white) / 0.6);
}

@media (min-width:991px) {
    .map-start {
        margin-top: -50px !important;
    }
}

.map-start {
    margin-top: 60px;
    margin-bottom: 60px;
}


/******************
 new pages css
**************** */

/* all-services */
.all-services {
    position: relative;
    overflow: hidden;
}

.all-services .our-service-box a {
    text-decoration: none;
}

.our-service-box .h3-title {
    color: #000;
    font-size: 22px;
    font-weight: 600;
}

.dark .our-service-box .h3-title {
    color: #fff;
}

.our-service-box {
    position: relative;
    width: 100%;
    padding: 35px 25px;
    text-align: center;
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0px 0px 16px 0px rgba(154.70000000000002, 154.70000000000002, 154.70000000000002, 0.5);
    overflow: hidden;
    margin-bottom: 30px;
}

.dark .our-service-box {
    background-color: unset;
    border: 1px solid #00c607;
}

.our-service-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: auto;
    width: 100%;
    height: 0;
    background: linear-gradient(to right, var(--maintheme), #018e06);
    border-radius: 4px;
    transition: 0.6s;
    z-index: 0;
}

.our-service-box:hover:before {
    height: 100%;
    top: auto;
    bottom: 0;
}

.our-service-text {
    position: relative;
    z-index: 1;
}

.our-service-icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    background: #ffffff;
    border: 2px solid #00d307;
    border-radius: 8px;
    margin-bottom: 25px;
    transition: 0.3s;
    padding: 10px;
}

.our-service-box:hover .our-service-icon {
    border-color: #ffffff;
    animation: zoomin 0.8s linear infinite alternate;
}

@keyframes zoomin {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(0.9);
    }
}

.our-service-icon img {
    width: auto;
}

.our-service-text .h3-title {
    transition: 0.3s;
}

.our-service-text p {
    margin-bottom: 0;
    transition: 0.3s;
}

.our-service-box:hover .our-service-text .h3-title,
.our-service-box:hover .our-service-text p {
    color: #ffffff;
}

.h5title {
    margin-top: 15px;
    color: #000;
    transition: 0.3s;
    font-size: 17px;
    font-weight: 500;
}

.h5title i {
    transition: 0.3s;
    margin-left: 5px;

}

.our-service-box:hover .h5title {
    color: #fff;
}

.our-service-box:hover .h5title i {
    transform: rotate(343deg);
}

/****************
 new css 
 ****************/

/* all page */
.boxppctopdark {
    background-color: #defcdf66;
    width: 16rem;
    height: 16rem;
    border-radius: 100%;
    position: absolute;
    top: 20px;
    right: 0;
    filter: blur(60px);
    z-index: 1;
}

.boxppcenterdark {
    background-color: #defcdf66;
    width: 16rem;
    height: 16rem;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: blur(60px);
    z-index: 1;
}

.boxppcbottomdark {
    background-color: #defcdf66;
    width: 16rem;
    height: 16rem;
    border-radius: 100%;
    position: absolute;
    bottom: 40px;
    left: 0;
    filter: blur(60px);
    z-index: 1;
}

.boxppctop {
    background-color: #defcdf;
    width: 16rem;
    height: 16rem;
    border-radius: 100%;
    position: absolute;
    top: 20px;
    right: 0;
    filter: blur(60px);
    z-index: -1;
}

.boxppcbottom {
    background-color: #defcdf;
    width: 16rem;
    height: 16rem;
    border-radius: 100%;
    position: absolute;
    bottom: 40px;
    left: 0;
    filter: blur(60px);
    z-index: -1;
}

.dark .boxppcbottom {
    background-color: hsl(var(--base)/0.2);
    filter: blur(20px);
}

.dark .boxppctop {
    background-color: hsl(var(--base)/0.2);
    filter: blur(20px);
}

.boxppcenter {
    background-color: #defcdf;
    width: 16rem;
    height: 16rem;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: blur(60px);
    z-index: -1;
}

.dark .boxppcenter {
    background-color: hsl(var(--base)/0.2);
    filter: blur(20px);
}

/* all page */




/* about5-section-area */
.about5-section-area {
    position: relative;
    z-index: 1;
}

.space40 {
    height: 40px;
}


.heading1title {
    background-color: var(--maintheme);
    border-radius: 42px;
    padding: 5px 10px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
}

.about1 .images-all {
    position: relative;
    height: 520px;
    margin: 10px 0px 60px 0px;
}

.about1 .images-all .shape-bg1 {
    position: absolute;
    left: -150px;
    top: -80px;
    z-index: -1;
}

.about1 .images-all .shape-bg2 {
    margin-left: -140px;
    position: relative;
    top: -90px;
}

.about1 .images-all .image1 {
    position: absolute;
    left: 0;
    top: 50px;
}

.about1 .images-all .image2 {
    position: absolute;
    bottom: 40px;
    left: -150px;
    width: 350px;
}

.animate1 {
    position: relative;
    animation-name: animate1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

.about1 .images-all .image3 {
    position: absolute;
    bottom: -50px;
    right: 0;
    width: 430px;
}

.about1 .images-all .stop-color2 {
    stop-color: var(--maintheme);
}

.about1 .images-all .stop-color1 {
    stop-color: #10183e;
}

.animate3 {
    position: relative;
    animation-name: animate3;
    animation-duration: 4s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

@keyframes animate1 {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes animate3 {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(15px);
    }
}

@media (max-width: 767px) {
    .about1 .images-all .shape-bg1 {
        display: none;
    }

    .about1 .images-all .shape-bg2 {
        margin-left: 0;
        top: 0;
    }

    .about1 .images-all .image2 {
        left: 0;
        width: 250px;
        bottom: 150px;
    }

    .about1 .images-all .image3 {
        width: 300px;
        bottom: 0;
    }
}

.about-list {
    padding-left: 0rem;
}

.about-list li {
    list-style: none;
    display: inline-block;
    border-radius: 90px;
    background: #F5F5FD;
    padding: 16px 14px 16px 14px;
    margin-right: 16px;
    margin-top: 20px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.about-list li span {
    display: inline-block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: var(--maintheme);
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    transform: translateY(-2px);
    margin-right: 2px;

}

/* @media (max-width:991px) {
    .about5-content-area {
        margin-top: 100px;
    }
}

@media (max-width:551px) {
    .about5-content-area {
        margin-top: 120px;
    }
} */

/* seo-services */
.seo-services {
    background-color: #10183E;
    padding: 120px 0px;
    /* clip-path: polygon(
        0% 100%, 
        0% 5%,  
        10% 0%,  
        20% 4%,  
        30% 0%,  
        40% 4%,  
        50% 0%,  
        60% 4%,  
        70% 0%,  
        80% 4%,  
        90% 0%,  
        100% 5%, 
        100% 100% 
    ); */
}

.service13-boxarea {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
    transition: 0.4s;
    background: rgb(255, 255, 255);
    padding: 24px;
    border: 1px solid #00eb08;
}

.dark .service13-boxarea {
    background: transparent;
}

.service13-boxarea .icons {
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    display: inline-block;
    border-radius: 50%;
    background: rgb(0 235 8 / 13%);
    transition: 0.4s;
    margin-bottom: 20px;
}

.service13-boxarea .icons i {
    font-size: 25px;
}

.service13-boxarea:hover .icons {
    background: #FFF;
}

.service13-boxarea:hover .icons i {
    color: #00c607;
}

.service13-boxarea .content-area h1 {
    font-size: 20px;
    font-weight: 600;
}

.service13-boxarea .content-area h2 {
    color: #000;
    text-align: right;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: 60px;
    display: inline-block;
    position: absolute;
    top: 24px;
    right: 24px;
}

.dark .service13-boxarea .content-area h2 {
    color: #00c607;
}

.service13-boxarea:hover .content-area h2 {
    color: #fff;
}

.service13-boxarea::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 10px;
    left: 50%;
    transition: all 0.4s;
    border-radius: 5px;
    background: linear-gradient(91deg, #00c607 0.78%, var(--maintheme) 99.88%);
    z-index: -1;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

.service13-boxarea:hover::after {
    height: 100%;
    transition: all 0.4s;
    width: 100%;
    left: 0;
    visibility: visible;
    opacity: 1;
}

.service13-boxarea:hover .content-area p {
    color: #fff;
    opacity: 80%;
    transition: all 0.4s;
}

.service13-boxarea:hover .content-area h1 {
    color: #fff;
    opacity: 80%;
    transition: all 0.4s;
}

.lightbox {
    border-radius: 9999px;
    background-color: #defcdf;
    width: 10rem;
    height: 10rem;
    position: absolute;
    bottom: -90px;
    right: -44px;
    /* opacity: 0.5; */
}

.service13-boxarea:hover .lightbox {
    opacity: 0.2;
}

.service13-boxarea .lightbox {
    bottom: -106px;
}

.dark .service13-boxarea .lightbox {
    background-color: #defcdf42;
}


/* service5-section-area */
.service5-section-area {
    position: relative;
    z-index: 1;
    /* overflow: hidden; */
}

.service5-section-area .service-header {
    margin-bottom: 60px;
}

.service5-section-area .service-author-boxarea {
    position: relative;
    z-index: 1;
    transition: all 0.4s;
    background: #FFE8A4;
    border-radius: 10px;
    padding: 24px;
    margin-bottom: 30px;
}

.service5-section-area .service-author-boxarea.box2 {
    background: #CAC6FD;
}

.service5-section-area .service-author-boxarea.box3 {
    background: #D4FFD6;
}

.service5-section-area .service-author-boxarea:hover {
    transform: translateY(-5px);
    transition: all 0.4s;
}

.service5-section-area .service-author-boxarea:hover .img1 img {
    transform: scale(1.1) rotate(-4deg);
    transition: all 0.4s;
}

.service5-section-area .service-author-boxarea h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    color: #333;
    transition: all 0.4s;
}

.service5-section-area .service-author-boxarea .img1 {
    overflow: hidden;
    border-radius: 180px 180px 20px 20px;
    transition: all 0.4s;
}

.service5-section-area .service-author-boxarea .img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100px 100px 10px 10px;
    transition: all 0.4s;
}

.service5-section-area .service-author-boxarea .content-area h1 {
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    color: #333;
    transition: all 0.4s;
    margin: 20px 0px;
}

.dark .service-author-boxarea p {
    color: #000;
}

/************
 sem page 
 *************/


/* process_area section-sem */
.section-sem {
    padding: 120px 0;
    /* background-image: url(../assets/images/bgblue.png); */
}

.process_area {
    /* background-image: url(https://rxdtheme.com/html/tf/chorbi/assets/img/line.png); */
    background-image: url(../images/bgblue.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.dark .process_area {
    background-image: unset;
    border-top: 1px solid #00eb08;
    border-bottom: 1px solid #00eb08;
    background-color: #10183E;
}

.process_num {
    background: #00eb082b none repeat scroll 0 0;
    border-radius: 500px;
    display: inline-block;
    height: 80px;
    margin-bottom: 10px;
    position: relative;
    width: 80px;
}

.single_process h2 {
    background: #00eb08;
    border-radius: 500px;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    height: 60px;
    left: 50%;
    line-height: 60px;
    margin: auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60px;
}

.single_process {
    padding: 0px 40px;
}

@media only screen and (max-width:480px) {
    .single_process {
        margin-bottom: 30px;
    }
}

.single_process h1 {
    font-size: 20px;
    font-weight: 700;
}

.single_process p {
    color: #ffffff99;
}

/* semabout */

.semabout {
    position: relative;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 61%;
    padding: 0 0 51px;
}

.semabout .inner-column {
    position: relative;
    transform: rotateY(160deg) rotateX(0deg);
    -webkit-animation: suspend 5s ease-in-out infinite alternate;
    animation: suspend 8s ease-in-out infinite alternate;
}

@keyframes suspend {
    0% {
        transform: translateY(-20px);
        /* Moves up */
    }

    100% {
        transform: translateY(20px);
        /* Moves down */
    }
}


.about-listsem li {
    list-style: none;
}

.about-listsem {
    padding-left: 0rem;
}

.about-listsem li i {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: var(--maintheme);
    font-size: 12px;
    color: #fff;
    line-height: 20px;
    text-align: center;
    transform: translateY(-2px);
    margin-right: 10px;
}

.dark .about-listsem li {
    color: hsl(var(--white)/0.6);
}

.about-listsem li {
    list-style: none;
    display: flex;
    border-radius: 90px;
    padding: 5px 5px 15px 0px;
    margin-top: 8px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

/* work1 sem */

.work1 {
    position: relative;
    z-index: 2;
}

.work1 .work-box {
    margin-top: 30px;
    padding: 30px;
    position: relative;
    display: flex;
    align-items: start;
    transition: all .4s;
}

@media (max-width: 576px) {
    .work1 .work-box {
        display: block;
    }
}

.work1 .work-box .heading1 {
    position: relative;
    z-index: 3;
    padding-left: 30px;
}

@media (max-width: 576px) {
    .work1 .work-box .heading1 {
        padding-left: 0;
        padding-top: 20px;
    }
}

.work1 .work-box .icon-area {
    position: relative;
    z-index: 2;
    width: 100px;
}

.work1 .work-box .icon-area .icon {
    position: relative;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    line-height: 100px;
    text-align: center;
    transition: all .4s;
}

.work1 .work-box .icon-area .icon img {
    position: relative;
    z-index: 3;
}

.work1 .work-box .icon-area .icon::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #10183E;
    z-index: 2;
    border-radius: 50%;
    transition: all .4s;
    opacity: 0;
    transform: scale(0.4);
}

.work1 .work-box .icon-area .icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #02d80d 0%, #00eb0894 100%);
    z-index: 2;
    border-radius: 50%;
}

.work1 .work-box .icon-area .icon-span {
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
    position: absolute;
    top: -3px;
    right: -3px;
}

.work1 .work-box .icon-area .icon-span p {
    position: relative;
    z-index: 4;
    color: #FFF;
    font-size: 14px;
    font-weight: 600;
    transition: all .4s;
}

.work1 .work-box .icon-area .icon-span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #02d80d 0%, #00eb0894 100%);
    z-index: 2;
    border-radius: 50%;
    transition: all .4s;
}

.work1 .work-box .icon-area .icon-span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 2;
    border-radius: 50%;
    transition: all .4s;
    opacity: 0;
    transform: scale(0.4);
}

.work1 .work-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background: linear-gradient(90deg, #02d80d 0%, #00eb0894 100%);
    z-index: 1;
    transition: all .4s;
    transform: scale(0.4);
    opacity: 0;
}

.work1 .work-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px 8px;
    background: #F6F7FF;
    z-index: 1;
    transition: all .4s;
}

.dark .work1 .work-box::before {
    background: #f6f7ff0f;
}

.work1 .work-box:hover {
    transform: translateY(-10px);
    transition: all .4s;
}

.work1 .work-box:hover .icon-area .icon::after {
    opacity: 1;
    transform: scale(1);
    transition: all .4s;
}

.work1 .work-box:hover .icon-area .icon-span p {
    color: #3B32F6;
    transition: all .4s;
}

.work1 .work-box:hover .icon-area .icon-span::after {
    opacity: 1;
    transform: scale(1);
    transition: all .4s;
}

.work1 .work-box .heading1 h1 {
    font-size: 23px;
    font-weight: 600;
}

.work1 .work-box:hover .heading1 h1 {
    color: #fff;
    transition: all .4s;
}

.work1 .work-box:hover .heading1 p {
    color: #ffffffde;
    transition: all .4s;
}

.work1 .work-box:hover::before {
    background: #F6F7FF;
    border-radius: 8px 50px;
    transition: all .4s;
}

.work1 .work-box:hover::after {
    background: linear-gradient(90deg, #02d80d 0%, var(--maintheme) 100%);
    border-radius: 8px 50px;
    transform: scale(1);
    opacity: 1;
    transition: all .4s;
}

.work1 .work-box.active .icon-area .icon::after {
    opacity: 1;
    transform: scale(1);
    transition: all .4s;
}

.work1 .work-box.active .icon-area .icon-span p {
    color: #3B32F6;
    transition: all .4s;
}

.work1 .work-box.active .icon-area .icon-span::after {
    opacity: 1;
    transform: scale(1);
    transition: all .4s;
}

.work1 .work-box.active .heading1 h4 {
    color: #fff;
    transition: all .4s;
}

.work1 .work-box.active .heading1 p {
    color: #ffffffde;
    transition: all .4s;
}

.work1 .work-box.active::before {
    background: #F6F7FF;
    border-radius: 8px 50px;
    transition: all .4s;
}

.work1 .work-box.active::after {
    background: linear-gradient(90deg, #02d80d 0%, var(--maintheme) 100%);
    border-radius: 8px 50px;
    transform: scale(1);
    opacity: 1;
    transition: all .4s;
}

.work1 .work-images {
    position: relative;
    height: 600px;
}

.work1 .work-images .image1 {
    margin-right: -80px;
    position: relative;
    top: -50px;
}

.work1 .work-images .image1 .stop-color1 {
    stop-color: rgb(16, 24, 62);
}

.work1 .work-images .image1 .stop-color2 {
    stop-color: #00eb08;
}

@media (max-width: 992px) {
    .work1 .work-images .image1 {
        margin-right: 0;
    }
}

@media (max-width: 576px) {
    .work1 .work-images .image1 {
        margin-right: 0;
        top: 0;
    }
}

.work1 .work-images .image2 {
    position: absolute;
    top: 70px;
    right: 0;
}

.work1 .work-images .image3 {
    position: absolute;
    bottom: -60px;
    left: 100px;
    width: 300px;
}

.work1.service-page .work-box::before {
    border-radius: 8px !important;
    background: #fff !important;
}

.work1.service-page .work-box::after {
    border-radius: 8px !important;
}

/* **********
smm
*************** */

/* smmabout */
.smmabout {
    background-color: #ececec33;
    position: relative;
    overflow: hidden;
}

.updownanimation {
    position: relative;
    animation: updownanimation 4s ease-in-out infinite alternate;
}

@keyframes updownanimation {
    0% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(10px);
    }
}

.lightboxsmm {
    border-radius: 9999px;
    background-color: #defcdf;
    width: 16rem;
    height: 16rem;
    position: absolute;
    top: -140px;
    right: 53px;
    opacity: 0.5;
}


.smmaboutcount {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    gap: 40px;
}

@media (max-width:771px) {
    .smmaboutcount {
        gap: 15px;
        flex-wrap: wrap;
    }
}


.smmaboutcount div {
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
    border: 1px solid #00eb08;
    width: 150px;
}

.smmaboutcount div:hover {
    transform: translateY(-4px);
}

.smmaboutcount h3 {
    font-size: 2rem;
    color: #ffffff;
    margin: auto;
    transition: color 0.3s ease;
    background: #00eb08;
    width: 80px;
    height: 80px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.smmaboutcount div:hover h3 {
    background: #000;

}

.smmaboutcount p {
    line-height: 1.5;
    margin-top: 10px;
}

/* Animation for the counter */
@keyframes countUp {
    from {
        transform: scale(0);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

.count {
    animation: countUp 1s ease-in-out;
}


.cta-one__home-one {
    background-position: center center;
    background-size: cover;
    padding-top: 200.5px;
    padding-bottom: 280.5px;
    background-image: url(../images/blueshap.png);
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.dark .cta-one__home-one {
    background-image: unset;
    border-top: 1px solid #00eb08;
    border-bottom: 1px solid #00eb08;
    background-color: #10183E;
    padding-top: 180.5px;
    padding-bottom: 180.5px;
}

.cta-one__bg-shape-1 {
    top: 15%;
    left: 5%;
    transform-origin: center bottom;
    animation: banner3Shake 5s ease-out 1s infinite both;
    position: absolute;
}

@keyframes banner3Shake {
    0% {
        transform: rotate3d(0, 1, 0, 0deg);
    }

    30% {
        transform: rotate3d(0, 0, 1, 10deg);
    }

    60% {
        transform: rotate3d(1, 0, 0, 0deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, 10deg);
    }

    100% {
        transform: rotate3d(0, 1, 0, 0deg);
    }
}

.cta-one__bg-shape-2 {
    bottom: 32%;
    right: 3%;
    animation: shapeMover 9s linear infinite;
    position: absolute;
}

@keyframes shapeMover {

    0%,
    100% {
        transform: perspective(600px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }

    50% {
        transform: perspective(600px) rotate(-10deg) translateZ(50px) translateY(50px) translateX(50px);
    }
}

.cta-one__bg-shape-3 {
    bottom: 15%;
    left: 25%;
    animation: bubbleMover 8s linear infinite;
    position: absolute;
}

@keyframes bubbleMover {
    0% {
        transform: translateY(0px) translateX(0) rotate(0);
    }

    30% {
        transform: translateY(30px) translateX(50px) rotate(15deg);
        transform-origin: center center;
    }

    50% {
        transform: translateY(50px) translateX(100px) rotate(45deg);
        transform-origin: right bottom;
    }

    80% {
        transform: translateY(30px) translateX(50px) rotate(15deg);
        transform-origin: left top;
    }

    100% {
        transform: translateY(0px) translateX(0) rotate(0);
        transform-origin: center center;
    }
}


.cta-one__bg-shape-4 {
    top: 8%;
    right: 10%;
    animation: bubbleMover 8s linear infinite;
    position: absolute;
}

@media (max-width:768px) {
    .cta-one__bg-shape-4 {
        right: 28% !important;
    }

    .cta-one__bg-shape-2 {
        display: none !important;
    }
}

/* flipboxes */

.box-item {
    position: relative;
    -webkit-backface-visibility: hidden;
    margin-top: 30px;
    max-width: 100%
}

.flip-box {
    transform-style: preserve-3d;
    perspective: 1000px;
}

.flip-box i {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
}

.flip-box ul li i {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00eb08;
    text-align: center;
    font-size: 17px;
}

.flip-box.facebook .flip-box-front {
    background: #3b5998
}

.flip-box.linkedin .flip-box-front {
    background: #0077B5;
}

.flip-box.whatsapp .flip-box-front {
    background: radial-gradient(#05b660, #00e676)
}

.flip-box.instagram .flip-box-front {
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d)
}

.flip-box.youtube .flip-box-front {
    background: #FF0000;
}

.flip-box.paid-promo .flip-box-front {
    background: #f56f02;
}

.flip-box.facebook .flip-box-front i {
    color: #3b5998;
}

.flip-box.linkedin .flip-box-front i {
    color: #0e76a8;
}

.flip-box.whatsapp .flip-box-front i {
    color: #05b660;
}

.flip-box.instagram .flip-box-front i {
    color: #c13584
}

.flip-box.youtube .flip-box-front i {
    color: #b2001f
}

.flip-box.paid-promo .flip-box-front i {
    color: #f56f02
}

.flip-box-back,
.flip-box-front {
    box-shadow: inset 0 0 150px rgb(0 0 0 / 40%);
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    min-height: 350px;
    transition: transform .7s cubic-bezier(.4, .2, .2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-box-front {
    border: none;
    transform: rotateY(0);
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
    transform: rotateY(-180deg);
    transform-style: preserve-3d
}

.flip-box .flip-box-back .inner h1,
.flip-box-front h1 {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    margin: 15px 0px;
}

.flip-box p,
.social-media-cta-bg .bancap a.cta-btns span {
    font-size: 18px;
}

.flip-box-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #10183E;
    border: none;
    transform: rotateY(180deg);
    transform-style: preserve-3d;
}


.flip-box:hover .flip-box-back {
    transform: rotateY(0);
    transform-style: preserve-3d
}

.flip-box .inner {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 40px 40px 70px;
    outline: transparent solid 1px;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
    transform: translateY(-50%) translateZ(60px) scale(.94);
    top: 50%
}

.flip-box .flip-box-back .inner ul li {
    padding: 0 5px 15px 0px;
    position: relative;
    color: #fff;
    display: flex;
    gap: 10px;
    font-size: 17px;
}

.flip-box-back ul {
    padding-left: 0;
}

.flip-box-back ul li {
    list-style: none;
}

.flip-box-header {
    font-size: 34px;
}

.flip-box p {
    line-height: 1.5em;
    color: #fff;
}

.flip-box-img,
.say-wats .slick-dots {
    margin-top: 25px;
}


/* smmwhychoose */
.smmwhychoose {
    position: relative;
    overflow: hidden;
}

.smmwhychooseli li {
    display: flex;
    gap: 10px;
}

.smmwhychooseli li i {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--maintheme);
    color: #fff;
    border-radius: 100px;
}

.smmwhychooseli li h2 {
    font-size: 18px;
    margin-bottom: 3px;
    font-weight: 500;
}

.smmwhychooseli li p {
    font-size: 17px;
}

.about-three__images {
    width: 747px;
    height: 471px;
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 60px;
    margin-left: 35px;
}

[class*=about-three__image-] {
    position: absolute;
}

.about-three__image-1 {
    bottom: 0;
    left: 0;
    z-index: 1;
}

.about-three__image-2 {
    bottom: 0;
    right: 85px;
    z-index: 2;
}

.about-three__image-3 {
    position: relative;
}

.about-three-home-two__bg-image-1 {
    position: absolute;
    top: -85px;
    left: 0;
}

.about-three__home-two__images {
    position: relative;
    right: 200px;
}

@keyframes float-bob-y {
    0% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(-20px);
    }
}


.float-bob-y {
    animation: float-bob-y 2s linear infinite;
}

@keyframes float-bob-x {
    0% {
        transform: translateX(-40px);
    }

    50% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(-40px);
    }
}

.float-bob-x {
    animation: float-bob-x 15s linear infinite;

}

@media (max-width: 767px) {

    .about-three__images,
    .about-two__images {
        width: 100%;
    }

    .about-three__images {
        margin-left: 0px;
    }

    .float-bob-x {
        animation-name: unset !important;
    }
}

/* step-smm smm */
.step-smm {
    padding: 170px 0px 130px 0px;
    position: relative;
    background-image: url(../images/steps-bg-1-1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.dark .step-smm {
    background-image: unset;
    border-top: 1px solid #00eb08;
    background-color: #10183E;
    padding: 120px 0px 130px 0px;
}

.step-smm .container {
    position: relative;
}

.step-smm .row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.step-smm__line {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
}

.step-smm__single {
    width: 150px;
    text-align: center;
    position: relative;
}

.step-smm__arrow {
    position: absolute;
    right: -90px;
    font-size: 30px;
    color: #00eb08;
}

.step-smm__single:nth-child(2) .step-smm__arrow {
    top: 3px;
    transform: rotate(-15deg);
}


.step-smm__single:nth-child(3) .step-smm__arrow {
    top: 92px;
    transform: rotate(25deg);
}

.step-smm__single:nth-child(4) .step-smm__arrow {
    top: 87px;
    transform: rotate(-15deg);
}

.step-smm__single:last-child .step-smm__arrow {
    display: none;
}

.step-smm__single:nth-child(even) {
    position: relative;
    top: 90px;
}

.step-smm__count {
    width: 150px;
    height: 150px;
    background-color: #8e55ee;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border-radius: 50%;
    font-size: 35px;
    color: #fff;
    font-weight: 600;
}

.step-smm__count:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #8e55ee;
    transform: rotate(45deg);
    border-radius: 77.5px 77px 0px 77.5px;
    transition: all 500ms ease;
    box-shadow: 0px 30px 50px 0px rgba(248, 199, 94, 0.2);
}

.step-smm__single:nth-child(2) .step-smm__count::before {
    background-color: #f8c75e;
}

.step-smm__single:nth-child(3) .step-smm__count::before {
    background-color: #50e1b6;
}

.step-smm__single:nth-child(4) .step-smm__count::before {
    background-color: #f96969;
}

.step-smm__single:nth-child(2) .step-smm__count {
    background-color: #f8c75e;
}

.step-smm__count span {
    position: relative;
}

.step-smm__single h2 {
    margin: 0;
    margin-top: 55px;
    font-size: 21px;
    line-height: 30px;
}

.step-smm__home-two {
    padding-bottom: 200px;
}

.step-smm__home-two .step-smm__single:nth-child(even) {
    top: auto;
}

.step-smm__home-two .step-smm__count:before {
    display: none;
}

.step-smm__home-two .step-smm__single h2 {
    margin-top: 30px;
}

.step-smm__home-two .step-smm__single .step-smm__count {
    background-color: #fff;
    background-image: linear-gradient(180deg, #8e55ee 0%, rgb(142, 85, 238, .14) 100%);
}

.step-smm__home-two .step-smm__single:nth-child(2) .step-smm__count {
    background-image: linear-gradient(180deg, rgb(248, 199, 94) 0%, rgba(248, 199, 94, 0.14902) 100%);
}

.step-smm__home-two .step-smm__single:nth-child(3) .step-smm__count {
    background-image: linear-gradient(180deg, rgb(80, 225, 182) 0%, rgba(80, 225, 182, 0.14902) 100%);
}

.step-smm__home-two .step-smm__single:nth-child(4) .step-smm__count {
    background-image: linear-gradient(180deg, rgb(249, 105, 105) 0%, rgba(249, 105, 105, 0.14902) 100%);
}

.step-smm__home-two .step-smm__count b {
    font-weight: 600;
    font-size: 18px;
    position: relative;
    bottom: 15px;
}

@media (max-width: 991px) {

    .step-smm__arrow,
    .step-smm__line {
        display: none;
    }
}

@media (max-width: 767px) {
    .step-smm__single {
        flex: 1 1 50%;
        max-width: 50%;
        width: 100%;
        margin-bottom: 50px;
    }

    .step-smm__count {
        margin-left: auto;
        margin-right: auto;
    }
}

/*****************
 email marketing page 
 ****************/

/* about-area email */
.about-area {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: url(../images/bg-pattern.png) fixed;
}

.dark .about-area {
    background: unset;
}

.single-box {
    text-align: center;
    background: #fff;
    padding: 25px;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
    transition: 0.3s;

    &:hover {
        background: var(--maintheme);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);

        p,
        h1 {
            color: #fff;
        }
    }

    .icon {
        background: #f4f6fd;
        display: inline-block;
        width: 100px;
        height: 100px;
        font-size: 40px;
        color: #00eb08;
        line-height: 100px;
        clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
        transition: 0.3s;
    }

    p,
    h1 {

        transition: 0.3s;
    }
}

.single-box h1 {
    font-size: 1.2em;
    margin-top: 15px;
    font-weight: 500;
}

@media (max-width:991px) {
    .single-box {
        margin-top: 15px;
    }
}

.lightboxem {
    border-radius: 9999px;
    background-color: #defcdf;
    width: 100%;
    height: 30rem;
    position: absolute;
    top: -125%;
    right: 0;
    opacity: 0.5;
}

.about-inner-area {
    margin-top: 80px;
}

.about-image {
    position: relative;
    z-index: 1;

    .col-lg-6 {
        &:first-child {
            .image img {
                border-radius: 25px 0 0 0;
            }
        }

        &:nth-child(2) {
            .image img {
                border-radius: 0 25px 0 0;
            }
        }

        &:nth-child(3) {
            .image img {
                border-radius: 0 0 0 25px;
            }
        }

        &:last-child {
            .image img {
                border-radius: 0 0 25px 0;
            }
        }
    }

    .image {
        img {
            box-shadow: 0px 10px 20px 0px rgba(130, 136, 147, 0.15);
            transition: .2s;
        }

        &:hover {
            img {
                animation: movebounce 2s linear infinite;
            }
        }
    }
}

.dark .single-box {
    background-color: transparent;
    border: 1px solid #00eb08;
}

.dark .single-box:hover {
    background-color: #00eb08;

}

.circle-pattern-2 {
    height: 39em;
    position: absolute;
    width: 42em;
    bottom: -10px;
    left: -10px;
    background: #00eb08;
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    animation: movebounce 3s linear infinite;
    opacity: 0.10;
    z-index: -1;
}

.rocket {
    position: absolute;
    right: -20px;
    bottom: 20rem;
    z-index: -1;

    img {
        animation: movebounce 3s linear infinite;
    }
}

.vector {
    position: absolute;
    right: -13rem;
    bottom: -14rem;
    animation: movebounce 3s linear infinite;
    z-index: -1;
}

@keyframes movebounce {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes moveleftbounce {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(15px);
    }

    100% {
        transform: translateX(0px);
    }
}

/* case-study-wrap-layout1 */
.case-study-wrap-layout1 {
    position: relative;
}

.case-study-box-layout1 {
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px rgba(154.70000000000002, 154.70000000000002, 154.70000000000002, 0.5);
    border-radius: 6px;
    margin-bottom: 30px;
    transition: all 0.3s ease-in-out;
}

.dark .case-study-box-layout1 {
    background-color: transparent;
}

.case-study-box-layout1 .item-img {
    overflow: hidden;
}

.case-study-box-layout1 .item-img img {
    border-radius: 6px 6px 0 0;
    transform: scale(1) translateZ(0);
    transition: transform 3s cubic-bezier(0.2, 0.96, 0.34, 1);
    transition: all 0.3s ease-in-out;
}

.case-study-box-layout1 .item-content {
    padding: 24px 30px 22px;
    position: relative;
    z-index: 2;
}

.case-study-box-layout1 .item-content:after {
    content: "";
    height: 3%;
    width: 100%;
    background-color: var(--maintheme);
    border-radius: 0 0 6px 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: all 0.3s ease-out;
}

.case-study-box-layout1 .item-content .item-title {
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: 600;
    transition: all 0.3s ease-out;
}

.case-study-box-layout1 .item-content p {
    margin-bottom: 14px;
}

.case-study-box-layout1 .item-content .item-btn {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    color: #07249e;
    margin-bottom: 5px;
    text-transform: uppercase;
    transition: all 0.3s ease-out;
}

.case-study-box-layout1 .item-content .item-btn i {
    transition: all 0.3s ease-out;
    margin-left: 10px;
}

.case-study-box-layout1:hover .item-img img {
    transform: scale(1.05) translateZ(0);
}

.case-study-box-layout1:hover .item-content:after {
    height: 100%;
}

.case-study-box-layout1:hover .item-content .item-title {
    color: #ffffff;
}

.case-study-box-layout1:hover .item-content .item-title a:hover {
    color: #cccccc;
}

.case-study-box-layout1:hover .item-content p {
    animation: toBottomFromTop30 0.5s forwards;
    color: #ffffff;
}

.case-study-box-layout1:hover .item-content .item-btn {
    color: #ffffff;
}

.case-study-box-layout1:hover .item-content .item-btn i {
    color: #ff9317;
}

.case-study-box-layout1:hover .item-content .item-btn:hover {
    color: #cccccc;
}








/* ********************
ppc page
**********************/

/* ppc */
.ppcsection {
    position: relative;
}

.countbox {
    background: #00eb0833;
    border-radius: 25px;
    padding: 25px;
}

.ppc .smmaboutcount {
    display: flex;
    justify-content: space-evenly;
    align-items: stretch;
    text-align: center;
    gap: 40px;
}

.ppc .smmaboutcount div {
    flex: 1;
    min-width: 150px;
    padding: 20px;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ppc .smmaboutcount h3 {
    font-size: 2rem;
    color: #ffffff;
    margin: auto;
    transition: color 0.3s ease;
    background: #00eb08;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ppc .smmaboutcount div {
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    box-shadow: unset;
    transition: transform 0.3s ease-in-out;
    border: none;
    width: 150px;
}

.ppc .smmaboutcount p {
    color: #000000b3;
}

.dark .smmaboutcount p {
    color: #fff;
}

/* ppcwhitebox */
.ppcwhitebox {
    background-color: #fff;
    border-radius: 10px;
    margin-top: -120px;
    z-index: 10;
    position: relative;
}

.dark .ppcwhitebox {
    background-color: #10183E;
    border: 1px solid #00eb08;
}

.dark .ppcwhitebox p {
    color: #fff;
}

.ppcwhitebox .contentbox {
    padding: 80px 50px;
}

section.ppcbgthree {
    margin-top: -22%;
    border-top: 1px solid #00eb08;
    padding-top: 25%;
    padding-bottom: 50px;
    background: #11193f;
    position: relative;
}

/* ********************
web analytics page
**********************/

/* webanalytics */
.webanalytics {
    position: relative;
}

/* webanalyticssection */
.webanalyticssection {
    position: relative;
}

.service4-box {
    padding: 30px;
    border-radius: 8px;
    background-color: #fff;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.dark .service4-box {
    background-color: unset;
    border: 1px solid #00c607;
    box-shadow: 0px 0px 16px 0px rgba(154.70000000000002, 154.70000000000002, 154.70000000000002, 0.5);
}

.service4-box::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, var(--maintheme), #8BC34A);
    transform: scaleY(0);
    transform-origin: bottom;
    transition: transform 0.4s ease;
    z-index: 0;
}

.service4-box .icon {
    background-color: #d0d0d029;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    position: relative;
    z-index: 1;
}

.service4-box .icon i {
    color: #00eb08;
    font-size: 28px;
    transition: all 0.5s;
}

.service4-box .learn {
    display: inline-block;
    overflow: hidden;
    padding-top: 16px;
    color: #090B0E;
    font-size: 16px;
    font-style: normal;
    line-height: 16px;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
}

.service4-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(76, 175, 80, 0.3);
}

.service4-box:hover::before {
    transform: scaleY(1);
}

.service4-box:hover .icon {
    background-color: rgba(255, 255, 255, 0.2);
    transform: rotateY(180deg);
}

.service4-box:hover .icon i {
    color: white;
    transform: rotateY(-180deg);
}

.service4-box:hover .heading4 h2 {
    color: #fff;
}

.service4-box:hover .heading4 p {
    color: rgba(255, 255, 255, 0.9);
}

.service4-box:hover .learn {
    color: #fff;
    transform: translateX(5px);
}

.heading4 h2 {
    margin: 15px 0px;
    font-size: 22px;
}

.heading4 h2,
.heading4 p {
    position: relative;
    z-index: 1;
    transition: all 0.4s;
}

/* web_section_ayn */
.web_section_ayn {
    position: relative;
}

.webbox {
    border-radius: 8px;
    border: 1px solid #C5C9CF;
    padding: 24px 20px;
    transition: all 0.4s;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.webbox:hover {
    transition: all 0.4s;
    transform: translateY(-10px);
    background-color: var(--maintheme);
}

.webbox:hover h2 {
    color: #fff;
}

.webbox:hover p {
    color: #fff;
}

.webbox h2 {
    font-size: 20px;
}

.webanalyticslightbox {
    position: absolute;
    background-color: #defcdf7a;
    width: 7rem;
    height: 7rem;
    border-radius: 100%;
    top: -57px;
    right: 0;
    /* filter: blur(60px); */
}

/* process_area process_areatwo  */
.process_areatwo {
    padding: 120px 0px 180px;
    position: relative;
}

.ppcul li {
    padding-left: 0;
    display: flex;
    gap: 10px;
    border-bottom: 1px solid #dddddd7d;
    margin-bottom: 15px;
    transition: 0.5s;
}

.ppcul h3 {
    color: #fff;
    font-size: 22px;
}

.ppcul li:hover {
    background-color: #00eb081c;
}

.ppcul li i {
    background: #00eb08;
    color: #fff;
    padding: 7px;
    font-size: 16px;
    border-radius: 100px;
}

.ppcul li p {
    color: #ffffffb0;
    font-size: 17px;
}

/* ppcbgthree */
.timeline {
    width: 600px;
    margin: 40px auto;
    position: relative;
    padding-left: 50px;
}
@media (max-width:771px) {
    .timeline{
        width: 100%;
        margin-left: 10px;
    }
}
.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50px;
    width: 1px;
    height: 100%;
    background-color: #fff;
}

.timeline-step {
    position: relative;
    margin-bottom: 60px;
    display: flex;
    align-items: flex-start;
}

.circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--maintheme);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    position: absolute;
    left: -31px;
    top: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.timeline-step .content {
    margin-left: 40px;
}

.timeline-step h2 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.timeline-step p {
    margin-top: 6px;
    color: #caccce;
}

/* ********************
affliate marketing page
**********************/

/* affiliatemartketing */
.affiliatemartketing {
    position: relative;
}

/* tabboxafflicatemarketing */
.tabboxafflicatemarketing {
    background-image: url(../images/bgblue.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0px;
    position: relative;
}

.dark .tabboxafflicatemarketing {
    background-image: unset;
    background-color: #0e183d;
}

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

.afflicate_service5 .content-area h2 {
    font-size: 23px;
    font-weight: 600;
    line-height: 28px;
}

.afflicate_service5 .service-widgets-section {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.afflicate_service5 .service-widgets-section .tab-content .tab-pane {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: #fff;
    backdrop-filter: blur(15px);
    padding: 40px 50px;
    transform: rotateX(45deg) translateY(50px);
    transition: all 0.4s;
    opacity: 0;
    overflow: hidden;
}

.dark .afflicate_service5 .service-widgets-section .tab-content .tab-pane {
    background-color: unset;
    border: 1px solid #00c607;
}

@media (max-width: 767px) {
    .afflicate_service5 .service-widgets-section .tab-content .tab-pane {
        padding: 24px;
    }
}

.afflicate_service5 .service-widgets-section .tab-content .tab-pane.fade.show.active {
    transform: rotateX(0deg) translateY(0);
    opacity: 1;
}

.service-boxarea .icons i {
    border-radius: 100%;
    background-color: var(--maintheme);
    color: #fff;
    font-size: 22px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.space28 {
    margin: 20px 0px;
}

.space80 {
    height: 80px;
}

.afflicate_service5 .service-widgets-section .tab-content .tab-pane .images-area {
    position: relative;
}

@media (max-width: 767px) {
    .afflicate_service5 .service-widgets-section .tab-content .tab-pane .images-area {
        width: 70%;
        margin: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .afflicate_service5 .service-widgets-section .tab-content .tab-pane .images-area {
        margin-top: 30px;
    }
}

.afflicate_service5 .service-widgets-section .tab-content .tab-pane .images-area .img1 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.afflicate_service5 .service-widgets-section .tabs-btn-area {
    position: relative;
    z-index: 1;
}

.afflicate_service5 .service-widgets-section .tabs-btn-area::after {
    position: absolute;
    content: "";
    height: 10px;
    width: 100%;
    background: #fff;
    top: -32px;
    left: 0;
    right: 0;
    transition: all 0.4s;
    border-radius: 30px;
}

.afflicate_service5 .service-widgets-section .tabs-btn-area ul {
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 767px) {
    .afflicate_service5 .service-widgets-section .tabs-btn-area ul {
        justify-content: center;
        gap: 10px;
    }
    .afflicate_service5 .service-widgets-section .tabs-btn-area ul li.nav-item{
            width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .afflicate_service5 .service-widgets-section .tabs-btn-area ul li:nth-child(4) {
        margin-top: 20px;
    }
}

.afflicate_service5 .service-widgets-section .tabs-btn-area ul li button {
    border-radius: 120px;
    background: #fff;
    border: 1px solid rgba(5, 135, 255, 0.1);
    padding: 8px 16px 8px 8px;
    position: relative;
    z-index: 1;
    color: #000;
    font-size: 18px;
    font-style: normal;
}

@media (max-width: 767px) {
    .afflicate_service5 .service-widgets-section .tabs-btn-area ul li button {
        display: block !important;
        margin-bottom: 16px;
        width: 100%;
    }
}

.afflicate_service5 .service-widgets-section .tabs-btn-area ul li button::after {
    position: absolute;
    z-index: 1;
    content: "";
    height: 10px;
    left: 0;
    top: -32px;
    transition: all 0.4s;
    width: 100%;
    background: var(--maintheme);
    border-radius: 40px;
    visibility: hidden;
    opacity: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .afflicate_service5 .service-widgets-section .tabs-btn-area ul li button::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .afflicate_service5 .service-widgets-section .tabs-btn-area ul li button::after {
        display: none;
    }
}

.afflicate_service5 .service-widgets-section .tabs-btn-area ul li button.active {
    background: var(--maintheme);
    color: #fff;
}

.afflicate_service5 .service-widgets-section .tabs-btn-area ul li button.active::after {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s;
}

.afflicate_service5 .service-widgets-section .tabs-btn-area ul li button.active span {
    background: rgb(31 24 24 / 10%);
}

.afflicate_service5 .service-widgets-section .tabs-btn-area ul li button.active span img {
    transition: all 0.4s;
    filter: brightness(40);
}

.afflicate_service5 .service-widgets-section .tabs-btn-area ul li button span {
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
    transition: all 0.4s;
    display: inline-block;
    background: rgb(0 235 8);
    border: 1px solid rgba(5, 135, 255, 0.1);
    margin: 0 8px 0 0;
    color: #fff;
}

.afflicate_service5 .service-widgets-section .tabs-btn-area ul li button span img {
    height: 28px;
    width: 28px;
    object-fit: contain;
    transition: all 0.4s;
}


/* work-prosses8  */
.work-prosses8-box {
    text-align: center;
    margin-top: 40px;
    transition: all 0.4s;
    position: relative;
}

.work-prosses8-box .num {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
    height: 44px;
    width: 44px;
    border-radius: 50%;
    background-color: #10183e;
    margin: auto;
    transition: all 0.4s;
    position: relative;
}

.work-prosses8-box .num::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border: 1px solid #10183e;
    transform: scale(1.3);
    border-radius: 50%;
}

.work-prosses8-box .content {
    background-color: #10183E;
    padding: 40px 30px;
    text-align: center;
    border-radius: 8px;
    position: relative;
    z-index: 3;
    margin-top: 70px;
    transition: all 0.4s;
    height: 360px;
}

.work-prosses8-box .content h2 {
    font-size: 20px;
    color: #fff;
    line-height: 30px;
}

.work-prosses8-box .content p {
    color: #fff;
}

.work-prosses8-box .content::after {
    content: "";
    position: absolute;
    top: -33px;
    left: 50%;
    height: 70px;
    width: 70px;
    background-color: #10183E;
    transition: all 0.4s;
    border-radius: 8px;
    transform: rotate(-45deg);
    margin-left: -36px;
    z-index: -1;
    transition: all 0.4s;
}

.work-prosses8-box:hover {
    transition: all 0.4s;
    transform: translateY(-10px);
}

.work-prosses8-box:hover .num {
    background-color: var(--maintheme);
    transition: all 0.4s;
    color: #fff;
}

.work-prosses8-box:hover .num::after {
    border: 1px solid var(--maintheme);
    transition: all 0.4s;
    opacity: 0.5;
}

.work-prosses8-box:hover .content {
    background-color: var(--maintheme);
    transition: all 0.4s;
}

.work-prosses8-box:hover .content h4 {
    color: #fff;
    transition: all 0.4s;
}

.work-prosses8-box:hover .content p {
    color: #fff;
    transition: all 0.4s;
}

.work-prosses8-box:hover .content::after {
    transition: all 0.4s;
    background-color: var(--maintheme);
}

.work-prosses8-box.add-after::after {
    content: "";
    position: absolute;
    top: 20px;
    left: 210px;
    height: 2px;
    width: 100%;
    background-image: url(../images/work8-line.png);
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .work-prosses8-box.add-after::after {
        display: none;
    }
}

@media (max-width: 767px) {
    .work-prosses8-box.add-after::after {
        display: none;
    }

    .work-prosses8-box .content {
        height: auto;
    }
}

.dark .work-prosses8-box .content {
    background-color: #0e183d;
}

.dark .work-prosses8-box .content::after {
    background-color: #0e183d;
}

.dark .work-prosses8-box:hover .content {
    background-color: var(--maintheme);
}

.dark .work-prosses8-box:hover .content::after {
    background-color: var(--maintheme);
}

/*******************
 Content Marketing
******************* */
.fa-pencil {
    transform: rotate(282deg);
}


/* Video Content Creation */

.bgimagevideo {
    background-image: url(../images/cover-optim.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.videocontul li {
    display: flex;
    gap: 10px;
}

.videocontul li i {
    font-size: 20px;
}

.videocontul li h2 {
    font-size: 20px;
    font-weight: 500;
}

/* vide_content_two */
.vide_content_two {
    position: relative;
}


/* video_sec_three */

.video_sec_three {
    background-color: #10183E;
    position: relative;
}

.boxvideo_cont {
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    position: relative;
}

.dark .Copywritingtwo .boxvideo_cont {
    background-color: transparent;
    border: 1px solid var(--maintheme);
}

.boxvideo_cont i {
    font-size: 30px;
}

.vid_con h2 {
    font-size: 20px;
    margin-top: 20px;
    font-weight: 500;
}

/* case-study-box-layout2 */

.case-study-box-layout2 {
    margin-bottom: 30px;
}

.case-study-box-layout2 .item-content {
    position: relative;
    margin-bottom: 55px;
    padding: 38px 40px 14px;
    text-align: center;
    background-color: #ffffff;
    border-radius: 6px;
    box-shadow: 0px 15px 50px 0px rgba(33, 30, 30, 0.2);
    z-index: 2;
    height: 215px;
}

.case-study-box-layout2 .item-content .item-title {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 22px;
}

.case-study-box-layout2 .item-content .item-title a {
    color: #343434;
    transition: all 0.3s ease-out;
}

.case-study-box-layout2 .item-content:before {
    content: "";
    width: 100%;
    height: 5%;
    border-radius: 6px 6px 0 0;
    background: linear-gradient(to right, #10183E, #00c607);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
    transition: all 0.3s ease-out;
}

.case-study-box-layout2 .item-content:after {
    content: "";
    height: 0;
    width: 0;
    border-top: 25px solid #ffffff;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    position: absolute;
    bottom: -25px;
    right: 0;
    left: 0;
    margin: auto;
}

.case-study-box-layout2 .item-img {
    text-align: center;
}

.case-study-box-layout2 .item-img img {
    border-radius: 50%;
    border: 5px solid #0a1233;
    transform: scale(1);
    transition: all 0.3s ease-out;
}

.case-study-box-layout2:hover .item-content .item-title {
    color: #ffffff;
}

.case-study-box-layout2:hover .item-content .item-title:hover {
    color: #000000;
}

.case-study-box-layout2:hover .item-content p {
    color: #ffffff;
}

.case-study-box-layout2:hover .item-content:before {
    height: 100%;
}

.case-study-box-layout2:hover .item-content:after {
    border-top-color: #00c607;
    transition-delay: 0.3s;
}

.case-study-box-layout2:hover .item-img img {
    border-color: #00c607;
    transform: scale(1.05);
}

/* blog writting management */

.blogwrimang {
    position: relative;
    overflow: hidden;
}

.blog_content_manul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
}

.blog_content_manul li i {
    color: #00c607;
}

/* blogmantwo */
.blogmantwo {
    background-color: #10183E;
    position: relative;
}

.blogmantwonav button {
    text-align: start;
    padding: 10px 10px;
    border-bottom: 1px solid var(--maintheme) !important;
    border-radius: 0px !important;
    margin: 7px 0px;
    font-size: 18px;
    color: #ccc;
}

.blogmantwonav .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    border-radius: 10px !important;
    background-color: var(--maintheme);
}

.blogmantwonav .nav-link:focus,
.nav-link:hover {
    background-color: var(--maintheme);
    border-radius: 10px !important;
    /* color: #fff !important; */
}

.blogmantwonav .nav-link:focus,
.nav-white:hover {
    color: #fff;
}

.blogmantwotabcontent p {
    color: #fff;
}

/* blogmanthree */
.blogmanthree {
    position: relative;
}

.blogwri_last {
    box-shadow: 0 1rem 1rem -.5rem #e6e6e6;
    background-color: #fff;
    padding: 1rem;
    border: 1px solid #33333326;
    border-radius: 10px;
    text-align: center;
}

.dark .blogwri_last {
    background-color: transparent;
    border: 1px solid var(--maintheme);
}

.iconb {
    border: 1px solid #333;
    background-color: #f7f7f7;
    box-shadow: 0 5px 0 0 #333;
    color: #333;
    border-radius: 5000px;
    justify-content: center;
    align-items: center;
    width: 100px;
    min-height: 100px;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    transition: all .2s ease-in-out;
    display: flex;
}

.blogwri_last h3 {
    margin-top: 20px;
    font-size: 20px;
}

/**************
 Copywriting 
 **************/

/* Copywritingone */
.Copywritingone {
    position: relative;
    overflow: hidden;
}

.Copywritingone .service4-box {
    border-radius: 10px;
    border: 1px solid #00c607;
}

/* Copywritingtwo */
.Copywritingtwo {
    background: #10183E url(../images/wavebottom.svg) no-repeat bottom center;
    background-size: 100% auto;
    padding-bottom: 9rem;
    overflow: hidden;
    position: relative;
}

.dark .Copywritingtwo {
    background: #10183E;
    border-top: 1px solid var(--maintheme);
    border-bottom: 1px solid var(--maintheme);
}

.Copywritingtwo .vid_icon i {
    border: 1px solid #333;
    background-color: #f7f7f7;
    box-shadow: 0 5px 0 0 #333;
    color: #333;
    border-radius: 5000px;
    justify-content: center;
    align-items: center;
    width: 85px;
    min-height: 85px;
    font-size: 35px;
    transition: all .2s ease-in-out;
    display: flex;
}

.Copywritingtwo .boxvideo_cont {
    overflow: hidden;
}

/* Copywritingthree */
.Copywritingthree {
    position: relative;
}

.about-listcop {
    margin-bottom: 20px;
    padding: 60px 20px 40px 40px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
}

.about-listcop::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 100%;
    border-radius: 5px;
    background-image: linear-gradient(to right, var(--maintheme), #00eb0880);
    transition: 0.7s;
    opacity: 0;
}

.dark .about-listcop {
    background-color: transparent;
    border: 1px solid var(--maintheme);
}

.about-listcop i {
    position: absolute;
    z-index: 1;
    color: #ffffff;
    width: 60px;
    text-align: center;
    height: 60px;
    background-color: #10183e;
    border-radius: 5px 5px 60px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    top: 0;
    left: 0;
}

.about-listcop h2 {
    font-size: 22px;
}

.about-listcop:hover h2 {
    color: #ffffff;
}

.about-listcop:hover p {
    color: #ffffff;
}

.about-listcop:hover::before {
    opacity: 1;
    width: 100%;
}

/* prodcast production  */

/* prodcastone */
.prodcastone {
    position: relative;
}

.choose-img-wrap {
    position: relative;
}

.choose-img {
    position: relative;
    margin-left: 45px;
    display: block;
    -webkit-mask-image: url(../images/02.png);
    mask-image: url(../images/02.png);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: 100% 100%;
    -webkit-mask-position: center center;
    mask-position: center center;
    overflow: hidden;
}

.choose-img-shape {
    position: absolute;
    left: 0;
    bottom: 80px;
    opacity: .3;
    z-index: -1;
}

.choose-img-shape img {
    width: 100%;
}

/* prodcasttwo */
.prodcasttwo {
    position: relative;
    background: #10183E url(https://contentwriters.com/static/website/img/home19/undulation2.svg) no-repeat bottom center;
    background-size: 100% auto;
    padding-bottom: 9rem;
    overflow: hidden;
}

.dark .prodcasttwo {
    background: unset;
}

.prodcatsul li {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.prodcatsul p {
    margin-bottom: 0;
}

.prodcatsul li i {
    width: 30px;
    height: 30px;
    background-color: var(--maintheme);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

/* .prodcastthree */

.prodcastthree {
    position: relative;
}

.prodcastthreebox {
    padding: 10px;
    transition: 0.5s;
}

.prodcastthreebox:hover {
    background-color: #00eb0812;
    border-radius: 10px;
}

.prodcastthreebox span {
    font-size: 50px;
    font-weight: 700;
    background: linear-gradient(90deg, var(--maintheme), #10183e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.prodcastthreebox h2 {
    font-size: 25px;
    margin: 15px 0px;
    font-weight: 500;
}

.prodcastthree-pic {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.prodcastthree-bg {
    position: absolute;
    width: 80%;
    height: 80%;
    background-color: var(--maintheme);
    border-radius: 100%;
    z-index: -1;
    opacity: 0.5;
}

.zoominandout {
    animation: zoomInOut 4s ease-in-out infinite;
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

/* Content Strategy Development page  */

/* contentstrategyone */
.contentstrategyone {
    position: relative;
    overflow: hidden;
}

.right {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(135deg, #00eb0833, #10183e17);
    clip-path: polygon(60% 0%, 100% 0%, 100% 100%, 0% 100%);
    z-index: -1;
}

@media (max-width: 768px) {
    .right {
        width: 100%;
        height: 50%;
        clip-path: polygon(0 0, 100% 0, 100% 60%, 0% 100%);
    }
}

.contentstrategyone .service4-box {
    border: 1px solid #00c607;
    box-shadow: 10px 10px 0px #00c60759;
    margin: 10px;
}

.contentstrategyone .service4-box h2 {
    font-size: 20px;
}

/* contentstrategytwo */
.contentstrategytwo {
    background-color: #10183E;
    position: relative;
}

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

.stickybox p {
    color: #ffffff91;
}

.content-strategybox {
    position: relative;
    overflow: hidden;
    border: 1px solid #00eb08;
    padding: 15px;
    margin: 15px 0px;
    border-radius: 10px;
    background-color: #fff;
    transition: color 0.3s ease;
    z-index: 0;
}

.dark .content-strategybox {
    background-color: transparent;
}

.content-strategybox::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    background-color: #00eb08;
    transition: width 0.4s ease, height 0.4s ease;
    z-index: -1;
}

.content-strategybox:hover p {
    color: #fff;
}

.content-strategybox:hover h2 {
    color: #fff;
}

.content-strategybox:hover::before {
    width: 100%;
    height: 100%;
}

.content-strategybox div {
    display: flex;
    gap: 10px;
    align-items: center;
}

.content-strategybox h2 {
    font-size: 23px;
}

/* contentstrategythree */
.contentstrategythree {
    position: relative;
}

.content-str-service-item {
    position: relative;
    /* background-color: #FFF; */
    border: 1px solid var(--maintheme);
    border-radius: 30px;
    padding: 30px 25px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 1;
}

.content-str-service-item:before {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    background-color: var(--maintheme);
    border-radius: 500px 500px 0 0;
    transition: all 0.4s ease-in-out;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0;

}

.content-str-service-item:hover:before {
    top: 0;
    border-radius: 0;
    opacity: 1;
}

.content-str-service-item .icon-box {
    position: relative;
    padding: 10px 0px 0px 10px;
    margin-bottom: 40px;
    z-index: 1;
}

.content-str-service-item .icon-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--maintheme);
    opacity: 10%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    z-index: 0;
    transition: all 0.5s ease-in-out;
}

.content-str-service-item:hover .icon-box::before {
    background-color: #FFF;
    opacity: 100%;
}

.content-str-service-item .icon-box i {
    position: relative;
    max-width: 62px;
    z-index: 1;
    top: 6px;
    left: 7px;
}

.content-str-content {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
}

.content-str-content h2 {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
    transition: all 0.5s ease-in-out;
}

.content-str-service-item:hover .content-str-content h2 {
    color: #FFF;
}

.content-str-content p {
    margin: 0;
    transition: all 0.5s ease-in-out;
}

.content-str-service-item:hover .content-str-content p {
    color: #FFF;

}

/****************************** 
Social Media Post
*******************************/

/* social-media-post-one */
.social-media-post-one {
    position: relative;
    overflow: hidden;
}

.social-media-post-one .main-images {
    height: 600px;
    position: relative;
    text-align: center;
    margin-top: 100px;
}

.social-media-post-one .main-images .image1 {
    position: absolute;
    top: 70px;
    right: 70px;
}

.social-media-post-one .main-images .image2 {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.round-circle {
    position: relative;
    animation-name: round-circle;
    animation-duration: 92s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
}

@keyframes round-circle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(1000deg);
    }
}

.social-media-post-one .main-images .shape1 {
    position: absolute;
    top: -10px;
    left: -10px;
}

.social-media-post-one .main-images .shape3 {
    position: absolute;
    left: 50%;
    top: 50%;
}

.animate1 {
    position: relative;
    animation-name: animate1;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

@keyframes animate1 {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-20px);
    }
}

@media (max-width: 767px) {
    .social-media-post-one .main-images {
        height: 480px;
        overflow: hidden;
    }

    .social-media-post-one .main-images .image1 {
        top: 30px;
        left: 30px;
        right: 30px;
        bottom: 30px;
    }

    .social-media-post-one .main-images .shape1 {
        top: -40px;
    }

    .social-media-post-one .main-images .shape3 {
        top: 40%;
    }
}

/* smpservice5 */

.smpservice5 {
    position: relative;
    background-color: #10183E;
}

.smpservice5 .service5-items {
    position: sticky;
    margin-top: 60px;
    top: 100px;
}

.smpservice5 .service5-items .images {
    height: 430px;
    position: relative;
}

.smpservice5 .service5-items .images .image1 {
    margin: -90px 30px 30px 30px;
}

.smpservice5 .service5-items .images .image2 {
    position: absolute;
    top: 80px;
    left: 150px;
}

.smpservice5 .service5-items .images .image3 {
    position: absolute;
    bottom: 0;
    right: 50px;
}

.animate2 {
    position: relative;
    animation-name: animate2;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

@keyframes animate2 {
    0% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(20px);
    }
}

.smpservice5 .service5-items::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/service5-single-bg1.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    z-index: -3;
}

.smpservice5 .service5-items:nth-child(2) {
    top: 150px;
}

.smpservice5 .service5-items.service5-items2::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/service5-single-bg2.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    z-index: -3;
}

.smpservice5 .service5-items:nth-child(3) {
    top: 200px;
}

.smpservice5 .service5-items.service5-items3::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/service5-single-bg3.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    z-index: -3;
}

.smpservice5 .service5-items .service5-heading {
    padding: 100px 100px 100px 0px;
}

@media (max-width: 767px) {
    .smpservice5 .service5-items .images .image2 {
        left: 50px;
    }

    .smpservice5 .service5-items .service5-heading {
        padding: 20px 30px 50px 30px;
    }

    .smpservice5 .service5-items {
        top: auto !important;
        margin-top: 30px;
    }
}

.service6-list li {
    color: #fff;
    margin: 10px 0px;
    display: flex;
    align-items: center;
    gap: 10px;

}

.service6-list li span i {
    width: 30px;
    height: 30px;
    background: #00eb08;
    padding: 9px;
    border-radius: 100px;
}

/* smpthree */
.smpthree {
    position: relative;
    overflow: hidden;
}

.services-section.style-three {
    padding: 150px 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.service-block-six {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.service-block-six .inner-box {
    display: flex;
    /* background-color: #fff; */
    padding: 50px 40px;
    border-radius: 23px;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease-in-out;
    border: 1px solid #00eb08;
}

.service-block-six .inner-box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(#00eb087d, #10183e63), url(../images/smp15.png);
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    border-radius: 23px;
    transition: all 0.5s ease-in-out;

}

.service-block-six:hover .inner-box:before {
    left: -1px;
    top: -2px;
    opacity: 1;
    visibility: visible;
}

.service-block-six .inner-box .lower-content {
    padding-right: 15px;
    position: relative;
    transition: all 0.5s ease-in-out;
}

.service-block-six .inner-box .lower-content h2 {
    font-weight: 700;
    margin-bottom: 15px;
}

.service-block-six .inner-box .lower-content h2 {
    transition: all 0.5s ease-in-out;
    font-size: 24px;
    font-weight: 600;
}

.service-block-six .inner-box .lower-content p {
    transition: all 0.5s ease-in-out;
}

.service-block-six .inner-box .image-box {
    position: relative;
}

.service-block-six:hover .inner-box .lower-content h2,
.service-block-six:hover .inner-box .lower-content p {
    color: #fff;
}

.services-section.style-four {
    position: relative;
    padding: 14px 0 70px;
}

/********************** 
Influencer Marketing
********************** */

/* iro-one */
.iro-one {
    position: relative;
    overflow: hidden;
    min-height: 100vh;
}

.globe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 600px;
    height: 600px;
    background-image: url('../images/globe-39a42b1a.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%);
    animation: spin 20s linear infinite;
    z-index: -1;
}

.ani-txt {
    position: relative;
    z-index: 2;
    font-size: 10rem;
    font-weight: 700;
    line-height: .9;
    letter-spacing: -0.015em;
    text-transform: uppercase;
    text-align: center;
    background: radial-gradient(circle at center, #00c607, #10183E, #7000ff);
    background-size: 200% 200%;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: moveGradient 6s ease-in-out infinite;
}

@media (max-width:780px) {
    .ani-txt {
        font-size: 2.5rem;
        line-height: 50px;
        padding-top: 50px;
    }
}

@keyframes moveGradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* iro-two */
.iro-two {
    position: relative;
    background-color: #10183E;
}

.full-width-video {
    width: 100%;
}

.iro-two h1 {
    transform: rotate(355deg);
    font-size: 40px;
    color: var(--maintheme);
    font-weight: 700;
}

.iro-two p {
    color: #fff;
}

/* iro-three */
.iro-three {
    position: relative;
}

.work8-section-area .works-boxarea {
    position: relative;
    padding: 16px 24px 16px 46px;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    display: inline-block;
    margin-top: 30px;
    transition: all 0.4s;
}

.work8-section-area .works-boxarea .list {
    position: absolute;
    top: 20%;
    left: -30px;
}

.work8-section-area .works-boxarea .list h3 {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    transition: all 0.4s;
    background: #E0EBFB;
    border-radius: 50%;
    color: #1B6CFC;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    transition: all 0.4s;
}

.work8-section-area .works-boxarea .content {
    display: inline-block;
}

.work8-section-area .works-boxarea:hover {
    border-radius: 10px;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
    transition: all 0.4s;
    transform: translateY(-5px);
}

.works-boxarea h2 {
    font-size: 20px;
}

.work8-section-area .works-boxarea:hover .list h3 {
    background: #00c607;
    transition: all 0.4s;
}

@media (max-width: 767px) {
    .work8-section-area .works-boxarea {
        padding: 16px;
    }

    .work8-section-area .works-boxarea .list {
        position: relative;
        left: 0;
        margin-bottom: 20px;
        display: inline-block;
    }
}

.iro2 {
    width: 80%;
    border-radius: 10px;
}

@media (max-width: 767px) {
    .iro2 {
        width: 100%;
    }
}


/* *********************
Brand Ambassador Programs
 */

/* bap_one */
.bap_one {
    position: relative;
}

.bap_one h2.ani-txt {
    text-align: start;
    font-size: 70px;
    line-height: 90px;
    padding-top: 15px;
}

@media (max-width: 600px) {
    .bap_one h2.ani-txt {
        text-align: start;
        font-size: 23px;
        line-height: 46px;
    }
}

.bap-videos {
    position: relative;
}

video.bapvideo1 {
    transform: rotate(345deg);
    z-index: 1;
    width: 50%;
}

video.bapvideo2 {
    position: absolute;
    transform: rotate(15deg);
    z-index: -1;
    width: 50%;
}

@media (max-width: 600px) {
    .bap-videos {
        display: inline-flex;
        justify-content: center;
    }

    video.bapvideo1 {
        width: 42%;
    }

    video.bapvideo2 {
        width: 42%;
        position: relative;
    }
}

/* bap_two */
.bap_two {
    background-image: url(../images/bgblue.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0px;
    position: relative;
}

.dark .bap_two {
    background-image: unset;
    border-top: 1px solid #00c607;
    border-bottom: 1px solid #00c607;
}

.timeline-container {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding-left: 40px;
}

.timeline-container::before {
    content: '';
    position: absolute;
    left: 56px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #00eb0863;
}

.bgtime {
    background-color: #defcdf2e;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    filter: blur(60px);
}

.timeline-item {
    position: relative;
    margin-bottom: 60px;
    padding-left: 40px;
}

.icon-wrapper {
    position: absolute;
    left: -1px;
    top: 0;
    width: 40px;
    height: 40px;
    background-color: #00eb08;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #fff;
}

.baptime {
    padding-left: 20px;
}

.baptime p {
    color: #fff;
}

@media (max-width: 600px) {
    .bgtime {
        width: 100%;
        height: 50%;
    }

    .timeline-container {
        padding-left: 5px;
    }

    .baptime {
        padding-left: 10px;
    }

    .timeline-container::before {
        left: 10px;
    }

    .icon-wrapper {
        left: -10px;
        width: 32px;
        height: 32px;
    }

    .icon-wrapper svg {
        width: 16px;
        height: 16px;
    }

    .timeline-item {
        padding-left: 30px;
    }

    .timeline-title {
        font-size: 18px;
    }
}

.timeline-item {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease-out;
}

.timeline-item.animate {
    opacity: 1;
    transform: translateY(0);
}

/* bap_three */
.bap_three .timeline-step h2 {
    color: black !important;
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.dark .bap_three .timeline-step h2 {
    color: #fff !important;
}

.bap_three .timeline-step p {
    color: #454545bf !important;
}

.dark .bap_three .timeline-step p {
    color: #fff !important;
}

.bap_three .timeline::before {
    content: '';
    position: absolute;
    top: 0;
    left: 14px;
    width: 1px;
    height: 100%;
    background-color: #11193f61;
}

.dark .bap_three .timeline::before {
    background-color: #00c607;
}

/* ************************
Contracting & Negotiation
************************* */
/* con-neg */
.con-neg {
    position: relative;
}

.negvideo {
    width: 100%;
    border-radius: 10px;
}

/* connegtwo */
.connegtwo {
    background-image: url(../images/bgblue.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 120px 0px;
    position: relative;
}

.dark .connegtwo {
    background-image: unset;
    background-color: #10183E;
    padding: 80px 0px;
    border-top: 1px solid #44f04a;
    border-bottom: 1px solid #44f04a;
}

.connegtwo .jo-services-tabs-wrapper {
    background-color: #ffecec;
    border-radius: 12px;
}

.bg-whiteconnegtwo {
    background-color: #fff;
}

.dark .bg-whiteconnegtwo {
    background-color: #10183e;
}

.connegtwo .tab-navs .nav-link {
    border: none;
    text-align: left;
    padding: 15px 20px;
    font-weight: 500;
    color: #000;
    background-color: white;
    border-radius: 12px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    font-size: 18px;
}

.dark .connegtwo .tab-navs .nav-link {
    background-color: #10183e;
    color: #fff;
}

.connegtwo .tab-navs .nav-link.active {
    background: linear-gradient(90deg, var(--maintheme), #10183e);
    box-shadow: 0 0 10px rgba(255, 0, 128, 0.3);
    color: #fff;
}

.connegtwo .tab-pane {
    position: relative;
    overflow: hidden;
}

.connegtwo .tab-pane::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background-color: #00c60778;
    border-radius: 100%;
    right: -95px;
    bottom: -8px;
    filter: blur(40px);
}

/* connegthree */
.connegthree {
    background-image: url(../images/Main-bg_serv01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: cover; */
    padding: 120px 0px;
    position: relative;
}

.dark .connegthree {
    /* background-image: url(../images/Main-bg_serv01-removebg-preview.png); */
    background-image: unset;
}

.connegboxone {
    background: #ebf3fe;
}

.connegboxtwo {
    background: #fff9f2;
}

.connegbox i {
    font-size: 23px;
}

.connegbox {
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.connegbox h3 {
    font-size: 20px;
    margin-top: 15px;
}

.dark .connegbox h3 {
    color: #000;
}

.dark .connegbox p {
    color: #00000085;
}

/*******************************
 Campaign Strategy & Planning
****************************** */
.compaignstrategyone {
    position: relative;
    padding: 120px 0px;
    overflow: hidden;
}

.compaignstrategyone .ani-txt {
    text-align: start;
    font-size: 70px;
    line-height: 90px;
    padding-top: 15px;
}

@media (max-width: 600px) {
    .compaignstrategyone .ani-txt {
        font-size: 23px;
        line-height: 46px;
    }
}

.biglithbox {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 100%;
    background-color: #00c6071a;
    top: -112px;
    right: -64px;
    /* filter: blur(60px); */
    z-index: -1;
}

/* csp-two */
.csp-two {
    position: relative;
    z-index: 1;
    background: #F6F8F9;
}

.dark .csp-two {
    /* background-image: unset;
    padding: 80px 0px; */
    background-color: #10183E;
    border-top: 1px solid #44f04a;
    border-bottom: 1px solid #44f04a;
}

.csp-two .csp-inner {
    position: relative;
}

.csp-two .csp-inner .bg-images .img1 {
    position: absolute;
    top: 15%;
    left: 28%;
    right: 28%;
}

.pulse-border {
    position: relative;
    animation-name: pulse-border;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}

.csp-two .csp-inner .bg-images .icons {
    position: absolute;
    top: 40%;
    z-index: 1;
    left: 46%;
    right: 46%;
}

.csp-two .csp-inner .service-box-area {
    position: relative;
    z-index: 1;
    background: #fff;
    padding: 24px;
    border-radius: 8px;
    transition: all 0.4s;
    margin: 10px 0px;
}

.csp-two .csp-inner .service-box-area .icons-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.csp-two .csp-inner .service-box-area .icons-area .icons {
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    border-radius: 50%;
    transition: all 0.4s;
    background: var(--maintheme);
    border: 1px solid #fff;
    display: inline-block;
}

.csp-two .csp-inner .service-box-area .icons-area .number h4 {
    font-size: 50px;
    line-height: 50px;
    transition: all 0.4s;
}

.csp-two .csp-inner .service-box-area h2 {
    font-size: 22px;
}

.dark .csp-two .csp-inner .service-box-area h2 {
    color: #000;
}

.dark .csp-two .csp-inner .service-box-area p {
    color: #000;
}

.csp-two .csp-inner .service-box-area::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    transition: all 0.4s;
    background: var(--maintheme);
    left: 50%;
    border-radius: 8px;
    top: 0;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
}

.csp-two .csp-inner .service-box-area:hover::after {
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.4s;
    visibility: visible;
    opacity: 1;
    width: 100%;
}

@keyframes pulse-border {
    0% {
        transform: translateX(0) translateY(0) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(0) translateY(0) translateZ(0) scale(1.2);
        opacity: 1;
    }
}

.space50 {
    height: 50px;
}

.space100 {
    height: 70px;
}

.csp-two .icons-area i {
    font-size: 20px;
}

@media (max-width: 767px) {
    .csp-two .csp-inner .bg-images .img1 {
        top: 43%;
    }
}

.csp-two .csp-inner .service-box-area:hover h4 {
    color: #fff;
    opacity: 90%;
    transition: all 0.4s;
}

.csp-two .csp-inner .service-box-area:hover .content-area h2 {
    color: #fff;
    opacity: 90%;
    transition: all 0.4s;
}

.csp-two .csp-inner .service-box-area:hover .content-area p {
    color: #fff;
    opacity: 90%;
    transition: all 0.4s;
}

/* cspthree */
.p-relative {
    position: relative;
}

.tpchoose-border-anim {
    border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    animation: img-border 5s linear infinite alternate;
    transition: all 0.3s ease-out 0s;
}

@keyframes img-border {
    0% {
        border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    }

    100% {
        border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
    }
}

.tpchoose-shape-one {
    position: absolute;
    bottom: 55px;
    left: -38px;
    z-index: -1;
}

.tpchoose-shape-two {
    position: absolute;
    bottom: 58px;
    right: 38px;
    z-index: -1;
}

.tpchoose-shape-three {
    position: absolute;
    top: 35px;
    left: 38px;
    z-index: -1;
}

.feature-list-4 li {
    list-style: none;
    margin-bottom: 32px;
}

.feature-list-4-icon {
    flex: 0 0 auto;
    margin-right: 30px;
    position: relative;
}

.feature-list-bg {
    position: relative;
}

.feature-list-bg b {
    position: absolute;
    font-weight: 500;
    font-size: 16px;
    line-height: 15px;
    color: #ffff;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.feature-bg-border-1 {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid rgba(2, 29, 53, 0.4);
    height: 9px;
    width: 9px;
    border-radius: 50%;
}

.feature-bg-border-2 {
    position: absolute;
    top: 1px;
    left: 12px;
    background: rgba(2, 29, 53, 0.5);
    height: 2px;
    width: 2px;
    border-radius: 50%;
}

.feature-bg-border-3 {
    position: absolute;
    bottom: 6px;
    right: -5px;
    background: rgba(2, 29, 53, 0.5);
    height: 5px;
    width: 5px;
    border-radius: 50%;
}

.feature-bg-border-4 {
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgba(2, 29, 53, 0.5);
    height: 2px;
    width: 2px;
    border-radius: 50%;
}

.feature-4-shape-1 {
    position: absolute;
    right: 0;
    top: 20px;
}

.line-dash-path {
    stroke-dasharray: 4;
    stroke-dashoffset: 350;
    -webkit-animation: tp-line-dash 30s linear forwards infinite;
    animation: tp-line-dash 30s linear forwards infinite;
}

@keyframes tp-line-dash {
    100% {
        stroke-dashoffset: 0;
    }
}

.main-bgcolor {
    color: #39DDB8;
}

.main-bgcolor-2 {
    color: #905AFF;
}

.pl-100 {
    padding-left: 100px;
}

.feature-4-shape-2 {
    position: absolute;
    left: -70px;
    top: 8px;
}

.feature-list-4-content h4 {
    font-size: 22px;
}

.feature-list-4-content p {
    max-width: 500px;
}

@media (max-width:750px) {
    .pl-100 {
        padding-left: 0px;
    }

    .feature-list-4-content p {
        max-width: 100%;
    }
}

/********************************
 Campaign Execution & Monitoring
******************************** */
/* allsticky */
.allsticky {
    position: relative;
}

.allsticky .service5-items {
    position: sticky;
    margin-top: 50px;
    top: 0px;
}

.allsticky .service5-items2 {
    top: 150px;
    margin-top: 80px;
}

@media (max-width: 767px) {
    .allsticky .service5-items {

        top: auto;
    }

    .allsticky .service5-items2 {
        top: auto;
    }
}

/* cem-one */
.cem-one {
    position: relative;
}

/* cem-two */
.cem-two {
    background-color: #10183E;
}

/* cem-three */
.cem-three {
    position: relative;
}

.our-process-single-item {
    max-width: 310px;
}

.our-process-single-item h1 {
    font-size: 75px;
    font-weight: 700;
    color: #e3e3e3;
    font-style: italic;
    line-height: 1;
    margin-bottom: 0;
    transition: all ease .5s;
}

.our-process-single-item h3 {
    font-size: 22px;
}

.shape.shape-3 {
    top: 60px !important;
    right: -150px !important;
    position: absolute;
}

@media only screen and (max-width: 767px) {
    .shape.shape-3 {
        display: none;
    }
}

/* influencerallservices */
.influencerallservices {
    position: relative;
}

.service-block-home4 {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

@media (min-width:790px) {
    .service-block-home4 {
        height: 335px;
    }
}

.service-block-home4 .inner-box {
    background-color: #fff;
    box-shadow: 0 10px 60px rgba(0, 0, 0, .07);
    height: 100%;
    overflow: hidden;
    padding: 45px 30px;
    position: relative;
    transition: all .3s ease;
    z-index: 2;
}

.dark .service-block-home4 .inner-box {
    background-color: #10183E;
    border: 1px solid #00c607;
}

.service-block-home4 .inner-box:after {
    background-color: hsl(99deg 54.15% 46.99%);
    border-radius: 0 0 0 500px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scale(0);
    transform-origin: right top;
    transition: all .3s linear;
    width: 100%;
    z-index: -1;
}

.service-block-home4 .inner-box:hover:after {
    opacity: 1;
    transform: scale(1.5);
}

.service-block-home4 .inner-box:hover i,
.service-block-home4 .inner-box:hover .text,
.service-block-home4 .inner-box:hover .title,
.service-block-home4 .inner-box:hover h2 {
    color: #fff;
}

.service-block-home4 .count {
    background-color: var(--maintheme);
    border-radius: 50%;
    color: #fff;
    height: 160px;
    position: absolute;
    right: -40px;
    top: -70px;
    transition: all .3s linear;
    width: 160px;
}

.service-block-home4 em {
    bottom: 30px;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    left: 60px;
    position: absolute;
}

.service-block-home4 i {
    color: var(--maintheme);
    display: block;
    font-size: 40px;
    /* font-weight: 400; */
    line-height: 1em;
    margin-bottom: 20px;
    position: relative;
    transition: all .2s linear;
}

.dark .service-block-home4 i {
    color: #fff;
}

.service-block-home4 .title {
    margin-bottom: 20px;
    font-size: 1.3rem;
    font-weight: 600;
}

.service-block-home4 .text {
    line-height: 30px;
    transition: all .3s linear;
}

.service-block-home4 h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.2rem;
    font-weight: 500;
}

/******************
 digitalmarketing
***************** */
.digitalmarketing {
    position: relative;
}

.servicecardt {
    text-decoration: none;
}

.service-card-digital {
    position: relative;
    text-align: center;
    padding: 40px 30px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    display: block;
    z-index: 1;
    border-radius: 15px;
    margin-bottom: 30px;
    height: 320px;
}

.dark .service-card-digital {
    border: 1px solid #00c607;
}

.service-card-digital::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/card-shape.png);
    background-repeat: no-repeat;
    z-index: -1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.service-card-digital:hover::before {
    background-image: url(../images/card-shape-2.png);
    z-index: 1;
}

.dark .service-card-digital::before {
    background-image: url(../images/card-shape-2.png);
}

.service-card-digital .imgsection {
    display: inline-block;
    background: #fff;
    align-items: center;
    padding: 10px;
    border-radius: 100px;
    border: 1px solid #00c607;
    margin-bottom: 15px;
}

.service-card-digital .imgsection img {
    max-width: 100% !important;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1;
    width: 52px;
}

.service-card-digital p {
    text-decoration: none;
}

.service-card-digital h1 {
    font-size: 20px;
    margin-bottom: 15px;
    position: relative;
    text-decoration: none;
    color: #000;
    font-weight: 600;
}

.dark .service-card-digital h1 {
    color: #fff;
}

.service-card-digital::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    width: 0;
    height: 100%;
    background-color: var(--maintheme);
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 15px;
}

.service-card-digital:hover::after {
    width: 100%;
    opacity: 1;
}

.service-card-digital:hover h1,
.service-card-digital:hover p,
.service-card-digital:hover h2 {
    color: #fff;
    z-index: 5555;
}

.service-card-digital h2 {
    color: #000;
    font-size: 17px;
}

.dark .service-card-digital h2 {
    color: #fff;
}

.service-card-digital i {
    margin-left: 5px;
}