@charset "UTF-8";

/*
    Name: Samar 
    Author: DexignZone
    Portfolio : https://themeforest.net/user/dexignzone/portfolio
   

    Table of Content: 

    1. Abstract
    2. Bootstrap CSS
    3. Base
    4. Layout
    5. Component
    6. Dashboard
    7. Pages
    
    
*/

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
@import url("line-awesome.min.css");
@import url("all.min.css");
@import url("flaticon.css");
@import url("themify-icons.css");
:root {
    --gradient: linear-gradient(to right, #7355f7 0, #5f3bff 51%, #7355f7 100%);
    --gradient-sec: linear-gradient(to right, #130065 0, #2b0ead 51%, #130065 100%);
    --quote: url(../images/quotes-2.svg);
    --primary: #7355f7;
    --secondary: #1f2471;
    --secondary: #1f2471;
    --primary-hover: #4b24f5;
    --primary-dark: #2608ab;
    --rgba-primary-05: rgba(115, 85, 247, 0.05);
    --rgba-primary-1: rgba(115, 85, 247, 0.1);
    --rgba-primary-2: rgba(115, 85, 247, 0.2);
    --rgba-primary-3: rgba(115, 85, 247, 0.3);
    --rgba-primary-4: rgba(115, 85, 247, 0.4);
    --rgba-primary-5: rgba(115, 85, 247, 0.5);
    --rgba-primary-6: rgba(115, 85, 247, 0.6);
    --rgba-primary-7: rgba(115, 85, 247, 0.7);
    --rgba-primary-8: rgba(115, 85, 247, 0.8);
    --rgba-primary-9: rgba(115, 85, 247, 0.9);
}


/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
    --bs-primary: #7355f7;
    --bs-secondary: #1f2471;
    --bs-success: #029e76;
    --bs-info: #00aeff;
    --bs-warning: #fea500;
    --bs-danger: #ff5269;
    --bs-light: #fffbf7;
    --bs-dark: #262F5A;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
     :root {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    font-family: "IRANSansWeb";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #888;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}

hr:not([size]) {
    height: 1px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #000;
}

h1,
.h1 {
    font-size: calc(1.4625rem + 2.55vw);
}

@media (min-width: 1200px) {
    h1,
    .h1 {
        font-size: 3.375rem;
    }
}

h2,
.h2 {
    font-size: calc(1.3625rem + 1.35vw);
}

@media (min-width: 1200px) {
    h2,
    .h2 {
        font-size: 2.375rem;
    }
}

h3,
.h3 {
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
    h3,
    .h3 {
        font-size: 2rem;
    }
}

h4,
.h4 {
    font-size: calc(1.28125rem + 0.375vw);
}

@media (min-width: 1200px) {
    h4,
    .h4 {
        font-size: 1.5625rem;
    }
}

h5,
.h5 {
    font-size: 1.25rem;
}

h6,
.h6 {
    font-size: 0.875rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
    text-decoration: underline dotted;
    cursor: help;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul {
    padding-left: 2rem;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small,
.small {
    font-size: 0.875em;
}

mark,
.mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #7355f7;
    text-decoration: underline;
}

a:hover {
    color: #5c44c6;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family: "IRANSansWeb";
    font-size: 1em;
    direction: ltr/* rtl:ignore */
    ;
    unicode-bidi: bidi-override;
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: 0.875em;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

code {
    font-size: 0.875em;
    color: #d63384;
    word-wrap: break-word;
}

a>code {
    color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700;
}

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #AEAED5;
    text-align: left;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

select:disabled {
    opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
    display: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
    cursor: pointer;
}

::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

textarea {
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit;
}

@media (min-width: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}

legend+* {
    clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

::-webkit-inner-spin-button {
    height: auto;
}

[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}


/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/

::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

::file-selector-button {
    font: inherit;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

iframe {
    border: 0;
}

summary {
    display: list-item;
    cursor: pointer;
}

progress {
    vertical-align: baseline;
}

[hidden] {
    display: none !important;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: calc(1.625rem + 4.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-1 {
        font-size: 5rem;
    }
}

.display-2 {
    font-size: calc(1.575rem + 3.9vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem;
    }
}

.display-3 {
    font-size: calc(1.525rem + 3.3vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-3 {
        font-size: 4rem;
    }
}

.display-4 {
    font-size: calc(1.475rem + 2.7vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem;
    }
}

.display-5 {
    font-size: calc(1.425rem + 2.1vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-5 {
        font-size: 3rem;
    }
}

.display-6 {
    font-size: calc(1.375rem + 1.5vw);
    font-weight: 300;
    line-height: 1.2;
}

@media (min-width: 1200px) {
    .display-6 {
        font-size: 2.5rem;
    }
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}

.initialism {
    font-size: 0.875em;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote> :last-child {
    margin-bottom: 0;
}

.blockquote-footer {
    margin-top: -1rem;
    margin-bottom: 1rem;
    font-size: 0.875em;
    color: #6c757d;
}

.blockquote-footer::before {
    content: "\2014\00A0";
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 0.875em;
    color: #6c757d;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 15px);
    padding-left: var(--bs-gutter-x, 15px);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container,
    .container-sm,
    .container-md {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .container,
    .container-sm,
    .container-md,
    .container-lg,
    .container-xl {
        max-width: 1199px;
    }
}

.row {
    --bs-gutter-x: 30px;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}

.col {
    flex: 1 0 0%;
}

.row-cols-auto>* {
    flex: 0 0 auto;
    width: auto;
}

.row-cols-1>* {
    flex: 0 0 auto;
    width: 100%;
}

.row-cols-2>* {
    flex: 0 0 auto;
    width: 50%;
}

.row-cols-3>* {
    flex: 0 0 auto;
    width: 33.33333%;
}

.row-cols-4>* {
    flex: 0 0 auto;
    width: 25%;
}

.row-cols-5>* {
    flex: 0 0 auto;
    width: 20%;
}

.row-cols-6>* {
    flex: 0 0 auto;
    width: 16.66667%;
}

@media (min-width: 576px) {
    .col-sm {
        flex: 1 0 0%;
    }
    .row-cols-sm-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-sm-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-sm-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-sm-3>* {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .row-cols-sm-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-sm-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-sm-6>* {
        flex: 0 0 auto;
        width: 16.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        flex: 1 0 0%;
    }
    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex: 1 0 0%;
    }
    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%;
    }
    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.66667%;
    }
}

@media (min-width: 1440) {
    .col-xxl {
        flex: 1 0 0%;
    }
    .row-cols-xxl-auto>* {
        flex: 0 0 auto;
        width: auto;
    }
    .row-cols-xxl-1>* {
        flex: 0 0 auto;
        width: 100%;
    }
    .row-cols-xxl-2>* {
        flex: 0 0 auto;
        width: 50%;
    }
    .row-cols-xxl-3>* {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .row-cols-xxl-4>* {
        flex: 0 0 auto;
        width: 25%;
    }
    .row-cols-xxl-5>* {
        flex: 0 0 auto;
        width: 20%;
    }
    .row-cols-xxl-6>* {
        flex: 0 0 auto;
        width: 16.66667%;
    }
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333%;
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66667%;
}

.col-3 {
    flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333%;
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66667%;
}

.col-6 {
    flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333%;
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66667%;
}

.col-9 {
    flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333%;
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66667%;
}

.col-12 {
    flex: 0 0 auto;
    width: 100%;
}

.offset-1 {
    margin-left: 8.33333%;
}

.offset-2 {
    margin-left: 16.66667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.33333%;
}

.offset-5 {
    margin-left: 41.66667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.33333%;
}

.offset-8 {
    margin-left: 66.66667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.33333%;
}

.offset-11 {
    margin-left: 91.66667%;
}

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

.g-0,
.gy-0 {
    --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
    --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
    --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
    --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
    --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
    --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
    --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
    --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
    --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
    --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
    --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
    .g-sm-0,
    .gx-sm-0 {
        --bs-gutter-x: 0;
    }
    .g-sm-0,
    .gy-sm-0 {
        --bs-gutter-y: 0;
    }
    .g-sm-1,
    .gx-sm-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-sm-1,
    .gy-sm-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-sm-2,
    .gx-sm-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-sm-2,
    .gy-sm-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-sm-3,
    .gx-sm-3 {
        --bs-gutter-x: 1rem;
    }
    .g-sm-3,
    .gy-sm-3 {
        --bs-gutter-y: 1rem;
    }
    .g-sm-4,
    .gx-sm-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-sm-4,
    .gy-sm-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-sm-5,
    .gx-sm-5 {
        --bs-gutter-x: 3rem;
    }
    .g-sm-5,
    .gy-sm-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 768px) {
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
    .g-md-0,
    .gx-md-0 {
        --bs-gutter-x: 0;
    }
    .g-md-0,
    .gy-md-0 {
        --bs-gutter-y: 0;
    }
    .g-md-1,
    .gx-md-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-md-1,
    .gy-md-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-md-2,
    .gx-md-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-md-2,
    .gy-md-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-md-3,
    .gx-md-3 {
        --bs-gutter-x: 1rem;
    }
    .g-md-3,
    .gy-md-3 {
        --bs-gutter-y: 1rem;
    }
    .g-md-4,
    .gx-md-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-md-4,
    .gy-md-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-md-5,
    .gx-md-5 {
        --bs-gutter-x: 3rem;
    }
    .g-md-5,
    .gy-md-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 992px) {
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
    .g-lg-0,
    .gx-lg-0 {
        --bs-gutter-x: 0;
    }
    .g-lg-0,
    .gy-lg-0 {
        --bs-gutter-y: 0;
    }
    .g-lg-1,
    .gx-lg-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-lg-1,
    .gy-lg-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-lg-2,
    .gx-lg-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-lg-2,
    .gy-lg-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-lg-3,
    .gx-lg-3 {
        --bs-gutter-x: 1rem;
    }
    .g-lg-3,
    .gy-lg-3 {
        --bs-gutter-y: 1rem;
    }
    .g-lg-4,
    .gx-lg-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-lg-4,
    .gy-lg-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-lg-5,
    .gx-lg-5 {
        --bs-gutter-x: 3rem;
    }
    .g-lg-5,
    .gy-lg-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1200px) {
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
    .g-xl-0,
    .gx-xl-0 {
        --bs-gutter-x: 0;
    }
    .g-xl-0,
    .gy-xl-0 {
        --bs-gutter-y: 0;
    }
    .g-xl-1,
    .gx-xl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xl-1,
    .gy-xl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xl-2,
    .gx-xl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xl-2,
    .gy-xl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xl-3,
    .gx-xl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xl-3,
    .gy-xl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xl-4,
    .gx-xl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xl-4,
    .gy-xl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xl-5,
    .gx-xl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xl-5,
    .gy-xl-5 {
        --bs-gutter-y: 3rem;
    }
}

@media (min-width: 1440) {
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }
    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333%;
    }
    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66667%;
    }
    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333%;
    }
    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66667%;
    }
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333%;
    }
    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66667%;
    }
    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333%;
    }
    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66667%;
    }
    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66667%;
    }
    .g-xxl-0,
    .gx-xxl-0 {
        --bs-gutter-x: 0;
    }
    .g-xxl-0,
    .gy-xxl-0 {
        --bs-gutter-y: 0;
    }
    .g-xxl-1,
    .gx-xxl-1 {
        --bs-gutter-x: 0.25rem;
    }
    .g-xxl-1,
    .gy-xxl-1 {
        --bs-gutter-y: 0.25rem;
    }
    .g-xxl-2,
    .gx-xxl-2 {
        --bs-gutter-x: 0.5rem;
    }
    .g-xxl-2,
    .gy-xxl-2 {
        --bs-gutter-y: 0.5rem;
    }
    .g-xxl-3,
    .gx-xxl-3 {
        --bs-gutter-x: 1rem;
    }
    .g-xxl-3,
    .gy-xxl-3 {
        --bs-gutter-y: 1rem;
    }
    .g-xxl-4,
    .gx-xxl-4 {
        --bs-gutter-x: 1.5rem;
    }
    .g-xxl-4,
    .gy-xxl-4 {
        --bs-gutter-y: 1.5rem;
    }
    .g-xxl-5,
    .gx-xxl-5 {
        --bs-gutter-x: 3rem;
    }
    .g-xxl-5,
    .gy-xxl-5 {
        --bs-gutter-y: 3rem;
    }
}

.table {
    --bs-table-bg: transparent;
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: #888;
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: #888;
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: #888;
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #888;
    vertical-align: top;
    border-color: #E1E1F0;
}

.table> :not(caption)>*>* {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table>tbody {
    vertical-align: inherit;
}

.table>thead {
    vertical-align: bottom;
}

.table> :not(:last-child)> :last-child>* {
    border-bottom-color: currentColor;
}

.caption-top {
    caption-side: top;
}

.table-sm> :not(caption)>*>* {
    padding: 0.25rem 0.25rem;
}

.table-bordered> :not(caption)>* {
    border-width: 1px 0;
}

.table-bordered> :not(caption)>*>* {
    border-width: 0 1px;
}

.table-borderless> :not(caption)>*>* {
    border-bottom-width: 0;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    --bs-table-accent-bg: var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color);
}

.table-active {
    --bs-table-accent-bg: var(--bs-table-active-bg);
    color: var(--bs-table-active-color);
}

.table-hover>tbody>tr:hover {
    --bs-table-accent-bg: var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color);
}

.table-primary {
    --bs-table-bg: #e3ddfd;
    --bs-table-striped-bg: #d8d2f0;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #ccc7e4;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #d2ccea;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #ccc7e4;
}

.table-secondary {
    --bs-table-bg: #d2d3e3;
    --bs-table-striped-bg: #c8c8d8;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bdbecc;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c2c3d2;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bdbecc;
}

.table-success {
    --bs-table-bg: #ccece4;
    --bs-table-striped-bg: #c2e0d9;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #b8d4cd;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bddad3;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #b8d4cd;
}

.table-info {
    --bs-table-bg: #ccefff;
    --bs-table-striped-bg: #c2e3f2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #b8d7e6;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #bdddec;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #b8d7e6;
}

.table-warning {
    --bs-table-bg: #ffedcc;
    --bs-table-striped-bg: #f2e1c2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6d5b8;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ecdbbd;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6d5b8;
}

.table-danger {
    --bs-table-bg: #ffdce1;
    --bs-table-striped-bg: #f2d1d6;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6c6cb;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ecccd0;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6c6cb;
}

.table-light {
    --bs-table-bg: #fffbf7;
    --bs-table-striped-bg: #f2eeeb;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #e6e2de;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #ece8e4;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #e6e2de;
}

.table-dark {
    --bs-table-bg: #262F5A;
    --bs-table-striped-bg: #313962;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #3c446b;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #363f66;
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: #3c446b;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
    .table-responsive-sm {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 767.98px) {
    .table-responsive-md {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 991.98px) {
    .table-responsive-lg {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1199.98px) {
    .table-responsive-xl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media (max-width: 1439.98) {
    .table-responsive-xxl {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

.form-label {
    margin-bottom: 0.5rem;
}

.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
}

.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
}

.form-text {
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #AEAED5;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #888;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control[type="file"] {
    overflow: hidden;
}

.form-control[type="file"]:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control:focus {
    color: #888;
    background-color: #fff;
    border-color: #b9aafb;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(115, 85, 247, 0.25);
}

.form-control::-webkit-date-and-time-value {
    height: 1.5em;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

.form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #888;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    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;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::file-selector-button {
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3;
}

.form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #888;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    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;
}

@media (prefers-reduced-motion: reduce) {
    .form-control::-webkit-file-upload-button {
        transition: none;
    }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    line-height: 1.5;
    color: #888;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,
.form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0;
}

.form-control-sm {
    min-height: calc(1.5em + (0.5rem + 2px));
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem;
}

.form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    margin-inline-end: 0.5rem;
}

.form-control-lg {
    min-height: calc(1.5em + (1rem + 2px));
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.75rem;
}

.form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem;
}

.form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    margin-inline-end: 1rem;
}

textarea.form-control {
    min-height: calc(1.5em + (0.75rem + 2px));
}

textarea.form-control-sm {
    min-height: calc(1.5em + (0.5rem + 2px));
}

textarea.form-control-lg {
    min-height: calc(1.5em + (1rem + 2px));
}

.form-control-color {
    max-width: 3rem;
    height: auto;
    padding: 0.375rem;
}

.form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer;
}

.form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem;
}

.form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #888;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-select {
        transition: none;
    }
}

.form-select:focus {
    border-color: #b9aafb;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(115, 85, 247, 0.25);
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none;
}

.form-select:disabled {
    background-color: #e9ecef;
}

.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #888;
}

.form-select-sm {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}

.form-select-lg {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}

.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, 0.25);
    appearance: none;
    color-adjust: exact;
}

.form-check-input[type="checkbox"] {
    border-radius: 0.25em;
}

.form-check-input[type="radio"] {
    border-radius: 50%;
}

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

.form-check-input:focus {
    border-color: #b9aafb;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(115, 85, 247, 0.25);
}

.form-check-input:checked {
    background-color: #7355f7;
    border-color: #7355f7;
}

.form-check-input:checked[type="checkbox"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}

.form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-input[type="checkbox"]:indeterminate {
    background-color: #7355f7;
    border-color: #7355f7;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}

.form-check-input:disabled {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}

.form-check-input[disabled]~.form-check-label,
.form-check-input:disabled~.form-check-label {
    opacity: 0.5;
}

.form-switch {
    padding-left: 2.5em;
}

.form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-switch .form-check-input {
        transition: none;
    }
}

.form-switch .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23b9aafb'/%3e%3c/svg%3e");
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
    display: inline-block;
    margin-right: 1rem;
}

.btn-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.btn-check[disabled]+.btn,
.btn-check:disabled+.btn {
    pointer-events: none;
    filter: none;
    opacity: 0.65;
}

.form-range {
    width: 100%;
    height: 1rem;
    padding: 0;
    background-color: transparent;
    appearance: none;
}

.form-range:focus {
    outline: 0;
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0rem rgba(115, 85, 247, 0.25);
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0rem rgba(115, 85, 247, 0.25);
}

.form-range::-moz-focus-outer {
    border: 0;
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #7355f7;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        transition: none;
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: #d5ccfd;
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #7355f7;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}

@media (prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        transition: none;
    }
}

.form-range::-moz-range-thumb:active {
    background-color: #d5ccfd;
}

.form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.form-range:disabled {
    pointer-events: none;
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}

.form-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}

.form-floating {
    position: relative;
}

.form-floating>.form-control,
.form-floating>.form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25;
}

.form-floating>label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    transform-origin: 0 0;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-floating>label {
        transition: none;
    }
}

.form-floating>.form-control {
    padding: 1rem 0.75rem;
}

.form-floating>.form-control::placeholder {
    color: transparent;
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:-webkit-autofill {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.form-floating>.form-control:-webkit-autofill~label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.input-group>.form-control,
.input-group>.form-select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
    z-index: 3;
}

.input-group .btn {
    position: relative;
    z-index: 2;
}

.input-group .btn:focus {
    z-index: 3;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #888;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}

.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text,
.input-group-lg>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.75rem;
}

.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text,
.input-group-sm>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
    padding-right: 3rem;
}

.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group.has-validation> :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #029e76;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #000;
    background-color: rgba(2, 158, 118, 0.9);
    border-radius: 0.25rem;
}

.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip,
.is-valid~.valid-feedback,
.is-valid~.valid-tooltip {
    display: block;
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #029e76;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23029e76' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: #029e76;
    box-shadow: 0 0 0 0rem rgba(2, 158, 118, 0.25);
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid,
.form-select.is-valid {
    border-color: #029e76;
}

.was-validated .form-select:valid:not([multiple]):not([size]),
.was-validated .form-select:valid:not([multiple])[size="1"],
.form-select.is-valid:not([multiple]):not([size]),
.form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23029e76' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:valid:focus,
.form-select.is-valid:focus {
    border-color: #029e76;
    box-shadow: 0 0 0 0rem rgba(2, 158, 118, 0.25);
}

.was-validated .form-check-input:valid,
.form-check-input.is-valid {
    border-color: #029e76;
}

.was-validated .form-check-input:valid:checked,
.form-check-input.is-valid:checked {
    background-color: #029e76;
}

.was-validated .form-check-input:valid:focus,
.form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0rem rgba(2, 158, 118, 0.25);
}

.was-validated .form-check-input:valid~.form-check-label,
.form-check-input.is-valid~.form-check-label {
    color: #029e76;
}

.form-check-inline .form-check-input~.valid-feedback {
    margin-left: .5em;
}

.was-validated .input-group .form-control:valid,
.input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
    z-index: 1;
}

.was-validated .input-group .form-control:valid:focus,
.input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
    z-index: 3;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: #ff5269;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: .1rem;
    font-size: 0.875rem;
    color: #000;
    background-color: rgba(255, 82, 105, 0.9);
    border-radius: 0.25rem;
}

.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip,
.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip {
    display: block;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    border-color: #ff5269;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff5269'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff5269' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    border-color: #ff5269;
    box-shadow: 0 0 0 0rem rgba(255, 82, 105, 0.25);
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid,
.form-select.is-invalid {
    border-color: #ff5269;
}

.was-validated .form-select:invalid:not([multiple]):not([size]),
.was-validated .form-select:invalid:not([multiple])[size="1"],
.form-select.is-invalid:not([multiple]):not([size]),
.form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23ff5269'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff5269' stroke='none'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-select:invalid:focus,
.form-select.is-invalid:focus {
    border-color: #ff5269;
    box-shadow: 0 0 0 0rem rgba(255, 82, 105, 0.25);
}

.was-validated .form-check-input:invalid,
.form-check-input.is-invalid {
    border-color: #ff5269;
}

.was-validated .form-check-input:invalid:checked,
.form-check-input.is-invalid:checked {
    background-color: #ff5269;
}

.was-validated .form-check-input:invalid:focus,
.form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0rem rgba(255, 82, 105, 0.25);
}

.was-validated .form-check-input:invalid~.form-check-label,
.form-check-input.is-invalid~.form-check-label {
    color: #ff5269;
}

.form-check-inline .form-check-input~.invalid-feedback {
    margin-left: .5em;
}

.was-validated .input-group .form-control:invalid,
.input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
    z-index: 2;
}

.was-validated .input-group .form-control:invalid:focus,
.input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
    z-index: 3;
}

.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #888;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    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;
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}

.btn:hover {
    color: #888;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(115, 85, 247, 0.25);
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
    pointer-events: none;
    opacity: 0.65;
}

.btn-primary {
    color: #fff;
    background-color: #7355f7;
    border-color: #7355f7;
}

.btn-primary:hover {
    color: #fff;
    background-color: #6248d2;
    border-color: #5c44c6;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff;
    background-color: #6248d2;
    border-color: #5c44c6;
    box-shadow: 0 0 0 0rem rgba(136, 111, 248, 0.5);
}

.btn-check:checked+.btn-primary,
.btn-check:active+.btn-primary,
.btn-primary:active,
.btn-primary.active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #5c44c6;
    border-color: #5640b9;
}

.btn-check:checked+.btn-primary:focus,
.btn-check:active+.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary.active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0rem rgba(136, 111, 248, 0.5);
}

.btn-primary:disabled,
.btn-primary.disabled {
    color: #fff;
    background-color: #7355f7;
    border-color: #7355f7;
}

.btn-secondary {
    color: #fff;
    background-color: #1f2471;
    border-color: #1f2471;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #1a1f60;
    border-color: #191d5a;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
    color: #fff;
    background-color: #1a1f60;
    border-color: #191d5a;
    box-shadow: 0 0 0 0rem rgba(65, 69, 134, 0.5);
}

.btn-check:checked+.btn-secondary,
.btn-check:active+.btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #191d5a;
    border-color: #171b55;
}

.btn-check:checked+.btn-secondary:focus,
.btn-check:active+.btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0rem rgba(65, 69, 134, 0.5);
}

.btn-secondary:disabled,
.btn-secondary.disabled {
    color: #fff;
    background-color: #1f2471;
    border-color: #1f2471;
}

.btn-success {
    color: #000;
    background-color: #029e76;
    border-color: #029e76;
}

.btn-success:hover {
    color: #000;
    background-color: #28ad8b;
    border-color: #1ba884;
}

.btn-check:focus+.btn-success,
.btn-success:focus {
    color: #000;
    background-color: #28ad8b;
    border-color: #1ba884;
    box-shadow: 0 0 0 0rem rgba(2, 134, 100, 0.5);
}

.btn-check:checked+.btn-success,
.btn-check:active+.btn-success,
.btn-success:active,
.btn-success.active,
.show>.btn-success.dropdown-toggle {
    color: #000;
    background-color: #35b191;
    border-color: #1ba884;
}

.btn-check:checked+.btn-success:focus,
.btn-check:active+.btn-success:focus,
.btn-success:active:focus,
.btn-success.active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0rem rgba(2, 134, 100, 0.5);
}

.btn-success:disabled,
.btn-success.disabled {
    color: #000;
    background-color: #029e76;
    border-color: #029e76;
}

.btn-info {
    color: #000;
    background-color: #00aeff;
    border-color: #00aeff;
}

.btn-info:hover {
    color: #000;
    background-color: #26baff;
    border-color: #1ab6ff;
}

.btn-check:focus+.btn-info,
.btn-info:focus {
    color: #000;
    background-color: #26baff;
    border-color: #1ab6ff;
    box-shadow: 0 0 0 0rem rgba(0, 148, 217, 0.5);
}

.btn-check:checked+.btn-info,
.btn-check:active+.btn-info,
.btn-info:active,
.btn-info.active,
.show>.btn-info.dropdown-toggle {
    color: #000;
    background-color: #33beff;
    border-color: #1ab6ff;
}

.btn-check:checked+.btn-info:focus,
.btn-check:active+.btn-info:focus,
.btn-info:active:focus,
.btn-info.active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0rem rgba(0, 148, 217, 0.5);
}

.btn-info:disabled,
.btn-info.disabled {
    color: #000;
    background-color: #00aeff;
    border-color: #00aeff;
}

.btn-warning {
    color: #000;
    background-color: #fea500;
    border-color: #fea500;
}

.btn-warning:hover {
    color: #000;
    background-color: #feb326;
    border-color: #feae1a;
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
    color: #000;
    background-color: #feb326;
    border-color: #feae1a;
    box-shadow: 0 0 0 0rem rgba(216, 140, 0, 0.5);
}

.btn-check:checked+.btn-warning,
.btn-check:active+.btn-warning,
.btn-warning:active,
.btn-warning.active,
.show>.btn-warning.dropdown-toggle {
    color: #000;
    background-color: #feb733;
    border-color: #feae1a;
}

.btn-check:checked+.btn-warning:focus,
.btn-check:active+.btn-warning:focus,
.btn-warning:active:focus,
.btn-warning.active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0rem rgba(216, 140, 0, 0.5);
}

.btn-warning:disabled,
.btn-warning.disabled {
    color: #000;
    background-color: #fea500;
    border-color: #fea500;
}

.btn-danger {
    color: #000;
    background-color: #ff5269;
    border-color: #ff5269;
}

.btn-danger:hover {
    color: #000;
    background-color: #ff6c80;
    border-color: #ff6378;
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
    color: #000;
    background-color: #ff6c80;
    border-color: #ff6378;
    box-shadow: 0 0 0 0rem rgba(217, 70, 89, 0.5);
}

.btn-check:checked+.btn-danger,
.btn-check:active+.btn-danger,
.btn-danger:active,
.btn-danger.active,
.show>.btn-danger.dropdown-toggle {
    color: #000;
    background-color: #ff7587;
    border-color: #ff6378;
}

.btn-check:checked+.btn-danger:focus,
.btn-check:active+.btn-danger:focus,
.btn-danger:active:focus,
.btn-danger.active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0rem rgba(217, 70, 89, 0.5);
}

.btn-danger:disabled,
.btn-danger.disabled {
    color: #000;
    background-color: #ff5269;
    border-color: #ff5269;
}

.btn-light {
    color: #000;
    background-color: #fffbf7;
    border-color: #fffbf7;
}

.btn-light:hover {
    color: #000;
    background-color: #fffcf8;
    border-color: #fffbf8;
}

.btn-check:focus+.btn-light,
.btn-light:focus {
    color: #000;
    background-color: #fffcf8;
    border-color: #fffbf8;
    box-shadow: 0 0 0 0rem rgba(217, 213, 210, 0.5);
}

.btn-check:checked+.btn-light,
.btn-check:active+.btn-light,
.btn-light:active,
.btn-light.active,
.show>.btn-light.dropdown-toggle {
    color: #000;
    background-color: #fffcf9;
    border-color: #fffbf8;
}

.btn-check:checked+.btn-light:focus,
.btn-check:active+.btn-light:focus,
.btn-light:active:focus,
.btn-light.active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0rem rgba(217, 213, 210, 0.5);
}

.btn-light:disabled,
.btn-light.disabled {
    color: #000;
    background-color: #fffbf7;
    border-color: #fffbf7;
}

.btn-dark {
    color: #fff;
    background-color: #262F5A;
    border-color: #262F5A;
}

.btn-dark:hover {
    color: #fff;
    background-color: #20284d;
    border-color: #1e2648;
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
    color: #fff;
    background-color: #20284d;
    border-color: #1e2648;
    box-shadow: 0 0 0 0rem rgba(71, 78, 115, 0.5);
}

.btn-check:checked+.btn-dark,
.btn-check:active+.btn-dark,
.btn-dark:active,
.btn-dark.active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1e2648;
    border-color: #1d2344;
}

.btn-check:checked+.btn-dark:focus,
.btn-check:active+.btn-dark:focus,
.btn-dark:active:focus,
.btn-dark.active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0rem rgba(71, 78, 115, 0.5);
}

.btn-dark:disabled,
.btn-dark.disabled {
    color: #fff;
    background-color: #262F5A;
    border-color: #262F5A;
}

.btn-outline-primary {
    color: #7355f7;
    border-color: #7355f7;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #7355f7;
    border-color: #7355f7;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0rem rgba(115, 85, 247, 0.5);
}

.btn-check:checked+.btn-outline-primary,
.btn-check:active+.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
    color: #fff;
    background-color: #7355f7;
    border-color: #7355f7;
}

.btn-check:checked+.btn-outline-primary:focus,
.btn-check:active+.btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0rem rgba(115, 85, 247, 0.5);
}

.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
    color: #7355f7;
    background-color: transparent;
}

.btn-outline-secondary {
    color: #1f2471;
    border-color: #1f2471;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #1f2471;
    border-color: #1f2471;
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0rem rgba(31, 36, 113, 0.5);
}

.btn-check:checked+.btn-outline-secondary,
.btn-check:active+.btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show {
    color: #fff;
    background-color: #1f2471;
    border-color: #1f2471;
}

.btn-check:checked+.btn-outline-secondary:focus,
.btn-check:active+.btn-outline-secondary:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0rem rgba(31, 36, 113, 0.5);
}

.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
    color: #1f2471;
    background-color: transparent;
}

.btn-outline-success {
    color: #029e76;
    border-color: #029e76;
}

.btn-outline-success:hover {
    color: #000;
    background-color: #029e76;
    border-color: #029e76;
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0rem rgba(2, 158, 118, 0.5);
}

.btn-check:checked+.btn-outline-success,
.btn-check:active+.btn-outline-success,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show {
    color: #000;
    background-color: #029e76;
    border-color: #029e76;
}

.btn-check:checked+.btn-outline-success:focus,
.btn-check:active+.btn-outline-success:focus,
.btn-outline-success:active:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0rem rgba(2, 158, 118, 0.5);
}

.btn-outline-success:disabled,
.btn-outline-success.disabled {
    color: #029e76;
    background-color: transparent;
}

.btn-outline-info {
    color: #00aeff;
    border-color: #00aeff;
}

.btn-outline-info:hover {
    color: #000;
    background-color: #00aeff;
    border-color: #00aeff;
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0rem rgba(0, 174, 255, 0.5);
}

.btn-check:checked+.btn-outline-info,
.btn-check:active+.btn-outline-info,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show {
    color: #000;
    background-color: #00aeff;
    border-color: #00aeff;
}

.btn-check:checked+.btn-outline-info:focus,
.btn-check:active+.btn-outline-info:focus,
.btn-outline-info:active:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0rem rgba(0, 174, 255, 0.5);
}

.btn-outline-info:disabled,
.btn-outline-info.disabled {
    color: #00aeff;
    background-color: transparent;
}

.btn-outline-warning {
    color: #fea500;
    border-color: #fea500;
}

.btn-outline-warning:hover {
    color: #000;
    background-color: #fea500;
    border-color: #fea500;
}

.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0rem rgba(254, 165, 0, 0.5);
}

.btn-check:checked+.btn-outline-warning,
.btn-check:active+.btn-outline-warning,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show {
    color: #000;
    background-color: #fea500;
    border-color: #fea500;
}

.btn-check:checked+.btn-outline-warning:focus,
.btn-check:active+.btn-outline-warning:focus,
.btn-outline-warning:active:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0rem rgba(254, 165, 0, 0.5);
}

.btn-outline-warning:disabled,
.btn-outline-warning.disabled {
    color: #fea500;
    background-color: transparent;
}

.btn-outline-danger {
    color: #ff5269;
    border-color: #ff5269;
}

.btn-outline-danger:hover {
    color: #000;
    background-color: #ff5269;
    border-color: #ff5269;
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0rem rgba(255, 82, 105, 0.5);
}

.btn-check:checked+.btn-outline-danger,
.btn-check:active+.btn-outline-danger,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show {
    color: #000;
    background-color: #ff5269;
    border-color: #ff5269;
}

.btn-check:checked+.btn-outline-danger:focus,
.btn-check:active+.btn-outline-danger:focus,
.btn-outline-danger:active:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0rem rgba(255, 82, 105, 0.5);
}

.btn-outline-danger:disabled,
.btn-outline-danger.disabled {
    color: #ff5269;
    background-color: transparent;
}

.btn-outline-light {
    color: #fffbf7;
    border-color: #fffbf7;
}

.btn-outline-light:hover {
    color: #000;
    background-color: #fffbf7;
    border-color: #fffbf7;
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0rem rgba(255, 251, 247, 0.5);
}

.btn-check:checked+.btn-outline-light,
.btn-check:active+.btn-outline-light,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show {
    color: #000;
    background-color: #fffbf7;
    border-color: #fffbf7;
}

.btn-check:checked+.btn-outline-light:focus,
.btn-check:active+.btn-outline-light:focus,
.btn-outline-light:active:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0rem rgba(255, 251, 247, 0.5);
}

.btn-outline-light:disabled,
.btn-outline-light.disabled {
    color: #fffbf7;
    background-color: transparent;
}

.btn-outline-dark {
    color: #262F5A;
    border-color: #262F5A;
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #262F5A;
    border-color: #262F5A;
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0rem rgba(38, 47, 90, 0.5);
}

.btn-check:checked+.btn-outline-dark,
.btn-check:active+.btn-outline-dark,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show {
    color: #fff;
    background-color: #262F5A;
    border-color: #262F5A;
}

.btn-check:checked+.btn-outline-dark:focus,
.btn-check:active+.btn-outline-dark:focus,
.btn-outline-dark:active:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus {
    box-shadow: 0 0 0 0rem rgba(38, 47, 90, 0.5);
}

.btn-outline-dark:disabled,
.btn-outline-dark.disabled {
    color: #262F5A;
    background-color: transparent;
}

.btn-link {
    font-weight: 400;
    color: #7355f7;
    text-decoration: underline;
}

.btn-link:hover {
    color: #5c44c6;
}

.btn-link:disabled,
.btn-link.disabled {
    color: #6c757d;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.75rem;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    border-radius: 0.2rem;
}

.fade {
    transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
    position: relative;
}

.dropdown-toggle {
    white-space: nowrap;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #888;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 0.125rem;
}

.dropdown-menu-start {
    --bs-position: start;
}

.dropdown-menu-start[data-bs-popper] {
    right: auto;
    left: 0;
}

.dropdown-menu-end {
    --bs-position: end;
}

.dropdown-menu-end[data-bs-popper] {
    right: 0;
    left: auto;
}

@media (min-width: 576px) {
    .dropdown-menu-sm-start {
        --bs-position: start;
    }
    .dropdown-menu-sm-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-end {
        --bs-position: end;
    }
    .dropdown-menu-sm-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

@media (min-width: 768px) {
    .dropdown-menu-md-start {
        --bs-position: start;
    }
    .dropdown-menu-md-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-end {
        --bs-position: end;
    }
    .dropdown-menu-md-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

@media (min-width: 992px) {
    .dropdown-menu-lg-start {
        --bs-position: start;
    }
    .dropdown-menu-lg-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-end {
        --bs-position: end;
    }
    .dropdown-menu-lg-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1200px) {
    .dropdown-menu-xl-start {
        --bs-position: start;
    }
    .dropdown-menu-xl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-end {
        --bs-position: end;
    }
    .dropdown-menu-xl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

@media (min-width: 1440) {
    .dropdown-menu-xxl-start {
        --bs-position: start;
    }
    .dropdown-menu-xxl-start[data-bs-popper] {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xxl-end {
        --bs-position: end;
    }
    .dropdown-menu-xxl-end[data-bs-popper] {
        right: 0;
        left: auto;
    }
}

.dropup .dropdown-menu[data-bs-popper] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}

.dropend .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}

.dropend .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropend .dropdown-toggle::after {
    vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

.dropstart .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

.dropstart .dropdown-toggle::after {
    display: none;
}

.dropstart .dropdown-toggle::before {
    display: inline-block;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropstart .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #1e2125;
    background-color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #7355f7;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #adb5bd;
    pointer-events: none;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: 0.25rem 1rem;
    color: #212529;
}

.dropdown-menu-dark {
    color: #dee2e6;
    background-color: #343a40;
    border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item {
    color: #dee2e6;
}

.dropdown-menu-dark .dropdown-item:hover,
.dropdown-menu-dark .dropdown-item:focus {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.15);
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
    color: #fff;
    background-color: #7355f7;
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
    color: #adb5bd;
}

.dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15);
}

.dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6;
}

.dropdown-menu-dark .dropdown-header {
    color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.btn-group>.btn,
.btn-group-vertical>.btn {
    position: relative;
    flex: 1 1 auto;
}

.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn:hover,
.btn-group>.btn:focus,
.btn-group>.btn:active,
.btn-group>.btn.active,
.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn:hover,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn.active {
    z-index: 1;
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.btn-toolbar .input-group {
    width: auto;
}

.btn-group>.btn:not(:first-child),
.btn-group>.btn-group:not(:first-child) {
    margin-left: -1px;
}

.btn-group>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group>.btn-group:not(:last-child)>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group>.btn:nth-child(n+3),
.btn-group> :not(.btn-check)+.btn,
.btn-group>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after {
    margin-left: 0;
}

.dropstart .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-sm+.dropdown-toggle-split,
.btn-group-sm>.btn+.dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}

.btn-lg+.dropdown-toggle-split,
.btn-group-lg>.btn+.dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group {
    width: 100%;
}

.btn-group-vertical>.btn:not(:first-child),
.btn-group-vertical>.btn-group:not(:first-child) {
    margin-top: -1px;
}

.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical>.btn-group:not(:last-child)>.btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn~.btn,
.btn-group-vertical>.btn-group:not(:first-child)>.btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #7355f7;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .nav-link {
        transition: none;
    }
}

.nav-link:hover,
.nav-link:focus {
    color: #5c44c6;
}

.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    background: none;
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6;
    isolation: isolate;
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: #fff;
    background-color: #7355f7;
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
    width: 100%;
}

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-sm,
.navbar>.container-md,
.navbar>.container-lg,
.navbar>.container-xl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

.navbar-brand {
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    text-decoration: none;
    white-space: nowrap;
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.navbar-nav .dropdown-menu {
    position: static;
}

.navbar-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
        transition: none;
    }
}

.navbar-toggler:hover {
    text-decoration: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0rem;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

.navbar-nav-scroll {
    max-height: var(--bs-scroll-height, 75vh);
    overflow-y: auto;
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

@media (min-width: 1440) {
    .navbar-expand-xxl {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xxl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xxl .navbar-nav-scroll {
        overflow: visible;
    }
    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }
}

.navbar-expand {
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.navbar-expand .navbar-nav {
    flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}

.navbar-expand .navbar-nav-scroll {
    overflow: visible;
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.55);
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
    color: #fff;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link.active {
    color: #fff;
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.55);
    border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.55);
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
    color: #fff;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card>hr {
    margin-right: 0;
    margin-left: 0;
}

.card>.list-group {
    border-top: inherit;
    border-bottom: inherit;
}

.card>.list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card>.list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
    border-top: 0;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
}

.card-title {
    margin-bottom: 0.5rem;
}

.card-subtitle {
    margin-top: -0.25rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link+.card-link {
    margin-left: 1rem;
}

.card-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
    padding: 0.5rem 1rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
    margin-left: -0.5rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
    width: 100%;
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group>.card {
    margin-bottom: 15px;
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap;
    }
    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group>.card+.card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group>.card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group>.card:not(:last-child) .card-img-top,
    .card-group>.card:not(:last-child) .card-header {
        border-top-right-radius: 0;
    }
    .card-group>.card:not(:last-child) .card-img-bottom,
    .card-group>.card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0;
    }
    .card-group>.card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group>.card:not(:first-child) .card-img-top,
    .card-group>.card:not(:first-child) .card-header {
        border-top-left-radius: 0;
    }
    .card-group>.card:not(:first-child) .card-img-bottom,
    .card-group>.card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0;
    }
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 1rem;
    color: #888;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    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, border-radius 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}

.accordion-button:not(.collapsed) {
    color: #684dde;
    background-color: #f1eefe;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23684dde'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23888'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none;
    }
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #b9aafb;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(115, 85, 247, 0.25);
}

.accordion-header {
    margin-bottom: 0;
}

.accordion-item {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.accordion-item:not(:first-of-type) {
    border-top: 0;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.accordion-body {
    padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
    border-width: 0;
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.accordion-flush .accordion-item:first-child {
    border-top: 0;
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0;
}

.accordion-flush .accordion-item .accordion-button {
    border-radius: 0;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0.5rem;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: 0.5rem;
    color: #6c757d;
    content: var(--bs-breadcrumb-divider, "/")/* rtl: var(--bs-breadcrumb-divider, "/") */
    ;
}

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
}

.page-link {
    position: relative;
    display: block;
    color: #7355f7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #dee2e6;
    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;
}

@media (prefers-reduced-motion: reduce) {
    .page-link {
        transition: none;
    }
}

.page-link:hover {
    z-index: 2;
    color: #5c44c6;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    z-index: 3;
    color: #5c44c6;
    background-color: #e9ecef;
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(115, 85, 247, 0.25);
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #7355f7;
    border-color: #7355f7;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-link {
    padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}

.badge {
    display: inline-block;
    padding: 0.35em 0.65em;
    font-size: 0.75em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}

.badge:empty {
    display: none;
}

.btn .badge {
    position: relative;
    top: -1px;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 3rem;
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: 1.25rem 1rem;
}

.alert-primary {
    color: #453394;
    background-color: #e3ddfd;
    border-color: #d5ccfd;
}

.alert-primary .alert-link {
    color: #372976;
}

.alert-secondary {
    color: #131644;
    background-color: #d2d3e3;
    border-color: #bcbdd4;
}

.alert-secondary .alert-link {
    color: #0f1236;
}

.alert-success {
    color: #015f47;
    background-color: #ccece4;
    border-color: #b3e2d6;
}

.alert-success .alert-link {
    color: #014c39;
}

.alert-info {
    color: #006899;
    background-color: #ccefff;
    border-color: #b3e7ff;
}

.alert-info .alert-link {
    color: #00537a;
}

.alert-warning {
    color: #664200;
    background-color: #ffedcc;
    border-color: #ffe4b3;
}

.alert-warning .alert-link {
    color: #523500;
}

.alert-danger {
    color: #99313f;
    background-color: #ffdce1;
    border-color: #ffcbd2;
}

.alert-danger .alert-link {
    color: #7a2732;
}

.alert-light {
    color: #666463;
    background-color: #fffefd;
    border-color: #fffefd;
}

.alert-light .alert-link {
    color: #52504f;
}

.alert-dark {
    color: #171c36;
    background-color: #d4d5de;
    border-color: #bec1ce;
}

.alert-dark .alert-link {
    color: #12162b;
}

@keyframes progress-bar-stripes {
    0% {
        background-position-x: 1rem;
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #7355f7;
    transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes;
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none;
    }
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}

.list-group-numbered {
    list-style-type: none;
    counter-reset: section;
}

.list-group-numbered>li::before {
    content: counters(section, ".") ". ";
    counter-increment: section;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

.list-group-item-action:hover,
.list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}

.list-group-item-action:active {
    color: #888;
    background-color: #e9ecef;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 0.5rem 1rem;
    color: #212529;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #7355f7;
    border-color: #7355f7;
}

.list-group-item+.list-group-item {
    border-top-width: 0;
}

.list-group-item+.list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}

.list-group-horizontal {
    flex-direction: row;
}

.list-group-horizontal>.list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}

.list-group-horizontal>.list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}

.list-group-horizontal>.list-group-item.active {
    margin-top: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row;
    }
    .list-group-horizontal-sm>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-sm>.list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row;
    }
    .list-group-horizontal-md>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-md>.list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-md>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row;
    }
    .list-group-horizontal-lg>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-lg>.list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row;
    }
    .list-group-horizontal-xl>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xl>.list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

@media (min-width: 1440) {
    .list-group-horizontal-xxl {
        flex-direction: row;
    }
    .list-group-horizontal-xxl>.list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xxl>.list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xxl>.list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xxl>.list-group-item+.list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}

.list-group-flush {
    border-radius: 0;
}

.list-group-flush>.list-group-item {
    border-width: 0 0 1px;
}

.list-group-flush>.list-group-item:last-child {
    border-bottom-width: 0;
}

.list-group-item-primary {
    color: #453394;
    background-color: #e3ddfd;
}

.list-group-item-primary.list-group-item-action:hover,
.list-group-item-primary.list-group-item-action:focus {
    color: #453394;
    background-color: #ccc7e4;
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #453394;
    border-color: #453394;
}

.list-group-item-secondary {
    color: #131644;
    background-color: #d2d3e3;
}

.list-group-item-secondary.list-group-item-action:hover,
.list-group-item-secondary.list-group-item-action:focus {
    color: #131644;
    background-color: #bdbecc;
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #131644;
    border-color: #131644;
}

.list-group-item-success {
    color: #015f47;
    background-color: #ccece4;
}

.list-group-item-success.list-group-item-action:hover,
.list-group-item-success.list-group-item-action:focus {
    color: #015f47;
    background-color: #b8d4cd;
}

.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #015f47;
    border-color: #015f47;
}

.list-group-item-info {
    color: #006899;
    background-color: #ccefff;
}

.list-group-item-info.list-group-item-action:hover,
.list-group-item-info.list-group-item-action:focus {
    color: #006899;
    background-color: #b8d7e6;
}

.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #006899;
    border-color: #006899;
}

.list-group-item-warning {
    color: #664200;
    background-color: #ffedcc;
}

.list-group-item-warning.list-group-item-action:hover,
.list-group-item-warning.list-group-item-action:focus {
    color: #664200;
    background-color: #e6d5b8;
}

.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #664200;
    border-color: #664200;
}

.list-group-item-danger {
    color: #99313f;
    background-color: #ffdce1;
}

.list-group-item-danger.list-group-item-action:hover,
.list-group-item-danger.list-group-item-action:focus {
    color: #99313f;
    background-color: #e6c6cb;
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #99313f;
    border-color: #99313f;
}

.list-group-item-light {
    color: #666463;
    background-color: #fffefd;
}

.list-group-item-light.list-group-item-action:hover,
.list-group-item-light.list-group-item-action:focus {
    color: #666463;
    background-color: #e6e5e4;
}

.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #666463;
    border-color: #666463;
}

.list-group-item-dark {
    color: #171c36;
    background-color: #d4d5de;
}

.list-group-item-dark.list-group-item-action:hover,
.list-group-item-dark.list-group-item-action:focus {
    color: #171c36;
    background-color: #bfc0c8;
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #171c36;
    border-color: #171c36;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em 0.25em;
    color: #000;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}

.btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgba(115, 85, 247, 0.25);
    opacity: 1;
}

.btn-close:disabled,
.btn-close.disabled {
    pointer-events: none;
    user-select: none;
    opacity: 0.25;
}

.btn-close-white {
    filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
    width: 350px;
    max-width: 100%;
    font-size: 0.875rem;
    pointer-events: auto;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}

.toast:not(.showing):not(.show) {
    opacity: 0;
}

.toast.hide {
    display: none;
}

.toast-container {
    width: max-content;
    max-width: 100%;
    pointer-events: none;
}

.toast-container> :not(:last-child) {
    margin-bottom: 15px;
}

.toast-header {
    display: flex;
    align-items: center;
    padding: 0.5rem 0.75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

.toast-header .btn-close {
    margin-right: -0.375rem;
    margin-left: 0.75rem;
}

.toast-body {
    padding: 0.75rem;
    word-wrap: break-word;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    transform: none;
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden;
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.75rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #E1E1F0;
    border-top-left-radius: calc(0.75rem - 1px);
    border-top-right-radius: calc(0.75rem - 1px);
}

.modal-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #E1E1F0;
    border-bottom-right-radius: calc(0.75rem - 1px);
    border-bottom-left-radius: calc(0.75rem - 1px);
}

.modal-footer>* {
    margin: 0.25rem;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}

@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}

.modal-fullscreen {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
}

.modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
}

.modal-fullscreen .modal-header {
    border-radius: 0;
}

.modal-fullscreen .modal-body {
    overflow-y: auto;
}

.modal-fullscreen .modal-footer {
    border-radius: 0;
}

@media (max-width: 575.98px) {
    .modal-fullscreen-sm-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-sm-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-sm-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-sm-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 767.98px) {
    .modal-fullscreen-md-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-md-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-md-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-md-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 991.98px) {
    .modal-fullscreen-lg-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-lg-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-lg-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-lg-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 1199.98px) {
    .modal-fullscreen-xl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xl-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-xl-down .modal-footer {
        border-radius: 0;
    }
}

@media (max-width: 1439.98) {
    .modal-fullscreen-xxl-down {
        width: 100vw;
        max-width: none;
        height: 100%;
        margin: 0;
    }
    .modal-fullscreen-xxl-down .modal-content {
        height: 100%;
        border: 0;
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-header {
        border-radius: 0;
    }
    .modal-fullscreen-xxl-down .modal-body {
        overflow-y: auto;
    }
    .modal-fullscreen-xxl-down .modal-footer {
        border-radius: 0;
    }
}

.tooltip {
    position: absolute;
    z-index: 1080;
    display: block;
    margin: 0;
    font-family: "IRANSansWeb";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}

.tooltip.show {
    opacity: 0.9;
}

.tooltip .tooltip-arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-tooltip-top,
.bs-tooltip-auto[data-popper-placement^="top"] {
    padding: 0.4rem 0;
}

.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow {
    bottom: 0;
}

.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
    top: -1px;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}

.bs-tooltip-end,
.bs-tooltip-auto[data-popper-placement^="right"] {
    padding: 0 0.4rem;
}

.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
    right: -1px;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[data-popper-placement^="bottom"] {
    padding: 0.4rem 0;
}

.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow {
    top: 0;
}

.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
    bottom: -1px;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}

.bs-tooltip-start,
.bs-tooltip-auto[data-popper-placement^="left"] {
    padding: 0 0.4rem;
}

.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}

.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
    left: -1px;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0/* rtl:ignore */
    ;
    z-index: 1070;
    display: block;
    max-width: 276px;
    font-family: "IRANSansWeb";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.75rem;
}

.popover .popover-arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
}

.popover .popover-arrow::before,
.popover .popover-arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}

.bs-popover-top>.popover-arrow,
.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow {
    bottom: calc(-0.5rem - 1px);
}

.bs-popover-top>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^="top"]>.popover-arrow::after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}

.bs-popover-end>.popover-arrow,
.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}

.bs-popover-end>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-end>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^="right"]>.popover-arrow::after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}

.bs-popover-bottom>.popover-arrow,
.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow {
    top: calc(-0.5rem - 1px);
}

.bs-popover-bottom>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::before {
    top: 0;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^="bottom"]>.popover-arrow::after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem 0.5rem;
    border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start>.popover-arrow,
.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
}

.bs-popover-start>.popover-arrow::before,
.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-start>.popover-arrow::after,
.bs-popover-auto[data-popper-placement^="left"]>.popover-arrow::after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}

.popover-header {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: #000;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-top-left-radius: calc(0.75rem - 1px);
    border-top-right-radius: calc(0.75rem - 1px);
}

.popover-header:empty {
    display: none;
}

.popover-body {
    padding: 1rem 1rem;
    color: #888;
}

.carousel {
    position: relative;
}

.carousel.pointer-event {
    touch-action: pan-y;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: "";
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: block;
}


/* rtl:begin:ignore */

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
    transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
    transform: translateX(-100%);
}


/* rtl:end:ignore */

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
    z-index: 1;
    opacity: 1;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
        transition: none;
    }
}

.carousel-control-prev,
.carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
        transition: none;
    }
}

.carousel-control-prev:hover,
.carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
}


/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
    .carousel-indicators [data-bs-target] {
        transition: none;
    }
}

.carousel-indicators .active {
    opacity: 1;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
    filter: invert(1) grayscale(100);
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #000;
}

.carousel-dark .carousel-caption {
    color: #000;
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)/* rtl:ignore */
        ;
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@keyframes spinner-grow {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border,
    .spinner-grow {
        animation-duration: 1.5s;
    }
}

.offcanvas {
    position: fixed;
    bottom: 0;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .offcanvas {
        transition: none;
    }
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
}

.offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -0.5rem;
}

.offcanvas-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.offcanvas-body {
    flex-grow: 1;
    padding: 1rem 1rem;
    overflow-y: auto;
}

.offcanvas-start {
    top: 0;
    left: 0;
    width: 400px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateX(-100%);
}

.offcanvas-end {
    top: 0;
    right: 0;
    width: 400px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateX(100%);
}

.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateY(-100%);
}

.offcanvas-bottom {
    right: 0;
    left: 0;
    height: 30vh;
    max-height: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    transform: translateY(100%);
}

.offcanvas.show {
    transform: none;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.link-primary {
    color: #7355f7;
}

.link-primary:hover,
.link-primary:focus {
    color: #5c44c6;
}

.link-secondary {
    color: #1f2471;
}

.link-secondary:hover,
.link-secondary:focus {
    color: #191d5a;
}

.link-success {
    color: #029e76;
}

.link-success:hover,
.link-success:focus {
    color: #35b191;
}

.link-info {
    color: #00aeff;
}

.link-info:hover,
.link-info:focus {
    color: #33beff;
}

.link-warning {
    color: #fea500;
}

.link-warning:hover,
.link-warning:focus {
    color: #feb733;
}

.link-danger {
    color: #ff5269;
}

.link-danger:hover,
.link-danger:focus {
    color: #ff7587;
}

.link-light {
    color: #fffbf7;
}

.link-light:hover,
.link-light:focus {
    color: #fffcf9;
}

.link-dark {
    color: #262F5A;
}

.link-dark:hover,
.link-dark:focus {
    color: #1e2648;
}

.ratio {
    position: relative;
    width: 100%;
}

.ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: "";
}

.ratio>* {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ratio-1x1 {
    --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
    --bs-aspect-ratio: calc(3 / 4 * 100%);
}

.ratio-16x9 {
    --bs-aspect-ratio: calc(9 / 16 * 100%);
}

.ratio-21x9 {
    --bs-aspect-ratio: calc(9 / 21 * 100%);
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

.sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
}

@media (min-width: 576px) {
    .sticky-sm-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 768px) {
    .sticky-md-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 992px) {
    .sticky-lg-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1200px) {
    .sticky-xl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

@media (min-width: 1440) {
    .sticky-xxl-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.float-start {
    float: left !important;
}

.float-end {
    float: right !important;
}

.float-none {
    float: none !important;
}

.overflow-auto {
    overflow: auto !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.overflow-visible {
    overflow: visible !important;
}

.overflow-scroll {
    overflow: scroll !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-grid {
    display: grid !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.d-none {
    display: none !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: sticky !important;
}

.top-0 {
    top: 0 !important;
}

.top-50 {
    top: 50% !important;
}

.top-100 {
    top: 100% !important;
}

.bottom-0 {
    bottom: 0 !important;
}

.bottom-50 {
    bottom: 50% !important;
}

.bottom-100 {
    bottom: 100% !important;
}

.start-0 {
    left: 0 !important;
}

.start-50 {
    left: 50% !important;
}

.start-100 {
    left: 100% !important;
}

.end-0 {
    right: 0 !important;
}

.end-50 {
    right: 50% !important;
}

.end-100 {
    right: 100% !important;
}

.translate-middle {
    transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
    transform: translateX(-50%) !important;
}

.translate-middle-y {
    transform: translateY(-50%) !important;
}

.border {
    border: 1px solid #E1E1F0 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top {
    border-top: 1px solid #E1E1F0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-end {
    border-right: 1px solid #E1E1F0 !important;
}

.border-end-0 {
    border-right: 0 !important;
}

.border-bottom {
    border-bottom: 1px solid #E1E1F0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-start {
    border-left: 1px solid #E1E1F0 !important;
}

.border-start-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #7355f7 !important;
}

.border-secondary {
    border-color: #1f2471 !important;
}

.border-success {
    border-color: #029e76 !important;
}

.border-info {
    border-color: #00aeff !important;
}

.border-warning {
    border-color: #fea500 !important;
}

.border-danger {
    border-color: #ff5269 !important;
}

.border-light {
    border-color: #fffbf7 !important;
}

.border-dark {
    border-color: #262F5A !important;
}

.border-white {
    border-color: #fff !important;
}

.border-1 {
    border-width: 1px !important;
}

.border-2 {
    border-width: 2px !important;
}

.border-3 {
    border-width: 3px !important;
}

.border-4 {
    border-width: 4px !important;
}

.border-5 {
    border-width: 5px !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.vw-100 {
    width: 100vw !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mh-100 {
    max-height: 100% !important;
}

.vh-100 {
    height: 100vh !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.flex-fill {
    flex: 1 1 auto !important;
}

.flex-row {
    flex-direction: row !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-row-reverse {
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    flex-direction: column-reverse !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    flex-shrink: 1 !important;
}

.flex-wrap {
    flex-wrap: wrap !important;
}

.flex-nowrap {
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.gap-0 {
    gap: 0 !important;
}

.gap-1 {
    gap: 0.25rem !important;
}

.gap-2 {
    gap: 0.5rem !important;
}

.gap-3 {
    gap: 1rem !important;
}

.gap-4 {
    gap: 1.5rem !important;
}

.gap-5 {
    gap: 3rem !important;
}

.justify-content-start {
    justify-content: flex-start !important;
}

.justify-content-end {
    justify-content: flex-end !important;
}

.justify-content-center {
    justify-content: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.justify-content-around {
    justify-content: space-around !important;
}

.justify-content-evenly {
    justify-content: space-evenly !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.align-items-baseline {
    align-items: baseline !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.align-content-start {
    align-content: flex-start !important;
}

.align-content-end {
    align-content: flex-end !important;
}

.align-content-center {
    align-content: center !important;
}

.align-content-between {
    align-content: space-between !important;
}

.align-content-around {
    align-content: space-around !important;
}

.align-content-stretch {
    align-content: stretch !important;
}

.align-self-auto {
    align-self: auto !important;
}

.align-self-start {
    align-self: flex-start !important;
}

.align-self-end {
    align-self: flex-end !important;
}

.align-self-center {
    align-self: center !important;
}

.align-self-baseline {
    align-self: baseline !important;
}

.align-self-stretch {
    align-self: stretch !important;
}

.order-first {
    order: -1 !important;
}

.order-0 {
    order: 0 !important;
}

.order-1 {
    order: 1 !important;
}

.order-2 {
    order: 2 !important;
}

.order-3 {
    order: 3 !important;
}

.order-4 {
    order: 4 !important;
}

.order-5 {
    order: 5 !important;
}

.order-last {
    order: 6 !important;
}

.m-0 {
    margin: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mx-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
}

.mx-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.my-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
}

.my-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.mt-0 {
    margin-top: 0 !important;
}

.mt-1 {
    margin-top: 0.25rem !important;
}

.mt-2 {
    margin-top: 0.5rem !important;
}

.mt-3 {
    margin-top: 1rem !important;
}

.mt-4 {
    margin-top: 1.5rem !important;
}

.mt-5 {
    margin-top: 3rem !important;
}

.mt-auto {
    margin-top: auto !important;
}

.me-0 {
    margin-right: 0 !important;
}

.me-1 {
    margin-right: 0.25rem !important;
}

.me-2 {
    margin-right: 0.5rem !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.me-5 {
    margin-right: 3rem !important;
}

.me-auto {
    margin-right: auto !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-1 {
    margin-bottom: 0.25rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.mb-5 {
    margin-bottom: 3rem !important;
}

.mb-auto {
    margin-bottom: auto !important;
}

.ms-0 {
    margin-left: 0 !important;
}

.ms-1 {
    margin-left: 0.25rem !important;
}

.ms-2 {
    margin-left: 0.5rem !important;
}

.ms-3 {
    margin-left: 1rem !important;
}

.ms-4 {
    margin-left: 1.5rem !important;
}

.ms-5 {
    margin-left: 3rem !important;
}

.ms-auto {
    margin-left: auto !important;
}

.p-0 {
    padding: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.pt-1 {
    padding-top: 0.25rem !important;
}

.pt-2 {
    padding-top: 0.5rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

.pt-4 {
    padding-top: 1.5rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.pe-0 {
    padding-right: 0 !important;
}

.pe-1 {
    padding-right: 0.25rem !important;
}

.pe-2 {
    padding-right: 0.5rem !important;
}

.pe-3 {
    padding-right: 1rem !important;
}

.pe-4 {
    padding-right: 1.5rem !important;
}

.pe-5 {
    padding-right: 3rem !important;
}

.pb-0 {
    padding-bottom: 0 !important;
}

.pb-1 {
    padding-bottom: 0.25rem !important;
}

.pb-2 {
    padding-bottom: 0.5rem !important;
}

.pb-3 {
    padding-bottom: 1rem !important;
}

.pb-4 {
    padding-bottom: 1.5rem !important;
}

.pb-5 {
    padding-bottom: 3rem !important;
}

.ps-0 {
    padding-left: 0 !important;
}

.ps-1 {
    padding-left: 0.25rem !important;
}

.ps-2 {
    padding-left: 0.5rem !important;
}

.ps-3 {
    padding-left: 1rem !important;
}

.ps-4 {
    padding-left: 1.5rem !important;
}

.ps-5 {
    padding-left: 3rem !important;
}

.font-monospace {
    font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
    font-size: calc(1.4625rem + 2.55vw) !important;
}

.fs-2 {
    font-size: calc(1.3625rem + 1.35vw) !important;
}

.fs-3 {
    font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-4 {
    font-size: calc(1.28125rem + 0.375vw) !important;
}

.fs-5 {
    font-size: 1.25rem !important;
}

.fs-6 {
    font-size: 0.875rem !important;
}

.fst-italic {
    font-style: italic !important;
}

.fst-normal {
    font-style: normal !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-lighter {
    font-weight: lighter !important;
}

.fw-normal {
    font-weight: 400 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-bolder {
    font-weight: bolder !important;
}

.lh-1 {
    line-height: 1 !important;
}

.lh-sm {
    line-height: 1.25 !important;
}

.lh-base {
    line-height: 1.5 !important;
}

.lh-lg {
    line-height: 2 !important;
}

.text-start {
    text-align: left !important;
}

.text-end {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-decoration-underline {
    text-decoration: underline !important;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}


/* rtl:begin:remove */

.text-break {
    word-wrap: break-word !important;
    word-break: break-word !important;
}


/* rtl:end:remove */

.text-primary {
    color: #7355f7 !important;
}

.text-secondary {
    color: #1f2471 !important;
}

.text-success {
    color: #029e76 !important;
}

.text-info {
    color: #00aeff !important;
}

.text-warning {
    color: #fea500 !important;
}

.text-danger {
    color: #ff5269 !important;
}

.text-light {
    color: #fffbf7 !important;
}

.text-dark {
    color: #262F5A !important;
}

.text-white {
    color: #fff !important;
}

.text-body {
    color: #888 !important;
}

.text-muted {
    color: #AEAED5 !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
    color: inherit !important;
}

.bg-primary {
    background-color: #7355f7 !important;
}

.bg-secondary {
    background-color: #1f2471 !important;
}

.bg-success {
    background-color: #029e76 !important;
}

.bg-info {
    background-color: #00aeff !important;
}

.bg-warning {
    background-color: #fea500 !important;
}

.bg-danger {
    background-color: #ff5269 !important;
}

.bg-light {
    background-color: #fffbf7 !important;
}

.bg-dark {
    background-color: #262F5A !important;
}

.bg-body {
    background-color: #fff !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.bg-gradient {
    background-image: var(--bs-gradient) !important;
}

.user-select-all {
    user-select: all !important;
}

.user-select-auto {
    user-select: auto !important;
}

.user-select-none {
    user-select: none !important;
}

.pe-none {
    pointer-events: none !important;
}

.pe-auto {
    pointer-events: auto !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.rounded-1 {
    border-radius: 0.2rem !important;
}

.rounded-2 {
    border-radius: 0.25rem !important;
}

.rounded-3 {
    border-radius: 0.75rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.rounded-top {
    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;
}

.rounded-end {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
    border-bottom-left-radius: 0.25rem !important;
    border-top-left-radius: 0.25rem !important;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media (min-width: 576px) {
    .float-sm-start {
        float: left !important;
    }
    .float-sm-end {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-grid {
        display: grid !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
    .d-sm-none {
        display: none !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-sm-0 {
        gap: 0 !important;
    }
    .gap-sm-1 {
        gap: 0.25rem !important;
    }
    .gap-sm-2 {
        gap: 0.5rem !important;
    }
    .gap-sm-3 {
        gap: 1rem !important;
    }
    .gap-sm-4 {
        gap: 1.5rem !important;
    }
    .gap-sm-5 {
        gap: 3rem !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .justify-content-sm-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
    .order-sm-first {
        order: -1 !important;
    }
    .order-sm-0 {
        order: 0 !important;
    }
    .order-sm-1 {
        order: 1 !important;
    }
    .order-sm-2 {
        order: 2 !important;
    }
    .order-sm-3 {
        order: 3 !important;
    }
    .order-sm-4 {
        order: 4 !important;
    }
    .order-sm-5 {
        order: 5 !important;
    }
    .order-sm-last {
        order: 6 !important;
    }
    .m-sm-0 {
        margin: 0 !important;
    }
    .m-sm-1 {
        margin: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mx-sm-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-sm-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-sm-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-sm-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-sm-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-sm-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-sm-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-sm-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-sm-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-sm-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-sm-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-sm-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-sm-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-sm-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-sm-0 {
        margin-top: 0 !important;
    }
    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mt-sm-3 {
        margin-top: 1rem !important;
    }
    .mt-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mt-sm-5 {
        margin-top: 3rem !important;
    }
    .mt-sm-auto {
        margin-top: auto !important;
    }
    .me-sm-0 {
        margin-right: 0 !important;
    }
    .me-sm-1 {
        margin-right: 0.25rem !important;
    }
    .me-sm-2 {
        margin-right: 0.5rem !important;
    }
    .me-sm-3 {
        margin-right: 1rem !important;
    }
    .me-sm-4 {
        margin-right: 1.5rem !important;
    }
    .me-sm-5 {
        margin-right: 3rem !important;
    }
    .me-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-0 {
        margin-bottom: 0 !important;
    }
    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-sm-3 {
        margin-bottom: 1rem !important;
    }
    .mb-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-sm-5 {
        margin-bottom: 3rem !important;
    }
    .mb-sm-auto {
        margin-bottom: auto !important;
    }
    .ms-sm-0 {
        margin-left: 0 !important;
    }
    .ms-sm-1 {
        margin-left: 0.25rem !important;
    }
    .ms-sm-2 {
        margin-left: 0.5rem !important;
    }
    .ms-sm-3 {
        margin-left: 1rem !important;
    }
    .ms-sm-4 {
        margin-left: 1.5rem !important;
    }
    .ms-sm-5 {
        margin-left: 3rem !important;
    }
    .ms-sm-auto {
        margin-left: auto !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .p-sm-1 {
        padding: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .px-sm-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-sm-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-sm-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-sm-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-sm-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-sm-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-sm-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-sm-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-sm-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-sm-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-sm-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-sm-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pt-sm-3 {
        padding-top: 1rem !important;
    }
    .pt-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pt-sm-5 {
        padding-top: 3rem !important;
    }
    .pe-sm-0 {
        padding-right: 0 !important;
    }
    .pe-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pe-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pe-sm-3 {
        padding-right: 1rem !important;
    }
    .pe-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pe-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-0 {
        padding-bottom: 0 !important;
    }
    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pb-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-sm-5 {
        padding-bottom: 3rem !important;
    }
    .ps-sm-0 {
        padding-left: 0 !important;
    }
    .ps-sm-1 {
        padding-left: 0.25rem !important;
    }
    .ps-sm-2 {
        padding-left: 0.5rem !important;
    }
    .ps-sm-3 {
        padding-left: 1rem !important;
    }
    .ps-sm-4 {
        padding-left: 1.5rem !important;
    }
    .ps-sm-5 {
        padding-left: 3rem !important;
    }
    .text-sm-start {
        text-align: left !important;
    }
    .text-sm-end {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .float-md-start {
        float: left !important;
    }
    .float-md-end {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-grid {
        display: grid !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
    .d-md-none {
        display: none !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-md-0 {
        gap: 0 !important;
    }
    .gap-md-1 {
        gap: 0.25rem !important;
    }
    .gap-md-2 {
        gap: 0.5rem !important;
    }
    .gap-md-3 {
        gap: 1rem !important;
    }
    .gap-md-4 {
        gap: 1.5rem !important;
    }
    .gap-md-5 {
        gap: 3rem !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .justify-content-md-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
    .order-md-first {
        order: -1 !important;
    }
    .order-md-0 {
        order: 0 !important;
    }
    .order-md-1 {
        order: 1 !important;
    }
    .order-md-2 {
        order: 2 !important;
    }
    .order-md-3 {
        order: 3 !important;
    }
    .order-md-4 {
        order: 4 !important;
    }
    .order-md-5 {
        order: 5 !important;
    }
    .order-md-last {
        order: 6 !important;
    }
    .m-md-0 {
        margin: 0 !important;
    }
    .m-md-1 {
        margin: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mx-md-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-md-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-md-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-md-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-md-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-md-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-md-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-md-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-md-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-md-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-md-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-md-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-md-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-md-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-md-0 {
        margin-top: 0 !important;
    }
    .mt-md-1 {
        margin-top: 0.25rem !important;
    }
    .mt-md-2 {
        margin-top: 0.5rem !important;
    }
    .mt-md-3 {
        margin-top: 1rem !important;
    }
    .mt-md-4 {
        margin-top: 1.5rem !important;
    }
    .mt-md-5 {
        margin-top: 3rem !important;
    }
    .mt-md-auto {
        margin-top: auto !important;
    }
    .me-md-0 {
        margin-right: 0 !important;
    }
    .me-md-1 {
        margin-right: 0.25rem !important;
    }
    .me-md-2 {
        margin-right: 0.5rem !important;
    }
    .me-md-3 {
        margin-right: 1rem !important;
    }
    .me-md-4 {
        margin-right: 1.5rem !important;
    }
    .me-md-5 {
        margin-right: 3rem !important;
    }
    .me-md-auto {
        margin-right: auto !important;
    }
    .mb-md-0 {
        margin-bottom: 0 !important;
    }
    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-md-3 {
        margin-bottom: 1rem !important;
    }
    .mb-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-md-5 {
        margin-bottom: 3rem !important;
    }
    .mb-md-auto {
        margin-bottom: auto !important;
    }
    .ms-md-0 {
        margin-left: 0 !important;
    }
    .ms-md-1 {
        margin-left: 0.25rem !important;
    }
    .ms-md-2 {
        margin-left: 0.5rem !important;
    }
    .ms-md-3 {
        margin-left: 1rem !important;
    }
    .ms-md-4 {
        margin-left: 1.5rem !important;
    }
    .ms-md-5 {
        margin-left: 3rem !important;
    }
    .ms-md-auto {
        margin-left: auto !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .p-md-1 {
        padding: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .px-md-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-md-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-md-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-md-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-md-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-md-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-md-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-md-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-md-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-md-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-md-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-md-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-md-0 {
        padding-top: 0 !important;
    }
    .pt-md-1 {
        padding-top: 0.25rem !important;
    }
    .pt-md-2 {
        padding-top: 0.5rem !important;
    }
    .pt-md-3 {
        padding-top: 1rem !important;
    }
    .pt-md-4 {
        padding-top: 1.5rem !important;
    }
    .pt-md-5 {
        padding-top: 3rem !important;
    }
    .pe-md-0 {
        padding-right: 0 !important;
    }
    .pe-md-1 {
        padding-right: 0.25rem !important;
    }
    .pe-md-2 {
        padding-right: 0.5rem !important;
    }
    .pe-md-3 {
        padding-right: 1rem !important;
    }
    .pe-md-4 {
        padding-right: 1.5rem !important;
    }
    .pe-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-0 {
        padding-bottom: 0 !important;
    }
    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-md-3 {
        padding-bottom: 1rem !important;
    }
    .pb-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-md-5 {
        padding-bottom: 3rem !important;
    }
    .ps-md-0 {
        padding-left: 0 !important;
    }
    .ps-md-1 {
        padding-left: 0.25rem !important;
    }
    .ps-md-2 {
        padding-left: 0.5rem !important;
    }
    .ps-md-3 {
        padding-left: 1rem !important;
    }
    .ps-md-4 {
        padding-left: 1.5rem !important;
    }
    .ps-md-5 {
        padding-left: 3rem !important;
    }
    .text-md-start {
        text-align: left !important;
    }
    .text-md-end {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .float-lg-start {
        float: left !important;
    }
    .float-lg-end {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-grid {
        display: grid !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
    .d-lg-none {
        display: none !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-lg-0 {
        gap: 0 !important;
    }
    .gap-lg-1 {
        gap: 0.25rem !important;
    }
    .gap-lg-2 {
        gap: 0.5rem !important;
    }
    .gap-lg-3 {
        gap: 1rem !important;
    }
    .gap-lg-4 {
        gap: 1.5rem !important;
    }
    .gap-lg-5 {
        gap: 3rem !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .justify-content-lg-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
    .order-lg-first {
        order: -1 !important;
    }
    .order-lg-0 {
        order: 0 !important;
    }
    .order-lg-1 {
        order: 1 !important;
    }
    .order-lg-2 {
        order: 2 !important;
    }
    .order-lg-3 {
        order: 3 !important;
    }
    .order-lg-4 {
        order: 4 !important;
    }
    .order-lg-5 {
        order: 5 !important;
    }
    .order-lg-last {
        order: 6 !important;
    }
    .m-lg-0 {
        margin: 0 !important;
    }
    .m-lg-1 {
        margin: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mx-lg-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-lg-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-lg-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-lg-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-lg-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-lg-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-lg-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-lg-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-lg-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-lg-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-lg-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-lg-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-lg-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-lg-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-lg-0 {
        margin-top: 0 !important;
    }
    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mt-lg-3 {
        margin-top: 1rem !important;
    }
    .mt-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mt-lg-5 {
        margin-top: 3rem !important;
    }
    .mt-lg-auto {
        margin-top: auto !important;
    }
    .me-lg-0 {
        margin-right: 0 !important;
    }
    .me-lg-1 {
        margin-right: 0.25rem !important;
    }
    .me-lg-2 {
        margin-right: 0.5rem !important;
    }
    .me-lg-3 {
        margin-right: 1rem !important;
    }
    .me-lg-4 {
        margin-right: 1.5rem !important;
    }
    .me-lg-5 {
        margin-right: 3rem !important;
    }
    .me-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-0 {
        margin-bottom: 0 !important;
    }
    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-lg-3 {
        margin-bottom: 1rem !important;
    }
    .mb-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-lg-5 {
        margin-bottom: 3rem !important;
    }
    .mb-lg-auto {
        margin-bottom: auto !important;
    }
    .ms-lg-0 {
        margin-left: 0 !important;
    }
    .ms-lg-1 {
        margin-left: 0.25rem !important;
    }
    .ms-lg-2 {
        margin-left: 0.5rem !important;
    }
    .ms-lg-3 {
        margin-left: 1rem !important;
    }
    .ms-lg-4 {
        margin-left: 1.5rem !important;
    }
    .ms-lg-5 {
        margin-left: 3rem !important;
    }
    .ms-lg-auto {
        margin-left: auto !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .p-lg-1 {
        padding: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .px-lg-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-lg-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-lg-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-lg-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-lg-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-lg-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-lg-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-lg-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-lg-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-lg-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-lg-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-lg-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-lg-0 {
        padding-top: 0 !important;
    }
    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pt-lg-3 {
        padding-top: 1rem !important;
    }
    .pt-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pt-lg-5 {
        padding-top: 3rem !important;
    }
    .pe-lg-0 {
        padding-right: 0 !important;
    }
    .pe-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pe-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pe-lg-3 {
        padding-right: 1rem !important;
    }
    .pe-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pe-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-0 {
        padding-bottom: 0 !important;
    }
    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pb-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-lg-5 {
        padding-bottom: 3rem !important;
    }
    .ps-lg-0 {
        padding-left: 0 !important;
    }
    .ps-lg-1 {
        padding-left: 0.25rem !important;
    }
    .ps-lg-2 {
        padding-left: 0.5rem !important;
    }
    .ps-lg-3 {
        padding-left: 1rem !important;
    }
    .ps-lg-4 {
        padding-left: 1.5rem !important;
    }
    .ps-lg-5 {
        padding-left: 3rem !important;
    }
    .text-lg-start {
        text-align: left !important;
    }
    .text-lg-end {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-start {
        float: left !important;
    }
    .float-xl-end {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-grid {
        display: grid !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
    .d-xl-none {
        display: none !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-xl-0 {
        gap: 0 !important;
    }
    .gap-xl-1 {
        gap: 0.25rem !important;
    }
    .gap-xl-2 {
        gap: 0.5rem !important;
    }
    .gap-xl-3 {
        gap: 1rem !important;
    }
    .gap-xl-4 {
        gap: 1.5rem !important;
    }
    .gap-xl-5 {
        gap: 3rem !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .justify-content-xl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
    .order-xl-first {
        order: -1 !important;
    }
    .order-xl-0 {
        order: 0 !important;
    }
    .order-xl-1 {
        order: 1 !important;
    }
    .order-xl-2 {
        order: 2 !important;
    }
    .order-xl-3 {
        order: 3 !important;
    }
    .order-xl-4 {
        order: 4 !important;
    }
    .order-xl-5 {
        order: 5 !important;
    }
    .order-xl-last {
        order: 6 !important;
    }
    .m-xl-0 {
        margin: 0 !important;
    }
    .m-xl-1 {
        margin: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mx-xl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xl-0 {
        margin-top: 0 !important;
    }
    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xl-3 {
        margin-top: 1rem !important;
    }
    .mt-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xl-5 {
        margin-top: 3rem !important;
    }
    .mt-xl-auto {
        margin-top: auto !important;
    }
    .me-xl-0 {
        margin-right: 0 !important;
    }
    .me-xl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xl-3 {
        margin-right: 1rem !important;
    }
    .me-xl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xl-5 {
        margin-right: 3rem !important;
    }
    .me-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xl-auto {
        margin-bottom: auto !important;
    }
    .ms-xl-0 {
        margin-left: 0 !important;
    }
    .ms-xl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xl-3 {
        margin-left: 1rem !important;
    }
    .ms-xl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xl-5 {
        margin-left: 3rem !important;
    }
    .ms-xl-auto {
        margin-left: auto !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .p-xl-1 {
        padding: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .px-xl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xl-0 {
        padding-top: 0 !important;
    }
    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xl-3 {
        padding-top: 1rem !important;
    }
    .pt-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xl-5 {
        padding-top: 3rem !important;
    }
    .pe-xl-0 {
        padding-right: 0 !important;
    }
    .pe-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xl-3 {
        padding-right: 1rem !important;
    }
    .pe-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xl-0 {
        padding-left: 0 !important;
    }
    .ps-xl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xl-3 {
        padding-left: 1rem !important;
    }
    .ps-xl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xl-5 {
        padding-left: 3rem !important;
    }
    .text-xl-start {
        text-align: left !important;
    }
    .text-xl-end {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}

@media (min-width: 1440) {
    .float-xxl-start {
        float: left !important;
    }
    .float-xxl-end {
        float: right !important;
    }
    .float-xxl-none {
        float: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-grid {
        display: grid !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
    .d-xxl-none {
        display: none !important;
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxl-row {
        flex-direction: row !important;
    }
    .flex-xxl-column {
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .gap-xxl-0 {
        gap: 0 !important;
    }
    .gap-xxl-1 {
        gap: 0.25rem !important;
    }
    .gap-xxl-2 {
        gap: 0.5rem !important;
    }
    .gap-xxl-3 {
        gap: 1rem !important;
    }
    .gap-xxl-4 {
        gap: 1.5rem !important;
    }
    .gap-xxl-5 {
        gap: 3rem !important;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .justify-content-xxl-evenly {
        justify-content: space-evenly !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        align-content: center !important;
    }
    .align-content-xxl-between {
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
    .order-xxl-first {
        order: -1 !important;
    }
    .order-xxl-0 {
        order: 0 !important;
    }
    .order-xxl-1 {
        order: 1 !important;
    }
    .order-xxl-2 {
        order: 2 !important;
    }
    .order-xxl-3 {
        order: 3 !important;
    }
    .order-xxl-4 {
        order: 4 !important;
    }
    .order-xxl-5 {
        order: 5 !important;
    }
    .order-xxl-last {
        order: 6 !important;
    }
    .m-xxl-0 {
        margin: 0 !important;
    }
    .m-xxl-1 {
        margin: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .m-xxl-auto {
        margin: auto !important;
    }
    .mx-xxl-0 {
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
        margin-left: 0.25rem !important;
    }
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
    .mx-xxl-3 {
        margin-right: 1rem !important;
        margin-left: 1rem !important;
    }
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
    .mx-xxl-5 {
        margin-right: 3rem !important;
        margin-left: 3rem !important;
    }
    .mx-xxl-auto {
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .my-xxl-0 {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    .my-xxl-1 {
        margin-top: 0.25rem !important;
        margin-bottom: 0.25rem !important;
    }
    .my-xxl-2 {
        margin-top: 0.5rem !important;
        margin-bottom: 0.5rem !important;
    }
    .my-xxl-3 {
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
    }
    .my-xxl-4 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .my-xxl-5 {
        margin-top: 3rem !important;
        margin-bottom: 3rem !important;
    }
    .my-xxl-auto {
        margin-top: auto !important;
        margin-bottom: auto !important;
    }
    .mt-xxl-0 {
        margin-top: 0 !important;
    }
    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mt-xxl-3 {
        margin-top: 1rem !important;
    }
    .mt-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mt-xxl-5 {
        margin-top: 3rem !important;
    }
    .mt-xxl-auto {
        margin-top: auto !important;
    }
    .me-xxl-0 {
        margin-right: 0 !important;
    }
    .me-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .me-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .me-xxl-3 {
        margin-right: 1rem !important;
    }
    .me-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .me-xxl-5 {
        margin-right: 3rem !important;
    }
    .me-xxl-auto {
        margin-right: auto !important;
    }
    .mb-xxl-0 {
        margin-bottom: 0 !important;
    }
    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .mb-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .mb-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .mb-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .mb-xxl-auto {
        margin-bottom: auto !important;
    }
    .ms-xxl-0 {
        margin-left: 0 !important;
    }
    .ms-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .ms-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .ms-xxl-3 {
        margin-left: 1rem !important;
    }
    .ms-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .ms-xxl-5 {
        margin-left: 3rem !important;
    }
    .ms-xxl-auto {
        margin-left: auto !important;
    }
    .p-xxl-0 {
        padding: 0 !important;
    }
    .p-xxl-1 {
        padding: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .px-xxl-0 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }
    .px-xxl-1 {
        padding-right: 0.25rem !important;
        padding-left: 0.25rem !important;
    }
    .px-xxl-2 {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
    .px-xxl-3 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .px-xxl-4 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
    .px-xxl-5 {
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }
    .py-xxl-0 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .py-xxl-1 {
        padding-top: 0.25rem !important;
        padding-bottom: 0.25rem !important;
    }
    .py-xxl-2 {
        padding-top: 0.5rem !important;
        padding-bottom: 0.5rem !important;
    }
    .py-xxl-3 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .py-xxl-4 {
        padding-top: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }
    .py-xxl-5 {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
    .pt-xxl-0 {
        padding-top: 0 !important;
    }
    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pt-xxl-3 {
        padding-top: 1rem !important;
    }
    .pt-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pt-xxl-5 {
        padding-top: 3rem !important;
    }
    .pe-xxl-0 {
        padding-right: 0 !important;
    }
    .pe-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pe-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pe-xxl-3 {
        padding-right: 1rem !important;
    }
    .pe-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pe-xxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxl-0 {
        padding-bottom: 0 !important;
    }
    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pb-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pb-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pb-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .ps-xxl-0 {
        padding-left: 0 !important;
    }
    .ps-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .ps-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .ps-xxl-3 {
        padding-left: 1rem !important;
    }
    .ps-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .ps-xxl-5 {
        padding-left: 3rem !important;
    }
    .text-xxl-start {
        text-align: left !important;
    }
    .text-xxl-end {
        text-align: right !important;
    }
    .text-xxl-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .fs-1 {
        font-size: 3.375rem !important;
    }
    .fs-2 {
        font-size: 2.375rem !important;
    }
    .fs-3 {
        font-size: 2rem !important;
    }
    .fs-4 {
        font-size: 1.5625rem !important;
    }
}

@media print {
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-grid {
        display: grid !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
    .d-print-none {
        display: none !important;
    }
}

* {
    outline: none;
    padding: 0;
}

*::after {
    margin: 0;
    padding: 0;
}

*::before {
    margin: 0;
    padding: 0;
}

::selection {
    color: #fff;
    background: var(--primary);
}

body {
    line-height: 1.6;
    color: #5e5e5e;
    font-size: 16px;
    background-color: #f9f9f9;
}

body.fixed {
    overflow: hidden;
    position: fixed;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
    color: #070120;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #070120;
}

ul {
    padding: 0;
    margin: 0;
}

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

li {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
    color: var(--primary);
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

a:hover,
a:focus,
a.active {
    text-decoration: none;
    outline: none;
    color: var(--primary-hover);
}

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

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

b,
strong,
.strong {
    font-weight: 500;
    color: #000;
}

.h-0 {
    height: 0;
}

#main-wrapper {
    opacity: 0;
    transition: all 0.25s ease-in;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-top: 60px;
}

#main-wrapper.show {
    opacity: 1;
}

.content-body {
    margin-left: 65px;
    margin-top: 18px;
    margin-right: 6px;
    margin-bottom: 45px;
}

@media only screen and (max-width: 1199px) {
    h4,
    .h4,
    .h4 {
        font-size: 1.25rem;
    }
}

@media only screen and (max-width: 1199px) {
    h3,
    .h3,
    .h3 {
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 1199px) {
    h2,
    .h2,
    .h2 {
        font-size: 1.75rem;
    }
}

.bg-gray {
    background-color: #f8f5ff;
}

button.scroltop {
    box-shadow: -4px 4px 24px -10px var(--primary) !important;
    background: var(--primary);
    border-color: var(--primary);
    border-radius: 4px;
    border-style: solid;
    border-width: 0;
    bottom: 15px;
    color: #fff;
    cursor: pointer;
    display: none;
    height: 50px;
    line-height: 50px;
    margin: 0;
    position: fixed;
    right: 15px;
    text-align: center;
    width: 50px;
    z-index: 999;
    box-shadow: -4px 4px 24px -10px;
    transition: all .8s;
    -moz-transition: all .8s;
    -webkit-transition: all .8s;
    -ms-transition: all .8s;
    -o-transition: all .8s;
}

@media only screen and (max-width: 575px) {
    button.scroltop {
        height: 40px;
        line-height: 40px;
        width: 40px;
        font-size: 14px;
    }
}

#pointer-dot {
    left: -6px;
    top: -6px;
    width: 12px;
    height: 12px;
    position: fixed;
    border-radius: 10px;
    z-index: 999998;
    pointer-events: none;
    transition: border-color 0.5s;
    background: var(--primary);
}

#pointer-ring {
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    display: block;
    position: fixed;
    border-radius: 100px;
    z-index: 999999;
    pointer-events: none;
    transition: width 0.3s, height 0.3s;
    background-color: var(--primary);
    opacity: 0.1;
}

#pointer-ring.active {
    width: 50px;
    height: 50px;
    opacity: 0.1;
}

#pointer-ring.active+#pointer-dot {
    opacity: 0;
}

#loading-area {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999999;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80px;
    background-color: #fff;
}

#loading-area.loading-01 {
    background-color: #f4f2ff;
    background-image: url(../images/loading-01.svg);
}

#loading-area.loading-02 {
    background-color: #fef9f2;
    background-image: url(../images/loading-02.svg);
    background-size: 60px;
}

#loading-area.loading-03 {
    background-color: #f8eef2;
    background-image: url(../images/loading-03.svg);
    background-size: 60px;
}

#loading-area.loading-04 {
    display: flex;
    justify-content: center;
    align-items: center;
}

#loading-area.loading-04 .loading-inner {
    width: 130px;
    height: 130px;
    margin: 0 auto;
    position: relative;
}

#loading-area.loading-04 .loading-inner .dot,
#loading-area.loading-04 .loading-inner .dot2 {
    background: var(--secondary);
    border-radius: 50%;
    position: absolute;
}

#loading-area.loading-04 .loading-inner .dot {
    width: 18px;
    height: 18px;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left: 50%;
    animation: dzPreLoaderCircle1 2.5s 0s infinite both;
}

#loading-area.loading-04 .loading-inner .dot2 {
    width: 20px;
    height: 20px;
    transform: translateX(-50%) translateY(-50%);
    left: 50%;
    top: 50%;
    animation: dzPreLoaderCircle2 2.5s 0s infinite both;
}

#loading-area.loading-05 {
    background-color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

#loading-area.loading-05 .filter {
    position: absolute;
    visibility: hidden;
}

#loading-area.loading-05 .dots {
    filter: url(style.css#gooeyness);
    padding: 30px;
}

#loading-area.loading-05 .dot {
    background: white;
    border-radius: 50%;
    display: inline-block;
    margin-right: 20px;
    width: 32px;
    height: 32px;
}

#loading-area.loading-05 .dot:first-child {
    animation: FirstDot 3s infinite;
}

#loading-area.loading-05 .dot:nth-child(2) {
    animation: SecondDot 3s infinite;
}

#loading-area.loading-05 .dot:nth-child(3) {
    animation: ThirdDot 3s infinite;
}

#loading-area.loading-05 .dot:nth-child(4) {
    animation: FourthDot 3s infinite;
}

#loading-area.loading-05 .dot:nth-child(5) {
    animation: FifthDot 3s infinite;
}

@keyframes spin {
    0% {
        transform: rotate(360deg);
    }
}

@keyframes dzPreLoaderCircle1 {
    0%,
    100% {
        box-shadow: 0 0 0 var(--primary), 0 0 0 var(--primary), 0 0 0 var(--primary), 0 0 0 var(--primary), 0 0 0 var(--primary), 0 0 0 var(--primary), 0 0 0 var(--primary), 0 0 0 var(--primary);
    }
    50% {
        transform: translateX(-50%) translateY(-50%) rotate(180deg);
    }
    25%,
    75% {
        box-shadow: 28px 0 0 var(--primary), -28px 0 0 var(--primary), 0 28px 0 var(--primary), 0 -28px 0 var(--primary), 20px -20px 0 var(--primary), 20px 20px 0 var(--primary), -20px -20px 0 var(--primary), -20px 20px 0 var(--primary);
    }
    100% {
        transform: translateX(-50%) translateY(-50%) rotate(360deg);
        box-shadow: 0 0 0 var(--primary), 0 0 0 var(--primary), 0 0 0 var(--primary), 0 0 0 var(--primary), 0 0 0 var(--primary), 0 0 0 var(--primary), 0 0 0 var(--primary), 0 0 0 var(--primary);
    }
}

@keyframes dzPreLoaderCircle2 {
    0%,
    100% {
        box-shadow: 0 0 0 var(--secondary), 0 0 0 var(--secondary), 0 0 0 var(--secondary), 0 0 0 var(--secondary), 0 0 0 var(--secondary), 0 0 0 var(--secondary), 0 0 0 var(--secondary), 0 0 0 var(--secondary);
    }
    50% {
        transform: translateX(-50%) translateY(-50%) rotate(-180deg);
    }
    25%,
    75% {
        box-shadow: 52px 0 0 var(--secondary), -52px 0 0 var(--secondary), 0 52px 0 var(--secondary), 0 -52px 0 var(--secondary), 38px -38px 0 var(--secondary), 38px 38px 0 var(--secondary), -38px -38px 0 var(--secondary), -38px 38px 0 var(--secondary);
        background: transparent;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) rotate(-360deg);
        box-shadow: 0 0 0 var(--secondary), 0 0 0 var(--secondary), 0 0 0 var(--secondary), 0 0 0 var(--secondary), 0 0 0 var(--secondary), 0 0 0 var(--secondary), 0 0 0 var(--secondary), 0 0 0 var(--secondary);
    }
}

@keyframes FirstDot {
    0% {
        transform: scale(1) translateX(0);
    }
    25% {
        transform: scale(2.5) translateX(0);
    }
    50% {
        transform: scale(1) translateX(0);
    }
    83% {
        transform: scale(1) translateX(240px);
    }
    100% {
        transform: scale(1) translateX(0);
    }
}

@keyframes SecondDot {
    0% {
        transform: translateX(0px);
    }
    27% {
        transform: translateX(-40px);
    }
    50% {
        transform: translateX(0px);
    }
    81% {
        transform: translateX(180px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes ThirdDot {
    0% {
        transform: translateX(0px);
    }
    29% {
        transform: translateX(-100px);
    }
    50% {
        transform: translateX(0px);
    }
    79% {
        transform: translateX(120px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes FourthDot {
    0% {
        transform: translateX(0px);
    }
    31% {
        transform: translateX(-160px);
    }
    50% {
        transform: translateX(0px);
    }
    77% {
        transform: translateX(60px);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes FifthDot {
    0% {
        transform: scale(1) translateX(0);
    }
    33% {
        transform: scale(1) translateX(-220px);
    }
    50% {
        transform: scale(1) translateX(0);
    }
    75% {
        transform: scale(2.5) translateX(0);
    }
    100% {
        transform: scale(1) translateX(0);
    }
}

.font-10 {
    font-size: 10px;
}

.font-12 {
    font-size: 12px;
}

.font-13 {
    font-size: 13px;
}

.font-14 {
    font-size: 14px;
}

.font-15 {
    font-size: 15px;
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

.font-20 {
    font-size: 20px;
}

.font-22 {
    font-size: 22px;
}

.font-24 {
    font-size: 24px;
}

.font-26 {
    font-size: 26px;
}

.font-30 {
    font-size: 30px;
}

.font-35 {
    font-size: 35px;
}

.font-40 {
    font-size: 40px;
}

.font-45 {
    font-size: 45px;
}

.font-50 {
    font-size: 50px;
}

.font-55 {
    font-size: 55px;
}

.font-60 {
    font-size: 60px;
}

.font-70 {
    font-size: 70px;
}

.font-75 {
    font-size: 75px;
}

.font-80 {
    font-size: 80px;
}

.font-90 {
    font-size: 90px;
}

.font-100 {
    font-size: 100px;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}

.p-a0 {
    padding: 0;
}

.m-auto {
    margin: auto;
}

.m-a0 {
    margin: 0;
}

.p-a0 {
    padding: 0px;
}

.p-t0 {
    padding-top: 0px;
}

.p-b0 {
    padding-bottom: 0px;
}

.p-l0 {
    padding-left: 0px;
}

.p-r0 {
    padding-right: 0px;
}

.p-lr0 {
    padding-left: 0px;
    padding-right: 0px;
}

.p-tb0 {
    padding-bottom: 0px;
    padding-top: 0px;
}

.m-a0 {
    margin: 0px;
}

.m-t0 {
    margin-top: 0px;
}

.m-b0 {
    margin-bottom: 0px;
}

.m-l0 {
    margin-left: 0px;
}

.m-r0 {
    margin-right: 0px;
}

.m-lr0 {
    margin-left: 0px;
    margin-right: 0px;
}

.m-tb0 {
    margin-bottom: 0px;
    margin-top: 0px;
}

.p-a5 {
    padding: 5px;
}

.p-t5 {
    padding-top: 5px;
}

.p-b5 {
    padding-bottom: 5px;
}

.p-l5 {
    padding-left: 5px;
}

.p-r5 {
    padding-right: 5px;
}

.p-lr5 {
    padding-left: 5px;
    padding-right: 5px;
}

.p-tb5 {
    padding-bottom: 5px;
    padding-top: 5px;
}

.m-a5 {
    margin: 5px;
}

.m-t5 {
    margin-top: 5px;
}

.m-b5 {
    margin-bottom: 5px;
}

.m-l5 {
    margin-left: 5px;
}

.m-r5 {
    margin-right: 5px;
}

.m-lr5 {
    margin-left: 5px;
    margin-right: 5px;
}

.m-tb5 {
    margin-bottom: 5px;
    margin-top: 5px;
}

.p-a10 {
    padding: 10px;
}

.p-t10 {
    padding-top: 10px;
}

.p-b10 {
    padding-bottom: 10px;
}

.p-l10 {
    padding-left: 10px;
}

.p-r10 {
    padding-right: 10px;
}

.p-lr10 {
    padding-left: 10px;
    padding-right: 10px;
}

.p-tb10 {
    padding-bottom: 10px;
    padding-top: 10px;
}

.m-a10 {
    margin: 10px;
}

.m-t10 {
    margin-top: 10px;
}

.m-b10 {
    margin-bottom: 10px;
}

.m-l10 {
    margin-left: 10px;
}

.m-r10 {
    margin-right: 10px;
}

.m-lr10 {
    margin-left: 10px;
    margin-right: 10px;
}

.m-tb10 {
    margin-bottom: 10px;
    margin-top: 10px;
}

.p-a15 {
    padding: 15px;
}

.p-t15 {
    padding-top: 15px;
}

.p-b15 {
    padding-bottom: 15px;
}

.p-l15 {
    padding-left: 15px;
}

.p-r15 {
    padding-right: 15px;
}

.p-lr15 {
    padding-left: 15px;
    padding-right: 15px;
}

.p-tb15 {
    padding-bottom: 15px;
    padding-top: 15px;
}

.m-a15 {
    margin: 15px;
}

.m-t15 {
    margin-top: 15px;
}

.m-b15 {
    margin-bottom: 15px;
}

.m-l15 {
    margin-left: 15px;
}

.m-r15 {
    margin-right: 15px;
}

.m-lr15 {
    margin-left: 15px;
    margin-right: 15px;
}

.m-tb15 {
    margin-bottom: 15px;
    margin-top: 15px;
}

.p-a20 {
    padding: 20px;
}

.p-t20 {
    padding-top: 20px;
}

.p-b20 {
    padding-bottom: 20px;
}

.p-l20 {
    padding-left: 20px;
}

.p-r20 {
    padding-right: 20px;
}

.p-lr20 {
    padding-left: 20px;
    padding-right: 20px;
}

.p-tb20 {
    padding-bottom: 20px;
    padding-top: 20px;
}

.m-a20 {
    margin: 20px;
}

.m-t20 {
    margin-top: 20px;
}

.m-b20 {
    margin-bottom: 20px;
}

.m-l20 {
    margin-left: 20px;
}

.m-r20 {
    margin-right: 20px;
}

.m-lr20 {
    margin-left: 20px;
    margin-right: 20px;
}

.m-tb20 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.p-a25 {
    padding: 25px;
}

.p-t25 {
    padding-top: 25px;
}

.p-b25 {
    padding-bottom: 25px;
}

.p-l25 {
    padding-left: 25px;
}

.p-r25 {
    padding-right: 25px;
}

.p-lr25 {
    padding-left: 25px;
    padding-right: 25px;
}

.p-tb25 {
    padding-bottom: 25px;
    padding-top: 25px;
}

.m-a25 {
    margin: 25px;
}

.m-t25 {
    margin-top: 25px;
}

.m-b25 {
    margin-bottom: 25px;
}

.m-l25 {
    margin-left: 25px;
}

.m-r25 {
    margin-right: 25px;
}

.m-lr25 {
    margin-left: 25px;
    margin-right: 25px;
}

.m-tb25 {
    margin-bottom: 25px;
    margin-top: 25px;
}

.p-a30 {
    padding: 30px;
}

.p-t30 {
    padding-top: 30px;
}

.p-b30 {
    padding-bottom: 30px;
}

.p-l30 {
    padding-left: 30px;
}

.p-r30 {
    padding-right: 30px;
}

.p-lr30 {
    padding-left: 30px;
    padding-right: 30px;
}

.p-tb30 {
    padding-bottom: 30px;
    padding-top: 30px;
}

.m-a30 {
    margin: 30px;
}

.m-t30 {
    margin-top: 30px;
}

.m-b30 {
    margin-bottom: 30px;
}

.m-l30 {
    margin-left: 30px;
}

.m-r30 {
    margin-right: 30px;
}

.m-lr30 {
    margin-left: 30px;
    margin-right: 30px;
}

.m-tb30 {
    margin-bottom: 30px;
    margin-top: 30px;
}

.p-a35 {
    padding: 35px;
}

.p-t35 {
    padding-top: 35px;
}

.p-b35 {
    padding-bottom: 35px;
}

.p-l35 {
    padding-left: 35px;
}

.p-r35 {
    padding-right: 35px;
}

.p-lr35 {
    padding-left: 35px;
    padding-right: 35px;
}

.p-tb35 {
    padding-bottom: 35px;
    padding-top: 35px;
}

.m-a35 {
    margin: 35px;
}

.m-t35 {
    margin-top: 35px;
}

.m-b35 {
    margin-bottom: 35px;
}

.m-l35 {
    margin-left: 35px;
}

.m-r35 {
    margin-right: 35px;
}

.m-lr35 {
    margin-left: 35px;
    margin-right: 35px;
}

.m-tb35 {
    margin-bottom: 35px;
    margin-top: 35px;
}

.p-a40 {
    padding: 40px;
}

.p-t40 {
    padding-top: 40px;
}

.p-b40 {
    padding-bottom: 40px;
}

.p-l40 {
    padding-left: 40px;
}

.p-r40 {
    padding-right: 40px;
}

.p-lr40 {
    padding-left: 40px;
    padding-right: 40px;
}

.p-tb40 {
    padding-bottom: 40px;
    padding-top: 40px;
}

.m-a40 {
    margin: 40px;
}

.m-t40 {
    margin-top: 40px;
}

.m-b40 {
    margin-bottom: 40px;
}

.m-l40 {
    margin-left: 40px;
}

.m-r40 {
    margin-right: 40px;
}

.m-lr40 {
    margin-left: 40px;
    margin-right: 40px;
}

.m-tb40 {
    margin-bottom: 40px;
    margin-top: 40px;
}

.p-a45 {
    padding: 45px;
}

.p-t45 {
    padding-top: 45px;
}

.p-b45 {
    padding-bottom: 45px;
}

.p-l45 {
    padding-left: 45px;
}

.p-r45 {
    padding-right: 45px;
}

.p-lr45 {
    padding-left: 45px;
    padding-right: 45px;
}

.p-tb45 {
    padding-bottom: 45px;
    padding-top: 45px;
}

.m-a45 {
    margin: 45px;
}

.m-t45 {
    margin-top: 45px;
}

.m-b45 {
    margin-bottom: 45px;
}

.m-l45 {
    margin-left: 45px;
}

.m-r45 {
    margin-right: 45px;
}

.m-lr45 {
    margin-left: 45px;
    margin-right: 45px;
}

.m-tb45 {
    margin-bottom: 45px;
    margin-top: 45px;
}

.p-a50 {
    padding: 50px;
}

.p-t50 {
    padding-top: 50px;
}

.p-b50 {
    padding-bottom: 50px;
}

.p-l50 {
    padding-left: 50px;
}

.p-r50 {
    padding-right: 50px;
}

.p-lr50 {
    padding-left: 50px;
    padding-right: 50px;
}

.p-tb50 {
    padding-bottom: 50px;
    padding-top: 50px;
}

.m-a50 {
    margin: 50px;
}

.m-t50 {
    margin-top: 50px;
}

.m-b50 {
    margin-bottom: 50px;
}

.m-l50 {
    margin-left: 50px;
}

.m-r50 {
    margin-right: 50px;
}

.m-lr50 {
    margin-left: 50px;
    margin-right: 50px;
}

.m-tb50 {
    margin-bottom: 50px;
    margin-top: 50px;
}

.p-a55 {
    padding: 55px;
}

.p-t55 {
    padding-top: 55px;
}

.p-b55 {
    padding-bottom: 55px;
}

.p-l55 {
    padding-left: 55px;
}

.p-r55 {
    padding-right: 55px;
}

.p-lr55 {
    padding-left: 55px;
    padding-right: 55px;
}

.p-tb55 {
    padding-bottom: 55px;
    padding-top: 55px;
}

.m-a55 {
    margin: 55px;
}

.m-t55 {
    margin-top: 55px;
}

.m-b55 {
    margin-bottom: 55px;
}

.m-l55 {
    margin-left: 55px;
}

.m-r55 {
    margin-right: 55px;
}

.m-lr55 {
    margin-left: 55px;
    margin-right: 55px;
}

.m-tb55 {
    margin-bottom: 55px;
    margin-top: 55px;
}

.p-a60 {
    padding: 60px;
}

.p-t60 {
    padding-top: 60px;
}

.p-b60 {
    padding-bottom: 60px;
}

.p-l60 {
    padding-left: 60px;
}

.p-r60 {
    padding-right: 60px;
}

.p-lr60 {
    padding-left: 60px;
    padding-right: 60px;
}

.p-tb60 {
    padding-bottom: 60px;
    padding-top: 60px;
}

.m-a60 {
    margin: 60px;
}

.m-t60 {
    margin-top: 60px;
}

.m-b60 {
    margin-bottom: 60px;
}

.m-l60 {
    margin-left: 60px;
}

.m-r60 {
    margin-right: 60px;
}

.m-lr60 {
    margin-left: 60px;
    margin-right: 60px;
}

.m-tb60 {
    margin-bottom: 60px;
    margin-top: 60px;
}

.p-a65 {
    padding: 65px;
}

.p-t65 {
    padding-top: 65px;
}

.p-b65 {
    padding-bottom: 65px;
}

.p-l65 {
    padding-left: 65px;
}

.p-r65 {
    padding-right: 65px;
}

.p-lr65 {
    padding-left: 65px;
    padding-right: 65px;
}

.p-tb65 {
    padding-bottom: 65px;
    padding-top: 65px;
}

.m-a65 {
    margin: 65px;
}

.m-t65 {
    margin-top: 65px;
}

.m-b65 {
    margin-bottom: 65px;
}

.m-l65 {
    margin-left: 65px;
}

.m-r65 {
    margin-right: 65px;
}

.m-lr65 {
    margin-left: 65px;
    margin-right: 65px;
}

.m-tb65 {
    margin-bottom: 65px;
    margin-top: 65px;
}

.p-a70 {
    padding: 70px;
}

.p-t70 {
    padding-top: 70px;
}

.p-b70 {
    padding-bottom: 70px;
}

.p-l70 {
    padding-left: 70px;
}

.p-r70 {
    padding-right: 70px;
}

.p-lr70 {
    padding-left: 70px;
    padding-right: 70px;
}

.p-tb70 {
    padding-bottom: 70px;
    padding-top: 70px;
}

.m-a70 {
    margin: 70px;
}

.m-t70 {
    margin-top: 70px;
}

.m-b70 {
    margin-bottom: 70px;
}

.m-l70 {
    margin-left: 70px;
}

.m-r70 {
    margin-right: 70px;
}

.m-lr70 {
    margin-left: 70px;
    margin-right: 70px;
}

.m-tb70 {
    margin-bottom: 70px;
    margin-top: 70px;
}

.p-a75 {
    padding: 75px;
}

.p-t75 {
    padding-top: 75px;
}

.p-b75 {
    padding-bottom: 75px;
}

.p-l75 {
    padding-left: 75px;
}

.p-r75 {
    padding-right: 75px;
}

.p-lr75 {
    padding-left: 75px;
    padding-right: 75px;
}

.p-tb75 {
    padding-bottom: 75px;
    padding-top: 75px;
}

.m-a75 {
    margin: 75px;
}

.m-t75 {
    margin-top: 75px;
}

.m-b75 {
    margin-bottom: 75px;
}

.m-l75 {
    margin-left: 75px;
}

.m-r75 {
    margin-right: 75px;
}

.m-lr75 {
    margin-left: 75px;
    margin-right: 75px;
}

.m-tb75 {
    margin-bottom: 75px;
    margin-top: 75px;
}

.p-a80 {
    padding: 80px;
}

.p-t80 {
    padding-top: 80px;
}

.p-b80 {
    padding-bottom: 80px;
}

.p-l80 {
    padding-left: 80px;
}

.p-r80 {
    padding-right: 80px;
}

.p-lr80 {
    padding-left: 80px;
    padding-right: 80px;
}

.p-tb80 {
    padding-bottom: 80px;
    padding-top: 80px;
}

.m-a80 {
    margin: 80px;
}

.m-t80 {
    margin-top: 80px;
}

.m-b80 {
    margin-bottom: 80px;
}

.m-l80 {
    margin-left: 80px;
}

.m-r80 {
    margin-right: 80px;
}

.m-lr80 {
    margin-left: 80px;
    margin-right: 80px;
}

.m-tb80 {
    margin-bottom: 80px;
    margin-top: 80px;
}

.p-a85 {
    padding: 85px;
}

.p-t85 {
    padding-top: 85px;
}

.p-b85 {
    padding-bottom: 85px;
}

.p-l85 {
    padding-left: 85px;
}

.p-r85 {
    padding-right: 85px;
}

.p-lr85 {
    padding-left: 85px;
    padding-right: 85px;
}

.p-tb85 {
    padding-bottom: 85px;
    padding-top: 85px;
}

.m-a85 {
    margin: 85px;
}

.m-t85 {
    margin-top: 85px;
}

.m-b85 {
    margin-bottom: 85px;
}

.m-l85 {
    margin-left: 85px;
}

.m-r85 {
    margin-right: 85px;
}

.m-lr85 {
    margin-left: 85px;
    margin-right: 85px;
}

.m-tb85 {
    margin-bottom: 85px;
    margin-top: 85px;
}

.p-a90 {
    padding: 90px;
}

.p-t90 {
    padding-top: 90px;
}

.p-b90 {
    padding-bottom: 90px;
}

.p-l90 {
    padding-left: 90px;
}

.p-r90 {
    padding-right: 90px;
}

.p-lr90 {
    padding-left: 90px;
    padding-right: 90px;
}

.p-tb90 {
    padding-bottom: 90px;
    padding-top: 90px;
}

.m-a90 {
    margin: 90px;
}

.m-t90 {
    margin-top: 90px;
}

.m-b90 {
    margin-bottom: 90px;
}

.m-l90 {
    margin-left: 90px;
}

.m-r90 {
    margin-right: 90px;
}

.m-lr90 {
    margin-left: 90px;
    margin-right: 90px;
}

.m-tb90 {
    margin-bottom: 90px;
    margin-top: 90px;
}

.p-a95 {
    padding: 95px;
}

.p-t95 {
    padding-top: 95px;
}

.p-b95 {
    padding-bottom: 95px;
}

.p-l95 {
    padding-left: 95px;
}

.p-r95 {
    padding-right: 95px;
}

.p-lr95 {
    padding-left: 95px;
    padding-right: 95px;
}

.p-tb95 {
    padding-bottom: 95px;
    padding-top: 95px;
}

.m-a95 {
    margin: 95px;
}

.m-t95 {
    margin-top: 95px;
}

.m-b95 {
    margin-bottom: 95px;
}

.m-l95 {
    margin-left: 95px;
}

.m-r95 {
    margin-right: 95px;
}

.m-lr95 {
    margin-left: 95px;
    margin-right: 95px;
}

.m-tb95 {
    margin-bottom: 95px;
    margin-top: 95px;
}

.p-a100 {
    padding: 100px;
}

.p-t100 {
    padding-top: 100px;
}

.p-b100 {
    padding-bottom: 100px;
}

.p-l100 {
    padding-left: 100px;
}

.p-r100 {
    padding-right: 100px;
}

.p-lr100 {
    padding-left: 100px;
    padding-right: 100px;
}

.p-tb100 {
    padding-bottom: 100px;
    padding-top: 100px;
}

.m-a100 {
    margin: 100px;
}

.m-t100 {
    margin-top: 100px;
}

.m-b100 {
    margin-bottom: 100px;
}

.m-l100 {
    margin-left: 100px;
}

.m-r100 {
    margin-right: 100px;
}

.m-lr100 {
    margin-left: 100px;
    margin-right: 100px;
}

.m-tb100 {
    margin-bottom: 100px;
    margin-top: 100px;
}

@media only screen and (max-width: 1200px) {
    .m-lg-t0 {
        margin-top: 0px;
    }
    .m-lg-b0 {
        margin-bottom: 0px;
    }
    .m-lg-t5 {
        margin-top: 5px;
    }
    .m-lg-b5 {
        margin-bottom: 5px;
    }
    .m-lg-t10 {
        margin-top: 10px;
    }
    .m-lg-b10 {
        margin-bottom: 10px;
    }
    .m-lg-t15 {
        margin-top: 15px;
    }
    .m-lg-b15 {
        margin-bottom: 15px;
    }
    .m-lg-t20 {
        margin-top: 20px;
    }
    .m-lg-b20 {
        margin-bottom: 20px;
    }
    .m-lg-t25 {
        margin-top: 25px;
    }
    .m-lg-b25 {
        margin-bottom: 25px;
    }
    .m-lg-t30 {
        margin-top: 30px;
    }
    .m-lg-b30 {
        margin-bottom: 30px;
    }
    .m-lg-t35 {
        margin-top: 35px;
    }
    .m-lg-b35 {
        margin-bottom: 35px;
    }
    .m-lg-t40 {
        margin-top: 40px;
    }
    .m-lg-b40 {
        margin-bottom: 40px;
    }
    .m-lg-t45 {
        margin-top: 45px;
    }
    .m-lg-b45 {
        margin-bottom: 45px;
    }
    .m-lg-t50 {
        margin-top: 50px;
    }
    .m-lg-b50 {
        margin-bottom: 50px;
    }
    .m-lg-t55 {
        margin-top: 55px;
    }
    .m-lg-b55 {
        margin-bottom: 55px;
    }
    .m-lg-t60 {
        margin-top: 60px;
    }
    .m-lg-b60 {
        margin-bottom: 60px;
    }
    .m-lg-t65 {
        margin-top: 65px;
    }
    .m-lg-b65 {
        margin-bottom: 65px;
    }
    .m-lg-t70 {
        margin-top: 70px;
    }
    .m-lg-b70 {
        margin-bottom: 70px;
    }
    .m-lg-t75 {
        margin-top: 75px;
    }
    .m-lg-b75 {
        margin-bottom: 75px;
    }
    .m-lg-t80 {
        margin-top: 80px;
    }
    .m-lg-b80 {
        margin-bottom: 80px;
    }
    .m-lg-t85 {
        margin-top: 85px;
    }
    .m-lg-b85 {
        margin-bottom: 85px;
    }
    .m-lg-t90 {
        margin-top: 90px;
    }
    .m-lg-b90 {
        margin-bottom: 90px;
    }
    .m-lg-t95 {
        margin-top: 95px;
    }
    .m-lg-b95 {
        margin-bottom: 95px;
    }
    .m-lg-t100 {
        margin-top: 100px;
    }
    .m-lg-b100 {
        margin-bottom: 100px;
    }
    .m-lg-r0 {
        margin-right: 0;
    }
    .m-lg-l0 {
        margin-left: 0;
    }
}

@media only screen and (max-width: 991px) {
    .m-md-t0 {
        margin-top: 0px;
    }
    .m-md-b0 {
        margin-bottom: 0px;
    }
    .m-md-t5 {
        margin-top: 5px;
    }
    .m-md-b5 {
        margin-bottom: 5px;
    }
    .m-md-t10 {
        margin-top: 10px;
    }
    .m-md-b10 {
        margin-bottom: 10px;
    }
    .m-md-t15 {
        margin-top: 15px;
    }
    .m-md-b15 {
        margin-bottom: 15px;
    }
    .m-md-t20 {
        margin-top: 20px;
    }
    .m-md-b20 {
        margin-bottom: 20px;
    }
    .m-md-t25 {
        margin-top: 25px;
    }
    .m-md-b25 {
        margin-bottom: 25px;
    }
    .m-md-t30 {
        margin-top: 30px;
    }
    .m-md-b30 {
        margin-bottom: 30px;
    }
    .m-md-t35 {
        margin-top: 35px;
    }
    .m-md-b35 {
        margin-bottom: 35px;
    }
    .m-md-t40 {
        margin-top: 40px;
    }
    .m-md-b40 {
        margin-bottom: 40px;
    }
    .m-md-t45 {
        margin-top: 45px;
    }
    .m-md-b45 {
        margin-bottom: 45px;
    }
    .m-md-t50 {
        margin-top: 50px;
    }
    .m-md-b50 {
        margin-bottom: 50px;
    }
    .m-md-t55 {
        margin-top: 55px;
    }
    .m-md-b55 {
        margin-bottom: 55px;
    }
    .m-md-t60 {
        margin-top: 60px;
    }
    .m-md-b60 {
        margin-bottom: 60px;
    }
    .m-md-t65 {
        margin-top: 65px;
    }
    .m-md-b65 {
        margin-bottom: 65px;
    }
    .m-md-t70 {
        margin-top: 70px;
    }
    .m-md-b70 {
        margin-bottom: 70px;
    }
    .m-md-t75 {
        margin-top: 75px;
    }
    .m-md-b75 {
        margin-bottom: 75px;
    }
    .m-md-t80 {
        margin-top: 80px;
    }
    .m-md-b80 {
        margin-bottom: 80px;
    }
    .m-md-t85 {
        margin-top: 85px;
    }
    .m-md-b85 {
        margin-bottom: 85px;
    }
    .m-md-t90 {
        margin-top: 90px;
    }
    .m-md-b90 {
        margin-bottom: 90px;
    }
    .m-md-t95 {
        margin-top: 95px;
    }
    .m-md-b95 {
        margin-bottom: 95px;
    }
    .m-md-t100 {
        margin-top: 100px;
    }
    .m-md-b100 {
        margin-bottom: 100px;
    }
    .m-md-r0 {
        margin-right: 0;
    }
    .m-md-l0 {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .m-sm-t0 {
        margin-top: 0px;
    }
    .m-sm-b0 {
        margin-bottom: 0px;
    }
    .m-sm-t5 {
        margin-top: 5px;
    }
    .m-sm-b5 {
        margin-bottom: 5px;
    }
    .m-sm-t10 {
        margin-top: 10px;
    }
    .m-sm-b10 {
        margin-bottom: 10px;
    }
    .m-sm-t15 {
        margin-top: 15px;
    }
    .m-sm-b15 {
        margin-bottom: 15px;
    }
    .m-sm-t20 {
        margin-top: 20px;
    }
    .m-sm-b20 {
        margin-bottom: 20px;
    }
    .m-sm-t25 {
        margin-top: 25px;
    }
    .m-sm-b25 {
        margin-bottom: 25px;
    }
    .m-sm-t30 {
        margin-top: 30px;
    }
    .m-sm-b30 {
        margin-bottom: 30px;
    }
    .m-sm-t35 {
        margin-top: 35px;
    }
    .m-sm-b35 {
        margin-bottom: 35px;
    }
    .m-sm-t40 {
        margin-top: 40px;
    }
    .m-sm-b40 {
        margin-bottom: 40px;
    }
    .m-sm-t45 {
        margin-top: 45px;
    }
    .m-sm-b45 {
        margin-bottom: 45px;
    }
    .m-sm-t50 {
        margin-top: 50px;
    }
    .m-sm-b50 {
        margin-bottom: 50px;
    }
    .m-sm-t55 {
        margin-top: 55px;
    }
    .m-sm-b55 {
        margin-bottom: 55px;
    }
    .m-sm-t60 {
        margin-top: 60px;
    }
    .m-sm-b60 {
        margin-bottom: 60px;
    }
    .m-sm-t65 {
        margin-top: 65px;
    }
    .m-sm-b65 {
        margin-bottom: 65px;
    }
    .m-sm-t70 {
        margin-top: 70px;
    }
    .m-sm-b70 {
        margin-bottom: 70px;
    }
    .m-sm-t75 {
        margin-top: 75px;
    }
    .m-sm-b75 {
        margin-bottom: 75px;
    }
    .m-sm-t80 {
        margin-top: 80px;
    }
    .m-sm-b80 {
        margin-bottom: 80px;
    }
    .m-sm-t85 {
        margin-top: 85px;
    }
    .m-sm-b85 {
        margin-bottom: 85px;
    }
    .m-sm-t90 {
        margin-top: 90px;
    }
    .m-sm-b90 {
        margin-bottom: 90px;
    }
    .m-sm-t95 {
        margin-top: 95px;
    }
    .m-sm-b95 {
        margin-bottom: 95px;
    }
    .m-sm-t100 {
        margin-top: 100px;
    }
    .m-sm-b100 {
        margin-bottom: 100px;
    }
}

@media only screen and (max-width: 576px) {
    .m-xs-t0 {
        margin-top: 0px;
    }
    .m-xs-b0 {
        margin-bottom: 0px;
    }
    .p-xs-b0 {
        padding-bottom: 0px;
    }
    .m-xs-t5 {
        margin-top: 5px;
    }
    .m-xs-b5 {
        margin-bottom: 5px;
    }
    .p-xs-b5 {
        padding-bottom: 5px;
    }
    .m-xs-t10 {
        margin-top: 10px;
    }
    .m-xs-b10 {
        margin-bottom: 10px;
    }
    .p-xs-b10 {
        padding-bottom: 10px;
    }
    .m-xs-t15 {
        margin-top: 15px;
    }
    .m-xs-b15 {
        margin-bottom: 15px;
    }
    .p-xs-b15 {
        padding-bottom: 15px;
    }
    .m-xs-t20 {
        margin-top: 20px;
    }
    .m-xs-b20 {
        margin-bottom: 20px;
    }
    .p-xs-b20 {
        padding-bottom: 20px;
    }
    .m-xs-t25 {
        margin-top: 25px;
    }
    .m-xs-b25 {
        margin-bottom: 25px;
    }
    .p-xs-b25 {
        padding-bottom: 25px;
    }
    .m-xs-t30 {
        margin-top: 30px;
    }
    .m-xs-b30 {
        margin-bottom: 30px;
    }
    .p-xs-b30 {
        padding-bottom: 30px;
    }
    .m-xs-t35 {
        margin-top: 35px;
    }
    .m-xs-b35 {
        margin-bottom: 35px;
    }
    .p-xs-b35 {
        padding-bottom: 35px;
    }
    .m-xs-t40 {
        margin-top: 40px;
    }
    .m-xs-b40 {
        margin-bottom: 40px;
    }
    .p-xs-b40 {
        padding-bottom: 40px;
    }
    .m-xs-t45 {
        margin-top: 45px;
    }
    .m-xs-b45 {
        margin-bottom: 45px;
    }
    .p-xs-b45 {
        padding-bottom: 45px;
    }
    .m-xs-t50 {
        margin-top: 50px;
    }
    .m-xs-b50 {
        margin-bottom: 50px;
    }
    .p-xs-b50 {
        padding-bottom: 50px;
    }
    .m-xs-t55 {
        margin-top: 55px;
    }
    .m-xs-b55 {
        margin-bottom: 55px;
    }
    .p-xs-b55 {
        padding-bottom: 55px;
    }
    .m-xs-t60 {
        margin-top: 60px;
    }
    .m-xs-b60 {
        margin-bottom: 60px;
    }
    .p-xs-b60 {
        padding-bottom: 60px;
    }
    .m-xs-t65 {
        margin-top: 65px;
    }
    .m-xs-b65 {
        margin-bottom: 65px;
    }
    .p-xs-b65 {
        padding-bottom: 65px;
    }
    .m-xs-t70 {
        margin-top: 70px;
    }
    .m-xs-b70 {
        margin-bottom: 70px;
    }
    .p-xs-b70 {
        padding-bottom: 70px;
    }
    .m-xs-t75 {
        margin-top: 75px;
    }
    .m-xs-b75 {
        margin-bottom: 75px;
    }
    .p-xs-b75 {
        padding-bottom: 75px;
    }
    .m-xs-t80 {
        margin-top: 80px;
    }
    .m-xs-b80 {
        margin-bottom: 80px;
    }
    .p-xs-b80 {
        padding-bottom: 80px;
    }
    .m-xs-t85 {
        margin-top: 85px;
    }
    .m-xs-b85 {
        margin-bottom: 85px;
    }
    .p-xs-b85 {
        padding-bottom: 85px;
    }
    .m-xs-t90 {
        margin-top: 90px;
    }
    .m-xs-b90 {
        margin-bottom: 90px;
    }
    .p-xs-b90 {
        padding-bottom: 90px;
    }
    .m-xs-t95 {
        margin-top: 95px;
    }
    .m-xs-b95 {
        margin-bottom: 95px;
    }
    .p-xs-b95 {
        padding-bottom: 95px;
    }
    .m-xs-t100 {
        margin-top: 100px;
    }
    .m-xs-b100 {
        margin-bottom: 100px;
    }
    .p-xs-b100 {
        padding-bottom: 100px;
    }
}

.max-w50 {
    max-width: 50px;
}

.max-w60 {
    max-width: 60px;
}

.max-w80 {
    max-width: 80px;
}

.max-w100 {
    max-width: 100px;
}

.max-w200 {
    max-width: 200px;
}

.max-w300 {
    max-width: 300px;
}

.max-w400 {
    max-width: 400px;
}

.max-w500 {
    max-width: 500px;
}

.max-w600 {
    max-width: 600px;
}

.max-w700 {
    max-width: 700px;
}

.max-w800 {
    max-width: 800px;
}

.max-w900 {
    max-width: 900px;
}

.max-w1000 {
    max-width: 1000px;
}

.bg-img-fix {
    background-attachment: unset;
    background-size: cover;
}

.full-img {
    width: 100%;
}

.sticky-top {
    top: 120px;
}

.page-title {
    padding: 65px 0px 45px;
    position: relative;
    background: #fffbf7;
    background-image: url("./../images/hero/5.png");
    background-size: cover;
    background-position: center;
}

.page-title p {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #7272A8;
    text-transform: capitalize;
}

@media only screen and (max-width: 575px) {
    .page-title p {
        font-size: 16px;
    }
}

.page-title h3,
.page-title .h3 {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
    text-transform: capitalize;
}

@media only screen and (max-width: 575px) {
    .page-title h3,
    .page-title .h3 {
        font-size: 28px;
    }
}

section {
    position: relative;
    z-index: 1;
}

section:after {
    content: attr(data-content);
    position: absolute;
    top: -28px;
    font-size: 200px;
    font-weight: 700;
    color: transparent;
    line-height: 1;
    -webkit-text-stroke: 1px #000;
    z-index: -1;
    font-family: "Poppins", sans-serif;
    opacity: 0.1;
    left: 0;
}

@media only screen and (max-width: 1400px) {
    section:after {
        font-size: 140px;
        top: -20px;
    }
}

@media only screen and (max-width: 991px) {
    section:after {
        font-size: 80px;
        top: -10px;
    }
}

@media only screen and (max-width: 575px) {
    section:after {
        font-size: 50px;
        top: -5px;
    }
}

.section-head {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
    .section-head {
        margin-bottom: 30px;
    }
}

.section-head h2.title,
.section-head .title.h2 {
    font-size: 60px;
    line-height: 1.2;
    font-weight: 800;
}

@media only screen and (max-width: 1199px) {
    .section-head h2.title,
    .section-head .title.h2 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 575px) {
    .section-head h2.title,
    .section-head .title.h2 {
        font-size: 28px;
    }
}

.section-head h3.title,
.section-head .title.h3 {
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
}

@media only screen and (max-width: 1400px) {
    .section-head h3.title,
    .section-head .title.h3 {
        font-size: 35px;
    }
}

@media only screen and (max-width: 1199px) {
    .section-head h3.title,
    .section-head .title.h3 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 575px) {
    .section-head h3.title,
    .section-head .title.h3 {
        font-size: 24px;
    }
}

.section-head h4.title,
.section-head .title.h4 {
    font-size: 35px;
    line-height: 1.2;
    font-weight: 700;
}

@media only screen and (max-width: 1400px) {
    .section-head h4.title,
    .section-head .title.h4 {
        font-size: 30px;
    }
}

@media only screen and (max-width: 1199px) {
    .section-head h4.title,
    .section-head .title.h4 {
        font-size: 24px;
    }
}

@media only screen and (max-width: 575px) {
    .section-head h4.title,
    .section-head .title.h4 {
        font-size: 20px;
    }
}

.section-head p {
    font-size: 15px;
    line-height: 25px;
}

.section-head.text-center p {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.section-head.head-col {
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .section-head.head-col {
        display: block;
    }
}

.section-head.head-col .title {
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .section-head.head-col .title {
        margin-bottom: 10px;
    }
}

.section-head.head-col p {
    padding-left: 15px;
    border-left: 4px solid var(--primary);
    margin-left: 15px;
    margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
    .section-head.head-col p {
        padding-left: 0;
        border-left: 0;
        margin-left: 0;
    }
}

.section-head.text-white .title,
.section-head.text-white p,
.section-head.text-white .sub-title {
    color: #fff;
}

.section-head.style-1 h2.title,
.section-head.style-1 .title.h2 {
    font-size: 60px;
}

.section-head.style-1 .sub-title {
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    color: #777777;
    margin-bottom: 0px;
}

@media only screen and (max-width: 1199px) {
    .section-head.style-1 .sub-title {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1199px) {
    .section-head.style-1 h2.title,
    .section-head.style-1 .title.h2 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .section-head.style-1 h2.title,
    .section-head.style-1 .title.h2 {
        font-size: 42px;
    }
    .section-head.style-1 .sub-title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 575px) {
    .section-head.style-1 h2.title,
    .section-head.style-1 .title.h2 {
        font-size: 30px;
    }
}

.section-head.style-2 .sub-title {
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 18px;
}

.section-head.style-3 h2.title,
.section-head.style-3 .title.h2 {
    font-size: 65px;
}

.section-head.style-3 .sub-title {
    padding: 10px 30px;
    display: inline-block;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
}

@media only screen and (max-width: 1199px) {
    .section-head.style-3 h2.title,
    .section-head.style-3 .title.h2 {
        font-size: 36px;
    }
}

@media only screen and (max-width: 575px) {
    .section-head.style-3 .sub-title {
        font-size: 16px;
    }
    .section-head.style-3 h2.title,
    .section-head.style-3 .title.h2 {
        font-size: 32px;
    }
}

.section-head.style-4 h2.title,
.section-head.style-4 .title.h2 {
    font-size: 50px;
    font-weight: 700;
}

@media only screen and (max-width: 991px) {
    .section-head.style-4 h2.title,
    .section-head.style-4 .title.h2 {
        font-size: 32px;
    }
}

.section-head.style-4 .sub-title {
    font-weight: 600;
    font-size: 18px;
    color: var(--primary);
    border-bottom: 2px solid var(--primary);
    display: inline-block;
}

.section-head.style-4 .sub-title.text-white {
    border-bottom: 2px solid #fff;
}

.row.spno,
.spno {
    margin-left: 0;
    margin-right: 0;
}

.row.spno [class*="col"],
.row.spno [class*="col"],
.spno [class*="col"],
.spno [class*="col"] {
    padding-left: 0;
    padding-right: 0;
}

.row.sp4,
.sp4 {
    margin-left: -4px;
    margin-right: -4px;
}

.row.sp4 [class*="col"],
.row.sp4 [class*="col"],
.sp4 [class*="col"],
.sp4 [class*="col"] {
    padding-left: 4px;
    padding-right: 4px;
}

.row.sp15,
.sp15 {
    margin-left: -7px;
    margin-right: -7px;
}

.row.sp15 [class*="col"],
.row.sp15 [class*="col"],
.sp15 [class*="col"],
.sp15 [class*="col"] {
    padding-left: 7px;
    padding-right: 7px;
}

.row.sp10,
.sp10 {
    margin-left: -10px;
    margin-right: -10px;
}

.row.sp10 [class*="col"],
.row.sp10 [class*="col"],
.sp10 [class*="col"],
.sp10 [class*="col"] {
    padding-left: 10px;
    padding-right: 10px;
}

.row.sp12,
.sp12 {
    margin-left: -12px;
    margin-right: -12px;
}

.row.sp12 [class*="col"],
.row.sp12 [class*="col"],
.sp12 [class*="col"],
.sp12 [class*="col"] {
    padding-left: 12px;
    padding-right: 12px;
}

.rounded-xl {
    border-radius: 30px !important;
}

.rounded-lg {
    border-radius: 20px !important;
}

.rounded-md {
    border-radius: 8px !important;
}

.rounded-sm {
    border-radius: 5px !important;
}

.text-maroon {
    color: #9e0168;
}

.text-orange {
    color: #ff8853;
}

.text-yellow {
    color: #ffa808;
}

.text-skyblue {
    color: #00aeff;
}

.text-red {
    color: #ff586e;
}

.text-green {
    color: #029e76;
}

.text-blue {
    color: #5543d1;
}

.bg-maroon {
    background-color: #9e0168;
}

.bg-orange {
    background-color: #ff8853;
}

.bg-yellow {
    background-color: #ffa808;
}

.bg-skyblue {
    background-color: #00aeff;
}

.bg-red {
    background-color: #ff586e;
}

.bg-green {
    background-color: #029e76;
}

.bg-blue {
    background-color: #5543d1;
}

.bgl-primary {
    background-color: var(--primary-light);
}

.bgl-secondary {
    background-color: rgba(31, 36, 113, 0.1);
}

.bgl-success {
    background-color: rgba(2, 158, 118, 0.1);
}

.bgl-warning {
    background-color: rgba(254, 165, 0, 0.1);
}

.bgl-danger {
    background-color: rgba(255, 82, 105, 0.1);
}

.bgl-info {
    background-color: rgba(0, 174, 255, 0.1);
}

.bgl-dark {
    background-color: rgba(38, 47, 90, 0.1);
}

.bgl-light {
    background-color: rgba(255, 251, 247, 0.1);
}

.bgl-yellow {
    background-color: rgba(255, 168, 8, 0.1);
}

.shadow-primary {
    box-shadow: 0 2px 15px var(--rgba-primary-5);
}

.shadow-secondary {
    box-shadow: 0 2px 15px rgba(31, 36, 113, 0.5);
}

.shadow-green {
    box-shadow: 0 2px 15px rgba(2, 158, 118, 0.5);
}

.shadow-skyblue {
    box-shadow: 0 2px 15px rgba(0, 174, 255, 0.5);
}

.shadow-red {
    box-shadow: 0 2px 15px rgba(255, 88, 110, 0.5);
}

.shadow-yellow {
    box-shadow: 0 2px 15px rgba(255, 168, 8, 0.5);
}

.shadow-orange {
    box-shadow: 0 2px 15px rgba(255, 136, 83, 0.5);
}

.shadow-maroon {
    box-shadow: 0 2px 15px rgba(158, 1, 104, 0.5);
}

.shadow-blue {
    box-shadow: 0 2px 15px rgba(85, 67, 209, 0.5);
}

.font-w100 {
    font-weight: 100;
}

.font-w200 {
    font-weight: 200;
}

.font-w300 {
    font-weight: 300;
}

.font-w400 {
    font-weight: 400;
}

.font-w500 {
    font-weight: 500;
}

.font-w600 {
    font-weight: 600;
}

.font-w700 {
    font-weight: 700;
}

.font-w800 {
    font-weight: 800;
}

.font-w900 {
    font-weight: 900;
}

.w-50 {
    width: 50%;
}

.scale1 {
    transform: scale(1.1) !important;
    -moz-transform: scale(1.1) !important;
    -webkit-transform: scale(1.1) !important;
    -ms-transform: scale(1.1) !important;
    -o-transform: scale(1.1) !important;
    display: inline-block;
}

.scale2 {
    transform: scale(1.2) !important;
    -moz-transform: scale(1.2) !important;
    -webkit-transform: scale(1.2) !important;
    -ms-transform: scale(1.2) !important;
    -o-transform: scale(1.2) !important;
    display: inline-block;
}

.scale3 {
    transform: scale(1.3) !important;
    -moz-transform: scale(1.3) !important;
    -webkit-transform: scale(1.3) !important;
    -ms-transform: scale(1.3) !important;
    -o-transform: scale(1.3) !important;
    display: inline-block;
}

.scale4 {
    transform: scale(1.4) !important;
    -moz-transform: scale(1.4) !important;
    -webkit-transform: scale(1.4) !important;
    -ms-transform: scale(1.4) !important;
    -o-transform: scale(1.4) !important;
    display: inline-block;
}

.scale5 {
    transform: scale(1.5) !important;
    -moz-transform: scale(1.5) !important;
    -webkit-transform: scale(1.5) !important;
    -ms-transform: scale(1.5) !important;
    -o-transform: scale(1.5) !important;
    display: inline-block;
}

.scale-2 {
    transform: scale(2);
    -moz-transform: scale(2);
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    display: inline-block;
}

.content-inner {
    padding-top: 115px;
    padding-bottom: 85px;
}

@media only screen and (max-width: 991px) {
    .content-inner {
        padding-top: 70px;
        padding-bottom: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .content-inner {
        padding-top: 50px;
        padding-bottom: 20px;
    }
}

.content-inner-1 {
    padding-top: 115px;
    padding-bottom: 115px;
}

@media only screen and (max-width: 991px) {
    .content-inner-1 {
        padding-top: 70px;
        padding-bottom: 70px;
    }
}

@media only screen and (max-width: 575px) {
    .content-inner-1 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.content-inner-2 {
    padding-top: 115px;
    padding-bottom: 0;
}

@media only screen and (max-width: 991px) {
    .content-inner-2 {
        padding-top: 70px;
    }
}

@media only screen and (max-width: 575px) {
    .content-inner-2 {
        padding-top: 50px;
    }
}

.content-inner-3 {
    padding-top: 80px;
    padding-bottom: 50px;
}

@media only screen and (max-width: 991px) {
    .content-inner-3 {
        padding-top: 50px;
        padding-bottom: 20px;
    }
}

.setResizeMargin-right {
    padding: 0 15px;
}

.left-container {
    margin-left: calc((100% - 1170px)/2);
}

@media only screen and (max-width: 1199px) {
    .left-container {
        margin-left: calc((100% - 960px)/2);
    }
}

@media only screen and (max-width: 991px) {
    .left-container {
        margin-left: 15px;
        margin-right: 15px;
    }
}

.left-container .dz-content p {
    padding-right: 3rem;
}

@media only screen and (max-width: 1400px) {
    .left-container .dz-content p {
        padding-right: 0;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .col-xxl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xxl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.banner-one {
    background-position: left bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 750px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.banner-one .banner-inner {
    padding-top: 150px;
}

.banner-one .banner-inner .img1 {
    position: absolute;
    left: 100px;
    bottom: 50px;
    z-index: -1;
}

.banner-one .banner-inner .img2 {
    position: absolute;
    right: 0px;
    top: 120px;
    z-index: -1;
}

.banner-one .move-box {
    width: 620px;
    height: auto;
}

@media only screen and (max-width: 1400px) {
    .banner-one .move-box {
        width: 100%;
    }
}

.banner-one .banner-content h1,
.banner-one .banner-content .h1 {
    margin-bottom: 20px;
    font-size: 70px;
    font-weight: 800;
}

.banner-one .banner-content p {
    font-size: 18px;
    line-height: 1.5;
}

@media only screen and (max-width: 575px) {
    .banner-one .banner-content p {
        font-size: 15px;
    }
}

.banner-one .banner-content .sub-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #777777;
}

@media only screen and (max-width: 1199px) {
    .banner-one {
        height: 550px;
    }
    .banner-one .banner-content h1,
    .banner-one .banner-content .h1 {
        font-size: 50px;
    }
    .banner-one .banner-inner {
        padding-top: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-one {
        height: auto;
        padding-bottom: 30px;
    }
    .banner-one .banner-content {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .banner-one .banner-inner {
        padding-top: 100px;
    }
    .banner-one .banner-content h1,
    .banner-one .banner-content .h1 {
        font-size: 32px;
    }
}

.banner-two {
    height: auto;
    position: relative;
    overflow: hidden;
}

.banner-two .banner-inner {
    z-index: 99;
    position: relative;
    padding-top: 180px;
}

.banner-two .banner-content h1,
.banner-two .banner-content .h1 {
    font-size: 70px;
    line-height: 1.1;
    font-weight: 800;
}

@media only screen and (max-width: 1199px) {
    .banner-two .banner-content h1,
    .banner-two .banner-content .h1 {
        font-size: 50px;
    }
}

.banner-two .banner-content .sub-title {
    font-weight: 600;
    font-size: 22px;
    display: inline-block;
    border-radius: 30px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
    .banner-two .banner-content .sub-title {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

.banner-two .banner-content p {
    font-size: 18px;
}

@media only screen and (max-width: 1199px) {
    .banner-two .banner-content p {
        font-size: 16px;
    }
}

.banner-two .banner-media {
    width: 570px;
    position: relative;
    margin-left: 50px;
}

@media only screen and (max-width: 1199px) {
    .banner-two .banner-media {
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

.banner-two .banner-media .move-2 {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-two .banner-media .move-2 img {
    transform: scale(1.4);
    -moz-transform: scale(1.4);
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
}

@media only screen and (max-width: 1400px) {
    .banner-two .dz-media {
        width: 65vw;
    }
}

@media only screen and (max-width: 991px) {
    .banner-two {
        height: auto;
    }
    .banner-two .banner-content {
        margin-bottom: 30px;
    }
    .banner-two .banner-content h1,
    .banner-two .banner-content .h1 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-two .banner-inner {
        padding-top: 120px;
    }
}

@media only screen and (max-width: 575px) {
    .banner-two .banner-content h1,
    .banner-two .banner-content .h1 {
        font-size: 32px;
    }
    .banner-two .img2 {
        display: none;
    }
}

.banner-three {
    height: 850px;
    position: relative;
    background-position: top;
    background-repeat: no-repeat;
    overflow: hidden;
}

.banner-three:after {
    background-image: url(../images/pic2_1.png);
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 0;
}

.banner-three .banner-content h1,
.banner-three .banner-content .h1 {
    color: #fff;
    font-size: 70px;
}

@media only screen and (max-width: 1199px) {
    .banner-three .banner-content h1,
    .banner-three .banner-content .h1 {
        font-size: 50px;
    }
}

.banner-three .banner-content .sub-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

@media only screen and (max-width: 1199px) {
    .banner-three .banner-content .sub-title {
        font-size: 16px;
    }
}

.banner-three .banner-content p {
    font-size: 18px;
}

@media only screen and (max-width: 1199px) {
    .banner-three .banner-content p {
        font-size: 16px;
    }
}

.banner-three .banner-inner {
    z-index: 99;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
}

.banner-three .banner-inner .dz-media {
    margin-right: -200px;
    margin-left: -50px;
}

@media only screen and (max-width: 1400px) {
    .banner-three .banner-inner .dz-media {
        margin-right: 0;
        margin-left: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-three {
        height: auto;
        padding-bottom: 150px;
        padding-top: 150px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-three:after {
        background-position: -280px bottom;
    }
    .banner-three .banner-content h1,
    .banner-three .banner-content .h1 {
        font-size: 42px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-three {
        height: auto;
        padding-bottom: 30px;
        padding-top: 120px;
    }
    .banner-three .banner-content {
        margin-bottom: 70px;
    }
}

@media only screen and (max-width: 575px) {
    .banner-three:after {
        background-position: -120px bottom;
    }
    .banner-three .banner-content {
        margin-bottom: 20px;
    }
}

.banner-four {
    overflow: hidden;
    padding-bottom: 15px;
}

@media only screen and (max-width: 1199px) {
    .banner-four {
        padding-bottom: 0;
        margin-bottom: -50px;
    }
}

@media only screen and (max-width: 575px) {
    .banner-four {
        padding-bottom: 10px;
        margin-bottom: 0px;
    }
}

.banner-four .banner-inner {
    min-height: 800px;
    display: flex;
    align-items: center;
    padding-top: 200px;
}

@media only screen and (max-width: 1199px) {
    .banner-four .banner-inner {
        min-height: 750px;
        padding-top: 150px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-four .banner-inner {
        min-height: 100%;
        padding-top: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-four .banner-inner {
        padding-top: 150px;
    }
}

@media only screen and (max-width: 575px) {
    .banner-four .banner-inner {
        padding-top: 100px;
    }
}

.banner-four .banner-inner .banner-content {
    margin-top: -4rem;
}

.banner-four .banner-inner .banner-content .sub-title {
    font-size: 1rem;
    font-weight: 600;
    display: inline-block;
    color: var(--primary);
    border-bottom: 2px solid var(--primary);
}

.banner-four .banner-inner .banner-content .title {
    font-size: 3.2rem;
}

.banner-four .banner-inner .banner-content .description {
    padding-right: 4rem;
}

@media only screen and (max-width: 767px) {
    .banner-four .banner-inner .banner-content .description {
        padding-right: 2rem;
    }
}

@media only screen and (max-width: 1400px) {
    .banner-four .banner-inner .banner-content {
        padding-right: 6rem;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-four .banner-inner .banner-content {
        padding-right: 0rem;
    }
    .banner-four .banner-inner .banner-content .title {
        font-size: 2.5rem;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .banner-four .banner-inner .banner-content {
        margin-top: 0;
    }
}

@media only screen and (max-width: 575px) {
    .banner-four .banner-inner .banner-content {
        padding-bottom: 30px;
    }
}

.banner-four .banner-inner .banner-content ul li {
    display: flex;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 3px;
}

.banner-four .banner-inner .banner-content ul li svg {
    color: var(--primary);
}

.banner-four .banner-inner .banner-content ul li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
    color: #6F6F6F;
}

@media only screen and (max-width: 991px) {
    .banner-four .banner-inner .banner-content .title {
        font-size: 2.2rem;
    }
    .banner-four .banner-inner .banner-content p {
        font-size: 14px;
    }
    .banner-four .banner-inner .banner-content ul li {
        column-gap: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .banner-four .banner-inner .banner-content .title {
        font-size: 1.8rem;
    }
    .banner-four .banner-inner .banner-content .sub-title {
        font-size: 0.8rem;
    }
}

.banner-four .banner-inner .dz-media {
    position: relative;
    overflow: unset;
    margin-left: -80px;
}

@media only screen and (max-width: 991px) {
    .banner-four .banner-inner .dz-media {
        margin-left: 0;
    }
}

@media only screen and (max-width: 575px) {
    .banner-four .banner-inner .dz-media {
        margin-top: 60px;
    }
}

.banner-four .banner-inner .dz-media>svg {
    color: var(--primary);
}

@media only screen and (max-width: 1199px) {
    .banner-four .banner-inner .dz-media>svg {
        margin-left: -70px;
        width: 600px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-four .banner-inner .dz-media>svg {
        width: 450px;
        margin-left: -100px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-four .banner-inner .dz-media>svg {
        width: 600px;
        margin-left: -60px;
    }
}

@media only screen and (max-width: 575px) {
    .banner-four .banner-inner .dz-media>svg {
        margin: auto;
        height: auto;
        width: 100%;
    }
}

.banner-four .banner-inner .dz-media>img {
    position: absolute;
    top: -58px;
    left: 52%;
    transform: translateX(-50%);
    min-width: 580px;
}

@media only screen and (max-width: 1199px) {
    .banner-four .banner-inner .dz-media>img {
        top: -52px;
        left: 40%;
        min-width: 550px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-four .banner-inner .dz-media>img {
        min-width: 400px;
        top: 54px;
        left: 40%;
    }
}

@media only screen and (max-width: 767px) {
    .banner-four .banner-inner .dz-media>img {
        top: -47px;
    }
}

@media only screen and (max-width: 575px) {
    .banner-four .banner-inner .dz-media>img {
        top: -25%;
        min-width: 100px;
        width: 100%;
        left: 44%;
    }
}

.banner-four .banner-inner .dz-media ul li {
    position: absolute;
    animation: move2 3s infinite;
}

.banner-four .banner-inner .dz-media ul li:nth-child(1) {
    left: -60px;
    top: 40%;
}

@media only screen and (max-width: 1199px) {
    .banner-four .banner-inner .dz-media ul li:nth-child(1) {
        left: -30px;
        width: 180px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-four .banner-inner .dz-media ul li:nth-child(1) {
        width: 200px;
        left: -80px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-four .banner-inner .dz-media ul li:nth-child(1) {
        left: -60px;
    }
}

@media only screen and (max-width: 575px) {
    .banner-four .banner-inner .dz-media ul li:nth-child(1) {
        left: -20px;
    }
    .banner-four .banner-inner .dz-media ul li:nth-child(1) img {
        width: 150px;
    }
}

.banner-four .banner-inner .dz-media ul li:nth-child(2) {
    top: 70%;
    left: 55%;
    min-width: 300px;
}

@media only screen and (max-width: 1199px) {
    .banner-four .banner-inner .dz-media ul li:nth-child(2) {
        top: 65%;
        left: 50%;
        min-width: 200px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-four .banner-inner .dz-media ul li:nth-child(2) {
        top: 60%;
        left: 40%;
    }
}

@media only screen and (max-width: 767px) {
    .banner-four .banner-inner .dz-media ul li:nth-child(2) {
        left: 25%;
    }
    .banner-four .banner-inner .dz-media ul li:nth-child(2) img {
        width: 300px;
    }
}

@media only screen and (max-width: 575px) {
    .banner-four .banner-inner .dz-media ul li:nth-child(2) {
        left: 45%;
        top: 60%;
    }
    .banner-four .banner-inner .dz-media ul li:nth-child(2) img {
        width: 200px;
    }
}

.banner-four .banner-inner .dz-media ul li:nth-child(3) {
    top: 26%;
    left: 70%;
    min-width: 300px;
}

@media only screen and (max-width: 1400px) {
    .banner-four .banner-inner .dz-media ul li:nth-child(3) {
        left: 50%;
    }
}

@media only screen and (max-width: 1199px) {
    .banner-four .banner-inner .dz-media ul li:nth-child(3) {
        left: 50%;
        min-width: 220px;
    }
}

@media only screen and (max-width: 991px) {
    .banner-four .banner-inner .dz-media ul li:nth-child(3) {
        left: 40%;
        top: 30%;
    }
}

@media only screen and (max-width: 767px) {
    .banner-four .banner-inner .dz-media ul li:nth-child(3) {
        top: 24%;
        left: 44%;
    }
}

@media only screen and (max-width: 575px) {
    .banner-four .banner-inner .dz-media ul li:nth-child(3) {
        left: 58%;
        min-width: 160px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-four .banner-inner .dz-media {
        margin-left: 0;
    }
}

.banner-five {
    background-size: cover;
    position: relative;
    background-color: var(--primary);
    border-radius: 0 0 200px 0;
}

.banner-five .banner-inner {
    min-height: 900px;
    background-size: cover;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    background-position: right bottom;
}

.banner-five .banner-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(280deg, rgba(0, 0, 0, 0) 5%, var(--primary) 82%);
    z-index: -1;
}

.banner-five .banner-inner .banner-content .sub-title {
    color: #fff;
}

.banner-five .banner-inner .banner-content .title {
    font-size: 70px;
}

.banner-five .banner-inner .banner-content .description {
    font-size: 18px;
    font-weight: 400;
}

.banner-five .banner-inner .banner-content ul {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

@media only screen and (max-width: 1199px) {
    .banner-five .banner-inner {
        min-height: 700px;
    }
    .banner-five .banner-inner .banner-content .title {
        font-size: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .banner-five .banner-inner {
        min-height: 500px;
    }
    .banner-five .banner-inner .banner-content .title {
        font-size: 32px;
    }
    .banner-five .banner-inner .banner-content .description {
        font-size: 14px;
        padding-top: 0 !important;
        margin-bottom: 20px;
    }
    .banner-five .banner-inner:before {
        background: var(--primary);
        opacity: 0.9;
    }
}

@media only screen and (max-width: 575px) {
    .banner-five .banner-inner .btn {
        padding: 12px 20px;
        font-size: 13px;
    }
}

.banner-five .swiper-pagination {
    font-size: 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 20px;
    width: auto;
    top: 50%;
    transform: translateY(-50%);
    row-gap: 20px;
}

@media only screen and (max-width: 1199px) {
    .banner-five .swiper-pagination {
        flex-direction: row;
        left: 45px;
        top: auto;
        bottom: 20px;
        column-gap: 15px;
    }
}

@media only screen and (max-width: 575px) {
    .banner-five .swiper-pagination {
        left: 15px;
        bottom: 5px;
    }
}

.banner-five .swiper-pagination .swiper-pagination-bullet {
    display: block;
    color: rgba(255, 255, 255, 0.6);
    height: auto;
    opacity: 1;
    width: auto;
    border-radius: 0%;
    background-color: transparent;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.banner-five .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    color: #fff;
    transform: scale(1.2);
}

.banner-five .num-pagination {
    display: flex;
    position: absolute;
    right: 10px;
    bottom: 20px;
    z-index: 1;
}

@media only screen and (max-width: 575px) {
    .banner-five .num-pagination {
        bottom: 15px;
    }
}

.banner-five .num-pagination .btn-prev,
.banner-five .num-pagination .btn-next {
    position: static;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 0px;
    color: var(--primary);
    background: #fff;
    font-size: 15px;
    z-index: 1;
    text-align: center;
    margin: 0 10px;
    display: inline-block;
    box-shadow: 0px 10px 30px 0px var(--rgba-primary-3);
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 575px) {
    .banner-five .num-pagination .btn-prev,
    .banner-five .num-pagination .btn-next {
        margin: 0 5px;
    }
}

.card {
    border: 0px solid #E1E1F0;
    margin-bottom: 30px;
    border-radius: 5px;
    box-shadow: 0px 36px 48px rgba(31, 66, 135, 0.04);
    background: #fff;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E1E1F0;
    background: #fff;
    padding: 20px 30px;
}

.card-title {
    font-size: 24px;
    margin-bottom: 0px;
}

.card .card-body {
    padding: 20px 30px;
    background: #fff;
    border-radius: 15px;
}

.dlab-blog .post-tags {
    display: block !important;
    margin-bottom: 10px;
}

.dlab-blog .post-tags a {
    margin-left: 5px;
    font-weight: 400;
    color: inherit;
}

.dlab-blog .post-tags a:hover {
    color: var(--primary);
}

.dlab-blog .post-tags strong {
    font-weight: 700;
}

.dlab-blog.no-image {
    padding: 30px;
    background: var(--rgba-primary-05);
}

.dlab-blog .dlab-meta {
    margin-bottom: 10px;
}

.dlab-blog .dlab-meta>ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

@media only screen and (max-width: 1199px) {
    .dlab-blog .dlab-meta>ul {
        margin-left: -6px;
        margin-right: -6px;
    }
}

.dlab-blog .dlab-meta>ul>li {
    font-weight: 400;
    display: flex;
    align-items: center;
    font-size: 15px;
    padding-left: 12px;
    padding-right: 12px;
}

.dlab-blog .dlab-meta>ul>li a {
    display: flex;
    align-items: center;
}

.dlab-blog .dlab-meta>ul>li i {
    font-size: 20px;
    color: var(--primary);
}

@media only screen and (max-width: 1199px) {
    .dlab-blog .dlab-meta>ul>li i {
        font-size: 18px;
        margin-right: 5px;
    }
}

@media only screen and (max-width: 1199px) {
    .dlab-blog .dlab-meta>ul>li {
        font-size: 14px;
        padding-left: 6px;
        padding-right: 6px;
    }
}

.dlab-blog .dlab-meta>ul>li.post-comment {
    margin-left: auto;
    padding-right: 5px;
}

.dlab-blog .dlab-meta>ul>li.post-comment span {
    margin-left: 10px;
}

@media only screen and (max-width: 575px) {
    .dlab-blog .dlab-meta>ul>li.post-comment {
        display: none;
    }
}

.dlab-blog .dlab-meta>ul>li.post-author a {
    color: inherit;
    margin-left: 3px;
}

.dlab-blog .dlab-meta>ul>li.post-share {
    position: relative;
}

.dlab-blog .dlab-meta>ul>li.post-share ul {
    display: inline-block;
    position: absolute;
    right: 40px;
    background-color: var(--primary);
    box-shadow: -2px 9px 20px 0 rgba(0, 0, 0, 0.2);
    display: flex;
    border-radius: 4px;
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    z-index: 2;
    opacity: 0;
    padding: 5px;
    visibility: hidden;
}

.dlab-blog .dlab-meta>ul>li.post-share ul:after {
    content: "";
    position: absolute;
    right: -7px;
    top: 50%;
    background: var(--primary);
    width: 8px;
    height: 8px;
    display: block;
    transform: rotate(45deg) translateX(-50%);
    -moz-transform: rotate(45deg) translateX(-50%);
    -webkit-transform: rotate(45deg) translateX(-50%);
    -ms-transform: rotate(45deg) translateX(-50%);
    -o-transform: rotate(45deg) translateX(-50%);
}

.dlab-blog .dlab-meta>ul>li.post-share ul li a {
    width: 30px;
    height: 30px;
    display: block;
    line-height: 30px;
    text-align: center;
    color: #fff;
}

.dlab-blog .dlab-meta>ul>li.post-share:hover ul {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    right: 40px;
    opacity: 1;
    visibility: visible;
}

.dlab-blog .dlab-title {
    margin-bottom: 10px;
    line-height: 1.4;
}

.dlab-blog .dlab-media+.dlab-info {
    padding-top: 30px;
}

.dlab-blog.blog-half .dlab-info {
    padding-top: 0;
    align-self: center;
}

.dlab-blog.style-1 {
    box-shadow: 0px 0 20px 0 rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    overflow: hidden;
}

@media only screen and (max-width: 767px) {
    .dlab-blog.style-1.m-b50 {
        margin-bottom: 30px;
    }
}

.dlab-blog.style-1 .dlab-info {
    padding: 30px;
}

@media only screen and (max-width: 575px) {
    .dlab-blog.style-1 .dlab-info {
        padding: 15px;
    }
}

.dlab-blog.style-1 .dlab-info .dlab-meta {
    border-bottom: 1px solid #E1E1F0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.dlab-blog.style-1 .dlab-info .meta-bottom {
    border-top: 1px solid #E1E1F0;
    border-bottom: 0;
    padding: 25px 0 0;
    margin: 20px 0 0;
}

@media only screen and (max-width: 575px) {
    .dlab-blog.style-1 .dlab-info .meta-bottom {
        padding: 15px 0 0;
    }
}

.dlab-blog.blog-half {
    display: flex;
    padding: 30px;
    background-color: #fff;
    box-shadow: 1px 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.dlab-blog.blog-half .dlab-media {
    width: 180px;
    min-width: 180px;
    margin-right: 20px;
    border-radius: 0.25rem;
}

.dlab-blog.blog-half .dlab-media img {
    width: 100%;
}

.dlab-blog.blog-half .dlab-title {
    margin-bottom: 5px;
    line-height: 1.3;
}

.dlab-blog.blog-half p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.5;
}

.dlab-blog.blog-half .dlab-meta {
    margin-bottom: 0;
    line-height: 1;
}

@media only screen and (max-width: 575px) {
    .dlab-blog.blog-half {
        display: block;
        padding: 20px;
    }
    .dlab-blog.blog-half .dlab-media {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.post-carousel.owl-theme {
    position: relative;
}

.post-carousel.owl-theme .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

@media only screen and (max-width: 575px) {
    .post-carousel.owl-theme .owl-dots {
        bottom: 5px;
    }
}

.post-carousel.owl-theme .owl-dots .owl-dot span {
    background: transparent;
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
}

.post-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: var(--primary);
    border: 2px solid var(--primary);
}

.post-carousel.owl-theme .owl-nav {
    margin: 0;
}

.post-carousel.owl-theme .owl-nav .owl-prev,
.post-carousel.owl-theme .owl-nav .owl-next {
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    border-radius: 4px;
    font-size: 22px;
}

.post-carousel.owl-theme .owl-nav .owl-prev:hover,
.post-carousel.owl-theme .owl-nav .owl-next:hover {
    background: var(--primary);
}

.post-video {
    position: relative;
}

.post-video a {
    display: block;
    position: relative;
}

.post-video .post-video-icon {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    font-size: 30px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 5px;
    border-radius: 4px;
}

@media only screen and (max-width: 767px) {
    .post-video .post-video-icon {
        width: 50px;
        height: 50px;
        font-size: 16px;
    }
}

.post-video .post-video-icon:hover {
    background: var(--primary);
    color: #fff;
}

.post-quote {
    padding: 50px;
    background: var(--rgba-primary-05);
    padding-left: 120px;
    position: relative;
}

@media only screen and (max-width: 575px) {
    .post-quote {
        padding: 30px;
        padding-left: 115px;
    }
}

.post-quote .post-quote-icon {
    position: absolute;
    width: 50px;
    left: 40px;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.post-quote .post-quote-icon svg {
    fill: var(--primary);
}

.post-quote .dlab-title {
    margin-bottom: 0;
}

.post-quote.dlab-blog.style-1 .dlab-info,
.post-quote.dlab-blog.style-2 .dlab-info {
    padding: 0;
}

.form-group {
    position: relative;
}

.form-group label {
    font-size: 14px;
    font-weight: 500;
    color: #888;
    margin-bottom: 10px;
    background: transparent;
    border-color: #E1E1F0;
}

.form-control {
    position: relative;
    border-radius: 0.25rem !important;
    height: 60px;
    border: 1px solid #cccccc;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 400;
    color: #888;
    transition: all 0.3s ease-in-out;
    background: #fff;
}

@media only screen and (max-width: 1199px) {
    .form-control {
        height: 50px;
    }
}

.form-control .select {
    padding: 12px 0;
}

.form-control span {
    margin-top: 0;
}

.form-control::-webkit-input-placeholder {
    color: #888;
}

.form-control:-ms-input-placeholder {
    color: #888;
}

.form-control::placeholder {
    color: #888;
}

.form-control:focus,
.form-control:active,
.form-control.active {
    border-color: var(--primary);
}

input:-internal-autofill-selected {
    background: white !important;
    background-image: none !important;
    color: -internal-light-dark-color(black, white) !important;
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 50px #ffffff inset;
}

.input-group-text {
    padding: 5px 15px;
    background: #fff;
    margin-bottom: 0px !important;
    color: #888;
    border-color: transparent;
}

.input-group-append .input-group-text {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.input-group-prepend .input-group-text {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

button:hover,
button:active,
button:focus {
    outline: 0;
}


/*Styling Selectbox*/

.toggle {
    cursor: pointer;
    display: block;
}

.toggle-switch {
    display: inline-block;
    background: #f7f7f7;
    border-radius: 16px;
    width: 45px;
    height: 20px;
    position: relative;
    vertical-align: middle;
    transition: background 0.25s;
}

.toggle-switch:before,
.toggle-switch:after {
    content: "";
}

.toggle-switch:before {
    display: block;
    background: linear-gradient(to bottom, #fff 0%, #eee 100%);
    border-radius: 50%;
    width: 17px;
    height: 17px;
    position: absolute;
    top: 1px;
    left: 3px;
    transition: left 0.25s;
}

.toggle:hover .toggle-switch:before {
    background: linear-gradient(to bottom, #fff 0%, #fff 100%);
}

.toggle-checkbox:checked+.toggle-switch {
    background: var(--primary);
}

.toggle-checkbox:checked+.toggle-switch:before {
    left: 26px;
}

.toggle-checkbox {
    position: absolute;
    visibility: hidden;
}

.toggle-label {
    margin-left: 15px;
    position: relative;
    top: 2px;
    font-size: 16px;
    font-weight: 400;
}

.file-upload-wrapper {
    position: relative;
    width: 100%;
    height: calc(1.5em + 1rem + 2px);
    border: 1px solid #E1E1F0;
    border-radius: 5px;
    color: #AEAED5;
}

.file-upload-wrapper:after {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    padding: 4px 15px;
    display: block;
    width: calc(100% - 40px);
    pointer-events: none;
    z-index: 20;
    height: calc(1.5em + 1rem + 2px);
    line-height: 30px;
    border-radius: 5px 10px 10px 5px;
    font-weight: 400;
    overflow: hidden;
}

.file-upload-wrapper:before {
    content: 'Upload';
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    height: calc(1.5em + 1rem + 2px);
    background: var(--primary);
    color: #fff;
    font-weight: 400;
    z-index: 25;
    font-size: 14px;
    line-height: 40px;
    padding: 0 15px;
    text-transform: capitalize;
    pointer-events: none;
    border-radius: 0 5px 5px 0;
}

.file-upload-wrapper:hover:before {
    background: #4b24f5;
}

.file-upload-wrapper input {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    height: calc(1.5em + 1rem + 2px);
    margin: 0;
    padding: 0;
    display: block;
    cursor: pointer;
    width: 100%;
}

#ui-datepicker-div {
    display: none;
    background: #fafafa;
    box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.1);
    margin-top: 0.25rem;
    border-radius: 0.5rem;
    padding: 0.5rem;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.ui-datepicker-calendar thead th {
    padding: 0.25rem 0;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 400;
    color: #888;
}

.ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0;
}

.ui-datepicker-calendar tbody td a {
    display: block;
    border-radius: 0.25rem;
    line-height: 2rem;
    transition: 0.3s all;
    color: #888;
    font-size: 0.875rem;
    text-decoration: none;
}

.ui-datepicker-calendar tbody td a:hover {
    background-color: var(--primary);
    color: white;
}

.ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: var(--primary);
    color: white;
}

.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    width: 2rem;
    height: 2rem;
    margin: 0.5rem;
    border-radius: 0.25rem;
    transition: 0.3s all;
}

.ui-datepicker-header a.ui-corner-all:hover {
    background-color: #ebe7fe;
    color: #fff;
}

.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 0.5rem;
    background-position: 50%;
    transform: rotate(180deg);
}

.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%;
}

.ui-datepicker-header a>span {
    display: none;
}

.ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    padding-bottom: 0.25rem;
}

.ui-datepicker-week-col {
    color: #888;
    font-weight: 400;
    font-size: 0.75rem;
}

label.error {
    color: #ff5269;
    position: absolute;
    bottom: 0;
    margin-bottom: -22px;
    font-size: 12px;
    font-weight: 400;
}

.nice-select {
    display: flex;
    align-items: center;
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}

.nice-select ul {
    width: 100% !important;
}

.nice-select .list {
    background: #262F5A;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #262F5A;
    color: var(--primary);
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select {
    border: 1px solid #cccccc !important;
    height: 60px !important;
}

@media only screen and (max-width: 1199px) {
    .bootstrap-select {
        height: 50px !important;
    }
}

.bootstrap-select.form-control {
    padding: 0 20px;
}

.bootstrap-select .btn {
    height: 100%;
}

.bootstrap-select .btn>div {
    display: flex;
    align-items: center;
}

.bootstrap-select .btn.btn-light:hover {
    background-color: transparent;
    color: var(--primary) !important;
}

.bootstrap-select .btn:before {
    content: "\f078";
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    position: absolute;
    right: 0;
    font-size: 12px;
}

.bootstrap-select .dropdown-toggle {
    border: 0 !important;
    padding: 0;
    font-weight: normal;
    text-transform: unset;
    outline: none;
}

.bootstrap-select .dropdown-toggle:focus {
    outline: 0 !important;
    outline-offset: 0;
}

.bootstrap-select .dropdown-toggle:after {
    content: none;
}

.bootstrap-select.show {
    box-shadow: none !important;
    outline: 0px !important;
}

.bootstrap-select.show .dropdown-toggle {
    box-shadow: none !important;
    outline: 0px !important;
}

.bootstrap-select.show.btn-group .dropdown-menu.inner {
    display: block;
}

.bootstrap-select .dropdown-menu {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-top: -1px;
    padding: 10px 0;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2);
    font-size: 14px;
}

.bootstrap-select .dropdown-menu ul li {
    padding: 0;
}

.bootstrap-select .dropdown-menu ul li a {
    display: block;
    padding: 8px 20px;
    clear: both;
    font-weight: 400;
    color: #333;
    white-space: nowrap;
}

.bootstrap-select .dropdown-menu ul li a img {
    border-radius: 100%;
    -webkit-border-radius: 100%;
    margin-right: 5px;
}

.bootstrap-select .dropdown-menu ul li a:hover {
    background-color: #f2f2f4;
}

.bootstrap-select .dropdown-menu ul li.selected a {
    background-color: var(--primary);
    color: #fff;
}

.bootstrap-select:focus,
.bootstrap-select:active,
.bootstrap-select.active {
    border-color: var(--primary);
}

.input-group {
    margin-bottom: 20px;
}

.input-group-prepend {
    position: absolute;
    left: 10px;
    top: 30px;
    z-index: 99;
    transform: translateY(-50%);
    background-color: transparent;
    border-right: 1px solid #9192a4;
    margin-right: 10px;
}

@media only screen and (max-width: 1199px) {
    .input-group-prepend {
        top: 22px;
    }
}

.input-group-prepend .input-group-text {
    justify-content: center;
    padding: 0;
    width: 40px;
    height: 20px;
    background-color: transparent;
}

.input-group-prepend .input-group-text i {
    color: var(--primary);
    font-size: 22px;
}

.input-group-prepend+.form-control,
.input-group-prepend+.form-control+.bootstrap-select,
.input-group-prepend+.form-control+.custom-file-label {
    padding: 10px 20px 10px 65px;
}

.bootstrap-select.form-control {
    padding: 0 !important;
}

.bootstrap-select.form-control .btn.dropdown-toggle {
    color: #888;
    padding: 0 20px;
}

.bootstrap-select.form-control .btn.dropdown-toggle:before {
    right: 22px;
}

.input-group-prepend+.bootstrap-select.form-control .btn.dropdown-toggle {
    padding-left: 65px;
    padding-right: 30px;
}

.input-group-prepend+textarea.form-control {
    padding: 18px 20px 18px 65px;
}

@media only screen and (max-width: 1199px) {
    .input-group-prepend+textarea.form-control {
        padding: 10px 20px 18px 65px;
    }
}

textarea {
    height: 120px !important;
    resize: none;
}

.bootstrap-select.btn-group {
    padding: 10px 20px;
    border: 1px solid;
    border-color: #cccccc;
}

.bootstrap-select.btn-group.show {
    border-color: var(--primary);
}

.bootstrap-select.btn-group .form-control .dropdown-toggle.btn-default {
    padding: 0;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    font-size: 10px;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
}

.bootstrap-select.btn-group .dropdown-toggle .caret:before {
    content: "\f078";
}

.custom-file-label {
    box-shadow: 0 0px 10px 4px rgba(31, 66, 135, 0.1);
    height: 45px;
    border-radius: 30px !important;
    padding: 10px 20px;
    font-size: 15px;
    border-color: transparent;
}

.custom-file-label:after {
    content: none !important;
}

.dlab-form.style-1 {
    padding: 60px 70px;
    box-shadow: 1px 0px 30px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border-radius: 0.25rem;
}

@media only screen and (max-width: 1199px) {
    .dlab-form.style-1 {
        padding: 30px;
    }
}

.dz-ajax-overlay {
    position: relative;
}

.dz-ajax-overlay:after {
    content: "Loading...";
    height: 100%;
    width: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    letter-spacing: 2px;
    font: 500/14px italic;
    opacity: 0.8;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

.btn {
    padding: 20px 35px;
    display: inline-block;
    border-radius: 0.25rem;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}

.btn i {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    position: relative;
    top: -1px;
}

@media only screen and (max-width: 1199px) {
    .btn {
        padding: 12px 25px;
        font-size: 14px;
    }
}

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

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    border-color: var(--primary-hover);
    background-color: var(--primary-hover);
}

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

.btn-link:hover {
    color: var(--primary-hover);
}

.btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary);
}

.btn-outline-primary:hover {
    border-color: var(--primary-hover);
    background-color: var(--primary-hover);
}

.outline-2 {
    border-width: 2px;
}

.rounded-btn {
    padding: 0;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    line-height: 60px;
    font-size: 24px;
}

.btn.btn-lg,
.btn-group-lg>.btn {
    padding: 16px 42px;
}

.btn.btn-sm,
.btn-group-sm>.btn {
    padding: 12px 25px;
}

.btn-light {
    background-color: #fff;
}

.btn-light:hover {
    background-color: var(--primary);
    color: #fff !important;
    border-color: transparent;
}

.btn-light.text-primary:hover {
    color: #fff !important;
}

.gradient {
    background-image: linear-gradient(to right, #7355f7 0, #4b24f5 51%, #7355f7 100%);
    background-size: 200%;
    border-color: transparent !important;
    transition: all 0.5s;
}

.gradient:active,
.gradient:focus,
.gradient:hover {
    background-position: right center;
}

.gradient-sec {
    background-image: var(--gradient-sec);
    background-size: 200%;
    border-color: transparent !important;
    transition: all 0.5s;
}

.btn-link {
    padding: 0;
    border: 0;
}

.btn-link i {
    display: inline-block;
    overflow: hidden;
}

.btn-link.style-1 {
    position: relative;
    line-height: 1;
}

.btn-link.style-1 span {
    display: inline-block;
    padding: 0px 0px 2px 0;
    position: relative;
}

.btn-link.style-1 span:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: var(--primary);
}

.btn-link.style-1 i {
    font-size: 160%;
    line-height: 0.5;
}

.btn-link:hover,
.btn-link:focus {
    text-decoration: none;
}

.btn-corner {
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}

.btn-corner:hover,
.btn-corner:active,
.btn-corner:focus {
    border-top-left-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-link i {
    display: inline-block;
    overflow: hidden;
}

.btn:hover i:before,
.btn-link:hover i:before {
    display: inline-block;
    -webkit-animation: toLeftFromRight 0.5s forwards;
    -moz-animation: toLeftFromRight 0.5s forwards;
    animation: toLeftFromRight 0.5s forwards;
}

@-webkit-keyframes toLeftFromRight {
    49% {
        -webkit-transform: translateX(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateX(-100%);
    }
    51% {
        opacity: 1;
    }
}

@-moz-keyframes toLeftFromRight {
    49% {
        -moz-transform: translateX(100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateX(-100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes toLeftFromRight {
    49% {
        transform: translateX(100%);
    }
    50% {
        opacity: 0;
        transform: translateX(-100%);
    }
    51% {
        opacity: 1;
    }
}

.table-responsive-sm {
    min-width: 48rem;
}

.table {
    margin-bottom: 0px;
    font-weight: 400;
}

.table tr td,
.table tr th {
    padding: 15px;
}

.table tr th {
    color: #000;
    font-weight: 500;
}

.table-striped thead tr th {
    padding-bottom: 15px !important;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped tfoot {
    border-top: 2px solid #E1E1F0;
}

.table-striped tfoot tr th {
    padding-top: 10px;
}

.dlab-separator {
    display: inline-block;
    height: 4px;
    width: 90px;
    margin-bottom: 10px;
    position: relative;
}

.dlab-separator.m-b0 {
    margin-bottom: 0;
}

.dlab-separator.style-liner {
    width: 20px;
}

.dlab-separator.style-icon {
    width: 30px;
    height: auto;
    text-align: center;
    font-size: 20px;
}

.dlab-separator[class*="style-"]:after,
.dlab-separator[class*="style-"]:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 40px;
    width: 70px;
    height: 2px;
    background: #eee;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.dlab-separator[class*="style-"]:before {
    left: auto;
    right: 40px;
}

.dlab-separator.style-skew {
    width: 15px;
    height: 10px;
    margin-left: 1px;
    margin-right: 1px;
    -moz-transform: skewX(-10deg);
    -webkit-transform: skewX(-10deg);
    -o-transform: skewX(-10deg);
    -ms-transform: skewX(-10deg);
    transform: skewX(-10deg);
}

.dlab-separator.style-skew[class*="style-"]:after,
.dlab-separator.style-skew[class*="style-"]:before {
    width: 80px;
    height: 4px;
    left: 20px;
    -moz-transform: translateY(-50%) skewX(-10deg);
    -webkit-transform: translateY(-50%) skewX(-10deg);
    -o-transform: translateY(-50%) skewX(-10deg);
    -ms-transform: translateY(-50%) skewX(-10deg);
    transform: translateY(-50%) skewX(-10deg);
}

.dlab-separator.style-skew[class*="style-"]:before {
    right: 20px;
    left: auto;
}

.dlab-separator.bnr-title {
    height: 1px;
    width: 155px;
    opacity: 0.5;
}

.dlab-separator.bnr-title:before,
.dlab-separator.bnr-title:after {
    position: absolute;
    content: "";
    background-color: inherit;
}

.dlab-separator.bnr-title:before {
    height: inherit;
    right: -80px;
    width: 25px;
}

.dlab-separator.bnr-title:after {
    height: inherit;
    right: -90px;
    top: 0;
    width: 6px;
}

.dlab-separator.bnr-title i {
    background-color: inherit;
    display: block;
    height: inherit;
    position: absolute;
    right: -50px;
    width: 45px;
}

.dlab-separator-outer {
    overflow: hidden;
}

.icon-bx-xl {
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    width: 150px;
    height: 150px;
    line-height: 150px;
}

.icon-bx-xl.radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.icon-bx-xl i {
    font-size: 80px;
    vertical-align: middle;
}

.icon-bx-xl img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 80px;
}

.icon-bx-lg {
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    width: 120px;
    height: 120px;
    line-height: 120px;
}

.icon-bx-lg.radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.icon-bx-lg i {
    font-size: 60px;
    vertical-align: middle;
}

.icon-bx-lg img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 55px;
}

.icon-bx-md {
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    width: 100px;
    height: 100px;
    line-height: 100px;
}

.icon-bx-md.radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.icon-bx-md i {
    font-size: 45px;
    vertical-align: middle;
}

.icon-bx-md img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 40px;
}

.icon-bx-sm {
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    width: 80px;
    height: 80px;
    line-height: 80px;
}

.icon-bx-sm.radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.icon-bx-sm i {
    font-size: 30px;
    vertical-align: middle;
}

.icon-bx-sm img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 30px;
}

.icon-bx-xs {
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.icon-bx-xs.radius {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.icon-bx-xs i {
    font-size: 20px;
    vertical-align: middle;
}

.icon-bx-xs img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 20px;
}

.icon-xl {
    display: inline-block;
    text-align: center;
    width: 100px;
}

.icon-xl i {
    vertical-align: middle;
    font-size: 80px;
}

.icon-xl img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 80px;
}

.icon-lg {
    display: inline-block;
    text-align: center;
    width: 80px;
    min-width: 80px;
}

.icon-lg i {
    vertical-align: middle;
    font-size: 60px;
}

.icon-lg img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 70px;
}

.icon-md {
    display: inline-block;
    text-align: center;
    width: 60px;
}

.icon-md i {
    vertical-align: middle;
    font-size: 45px;
}

.icon-md img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 50px;
}

.icon-sm {
    display: inline-block;
    text-align: center;
    width: 40px;
}

.icon-sm i {
    vertical-align: middle;
    font-size: 30px;
}

.icon-sm img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 30px;
}

.icon-xs {
    display: inline-block;
    text-align: center;
    width: 30px;
}

.icon-xs i {
    vertical-align: middle;
    font-size: 20px;
}

.icon-xs img {
    vertical-align: middle;
    max-width: 100%;
    width: auto;
    height: 20px;
}

.icon-bx-wraper {
    position: relative;
}

.icon-bx-wraper .dlab-tilte {
    margin-top: 0;
}

.icon-bx-wraper .after-titile-line {
    margin-bottom: 10px;
}

.icon-bx-wraper p:last-child {
    margin: 0;
}

.icon-bx-wraper.center {
    text-align: center;
}

.icon-bx-wraper.left .icon-bx-xl,
.icon-bx-wraper.left .icon-bx-lg,
.icon-bx-wraper.left .icon-bx-md,
.icon-bx-wraper.left .icon-bx-sm,
.icon-bx-wraper.left .icon-bx-xs {
    float: left;
    margin-right: 20px;
}

.icon-bx-wraper.left .icon-xl,
.icon-bx-wraper.left .icon-lg,
.icon-bx-wraper.left .icon-md,
.icon-bx-wraper.left .icon-sm,
.icon-bx-wraper.left .icon-xs {
    float: left;
    margin-right: 10px;
}

.icon-bx-wraper.right {
    text-align: right;
}

.icon-bx-wraper.right .icon-bx-xl,
.icon-bx-wraper.right .icon-bx-lg,
.icon-bx-wraper.right .icon-bx-md,
.icon-bx-wraper.right .icon-bx-sm,
.icon-bx-wraper.right .icon-bx-xs {
    float: right;
    margin-left: 20px;
}

.icon-bx-wraper.right .icon-xl,
.icon-bx-wraper.right .icon-lg,
.icon-bx-wraper.right .icon-md,
.icon-bx-wraper.right .icon-sm,
.icon-bx-wraper.right .icon-xs {
    float: right;
    margin-left: 10px;
}

.icon-bx-wraper.bx-style-1,
.icon-bx-wraper.bx-style-2 {
    border-width: 1px;
    border-style: solid;
    border-color: #ebedf2;
}

.icon-bx-wraper.bx-style-2.center [class*="icon-bx-"] {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.icon-bx-wraper.bx-style-2.center .icon-bx-xl {
    margin-left: -75px;
}

.icon-bx-wraper.bx-style-2.center .icon-bx-lg {
    margin-left: -60px;
}

.icon-bx-wraper.bx-style-2.center .icon-bx-md {
    margin-left: -50px;
}

.icon-bx-wraper.bx-style-2.center .icon-bx-sm {
    margin-left: -40px;
}

.icon-bx-wraper.bx-style-2.center .icon-bx-xs {
    margin-left: -20px;
}

.icon-bx-wraper.bx-style-2.left [class*="icon-bx-"] {
    position: absolute;
    top: auto;
    left: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.icon-bx-wraper.bx-style-2.right [class*="icon-bx-"] {
    position: absolute;
    top: auto;
    right: 0;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.icon-content {
    overflow: hidden;
}

[class*="icon-bx-"][class*="bg-"] a {
    color: #fff;
}

[class*="icon-bx-"].bg-white a {
    color: inherit;
}

[class*="icon-bx-"][class*="border-"] {
    display: table;
    line-height: normal;
    margin-left: auto;
    margin-right: auto;
}

[class*="icon-bx-"][class*="border-"] .icon-cell {
    display: table-cell;
    vertical-align: middle;
}

.dlab-box,
.dlab-info,
.dlab-tilte,
.dlab-tilte-inner {
    position: relative;
}

.dlab-tilte-inner {
    display: inline-block;
}

.dlab-box[class*="border-"],
.dlab-info[class*="border-"] {
    border-color: #eee;
}

.dlab-info.border-1,
.dlab-info.border-2,
.dlab-info.border-3,
.dlab-info.border-4,
.dlab-info.border-5 {
    border-top: none;
}

.border-1,
.border-2,
.border-3,
.border-4,
.border-5 {
    border-style: solid;
}

.border-1 {
    border-width: 1px;
}

.border-2 {
    border-width: 2px;
}

.border-3 {
    border-width: 3px;
}

.border-4 {
    border-width: 4px;
}

.border-5 {
    border-width: 5px;
}

.left-border,
.right-border {
    position: relative;
}

.left-border:before,
.right-border:before {
    content: "";
    position: absolute;
    top: 5px;
    width: 1px;
    height: 90%;
    background: #CCC;
}

.right-border:before {
    right: 0;
}

.dlab-media,
.dlab-post-media {
    position: relative;
    overflow: hidden;
}

.dlab-media img,
.dlab-post-media img {
    width: 100%;
    height: auto;
}

.dlab-box-bg {
    overflow: hidden;
    background-size: cover;
}

.dlab-box-bg .btn {
    overflow: unset;
}

.dlab-box-bg .glyph-icon {
    font-size: 50px;
}

.dlab-box-bg .icon-bx-wraper {
    background-color: #f8f8f8;
}

.dlab-box-bg .text-primary,
.dlab-box-bg .icon-content .dlab-tilte,
.dlab-box-bg .icon-content p,
.dlab-box-bg .icon-box-btn .btn {
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.dlab-box-bg.active .icon-bx-wraper {
    background-color: rgba(0, 0, 0, 0.7);
}

.dlab-box-bg.active .text-primary,
.dlab-box-bg.active .icon-content .dlab-tilte,
.dlab-box-bg.active .icon-content p,
.dlab-box-bg.active .icon-box-btn .btn {
    color: #fff;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.dlab-box-bg .icon-box-btn .btn {
    background-color: #eeeeee;
    padding: 15px 20px;
    text-transform: uppercase;
    font-size: 15px;
    border-radius: 0;
    color: #1abc9c;
    font-weight: 600;
    margin-bottom: 0;
}

.icon-bx-wraper.style-1 {
    padding: 30px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    border-radius: 0.25rem;
    background-color: #fff;
}

@media only screen and (max-width: 1199px) {
    .icon-bx-wraper.style-1 {
        padding: 30px 15px;
    }
}

.icon-bx-wraper.style-1 .dlab-title {
    margin-bottom: 15px;
}

.icon-bx-wraper.style-1>[class*="icon-bx-"] {
    width: 90px;
    height: 90px;
    line-height: 90px;
    margin: 24px 0 45px;
    position: relative;
    z-index: 1;
}

.icon-bx-wraper.style-1>[class*="icon-bx-"]:after {
    content: "";
    position: absolute;
    right: -20px;
    top: -20px;
    height: 133px;
    width: 82px;
    background-position: right;
    z-index: -1;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.icon-bx-wraper.style-1>[class*="icon-bx-"].bg-yellow:after {
    background-image: url(../images/yellow_1.png);
}

.icon-bx-wraper.style-1>[class*="icon-bx-"].bg-red:after {
    background-image: url(../images/red_1.png);
}

.icon-bx-wraper.style-1>[class*="icon-bx-"].bg-green:after {
    background-image: url(../images/green_1.png);
}

.icon-bx-wraper.style-1>[class*="icon-bx-"].bg-skyblue:after {
    background-image: url(../images/skyblue.png);
}

.icon-bx-wraper.style-1>[class*="icon-bx-"].bg-orange:after {
    background-image: url(../images/orange_1.png);
}

.icon-bx-wraper.style-1>[class*="icon-bx-"].bg-maroon:after {
    background-image: url(../images/maroon_1.png);
}

.icon-bx-wraper.style-1:before,
.icon-bx-wraper.style-1:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    transform: scale(0.5);
    z-index: 0;
}

.icon-bx-wraper.style-1:before {
    background-image: url(../images/pattern5.png);
    height: 100%;
    top: -30px;
    left: -30px;
    width: 100%;
}

.icon-bx-wraper.style-1:after {
    background-image: url(../images/pattern6.png);
    height: 290px;
    bottom: -40px;
    right: -30px;
    width: 250px;
}

.icon-bx-wraper.style-1:hover,
.icon-bx-wraper.style-1.active {
    box-shadow: 0 5px 95px 0px rgba(0, 0, 0, 0.08);
    z-index: 1;
}

.icon-bx-wraper.style-1:hover>[class*="icon-bx-"]:after,
.icon-bx-wraper.style-1.active>[class*="icon-bx-"]:after {
    right: 30px;
}

.icon-bx-wraper.style-1:hover:before,
.icon-bx-wraper.style-1:hover:after,
.icon-bx-wraper.style-1.active:before,
.icon-bx-wraper.style-1.active:after {
    opacity: 1;
    transform: scale(1);
}

@media only screen and (max-width: 1400px) {
    .icon-bx-wraper.style-1:before {
        top: -15px;
        left: -15px;
    }
    .icon-bx-wraper.style-1:after {
        bottom: -20px;
        right: -10px;
    }
}

.icon-bx-wraper.style-2 {
    display: flex;
    align-items: center;
}

.icon-bx-wraper.style-2>[class*="icon-bx-"] {
    position: relative;
    margin: 20px !important;
    min-width: 100px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.icon-bx-wraper.style-2>[class*="icon-bx-"] .icon-cell {
    font-size: 50px;
}

.icon-bx-wraper.style-2>[class*="icon-bx-"]:before {
    content: "";
    position: absolute;
    width: 165px;
    height: 165px;
    left: calc(50% - 82px);
    top: calc(50% - 82px);
    background-size: contain;
    z-index: -1;
    background-repeat: no-repeat;
}

.icon-bx-wraper.style-2>[class*="icon-bx-"].text-red:before {
    background-image: url(../images/red.png);
}

.icon-bx-wraper.style-2>[class*="icon-bx-"].text-yellow:before {
    background-image: url(../images/yellow.png);
}

.icon-bx-wraper.style-2>[class*="icon-bx-"].text-green:before {
    background-image: url(../images/green.png);
}

.icon-bx-wraper.style-2>[class*="icon-bx-"].text-skyblue:before {
    background-image: url(../images/skyblue_1.png);
}

.icon-bx-wraper.style-2>[class*="icon-bx-"].text-maroon:before {
    background-image: url(../images/maroon.png);
}

.icon-bx-wraper.style-2>[class*="icon-bx-"].text-orange:before {
    background-image: url(../images/orange.png);
}

.icon-bx-wraper.style-2 .icon-content {
    padding-left: 20px;
}

.icon-bx-wraper.style-2:hover>[class*="icon-bx-"] {
    background-color: transparent !important;
}

.icon-bx-wraper.style-2:hover>[class*="icon-bx-"] .icon-cell {
    color: #fff;
}

.icon-bx-wraper.style-2:hover>[class*="icon-bx-"]:before {
    -webkit-animation: rotate360 5s infinite;
    animation: rotate360 5s infinite;
}

@media only screen and (max-width: 575px) {
    .icon-bx-wraper.style-2>[class*="icon-bx-"] {
        min-width: 80px;
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
    .icon-bx-wraper.style-2>[class*="icon-bx-"]:before {
        width: 126px;
        height: 126px;
        left: calc(50% - 63px);
        top: calc(50% - 63px);
    }
}

.icon-bx-wraper.style-3 {
    box-shadow: 0 0px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    overflow: hidden;
    z-index: 9;
    position: relative;
    z-index: 1;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.icon-bx-wraper.style-3:after {
    content: "";
    position: absolute;
    background-image: var(--gradient);
    background-size: 200%;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    opacity: 0;
    top: 0;
    left: 0;
}

.icon-bx-wraper.style-3>[class*="icon-bx-"] {
    position: relative;
    width: 80px;
    height: 80px;
    line-height: 70px;
    margin-right: 0;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.icon-bx-wraper.style-3>[class*="icon-bx-"] .icon-cell i {
    font-size: 80px;
    line-height: 1;
}

@media only screen and (max-width: 575px) {
    .icon-bx-wraper.style-3>[class*="icon-bx-"] .icon-cell i {
        font-size: 65px;
    }
}

.icon-bx-wraper.style-3:hover:after,
.icon-bx-wraper.style-3.active:after {
    opacity: 1;
}

.icon-bx-wraper.style-3:hover .dlab-title,
.icon-bx-wraper.style-3:hover p,
.icon-bx-wraper.style-3:hover .icon-cell,
.icon-bx-wraper.style-3.active .dlab-title,
.icon-bx-wraper.style-3.active p,
.icon-bx-wraper.style-3.active .icon-cell {
    color: #fff;
}

.icon-bx-wraper.style-3:hover>[class*="icon-bx-"],
.icon-bx-wraper.style-3.active>[class*="icon-bx-"] {
    background-color: rgba(255, 255, 255, 0.2);
}

.icon-bx-wraper.style-3:hover .wraper-effect,
.icon-bx-wraper.style-3.active .wraper-effect {
    right: -150px;
    bottom: -150px;
}

.icon-bx-wraper.style-3 .icon-content .dlab-title {
    font-weight: 800;
}

.icon-bx-wraper.style-3.left .icon-content {
    padding-left: 25px;
}

.icon-bx-wraper.style-3.left:hover>[class*="icon-bx-"],
.icon-bx-wraper.style-3.left.active>[class*="icon-bx-"] {
    background-color: transparent;
}

.icon-bx-wraper.style-3.left:hover>[class*="icon-bx-"]:after,
.icon-bx-wraper.style-3.left.active>[class*="icon-bx-"]:after {
    background-color: rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 767px) {
    .icon-bx-wraper.style-3.left {
        margin-right: 0;
        margin-left: 0;
    }
}

@media only screen and (max-width: 575px) {
    .icon-bx-wraper.style-3.left {
        padding: 30px 20px 30px 15px;
    }
    .icon-bx-wraper.style-3.left>[class*="icon-bx-"]:after {
        height: 70px;
        top: 0;
    }
    .icon-bx-wraper.style-3.left .icon-content {
        padding-left: 15px;
    }
}

.icon-bx-wraper.style-4 {
    background-color: #fff;
    border-radius: 0.25rem;
    box-shadow: 0 0px 60px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.icon-bx-wraper.style-4 .icon-bx-sm {
    width: 70px;
    height: 70px;
    line-height: 70px;
}

.icon-bx-wraper.style-4 .icon-bx-sm i {
    font-size: 35px;
}

.icon-bx-wraper.style-4 .title {
    font-size: 20px;
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
}

@media only screen and (max-width: 1199px) {
    .icon-bx-wraper.style-4 .title {
        font-size: 16px;
    }
}

.icon-bx-wraper.style-4 .counter-title {
    font-size: 65px;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    line-height: 1;
}

.icon-bx-wraper.style-4:hover {
    transform: translateY(-15px);
}

@media only screen and (max-width: 1199px) {
    .icon-bx-wraper.style-4 {
        padding: 30px 20px;
    }
    .icon-bx-wraper.style-4 .counter-title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .icon-bx-wraper.style-4 {
        padding: 30px 20px;
    }
}

.icon-bx-wraper.style-5 {
    padding: 35px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    border-radius: 0.25rem;
}

.icon-bx-wraper.style-5 .btn {
    height: 45px;
    width: 45px;
    text-align: center;
    border-radius: 50px;
    padding: 0;
    line-height: 45px;
    font-size: 20px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.icon-bx-wraper.style-5 .btn:after {
    content: "";
    background-image: var(--gradient-sec);
    position: absolute;
    width: 100%;
    background-size: 200%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.icon-bx-wraper.style-5 .icon-bx {
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #e7e5ee;
    width: 165px;
    height: 165px;
    margin: auto;
    line-height: 160px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.icon-bx-wraper.style-5 .icon-bx:before,
.icon-bx-wraper.style-5 .icon-bx:after {
    content: "";
    background-image: url(../images/pattern10.png);
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.icon-bx-wraper.style-5 .icon-bx:after {
    background-position: center;
    background-repeat: no-repeat;
}

.icon-bx-wraper.style-5 .icon-bx:before {
    background-image: var(--gradient-sec);
    background-size: 200%;
    opacity: 0;
}

.icon-bx-wraper.style-5 .icon-bx .icon-cell {
    font-size: 60px;
    color: #37226d;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.icon-bx-wraper.style-5:hover,
.icon-bx-wraper.style-5.active {
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
}

.icon-bx-wraper.style-5:hover .btn,
.icon-bx-wraper.style-5.active .btn {
    border-color: transparent !important;
    color: #fff;
}

.icon-bx-wraper.style-5:hover .btn:after,
.icon-bx-wraper.style-5.active .btn:after {
    opacity: 1;
}

.icon-bx-wraper.style-5:hover .icon-bx:before,
.icon-bx-wraper.style-5.active .icon-bx:before {
    opacity: 1;
}

.icon-bx-wraper.style-5:hover .icon-bx .icon-cell,
.icon-bx-wraper.style-5.active .icon-bx .icon-cell {
    color: #fff;
}

.icon-bx-wraper.style-6 {
    padding: 10px 40px;
}

.icon-bx-wraper.style-6>[class*="icon-bx-"] {
    box-shadow: 0 0px 10px 4px rgba(31, 66, 135, 0.1);
    margin-bottom: 25px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.icon-bx-wraper.style-6>[class*="icon-bx-"]:after {
    content: "";
    position: absolute;
    background-image: var(--gradient);
    background-size: 200%;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    opacity: 0;
    top: 0;
    left: 0;
}

.icon-bx-wraper.style-6 .icon-bx-sm .icon-cell i {
    font-size: 40px;
}

.icon-bx-wraper.style-6 .icon-bx-lg .icon-cell i {
    font-size: 50px;
}

.icon-bx-wraper.style-6:hover>[class*="icon-bx-"]:after {
    opacity: 1;
}

.icon-bx-wraper.style-6:hover>[class*="icon-bx-"] .icon-cell {
    color: #fff !important;
}

@media only screen and (max-width: 1199px) {
    .icon-bx-wraper.style-6 {
        padding: 0;
    }
}

.icon-bx-wraper.style-7 {
    border-radius: 0.5rem;
    background: #fff;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.icon-bx-wraper.style-7:hover {
    transform: translateY(-15px);
}

.icon-bx-wraper.style-7 .icon-media {
    margin-bottom: 25px;
}

.icon-bx-wraper.style-7 .icon-content .dlab-title {
    margin-bottom: 15px;
}

.icon-bx-wraper.style-8 {
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    padding: 15px;
}

.icon-bx-wraper.style-8 .icon-bx-sm {
    background: var(--rgba-primary-1);
    background-size: 200%;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.icon-bx-wraper.style-8 .icon-bx-sm:after {
    content: "";
    position: absolute;
    background-image: var(--gradient);
    background-size: 200%;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    opacity: 0;
    top: 0;
    left: 0;
}

.icon-bx-wraper.style-8 .icon-bx-sm a {
    color: var(--primary);
}

.icon-bx-wraper.style-8 .icon-bx-sm i {
    font-size: 45px;
}

.icon-bx-wraper.style-8:hover {
    background: #fff;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
}

.icon-bx-wraper.style-8:hover .icon-bx-sm:after {
    opacity: 1;
}

.icon-bx-wraper.style-8:hover .icon-bx-sm a {
    color: #fff;
}

.icon-bx-wraper.style-9 {
    box-shadow: 0 0 95px 0px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 0.25rem;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.icon-bx-wraper.style-9:hover {
    transform: translateY(-10px);
}

.icon-bx-wraper.style-9.center .icon-bx-sm {
    margin-left: auto;
    margin-right: auto;
}

.icon-bx-wraper.style-9 .icon-bx-sm {
    margin-top: -70px;
    margin-bottom: 20px;
    box-sizing: border-box;
    position: relative;
    top: 0px;
    display: block;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
}

.icon-bx-wraper.style-9 .icon-bx-sm i {
    font-size: 40px;
}

.icon-bx-wraper.style-9 .icon-content .dlab-title {
    margin-bottom: 10px;
}

.icon-bx-wraper.style-9 .icon-content p {
    font-size: 20px;
    margin-bottom: 5px;
    line-height: 1.4;
}

@media only screen and (max-width: 1199px) {
    .icon-bx-wraper.style-9 .icon-content p {
        font-size: 16px;
    }
}

.icon-bx-wraper.style-10 {
    padding: 26px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    border-radius: 1.5rem;
    position: relative;
    background: #fff;
}

.icon-bx-wraper.style-10::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    background: var(--primary);
    width: 100%;
    height: 100%;
    border-radius: 1.5rem;
    z-index: -1;
    transform: rotate(0deg);
    opacity: 0;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.icon-bx-wraper.style-10 .btn {
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 50%;
    font-size: 20px;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    margin: auto;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    background: var(--rgba-primary-1);
}

.icon-bx-wraper.style-10 .btn i {
    color: var(--primary);
    font-weight: 600;
    font-size: 1.2rem;
}

.icon-bx-wraper.style-10 .icon-bx {
    position: relative;
    z-index: 1;
    width: 114px;
    height: 134px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
    margin: auto;
    line-height: 160px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.icon-bx-wraper.style-10 .icon-bx:before {
    content: "";
}

.icon-bx-wraper.style-10 .icon-bx:after {
    background-position: center;
    background-repeat: no-repeat;
}

.icon-bx-wraper.style-10 .icon-bx>svg {
    position: absolute;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    color: var(--rgba-primary-1);
    top: -5px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.icon-bx-wraper.style-10 .icon-bx .icon-cell svg {
    color: var(--primary);
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.icon-bx-wraper.style-10 .icon-bx .icon-cell i {
    font-size: 52px;
    color: var(--primary);
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.icon-bx-wraper.style-10 .icon-content {
    overflow: unset;
}

.icon-bx-wraper.style-10 .icon-content .dlab-title {
    font-size: 1.25rem;
    margin-top: 16px;
}

.icon-bx-wraper.style-10 .icon-content p {
    font-size: 14px;
}

.icon-bx-wraper.style-10:hover,
.icon-bx-wraper.style-10.active {
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
}

.icon-bx-wraper.style-10:hover::before,
.icon-bx-wraper.style-10.active::before {
    opacity: 1;
    transform: rotate(-4deg);
}

.icon-bx-wraper.style-10:hover .btn,
.icon-bx-wraper.style-10.active .btn {
    border-color: transparent !important;
    background: var(--primary);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.3);
}

.icon-bx-wraper.style-10:hover .btn i,
.icon-bx-wraper.style-10.active .btn i {
    color: #fff;
}

.icon-bx-wraper.style-10:hover .icon-bx:before,
.icon-bx-wraper.style-10.active .icon-bx:before {
    opacity: 1;
}

.icon-bx-wraper.style-10:hover .icon-bx>svg,
.icon-bx-wraper.style-10.active .icon-bx>svg {
    color: var(--primary);
}

.icon-bx-wraper.style-10:hover .icon-bx .icon-cell i,
.icon-bx-wraper.style-10:hover .icon-bx .icon-cell svg,
.icon-bx-wraper.style-10.active .icon-bx .icon-cell i,
.icon-bx-wraper.style-10.active .icon-bx .icon-cell svg {
    color: #fff;
}

@media only screen and (max-width: 575px) {
    .icon-bx-wraper.style-10:hover:before,
    .icon-bx-wraper.style-10.active:before {
        transform: rotate(-2deg);
    }
}

.icon-bx-wraper.style-11 {
    box-shadow: 0 0px 60px 0px rgba(0, 0, 0, 0.1);
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    z-index: 9;
    position: relative;
    z-index: 1;
    display: flex;
}

@media only screen and (max-width: 1199px) {
    .icon-bx-wraper.style-11 {
        justify-content: center;
    }
}

.icon-bx-wraper.style-11::before,
.icon-bx-wraper.style-11::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.2;
    border-radius: 0.5rem;
    z-index: -1;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.icon-bx-wraper.style-11:hover::before,
.icon-bx-wraper.style-11.active::before {
    transform: rotate(-4.73deg);
}

.icon-bx-wraper.style-11 .icon-content .dlab-title {
    font-weight: 700;
    font-size: 50px;
}

.icon-bx-wraper.style-11 .icon-content p {
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    color: var(--primary);
}

.icon-bx-wraper.style-11.left:hover>[class*="icon-bx-"],
.icon-bx-wraper.style-11.left.active>[class*="icon-bx-"] {
    background-color: transparent;
}

.icon-bx-wraper.style-11.left:hover>[class*="icon-bx-"]:after,
.icon-bx-wraper.style-11.left.active>[class*="icon-bx-"]:after {
    background-color: rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 767px) {
    .icon-bx-wraper.style-11.left {
        margin-right: 0;
        margin-left: 0;
    }
}

@media only screen and (max-width: 575px) {
    .icon-bx-wraper.style-11.left {
        padding: 30px 20px 30px 15px;
    }
    .icon-bx-wraper.style-11.left>[class*="icon-bx-"]:after {
        height: 70px;
        top: 0;
    }
    .icon-bx-wraper.style-11.left .icon-content {
        padding-left: 15px;
    }
}

.icon-bx-wraper.style-11 .icon-cell img {
    width: 85%;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .icon-bx-wraper.style-11 {
        padding: 15px;
    }
    .icon-bx-wraper.style-11 .icon-bx-sm {
        width: 70px;
        height: 70px;
        line-height: 70px;
        margin-right: 10px;
    }
    .icon-bx-wraper.style-11 .icon-content .dlab-title {
        font-size: 42px;
    }
}

.icon-bx-wraper.style-12 {
    position: relative;
    margin: 50px;
}

@media only screen and (max-width: 1199px) {
    .icon-bx-wraper.style-12 {
        margin: 0;
    }
}

@media only screen and (max-width: 991px) {
    .icon-bx-wraper.style-12 {
        margin: 120px;
    }
}

@media only screen and (max-width: 767px) {
    .icon-bx-wraper.style-12 {
        margin: 18px;
    }
}

.icon-bx-wraper.style-12 .nav-tabs {
    border: 0;
    --radius: 235px;
    height: calc(var(--radius) * 2);
    width: calc(var(--radius) * 2);
    display: grid;
    grid-template-areas: "layer";
    place-items: center;
}

@media only screen and (max-width: 1191px) {
    .icon-bx-wraper.style-12 .nav-tabs {
        --radius: 225px;
    }
}

@media only screen and (max-width: 767px) {
    .icon-bx-wraper.style-12 .nav-tabs {
        --radius: 235px;
    }
}

.icon-bx-wraper.style-12 .nav-tabs .nav-item {
    grid-area: layer;
    display: grid;
    place-items: center;
    --d: calc(var(--sr-item) / var(--sr-total));
    --r-offset: -0.17turn;
    --r-amount: 1turn;
    --r: calc((var(--r-amount) * var(--d)) + var(--r-offset));
    --transform: rotate(var(--r)) translate(var(--radius)) rotate(calc(-1 * var(--r)));
    transform: var(--transform);
    transition: transform 1.5s ease-in-out;
    position: relative;
    z-index: 2;
}

.icon-bx-wraper.style-12 .nav-tabs .nav-item .nav-link {
    border: 0;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 7px 15px 50px rgba(42, 66, 140, 0.25);
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    border: none;
}

.icon-bx-wraper.style-12 .nav-tabs .nav-item .nav-link img {
    width: 40px;
}

.icon-bx-wraper.style-12 .nav-tabs .nav-item .nav-link.active {
    border: 2px solid var(--primary);
}

.icon-bx-wraper.style-12 .tab-content {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 50%;
    border: 1px dashed var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 35px;
}

.icon-bx-wraper.style-12 .tab-content .tab-pane {
    padding: 0 50px;
}

.icon-bx-wraper.style-12 .tab-content .tab-pane .icon-bx-wraper .icon-bx {
    width: 60px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.icon-bx-wraper.style-12 .tab-content .tab-pane .icon-bx-wraper .icon-bx::before,
.icon-bx-wraper.style-12 .tab-content .tab-pane .icon-bx-wraper .icon-bx::after {
    display: none;
}

@media only screen and (max-width: 575px) {
    .icon-bx-wraper.style-12 .nav-tabs {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
        gap: 1rem;
        height: auto;
        --radius: 0;
    }
    .icon-bx-wraper.style-12 .nav-tabs .nav-item .nav-link {
        width: 60px;
        height: 60px;
        box-shadow: 7px 15px 40px rgba(42, 66, 140, 0.15);
    }
    .icon-bx-wraper.style-12 .nav-tabs .nav-item .nav-link img {
        width: 28px;
    }
    .icon-bx-wraper.style-12 .tab-content {
        position: static;
        border: none;
        padding: 0;
        margin-top: 40px;
        padding-bottom: 0;
    }
    .icon-bx-wraper.style-12 .tab-content .tab-pane {
        padding: 0;
        position: static;
    }
}

.icon-bx-wraper.style-13 {
    background: var(--primary-light);
    display: flex;
    align-items: center;
    padding: 1rem;
    column-gap: 2rem;
    border-radius: 0.5rem;
    position: relative;
    z-index: 12;
}

@media only screen and (max-width: 575px) {
    .icon-bx-wraper.style-13 {
        column-gap: 25px;
    }
}

.icon-bx-wraper.style-13 .icon-cell {
    height: 100%;
    min-width: 90px;
    display: block;
    border-radius: 6px;
    overflow: hidden;
}

.icon-bx-wraper.style-13 .icon-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.icon-bx-wraper.style-13 .post-date {
    padding: 4px 10px;
    background: var(--primary);
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin-bottom: 7px;
    font-size: 12px;
}

.icon-bx-wraper.style-13 .dlab-title {
    font-weight: 600;
    font-size: 16px;
    margin: 0;
}

@media only screen and (max-width: 1199px) {
    .icon-bx-wraper.style-13 .dlab-title {
        font-size: 14px;
    }
}

.icon-bx-wraper.style-14 {
    padding: 35px 30px;
    background: #FFFFFF;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    border: none;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.icon-bx-wraper.style-14 .icon-bx .icon-cell i {
    font-size: 50px;
    color: var(--primary);
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.icon-bx-wraper.style-14 .icon-content .dlab-title {
    font-size: 20px;
    font-weight: 600;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.icon-bx-wraper.style-14 .btn {
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    border: 0;
}

.icon-bx-wraper.style-14.active,
.icon-bx-wraper.style-14:hover {
    background: var(--primary);
    color: #fff;
}

.icon-bx-wraper.style-14.active .icon-cell i,
.icon-bx-wraper.style-14.active .icon-content .dlab-title,
.icon-bx-wraper.style-14:hover .icon-cell i,
.icon-bx-wraper.style-14:hover .icon-content .dlab-title {
    color: #fff !important;
}

.icon-bx-wraper.style-14.active .btn,
.icon-bx-wraper.style-14:hover .btn {
    border: none;
    background: #fff;
    color: var(--primary);
}

@keyframes rotate360 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.site-filters {
    margin-bottom: 30px;
}

.site-filters ul {
    margin: 0;
    list-style: none;
}

.site-filters li {
    display: inline-block;
    padding: 0;
    margin-bottom: 3px;
}

.site-filters li.btn {
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: none !important;
}

.site-filters li input {
    display: none;
}

.site-filters li a {
    margin: 0 5px 5px 0;
}

.site-filters li.active [class*="btn"] {
    color: #fff;
    background-color: #EFBB20;
}

.site-filters.center {
    text-align: center;
}

.site-filters.center ul {
    display: inline-block;
    margin: auto;
}

.site-filters.center [class*="btn"] {
    display: inline-block;
    margin: 0 5px 10px;
    text-transform: uppercase;
}

@media only screen and (max-width: 575px) {
    .site-filters.center [class*="btn"] {
        margin: 0 1px 5px;
        padding: 5px 10px;
        font-size: 12px;
    }
}

.site-filters.style-1 .filters {
    justify-content: center;
}

.site-filters.style-1 .filters li {
    margin: 0;
    padding: 0;
}

.site-filters.style-1 .filters li a {
    font-size: 15px;
    color: #5e5e5e;
    padding: 6px 25px;
    border-radius: 30px;
    display: block;
    margin: 0;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.site-filters.style-1 .filters li.active a {
    background-color: var(--primary);
    box-shadow: 0 2px 15px var(--rgba-primary-5);
    color: #fff;
}

@media only screen and (max-width: 1199px) {
    .site-filters.style-1 .filters li a {
        font-size: 16px;
        padding: 10px 25px;
    }
}

@media only screen and (max-width: 991px) {
    .site-filters.style-1 .filters {
        display: block;
    }
    .site-filters.style-1 .filters li {
        margin: 0;
    }
    .site-filters.style-1 .filters li a {
        font-size: 14px;
        padding: 8px 18px;
    }
}

@media only screen and (max-width: 575px) {
    .site-filters.style-1 {
        background-color: transparent;
        padding: 0;
    }
    .site-filters.style-1 .filters li {
        margin: 0;
    }
    .site-filters.style-1 .filters li a {
        padding: 8px 12px;
    }
}

.site-filters.style-2 .filters li {
    margin: 0 15px 10px;
}

.site-filters.style-2 .filters li a {
    border-bottom: 3px solid;
    border-color: transparent;
    font-size: 15px;
    color: #636363;
    text-transform: capitalize;
    margin: 0;
    padding: 0 0 5px;
    font-weight: 400;
}

.site-filters.style-2 .filters li.active a {
    border-color: var(--primary);
    color: var(--primary);
}

@media only screen and (max-width: 575px) {
    .site-filters.style-2 .filters li {
        margin: 0 5px 5px;
    }
    .site-filters.style-2 .filters li a {
        font-size: 14px;
        border-bottom: 2px;
    }
}

.site-filters.style-3 .filters li {
    margin: 0;
    padding: 0;
}

.site-filters.style-3 .filters li a {
    font-size: 15px;
    color: #1f2471;
    text-transform: capitalize;
    background-color: rgba(115, 85, 247, 0.1);
    padding: 7px 25px;
    border-radius: 30px;
    display: block;
    margin: 0 5px 5px 5px;
}

@media only screen and (max-width: 1199px) {
    .site-filters.style-3 .filters li a {
        padding: 7px 15px;
    }
}

.site-filters.style-3 .filters li.active a {
    background-image: var(--gradient-sec);
    background-size: 200%;
    color: #fff;
    box-shadow: 0 2px 15px rgba(31, 36, 113, 0.5);
}

@media only screen and (max-width: 767px) {
    .site-filters.style-3 .filters li {
        margin: 0;
    }
    .site-filters.style-3 .filters li a {
        font-size: 13px;
        padding: 8px 15px;
        margin-left: 0;
        margin-right: 0;
    }
}

.dlab-img-overlay1,
.dlab-img-overlay2,
.dlab-img-overlay3,
.dlab-img-overlay4,
.dlab-img-overlay5,
.dlab-img-overlay6,
.dlab-img-overlay7,
.dlab-img-overlay8,
.dlab-img-overlay9,
.dlab-img-overlay11,
.dlab-img-overlay12 {
    position: relative;
}

.dlab-img-overlay1:before,
.dlab-img-overlay1:after,
.dlab-img-overlay2:before,
.dlab-img-overlay2:after,
.dlab-img-overlay3:before,
.dlab-img-overlay3:after,
.dlab-img-overlay4:before,
.dlab-img-overlay4:after,
.dlab-img-overlay5:before,
.dlab-img-overlay5:after,
.dlab-img-overlay6:before,
.dlab-img-overlay6:after,
.dlab-img-overlay7:before,
.dlab-img-overlay7:after,
.dlab-img-overlay8:before,
.dlab-img-overlay8:after,
.dlab-img-overlay9:before,
.dlab-img-overlay9:after,
.dlab-img-overlay11:before,
.dlab-img-overlay11:after,
.dlab-img-overlay12:before,
.dlab-img-overlay12:after {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0.4;
    z-index: 1;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.dlab-img-overlay1.overlay-primary,
.dlab-img-overlay2.overlay-primary,
.dlab-img-overlay3.overlay-primary,
.dlab-img-overlay4.overlay-primary,
.dlab-img-overlay5.overlay-primary,
.dlab-img-overlay6.overlay-primary,
.dlab-img-overlay7.overlay-primary,
.dlab-img-overlay8.overlay-primary,
.dlab-img-overlay9.overlay-primary,
.dlab-img-overlay11.overlay-primary,
.dlab-img-overlay12.overlay-primary {
    background: var(--primary);
}

.dlab-box:hover .dlab-img-overlay1:before {
    opacity: 0.5;
}

.dlab-box:hover .dlab-img-overlay2:before {
    opacity: 0.9;
}

.dlab-box:hover .dlab-img-overlay3:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.dlab-box:hover .dlab-img-overlay4:before {
    width: 100%;
    left: 0;
}

.dlab-box:hover .dlab-img-overlay5:before {
    height: 100%;
    top: 0;
}

.dlab-box:hover .dlab-img-overlay6:before {
    height: 100%;
}

.dlab-box:hover .dlab-img-overlay7:before,
.dlab-box:hover .dlab-img-overlay7:after {
    width: 50%;
}

.dlab-box:hover .dlab-img-overlay8:before,
.dlab-box:hover .dlab-img-overlay8:after {
    width: 100%;
    opacity: 0.3;
}

.dlab-box:hover .dlab-img-overlay9:before,
.dlab-box:hover .dlab-img-overlay9:after {
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

.dlab-img-overlay1:before {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.dlab-img-overlay1:hover:before {
    opacity: 0.5;
}

.dlab-img-overlay2:before {
    width: 100%;
    height: 100%;
    opacity: 0;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.dlab-img-overlay2:before:hover:before {
    opacity: 0.9;
}

.dlab-img-overlay3:before {
    left: 50%;
    top: 50%;
}

.dlab-img-overlay3:hover:before {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.dlab-img-overlay4:before {
    left: 50%;
    top: 0;
    height: 100%;
}

.dlab-img-overlay4:hover:before {
    width: 100%;
    left: 0;
}

.dlab-img-overlay5:before {
    left: 0;
    top: 50%;
    width: 100%;
}

.dlab-img-overlay5:hover:before {
    height: 100%;
    top: 0;
}

.dlab-img-overlay6:before {
    left: 0;
    top: auto;
    bottom: 0;
    width: 100%;
}

.dlab-img-overlay6:hover:before {
    height: 100%;
}

.dlab-img-overlay7:before,
.dlab-img-overlay7:after {
    height: 100%;
}

.dlab-img-overlay7:after {
    left: auto;
    right: 0;
}

.dlab-img-overlay7:hover:before,
.dlab-img-overlay7:hover:after {
    width: 50%;
}

.dlab-img-overlay8:before,
.dlab-img-overlay8:after {
    height: 100%;
}

.dlab-img-overlay8:after {
    left: auto;
    right: 0;
}

.dlab-img-overlay8:hover:before,
.dlab-img-overlay8:hover:after {
    width: 100%;
    opacity: 0.3;
}

.dlab-img-overlay9:before:before,
.dlab-img-overlay9:before:after,
.dlab-img-overlay9:after:before,
.dlab-img-overlay9:after:after {
    left: auto;
    right: 0;
    top: auto;
    bottom: 0;
}

.dlab-img-overlay9:before:hover:before,
.dlab-img-overlay9:before:hover:after,
.dlab-img-overlay9:after:hover:before,
.dlab-img-overlay9:after:hover:after {
    width: 100%;
    height: 100%;
    opacity: 0.3;
}


/*  */

.overlay-black-light,
.overlay-black-middle,
.overlay-black-dark,
.overlay-gradient-light,
.overlay-gradient-middle,
.overlay-gradient-dark,
.overlay-white-light,
.overlay-white-middle,
.overlay-white-dark,
.overlay-primary-light,
.overlay-primary-middle,
.overlay-primary-dark,
.overlay-primary,
.overlay-secondary-light,
.overlay-secondary-middle,
.overlay-secondary-dark,
.overlay-secondary {
    position: relative;
}

.overlay-black-light:before,
.overlay-black-middle:before,
.overlay-black-dark:before,
.overlay-gradient-light:before,
.overlay-gradient-middle:before,
.overlay-gradient-dark:before,
.overlay-white-light:before,
.overlay-white-middle:before,
.overlay-white-dark:before,
.overlay-primary-light:before,
.overlay-primary-middle:before,
.overlay-primary-dark:before,
.overlay-primary:before,
.overlay-secondary-light:before,
.overlay-secondary-middle:before,
.overlay-secondary-dark:before,
.overlay-secondary:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.overlay-black-light .container,
.overlay-black-light .container-fluid,
.overlay-black-light .container-sm,
.overlay-black-light .container-md,
.overlay-black-light .container-lg,
.overlay-black-light .container-xl,
.overlay-black-middle .container,
.overlay-black-middle .container-fluid,
.overlay-black-middle .container-sm,
.overlay-black-middle .container-md,
.overlay-black-middle .container-lg,
.overlay-black-middle .container-xl,
.overlay-black-dark .container,
.overlay-black-dark .container-fluid,
.overlay-black-dark .container-sm,
.overlay-black-dark .container-md,
.overlay-black-dark .container-lg,
.overlay-black-dark .container-xl,
.overlay-gradient-light .container,
.overlay-gradient-light .container-fluid,
.overlay-gradient-light .container-sm,
.overlay-gradient-light .container-md,
.overlay-gradient-light .container-lg,
.overlay-gradient-light .container-xl,
.overlay-gradient-middle .container,
.overlay-gradient-middle .container-fluid,
.overlay-gradient-middle .container-sm,
.overlay-gradient-middle .container-md,
.overlay-gradient-middle .container-lg,
.overlay-gradient-middle .container-xl,
.overlay-gradient-dark .container,
.overlay-gradient-dark .container-fluid,
.overlay-gradient-dark .container-sm,
.overlay-gradient-dark .container-md,
.overlay-gradient-dark .container-lg,
.overlay-gradient-dark .container-xl,
.overlay-white-light .container,
.overlay-white-light .container-fluid,
.overlay-white-light .container-sm,
.overlay-white-light .container-md,
.overlay-white-light .container-lg,
.overlay-white-light .container-xl,
.overlay-white-middle .container,
.overlay-white-middle .container-fluid,
.overlay-white-middle .container-sm,
.overlay-white-middle .container-md,
.overlay-white-middle .container-lg,
.overlay-white-middle .container-xl,
.overlay-white-dark .container,
.overlay-white-dark .container-fluid,
.overlay-white-dark .container-sm,
.overlay-white-dark .container-md,
.overlay-white-dark .container-lg,
.overlay-white-dark .container-xl,
.overlay-primary-light .container,
.overlay-primary-light .container-fluid,
.overlay-primary-light .container-sm,
.overlay-primary-light .container-md,
.overlay-primary-light .container-lg,
.overlay-primary-light .container-xl,
.overlay-primary-middle .container,
.overlay-primary-middle .container-fluid,
.overlay-primary-middle .container-sm,
.overlay-primary-middle .container-md,
.overlay-primary-middle .container-lg,
.overlay-primary-middle .container-xl,
.overlay-primary-dark .container,
.overlay-primary-dark .container-fluid,
.overlay-primary-dark .container-sm,
.overlay-primary-dark .container-md,
.overlay-primary-dark .container-lg,
.overlay-primary-dark .container-xl,
.overlay-primary .container,
.overlay-primary .container-fluid,
.overlay-primary .container-sm,
.overlay-primary .container-md,
.overlay-primary .container-lg,
.overlay-primary .container-xl,
.overlay-secondary-light .container,
.overlay-secondary-light .container-fluid,
.overlay-secondary-light .container-sm,
.overlay-secondary-light .container-md,
.overlay-secondary-light .container-lg,
.overlay-secondary-light .container-xl,
.overlay-secondary-middle .container,
.overlay-secondary-middle .container-fluid,
.overlay-secondary-middle .container-sm,
.overlay-secondary-middle .container-md,
.overlay-secondary-middle .container-lg,
.overlay-secondary-middle .container-xl,
.overlay-secondary-dark .container,
.overlay-secondary-dark .container-fluid,
.overlay-secondary-dark .container-sm,
.overlay-secondary-dark .container-md,
.overlay-secondary-dark .container-lg,
.overlay-secondary-dark .container-xl,
.overlay-secondary .container,
.overlay-secondary .container-fluid,
.overlay-secondary .container-sm,
.overlay-secondary .container-md,
.overlay-secondary .container-lg,
.overlay-secondary .container-xl {
    position: relative;
    z-index: 1;
}

.overlay-black-light:before,
.overlay-black-middle:before,
.overlay-black-dark:before {
    background: #000;
}

.overlay-gradient-light:before,
.overlay-gradient-middle:before,
.overlay-gradient-dark:before {
    background: var(--gradient);
    background-size: 200%;
}

.overlay-white-light:before,
.overlay-white-middle:before,
.overlay-white-dark:before {
    background: #FFF;
}

.overlay-primary-light:before,
.overlay-primary-middle:before,
.overlay-primary-dark:before,
.overlay-primary:before {
    background: var(--primary);
}

.overlay-secondary-light:before,
.overlay-secondary-middle:before,
.overlay-secondary-dark:before,
.overlay-secondary:before {
    background: #000;
}

.overlay-primary-light:before,
.overlay-secondary-light:before,
.overlay-white-light:before,
.overlay-gradient-light:before,
.overlay-black-light:before {
    opacity: 0.3;
}

.overlay-primary-middle:before,
.overlay-secondary-middle:before,
.overlay-white-middle:before,
.overlay-gradient-middle:before,
.overlay-black-middle:before {
    opacity: 0.5;
}

.overlay-primary-dark:before,
.overlay-secondary-dark:before,
.overlay-white-dark:before,
.overlay-gradient-dark:before,
.overlay-black-dark:before {
    opacity: 0.8;
}

.overlay-bx {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.overlay-bx .align-b {
    height: auto;
    left: 0;
    list-style: outside none none;
    margin: 0;
    position: absolute;
    top: auto;
    bottom: 0;
    width: 100%;
    transform: translate(0);
    -o-transform: translate(0);
    -moz-transform: translate(0);
    -webkit-transform: translate(0);
}

.overlay-bx .align-m {
    height: auto;
    left: 50%;
    list-style: outside none none;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 10px;
}

.overlay-icon {
    height: auto;
    left: 50%;
    list-style: outside none none;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 100%;
    padding: 0 10px;
}

.overlay-icon a {
    display: inline-block;
    padding: 0;
    margin: 0 2px;
}

.overlay-icon a i {
    background-color: #FFF;
}

.overlay-bx:hover a>i,
.dlab-media:hover .overlay-bx a>i,
.dlab-box-bx:hover .overlay-bx a>i {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.overlay-bx:hover,
.dlab-media:hover .overlay-bx,
.dlab-box:hover .overlay-bx,
.ow-img:hover .overlay-bx,
.ow-portfolio-img:hover .overlay-bx {
    opacity: 1;
    visibility: visible;
}

.gallery-box-1 .overlay-bx .overlay-icon span i,
.gallery-box-1 .overlay-bx .overlay-icon a i {
    background-color: #000;
    color: #fff;
    border-radius: 50px;
    font-size: 14px;
    cursor: pointer;
}

.gallery-box-1 .overlay-bx .icon-bx-xs {
    width: 60px;
    height: 60px;
    line-height: 60px;
}


/* Shine */

.overlay-shine {
    position: relative;
    overflow: hidden;
}

.overlay-shine:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.dlab-team.style-1 .dlab-media {
    position: relative;
    overflow: hidden;
}

.dlab-team.style-1 .dlab-media:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.dlab-team.style-1:hover .dlab-media:before,
.overlay-shine:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}


/* info box show */

.dlab-info-has {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    padding: 30px 15px 40px;
    opacity: 0;
    margin-bottom: -100px;
    z-index: 2;
}

.dlab-info-has.p-a15 {
    padding: 15px;
}

.dlab-info-has.p-a20 {
    padding: 20px;
}

.dlab-info-has h1,
.dlab-info-has .h1,
.dlab-info-has h2,
.dlab-info-has .h2,
.dlab-info-has h3,
.dlab-info-has .h3,
.dlab-info-has h4,
.dlab-info-has .h4,
.dlab-info-has h5,
.dlab-info-has .h5,
.dlab-info-has a,
.dlab-info-has p,
.dlab-info-has h6,
.dlab-info-has .h6 {
    color: #fff;
}

.dlab-info-has .dlab-info-has-text {
    margin-bottom: 20px;
    line-height: 24px;
}

.dlab-info-has.bg-white h1,
.dlab-info-has.bg-white .h1,
.dlab-info-has.bg-white h2,
.dlab-info-has.bg-white .h2,
.dlab-info-has.bg-white h3,
.dlab-info-has.bg-white .h3,
.dlab-info-has.bg-white h4,
.dlab-info-has.bg-white .h4,
.dlab-info-has.bg-white h5,
.dlab-info-has.bg-white .h5,
.dlab-info-has.bg-white h6,
.dlab-info-has.bg-white .h6 {
    color: #3d474a;
}

.dlab-info-has.bg-white h1 a,
.dlab-info-has.bg-white .h1 a,
.dlab-info-has.bg-white h2 a,
.dlab-info-has.bg-white .h2 a,
.dlab-info-has.bg-white h3 a,
.dlab-info-has.bg-white .h3 a,
.dlab-info-has.bg-white h4 a,
.dlab-info-has.bg-white .h4 a,
.dlab-info-has.bg-white h5 a,
.dlab-info-has.bg-white .h5 a,
.dlab-info-has.bg-white h6 a,
.dlab-info-has.bg-white .h6 a {
    color: #3d474a;
}

.dlab-info-has.bg-white p {
    color: #3d474a;
}

.dlab-info-has.bg-primary {
    background-color: rgba(27, 188, 232, 0.9);
}

.dlab-info-has.bg-green {
    background-color: rgba(106, 179, 62, 0.9);
}

.dlab-info-has.bg-black {
    background-color: rgba(0, 0, 0, 0.6);
}

.dlab-info-has.bg-white {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.dlab-media {
    overflow: hidden;
    position: relative;
}

.dlab-media:hover .dlab-info-has {
    opacity: 1;
    width: 100%;
    margin-bottom: 0;
}

.dlab-box:hover .dlab-info-has {
    opacity: 1;
    width: 100%;
    margin-bottom: 0;
}

.overlay-bx.no-hover,
.dlab-info-has.no-hover {
    opacity: 1;
    width: 100%;
    margin-bottom: 0;
    visibility: visible;
}

.testimonial-pic {
    background: #FFF;
    width: 100px;
    height: 100px;
    position: relative;
    display: inline-block;
    border: 5px solid #FFF;
}

.testimonial-pic.radius {
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

.testimonial-pic.radius img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

.testimonial-pic.shadow {
    -webkit-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
    box-shadow: 2px 3px 6px -3px rgba(0, 0, 0, 0.35);
}

.quote-left {
    position: relative;
}

.quote-left:before {
    font-family: "FontAwesome";
    position: absolute;
    z-index: 10;
    top: 15px;
    content: "\f10d";
    left: 0;
}

.quote-right {
    position: relative;
}

.quote-right:before {
    font-family: "FontAwesome";
    position: absolute;
    z-index: 10;
    top: 15px;
    content: "\f10e";
    right: 0;
}

.testimonial-text {
    padding: 15px;
    position: relative;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
}

.testimonial-text p:last-child {
    margin: 0;
}

.testimonial-detail {
    padding: 5px;
}

.testimonial-name {
    font-size: 22px;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    color: #000;
    line-height: 26px;
    margin-bottom: 5px;
}

@media only screen and (max-width: 575px) {
    .testimonial-name {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 2px;
    }
}

.testimonial-position {
    font-size: 15px;
    color: var(--primary);
}

@media only screen and (max-width: 575px) {
    .testimonial-position {
        font-size: 13px;
    }
}

.testimonial-name,
.testimonial-position {
    display: block;
}

.testimonial-bg {
    color: #fff;
}

.client-box .owl-theme .owl-dots {
    text-align: center;
}

.client-says {
    padding-left: 180px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .client-says {
        padding-left: 0;
    }
}

.client-says .testimonial-detail {
    padding: 0;
}

.client-says .testimonial-pic {
    width: 150px;
    height: 150px;
    border: 0;
    position: absolute;
    left: 0;
    top: 0;
}

@media only screen and (max-width: 767px) {
    .client-says .testimonial-pic {
        width: 70px;
        height: 70px;
        position: unset;
        margin-bottom: 15px;
        text-align: center;
    }
}

.client-says .testimonial-text {
    padding: 0;
}

.client-says .testimonial-text p {
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .client-says .testimonial-text p {
        font-size: 15px;
        line-height: 24px;
    }
}

.client-says .testimonial-name {
    color: var(--primary);
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
}

.client-says .testimonial-position {
    font-size: 14px;
    font-style: inherit;
    text-transform: capitalize;
    color: #999;
}

.testimonial-two .client-says {
    padding-left: 130px;
}

.testimonial-two .client-says .testimonial-pic {
    width: 90px;
    height: 90px;
}

.testimonial-two .client-says .testimonial-text p {
    font-size: 16px;
}

.testimonial-two .client-says .testimonial-name {
    font-size: 20px;
}

.testimonial-two .client-says .testimonial-position {
    font-size: 13px;
    color: #868686;
}

.testimonial-two-dots-bx.owl-theme .owl-dots .owl-dot span {
    height: 13px;
    width: 13px;
    background-color: #fff;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    opacity: 1;
}

.testimonial-two-dots-bx.owl-theme .owl-dots .owl-dot.active span {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    background-color: var(--primary);
    width: 13px;
}

.testimonial-rating {
    display: flex;
    align-items: center;
}

.testimonial-1 {
    background-color: #fff;
    border-radius: 0.25rem;
    padding: 35px;
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.1);
    position: relative;
}

@media only screen and (max-width: 575px) {
    .testimonial-1 {
        padding: 20px;
    }
}

.testimonial-1 .testimonial-text {
    padding: 0 0 20px;
}

.testimonial-1 .testimonial-text p {
    font-size: 18px;
}

@media only screen and (max-width: 575px) {
    .testimonial-1 .testimonial-text p {
        font-size: 15px;
    }
}

.testimonial-1:before {
    content: "\f10d";
    left: 30px;
    bottom: 30px;
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 85px;
    color: var(--primary);
    opacity: 0.4;
    line-height: 1;
}

@media only screen and (max-width: 767px) {
    .testimonial-1:before {
        font-size: 50px;
    }
}

@media only screen and (max-width: 575px) {
    .testimonial-1:before {
        left: 20px;
        bottom: 20px;
    }
}

.testimonial-1 .testimonial-pic {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    border: 5px solid;
    border-color: var(--primary);
    overflow: hidden;
    margin-left: 20px;
}

@media only screen and (max-width: 575px) {
    .testimonial-1 .testimonial-pic {
        height: 60px;
        width: 60px;
        margin-left: 10px;
    }
}

.testimonial-1 .star-rating li {
    font-size: 18px;
    margin: 0 2px;
}

.testimonial-1 .testimonial-detail {
    padding: 0;
    display: flex;
    align-items: center;
    text-align: right;
    flex-direction: row-reverse;
}

.owl-carousel .testimonial-1 {
    margin: 15px;
}

.testimonials-carousel2 {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
}

.testimonials-carousel2 .testimonial-2 {
    margin-top: 25px;
    margin-bottom: 25px;
    margin-left: 15px;
    margin-right: 15px;
}

.testimonial-2 {
    position: relative;
    background-color: #fff;
    border-radius: 0.25rem;
    padding: 40px 40px 40px 45px;
    overflow: hidden;
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 575px) {
    .testimonial-2 {
        padding: 20px 20px 20px 25px;
    }
}

.testimonial-2:before {
    content: "";
    width: 18px;
    left: 0;
    top: 0;
    height: 100%;
    background-image: var(--gradientY);
    position: absolute;
}

@media only screen and (max-width: 575px) {
    .testimonial-2:before {
        width: 10px;
    }
}

.testimonial-2:after {
    content: "\f10d";
    left: 35px;
    top: 60px;
    position: absolute;
    font-family: 'Line Awesome Free';
    font-size: 120px;
    color: var(--primary);
    opacity: 0.4;
    line-height: 55px;
    font-weight: 800;
}

@media only screen and (max-width: 575px) {
    .testimonial-2:after {
        font-size: 80px;
        left: 20px;
        top: 25px;
    }
}

.testimonial-2 .testimonial-pic {
    margin-left: 15px;
    border: 5px solid #fff;
    border-radius: 50%;
    height: 90px;
    width: 90px;
    overflow: hidden;
    box-shadow: 2px 0 30px rgba(0, 0, 0, 0.1);
}

.testimonial-2 .testimonial-pic:before {
    right: 10px;
    font-size: 50px;
    top: auto;
    bottom: -30px;
}

@media only screen and (max-width: 575px) {
    .testimonial-2 .testimonial-pic {
        height: 60px;
        width: 60px;
        border: 2px solid #fff;
    }
}

.testimonial-2 .testimonial-detail {
    display: flex;
    padding: 0;
    align-items: center;
    margin-bottom: 25px;
    flex-direction: row-reverse;
    text-align: right;
}

@media only screen and (max-width: 575px) {
    .testimonial-2 .testimonial-detail {
        margin-bottom: 15px;
    }
}

.testimonial-2 .testimonial-position {
    text-transform: uppercase;
}

.testimonial-2 .testimonial-name {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 5px;
}

@media only screen and (max-width: 575px) {
    .testimonial-2 .testimonial-name {
        font-size: 18px;
        font-weight: 700;
        margin-bottom: 3px;
    }
}

.testimonial-2 .testimonial-text {
    font-size: 18px;
    padding: 0;
    color: inherit;
}

@media only screen and (max-width: 575px) {
    .testimonial-2 .testimonial-text {
        padding: 0;
        font-size: 16px;
    }
}

.testimonial-3 {
    text-align: center;
    width: 750px;
    margin: auto;
}

.testimonial-3 .testimonial-pic {
    width: 170px;
    height: 170px;
    border: 2px solid var(--primary);
    border-radius: 50%;
    position: relative;
}

.testimonial-3 .testimonial-pic img {
    width: 125px;
    height: 125px;
    box-shadow: 0 0px 10px 4px rgba(31, 66, 135, 0.1);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}

@media only screen and (max-width: 991px) {
    .testimonial-3 {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-3 .testimonial-pic {
        width: 140px;
        height: 140px;
    }
    .testimonial-3 .testimonial-pic img {
        width: 100px;
        height: 100px;
    }
}

.testimonial-4 {
    padding: 30px;
    text-align: center;
    box-shadow: 0 20px 50px 0 rgba(0, 0, 0, 0.1);
    margin: 20px 100px;
    border-radius: 10px;
    background-color: #fff;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
}

.testimonial-4.quote-right:before {
    font-family: 'Flaticon';
    top: 10px;
    content: "\f121";
    right: 30px;
    font-size: 70px;
    color: var(--primary);
}

.testimonial-4.quote-left:before {
    font-family: 'Flaticon';
    top: 10px;
    content: "\f121";
    left: 30px;
    right: auto;
    font-size: 70px;
    color: var(--primary);
    transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
}

@media only screen and (max-width: 575px) {
    .testimonial-4.quote-left:before {
        font-size: 40px;
    }
}

@media only screen and (max-width: 767px) {
    .testimonial-4 {
        margin: 10px;
        padding: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .testimonial-4.quote-right:before {
        right: 20px;
        font-size: 36px;
    }
}

.testimonial-5 {
    background-color: #fff;
    border-radius: 1.5rem;
    padding: 30px;
    padding-bottom: 10px;
    position: relative;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.testimonial-5::before {
    content: "\f121";
    position: absolute;
    top: 17px;
    font-family: 'Flaticon';
    right: 40px;
    font-size: 60px;
    color: var(--primary);
    opacity: 0.2;
}

@media only screen and (max-width: 575px) {
    .testimonial-5 {
        padding: 20px;
    }
    .testimonial-5::before {
        top: 15px;
        right: 20px;
        font-size: 40px;
    }
}

.testimonial-5 .testimonial-text {
    padding: 0 0 20px;
}

.testimonial-5 .testimonial-text p {
    font-size: 1rem;
    font-style: normal;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

@media only screen and (max-width: 575px) {
    .testimonial-5 .testimonial-text p {
        font-size: 14px;
    }
}

.testimonial-5 .testimonial-pic {
    border-radius: 50%;
    height: 80px;
    width: 80px;
    overflow: hidden;
    margin-right: 15px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    border: 3px solid #FFF;
}

@media only screen and (max-width: 575px) {
    .testimonial-5 .testimonial-pic {
        height: 60px;
        width: 60px;
        margin-right: 10px;
    }
}

.testimonial-5 .testimonial-position {
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #5c6390;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    margin-bottom: 5px;
}

.testimonial-5 .star-rating li {
    font-size: 18px;
    margin: 0 2px;
}

.testimonial-5 .testimonial-detail {
    padding: 0;
    display: flex;
    align-items: center;
    text-align: left;
}

.testimonial-5 .testimonial-detail .testimonial-name {
    font-size: 20px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    margin-bottom: 0;
}

.testimonial-5:hover {
    background: var(--primary-dark);
}

.testimonial-5:hover::before {
    color: rgba(255, 255, 255, 0.6);
}

.testimonial-5:hover .testimonial-name,
.testimonial-5:hover .testimonial-position,
.testimonial-5:hover .testimonial-text p {
    color: #fff;
}

.owl-carousel .testimonial-5 {
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.1);
    margin: 15px;
}

@media only screen and (max-width: 575px) {
    .owl-carousel .testimonial-5 {
        margin: 10px;
    }
}

.testimonials-carousel3 .title {
    font-size: 50px;
    font-weight: 600;
}

.testimonials-carousel3 .owl-dots .owl-dot.active span {
    background: #fff !important;
}

.portfolio-crousel1 {
    float: right;
}

.portfolio-crousel1 .post-date {
    margin-bottom: 0;
}

.portfolio-crousel1 .owl-nav {
    display: flex;
    align-items: center;
    column-gap: 1.4rem;
}

.portfolio-crousel1 .owl-nav i {
    color: #999999;
    font-size: 1rem;
    font-weight: 600;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.portfolio-crousel1 .owl-nav i.active,
.portfolio-crousel1 .owl-nav i:hover {
    color: #7355f7;
}

.portfolio-crousel1 .owl-dots {
    width: 100%;
    display: flex;
    column-gap: 10px;
    text-align: center;
    justify-content: center;
}

.portfolio-crousel1 .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #D9D9D9;
    border-radius: 50%;
}

.portfolio-crousel1 .owl-dots .owl-dot.active {
    background: var(--primary);
}

@media only screen and (max-width: 991px) {
    .testimonials-wraper-1 {
        flex-direction: column-reverse;
    }
}

.owl-none .owl-nav {
    display: none;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
    cursor: pointer;
    transition: all 0.5s;
    display: inline-block;
}

.owl-theme .owl-nav,
.owl-theme .owl-dots {
    margin-top: 20px;
    text-align: center;
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}

.owl-theme .owl-dots {
    text-align: center;
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot:hover span,
.owl-theme .owl-dots .owl-dot.active span {
    background: #869791;
}

.owl-theme.dots-style-1 .owl-dots .owl-dot span {
    background: rgba(0, 0, 0, 0.2);
    width: 8px;
    height: 8px;
    margin: 4px;
}

.owl-theme.dots-style-1 .owl-dots .owl-dot:hover span,
.owl-theme.dots-style-1 .owl-dots .owl-dot.active span {
    background: #5c2782;
}

.owl-btn-top-c .owl-nav {
    text-align: center;
}

.owl-btn-top-l .owl-nav {
    text-align: left;
}

.owl-btn-top-l .owl-nav .owl-prev {
    margin-left: 0;
}

.owl-btn-top-r .owl-nav {
    text-align: right;
}

.owl-btn-top-r .owl-nav .owl-next {
    margin-right: 0;
}

.owl-btn-top-lr .owl-nav {
    text-align: left;
}

.owl-btn-top-lr .owl-nav .owl-next {
    margin-right: 0;
    float: right;
}

.owl-btn-full .owl-prev,
.owl-btn-full .owl-next {
    padding: 40px 8px;
}

.owl-btn-center .owl-nav {
    justify-content: center;
}

.owl-btn-center-lr .owl-prev,
.owl-btn-center-lr .owl-next {
    position: absolute;
    left: 0;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    cursor: pointer;
}

.owl-btn-center-lr .owl-prev {
    left: 0;
}

.owl-btn-center-lr .owl-next {
    left: auto;
    right: 0;
}

.owl-carousel {
    cursor: grab;
}

.owl-carousel .owl-item img {
    transform-style: inherit;
}

.owl-btn-1 .owl-nav .owl-prev,
.owl-btn-1 .owl-nav .owl-next {
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    margin: 0 -70px !important;
    padding: 0;
    text-align: center;
    width: 40px;
}

@media only screen and (max-width: 1400px) {
    .owl-btn-1 .owl-nav .owl-prev,
    .owl-btn-1 .owl-nav .owl-next {
        margin: 0 -5px !important;
    }
}

@media only screen and (max-width: 575px) {
    .owl-btn-1 .owl-nav .owl-prev,
    .owl-btn-1 .owl-nav .owl-next {
        margin: 0 5px !important;
    }
}

.owl-btn-1.owl-btn-gradient .owl-nav .owl-prev,
.owl-btn-1.owl-btn-gradient .owl-nav .owl-next {
    background-image: var(--gradient);
    background-size: 200%;
    color: #fff;
}

.owl-btn-2 .owl-nav .owl-prev,
.owl-btn-2 .owl-nav .owl-next {
    border-radius: 50px;
    height: 45px;
    line-height: 45px;
    margin: 0 10px !important;
    padding: 0;
    text-align: center;
    width: 45px;
}

.owl-btn-3 .owl-nav .owl-prev,
.owl-btn-3 .owl-nav .owl-next {
    border-radius: 3px;
    line-height: 40px;
    margin: 0 10px !important;
    padding: 0;
    text-align: center;
    margin: 0 -70px !important;
    background-color: rgba(0, 0, 0, 0);
    color: #000000;
    font-size: 35px;
    height: auto;
    width: auto;
    opacity: 0.2;
}

.owl-btn-3 .owl-nav .owl-prev:hover,
.owl-btn-3 .owl-nav .owl-next:hover {
    background-color: rgba(0, 0, 0, 0);
    color: #000;
    opacity: 1;
}

@media only screen and (max-width: 991px) {
    .owl-btn-3 .owl-nav .owl-prev,
    .owl-btn-3 .owl-nav .owl-next {
        margin: 0 10px !important;
    }
}

.owl-btn-3.btn-white .owl-nav .owl-prev,
.owl-btn-3.btn-white .owl-nav .owl-next {
    color: #fff;
}

.owl-btn-3.btn-white .owl-nav .owl-prev:hover,
.owl-btn-3.btn-white .owl-nav .owl-next:hover {
    color: #fff;
}

.owl-btn-4 {
    overflow: hidden;
}

.owl-btn-4 .owl-nav .owl-prev,
.owl-btn-4 .owl-nav .owl-next {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 30px;
    box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.5);
    color: #000000;
    font-size: 24px;
    height: 50px;
    line-height: 50px;
    margin: 0 -10px !important;
    overflow: hidden;
    padding: 0;
    width: 50px;
    opacity: 0.7;
}

.owl-btn-4 .owl-nav .owl-prev:hover,
.owl-btn-4 .owl-nav .owl-next:hover {
    background: #ffffff none repeat scroll 0 0;
    color: #000;
    opacity: 1;
}

.owl-btn-5 .owl-nav .owl-prev,
.owl-btn-5 .owl-nav .owl-next {
    position: absolute;
    width: 60px;
    height: 60px;
    color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    top: 40%;
    transform: translateY(-50%);
    background: var(--primary);
}

.owl-btn-5 .owl-nav .owl-prev {
    left: -100px;
}

@media only screen and (max-width: 1400px) {
    .owl-btn-5 .owl-nav .owl-prev {
        left: -75px;
    }
}

.owl-btn-5 .owl-nav .owl-next {
    right: -100px;
}

@media only screen and (max-width: 1400px) {
    .owl-btn-5 .owl-nav .owl-next {
        right: -75px;
    }
}

@media only screen and (max-width: 1280px) {
    .owl-btn-5 .owl-nav {
        display: none;
    }
}

.owl-btn-5.owl-btn-white .owl-nav .owl-prev,
.owl-btn-5.owl-btn-white .owl-nav .owl-next {
    background: rgba(255, 255, 255, 0.2);
}

.owl-btn-5.owl-btn-white .owl-nav .owl-prev:hover,
.owl-btn-5.owl-btn-white .owl-nav .owl-next:hover {
    background: #fff;
    color: var(--primary);
}

.owl-btn-primary .owl-prev,
.owl-btn-primary .owl-next {
    background-color: var(--primary);
    color: #fff;
    transition: all 0.5s;
}

.owl-btn-primary .owl-prev:hover,
.owl-btn-primary .owl-next:hover {
    background-color: var(--primary-hover);
    color: #fff;
}

.owl-btn-white .owl-prev,
.owl-btn-white .owl-next {
    background-color: #fff;
    color: var(--primary);
    transition: all 0.5s;
}

.owl-btn-white .owl-prev:hover,
.owl-btn-white .owl-next:hover {
    background-color: var(--primary);
    color: #fff;
}

.owl-dots-none .owl-dots {
    display: none;
}

.owl-dots-white-full .owl-dots .owl-dot span,
.owl-dots-black-full .owl-dots .owl-dot span,
.owl-dots-primary-full .owl-dots .owl-dot span {
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    margin: 4px;
    background: #b8b8b8;
}

.owl-dots-white-full .owl-dots .owl-dot:active span,
.owl-dots-white-full .owl-dots .owl-dot.active span,
.owl-dots-black-full .owl-dots .owl-dot:active span,
.owl-dots-black-full .owl-dots .owl-dot.active span,
.owl-dots-primary-full .owl-dots .owl-dot:active span,
.owl-dots-primary-full .owl-dots .owl-dot.active span {
    opacity: 1;
    background-color: var(--primary);
    width: 38px;
}

.owl-dots-white-big .owl-dots .owl-dot span,
.owl-dots-black-big .owl-dots .owl-dot span,
.owl-dots-primary-big .owl-dots .owl-dot span {
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    margin: 4px;
}

.owl-dots-white-big .owl-dots .owl-dot:active span,
.owl-dots-black-big .owl-dots .owl-dot:active span,
.owl-dots-primary-big .owl-dots .owl-dot:active span {
    width: 14px;
    height: 14px;
    opacity: 1;
    margin: 0px 4px 2px 4px;
}

.owl-dots-black-full .owl-dots .owl-dot span,
.owl-dots-black-big .owl-dots .owl-dot span {
    background-color: #333;
}

.owl-dots-white-full .owl-dots .owl-dot span,
.owl-dots-white-big .owl-dots .owl-dot span {
    background-color: #f5f5f5;
}


/* Owl Btn Shadow */

.owl-btn-shadow .owl-prev,
.owl-btn-shadow .owl-next {
    box-shadow: 1px 0 20px rgba(0, 0, 0, 0.1);
}

.pricingtable-inner {
    text-align: center;
}

.pricingtable-features {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pricingtable-features li {
    padding: 12px;
}

.pricingtable-features li i {
    margin: 0 3px;
}

.no-col-gap .pricingtable-wrapper {
    margin-left: -1px;
}

.table-option {
    border: 2px solid #adadad;
    border-radius: 6px;
    padding: 50px 0px 30px 0;
}

.table-option .pricingtable-footer {
    border: 0;
    background-color: transparent;
}

.table-option .pricingtable-features {
    border: 0;
    background-color: transparent;
}

.table-option .pricingtable-features li {
    border: 0;
    background-color: transparent;
    color: #919191;
    font-size: 18px;
}

.table-option .pricingtable-title {
    border: 0;
    background-color: transparent;
    padding: 0;
}

.table-option .pricingtable-title * {
    color: #000;
}

.table-option .pricingtable-title h2,
.table-option .pricingtable-title .h2 {
    font-size: 28px;
    line-height: 36px;
}

.table-option .pricingtable-price {
    padding: 0;
    border: 0;
    background-color: transparent;
}

.table-option .pricingtable-bx {
    color: #000;
    font-size: 63px;
    font-weight: 800;
}

.table-option .pricingtable-bx strong,
.table-option .pricingtable-bx sup {
    font-size: 30px;
    font-weight: 700;
}

.table-option:hover,
.table-option.active {
    background-color: #eeeeee;
    border: 2px solid #eeeeee;
}

.table-option.dark {
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.table-option.dark:hover,
.table-option.dark.active {
    background-color: #404040;
    border: 2px solid #404040;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
    transition: all 0.5s;
}

.table-option.dark:hover .pricingtable-features li,
.table-option.dark:hover .pricingtable-title h2,
.table-option.dark:hover .pricingtable-title .h2,
.table-option.dark:hover .pricingtable-price .pricingtable-bx,
.table-option.dark.active .pricingtable-features li,
.table-option.dark.active .pricingtable-title h2,
.table-option.dark.active .pricingtable-title .h2,
.table-option.dark.active .pricingtable-price .pricingtable-bx {
    color: #fff;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.table-option.dark:hover .pricingtable-footer .btn.black,
.table-option.dark.active .pricingtable-footer .btn.black {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0);
    color: #000;
}

.pricingtable-toggle {
    display: flex;
    margin: auto;
    justify-content: center;
    padding: 0;
    margin-bottom: 10px;
}

.pricingtable-toggle span {
    font-size: 18px;
    margin-top: 5px;
    font-weight: 500;
}

.pricingtable-toggle .custom-control-label {
    margin: 0 35px 0 50px;
}

.pricingtable-wrapper {
    box-shadow: 1px 0 50px rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem !important;
    overflow: hidden;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    background-color: #fff;
}

.pricingtable-wrapper.style-1 {
    padding: 35px 60px;
    position: relative;
    z-index: 1;
}

.pricingtable-wrapper.style-1:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-size: 200%;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    opacity: 0;
}

.pricingtable-wrapper.style-1 .pricingtable-title {
    margin-bottom: 15px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.pricingtable-wrapper.style-1 .pricingtable-title .title {
    font-weight: 600;
}

.pricingtable-wrapper.style-1 .text {
    margin-bottom: 25px;
}

.pricingtable-wrapper.style-1 .pricingtable-bx {
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    color: var(--primary);
    margin: 0 0 20px;
    font-size: 50px;
}

.pricingtable-wrapper.style-1 .pricingtable-bx small,
.pricingtable-wrapper.style-1 .pricingtable-bx .small {
    font-size: 15px;
    color: #1f2471;
    font-weight: 600;
}

.pricingtable-wrapper.style-1 .pricingtable-features {
    padding: 15px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    text-align: left;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.pricingtable-wrapper.style-1 .pricingtable-features li {
    padding: 8px 0 8px 40px;
    font-size: 18px;
    position: relative;
}

.pricingtable-wrapper.style-1 .pricingtable-features li:after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 12px;
    width: 26px;
    height: 26px;
    background: var(--rgba-primary-1);
    display: block;
    position: absolute;
    left: 0;
    color: var(--primary);
    border-radius: 35px;
    text-align: center;
    top: 10px;
    line-height: 26px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.pricingtable-wrapper.style-1 .btn {
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.pricingtable-wrapper.style-1:hover:after,
.pricingtable-wrapper.style-1.active:after {
    background-image: var(--gradient);
    opacity: 1;
}

.pricingtable-wrapper.style-1:hover .pricingtable-features,
.pricingtable-wrapper.style-1.active .pricingtable-features {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.pricingtable-wrapper.style-1:hover .pricingtable-features li:after,
.pricingtable-wrapper.style-1.active .pricingtable-features li:after {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.pricingtable-wrapper.style-1:hover .text,
.pricingtable-wrapper.style-1:hover .pricingtable-bx,
.pricingtable-wrapper.style-1:hover .pricingtable-title h3,
.pricingtable-wrapper.style-1:hover .pricingtable-title .h3,
.pricingtable-wrapper.style-1:hover .pricingtable-bx small,
.pricingtable-wrapper.style-1:hover .pricingtable-bx .small,
.pricingtable-wrapper.style-1:hover .pricingtable-features li,
.pricingtable-wrapper.style-1.active .text,
.pricingtable-wrapper.style-1.active .pricingtable-bx,
.pricingtable-wrapper.style-1.active .pricingtable-title h3,
.pricingtable-wrapper.style-1.active .pricingtable-title .h3,
.pricingtable-wrapper.style-1.active .pricingtable-bx small,
.pricingtable-wrapper.style-1.active .pricingtable-bx .small,
.pricingtable-wrapper.style-1.active .pricingtable-features li {
    color: #fff;
}

.pricingtable-wrapper.style-1:hover .btn,
.pricingtable-wrapper.style-1.active .btn {
    background-color: #fff;
    color: var(--primary);
}

@media only screen and (max-width: 1199px) {
    .pricingtable-wrapper.style-1 {
        padding: 35px;
    }
}

.pricingtable-wrapper.style-2 {
    padding: 35px 60px;
    border: 3px solid transparent;
    border-radius: 8px !important;
    border-image: none;
    overflow: hidden;
    transition: all 0.5s;
    border-image: 100 round;
}

.pricingtable-wrapper.style-2 .dlab-media {
    width: 160px;
    margin: 0 auto 10px;
}

.pricingtable-wrapper.style-2 .pricingtable-features {
    padding: 15px 0;
    border-top: 1px solid #E1E1F0;
}

.pricingtable-wrapper.style-2 .pricingtable-features li {
    padding: 5px 0 5px 40px;
    font-size: 18px;
    font-weight: 400;
    color: #262626;
    position: relative;
    text-align: left;
}

.pricingtable-wrapper.style-2 .pricingtable-features li:after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    font-size: 12px;
    width: 26px;
    height: 26px;
    background: var(--rgba-primary-1);
    display: block;
    position: absolute;
    left: 0;
    color: var(--primary);
    border-radius: 35px;
    text-align: center;
    top: 6px;
    line-height: 26px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.pricingtable-wrapper.style-2 .pricingtable-title {
    margin-bottom: 15px;
}

.pricingtable-wrapper.style-2 .pricingtable-title .title {
    font-weight: 800;
    margin: 0;
}

.pricingtable-wrapper.style-2 .pricingtable-bx {
    margin-bottom: 25px;
    color: #f8ae56;
    font-size: 50px;
    font-weight: 800;
}

.pricingtable-wrapper.style-2 .pricingtable-bx small,
.pricingtable-wrapper.style-2 .pricingtable-bx .small {
    font-size: 18px;
    color: #262626;
    font-weight: 600;
}

.pricingtable-wrapper.style-2.active,
.pricingtable-wrapper.style-2:hover {
    border-image: url(../images/br.png) 1 round;
}

@media only screen and (max-width: 1199px) {
    .pricingtable-wrapper.style-2 {
        padding: 35px;
    }
}

.pricingtable-wrapper.style-3 {
    padding-bottom: 35px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    position: relative;
}

.pricingtable-wrapper.style-3:after {
    content: "";
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: 2px solid var(--primary);
    pointer-events: none;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    opacity: 0;
}

.pricingtable-wrapper.style-3 .pricingtable-head {
    position: relative;
    background-image: var(--gradient-sec);
    background-size: 200%;
    padding: 30px 30px 0;
    margin-bottom: 10px;
}

.pricingtable-wrapper.style-3 .pricingtable-head:after {
    content: "";
    background-image: url(../images/pattern4.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.pricingtable-wrapper.style-3 .pricingtable-head .pricingtable-title .title {
    color: #fff;
    font-size: 35px;
}

@media only screen and (max-width: 1199px) {
    .pricingtable-wrapper.style-3 .pricingtable-head .pricingtable-title .title {
        font-size: 24px;
    }
}

.pricingtable-wrapper.style-3 .pricingtable-head .icon-cell {
    z-index: 9;
    position: relative;
}

.pricingtable-wrapper.style-3 .pricingtable-features {
    text-align: left;
    margin: 15px 85px;
}

.pricingtable-wrapper.style-3 .pricingtable-features li {
    padding: 8px 8px 8px 30px;
    font-size: 18px;
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .pricingtable-wrapper.style-3 .pricingtable-features li {
        font-size: 15px;
        padding: 5px 8px 5px 30px;
    }
}

.pricingtable-wrapper.style-3 .pricingtable-features li:before {
    content: "\f058";
    font-family: 'Line Awesome Free';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    color: var(--primary);
}

.pricingtable-wrapper.style-3 .pricingtable-bx {
    font-size: 45px;
    font-weight: 800;
    color: var(--primary);
}

.pricingtable-wrapper.style-3 .pricingtable-bx small,
.pricingtable-wrapper.style-3 .pricingtable-bx .small {
    font-size: 18px;
    color: #a7a7a7;
    font-weight: 500;
    margin-left: 8px;
}

.pricingtable-wrapper.style-3 .btn {
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.pricingtable-wrapper.style-3 .btn:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: var(--gradient);
    background-size: 200%;
    opacity: 0;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    z-index: -1;
}

.pricingtable-wrapper.style-3.active:after,
.pricingtable-wrapper.style-3:hover:after {
    opacity: 1;
}

.pricingtable-wrapper.style-3.active .btn,
.pricingtable-wrapper.style-3:hover .btn {
    border-color: transparent;
    color: #fff;
}

.pricingtable-wrapper.style-3.active .btn:after,
.pricingtable-wrapper.style-3:hover .btn:after {
    opacity: 1;
}

@media only screen and (max-width: 1199px) {
    .pricingtable-wrapper.style-3 .pricingtable-features {
        margin: 25px 35px;
    }
}

.pricingtable-wrapper.style-4 {
    border-radius: 10px !important;
    border-image: none;
    overflow: hidden;
    transition: all 0.5s;
}

.pricingtable-wrapper.style-4 .pricingtable-inner {
    padding: 44px;
    text-align: left;
}

.pricingtable-wrapper.style-4 .pricingtable-inner .pricingtable-head .pricingtable-title {
    display: flex;
    align-items: center;
    column-gap: 13px;
}

.pricingtable-wrapper.style-4 .pricingtable-inner .pricingtable-head .pricingtable-title .title {
    font-weight: 500;
    margin: 0;
}

.pricingtable-wrapper.style-4 .pricingtable-inner .pricingtable-head p {
    font-family: "Poppins", sans-serif;
}

.pricingtable-wrapper.style-4 .pricingtable-inner .pricingtable-price .pricingtable-bx {
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 75px;
}

.pricingtable-wrapper.style-4 .pricingtable-inner .pricingtable-price .pricingtable-bx span {
    color: var(--primary);
}

.pricingtable-wrapper.style-4 .pricingtable-inner .pricingtable-price .pricingtable-bx small,
.pricingtable-wrapper.style-4 .pricingtable-inner .pricingtable-price .pricingtable-bx .small {
    font-size: 1rem;
    color: #362465;
    font-weight: 400;
}

.pricingtable-wrapper.style-4 .pricingtable-inner .pricingtable-price .badge {
    width: 100%;
    padding: 1rem 0;
    background: var(--primary);
    border-radius: 0.625rem;
}

.pricingtable-wrapper.style-4 .pricingtable-inner .pricingtable-price .badge p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 0;
}

.pricingtable-wrapper.style-4 .pricingtable-inner .pricingtable-price h6,
.pricingtable-wrapper.style-4 .pricingtable-inner .pricingtable-price .h6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}

.pricingtable-wrapper.style-4 .pricingtable-inner .pricingtable-features li {
    padding: 0.1rem 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
    position: relative;
    text-align: left;
    display: flex;
    align-items: center;
    column-gap: 12px;
}

@media only screen and (max-width: 1199px) {
    .pricingtable-wrapper.style-4 .pricingtable-inner {
        padding: 30px;
    }
}

.pricingtable-wrapper.style-4 .pricingtable-footer {
    width: 100%;
}

.pricingtable-wrapper.style-4 .pricingtable-footer a {
    width: 100%;
    display: block;
    background: var(--rgba-primary-2);
    font-weight: 500;
    font-size: 16px;
    color: var(--primary);
    text-transform: capitalize;
    border-radius: 0;
}

.pricingtable-wrapper.style-4.active,
.pricingtable-wrapper.style-4:hover {
    background: var(--primary-dark);
}

.pricingtable-wrapper.style-4.active .pricingtable-inner .pricingtable-title h3,
.pricingtable-wrapper.style-4.active .pricingtable-inner .pricingtable-title .h3,
.pricingtable-wrapper.style-4:hover .pricingtable-inner .pricingtable-title h3,
.pricingtable-wrapper.style-4:hover .pricingtable-inner .pricingtable-title .h3 {
    color: #fff;
}

.pricingtable-wrapper.style-4.active .pricingtable-inner .pricingtable-head p,
.pricingtable-wrapper.style-4:hover .pricingtable-inner .pricingtable-head p {
    color: #fff;
}

.pricingtable-wrapper.style-4.active .pricingtable-inner .pricingtable-bx,
.pricingtable-wrapper.style-4:hover .pricingtable-inner .pricingtable-bx {
    color: #fff;
}

.pricingtable-wrapper.style-4.active .pricingtable-inner .pricingtable-bx small,
.pricingtable-wrapper.style-4.active .pricingtable-inner .pricingtable-bx .small,
.pricingtable-wrapper.style-4:hover .pricingtable-inner .pricingtable-bx small,
.pricingtable-wrapper.style-4:hover .pricingtable-inner .pricingtable-bx .small {
    color: #fff;
}

.pricingtable-wrapper.style-4.active .pricingtable-inner .pricingtable-price h6,
.pricingtable-wrapper.style-4.active .pricingtable-inner .pricingtable-price .h6,
.pricingtable-wrapper.style-4:hover .pricingtable-inner .pricingtable-price h6,
.pricingtable-wrapper.style-4:hover .pricingtable-inner .pricingtable-price .h6 {
    color: #fff;
}

.pricingtable-wrapper.style-4.active .pricingtable-inner .pricingtable-price .badge,
.pricingtable-wrapper.style-4:hover .pricingtable-inner .pricingtable-price .badge {
    background: #ffffff;
}

.pricingtable-wrapper.style-4.active .pricingtable-inner .pricingtable-price .badge p,
.pricingtable-wrapper.style-4:hover .pricingtable-inner .pricingtable-price .badge p {
    color: var(--primary);
}

.pricingtable-wrapper.style-4.active .pricingtable-inner .pricingtable-features li,
.pricingtable-wrapper.style-4:hover .pricingtable-inner .pricingtable-features li {
    color: rgba(255, 255, 255, 0.7);
}

.pricingtable-wrapper.style-4.active .pricingtable-footer a,
.pricingtable-wrapper.style-4:hover .pricingtable-footer a {
    color: #fff;
    background: var(--primary);
}

.pricingtable-wrapper.style-5 {
    text-align: left;
    border-radius: 15px !important;
    overflow: hidden;
}

.pricingtable-wrapper.style-5 .pricingtable-inner {
    text-align: left;
}

.pricingtable-wrapper.style-5 .pricingtable-inner .pricingtable-head {
    padding: 30px 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50% 100%;
}

@media only screen and (max-width: 575px) {
    .pricingtable-wrapper.style-5 .pricingtable-inner .pricingtable-head {
        padding: 30px 30px;
    }
}

.pricingtable-wrapper.style-5 .pricingtable-inner .pricingtable-head .pricingtable-price .pricingtable-bx {
    font-size: 50px;
    color: #fff;
}

.pricingtable-wrapper.style-5 .pricingtable-inner .pricingtable-head .pricingtable-price .pricingtable-bx small,
.pricingtable-wrapper.style-5 .pricingtable-inner .pricingtable-head .pricingtable-price .pricingtable-bx .small {
    font-size: 1rem;
    font-weight: 600;
    margin-left: 5px;
}

.pricingtable-wrapper.style-5 .pricingtable-inner .pricingtable-head .pricingtable-title .title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.pricingtable-wrapper.style-5 .pricingtable-inner .pricingtable-head .pricingtable-title p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    opacity: 0.5;
}

.pricingtable-wrapper.style-5 .pricingtable-inner .pricingtable-features {
    padding: 35px 40px;
}

.pricingtable-wrapper.style-5 .pricingtable-inner .pricingtable-features li {
    padding: 0;
    padding-bottom: 15px;
}

.pricingtable-wrapper.style-5 .pricingtable-inner .pricingtable-features li:last-child {
    padding: 0;
}

@media only screen and (max-width: 575px) {
    .pricingtable-wrapper.style-5 .pricingtable-inner .pricingtable-features {
        padding: 35px 30px;
    }
}

.pricingtable-wrapper.style-5.pink .pricingtable-head {
    background-color: #F45C7E;
}

.pricingtable-wrapper.style-5.pink .pricingtable-features i {
    color: #F45C7E;
}

.pricingtable-wrapper.style-5.pink .btn {
    background: #F45C7E;
    color: #fff;
}

.pricingtable-wrapper.style-5.primary .pricingtable-head {
    background-color: #956BEE;
}

.pricingtable-wrapper.style-5.primary .pricingtable-features i {
    color: #956BEE;
}

.pricingtable-wrapper.style-5.primary .btn {
    background: #956BEE;
    color: #fff;
}

.pricingtable-wrapper.style-5.blue .pricingtable-head {
    background-color: #5770E3;
}

.pricingtable-wrapper.style-5.blue .pricingtable-features i {
    color: #5770E3;
}

.pricingtable-wrapper.style-5.blue .btn {
    background: #5770E3;
    color: #fff;
}

.pricingtable-wraper-1 .pricingtable-wrapper {
    margin-top: 25px;
}

@media only screen and (max-width: 1199px) {
    .pricingtable-wraper-1 .pricingtable-wrapper {
        margin-top: 0;
    }
}

.pricingtable-wraper-1 .pricingtable-wrapper:hover,
.pricingtable-wraper-1 .pricingtable-wrapper.active {
    margin-top: 0;
}

@media only screen and (max-width: 991px) {
    .pricingtable-wraper-1 {
        background-image: unset !important;
    }
}

.dlab-box,
.dlab-img-effect {
    position: relative;
    overflow: hidden;
    display: block;
    vertical-align: middle;
}

.dlab-box img,
.dlab-img-effect img {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.dlab-box.opacity img:hover,
.dlab-img-effect.opacity img:hover {
    opacity: 0.8;
}

.dlab-box.zoom-slow img,
.dlab-img-effect.zoom-slow img {
    transition: all 3s;
    -moz-transition: all 3s;
    -webkit-transition: all 3s;
    -o-transition: all 3s;
}

.dlab-box.zoom-slow:hover img,
.dlab-img-effect.zoom-slow:hover img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.dlab-box.zoom img,
.dlab-img-effect.zoom img {
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.dlab-box.zoom:hover img,
.dlab-img-effect.zoom:hover img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.dlab-box.shrink:hover img,
.dlab-img-effect.shrink:hover img {
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
}

.dlab-box.side-pan:hover img,
.dlab-img-effect.side-pan:hover img {
    margin-left: -11%;
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.dlab-box.vertical-pan:hover img,
.dlab-img-effect.vertical-pan:hover img {
    margin-top: -10%;
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
}

.dlab-box.fade-in,
.dlab-img-effect.fade-in {
    background: #000;
}

.dlab-box.fade-in img,
.dlab-img-effect.fade-in img {
    opacity: 0.65;
}

.dlab-box.fade-in:hover img,
.dlab-img-effect.fade-in:hover img {
    opacity: 1;
}

.dlab-box.fade-out,
.dlab-img-effect.fade-out {
    background: #000;
}

.dlab-box.fade-out:hover img,
.dlab-img-effect.fade-out:hover img {
    opacity: 0.7;
}

.dlab-box.rotate:hover img,
.dlab-img-effect.rotate:hover img {
    -moz-transform: scale(1.5) rotate(-20deg);
    -webkit-transform: scale(1.5) rotate(-20deg);
    -o-transform: scale(1.5) rotate(-20deg);
    -ms-transform: scale(1.5) rotate(-20deg);
    transform: scale(1.5) rotate(-20deg);
}

.dlab-box.image-sepia img,
.dlab-img-effect.image-sepia img {
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
}

.dlab-box.blurr img,
.dlab-img-effect.blurr img {
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.dlab-box.blurr:hover img,
.dlab-img-effect.blurr:hover img {
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
}

.dlab-box.blurr-invert img,
.dlab-img-effect.blurr-invert img {
    -webkit-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    filter: blur(3px);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
}

.dlab-box.blurr-invert:hover img,
.dlab-img-effect.blurr-invert:hover img {
    filter: blur(0px);
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
}

.dlab-box.off-color img,
.dlab-img-effect.off-color img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}

.dlab-box.off-color:hover img,
.dlab-img-effect.off-color:hover img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}

.dlab-box.on-color img,
.dlab-img-effect.on-color img {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -moz-filter: grayscale(1);
    -o-filter: grayscale(1);
    -ms-filter: grayscale(1);
}

.dlab-box.on-color:hover img,
.dlab-img-effect.on-color:hover img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
}

.dlab-box:hover .dlab-img-effect.rotate img {
    -moz-transform: scale(1.5) rotate(-20deg);
    -webkit-transform: scale(1.5) rotate(-20deg);
    -o-transform: scale(1.5) rotate(-20deg);
    -ms-transform: scale(1.5) rotate(-20deg);
    transform: scale(1.5) rotate(-20deg);
}

.image-bx-wrapper {
    display: flex;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
    background: var(--primary);
    align-items: center;
    border-radius: 4px;
    padding-right: 60px;
    height: 100%;
}

@media only screen and (max-width: 767px) {
    .image-bx-wrapper {
        flex-direction: column;
        align-items: center;
        padding-right: 0;
    }
}

.image-bx-wrapper .dlab-media {
    position: relative;
}

.image-bx-wrapper .dlab-media::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: var(--primary);
    width: 100%;
    height: 100%;
}

.image-bx-wrapper .dlab-media img {
    width: 100%;
    mix-blend-mode: luminosity;
    transform: translateY(20px);
}

.image-bx-wrapper .icon-bx-wraper {
    background: transparent;
}

@media only screen and (max-width: 767px) {
    .image-bx-wrapper .icon-bx-wraper .dlab-content {
        padding-right: 120px;
    }
}

.image-bx-wrapper .icon-bx-wraper:hover {
    background: transparent;
}

.image-bx-wrapper .icon-bx-wraper .btn-light:hover {
    color: var(--primary) !important;
}

.dlab-team.style-1 .dlab-social-icon {
    display: flex;
}

.dlab-team.style-1 .dlab-social-icon li {
    margin: 2px;
}

.dlab-team.style-1 .dlab-content {
    box-shadow: 1px -15px 50px 0 rgba(0, 0, 0, 0.1);
    border-radius: 0.25rem;
    padding: 30px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: -60px;
    z-index: 99;
    background-color: #fff;
    margin-right: 20px;
    margin-left: 20px;
    position: relative;
}

.dlab-team.style-1 .dlab-name {
    margin-bottom: 0px;
    line-height: 1;
}

.dlab-team.style-1 .dlab-position {
    text-transform: uppercase;
    font-size: 13px;
    color: #999aab;
}

.dlab-team.style-1 .dlab-media {
    box-shadow: 0px 36px 48px rgba(31, 66, 135, 0.1);
    border-radius: 0.25rem;
}

@media only screen and (max-width: 575px) {
    .dlab-team.style-1 .dlab-content {
        padding: 20px;
        margin-left: 20px;
        margin-top: -50px;
    }
}

.dlab-team.style-2 .dlab-media {
    border-radius: 0.25rem;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.dlab-team.style-2 .dlab-content {
    padding: 20px;
    text-align: center;
}

.dlab-team.style-2 .dlab-position {
    font-size: 14px;
}

.dlab-team.style-2 .dlab-name {
    margin-bottom: 5px;
}

.dlab-team.style-2 .dlab-name a {
    color: #fff;
}

.dlab-team.style-2 .dlab-social-icon li a:hover {
    background: rgba(255, 255, 255, 0.9);
    color: var(--primary);
}

.dlab-team.style-3 .dlab-media {
    border-radius: 0.25rem;
}

.dlab-team.style-3 .overlay-content {
    position: absolute;
    background-color: var(--rgba-primary-7);
    top: 50%;
    width: 100%;
    height: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.5s;
}

.dlab-team.style-3 .dlab-content {
    padding-top: 20px;
}

.dlab-team.style-3 .dlab-position {
    font-size: 15px;
}

.dlab-team.style-3 .dlab-name {
    margin-bottom: 5px;
    transition: all 0.5s;
}

.dlab-team.style-3:hover .overlay-content {
    transition: all 0.5s;
    opacity: 1;
}

.dlab-team.style-3:hover .dlab-name a {
    color: var(--primary);
}

.dlab-team.style-4 {
    background: #FFFFFF;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
    position: relative;
    overflow: hidden;
}

.dlab-team.style-4 .dlab-media {
    position: relative;
    border-radius: 10px 10px 0 0;
}

.dlab-team.style-4 .dlab-media img {
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.dlab-team.style-4 .dlab-content {
    padding: 25px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.dlab-team.style-4 .overlay-content {
    position: absolute;
    top: 0;
    background: var(--primary);
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    height: 100%;
    padding: 0 15px;
    left: -70px;
    border-radius: 10px 0 0 0;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.dlab-team.style-4 .overlay-content .dlab-social-icon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    row-gap: 10px;
}

.dlab-team.style-4:hover .overlay-content {
    left: 0;
}

.dlab-team.style-4:hover .dlab-media img {
    transform: translateX(60px);
}

.flip-bx {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.flip-bx .front,
.flip-bx .back {
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    height: 100%;
    border-radius: 4px;
    color: #fff;
}

.flip-bx .back {
    background: var(--gradient);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    background-size: 200%;
}

.flip-bx .back .inner {
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
}

.flip-bx .back .inner p {
    font-size: 16px;
    color: #fff;
}

.flip-bx .back .inner .site-button-link {
    font-size: 16px;
}

.flip-bx .front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-bx .front:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .4;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 4px;
}

.flip-bx .inner {
    -webkit-transform: translateZ(60px) scale(0.94);
    transform: translateZ(60px) scale(0.94);
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
}

.flip-bx:hover .front,
.flip-bx:hover .back {
    -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.flip-bx:hover .back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip-bx:hover .front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.dlab-accordion .card {
    box-shadow: 1px 0px 60px 0 rgba(0, 0, 0, 0.08);
    border-radius: 0.25rem;
    overflow: hidden;
    margin-bottom: 20px;
}

.dlab-accordion .card-body {
    padding: 25px 30px;
    border-radius: 0;
}

.dlab-accordion .card-header {
    padding: 0;
    border: 0;
}

.dlab-accordion .card-header .dlab-title {
    margin: 0;
    width: 100%;
    font-size: 18px;
}

.dlab-accordion .card-header .dlab-title a {
    width: 100%;
    border-radius: 0.25rem;
    padding: 22px 65px 22px 30px;
    transition: all 0.5s;
    background-size: 200%;
    color: #fff;
    display: block;
    position: relative;
    box-shadow: 5px 0 15px var(--rgba-primary-4);
    z-index: 1;
    overflow: hidden;
}

.dlab-accordion .card-header .dlab-title a:after {
    content: "";
    position: absolute;
    z-index: -1;
    background-image: var(--gradient);
    background-size: 200%;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 1;
}

.dlab-accordion .card-header .dlab-title a .toggle-close {
    background-color: #fff;
    font-family: themify;
    height: 55px;
    width: 55px;
    display: block;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 0.25rem;
    line-height: 57px;
    text-align: center;
    font-size: 24px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    z-index: 1;
    overflow: hidden;
}

.dlab-accordion .card-header .dlab-title a .toggle-close:after {
    content: "";
    position: absolute;
    z-index: -1;
    background-image: var(--gradient);
    background-size: 200%;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
}

.dlab-accordion .card-header .dlab-title a .toggle-close:before {
    content: "\e61a";
    color: var(--primary);
    font-size: 24px;
    font-family: 'themify';
    z-index: 99;
    opacity: 1;
    transform: rotate(45deg);
    transition: all 0.5s;
    line-height: 55px;
    display: block;
}

.dlab-accordion .card-header .dlab-title a.collapsed {
    background: #fff;
    color: inherit;
}

.dlab-accordion .card-header .dlab-title a.collapsed:after {
    opacity: 0;
}

.dlab-accordion .card-header .dlab-title a.collapsed .toggle-close {
    content: "";
}

.dlab-accordion .card-header .dlab-title a.collapsed .toggle-close:after {
    opacity: 1;
}

.dlab-accordion .card-header .dlab-title a.collapsed .toggle-close:before {
    opacity: 1;
    transform: rotate(0);
    color: #fff;
}

@media only screen and (max-width: 575px) {
    .dlab-accordion .card-header .dlab-title a {
        padding: 15px 65px 15px 15px;
    }
}

.dlab-accordion.accordion-sm .card-body {
    padding: 18px 20px;
}

.dlab-accordion.accordion-sm .card-header .dlab-title a {
    padding: 15px 55px 15px 20px;
}

.dlab-accordion.accordion-sm .card-header .dlab-title a:after {
    height: 40px;
    width: 40px;
    right: 5px;
    top: 5px;
    line-height: 40px;
    font-size: 16px;
    background-color: #fff;
}

.dlab-accordion.accordion-sm .card-header .dlab-title a:before {
    right: 17px;
    top: 16px;
    font-size: 16px;
}

@media only screen and (max-width: 575px) {
    .dlab-accordion.accordion-sm .card-header .dlab-title a {
        padding: 15px 65px 15px 15px;
    }
}

.widget {
    margin-bottom: 45px;
}

.widget .widget-title {
    position: relative;
    padding-left: 20px;
    margin-bottom: 25px;
    font-size: 1.5625rem;
    font-weight: 800;
    text-transform: uppercase;
}

.widget .widget-title:before {
    content: "";
    height: 100%;
    width: 5px;
    border-radius: 10px;
    background-color: var(--primary);
    position: absolute;
    left: 0;
    top: 0;
}

.widget.style-1 .widget-title {
    padding: 0 0 12px;
    margin-bottom: 30px;
}

.widget.style-1 .widget-title:after,
.widget.style-1 .widget-title:before {
    content: "";
    height: 2px;
    border-radius: 10px;
    background-image: var(--gradient);
    background-size: 200%;
    position: absolute;
    bottom: 0;
}

.widget.style-1 .widget-title:before {
    width: 25px;
    left: 0;
    top: auto;
}

.widget.style-1 .widget-title:after {
    width: 55px;
    left: 32px;
}

.search-bx .form-control {
    padding: 10px 100px 10px 50px;
    height: 55px;
    box-shadow: 1px 0 50px rgba(0, 0, 0, 0.1);
    border: 0;
}

@media only screen and (max-width: 575px) {
    .search-bx .form-control {
        height: 50px;
    }
}

.search-bx .input-group-prepend {
    border-right: 0;
    top: 50%;
}

.search-bx .input-group-prepend .input-group-text i {
    color: #828282;
}

.search-bx button {
    position: absolute;
    right: 0;
    height: 100%;
    top: 0;
    font-size: 30px;
    padding: 4px 10px 0px 10px;
    z-index: 99;
    border-radius: 0 4px 4px 0;
    width: 60px;
}

@media only screen and (max-width: 575px) {
    .search-bx button {
        font-size: 24px;
    }
}

.search-bx.style-1 {
    padding: 30px;
    background-color: #1f2471;
    border-radius: 0.25rem;
}

.search-bx.style-1 .input-group {
    margin-bottom: 0;
}

.search-bx.style-1 button {
    border-radius: 0 0.25rem 0.25rem 0;
    padding: 0px 10px;
}

.service_menu_nav {
    background: #fff;
    padding: 30px 30px;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.service_menu_nav li a {
    background-color: #fff;
    display: block;
    border-radius: 6px;
    padding: 14px 25px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    background-size: 200%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.service_menu_nav li a:before {
    content: "\f30b";
    font-weight: 900;
    font-family: 'Line Awesome Free';
    position: absolute;
    right: 50px;
    top: 3px;
    font-size: 30px;
    opacity: 0;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.service_menu_nav li a:after {
    background-image: var(--gradient);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    content: "";
    background-size: 200%;
    opacity: 0;
    z-index: -1;
}

.service_menu_nav li:hover a,
.service_menu_nav li.active a {
    padding-left: 35px;
    border-color: transparent;
    color: #fff;
}

.service_menu_nav li:hover a:before,
.service_menu_nav li.active a:before {
    opacity: 1;
    right: 25px;
    color: #fff;
}

.service_menu_nav li:hover a:after,
.service_menu_nav li.active a:after {
    opacity: 1;
}

.download-file {
    background-image: var(--gradient);
    color: #fff;
    padding: 25px 25px 20px 20px;
    border-radius: 4px;
}

.download-file .title {
    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}

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

.download-file ul li a {
    background-color: #fff;
    color: #000;
    display: block;
    margin-bottom: 10px;
    border-radius: 4px;
    width: 100%;
    padding: 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.download-file ul li a i {
    width: 18px;
    height: 18px;
    position: relative;
}

.download-file ul li a i:after,
.download-file ul li a i:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
}

.download-file ul li a i:before {
    background-image: url(../images/download-icon2.png);
    -webkit-animation: download1 2s ease infinite;
    animation: download1 2s ease infinite;
}

.download-file ul li a i:after {
    background-image: url(../images/download-icon1.png);
}

.download-file ul li a .text {
    display: inline;
    position: relative;
}

.download-file ul li a:hover .text {
    color: var(--primary);
}

@-webkit-keyframes download1 {
    0%,
    10%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes download1 {
    0%,
    10%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    60% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.widget_contact {
    position: relative;
    padding: 50px 30px;
    border-radius: 6px;
    background-size: cover;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.widget_contact:after {
    background: var(--gradient-sec);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
    z-index: -1;
    background-size: 200%;
}

.widget_contact img {
    margin-bottom: 20px;
}

.widget_contact h4,
.widget_contact .h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 30px;
}

.widget_contact .phone-number {
    position: relative;
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 11px;
}

.widget_contact .phone-number a {
    color: #fff;
}

.widget_contact .email {
    position: relative;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
}

.widget_contact .email a {
    color: #fff;
}

.service-carouse .item {
    overflow: hidden;
    border-radius: 6px;
}


/* widget listing*/

.wp-block-latest-posts,
.wp-block-categories-list,
.wp-block-archives-list,
.widget_categories ul,
.widget_archive ul,
.widget_meta ul,
.widget_pages ul,
.widget_recent_comments ul,
.widget_nav_menu ul,
.widget_recent_entries ul,
.widget_services ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.wp-block-latest-posts li,
.wp-block-categories-list li,
.wp-block-archives-list li,
.widget_categories ul li,
.widget_archive ul li,
.widget_meta ul li,
.widget_pages ul li,
.widget_recent_comments ul li,
.widget_nav_menu ul li,
.widget_recent_entries ul li,
.widget_services ul li {
    padding-bottom: 1.125rem;
    margin-bottom: 0.8125rem;
    position: relative;
    padding: 0.5rem 0rem 0.5rem 0.9375rem;
    margin-bottom: 0;
    line-height: 1.25rem;
}

.wp-block-latest-posts li a,
.wp-block-categories-list li a,
.wp-block-archives-list li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_meta ul li a,
.widget_pages ul li a,
.widget_recent_comments ul li a,
.widget_nav_menu ul li a,
.widget_recent_entries ul li a,
.widget_services ul li a {
    color: inherit;
    text-transform: capitalize;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    position: relative;
}

.wp-block-latest-posts li a:before,
.wp-block-categories-list li a:before,
.wp-block-archives-list li a:before,
.widget_categories ul li a:before,
.widget_archive ul li a:before,
.widget_meta ul li a:before,
.widget_pages ul li a:before,
.widget_recent_comments ul li a:before,
.widget_nav_menu ul li a:before,
.widget_recent_entries ul li a:before,
.widget_services ul li a:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 8px;
    display: block;
    left: -15px;
    top: -2px;
}

.wp-block-latest-posts li a:hover,
.wp-block-categories-list li a:hover,
.wp-block-archives-list li a:hover,
.widget_categories ul li a:hover,
.widget_archive ul li a:hover,
.widget_meta ul li a:hover,
.widget_pages ul li a:hover,
.widget_recent_comments ul li a:hover,
.widget_nav_menu ul li a:hover,
.widget_recent_entries ul li a:hover,
.widget_services ul li a:hover {
    color: var(--primary);
    transform: translateX(10px);
}

.wp-block-latest-posts li li,
.wp-block-categories-list li li,
.wp-block-archives-list li li,
.widget_categories ul li li,
.widget_archive ul li li,
.widget_meta ul li li,
.widget_pages ul li li,
.widget_recent_comments ul li li,
.widget_nav_menu ul li li,
.widget_recent_entries ul li li,
.widget_services ul li li {
    border-bottom: none;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    line-height: 1.375rem;
}

.wp-block-latest-posts li li:last-child,
.wp-block-categories-list li li:last-child,
.wp-block-archives-list li li:last-child,
.widget_categories ul li li:last-child,
.widget_archive ul li li:last-child,
.widget_meta ul li li:last-child,
.widget_pages ul li li:last-child,
.widget_recent_comments ul li li:last-child,
.widget_nav_menu ul li li:last-child,
.widget_recent_entries ul li li:last-child,
.widget_services ul li li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.wp-block-latest-posts li li:before,
.wp-block-categories-list li li:before,
.wp-block-archives-list li li:before,
.widget_categories ul li li:before,
.widget_archive ul li li:before,
.widget_meta ul li li:before,
.widget_pages ul li li:before,
.widget_recent_comments ul li li:before,
.widget_nav_menu ul li li:before,
.widget_recent_entries ul li li:before,
.widget_services ul li li:before {
    top: 0.5rem;
    left: 0;
}

.wp-block-latest-posts ul,
.wp-block-categories-list ul,
.wp-block-archives-list ul,
.widget_categories ul ul,
.widget_archive ul ul,
.widget_meta ul ul,
.widget_pages ul ul,
.widget_recent_comments ul ul,
.widget_nav_menu ul ul,
.widget_recent_entries ul ul,
.widget_services ul ul {
    padding-left: 1.25rem;
    margin-top: 0.5rem;
    margin-left: -0.9375rem;
}


/*widget categories*/

.widget_archive li ul,
.wp-block-categories-list li ul,
.wp-block-archives-list li ul,
.wp-block-latest-posts li ul,
.widget_categories li ul {
    margin-bottom: -0.625rem;
}

.widget_archive ul li,
.wp-block-categories-list li,
.wp-block-archives-list li,
.wp-block-latest-posts li,
.widget_categories ul li {
    text-align: right;
    display: table;
    width: 100%;
    padding: 0.625rem 0rem 0.625rem 0.9375rem !important;
    line-height: 1.3 !important;
}

.wp-block-categories-list li:before,
.wp-block-archives-list li:before,
.wp-block-latest-posts li:before {
    content: none !important;
}

.widget_archive li a,
.wp-block-latest-posts li a,
.wp-block-categories-list li a,
.wp-block-archives-list li a,
.widget_categories li a {
    float: left;
    text-transform: capitalize;
    text-align: left;
}

.wp-block-latest-posts,
.wp-block-categories-list,
.wp-block-archives-list {
    margin-bottom: 2.5rem;
    padding: 0 !important;
}

.widget_recent_comments ul {
    margin-top: -0.625rem;
}

.widget_recent_comments ul li {
    padding-left: 1.875rem;
    color: #505489;
    line-height: 1.625rem;
}

.widget_recent_comments ul li a {
    font-weight: 500;
}

.widget_recent_comments ul li:before {
    content: "\f0e6";
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    background: transparent;
    width: auto;
    height: auto;
    left: 0;
    top: 0.625rem;
    font-size: 1.125rem;
    color: #505489;
}

.widget_meta ul li a abbr[title] {
    color: #333;
    border-bottom: none;
}

.widget_calendar th,
.widget_calendar td {
    text-align: center;
    border: 0.0625rem solid #f2ecff;
    padding: 0.4em;
}

.widget_calendar th,
.widget_calendar tfoot td {
    border-color: rgba(0, 0, 0, 0.05);
}

.widget_calendar th:last-child,
.widget_calendar tfoot td:last-child {
    border: 0;
}

.widget_calendar tr {
    border-bottom: 0.0625rem solid #f2ecff;
}

.widget_calendar tr:nth-child(2n+2) {
    background-color: #f8f5fe;
}

.widget_calendar table {
    border-collapse: collapse;
    margin: 0;
    width: 100%;
}

.widget_calendar .calendar_wrap th,
.widget_calendar tfoot td a {
    color: #fff;
    background: #1f2471;
}

.widget_calendar .calendar_wrap td a {
    font-weight: 600;
    text-transform: uppercase;
    color: inherit;
}

.widget_calendar caption {
    text-align: center;
    font-weight: 600;
    caption-side: top;
    background: #1f2471;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9375rem;
}

.wp-calendar-nav {
    background: #1f2471;
    color: #fff;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.wp-calendar-nav span {
    padding: 0.3125rem 1.25rem;
    width: 44%;
    border-right: 0.0625rem solid rgba(255, 255, 255, 0.2);
}

.wp-calendar-nav span a {
    color: #fff;
}

.widget_archive select {
    width: 100%;
    padding: 0.3125rem;
    border: 0.0625rem solid #CCC;
}

.widget_text select {
    width: 100%;
    border: 0.0625rem solid #CCC;
}

.widget_text select option {
    width: 100%;
}

.widget_text p {
    font-size: 0.9375rem;
    line-height: 1.75rem;
}

.widget_text b,
.widget_text strong {
    color: #505489;
}


/*widget rss  */

.rsswidget img {
    display: inherit;
}

.widget-title .rsswidget {
    display: inline-block;
}

ul a.rsswidget,
ul cite {
    font-weight: 600;
    color: #1f2471;
}

ul a.rsswidget {
    font-size: 1.125rem;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

ul a.rsswidget:hover {
    color: var(--primary);
}

.rssSummary {
    margin: 1.25rem 0;
    line-height: 1.7;
    font-size: 15px;
}

.rss-date {
    display: block;
    margin-top: 0.3125rem;
    font-weight: 400;
}

.widget_rss ul li {
    margin-bottom: 1.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
    padding-top: 0;
}

.widget_rss ul li:last-child {
    margin-bottom: 0;
    border-bottom: 0;
    padding-bottom: 0;
}

.widget_gallery ul {
    padding-left: 0;
    display: table;
}

.widget_gallery.gallery-grid-2 li {
    width: 50%;
}

.widget_gallery.gallery-grid-4 li {
    width: 25%;
}

.widget_gallery li {
    display: inline-block;
    width: 33.33%;
    float: left;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    padding: 0.125rem;
}

.widget_gallery li img {
    display: inline-block;
    width: 100%;
}

.widget_gallery li:nth-child(3n-3) {
    margin-right: 0;
}

.widget_gallery li:hover {
    opacity: 0.7;
}

.widget_gallery li a {
    display: inline-block;
}

.widget_tag_cloud .tagcloud {
    clear: both;
    display: table;
}

.widget_tag_cloud .tagcloud a {
    position: relative;
    border: 1px solid;
    border-radius: 0.25rem;
    padding: 6px 15px;
    display: inline-block;
    margin: 0 15px 15px 0;
    font-size: 15px;
    color: inherit;
    line-height: 1.4;
}

.widget_tag_cloud .tagcloud a:hover {
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
    color: #fff;
}

.recent-posts-entry .widget-post-bx .widget-post {
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 0.25rem;
    margin-bottom: 10px;
    transition: all 0.5s;
}

.recent-posts-entry .widget-post-bx .widget-post .dlab-media {
    width: 128px;
    min-width: 128px;
    border-radius: 0.25rem;
}

@media only screen and (max-width: 575px) {
    .recent-posts-entry .widget-post-bx .widget-post .dlab-media {
        width: 100px;
        min-width: 100px;
    }
}

.recent-posts-entry .widget-post-bx .widget-post .dlab-info {
    padding-left: 15px;
}

.recent-posts-entry .widget-post-bx .widget-post .dlab-meta li {
    font-size: 14px;
    color: var(--primary);
}

.recent-posts-entry .widget-post-bx .widget-post .title {
    font-weight: 600;
    font-size: 18px;
}

.recent-posts-entry .widget-post-bx .widget-post:hover {
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
}

.widget_subscribe.style-1 .input-group {
    overflow: hidden;
    border-radius: 10px;
}

.widget_subscribe.style-1 .input-group .input-group-addon.input-group-addon.input-group-addon {
    position: absolute;
    height: 100%;
    right: 10px;
    display: flex;
    align-items: center;
    z-index: 25;
}

.widget_subscribe.style-1 .input-group .input-group-addon.input-group-addon.input-group-addon button {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 12px 20px;
    background: var(--primary) !important;
    color: #fff !important;
}

.action-box.style-1 {
    padding: 40px 0;
}

@media only screen and (max-width: 767px) {
    .action-box.style-1 {
        text-align: center;
    }
    .action-box.style-1 .text-end {
        text-align: center !important;
    }
}

.dlab-subscribe.style-1 {
    padding: 50px 60px;
    background-color: #fff;
    z-index: 99;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 0px 30px 0 rgba(0, 0, 0, 0.1);
    background-image: url(../images/pattern3.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
}

.dlab-subscribe.style-1 .title {
    font-size: 28px;
}

.dlab-subscribe.style-1 form .input-group,
.dlab-subscribe.style-1 form .form-group {
    margin-bottom: 0;
}

.dlab-subscribe.style-1 form .form-control {
    border-radius: 0.5rem 0 0 0.5rem !important;
    border: 0;
    border: 1px solid #fff;
}

.dlab-subscribe.style-1 form .form-control:hover,
.dlab-subscribe.style-1 form .form-control:focus {
    border-color: var(--primary);
}

.dlab-subscribe.style-1 form button {
    border-radius: 0 0.5rem 0.5rem 0;
    height: 100%;
    display: flex;
    align-items: center;
}

.dlab-subscribe.style-1 form .input-group.shadow {
    border-radius: 0.5rem;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1) !important;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.dlab-subscribe.style-1 form .input-group.shadow:focus-within,
.dlab-subscribe.style-1 form .input-group.shadow:hover {
    box-shadow: 0 0 80px 0 rgba(0, 0, 0, 0.2) !important;
}

@media only screen and (max-width: 1199px) {
    .dlab-subscribe.style-1 {
        margin: 0;
        padding: 40px;
    }
}

@media only screen and (max-width: 991px) {
    .dlab-subscribe.style-1 form {
        margin-left: 0;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .dlab-subscribe.style-1 .title {
        font-size: 24px;
    }
    .dlab-subscribe.style-1 form {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .dlab-subscribe.style-1 {
        padding: 25px;
    }
}

.dlab-subscribe.style-2 form .form-control {
    padding: 10px 200px 10px 30px;
    border-color: #fff;
    box-shadow: 0px 0px 30px -10px var(--primary-dark);
}

.dlab-subscribe.style-2 form .form-control:focus,
.dlab-subscribe.style-2 form .form-control:hover {
    box-shadow: 0px 10px 60px -10px var(--primary-dark);
}

@media only screen and (max-width: 1199px) {
    .dlab-subscribe.style-2 form .form-control {
        padding: 10px 130px 10px 10px;
    }
}

.dlab-subscribe.style-2 form button {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 9;
    height: 50px;
    padding-top: 12px;
    padding-bottom: 12px;
}

@media only screen and (max-width: 1199px) {
    .dlab-subscribe.style-2 form button {
        padding: 8px 20px;
        height: 40px;
    }
}

@media only screen and (max-width: 575px) {
    .dlab-subscribe.style-2 form button {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.dlab-subscribe.style-3 form .form-control {
    height: 56px;
    border-radius: 0 22px 0 22px !important;
}

.dlab-subscribe.style-3 form button {
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 99;
}

.dlab-subscribe.style-4 .input-group {
    margin-bottom: 0;
}

.dlab-subscribe.style-4 .input-group .form-control {
    border-radius: 10px 0 0 10px !important;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
}

.dlab-subscribe.style-4 .input-group .form-control::placeholder {
    color: #fff;
}

.dlab-subscribe.style-4 .input-group .input-group-addon button {
    height: 100%;
    text-transform: capitalize;
    padding: 5px 25px;
    border-radius: 0 10px 10px 0;
}

.dlab-subscribe.style-4 .input-group .input-group-addon button.btn-light:hover {
    background-color: #fff;
    color: var(--primary) !important;
}

.dlab-subscribe.style-5 .input-group {
    margin-bottom: 10px;
}

.dlab-subscribe.style-5 .input-group .form-control {
    border-radius: 6px !important;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: #fff;
}

.dlab-subscribe.style-5 .input-group .form-control::placeholder {
    color: #fff;
}

.dlab-subscribe.style-5 .input-group .input-group-addon {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 9;
    padding: 8px;
}

.dlab-subscribe.style-5 .input-group .input-group-addon button {
    height: 100%;
    text-transform: capitalize;
    padding: 0 20px;
}

nav .pagination .page-item {
    margin: 0 5px;
}

nav .pagination .page-item .page-link {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50px;
    background-color: #eeeeee;
    color: #888;
    text-align: center;
    border: 0;
    padding: 0;
    transition: all 0.5s;
}

nav .pagination .page-item .page-link.prev,
nav .pagination .page-item .page-link.next {
    width: 80px;
}

nav .pagination .page-item .page-link.active,
nav .pagination .page-item .page-link:hover {
    background-image: var(--gradient);
    background-size: 200%;
    color: #fff;
    box-shadow: 5px 0 15px var(--rgba-primary-5);
}

nav .pagination.text-center {
    justify-content: center;
}

.blockquote {
    position: relative;
    margin: 30px 0;
}

.blockquote:before {
    content: "\f11f";
    position: absolute;
    font-family: Flaticon;
}

.blockquote.style-1 {
    padding: 0 0 0 60px;
    box-shadow: none;
    background: transparent;
}

.blockquote.style-1:before {
    color: var(--primary);
    left: 0;
    top: 50%;
    font-size: 42px;
    transform: translateY(-50%);
    width: 50px;
    padding: 5px;
    opacity: 1;
    height: 40px;
}

.blockquote.style-1 .blockquote-content {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 0;
    border-left: 3px solid rgba(115, 85, 247, 0.1);
    padding-left: 15px;
}

.blockquote.style-2 {
    padding: 20px 30px;
    box-shadow: none;
    background: transparent;
    overflow: unset;
}

.blockquote.style-2:before {
    color: var(--primary);
    left: 30px;
    font-size: 36px;
    opacity: 0.3;
    z-index: -1;
    top: 5px;
    width: 40px;
    height: 40px;
}

.blockquote.style-2:after {
    content: "";
    width: 10px;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background-image: var(--gradientY);
    border-radius: 30px;
}

.blockquote.style-2 .blockquote-content {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}

.blockquote.style-3 {
    padding: 20px 30px 20px 80px;
    background-color: #f8f5ff;
    text-align: center;
    box-shadow: none;
}

.blockquote.style-3:before {
    background: var(--gradient);
    background-size: 200%;
    left: 20px;
    top: 50%;
    font-size: 40px;
    transform: translateY(-50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: auto;
    height: auto;
    opacity: 1;
    overflow: unset;
    line-height: 1;
    padding: 5px;
}

.blockquote.style-3 .blockquote-content {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0;
}

.dlab-content-bx.style-1 {
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 0px 10px 4px rgba(31, 66, 135, 0.1);
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    transition: all 0.5s;
    padding: 15px;
}

.dlab-content-bx.style-1 .counter {
    font-size: 48px;
}

.dlab-content-bx.style-1 .title {
    font-size: 20px;
    color: #262F5A;
    font-weight: 500;
}

.dlab-content-bx.style-1:hover {
    transform: translateY(-15px);
}

@media only screen and (max-width: 1199px) {
    .dlab-content-bx.style-1 {
        height: 200px;
        width: 200px;
    }
    .dlab-content-bx.style-1 .counter {
        font-size: 42px;
    }
    .dlab-content-bx.style-1 .title {
        font-size: 16px;
    }
}

.dlab-content-bx.style-2 {
    background-color: #fff;
    border-radius: 0.25rem;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
    padding: 15px;
}

.dlab-content-bx.style-2 .counter-title {
    font-size: 40px;
    font-weight: 800;
}

.dlab-content-bx.style-3 .icon-bx-sm {
    background-image: var(--gradient);
    background-size: 200%;
    margin-bottom: 15px;
    color: #fff;
}

.dlab-content-bx.style-3 .icon-bx-sm i {
    font-size: 45px;
}

.dlab-content-bx.style-3 .icon-content h2,
.dlab-content-bx.style-3 .icon-content .h2 {
    font-size: 65px;
    font-weight: 800;
    line-height: 1;
}

@media only screen and (max-width: 1199px) {
    .dlab-content-bx.style-3 .icon-content h2,
    .dlab-content-bx.style-3 .icon-content .h2 {
        font-size: 50px;
    }
}

.dlab-content-bx.style-3 .icon-content .title {
    color: #262626;
    font-size: 18px;
}

@media only screen and (max-width: 1199px) {
    .dlab-content-bx.style-3 .icon-content .title {
        font-size: 16px;
    }
}

.call-to-action {
    padding: 80px 30px;
    border-radius: 20px;
}

.call-to-action .title {
    font-size: 55px;
}

.call-to-action .btn {
    display: inline-flex;
    align-items: center;
}

.call-to-action .btn:hover {
    background: #fff;
    color: var(--primary) !important;
}

@media only screen and (max-width: 1199px) {
    .call-to-action {
        padding: 60px 20px;
    }
    .call-to-action .title {
        font-size: 42px;
        margin-bottom: 25px;
    }
}

@media only screen and (max-width: 991px) {
    .call-to-action {
        padding: 50px 30px;
    }
    .call-to-action .title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 575px) {
    .call-to-action {
        padding: 30px 20px;
    }
    .call-to-action .title {
        font-size: 24px;
    }
}

.counter-section .section-head .title {
    font-size: 60px;
    font-weight: 800;
}

@media only screen and (max-width: 991px) {
    .counter-section .section-head .title {
        font-size: 40px;
    }
}

.counter-inner {
    padding: 50px 50px 20px;
    margin-top: -100px;
    border-radius: 10px;
}

@media only screen and (max-width: 575px) {
    .counter-inner {
        padding: 40px 15px 10px;
        margin-top: -80px;
    }
}

ul[class*=list-] {
    font-size: 15px;
}

ul[class*=list-] li {
    position: relative;
    padding: 8px 5px 8px 35px;
}

ul[class*=list-] li:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

ul.list-check li:before {
    content: "\f120";
    font-family: Flaticon;
    font-size: 24px;
}

ul.list-check.style-1 li {
    padding: 8px 5px 8px 28px;
}

ul.list-check.style-1 li:before {
    content: "\f058";
    font-family: 'Line Awesome Free';
    font-size: 24px;
}

ul.list-check.style-2 li {
    padding: 8px 5px 8px 28px;
}

ul.list-check.style-2 li:before {
    content: "\f058";
    font-family: 'Line Awesome Free';
    font-size: 24px;
}

ul.list-check-2 li {
    padding: 10px 5px 10px 48px;
    font-size: 20px;
}

@media only screen and (max-width: 1199px) {
    ul.list-check-2 li {
        font-size: 16px;
    }
}

ul.list-check-2 li:before {
    content: "\f00c";
    font-family: 'Line Awesome Free';
    font-size: 24px;
    width: 35px;
    height: 35px;
    background: #000;
    text-align: center;
    line-height: 35px;
    color: #fff;
    border-radius: 35px;
    font-weight: 900;
    background-image: var(--gradient);
    background-size: 200%;
}

ul.list-arrow li:before {
    content: "\f101";
    font-family: 'Line Awesome Free';
    font-weight: 600;
    font-size: 20px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

ul.list-arrow li:hover:before {
    left: 10px;
}

ul.primary li:before {
    color: var(--primary);
}


/* Light Gallery */

.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-sub-html,
.lg-toolbar {
    background-color: rgba(30, 30, 30, 0.6);
}

.lg-outer .lg-toogle-thumb,
.lg-outer .lg-thumb-outer,
.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
    background-color: transparent;
}

.lg-backdrop {
    background-color: rgba(30, 30, 30, 0.9);
}

.lg-outer .lg-toogle-thumb,
.lg-actions .lg-next,
.lg-actions .lg-prev,
.lg-toolbar .lg-icon,
#lg-counter {
    color: #fff;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
    border-color: var(--primary);
}

.lightimg {
    cursor: pointer;
}

.dlab-overlay-box {
    overflow: hidden;
}

.dlab-overlay-box .dlab-info {
    position: absolute;
    z-index: 99;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    width: 100%;
}

.dlab-overlay-box.style-1 {
    border-radius: 0.25rem;
    margin-bottom: 25px;
}

.dlab-overlay-box.style-1 .dlab-info {
    bottom: 0;
    left: 0;
    opacity: 0;
    padding: 30px;
}

.dlab-overlay-box.style-1 .dlab-info .title {
    margin-bottom: 0px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    opacity: 0;
}

.dlab-overlay-box.style-1 .dlab-info .title a {
    color: #fff;
}

.dlab-overlay-box.style-1 .dlab-info .icon-link {
    height: 60px;
    width: 60px;
    border-radius: 60px;
    background-color: rgba(255, 251, 247, 0.1);
    color: #fff;
    line-height: 60px;
    text-align: center;
    display: block;
    font-size: 24px;
    margin: auto;
}

.dlab-overlay-box.style-1 .tags-list {
    margin-bottom: 25px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    opacity: 0;
}

.dlab-overlay-box.style-1 .tags-list li a {
    color: #fff;
}

.dlab-overlay-box.style-1 .tags-list li:after {
    color: #fff;
}

.dlab-overlay-box.style-1 .icon-btn {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    padding: 0;
    line-height: 60px;
    font-size: 24px;
    color: var(--primary);
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    -ms-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    opacity: 0;
}

.dlab-overlay-box.style-1 .icon-btn:hover {
    background-color: #fff;
    border-color: #fff;
    color: var(--primary) !important;
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.1);
}

.dlab-overlay-box.style-1 .dlab-media span {
    position: absolute;
    top: 0;
    z-index: 2;
    color: #fff;
    right: 0;
    font-size: 28px;
    width: 60px;
    height: 60px;
    border: 1px solid #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 64px;
    cursor: pointer;
    opacity: 0;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
}

.dlab-overlay-box.style-1 .dlab-media span:after,
.dlab-overlay-box.style-1 .dlab-media span:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    border: inherit;
    border-radius: inherit;
    z-index: -1;
    opacity: 0;
    transition: all 0.6s ease 0.3s;
    -moz-transition: all 0.6s ease 0.3s;
    -webkit-transition: all 0.6s ease 0.3s;
    -ms-transition: all 0.6s ease 0.3s;
    -o-transition: all 0.6s ease 0.3s;
}

.dlab-overlay-box.style-1:hover .dlab-media:before {
    opacity: 0.8;
}

.dlab-overlay-box.style-1:hover .dlab-media span {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
    right: 60px;
    top: 60px;
}

.dlab-overlay-box.style-1:hover .dlab-media span:after {
    transform: scale(1.8);
    -moz-transform: scale(1.8);
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
    opacity: 0.5;
}

.dlab-overlay-box.style-1:hover .dlab-media span:before {
    transform: scale(2.6);
    -moz-transform: scale(2.6);
    -webkit-transform: scale(2.6);
    -ms-transform: scale(2.6);
    -o-transform: scale(2.6);
    opacity: 0.2;
}

.dlab-overlay-box.style-1:hover .dlab-info {
    opacity: 1;
}

.dlab-overlay-box.style-1:hover .dlab-info .title {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
}

.dlab-overlay-box.style-1:hover .tags-list,
.dlab-overlay-box.style-1:hover .icon-btn {
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    opacity: 1;
}

.dlab-overlay-box.style-2 {
    border-radius: 10px;
}

.dlab-overlay-box.style-2 .dlab-info {
    bottom: -100%;
    left: 0;
    text-align: left;
    padding: 30px;
}

.dlab-overlay-box.style-2 .dlab-info .title {
    font-size: 22px;
    font-weight: 800;
}

.dlab-overlay-box.style-2 .dlab-info .title a {
    color: #fff;
}

.dlab-overlay-box.style-2 .dlab-info .post-author {
    color: #fff;
    margin-bottom: 0;
    opacity: 0.7;
}

.dlab-overlay-box.style-2 .dlab-info .post-author a {
    color: #fff;
}

.dlab-overlay-box.style-2 .dlab-media span {
    position: absolute;
    top: 0;
    background: var(--gradient);
    z-index: 2;
    color: #fff;
    right: 0;
    font-size: 28px;
    width: 50px;
    height: 50px;
    border-radius: 8px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    background-size: 200%;
    opacity: 0;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.dlab-overlay-box.style-2 .dlab-media span:hover {
    background-position: right center;
}

.dlab-overlay-box.style-2:hover .dlab-media span {
    opacity: 1;
    top: 20px;
    right: 20px;
}

.dlab-overlay-box.style-2:hover .dlab-info {
    bottom: 0;
}

.dlab-overlay-box.style-3 {
    border-radius: 10px;
    box-shadow: 0 0px 60px 0 rgba(0, 0, 0, 0.1);
}

.dlab-overlay-box.style-3 .dlab-info {
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%) scale(2);
    -moz-transform: translateY(-50%) scale(2);
    -webkit-transform: translateY(-50%) scale(2);
    -ms-transform: translateY(-50%) scale(2);
    -o-transform: translateY(-50%) scale(2);
    opacity: 0;
    text-align: center;
}

.dlab-overlay-box.style-3 .dlab-info .post-author {
    margin-bottom: 0;
    color: #fff;
    opacity: 0.7;
}

.dlab-overlay-box.style-3 .dlab-info .post-author a {
    color: inherit;
}

.dlab-overlay-box.style-3 .dlab-info .title {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
}

.dlab-overlay-box.style-3 .dlab-info .title a {
    color: #fff;
}

.dlab-overlay-box.style-3 .dlab-img-overlay1:before {
    background-image: var(--gradient-sec);
    background-size: 200%;
}

.dlab-overlay-box.style-3:hover .dlab-info {
    top: 50%;
    opacity: 1;
    transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -webkit-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
}

.dlab-overlay-box.style-3:hover .dlab-img-overlay1:before {
    opacity: 0.8;
}

@media only screen and (max-width: 1199px) {
    .dlab-overlay-box.style-3 .dlab-info {
        padding: 20px 40px 20px 20px;
        left: 20px;
        right: 20px;
    }
    .dlab-overlay-box.style-3 .dlab-info:before {
        font-size: 36px;
        right: 20px;
    }
}

.dlab-overlay-box.style-4 {
    border-radius: 10px;
}

.dlab-overlay-box.style-4:hover .dlab-img-overlay1::before {
    opacity: 0.7;
    background: var(--primary);
}

.dlab-overlay-box.style-4 .dlab-info {
    bottom: -100%;
    left: 0;
    text-align: left;
    padding: 30px;
}

.dlab-overlay-box.style-4 .dlab-info .title {
    font-size: 22px;
    font-weight: 700;
}

.dlab-overlay-box.style-4 .dlab-info .title a {
    color: #fff;
}

.dlab-overlay-box.style-4 .dlab-info .post-author {
    color: #F2F2F2;
    margin-bottom: 0;
}

.dlab-overlay-box.style-4 .dlab-info .post-author a {
    color: #fff;
}

.dlab-overlay-box.style-4 .dlab-info .post-date a {
    color: #F2F2F2;
}

.dlab-overlay-box.style-4 .dlab-media img {
    min-height: 350px;
    object-fit: cover;
}

.dlab-overlay-box.style-4 .dlab-media span {
    position: absolute;
    top: 0;
    background: #fff;
    z-index: 2;
    color: var(--primary);
    right: 0;
    font-size: 28px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    background-size: 200%;
    opacity: 0;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.dlab-overlay-box.style-4 .dlab-media span:hover {
    background-position: right center;
}

.dlab-overlay-box.style-4:hover .dlab-media span {
    opacity: 1;
    top: 20px;
    right: 20px;
}

.dlab-overlay-box.style-4:hover .dlab-info {
    bottom: 0;
}

.portfolio-swiper .post-author,
.portfolio-swiper2 .post-author {
    padding: 0 70px;
}

@media only screen and (max-width: 991px) {
    .portfolio-swiper .post-author,
    .portfolio-swiper2 .post-author {
        padding: 0 20px;
    }
}

.video-bx {
    position: relative;
}

.video-bx.style-1 {
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.1);
    border: 15px solid #fff;
    border-radius: 0.25rem;
}

.video-bx.style-1 .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.video-bx.style-1 .popup-youtube {
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    background-image: var(--gradient);
    background-size: 200%;
    border-radius: 0.25rem;
    display: block;
    color: #fff;
    font-size: 42px;
    margin: 0 auto 20px;
    box-shadow: 5px 0 15px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.video-bx.style-1 .popup-youtube:hover {
    color: #fff;
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2);
    background-color: #fff;
}

.video-bx.style-1 .title {
    color: #fff;
    margin-bottom: 0;
    font-size: 50px;
}

@media only screen and (max-width: 767px) {
    .video-bx.style-1 {
        height: 300px;
    }
    .video-bx.style-1 img {
        height: 100%;
        object-fit: cover;
    }
    .video-bx.style-1 .title {
        font-size: 30px;
    }
    .video-bx.style-1 .popup-youtube {
        height: 80px;
        width: 80px;
        line-height: 80px;
    }
}

.video-bx.style-2 .popup-youtube {
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
    background-color: var(--primary);
    border-radius: 50%;
    display: block;
    color: #fff;
    font-size: 32px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.video-bx.style-2 .popup-youtube:before,
.video-bx.style-2 .popup-youtube:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    height: 90px;
    width: 90px;
    left: 0;
    top: 0;
    background-color: inherit;
    opacity: 0.5;
}

.video-bx.style-2 .popup-youtube:before {
    transform: scale(1.3);
    z-index: -1;
}

.video-bx.style-2 .popup-youtube:after {
    transform: scale(1.6);
    z-index: -2;
}

@media only screen and (max-width: 991px) {
    .video-bx.style-2 .popup-youtube {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

@media only screen and (max-width: 575px) {
    .video-bx.style-2 .popup-youtube {
        height: 70px;
        width: 70px;
        line-height: 70px;
        font-size: 24px;
    }
    .video-bx.style-2 .popup-youtube:before,
    .video-bx.style-2 .popup-youtube:after {
        height: 70px;
        width: 70px;
    }
}

.video-bx.style-3 {
    border-radius: 0.25rem;
    overflow: hidden;
}

.video-bx.style-3 img {
    width: 100%;
}

.video-bx.style-3 .video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.video-bx.style-3 .popup-youtube {
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    background-color: var(--primary);
    border-radius: 0.25rem;
    display: block;
    color: #fff;
    font-size: 42px;
    margin: 0 auto 0;
    box-shadow: 0 0px 10px 4px rgba(31, 66, 135, 0.2);
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.video-bx.style-3 .popup-youtube:hover {
    color: var(--primary);
    background-color: #fff;
}

@media only screen and (max-width: 767px) {
    .video-bx.style-3 {
        height: 300px;
    }
    .video-bx.style-3 img {
        height: 100%;
        object-fit: cover;
    }
}

@media only screen and (max-width: 575px) {
    .video-bx.style-3 .popup-youtube {
        height: 80px;
        width: 80px;
        line-height: 80px;
    }
}

.video-bx.style-4 .video-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 18px;
}

.video-bx.style-4 .video-btn .title {
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}

@media only screen and (max-width: 575px) {
    .video-bx.style-4 .video-btn .title {
        display: none;
    }
}

.video-wraper-1 {
    overflow: hidden;
    padding-top: 50px;
}

.video-wraper-1 .video-bx {
    margin: -165px 0 0 0;
    width: 50vw;
    padding-left: 40px;
}

.video-wraper-1 .video-bx img {
    width: 100%;
    border-radius: 10px;
}

.video-wraper-1 .video-inner {
    padding-bottom: 50px;
    padding-top: 115px;
}

@media only screen and (max-width: 1199px) {
    .video-wraper-1 {
        padding-top: 0;
    }
    .video-wraper-1 .video-bx {
        margin: 0 0 0 80px;
    }
}

@media only screen and (max-width: 991px) {
    .video-wraper-1 {
        padding-top: 0;
    }
    .video-wraper-1 .video-bx {
        margin: 0 0 30px 0;
        width: 100%;
        padding-left: 0;
    }
    .video-wraper-1 .video-inner {
        padding-bottom: 20px;
        padding-top: 50px;
    }
}

.dlab-media.style-1,
.dlab-media.style-2,
.dlab-media.style-3 {
    border-radius: 50%;
    box-shadow: 0 0px 10px 4px rgba(31, 66, 135, 0.1);
    border: 10px solid #fff;
}

.dlab-media.style-1 {
    width: 335px;
    height: 335px;
}

.dlab-media.style-2 {
    width: 250px;
    height: 250px;
}

.dlab-media.style-3 {
    width: 215px;
    height: 215px;
}

.star-rating li {
    display: inline-block;
}

.dlab-social-icon li {
    display: inline-block;
}

.dlab-social-icon li a {
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 50px;
    font-size: 14px;
    color: var(--primary);
    background-color: #fff;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    margin: 2px;
}

.dlab-social-icon li a:hover {
    color: #fff;
    background-image: var(--gradient);
    background-size: 200%;
}

.dlab-social-icon.primary li a {
    background-color: var(--primary);
    color: #fff;
}

.dlab-social-icon.primary-light li a {
    background-color: var(--rgba-primary-1);
    color: var(--primary);
}

.dlab-social-icon.primary-light li a:hover {
    color: #fff;
    background: var(--primary);
    background-size: 200%;
}

.dlab-separator.style-1 {
    height: 6px;
    width: 6px;
    background-color: var(--primary);
    border-radius: 20px;
    position: relative;
    margin: 5px 23px 5px 0;
}

.dlab-separator.style-1:after {
    height: 2px;
    width: 20px;
    background-color: var(--primary);
    position: absolute;
    top: 3px;
}

.dlab-separator.style-1:before {
    content: none;
}

.dlab-separator.style-1:after {
    right: auto;
    left: 10px;
}

.dlab-separator.style-1.text-center {
    margin: auto 23px auto 23px;
}

.dlab-separator.style-1.text-center:before {
    content: "";
    left: auto;
    right: 10px;
    width: 20px;
}

.dlab-separator.style-2 {
    position: relative;
    height: auto;
    width: 150px;
}

.dlab-separator.style-2:before,
.dlab-separator.style-2:after {
    content: "";
    height: 6px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 15px;
}

.dlab-separator.style-2:before {
    width: 45px;
}

.dlab-separator.style-2:after {
    width: 95px;
    left: 55px;
}

.dlab-separator.style-2.bg-white {
    background-color: transparent;
}

.dlab-separator.style-2.bg-white:before,
.dlab-separator.style-2.bg-white:after {
    background-color: #fff;
}

.dlab-separator.style-2.bg-primary {
    background-color: transparent;
}

.dlab-separator.style-2.bg-primary:before,
.dlab-separator.style-2.bg-primary:after {
    background-image: var(--gradient);
    background-size: 200%;
}

.section-wraper-one .icon-bx-wraper:nth-child(2) {
    margin-left: 100px;
}

.section-wraper-one .icon-bx-wraper:nth-child(2):before {
    content: "";
    background-image: url(../images/pattern7.png);
    height: 450px;
    width: 100%;
    top: -140px;
    left: -50px;
    position: absolute;
    background-repeat: no-repeat;
    z-index: -2;
}

@media only screen and (max-width: 767px) {
    .section-wraper-one .icon-bx-wraper:nth-child(2) {
        margin-left: 0;
    }
    .section-wraper-one .icon-bx-wraper:nth-child(2):before {
        content: none;
    }
}

.dlab-img-overlay1.primary:before,
.dlab-img-overlay1.primary:after {
    background-color: var(--primary);
}

.tags-list li {
    display: inline-block;
    position: relative;
    padding-right: 5px;
    margin-right: 5px;
}

.tags-list li:after {
    content: ",";
    position: absolute;
    right: 0;
    bottom: 0;
    color: var(--primary);
}

.tags-list li:last-child:after {
    content: none;
}

.counter-wraper-1 {
    background-color: #fffbf6;
    padding-top: 70px;
    padding-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .counter-wraper-1 {
        padding-top: 50px;
        padding-bottom: 20px;
    }
}

.about-wraper-1 {
    overflow: hidden;
}

.about-wraper-1 .section-head {
    margin-bottom: 15px;
}

.about-wraper-1 .dz-media {
    width: 50vw;
    position: relative;
}

.about-wraper-1 .dz-media img {
    width: 100%;
}

.about-wraper-1 .dz-media:after {
    content: "";
    height: 100%;
    background: #fef2f6;
    position: absolute;
    top: 0;
    width: 50vw;
    z-index: -1;
}

.about-wraper-1 .dz-media.left {
    float: right;
    margin: 60px 70px 60px 0;
}

@media only screen and (max-width: 1199px) {
    .about-wraper-1 .dz-media.left {
        margin: 20px 20px 20px 0;
    }
}

.about-wraper-1 .dz-media.left img {
    border-radius: 0 100px 100px 0;
}

.about-wraper-1 .dz-media.left:after {
    right: -20px;
    transform: rotate(8deg);
    border-radius: 0 100px 100px 0;
}

.about-wraper-1 .dz-media.right {
    float: left;
    margin: 60px 0 60px 70px;
}

.about-wraper-1 .dz-media.right img {
    border-radius: 100px 0 0 100px;
}

.about-wraper-1 .dz-media.right:after {
    left: -20px;
    transform: rotate(-8deg);
    border-radius: 100px 0 0 100px;
}

@media only screen and (max-width: 1199px) {
    .about-wraper-1 .dz-media {
        margin: 60px 30px 60px 0;
    }
    .about-wraper-1 .dz-media img {
        border-radius: 0 30px 30px 0;
    }
    .about-wraper-1 .dz-media:after {
        border-radius: 0 30px 30px 0;
    }
}

@media only screen and (max-width: 991px) {
    .about-wraper-1 .dz-media {
        margin: 30px 0 !important;
        width: 100%;
    }
    .about-wraper-1 .dz-media img {
        border-radius: 30px !important;
    }
    .about-wraper-1 .dz-media:after {
        border-radius: 30px !important;
        right: 0px !important;
        width: 100%;
    }
    .about-wraper-1 .dz-media.right:after {
        left: auto !important;
    }
}

@media only screen and (max-width: 575px) {
    .about-wraper-2 .m-b50 {
        margin-bottom: 30px;
    }
}

.about-wraper-3 {
    position: relative;
    margin-top: 50px;
}

.about-wraper-3:after {
    content: "";
    background-image: url(../images/pattern11.png);
    height: 130px;
    width: 924px;
    position: absolute;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 50%;
    transform: translateX(-50%);
    top: 5px;
}

@media only screen and (max-width: 1199px) {
    .about-wraper-3:after {
        width: 700px;
    }
}

@media only screen and (max-width: 991px) {
    .about-wraper-3:after {
        content: none;
    }
}

@media only screen and (max-width: 991px) {
    .subscribe-wraper-1 .title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 575px) {
    .subscribe-wraper-1 .title {
        font-size: 24px;
    }
}

.clients-logo {
    padding: 20px 30px;
    height: 100px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.clients-logo img {
    width: auto !important;
    margin: auto;
}

.clients-logo .logo-hover {
    display: none !important;
}

.clients-logo:hover {
    background: var(--primary);
    box-shadow: 5px 0 30px 0 var(--rgba-primary-4);
}

.clients-logo:hover .logo-main {
    display: none;
}

.clients-logo:hover .logo-hover {
    display: block !important;
}

.progress-bx {
    margin-bottom: 30px;
}

.progress-bx .progress-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

.progress-bx .progress-info span {
    font-size: 18px;
}

.progress-bx .progress {
    height: 8px;
    border-radius: 10px;
    overflow: unset !important;
    background-color: var(--rgba-primary-1);
}

.progress-bx .progress .progress-bar {
    position: relative;
    border-radius: 10px;
    overflow: unset !important;
    background-image: var(--gradient);
    background-size: 200%;
}

.progress-bx .progress .progress-bar:after {
    content: "";
    height: 25px;
    border: 3px solid var(--primary);
    width: 25px;
    position: absolute;
    right: 0;
    background-color: #fff;
    top: 50%;
    border-radius: 50px;
    transform: translateY(-50%);
}

.blog-carousel1 {
    margin-top: -30px;
    margin-bottom: -30px;
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
}

.blog-carousel1 .dlab-blog {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
}


/* Move Images */

.move-box {
    position: relative;
}

.move-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.move-box img:first-child {
    position: unset;
}

.move-1 {
    -webkit-animation: move1 5s infinite;
    animation: move1 5s infinite;
}

.move-2 {
    -webkit-animation: move2 5s infinite;
    animation: move2 5s infinite;
}

.move-3 {
    -webkit-animation: move3 5s infinite;
    animation: move3 5s infinite;
}

.move-4 {
    -webkit-animation: move4 5s infinite;
    animation: move4 5s infinite;
}

@-webkit-keyframes move4 {
    0% {
        -webkit-transform: translate(0, -5px);
        transform: translate(0, -5px);
    }
    50% {
        -webkit-transform: translate(0, 5px);
        transform: translate(0, 5px);
    }
    100% {
        -webkit-transform: translate(0, -5px);
        transform: translate(0, -5px);
    }
}

@-webkit-keyframes move1 {
    0% {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px);
    }
    50% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px);
    }
    100% {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px);
    }
}

@keyframes move1 {
    0% {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px);
    }
    50% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px);
    }
    100% {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px);
    }
}

@-webkit-keyframes move2 {
    0% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px);
    }
    50% {
        -webkit-transform: rotate(-1deg) translate(-2px, -2px);
        transform: rotate(-1deg) translate(-2px, -2px);
    }
    100% {
        -webkit-transform: rotate(1deg) translate(2px, 2px);
        transform: rotate(1deg) translate(2px, 2px);
    }
}

@-webkit-keyframes move3 {
    0% {
        transform: translate(0, 0);
    }
    20% {
        transform: translate(5px, 0);
    }
    40% {
        transform: translate(5px, 5px);
    }
    65% {
        transform: translate(0, 5px);
    }
    65% {
        transform: translate(5px, 0);
    }
    100% {
        transform: translate(0, 0);
    }
}

.icon-up [class*="icon-bx-"] i,
.pricingtable-wrapper.style-2 [class*="icon-bx-"] .icon-cell,
icon-bx-wraper style-4 .icon-cell,
.icon-bx-wraper.style-1 .icon-cell {
    overflow: hidden;
}

.icon-up:hover [class*="icon-bx-"] i,
.pricingtable-wrapper.style-2:hover [class*="icon-bx-"] .icon-cell i,
icon-bx-wraper style-4:hover .icon-cell i,
.icon-bx-wraper.style-1:hover .icon-cell i {
    display: inline-block;
    -webkit-animation: toTopFromBottom 0.8s forwards;
    -moz-animation: toTopFromBottom 0.8s forwards;
    animation: toTopFromBottom 0.8s forwards;
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }
    50% {
        opacity: 0;
        transform: translateY(100%);
    }
    51% {
        opacity: 1;
    }
}

.icon-wraper-1>div:nth-child(4),
.icon-wraper-1>div:nth-child(7),
.icon-wraper-1>div:nth-child(10),
.icon-wraper-1>div:nth-child(13) {
    margin-top: -100px;
}

@media only screen and (max-width: 1199px) {
    .icon-wraper-1>div:nth-child(4),
    .icon-wraper-1>div:nth-child(7),
    .icon-wraper-1>div:nth-child(10),
    .icon-wraper-1>div:nth-child(13) {
        margin-top: -70px;
    }
}

@media only screen and (max-width: 991px) {
    .icon-wraper-1>div:nth-child(4),
    .icon-wraper-1>div:nth-child(7),
    .icon-wraper-1>div:nth-child(10),
    .icon-wraper-1>div:nth-child(13) {
        margin-top: 0;
    }
}

.cf-r-img {
    margin-right: -80px;
}

@media only screen and (max-width: 1400px) {
    .cf-r-img {
        margin-right: 0;
    }
}

.mfp-bg {
    z-index: 999999;
}

.mfp-wrap {
    z-index: 9999999;
}

.left-ml {
    margin-left: -20px;
}

@media only screen and (max-width: 1400px) {
    .left-ml {
        margin-left: 0;
    }
}

.left-ml-100 {
    margin-left: -100px;
}

@media only screen and (max-width: 1400px) {
    .left-ml-100 {
        margin-left: 0;
    }
}

.toggle-tabs {
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    background-image: var(--gradient);
    display: flex;
    border-radius: 6px;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    width: 235px;
    background-size: 200%;
    padding: 4px;
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 20px 0 var(--rgba-primary-1);
}

@media only screen and (max-width: 767px) {
    .toggle-tabs {
        height: 42px;
        width: 180px;
    }
}

.toggle-tabs:after {
    content: "";
    width: calc(50% - 4px);
    display: block;
    height: 42px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    left: 4px;
    right: auto;
    z-index: -1;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

@media only screen and (max-width: 767px) {
    .toggle-tabs:after {
        height: 34px;
    }
}

.toggle-tabs .monthly {
    color: #000;
}

.toggle-tabs.monthly:after {
    left: 4px;
}

.toggle-tabs.monthly .monthly {
    color: #000;
}

.toggle-tabs.yearly:after {
    left: 50%;
}

.toggle-tabs.yearly .yearly {
    color: #000;
}

.toggle-tabs.yearly .monthly {
    color: #fff;
}

.toggle-tabs span {
    font-size: 14px;
    font-weight: 500;
    width: 50%;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
}

@media only screen and (max-width: 767px) {
    .toggle-tabs span {
        height: 34px;
        line-height: 34px;
        font-size: 13px;
    }
}

.dlab-blog.style-2 {
    position: relative;
    background: var(--rgba-primary-1);
    border-radius: 0.5rem;
}

.dlab-blog.style-2 .dlab-meta>ul {
    margin: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 20px;
}

.dlab-blog.style-2 .dlab-meta>ul li {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    padding: 0;
    margin-right: 20px;
}

.dlab-blog.style-2 .dlab-meta>ul li span,
.dlab-blog.style-2 .dlab-meta>ul li a {
    color: inherit;
}

.dlab-blog.style-2 .dlab-meta>ul i {
    margin-right: 5px;
    margin-top: -1px;
}

.dlab-blog.style-2 .dlab-meta>ul .post-author a {
    color: var(--primary);
}

.dlab-blog.style-2 .dlab-meta>ul li.post-comment {
    margin-left: unset;
}

.dlab-blog.style-2 .dlab-meta>ul .post-date {
    position: absolute;
    top: -20px;
    left: 15px;
    background-image: var(--gradient);
    background-size: 200%;
    border-radius: 6px;
    padding: 10px 20px;
    color: #fff !important;
    font-weight: 400;
    line-height: 1;
    z-index: 1;
}

.dlab-blog.style-2 .post-category {
    display: inline-block;
}

.dlab-blog.style-2 .post-category a {
    text-transform: uppercase;
    position: relative;
    margin-right: 28px;
}

.dlab-blog.style-2 .post-category a:after {
    content: "//";
    right: -20px;
    position: absolute;
    font-size: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.dlab-blog.style-2 .post-category a:last-child {
    margin-right: 0;
}

.dlab-blog.style-2 .post-category a:last-child:after {
    content: none;
}

.dlab-blog.style-2 .dlab-info {
    position: relative;
    padding: 30px;
}

.dlab-blog.style-2 .dlab-info .dlab-meta>ul .post-date {
    left: 30px;
}

.dlab-blog.style-2 .dlab-media+.dlab-info {
    padding: 30px 15px 20px 15px;
}

.dlab-blog.style-2 .dlab-media+.dlab-info .dlab-meta>ul .post-date {
    top: -15px;
    left: 15px;
}

@media only screen and (max-width: 767px) {
    .dlab-blog.style-2.m-b50 {
        margin-bottom: 30px;
    }
}

.dlab-blog.style-3 {
    position: relative;
    background: var(--primary-light);
    border-radius: 0.5rem;
}

.dlab-blog.style-3 .dlab-media {
    position: relative;
}

.dlab-blog.style-3 .dlab-media .post-date {
    background: var(--primary);
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 14px;
}

.dlab-blog.style-3 .dlab-meta {
    margin-bottom: 5px;
}

.dlab-blog.style-3 .dlab-title {
    margin-bottom: 5px;
    line-height: 1.3;
}

.dlab-blog.style-3 .dlab-meta>ul {
    margin: 0;
    padding-top: 0px;
}

.dlab-blog.style-3 .dlab-meta>ul li {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 14px;
    padding: 0;
    margin-right: 20px;
    color: #000;
    display: flex;
    align-items: center;
    column-gap: 0.3rem;
}

.dlab-blog.style-3 .dlab-meta>ul li span {
    color: inherit;
}

.dlab-blog.style-3 .dlab-meta>ul i {
    color: var(--primary);
}

.dlab-blog.style-3 .dlab-meta>ul .post-author a {
    color: var(--primary);
}

.dlab-blog.style-3 .dlab-meta>ul li.post-comment {
    margin-left: unset;
}

.dlab-blog.style-3 .dlab-media+.dlab-info {
    padding: 25px 30px;
}

.dlab-blog.style-3 .dlab-media+.dlab-info .dlab-meta>ul .post-date {
    top: -15px;
    left: 15px;
}

@media only screen and (max-width: 1199px) {
    .dlab-blog.style-3 .dlab-media+.dlab-info {
        padding: 20px 16px;
    }
}

.testimonials-wraper-2 .testimonial-thumbs {
    width: 300px;
    margin: auto;
    box-sizing: border-box;
    height: 170px;
    position: relative;
}

.testimonials-wraper-2 .testimonial-thumbs:before,
.testimonials-wraper-2 .testimonial-thumbs:after {
    content: "";
    width: 30px;
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 2;
}

.testimonials-wraper-2 .testimonial-thumbs:before {
    left: 0;
    background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
}

.testimonials-wraper-2 .testimonial-thumbs:after {
    right: 0;
    background: -moz-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(right, white 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 0) 100%);
}

.testimonials-wraper-2 .testimonial-thumbs .swiper-slide {
    width: 100px;
}

.testimonials-wraper-2 .testimonial-thumbs .owl-item .item {
    text-align: center;
}

.testimonials-wraper-2 .testimonial-thumbs .testimonial-pic {
    width: auto;
    height: auto;
    overflow: unset !important;
    border: 0;
    background-color: transparent;
    padding: 30px 0 0;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.testimonials-wraper-2 .testimonial-thumbs .testimonial-pic img {
    width: 80px;
    height: 80px;
    border-radius: 100%;
    padding: 4px;
    position: relative;
    z-index: 2;
    background-color: var(--primary);
}

.testimonials-wraper-2 .testimonial-thumbs .testimonial-pic .shape-bx {
    position: relative;
    height: 35px;
    width: 50px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    z-index: 0;
    opacity: 0;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.testimonials-wraper-2 .testimonial-thumbs .testimonial-pic .shape-bx:before,
.testimonials-wraper-2 .testimonial-thumbs .testimonial-pic .shape-bx:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.testimonials-wraper-2 .testimonial-thumbs .testimonial-pic .shape-bx:after {
    background-image: url(../images/pattern12.png);
    background-position: bottom;
    background-size: contain;
    height: 35px;
    width: 50px;
}

.testimonials-wraper-2 .testimonial-thumbs .testimonial-pic .shape-bx:before {
    background-color: var(--primary);
    height: 35px;
    width: 50px;
}

.testimonials-wraper-2 .testimonial-thumbs .testimonial-pic:before,
.testimonials-wraper-2 .testimonial-thumbs .testimonial-pic:after {
    content: "";
    background-color: var(--primary);
    border-radius: 50px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
}

.testimonials-wraper-2 .testimonial-thumbs .testimonial-pic:before {
    height: 15px;
    width: 15px;
    bottom: 20px;
}

.testimonials-wraper-2 .testimonial-thumbs .testimonial-pic:after {
    height: 10px;
    width: 10px;
    bottom: 0;
}

.testimonials-wraper-2 .testimonial-thumbs .swiper-slide-thumb-active .testimonial-pic {
    padding: 0 0 40px;
}

.testimonials-wraper-2 .testimonial-thumbs .swiper-slide-thumb-active .testimonial-pic .shape-bx {
    opacity: 1;
}

.testimonials-wraper-2 .testimonial-thumbs .swiper-slide-thumb-active .testimonial-pic:before,
.testimonials-wraper-2 .testimonial-thumbs .swiper-slide-thumb-active .testimonial-pic:after {
    opacity: 1;
}

.testimonials-wraper-2 .swiper-slide {
    margin: auto;
    text-align: center;
}

.testimonials-wraper-2 .testimonial-content {
    min-height: 300px;
    width: 100%;
}

.testimonials-wraper-2 .testimonial-content .swiper-wrapper {
    padding-bottom: 40px;
}

.testimonials-wraper-2 .testimonial-content .swiper-pagination-bullet-active {
    background-color: var(--primary);
}

.clients-carousel.style-2 .owl-stage {
    padding: 30px 0;
}

.clients-carousel.style-2 .clients-logo {
    border-radius: 0.5rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.clients-carousel.style-2 .clients-logo:after {
    content: "";
    width: 100%;
    height: 100%;
    background-image: var(--gradient);
    background-size: 200%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.clients-carousel.style-2 .clients-logo:hover {
    box-shadow: 5px 0 30px 0 var(--rgba-primary-5);
}

.clients-carousel.style-2 .clients-logo:hover:after {
    opacity: 1;
}

.counter-wraper {
    position: relative;
    padding-top: 80px;
}

.counter-wraper:before {
    content: "";
    background-color: var(--primary);
    height: 200px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.map-2 {
    position: relative;
}

.map-2:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -30px;
    background-image: var(--gradient);
    background-size: 200%;
    width: 100%;
    height: 100%;
    border-radius: 0.25rem;
}

.map-2 iframe {
    margin-left: -30px;
    z-index: 1;
    position: relative;
    border-radius: 0.25rem;
}

@media only screen and (max-width: 991px) {
    .map-2 iframe {
        margin-left: 0;
    }
    .map-2:after {
        content: none;
    }
}

.portfolio-details li {
    margin-bottom: 20px;
    padding: 20px 20px;
    border-radius: 8px;
    background: var(--rgba-primary-05);
}

.portfolio-details li h6,
.portfolio-details li .h6 {
    font-weight: 600;
    font-size: 20px;
    margin: 0 0 5px 0;
    color: var(--primary);
}

.portfolio-details li p {
    font-size: 16px;
    margin: 0;
}

@media only screen and (max-width: 1199px) {
    .arrow-lg-none .owl-nav {
        display: none;
    }
}

.lang-select {
    width: auto !important;
    min-width: 150px;
    border: 0 !important;
    background-color: #efefef;
    border-radius: 6px;
    height: auto !important;
}

.lang-select select {
    display: none !important;
}

.lang-select .dropdown-toggle {
    background-color: transparent;
    padding: 12px 20px 12px 15px;
}

.lang-select .dropdown-toggle:before {
    right: 15px;
    font-size: 11px;
    top: 50%;
    transform: translateY(-50%);
}

.lang-select .filter-option-inner-inner {
    display: flex;
    align-items: center;
}

.lang-select .filter-option-inner-inner img {
    margin-right: 5px;
}

.lang-select .dropdown-menu li {
    width: 100%;
}

.lang-select .dropdown-menu li a {
    padding: 8px 16px;
    width: 100%;
}


/*Blog single */

.blog-single {
    margin-bottom: 3.125rem;
}

.blog-single .dlab-title {
    margin-bottom: 1.25rem;
}

.blog-single .dlab-post-meta {
    margin-bottom: 1.25rem;
}

.blog-single .dlab-post-text {
    margin-top: 1.25rem;
}

.blog-single .dlab-post-text:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.blog-single .dlab-post-tags {
    margin-top: 1.25rem;
}

.blog-single .dlab-post-media {
    border-radius: 0.25rem;
}

.blog-single.style-1 {
    box-shadow: unset;
    border-radius: 0;
    overflow: unset;
    margin-bottom: 50px;
}

.blog-single.style-1 .dlab-meta {
    padding-top: 15px;
}

.blog-single.style-1,
.blog-single.style-2,
.blog-single.style-3 {
    margin-bottom: 50px;
    background: transparent;
    border-radius: 0;
}

.blog-single.style-1 .meta-bottom,
.blog-single.style-2 .meta-bottom,
.blog-single.style-3 .meta-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

@media only screen and (max-width: 575px) {
    .blog-single.style-1 .meta-bottom,
    .blog-single.style-2 .meta-bottom,
    .blog-single.style-3 .meta-bottom {
        display: block;
    }
}

.blog-single.style-1 .dlab-media+.dlab-info,
.blog-single.style-2 .dlab-media+.dlab-info,
.blog-single.style-3 .dlab-media+.dlab-info {
    padding: 30px 0 0 0 !important;
}

.dlab-post-text a {
    text-decoration: underline;
    box-shadow: inset 0 -10px 0 var(--rgba-primary-1);
}

.post-header {
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 575px) {
    .post-header {
        margin-bottom: 1.25rem;
    }
}

.post-header .dlab-media img {
    min-height: 250px;
    object-fit: cover;
}

.post-header .dlab-info {
    position: absolute;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+1,000000+100&0+1,0.6+100 */
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.6) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.6) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.6) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
    /* IE6-9 */
    position: absolute;
    bottom: 0;
    text-align: center;
    padding: 100px 30px 30px 30px !important;
}

@media only screen and (max-width: 575px) {
    .post-header .dlab-info {
        padding: 40px 15px 15px 15px !important;
    }
}

.post-header .dlab-info .dlab-title {
    color: #fff;
}

@media only screen and (max-width: 575px) {
    .post-header .dlab-info .dlab-title {
        font-size: 1.125rem;
    }
}

.post-header .dlab-info .dlab-meta>ul {
    justify-content: center;
}

.post-header .dlab-info .dlab-meta>ul>li {
    color: #fff;
}

.post-link-in {
    padding: 15px 50px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 22px;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

.post-link-in:hover {
    background: var(--primary);
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .post-link-in {
        padding: 10px 24px;
        font-size: 15px;
    }
}

.side-bar {
    padding-left: 20px;
}

.side-bar.left {
    padding-left: 0;
    padding-right: 20px;
}

@media only screen and (max-width: 991px) {
    .side-bar {
        padding-left: 0;
    }
    .side-bar.left {
        padding-right: 0;
    }
}

.alignnone {
    margin: 0.3125rem 0 1.563rem 0;
}

.alignnoneimg,
.alignnone.wp-caption,
.alignnone.is-resized {
    margin: 0.3125rem 0 1.563rem 0;
}

.aligncenter {
    display: block;
    margin: 0.3125rem auto 0.938rem;
    text-align: center;
}

.aligncenterimg,
.aligncenter.wp-caption,
.aligncenter.is-resized {
    display: block;
    margin: 0.3125rem auto 0.938rem;
    text-align: center;
}

.alignright {
    float: right;
    margin: 0.3125rem 0 1.563rem 1.563rem;
}

.alignrightimg,
.alignright.wp-caption,
.alignright.is-resized {
    margin: 0.3125rem 0 1.563rem 1.563rem;
    float: right;
}

.alignleft {
    float: left;
    margin: 0.3125rem 1.563rem 1.563rem 0;
}

.alignleftimg,
.alignleft.wp-caption,
.alignleft.is-resized {
    margin: 0.3125rem 1.563rem 1.563rem 0;
    float: left;
}

.wp-caption {
    max-width: 100%;
    text-align: center;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    color: #9d9d9d;
    font-size: 0.813rem;
    line-height: 1.125rem;
    margin: 0;
    padding: 0.625rem 0;
    text-align: left;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
blockquote.wp-block-quote,
blockquote.wp-block-pullquote,
blockquote.wp-block-pullquote.alignright,
blockquote.wp-block-pullquote.alignleft,
blockquote {
    padding: 1.25rem 2rem 1.25rem 3rem;
    font-size: 0.938rem;
    color: #000;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    line-height: 1.875rem;
    position: relative;
    clear: both;
    font-weight: 700;
    z-index: 1;
    border: 0;
}

@media only screen and (max-width: 991px) {
    .wp-block-quote.is-large,
    .wp-block-quote.is-style-large,
    blockquote.wp-block-quote,
    blockquote.wp-block-pullquote,
    blockquote.wp-block-pullquote.alignright,
    blockquote.wp-block-pullquote.alignleft,
    blockquote {
        padding: 1.25rem 1.25rem 0.938rem 1.25rem;
        font-size: 0.813rem;
    }
}

.wp-block-quote.is-large a:hover,
.wp-block-quote.is-large a,
.wp-block-quote.is-style-large a:hover,
.wp-block-quote.is-style-large a,
blockquote.wp-block-quote a:hover,
blockquote.wp-block-quote a,
blockquote.wp-block-pullquote a:hover,
blockquote.wp-block-pullquote a,
blockquote.wp-block-pullquote.alignright a:hover,
blockquote.wp-block-pullquote.alignright a,
blockquote.wp-block-pullquote.alignleft a:hover,
blockquote.wp-block-pullquote.alignleft a,
blockquote a:hover,
blockquote a {
    color: #fff;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite,
blockquote.wp-block-quote cite,
blockquote.wp-block-pullquote cite,
blockquote.wp-block-pullquote.alignright cite,
blockquote.wp-block-pullquote.alignleft cite,
blockquote cite {
    font-style: normal;
    position: relative;
    display: block;
    margin-top: -0.3125rem;
    font-weight: 600;
    color: var(--primary);
}

.wp-block-quote.is-large cite:before,
.wp-block-quote.is-style-large cite:before,
blockquote.wp-block-quote cite:before,
blockquote.wp-block-pullquote cite:before,
blockquote.wp-block-pullquote.alignright cite:before,
blockquote.wp-block-pullquote.alignleft cite:before,
blockquote cite:before {
    content: "";
    margin-right: 0.625rem;
    width: 15px;
    height: 2px;
    background: var(--primary);
    display: inline-block;
    vertical-align: middle;
}

.wp-block-quote.is-large b,
.wp-block-quote.is-large strong,
.wp-block-quote.is-large .strong,
.wp-block-quote.is-style-large b,
.wp-block-quote.is-style-large strong,
.wp-block-quote.is-style-large .strong,
blockquote.wp-block-quote b,
blockquote.wp-block-quote strong,
blockquote.wp-block-quote .strong,
blockquote.wp-block-pullquote b,
blockquote.wp-block-pullquote strong,
blockquote.wp-block-pullquote .strong,
blockquote.wp-block-pullquote.alignright b,
blockquote.wp-block-pullquote.alignright strong,
blockquote.wp-block-pullquote.alignright .strong,
blockquote.wp-block-pullquote.alignleft b,
blockquote.wp-block-pullquote.alignleft strong,
blockquote.wp-block-pullquote.alignleft .strong,
blockquote b,
blockquote strong,
blockquote .strong {
    color: inherit;
}

.wp-block-quote.is-large:after,
.wp-block-quote.is-style-large:after,
blockquote.wp-block-quote:after,
blockquote.wp-block-pullquote:after,
blockquote.wp-block-pullquote.alignright:after,
blockquote.wp-block-pullquote.alignleft:after,
blockquote:after {
    content: "";
    width: 6px;
    border-radius: 4px;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--primary);
    position: absolute;
    box-shadow: 0 0 30px 0 var(--rgba-primary-2);
}

.wp-block-quote.is-large:before,
.wp-block-quote.is-style-large:before,
blockquote.wp-block-quote:before,
blockquote.wp-block-pullquote:before,
blockquote.wp-block-pullquote.alignright:before,
blockquote.wp-block-pullquote.alignleft:before,
blockquote:before {
    content: "";
    z-index: -1;
    background-size: cover;
    left: 20px;
    background-image: var(--quote);
    background-position: center right;
    width: 90px;
    padding: 0;
    opacity: 0.1;
    background-repeat: no-repeat;
    height: 90px;
    top: 0px;
    position: absolute;
}

.wp-block-quote.is-large.wp-block-pullquote.alignleft,
.wp-block-quote.is-style-large.wp-block-pullquote.alignleft,
blockquote.wp-block-quote.wp-block-pullquote.alignleft,
blockquote.wp-block-pullquote.wp-block-pullquote.alignleft,
blockquote.wp-block-pullquote.alignright.wp-block-pullquote.alignleft,
blockquote.wp-block-pullquote.alignleft.wp-block-pullquote.alignleft,
blockquote.wp-block-pullquote.alignleft {
    margin: 0rem 1.563rem 1.563rem 0rem;
}

.wp-block-quote.is-large.wp-block-pullquote.alignright,
.wp-block-quote.is-style-large.wp-block-pullquote.alignright,
blockquote.wp-block-quote.wp-block-pullquote.alignright,
blockquote.wp-block-pullquote.wp-block-pullquote.alignright,
blockquote.wp-block-pullquote.alignright.wp-block-pullquote.alignright,
blockquote.wp-block-pullquote.alignleft.wp-block-pullquote.alignright,
blockquote.wp-block-pullquote.alignright {
    margin: 0rem 0 1.563rem 1.563rem;
}

.wp-block-quote.is-large code,
.wp-block-quote.is-style-large code,
blockquote.wp-block-quote code,
blockquote.wp-block-pullquote code,
blockquote.wp-block-pullquote.alignright code,
blockquote.wp-block-pullquote.alignleft code,
blockquote code {
    color: #fff;
}

blockquote.wp-block-pullquote:not(.is-style-solid-color) {
    background: #5608e0;
}

.wp-caption-text {
    font-size: 0.875rem;
    line-height: 1.3;
}

.dlab-blog.blog-single .dlab-post-text blockquote p,
.dlab-page-text blockquote p,
blockquote p {
    font-size: 1.5rem;
    line-height: 1.5;
    color: #000;
    margin-bottom: 1rem;
    font-weight: 700;
    font-style: italic;
}

@media only screen and (max-width: 991px) {
    .dlab-blog.blog-single .dlab-post-text blockquote p,
    .dlab-page-text blockquote p,
    blockquote p {
        font-size: 1.125rem;
    }
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
    max-width: 100%;
    height: auto;
}


/* Gutenberg Gallery */


/* Gutenberg Css */


/* .dlab-blog.blog-single,
.dlab-blog.blog-single + #comment-list */

.min-container,
.dlab-page-text,
.dlab-page-text+#comment-list,
.dlab-page-text+#comment-list+.paginate-links {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.938rem;
    padding-right: 0.938rem;
}

.dlab-blog.blog-single.sidebar+#comment-list {
    padding: 0;
    max-width: 100%;
}

.max-container {
    max-width: 93.75rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 3.4375rem;
    padding-right: 3.4375rem;
}

.dlab-page-text+#comment-list+.paginate-links,
.dlab-page-text+#comment-list,
.dlab-page-text {
    padding: 0;
}

.dlab-page-text.sidebar {
    width: 100%;
    padding: 0;
    max-width: 100%;
}

.dlab-blog.blog-single .dlab-info {
    padding: 0;
}

.dlab-page-text>ol,
.dlab-page-text>ul,
.dlab-page-text>.wp-block-gallery,
.dlab-blog.blog-single .dlab-post-text>.wp-block-gallery,
.dlab-blog.blog-single .dlab-post-text>ol,
.dlab-blog.blog-single .dlab-post-text>ul {
    list-style: none;
    margin-bottom: 1.875rem;
}

.dlab-page-text>ol,
.dlab-page-text>ul,
.dlab-blog.blog-single .dlab-post-text>ol,
.dlab-blog.blog-single .dlab-post-text>ul,
.dlab-blog.blog-single .dlab-post-text.text>ol,
.dlab-blog.blog-single .dlab-post-text.text>ul {
    padding-left: 1.25rem;
}

.dlab-page-text>ol ol,
.dlab-page-text>ol ul,
.dlab-page-text>ul ol,
.dlab-page-text>ul ul,
.dlab-blog.blog-single .dlab-post-text>ol ol,
.dlab-blog.blog-single .dlab-post-text>ol ul,
.dlab-blog.blog-single .dlab-post-text>ul ol,
.dlab-blog.blog-single .dlab-post-text>ul ul,
.dlab-blog.blog-single .dlab-post-text.text>ol ol,
.dlab-blog.blog-single .dlab-post-text.text>ol ul,
.dlab-blog.blog-single .dlab-post-text.text>ul ol,
.dlab-blog.blog-single .dlab-post-text.text>ul ul {
    padding-left: 1.563rem;
}

.dlab-page-text>ol li,
.dlab-page-text>ul li,
.dlab-blog.blog-single .dlab-post-text>ol li,
.dlab-blog.blog-single .dlab-post-text>ul li,
.dlab-blog.blog-single .dlab-post-text>ol li,
.dlab-blog.blog-single .dlab-post-text>ul li,
.dlab-blog.blog-single .dlab-post-text.text>ol li,
.dlab-blog.blog-single .dlab-post-text.text>ul li {
    padding: 0.5rem 0.5rem;
    position: relative;
    list-style: inherit;
}

.dlab-page-text>.wp-block-gallery,
.dlab-blog.blog-single .dlab-post-text>.wp-block-gallery,
.dlab-blog.blog-single .dlab-post-text.text>.wp-block-gallery {
    padding: 0;
    list-style: none;
}

.dlab-page-text>.wp-block-gallery li,
.dlab-blog.blog-single .dlab-post-text>.wp-block-gallery li,
.dlab-blog.blog-single .dlab-post-text.text>.wp-block-gallery li {
    padding: 0;
    list-style: none;
    margin: 0.25rem;
}

.dlab-page-text>.wp-block-gallery li:before,
.dlab-blog.blog-single .dlab-post-text>.wp-block-gallery li:before,
.dlab-blog.blog-single .dlab-post-text.text>.wp-block-gallery li:before {
    content: none;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 0.5rem 0.5rem 0;
}

.wp-block-gallery.columns-4 .blocks-gallery-image,
.wp-block-gallery.columns-4 .blocks-gallery-item,
.wp-block-gallery.columns-3 .blocks-gallery-image,
.wp-block-gallery.columns-3 .blocks-gallery-item {
    margin-right: 0.5rem;
}

.content-spacious-full .wp-block-gallery {
    margin-left: calc(-12.5rem - (0.313rem/2));
    margin-right: calc(-12.5rem - (0.313rem/2));
    width: calc(100% + 25rem + 0.313rem);
    max-width: initial;
}

.alignfull,
.alignwide {
    margin-left: calc(-6.25rem - (0.313rem/2));
    margin-right: calc(-6.25rem - (0.313rem/2));
    width: calc(100% + 12.5rem + 0.313rem);
    max-width: initial;
}

.alignfull,
.alignfullwide {
    margin-left: calc(50% - 50vw - (var(--content-share-ml, 0px)/2));
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;
}

.dlab-page-text h1,
.dlab-page-text .h1,
.dlab-post-text h1,
.dlab-post-text .h1,
.thm-unit-test .dlab-post-text h1,
.thm-unit-test .dlab-post-text .h1 {
    margin-bottom: 1.563rem;
    font-weight: 700;
}

.dlab-page-text h2,
.dlab-page-text .h2,
.dlab-post-text h2,
.dlab-post-text .h2,
.thm-unit-test .dlab-post-text h2,
.thm-unit-test .dlab-post-text .h2 {
    margin-bottom: 1.563rem;
    font-weight: 700;
}

.dlab-page-text h3,
.dlab-page-text .h3,
.dlab-post-text h3,
.dlab-post-text .h3,
.thm-unit-test .dlab-post-text h3,
.thm-unit-test .dlab-post-text .h3 {
    margin-bottom: 1.25rem;
    font-weight: 700;
}

.dlab-page-text h4,
.dlab-page-text .h4,
.dlab-post-text h4,
.dlab-post-text .h4,
.thm-unit-test .dlab-post-text h4,
.thm-unit-test .dlab-post-text .h4 {
    margin-bottom: 0.938rem;
    font-weight: 600;
}

.dlab-page-text h5,
.dlab-page-text .h5,
.dlab-post-text h5,
.dlab-post-text .h5,
.thm-unit-test .dlab-post-text h5,
.thm-unit-test .dlab-post-text .h5 {
    margin-bottom: 0.938rem;
}

.dlab-page-text h6,
.dlab-page-text .h6,
.dlab-post-text h6,
.dlab-post-text .h6,
.thm-unit-test .dlab-post-text h6,
.thm-unit-test .dlab-post-text .h6 {
    margin-bottom: 0.625rem;
}

.wp-block-code,
pre.wp-block-code,
pre {
    margin: 0 0 1.563rem;
    padding: 1.25rem;
    color: #fff;
    background-color: #212326;
    white-space: pre;
    font-size: 0.938rem;
    border-radius: 0.1875rem;
}

.dlab-page-text,
.dlab-page-text ul li,
.dlab-page-text ol li,
.dlab-blog.blog-single .dlab-post-text,
.dlab-blog.blog-single .dlab-post-text ul li,
.dlab-blog.blog-single .dlab-post-text ol li,
.dlab-blog.blog-single .dlab-blog.blog-single .dlab-post-text p:not(.has-text-color):not(.has-text-align-center):not(.has-text-align-left):not(.has-text-align-right) {
    font-size: 1.125rem;
    line-height: 1.7;
}

.wp-block-cover,
.wp-block-cover-image {
    color: #fff;
}

.wp-block-cover p:last-child,
.wp-block-cover-image p:last-child {
    margin-bottom: 0;
}

.wp-block-quote.has-text-align-right {
    border-right: 0;
}

.dlab-page-text ul li,
.dlab-page-text ol li,
.dlab-blog.blog-single .dlab-post-text ul li,
.dlab-blog.blog-single .dlab-post-text ol li {
    position: relative;
}

.dlab-page-text ul>li:before,
.dlab-page-text ol>li:before,
.dlab-blog.blog-single .dlab-post-text ul>li:before,
.dlab-blog.blog-single .dlab-post-text ol>li:before {
    content: "";
    display: inline-block;
    width: 0.375rem;
    height: 0.375rem;
    background: #262F5A;
    left: -0.938rem;
    position: absolute;
    top: 1.063rem;
}

.dlab-page-text ul>li li:before,
.dlab-page-text ol>li li:before,
.dlab-blog.blog-single .dlab-post-text ul>li li:before,
.dlab-blog.blog-single .dlab-post-text ol>li li:before {
    content: none;
}

.dlab-page-text p,
.dlab-blog.blog-single .dlab-post-text p {
    margin-bottom: 1.65em;
}

.dlab-page-text .wp-block-gallery,
.dlab-blog.blog-single .dlab-post-text .wp-block-gallery {
    margin-left: calc(-11.875rem - (0.625rem/2));
    margin-right: calc(-11.875rem - (0.625rem/2));
    width: calc(100% + 23.75rem + 0.625rem);
    max-width: initial;
}

.paginate-links {
    display: flex;
    align-items: center;
    margin: 1.25rem 0;
}

.paginate-links a,
.paginate-links>span {
    margin: 0 0 0 0.625rem;
    position: relative;
    border: 0rem solid #6cc000;
    color: #1f2471;
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    line-height: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
    background: #E0E0E0;
    border-radius: 0.1875rem;
}

.wp-block-columns {
    margin-bottom: 0;
}


/* Gutenberg Gallery */

.wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    margin: 0 0.375rem 0.375rem 0;
    position: relative;
}

.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
    height: 100%;
    margin: 0;
}

@supports (position: -webkit-sticky) or (position: sticky) {
    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        align-items: flex-end;
        display: flex;
        justify-content: flex-start;
    }
}

.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
    border-radius: 4px;
}

@supports (position: -webkit-sticky) or (position: sticky) {
    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto;
    }
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 60%, transparent);
    bottom: 0;
    color: #fff;
    font-size: 0.813rem;
    max-height: 100%;
    overflow: auto;
    padding: 2.5rem 0.625rem 0.3125rem;
    position: absolute;
    text-align: center;
    width: 100%;
}

.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
    display: inline;
}

.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%;
}

@supports (position: -webkit-sticky) or (position: sticky) {
    .wp-block-gallery.is-cropped .blocks-gallery-image a,
    .wp-block-gallery.is-cropped .blocks-gallery-image img,
    .wp-block-gallery.is-cropped .blocks-gallery-item a,
    .wp-block-gallery.is-cropped .blocks-gallery-item img {
        -o-object-fit: cover;
        flex: 1;
        height: 100%;
        object-fit: cover;
    }
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc(50% - 0.5rem);
}

.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0;
}

.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
    margin-right: 0;
    width: 100%;
}

@media only screen and (max-width: 64rem) {
    .alignwide {
        margin-left: 0;
        margin-right: 0;
        width: 100% !important;
        max-width: 100% !important;
    }
    .alignwide .alignleft img {
        width: 100%;
    }
    .alignwide .alignleft {
        margin: 0.3125rem 0rem 1.563rem 0;
        float: none;
    }
}

@media (min-width: 37.5rem) {
    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        margin-right: 0.375rem;
        width: calc(33.33333% - 666rem);
    }
    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        margin-right: 0.375rem;
        width: calc(25% - 0.75rem);
    }
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        margin-right: 0.375rem;
        width: calc(20% - 0.8rem);
    }
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        margin-right: 0.375rem;
        width: calc(16.66667% - 0.833rem);
    }
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        margin-right: 0.375rem;
        width: calc(14.28571% - 0.857rem);
    }
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        margin-right: 0.375rem;
        width: calc(12.5% - 0.875rem);
    }
    .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
    .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
    .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
    .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
    .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
    .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
    .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
    .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-right: 0;
    }
}

.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0;
}

.wp-block-gallery .blocks-gallery-item.has-add-item-button {
    width: 100%;
}

.wp-block-image.alignfullwide img {
    border-radius: 0;
}

.wp-block-image img {
    border-radius: 0.625rem;
}

.wp-block-cover,
.wp-block-cover-image,
.wp-block-embed,
.wp-block-image {
    margin-bottom: 1.875rem;
    margin-top: 1.875rem;
}

.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    max-width: 19.0625rem;
    width: 100%;
}

.wp-block-gallery.aligncenter,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    display: flex;
}

.wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center;
}

.dlab-page-text.sidebar .alignfull,
.dlab-page-text.sidebar .alignfullwide,
.dlab-page-text.sidebar .alignwide,
.dlab-page-text.sidebar .wp-block-gallery,
.blog-single.dlab-blog.sidebar .alignfullwide,
.blog-single.dlab-blog.sidebar .alignwide,
.blog-single.dlab-blog.sidebar .dlab-post-text .wp-block-gallery {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: initial;
}

.blog-overlap {
    background: #fff;
    margin-top: -8.75rem;
    padding: 1.25rem 1.25rem 0;
    border-radius: 0.25rem 0.25rem 0rem 0rem;
}

.blog-single.dlab-blog.sidebar {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.dlab-post-text table,
.dlab-page-text table,
.wp-block-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
    font-size: 1rem;
    margin-bottom: 1.875rem;
}

.wp-block-image figcaption,
.dlab-post-text figcaption,
.dlab-page-text figcaption {
    font-size: 0.875rem;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    color: #777;
    margin-top: 0.625rem;
}

.dlab-post-text table tbody tr:nth-of-type(odd),
.dlab-page-text table tbody tr:nth-of-type(odd),
.wp-block-table tbody tr:nth-of-type(odd) {
    background-color: #fafafa;
}

.dlab-post-text td,
.dlab-post-text th,
.dlab-page-text td,
.dlab-page-text th,
.wp-block-table td,
.wp-block-table th {
    padding: 0.625rem 0.938rem;
    border: 0.0625rem solid #e4e4e4;
    border-right: 0;
    border-left: 0;
}

.wp-block-media-text .wp-block-media-text__content {
    padding: 0 1.875rem;
}

.wp-block-column ol li:before,
.wp-block-column ul li:before {
    content: none !important;
}

.wp-block-pullquote {
    padding: 1em 0;
    border-top: 0;
    border-bottom: 0;
}

.wp-block-pullquote cite {
    color: #fff;
}

.wp-block-pullquote.alignright,
.wp-block-pullquote.alignleft {
    padding: 0;
    border-top: 0;
    border-bottom: 0;
}

.wp-block-pullquote.alignright blockquote,
.wp-block-pullquote.alignleft blockquote {
    margin: 0;
}

.dlab-post-text .wp-block-cover-image-text,
.dlab-post-text .wp-block-cover-text,
.dlab-post-text section.wp-block-cover-image h2,
.dlab-post-text section.wp-block-cover-image .h2,
.dlab-page-text .wp-block-cover-image-text,
.dlab-page-text .wp-block-cover-text,
.dlab-page-text section.wp-block-cover-image h2,
.dlab-page-text section.wp-block-cover-image .h2 {
    color: #fff;
}

.dlab-post-text .bootstrap-select .dropdown-menu li a,
.dlab-page-text .bootstrap-select .dropdown-menu li a {
    box-shadow: none;
    font-size: 0.875rem;
    font-family: 'Poppins', sans-serif;
}

.dlab-post-text .wp-block-calendar a {
    box-shadow: none !important;
    text-decoration: unset;
}

.wp-block-search,
.wp-block-archives,
.wp-block-latest-posts,
.wp-block-latest-comments,
.wp-block-categories,
.wp-block-calendar {
    margin-bottom: 2.5rem;
}


/* Admin Bar */

.admin-bar .is-fixed .main-bar {
    top: 1.875rem;
}

.wp-block-quote.is-style-large cite:before {
    display: none;
}


/* Theme Unit Test */

.post-password-form label {
    font-size: 1rem;
}

.post-password-form input[type="submit"] {
    padding: 0.625rem 1.563rem;
    background-color: #7355f7;
    border: none;
    height: 2.8125rem;
    font-weight: 600;
    font-size: 0.875rem;
    outline: none;
}

.post-password-form input[type="submit"]:hover {
    background-color: #7355f7;
}

.post-password-form input[type="password"] {
    height: 2.8125rem;
    border: 0.0625rem solid #ced4da;
}

.wp-block-search .wp-block-search__button {
    background: #7355f7;
    border: 0;
    color: #fff;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0.625rem 1.563rem;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.wp-block-search .wp-block-search__input {
    border: 0.0625rem solid #e1e6eb;
    height: 2.8125rem;
    padding: 0.625rem 1.25rem;
    font-size: 0.875rem;
    outline: none;
}

.wp-block-tag-cloud a {
    padding: 0.5rem 0.625rem;
    background: #7355f7;
    font-size: 0.75rem;
    display: inline-block;
    margin: 0 0 0.3125rem;
    color: #fff;
    font-weight: 600;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.wp-block-tag-cloud a:hover {
    background: #4b24f5;
}

.wp-block-latest-comments {
    padding: 0 !important;
}

.wp-block-latest-comments .avatar {
    width: 3.4375rem;
    height: 3.4375rem;
    border-radius: 3.4375rem;
}

.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
    margin-left: 4.375rem;
}

.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    color: #1f2471;
    font-family: 'Poppins', sans-serif;
    font-size: 1.063rem;
    font-weight: 500;
    line-height: 1.7;
    margin-bottom: 0.625rem;
}

.wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta a {
    color: #1f2471;
    box-shadow: none;
}

.wp-block-latest-comments img+article .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 4.375rem;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-meta time {
    display: block;
    width: 100%;
    color: #9fa1a4;
    font-size: 0.813rem;
    font-weight: 400;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-excerpt p {
    font-size: 1rem !important;
    line-height: 1.5 !important;
    margin-bottom: 0.625rem !important;
}

.wp-block-latest-comments li {
    padding: 0 !important;
    border-bottom: 0.0625rem solid #eee;
    padding-bottom: 0.625rem !important;
}

.wp-block-latest-comments li:before {
    content: none !important;
}

.wp-block-latest-comments__comment-avatar {
    width: 3.4375rem;
    height: 3.4375rem;
    border-radius: 3.4375rem;
}

.comment-content.dlab-page-text {
    max-width: 100%;
}

.wp-block-rss {
    padding: 0 !important;
}

.wp-block-rss .wp-block-rss__item {
    padding: 0.3125rem 0 !important;
    border-bottom: 0.0625rem solid #eee;
}

.wp-block-rss .wp-block-rss__item:before {
    content: none !important;
}

.wp-block-rss .wp-block-rss__item a {
    font-family: 'Poppins', sans-serif;
    font-size: 1.125rem;
    box-shadow: unset !important;
    font-weight: 600;
    color: #1f2471;
}

@media only screen and (max-width: 75rem) {
    .dlab-page-text .wp-block-gallery,
    .dlab-blog.blog-single .dlab-post-text .wp-block-gallery {
        margin-left: calc(-6.25rem - (0.625rem/2));
        margin-right: calc(-6.25rem - (0.625rem/2));
        width: calc(100% + 12.5rem + 0.625rem);
    }
}

@media only screen and (max-width: 61.9375rem) {
    .admin-bar .mo-left .header-nav {
        top: 1.875rem;
        height: calc(100vh - 1.875rem) !important;
    }
    .dlab-page-text .wp-block-gallery,
    .dlab-blog.blog-single .dlab-post-text .wp-block-gallery {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .dlab-page-text,
    .dlab-page-text ul li,
    .dlab-page-text ol li,
    .dlab-page-text p,
    .dlab-blog.blog-single .dlab-post-text,
    .dlab-blog.blog-single .dlab-post-text ul li,
    .dlab-blog.blog-single .dlab-post-text ol li,
    .dlab-blog.blog-single .dlab-post-text p {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 48.875rem) {
    .admin-bar .is-fixed .main-bar {
        top: 2.8125rem;
    }
    .admin-bar .mo-left .header-nav {
        top: 2.8125rem;
        height: calc(100vh - 2.812rem) !important;
    }
    .wp-block-media-text {
        display: block;
    }
    .wp-block-media-text .wp-block-media-text__media {
        margin-bottom: 0.938rem;
    }
    .wp-block-media-text .wp-block-media-text__content {
        padding: 0;
    }
}

@media only screen and (max-width: 37.5rem) {
    .admin-bar .is-fixed .main-bar {
        top: 0;
    }
    .admin-bar .mo-left .header-nav {
        top: 2.8125rem;
        height: calc(100vh - 2.812rem) !important;
    }
    .admin-bar .mo-left .is-fixed .header-nav {
        top: 0;
        height: 100vh !important;
    }
}

.post-footer {
    border-top: 0.0625rem solid rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.938rem 0 0;
}

.post-footer .dlab-meta .tag-list {
    padding-bottom: 0;
    text-align: left;
    margin: 0;
    padding: 0;
    list-style: none;
    text-transform: capitalize;
    display: inline;
}

.post-footer .dlab-meta ul li {
    margin-right: 0.3125rem;
    padding: 0;
    display: inline-block;
    color: #333333;
    font-weight: 500;
    font-size: 0.938rem;
    font-style: italic;
}

.post-footer .post-tag a {
    text-transform: capitalize;
    font-size: 0.938rem;
    color: #999;
    background: transparent;
    padding: 0;
    border: 0;
    line-height: 0.875rem;
    font-weight: 500;
}

.share-post li {
    display: inline-block;
}

.share-post a {
    width: 2.1875rem;
    height: 2.1875rem;
    border-radius: 2.1875rem;
    border: 0.0625rem solid #eee;
    display: block;
    text-align: center;
    line-height: 2.0625rem;
    color: #262F5A;
}

.comments-area.style-1 .comments-title,
.comments-area.style-1 .comment-reply-title,
.comments-area.style-1 .blog-title,
.comment-respond.style-1 .comments-title,
.comment-respond.style-1 .comment-reply-title,
.comment-respond.style-1 .blog-title,
.extra-blog.style-1 .comments-title,
.extra-blog.style-1 .comment-reply-title,
.extra-blog.style-1 .blog-title {
    position: relative;
    padding-left: 20px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 575px) {
    .comments-area.style-1 .comments-title,
    .comments-area.style-1 .comment-reply-title,
    .comments-area.style-1 .blog-title,
    .comment-respond.style-1 .comments-title,
    .comment-respond.style-1 .comment-reply-title,
    .comment-respond.style-1 .blog-title,
    .extra-blog.style-1 .comments-title,
    .extra-blog.style-1 .comment-reply-title,
    .extra-blog.style-1 .blog-title {
        margin-bottom: 30px;
        padding-left: 15px;
        font-size: 22px;
    }
}

.comments-area.style-1 .comments-title:before,
.comments-area.style-1 .comment-reply-title:before,
.comments-area.style-1 .blog-title:before,
.comment-respond.style-1 .comments-title:before,
.comment-respond.style-1 .comment-reply-title:before,
.comment-respond.style-1 .blog-title:before,
.extra-blog.style-1 .comments-title:before,
.extra-blog.style-1 .comment-reply-title:before,
.extra-blog.style-1 .blog-title:before {
    content: "";
    height: 100%;
    width: 5px;
    border-radius: 10px;
    background-color: var(--primary);
    position: absolute;
    left: 0;
    top: 0;
}

.extra-blog {
    margin-bottom: 30px;
}

@media only screen and (max-width: 575px) {
    .comment-respond.style-1 .comment-reply-title {
        margin-bottom: 20px;
    }
}

.comments-area .comment-list {
    margin-bottom: 50px;
}

.comments-area .comment-list>.comment .comment-body {
    position: relative;
    padding: 0 0 0 110px;
    margin-bottom: 30px;
}

.comments-area .comment-list>.comment .comment-body .comment-author .avatar {
    position: absolute;
    left: 0;
    height: 95px;
    width: 95px;
}

.comments-area .comment-list>.comment .comment-body .comment-author .fn {
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 10px;
    display: block;
}

.comments-area .comment-list>.comment .comment-body p {
    font-size: 15px;
    margin-bottom: 10px;
}

.comments-area .comment-list>.comment .comment-body .reply .comment-reply-link {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 14px;
}

.comments-area .comment-list>.comment .comment-body .reply .comment-reply-link i {
    margin-right: 8px;
}

.comments-area .comment-list>.comment>.children {
    padding-left: 50px;
}

.comments-area.style-1 .comment-list>.comment {
    border-bottom: 1px solid #E1E1F0;
    margin-bottom: 30px;
}

.comments-area.style-1 .comment-list>.comment .comment-body .comment-author .avatar {
    border-radius: 10px;
}

.comments-area.style-1 .comment-list>.comment:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.comments-area.style-2 .comment-list>.comment {
    border-bottom: 1px solid #E1E1F0;
    margin-bottom: 30px;
}

.comments-area.style-2 .comment-list>.comment .comment-body .comment-author .avatar {
    border-radius: 50%;
    box-shadow: 0 0px 10px 4px rgba(31, 66, 135, 0.1);
    border: 5px solid #fff;
}

.comments-area.style-2 .comment-list>.comment:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.comments-area.style-3 .comment-list>.comment {
    margin-bottom: 30px;
}

.comments-area.style-3 .comment-list>.comment .comment-body .comment-author .avatar {
    border-radius: 5px;
    box-shadow: 0 0px 10px 4px rgba(31, 66, 135, 0.1);
    border: 5px solid #fff;
}

.comments-area.style-3 .comment-list>.comment:last-child {
    margin-bottom: 0;
}

.comment-reply-title a {
    font-size: 16px;
    font-weight: 600;
}

.comment-respond .comment-form {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.comment-respond .comment-form p {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.comment-respond .comment-form p label {
    display: none;
}

.comment-respond .comment-form p.comment-form-author input,
.comment-respond .comment-form p.comment-form-email input,
.comment-respond .comment-form p.comment-form-url input,
.comment-respond .comment-form p textarea {
    width: 100%;
    height: 60px;
    border-radius: 4px !important;
    padding: 10px 20px;
    position: relative;
    font-size: 15px;
    border: 1px solid #b7b7b7;
}

@media only screen and (max-width: 991px) {
    .comment-respond .comment-form p.comment-form-author input,
    .comment-respond .comment-form p.comment-form-email input,
    .comment-respond .comment-form p.comment-form-url input,
    .comment-respond .comment-form p textarea {
        height: 50px;
    }
}

.comment-respond .comment-form p .textarea {
    height: 120px !important;
}

.comment-respond .comment-form .comment-form-comment {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.comment-respond.style-1 .comment-form .comment-form-author,
.comment-respond.style-1 .comment-form .comment-form-email,
.comment-respond.style-1 .comment-form .comment-form-url,
.comment-respond.style-3 .comment-form .comment-form-author,
.comment-respond.style-3 .comment-form .comment-form-email,
.comment-respond.style-3 .comment-form .comment-form-url {
    width: 50%;
}

.comment-respond.style-2 .comment-form .comment-form-author,
.comment-respond.style-2 .comment-form .comment-form-email {
    width: 50%;
}

.comment-respond.style-2 .comment-form .comment-form-url {
    width: 100%;
}

@media only screen and (max-width: 575px) {
    .comment-respond .comment-form .comment-form-author,
    .comment-respond .comment-form .comment-form-email,
    .comment-respond .comment-form .comment-form-url {
        width: 100% !important;
    }
}

.dlab-page-text [class*="galleryid-"],
.dlab-post-text [class*="galleryid-"] {
    clear: both;
    margin: 0 auto;
    overflow: hidden;
}

.gallery .gallery-item {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 0.3125rem;
    position: relative;
    box-sizing: border-box;
}

.gallery .gallery-item img {
    float: left;
    padding: 0 0rem;
    width: 100%;
    border: none !important;
}

.gallery .gallery-caption {
    font-size: 0.813rem;
    color: #707070;
    display: block;
    font-family: "Noto Sans", sans-serif;
    line-height: 1.5;
    padding: 0.5em 0;
    clear: both;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-icon img {
    margin: 0 auto;
}

.post-password-form {
    position: relative;
    clear: both;
}

.post-password-form label {
    display: block;
    font-size: 1rem;
}

.post-password-form input[type="password"] {
    width: 100%;
    border: 0.0625rem solid #ebedf2;
    padding: 0.625rem 6.25rem 0.625rem 0.938rem;
    height: 2.8125rem;
    border: 0.0625rem solid #ced4da;
}

.post-password-form input[type="submit"] {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0.625rem 1.25rem;
    background: #7355f7;
    color: #FFF;
    border: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.875rem;
    outline: none;
    height: 2.8125rem;
}

.post-password-form input[type="submit"]:hover {
    background: #4b24f5;
}

@media only screen and (max-width: 991px) {
    .side-bar.sticky-top {
        position: unset;
    }
}

.blog-post-banner {
    min-height: 300px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.blog-post-banner .dlab-title {
    color: #fff;
    font-size: 32px;
    margin-bottom: 20px;
}

.blog-post-banner .dlab-meta {
    color: #fff;
}

.blog-post-banner .dlab-meta ul {
    display: flex;
    opacity: 0.7;
}

.blog-post-banner .dlab-meta ul li {
    margin-right: 20px;
}

.blog-post-banner .dlab-meta ul li a {
    color: #fff;
}

.post-outside {
    margin-top: -120px;
}

.post-video iframe {
    height: 450px;
}

@media only screen and (max-width: 767px) {
    .post-video iframe {
        height: 300px;
    }
}

@media only screen and (max-width: 575px) {
    .post-video iframe {
        height: 200px;
    }
}


/* Error Page */

.error-page {
    padding: 150px 0;
}

.error-page .dlab_error {
    font-size: 190px;
    font-weight: 700;
    line-height: 160px;
    margin: auto;
    color: var(--primary);
    opacity: 0.2;
}

.error-page .error-head {
    font-size: 30px;
    font-weight: 500;
    margin: 15px 0 25px;
    max-width: 600px;
    line-height: 40px;
    margin-left: auto;
    margin-right: auto;
    color: #000;
}

@media only screen and (max-width: 575px) {
    .error-page {
        padding: 50px 0;
    }
    .error-page .dlab_error {
        font-size: 120px;
        line-height: 120px;
    }
    .error-page .error-head {
        font-size: 24px;
        line-height: 34px;
    }
}


/* Coming Soon */

.countdown {
    margin-bottom: 40px;
}

.countdown .date {
    width: 120px;
    display: inline-block;
    color: #000;
    padding: 0 10px;
    position: relative;
}

.countdown .date:after {
    content: ":";
    position: absolute;
    font-size: 50px;
    right: -8px;
    top: 2px;
    line-height: 60px;
    color: #fff;
}

.countdown .date:last-child:after {
    content: none;
}

.countdown .date span:last-child {
    color: #fff;
    height: auto;
    width: auto;
    display: block;
    background: transparent;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
}

.countdown .date .time {
    font-size: 70px;
    color: #fff;
    line-height: 70px;
    display: block;
    width: auto;
    height: auto;
    background: transparent;
    margin: 0;
    font-weight: 600;
}

@media only screen and (max-width: 575px) {
    .countdown {
        margin-bottom: 20px;
    }
    .countdown .date {
        width: 75px;
        padding: 0 5px;
    }
    .countdown .date:after {
        font-size: 36px;
        line-height: 36px;
    }
    .countdown .date span:last-child {
        font-size: 10px;
    }
    .countdown .date .time {
        font-size: 36px;
        line-height: 36px;
    }
}

.coming-soon .cs-title {
    font-size: 50px;
    color: #fff;
    font-weight: 500;
    line-height: 70px;
    margin-bottom: 15px;
    opacity: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.coming-soon .cs-logo {
    margin-bottom: 20px;
}

.coming-soon .cs-logo .logo {
    width: 250px;
    display: inline-block;
}

@media only screen and (max-width: 575px) {
    .coming-soon .cs-title {
        font-size: 36px;
        line-height: 50px;
    }
}

.countdown-social {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
}

.countdown-social li {
    display: inline-block;
    margin: 0 2px;
}

.countdown-social li a {
    width: 50px;
    height: 50px;
    background: #fff;
    border-radius: 50px;
    font-size: 18px;
    line-height: 50px;
    color: #000;
}

.countdown-social li a:hover {
    background: var(--primary);
    color: #fff;
}

@media only screen and (max-width: 575px) {
    .countdown-social li a {
        width: 40px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }
}

.page-down,
.coming-soon {
    height: 100vh;
    display: table;
    width: 100%;
}

.page-down .container-fluid,
.page-down .container-sm,
.page-down .container-md,
.page-down .container-lg,
.page-down .container-xl,
.coming-soon .container {
    display: table-cell;
    vertical-align: middle;
}

.pagedown-title {
    padding-left: 165px;
    position: relative;
    margin-left: 50px;
}

.pagedown-title h1,
.pagedown-title .h1 {
    margin: 0;
    font-family: Roboto;
    font-weight: 500;
    color: #fff;
    font-size: 70px;
    line-height: 80px;
    margin-bottom: 15px;
}

.pagedown-title img {
    position: absolute;
    left: -10px;
    top: 10px;
    width: 160px;
}

.pagedown-title p {
    margin: 0;
    font-family: Roboto;
    font-weight: 300;
    color: #fff;
    font-size: 28px;
    line-height: 40px;
    opacity: 0.8;
}

@media only screen and (max-width: 991px) {
    .pagedown-title h1,
    .pagedown-title .h1 {
        font-size: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .pagedown-title h1,
    .pagedown-title .h1 {
        font-size: 42px;
        line-height: 54px;
    }
    .pagedown-title p {
        color: #fff;
        font-size: 21px;
        line-height: 32px;
    }
    .pagedown-title .pagedown-title img {
        width: 140px;
    }
}

@media only screen and (max-width: 575px) {
    .pagedown-title {
        padding-left: 100px;
        margin-left: 20px;
    }
    .pagedown-title img {
        width: 90px;
    }
    .pagedown-title h1,
    .pagedown-title .h1 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    .pagedown-title p {
        font-size: 18px;
        line-height: 28px;
    }
}

.details-tabs .nav-tabs {
    border: 0;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
    background-image: var(--gradient);
    display: inline-flex;
    border-radius: 6px;
    margin-left: auto;
    margin-right: auto;
    background-size: 200%;
    padding: 5px;
    position: relative;
    z-index: 1;
    box-shadow: 0 10px 20px 0 var(--rgba-primary-1);
}

.details-tabs .nav-tabs .nav-link {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    cursor: pointer;
    border: 0;
    padding: 10px 20px;
    border-radius: 4px;
}

.details-tabs .nav-tabs .nav-link.active {
    color: #000;
}

@media only screen and (max-width: 575px) {
    .details-tabs .nav-tabs {
        margin-bottom: 30px;
    }
    .details-tabs .nav-tabs .nav-link {
        padding: 8px 12px;
        font-size: 14px;
    }
}

.team-mamber-info {
    display: flex;
    align-items: center;
}

.team-mamber-info .dz-media {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 90px;
    box-shadow: 0 0 0 10px white, 0 0 0 20px rgba(255, 255, 255, 0.2);
    margin-left: 10px;
}

.team-mamber-info .dz-media img {
    width: 100%;
}

.team-mamber-info .dz-info {
    padding-left: 40px;
    text-align: left;
}

.team-mamber-info .dz-info .title {
    color: #fff;
    margin-bottom: 5px;
}

.team-mamber-info .dz-info span {
    color: rgba(255, 255, 255, 0.65);
    display: block;
    line-height: 1.3;
    margin-bottom: 20px;
}

.team-mamber-info .dlab-social-icon li a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
    border: 1px solid #eee;
}

.team-mamber-info .dlab-social-icon li a:hover {
    border: none;
}

@media only screen and (max-width: 575px) {
    .team-mamber-info .dz-media {
        width: 80px;
        height: 80px;
        margin-left: 0px;
        box-shadow: 0 0 0 5px white, 0 0 0 12px rgba(255, 255, 255, 0.2);
    }
    .team-mamber-info .dz-info {
        padding-left: 25px;
    }
    .team-mamber-info .dz-info span {
        margin-bottom: 12px;
    }
    .team-mamber-info .dlab-social-icon li a {
        height: 35px;
        width: 35px;
        line-height: 35px;
        font-size: 16px;
    }
}

.team-mamber-info.style-2 {
    display: block;
}

.team-mamber-info.style-2 .dz-media {
    margin: 0 auto 40px;
    border-radius: 0;
    width: 120px;
    height: 120px;
}

.team-mamber-info.style-2 .dz-info {
    padding-left: 0;
    text-align: center;
}

@media only screen and (max-width: 575px) {
    .team-mamber-info.style-2 .dz-media {
        width: 80px;
        height: 80px;
    }
}

.inner-body {
    background-color: #fff;
    padding: 35px 30px 20px;
    border-radius: 0.25rem;
    margin-top: -100px;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.15);
}

.inner-body .top-content {
    flex-direction: column;
    margin-bottom: 30px;
}

.inner-body .top-content ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.inner-body .top-content ul li {
    padding: 16px 40px 16px 0;
    margin: 10px 40px 10px 0;
    border-right: 1px solid rgba(92, 99, 144, 0.3);
}

.inner-body .top-content ul li span {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--primary);
}

.inner-body .top-content ul li .label {
    font-weight: 800;
}

.inner-body .top-content ul li .name {
    color: #5c6390;
}

.inner-body .bottom-content .text-head {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
    align-items: center;
}

.inner-body .bottom-content .text-head h5,
.inner-body .bottom-content .text-head .h5 {
    color: #1f2471;
    line-height: 1;
    text-transform: uppercase;
    margin-right: 40px;
    font-weight: 700;
    margin-bottom: 0;
}

.inner-body .bottom-content .text-head .social-list {
    display: flex;
}

.inner-body .bottom-content .text-head .social-list li {
    margin-right: 15px;
}

.inner-body .bottom-content .text-head .social-list li a {
    color: #5c6390;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.inner-body .bottom-content .text-head .social-list li a:hover {
    color: var(--primary);
}

.inner-body .bottom-content .text-content p {
    color: #5c6390;
}

.inner-body .bottom-content .stats {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    margin-top: 30px;
}

.inner-body .bottom-content .stats li {
    position: relative;
    text-align: center;
    position: relative;
    width: 140px;
}

.inner-body .bottom-content .stats li:not(:last-child) {
    padding: 0 25px;
}

.inner-body .bottom-content .stats li:not(:last-child):after {
    content: '';
    width: 2px;
    height: 80px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f01f75+0,ffffff+83,ffffff+92&1+44,0+100 */
    background: -moz-linear-gradient(top, #f01f75 0%, #f896be 44%, rgba(255, 255, 255, 0.3) 83%, rgba(255, 255, 255, 0.14) 92%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f01f75 0%, #f896be 44%, rgba(255, 255, 255, 0.3) 83%, rgba(255, 255, 255, 0.14) 92%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f01f75 0%, #f896be 44%, rgba(255, 255, 255, 0.3) 83%, rgba(255, 255, 255, 0.14) 92%, rgba(255, 255, 255, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#f01f75', endColorstr='#00ffffff', GradientType=0);
    /* IE6-9 */
    position: absolute;
    top: 70%;
    transform: translateY(-50%);
    right: 0;
}

.inner-body .bottom-content .stats li i {
    font-size: 40px;
}

.inner-body .bottom-content .stats li h6,
.inner-body .bottom-content .stats li .h6 {
    color: #1f2471;
    margin: 10px 0 2px;
}

.inner-body .bottom-content .stats li span {
    color: var(--primary);
    font-weight: 800;
}

@media only screen and (max-width: 991px) {
    .inner-body {
        margin-top: -70px;
    }
    .inner-body .bottom-content .stats {
        justify-content: center;
    }
}

@media only screen and (max-width: 575px) {
    .inner-body .bottom-content .stats li {
        margin-bottom: 20px;
        width: 120px;
        padding: 0 10px;
    }
    .inner-body .bottom-content .stats li:not(:last-child):after {
        content: none;
    }
}


/* Time Line */

.time-line {
    position: relative;
}

.time-line:after {
    border-radius: 2px;
    content: "";
    height: 100%;
    position: absolute;
    right: 50%;
    top: 0;
    width: 4px;
    display: block;
    background-color: var(--primary);
}

.time-line .line-left-box,
.time-line .line-right-box {
    width: 40%;
    position: relative;
    z-index: 1;
}

.time-line .line-left-box .line-content-box,
.time-line .line-right-box .line-content-box {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.time-line .line-left-box {
    float: left;
}

.time-line .line-left-box .line-content-box {
    padding-right: 50px;
}

.time-line .line-left-box .line-num {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.time-line .line-right-box {
    float: right;
}

.time-line .line-right-box .line-content-box {
    padding-left: 50px;
}

.time-line .line-right-box .line-num {
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.time-line .line-left,
.time-line .line-right {
    position: relative;
    display: table;
    width: 100%;
}

.time-line .line-left:after,
.time-line .line-right:after {
    content: "";
    height: 4px;
    position: absolute;
    top: 50%;
    width: 10%;
    background-color: var(--primary);
}

.time-line .line-left:after {
    left: 40%;
}

.time-line .line-right:after {
    right: 40%;
}

.time-line .line-num {
    border-radius: 50%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    text-align: center;
    width: 60px;
}

.time-line .video-bx .popup-youtube {
    height: 65px;
    width: 65px;
    line-height: 65px;
    font-size: 24px;
}

@media only screen and (max-width: 575px) {
    .time-line .video-bx {
        height: 150px;
    }
}

@media only screen and (max-width: 991px) {
    .time-line:after {
        right: auto;
        left: 0;
    }
    .time-line .line-left,
    .time-line .line-right {
        margin-bottom: 30px;
    }
    .time-line .line-num {
        height: 40px;
        width: 40px;
        font-size: 16px;
        line-height: 40px;
    }
    .time-line .line-right:after {
        right: auto;
        left: 0;
    }
    .time-line .line-left-box,
    .time-line .line-right-box {
        width: 90%;
        float: right;
        padding: 0;
    }
    .time-line .line-left-box .line-num,
    .time-line .line-right-box .line-num {
        left: -20px;
    }
    .time-line .line-left-box {
        padding-right: 0;
    }
    .time-line .line-right-box {
        padding-left: 0;
    }
    .time-line .line-left-box .line-content-box {
        padding-right: 30px;
    }
    .time-line .line-right-box .line-content-box {
        padding-left: 30px;
    }
    .time-line .line-left:after {
        left: 0;
    }
}

.time-line-start {
    margin-bottom: 20px;
}

.time-line-start .animated {
    margin-left: -5px;
    -webkit-animation: horizontal 5s ease infinite;
    animation: horizontal 5s ease infinite;
}

@media only screen and (max-width: 991px) {
    .time-line-start {
        text-align: left !important;
        margin-left: -43px;
    }
}

@media only screen and (max-width: 575px) {
    .time-line-start {
        display: none;
    }
}

.time-line-end img {
    width: 70px;
    margin-top: -4px;
    margin-left: -2px;
    z-index: 1;
    position: relative;
    -webkit-animation-name: rotate;
    animation-delay: 3s;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: linear;
    -webkit-transform-origin: 50% 0%;
    -webkit-animation-timing-function: ease-in-out;
}

@media only screen and (max-width: 991px) {
    .time-line-end {
        text-align: left !important;
        margin-left: -30px;
        margin-top: -30px;
    }
}

@media only screen and (max-width: 575px) {
    .time-line-end {
        display: none;
    }
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(5deg);
    }
    10% {
        -webkit-transform: rotate(10deg);
    }
    20% {
        -webkit-transform: rotate(20deg);
    }
    30% {
        -webkit-transform: rotate(10deg);
    }
    40% {
        -webkit-transform: rotate(5deg);
    }
    50% {
        -webkit-transform: rotate(0deg);
    }
    60% {
        -webkit-transform: rotate(-5deg);
    }
    70% {
        -webkit-transform: rotate(-10deg);
    }
    80% {
        -webkit-transform: rotate(-20deg);
    }
    90% {
        -webkit-transform: rotate(-10deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes horizontal {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    6% {
        -webkit-transform: translate(20px, 0);
        transform: translate(0, 20px);
    }
    12% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    18% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
    }
    24% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    30% {
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
    }
    100%,
    36% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

.logo-header {
    display: table;
    float: left;
    vertical-align: middle;
    padding: 0;
    color: #EFBB20;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    width: 170px;
    height: 130px;
    position: relative;
    z-index: 9;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

@media only screen and (max-width: 1199px) {
    .logo-header {
        width: 130px;
        height: 90px;
    }
}

@media only screen and (max-width: 575px) {
    .logo-header {
        width: 120px;
        height: 75px;
    }
}

.logo-header a {
    display: table-cell;
    vertical-align: middle;
}

.logo-header img {
    height: auto;
    width: 100%;
}

.logo-header span {
    font-size: 20px;
    letter-spacing: 20px;
}

.top-bar {
    background-color: #fff;
    color: #262F5A;
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.top-bar .dlab-topbar-left {
    float: left;
}

.top-bar .dlab-topbar-left li {
    padding-right: 20px;
}

.top-bar .dlab-topbar-right {
    float: right;
}

.top-bar .dlab-topbar-right li {
    padding-left: 15px;
}

.top-bar .dlab-topbar-center,
.top-bar .dlab-topbar-left,
.top-bar .dlab-topbar-right {
    padding-left: 15px;
    padding-right: 15px;
}

.top-bar .dlab-topbar-center ul,
.top-bar .dlab-topbar-left ul,
.top-bar .dlab-topbar-right ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.top-bar .dlab-topbar-center ul li,
.top-bar .dlab-topbar-left ul li,
.top-bar .dlab-topbar-right ul li {
    display: inline-block;
    font-size: 14px;
}

.top-bar .dlab-topbar-center ul i,
.top-bar .dlab-topbar-left ul i,
.top-bar .dlab-topbar-right ul i {
    color: var(--primary);
    transform: scale(1.3);
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    margin-right: 5px;
}

.top-bar .dlab-topbar-center .dlab-social-icon li,
.top-bar .dlab-topbar-left .dlab-social-icon li,
.top-bar .dlab-topbar-right .dlab-social-icon li {
    padding-left: 0;
}

@media only screen and (max-width: 767px) {
    .top-bar {
        display: none;
    }
}

.dlab-quik-search {
    background: rgba(0, 0, 0, 0.9);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0px 30px;
    z-index: 999;
    overflow: hidden;
    display: none;
}

.dlab-quik-search form {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    position: relative;
    top: 50%;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    opacity: 1;
}

.dlab-quik-search .form-control {
    padding: 15px 60px 15px 15px;
    width: 100%;
    height: 90px;
    border: none;
    background: 0 0;
    color: #fff;
    font-size: 20px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.dlab-quik-search span {
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -15px 0;
    height: 25px;
    font-size: 20px;
    cursor: pointer;
}

.site-header {
    position: relative;
    z-index: 9999;
}

.site-header .main-bar {
    background: #fff;
    width: 100%;
    position: relative;
}

.site-header .container {
    position: relative;
}

.site-header .extra-nav {
    float: right;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 9;
    margin-left: 20px;
    height: 130px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

@media only screen and (max-width: 1199px) {
    .site-header .extra-nav {
        height: 90px;
    }
}

.site-header .extra-nav #quik-search-btn {
    color: #020d26;
    cursor: pointer;
    margin-right: 0px;
    border: 0;
}

@media only screen and (max-width: 575px) {
    .site-header .extra-nav .btn {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.site-header .extra-nav ul li {
    display: inline-block;
}

.site-header .extra-nav ul li .icon {
    padding: 0;
    background: transparent;
    min-width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
}

@media only screen and (max-width: 575px) {
    .site-header .extra-nav {
        display: none;
    }
}

.navbar-toggler {
    border: 0 solid #efbb20;
    font-size: 16px;
    line-height: 24px;
    margin: 36px 0 36px 15px;
    padding: 0;
    float: right;
    outline: none !important;
}

@media only screen and (max-width: 575px) {
    .navbar-toggler {
        margin: 28px 0 28px 15px;
    }
}

.navicon {
    width: 20px;
    height: 18px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

.navicon span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    background: #000;
}

.navicon span:nth-child(1) {
    top: 0px;
}

.navicon span:nth-child(2) {
    top: 7px;
}

.navicon span:nth-child(3) {
    top: 14px;
}

.navicon.open span:nth-child(1) {
    top: 7px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.navicon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.navicon.open span:nth-child(3) {
    top: 7px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.header-tb .navicon span {
    background: #fff;
}

.header-nav {
    padding: 0;
}

@media only screen and (max-width: 991px) {
    .header-nav {
        overflow-y: scroll;
        position: fixed;
        width: 60px;
        left: -280px;
        height: 100vh !important;
        -webkit-transition: all 1s;
        -ms-transition: all 1s;
        transition: all 1s;
        top: 0;
        background-color: #fff;
        margin: 0;
        z-index: 99;
    }
}

@media only screen and (max-width: 991px) {
    .header-nav.show {
        left: -1px;
        -webkit-transition: all 0.8s;
        -ms-transition: all 0.8s;
        transition: all 0.8s;
        margin: 0;
        width: 280px;
    }
}

.header-nav .logo-header {
    display: none;
}

@media only screen and (max-width: 991px) {
    .header-nav .logo-header {
        padding: 30px 20px;
        float: none;
        height: auto;
        width: 240px;
    }
}

.header-nav .badge {
    background: #eb2100;
    color: #fff;
    border-radius: 4px;
    padding: 2px 4px;
    font-size: 10px;
    margin-left: 0.4rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.header-nav .nav {
    float: right;
    padding: 0;
}

.header-nav .nav>li {
    margin: 0px;
    font-weight: 400;
    position: relative;
}

.header-nav .nav>li.has-mega-menu {
    position: inherit;
}

.header-nav .nav>li.has-mega-menu>a:after {
    content: "\f078";
    font-size: 10px;
    margin-left: 7px;
    margin-top: 0;
    vertical-align: middle;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

@media only screen and (max-width: 991px) {
    .header-nav .nav>li.has-mega-menu>a:after {
        content: "\f054";
        background-color: var(--primary);
        color: #fff;
        height: 30px;
        line-height: 30px;
        right: 0;
        text-align: center;
        width: 30px;
        z-index: 3;
        float: right;
        font-size: 12px;
        margin: 0;
        border-radius: 6px;
    }
}

@media only screen and (max-width: 991px) {
    .header-nav .nav>li.has-mega-menu>a:after:before {
        content: "\f054";
    }
}

@media only screen and (max-width: 991px) {
    .header-nav .nav>li {
        border-bottom: 1px solid #eee;
        width: 100%;
    }
}

.header-nav .nav>li:hover>a {
    color: var(--primary);
}

.header-nav .nav>li.sub-menu-down>a:after {
    content: "\f078";
    font-size: 10px;
    margin-left: 7px;
    margin-top: 0;
    vertical-align: middle;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

@media only screen and (max-width: 991px) {
    .header-nav .nav>li.sub-menu-down>a:after {
        content: "\f054";
        background-color: var(--primary);
        color: #fff;
        height: 30px;
        line-height: 30px;
        right: 0;
        text-align: center;
        width: 30px;
        z-index: 3;
        float: right;
        font-size: 12px;
        margin: 0;
        border-radius: 6px;
    }
}

@media only screen and (max-width: 991px) {
    .header-nav .nav>li.sub-menu-down>a:after:before {
        content: "\f054";
    }
}

@media only screen and (max-width: 991px) {
    .header-nav .nav>li.sub-menu-down.open>a:after {
        content: "\f078";
    }
}

.header-nav .nav>li>a {
    color: #070120;
    font-size: 15px;
    padding: 55px 15px;
    cursor: pointer;
    font-weight: 500;
    display: inline-block;
    position: relative;
    border-width: 0 0 0 1px;
    text-transform: capitalize;
    line-height: 1.35;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

@media only screen and (max-width: 1199px) {
    .header-nav .nav>li>a {
        padding: 35px 12px;
    }
}

.header-nav .nav>li>a span {
    display: inline-block;
}

.header-nav .nav>li>a i {
    font-size: 9px;
    margin-left: 3px;
    margin-top: -3px;
    vertical-align: middle;
}

@media only screen and (max-width: 991px) {
    .header-nav .nav>li>a i {
        background-color: var(--primary);
        color: #fff;
        height: 30px;
        line-height: 30px;
        right: 0;
        text-align: center;
        width: 30px;
        z-index: 3;
        float: right;
        font-size: 20px;
        margin: 0;
    }
}

@media only screen and (max-width: 991px) {
    .header-nav .nav>li>a i:before {
        content: "\f105";
    }
}

@media only screen and (max-width: 991px) {
    .header-nav .nav>li>a {
        padding: 8px 0;
        display: block;
        line-height: 30px;
    }
}

@media only screen and (min-width: 991px) {
    .header-nav .nav>li:hover>a span {
        -webkit-animation: upToDown 0.3s forwards;
        -moz-animation: upToDown 0.3s forwards;
        animation: upToDown 0.3s forwards;
    }
}

.header-nav .nav>li .mega-menu,
.header-nav .nav>li .sub-menu {
    background-color: #fff;
    display: block;
    left: 0;
    list-style: none;
    opacity: 0;
    padding: 5px 0;
    position: absolute;
    visibility: hidden;
    width: 220px;
    z-index: 10;
    margin-top: 20px;
    box-shadow: 0px 1px 40px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

@media only screen and (max-width: 991px) {
    .header-nav .nav>li .mega-menu,
    .header-nav .nav>li .sub-menu {
        display: none;
        position: static;
        visibility: visible;
        width: auto;
        background: transparent;
        box-shadow: none;
        margin: 0;
        border-top: 1px solid #eee;
        padding: 10px 0;
        -webkit-transition: none;
        -ms-transition: none;
        transition: none;
    }
    .header-nav .nav>li .mega-menu>li>a i,
    .header-nav .nav>li .sub-menu>li>a i {
        color: var(--primary) !important;
        height: 30px;
        line-height: 30px;
        right: 0;
        text-align: center;
        width: 30px;
        z-index: 3;
        font-size: 14px !important;
        margin: 0 !important;
        background: var(--rgba-primary-2);
    }
}

.header-nav .nav>li .mega-menu li,
.header-nav .nav>li .sub-menu li {
    position: relative;
}

.header-nav .nav>li .mega-menu li a,
.header-nav .nav>li .sub-menu li a {
    color: #262F5A;
    display: block;
    font-size: 15px;
    padding: 10px 25px;
    text-transform: capitalize;
    position: relative;
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    font-weight: 500;
}

.header-nav .nav>li .mega-menu li a:after,
.header-nav .nav>li .sub-menu li a:after {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    background: var(--primary);
    left: 20px;
    top: 20px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}

@media only screen and (max-width: 991px) {
    .header-nav .nav>li .mega-menu li a,
    .header-nav .nav>li .sub-menu li a {
        padding: 2px 0 1px 15px;
        display: block;
        line-height: 30px;
        position: relative;
    }
    .header-nav .nav>li .mega-menu li a:after,
    .header-nav .nav>li .sub-menu li a:after {
        content: "\f054";
        font-family: "Font Awesome 5 Free";
        width: auto;
        height: auto;
        background: 0 0 !important;
        top: 3px;
        color: #262F5A;
        font-size: 12px;
        position: absolute;
        left: 0;
        font-weight: 700;
    }
}

.header-nav .nav>li .mega-menu li:hover>a,
.header-nav .nav>li .sub-menu li:hover>a {
    background-color: #F2F2F2;
    padding: 10px 20px 10px 35px;
    color: var(--primary);
}

@media only screen and (max-width: 991px) {
    .header-nav .nav>li .mega-menu li:hover>a,
    .header-nav .nav>li .sub-menu li:hover>a {
        padding: 2px 0 1px 15px;
        background: transparent;
    }
}

.header-nav .nav>li .mega-menu li:hover>a:after,
.header-nav .nav>li .sub-menu li:hover>a:after {
    width: 10px;
}

.header-nav .nav>li .mega-menu li>.sub-menu,
.header-nav .nav>li .sub-menu li>.sub-menu {
    left: 220px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

@media only screen and (max-width: 991px) {
    .header-nav .nav>li .mega-menu li>.sub-menu,
    .header-nav .nav>li .sub-menu li>.sub-menu {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .header-nav .nav>li .mega-menu .mega-menu,
    .header-nav .nav>li .mega-menu .sub-menu,
    .header-nav .nav>li .sub-menu .mega-menu,
    .header-nav .nav>li .sub-menu .sub-menu {
        border-top: 0;
        padding-left: 20px;
    }
    .header-nav .nav>li .mega-menu .mega-menu li a:after,
    .header-nav .nav>li .mega-menu .sub-menu li a:after,
    .header-nav .nav>li .sub-menu .mega-menu li a:after,
    .header-nav .nav>li .sub-menu .sub-menu li a:after {
        width: 5px;
        content: "";
        height: 5px;
        background: #262F5A !important;
        border-radius: 4px;
        top: 13px;
    }
}

.header-nav .nav>li .sub-menu li>a>i {
    color: inherit;
    display: block;
    float: right;
    font-size: 12px;
    opacity: 1;
    margin-top: 7px;
    border-radius: 6px;
}

.header-nav .nav>li .sub-menu.open>a>i:before {
    content: "\f078";
}

.header-nav .nav>li .sub-menu>li.open>a i:before {
    content: "\f107";
}

.header-nav .nav>li .mega-menu {
    display: flex;
    right: 0px;
    width: 100%;
    z-index: 9;
    padding: 0;
}

.header-nav .nav>li .mega-menu>li {
    display: block;
    padding: 30px 0 25px;
    position: relative;
    vertical-align: top;
    width: 25%;
}

@media only screen and (max-width: 991px) {
    .header-nav .nav>li .mega-menu>li {
        width: 100%;
        padding: 0;
    }
}

.header-nav .nav>li .mega-menu>li>a {
    color: #262F5A;
    display: block;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 15px;
}

.header-nav .nav>li .mega-menu>li>a>i {
    font-size: 14px;
    margin-right: 5px;
    text-align: center;
    width: 15px;
}

@media only screen and (max-width: 991px) {
    .header-nav .nav>li .mega-menu>li>a {
        display: none;
    }
}

.header-nav .nav>li .mega-menu>li:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    right: 0px;
    top: 0px;
    display: block;
    width: 1px;
    height: 100%;
}

@media only screen and (max-width: 991px) {
    .header-nav .nav>li .mega-menu>li:after {
        content: none;
    }
}

.header-nav .nav>li .mega-menu>li:last-child:after {
    display: none;
}

.header-nav .nav>li .mega-menu>li:hover>a {
    background-color: transparent;
}

.header-nav .nav>li .mega-menu>li li i {
    font-size: 14px;
    margin-right: 5px;
    text-align: center;
    width: 15px;
}

@media only screen and (max-width: 991px) {
    .header-nav .nav>li .mega-menu {
        display: none;
        padding: 10px 0;
    }
}

.header-nav .nav>li:hover>.mega-menu,
.header-nav .nav>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
}

@media only screen and (max-width: 991px) {
    .header-nav .nav>li:hover>.mega-menu,
    .header-nav .nav>li:hover>.sub-menu {
        -webkit-transition: none;
        -ms-transition: none;
        transition: none;
    }
}

.header-nav .nav>li:hover>.mega-menu li:hover>.sub-menu,
.header-nav .nav>li:hover>.sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    top: -1px;
}

.header-nav .nav>li.open .mega-menu,
.header-nav .nav>li.open .sub-menu {
    display: block;
    opacity: 1;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
}

.header-nav .nav>li.open .open.menu-item-has-children>a:before {
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.header-nav .nav>li.open .open .mega-menu,
.header-nav .nav>li.open .open .sub-menu {
    display: block;
    opacity: 1;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
}

.header-nav .nav>li.active>a {
    color: var(--primary);
}

@media only screen and (max-width: 1400px) {
    .header-nav .nav>li:nth-last-child(3) .sub-menu .sub-menu,
    .header-nav .nav>li:nth-last-child(2) .sub-menu .sub-menu,
    .header-nav .nav>li:last-child .sub-menu .sub-menu {
        left: -220px;
    }
}

@media only screen and (max-width: 1199px) {
    .header-nav .nav>li:last-child .sub-menu {
        left: auto;
        right: 0;
    }
}

@media only screen and (max-width: 991px) {
    .header-nav .nav {
        float: none;
        padding: 0 20px;
    }
}

.header-nav .dlab-social-icon {
    display: none;
    text-align: center;
}

.header-nav .dlab-social-icon li {
    display: inline-block;
    margin: 0 2px;
}

.header-nav .dlab-social-icon a {
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid #eee;
    line-height: 38px;
    text-align: center;
    border-radius: 40px;
    display: block;
}

@media only screen and (max-width: 991px) {
    .header-nav .dlab-social-icon {
        display: block;
        padding-top: 30px;
        padding-bottom: 20px;
    }
}

.header-transparent {
    position: absolute;
    width: 100%;
}

.header-transparent .top-bar,
.header-transparent .main-bar {
    background: transparent;
}

.header-transparent .container-fluid,
.header-transparent .container-sm,
.header-transparent .container-md,
.header-transparent .container-lg,
.header-transparent .container-xl {
    padding-left: 80px;
    padding-right: 80px;
}

@media only screen and (max-width: 1199px) {
    .header-transparent .container-fluid,
    .header-transparent .container-sm,
    .header-transparent .container-md,
    .header-transparent .container-lg,
    .header-transparent .container-xl {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.header-transparent .side-menu-btn .menu-icon-in span {
    background-color: #fff;
}

.header-transparent .is-fixed .side-menu-btn .menu-icon-in span {
    background-color: #262F5A;
}

@media only screen and (min-width: 991px) {
    .header-transparent .nav>li>a {
        color: #fff;
    }
}

.header-transparent .navbar-toggler span {
    background: #fff;
}

.header-transparent .is-fixed .nav>li>a {
    color: #262F5A;
}

.header-transparent .is-fixed .navbar-toggler span {
    background: #262F5A;
}

.header-transparent .top-bar {
    border-color: #fff;
}

.header-transparent .top-bar .dlab-topbar-left li,
.header-transparent .top-bar .dlab-topbar-left i,
.header-transparent .top-bar .dlab-topbar-right li,
.header-transparent .top-bar .dlab-topbar-right i {
    color: #fff;
}

.is-fixed:not(.sticky-no) .main-bar {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
    background: white;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

@media only screen and (min-width: 1199px) {
    .is-fixed:not(.sticky-no) .header-nav .nav>li>a {
        padding: 35px 15px;
    }
    .is-fixed:not(.sticky-no) .logo-header,
    .is-fixed:not(.sticky-no) .extra-nav {
        height: 90px;
    }
}

@media only screen and (max-width: 991px) {
    .mo-left .header-nav {
        overflow-y: scroll;
        position: fixed;
        width: 60px;
        left: -280px;
        height: 100vh !important;
        transition: all 0.5s;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        top: 0;
        background-color: #fff;
        margin: 0;
        z-index: 99;
    }
    .mo-left .header-nav.nav-dark {
        background-color: #202020;
    }
    .mo-left .header-nav.show {
        left: -1px;
        transition: all 0.8s;
        -webkit-transition: all 0.8s;
        -moz-transition: all 0.8s;
        -o-transition: all 0.8s;
        margin: 0;
        width: 280px;
    }
    .mo-left .header-nav .logo-header {
        display: block;
        float: none;
        height: auto !important;
        max-width: 100%;
        padding: 25px 20px;
        width: 100%;
    }
    .mo-left .header-nav .logo-header .light-logo {
        display: none !important;
    }
    .mo-left .header-nav .logo-header .dark-logo {
        display: table-cell !important;
    }
    .mo-left .header-nav .logo-header img {
        max-width: unset;
        width: 160px;
        vertical-align: middle;
    }
    .mo-left .header-nav li.open a {
        position: relative;
    }
    .mo-left .navbar-toggler.open {
        z-index: 99;
    }
    .mo-left .navbar-toggler.open:after {
        background-color: rgba(0, 0, 0, 0.6);
        content: "";
        left: 0;
        position: fixed;
        right: -20px;
        top: -63px;
        transform: scale(100);
        -o-transform: scale(100);
        -moz-transform: scale(100);
        -webkit-transform: scale(100);
        width: 100%;
        z-index: -1;
        transition: all 0.5s;
        transform-origin: top right;
        margin: 0 0px 0px 20px;
        -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6);
    }
    .mo-left .navbar-toggler.open span {
        background: #fff;
    }
}

.text-black .nav>li>a {
    color: #070120;
}

.text-black .navbar-toggler span {
    background: #262F5A;
}

@-webkit-keyframes upToDown {
    49% {
        -webkit-transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}

@-moz-keyframes upToDown {
    49% {
        -moz-transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes upToDown {
    49% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}


/* Logo */

.site-header .main-bar-wraper .logo-header .dark-logo {
    display: table-cell;
}

.site-header .main-bar-wraper .logo-header .light-logo {
    display: none;
}

.site-header .main-bar-wraper.is-fixed .logo-header .dark-logo {
    display: table-cell;
}

.site-header.header-transparent .main-bar-wraper .logo-header .dark-logo {
    display: none;
}

.site-header.header-transparent .main-bar-wraper .logo-header .light-logo {
    display: table-cell;
}

.site-header.header-transparent .main-bar-wraper.is-fixed .logo-header .light-logo {
    display: none;
}

.site-header.header-transparent .main-bar-wraper.is-fixed .logo-header .dark-logo {
    display: table-cell;
}

.site-header.text-black .main-bar-wraper .logo-header .dark-logo {
    display: table-cell;
}

.site-header.text-black .main-bar-wraper .logo-header .light-logo {
    display: none;
}

.site-header.text-black .main-bar-wraper.is-fixed .logo-header .dark-logo {
    display: table-cell;
}

.site-header .is-fixed .extra-nav .btn.btn-light {
    background-color: #896eff;
    color: #fff;
}

.screen-lock {
    overflow: hidden;
}

.new-page {
    background: #eb2100;
    color: #fff;
    border-radius: 4px;
    padding: 2px 4px;
    font-size: 10px;
    margin-left: 0.4rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2px;
}

.header-transparent:not(.text-black) .main-bar .container>.logo-header.logo-dark,
.header-transparent:not(.text-black) .main-bar .container-fluid>.logo-header.logo-dark,
.header-transparent:not(.text-black) .main-bar .container-sm>.logo-header.logo-dark,
.header-transparent:not(.text-black) .main-bar .container-md>.logo-header.logo-dark,
.header-transparent:not(.text-black) .main-bar .container-lg>.logo-header.logo-dark,
.header-transparent:not(.text-black) .main-bar .container-xl>.logo-header.logo-dark {
    display: none;
}

.header-transparent:not(.text-black) .is-fixed .main-bar .container>.logo-header.logo-white,
.header-transparent:not(.text-black) .is-fixed .main-bar .container-fluid>.logo-header.logo-white,
.header-transparent:not(.text-black) .is-fixed .main-bar .container-sm>.logo-header.logo-white,
.header-transparent:not(.text-black) .is-fixed .main-bar .container-md>.logo-header.logo-white,
.header-transparent:not(.text-black) .is-fixed .main-bar .container-lg>.logo-header.logo-white,
.header-transparent:not(.text-black) .is-fixed .main-bar .container-xl>.logo-header.logo-white {
    display: none;
}

.header-transparent:not(.text-black) .is-fixed .main-bar .container>.logo-header.logo-dark,
.header-transparent:not(.text-black) .is-fixed .main-bar .container-fluid>.logo-header.logo-dark,
.header-transparent:not(.text-black) .is-fixed .main-bar .container-sm>.logo-header.logo-dark,
.header-transparent:not(.text-black) .is-fixed .main-bar .container-md>.logo-header.logo-dark,
.header-transparent:not(.text-black) .is-fixed .main-bar .container-lg>.logo-header.logo-dark,
.header-transparent:not(.text-black) .is-fixed .main-bar .container-xl>.logo-header.logo-dark {
    display: table;
}

.main-bar:not(.sticky-no) {
    -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
    transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.is-fixed:not(.sticky-no) .main-bar {
    -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}

@-moz-keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }
    100% {
        margin-top: 0;
    }
}

@-ms-keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }
    100% {
        margin-top: 0;
    }
}

@-webkit-keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }
    100% {
        margin-top: 0;
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }
    100% {
        margin-top: 0;
    }
}

.dlab-bnr-inr {
    background: #fffbf7;
    height: 300px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .dlab-bnr-inr {
        height: 250px;
    }
}

@media only screen and (max-width: 575px) {
    .dlab-bnr-inr {
        height: 220px;
    }
}

.dlab-bnr-inr .container {
    display: table;
    height: 100%;
}

.dlab-bnr-inr .dlab-bnr-inr-entry {
    height: 100%;
    vertical-align: middle;
    display: table-cell;
}

@media only screen and (max-width: 767px) {
    .dlab-bnr-inr .dlab-bnr-inr-entry {
        text-align: center;
    }
    .dlab-bnr-inr .dlab-bnr-inr-entry .breadcrumb-row {
        display: inline-block;
    }
}

.dlab-bnr-inr.dlab-bnr-inr-lg {
    background: #fffbf7;
    height: 600px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

@media only screen and (max-width: 991px) {
    .dlab-bnr-inr.dlab-bnr-inr-lg {
        height: 550px;
    }
}

@media only screen and (max-width: 575px) {
    .dlab-bnr-inr.dlab-bnr-inr-lg {
        height: 520px;
    }
}

.dlab-bnr-inr h1,
.dlab-bnr-inr .h1 {
    font-weight: 800;
    font-size: 70px;
    margin-bottom: 15px;
    color: #fff;
    text-transform: capitalize;
    line-height: 70px;
}

@media only screen and (max-width: 991px) {
    .dlab-bnr-inr h1,
    .dlab-bnr-inr .h1 {
        font-size: 52px;
        line-height: 55px;
    }
}

@media only screen and (max-width: 767px) {
    .dlab-bnr-inr h1,
    .dlab-bnr-inr .h1 {
        font-size: 42px;
        line-height: 45px;
    }
}

@media only screen and (max-width: 575px) {
    .dlab-bnr-inr h1,
    .dlab-bnr-inr .h1 {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 5px;
    }
}

.dlab-bnr-inr.text-center .breadcrumb-row .breadcrumb {
    justify-content: center;
}

.breadcrumb-row ul {
    background: transparent;
    padding: 0;
    margin: 0;
}

.breadcrumb-row ul li {
    padding: 0;
    margin-right: 3px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .breadcrumb-row ul li {
        font-size: 15px;
    }
}

.breadcrumb-row ul li.active {
    color: #fff;
}

.breadcrumb-row ul li a {
    color: #fff;
}

.breadcrumb-row ul .breadcrumb-item+.breadcrumb-item::before {
    content: "\f105";
    color: #fff;
    font-family: 'Line Awesome Free';
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
}

@media only screen and (max-width: 991px) {
    .breadcrumb-row ul .breadcrumb-item+.breadcrumb-item::before {
        font-size: 16px;
        line-height: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .breadcrumb-row ul .breadcrumb-item+.breadcrumb-item::before {
        font-size: 16px;
    }
}

.breadcrumb-row.style-1 .breadcrumb {
    background-image: var(--gradient);
    background-size: 200%;
    padding: 5px 20px;
    border-radius: 30px;
    display: inline-flex;
}

.dlab-bnr-inr.style-1 {
    height: 480px;
}

.dlab-bnr-inr.style-1:after {
    content: "";
    background-image: url(../images/bnr4.png);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat;
}

.dlab-bnr-inr.style-1 .dlab-bnr-inr-entry {
    text-align: center;
    z-index: 99;
    position: relative;
}

.dlab-bnr-inr.style-1 .dlab-bnr-inr-entry h1,
.dlab-bnr-inr.style-1 .dlab-bnr-inr-entry .h1 {
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 75px;
}

@media only screen and (max-width: 991px) {
    .dlab-bnr-inr.style-1 .dlab-bnr-inr-entry h1,
    .dlab-bnr-inr.style-1 .dlab-bnr-inr-entry .h1 {
        margin-bottom: 10px;
        font-size: 40px;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 575px) {
    .dlab-bnr-inr.style-1 .dlab-bnr-inr-entry h1,
    .dlab-bnr-inr.style-1 .dlab-bnr-inr-entry .h1 {
        margin-bottom: 10px;
        font-size: 32px;
        line-height: 1.2;
    }
}

@media only screen and (max-width: 575px) {
    .dlab-bnr-inr.style-1 {
        height: 300px;
    }
}

.dlab-bnr-inr.style-2 {
    height: 600px;
}

.dlab-bnr-inr.style-2:after {
    content: "";
    background-image: url(../images/banner/bnr5.png);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.dlab-bnr-inr.style-2 .dlab-bnr-inr-entry {
    text-align: center;
}

.dlab-bnr-inr.style-2 .breadcrumb {
    justify-content: center;
}

@media only screen and (max-width: 767px) {
    .dlab-bnr-inr.style-2 {
        height: 300px;
    }
}

.page-title {
    padding: 30px 0;
}

.page-title.dashboard {
    background: transparent;
    margin-left: 75px;
    padding: 20px 0 0px;
}

.page-title .page-title-content p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
}

.page-title .page-title-content p span {
    font-weight: 500;
    color: var(--primary);
}

.breadcrumbs {
    display: flex;
    justify-content: flex-end;
}

@media only screen and (max-width: 575px) {
    .breadcrumbs {
        justify-content: flex-start;
    }
}

.breadcrumbs li a {
    color: #AEAED5;
    display: inline-block;
    margin-left: 15px;
    font-size: 14px;
}

.breadcrumbs li:first-child a {
    margin-left: 0px;
}

.breadcrumbs li.active a {
    color: var(--primary);
}

.bottom {
    background: #1b2a4e;
}

@media only screen and (max-width: 575px) {
    .bottom {
        padding-bottom: 0;
    }
}

.bottom .bottom-logo p {
    line-height: 30px;
    font-weight: 400;
    color: #bbbbbb;
}

@media only screen and (max-width: 991px) {
    .bottom .bottom-widget {
        margin-bottom: 30px;
    }
}

.bottom .bottom-widget .widget-title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.bottom .bottom-widget ul li a {
    color: #bbbbbb;
    font-weight: 400;
    margin-bottom: 10px;
    display: inline-block;
}

footer {
    color: #fff;
    font-size: 15px;
}

footer .widget {
    margin-bottom: 30px;
}

footer strong {
    color: #fff;
}

footer .footer-logo {
    margin-bottom: 25px;
}

footer .footer-logo img {
    max-width: 100%;
}

footer .widget-logo ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

footer .widget-logo ul li {
    display: inline-block;
    flex: 50%;
    padding: 0 15px 15px 0px;
}

footer .widget_about p {
    margin-bottom: 20px;
    line-height: 24px;
    opacity: 0.6;
}

footer .footer-title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    color: #fff;
    line-height: 1.2;
}

footer .footer-title:before,
footer .footer-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    border-radius: 20px;
    background: var(--gradient);
    background-size: 200%;
}

footer .footer-title:before {
    width: 15px;
}

footer .footer-title:after {
    width: 45px;
    left: 20px;
}

footer .footer-top {
    background: var(--primary);
    padding: 70px 0 30px;
}

@media only screen and (max-width: 767px) {
    footer .footer-top {
        padding: 50px 0 20px;
    }
}

footer .footer-bottom {
    background-color: var(--primary-dark);
    font-size: 15px;
    padding: 15px 0;
}

footer .footer-bottom .copyright-text a {
    font-weight: 400;
}

@media only screen and (max-width: 767px) {
    footer .footer-bottom .text-left,
    footer .footer-bottom .text-right {
        text-align: center !important;
    }
    footer .footer-bottom .text-right {
        margin-top: 10px;
    }
}

footer .widget-link li {
    display: inline-block;
    text-transform: uppercase;
    margin-left: 20px;
}

@media only screen and (max-width: 767px) {
    footer .widget-link li {
        margin-left: 8px;
        margin-right: 7px;
    }
}

footer .widget-link a {
    color: #fff;
}

footer .widget_getintuch ul li {
    position: relative;
    padding: 8px 0;
    display: flex;
    align-items: center;
}

footer .widget_getintuch ul li i {
    height: 40px;
    width: 40px;
    min-width: 40px;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
    background-color: var(--primary);
    display: block;
    border-radius: 50px;
}

footer .widget_getintuch ul li span {
    opacity: 0.6;
}

footer .copyright-text {
    color: rgba(255, 255, 255, 0.5);
}

footer .wp-block-latest-posts,
footer .wp-block-categories-list,
footer .wp-block-archives-list,
footer .widget_categories ul,
footer .widget_archive ul,
footer .widget_meta ul,
footer .widget_pages ul,
footer .widget_recent_comments ul,
footer .widget_nav_menu ul,
footer .widget_recent_entries ul,
footer .widget_services ul {
    color: rgba(255, 255, 255, 0.6);
}

footer .wp-block-latest-posts a:hover,
footer .wp-block-categories-list a:hover,
footer .wp-block-archives-list a:hover,
footer .widget_categories ul a:hover,
footer .widget_archive ul a:hover,
footer .widget_meta ul a:hover,
footer .widget_pages ul a:hover,
footer .widget_recent_comments ul a:hover,
footer .widget_nav_menu ul a:hover,
footer .widget_recent_entries ul a:hover,
footer .widget_services ul a:hover {
    color: #fff;
}

.footer-info {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 30px;
    padding-bottom: 10px;
}

.footer-info .footer-logo {
    margin-bottom: 10px;
}

.footer-info .icon-bx-wraper {
    display: flex;
    align-items: center;
}

.footer-info .icon-bx-wraper .icon-cell {
    color: #fff;
}

.footer-info .icon-bx-wraper .icon-cell i {
    font-size: 50px;
}

.footer-info .icon-bx-wraper p {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
}

.footer-info .icon-bx-wraper p strong {
    color: #fff;
    font-weight: 800;
    font-size: 18px;
}

@media only screen and (max-width: 1199px) {
    .footer-info .icon-bx-wraper p {
        font-size: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .footer-info .footer-info .icon-bx-wraper p {
        font-size: 16px;
    }
    .footer-info .footer-info .footer-logo {
        margin-bottom: 20px;
    }
}

.contact-info-bx li {
    padding-bottom: 10px;
    position: relative;
    padding-left: 30px;
    padding-top: 2px;
}

.contact-info-bx li strong {
    font-weight: 400;
}

.contact-info-bx i {
    width: auto;
    height: 22px;
    color: #fff;
    line-height: 26px;
    text-align: center;
    border-radius: 30px;
    margin-right: 5px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 22px;
}

.site-footer.style-4.footer-light,
.site-footer.footer-light {
    background-color: var(--primary-light) !important;
    color: #463C6A;
}

.site-footer.style-4.footer-light .footer-top .widget_getintuch ul li i,
.site-footer.footer-light .footer-top .widget_getintuch ul li i {
    background: var(--rgba-primary-1);
    color: var(--primary);
}

.site-footer.style-4.footer-light a,
.site-footer.style-4.footer-light .footer-title,
.site-footer.footer-light a,
.site-footer.footer-light .footer-title {
    color: #1F2471 !important;
}

.site-footer.style-4.footer-light .widget_subscribe .form-control,
.site-footer.footer-light .widget_subscribe .form-control {
    background: #fff;
    color: #1F2471;
}

.site-footer.style-4.footer-light .widget_subscribe .form-control::placeholder,
.site-footer.footer-light .widget_subscribe .form-control::placeholder {
    color: #1F2471;
}

.site-footer.style-4.footer-light .dlab-social-icon a,
.site-footer.footer-light .dlab-social-icon a {
    background: var(--primary);
    color: #fff !important;
}

.site-footer.style-4.footer-light .footer-bottom,
.site-footer.footer-light .footer-bottom {
    background-color: transparent;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.site-footer.style-4.footer-light .widget_about p,
.site-footer.footer-light .widget_about p {
    opacity: 0.8;
}

.site-footer.style-1 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--primary);
}

.site-footer.style-1 .footer-top {
    background: transparent;
}

.site-footer.style-1 .footer-top .widget_services ul {
    margin-top: -5px;
}

@media only screen and (max-width: 1199px) {
    .site-footer.style-1 .footer-top .widget_services {
        padding-left: 0;
    }
}

.site-footer.style-1 .footer-title:before,
.site-footer.style-1 .footer-title:after {
    background: #fff;
}

.site-footer.style-1 .copyright-text a {
    color: #fff;
}

.site-footer.style-2 {
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    height: auto !important;
    background-color: #0e1b1f;
    background-size: contain;
    z-index: 1;
}

.site-footer.style-2:before {
    content: "";
    background-image: url(../images/pattern2.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.site-footer.style-2 .dlab-social-icon li a {
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.site-footer.style-2 .footer-top {
    background: transparent;
    padding-top: 300px;
}

.site-footer.style-2 .container+.footer-top {
    padding-top: 70px;
}

.site-footer.style-2 .footer-bottom {
    background-color: #1f343b;
    padding: 10px 0;
}

@media only screen and (max-width: 1199px) {
    .site-footer.style-2 .footer-top .widget_services {
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .site-footer.style-2 .footer-bottom .text-start,
    .site-footer.style-2 .footer-bottom .text-end {
        text-align: center !important;
    }
}

.site-footer.style-3 {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: var(--primary);
}

.site-footer.style-3 .footer-top {
    background: transparent;
}

.site-footer.style-4 {
    background: var(--primary);
    height: 100% !important;
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.site-footer.style-4 .footer-top {
    background: transparent;
}

.site-footer.style-4 .footer-top .footer-title {
    text-transform: uppercase;
    font-weight: 700;
    padding: 0;
    margin-bottom: 20px;
}

.site-footer.style-4 .footer-top .footer-title::before,
.site-footer.style-4 .footer-top .footer-title::after {
    display: none;
}

.site-footer.style-4 .footer-top .widget ul li a {
    color: #fff;
    opacity: 0.8;
}

.site-footer.style-4 .footer-top .widget_getintuch ul li i {
    font-size: 1rem;
    background: #fff;
    color: var(--primary);
}

.site-footer.style-4 .footer-top .widget_getintuch ul li span {
    opacity: 0.8;
}

.site-footer.style-4 .wrapper-inner {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 40px;
    margin-bottom: 65px;
}

.site-footer.style-4 .wrapper-inner .title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

@media only screen and (max-width: 991px) {
    .site-footer.style-4 .wrapper-inner {
        padding-bottom: 30px;
        margin-bottom: 50px;
    }
}

.site-footer.style-4 .footer-bottom {
    background: white;
    color: #666;
}

.site-footer.style-4 .footer-bottom span {
    color: #666;
}

.site-footer.style-4 .footer-link {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 1rem;
}

.site-footer.style-4 .footer-link li a {
    color: #666;
}

@media only screen and (max-width: 767px) {
    .site-footer.style-4 .footer-link {
        justify-content: center;
    }
}

#bg {
    background-attachment: fixed;
    background-size: cover;
}

.page-wraper {
    background-color: #fff;
}

.main-bar-wraper.sticky-no .main-bar {
    position: static;
}

@media only screen and (min-width: 1281px) {
    [dir="rtl"] .boxed .main-bar {
        left: 50% !important;
        right: auto !important;
    }
    .boxed .page-wraper {
        max-width: 1230px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.1);
    }
    .boxed .footer-fixed .site-footer {
        left: 50%;
        width: 1200px;
        margin: 0 -600px;
    }
    .boxed .main-bar {
        transform: translateX(-50%);
        left: 50%;
        max-width: 1230px;
    }
    .boxed .site-header.style-1 .extra-cell>a,
    .boxed .site-header.style-1 .extra-cell>div {
        margin-left: 15px;
    }
    .boxed .site-header.style-2.center .header-nav .nav.navbar-left {
        margin-right: 120px;
    }
    .boxed .site-header.style-2.center .header-nav .nav.navbar-right {
        margin-left: 120px;
    }
    .boxed .site-header.style-2.center .extra-icon-box {
        padding-left: 0;
        width: 50px;
    }
    .boxed .site-header.style-2.center .extra-icon-box .title,
    .boxed .site-header.style-2.center .extra-icon-box span {
        display: none;
    }
    .boxed .site-header.style-2.center .extra-nav-left,
    .boxed .site-header.style-2.center .extra-nav {
        width: 120px;
        padding: 0;
    }
    .boxed .site-header.style-2.center .extra-cell .login-btn {
        display: none;
    }
    .boxed .site-header.style-2.center .extra-cell>a,
    .boxed .site-header.style-2.center .extra-cell>div {
        margin-left: 15px;
    }
}

@media only screen and (min-width: 1281px) and (min-width: 1200px) {
    .boxed .silder-two .title {
        font-size: 45px;
    }
    .boxed .silder-two .silder-content {
        width: 60%;
        padding-right: 80px;
        padding-left: 40px;
    }
    .boxed .silder-two .silder-img {
        width: calc(40% + 55px);
    }
}

@media only screen and (min-width: 1281px) {
    .boxed .newsletter-bx {
        padding: 40px;
    }
    .boxed .portfolio-area2 .setResizeMargin {
        padding-right: 15px;
        margin-left: 0 !important;
        padding-left: 15px;
    }
    .boxed .sidenav-menu {
        position: absolute;
    }
    .boxed .dz-coming-soon .dz-title {
        font-size: 42px;
    }
    .boxed .dz-coming-soon .countdown .date span {
        font-size: 14px;
    }
    .boxed .dz-coming-soon .countdown .date .time {
        font-size: 70px;
        line-height: 70px;
    }
    .boxed .dz-coming-soon .dz-coming-bx {
        padding-left: 30px;
        padding-right: 30px;
    }
    .boxed .banner-five .swiper-pagination {
        flex-direction: row;
        left: 45px;
        top: auto;
        bottom: 20px;
        column-gap: 15px;
    }
    .frame {
        padding: 30px;
    }
    .frame .page-wraper {
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        overflow-y: scroll;
        height: auto !important;
    }
    .frame .is-fixed .main-bar {
        left: 0;
        width: 100%;
        margin: 0;
        position: unset;
    }
    .frame button.scroltop {
        right: 50px;
        bottom: 50px;
    }
    .frame .sidenav-menu {
        position: absolute;
    }
}

@media only screen and (max-width: 1024px) {
    .frame {
        padding: 0;
    }
    .frame button.scroltop {
        right: 15px;
        bottom: 15px;
    }
}

.theme-sharped {
    --border-radius-base: 0;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
}

.theme-rounded {
    --border-radius-base: 10px;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
}

[dir='rtl'] .text-start {
    text-align: right !important;
}

[dir='rtl'] .text-end {
    text-align: left !important;
}

[dir='rtl'] .float-start {
    float: right !important;
}

[dir='rtl'] .float-end {
    float: left !important;
}

@media only screen and (max-width: 767px) {
    [dir='rtl'] .float-md-end {
        float: left !important;
    }
}

@media only screen and (max-width: 575px) {
    [dir='rtl'] .float-md-end {
        float: none !important;
    }
}

@media (min-width: 992px) {
    [dir='rtl'] .text-lg-start {
        text-align: right !important;
    }
    [dir='rtl'] .text-lg-end {
        text-align: left !important;
    }
}

@media (min-width: 768px) {
    [dir='rtl'] .text-md-start {
        text-align: right !important;
    }
    [dir='rtl'] .text-md-end {
        text-align: left !important;
    }
}

@media (min-width: 576px) {
    [dir='rtl'] .text-sm-end {
        text-align: left !important;
    }
    [dir='rtl'] .text-sm-start {
        text-align: right !important;
    }
}

[dir='rtl'] .ms-1 {
    margin-left: 0 !important;
    margin-right: 0.25rem !important;
}

[dir='rtl'] .ms-2 {
    margin-left: 0 !important;
    margin-right: 0.5rem !important;
}

[dir='rtl'] .ms-3 {
    margin-left: 0 !important;
    margin-right: 1rem !important;
}

[dir='rtl'] .ms-4 {
    margin-left: 0 !important;
    margin-right: 1.5rem !important;
}

[dir='rtl'] .ms-5 {
    margin-left: 0 !important;
    margin-right: 3rem !important;
}

[dir='rtl'] .me-1 {
    margin-left: 0.25rem !important;
    margin-right: 0 !important;
}

[dir='rtl'] .me-2 {
    margin-left: 0.5rem !important;
    margin-right: 0 !important;
}

[dir='rtl'] .me-3 {
    margin-left: 1rem !important;
    margin-right: 0 !important;
}

[dir='rtl'] .me-4 {
    margin-left: 1.5rem !important;
    margin-right: 0 !important;
}

[dir='rtl'] .me-5 {
    margin-left: 3rem !important;
    margin-right: 0 !important;
}

@media (min-width: 1200px) {
    [dir='rtl'] .ms-xl-1 {
        margin-left: 0 !important;
        margin-right: 0.25rem !important;
    }
    [dir='rtl'] .ms-xl-2 {
        margin-left: 0 !important;
        margin-right: 0.5rem !important;
    }
    [dir='rtl'] .ms-xl-3 {
        margin-left: 0 !important;
        margin-right: 1rem !important;
    }
    [dir='rtl'] .ms-xl-4 {
        margin-left: 0 !important;
        margin-right: 1.5rem !important;
    }
    [dir='rtl'] .ms-xl-5 {
        margin-left: 0 !important;
        margin-right: 3rem !important;
    }
    [dir='rtl'] .me-xl-1 {
        margin-left: 0.25rem !important;
        margin-right: 0 !important;
    }
    [dir='rtl'] .me-xl-2 {
        margin-left: 0.5rem !important;
        margin-right: 0 !important;
    }
    [dir='rtl'] .me-xl-3 {
        margin-left: 1rem !important;
        margin-right: 0 !important;
    }
    [dir='rtl'] .me-xl-4 {
        margin-left: 1.5rem !important;
        margin-right: 0 !important;
    }
    [dir='rtl'] .me-xl-5 {
        margin-left: 3rem !important;
        margin-right: 0 !important;
    }
}

@media (min-width: 992px) {
    [dir='rtl'] .ms-lg-1 {
        margin-left: 0 !important;
        margin-right: 0.25rem !important;
    }
    [dir='rtl'] .ms-lg-2 {
        margin-left: 0 !important;
        margin-right: 0.5rem !important;
    }
    [dir='rtl'] .ms-lg-3 {
        margin-left: 0 !important;
        margin-right: 1rem !important;
    }
    [dir='rtl'] .ms-lg-4 {
        margin-left: 0 !important;
        margin-right: 1.5rem !important;
    }
    [dir='rtl'] .ms-lg-5 {
        margin-left: 0 !important;
        margin-right: 3rem !important;
    }
    [dir='rtl'] .me-lg-1 {
        margin-left: 0.25rem !important;
        margin-right: 0 !important;
    }
    [dir='rtl'] .me-lg-2 {
        margin-left: 0.5rem !important;
        margin-right: 0 !important;
    }
    [dir='rtl'] .me-lg-3 {
        margin-left: 1rem !important;
        margin-right: 0 !important;
    }
    [dir='rtl'] .me-lg-4 {
        margin-left: 1.5rem !important;
        margin-right: 0 !important;
    }
    [dir='rtl'] .me-lg-5 {
        margin-left: 3rem !important;
        margin-right: 0 !important;
    }
}

@media (min-width: 768px) {
    [dir='rtl'] .ms-md-1 {
        margin-left: 0 !important;
        margin-right: 0.25rem !important;
    }
    [dir='rtl'] .ms-md-2 {
        margin-left: 0 !important;
        margin-right: 0.5rem !important;
    }
    [dir='rtl'] .ms-md-3 {
        margin-left: 0 !important;
        margin-right: 1rem !important;
    }
    [dir='rtl'] .ms-md-4 {
        margin-left: 0 !important;
        margin-right: 1.5rem !important;
    }
    [dir='rtl'] .ms-md-5 {
        margin-left: 0 !important;
        margin-right: 3rem !important;
    }
    [dir='rtl'] .me-md-1 {
        margin-left: 0.25rem !important;
        margin-right: 0 !important;
    }
    [dir='rtl'] .me-md-2 {
        margin-left: 0.5rem !important;
        margin-right: 0 !important;
    }
    [dir='rtl'] .me-md-3 {
        margin-left: 1rem !important;
        margin-right: 0 !important;
    }
    [dir='rtl'] .me-md-4 {
        margin-left: 1.5rem !important;
        margin-right: 0 !important;
    }
    [dir='rtl'] .me-md-5 {
        margin-left: 3rem !important;
        margin-right: 0 !important;
    }
}

@media (min-width: 576px) {
    [dir='rtl'] .ms-sm-1 {
        margin-left: 0 !important;
        margin-right: 0.25rem !important;
    }
    [dir='rtl'] .ms-sm-2 {
        margin-left: 0 !important;
        margin-right: 0.5rem !important;
    }
    [dir='rtl'] .ms-sm-3 {
        margin-left: 0 !important;
        margin-right: 1rem !important;
    }
    [dir='rtl'] .ms-sm-4 {
        margin-left: 0 !important;
        margin-right: 1.5rem !important;
    }
    [dir='rtl'] .ms-sm-5 {
        margin-left: 0 !important;
        margin-right: 3rem !important;
    }
    [dir='rtl'] .me-sm-1 {
        margin-left: 0.25rem !important;
        margin-right: 0 !important;
    }
    [dir='rtl'] .me-sm-2 {
        margin-left: 0.5rem !important;
        margin-right: 0 !important;
    }
    [dir='rtl'] .me-sm-3 {
        margin-left: 1rem !important;
        margin-right: 0 !important;
    }
    [dir='rtl'] .me-sm-4 {
        margin-left: 1.5rem !important;
        margin-right: 0 !important;
    }
    [dir='rtl'] .me-sm-5 {
        margin-left: 3rem !important;
        margin-right: 0 !important;
    }
}

[dir='rtl'] {
    /* Logo */
}

[dir='rtl'] .logo-header {
    float: right;
}

[dir='rtl'] .top-bar .dlab-topbar-left {
    float: right;
}

[dir='rtl'] .top-bar .dlab-topbar-left li {
    padding-left: 20px;
    padding-0: 20px;
}

[dir='rtl'] .top-bar .dlab-topbar-right {
    float: left;
}

[dir='rtl'] .top-bar .dlab-topbar-right li {
    padding-left: 0;
    padding-right: 15px;
}

[dir='rtl'] .top-bar .dlab-topbar-center,
[dir='rtl'] .top-bar .dlab-topbar-left,
[dir='rtl'] .top-bar .dlab-topbar-right {
    padding-left: 15px;
    padding-right: 15px;
}

[dir='rtl'] .top-bar .dlab-topbar-center ul i,
[dir='rtl'] .top-bar .dlab-topbar-left ul i,
[dir='rtl'] .top-bar .dlab-topbar-right ul i {
    margin-left: 5px;
    margin-right: 0;
}

[dir='rtl'] .dlab-quik-search {
    left: 0;
}

[dir='rtl'] .dlab-quik-search span {
    position: absolute;
    right: auto;
    left: 15px;
}

[dir='rtl'] .site-header .extra-nav {
    float: left;
    margin-right: 20px;
    margin-left: 0;
}

[dir='rtl'] .navbar-toggler {
    float: left;
    margin: 36px 15px 36px 0;
}

@media only screen and (max-width: 575px) {
    [dir='rtl'] .navbar-toggler {
        margin: 28px 15px 28px 0;
    }
}

[dir='rtl'] .navicon span {
    left: auto;
    right: 0;
}

[dir='rtl'] .navicon.open span:nth-child(2) {
    left: auto;
    right: -60px;
}

@media only screen and (max-width: 991px) {
    [dir='rtl'] .header-nav {
        left: auto;
        right: -280px;
    }
}

@media only screen and (max-width: 991px) {
    [dir='rtl'] .header-nav.show {
        left: auto;
        right: -1px;
    }
}

[dir='rtl'] .header-nav .badge {
    margin-left: 0;
    margin-right: 0.4rem;
}

[dir='rtl'] .header-nav .nav {
    float: left;
}

[dir='rtl'] .header-nav .nav>li.has-mega-menu>a:after {
    margin-left: 0;
    margin-right: 7px;
}

@media only screen and (max-width: 991px) {
    [dir='rtl'] .header-nav .nav>li.has-mega-menu>a:after {
        right: auto;
        left: 0;
        float: left;
    }
}

[dir='rtl'] .header-nav .nav>li.sub-menu-down>a:after {
    margin-left: 0;
    margin-right: 7px;
}

@media only screen and (max-width: 991px) {
    [dir='rtl'] .header-nav .nav>li.sub-menu-down>a:after {
        right: auto;
        left: 0;
        float: left;
        content: "\f053";
    }
}

@media only screen and (max-width: 991px) {
    [dir='rtl'] .header-nav .nav>li.sub-menu-down.open>a:after {
        content: "\f078";
    }
}

[dir='rtl'] .header-nav .nav>li>a {
    border-width: 0 1px 0 0;
}

[dir='rtl'] .header-nav .nav>li>a i {
    margin-right: 3px;
    margin-left: 0;
}

@media only screen and (max-width: 991px) {
    [dir='rtl'] .header-nav .nav>li>a i {
        right: auto;
        left: 0;
        float: left;
    }
}

[dir='rtl'] .header-nav .nav>li .mega-menu,
[dir='rtl'] .header-nav .nav>li .sub-menu {
    left: auto;
    right: 0;
}

@media only screen and (max-width: 991px) {
    [dir='rtl'] .header-nav .nav>li .mega-menu>li>a i,
    [dir='rtl'] .header-nav .nav>li .sub-menu>li>a i {
        right: auto;
        left: 0;
    }
    [dir='rtl'] .header-nav .nav>li .mega-menu>li>a i:before,
    [dir='rtl'] .header-nav .nav>li .sub-menu>li>a i:before {
        content: "\f104";
    }
    [dir='rtl'] .header-nav .nav>li .mega-menu>li.open>a i:before,
    [dir='rtl'] .header-nav .nav>li .sub-menu>li.open>a i:before {
        content: "\f107";
    }
}

[dir='rtl'] .header-nav .nav>li .mega-menu li a:after,
[dir='rtl'] .header-nav .nav>li .sub-menu li a:after {
    left: auto;
    right: 20px;
}

@media only screen and (max-width: 991px) {
    [dir='rtl'] .header-nav .nav>li .mega-menu li a,
    [dir='rtl'] .header-nav .nav>li .sub-menu li a {
        padding: 2px 15px 1px 0;
    }
    [dir='rtl'] .header-nav .nav>li .mega-menu li a:after,
    [dir='rtl'] .header-nav .nav>li .sub-menu li a:after {
        left: auto;
        right: 0;
    }
}

[dir='rtl'] .header-nav .nav>li .mega-menu li:hover>a,
[dir='rtl'] .header-nav .nav>li .sub-menu li:hover>a {
    padding: 10px 35px 10px 20px;
}

@media only screen and (max-width: 991px) {
    [dir='rtl'] .header-nav .nav>li .mega-menu li:hover>a,
    [dir='rtl'] .header-nav .nav>li .sub-menu li:hover>a {
        padding: 2px 15px 1px 0;
    }
}

[dir='rtl'] .header-nav .nav>li .mega-menu li>.sub-menu,
[dir='rtl'] .header-nav .nav>li .sub-menu li>.sub-menu {
    left: auto;
    right: 220px;
}

@media only screen and (max-width: 991px) {
    [dir='rtl'] .header-nav .nav>li .mega-menu .mega-menu,
    [dir='rtl'] .header-nav .nav>li .mega-menu .sub-menu,
    [dir='rtl'] .header-nav .nav>li .sub-menu .mega-menu,
    [dir='rtl'] .header-nav .nav>li .sub-menu .sub-menu {
        padding-left: 0;
        padding-right: 20px;
    }
}

[dir='rtl'] .header-nav .nav>li .sub-menu li>a>i {
    float: left;
}

@media only screen and (min-width: 991px) {
    [dir='rtl'] .header-nav .nav>li .sub-menu li>a>i {
        transform: rotate(180deg);
        margin-top: 4px;
    }
}

[dir='rtl'] .header-nav .nav>li .mega-menu {
    right: auto;
    left: 0px;
}

[dir='rtl'] .header-nav .nav>li .mega-menu>li>a>i {
    margin-left: 5px;
    margin-right: 0;
}

[dir='rtl'] .header-nav .nav>li .mega-menu>li:after {
    right: auto;
    left: 0px;
}

[dir='rtl'] .header-nav .nav>li .mega-menu>li li i {
    margin-right: 0;
    margin-left: 5px;
}

@media only screen and (max-width: 1400px) {
    [dir='rtl'] .header-nav .nav>li:nth-last-child(3) .sub-menu .sub-menu,
    [dir='rtl'] .header-nav .nav>li:nth-last-child(2) .sub-menu .sub-menu,
    [dir='rtl'] .header-nav .nav>li:last-child .sub-menu .sub-menu {
        left: auto;
        right: -220px;
    }
}

@media only screen and (max-width: 1199px) {
    [dir='rtl'] .header-nav .nav>li:last-child .sub-menu {
        left: 0;
        right: auto;
    }
}

@media only screen and (max-width: 991px) {
    [dir='rtl'] .header-nav .nav {
        float: none;
    }
}

[dir='rtl'] .is-fixed .main-bar {
    left: auto;
    right: 0;
}

@media only screen and (max-width: 991px) {
    [dir='rtl'] .mo-left .header-nav {
        left: auto;
        right: -280px;
    }
    [dir='rtl'] .mo-left .header-nav.show {
        left: auto;
        right: -1px;
    }
    [dir='rtl'] .mo-left .navbar-toggler.open:after {
        left: -20px;
        right: 0;
    }
}

[dir='rtl'] .new-page {
    margin-left: 0;
    margin-right: 0.4rem;
}

[dir='rtl'] footer .widget-logo ul li {
    padding: 0 0px 15px 15px;
}

[dir='rtl'] footer .footer-title:before,
[dir='rtl'] footer .footer-title:after {
    left: auto;
    right: 0;
}

[dir='rtl'] footer .footer-title:after {
    left: auto;
    right: 20px;
}

[dir='rtl'] footer .widget-link li {
    margin-left: 0;
    margin-right: 20px;
}

@media only screen and (max-width: 767px) {
    [dir='rtl'] footer .widget-link li {
        margin-left: 7px;
        margin-right: 8px;
    }
}

[dir='rtl'] footer .widget_getintuch ul li i {
    margin-right: 0;
    margin-left: 10px;
}

[dir='rtl'] .contact-info-bx li {
    padding-left: 0;
    padding-right: 30px;
}

[dir='rtl'] .contact-info-bx i {
    margin-right: 0;
    margin-left: 5px;
    left: auto;
    right: 0;
}

@media only screen and (max-width: 1199px) {
    [dir='rtl'] .site-footer.style-1 .footer-top .widget_services {
        padding-right: 0;
    }
}

[dir='rtl'] .site-footer.style-2:before {
    background-position: right top;
    left: auto;
    right: 0;
}

@media only screen and (max-width: 1199px) {
    [dir='rtl'] .site-footer.style-2 .footer-top .widget_services {
        padding-left: auto;
        padding-right: 0;
    }
}

[dir='rtl'] .breadcrumb-row ul li {
    margin-right: 0;
    margin-left: 3px;
}

[dir='rtl'] .breadcrumb-item+.breadcrumb-item::before {
    float: right;
    padding-right: 0;
    padding-left: 0.5rem;
    color: #6c757d;
}

[dir='rtl'] .dlab-bnr-inr.style-1:after {
    left: auto;
    right: 0;
}

[dir='rtl'] .dlab-bnr-inr.style-2:after {
    left: auto;
    right: 0;
}

[dir='rtl'] {
    /* Move Images */
    /* Support and Buy Button */
    /* Time Line */
    /* Coming Soon */
}

[dir='rtl'] .dlab-separator.style-1 {
    margin: 5px 0 5px 23px;
}

[dir='rtl'] .dlab-separator.style-1:after {
    right: 10px;
    left: auto;
}

[dir='rtl'] .dlab-separator.style-1.text-center:before {
    left: 10px;
    right: auto;
}

[dir='rtl'] .dlab-separator.style-2:before,
[dir='rtl'] .dlab-separator.style-2:after {
    left: auto;
    right: 0;
}

[dir='rtl'] .dlab-separator.style-2:after {
    left: auto;
    right: 55px;
}

[dir='rtl'] button.scroltop {
    right: auto;
    left: 15px;
}

[dir='rtl'] .section-wraper-one .icon-bx-wraper:nth-child(2) {
    margin-left: 0;
    margin-right: 100px;
}

[dir='rtl'] .section-wraper-one .icon-bx-wraper:nth-child(2):before {
    left: auto;
    right: -50px;
    transform: rotateY(180deg);
}

@media only screen and (max-width: 767px) {
    [dir='rtl'] .section-wraper-one .icon-bx-wraper:nth-child(2) {
        margin-right: 0;
    }
}

[dir='rtl'] .banner-one {
    background-position: right bottom;
}

[dir='rtl'] .banner-one .banner-inner .img1 {
    left: auto;
    right: 100px;
}

[dir='rtl'] .banner-one .banner-inner .img2 {
    right: auto;
    left: 0px;
}

[dir='rtl'] .banner-two .banner-media {
    margin-left: 0;
    margin-right: 50px;
}

@media only screen and (max-width: 1199px) {
    [dir='rtl'] .banner-two .banner-media {
        margin-left: auto;
        margin-right: auto;
    }
}

[dir='rtl'] .banner-three:after {
    left: auto;
    right: 0;
}

[dir='rtl'] .banner-three .banner-inner .dz-media {
    margin-left: -200px;
    margin-right: -50px;
}

@media only screen and (max-width: 1400px) {
    [dir='rtl'] .banner-three .banner-inner .dz-media {
        margin-left: 0;
        margin-right: 0;
    }
}

[dir='rtl'] .banner-four .banner-inner .banner-content .description {
    padding-right: 0;
    padding-left: 4rem;
}

@media only screen and (max-width: 767px) {
    [dir='rtl'] .banner-four .banner-inner .banner-content .description {
        padding-right: 0;
        padding-left: 2rem;
    }
}

@media only screen and (max-width: 1400px) {
    [dir='rtl'] .banner-four .banner-inner .banner-content {
        padding-right: 0;
        padding-left: 6rem;
    }
}

@media only screen and (max-width: 1199px) {
    [dir='rtl'] .banner-four .banner-inner .banner-content {
        padding-left: 0rem;
    }
}

[dir='rtl'] .banner-four .banner-inner .dz-media {
    margin-left: 0;
    margin-right: -80px;
}

@media only screen and (max-width: 991px) {
    [dir='rtl'] .banner-four .banner-inner .dz-media {
        margin-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    [dir='rtl'] .banner-four .banner-inner .dz-media {
        margin-right: 0;
    }
}

[dir='rtl'] .banner-four .banner-inner .dz-media>svg {
    transform: rotateY(180deg);
}

@media only screen and (max-width: 1199px) {
    [dir='rtl'] .banner-four .banner-inner .dz-media>svg {
        margin-left: 0;
        margin-right: -70px;
    }
}

@media only screen and (max-width: 991px) {
    [dir='rtl'] .banner-four .banner-inner .dz-media>svg {
        margin-left: 0;
        margin-right: -100px;
    }
}

@media only screen and (max-width: 767px) {
    [dir='rtl'] .banner-four .banner-inner .dz-media>svg {
        margin-left: 0;
        margin-right: -60px;
    }
}

@media only screen and (max-width: 575px) {
    [dir='rtl'] .banner-four .banner-inner .dz-media>svg {
        margin: auto;
    }
}

[dir='rtl'] .banner-four .banner-inner .dz-media>img {
    left: auto;
    right: 52%;
    transform: translateX(50%) rotateY(180deg);
}

@media only screen and (max-width: 1199px) {
    [dir='rtl'] .banner-four .banner-inner .dz-media>img {
        left: auto;
        right: 40%;
    }
}

@media only screen and (max-width: 991px) {
    [dir='rtl'] .banner-four .banner-inner .dz-media>img {
        left: auto;
        right: 40%;
    }
}

@media only screen and (max-width: 575px) {
    [dir='rtl'] .banner-four .banner-inner .dz-media>img {
        left: auto;
        right: 44%;
    }
}

[dir='rtl'] .banner-four .banner-inner .dz-media ul li:nth-child(1) {
    left: auto;
    right: -60px;
}

@media only screen and (max-width: 1199px) {
    [dir='rtl'] .banner-four .banner-inner .dz-media ul li:nth-child(1) {
        left: auto;
        right: -30px;
    }
}

@media only screen and (max-width: 991px) {
    [dir='rtl'] .banner-four .banner-inner .dz-media ul li:nth-child(1) {
        left: auto;
        right: -80px;
    }
}

@media only screen and (max-width: 767px) {
    [dir='rtl'] .banner-four .banner-inner .dz-media ul li:nth-child(1) {
        left: auto;
        right: -60px;
    }
}

@media only screen and (max-width: 575px) {
    [dir='rtl'] .banner-four .banner-inner .dz-media ul li:nth-child(1) {
        left: auto;
        right: -20px;
    }
}

[dir='rtl'] .banner-four .banner-inner .dz-media ul li:nth-child(2) {
    left: auto;
    right: 55%;
}

@media only screen and (max-width: 1199px) {
    [dir='rtl'] .banner-four .banner-inner .dz-media ul li:nth-child(2) {
        left: auto;
        right: 50%;
    }
}

@media only screen and (max-width: 991px) {
    [dir='rtl'] .banner-four .banner-inner .dz-media ul li:nth-child(2) {
        left: auto;
        right: 40%;
    }
}

@media only screen and (max-width: 767px) {
    [dir='rtl'] .banner-four .banner-inner .dz-media ul li:nth-child(2) {
        left: auto;
        right: 25%;
    }
}

@media only screen and (max-width: 575px) {
    [dir='rtl'] .banner-four .banner-inner .dz-media ul li:nth-child(2) {
        left: auto;
        right: 45%;
    }
}

[dir='rtl'] .banner-four .banner-inner .dz-media ul li:nth-child(3) {
    left: auto;
    right: 70%;
}

@media only screen and (max-width: 1400px) {
    [dir='rtl'] .banner-four .banner-inner .dz-media ul li:nth-child(3) {
        left: auto;
        right: 50%;
    }
}

@media only screen and (max-width: 1199px) {
    [dir='rtl'] .banner-four .banner-inner .dz-media ul li:nth-child(3) {
        left: auto;
        right: 50%;
    }
}

@media only screen and (max-width: 991px) {
    [dir='rtl'] .banner-four .banner-inner .dz-media ul li:nth-child(3) {
        left: auto;
        right: 40%;
    }
}

@media only screen and (max-width: 767px) {
    [dir='rtl'] .banner-four .banner-inner .dz-media ul li:nth-child(3) {
        left: auto;
        right: 44%;
    }
}

@media only screen and (max-width: 575px) {
    [dir='rtl'] .banner-four .banner-inner .dz-media ul li:nth-child(3) {
        left: auto;
        right: 58%;
    }
}

[dir='rtl'] .banner-five .banner-inner::before {
    background: linear-gradient(-280deg, rgba(0, 0, 0, 0) 5%, var(--primary) 82%);
}

[dir='rtl'] .banner-five .swiper-pagination {
    left: auto;
    right: 20px;
}

@media only screen and (max-width: 1199px) {
    [dir='rtl'] .banner-five .swiper-pagination {
        left: auto;
        right: 45px;
    }
}

@media only screen and (max-width: 575px) {
    [dir='rtl'] .banner-five .swiper-pagination {
        left: auto;
        right: 15px;
    }
}

[dir='rtl'] .banner-five .num-pagination {
    right: auto;
    left: 10px;
}

[dir='rtl'] .banner-five .num-pagination .main-btn-prev i,
[dir='rtl'] .banner-five .num-pagination .main-btn-next i {
    transform: rotateY(180deg);
}

[dir='rtl'] .tags-list li:after {
    right: auto;
    left: 0;
}

[dir='rtl'] .dlab-overlay-box.style-1 .dlab-info {
    left: auto;
    right: 0;
}

[dir='rtl'] .dlab-overlay-box.style-1 .dlab-media span {
    right: auto;
    left: 0;
}

[dir='rtl'] .dlab-overlay-box.style-1 .dlab-media span:after,
[dir='rtl'] .dlab-overlay-box.style-1 .dlab-media span:before {
    left: auto;
    right: 0;
}

[dir='rtl'] .dlab-overlay-box.style-1:hover .dlab-media span {
    right: auto;
    left: 60px;
}

[dir='rtl'] .dlab-overlay-box.style-2 .dlab-info {
    left: auto;
    right: 0;
    text-align: right;
}

[dir='rtl'] .dlab-overlay-box.style-2 .dlab-media span {
    right: auto;
    left: 0;
}

[dir='rtl'] .dlab-overlay-box.style-2 .dlab-media span:hover {
    background-position: left center;
}

[dir='rtl'] .dlab-overlay-box.style-2:hover .dlab-media span {
    right: auto;
    left: 20px;
}

[dir='rtl'] .dlab-overlay-box.style-3 .dlab-info {
    left: auto;
    right: 0;
}

@media only screen and (max-width: 1199px) {
    [dir='rtl'] .dlab-overlay-box.style-3 .dlab-info {
        padding: 20px 20px 20px 40px;
    }
    [dir='rtl'] .dlab-overlay-box.style-3 .dlab-info:before {
        right: auto;
        left: 20px;
    }
}

[dir='rtl'] .about-wraper-1 .dz-media.left {
    float: left;
    margin: 60px 0 60px 70px;
}

@media only screen and (max-width: 1199px) {
    [dir='rtl'] .about-wraper-1 .dz-media.left {
        margin: 20px 0 20px 20px;
    }
}

[dir='rtl'] .about-wraper-1 .dz-media.left img {
    border-radius: 100px 0 0 100px;
}

[dir='rtl'] .about-wraper-1 .dz-media.left:after {
    right: auto;
    left: -20px;
    border-radius: 100px 0 0 100px;
    transform: rotate(-8deg);
}

[dir='rtl'] .about-wraper-1 .dz-media.right {
    float: right;
    margin: 60px 70px 60px 0;
}

[dir='rtl'] .about-wraper-1 .dz-media.right img {
    border-radius: 100px 100px 0 0;
}

[dir='rtl'] .about-wraper-1 .dz-media.right:after {
    left: auto;
    right: -20px;
    border-radius: 100px 100px 0 0;
}

@media only screen and (max-width: 1199px) {
    [dir='rtl'] .about-wraper-1 .dz-media.left {
        margin: 60px 0 60px 30px;
    }
    [dir='rtl'] .about-wraper-1 .dz-media.left img {
        border-radius: 30px 0 0 30px;
    }
    [dir='rtl'] .about-wraper-1 .dz-media.left:after {
        border-radius: 30px 0 0 30px;
    }
    [dir='rtl'] .about-wraper-1 .dz-media.right {
        margin: 60px 30px 60px 0;
    }
    [dir='rtl'] .about-wraper-1 .dz-media.right img {
        border-radius: 30px 30px 0 0;
    }
    [dir='rtl'] .about-wraper-1 .dz-media.right:after {
        border-radius: 30px 30px 0 0;
    }
}

@media only screen and (max-width: 991px) {
    [dir='rtl'] .about-wraper-1 .dz-media:after {
        right: auto !important;
        left: 0px !important;
    }
    [dir='rtl'] .about-wraper-1 .dz-media.right:after {
        right: auto !important;
    }
}

[dir='rtl'] .video-bx.style-2 .popup-youtube {
    left: auto;
    right: 0;
}

[dir='rtl'] .video-bx.style-2 .popup-youtube:before,
[dir='rtl'] .video-bx.style-2 .popup-youtube:after {
    left: auto;
    right: 0;
}

@media only screen and (max-width: 991px) {
    [dir='rtl'] .video-bx.style-2 .popup-youtube {
        left: auto;
        right: 50%;
    }
}

[dir='rtl'] .progress-bx .progress .progress-bar:after {
    right: auto;
    left: 0;
}

[dir='rtl'] .move-box img {
    left: auto;
    right: 0;
}

[dir='rtl'] .cf-r-img {
    margin-right: 0;
    margin-left: -80px;
}

@media only screen and (max-width: 1400px) {
    [dir='rtl'] .cf-r-img {
        margin-left: 0;
    }
}

[dir='rtl'] .left-ml {
    margin-left: 0;
    margin-right: -20px;
}

@media only screen and (max-width: 1400px) {
    [dir='rtl'] .left-ml {
        margin-right: 0;
    }
}

[dir='rtl'] .left-ml-100 {
    margin-left: 0;
    margin-right: -100px;
}

@media only screen and (max-width: 1400px) {
    [dir='rtl'] .left-ml-100 {
        margin-right: 0;
    }
}

[dir='rtl'] .toggle-tabs:after {
    left: auto;
    right: 4px;
}

[dir='rtl'] .toggle-tabs.monthly:after {
    left: auto;
    right: 4px;
}

[dir='rtl'] .toggle-tabs.yearly:after {
    left: auto;
    right: 50%;
}

[dir='rtl'] .dlab-blog.style-2 .dlab-meta>ul li {
    margin-right: 0;
    margin-left: 20px;
}

[dir='rtl'] .dlab-blog.style-2 .dlab-meta>ul i {
    margin-right: 0;
    margin-left: 5px;
}

[dir='rtl'] .dlab-blog.style-2 .dlab-meta>ul li.post-comment {
    margin-right: unset;
}

[dir='rtl'] .dlab-blog.style-2 .dlab-meta>ul .post-date {
    left: auto;
    right: 15px;
}

[dir='rtl'] .dlab-blog.style-2 .post-category a {
    margin-right: 0;
    margin-left: 28px;
}

[dir='rtl'] .dlab-blog.style-2 .post-category a:after {
    right: auto;
    left: -20px;
}

[dir='rtl'] .dlab-blog.style-2 .post-category a:last-child {
    margin-left: 0;
}

[dir='rtl'] .dlab-blog.style-2 .dlab-media+.dlab-info .dlab-meta>ul .post-date {
    left: auto;
    right: 15px;
}

[dir='rtl'] .dlab-blog.style-3 .dlab-media .post-date {
    left: auto;
    right: 10px;
}

[dir='rtl'] .dlab-blog.style-3 .dlab-meta>ul li {
    margin-right: 0;
    margin-left: 20px;
}

[dir='rtl'] .dlab-blog.style-3 .dlab-meta>ul li.post-comment {
    margin-right: unset;
}

[dir='rtl'] .dlab-blog.style-3 .dlab-media+.dlab-info .dlab-meta>ul .post-date {
    left: auto;
    right: 15px;
}

[dir='rtl'] .testimonial-4.quote-right:before {
    right: auto;
    left: 30px;
}

[dir='rtl'] .testimonial-4.quote-left:before {
    left: auto;
    right: 30px;
}

@media only screen and (max-width: 575px) {
    [dir='rtl'] .testimonial-4.quote-right:before {
        right: auto;
        left: 20px;
    }
}

[dir='rtl'] .testimonials-wraper-2 .testimonial-thumbs .testimonial-pic .shape-bx {
    left: -50%;
    transform: translateX(50%);
}

[dir='rtl'] .clients-carousel.style-2 .clients-logo:after {
    left: auto;
    right: 0;
}

[dir='rtl'] .theme-btn {
    left: auto;
    right: 10px;
}

[dir='rtl'] .theme-btn:hover span {
    padding-left: 0;
    padding-right: 10px;
}

[dir='rtl'] .counter-wraper:before {
    left: auto;
    right: 0;
}

[dir='rtl'] .map-2:after {
    right: auto;
    left: 0;
}

[dir='rtl'] .map-2 iframe {
    margin-left: 0;
    margin-right: -30px;
}

@media only screen and (max-width: 991px) {
    [dir='rtl'] .map-2 iframe {
        margin-right: 0;
    }
}

[dir='rtl'] .flip-bx .back {
    left: auto;
    right: 0;
}

[dir='rtl'] .flip-bx .front:after {
    left: auto;
    right: 0;
}

[dir='rtl'] .flip-bx .inner {
    left: auto;
    right: 0;
}

[dir='rtl'] .time-line .line-left-box {
    float: right;
}

[dir='rtl'] .time-line .line-left-box .line-content-box {
    padding-right: 30px;
    padding-left: 50px;
}

[dir='rtl'] .time-line .line-left-box .line-num {
    right: auto;
    left: -30px;
}

[dir='rtl'] .time-line .line-right-box {
    float: left;
}

[dir='rtl'] .time-line .line-right-box .line-content-box {
    padding-left: 30px;
    padding-right: 50px;
}

[dir='rtl'] .time-line .line-right-box .line-num {
    left: auto;
    right: -30px;
}

[dir='rtl'] .time-line .line-left:after {
    left: auto;
    right: 40%;
}

[dir='rtl'] .time-line .line-right:after {
    right: auto;
    left: 40%;
}

@media only screen and (max-width: 991px) {
    [dir='rtl'] .time-line:after {
        right: 0;
        left: auto;
    }
    [dir='rtl'] .time-line .line-right:after {
        right: 0;
        left: auto;
    }
    [dir='rtl'] .time-line .line-left-box,
    [dir='rtl'] .time-line .line-right-box {
        float: left;
    }
    [dir='rtl'] .time-line .line-left-box .line-num,
    [dir='rtl'] .time-line .line-right-box .line-num {
        left: auto;
        right: -20px;
    }
    [dir='rtl'] .time-line .line-left-box {
        padding-left: 0;
    }
    [dir='rtl'] .time-line .line-right-box {
        padding-right: 0;
    }
    [dir='rtl'] .time-line .line-left-box .line-content-box {
        padding-left: 30px;
    }
    [dir='rtl'] .time-line .line-right-box .line-content-box {
        padding-right: 30px;
    }
    [dir='rtl'] .time-line .line-left:after {
        right: 0;
        left: auto;
    }
}

[dir='rtl'] .time-line-start {
    text-align: right !important;
    margin-left: 0;
    margin-right: -43px;
}

[dir='rtl'] .time-line-start .animated {
    margin-left: 0;
    margin-right: -5px;
}

@media only screen and (max-width: 991px) {
    [dir='rtl'] .time-line-start {
        margin-left: 0;
        margin-right: -43px;
    }
}

[dir='rtl'] .time-line-end img {
    margin-left: 0;
    margin-right: -2px;
}

@media only screen and (max-width: 991px) {
    [dir='rtl'] .time-line-end {
        text-align: right !important;
        margin-left: 0;
        margin-right: -30px;
    }
}

[dir='rtl'] .countdown .date:after {
    right: auto;
    left: -8px;
}

[dir='rtl'] .pagedown-title {
    padding-left: 0;
    padding-right: 165px;
    margin-left: 0;
    margin-right: 50px;
}

[dir='rtl'] .pagedown-title img {
    left: auto;
    right: -10px;
}

@media only screen and (max-width: 575px) {
    [dir='rtl'] .pagedown-title {
        padding-left: 0;
        padding-right: 100px;
        margin-left: 0;
        margin-right: 20px;
    }
}

[dir='rtl'] .team-mamber-info .dz-media {
    margin-left: 0;
    margin-right: 10px;
}

[dir='rtl'] .team-mamber-info .dz-info {
    padding-left: 0;
    padding-right: 40px;
    text-align: right;
}

@media only screen and (max-width: 575px) {
    [dir='rtl'] .team-mamber-info .dz-media {
        margin-right: 0px;
    }
    [dir='rtl'] .team-mamber-info .dz-info {
        padding-left: 0;
        padding-right: 25px;
    }
}

[dir='rtl'] .team-mamber-info.style-2 .dz-info {
    padding-right: 0;
    text-align: center;
}

[dir='rtl'] .team-mamber-info.style-2 .dz-media {
    margin: 0 auto 40px;
}

[dir='rtl'] .inner-body .top-content ul li {
    padding: 16px 0 16px 40px;
    margin: 10px 0 10px 40px;
    border-left: 1px solid rgba(92, 99, 144, 0.3);
}

[dir='rtl'] .inner-body .bottom-content .text-head h5,
[dir='rtl'] .inner-body .bottom-content .text-head .h5 {
    margin-right: 0;
    margin-left: 40px;
}

[dir='rtl'] .inner-body .bottom-content .text-head .social-list li {
    margin-right: 0;
    margin-left: 15px;
}

[dir='rtl'] .inner-body .bottom-content .stats li:not(:last-child):after {
    right: auto;
    left: 0;
}

[dir='rtl'] .video-wraper-1 .video-bx {
    padding-left: 0;
    padding-right: 40px;
}

@media only screen and (max-width: 991px) {
    [dir='rtl'] .video-wraper-1 .video-bx {
        padding-right: 0;
    }
}

[dir='rtl'] .lg-outer {
    direction: ltr;
}

@media only screen and (max-width: 991px) {
    [dir='rtl'] .video-bx.style-2 .popup-youtube {
        left: 50%;
        top: 50%;
        right: auto;
        transform: translate(-50%, -50%);
    }
}

[dir='rtl'] .left-container {
    margin-right: calc((100% - 1170px)/2);
    margin-left: 0;
}

@media only screen and (max-width: 1199px) {
    [dir='rtl'] .left-container {
        margin-right: calc((100% - 960px)/2);
        margin-left: 0;
    }
}

@media only screen and (max-width: 991px) {
    [dir='rtl'] .left-container {
        margin-left: 15px;
        margin-right: 15px;
    }
}

[dir='rtl'] .left-container .dz-content p {
    padding-left: 3rem;
    padding-right: 0;
}

@media only screen and (max-width: 1400px) {
    [dir='rtl'] .left-container .dz-content p {
        padding-left: 0;
        padding-right: 0;
    }
}

[dir='rtl'] .image-bx-wrapper {
    padding-right: 0;
    padding-left: 60px;
    padding-left: 60px;
}

[dir='rtl'] #loading-area.loading-05 {
    direction: ltr;
}

[dir='rtl'] .alignright {
    float: left;
    margin: 0.3125rem 1.563rem 1.563rem 0;
}

[dir='rtl'] .alignrightimg,
[dir='rtl'] .alignright.wp-caption,
[dir='rtl'] .alignright.is-resized {
    margin: 0.3125rem 1.563rem 1.563rem 0;
    float: left;
}

[dir='rtl'] .alignleft {
    float: right;
    margin: 0.3125rem 0 1.563rem 1.563rem;
}

[dir='rtl'] .alignleftimg,
[dir='rtl'] .alignleft.wp-caption,
[dir='rtl'] .alignleft.is-resized {
    margin: 0.3125rem 0 1.563rem 1.563rem;
    float: right;
}

[dir='rtl'] .wp-caption p.wp-caption-text {
    text-align: right;
}

[dir='rtl'] .wp-block-quote.is-large cite :before,
[dir='rtl'] .wp-block-quote.is-style-large cite :before,
[dir='rtl'] blockquote.wp-block-quote cite :before,
[dir='rtl'] blockquote.wp-block-pullquote cite :before,
[dir='rtl'] blockquote.wp-block-pullquote.alignright cite :before,
[dir='rtl'] blockquote.wp-block-pullquote.alignleft cite :before,
[dir='rtl'] blockquote cite :before {
    margin-right: 0;
    margin-left: 0.625rem;
}

[dir='rtl'] .wp-block-quote.is-large:before,
[dir='rtl'] .wp-block-quote.is-style-large:before,
[dir='rtl'] blockquote.wp-block-quote:before,
[dir='rtl'] blockquote.wp-block-pullquote:before,
[dir='rtl'] blockquote.wp-block-pullquote.alignright:before,
[dir='rtl'] blockquote.wp-block-pullquote.alignleft:before,
[dir='rtl'] blockquote:before {
    left: auto;
    right: -2%;
}

[dir='rtl'] .dlab-page-text>ol,
[dir='rtl'] .dlab-page-text>ul,
[dir='rtl'] .blog-post.blog-single .dlab-post-text.text>ol,
[dir='rtl'] .blog-post.blog-single .dlab-post-text.text>ul {
    padding-left: 0;
    padding-right: 1.25rem;
}

[dir='rtl'] .dlab-page-text>ol ol,
[dir='rtl'] .dlab-page-text>ol ul,
[dir='rtl'] .dlab-page-text>ul ol,
[dir='rtl'] .dlab-page-text>ul ul,
[dir='rtl'] .blog-post.blog-single .dlab-post-text.text>ol ol,
[dir='rtl'] .blog-post.blog-single .dlab-post-text.text>ol ul,
[dir='rtl'] .blog-post.blog-single .dlab-post-text.text>ul ol,
[dir='rtl'] .blog-post.blog-single .dlab-post-text.text>ul ul {
    padding-left: 0;
    padding-right: 1.563rem;
}

[dir='rtl'] .wp-block-gallery .blocks-gallery-image,
[dir='rtl'] .wp-block-gallery .blocks-gallery-item {
    margin: 0 0 0.5rem 0.5rem;
}

[dir='rtl'] .wp-block-gallery.columns-4 .blocks-gallery-image,
[dir='rtl'] .wp-block-gallery.columns-4 .blocks-gallery-item,
[dir='rtl'] .wp-block-gallery.columns-3 .blocks-gallery-image,
[dir='rtl'] .wp-block-gallery.columns-3 .blocks-gallery-item {
    margin-right: 0;
    margin-left: 0.5rem;
}

[dir='rtl'] .alignfull,
[dir='rtl'] .alignfullwide {
    margin-left: 0;
    margin-right: calc(50% - 50vw - (var(--content-share-ml, 0px)/2));
}

[dir='rtl'] .wp-block-quote.has-text-align-right {
    border-left: 0;
}

[dir='rtl'] .dlab-page-text ul>li:before,
[dir='rtl'] .dlab-page-text ol>li:before,
[dir='rtl'] .blog-post.blog-single .dlab-post-text ul>li:before,
[dir='rtl'] .blog-post.blog-single .dlab-post-text ol>li:before {
    left: 0;
    right: -0.938rem;
}

[dir='rtl'] .paginate-links a,
[dir='rtl'] .paginate-links>span {
    margin: 0 0.625rem 0 0;
}

[dir='rtl'] .wp-block-gallery .blocks-gallery-image,
[dir='rtl'] .wp-block-gallery .blocks-gallery-item {
    margin: 0 0 0.375rem 0.375rem;
}

[dir='rtl'] .wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
[dir='rtl'] .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-left: 0;
}

[dir='rtl'] .wp-block-gallery.columns-1 .blocks-gallery-image,
[dir='rtl'] .wp-block-gallery.columns-1 .blocks-gallery-item {
    margin-left: 0;
}

@media (min-width: 37.5rem) {
    [dir='rtl'] .wp-block-gallery.columns-3 .blocks-gallery-image,
    [dir='rtl'] .wp-block-gallery.columns-3 .blocks-gallery-item {
        margin-right: 0;
        margin-left: 0.375rem;
    }
    [dir='rtl'] .wp-block-gallery.columns-4 .blocks-gallery-image,
    [dir='rtl'] .wp-block-gallery.columns-4 .blocks-gallery-item {
        margin-right: 0;
        margin-left: 0.375rem;
    }
    [dir='rtl'] .wp-block-gallery.columns-5 .blocks-gallery-image,
    [dir='rtl'] .wp-block-gallery.columns-5 .blocks-gallery-item {
        margin-right: 0;
        margin-left: 0.375rem;
    }
    [dir='rtl'] .wp-block-gallery.columns-6 .blocks-gallery-image,
    [dir='rtl'] .wp-block-gallery.columns-6 .blocks-gallery-item {
        margin-right: 0;
        margin-left: 0.375rem;
    }
    [dir='rtl'] .wp-block-gallery.columns-7 .blocks-gallery-image,
    [dir='rtl'] .wp-block-gallery.columns-7 .blocks-gallery-item {
        margin-right: 0;
        margin-left: 0.375rem;
    }
    [dir='rtl'] .wp-block-gallery.columns-8 .blocks-gallery-image,
    [dir='rtl'] .wp-block-gallery.columns-8 .blocks-gallery-item {
        margin-right: 0;
        margin-left: 0.375rem;
    }
    [dir='rtl'] .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    [dir='rtl'] .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
    [dir='rtl'] .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    [dir='rtl'] .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
    [dir='rtl'] .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    [dir='rtl'] .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
    [dir='rtl'] .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    [dir='rtl'] .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
    [dir='rtl'] .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    [dir='rtl'] .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
    [dir='rtl'] .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    [dir='rtl'] .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
    [dir='rtl'] .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    [dir='rtl'] .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
    [dir='rtl'] .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    [dir='rtl'] .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-left: 0;
    }
}

[dir='rtl'] .wp-block-gallery .blocks-gallery-image:last-child,
[dir='rtl'] .wp-block-gallery .blocks-gallery-item:last-child {
    margin-left: 0;
}

[dir='rtl'] .blog-overlap {
    border-radius: 0.25rem 0rem 0rem 0.25rem;
}

[dir='rtl'] .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
    margin-left: 0;
    margin-right: 4.375rem;
}

[dir='rtl'] .wp-block-latest-comments img+article .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-left: 0;
    margin-right: 4.375rem;
}

[dir='rtl'] .post-footer .dlab-meta .tag-list {
    text-align: right;
}

[dir='rtl'] .post-footer .dlab-meta ul li {
    margin-right: 0;
    margin-left: 0.3125rem;
}

[dir='rtl'] ol.comment-list {
    padding-right: 0;
}

[dir='rtl'] ol.comment-list li.comment .comment-author {
    padding-left: 0;
    padding-right: 4.6875rem;
}

@media only screen and (max-width: 767px) {
    [dir='rtl'] ol.comment-list li.comment .comment-author {
        padding-left: 0;
        padding-right: 4.375rem;
    }
}

[dir='rtl'] ol.comment-list li.comment .comment-author .avatar {
    left: auto;
    right: 0;
}

[dir='rtl'] ol.comment-list li.comment .reply {
    right: auto;
    left: 0;
}

[dir='rtl'] ol.comment-list li .children {
    margin-left: 0;
    margin-right: 3.4375rem;
    padding-right: 0;
}

@media only screen and (max-width: 767px) {
    [dir='rtl'] ol.comment-list li .children {
        margin-left: 0;
        margin-right: 1.25rem;
    }
}

[dir='rtl'] .comments-area .comment-form p {
    float: right;
}

[dir='rtl'] .gallery .gallery-item img {
    float: right;
}

[dir='rtl'] .post-password-form input[type="submit"] {
    left: 0;
    right: auto;
}

[dir='rtl'] .post-link-in {
    left: auto;
    right: 0;
}

[dir='rtl'] .side-bar {
    padding-left: 0;
    padding-right: 20px;
}

[dir='rtl'] .side-bar.left {
    padding-left: 20px;
    padding-right: 0;
}

@media only screen and (max-width: 991px) {
    [dir='rtl'] .side-bar {
        padding-right: 0;
    }
    [dir='rtl'] .side-bar.left {
        padding-left: 0;
    }
}

[dir='rtl'] .alignright {
    float: left;
    margin: 0.3125rem 1.563rem 1.563rem 0;
}

[dir='rtl'] .alignrightimg,
[dir='rtl'] .alignright.wp-caption,
[dir='rtl'] .alignright.is-resized {
    margin: 0.3125rem 1.563rem 1.563rem 0;
    float: left;
}

[dir='rtl'] .alignleft {
    float: right;
    margin: 0.3125rem 0 1.563rem 1.563rem;
}

[dir='rtl'] .alignleftimg,
[dir='rtl'] .alignleft.wp-caption,
[dir='rtl'] .alignleft.is-resized {
    margin: 0.3125rem 0 1.563rem 1.563rem;
    float: right;
}

[dir='rtl'] .wp-caption p.wp-caption-text {
    text-align: right;
}

[dir='rtl'] .wp-block-quote.is-large,
[dir='rtl'] .wp-block-quote.is-style-large,
[dir='rtl'] blockquote.wp-block-quote,
[dir='rtl'] blockquote.wp-block-pullquote,
[dir='rtl'] blockquote.wp-block-pullquote.alignright,
[dir='rtl'] blockquote.wp-block-pullquote.alignleft,
[dir='rtl'] blockquote {
    padding: 1.25rem 3rem 1.25rem 2rem;
}

@media only screen and (max-width: 991px) {
    [dir='rtl'] .wp-block-quote.is-large,
    [dir='rtl'] .wp-block-quote.is-style-large,
    [dir='rtl'] blockquote.wp-block-quote,
    [dir='rtl'] blockquote.wp-block-pullquote,
    [dir='rtl'] blockquote.wp-block-pullquote.alignright,
    [dir='rtl'] blockquote.wp-block-pullquote.alignleft,
    [dir='rtl'] blockquote {
        padding: 1.25rem 1.25rem 0.938rem 1.25rem;
    }
}

[dir='rtl'] .wp-block-quote.is-large cite:before,
[dir='rtl'] .wp-block-quote.is-style-large cite:before,
[dir='rtl'] blockquote.wp-block-quote cite:before,
[dir='rtl'] blockquote.wp-block-pullquote cite:before,
[dir='rtl'] blockquote.wp-block-pullquote.alignright cite:before,
[dir='rtl'] blockquote.wp-block-pullquote.alignleft cite:before,
[dir='rtl'] blockquote cite:before {
    margin-right: 0;
    margin-left: 0.625rem;
}

[dir='rtl'] .wp-block-quote.is-large:after,
[dir='rtl'] .wp-block-quote.is-style-large:after,
[dir='rtl'] blockquote.wp-block-quote:after,
[dir='rtl'] blockquote.wp-block-pullquote:after,
[dir='rtl'] blockquote.wp-block-pullquote.alignright:after,
[dir='rtl'] blockquote.wp-block-pullquote.alignleft:after,
[dir='rtl'] blockquote:after {
    left: auto;
    right: 0;
}

[dir='rtl'] .wp-block-quote.is-large:before,
[dir='rtl'] .wp-block-quote.is-style-large:before,
[dir='rtl'] blockquote.wp-block-quote:before,
[dir='rtl'] blockquote.wp-block-pullquote:before,
[dir='rtl'] blockquote.wp-block-pullquote.alignright:before,
[dir='rtl'] blockquote.wp-block-pullquote.alignleft:before,
[dir='rtl'] blockquote:before {
    left: 0;
    right: 20px;
}

[dir='rtl'] .wp-block-quote.is-large.wp-block-pullquote.alignleft,
[dir='rtl'] .wp-block-quote.is-style-large.wp-block-pullquote.alignleft,
[dir='rtl'] blockquote.wp-block-quote.wp-block-pullquote.alignleft,
[dir='rtl'] blockquote.wp-block-pullquote.wp-block-pullquote.alignleft,
[dir='rtl'] blockquote.wp-block-pullquote.alignright.wp-block-pullquote.alignleft,
[dir='rtl'] blockquote.wp-block-pullquote.alignleft.wp-block-pullquote.alignleft,
[dir='rtl'] blockquote.wp-block-pullquote.alignleft {
    margin: 0rem 0rem 1.563rem 1.563rem;
}

[dir='rtl'] .wp-block-quote.is-large.wp-block-pullquote.alignright,
[dir='rtl'] .wp-block-quote.is-style-large.wp-block-pullquote.alignright,
[dir='rtl'] blockquote.wp-block-quote.wp-block-pullquote.alignright,
[dir='rtl'] blockquote.wp-block-pullquote.wp-block-pullquote.alignright,
[dir='rtl'] blockquote.wp-block-pullquote.alignright.wp-block-pullquote.alignright,
[dir='rtl'] blockquote.wp-block-pullquote.alignleft.wp-block-pullquote.alignright,
[dir='rtl'] blockquote.wp-block-pullquote.alignright {
    margin: 0rem 1.563rem 1.563rem 0;
}

[dir='rtl'] .dlab-page-text>ol,
[dir='rtl'] .dlab-page-text>ul,
[dir='rtl'] .dlab-blog.blog-single .dlab-post-text>ol,
[dir='rtl'] .dlab-blog.blog-single .dlab-post-text>ul,
[dir='rtl'] .dlab-blog.blog-single .dlab-post-text.text>ol,
[dir='rtl'] .dlab-blog.blog-single .dlab-post-text.text>ul {
    padding-left: 0;
    padding-right: 1.25rem;
}

[dir='rtl'] .dlab-page-text>ol ol,
[dir='rtl'] .dlab-page-text>ol ul,
[dir='rtl'] .dlab-page-text>ul ol,
[dir='rtl'] .dlab-page-text>ul ul,
[dir='rtl'] .dlab-blog.blog-single .dlab-post-text>ol ol,
[dir='rtl'] .dlab-blog.blog-single .dlab-post-text>ol ul,
[dir='rtl'] .dlab-blog.blog-single .dlab-post-text>ul ol,
[dir='rtl'] .dlab-blog.blog-single .dlab-post-text>ul ul,
[dir='rtl'] .dlab-blog.blog-single .dlab-post-text.text>ol ol,
[dir='rtl'] .dlab-blog.blog-single .dlab-post-text.text>ol ul,
[dir='rtl'] .dlab-blog.blog-single .dlab-post-text.text>ul ol,
[dir='rtl'] .dlab-blog.blog-single .dlab-post-text.text>ul ul {
    padding-left: 0;
    padding-right: 1.563rem;
}

[dir='rtl'] .wp-block-gallery .blocks-gallery-image,
[dir='rtl'] .wp-block-gallery .blocks-gallery-item {
    margin: 0 0 0.5rem 0.5rem;
}

[dir='rtl'] .wp-block-gallery.columns-4 .blocks-gallery-image,
[dir='rtl'] .wp-block-gallery.columns-4 .blocks-gallery-item,
[dir='rtl'] .wp-block-gallery.columns-3 .blocks-gallery-image,
[dir='rtl'] .wp-block-gallery.columns-3 .blocks-gallery-item {
    margin-right: 0;
    margin-left: 0.5rem;
}

[dir='rtl'] .dlab-page-text>.wp-block-gallery,
[dir='rtl'] .dlab-blog.blog-single .dlab-post-text>.wp-block-gallery,
[dir='rtl'] .dlab-blog.blog-single .dlab-post-text.text>.wp-block-gallery {
    padding: 0;
}

[dir='rtl'] .alignfull,
[dir='rtl'] .alignfullwide {
    margin-left: 0;
    margin-right: calc(50% - 50vw - (var(--content-share-ml, 0px)/2));
}

[dir='rtl'] .wp-block-quote.has-text-align-right {
    border-left: 0;
}

[dir='rtl'] .dlab-page-text ul>li:before,
[dir='rtl'] .dlab-page-text ol>li:before,
[dir='rtl'] .dlab-blog.blog-single .dlab-post-text ul>li:before,
[dir='rtl'] .dlab-blog.blog-single .dlab-post-text ol>li:before {
    left: 0;
    right: -0.938rem;
}

[dir='rtl'] .paginate-links a,
[dir='rtl'] .paginate-links>span {
    margin: 0 0.625rem 0 0;
}

[dir='rtl'] .wp-block-gallery .blocks-gallery-image,
[dir='rtl'] .wp-block-gallery .blocks-gallery-item {
    margin: 0 0 0.375rem 0.375rem;
}

[dir='rtl'] .wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
[dir='rtl'] .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-left: 0;
}

[dir='rtl'] .wp-block-gallery.columns-1 .blocks-gallery-image,
[dir='rtl'] .wp-block-gallery.columns-1 .blocks-gallery-item {
    margin-left: 0;
}

@media (min-width: 37.5rem) {
    [dir='rtl'] .wp-block-gallery.columns-3 .blocks-gallery-image,
    [dir='rtl'] .wp-block-gallery.columns-3 .blocks-gallery-item {
        margin-right: 0;
        margin-left: 0.375rem;
    }
    [dir='rtl'] .wp-block-gallery.columns-4 .blocks-gallery-image,
    [dir='rtl'] .wp-block-gallery.columns-4 .blocks-gallery-item {
        margin-right: 0;
        margin-left: 0.375rem;
    }
    [dir='rtl'] .wp-block-gallery.columns-5 .blocks-gallery-image,
    [dir='rtl'] .wp-block-gallery.columns-5 .blocks-gallery-item {
        margin-right: 0;
        margin-left: 0.375rem;
    }
    [dir='rtl'] .wp-block-gallery.columns-6 .blocks-gallery-image,
    [dir='rtl'] .wp-block-gallery.columns-6 .blocks-gallery-item {
        margin-right: 0;
        margin-left: 0.375rem;
    }
    [dir='rtl'] .wp-block-gallery.columns-7 .blocks-gallery-image,
    [dir='rtl'] .wp-block-gallery.columns-7 .blocks-gallery-item {
        margin-right: 0;
        margin-left: 0.375rem;
    }
    [dir='rtl'] .wp-block-gallery.columns-8 .blocks-gallery-image,
    [dir='rtl'] .wp-block-gallery.columns-8 .blocks-gallery-item {
        margin-right: 0;
        margin-left: 0.375rem;
    }
    [dir='rtl'] .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
    [dir='rtl'] .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
    [dir='rtl'] .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
    [dir='rtl'] .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
    [dir='rtl'] .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
    [dir='rtl'] .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
    [dir='rtl'] .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
    [dir='rtl'] .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
    [dir='rtl'] .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
    [dir='rtl'] .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
    [dir='rtl'] .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
    [dir='rtl'] .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
    [dir='rtl'] .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
    [dir='rtl'] .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
    [dir='rtl'] .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
    [dir='rtl'] .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
        margin-left: 0;
    }
}

[dir='rtl'] .wp-block-gallery .blocks-gallery-image:last-child,
[dir='rtl'] .wp-block-gallery .blocks-gallery-item:last-child {
    margin-left: 0;
}

[dir='rtl'] .blog-overlap {
    border-radius: 0.25rem 0rem 0rem 0.25rem;
}

[dir='rtl'] .wp-block-latest-comments .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt {
    margin-left: 0;
    margin-right: 4.375rem;
}

[dir='rtl'] .wp-block-latest-comments img+article .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
    margin-right: 0;
    margin-left: 4.375rem;
}

[dir='rtl'] .post-footer .dlab-meta .tag-list {
    text-align: right;
}

[dir='rtl'] .post-footer .dlab-meta ul li {
    margin-right: 0;
    margin-left: 0.3125rem;
}

[dir='rtl'] .comments-area.style-1 .comments-title,
[dir='rtl'] .comments-area.style-1 .comment-reply-title,
[dir='rtl'] .comments-area.style-1 .blog-title,
[dir='rtl'] .comment-respond.style-1 .comments-title,
[dir='rtl'] .comment-respond.style-1 .comment-reply-title,
[dir='rtl'] .comment-respond.style-1 .blog-title,
[dir='rtl'] .extra-blog.style-1 .comments-title,
[dir='rtl'] .extra-blog.style-1 .comment-reply-title,
[dir='rtl'] .extra-blog.style-1 .blog-title {
    padding-left: 0;
    padding-right: 20px;
}

@media only screen and (max-width: 575px) {
    [dir='rtl'] .comments-area.style-1 .comments-title,
    [dir='rtl'] .comments-area.style-1 .comment-reply-title,
    [dir='rtl'] .comments-area.style-1 .blog-title,
    [dir='rtl'] .comment-respond.style-1 .comments-title,
    [dir='rtl'] .comment-respond.style-1 .comment-reply-title,
    [dir='rtl'] .comment-respond.style-1 .blog-title,
    [dir='rtl'] .extra-blog.style-1 .comments-title,
    [dir='rtl'] .extra-blog.style-1 .comment-reply-title,
    [dir='rtl'] .extra-blog.style-1 .blog-title {
        padding-left: 0;
        padding-right: 15px;
    }
}

[dir='rtl'] .comments-area.style-1 .comments-title:before,
[dir='rtl'] .comments-area.style-1 .comment-reply-title:before,
[dir='rtl'] .comments-area.style-1 .blog-title:before,
[dir='rtl'] .comment-respond.style-1 .comments-title:before,
[dir='rtl'] .comment-respond.style-1 .comment-reply-title:before,
[dir='rtl'] .comment-respond.style-1 .blog-title:before,
[dir='rtl'] .extra-blog.style-1 .comments-title:before,
[dir='rtl'] .extra-blog.style-1 .comment-reply-title:before,
[dir='rtl'] .extra-blog.style-1 .blog-title:before {
    left: auto;
    right: 0;
}

[dir='rtl'] .comments-area .comment-list>.comment .comment-body {
    padding: 0 110px 0 0;
}

[dir='rtl'] .comments-area .comment-list>.comment .comment-body .comment-author .avatar {
    left: auto;
    right: 0;
}

[dir='rtl'] .comments-area .comment-list>.comment .comment-body .reply .comment-reply-link i {
    margin-right: 0;
    margin-left: 8px;
}

[dir='rtl'] .comments-area .comment-list>.comment>.children {
    padding-left: 0;
    padding-right: 50px;
}

[dir='rtl'] .gallery .gallery-item img {
    float: right;
}

[dir='rtl'] .post-password-form input[type="password"] {
    padding: 0.625rem 0.938rem 0.625rem 6.25rem;
}

[dir='rtl'] .post-password-form input[type="submit"] {
    right: auto;
    left: 0;
}

[dir='rtl'] .blog-post-banner .dlab-meta ul li {
    margin-right: 0;
    margin-left: 20px;
}

[dir='rtl'] .alignleft {
    float: right;
    margin-right: 0;
    margin-left: 25px;
}

[dir='rtl'] .alignright {
    float: left;
    margin-left: 0;
    margin-right: 25px;
}

[dir='rtl'] .comments-area.style-1 .comments-title,
[dir='rtl'] .comments-area.style-1 .comment-reply-title,
[dir='rtl'] .comments-area.style-1 .blog-title,
[dir='rtl'] .comment-respond.style-1 .comments-title,
[dir='rtl'] .comment-respond.style-1 .comment-reply-title,
[dir='rtl'] .comment-respond.style-1 .blog-title,
[dir='rtl'] .extra-blog.style-1 .comments-title,
[dir='rtl'] .extra-blog.style-1 .comment-reply-title,
[dir='rtl'] .extra-blog.style-1 .blog-title {
    padding-left: 0;
    padding-right: 20px;
}

[dir='rtl'] .comments-area.style-1 .comments-title:before,
[dir='rtl'] .comments-area.style-1 .comment-reply-title:before,
[dir='rtl'] .comments-area.style-1 .blog-title:before,
[dir='rtl'] .comment-respond.style-1 .comments-title:before,
[dir='rtl'] .comment-respond.style-1 .comment-reply-title:before,
[dir='rtl'] .comment-respond.style-1 .blog-title:before,
[dir='rtl'] .extra-blog.style-1 .comments-title:before,
[dir='rtl'] .extra-blog.style-1 .comment-reply-title:before,
[dir='rtl'] .extra-blog.style-1 .blog-title:before {
    left: auto;
    right: 0;
}

[dir='rtl'] .comments-area .comment-list>.comment .comment-body {
    padding: 0 110px 0 0;
}

[dir='rtl'] .comments-area .comment-list>.comment .comment-body .comment-author .avatar {
    left: auto;
    right: 0;
}

[dir='rtl'] .comments-area .comment-list>.comment .comment-body .reply .comment-reply-link i {
    margin-right: 0;
    margin-left: 8px;
}

[dir='rtl'] .comments-area .comment-list>.comment>.children {
    padding-left: 0;
    padding-right: 50px;
}

[dir='rtl'] #loading-area {
    left: auto;
    right: 0;
}

[dir='rtl'] .content-body {
    margin-left: 6px;
    margin-right: 65px;
}

[dir='rtl'] .p-l0 {
    padding-right: 0;
}

[dir='rtl'] .p-r0 {
    padding-left: 0;
}

[dir='rtl'] .m-l0 {
    margin-right: 0;
}

[dir='rtl'] .m-r0 {
    margin-left: 0;
}

[dir='rtl'] .p-l0 {
    padding-right: 0px;
    padding-left: 0;
}

[dir='rtl'] .p-r0 {
    padding-left: 0px;
    padding-right: 0;
}

[dir='rtl'] .m-l0 {
    margin-right: 0px;
    margin-left: 0;
}

[dir='rtl'] .m-r0 {
    margin-left: 0px;
    margin-right: 0;
}

[dir='rtl'] .p-l5 {
    padding-right: 5px;
    padding-left: 0;
}

[dir='rtl'] .p-r5 {
    padding-left: 5px;
    padding-right: 0;
}

[dir='rtl'] .m-l5 {
    margin-right: 5px;
    margin-left: 0;
}

[dir='rtl'] .m-r5 {
    margin-left: 5px;
    margin-right: 0;
}

[dir='rtl'] .p-l10 {
    padding-right: 10px;
    padding-left: 0;
}

[dir='rtl'] .p-r10 {
    padding-left: 10px;
    padding-right: 0;
}

[dir='rtl'] .m-l10 {
    margin-right: 10px;
    margin-left: 0;
}

[dir='rtl'] .m-r10 {
    margin-left: 10px;
    margin-right: 0;
}

[dir='rtl'] .p-l15 {
    padding-right: 15px;
    padding-left: 0;
}

[dir='rtl'] .p-r15 {
    padding-left: 15px;
    padding-right: 0;
}

[dir='rtl'] .m-l15 {
    margin-right: 15px;
    margin-left: 0;
}

[dir='rtl'] .m-r15 {
    margin-left: 15px;
    margin-right: 0;
}

[dir='rtl'] .p-l20 {
    padding-right: 20px;
    padding-left: 0;
}

[dir='rtl'] .p-r20 {
    padding-left: 20px;
    padding-right: 0;
}

[dir='rtl'] .m-l20 {
    margin-right: 20px;
    margin-left: 0;
}

[dir='rtl'] .m-r20 {
    margin-left: 20px;
    margin-right: 0;
}

[dir='rtl'] .p-l25 {
    padding-right: 25px;
    padding-left: 0;
}

[dir='rtl'] .p-r25 {
    padding-left: 25px;
    padding-right: 0;
}

[dir='rtl'] .m-l25 {
    margin-right: 25px;
    margin-left: 0;
}

[dir='rtl'] .m-r25 {
    margin-left: 25px;
    margin-right: 0;
}

[dir='rtl'] .p-l30 {
    padding-right: 30px;
    padding-left: 0;
}

[dir='rtl'] .p-r30 {
    padding-left: 30px;
    padding-right: 0;
}

[dir='rtl'] .m-l30 {
    margin-right: 30px;
    margin-left: 0;
}

[dir='rtl'] .m-r30 {
    margin-left: 30px;
    margin-right: 0;
}

[dir='rtl'] .p-l35 {
    padding-right: 35px;
    padding-left: 0;
}

[dir='rtl'] .p-r35 {
    padding-left: 35px;
    padding-right: 0;
}

[dir='rtl'] .m-l35 {
    margin-right: 35px;
    margin-left: 0;
}

[dir='rtl'] .m-r35 {
    margin-left: 35px;
    margin-right: 0;
}

[dir='rtl'] .p-l40 {
    padding-right: 40px;
    padding-left: 0;
}

[dir='rtl'] .p-r40 {
    padding-left: 40px;
    padding-right: 0;
}

[dir='rtl'] .m-l40 {
    margin-right: 40px;
    margin-left: 0;
}

[dir='rtl'] .m-r40 {
    margin-left: 40px;
    margin-right: 0;
}

[dir='rtl'] .p-l45 {
    padding-right: 45px;
    padding-left: 0;
}

[dir='rtl'] .p-r45 {
    padding-left: 45px;
    padding-right: 0;
}

[dir='rtl'] .m-l45 {
    margin-right: 45px;
    margin-left: 0;
}

[dir='rtl'] .m-r45 {
    margin-left: 45px;
    margin-right: 0;
}

[dir='rtl'] .p-l50 {
    padding-right: 50px;
    padding-left: 0;
}

[dir='rtl'] .p-r50 {
    padding-left: 50px;
    padding-right: 0;
}

[dir='rtl'] .m-l50 {
    margin-right: 50px;
    margin-left: 0;
}

[dir='rtl'] .m-r50 {
    margin-left: 50px;
    margin-right: 0;
}

[dir='rtl'] .p-l55 {
    padding-right: 55px;
    padding-left: 0;
}

[dir='rtl'] .p-r55 {
    padding-left: 55px;
    padding-right: 0;
}

[dir='rtl'] .m-l55 {
    margin-right: 55px;
    margin-left: 0;
}

[dir='rtl'] .m-r55 {
    margin-left: 55px;
    margin-right: 0;
}

[dir='rtl'] .p-l60 {
    padding-right: 60px;
    padding-left: 0;
}

[dir='rtl'] .p-r60 {
    padding-left: 60px;
    padding-right: 0;
}

[dir='rtl'] .m-l60 {
    margin-right: 60px;
    margin-left: 0;
}

[dir='rtl'] .m-r60 {
    margin-left: 60px;
    margin-right: 0;
}

[dir='rtl'] .p-l65 {
    padding-right: 65px;
    padding-left: 0;
}

[dir='rtl'] .p-r65 {
    padding-left: 65px;
    padding-right: 0;
}

[dir='rtl'] .m-l65 {
    margin-right: 65px;
    margin-left: 0;
}

[dir='rtl'] .m-r65 {
    margin-left: 65px;
    margin-right: 0;
}

[dir='rtl'] .p-l70 {
    padding-right: 70px;
    padding-left: 0;
}

[dir='rtl'] .p-r70 {
    padding-left: 70px;
    padding-right: 0;
}

[dir='rtl'] .m-l70 {
    margin-right: 70px;
    margin-left: 0;
}

[dir='rtl'] .m-r70 {
    margin-left: 70px;
    margin-right: 0;
}

[dir='rtl'] .p-l75 {
    padding-right: 75px;
    padding-left: 0;
}

[dir='rtl'] .p-r75 {
    padding-left: 75px;
    padding-right: 0;
}

[dir='rtl'] .m-l75 {
    margin-right: 75px;
    margin-left: 0;
}

[dir='rtl'] .m-r75 {
    margin-left: 75px;
    margin-right: 0;
}

[dir='rtl'] .p-l80 {
    padding-right: 80px;
    padding-left: 0;
}

[dir='rtl'] .p-r80 {
    padding-left: 80px;
    padding-right: 0;
}

[dir='rtl'] .m-l80 {
    margin-right: 80px;
    margin-left: 0;
}

[dir='rtl'] .m-r80 {
    margin-left: 80px;
    margin-right: 0;
}

[dir='rtl'] .p-l85 {
    padding-right: 85px;
    padding-left: 0;
}

[dir='rtl'] .p-r85 {
    padding-left: 85px;
    padding-right: 0;
}

[dir='rtl'] .m-l85 {
    margin-right: 85px;
    margin-left: 0;
}

[dir='rtl'] .m-r85 {
    margin-left: 85px;
    margin-right: 0;
}

[dir='rtl'] .p-l90 {
    padding-right: 90px;
    padding-left: 0;
}

[dir='rtl'] .p-r90 {
    padding-left: 90px;
    padding-right: 0;
}

[dir='rtl'] .m-l90 {
    margin-right: 90px;
    margin-left: 0;
}

[dir='rtl'] .m-r90 {
    margin-left: 90px;
    margin-right: 0;
}

[dir='rtl'] .p-l95 {
    padding-right: 95px;
    padding-left: 0;
}

[dir='rtl'] .p-r95 {
    padding-left: 95px;
    padding-right: 0;
}

[dir='rtl'] .m-l95 {
    margin-right: 95px;
    margin-left: 0;
}

[dir='rtl'] .m-r95 {
    margin-left: 95px;
    margin-right: 0;
}

[dir='rtl'] .p-l100 {
    padding-right: 100px;
    padding-left: 0;
}

[dir='rtl'] .p-r100 {
    padding-left: 100px;
    padding-right: 0;
}

[dir='rtl'] .m-l100 {
    margin-right: 100px;
    margin-left: 0;
}

[dir='rtl'] .m-r100 {
    margin-left: 100px;
    margin-right: 0;
}

[dir='rtl'] section:after {
    left: auto;
    right: 0;
}

[dir='rtl'] .section-head.head-col p {
    padding-left: 0;
    padding-right: 15px;
    border-right: 4px solid var(--primary);
    margin-left: 0;
    margin-right: 15px;
}

@media only screen and (max-width: 767px) {
    [dir='rtl'] .section-head.head-col p {
        padding-right: 0;
        border-right: 0;
        margin-right: 0;
    }
}

[dir='rtl'] .ms-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
}

[dir='rtl'] .me-auto {
    margin-left: auto !important;
    margin-right: 0 !important;
}

[dir='rtl'] .blockquote.style-1 {
    padding: 0 60px 0 0;
}

[dir='rtl'] .blockquote.style-1:before {
    left: auto;
    right: 0;
}

[dir='rtl'] .blockquote.style-1 .blockquote-content {
    border-right: 3px solid rgba(115, 85, 247, 0.1);
    padding-left: 0;
    padding-right: 15px;
}

[dir='rtl'] .blockquote.style-2:before {
    left: auto;
    right: 30px;
}

[dir='rtl'] .blockquote.style-2:after {
    left: auto;
    right: 0;
}

[dir='rtl'] .blockquote.style-3 {
    padding: 20px 80px 20px 30px;
}

[dir='rtl'] .blockquote.style-3:before {
    left: auto;
    right: 20px;
}

[dir='rtl'] .dlab-blog .post-tags a {
    margin-left: 0;
    margin-right: 5px;
}

[dir='rtl'] .dlab-blog .dlab-meta>ul>li.post-comment {
    margin-right: auto;
    margin-left: 0;
    padding-left: 5px;
}

[dir='rtl'] .dlab-blog .dlab-meta>ul>li.post-comment span {
    margin-left: 0;
    margin-right: 10px;
}

[dir='rtl'] .dlab-blog .dlab-meta>ul>li.post-author a {
    margin-left: 0;
    margin-right: 3px;
}

[dir='rtl'] .dlab-blog .dlab-meta>ul>li.post-share ul {
    right: auto;
    left: 40px;
}

[dir='rtl'] .dlab-blog .dlab-meta>ul>li.post-share ul:after {
    right: auto;
    left: -7px;
    transform: rotate(-45deg) translateX(50%);
    -moz-transform: rotate(-45deg) translateX(50%);
    -webkit-transform: rotate(-45deg) translateX(50%);
}

[dir='rtl'] .dlab-blog.blog-half .dlab-media {
    margin-right: 0;
    margin-left: 20px;
}

@media only screen and (max-width: 575px) {
    [dir='rtl'] .dlab-blog.blog-half .dlab-media {
        margin-left: 0;
    }
}

[dir='rtl'] .post-quote {
    padding-left: 50px;
    padding-right: 120px;
}

[dir='rtl'] .post-quote .post-quote-icon {
    left: auto;
    right: 40px;
}

@media only screen and (max-width: 575px) {
    [dir='rtl'] .post-quote {
        padding: 30px;
        padding-right: 115px;
    }
}

[dir='rtl'] .btn-link.style-1 span:before {
    left: auto;
    right: 0;
}

[dir='rtl'] .btn i {
    transform: rotate(180deg) scale(1.2) !important;
}

[dir='rtl'] {
    /* info box show */
}

[dir='rtl'] .dlab-info-has {
    left: auto;
    right: 0;
}

[dir='rtl'] .site-filters li a {
    margin: 0 0 5px 5px;
}

[dir='rtl'] .input-group-append .input-group-text {
    border-top-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 5px;
}

[dir='rtl'] .input-group-prepend .input-group-text {
    border-top-left-radius: 0;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 5px;
}

[dir='rtl'] .toggle-switch:before {
    left: auto;
    right: 3px;
    transition: right 0.25s;
}

.toggle-checkbox:checked+[dir='rtl'] .toggle-switch:before {
    left: auto;
    right: 26px;
}

[dir='rtl'] .file-upload-wrapper:after {
    left: auto;
    right: 0;
    border-radius: 5px 5px 10px 10px;
}

[dir='rtl'] .file-upload-wrapper:before {
    right: auto;
    left: 0;
    border-radius: 0 0 5px 5px;
}

[dir='rtl'] .ui-datepicker-header a.ui-datepicker-prev {
    left: auto;
    right: 0;
}

[dir='rtl'] .ui-datepicker-header a.ui-datepicker-next {
    right: auto;
    left: 0;
}

[dir='rtl'] .nice-select {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 3px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 3px !important;
}

[dir='rtl'] .input-group-prepend+.form-control.bootstrap-select {
    padding: 0;
}

[dir='rtl'] .bootstrap-select .btn:before {
    right: auto;
    left: 20px;
}

[dir='rtl'] .bootstrap-select .dropdown-menu ul li a img {
    margin-right: 0;
    margin-left: 5px;
}

[dir='rtl'] .bootstrap-select.form-control .btn.dropdown-toggle:before {
    right: auto;
    left: 22px;
}

[dir='rtl'] .input-group-prepend {
    left: auto;
    right: 10px;
    border-right: 0;
    border-left: 1px solid #9192a4;
    margin-right: 0;
    margin-left: 10px;
}

[dir='rtl'] .input-group-prepend+.form-control,
[dir='rtl'] .input-group-prepend+.bootstrap-select .btn.dropdown-toggle,
[dir='rtl'] .input-group-prepend+.form-control+.custom-file-label {
    padding: 10px 65px 10px 20px;
}

[dir='rtl'] .input-group-prepend+textarea.form-control {
    padding: 18px 65px 18px 20px;
}

@media only screen and (max-width: 1199px) {
    [dir='rtl'] .input-group-prepend+textarea.form-control {
        padding: 10px 65px 18px 20px;
    }
}

[dir='rtl'] .bootstrap-select.btn-group .dropdown-toggle .caret {
    right: auto;
    left: 5px;
}

[dir='rtl'] .dropdown-menu {
    text-align: right;
}

[dir='rtl'] .icon-bx-wraper.left .icon-bx-xl,
[dir='rtl'] .icon-bx-wraper.left .icon-bx-lg,
[dir='rtl'] .icon-bx-wraper.left .icon-bx-md,
[dir='rtl'] .icon-bx-wraper.left .icon-bx-sm,
[dir='rtl'] .icon-bx-wraper.left .icon-bx-xs {
    float: right;
    margin-right: 0;
    margin-left: 20px;
}

[dir='rtl'] .icon-bx-wraper.left .icon-xl,
[dir='rtl'] .icon-bx-wraper.left .icon-lg,
[dir='rtl'] .icon-bx-wraper.left .icon-md,
[dir='rtl'] .icon-bx-wraper.left .icon-sm,
[dir='rtl'] .icon-bx-wraper.left .icon-xs {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

[dir='rtl'] .icon-bx-wraper.right {
    text-align: left;
}

[dir='rtl'] .icon-bx-wraper.right .icon-bx-xl,
[dir='rtl'] .icon-bx-wraper.right .icon-bx-lg,
[dir='rtl'] .icon-bx-wraper.right .icon-bx-md,
[dir='rtl'] .icon-bx-wraper.right .icon-bx-sm,
[dir='rtl'] .icon-bx-wraper.right .icon-bx-xs {
    float: left;
    margin-left: 0;
    margin-right: 20px;
}

[dir='rtl'] .icon-bx-wraper.right .icon-xl,
[dir='rtl'] .icon-bx-wraper.right .icon-lg,
[dir='rtl'] .icon-bx-wraper.right .icon-md,
[dir='rtl'] .icon-bx-wraper.right .icon-sm,
[dir='rtl'] .icon-bx-wraper.right .icon-xs {
    float: left;
    margin-left: 0;
    margin-right: 10px;
}

[dir='rtl'] .icon-bx-wraper.bx-style-2.center [class*="icon-bx-"] {
    left: auto;
    right: 50%;
}

[dir='rtl'] .icon-bx-wraper.bx-style-2.center .icon-bx-xl {
    margin-left: 0;
    margin-right: -75px;
}

[dir='rtl'] .icon-bx-wraper.bx-style-2.center .icon-bx-lg {
    margin-left: 0;
    margin-right: -60px;
}

[dir='rtl'] .icon-bx-wraper.bx-style-2.center .icon-bx-md {
    margin-left: 0;
    margin-right: -50px;
}

[dir='rtl'] .icon-bx-wraper.bx-style-2.center .icon-bx-sm {
    margin-left: 0;
    margin-right: -40px;
}

[dir='rtl'] .icon-bx-wraper.bx-style-2.center .icon-bx-xs {
    margin-left: 0;
    margin-right: -20px;
}

[dir='rtl'] .icon-bx-wraper.bx-style-2.left [class*="icon-bx-"] {
    left: auto;
    right: 0;
}

[dir='rtl'] .icon-bx-wraper.bx-style-2.right [class*="icon-bx-"] {
    right: auto;
    left: 0;
}

[dir='rtl'] .right-border:before {
    right: auto;
    left: 0;
}

[dir='rtl'] .icon-bx-wraper.style-1>[class*="icon-bx-"]:after {
    right: auto;
    left: -20px;
    background-position: left;
}

[dir='rtl'] .icon-bx-wraper.style-1:hover>[class*="icon-bx-"]:after,
[dir='rtl'] .icon-bx-wraper.style-1.active>[class*="icon-bx-"]:after {
    right: auto;
    left: 30px;
}

[dir='rtl'] .icon-bx-wraper.style-2>[class*="icon-bx-"]:before {
    left: 0;
    right: calc(50% - 82px);
}

[dir='rtl'] .icon-bx-wraper.style-2 .icon-content {
    padding-left: 0;
    padding-right: 20px;
}

@media only screen and (max-width: 575px) {
    [dir='rtl'] .icon-bx-wraper.style-2>[class*="icon-bx-"]:before {
        left: 0;
        right: calc(50% - 63px);
    }
}

[dir='rtl'] .icon-bx-wraper.style-3:after {
    left: auto;
    right: 0;
}

[dir='rtl'] .icon-bx-wraper.style-3>[class*="icon-bx-"] {
    margin-left: 0;
}

[dir='rtl'] .icon-bx-wraper.style-3:hover .wraper-effect,
[dir='rtl'] .icon-bx-wraper.style-3.active .wraper-effect {
    right: auto;
    left: -150px;
}

[dir='rtl'] .icon-bx-wraper.style-3.left .icon-content {
    padding-left: 0;
    padding-right: 25px;
}

@media only screen and (max-width: 575px) {
    [dir='rtl'] .icon-bx-wraper.style-3.left {
        padding: 30px 15px 30px 20px;
    }
    [dir='rtl'] .icon-bx-wraper.style-3.left .icon-content {
        padding-left: 0;
        padding-right: 15px;
    }
}

[dir='rtl'] .icon-bx-wraper.style-5 .btn:after {
    left: auto;
    right: 0;
}

[dir='rtl'] .icon-bx-wraper.style-5 .icon-bx:before,
[dir='rtl'] .icon-bx-wraper.style-5 .icon-bx:after {
    left: auto;
    right: 0;
}

[dir='rtl'] .icon-bx-wraper.style-6>[class*="icon-bx-"]:after {
    left: auto;
    right: 0;
}

[dir='rtl'] .icon-bx-wraper.style-8 .icon-bx-sm:after {
    left: auto;
    right: 0;
}

[dir='rtl'] .dlab-box.side-pan:hover img,
[dir='rtl'] .dlab-img-effect.side-pan:hover img {
    margin-left: auto;
    margin-right: -11%;
}

[dir='rtl'] ul[class*=list-] li {
    padding: 8px 35px 8px 5px;
}

[dir='rtl'] ul[class*=list-] li:before {
    left: auto;
    right: 0;
}

[dir='rtl'] ul.list-check.style-1 li {
    padding: 8px 28px 8px 5px;
}

[dir='rtl'] ul.list-check.style-2 li {
    padding: 8px 28px 8px 5px;
}

[dir='rtl'] ul.list-check-2 li {
    padding: 10px 48px 10px 5px;
}

[dir='rtl'] ul.list-arrow li:hover:before {
    left: auto;
    right: 10px;
}

[dir='rtl'] .dlab-subscribe.style-1 form .form-control {
    border-radius: 0 0.5rem 0.5rem 0 !important;
}

[dir='rtl'] .dlab-subscribe.style-1 form button {
    border-radius: 0.5rem 0 0 0.5rem;
}

@media only screen and (max-width: 991px) {
    [dir='rtl'] .dlab-subscribe.style-1 form {
        margin-left: auto;
        margin-right: 0;
    }
}

[dir='rtl'] .dlab-subscribe.style-2 form .form-control {
    padding: 10px 30px 10px 200px;
}

@media only screen and (max-width: 1199px) {
    [dir='rtl'] .dlab-subscribe.style-2 form .form-control {
        padding: 10px 10px 10px 130px;
    }
}

[dir='rtl'] .dlab-subscribe.style-2 form button {
    right: auto;
    left: 5px;
}

[dir='rtl'] .dlab-subscribe.style-3 form button {
    right: auto;
    left: 4px;
}

[dir='rtl'] .dlab-subscribe.style-4 .input-group .form-control {
    border-radius: 0 10px 10px 0 !important;
}

[dir='rtl'] .dlab-subscribe.style-4 .input-group .input-group-addon button {
    border-radius: 10px 0 0 10px;
}

[dir='rtl'] .dlab-subscribe.style-5 .input-group .input-group-addon {
    right: auto;
    left: 0;
}

[dir='rtl'] {
    /*  */
    /* Shine */
}

[dir='rtl'] .dlab-img-overlay1:before,
[dir='rtl'] .dlab-img-overlay1:after,
[dir='rtl'] .dlab-img-overlay2:before,
[dir='rtl'] .dlab-img-overlay2:after,
[dir='rtl'] .dlab-img-overlay3:before,
[dir='rtl'] .dlab-img-overlay3:after,
[dir='rtl'] .dlab-img-overlay4:before,
[dir='rtl'] .dlab-img-overlay4:after,
[dir='rtl'] .dlab-img-overlay5:before,
[dir='rtl'] .dlab-img-overlay5:after,
[dir='rtl'] .dlab-img-overlay6:before,
[dir='rtl'] .dlab-img-overlay6:after,
[dir='rtl'] .dlab-img-overlay7:before,
[dir='rtl'] .dlab-img-overlay7:after,
[dir='rtl'] .dlab-img-overlay8:before,
[dir='rtl'] .dlab-img-overlay8:after,
[dir='rtl'] .dlab-img-overlay9:before,
[dir='rtl'] .dlab-img-overlay9:after,
[dir='rtl'] .dlab-img-overlay11:before,
[dir='rtl'] .dlab-img-overlay11:after,
[dir='rtl'] .dlab-img-overlay12:before,
[dir='rtl'] .dlab-img-overlay12:after {
    left: auto;
    right: 0;
}

[dir='rtl'] .dlab-box:hover .dlab-img-overlay3:before {
    left: auto;
    right: 0;
}

[dir='rtl'] .dlab-box:hover .dlab-img-overlay4:before {
    left: auto;
    right: 0;
}

[dir='rtl'] .dlab-img-overlay3:before {
    left: auto;
    right: 50%;
}

[dir='rtl'] .dlab-img-overlay3:hover:before {
    left: auto;
    right: 0;
}

[dir='rtl'] .dlab-img-overlay4:before {
    left: auto;
    right: 50%;
}

[dir='rtl'] .dlab-img-overlay4:hover:before {
    left: auto;
    right: 0;
}

[dir='rtl'] .dlab-img-overlay5:before {
    left: auto;
    right: 0;
}

[dir='rtl'] .dlab-img-overlay6:before {
    left: auto;
    right: 0;
}

[dir='rtl'] .dlab-img-overlay7:after {
    left: 0;
    right: auto;
}

[dir='rtl'] .dlab-img-overlay8:after {
    left: 0;
    right: auto;
}

[dir='rtl'] .dlab-img-overlay9:before:before,
[dir='rtl'] .dlab-img-overlay9:before:after,
[dir='rtl'] .dlab-img-overlay9:after:before,
[dir='rtl'] .dlab-img-overlay9:after:after {
    left: 0;
    right: auto;
}

[dir='rtl'] .overlay-black-light:before,
[dir='rtl'] .overlay-black-middle:before,
[dir='rtl'] .overlay-black-dark:before,
[dir='rtl'] .overlay-gradient-light:before,
[dir='rtl'] .overlay-gradient-middle:before,
[dir='rtl'] .overlay-gradient-dark:before,
[dir='rtl'] .overlay-white-light:before,
[dir='rtl'] .overlay-white-middle:before,
[dir='rtl'] .overlay-white-dark:before,
[dir='rtl'] .overlay-primary-light:before,
[dir='rtl'] .overlay-primary-middle:before,
[dir='rtl'] .overlay-primary-dark:before,
[dir='rtl'] .overlay-primary:before,
[dir='rtl'] .overlay-secondary-light:before,
[dir='rtl'] .overlay-secondary-middle:before,
[dir='rtl'] .overlay-secondary-dark:before,
[dir='rtl'] .overlay-secondary:before {
    left: auto;
    right: 0;
}

[dir='rtl'] .overlay-bx {
    left: auto;
    right: 0;
}

[dir='rtl'] .overlay-bx .align-b {
    left: auto;
    right: 0;
}

[dir='rtl'] .overlay-bx .align-m {
    left: auto;
    right: 50%;
}

[dir='rtl'] .overlay-icon {
    left: auto;
    right: 50%;
}

[dir='rtl'] .overlay-shine:before {
    left: auto;
    right: -75%;
}

[dir='rtl'] .dlab-team.style-1 .dlab-media:before {
    left: auto;
    right: -75%;
}

@-webkit-keyframes shine {
    100% {
        left: auto;
        right: 125%;
    }
}

@keyframes shine {
    100% {
        left: auto;
        right: 125%;
    }
}

[dir='rtl'] .owl-btn-top-l .owl-nav {
    text-align: right;
}

[dir='rtl'] .owl-btn-top-l .owl-nav .owl-prev {
    margin-left: auto;
    margin-right: 0;
}

[dir='rtl'] .owl-btn-top-r .owl-nav {
    text-align: left;
}

[dir='rtl'] .owl-btn-top-r .owl-nav .owl-next {
    margin-left: 0;
}

[dir='rtl'] .owl-btn-top-lr .owl-nav {
    text-align: right;
}

[dir='rtl'] .owl-btn-top-lr .owl-nav .owl-next {
    margin-left: 0;
    float: left;
}

[dir='rtl'] .owl-btn-center-lr .owl-prev,
[dir='rtl'] .owl-btn-center-lr .owl-next {
    left: auto;
    right: 0;
}

[dir='rtl'] .owl-btn-center-lr .owl-prev i,
[dir='rtl'] .owl-btn-center-lr .owl-next i {
    transform: rotate(180deg);
}

[dir='rtl'] .owl-btn-center-lr .owl-prev {
    left: auto;
    right: 0;
}

[dir='rtl'] .owl-btn-center-lr .owl-next {
    left: 0;
    right: auto;
}

[dir='rtl'] .owl-btn-2 .owl-nav .owl-prev i,
[dir='rtl'] .owl-btn-2 .owl-nav .owl-next i {
    transform: rotate(180deg);
}

[dir='rtl'] .no-col-gap .pricingtable-wrapper {
    margin-left: 0;
    margin-right: -1px;
}

[dir='rtl'] .pricingtable-toggle .custom-control-label {
    margin: 0 50px 0 35px;
}

[dir='rtl'] .pricingtable-wrapper.style-1:after {
    left: auto;
    right: 0;
}

[dir='rtl'] .pricingtable-wrapper.style-1 .pricingtable-features {
    text-align: right;
}

[dir='rtl'] .pricingtable-wrapper.style-1 .pricingtable-features li {
    padding: 8px 40px 8px 0;
}

[dir='rtl'] .pricingtable-wrapper.style-1 .pricingtable-features li:after {
    left: auto;
    right: 0;
}

[dir='rtl'] .pricingtable-wrapper.style-2 .pricingtable-features li {
    padding: 5px 40px 5px 0;
    text-align: right;
}

[dir='rtl'] .pricingtable-wrapper.style-2 .pricingtable-features li:after {
    left: auto;
    right: 0;
}

[dir='rtl'] .pricingtable-wrapper.style-3:after {
    left: auto;
    right: 0;
}

[dir='rtl'] .pricingtable-wrapper.style-3 .pricingtable-head:after {
    left: auto;
    right: 0;
}

[dir='rtl'] .pricingtable-wrapper.style-3 .pricingtable-features {
    text-align: right;
}

[dir='rtl'] .pricingtable-wrapper.style-3 .pricingtable-features li {
    padding: 8px 30px 8px 8px;
}

@media only screen and (max-width: 1199px) {
    [dir='rtl'] .pricingtable-wrapper.style-3 .pricingtable-features li {
        padding: 5px 30px 5px 8px;
    }
}

[dir='rtl'] .pricingtable-wrapper.style-3 .pricingtable-features li:before {
    left: auto;
    right: 0;
}

[dir='rtl'] .pricingtable-wrapper.style-3 .pricingtable-bx small,
[dir='rtl'] .pricingtable-wrapper.style-3 .pricingtable-bx .small {
    margin-left: 0;
    margin-right: 8px;
}

[dir='rtl'] .pricingtable-wrapper.style-3 .btn:after {
    left: auto;
    right: 0;
}

[dir='rtl'] .pricingtable-wrapper.style-4 .pricingtable-inner {
    text-align: right;
}

[dir='rtl'] .pricingtable-wrapper.style-4 .pricingtable-inner .pricingtable-features li {
    text-align: right;
}

[dir='rtl'] .pricingtable-wrapper.style-5 {
    text-align: right;
}

[dir='rtl'] .pricingtable-wrapper.style-5 .pricingtable-inner {
    text-align: right;
}

[dir='rtl'] .pricingtable-wrapper.style-5 .pricingtable-inner .pricingtable-head .pricingtable-price .pricingtable-bx small,
[dir='rtl'] .pricingtable-wrapper.style-5 .pricingtable-inner .pricingtable-head .pricingtable-price .pricingtable-bx .small {
    margin-left: 0;
    margin-right: 5px;
}

[dir='rtl'] .pricingtable-wrapper.style-5 .pricingtable-features i {
    float: right;
    margin-left: 5px;
}

[dir='rtl'] .dlab-separator[class*="style-"]:before {
    left: 40px;
    right: auto;
}

[dir='rtl'] .dlab-separator.style-skew[class*="style-"]:after,
[dir='rtl'] .dlab-separator.style-skew[class*="style-"]:before {
    left: auto;
    right: 20px;
}

[dir='rtl'] .dlab-separator.style-skew[class*="style-"]:before {
    right: auto;
    left: 20px;
}

[dir='rtl'] .dlab-separator.bnr-title:before {
    right: auto;
    left: -80px;
}

[dir='rtl'] .dlab-separator.bnr-title i {
    right: auto;
    left: -50px;
}

[dir='rtl'] .dlab-accordion .card-header .dlab-title a {
    padding: 22px 30px 22px 65px;
}

[dir='rtl'] .dlab-accordion .card-header .dlab-title a:after {
    left: auto;
    right: 0;
}

[dir='rtl'] .dlab-accordion .card-header .dlab-title a .toggle-close {
    right: auto;
    left: 5px;
}

[dir='rtl'] .dlab-accordion .card-header .dlab-title a .toggle-close:after {
    left: auto;
    right: 0;
}

@media only screen and (max-width: 575px) {
    [dir='rtl'] .dlab-accordion .card-header .dlab-title a {
        padding: 15px 15px 15px 65px;
    }
}

[dir='rtl'] .dlab-accordion.accordion-sm .card-header .dlab-title a {
    padding: 15px 20px 15px 55px;
}

[dir='rtl'] .dlab-accordion.accordion-sm .card-header .dlab-title a:after {
    right: auto;
    left: 5px;
}

[dir='rtl'] .dlab-accordion.accordion-sm .card-header .dlab-title a:before {
    right: auto;
    left: 17px;
}

@media only screen and (max-width: 575px) {
    [dir='rtl'] .dlab-accordion.accordion-sm .card-header .dlab-title a {
        padding: 15px 15px 15px 65px;
    }
}

[dir='rtl'] .dlab-team.style-4 .overlay-content {
    left: auto;
    right: -70px;
}

[dir='rtl'] .dlab-team.style-4:hover .overlay-content {
    left: auto;
    right: 0;
}

[dir='rtl'] .dlab-team.style-4:hover .dlab-media img {
    transform: translateX(-60px);
}

[dir='rtl'] .quote-left:before {
    left: auto;
    right: 0;
}

[dir='rtl'] .quote-right:before {
    right: auto;
    left: 0;
}

[dir='rtl'] .client-says {
    padding-left: 0;
    padding-right: 180px;
}

@media only screen and (max-width: 767px) {
    [dir='rtl'] .client-says {
        padding-right: 0;
    }
}

[dir='rtl'] .client-says .testimonial-pic {
    left: auto;
    right: 0;
}

[dir='rtl'] .testimonial-two .client-says {
    padding-left: 0;
    padding-right: 130px;
}

[dir='rtl'] .testimonial-1:before {
    left: auto;
    right: 30px;
}

@media only screen and (max-width: 575px) {
    [dir='rtl'] .testimonial-1:before {
        left: auto;
        right: 20px;
    }
}

[dir='rtl'] .testimonial-1 .testimonial-pic {
    margin-left: 0;
    margin-right: 20px;
}

@media only screen and (max-width: 575px) {
    [dir='rtl'] .testimonial-1 .testimonial-pic {
        margin-left: 0;
        margin-right: 10px;
    }
}

[dir='rtl'] .testimonial-1 .testimonial-detail {
    text-align: left;
}

[dir='rtl'] .testimonial-2 {
    padding: 40px 45px 40px 40px;
}

@media only screen and (max-width: 575px) {
    [dir='rtl'] .testimonial-2 {
        padding: 20px 25px 20px 20px;
    }
}

[dir='rtl'] .testimonial-2:before {
    left: auto;
    right: 0;
}

[dir='rtl'] .testimonial-2:after {
    left: auto;
    right: 35px;
}

@media only screen and (max-width: 575px) {
    [dir='rtl'] .testimonial-2:after {
        left: auto;
        right: 20px;
    }
}

[dir='rtl'] .testimonial-2 .testimonial-pic {
    margin-left: 0;
    margin-right: 15px;
}

[dir='rtl'] .testimonial-2 .testimonial-pic:before {
    right: auto;
    left: 10px;
}

[dir='rtl'] .testimonial-2 .testimonial-detail {
    text-align: left;
}

[dir='rtl'] .testimonial-3 .testimonial-pic img {
    left: auto;
    right: 50%;
}

[dir='rtl'] .testimonial-4.quote-right:before {
    right: auto;
    left: 30px;
}

[dir='rtl'] .testimonial-4.quote-left:before {
    left: auto;
    right: 30px;
}

@media only screen and (max-width: 575px) {
    [dir='rtl'] .testimonial-4.quote-right:before {
        right: auto;
        left: 20px;
    }
}

[dir='rtl'] .testimonial-5::before {
    right: auto;
    left: 40px;
}

@media only screen and (max-width: 575px) {
    [dir='rtl'] .testimonial-5::before {
        right: auto;
        left: 20px;
    }
}

[dir='rtl'] .testimonial-5 .testimonial-pic {
    margin-right: 0;
    margin-left: 15px;
}

@media only screen and (max-width: 575px) {
    [dir='rtl'] .testimonial-5 .testimonial-pic {
        margin-right: 0;
        margin-left: 10px;
    }
}

[dir='rtl'] .testimonial-5 .testimonial-detail {
    text-align: right;
}

[dir='rtl'] {
    /* widget listing*/
}

[dir='rtl'] .widget .widget-title {
    padding-left: 0;
    padding-right: 20px;
}

[dir='rtl'] .widget .widget-title:before {
    left: auto;
    right: 0;
}

[dir='rtl'] .widget.style-1 .widget-title {
    padding-right: 0 !important;
}

[dir='rtl'] .widget.style-1 .widget-title:before {
    left: auto;
    right: 0;
}

[dir='rtl'] .widget.style-1 .widget-title:after {
    left: auto;
    right: 32px;
}

[dir='rtl'] .search-bx .input-group-prepend {
    border-left: 0;
}

[dir='rtl'] .search-bx button {
    right: auto;
    left: 0;
    border-radius: 4px 0 0 4px;
}

[dir='rtl'] .service_menu_nav li a:before {
    right: auto;
    left: 50px;
    transform: rotate(180deg);
}

[dir='rtl'] .service_menu_nav li a:after {
    left: auto;
    right: 0;
}

[dir='rtl'] .service_menu_nav li:hover a,
[dir='rtl'] .service_menu_nav li.active a {
    padding-left: 0;
    padding-right: 35px;
}

[dir='rtl'] .service_menu_nav li:hover a:before,
[dir='rtl'] .service_menu_nav li.active a:before {
    right: auto;
    left: 25px;
}

[dir='rtl'] .download-file {
    padding: 25px 20px 20px 25px;
}

[dir='rtl'] .download-file ul li a {
    text-align: right;
}

[dir='rtl'] .download-file ul li a i:after,
[dir='rtl'] .download-file ul li a i:before {
    left: auto;
    right: 0;
}

[dir='rtl'] .widget_contact:after {
    left: auto;
    right: 0;
}

[dir='rtl'] .wp-block-latest-posts,
[dir='rtl'] .wp-block-categories-list,
[dir='rtl'] .wp-block-archives-list,
[dir='rtl'] .widget_categories ul,
[dir='rtl'] .widget_archive ul,
[dir='rtl'] .widget_meta ul,
[dir='rtl'] .widget_pages ul,
[dir='rtl'] .widget_recent_comments ul,
[dir='rtl'] .widget_nav_menu ul,
[dir='rtl'] .widget_recent_entries ul,
[dir='rtl'] .widget_services ul {
    padding-right: 0;
}

[dir='rtl'] .wp-block-latest-posts li,
[dir='rtl'] .wp-block-categories-list li,
[dir='rtl'] .wp-block-archives-list li,
[dir='rtl'] .widget_categories ul li,
[dir='rtl'] .widget_archive ul li,
[dir='rtl'] .widget_meta ul li,
[dir='rtl'] .widget_pages ul li,
[dir='rtl'] .widget_recent_comments ul li,
[dir='rtl'] .widget_nav_menu ul li,
[dir='rtl'] .widget_recent_entries ul li,
[dir='rtl'] .widget_services ul li {
    padding: 0.5rem 0.9375rem 0.5rem 0rem;
}

[dir='rtl'] .wp-block-latest-posts li a:before,
[dir='rtl'] .wp-block-categories-list li a:before,
[dir='rtl'] .wp-block-archives-list li a:before,
[dir='rtl'] .widget_categories ul li a:before,
[dir='rtl'] .widget_archive ul li a:before,
[dir='rtl'] .widget_meta ul li a:before,
[dir='rtl'] .widget_pages ul li a:before,
[dir='rtl'] .widget_recent_comments ul li a:before,
[dir='rtl'] .widget_nav_menu ul li a:before,
[dir='rtl'] .widget_recent_entries ul li a:before,
[dir='rtl'] .widget_services ul li a:before {
    left: auto;
    right: -15px;
    top: -1px;
    content: "\f104";
}

[dir='rtl'] .wp-block-latest-posts li li:before,
[dir='rtl'] .wp-block-categories-list li li:before,
[dir='rtl'] .wp-block-archives-list li li:before,
[dir='rtl'] .widget_categories ul li li:before,
[dir='rtl'] .widget_archive ul li li:before,
[dir='rtl'] .widget_meta ul li li:before,
[dir='rtl'] .widget_pages ul li li:before,
[dir='rtl'] .widget_recent_comments ul li li:before,
[dir='rtl'] .widget_nav_menu ul li li:before,
[dir='rtl'] .widget_recent_entries ul li li:before,
[dir='rtl'] .widget_services ul li li:before {
    left: auto;
    right: 0;
}

[dir='rtl'] .wp-block-latest-posts ul,
[dir='rtl'] .wp-block-categories-list ul,
[dir='rtl'] .wp-block-archives-list ul,
[dir='rtl'] .widget_categories ul ul,
[dir='rtl'] .widget_archive ul ul,
[dir='rtl'] .widget_meta ul ul,
[dir='rtl'] .widget_pages ul ul,
[dir='rtl'] .widget_recent_comments ul ul,
[dir='rtl'] .widget_nav_menu ul ul,
[dir='rtl'] .widget_recent_entries ul ul,
[dir='rtl'] .widget_services ul ul {
    padding-left: 0;
    padding-right: 1.25rem;
    margin-left: 0;
    margin-right: -0.9375rem;
}

[dir='rtl'] .widget_archive ul li,
[dir='rtl'] .wp-block-categories-list li,
[dir='rtl'] .wp-block-archives-list li,
[dir='rtl'] .wp-block-latest-posts li,
[dir='rtl'] .widget_categories ul li {
    text-align: left;
    padding: 0.625rem 0.9375rem 0.625rem 0rem !important;
}

[dir='rtl'] .widget_archive li a,
[dir='rtl'] .wp-block-latest-posts li a,
[dir='rtl'] .wp-block-categories-list li a,
[dir='rtl'] .wp-block-archives-list li a,
[dir='rtl'] .widget_categories li a {
    float: right;
    text-align: right;
}

[dir='rtl'] .widget_recent_comments ul li {
    padding-left: 0;
    padding-right: 1.875rem;
}

[dir='rtl'] .widget_recent_comments ul li:before {
    left: auto;
    right: 0;
}

[dir='rtl'] .wp-calendar-nav span {
    border-right: 0;
    border-left: 0.0625rem solid rgba(255, 255, 255, 0.2);
}

[dir='rtl'] .widget_gallery ul {
    padding-left: auto;
    padding-right: 0;
}

[dir='rtl'] .widget_gallery li {
    float: right;
}

[dir='rtl'] .widget_gallery li:nth-child(3n-3) {
    margin-left: 0;
}

[dir='rtl'] .widget_tag_cloud .tagcloud a {
    margin: 0 0 15px 15px;
}

[dir='rtl'] .recent-posts-entry .widget-post-bx .widget-post .dlab-info {
    padding-left: 0;
    padding-right: 15px;
}


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