@charset "UTF-8";
/*------------------------------------------------------------------
[Master Stylesheet]

Project                        :   SPRUHA - PHP Bootstrap5 Admin Template
Create Date                    :   08/August/2023
Author & Copyright Ownership   :   Spruko Technologies Private Limited 
Author URL                     :   https://themeforest.net/user/spruko
Support	                       :   https://support.spruko.com/
License Details                :   https://spruko.com/licenses-details

-------------------------------------------------------------------*/
/*
1.	Bootstrap-custom
2.	Accordions
3.	Alerts
4.	Badges
5.	Breadcrumbs
6.	Buttons
7.	Cards
8.	Carousel
9.	Dropdown
10.	Forms
11.	Grid
12.	Input-group
13.	Modals
14.	Navigation
15.	Pagination
16.	Popover
17.	Progress
18.	Tables
19.	Datatable
20.	Toast
21.	Tooltip
22.	Color
23.	Main-content
24.	Header
25.	Footer
26.	Sidebar
27.	Right-sidebar
28.	Profile
29.	Iconbar
30.	Datepicker
31.	Datetimepicker
32.	Jqvmap
33.	Chart
34.	Parsely
35.	Quill
36.	Rangeslider
37.	Select2
38.	Spectrum
39.	Calendar
40.	Chat
41.	Contacts
42.	Error
43.	Invoice
44.	Mail
45.	Profile
46.	Account-setting
47.	Pricing
48.	Scrumboard
49.	Todotask
50.	Product-list
51.	Whishlist
52.	Border
53.	Height
54.	Margin
55.	Opacity
56.	Padding
57.	Position
58.	Typography
59.	Width
60.	Tags
61.	Tabs
62.	Navbar
63.	Wizard
64.	P-scroll
65.	Radio
66.	Rating
67.	Timeline
68.	Countdown
69.	Image
70.	List
71.	Checkbox
72.	Toggle
73.	Listgroup
74.	Jumborton
75.	Custom-control
76.	Element-sizes
77.	Custom-styles
*/

/*Color variables*/
/*gray variables*/
/*white variables*/
/*black variables*/
/*Dark Theme*/
/*Dark Theme*/
/* ########## BOOTSTRAP OVERRIDES ########## */
/* ###### Bootstrap ###### */
:root {
    
    --bg: #130E40;
    --blue2: #1B1452;
    --purble: #A79FFF;
    --primary-bg-color: #872E8F;
    --primary-bg-hover: #403fad;
    --primary-transparentcolor: rgba(98, 89, 202, 0.16);
    --primary-bg-border: #872E8F;
    --dark-theme: #0e0e23;
    --dark-body: #24243e;
    --dark-border: rgba(255, 255, 255, 0.15);
    --dark-color: #d0d0e2;
    --dark-primary: #872E8F;
    --light-primary: #EA8EF3;
    --indigo: $indigo;
    --purple: $purple;
    --pink: #f1388b;
    --orange: $orange;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: $white;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

* {
    box-sizing: border-box;
}

*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    background-color: #ffffff;
    font-family: "Roboto", sans-serif !important;
    background: #eaedf7;
    color: #1d212f;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-font-feature-settings: "liga" 0;
    font-feature-settings: "liga" 0;
    overflow-y: scroll;
    width: 100%;
    position: relative;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #e8e8f7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
    list-style-type: none;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
    display: inline-block;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1,
.h1 {
    font-size: 2.1875rem;
}

h2,
.h2 {
    font-size: 1.75rem;
}

h3,
.h3 {
    font-size: 1.53125rem;
}

h4,
.h4 {
    font-size: 1.3125rem;
}

h5,
.h5 {
    font-size: 1.09375rem;
}

h6,
.h6 {
    font-size: 0.875rem;
}

.container,
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

/* ###### Breadcrumb ###### */
/* ###### Buttons ###### */
.btn,
.sp-container button {
    line-height: 1.538;
    padding: 7px 20px;
    border-radius: 4px;
    transition: none;
    min-height: 38px;
    display: inline-block;
    font-weight: 400;
    color: #8f9cc0;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 3px;
    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;
}

.btn-light {
    color: #8f9cc0;
    background-color: #f1f2f9;
    border-color: #f1f2f9;
}

.btn-info {
    color: #ffffff;
    background-color: #01b8ff;
    border-color: #01b8ff;
}

.btn-info:hover {
    color: #ffffff;
    background-color: #06aff1;
    border-color: #06aff1;
}

.btn-info:focus,
.btn-info.focus {
    color: #ffffff;
    background-color: #06aff1;
    border-color: #06aff1;
    box-shadow: 0 0 0 1px #01b8ff;
}

.btn-info.disabled,
.btn-info:disabled {
    color: #ffffff;
    background-color: #01b8ff;
    border-color: #01b8ff;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active {
    color: #ffffff;
    background-color: #06aff1;
    border-color: #06aff1;
}

.show>.btn-info.dropdown-toggle {
    color: #ffffff;
    background-color: #06aff1;
    border-color: #06aff1;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 1px #01b8ff;
}

.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px #01b8ff;
}

/* ###### Buttons ###### */
/* ###### Card  ###### */
.card {
    border-radius: 11px;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #e8e8f7;
    justify-content: space-between; /* Distributes content evenly */
}

.accordion .card-body {
    padding: 15px;
    background-color: #ffffff;
    transition: none;
    border: 1px solid #e8e8f7;
    border-radius: 10px;
}

.card-body {
    flex: 1 1 auto;
    padding: 25px;
}

.card-invoice .card-body {
    padding: 20px;
}

.card-dashboard-calendar .card-body {
    padding: 0;
}

@media (min-width: 992px) {
    .card-invoice .card-body {
        padding: 0 50px 50px;
    }
}

@media (max-width: 768px) {
    .hexagon {
        width: 40px;
        height: 40px;
    }
}

.card-header {
    padding: 20px 25px 0 25px;
    margin-bottom: 0;
    border-bottom: 1px solid #e8e8f7;
    background: transparent;
}

.card-header:first-child {
    border-radius: 2px 2px 0 0;
    border-radius: 11px 11px 0 0;
}

.card-header,
.card-footer {
    position: relative;
    border-color: #eaedf7;
    padding-left: 25px;
    padding-right: 25px;
}

.card-header-tab {
    border-bottom: 0;
    padding: 0;
}

#back-to-top {
    background: var(--primary-bg-color);
}

.btn-primary {
    color: #ffffff;
    background-color: var(--primary-bg-color);
    border-color: var(--primary-bg-color);
}

.btn-primary:hover {
    color: #ffffff;
    background-color: var(--primary-bg-hover);
    border-color: var(--primary-bg-hover);
}

.btn-primary:focus,
.btn-primary.focus {
    background-color: var(--primary-bg-hover);
    border-color: var(--primary-bg-hover);
    box-shadow: 0 0 0 1px var(--primary07);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #ffffff;
    background-color: var(--primary-bg-color);
    border-color: var(--primary-bg-color);
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
    color: #ffffff;
    background-color: var(--primary08);
    border-color: var(--primary08);
}

.show>.btn-primary.dropdown-toggle {
    color: #ffffff;
    background-color: var(--primary08);
    border-color: var(--primary08);
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 1px var(--primary07);
}

.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px var(--primary07);
}

.btn-main-primary {
    color: #ffffff;
    background-color: var(--primary-bg-color);
    border-color: var(--primary-bg-color);
}

.btn-main-primary:hover {
    color: #ffffff;
    background-color: var(--primary-bg-hover);
    border-color: var(--primary-bg-hover);
}

.btn-main-primary:focus,
.btn-main-primary.focus {
    box-shadow: 0 0 0 1px var(--primary07);
}

.btn-main-primary.disabled,
.btn-main-primary:disabled {
    color: #ffffff;
    background-color: var(--primary-bg-color);
    border-color: var(--primary-bg-color);
}

.btn-main-primary:not(:disabled):not(.disabled):active,
.btn-main-primary:not(:disabled):not(.disabled).active {
    color: #ffffff;
    background-color: var(--primary08);
    border-color: var(--primary08);
}

.show>.btn-main-primary.dropdown-toggle {
    color: #ffffff;
    background-color: var(--primary08);
    border-color: var(--primary08);
}

.btn-main-primary:not(:disabled):not(.disabled):active:focus,
.btn-main-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 1px var(--primary07);
}

.show>.btn-main-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px var(--primary07);
}

.btn-outline-primary {
    color: var(--primary-bg-color) !important;
    border-color: var(--primary-bg-color);
}

.btn-outline-primary:hover {
    color: #ffffff !important;
    background-color: var(--primary-bg-color);
    border-color: var(--primary-bg-color);
}

.btn-outline-primary:focus,
.btn-outline-primary.focus {
    box-shadow: 0 0 0 1px var(--primary07);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: var(--primary-bg-color);
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
    color: #ffffff !important;
    background-color: var(--primary-bg-color);
    border-color: var(--primary-bg-color);
}

.show>.btn-outline-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: var(--primary-bg-color);
    border-color: var(--primary-bg-color);
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 1px var(--primary07);
}

.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 1px var(--primary07);
}

.bg-primary {
    color: #ffffff !important;
    background-color: var(--primary-bg-color);
}

a.bg-primary:hover {
    color: #ffffff !important;
    background-color: var(--primary-bg-color);
}

a.bg-primary:focus {
    color: #ffffff !important;
    background-color: var(--primary-bg-color);
    outline: 0;
    box-shadow: 0 0 0 0.2rem var(--primary05);
}

a.bg-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem var(--primary05);
}

.main-nav-column .nav-link.active {
    color: var(--primary-bg-color) !important;
}

.main-nav-column .nav-link.active:hover,
.main-nav-column .nav-link.active:focus {
    color: var(--primary-bg-color) !important;
}

a {
    color: var(--primary-bg-color);
}

/******************** Scrollable Styles End********************/
/* ########## LAYOUTS  ########## */
/* ###### Main-content  ###### */

.main-content .container,
.main-content .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
}

@media (max-width: 991.98px) {
    .main-content .container {
        max-width: none;
    }
}

.main-header {
    height: 60px;
    background-color: #ffffff;
    box-shadow: none;
    border-bottom: 1px solid #e8e8f7;
    z-index: 99;
    width: 100%;
    box-shadow: -7.829px 11.607px 20px 0px #e4e3f5;
}

.main-header>.container,
.main-header>.container-fluid {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 992px) {
    .main-body .main-header {
        position: fixed;
        height: 65px;
    }

    .main-header {
        position: relative;
        height: 65px;
    }
}

@media (min-width: 992px) {

    .main-header>.container,
    .main-header>.container-fluid {
        padding-left: 25px;
        padding-right: 15px;
    }
}

@media (min-width: 992px) {
    .main-header>.container {
        padding: 0;
    }
}

@media (max-width: 991.98px) {
    .main-header>.container {
        max-width: none;
    }
}

@media (min-width: 992px) {
    .main-header .main-header-left .main-logo {
        display: flex;
    }
}

.main-header-left {
    display: flex;
    align-items: center;
}

.main-header-left .main-header-arrow {
    display: none;
    position: relative;
    top: -2px;
}

.main-logo {
    font-weight: 700;
    font-size: 28px;
    font-family: "Poppins", sans-serif;
    text-transform: lowercase;
    letter-spacing: -1px;
    display: flex;
    align-items: left;
    position: relative;
    margin: auto;
    justify-content: left;
}

.main-logo i {
    display: block;
    line-height: 0.9;
    margin-right: 8px;
    font-size: 40px;
}

.main-logo i::before {
    width: auto;
    height: auto;
}

.main-header-menu-icon {
    margin-right: 10px;
    width: 20px;
    height: 30px;
    display: flex;
    align-items: center;
}

.main-header-menu-icon span {
    display: block;
    position: relative;
    width: 15px;
    height: 2px;
    background-color: #2f395f;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
}

.main-header-menu-icon span::before,
.main-header-menu-icon span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 2px;
    background-color: #2f395f;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
}

.main-header-menu-icon span::before {
    top: -6px;
}

.main-header-menu-icon span::after {
    bottom: -6px;
}

.main-header-center {
    flex: 1;
    margin: 0 0 0 0.8rem;
    position: relative;
}

.main-header-right {
    display: flex;
    align-items: center;
}

/* ###### Main-header-nav  ###### */
/* ###### Main-footer  ###### */
.main-footer {
    background-color: #ffffff;
    margin-top: 0;
    padding: 15px;
    position: relative;
    bottom: 0;
    display: block;
    margin-top: auto;
}

.ltr #slide-right {
    position: absolute;
    right: 20px;
    left: auto;
}

.ltr #slide-left {
    position: absolute;
    left: 20px;
    right: auto;
}

.horizontalMenucontainer {
    background-size: cover;
    overflow: hidden;
    background-attachment: fixed;
    background-position: 50% 0;
    background-repeat: no-repeat;
}

.main-footer {
    transition: margin-left 0.3s ease;
}

/* ###### Sidebar  ###### */
@media (max-width: 991.98px) {
    .main-sidebar-show {
        overflow: inherit;
    }

    .main-sidebar-show .main-sidebar {
        display: flex;
        transform: translateX(0);
        visibility: visible;
        transition: left 0.3s ease, width 0.3s ease;
    }

    .main-sidebar-show .main-navbar-backdrop {
        opacity: 1;
    }
}

@media (min-width: 992px) {
    .main-sidebar-hide .main-sidebar {
        display: none;
    }

    .main-sidebar-hide .main-sidebar-sticky+.main-content {
        margin-left: 0;
    }
}

.main-body-sidebar {
    display: block;
}

.main-body-sidebar .main-content {
    flex: 1;
    padding: 0;
    display: flex;
    flex-direction: column;
}

.main-body-sidebar .main-content-header {
    height: auto;
    padding: 20px;
    margin-bottom: 0;
}

.main-body-sidebar .main-content-body {
    padding: 0 20px 20px;
}

.main-body-sidebar .main-footer {
    margin-top: auto;
}

@media (min-width: 992px) {
    .main-body-sidebar {
        display: flex;
        flex-direction: row;
    }
}

@media (min-width: 992px) {
    .main-body-sidebar .main-header .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.main-sidebar {
    width: 240px;
    flex-direction: column;
    flex-shrink: 0;
    border-right: 0;
    transform: translateX(-240px);
    visibility: hidden;
    transition: all 0.4s;
    transition: left 0.4s ease, width 0.4s ease;
}

@media (prefers-reduced-motion: reduce) {
    .main-sidebar {
        transition: none;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .main-sidebar {
        width: 220px;
    }
}

@media (max-width: 991.98px) {
    .main-sidebar {
        position: fixed;
        top: 0px !important;
        left: 0;
        bottom: 0;
        z-index: 2;
        background-color: #ffffff;
    }
}

@media (min-width: 992px) {
    .main-sidebar {
        position: relative;
        display: flex;
        transform: none;
        z-index: 999;
        border-right-width: 1px;
        visibility: visible;
    }
}

.main-sidebar-sticky {
    position: fixed;
    top: 0px;
    left: 0;
    bottom: 0;
    box-shadow: none;
    background: var(--dark-theme);
}

.main-sidebar-body .nav-item.active .nav-link:before {
    content: "";
    position: absolute;
    top: -30px;
    z-index: 9;
    right: 0px;
    bottom: 0;
    height: 30px;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom: transparent;
    border-radius: 0px 0px 48px 0px;
}

.main-sidebar-body .nav-item.active .nav-link:after {
    content: "";
    position: absolute;
    top: 43px;
    z-index: 0;
    right: 0px;
    bottom: 0;
    height: 30px;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom: transparent;
    border-radius: 0px 48px 0px 0px;
}

.main-sidebar-body .nav-item.active .nav-link .shape1 {
    position: absolute;
    top: -30px;
    width: 20px;
    height: 60px;
    right: 0px;
}

.main-sidebar-body .nav-item.active .nav-link .shape2 {
    position: absolute;
    top: 35px;
    width: 20px;
    height: 30px;
    right: 0px;
}

.main-sidebar-body li.nav-item.active .nav-link {
    background-color: #eaedf7;
    position: relative;
    z-index: 1;
    margin: 10px auto;
    text-align: center;
    border-radius: 30px 0 0 30px;
    margin-left: 0;
    border: 0px solid transparent;
    border-right: 0px;
    width: inherit;
}

.main-sidebar-body .nav-item.active .nav-link:before,
.main-sidebar-body .nav-item.active .nav-link:after {
    border-right: 20px solid var(--dark-theme);
}

.main-sidebar-body .nav-item.active .nav-link .shape1,
.main-sidebar-body .nav-item.active .nav-link .shape2 {
    background: #eaedf7;
}

@media (min-width: 992px) {
    .main-sidebar-sticky+.main-content {
        margin-left: 220px;
    }
}

@media (min-width: 1200px) {
    .main-sidebar-sticky+.main-content {
        margin-left: 240px;
    }
}

.main-sidebar-header {
    flex-shrink: 0;
    height: 64px;
    align-items: center;
}

.main-sidebar-loggedin {
    padding: 10px 20px;
    display: flex;
    flex-shrink: 0;
}

.main-sidebar-loggedin .main-img-user {
    width: 36px;
    height: 36px;
}

.main-sidebar-loggedin .media-body {
    margin-left: 12px;
}

.main-sidebar-loggedin .media-body h6 {
    font-weight: 700;
    font-size: 14px;
    color: #8f9cc0;
    margin-bottom: 2px;
}

.main-sidebar-loggedin .media-body span {
    display: block;
    color: #a8afc7;
}

.main-sidebar-body {
    padding: 0;
}

@media (min-width: 1200px) {
    .main-sidebar-body {
        padding: 12px 0px 12px 0px;
    }
}

.main-body .main-sidebar-body .nav {
    flex-direction: column;
    padding: 0 0 0 15px;
    margin: 0 auto;
    justify-content: center;
    margin-top: 0;
}

.nav-header {
    margin: 0 0 0 15px;
    display: flex;
    position: relative;
}

.main-sidebar-body .nav-label {
    text-transform: uppercase;
    font-size: 11.49px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: rgba(255, 255, 255, 0.3);
    padding: 10px 0px 0 0;
}

.second-sidemenu .nav-label {
    text-transform: uppercase;
    font-size: 11.49px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: #77778c;
    padding: 10px 0px 0 0;
}

.second-sidemenu .nav-header li {
    list-style-type: none;
}

.main-sidebar-body .sub-txt {
    font-size: 10.9px;
    padding: 0 0px 0 0;
    color: #9b9ca3;
    margin-bottom: 0;
    position: absolute;
    margin-top: -1px;
}

.second-sidemenu .sub-txt {
    font-size: 10.9px;
    padding: 0 0px 0 0;
    color: #8d95b1;
    margin-bottom: 10px;
}

.main-sidebar-body .nav-item {
    position: relative;
    display: block;
}

.main-sidebar-body .nav-item+.nav-item {
    margin-top: -1px;
}

.main-sidebar-body .nav-link {
    display: flex;
    align-items: center;
    padding: 4px;
    font-weight: 400;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.4);
}

.main-sidebar-body .nav-link .sidemenu-icon {
    font-size: 17px;
    line-height: 0;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
}

.main-sidebar-body .nav-link i.typcn {
    line-height: 0.9;
}

.main-sidebar-body .nav-link i.typcn::before {
    width: auto;
}

.main-sidebar-body .nav-link.with-sub {
    position: relative;
}

.main-sidebar-body .nav-sub {
    list-style: none;
    padding: 0;
    margin-left: 1.2rem;
}

.main-sidebar-body .nav-sub .nav-sub-link:before {
    content: "\e048";
    font-family: "typicons";
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    top: 8px;
    font-size: 12px;
    opacity: 0.4;
    margin-right: 22px;
    color: rgba(255, 255, 255, 0.8);
}

.main-sidebar-body .nav-sub-item .nav-sub {
    padding: 0 0 0 12px;
    border-left-width: 1px;
    margin-left: 0;
}

.main-sidebar-body .nav-sub-item .nav-sub .nav-sub-link {
    height: auto;
    padding: 7px 0;
}

.main-sidebar-body .nav-sub-item.active>.nav-sub-link.active {
    color: #ffffff !important;
}

.main-sidebar-body .nav-sub-item.show .nav-sub {
    display: block;
}

.main-sidebar-body .nav-sub-link {
    display: flex;
    align-items: center;
    color: rgba(255, 255, 255, 0.4);
    font-size: 13px;
    padding: 8px 0;
    position: relative;
}

.main-sidebar-body .nav-sub-link.with-sub {
    justify-content: flex-start;
}

.main-sidebar-body .nav-sub-link.with-sub::after {
    content: "\f3d0";
    font-family: "Ionicons";
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    margin-left: auto;
    color: #eaedf7;
}

.main-sidebar-body .nav-sub-link+.nav-sub-link {
    border-top: 1px dotted #eaedf7;
}

.main-sidebar-body li.active .sidemenu-icon {
    font-size: 18px;
    line-height: 0;
    margin-right: 10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    color: #ffffff;
}

@media (min-width: 992px) {
    .main-sidebar-body .nav-sub-link.with-sub::after {
        margin-left: 4px;
        font-size: 12px;
    }
}

@media (min-width: 992px) {
    .main-sidebar-hide .main-sidebar-body li.active:after {
        top: 43px;
    }

    .main-sidebar-hide .main-sidebar .main-sidebar-body {
        padding: 17px 0px 12px 0px;
    }

    .main-sidebar-hide .main-sidebar-body .nav-link .sidemenu-icon {
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        border-radius: 50%;
        z-index: 1;
        box-shadow: none;
    }

    .main-sidebar-hide.main-sidebar-open .main-sidebar-body li.active {
        position: relative;
        z-index: 1;
        margin: 0 auto;
        text-align: center;
        border-radius: 30px 0 0 30px;
        margin-left: 0;
        border: 0px solid transparent;
        border-right: 0px;
        transition: none;
    }

    .main-sidebar-hide.main-sidebar-open .main-sidebar-body .nav-link .sidemenu-icon {
        font-size: 18px;
        line-height: 0;
        margin-right: 10px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        border-radius: 50%;
        box-shadow: none;
    }

    .main-sidebar-hide.main-sidebar-open .main-sidebar-body li.active .sidemenu-icon {
        font-size: 18px;
        line-height: 0;
        margin-right: 10px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: var(--primary-bg-color);
        text-align: center;
        border-radius: 50%;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
        color: #ffffff;
    }

    .main-body.main-sidebar-hide.main-sidebar-open .main-sidebar-body .nav {
        flex-direction: column;
        padding: 0 0 0 15px;
        text-align: inherit;
        margin: 0;
        justify-content: inherit;
    }

    .main-sidebar-hide .main-sidebar-body li.active {
        margin: 6px 0;
    }

    .main-sidebar-hide .main-sidebar-body li.active .sidemenu-icon {
        background: var(--primary-bg-color);
        margin-left: 5px;
    }

    .main-sidebar-hide .main-sidebar-body li.nav-item.active .nav-link {
        width: inherit;
        transition: margin-left 0.3s ease;
    }

    .main-sidebar-hide.main-sidebar-open .main-sidebar-body .nav-item.active .nav-link:before {
        content: "";
        position: absolute;
        top: -30px;
        z-index: 9;
        right: 0px;
        bottom: 0;
        height: 30px;
        border-top-color: transparent;
        border-left-color: transparent;
        border-bottom: transparent;
        border-radius: 0px 0px 48px 0px;
    }

    .main-sidebar-hide.main-sidebar-open .main-sidebar-body .nav-item.active .nav-link:after {
        content: "";
        position: absolute;
        top: 43px;
        z-index: 0;
        right: 0px;
        bottom: 0;
        height: 30px;
        border-top-color: transparent;
        border-left-color: transparent;
        border-bottom: transparent;
        border-radius: 0px 48px 0px 0px;
    }
}

.ripple {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    cursor: pointer;
}

.ripple:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle, #000000 10%, transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform 0.5s, opacity 1s;
}

@media (min-width: 991px) {
    .responsive-logo {
        display: none;
    }
}

@media (max-width: 991px) {
    .responsive-logo {
        display: none;
    }
}

.bg-white {
    background-color: #ffffff !important;
}

.bg-primary-transparent {
    background-color: var(--primary01);
}

.bg-transparent {
    background-color: transparent;
}

/* ###### Backgrounds ###### */
/* ###### Display ###### */
.d-none {
    display: none !important;
}

.align-items-center {
    align-items: center !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.me-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.me-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.d-lg-inline-block {
    display: inline-block !important;
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pe-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.ps-0,
.px-0 {
    padding-left: 0 !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

@media (min-width: 576px) {

    .pe-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .ps-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
}

/* ###### Padding  ###### */
/* ###### Position  ###### */

.pos-relative {
    position: relative !important;
}

.text-start {
    text-align: left !important;
}

.text-white {
    color: #ffffff !important;
}

.text-muted {
    color: #8f8fb1 !important;
}

.fs-18 {
    font-size: 18px;
}

/* ###### Width  ###### */
/* ############### CUSTOM ELEMENT STYLES ############### */
/* ###### Component-cols ###### */
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100% !important;
    padding-right: 15px !important;
    padding-left: 15px !important;
}


@media (min-width: 576px) {

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.col-lg-3, .col-md-6, .col-sm-6, .col-12 {
    display: flex;
    align-items: stretch;
    margin-bottom: 20px;
}

@media (min-width: 992px) {

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* ###### Component-cols ###### */
.landing-top-header {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    position: relative;
    border-radius: 0px;
}

/* .landing-top-header::before {
    position: absolute;
    content: "";
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    right: 0;
    width: auto;
    height: 152%;
    top: 65px;
    overflow: hidden;
    background-image: url(../landing/images/bg4.webp);
} */

.landing-top-header .top {
    border-bottom: 1px solid transparent;
}

.demo-screen-headline h1 {
    font-size: 40px;
    line-height: 60px;
    font-weight: 500;
    text-align: center;
}

.demo-screen-headline h1 {
    line-height: 1.4;
    margin-bottom: 20px;
    text-shadow: none;
}

.demo-screen-headline {
    height: 100vh;
    display: flex;
    align-items: center;
}

.landing-top-header .demo-screen-headline h6 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.demo-footer {
    background-color: var(--dark-theme);
    padding-top: 3rem;
    color: var(--dark-color);
}

.demo-footer .card {
    background-color: var(--dark-theme);
}

.demo-footer .main-footer {
    background-color: var(--dark-theme);
}

.demo-footer hr {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.landing-page {
    background-color: #ffffff;
}

.landing-page .bottom-footer-shape {
    bottom: -2px;
    position: absolute;
    pointer-events: none;
    right: 0;
    left: 0;
    width: 100%;
    color: var(--dark-theme) !important;
}

.landing-page .shape svg {
    -webkit-transform: scale(2);
    transform: scale(2);
    width: 100%;
    height: auto;
    -webkit-transform-origin: top center;
    transform-origin: top center;
}

.landing-page svg:not(:root) {
    overflow: hidden;
}

.landing-page .card {
    border: 0px;
    position: relative;
    margin-bottom: 1.5rem;
    width: 100%;
}

.landing-page .card {
    box-shadow: none;
}

.landing-page .card.features.main-features {
    border: 1px solid #e8e8f7 !important;
    box-shadow: none !important;
    transition: all ease 0.3s !important;
    text-align: center;
}

.landing-page #faqs .card .card-body {
    padding: 3.5rem 3.5rem 1.5rem 3.5rem;
    transition: 0.3s ease all;
}

.landing-page #faqs .card {
    padding: 1rem;
    transition: 0.3s ease all;
}

.landing-page #faqs .card-header {
    background: none;
    padding: 1.5rem 1.5rem;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    background-color: transparent;
    letter-spacing: 0.2px;
    width: 100% !important;
    height: 100% !important;
    border-bottom: 0;
}

.landing-page #faqs .card-collapsed .card-header {
    border-radius: 7px;
}

.landing-page .bg-landing {
    background-color: #f8f9fb;
}

.landing-page .landing-title {
    background: linear-gradient(to right, transparent, var(--primary-bg-color), transparent);
    height: 1px;
    margin: 0px auto;
    width: 70px;
    margin-bottom: 10px;
}

.landing-page #faqs .card-header {
    background: none;
    padding: 1.5rem 1.5rem;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    background-color: transparent;
    letter-spacing: 0.2px;
    width: 100% !important;
    height: 100% !important;
}

.landing-page #faqs .card-title {
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
}

.landing-page #faqs .card-collapsed> :not(.card-header):not(.card-status) {
    display: none;
}

.landing-page #faqs .card .card-body {
    padding: 3.5rem 3.5rem 1.5rem 3.5rem;
    transition: 0.3s ease all;
}

.landing-page #faqs .card .card-header {
    transition: 0.3s ease all;
}

.landing-page #faqs .card {
    padding: 1rem;
    transition: 0.3s ease all;
}

.landing-page #faqs .card-collapsed> :not(.card-header):not(.card-status) {
    display: none;
}

.landing-page #faqs .card.bg-primary-transparent .card-header {
    border-left: 5px solid var(--primary-bg-color);
}

.landing-page #faqs .card.bg-primary-transparent .card-body {
    border-left: 5px solid var(--primary-bg-color);
    border-radius: 0 0 7px 7px;
}

.landing-page h2 {
    font-size: 30px;
}

.landing-page .bg-primary-transparent {
    background-color: rgba(98, 89, 202, 0.16);
}

.landing-page.horizontalmenu .slide {
    margin: 0;
}

@media (min-width: 768px) {
    .landing-page .hor-content .container {
        max-width: 720px !important;
    }
}

@media (min-width: 576px) {
    .landing-page .hor-content .container {
        max-width: 540px;
    }
}

@media (min-width: 576px) {
    .landing-page .demo-footer .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .landing-page .demo-footer .container {
        max-width: 720px !important;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    -o-animation-duration: 1s;
    animation-delay: 1s;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@keyframes run {
    0% {
        top: -50%;
    }

    100% {
        top: 110%;
    }
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 3px;
    }
}

.slick-slide {
    margin: 20px 20px;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-slide img {
    width: 75px;
    height: 75px;
    padding: 14px;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.05);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

@media (min-width: 992px) {
    .landing-page .navbar-toggler {
        display: none;
    }

    .landing-page .main-header.hor-header {
        display: none;
    }

    .landing-page .main-sidemenu.container {
        max-width: 960px !important;
    }

    .landing-page .top.sticky.sticky-pin .app-sidebar {
        border-bottom: 1px solid #1B1452;
        background-color: #1B1452!important;
        box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.2);
        z-index: 999;
    }

    .landing-page.horizontalmenu .side-menu>li>a {
        margin: -3px 5px !important;
        font-weight: 500;
        padding: 16px 16px !important;
        color: rgba(255, 255, 255, 0.7);
    }

    .landing-page.horizontalmenu .side-menu>li>a.active {
        color: #ffffff;
    }

    .landing-page.horizontalmenu .side-menu {
        display: flex;
        overflow: hidden;
        padding: 0;
        margin-bottom: 0;
    }
}

@media (min-width: 768px) {
    .landing-page .main-sidemenu.container {
        max-width: 720px !important;
    }
}

.team-members {
    position: absolute;
    border: 2px solid #ffffff;
    top: -35px;
    text-align: center;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 16px 32px rgba(33, 33, 33, 0.15);
}

.bg-image-style {
    background-image: url(../landing/images/bg3.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    position: relative;
    border-radius: 0px;
}

.landing-page .slick-prev,
.landing-page .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.landing-page .slick-prev:hover,
.landing-page .slick-prev:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.landing-page .slick-next:hover,
.landing-page .slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.landing-page .slick-prev:hover:before,
.landing-page .slick-prev:focus:before {
    opacity: 1;
}

.landing-page .slick-next:hover:before,
.landing-page .slick-next:focus:before {
    opacity: 1;
}

.landing-page .slick-prev.slick-disabled:before,
.landing-page .slick-next.slick-disabled:before {
    opacity: 0.25;
}

.landing-page .slick-prev:before,
.landing-page .slick-next:before {
    font-family: "feather";
    font-size: 20px;
    padding: 10px;
    line-height: 1;
    opacity: 0.75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.2);
    border-radius: 50px;
}

.landing-page .slick-prev {
    left: -25px;
}

.landing-page [dir=rtl] .slick-prev {
    right: -25px;
    left: auto;
}

.landing-page .slick-prev:before {
    content: "\e92e";
}

.landing-page [dir=rtl] .slick-prev:before {
    content: "→";
}

.landing-page .slick-next {
    right: -25px;
}

.landing-page [dir=rtl] .slick-next {
    right: auto;
    left: -25px;
}

.landing-page .slick-next:before {
    content: "\e92f";
}

.landing-page [dir=rtl] .slick-next:before {
    content: "<";
}

.landing-page .section {
    padding: 70px 0;
    background-position: center center;
    background-size: cover;
}

.landing-page .dotes {
    content: "";
    margin-top: 3px;
    box-shadow: 0px 4px 16px rgba(135, 96, 251, 0.51);
    background: var(--primary-bg-color);
    width: 19px;
    height: 15px;
    border-radius: 57%;
    color: #ffffff;
}

.landing-page .tab_wrapper.left_side>ul {
    width: 60%;
    float: left;
    border-bottom: 1pxpx solid #ccc;
    font-size: 12px;
}

.landing-page .tab_wrapper.left_side .content_wrapper {
    width: 350px;
    height: 264px;
    border: 1px solid var(--primary-bg-color);
    float: left;
    border-radius: 0px 5px 5px 0px;
}

.landing-page .tab_wrapper .content_wrapper .tab_content {
    display: none;
    padding: 10px;
}

.landing-page .tab_wrapper .content_wrapper {
    top: 0px;
}

.landing-page.horizontalmenu .slide {
    list-style: none;
}

.landing-page .main-navbar .nav-link.with-sub::after {
    display: none;
}

.landing-page .main-logo {
    margin: 0;
}

.landing-page .desktop-logo {
    display: none;
}

.landing-page .main-demo-1 h4,
.landing-page .main-demo-1 h1 {
    color: #ffffff;
}

.landing-page .main-demo-1 h6 {
    color: rgba(255, 255, 255, 0.6);
}

@media (min-width: 992px) {
    .landing-page .main-content {
        padding-top: 0;
    }
}

@media (min-width: 1200px) {

    .landing-page.horizontalmenu .main-navbar.hor-menu .container,
    .landing-page.horizontalmenu .main-content.hor-content .container,
    .landing-page.horizontalmenu .container {
        max-width: 1140px !important;
    }
}

@media (min-width: 992px) {

    .landing-page.horizontalmenu .main-navbar.hor-menu .container,
    .landing-page.horizontalmenu .main-content.hor-content .container,
    .landing-page.horizontalmenu .container {
        max-width: 960px;
    }
}

.testimonial-owl-landing {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    top: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    position: relative;
    border-radius: 0px;
    background: url(../landing/images/bg2.webp) center center;
    padding: 50px 0;
}

.testimonial-owl-landing::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    display: block;
    z-index: 0;
    background: rgba(105, 100, 247, 0.4) !important;
    top: 0;
}

.student-img img {
    position: absolute;
    bottom: -190px;
    right: 0;
}

.services-statistics.landing-statistics .reveal {
    margin-bottom: 0;
    background: transparent;
}

@media screen and (max-width: 991px) {
    /* .landing-page .main-logo {
        display: none;
    } */

    /* .landing-top-header::before {
        height: 100%;
    } */

    .student-img img {
        display: none;
    }

    .services-statistics.landing-statistics .reveal {
        margin-bottom: 10px;
    }
}

.landing-page #back-to-top i {
    line-height: 1;
}

.landing-page .landing-card-header {
    color: var(--primary-bg-color);
}

.landing-page ul li {
    list-style: none;
}

.counter-body {
    padding-top: 15px;
}

.hexagon-wrapper {
    margin: auto;
    display: flex;
    text-align: initial;
    width: 200px;
    cursor: pointer;
}

.hexagon {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    color: white;
    display: flex;
    align-content: center;
    justify-content: center;
    transition: 0.5s;
    border-radius: 5px;
}

.hexagon i {
    z-index: 1;
    margin: auto;
    font-size: 24px;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    padding: 12px;
}

.hexagon:before,
.hexagon:after {
    position: absolute;
    content: "";
    background: inherit;
    height: 100%;
    width: 100%;
    border-radius: 0;
    transition: 0.5s;
    transform-origin: center;
}

.hexagon:before {
    transform: rotateZ(60deg);
    border-radius: 5px;
    transition: 0.5s;
}

.hexagon:after {
    transform: rotateZ(-60deg);
    border-radius: 5px;
    transition: 0.5s;
}

.landing-page .collapse.navbar-collapse {
    background-color: transparent;
}
/*
.landing-page .features.main-features-1.card:hover {
    border: 1px solid var(--primary-bg-color) !important;
    box-shadow: 0px 16px 32px rgba(33, 33, 33, 0.15);
}

.landing-page .features.main-features-2.card:hover {
    border: 1px solid #ff9b21 !important;
}

.landing-page .features.main-features-3.card:hover {
    border: 1px solid #19b159 !important;
}

.landing-page .features.main-features-4.card:hover {
    border: 1px solid #01b8ff !important;
}

.landing-page .features.main-features-5.card:hover {
    border: 1px solid #f1388b !important;
}

.landing-page .features.main-features-6.card:hover {
    border: 1px solid #fd6074 !important;
}

.landing-page .features.main-features-7.card:hover {
    border: 1px solid var(--primary-bg-color) !important;
}

.landing-page .features.main-features-8.card:hover {
    border: 1px solid #ff9b21 !important;
}
*/
.landing-page .bg-primary-transparent {
    background-color: rgba(98, 89, 202, 0.16);
}

.main-features-1 .hexagon {
    background: var(--primary-bg-color);
}

.main-features-2 .hexagon {
    background: #ff9b21;
}

.main-features-3 .hexagon {
    background: #19b159;
}

.main-features-4 .hexagon {
    background: #01b8ff;
}

.main-features-5 .hexagon {
    background: #f1388b;
}

.main-features-6 .hexagon {
    background: #fd6074;
}

.main-features-7 .hexagon {
    background: var(--primary-bg-color);
}

.main-features-8 .hexagon {
    background: #ff9b21;
}

@media (max-width: 377px) {
    .landing-page .working-section .working-svg {
        transform: scale(0.85) translateX(-35px);
    }
}

.landing-page .working-section .working-svg-container svg {
    width: 300px;
    height: 300px;
}

.landing-page #grid .card.card-collapsed .card-controls .expand {
    display: block;
}

.landing-page #grid .card:not(.card-collapsed) .card-controls .expand {
    display: none;
}

.landing-page #grid .card.card-collapsed .card-controls .shrink {
    display: none;
}

.landing-page #grid .card:not(.card-collapsed) .card-controls .shrink {
    display: block;
}

.landing-page #grid .card .card-controls {
    position: absolute;
    right: 12px;
}

.landing-page #Clients .landing-title {
    background: linear-gradient(to right, transparent, #ffffff, transparent);
    position: absolute;
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    right: 0;
    left: 0;
}

.landing-page #Contact .services-statistics .counter-icon {
    margin-bottom: 1.5rem;
    margin-top: 14px;
    display: inline-flex;
    width: 5rem;
    height: 5rem;
    padding: 26px;
    border-radius: 40% 40%;
    text-align: center;
    line-height: 6rem;
    font-size: 30px;
}

.landing-page .top-footer a {
    color: var(--dark-color);
    line-height: 2;
}

.landing-page .demo-footer .btn-icon {
    display: initial;
}

.landing-page .main-footer {
    font-size: 14px;
    font-weight: 400;
}

@media (min-width: 992px) {

    .landing-page .demo-screen-skin,
    .landing-page .demo-screen-rtl {
        padding: 60px 0;
    }
}

@media (max-width: 991.98px) {
    .landing-page .app-sidebar {
        background-color: #fff !important;
    }

    .landing-page .app-sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        color: #8a98ac;
        z-index: 99;
        background: #fff !important;
        transition: all ease 0.2s;
        box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    }

    .landing-page.horizontalmenu {
        padding-top: 0px;
    }

    .landing-page.horizontalmenu .app-sidebar {
        width: 270px;
    }

    .landing-page.app.sidenav-toggled .app-sidebar {
        left: 0;
    }

    .landing-page.horizontalmenu.app .app-sidebar {
        top: 60px;
    }

    .landing-page.horizontalmenu .app-sidebar {
        left: -300px;
    }

    .landing-page .side-menu__item {
        padding-left: 5px;
    }

    .landing-page .side-menu__item {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: center;
        padding: 0.625rem 1.5rem;
        font-size: 14px;
        font-weight: 400;
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        transition: all ease 0.3s;
        color: #1d212f;
        margin: 0px 0px 2px 0px;
    }

    .landing-page .side-menu__label {
        white-space: nowrap;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        position: relative;
        top: 1px;
        line-height: inherit;
    }

    .landing-page .side-menu__item.active .side-menu__label {
        color: var(--primary-bg-color) !important;
    }

    .landing-page .side-menu__item.active .side-menu__label::before,
    .landing-page .landing-page .side-menu__item:hover .side-menu__label::before {
        transform: scale(1, 1) !important;
        transform-origin: left center !important;
    }

    .landing-page .side-menu__item .side-menu__label::before {
        content: "";
        position: absolute;
        transform-origin: right center;
        bottom: -4px;
        width: 70%;
        height: 0.2rem;
        transform: scale(0, 1);
        border-radius: 50px;
        background: var(--primary-bg-color);
        transition: transform 0.3s cubic-bezier(0.5, 0.7, 0.8, 1);
    }

    .landing-page .side-menu {
        padding: 0;
    }
}

.pricing-card .card-body {
    padding-inline: 5px !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

@media (max-width: 991px) {
    .nav.main-nav-line.main-nav-line-chat.card-body a {
        padding-left: 20px;
    }

    .main-body .mobile-logo-dark,
    .horizontalmenu .mobile-logo-dark {
        display: none;
    }

    .main-header.side-header {
        border-bottom: 1px solid #1B1452;
    }

    .sidemenu-logo .main-logo {
        display: none;
    }

    .main-header {
        z-index: 9999;
    }

    .header-search .select2-container--default .select2-selection--single {
        background-color: #ffffff;
        border: 1px solid #e8e8f7;
        border-radius: 3px 0 0 3px;
        border-right: 0;
        height: 40px;
    }

    .sidebar {
        top: 60px !important;
    }

    .horizontalmenu .header-brand-img.desktop-logo {
        display: none;
    }

    .responsive-navbar.navbar {
        position: relative !important;
        display: -ms-flexbox;
        display: flex;
        top: 65px;
        margin: 0;
        margin-bottom: 0 !important;
        padding: 0;
    }

    .responsive-navbar.navbar .navbar-collapse {
        padding: 0px;
        position: fixed;
        width: 100%;
        background: #ffffff;
        margin-top: 0;
        z-index: 999;
        top: 59px;
        border-bottom: 1px solid #ffffff;
        border-top: 1px solid #eaedf7;
        padding-left: 1rem;
        padding-right: 0.3rem;
        box-shadow: 7px 8px 9px -2px #c5c5d8;
        left: 0;
        right: 0;
    }
}

@media (max-width: 380px) {
    #navbarSupportedContent-4 .dropdown-menu {
        margin: 0 10px !important;
    }
}

@media (max-width: 991px) {
    .main-header-center {
        margin: 0;
        position: relative;
        margin: 0 auto;
        text-align: center;
    }

    .responsive-navbar .dropdown {
        position: initial;
        margin: auto 0;
    }

    #navbarSupportedContent-4 .dropdown-menu {
        width: 93% !important;
        left: 0 !important;
        right: 0 !important;
        margin: 0 15px;
        justify-content: center;
    }

    #navbarSupportedContent-4 .main-header-notification.show .dropdown-menu::before,
    #navbarSupportedContent-4 .main-header-message.show .dropdown-menu::before,
    #navbarSupportedContent-4 .main-profile-menu.show .dropdown-menu::before {
        display: none;
    }

    .main-header-notification .dropdown-menu,
    .main-header-message .dropdown-menu {
        top: 51px !important;
    }

    #navbarSupportedContent-4 .nav-link.icon {
        font-size: 18px;
        margin: 5px 4px;
    }

    .sidemenu-logo,
    .main-calendar .fc-header-toolbar {
        padding: 0 !important;
    }

    .mapcontainer.mapael svg,
    .mapcontainer1.mapael svg,
    .mapcontainer2 svg,
    .mapcontainer3 svg {
        width: 250px !important;
    }

    .mapcontainer .map,
    .mapcontainer1 .map {
        height: 300px !important;
    }

    .breadcrumbitem {
        display: none;
    }

    .intl-tel-input input {
        width: 156px !important;
    }

    .horizontalmenu .mobile-logo-dark {
        display: none;
    }

    .sidemenu-logo {
        display: none;
    }
}

.page {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.box-shadow {
    box-shadow: 0 8px 16px 0 rgba(162, 169, 204, 0.24);
}

.box-shadow-0 {
    box-shadow: none !important;
}

.cover-image {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover !important;
}

@media (max-width: 450px) and (min-width: 320px) {
    .landing-top-header .demo-screen-headline h6 {
        font-size: 12px;
        height: 86px;
        font-weight: 400;
        line-height: 1.5;
    }
}

@media (max-width: 768px) {
    .mobile-hide {
        display: none;
    }
}

.page-header {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 1.5rem 0 1.5rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
    position: relative;
    min-height: 50px;
    margin: 1.8rem 0 1.5rem 0;
    border-radius: 7px;
}

.page-header .breadcrumb {
    background: none;
    padding-left: 0 !important;
    padding: 0;
    margin-bottom: 0;
}

.page-header .breadcrumb-item a {
    color: #8f9cc0;
}

.page-header .breadcrumb-item.active {
    color: #7787bc;
}

@media (max-width: 991px) {
    .main-navbar-show .responsive-navbar.navbar .navbar-collapse {
        z-index: 9999;
    }

    .main-navbar-show .sidebar {
        z-index: 99999;
    }

    .header-search .select2-container--default .select2-selection--single .select2-selection__arrow b {
        left: 93% !important;
    }

    .jumps-prevent {
        padding-top: 0 !important;
    }

    .main-navbar.sticky.sticky-pin {
        margin-bottom: 0 !important;
    }

    .page-header {
        display: block;
    }

    .page-header .breadcrumb {
        margin-bottom: 1rem;
    }

    #mailContent .main-mail-list {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    #mailContent .main-mail-item {
        -webkit-overflow-scrolling: touch;
    }

    .main-chat-footer {
        position: inherit;
    }

    .main-header-notification>a::after,
    .main-header-message>a::after {
        top: 40px;
    }

    .main-header-project .dropdown-menu {
        top: 46px;
    }

    .main-header-project>a::after {
        top: 40px;
    }

    .main-profile-menu .dropdown-menu {
        top: 51px;
    }

    .main-profile-menu>.main-img-user::before {
        bottom: -20px;
    }

    .main-header {
        position: fixed;
        box-shadow: none;
        border-bottom: 1px solid #f0f2f8;
        border-top: 0;
    }

    .main-logo .header-brand-img {
        margin-right: 10px;
    }

    .side-header {
        position: fixed !important;
    }

    .main-sidebar-hide .side-header {
        left: 0px;
        right: 0px;
    }

    .main-sidebar-hide .sidemenu-logo {
        padding: 5px;
    }

    .main-content .page-header .btn.btn-list {
        padding-left: 0;
        text-align: left;
    }

    #example-input.dataTable>tbody>tr.child ul.dtr-details>li {
        display: flex !important;
    }
}

@media (max-width: 767px) {
    .main-content-body-contacts {
        border-top: 1px solid #f0f2f8;
    }

    div.dataTables_wrapper div.dataTables_filter input {
        margin-left: 0 !important;
    }

    div.table-responsive>div.dataTables_wrapper>div.row>div[class^=col-]:last-child {
        padding-right: 0;
        padding: 0;
    }

    .card-option {
        display: inline-block !important;
    }

    .card-option-title {
        margin-bottom: 10px;
    }

    .header-search.dropdown {
        position: initial !important;
    }

    .header-search .dropdown-menu {
        position: absolute !important;
        left: -1px !important;
        right: -1px !important;
        width: 100% !important;
        top: 100% !important;
    }

    .main-content.side-content .page-header,
    .main-content .page-header {
        padding-top: 63px !important;
    }

    .header-search.show .dropdown-menu::before {
        display: none;
    }

    .timeline .btn {
        font-size: 12px;
    }

    .vtimeline:before {
        left: 6px !important;
    }

    .vtimeline .timeline-wrapper {
        padding-right: 0 !important;
    }

    .vtimeline .timeline-wrapper .timeline-badge {
        left: 0 !important;
    }

    .vtimeline .timeline-wrapper .timeline-panel {
        width: auto !important;
        margin-left: 10% !important;
    }

    .vtimeline .timeline-wrapper .timeline-panel:after {
        border-right: 14px solid #cad4e4 !important;
        border-left: 0 solid #cad4e4 !important;
        left: -14px !important;
        right: auto !important;
    }

    .vtimeline .timeline-wrapper.timeline-inverted {
        padding-left: 0 !important;
    }

    .vtimeline .timeline-wrapper.timeline-inverted .timeline-panel {
        margin-right: 0 !important;
        width: auto !important;
    }
}

@media (max-width: 380px) {
    .main-header-message {
        display: none;
    }

    .carousel-slider #thumbcarousel .carousel-item .thumb {
        margin: 5px !important;
    }

    .main-nav-line-chat .nav-link {
        font-size: 12px;
    }

    .main-mail-header>div:last-child {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .main-logo .header-brand-img.desktop-logo {
        display: none;
    }

    .main-logo .header-brand-img.icon-logo {
        display: block;
    }

    .flot-chart1 {
        height: 200px !important;
    }

    .main-contact-info-header .media-body .nav-link {
        font-size: 12px;
    }

    .modal.pos-static .modal-footer {
        display: block;
    }

    .modal.pos-static .modal-footer .btn {
        width: 100%;
    }

    .modal.pos-static .modal-footer> :not(:first-child) {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media (min-width: 992px) {
    .sticky {
        width: 100%;
    }

    .horizontalmenu .sticky-pin {
        position: fixed !important;
        top: 0 !important;
        width: 100%;
        z-index: 99;
    }

    .main-navbar.sticky.sticky-pin {
        border-bottom: 1px solid #f0f2f8;
    }

    .main-content {
        padding-top: 58px;
        padding-top: 58px;
    }

    .main-content.side-content {
        padding-top: 63px;
    }

    .main-content-app,
    .main-content-calEndar,
    .main-content-contacts {
        display: flex;
    }

    .main-error-wrapper h1 {
        font-size: 12rem;
    }

    .horizontalmenu .main-footer {
        padding-left: 0;
    }
}

.flag-icon {
    font-size: 24px;
    line-height: 1;
    border-radius: 100%;
}

#back-to-top {
    color: #ffffff;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    display: none;
    text-align: center;
    z-index: 10000;
    height: 32px;
    width: 32px;
    line-height: 15px;
    background-repeat: no-repeat;
    border: 2px solid transparent;
    background-position: center;
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    border-radius: 3px;
}

#back-to-top i {
    padding-top: 1px;
    font-size: 14px;
    line-height: 1.3rem;
}

#back-to-top:hover {
    background: #ffffff !important;
    color: var(--primary-bg-color) !important;
}

.contact-icon {
    display: inline-flex;
    width: 35px;
    height: 35px;
    text-align: center;
    font-size: 1rem;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.contact-icon:hover {
    background: #f0f2f8;
}

.custom-leftnav .main-content-left-components {
    position: -webkit-sticky;
    position: sticky;
    border-right: 0;
    top: 4rem;
}

.component-item a:before {
    content: "\e92f";
    margin-right: 8px;
    position: relative;
    font-family: "feather" !important;
    color: #68798b;
}

.main-icon-list {
    padding: 10px;
    border: 1px solid #f0f2f8;
}

.description-block {
    display: block;
    margin: 10px 0;
    text-align: center;
}

.skill-tags a {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 5px 10px;
    border-radius: 0px;
    color: #a8afc7;
    font-size: 12px;
    border: 1px solid #f0f2f8;
}

.reviewnavs {
    padding-left: 0;
    list-style: none;
    display: inline-flex;
}

.reviewnavs li {
    margin-right: 5px;
}

.reviewnavs li a {
    color: #a8afc7;
}

.dash-icon {
    position: absolute;
    right: 10px;
    font-size: 3rem;
    opacity: 0.5;
    color: #d3d9e4;
    top: 10px;
}

.main-traffic-detail-product-item {
    margin-bottom: 1.5rem;
}

.price-img {
    padding-top: 2rem;
}

.price-img i {
    font-size: 3rem;
    border-radius: 50%;
    height: 100px;
    width: 100px;
    line-height: 100px;
}

.price-1 .list-unstyled li {
    padding: 7px 0;
}

.card-pricing h1 {
    font-size: 2.5rem !important;
    padding: 15px 30px;
    text-align: center;
}

.pricing-title {
    text-align: center;
    padding-top: 20px;
    font-size: 20px;
    font-weight: 500;
}

.card-pricing2 h1,
.card-pricing3 h1,
.card-pricing4 h1 {
    font-size: 2.5rem !important;
    padding: 15px 30px;
    text-align: center;
}

.card-pricing .list-unstyled li,
.card-pricing2 .list-unstyled li,
.card-pricing3 .list-unstyled li,
.card-pricing4 .list-unstyled li {
    padding: 0.5rem 0;
    border-bottom: 0;
    display: block;
}

.pricing-tabs .pri-tabs-heading {
    padding: 15px;
    text-align: center;
    margin: 0 auto;
    display: inline-table;
}

.pricing-tabs .nav-price li a {
    padding: 10px 20px 10px 20px;
    color: #828db1;
    background: #ffffff;
    border: 1px solid #f0f2f8;
}

.pricing-tabs .nav-price li .active {
    background: #ececfc;
}

.pricing-tabs .tab-content {
    padding: 15px;
    margin-top: 1.5rem;
}

.pricing1 .price {
    font-size: 2.5rem;
}

.pricingTable2 {
    text-align: center;
    background: #ffffff;
    border: 1px solid #e0e5f3;
}

.pricingTable2-header {
    padding: 25px 10px;
    background-color: #ffffff;
    border-radius: 6px !important;
}

.pricingTable2 .pricingTable2-header h3 {
    font-size: 21px;
    letter-spacing: 2px;
    color: #000000;
    text-transform: uppercase;
    margin: 0px;
}

.pricingTable2-header span {
    display: none;
    font-size: 12px;
}

.card-pricing.pricing1 .list-unstyled li {
    display: block;
}

.pricing-plans {
    padding: 25px 0;
}

.price-value1 {
    font-size: 25px;
    line-height: 35px;
    color: #ffffff;
    display: inline-block;
    position: relative;
}

.price-value1 i {
    position: absolute;
    top: 3px;
    font-size: 22px;
}

.price-value1 span {
    font-size: 40px;
    color: #ffffff;
    margin-left: 17px;
}

.pricing-plans .month {
    color: #ffffff;
    display: inline-block;
    font-size: 15px;
    margin-top: 15px;
    font-weight: 100;
}

.pricingContent2 ul {
    padding: 0 15px;
    margin-bottom: 0;
    list-style: none;
}

.pricingContent2 ul li {
    padding: 25px 0 0 0;
    text-transform: capitalize;
}

.pricingContent2 ul li:last-child {
    padding-bottom: 25px;
}

.price-value-content ul li {
    padding: 8px 0;
    text-transform: capitalize;
}

.pricingTable2 .pricingTable2-sign-up {
    padding: 25px 0;
    border-top: 1px solid #e0e5f3;
}

.pricingTable2 .btn-block {
    width: 50%;
    margin: 0 auto;
    padding: 10px 0;
    color: #ffffff;
    text-transform: uppercase;
    border-radius: 50px;
    transition: 0.3s ease;
}

.pricingTable2.green .pricing-plans {
    background-color: #10d403;
}

.pricingTable2.info .pricing-plans {
    background-color: #0ab2e6;
}

@media screen and (max-width: 990px) {
    .pricingTable2 {
        margin-bottom: 30px;
    }
}

.example {
    padding: 1rem;
    border: 1px solid #f0f2f8;
    font-size: 0.9375rem;
}

.example+.highlight {
    border-top: none;
    margin-top: 0;
}

.text-wrap> :last-child {
    margin-bottom: 0;
}

.highlight {
    margin: 1rem 0 2rem;
    border: 1px solid #f0f2f8;
    border-radius: 0px;
    font-size: 0.9375rem;
    max-height: 20rem;
    background: #edeff7;
}

.clip-widget {
    position: relative;
    overflow-y: scroll;
}

.clipboard-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    background: #ffffff;
    border: 1px solid #f0f2f8;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
}

.user-card .main-img-user {
    margin: 0 auto;
}

.icon-service {
    display: inline-flex;
    width: 3.5rem;
    height: 3.5rem;
    padding: 1.1rem;
    margin-bottom: 0.5rem;
}

.icon-service i {
    font-size: 1.2rem;
}

.our-team .picture {
    height: 100px;
    width: 100px;
    margin: 0 auto;
    z-index: 0;
    position: relative;
    overflow: hidden;
}

.our-team:hover .picture::before {
    height: 100%;
}

.our-team .picture::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.our-team .picture img {
    width: 100%;
    height: auto;
    border-radius: 50%;
    transform: scale(1);
    transition: all 0.9s ease 0s;
}

.our-team:hover .picture img {
    box-shadow: 0 0 0 3px #f0f2f8;
    transform: scale(0.8);
}

.iti__hide {
    display: none;
}

.token.operator,
.token.entity,
.token.url {
    background: none;
}

.language-css .token.string,
.style .token.string,
.token.variable {
    background: none;
}

.user-lock img {
    width: 70px;
    height: 70px;
    margin: 0 auto;
}

.eamil-body {
    margin-top: 30px;
}

.task-list {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 30px 0 0;
    color: #3c4858;
}

.task-list:after {
    content: "";
    position: absolute;
    background: #f0f2f8;
    height: 100%;
    width: 1px;
    top: 0;
    left: 30px;
    z-index: 1;
}

.task-list li {
    margin-bottom: 30px;
    padding-left: 55px;
    position: relative;
}

.task-list li:last-child {
    margin-bottom: 0;
}

.task-list li .task-icon {
    position: absolute;
    left: 22px;
    top: 13px;
    border-radius: 50%;
    padding: 2px;
    width: 17px;
    height: 17px;
    z-index: 2;
}

.task-list li h6 {
    margin-bottom: 5px;
}

.item-card .product-info {
    padding: 0;
    margin: 0;
    opacity: 0;
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: -30px;
    z-index: 1;
    transition: all 0.5s ease 0s;
}

.item-card:hover .product-info {
    opacity: 1;
    bottom: 30%;
}

.acc-step-number {
    padding: 5px 10px;
    font-size: 14px;
}

.dt-button-collection .dropdown-item.active,
.dt-button-collection .dropdown-item:active {
    color: #8f9cc0;
    text-decoration: none;
    background-color: #ffffff;
}

.advanced-search {
    background: #ffffff;
    padding: 1.25rem;
    box-shadow: 0 8px 16px 0 rgba(162, 169, 204, 0.24);
    margin-bottom: 20px;
}

.theme-logos {
    display: none;
}

.dot-label {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    margin-right: 5px;
}

.contact-info .contact-icon:hover {
    color: #000000;
}

.scroll-widget {
    width: 100%;
    height: 385px;
    overflow: hidden;
}

.activity-block .task-list {
    padding-top: 0;
}

.activity-block .task-list li {
    padding-left: 3rem;
    margin-bottom: 20px;
}

.activity-block h6 {
    margin-bottom: 0px;
}

.activity-block .task-list:after {
    left: 18px;
    z-index: 0;
}

.activity-block .task-list li .task-icon {
    top: 0;
    left: 1px;
    width: 35px;
    height: 35px;
    text-align: center;
    position: absolute;
    line-height: 32px;
    font-size: 15px;
    color: #ffffff;
}

.z-index2 {
    z-index: 2;
}

#global-loader {
    position: fixed;
    z-index: 50000;
    background: #ffffff;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;
}

.loader-img {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 43%;
    left: 0;
    margin: 0 auto;
    text-align: center;
}

.user-info {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0px;
}

.setting-header {
    font-weight: 400;
    font-size: 15px;
}

.sales-icon {
    width: 3rem;
    height: 3rem;
    border-radius: 5px;
    line-height: 1.5;
    text-align: center;
    font-size: 22px;
    padding: 0.75rem;
    margin: auto 0;
}

.gift-tittle {
    font-size: 20px;
}

.gift-box span {
    font-size: 15px;
    font-weight: 500;
}

.giftbox-img {
    width: 40%;
}

.page-title {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
}

.page-header .page-title i {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    position: relative;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    margin-right: 8px !important;
    border-radius: 7px;
    background: linear-gradient(89.1deg, #f0f4ff 0.7%, #fafbfe 88.4%);
    color: #577ff5;
}

.feature {
    width: 50px;
    border-radius: 5px;
}

.feature .feature-icon {
    display: flex;
    width: 50px;
    height: 50px;
    line-height: 2em;
    vertical-align: middle;
    padding-top: 0px;
    color: #ffffff;
    font-size: 18px;
    border-radius: 8px;
    position: relative;
    align-items: center;
    text-align: center;
    left: 0;
    right: 0;
    justify-content: center;
}

.feature.bg-transparent {
    background: #fafbfe !important;
}

.browser-stats i {
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 50%;
    line-height: 30px;
    position: inherit;
    font-size: 13px;
}

.search-imgs li {
    margin-right: 1rem;
    display: contents;
}

.search-imgs li img {
    margin-right: 1rem;
    border: 1px solid #d5dae8 !important;
}

.handle-counter {
    overflow: hidden;
    display: flex;
}

.handle-counter .counter-minus,
.handle-counter .counter-plus {
    float: left;
    text-align: center;
}

.handle-counter input {
    float: left;
    text-align: center;
    height: 40px;
    border-radius: 0;
    width: 104px;
    border: 1px solid #e0e6f0;
}

.handle-counter .btn {
    padding: 9px 14px !important;
}

.counter-minus {
    border-radius: 3px 0 0 3px;
}

.counter-minus.btn {
    padding: 9px 15px !important;
}

.counter-plus {
    border-radius: 0 3px 3px 0;
}

.handle-counter .btn:disabled {
    background-color: #7a7aaf;
    cursor: not-allowed;
    color: #ffffff;
}

.handle-counter .btn:disabled:hover {
    background-color: #7a869c;
    cursor: not-allowed;
}

.whishlist {
    height: 20px;
    width: 20px;
}

.trash {
    height: 20px;
    width: 20px;
    fill: #fd6074 !important;
}

.itemside {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.itemside .info {
    padding-left: 15px;
    padding-right: 7px;
}

.itemside .title {
    font-size: 0.9rem;
    font-weight: 500;
    color: #283250;
}

.dlist-align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.file-browser .btn-primary {
    border-radius: 0 6px 6px 0 !important;
}

.horizontalmenu .main-header {
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.03);
}

*::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    transition: 0.3s background;
}

::-webkit-scrollbar-thumb {
    background: #e8e8f7;
}

hr {
    opacity: 0.1;
}

@media (min-width: 992px) {
    .horizontalmenu .hor-logo {
        display: block;
    }
}

/* .hor-logo {
    display: none;
}

.horizontalmenu .main-header .main-header-left .main-logo .desktop-logo-dark {
    display: none;
} */

#slide-right {
    position: absolute;
    right: 20px;
    left: auto;
}

#slide-left {
    position: absolute;
    left: 20px;
    right: auto;
}

.slide-left,
.slide-right {
    display: none;
}

body{
    background: var(--bg) !important;
    font-family: Helvetica Neue,sans-serif !important;
    color: #fff;
}
.landing-page .top.sticky .app-sidebar{
    background-color: #1B1452!important;
}

a.btn.ripple.btn-min.w-sm.btn-light.me-2 {
    border-radius: 100px;
    padding: 8px 30px;
    color: var(--dark-primary) !important;
    font-weight: bold;
}
.btn-min{
    border-radius: 100px !important;
    padding: 8px 15px !important;
    font-weight: bold !important;   
}

a.btn.ripple.btn-min.w-lg.mb-3.me-2.btn-light.mobile-hide i{
    display: none;
}


.demo-screen-headline{
    background: var(--bg);
    position: relative;
    border-bottom: 6px solid var(--dark-primary);
}
.demo-screen-headline:before{
    position: absolute;
    content: "";
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    right: 0;
    width: auto;
    height: 100%;
    top: 0px;
    overflow: hidden;
}
.landing-page .main-demo-1 h4{
    color: #EA8EF3 !important;
    font-weight: normal !important;
    margin-bottom: 50px;
    font-size: 32px;
}
.landing-page .main-demo-1 h1{
    font-weight: normal !important;
    font-size: 42px !important;
    line-height: 48px !important;
}
.landing-page .main-demo-1 h1 strong{
    display: block;
    color: #EA8EF3 !important;
}
.landing-page .main-demo-1 h6{
    color: #A79FFF !important;
}

/*** Advantage ****/
.landing-page .section{
    background: transparent !important;
}
.landing-page .sptb  .landing-title{
    display: none;
}
.landing-page .sptb  .landing-card-header {
    color: var(--purble);
    font-weight: normal !important;
}
.landing-page .sptb h2 {
    font-size: 30px;
    color: #fff !important;
    font-weight: normal !important;
    margin-bottom: 40px;
}
.landing-page .card.features.main-features{
    background: transparent !important;
    border:0 !important;
    box-shadow: unset !important;
    color: #fff;
}

.landing-page .card.features.main-features h4{
    color: var(--purble);
    font-weight: 500;
}
.landing-page .card.features.main-features .card-body{
    padding: 0 !important;
}
div#About{
    position: relative;
}
div#About:after {
    content: "";
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0px;
    overflow: hidden;
    background-image: url(../landing/images/mission-bg.webp);
    position: absolute;
}

.landing-page .working-section  .landing-card-header {
    color: var(--purble);
    font-weight: normal !important;
}

.landing-page .landing-title{
    display: none;
}

.landing-page .working-section h2{
    font-size: 30px;
    color: #fff !important;
    font-weight: normal !important;
    margin-bottom: 40px;
}

.landing-page .hor-content .container{
    position: relative;
    z-index:9;
}

.working-content h4{
    color: var(--light-primary);
    font-weight: bold;
    font-size: 36px;
}

.working-content .title-desc{
    font-size: 16px;
    color: #fff !important;
}

#Faqs h4.text-center.fw-semibold.landing-card-header {
    font-size: 36px;
    color: #fff;
    margin-bottom: 30px;
}

p.text-center.fw-semibold.landing-sub-header {
    font-size: 28px;
    color: var(--purble);
    margin-bottom: 0;
}



.landing-page .section {
    background: var(--bg) !important;
}
.landing-page #faqs .card {
    background: var(--blue2) !important;
    border: 0 !important;
    margin-bottom: 10px !important;
}
.landing-page #faqs .card.bg-primary-transparent .card-header{
    border:0 !important;
}

.landing-page #faqs .card-title {
    font-size: 20px;
    color: #fff !important;
}
.landing-page #faqs .card.bg-primary-transparent .card-body{
    border-left: 0 !important;
}

.horizontalmenu .main-header{
    background: #1B1452;
}

.main-header-menu-icon span,
.main-header-menu-icon span::before, .main-header-menu-icon span::after {
    background-color: #fff !important;
}

span.me-3.fs-18.fw-bold {
    display: none;
}
@media (min-width: 992px) {
    .working-container {
        margin: 80px 0;
    }
    
    .working-svg-container.svg-container-1 {
        margin-left: 50px;
    }
    .working-svg-container.svg-container-2 {
        margin-right: 50px;
    }
    
    .working-svg-container.svg-container-3 {
        margin-left: 50px;
    }

    
}

@media (max-width: 991.98px) {

    .landing-page .main-demo-1 h1 {
        font-weight: normal !important;
        font-size: 42px !important;
        line-height: 48px !important;
        text-align: center !important;
    }

    .landing-page .main-demo-1 h4 {
        color: #EA8EF3 !important;
        font-weight: normal !important;
        margin-bottom: 30px;
        font-size: 26px;
        text-align: center;
    }

    .demo-screen-headline {
        padding-top: 90px;
        height: auto;
    }

    .landing-page .main-demo-1 h6 {
        color: #A79FFF !important;
        text-align: center;
        font-size: 16px;
        height: auto;
    }


    .working-content h4 {
        color: var(--light-primary);
        font-weight: bold;
        font-size: 28px;
    }
    .mission-image{
        order:1;
    }

    .mission-content{
        order:2;
    }

    .landing-page #faqs .card.bg-primary-transparent .card-header {
        border: 0 !important;
        padding: 10px 15px;
    }
    .landing-page #faqs .card-title {
        font-size: 16px;
        color: #fff !important;
        text-align: left;
    }

    .landing-page .top.sticky .app-sidebar {
        background-color: #fff !important;
    }

    .main-sidemenu.navbar.px-0 .main-logo {
        display: none;
    }
}