@charset "UTF-8";

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * RTL-ized by Arash Laylazi (https://github.com/PerseusTheGreat)
 * RTL rev. 1 (https://github.com/PerseusTheGreat/bootstrap-rtl)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    direction: rtl
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

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

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

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

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

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

dt {
    font-weight: 700
}

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

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

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

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

a:not([href]):not([tabindex]):focus {
    outline: 0
}

code,
kbd,
pre,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

svg {
    overflow: hidden;
    vertical-align: middle
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: right;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

select {
    word-wrap: normal
}

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

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

[type=email],
[type=file],
[type=number],
[type=password],
[type=tel],
[type=url],
code,
samp,
var {
    text-align: left;
    direction: ltr
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

.h1,
h1 {
    font-size: 2.5rem
}

.h2,
h2 {
    font-size: 2rem
}

.h3,
h3 {
    font-size: 1.75rem
}

.h4,
h4 {
    font-size: 1.5rem
}

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

.h6,
h6 {
    font-size: 1rem
}

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

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

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

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

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

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

.list-inline-item:not(:last-child) {
    margin-left: .5rem
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

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

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d
}

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

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

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

.figure {
    display: inline-block
}

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

.figure-caption {
    font-size: 90%;
    color: #6c757d
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700
}

pre {
    display: block;
    font-size: 87.5%;
    color: #212529
}

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

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

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

@media (min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

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

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

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

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

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

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

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

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

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

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-right: 8.333333%
}

.offset-2 {
    margin-right: 16.666667%
}

.offset-3 {
    margin-right: 25%
}

.offset-4 {
    margin-right: 33.333333%
}

.offset-5 {
    margin-right: 41.666667%
}

.offset-6 {
    margin-right: 50%
}

.offset-7 {
    margin-right: 58.333333%
}

.offset-8 {
    margin-right: 66.666667%
}

.offset-9 {
    margin-right: 75%
}

.offset-10 {
    margin-right: 83.333333%
}

.offset-11 {
    margin-right: 91.666667%
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-sm-0 {
        margin-right: 0
    }

    .offset-sm-1 {
        margin-right: 8.333333%
    }

    .offset-sm-2 {
        margin-right: 16.666667%
    }

    .offset-sm-3 {
        margin-right: 25%
    }

    .offset-sm-4 {
        margin-right: 33.333333%
    }

    .offset-sm-5 {
        margin-right: 41.666667%
    }

    .offset-sm-6 {
        margin-right: 50%
    }

    .offset-sm-7 {
        margin-right: 58.333333%
    }

    .offset-sm-8 {
        margin-right: 66.666667%
    }

    .offset-sm-9 {
        margin-right: 75%
    }

    .offset-sm-10 {
        margin-right: 83.333333%
    }

    .offset-sm-11 {
        margin-right: 91.666667%
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-md-0 {
        margin-right: 0
    }

    .offset-md-1 {
        margin-right: 8.333333%
    }

    .offset-md-2 {
        margin-right: 16.666667%
    }

    .offset-md-3 {
        margin-right: 25%
    }

    .offset-md-4 {
        margin-right: 33.333333%
    }

    .offset-md-5 {
        margin-right: 41.666667%
    }

    .offset-md-6 {
        margin-right: 50%
    }

    .offset-md-7 {
        margin-right: 58.333333%
    }

    .offset-md-8 {
        margin-right: 66.666667%
    }

    .offset-md-9 {
        margin-right: 75%
    }

    .offset-md-10 {
        margin-right: 83.333333%
    }

    .offset-md-11 {
        margin-right: 91.666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-lg-0 {
        margin-right: 0
    }

    .offset-lg-1 {
        margin-right: 8.333333%
    }

    .offset-lg-2 {
        margin-right: 16.666667%
    }

    .offset-lg-3 {
        margin-right: 25%
    }

    .offset-lg-4 {
        margin-right: 33.333333%
    }

    .offset-lg-5 {
        margin-right: 41.666667%
    }

    .offset-lg-6 {
        margin-right: 50%
    }

    .offset-lg-7 {
        margin-right: 58.333333%
    }

    .offset-lg-8 {
        margin-right: 66.666667%
    }

    .offset-lg-9 {
        margin-right: 75%
    }

    .offset-lg-10 {
        margin-right: 83.333333%
    }

    .offset-lg-11 {
        margin-right: 91.666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .offset-xl-0 {
        margin-right: 0
    }

    .offset-xl-1 {
        margin-right: 8.333333%
    }

    .offset-xl-2 {
        margin-right: 16.666667%
    }

    .offset-xl-3 {
        margin-right: 25%
    }

    .offset-xl-4 {
        margin-right: 33.333333%
    }

    .offset-xl-5 {
        margin-right: 41.666667%
    }

    .offset-xl-6 {
        margin-right: 50%
    }

    .offset-xl-7 {
        margin-right: 58.333333%
    }

    .offset-xl-8 {
        margin-right: 66.666667%
    }

    .offset-xl-9 {
        margin-right: 75%
    }

    .offset-xl-10 {
        margin-right: 83.333333%
    }

    .offset-xl-11 {
        margin-right: 91.666667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6
}

.table tbody+tbody {
    border-top: 2px solid #dee2e6
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-borderless tbody+tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.table-primary tbody+tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff
}

.table-hover .table-primary:hover {
    background-color: #9fcdff
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #9fcdff
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #d6d8db
}

.table-secondary tbody+tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #c8cbcf
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-success tbody+tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-info tbody+tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-warning tbody+tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f5c6cb
}

.table-danger tbody+tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f1b0b7
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fdfdfe
}

.table-light tbody+tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc
}

.table-hover .table-light:hover {
    background-color: #ececf6
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #ececf6
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c6c8ca
}

.table-dark tbody+tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.table-dark {
    color: #fff;
    background-color: #343a40
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, .075)
}

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

    .table-responsive-sm>.table-bordered {
        border: 0
    }
}

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

    .table-responsive-md>.table-bordered {
        border: 0
    }
}

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

    .table-responsive-lg>.table-bordered {
        border: 0
    }
}

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

    .table-responsive-xl>.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

.table-responsive>.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

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

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

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

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

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

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

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block;
    width: 100%
}

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

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

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

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

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

.form-control-sm {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

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

select.form-control[multiple],
select.form-control[size] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    padding-right: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-right: -1.25rem
}

.form-check-input:disabled~.form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-right: 0;
    margin-left: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0;
    margin-left: .3125rem
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, .9);
    border-radius: .25rem
}

.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-left: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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: center left calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

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

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-left: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) left calc(.375em + .1875rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-left: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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") #fff no-repeat center left 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

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

.form-control-file.is-valid~.valid-feedback,
.form-control-file.is-valid~.valid-tooltip,
.was-validated .form-control-file:valid~.valid-feedback,
.was-validated .form-control-file:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
    color: #28a745
}

.form-check-input.is-valid~.valid-feedback,
.form-check-input.is-valid~.valid-tooltip,
.was-validated .form-check-input:valid~.valid-feedback,
.was-validated .form-check-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid~.custom-control-label,
.was-validated .custom-control-input:valid~.custom-control-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
    border-color: #28a745
}

.custom-control-input.is-valid~.valid-feedback,
.custom-control-input.is-valid~.valid-tooltip,
.was-validated .custom-control-input:valid~.valid-feedback,
.was-validated .custom-control-input:valid~.valid-tooltip {
    display: block
}

.custom-control-input.is-valid:checked~.custom-control-label::before,
.was-validated .custom-control-input:valid:checked~.custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.custom-control-input.is-valid:focus~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:valid:focus:not(:checked)~.custom-control-label::before {
    border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-label,
.was-validated .custom-file-input:valid~.custom-file-label {
    border-color: #28a745
}

.custom-file-input.is-valid~.valid-feedback,
.custom-file-input.is-valid~.valid-tooltip,
.was-validated .custom-file-input:valid~.valid-feedback,
.was-validated .custom-file-input:valid~.valid-tooltip {
    display: block
}

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-left: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center left calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

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

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-left: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) left calc(.375em + .1875rem)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-left: calc((1em + .75rem) * 3 / 4 + 1.75rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center left 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

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

.form-control-file.is-invalid~.invalid-feedback,
.form-control-file.is-invalid~.invalid-tooltip,
.was-validated .form-control-file:invalid~.invalid-feedback,
.was-validated .form-control-file:invalid~.invalid-tooltip {
    display: block
}

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

.form-check-input.is-invalid~.invalid-feedback,
.form-check-input.is-invalid~.invalid-tooltip,
.was-validated .form-check-input:invalid~.invalid-feedback,
.was-validated .form-check-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid~.custom-control-label,
.was-validated .custom-control-input:invalid~.custom-control-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-label::before,
.was-validated .custom-control-input:invalid~.custom-control-label::before {
    border-color: #dc3545
}

.custom-control-input.is-invalid~.invalid-feedback,
.custom-control-input.is-invalid~.invalid-tooltip,
.was-validated .custom-control-input:invalid~.invalid-feedback,
.was-validated .custom-control-input:invalid~.invalid-tooltip {
    display: block
}

.custom-control-input.is-invalid:checked~.custom-control-label::before,
.was-validated .custom-control-input:invalid:checked~.custom-control-label::before {
    border-color: #e4606d;
    background-color: #e4606d
}

.custom-control-input.is-invalid:focus~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-control-input.is-invalid:focus:not(:checked)~.custom-control-label::before,
.was-validated .custom-control-input:invalid:focus:not(:checked)~.custom-control-label::before {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-label,
.was-validated .custom-file-input:invalid~.custom-file-label {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.invalid-feedback,
.custom-file-input.is-invalid~.invalid-tooltip,
.was-validated .custom-file-input:invalid~.invalid-feedback,
.was-validated .custom-file-input:invalid~.invalid-tooltip {
    display: block
}

.custom-file-input.is-invalid:focus~.custom-file-label,
.was-validated .custom-file-input:invalid:focus~.custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .form-inline .form-control-plaintext {
        display: inline-block
    }

    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-right: 0
    }

    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0;
        margin-left: .25rem
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(130, 138, 145, .5)
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, .5)
}

.btn-outline-primary {
    color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.btn-outline-success {
    color: #28a745;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

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

.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

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

.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

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

.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

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

.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}

.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

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

.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

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

.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.btn-outline-dark {
    color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent
}

.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show>.btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    box-shadow: none
}

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

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

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

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

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

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

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

.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

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

.dropdown-toggle:empty::after {
    margin-right: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: right;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: right;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

@media (min-width:576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-sm-right {
        right: 0;
        left: auto
    }
}

@media (min-width:768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-md-right {
        right: 0;
        left: auto
    }
}

@media (min-width:992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-lg-right {
        right: 0;
        left: auto
    }
}

@media (min-width:1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0
    }

    .dropdown-menu-xl-right {
        right: 0;
        left: auto
    }
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem
}

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

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

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: ""
}

.dropright .dropdown-toggle::after {
    display: none
}

.dropright .dropdown-toggle::before {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid
}

.dropright .dropdown-toggle:empty::after {
    margin-right: 0
}

.dropright .dropdown-toggle::after {
    vertical-align: 0
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent
}

.dropleft .dropdown-toggle:empty::after {
    margin-right: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    bottom: auto;
    left: auto
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

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

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

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

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

.dropdown-menu.show {
    display: block
}

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

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

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

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

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
    z-index: 1
}

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

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

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

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

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

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

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-right: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-left: 0
}

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

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

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

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

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

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

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

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
    margin-bottom: 0
}

.btn-group-toggle>.btn input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.btn input[type=radio] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

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

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control,
.input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control,
.input-group>.form-control-plaintext+.custom-file,
.input-group>.form-control-plaintext+.custom-select,
.input-group>.form-control-plaintext+.form-control {
    margin-right: -1px
}

.input-group>.custom-file .custom-file-input:focus~.custom-file-label,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
    z-index: 3
}

.input-group>.custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::after {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex
}

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

.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
    margin-right: -1px
}

.input-group-prepend {
    margin-left: -1px
}

.input-group-append {
    margin-right: -1px
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
    margin-top: 0
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg>.custom-select,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg>.custom-select,
.input-group-sm>.custom-select {
    padding-left: 1.75rem
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-right: 1.5rem
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
    border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label {
    color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top
}

.custom-control-label::before {
    position: absolute;
    top: .25rem;
    right: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    right: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
    border-color: #007bff;
    background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-radio .custom-control-label::before {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    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")
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-switch {
    padding-right: 2.25rem
}

.custom-switch .custom-control-label::before {
    right: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    right: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(-.75rem);
    transform: translateX(-.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgba(0, 123, 255, .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem .375rem 1.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat left .75rem center/8px 10px;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-left: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-right: .5rem;
    padding-bottom: .25rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-right: 1rem;
    padding-bottom: .5rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-file-input:disabled~.custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en)~.custom-file-label::after {
    content: "Browse"
}

.custom-file-input:lang(fa)~.custom-file-label::after {
    content: "از فهرست"
}

.custom-file-input:lang(ar)~.custom-file-label::after {
    content: "تصفح"
}

.custom-file-input:lang(iw)~.custom-file-label::after {
    content: "דפדוף"
}

.custom-file-input~.custom-file-label[data-browse]::after {
    content: attr(data-browse)
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-right: inherit;
    border-radius: .25rem 0 0 .25rem
}

.custom-range {
    width: 100%;
    height: calc(1rem + .4rem);
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

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

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

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

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

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

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

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

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-left: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

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

.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default
}

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

.custom-range:disabled::-moz-range-track {
    cursor: default
}

.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {

    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
        transition: none
    }
}

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

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

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

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

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

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

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

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    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 {
    border-radius: .25rem
}

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

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

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

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

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar>.container,
.navbar>.container-fluid {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-left: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

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

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

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

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

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

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

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

@media (max-width:575.98px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

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

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

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

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

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

@media (max-width:767.98px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

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

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

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

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

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

@media (max-width:991.98px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

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

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

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

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

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

@media (max-width:1199.98px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

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

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

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

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }

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

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

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

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

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

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto
}

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

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

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

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

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

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

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

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

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

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

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, .9)
}

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

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

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

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

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

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

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

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

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

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

.navbar-dark .navbar-text a {
    color: #fff
}

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

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

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

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

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

.card-title {
    margin-bottom: .75rem
}

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

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

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

.card-link+.card-link {
    margin-right: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

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

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

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

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

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

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width:576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

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

@media (min-width:576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap
    }

    .card-group>.card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        margin-right: 0;
        border-right: 0
    }

    .card-group>.card:not(:last-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,
    .card-group>.card:not(:last-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,
    .card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,
    .card-group>.card:not(:first-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,
    .card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 0
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0
}

.accordion>.card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion>.card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion>.card .card-header {
    margin-bottom: -1px
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-right: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-left: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

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

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-right: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-right: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.page-item:first-child .page-link {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

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

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

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

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

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

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

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

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

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

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

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

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem
}

.badge-primary {
    color: #fff;
    background-color: #007bff
}

a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc
}

a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .5)
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62
}

a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(108, 117, 125, .5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(23, 162, 184, .5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 193, 7, .5)
}

.badge-danger {
    color: #fff;
    background-color: #dc3545
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5
}

a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(248, 249, 250, .5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124
}

a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

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

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible {
    padding-left: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    left: 0;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff
}

.alert-primary hr {
    border-top-color: #9fcdff
}

.alert-primary .alert-link {
    color: #002752
}

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db
}

.alert-secondary hr {
    border-top-color: #c8cbcf
}

.alert-secondary .alert-link {
    color: #202326
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.alert-danger .alert-link {
    color: #491217
}

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe
}

.alert-light hr {
    border-top-color: #ececf6
}

.alert-light .alert-link {
    color: #686868
}

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca
}

.alert-dark hr {
    border-top-color: #b9bbbe
}

.alert-dark .alert-link {
    color: #040505
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

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

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

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

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

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-right: 0;
    margin-bottom: 0
}

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

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

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

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

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

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.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: #007bff;
    border-color: #007bff
}

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

.list-group-horizontal .list-group-item {
    margin-bottom: 0;
    margin-left: -1px
}

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

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

@media (min-width:576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-sm .list-group-item {
        margin-bottom: 0;
        margin-left: -1px
    }

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

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

@media (min-width:768px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-md .list-group-item {
        margin-bottom: 0;
        margin-left: -1px
    }

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

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

@media (min-width:992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-lg .list-group-item {
        margin-bottom: 0;
        margin-left: -1px
    }

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

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

@media (min-width:1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-group-horizontal-xl .list-group-item {
        margin-bottom: 0;
        margin-left: -1px
    }

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

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

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

.list-group-flush .list-group-item:last-child {
    margin-bottom: -1px
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

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

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff
}

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

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf
}

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

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb
}

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

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5
}

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

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

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

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

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7
}

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

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

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

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

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

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

.close {
    float: left;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

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

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

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

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

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

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

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

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

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

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

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

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

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

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

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

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

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer>:not(:first-child) {
    margin-right: .25rem
}

.modal-footer>:not(:last-child) {
    margin-left: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 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
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: right;
    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: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

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

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=top] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0
}

.bs-tooltip-auto[x-placement^=top] .arrow::before,
.bs-tooltip-top .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .4rem 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.bs-tooltip-bottom .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: right;
    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: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

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

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=top]>.arrow::before,
.bs-popover-top>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, .25)
}

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

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    left: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow::before,
.bs-popover-right>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, .25)
}

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

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc((.5rem + 1px) * -1)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before,
.bs-popover-bottom>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, .25)
}

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

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

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    right: calc((.5rem + 1px) * -1);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow::before,
.bs-popover-left>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, .25)
}

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

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    -ms-touch-action: pan-y;
    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: right;
    width: 100%;
    margin-left: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

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

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

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

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

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

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: 0s .6s opacity
}

@media (prefers-reduced-motion:reduce) {

    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

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

.carousel-control-prev {
    right: 0
}

.carousel-control-next {
    left: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e")
}

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

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

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

.carousel-indicators .active {
    opacity: 1
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-left-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .75s linear infinite
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem
}

.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
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important
}

.bg-white {
    background-color: #fff !important
}

.bg-transparent {
    background-color: transparent !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-top {
    border-top: 1px solid #dee2e6 !important
}

.border-right {
    border-right: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-left {
    border-left: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.border-top-0 {
    border-top: 0 !important
}

.border-right-0 {
    border-right: 0 !important
}

.border-bottom-0 {
    border-bottom: 0 !important
}

.border-left-0 {
    border-left: 0 !important
}

.border-primary {
    border-color: #007bff !important
}

.border-secondary {
    border-color: #6c757d !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #dc3545 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-white {
    border-color: #fff !important
}

.rounded-sm {
    border-radius: .2rem !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important
}

.rounded-lg {
    border-radius: .3rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.rounded-pill {
    border-radius: 50rem !important
}

.rounded-0 {
    border-radius: 0 !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !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: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important
    }

    .d-md-inline {
        display: inline !important
    }

    .d-md-inline-block {
        display: inline-block !important
    }

    .d-md-block {
        display: block !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: -ms-flexbox !important;
        display: flex !important
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .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: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important
    }

    .d-xl-inline {
        display: inline !important
    }

    .d-xl-inline-block {
        display: inline-block !important
    }

    .d-xl-block {
        display: block !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: -ms-flexbox !important;
        display: flex !important
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }

    .d-print-inline {
        display: inline !important
    }

    .d-print-inline-block {
        display: inline-block !important
    }

    .d-print-block {
        display: block !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: -ms-flexbox !important;
        display: flex !important
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important
    }

    .float-md-right {
        float: right !important
    }

    .float-md-none {
        float: none !important
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important
    }

    .float-xl-right {
        float: right !important
    }

    .float-xl-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.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
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.shadow-none {
    box-shadow: none !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
}

.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
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0)
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.mt-1,
.my-1 {
    margin-top: .25rem !important
}

.mr-1,
.mx-1 {
    margin-right: .25rem !important
}

.mb-1,
.my-1 {
    margin-bottom: .25rem !important
}

.ml-1,
.mx-1 {
    margin-left: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.mt-2,
.my-2 {
    margin-top: .5rem !important
}

.mr-2,
.mx-2 {
    margin-right: .5rem !important
}

.mb-2,
.my-2 {
    margin-bottom: .5rem !important
}

.ml-2,
.mx-2 {
    margin-left: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.mt-3,
.my-3 {
    margin-top: 1rem !important
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.mt-5,
.my-5 {
    margin-top: 3rem !important
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.pt-1,
.py-1 {
    padding-top: .25rem !important
}

.pr-1,
.px-1 {
    padding-right: .25rem !important
}

.pb-1,
.py-1 {
    padding-bottom: .25rem !important
}

.pl-1,
.px-1 {
    padding-left: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.pt-2,
.py-2 {
    padding-top: .5rem !important
}

.pr-2,
.px-2 {
    padding-right: .5rem !important
}

.pb-2,
.py-2 {
    padding-bottom: .5rem !important
}

.pl-2,
.px-2 {
    padding-left: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.pt-3,
.py-3 {
    padding-top: 1rem !important
}

.pr-3,
.px-3 {
    padding-right: 1rem !important
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important
}

.pl-3,
.px-3 {
    padding-left: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.pt-5,
.py-5 {
    padding-top: 3rem !important
}

.pr-5,
.px-5 {
    padding-right: 3rem !important
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important
}

.pl-5,
.px-5 {
    padding-left: 3rem !important
}

.m-n1 {
    margin: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

.mt-n2,
.my-n2 {
    margin-top: -.5rem !important
}

.mr-n2,
.mx-n2 {
    margin-right: -.5rem !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -.5rem !important
}

.ml-n2,
.mx-n2 {
    margin-left: -.5rem !important
}

.m-n3 {
    margin: -1rem !important
}

.mt-n3,
.my-n3 {
    margin-top: -1rem !important
}

.mr-n3,
.mx-n3 {
    margin-right: -1rem !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important
}

.ml-n3,
.mx-n3 {
    margin-left: -1rem !important
}

.m-n4 {
    margin: -1.5rem !important
}

.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important
}

.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important
}

.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important
}

.m-n5 {
    margin: -3rem !important
}

.mt-n5,
.my-n5 {
    margin-top: -3rem !important
}

.mr-n5,
.mx-n5 {
    margin-right: -3rem !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important
}

.ml-n5,
.mx-n5 {
    margin-left: -3rem !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: .25rem !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: .25rem !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: .25rem !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: .25rem !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: .25rem !important
    }

    .m-sm-2 {
        margin: .5rem !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: .5rem !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: .5rem !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: .5rem !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .5rem !important
    }

    .m-sm-3 {
        margin: 1rem !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important
    }

    .m-sm-4 {
        margin: 1.5rem !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important
    }

    .m-sm-5 {
        margin: 3rem !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: .25rem !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: .25rem !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: .25rem !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: .25rem !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: .25rem !important
    }

    .p-sm-2 {
        padding: .5rem !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: .5rem !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: .5rem !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: .5rem !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .5rem !important
    }

    .p-sm-3 {
        padding: 1rem !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important
    }

    .p-sm-4 {
        padding: 1.5rem !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important
    }

    .p-sm-5 {
        padding: 3rem !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important
    }

    .m-sm-n1 {
        margin: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

    .m-sm-n2 {
        margin: -.5rem !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -.5rem !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -.5rem !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.5rem !important
    }

    .m-sm-n3 {
        margin: -1rem !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important
    }

    .m-sm-n4 {
        margin: -1.5rem !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important
    }

    .m-sm-n5 {
        margin: -3rem !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important
    }

    .m-md-1 {
        margin: .25rem !important
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: .25rem !important
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: .25rem !important
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: .25rem !important
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: .25rem !important
    }

    .m-md-2 {
        margin: .5rem !important
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: .5rem !important
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: .5rem !important
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: .5rem !important
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: .5rem !important
    }

    .m-md-3 {
        margin: 1rem !important
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important
    }

    .m-md-4 {
        margin: 1.5rem !important
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important
    }

    .m-md-5 {
        margin: 3rem !important
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important
    }

    .p-md-0 {
        padding: 0 !important
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important
    }

    .p-md-1 {
        padding: .25rem !important
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: .25rem !important
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: .25rem !important
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: .25rem !important
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: .25rem !important
    }

    .p-md-2 {
        padding: .5rem !important
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: .5rem !important
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: .5rem !important
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: .5rem !important
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: .5rem !important
    }

    .p-md-3 {
        padding: 1rem !important
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important
    }

    .p-md-4 {
        padding: 1.5rem !important
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important
    }

    .p-md-5 {
        padding: 3rem !important
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important
    }

    .m-md-n1 {
        margin: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

    .m-md-n2 {
        margin: -.5rem !important
    }

    .mt-md-n2,
    .my-md-n2 {
        margin-top: -.5rem !important
    }

    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -.5rem !important
    }

    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.5rem !important
    }

    .m-md-n3 {
        margin: -1rem !important
    }

    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important
    }

    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important
    }

    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important
    }

    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important
    }

    .m-md-n4 {
        margin: -1.5rem !important
    }

    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important
    }

    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important
    }

    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important
    }

    .m-md-n5 {
        margin: -3rem !important
    }

    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important
    }

    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important
    }

    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important
    }

    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important
    }

    .m-md-auto {
        margin: auto !important
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

    .m-lg-2 {
        margin: .5rem !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: .5rem !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .5rem !important
    }

    .m-lg-3 {
        margin: 1rem !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important
    }

    .m-lg-4 {
        margin: 1.5rem !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important
    }

    .m-lg-5 {
        margin: 3rem !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

    .p-lg-2 {
        padding: .5rem !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .5rem !important
    }

    .p-lg-3 {
        padding: 1rem !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important
    }

    .p-lg-4 {
        padding: 1.5rem !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important
    }

    .p-lg-5 {
        padding: 3rem !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important
    }

    .m-lg-n1 {
        margin: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

    .m-lg-n2 {
        margin: -.5rem !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.5rem !important
    }

    .m-lg-n3 {
        margin: -1rem !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important
    }

    .m-lg-n4 {
        margin: -1.5rem !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important
    }

    .m-lg-n5 {
        margin: -3rem !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important
    }

    .m-xl-1 {
        margin: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

    .m-xl-2 {
        margin: .5rem !important
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: .5rem !important
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .5rem !important
    }

    .m-xl-3 {
        margin: 1rem !important
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important
    }

    .m-xl-4 {
        margin: 1.5rem !important
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important
    }

    .m-xl-5 {
        margin: 3rem !important
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important
    }

    .p-xl-0 {
        padding: 0 !important
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important
    }

    .p-xl-1 {
        padding: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .5rem !important
    }

    .p-xl-3 {
        padding: 1rem !important
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important
    }

    .p-xl-4 {
        padding: 1.5rem !important
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important
    }

    .p-xl-5 {
        padding: 3rem !important
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important
    }

    .m-xl-n1 {
        margin: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.5rem !important
    }

    .m-xl-n3 {
        margin: -1rem !important
    }

    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important
    }

    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important
    }

    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important
    }

    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important
    }

    .m-xl-n4 {
        margin: -1.5rem !important
    }

    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important
    }

    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important
    }

    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important
    }

    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important
    }

    .m-xl-n5 {
        margin: -3rem !important
    }

    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important
    }

    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important
    }

    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important
    }

    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important
    }

    .m-xl-auto {
        margin: auto !important
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important
    }

    .text-md-right {
        text-align: right !important
    }

    .text-md-center {
        text-align: center !important
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important
    }

    .text-xl-right {
        text-align: right !important
    }

    .text-xl-center {
        text-align: center !important
    }
}

.text-lowercase {
    text-transform: lowercase !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-capitalize {
    text-transform: capitalize !important
}

.font-weight-light {
    font-weight: 300 !important
}

.font-weight-lighter {
    font-weight: lighter !important
}

.font-weight-normal {
    font-weight: 400 !important
}

.font-weight-bold {
    font-weight: 700 !important
}

.font-weight-bolder {
    font-weight: bolder !important
}

.font-italic {
    font-style: italic !important
}

.text-white {
    color: #fff !important
}

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important
}

.text-secondary {
    color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-body {
    color: #212529 !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, .5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, .5) !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.text-decoration-none {
    text-decoration: none !important
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    abbr[title]::after {
        content: " (" attr(title) ")"
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark tbody+tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

ul.banner-slider img.for-mobile {
    display: none
}

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

.img-box-inner {
    position: relative
}

.img-box-inner:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    opacity: 0;
    -webkit-transition: opacity 1s ease 2s;
    -moz-transition: opacity 1s ease 2s;
    -ms-transition: opacity 1s ease 2s;
    -o-transition: opacity 1s ease 2s;
    transition: opacity 1s ease 2s
}

.owl-item.active .img-box-inner.darken:after {
    opacity: .2
}

.slide-desc-box {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    top: 50%;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    z-index: 5;
    opacity: 0;
    -webkit-transition: all 2s ease 2s;
    -moz-transition: all 2s ease 2s;
    -ms-transition: all 2s ease 2s;
    -o-transition: all 2s ease 2s;
    transition: all 2s ease 2s
}

.owl-item.active .slide-desc-box {
    opacity: 1
}

.slide-desc-box.t-left {
    left: 10.9%;
    float: left;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%)
}

.slide-desc-box.t-right {
    right: 10%;
    float: right;
    transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%)
}

.slide-desc-box.t-center {
    text-align: center;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    left: 50%;
    width: 85%
}

.slide-desc-box .slide-title {
    font-size: 2.4em;
    line-height: 1.1em;
    font-weight: 400;
    margin-bottom: 9px !important;
    padding-bottom: 0;
    color: var(--light)
}

.slide-desc-box .slide-desc {
    font-size: 1.22em;
    font-weight: 400;
    line-height: 1.15em;
    display: block
}

.slide-desc-box .slide-desc br {
    display: block
}

.slide-desc-box .slide-desc>span {
    border: 2px solid #fff;
    display: block;
    position: relative;
    float: left;
    clear: both;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 50%;
    font-size: .925em;
    height: 41px;
    line-height: 38px !important;
    padding: 0 34px 0 34px;
    margin: 15px auto 0;
    clear: both;
    background: 0 0;
    -webkit-transition: background .25s ease;
    -moz-transition: background .25s ease;
    -ms-transition: background .25s ease;
    -o-transition: background .25s ease;
    transition: background .25s ease;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #359599c4;
    text-align: center
}

.slide-desc-box .slide-desc>span.m-top30 {
    margin-top: 30px
}

.slide-desc-box .slide-desc>span:hover {
    background: rgba(255, 255, 255, .3) !important
}

.slide-desc-box .slide-desc>span:after,
.slide-desc-box .slide-desc>span:before {
    content: "";
    display: table;
    clear: both
}

.slide-desc-box .slide-desc>span i {
    font-size: 1.9em;
    vertical-align: -29%;
    font-style: normal
}

.slide-desc-box h3.slide-title:after,
.slide-desc-box h3.slide-title:before {
    display: none !important
}

.owl-theme .owl-controls {
    margin-top: 0;
    text-align: center
}

.owl-theme .owl-controls .owl-dots {
    position: absolute;
    top: 10px;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
    left: 10px
}

.owl-theme .owl-controls .owl-dot {
    display: inline-block;
    zoom: 1;
    margin: 0 3px
}

.owl-theme .owl-controls .owl-dot span {
    display: block;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 20px;
    cursor: pointer;
    display: none;
    height: 12px;
    width: 12px;
    z-index: 9;
    margin: 0
}

.owl-theme .owl-controls .owl-dot.active span,
.owl-theme .owl-controls.clickable .owl-dot:hover span {
    background: none repeat scroll 0 0 #d5d5d5
}

.owl-theme .owl-controls .owl-dot span.owl-numbers {
    height: auto;
    width: auto;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

.owl-item.loading {
    min-height: 150px;
    background: url(AjaxLoader.gif.html) no-repeat center center
}

.fullslide .scrollpagedown {
    display: block;
    background: url(..//images/arrows/scroll-slider.png);
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: 0;
    z-index: 2;
    cursor: pointer;
    animation: bounce-arrow 4s infinite 5s;
    -webkit-animation: bounce-arrow 4s infinite 5s;
    -moz-animation: bounce-arrow 4s infinite 5s;
    -o-animation: bounce-arrow 4s infinite 5s
}

@-webkit-keyframes bounce-arrow {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-30px)
    }

    60% {
        -webkit-transform: translateY(-15px)
    }
}

@-moz-keyframes bounce-arrow {

    0%,
    100%,
    20%,
    50%,
    80% {
        -moz-transform: translateY(0)
    }

    40% {
        -moz-transform: translateY(-30px)
    }

    60% {
        -moz-transform: translateY(-15px)
    }
}

@-o-keyframes bounce-arrow {

    0%,
    100%,
    20%,
    50%,
    80% {
        -o-transform: translateY(0)
    }

    40% {
        -o-transform: translateY(-30px)
    }

    60% {
        -o-transform: translateY(-15px)
    }
}

@keyframes bounce-arrow {

    0%,
    100%,
    20%,
    50%,
    80% {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-30px)
    }

    60% {
        transform: translateY(-15px)
    }
}

@media (max-device-width:767px) {
    .fullslide .owl-controls .owl-dots {
        bottom: 50px
    }

    .fullslide .owl-controls .owl-nav,
    .fullslide::after,
    .slide-desc-box .slide-desc>span {
        display: none
    }

    .slide-desc-box {
        padding: 0
    }

    .slide-desc-box.t-left,
    .slide-desc-box.t-right {
        right: 0;
        left: 0;
        float: right
    }

    .slide-desc-box .shadowbox {
        -webkit-box-shadow: 0 160px 78px 0 rgba(255, 255, 255, .8);
        -moz-box-shadow: 0 160px 78px 0 rgba(255, 255, 255, .8);
        box-shadow: 0 160px 78px 0 rgba(255, 255, 255, .8)
    }

    .slide-desc-box .slide-title {
        font-size: 2em;
        margin-bottom: 0 !important
    }

    .slide-desc-box .slide-desc {
        font-size: 1.3em;
        line-height: 1.3em
    }
}

@media screen and (max-width:680px) {
    div[id*=banner-slider] .owl-carousel .owl-nav {
        display: none
    }

    ul.banner-slider img.for-mobile {
        display: block
    }

    ul.banner-slider img.for-desktop {
        display: none
    }

    .slide-desc-box {
        padding: 0 20px
    }

    .fullslide .owl-carousel .owl-item img {
        width: 100%
    }

    .slide-desc-box .slide-title {
        font-size: 1.3em;
        line-height: 1.3em;
        padding-bottom: 5px
    }

    .slide-desc-box .slide-desc {
        font-size: .86em
    }
}

.progres-slidebar {
    width: 100%;
    height: 3px;
    background: #ededed
}

.progres-slidebar .bar {
    width: 0%;
    height: 3px;
    background: #216b82;
    max-width: 100%
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    display: none
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png.html) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale .1s ease;
    -moz-transition: scale .1s ease;
    -ms-transition: scale .1s ease;
    -o-transition: scale .1s ease;
    transition: scale .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.rotator1slide .owl-dots {
    top: auto;
    right: 0;
    left: 0;
    text-align: center;
    bottom: 30px
}

.rotator1slide.upnav .owl-dots {
    top: 30px;
    bottom: auto
}

.rotator1slide.nodots .owl-dots {
    display: none
}

.rotator1slide .owl-dots .owl-dot {
    width: 9px;
    height: 9px;
    background: 0 0;
    border: 3px solid #fff;
    margin-left: 5px;
    -webkit-transition: background .25s linear;
    -moz-transition: background .25s linear;
    -ms-transition: background .25s linear;
    -o-transition: background .25s linear;
    transition: background .25s linear
}

.rotator1slide .owl-dots .owl-dot:hover {
    background: rgba(255, 255, 255, .6)
}

.rotator1slide .owl-dots .owl-dot.active {
    background: #fff
}

.rotator1slide .owl-nav {
    top: auto;
    left: 30px;
    right: 30px;
    bottom: 40px;
    width: auto
}

.rotator1slide.upnav .owl-nav {
    top: 40px;
    left: 43px;
    right: 43px;
    bottom: auto;
    width: auto
}

.rotator1slide.upnav .owl-nav>div {
    margin: 0
}

.rotator1slide.outsidenav {
    padding: 0 100px;
    box-sizing: border-box
}

.rotator1slide .owl-nav>div {
    -webkit-transition: background .25s linear;
    -moz-transition: background .25s linear;
    -ms-transition: background .25s linear;
    -o-transition: background .25s linear;
    transition: background .25s linear
}

.rotator1slide .owl-nav>div.owl-prev {
    width: 50px;
    height: 50px;
    background: 0 0;
    border: 2px solid #fff !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-indent: -5px
}

.rotator1slide .owl-nav>div.owl-prev:after {
    width: 50px;
    height: 50px;
    margin: 0;
    top: auto;
    left: auto;
    color: #fff !important;
    line-height: 50px
}

.rotator1slide .owl-nav>div.owl-next {
    width: 50px;
    height: 50px;
    background: 0 0;
    border: 2px solid #fff !important;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-indent: -3px
}

.rotator1slide .owl-nav>div.owl-next:after {
    width: 50px;
    height: 50px;
    margin: 0;
    top: auto;
    left: auto;
    color: #fff !important;
    line-height: 50px
}

.rotator1slide .owl-nav>div.owl-next:hover,
.rotator1slide .owl-nav>div.owl-prev:hover {
    background: rgba(255, 255, 255, .6)
}

.slinky-menu>ul {
    left: 0;
    position: relative;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.slinky-menu li,
.slinky-menu ul {
    list-style: none;
    margin: 0
}

.slinky-menu li {
    border-bottom: 1px solid #eee
}

.slinky-menu ul {
    width: 100%;
    direction: ltr;
    padding-left: 0
}

.slinky-menu a {
    display: block
}

.slinky-menu li ul {
    display: none;
    left: 100%;
    position: absolute;
    top: 0
}

.slinky-menu .header {
    position: relative
}

.slinky-menu h2~a.back {
    left: 0;
    position: absolute;
    top: 0
}

.slinky-menu h2 {
    font-size: 1em;
    margin: 0;
    text-align: center
}

.slinky-menu .header {
    background: #fbbb21
}

.slinky-menu .header a {
    color: #fff !important
}

.slinky-menu .header a:hover {
    color: #fff;
    padding-right: 2em
}

.slinky-menu h2 {
    color: #fff;
    padding: 1em
}

.slinky-menu a {
    color: var(--base-color);
    font-weight: 600;
    padding: 1em;
    text-align: left !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.slinky-menu a:hover {
    color: #000;
    text-decoration: none
}

.slinky-menu a.next:after {
    content: '\276f';
    margin-left: 1em;
    float: right;
    margin-top: 2px
}

.slinky-menu a.back:before {
    content: '\276f';
    margin-left: 1em;
    float: right;
    margin-top: 2px
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.chosen-container * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    z-index: 1010;
    width: 100%;
    border: 1px solid #aaa;
    border-top: 0;
    background: #fff;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%)
}

.chosen-container.chosen-with-drop .chosen-drop {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none
}

.chosen-container a {
    cursor: pointer
}

.chosen-container .chosen-single .group-name,
.chosen-container .search-choice .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 400;
    color: #999
}

.chosen-container .chosen-single .group-name:after,
.chosen-container .search-choice .group-name:after {
    content: ":";
    padding-left: 2px;
    vertical-align: top
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 8px;
    height: 35px;
    border: 1px solid #aaa;
    border-radius: 5px;
    background-color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
    background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, .1);
    color: #444;
    text-decoration: none;
    white-space: nowrap;
    line-height: 24px
}

.chosen-container-single .chosen-default {
    color: #999
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 26px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(../../js-src/chosen/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-single .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 18px;
    height: 100%
}

.chosen-container-single .chosen-single div b {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../../js-src/chosen/chosen-sprite.png) no-repeat 0 2px
}

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap
}

.chosen-container-single .chosen-search input[type=text] {
    margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa;
    background: url(../../js-src/chosen/chosen-sprite.png) no-repeat 100% -20px;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0
}

.chosen-container-single .chosen-drop {
    margin-top: -1px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    -webkit-clip-path: inset(100% 100%);
    clip-path: inset(100% 100%)
}

.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0 4px 4px 0;
    padding: 0 0 0 4px;
    max-height: 240px;
    -webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
    display: none;
    margin: 0;
    padding: 5px 6px;
    list-style: none;
    line-height: 15px;
    word-wrap: break-word;
    -webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
    display: list-item;
    cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container .chosen-results li.highlighted {
    background-color: #3875d7;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
    background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
    color: #fff
}

.chosen-container .chosen-results li.no-results {
    color: #777;
    display: list-item;
    background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
    display: list-item;
    font-weight: 700;
    cursor: default
}

.chosen-container .chosen-results li.group-option {
    padding-left: 15px
}

.chosen-container .chosen-results li em {
    font-style: normal;
    text-decoration: underline
}

.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 5px 5px;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    background-color: #fff;
    cursor: text
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
    margin: 0;
    padding: 0;
    white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type=text] {
    margin: 1px 0;
    padding: 0;
    height: 25px;
    outline: 0;
    border: 0 !important;
    background: 0 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #999;
    font-size: 100%;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0;
    width: 25px
}

.chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    padding: 3px 20px 3px 5px;
    border: 1px solid #aaa;
    max-width: 100%;
    border-radius: 3px;
    background-color: #eee;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, .05);
    color: #333;
    line-height: 13px;
    cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice span {
    word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    position: absolute;
    top: 4px;
    right: 3px;
    display: block;
    width: 12px;
    height: 12px;
    background: url(../../js-src/chosen/chosen-sprite.png) -42px 1px no-repeat;
    font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
    padding-right: 5px;
    border: 1px solid #ccc;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
    background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
    background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
    background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #ccc;
    cursor: default
}

.chosen-container-active .chosen-single {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #aaa;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
    background-image: linear-gradient(#eee 20%, #fff 80%);
    -webkit-box-shadow: 0 1px 0 #fff inset;
    box-shadow: 0 1px 0 #fff inset
}

.chosen-container-active.chosen-with-drop .chosen-single div {
    border-left: none;
    background: 0 0
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 2px
}

.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.chosen-container-active .chosen-choices li.search-field input[type=text] {
    color: #222 !important
}

.chosen-disabled {
    opacity: .5 !important;
    cursor: default
}

.chosen-disabled .chosen-single {
    cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
    cursor: default
}

.chosen-rtl {
    text-align: right
}

.chosen-rtl .chosen-single {
    overflow: visible;
    padding: 5px 10px 0 0
}

.chosen-rtl .chosen-single span {
    margin-right: 0;
    margin-left: 26px;
    direction: rtl
}

.chosen-rtl .chosen-single-with-deselect span {
    margin-left: 38px
}

.chosen-rtl .chosen-single div {
    right: auto;
    left: 3px
}

.chosen-rtl .chosen-single abbr {
    right: auto;
    left: 26px
}

.chosen-rtl .chosen-choices li {
    float: right
}

.chosen-rtl .chosen-choices li.search-field input[type=text] {
    direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 5px 3px 0;
    padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
    right: auto;
    left: 4px
}

.chosen-rtl.chosen-container-single .chosen-results {
    margin: 0 0 4px 4px;
    padding: 0 4px 0 0
}

.chosen-rtl .chosen-results li.group-option {
    padding-right: 15px;
    padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
    border-right: none
}

.chosen-rtl .chosen-search input[type=text] {
    padding: 4px 5px 4px 20px;
    background: url(../../js-src/chosen/chosen-sprite.png) no-repeat -30px -20px;
    direction: rtl
}

.chosen-rtl.chosen-container-single .chosen-single div b {
    background-position: 6px 6px
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
    background-position: -12px 8px
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi),
only screen and (min-resolution:1.5dppx) {

    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span,
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container-single .chosen-search input[type=text],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-rtl .chosen-search input[type=text] {
        background-image: url(../../js-src/chosen/chosen-sprite@2x.png) !important;
        background-size: 52px 37px !important;
        background-repeat: no-repeat !important;
        font-family: iranyekan
    }
}

/*!
Author  : Hunter Perrin
Version : 3.2.0
Link    : http://sciactive.com/pnotify/
*/
.ui-pnotify {
    top: 36px;
    right: 36px;
    position: absolute;
    height: auto;
    z-index: 2
}

body>.ui-pnotify {
    position: fixed;
    z-index: 100040
}

.ui-pnotify-modal-overlay {
    background-color: rgba(0, 0, 0, .4);
    top: 0;
    left: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1
}

body>.ui-pnotify-modal-overlay {
    position: fixed;
    z-index: 100039
}

.ui-pnotify.ui-pnotify-in {
    display: block !important
}

.ui-pnotify.ui-pnotify-move {
    transition: left .5s ease, top .5s ease, right .5s ease, bottom .5s ease
}

.ui-pnotify.ui-pnotify-fade-slow {
    transition: opacity .4s linear;
    opacity: 0
}

.ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pnotify-move {
    transition: opacity .4s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease
}

.ui-pnotify.ui-pnotify-fade-normal {
    transition: opacity .25s linear;
    opacity: 0
}

.ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move {
    transition: opacity .25s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease
}

.ui-pnotify.ui-pnotify-fade-fast {
    transition: opacity .1s linear;
    opacity: 0
}

.ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move {
    transition: opacity .1s linear, left .5s ease, top .5s ease, right .5s ease, bottom .5s ease
}

.ui-pnotify.ui-pnotify-fade-in {
    opacity: 1
}

.ui-pnotify .ui-pnotify-shadow {
    -webkit-box-shadow: 0 6px 28px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 6px 28px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 6px 28px 0 rgba(0, 0, 0, .1)
}

.ui-pnotify-container {
    background-position: 0 0;
    padding: .8em;
    height: 100%;
    margin: 0
}

.ui-pnotify-container:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both
}

.ui-pnotify-container.ui-pnotify-sharp {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.ui-pnotify-title {
    display: block;
    margin-bottom: .4em;
    margin-top: 0
}

.ui-pnotify-text {
    display: block
}

.ui-pnotify-icon,
.ui-pnotify-icon span {
    display: block;
    float: left;
    margin-right: .2em
}

.ui-pnotify.stack-bottomleft,
.ui-pnotify.stack-topleft {
    left: 25px;
    right: auto
}

.ui-pnotify.stack-bottomleft,
.ui-pnotify.stack-bottomright {
    bottom: 25px;
    top: auto
}

.ui-pnotify.stack-modal {
    left: 50%;
    right: auto;
    margin-left: -150px
}

.brighttheme {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.brighttheme.ui-pnotify-container {
    padding: 18px
}

.brighttheme .ui-pnotify-title {
    margin-bottom: 12px
}

.brighttheme-notice {
    background-color: #ffffa2;
    border: 0 solid #ff0;
    color: #4f4f00
}

.brighttheme-info {
    background-color: #8fcedd;
    border: 0 solid #0286a5;
    color: #012831
}

.brighttheme-success {
    background-color: #aff29a;
    border: 0 solid #35db00;
    color: #104300
}

.brighttheme-error {
    background-color: #ffaba2;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 35px, rgba(255, 255, 255, .3) 35px, rgba(255, 255, 255, .3) 70px);
    border: 0 solid #ff1800;
    color: #4f0800
}

.brighttheme-icon-closer,
.brighttheme-icon-info,
.brighttheme-icon-notice,
.brighttheme-icon-sticker,
.brighttheme-icon-success {
    position: relative;
    width: 16px;
    height: 16px;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    font-family: "Courier New", Courier, monospace;
    border-radius: 50%
}

.brighttheme-icon-closer:after,
.brighttheme-icon-info:after,
.brighttheme-icon-notice:after,
.brighttheme-icon-sticker:after,
.brighttheme-icon-success:after {
    position: absolute;
    top: 0;
    left: 4px
}

.brighttheme-icon-notice {
    background-color: #2e2e00;
    color: #ffffa2;
    margin-top: 2px
}

.brighttheme-icon-notice:after {
    content: "!"
}

.brighttheme-icon-info {
    background-color: #012831;
    color: #8fcedd;
    margin-top: 2px
}

.brighttheme-icon-info:after {
    content: "i"
}

.brighttheme-icon-success {
    background-color: #104300;
    color: #aff29a;
    margin-top: 2px
}

.brighttheme-icon-success:after {
    content: "\002713"
}

.brighttheme-icon-error {
    position: relative;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid #2e0400;
    font-size: 0;
    line-height: 0;
    color: #ffaba2;
    margin-top: 1px
}

.brighttheme-icon-error:after {
    position: absolute;
    top: 1px;
    left: -4px;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    font-family: "Courier New", Courier, monospace;
    content: "!"
}

.brighttheme-icon-closer,
.brighttheme-icon-sticker {
    display: inline-block
}

.brighttheme-icon-closer:after {
    top: -4px;
    content: "\002715"
}

.brighttheme-icon-sticker:after {
    top: -5px;
    content: "\01D1BC";
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.brighttheme-icon-sticker.brighttheme-icon-stuck:after {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.brighttheme .ui-pnotify-action-bar {
    padding-top: 12px
}

.brighttheme .ui-pnotify-action-bar input,
.brighttheme .ui-pnotify-action-bar textarea {
    display: block;
    width: 100%;
    margin-bottom: 12px !important
}

.brighttheme .ui-pnotify-action-button {
    text-transform: uppercase;
    font-weight: 700;
    padding: 4px 8px;
    border: none;
    background: 0 0
}

.brighttheme .ui-pnotify-action-button.btn-primary {
    border: none;
    border-radius: 0
}

.brighttheme-notice .ui-pnotify-action-button.btn-primary {
    background-color: #ff0;
    color: #4f4f00
}

.brighttheme-info .ui-pnotify-action-button.btn-primary {
    background-color: #0286a5;
    color: #012831
}

.brighttheme-success .ui-pnotify-action-button.btn-primary {
    background-color: #35db00;
    color: #104300
}

.brighttheme-error .ui-pnotify-action-button.btn-primary {
    background-color: #ff1800;
    color: #4f0800
}

.ui-pnotify-closer,
.ui-pnotify-sticker {
    float: right;
    margin-left: .2em
}

.ui-pnotify-history-container {
    position: absolute;
    top: 0;
    right: 18px;
    width: 70px;
    border-top: none;
    padding: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
    border-top-right-radius: 0;
    z-index: 10000
}

.ui-pnotify-history-container.ui-pnotify-history-fixed {
    position: fixed
}

.ui-pnotify-history-container .ui-pnotify-history-header {
    padding: 2px;
    text-align: center
}

.ui-pnotify-history-container button {
    cursor: pointer;
    display: block;
    width: 100%
}

.ui-pnotify-history-container .ui-pnotify-history-pulldown {
    display: block;
    margin: 0 auto
}

.ui-pnotify-history-brighttheme {
    background-color: #8fcedd;
    border: 0 solid #0286a5;
    color: #012831
}

.ui-pnotify-history-brighttheme button {
    text-transform: uppercase;
    font-weight: 700;
    padding: 4px 8px;
    border: none;
    background: 0 0
}

.ui-pnotify-history-brighttheme .ui-pnotify-history-pulldown::after {
    display: block;
    font-size: 16px;
    line-height: 14px;
    padding-bottom: 4px;
    content: "âŒ„";
    text-align: center;
    font-weight: 700;
    font-family: Arial, sans-serif
}

.ui-pnotify-container {
    position: relative;
    left: 0
}

@media (max-width:480px) {
    .ui-pnotify-mobile-able.ui-pnotify {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        width: auto !important;
        font-size: 1.2em;
        -webkit-font-smoothing: antialiased;
        -moz-font-smoothing: antialiased;
        -ms-font-smoothing: antialiased;
        font-smoothing: antialiased
    }

    .ui-pnotify-mobile-able.ui-pnotify .ui-pnotify-shadow {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        border-bottom-width: 5px
    }

    .ui-pnotify-mobile-able .ui-pnotify-container {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

    .ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft,
    .ui-pnotify-mobile-able.ui-pnotify.stack-topleft {
        left: 0;
        right: 0
    }

    .ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft,
    .ui-pnotify-mobile-able.ui-pnotify.stack-bottomright {
        left: 0;
        right: 0;
        bottom: 0;
        top: auto
    }

    .ui-pnotify-mobile-able.ui-pnotify.stack-bottomleft .ui-pnotify-shadow,
    .ui-pnotify-mobile-able.ui-pnotify.stack-bottomright .ui-pnotify-shadow {
        border-top-width: 5px;
        border-bottom-width: 1px
    }
}

.ui-pnotify.ui-pnotify-nonblock-fade {
    opacity: .2
}

.ui-pnotify.ui-pnotify-nonblock-hide {
    display: none !important
}

/*!
 * Font Awesome Free 5.9.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border: solid .08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1)
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1)
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adobe:before {
    content: "\f778"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-haykal:before {
    content: "\f666"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../fonts/webfonts/fa-brands-400.eot);
    src: url(../fonts/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../fonts/webfonts/fa-brands-400.woff2) format("woff2"), url(../fonts/webfonts/fa-brands-400.woff) format("woff"), url(../fonts/webfonts/fa-brands-400.ttf) format("truetype"), url(../fonts/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: 'Font Awesome 5 Brands'
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(../fonts/webfonts/fa-regular-400.eot);
    src: url(../fonts/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/webfonts/fa-regular-400.woff2) format("woff2"), url(../fonts/webfonts/fa-regular-400.woff) format("woff"), url(../fonts/webfonts/fa-regular-400.ttf) format("truetype"), url(../fonts/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(../fonts/webfonts/fa-solid-900.eot);
    src: url(../fonts/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/webfonts/fa-solid-900.woff2) format("woff2"), url(../fonts/webfonts/fa-solid-900.woff) format("woff"), url(../fonts/webfonts/fa-solid-900.ttf) format("truetype"), url(../fonts/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900
}

/*!
 * animsition v4.0.2
 * A simple and easy jQuery plugin for CSS animated page transitions.
 * http://blivesta.github.io/animsition
 * License : MIT
 * Author : blivesta (http://blivesta.com/)
 */
.animsition,
.animsition-overlay {
    position: relative;
    opacity: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animsition-overlay-slide {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #ddd
}

.animsition-loading,
.animsition-loading:after {
    width: 32px;
    height: 32px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    border-radius: 50%;
    z-index: 2
}

.animsition-loading {
    background-color: transparent;
    border-top: 5px solid rgba(0, 0, 0, .2);
    border-right: 5px solid rgba(0, 0, 0, .2);
    border-bottom: 5px solid rgba(0, 0, 0, .2);
    border-left: 5px solid #ddd;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-name: animsition-loading;
    animation-name: animsition-loading
}

@-webkit-keyframes animsition-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes animsition-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fade-in {
    -webkit-animation-name: fade-in;
    animation-name: fade-in
}

@-webkit-keyframes fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fade-out {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.fade-out {
    -webkit-animation-name: fade-out;
    animation-name: fade-out
}

@-webkit-keyframes fade-in-up {
    0% {
        -webkit-transform: translateY(500px);
        transform: translateY(500px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-up {
    0% {
        -webkit-transform: translateY(500px);
        transform: translateY(500px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.fade-in-up {
    -webkit-animation-name: fade-in-up;
    animation-name: fade-in-up
}

@-webkit-keyframes fade-out-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        opacity: 0
    }
}

@keyframes fade-out-up {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        opacity: 0
    }
}

.fade-out-up {
    -webkit-animation-name: fade-out-up;
    animation-name: fade-out-up
}

@-webkit-keyframes fade-in-up-sm {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-up-sm {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.fade-in-up-sm {
    -webkit-animation-name: fade-in-up-sm;
    animation-name: fade-in-up-sm
}

@-webkit-keyframes fade-out-up-sm {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0
    }
}

@keyframes fade-out-up-sm {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0
    }
}

.fade-out-up-sm {
    -webkit-animation-name: fade-out-up-sm;
    animation-name: fade-out-up-sm
}

@-webkit-keyframes fade-in-up-lg {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-up-lg {
    0% {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.fade-in-up-lg {
    -webkit-animation-name: fade-in-up-lg;
    animation-name: fade-in-up-lg
}

@-webkit-keyframes fade-out-up-lg {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0
    }
}

@keyframes fade-out-up-lg {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(-1000px);
        transform: translateY(-1000px);
        opacity: 0
    }
}

.fade-out-up-lg {
    -webkit-animation-name: fade-out-up-lg;
    animation-name: fade-out-up-lg
}

@-webkit-keyframes fade-in-down {
    0% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-down {
    0% {
        -webkit-transform: translateY(-500px);
        transform: translateY(-500px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.fade-in-down {
    -webkit-animation-name: fade-in-down;
    animation-name: fade-in-down
}

@-webkit-keyframes fade-out-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(500px);
        transform: translateY(500px);
        opacity: 0
    }
}

@keyframes fade-out-down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(500px);
        transform: translateY(500px);
        opacity: 0
    }
}

.fade-out-down {
    -webkit-animation-name: fade-out-down;
    animation-name: fade-out-down
}

@-webkit-keyframes fade-in-down-sm {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes fade-in-down-sm {
    0% {
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px);
        opacity: 0
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

.fade-in-down-sm {
    -webkit-animation-name: fade-in-down-sm;
    animation-name: fade-in-down-sm
}

@-webkit-keyframes fade-out-down-sm {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0
    }
}

@keyframes fade-out-down-sm {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0
    }
}

.fade-out-down-sm {
    -webkit-animation-name: fade-out-down-sm;
    animation-name: fade-out-down-sm
}

.fade-in-down-lg {
    -webkit-animation-name: fade-in-down;
    animation-name: fade-in-down
}

@-webkit-keyframes fade-out-down-lg {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0
    }
}

@keyframes fade-out-down-lg {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateY(1000px);
        transform: translateY(1000px);
        opacity: 0
    }
}

.fade-out-down-lg {
    -webkit-animation-name: fade-out-down-lg;
    animation-name: fade-out-down-lg
}

@-webkit-keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.fade-in-left {
    -webkit-animation-name: fade-in-left;
    animation-name: fade-in-left
}

@-webkit-keyframes fade-out-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
        opacity: 0
    }
}

@keyframes fade-out-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateX(-500px);
        transform: translateX(-500px);
        opacity: 0
    }
}

.fade-out-left {
    -webkit-animation-name: fade-out-left;
    animation-name: fade-out-left
}

@-webkit-keyframes fade-in-left-sm {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fade-in-left-sm {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.fade-in-left-sm {
    -webkit-animation-name: fade-in-left-sm;
    animation-name: fade-in-left-sm
}

@-webkit-keyframes fade-out-left-sm {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0
    }
}

@keyframes fade-out-left-sm {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0
    }
}

.fade-out-left-sm {
    -webkit-animation-name: fade-out-left-sm;
    animation-name: fade-out-left-sm
}

@-webkit-keyframes fade-in-left-lg {
    0% {
        -webkit-transform: translateX(-1500px);
        transform: translateX(-1500px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fade-in-left-lg {
    0% {
        -webkit-transform: translateX(-1500px);
        transform: translateX(-1500px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.fade-in-left-lg {
    -webkit-animation-name: fade-in-left-lg;
    animation-name: fade-in-left-lg
}

@-webkit-keyframes fade-out-left-lg {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateX(-1500px);
        transform: translateX(-1500px);
        opacity: 0
    }
}

@keyframes fade-out-left-lg {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateX(-1500px);
        transform: translateX(-1500px);
        opacity: 0
    }
}

.fade-out-left-lg {
    -webkit-animation-name: fade-out-left-lg;
    animation-name: fade-out-left-lg
}

@-webkit-keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(500px);
        transform: translateX(500px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(500px);
        transform: translateX(500px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.fade-in-right {
    -webkit-animation-name: fade-in-right;
    animation-name: fade-in-right
}

@-webkit-keyframes fade-out-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateX(500px);
        transform: translateX(500px);
        opacity: 0
    }
}

@keyframes fade-out-right {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateX(500px);
        transform: translateX(500px);
        opacity: 0
    }
}

.fade-out-right {
    -webkit-animation-name: fade-out-right;
    animation-name: fade-out-right
}

@-webkit-keyframes fade-in-right-sm {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fade-in-right-sm {
    0% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.fade-in-right-sm {
    -webkit-animation-name: fade-in-right-sm;
    animation-name: fade-in-right-sm
}

@-webkit-keyframes fade-out-right-sm {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0
    }
}

@keyframes fade-out-right-sm {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0
    }
}

.fade-out-right-sm {
    -webkit-animation-name: fade-out-right-sm;
    animation-name: fade-out-right-sm
}

@-webkit-keyframes fade-in-right-lg {
    0% {
        -webkit-transform: translateX(1500px);
        transform: translateX(1500px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fade-in-right-lg {
    0% {
        -webkit-transform: translateX(1500px);
        transform: translateX(1500px);
        opacity: 0
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }
}

.fade-in-right-lg {
    -webkit-animation-name: fade-in-right-lg;
    animation-name: fade-in-right-lg
}

@-webkit-keyframes fade-out-right-lg {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateX(1500px);
        transform: translateX(1500px);
        opacity: 0
    }
}

@keyframes fade-out-right-lg {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1
    }

    to {
        -webkit-transform: translateX(1500px);
        transform: translateX(1500px);
        opacity: 0
    }
}

.fade-out-right-lg {
    -webkit-animation-name: fade-out-right-lg;
    animation-name: fade-out-right-lg
}

@-webkit-keyframes rotate-in {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        transform-origin: center center;
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: center center
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        transform-origin: center center;
        opacity: 1
    }
}

@keyframes rotate-in {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        transform-origin: center center;
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: center center
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        transform-origin: center center;
        opacity: 1
    }
}

.rotate-in {
    -webkit-animation-name: rotate-in;
    animation-name: rotate-in
}

@-webkit-keyframes rotate-out {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        transform-origin: center center;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: center center
    }

    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        transform-origin: center center;
        opacity: 0
    }
}

@keyframes rotate-out {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        transform-origin: center center;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: center center
    }

    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        transform-origin: center center;
        opacity: 0
    }
}

.rotate-out {
    -webkit-animation-name: rotate-out;
    animation-name: rotate-out
}

@-webkit-keyframes rotate-in-sm {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        transform-origin: center center;
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: center center
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        transform-origin: center center;
        opacity: 1
    }
}

@keyframes rotate-in-sm {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        transform-origin: center center;
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: center center
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        transform-origin: center center;
        opacity: 1
    }
}

.rotate-in-sm {
    -webkit-animation-name: rotate-in-sm;
    animation-name: rotate-in-sm
}

@-webkit-keyframes rotate-out-sm {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        transform-origin: center center;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: center center
    }

    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transform-origin: center center;
        opacity: 0
    }
}

@keyframes rotate-out-sm {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        transform-origin: center center;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: center center
    }

    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        transform-origin: center center;
        opacity: 0
    }
}

.rotate-out-sm {
    -webkit-animation-name: rotate-out-sm;
    animation-name: rotate-out-sm
}

@-webkit-keyframes rotate-in-lg {
    0% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        transform-origin: center center;
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: center center
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        transform-origin: center center;
        opacity: 1
    }
}

@keyframes rotate-in-lg {
    0% {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        transform-origin: center center;
        opacity: 0
    }

    0%,
    to {
        -webkit-transform-origin: center center
    }

    to {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        transform-origin: center center;
        opacity: 1
    }
}

.rotate-in-lg {
    -webkit-animation-name: rotate-in-lg;
    animation-name: rotate-in-lg
}

@-webkit-keyframes rotate-out-lg {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        transform-origin: center center;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: center center
    }

    to {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        transform-origin: center center;
        opacity: 0
    }
}

@keyframes rotate-out-lg {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        transform-origin: center center;
        opacity: 1
    }

    0%,
    to {
        -webkit-transform-origin: center center
    }

    to {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        transform-origin: center center;
        opacity: 0
    }
}

.rotate-out-lg {
    -webkit-animation-name: rotate-out-lg;
    animation-name: rotate-out-lg
}

@-webkit-keyframes flip-in-x {
    0% {
        -webkit-transform: perspective(550px) rotateX(90deg);
        transform: perspective(550px) rotateX(90deg);
        opacity: 0
    }

    to {
        -webkit-transform: perspective(550px) rotateX(0);
        transform: perspective(550px) rotateX(0);
        opacity: 1
    }
}

@keyframes flip-in-x {
    0% {
        -webkit-transform: perspective(550px) rotateX(90deg);
        transform: perspective(550px) rotateX(90deg);
        opacity: 0
    }

    to {
        -webkit-transform: perspective(550px) rotateX(0);
        transform: perspective(550px) rotateX(0);
        opacity: 1
    }
}

.flip-in-x {
    -webkit-animation-name: flip-in-x;
    animation-name: flip-in-x;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flip-out-x {
    0% {
        -webkit-transform: perspective(550px) rotateX(0);
        transform: perspective(550px) rotateX(0);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(550px) rotateX(90deg);
        transform: perspective(550px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flip-out-x {
    0% {
        -webkit-transform: perspective(550px) rotateX(0);
        transform: perspective(550px) rotateX(0);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(550px) rotateX(90deg);
        transform: perspective(550px) rotateX(90deg);
        opacity: 0
    }
}

.flip-out-x {
    -webkit-animation-name: flip-out-x;
    animation-name: flip-out-x;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flip-in-x-nr {
    0% {
        -webkit-transform: perspective(100px) rotateX(90deg);
        transform: perspective(100px) rotateX(90deg);
        opacity: 0
    }

    to {
        -webkit-transform: perspective(100px) rotateX(0);
        transform: perspective(100px) rotateX(0);
        opacity: 1
    }
}

@keyframes flip-in-x-nr {
    0% {
        -webkit-transform: perspective(100px) rotateX(90deg);
        transform: perspective(100px) rotateX(90deg);
        opacity: 0
    }

    to {
        -webkit-transform: perspective(100px) rotateX(0);
        transform: perspective(100px) rotateX(0);
        opacity: 1
    }
}

.flip-in-x-nr {
    -webkit-animation-name: flip-in-x-nr;
    animation-name: flip-in-x-nr;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flip-out-x-nr {
    0% {
        -webkit-transform: perspective(100px) rotateX(0);
        transform: perspective(100px) rotateX(0);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(100px) rotateX(90deg);
        transform: perspective(100px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flip-out-x-nr {
    0% {
        -webkit-transform: perspective(100px) rotateX(0);
        transform: perspective(100px) rotateX(0);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(100px) rotateX(90deg);
        transform: perspective(100px) rotateX(90deg);
        opacity: 0
    }
}

.flip-out-x-nr {
    -webkit-animation-name: flip-out-x-nr;
    animation-name: flip-out-x-nr;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flip-in-x-fr {
    0% {
        -webkit-transform: perspective(1000px) rotateX(90deg);
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0
    }

    to {
        -webkit-transform: perspective(1000px) rotateX(0);
        transform: perspective(1000px) rotateX(0);
        opacity: 1
    }
}

@keyframes flip-in-x-fr {
    0% {
        -webkit-transform: perspective(1000px) rotateX(90deg);
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0
    }

    to {
        -webkit-transform: perspective(1000px) rotateX(0);
        transform: perspective(1000px) rotateX(0);
        opacity: 1
    }
}

.flip-in-x-fr {
    -webkit-animation-name: flip-in-x-fr;
    animation-name: flip-in-x-fr;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flip-out-x-fr {
    0% {
        -webkit-transform: perspective(1000px) rotateX(0);
        transform: perspective(1000px) rotateX(0);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(1000px) rotateX(90deg);
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flip-out-x-fr {
    0% {
        -webkit-transform: perspective(1000px) rotateX(0);
        transform: perspective(1000px) rotateX(0);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(1000px) rotateX(90deg);
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0
    }
}

.flip-out-x-fr {
    -webkit-animation-name: flip-out-x-fr;
    animation-name: flip-out-x-fr;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flip-in-y {
    0% {
        -webkit-transform: perspective(550px) rotateY(90deg);
        transform: perspective(550px) rotateY(90deg);
        opacity: 0
    }

    to {
        -webkit-transform: perspective(550px) rotateY(0);
        transform: perspective(550px) rotateY(0);
        opacity: 1
    }
}

@keyframes flip-in-y {
    0% {
        -webkit-transform: perspective(550px) rotateY(90deg);
        transform: perspective(550px) rotateY(90deg);
        opacity: 0
    }

    to {
        -webkit-transform: perspective(550px) rotateY(0);
        transform: perspective(550px) rotateY(0);
        opacity: 1
    }
}

.flip-in-y {
    -webkit-animation-name: flip-in-y;
    animation-name: flip-in-y;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flip-out-y {
    0% {
        -webkit-transform: perspective(550px) rotateY(0);
        transform: perspective(550px) rotateY(0);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(550px) rotateY(90deg);
        transform: perspective(550px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flip-out-y {
    0% {
        -webkit-transform: perspective(550px) rotateY(0);
        transform: perspective(550px) rotateY(0);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(550px) rotateY(90deg);
        transform: perspective(550px) rotateY(90deg);
        opacity: 0
    }
}

.flip-out-y {
    -webkit-animation-name: flip-out-y;
    animation-name: flip-out-y;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flip-in-y-nr {
    0% {
        -webkit-transform: perspective(100px) rotateY(90deg);
        transform: perspective(100px) rotateY(90deg);
        opacity: 0
    }

    to {
        -webkit-transform: perspective(100px) rotateY(0);
        transform: perspective(100px) rotateY(0);
        opacity: 1
    }
}

@keyframes flip-in-y-nr {
    0% {
        -webkit-transform: perspective(100px) rotateY(90deg);
        transform: perspective(100px) rotateY(90deg);
        opacity: 0
    }

    to {
        -webkit-transform: perspective(100px) rotateY(0);
        transform: perspective(100px) rotateY(0);
        opacity: 1
    }
}

.flip-in-y-nr {
    -webkit-animation-name: flip-in-y-nr;
    animation-name: flip-in-y-nr;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flip-out-y-nr {
    0% {
        -webkit-transform: perspective(100px) rotateY(0);
        transform: perspective(100px) rotateY(0);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(100px) rotateY(90deg);
        transform: perspective(100px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flip-out-y-nr {
    0% {
        -webkit-transform: perspective(100px) rotateY(0);
        transform: perspective(100px) rotateY(0);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(100px) rotateY(90deg);
        transform: perspective(100px) rotateY(90deg);
        opacity: 0
    }
}

.flip-out-y-nr {
    -webkit-animation-name: flip-out-y-nr;
    animation-name: flip-out-y-nr;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flip-in-y-fr {
    0% {
        -webkit-transform: perspective(1000px) rotateY(90deg);
        transform: perspective(1000px) rotateY(90deg);
        opacity: 0
    }

    to {
        -webkit-transform: perspective(1000px) rotateY(0);
        transform: perspective(1000px) rotateY(0);
        opacity: 1
    }
}

@keyframes flip-in-y-fr {
    0% {
        -webkit-transform: perspective(1000px) rotateY(90deg);
        transform: perspective(1000px) rotateY(90deg);
        opacity: 0
    }

    to {
        -webkit-transform: perspective(1000px) rotateY(0);
        transform: perspective(1000px) rotateY(0);
        opacity: 1
    }
}

.flip-in-y-fr {
    -webkit-animation-name: flip-in-y-fr;
    animation-name: flip-in-y-fr;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flip-out-y-fr {
    0% {
        -webkit-transform: perspective(1000px) rotateY(0);
        transform: perspective(1000px) rotateY(0);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(1000px) rotateY(90deg);
        transform: perspective(1000px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flip-out-y-fr {
    0% {
        -webkit-transform: perspective(1000px) rotateY(0);
        transform: perspective(1000px) rotateY(0);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(1000px) rotateY(90deg);
        transform: perspective(1000px) rotateY(90deg);
        opacity: 0
    }
}

.flip-out-y-fr {
    -webkit-animation-name: flip-out-y-fr;
    animation-name: flip-out-y-fr;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes zoom-in {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes zoom-in {
    0% {
        -webkit-transform: scale(.7);
        transform: scale(.7);
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.zoom-in {
    -webkit-animation-name: zoom-in;
    animation-name: zoom-in
}

@-webkit-keyframes zoom-out {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    50%,
    to {
        opacity: 0
    }
}

@keyframes zoom-out {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(.7);
        transform: scale(.7)
    }

    50%,
    to {
        opacity: 0
    }
}

.zoom-out {
    -webkit-animation-name: zoom-out;
    animation-name: zoom-out
}

@-webkit-keyframes zoom-in-sm {
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes zoom-in-sm {
    0% {
        -webkit-transform: scale(.95);
        transform: scale(.95);
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.zoom-in-sm {
    -webkit-animation-name: zoom-in-sm;
    animation-name: zoom-in-sm
}

@-webkit-keyframes zoom-out-sm {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    50%,
    to {
        opacity: 0
    }
}

@keyframes zoom-out-sm {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    50%,
    to {
        opacity: 0
    }
}

.zoom-out-sm {
    -webkit-animation-name: zoom-out-sm;
    animation-name: zoom-out-sm
}

@-webkit-keyframes zoom-in-lg {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes zoom-in-lg {
    0% {
        -webkit-transform: scale(.4);
        transform: scale(.4);
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.zoom-in-lg {
    -webkit-animation-name: zoom-in-lg;
    animation-name: zoom-in-lg
}

@-webkit-keyframes zoom-out-lg {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    50%,
    to {
        opacity: 0
    }
}

@keyframes zoom-out-lg {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }

    50% {
        -webkit-transform: scale(.4);
        transform: scale(.4)
    }

    50%,
    to {
        opacity: 0
    }
}

.zoom-out-lg {
    -webkit-animation-name: zoom-out-lg;
    animation-name: zoom-out-lg
}

@-webkit-keyframes overlay-slide-in-top {
    0% {
        height: 100%
    }

    to {
        height: 0
    }
}

@keyframes overlay-slide-in-top {
    0% {
        height: 100%
    }

    to {
        height: 0
    }
}

.overlay-slide-in-top {
    top: 0;
    height: 0;
    -webkit-animation-name: overlay-slide-in-top;
    animation-name: overlay-slide-in-top
}

@-webkit-keyframes overlay-slide-out-top {
    0% {
        height: 0
    }

    to {
        height: 100%
    }
}

@keyframes overlay-slide-out-top {
    0% {
        height: 0
    }

    to {
        height: 100%
    }
}

.overlay-slide-out-top {
    top: 0;
    height: 100%;
    -webkit-animation-name: overlay-slide-out-top;
    animation-name: overlay-slide-out-top
}

@-webkit-keyframes overlay-slide-in-bottom {
    0% {
        height: 100%
    }

    to {
        height: 0
    }
}

@keyframes overlay-slide-in-bottom {
    0% {
        height: 100%
    }

    to {
        height: 0
    }
}

.overlay-slide-in-bottom {
    bottom: 0;
    height: 0;
    -webkit-animation-name: overlay-slide-in-bottom;
    animation-name: overlay-slide-in-bottom
}

@-webkit-keyframes overlay-slide-out-bottom {
    0% {
        height: 0
    }

    to {
        height: 100%
    }
}

@keyframes overlay-slide-out-bottom {
    0% {
        height: 0
    }

    to {
        height: 100%
    }
}

.overlay-slide-out-bottom {
    bottom: 0;
    height: 100%;
    -webkit-animation-name: overlay-slide-out-bottom;
    animation-name: overlay-slide-out-bottom
}

@-webkit-keyframes overlay-slide-in-left {
    0% {
        width: 100%
    }

    to {
        width: 0
    }
}

@keyframes overlay-slide-in-left {
    0% {
        width: 100%
    }

    to {
        width: 0
    }
}

.overlay-slide-in-left {
    width: 0;
    -webkit-animation-name: overlay-slide-in-left;
    animation-name: overlay-slide-in-left
}

@-webkit-keyframes overlay-slide-out-left {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes overlay-slide-out-left {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

.overlay-slide-out-left {
    left: 0;
    width: 100%;
    -webkit-animation-name: overlay-slide-out-left;
    animation-name: overlay-slide-out-left
}

@-webkit-keyframes overlay-slide-in-right {
    0% {
        width: 100%
    }

    to {
        width: 0
    }
}

@keyframes overlay-slide-in-right {
    0% {
        width: 100%
    }

    to {
        width: 0
    }
}

.overlay-slide-in-right {
    right: 0;
    width: 0;
    -webkit-animation-name: overlay-slide-in-right;
    animation-name: overlay-slide-in-right
}

@-webkit-keyframes overlay-slide-out-right {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

@keyframes overlay-slide-out-right {
    0% {
        width: 0
    }

    to {
        width: 100%
    }
}

.overlay-slide-out-right {
    right: 0;
    width: 100%;
    -webkit-animation-name: overlay-slide-out-right;
    animation-name: overlay-slide-out-right
}

.br-theme-bars-movie .br-widget {
    height: 10px;
    white-space: nowrap;
    position: relative
}

.br-theme-bars-movie .br-widget a {
    display: block;
    width: 40px;
    height: 5px;
    float: right;
    background-color: #e4dfdff2
}

@media (max-width:991px) {
    .br-theme-bars-movie .br-widget a {
        width: 40px
    }
}

.br-theme-bars-movie .br-widget a.br-active,
.br-theme-bars-movie .br-widget a.br-selected {
    background-color: #ec0000
}

.br-theme-bars-movie .br-widget .br-current-rating {
    clear: both;
    text-align: center;
    display: inline;
    padding: 0;
    color: #6f6f6f;
    font-weight: 500;
    top: -29px;
    position: absolute;
    left: 0
}

.br-theme-bars-movie .br-readonly a {
    cursor: default
}

.br-theme-bars-movie .br-readonly a.br-active,
.br-theme-bars-movie .br-readonly a.br-selected {
    background-color: #729bf8
}

.br-theme-bars-movie .br-readonly .br-current-rating {
    color: #729bf8
}

@media print {
    .br-theme-bars-movie .br-widget a {
        border: 1px solid #b3b3b3;
        background: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .br-theme-bars-movie .br-widget a.br-active,
    .br-theme-bars-movie .br-widget a.br-selected {
        border: 1px solid #000;
        background: #fff
    }

    .br-theme-bars-movie .br-widget .br-current-rating {
        color: #000
    }
}

.box-example-1to10 .br-wrapper {
    width: 210px;
    position: absolute;
    margin: 0 0 0 -105px;
    left: 50%
}

.box-example-movie .br-wrapper {
    width: 250px;
    position: absolute;
    margin: 0 0 0 -125px;
    left: 50%
}

.box-example-square .br-wrapper {
    width: 190px;
    position: absolute;
    margin: 0 0 0 -95px;
    left: 50%
}

.box-example-pill .br-wrapper {
    width: 232px;
    position: absolute;
    margin: 0 0 0 -116px;
    left: 50%
}

.box-example-reversed .br-wrapper {
    padding-top: 1.3em;
    width: 356px;
    position: absolute;
    margin: 0 0 0 -178px;
    left: 50%
}

.box-example-horizontal .br-wrapper {
    width: 120px;
    position: absolute;
    margin: 0 0 0 -60px;
    left: 50%
}

.star-ratings h1 {
    font-size: 1.5em;
    line-height: 2;
    margin-top: 3em;
    color: #757575
}

.star-ratings p {
    margin-bottom: 3em;
    line-height: 1.2
}

.star-ratings h1,
.star-ratings p {
    text-align: center
}

.star-ratings .stars {
    width: 120px;
    text-align: center;
    margin: auto;
    padding: 0 95px
}

.star-ratings .stars .title {
    font-size: 14px;
    color: #ccc;
    line-height: 3
}

.star-ratings .stars select {
    width: 120px;
    font-size: 16px
}

.star-ratings .stars-example-bootstrap,
.star-ratings .stars-example-css,
.star-ratings .stars-example-fontawesome {
    float: left
}

.star-ratings .stars-example-fontawesome-o {
    width: 200px
}

.star-ratings .stars-example-fontawesome-o select {
    width: 200px
}

.start-ratings-main {
    margin-bottom: 3em
}

.box {
    width: 100%;
    float: left;
    margin: 1em 0
}

.box .box-header {
    text-align: center;
    font-weight: 400;
    padding: .5em 0
}

.box .box-body {
    padding-top: 2em;
    height: 85px;
    position: relative
}

.box select {
    width: 120px;
    margin: 10px auto 0 auto;
    display: block;
    font-size: 16px
}

.box-large .box-body {
    padding-top: 2em;
    height: 120px
}

.box-orange .box-header {
    background-color: #edb867;
    color: #fff
}

.box-orange .box-body {
    background-color: #fff;
    border: 2px solid #f5d8ab;
    border-top: 0
}

.box-green .box-header {
    background-color: #50e3c2;
    color: #fff
}

.box-green .box-body {
    background-color: #fff;
    border: 2px solid #92eed9;
    border-top: 0
}

.box-blue .box-header {
    background-color: #4278f5;
    color: #fff
}

.box-blue .box-body {
    background-color: #fff;
    border: 2px solid #8bacf9;
    border-top: 0
}

@media print {
    .star-ratings h1 {
        color: #000
    }

    .star-ratings .stars .title {
        color: #000
    }

    .box-blue .box-header,
    .box-green .box-header,
    .box-orange .box-header {
        background-color: transparent;
        color: #000
    }

    .box-blue .box-body,
    .box-green .box-body,
    .box-orange .box-body {
        background-color: transparent;
        border: none
    }
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    -ms-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png.html) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: scale .1s ease;
    -moz-transition: scale .1s ease;
    -ms-transition: scale .1s ease;
    -o-transition: scale .1s ease;
    transition: scale .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transition: scale(1.3, 1.3);
    -moz-transition: scale(1.3, 1.3);
    -ms-transition: scale(1.3, 1.3);
    -o-transition: scale(1.3, 1.3);
    transition: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    -ms-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1
}

/*!
 * bootstrap-star-rating v4.0.5
 * http://plugins.krajee.com/star-rating
 *
 * Author: Kartik Visweswaran
 * Copyright: 2013 - 2018, Kartik Visweswaran, Krajee.com
 *
 * Licensed under the BSD 3-Clause
 * https://github.com/kartik-v/bootstrap-star-rating/blob/master/LICENSE.md
 */
.rating-loading {
    width: 25px;
    height: 25px;
    font-size: 0;
    color: #fff;
    background: transparent url(../img/loading.gif) top left no-repeat;
    border: none
}

.rating-container .rating-stars {
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap
}

.rating-container .rating-input {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    font-size: 1px;
    border: none;
    background: 0 0;
    opacity: 0;
    padding: 0;
    margin: 0
}

.rating-container.is-display-only .rating-input,
.rating-container.is-display-only .rating-stars {
    cursor: default
}

.rating-disabled .rating-input,
.rating-disabled .rating-stars {
    cursor: not-allowed
}

.rating-container .star {
    display: inline-block;
    margin: 0 2px;
    text-align: center
}

.rating-container .empty-stars {
    color: #aaa
}

.rating-container .filled-stars {
    position: absolute;
    left: 0;
    top: 0;
    margin: auto;
    color: #fde16d;
    white-space: nowrap;
    overflow: hidden;
    -webkit-text-stroke: 1px #777;
    text-shadow: 1px 1px #999
}

.rating-rtl {
    float: right
}

.rating-animate .filled-stars {
    transition: width .25s ease
}

.rating-rtl .filled-stars {
    left: auto;
    right: 0;
    transition: none;
    -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
    transform: matrix(-1, 0, 0, 1, 0, 0)
}

.rating-rtl.is-star .filled-stars {
    right: .06em
}

.rating-rtl.is-heart .empty-stars {
    margin-right: .07em
}

.rating-container .clear-rating {
    color: #aaa;
    cursor: not-allowed;
    display: inline-block;
    vertical-align: middle;
    font-size: 60%
}

.clear-rating-active {
    cursor: pointer !important
}

.clear-rating-active:hover {
    color: #843534
}

.rating-container .clear-rating {
    padding-right: 5px
}

.rating-container .caption .label {
    display: inline-block;
    padding: .25em .4em;
    line-height: 1;
    text-align: center;
    vertical-align: baseline;
    border-radius: .25rem
}

.rating-container .caption {
    color: #999;
    display: inline-block;
    vertical-align: middle;
    line-height: 1
}

.rating-container .caption {
    margin-left: 5px;
    margin-right: 0
}

.rating-rtl .caption {
    margin-right: 5px;
    margin-left: 0
}

@media print {
    .rating-container .clear-rating {
        display: none
    }
}

.rating-xl {
    font-size: 48px
}

.rating-lg {
    font-size: 40px
}

.rating-md {
    font-size: 32px
}

.rating-sm {
    font-size: 24px
}

.rating-xs {
    font-size: 16px
}

.rating-xl .caption {
    font-size: 20px
}

.rating-lg .caption {
    font-size: 18px
}

.rating-md .caption {
    font-size: 16px
}

.rating-sm .caption {
    font-size: 14px
}

.rating-xs .caption {
    font-size: 12px
}

/*!
 * Krajee SVG Theme styling for bootstrap-star-rating.
 * This file must be loaded after 'star-rating.css'.
 *
 * @see http://github.com/kartik-v/bootstrap-star-rating
 * @author Kartik Visweswaran <kartikv2@gmail.com>
 */
.theme-krajee-svg .krajee-icon,
.theme-krajee-svg .krajee-icon-clear {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.theme-krajee-svg .clear-rating,
.theme-krajee-svg .rating-stars {
    font-size: 5px
}

.theme-krajee-svg .krajee-icon-clear {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22svg2%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20158.81%20158.81%22%20version%3D%221.1%22%3E%0D%0A%3Cpath%20id%3D%22path4%22%20style%3D%22fill%3A%23aaa%22%20stroke-linejoin%3D%22round%22%20d%3D%22m155.06%2C79.438c0%2C41.799-33.885%2C75.684-75.684%2C75.684s-75.684-33.885-75.684-75.684%2C33.885-75.684%2C75.684-75.684%2C75.684%2C33.885%2C75.684%2C75.684z%22%20stroke%3D%22%23aaa%22%20stroke-linecap%3D%22round%22%20fill%3D%22none%22%2F%3E%0D%0A%3Cpath%20id%3D%22rect3139%22%20style%3D%22fill%3A%23fff%22%20d%3D%22m37.216%2C64.443v28.67h88.24v-28.67h-88.24z%22%2F%3E%0D%0A%3C%2Fsvg%3E')
}

.theme-krajee-svg .filled-stars .krajee-icon-star {
    background-image: url(../img/ic_star-o.svg)
}

.theme-krajee-svg.rating-xl .krajee-icon,
.theme-krajee-svg.rating-xl .krajee-icon-clear {
    width: 3rem;
    height: 3rem
}

.theme-krajee-svg.rating-lg .krajee-icon,
.theme-krajee-svg.rating-lg .krajee-icon-clear {
    width: 2.5rem;
    height: 2.5rem
}

.theme-krajee-svg.rating-md .krajee-icon,
.theme-krajee-svg.rating-md .krajee-icon-clear {
    width: 2rem;
    height: 2rem
}

.theme-krajee-svg.rating-sm .krajee-icon,
.theme-krajee-svg.rating-sm .krajee-icon-clear {
    width: 1.5rem;
    height: 1.5rem
}

.theme-krajee-svg.rating-xs .krajee-icon,
.theme-krajee-svg.rating-xs .krajee-icon-clear {
    width: 1rem;
    height: 1rem
}

.theme-krajee-svg .krajee-icon-clear:hover {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22svg2%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20158.81%20158.81%22%20version%3D%221.1%22%3E%0D%0A%3Cpath%20id%3D%22path4%22%20style%3D%22fill%3A%23843534%22%20stroke-linejoin%3D%22round%22%20d%3D%22m155.06%2C79.438c0%2C41.799-33.885%2C75.684-75.684%2C75.684s-75.684-33.885-75.684-75.684%2C33.885-75.684%2C75.684-75.684%2C75.684%2C33.885%2C75.684%2C75.684z%22%20stroke%3D%22%23843534%22%20stroke-linecap%3D%22round%22%20fill%3D%22none%22%2F%3E%0D%0A%3Cpath%20id%3D%22rect3139%22%20style%3D%22fill%3A%23fff%22%20d%3D%22m37.216%2C64.443v28.67h88.24v-28.67h-88.24z%22%2F%3E%0D%0A%3C%2Fsvg%3E')
}

.theme-krajee-svg .empty-stars .krajee-icon-star {
    background-image: url(../img/ic_star.svg)
}

.theme-krajee-svg .filled-stars .krajee-icon-heart {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23fde16d%22%20stroke%3D%22%23777777%22%20stroke-width%3D%220.04em%22%20d%3D%22M12%2021.35l-1.45-1.32c-5.15-4.67-8.55-7.75-8.55-11.53%200-3.08%202.42-5.5%205.5-5.5%201.74%200%203.41.81%204.5%202.09%201.09-1.28%202.76-2.09%204.5-2.09%203.08%200%205.5%202.42%205.5%205.5%200%203.78-3.4%206.86-8.55%2011.54l-1.45%201.31z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E')
}

.theme-krajee-svg .empty-stars .krajee-icon-heart {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%3Cpath%20fill%3D%22%23ffffff%22%20stroke%3D%22%23777777%22%20stroke-width%3D%220.04em%22%20d%3D%22M12%2021.35l-1.45-1.32c-5.15-4.67-8.55-7.75-8.55-11.53%200-3.08%202.42-5.5%205.5-5.5%201.74%200%203.41.81%204.5%202.09%201.09-1.28%202.76-2.09%204.5-2.09%203.08%200%205.5%202.42%205.5%205.5%200%203.78-3.4%206.86-8.55%2011.54l-1.45%201.31z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E')
}

.theme-krajee-svg.rating-rtl.is-heart .filled-stars {
    right: .02em
}

.theme-krajee-svg.rating-rtl.is-heart .empty-stars {
    margin-right: .01em
}

:root {
    --color_base: #232c77;
    --color_base_hover: #FBBB21;
    --color_base2: #54a8e3;
    --color_base_hover2: #FBBB21;
    --color-barex-blue: #54a8e3;
    --color_gra1: #d5d5d5;
    --color_gra2: #555555;
    --color_gra3: #efefef;
    --color_gra4: #f5f5f5;
    --color_white: #fff;
    --color_yellow: #FBBB21;
    --color-base-hover: #FBBB21;
    --color_base_shadow: rgba(39, 198, 201, 0.25);
    --color-red: #fe6c61;
    --base-color: #232c77;
    --base-color-hover: #FBBB21;
    --menu-color: #f4eacf;
    --menu-color-hover: #ecdfbd;
    --menu-border-color: #fcf3d6;
    --sub-menu-color: #fff;
    --sub-menu-color-hover: #359599bf;
    --sub-menu-fcolor-hover: #fff;
    --cart-color: #8bc43f;
    --gold-color: #d6b64f;
    --color-barex-red: #FBBB21;
    --color-khakestari: #727272;
    --color-red: #fe6c61;
    --color-green: #8cc43e;
    --color-base: #232c77;
    --color-base-hover-light: #FBBB21;
    --color-base-hover-durk: #FBBB21;
    --color-mokamel: #e8505b;
    --color-mokamel-hover-light: rgba(251, 80, 91, 0.98);
    --color-mokamel-hover-durk: #cd4a55;
    --color-barex-yellow: #fecc00;
    --color-barex-yellow-hover: #f7a600;
    --color-barex-blue: #009fe3;
    --color-barex-blue-hover: #008bd2;
    --color-barex-red: #e30613;
    --color-barex-red-hover: #c51a1b;
    --color-barex-green: #21c30b;
    --color-barex-green-hover: #21a30b;
    --rounded-cu: 0px;
    --border-cu: 1px solid #eeeeee
}

body {
    font-family: Quicksand, sans-serif;
    color: #9c9c9c;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
    direction: ltr
}

.abt-slide>a,
.add-cart,
.add-to-cart,
.anim-dot span b,
.banner_textt>ul li a,
.blog-items.st2 .blog_info>a,
.blog-items.st2.v3 .blog_info>a,
.blog_info>a,
.bottom-strip.st2>a,
.cat_list li a,
.client-carousel .owl-item.active.center .client-say p,
.contact-form form button,
.coupy-code form button,
.cs-img:before,
.error,
.fixed-prices,
.ft_links ul li a,
.g-info>a,
.gt-info a,
.lang-list,
.load-more-items>a,
.map-links li a,
.mem-social,
.mem-social:before,
.metis .tp-tab-number:before,
.mobile-menu,
.navigation-bar nav>ul>li>a,
.newsletter-form form button,
.pagination-list ul li a,
.post-dv-sml>a,
.price-mn>a,
.proceed-check,
.right-side-menu,
.rt-social-links ul li a,
.scrollertop,
.search-page,
.see-all-videos a,
.shop-item,
.social_links ul li a,
.socio-links li a,
.srves-info:before,
.t-links li a,
.wht-links li a,
.widget-arch ul li a,
.widget-arch.tags ul li a,
.widget-links li a,
.widget-linkss ul li a,
.widget-newsletter form button,
.widget_links ul li a,
body.hpp3.st2 .partner-logo img,
header,
header nav ul ul,
header nav ul ul>li a,
header nav ul.top-level>li>a {
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in
}

#map,
.abt-slide,
.add_info,
.anim-dot span,
.blg-sidebar .widget,
.blog-items .post-dv:before,
.blog_img img,
.blog_info>a,
.cart-totals,
.cat_list li a,
.com-presen,
.contact-form form button,
.coupy-code form button,
.coupy-code form input,
.cs-item,
.currency-tb,
.filter_btn,
.g-contact form input,
.g-contact form textarea,
.help-info,
.load-more-items>a,
.news-bg-img img,
.newsletter-details,
.option-isotop ul li a,
.owl-thumb-item,
.pagination-list ul li a,
.pagination-list ul li.page-item:first-child .page-link,
.pagination-list ul li.page-item:last-child .page-link,
.post-comment-sec form input,
.post-comment-sec form textarea,
.post-dv-img>img,
.post-dv-sml>a,
.price,
.price-dv,
.return-custo,
.sc-img img,
.service-single-details>blockquote,
.service-single-details>img,
.services-ques .toggle-item h2,
.shop-item,
.shop-sec form input[type=text],
.shop-sec form textarea,
.shop-slide,
.shp-tab,
.spin-cart input,
.srves-info,
.srves-info:before,
.subscribe_form>form input,
.tabs-list .nav-tabs .nav-link,
.timer .timer-wrapper .time,
.update-cart,
.vdd-sec,
.vdd-sec:before,
.wht-links li a,
.widget-arch.tags ul li a,
.widget-currency ul,
.widget-linkss,
.widget-newsletter form button,
.widget-newsletter form input,
.widget-price-limit>ul li select,
.widget-search form input {
    -webkit-border-radius: var(--rounded-cu);
    -moz-border-radius: var(--rounded-cu);
    -ms-border-radius: var(--rounded-cu);
    -o-border-radius: var(--rounded-cu);
    border-radius: var(--rounded-cu)
}

.abt-slide>a,
.add-to-cart,
.app-buy-links>a,
.banner-text>form button,
.banner_textt>ul li a,
.buy-token>a,
.cat-name,
.client-say p,
.convo-info,
.exp-details,
.form-field,
.form-field select option,
.form-fields,
.g-contact form button,
.g-info>a,
.gt-info a,
.hp3links ul .sign-up-btn a,
.listing-prods,
.lyra1,
.map-links li a,
.news-section,
.newsletter-form form input,
.our-services,
.our-srvc-list,
.payment_info>a,
.post-comment-sec form button,
.price-mn>a,
.proceed-check,
.progress,
.progress-bar,
.r-search form input,
.started-info,
.value-tm-info,
.widget-price form input,
header nav ul ul,
header nav ul.top-level>li a,
header nav ul.top-level>li>a:hover {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px
}

.anim-dot,
.anim-dot span b,
.app-sec-details .app-info>ul li:before,
.bl-links li:before,
.bottom-strip a i,
.cart-links ul li span.count-no,
.client-info>img,
.close-mbl-menu>a,
.close-search,
.color-schemes ul li a,
.cs-img:before,
.graph-lnks li:before,
.input-field input[type=radio]+label span,
.input-field input[type=radio]+label span:before,
.news-main-slider .owl-dot,
.newsletter-form form button,
.owl-dots .owl-dot,
.owl-next,
.owl-prev,
.post-ct,
.post-socio li a,
.post-vc>a,
.scrollTop,
.social_links ul li a,
.sp_img,
.timeline-details:after,
.timeline-details:before,
.token-info.st2 ul li:before,
.ui-slider-horizontal .ui-slider-handle,
.video-sec-details .sm-post-img img,
.widget-posts .sm-post-img img,
.widget_links ul li:before,
.zom-img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px
}

@media (min-width:1200px) {
    .container {
        max-width: 1240px
    }
}

.modal-open .modal {
    padding-right: 0 !important
}

a {
    color: var(--color_base);
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in
}

a:focus {
    text-decoration: none;
    outline: 0
}

a:hover {
    color: var(--color_base_hover);
    text-decoration: none
}

.t-en {
    display: inline-block;
    direction: ltr
}

.t-f {
    font-size: 13px
}

li {
    list-style: none
}

.color-base {
    color: var(--color_base) !important
}

.color-base2 {
    color: var(--color_base2) !important
}

.color-blue {
    color: var(--color-barex-blue) !important
}

.color-yellow {
    color: var(--color-barex-yellow-hover) !important
}

header.sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    background-image: linear-gradient(-180deg, #fff 0, #fff 100%);
    background-image: linear-gradient(-135deg, #fff 0, #fff 100%);
    -webkit-box-shadow: 0 0 9px 3px rgba(41, 41, 41, .25);
    -moz-box-shadow: 0 0 9px 3px rgba(41, 41, 41, .25);
    box-shadow: 0 0 9px 3px rgba(41, 41, 41, .25);
    z-index: 200
}

header {
    float: left;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    background-color: #fff
}

header .logo img {
    width: 180px;
    padding-top: 6px;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.main-header {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

header.sticky .main-header {
    border: none
}

.logo {
    float: left;
    padding-top: 20px;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in
}

header nav {
    float: right
}

.hp3links {
    margin-top: 12px
}

header nav ul li {
    position: relative
}

header nav ul.top-level>li {
    display: inline-block;
    padding: 26px 0 32px 0;
    position: relative;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in
}

header nav ul.top-level>li>a {
    display: inline-block;
    color: #232c77;
    font-size: 15px;
    text-transform: capitalize;
    padding: 15px 20px;
    margin-left: 2px;
    font-weight: 500
}

header nav ul.top-level>li.singel-icon>a {
    padding: 10px 12px;
    width: 39px;
    height: 39px;
    position: relative
}

header.hp2 .main-header>nav>ul>li:last-child>a {
    color: #232c77
}

header nav ul.top-level>li a {
    color: var(--color-base)
}

header nav ul.top-level>li>a:hover {
    background-color: var(--color_yellow);
    color: var(--color_white)
}

header nav ul.top-level>li a i {
    position: relative;
    top: 2px
}

header nav ul.top-level>li.singel-icon>a .c-t {
    padding: 7px;
    background-color: #ffffff45;
    position: absolute;
    left: -2px;
    top: -14px;
    min-width: 25px;
    height: 25px;
    border-radius: 30px;
    text-align: center;
    font-size: 13px;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in
}

header.sticky nav ul.top-level>li {
    padding: 12px 0 8px 0
}

header.sticky .logo {
    padding-top: 4px
}

header.sticky .logo img {
    width: 198px
}

header.sticky nav ul.top-level>li.singel-icon>a .c-t {
    padding: 6px;
    top: -7px;
    height: 21px
}

header nav ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 290px;
    opacity: 0;
    visibility: hidden;
    background-color: #fafbfd;
    padding: 38px 20px;
    margin-top: 20px
}

header nav ul ul:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 28px;
    border-top: 20px solid #fafbfd;
    border-left: 20px solid transparent;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

header nav ul ul ul {
    left: 100%;
    top: 0
}

header nav ul ul ul:before {
    display: none
}

header nav ul ul>li {
    float: left;
    width: 100%;
    padding: 13px 0
}

header nav ul ul>li:first-child {
    padding-top: 0
}

header nav ul ul>li:last-child {
    padding-bottom: 0
}

header nav ul ul>li a {
    font-size: 16px;
    float: left;
    width: 100%;
    position: relative;
    padding-left: 26px
}

header nav ul ul>li a:hover {
    color: var(--color_base_hover)
}

header nav ul ul>li a:hover:before {
    background-color: #ced0e6
}

header nav ul ul>li a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 1px;
    background-color: #ced0e6;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

header nav ul.top-level li:hover>ul {
    opacity: 1;
    visibility: visible;
    z-index: 999999;
    margin: 0
}

.search-page {
    float: left;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    background-color: rgba(48, 58, 147, .95);
    opacity: 0;
    visibility: hidden;
    z-index: 0
}

.search-page.active {
    opacity: 1;
    visibility: visible;
    z-index: 9999999
}

.search-page form {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.search-page form input {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    background-color: inherit;
    color: #fff;
    font-size: 30px;
    border-top: 0;
    border-left: 0;
    border-right: 0
}

.search-page form button {
    position: absolute;
    top: 50%;
    right: 8px;
    background-color: inherit;
    border: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.search-page form input::-webkit-input-placeholder {
    color: #fff
}

.search-page form input::-moz-placeholder {
    color: #fff
}

.search-page form input:-ms-input-placeholder {
    color: #fff
}

.search-page form input:-moz-placeholder {
    color: #fff
}

.close-search {
    color: #fff;
    font-size: 30px;
    width: 50px;
    height: 50px;
    background-color: #ffc935;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    position: fixed;
    top: 35px;
    right: 75px
}

.close-search img {
    float: none
}

.cart-links {
    float: right;
    padding-left: 7px;
    margin-top: 31px
}

.cart-links ul li {
    display: inline-block;
    padding: 0 10px
}

.cart-links ul li img {
    float: none
}

.cart-links ul li a {
    display: inline-block;
    position: relative
}

.cart-links ul li span.count-no {
    position: absolute;
    top: -5px;
    right: -15px;
    width: 21px;
    height: 21px;
    background-color: #ffc935;
    font-size: 12px;
    color: #443c62;
    line-height: 21px;
    text-align: center
}

.cart-links ul li:last-child a {
    position: relative;
    top: 10px
}

.cart-links ul li a span {
    display: block;
    width: 36px;
    height: 1px;
    background-color: #fff;
    margin-bottom: 10px
}

.bars a span:nth-child(2) {
    width: 26px
}

.bars a span:nth-child(3) {
    width: 16px
}

.lyr1 {
    color: #fff;
    font-size: 25px;
    line-height: 40px
}

.lyr1 b {
    font-weight: 700 !important;
    font-size: 50px
}

.lyr2 {
    color: #fff;
    line-height: 30px;
    font-size: 16px;
    border-right: 1px solid #fff
}

.lyra1 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    border: 2px solid rgba(255, 255, 255, .25)
}

.lyra1.rdp.act,
.lyra1.rdp:hover {
    background: linear-gradient(to left, #83e21d, #fa3966) !important;
    border: 0
}

.lyra1.hvr,
.lyra1:hover {
    background-color: #e6ae1f;
    border-color: transparent
}

.lyra1 i {
    padding-right: 10px;
    font-size: 16px
}

.rev_slider_wrapper {
    width: 100% !important
}

.fullscreen-container {
    padding: 0
}

.metis.tp-tabs {
    width: 92% !important;
    max-width: 100% !important;
    background: inherit !important;
    padding-left: 0 !important
}

.metis .tp-tab-mask {
    max-width: 1200px !important;
    width: 100% !important;
    padding-left: 0 !important;
    margin: 0 auto !important
}

.main-slider.h_p22 .metis.tp-tabs {
    bottom: 0 !important;
    top: auto !important
}

.main-slider .metis.tp-tabs {
    bottom: 12% !important;
    top: auto !important
}

.metis:hover .tp-tab-mask {
    max-width: 1200px !important;
    width: 1200px !important;
    margin: 0
}

.scroller-div:before {
    content: '';
    position: absolute !important;
    bottom: -30%;
    left: 0;
    width: 100%;
    height: 505px;
    background-image: url(/images/curve-img.png) !important;
    background-repeat: no-repeat !important
}

.scroller-div.st2:before {
    display: none
}

.metis.tp-tabs:before {
    display: none
}

.metis .tp-tab-number {
    color: #fff;
    font-size: 16px;
    font-family: barlow;
    font-weight: 400
}

.metis .tp-tab.selected {
    color: #fff
}

.metis .tp-tab.selected .tp-tab-number:before {
    width: 25px;
    opacity: 1;
    visibility: visible;
    background-color: rgba(255, 255, 255, .99)
}

.metis .tp-tab-number:before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50%;
    width: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, .7);
    opacity: 0;
    visibility: hidden
}

.scroller-div {
    position: absolute;
    bottom: 0;
    left: 0;
    float: left;
    width: 100%;
    text-align: center;
    min-height: 300px
}

.scroller-div h3 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 40px;
    padding-bottom: 10px
}

.anim-dot {
    width: 70px;
    height: 70px;
    background-color: #fff;
    margin: 0 auto;
    position: relative;
    -webkit-box-shadow: 0 0 40px rgba(68, 60, 98, .3);
    -moz-box-shadow: 0 0 40px rgba(68, 60, 98, .3);
    -ms-box-shadow: 0 0 40px rgba(68, 60, 98, .3);
    -o-box-shadow: 0 0 40px rgba(68, 60, 98, .3);
    box-shadow: 0 0 40px rgba(68, 60, 98, .3);
    border: 1px solid #ecebef
}

.anim-dot:before {
    content: '';
    position: absolute;
    bottom: 100%;
    width: 1px;
    height: 75px;
    background-color: #9871ce;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.anim-dot span {
    display: inline-block;
    width: 22px;
    height: 38px;
    border: 2px solid #8488c0;
    margin-top: 17px
}

.anim-dot span b {
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: #8488c0;
    position: relative;
    top: -3px;
    -webkit-animation: infinite expand 2s
}

.scroller-div.st2 {
    right: 0;
    left: auto;
    width: auto
}

.scroller-div.st2 .anim-dot {
    float: right;
    background-color: inherit;
    border: 0
}

.scroller-div.st2 .anim-dot span {
    border-color: #fff
}

.scroller-div.st2 .anim-dot span b {
    background-color: #fff
}

.scroller-div.st2 .anim-dot:before {
    background-color: #fff
}

.scroller-div.st2 h3 {
    float: right;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
    top: -148px;
    right: 47px
}

.scroller-div.st2 .anim-dot::before {
    left: auto;
    right: 50%
}

.scroller-div.st2 .anim-dot {
    right: -27px
}

@-webkit-keyframes expand {
    0% {
        top: 0
    }

    100% {
        top: 10px
    }
}

.title {
    width: 100%;
    position: relative
}

.title h3 {
    font-size: 30px;
    text-align: left;
    position: relative;
    padding-right: 30px;
    float: right;
    font-weight: 500
}

.title h3:before {
    width: 147%
}

.title:before {
    width: 100%
}

.title h3:before,
.title:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    height: 1px;
    background-color: #ebecf5;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.about-us .title h3 {
    float: right
}

.about-us.pt {
    padding: 105px 0 0 0
}

.expertise.pt {
    padding: 105px 0 0 0
}

.price-tables-sec.pt {
    padding: 60px 0 40px 0
}

.price-tables-sec .title {
    margin-bottom: 75px
}

.crypto-converter-sec.pt {
    padding: 60px 0 0 0
}

.testimonial-sec.pt {
    padding: 60px 0 0 0
}

.services-sec.pt {
    padding: 80px 0 0 0
}

.news-sec.pt {
    padding: 60px 0 0 0
}

.newsletter-sec.pt {
    padding: 60px 0 0 0
}

.testimonial-sec.cf .owl-item.active.center .client-say>p {
    background-color: #f3f4fa
}

.title2 {
    color: var(--color_base)
}

.title3 {
    color: var(--color_white)
}

.title4 {
    color: var(--color_white)
}

.title3-zir {
    color: var(--color_white);
    opacity: .7
}

.about-us-sec {
    float: left;
    width: 100%
}

.trx-sec {
    float: left;
    width: 100%
}

.trx-sec p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px
}

.trx-sec>a {
    float: left;
    color: #8488c0;
    font-weight: 400;
    font-size: 16px;
    border-bottom: 1px solid #9b9ecc;
    margin-top: 5px
}

.our-srvc-list {
    float: left;
    width: 100%;
    background-color: #2c2c7d;
    padding: 106px 30px 60px 30px;
    margin-top: 95px;
    position: relative
}

.srvc-points {
    float: left;
    width: 100%
}

.srvc-points ul {
    float: left;
    width: 100%
}

.srvc-points ul li {
    float: left;
    width: 50%;
    color: #fff;
    font-size: 16px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 35px
}

.srvc-points ul li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 1px;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.watch-video {
    float: left;
    width: 100%;
    margin-top: 23px
}

.watch-video>a {
    float: left
}

.watch-video>span {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    padding-left: 20px;
    margin-top: 26px
}

.srvc-mbl-img {
    position: absolute;
    top: -60px;
    right: -232px
}

.exp-details {
    float: left;
    width: 100%;
    background-color: #f3f4fa
}

.title.pd-left {
    padding-right: 285px
}

.expt-info {
    float: left;
    width: 100%;
    text-align: center;
    border-radius: 20px
}

.expt-info img {
    float: none;
    display: inline-block;
    margin-bottom: 30px;
    padding-top: 20px;
    width: 25%
}

.expt-info h3 {
    color: var(--color_gra2);
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.expt-info p {
    font-size: 16px;
    line-height: 30px;
    padding: 0 25px
}

.mt-200 {
    margin-top: 200px !important
}

.price-tables {
    float: left;
    width: 100%
}

.price-dv {
    float: left;
    width: 100%;
    background-color: #2e2e83;
    padding: 30px 15px 25px 15px;
    text-align: center
}

.price-dv.clr2 {
    background-color: #495cdb
}

.price-dv.clr3 {
    background-color: #7175a5
}

.price-dv.clr4 {
    background-color: #c8971b
}

.price-dv.clr4 h3 {
    color: #fff
}

.price-dv h3 {
    color: #ffc935;
    font-size: 30px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 4px
}

.price-dv h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px
}

.price-info {
    float: left;
    width: 100%
}

.price-info ul {
    float: left;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding: 4px 0 6px 0
}

.price-info ul:last-child {
    border-bottom: 0;
    padding-bottom: 0
}

.price-info ul li {
    float: left;
    width: 33.33%;
    text-align: center
}

.price-info ul li span {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 25px
}

.price-info ul li span i {
    padding-right: 5px
}

.currency-tb {
    float: left;
    width: 100%;
    padding: 40px
}

.currency-tb table {
    width: 100%
}

.currency-tb table thead th {
    color: #ffc935;
    font-weight: 500;
    font-size: 18px;
    padding-bottom: 25px
}

.currency-tb table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, .3)
}

.currency-tb table tbody tr td {
    color: #fff;
    font-size: 16px;
    padding: 12px 0
}

.currency-tb table tbody tr:last-child {
    border-bottom: 0
}

.currency-tb table tbody tr:last-child td {
    padding-bottom: 0
}

.crypto-converter {
    float: left;
    width: 100%;
    position: relative
}

.convo-info {
    float: left;
    width: 80%;
    background-image: linear-gradient(-180deg, #29f999 0, #007ef6 100%);
    background-image: linear-gradient(-135deg, #17ead9 0, #6078ea 100%);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 120px;
    color: #fff
}

.convo-info p {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 40px;
    padding-right: 140px;
    color: #fff
}

.convo-info h5 {
    float: left;
    width: 100%;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
    padding-right: 140px
}

.convo-info>form {
    float: left;
    width: 100%
}

.conv-form-field {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.conv-form-field:last-child {
    margin-bottom: 0
}

.con-text-field {
    float: left;
    width: 165px;
    margin-right: 25px
}

.con-curr-list select,
.con-text-field input {
    width: 100%;
    background-color: #fff;
    height: 50px;
    font-size: 16px;
    padding: 0 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border: 0
}

.con-curr-list {
    float: left;
    width: 165px;
    position: relative
}

.con-curr-list:before {
    content: '\f107';
    position: absolute;
    top: 50%;
    right: 0;
    font-family: fontawesome;
    font-size: 16px;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.con-curr-list select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ''
}

select::-ms-expand {
    display: none
}

.conv-img {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.client-carousel {
    float: left;
    width: 100%
}

.client-carousel .owl-prev {
    left: -74px
}

.client-carousel .owl-next:before,
.client-carousel .owl-prev:before {
    color: #d8d9eb
}

.client-carousel .owl-next {
    right: -74px
}

.client-carousel .owl-next,
.client-carousel .owl-prev {
    background-color: inherit;
    width: auto;
    height: auto;
    line-height: inherit
}

.client-carousel .owl-dots {
    display: none !important
}

.client-carousel .owl-item.active.center .client-say p {
    background-color: #f3f4fa
}

.client-carousel .owl-item.active.center .client-say p {
    background-color: #fff
}

.client-say {
    float: left;
    width: 100%
}

.client-say p {
    float: left;
    width: 100%;
    font-size: 13px;
    font-style: italic;
    line-height: 30px;
    border: 2px solid #f3f4fa;
    padding: 41px 26px;
    margin-bottom: 25px;
    position: relative
}

.client-say p:before {
    content: 'â€œ';
    position: absolute;
    font-family: barlow;
    top: 30px;
    left: 30px;
    font-size: 60px;
    color: #e9eaf5;
    font-weight: 900
}

.client-info {
    float: left;
    width: 155px;
    text-align: center;
    padding-bottom: 20px
}

.client-info>img {
    width: 80px !important;
    height: 80px;
    object-fit: cover;
    display: inline-block !important;
    float: none;
    margin-bottom: 5px
}

.client-info>h3 {
    color: #32328e;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 8px
}

.client-info>h4 {
    color: #8488c0;
    font-size: 16px;
    text-transform: capitalize
}

.our-services {
    float: left;
    width: 100%;
    background-image: url(/images/resources/serv-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 110px
}

.services-list {
    float: left;
    width: 100%
}

.service-details {
    float: left;
    width: 100%;
    display: table;
    margin-bottom: 50px
}

.service-details:last-child {
    margin-bottom: 0
}

.serv-icon {
    display: table-cell;
    width: 90px;
    display: inline-block
}

.srvc-info {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding-left: 40px
}

.srvc-info h3 {
    color: #ffc935;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px
}

.srvc-info p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    padding-right: 80px
}

.currency-img {
    float: left;
    width: 100%
}

.currency-img img {
    width: 100%
}

.news-section {
    float: left;
    width: 100%;
    padding: 80px 110px
}

.news-carousel {
    float: left;
    width: 100%;
    padding-bottom: 15px
}

.news-carousel .owl-dots {
    position: relative;
    bottom: inherit;
    text-align: center;
    top: 22px;
    left: inherit
}

.news-carousel .owl-dots .owl-dot {
    border: none;
    background-color: var(--color_gra2);
    height: 5px;
    width: 30px;
    padding: 2px !important
}

.news-carousel .owl-dots .owl-dot.active {
    background-color: var(--color_base)
}

.news-item {
    float: left;
    width: 100%;
    border-radius: 15px;
    z-index: 0;
    box-shadow: 3px 3px 12px 0 rgb(0 0 0 / 16%);
    background-color: #fff;
    padding-bottom: 20px;
    margin-bottom: 90px;
    border-radius: var(--rounded-cu)
}

.news-img {
    float: left;
    width: 100%;
    border-radius: 15px 15px 0 0
}

.news-img img {
    width: 100%
}

.news-info {
    float: left;
    width: 100%;
    padding: 15px;
    background-color: var(--color_white);
    border-radius: 0 0 15px 15px
}

.news-info h4 {
    font-size: 19px;
    margin-bottom: 10px
}

.news-info h4 a {
    color: var(--color_base);
    font-weight: 700;
    font-size: 17px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
}

.news-info span {
    font-size: 15px;
    color: red;
    line-height: 24px;
    height: 146px;
    overflow: hidden
}

.newsletter-details {
    float: left;
    width: 100%;
    background-image: url(/images/resources/news-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 110px;
    margin-bottom: 80px
}

.newsletter-details {
    float: left;
    width: 100%
}

.newsletter-info {
    float: left;
    width: 100%
}

.newsletter-info h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px
}

.newsletter-info p {
    font-size: 16px;
    line-height: 30px
}

.newsletter-info p br {
    display: none
}

.newsletter-form {
    float: left;
    width: 100%
}

.newsletter-form form {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 12px
}

.newsletter-form form input {
    width: 100%;
    height: 60px;
    padding: 0 30px;
    background-color: #fff;
    border: 0
}

.newsletter-form form button {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #fff;
    font-size: 24px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0
}

.newsletter-form form button:hover {
    background-color: #131344
}

.img-border-top {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important
}

footer {
    float: left;
    width: 100%;
    padding: 100px 0 0 0
}

footer::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-image: linear-gradient(-180deg, #203468 0, #3b4680 100%);
    background-image: linear-gradient(-135deg, #203468 0, #3b4680 100%);
    -webkit-mask-image: url(/images/footer-bg.svg);
    mask-image: url(/images/footer-bg.svg);
    -webkit-mask: url(/images/footer-bg.svg) no-repeat 100% 100%;
    mask: url(/images/footer-bg.svg) no-repeat 100% 100%;
    -webkit-mask-size: cover;
    mask-size: cover;
    mask-position: center;
    -webkit-mask-position: center
}

footer .container {
    max-width: 1140px
}

.app-details {
    float: left;
    width: 100%;
    margin-bottom: 60px
}

.app-info {
    display: table;
    float: right;
    width: 230px;
    margin-left: 20px;
    padding: 5px 3px;
    border-radius: 8px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.app-info:hover {
    background: #ffffff17
}

.app-info img {
    display: table-cell;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.app-info:hover img {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg)
}

.app_hd {
    display: table-cell;
    vertical-align: middle;
    padding-right: 18px;
    width: 100%
}

.app_hd h3 {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 6px
}

.app_hd h4 {
    color: #f5c943;
    font-size: 15px;
    margin-bottom: 0
}

.main-footer {
    float: left;
    width: 100%;
    padding-bottom: 25px
}

.widget {
    float: right;
    width: 25%
}

.social_links h3,
.widget-title {
    color: var(--color_yellow);
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-left: 38px;
    margin-bottom: 18px
}

.social_links h3:before,
.widget-title:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 25px;
    height: 1px;
    background-color: #777673;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.widget-links {
    float: left;
    width: 100%;
    position: relative
}

.widget-links li {
    float: left;
    width: 100%;
    margin-bottom: 19px;
    color: var(--color_gra4)
}

.widget-links li a {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 400
}

.widget-links li a:hover {
    color: var(--color_yellow)
}

.widget-links li a i {
    padding-right: 10px;
    width: 30px
}

.bottom-footer {
    float: left;
    width: 100%;
    text-align: center;
    border-top: 1px solid #ffffff24;
    padding: 20px 0;
    position: relative
}

.bottom-footer a,
.bottom-footer p {
    color: #fff;
    font-size: 15px;
    margin: 0;
    font-weight: 400
}

header.hp2 .main-header {
    border-bottom: 0
}

header.hp2 .main-header>nav>ul>li:last-child>a {
    background-color: inherit;
    border: 2px solid #fff
}

header.hp2 .main-header>nav>ul>li:last-child>a:hover {
    background-color: #ffc935;
    border-color: transparent
}

header.hp2 .main-header .cart-links {
    margin-top: 34px
}

.exp-details.hp2 {
    background-color: #fff
}

.expertise.hp2 {
    padding: 60px 0 0 0
}

.news-section.st2 {
    background-color: #fff
}

.news-carousel .owl-item.active.center .news-info {
    background-color: var(--color_gra3)
}

.news-sec.hp2 {
    padding-bottom: 120px
}

.app-details.hp2 {
    background-color: #fff;
    padding: 40px 0;
    margin-bottom: 0
}

footer.hp1 .scrollertop {
    bottom: auto;
    top: 40px
}

footer.hp1 {
    position: relative
}

footer.hp2 {
    background-image: inherit;
    padding-top: 0
}

.app-details.hp2 .app_hd h3 {
    color: #7f6fb0
}

.main_footer {
    float: left;
    width: 100%;
    background-color: #1f1837
}

.main_footer .main-footer {
    padding: 51px 0 32px 0
}

footer.hp2 .bottom-footer {
    background-color: #1f1837;
    border-top: 1px solid rgba(255, 255, 255, .2)
}

footer.hp2 .bottom-footer p,
footer.hp2 .bottom-footer p a {
    color: #857ca5
}

footer.hp2 .widget-title {
    color: #fff
}

footer.hp2 .widget-links li a {
    color: #a89ec8
}

footer.hp2 .widget-links li a:hover {
    color: #fff
}

footer.hp2 .widget {
    width: 25%
}

.social_links {
    float: right
}

.social_links h3 {
    color: #7f6fb0;
    margin-bottom: 0;
    float: left;
    margin-top: 9px
}

.social_links ul {
    float: left;
    padding-left: 60px;
    margin-top: -18px;
    position: relative;
    top: 13px
}

.social_links ul li {
    display: inline-block
}

.social_links ul li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 2px solid transparent;
    color: #a89ec8;
    font-size: 16px
}

.social_links ul li a:hover {
    border-color: #a89ec8
}

.get-started-sec.pt {
    padding: 70px 0
}

.started-info {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 50px 110px 97px 110px
}

.started-sec {
    float: left;
    width: 100%;
    padding-top: 65px
}

.started-info .nav-tabs {
    float: left;
    width: 100%;
    text-align: center;
    display: inline-block;
    border-bottom: 0
}

.started-info .nav-tabs .nav-item {
    display: inline-block
}

.started-info .nav-tabs .nav-link {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    border-bottom: 2px solid transparent
}

.started-info .nav-tabs .nav-link.active {
    border-bottom-color: #32328e;
    color: #32328e
}

.gt-img {
    float: left;
    width: 100%
}

.gt-img img {
    width: 100%
}

.gt-info {
    float: left;
    width: 100%;
    padding-left: 25px
}

.gt-info h3 {
    color: #8488c0;
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 22px
}

.gt-info p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px
}

.gt-info a {
    display: inline-block;
    color: #8488c0;
    font-size: 16px;
    border: 2px solid #8488c0;
    text-transform: capitalize;
    padding: 15px 30px
}

.gt-info a:hover {
    background-color: #ffc935;
    color: #fff;
    border-color: transparent
}

.main-banner-sec {
    background-image: url(/images/resources/main-banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 250px 0 150px 0
}

.banner-text {
    float: left;
    width: 100%;
    text-align: center
}

.banner-text h3 {
    color: #fff;
    font-size: 50px;
    text-transform: capitalize;
    margin-bottom: 15px
}

.banner-text p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 50px
}

.banner-text>form {
    width: 1020px;
    margin: 0 auto
}

.form-fields {
    float: left;
    width: 800px;
    background-color: #fff
}

.form-field {
    float: left;
    width: 250px;
    background-color: #fff;
    position: relative;
    border-right: 1px solid #dddfef
}

.form-field:before {
    content: '\f107';
    font-family: fontawesome;
    position: absolute;
    top: 50%;
    right: 30px;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.form-field select {
    float: left;
    width: 100%;
    height: 60px;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    border: 0;
    padding: 0 50px;
    outline: 0;
    -webkit-border-radius: 30px 0 0 30px;
    -moz-border-radius: 30px 0 0 30px;
    -ms-border-radius: 30px 0 0 30px;
    -o-border-radius: 30px 0 0 30px;
    border-radius: 30px 0 0 30px
}

.form-field select option {
    padding: 10px 15px
}

select::-ms-expand {
    display: none
}

.search-field {
    float: left
}

.search-field input {
    background-color: #fff;
    font-size: 16px;
    border: 0;
    height: 60px;
    padding-left: 30px
}

.banner-text>form button {
    height: 60px;
    padding: 0 60px;
    line-height: 60px;
    background-color: #c79415;
    color: #fff;
    font-size: 16px;
    border: 0
}

.listing-section {
    float: left;
    width: 100%
}

.listing-section.pt {
    padding: 120px 0 100px 0
}

.listing-section .container {
    max-width: 1170px;
    padding: 0 15px
}

.arch-links {
    float: left;
    width: 100%
}

.arch-links li {
    float: left;
    width: 100%;
    margin-bottom: 34px
}

.arch-links li:last-child {
    margin-bottom: 0
}

.arch-links li a {
    float: left;
    width: 100%;
    font-size: 16px
}

.arch-links li a span {
    float: right;
    color: #8880a5
}

.catg-links {
    float: left;
    width: 100%
}

.catg-links li {
    float: left;
    width: 100%;
    margin-bottom: 33px
}

.catg-links li input[type=checkbox] {
    display: none
}

.catg-links li label {
    float: left
}

.catg-links li input[type=checkbox]+label span {
    display: inline-block;
    width: 15px;
    height: 15px;
    position: relative;
    border: 1px solid #bbb3d7;
    margin-top: 1px
}

.catg-links li input[type=checkbox]+label span:before {
    content: '\f00c';
    font-size: 10px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    font-family: fontawesome;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.catg-links li input[type=checkbox]:checked+label span:before {
    opacity: 1;
    visibility: visible
}

.catg-links li>span {
    float: left;
    font-size: 16px;
    padding-left: 15px
}

.widget-price form {
    float: left;
    width: 100%
}

.widget-price form input {
    float: left;
    width: 117px;
    height: 45px;
    border: 1px solid #bbb3d7;
    line-height: 45px;
    padding: 0 15px;
    background-color: inherit
}

.widget-price form input:first-of-type {
    margin-right: 25px
}

.listing-prods-sec {
    float: left;
    width: 100%
}

.listing-prods {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 20px 0;
    margin-bottom: 30px
}

.list-up-dt {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 30px
}

.lsit-dt-info {
    float: left;
    padding-left: 40px
}

.lsit-dt-info h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px
}

.lsit-dt-info h4 {
    color: #8488c0;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 7px
}

.lsit-dt-info ul {
    float: left;
    width: 100%
}

.lsit-dt-info ul li {
    display: inline-block;
    margin-right: 5px
}

.lsit-dt-info ul li span {
    color: #ffc935;
    font-size: 10px
}

.list-dt {
    float: left;
    width: 100%;
    padding: 0 30px 12px 30px
}

.list-dt h4 {
    font-size: 16px;
    margin-bottom: 6px
}

.list-lnk {
    float: left;
    width: 100%;
    border-top: 1px solid #f3f4fa;
    padding: 18px 30px 2px 30px
}

.list-lnk>a {
    float: left;
    color: #fff;
    font-size: 16px;
    background: #27c6c9;
    padding: 10px;
    border-radius: 6px
}

.list-lnk:hover a {
    background: #fec93566
}

.list-lnk>span {
    float: right;
    color: #81799f;
    font-size: 16px
}

footer.hp5 {
    background-image: url(/images/resources/main-banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px
}

footer.hp5 .container {
    max-width: 1170px;
    padding: 0 15px
}

.footer-data {
    float: left;
    width: 100%;
    padding-bottom: 80px
}

.footer-data .widget {
    width: 100%
}

.footer-data .widget-about>img {
    margin-bottom: 40px
}

.socio-links {
    float: left;
    width: 100%;
    margin-bottom: 35px
}

.socio-links li {
    display: inline-block;
    margin-right: 45px
}

.socio-links li a {
    display: inline-block;
    color: #fff;
    font-size: 20px
}

address {
    float: left;
    width: 100%
}

address ul {
    float: left;
    width: 100%
}

address ul li {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    margin-bottom: 25px
}

address ul li:last-child {
    margin-bottom: 0
}

.get-updated {
    float: left;
    width: 100%;
    padding-top: 52px
}

.get-updated h3 {
    float: left;
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 25px;
    margin-bottom: 48px
}

.get-updated form {
    float: right;
    width: 470px;
    position: relative
}

.faq-questions .toggle-item h2 {
    padding-left: 0
}

.get-updated form input {
    width: 100%;
    background-color: #fff;
    height: 70px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    color: #5011ab;
    font-size: 16px;
    padding: 0 35px;
    border: 0;
    outline: 0
}

.get-updated form button {
    color: #fff;
    font-size: 16px;
    height: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    padding: 0 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    border: 0;
    background-color: #c69314
}

.bottom-strip {
    float: left;
    width: 100%;
    padding-bottom: 16px;
    padding-top: 30px;
    position: relative
}

.bottom-strip.ta-center {
    text-align: center
}

.bottom-strip.ta-center .scrollertop {
    right: 0
}

.bottom-strip.ta-center p {
    float: left;
    width: 100%
}

.bottom-strip.ta-center .scrolltop {
    position: fixed;
    bottom: 25px;
    right: 60px
}

.bottom-strip p {
    float: left;
    color: #fff;
    font-size: 16px
}

.bottom-strip a {
    float: right;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: -17px
}

.bottom-strip a i {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    display: inline-block;
    background-color: #8488c0;
    color: #fff;
    margin-left: 20px
}

.bottom-strip.ta-left .scrollertop {
    color: #fff;
    font-size: 16px
}

.tpup {
    float: right;
    margin-top: 5px
}

.tpup>span {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase
}

.tpup .scrollertop {
    position: static;
    display: inline-block;
    margin-left: 20px
}

.scrollertop:hover {
    background-color: var(--color_yellow)
}

.listing-section.hp6.pt {
    padding: 60px 0
}

.listing-section.hp6.pt .listing-prods {
    background-color: #f3f4fa
}

.option-isotop {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 60px
}

.option-isotop ul li {
    display: inline-block;
    margin-right: 20px
}

.option-isotop ul li a {
    display: inline-block;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 50px;
    background-color: #f3f4fa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.option-isotop ul li a.selected {
    color: #fff
}

body.hp6 .option-isotop ul li a {
    padding: 0 70px
}

.masonary {
    float: left;
    width: 100%
}

body.hp6 {
    background-color: #fff
}

body.hp8 {
    background-color: #f3f4fa
}

body.hp8 .container {
    max-width: 1170px
}

header.hp8 {
    position: relative
}

.header-hp8 {
    float: left;
    width: 100%
}

.top-hd {
    float: left;
    width: 100%
}

.top-hd .logo {
    padding-top: 28px
}

.rt-social-links {
    float: right;
    padding: 50px 0
}

.rt-social-links h4 {
    float: left;
    color: #8f83ab;
    font-size: 15px;
    padding-right: 30px
}

.rt-social-links ul {
    float: left
}

.rt-social-links ul li {
    display: inline-block;
    margin-right: 25px
}

.rt-social-links ul li:last-child {
    margin-right: 0
}

.rt-social-links ul li a {
    display: inline-block;
    color: #8f83ab;
    font-size: 16px
}

.rt-social-links ul li a:hover {
    color: #ffc935
}

.navigation-bar {
    float: left;
    width: 100%;
    background-color: #32328e
}

.navigation-bar nav {
    float: left;
    margin: 0
}

.navigation-bar nav>ul>li {
    padding: 25px
}

.navigation-bar nav ul li:first-child {
    padding-left: 0
}

.navigation-bar nav>ul>li>a {
    padding: 0;
    color: #fff;
    font-size: 16px
}

.navigation-bar nav>ul>li>a:hover {
    color: #ffc935
}

.navigation-bar nav ul li a:hover {
    background-color: inherit
}

.navigation-bar nav ul li:last-child a {
    background-color: inherit
}

.navigation-bar .cart-links {
    margin-top: 13px
}

.tp-revslider-mainul,
.tp-revslider-slidesli {
    width: 100% !important
}

.main-slider .container {
    padding: 0
}

.main-slider .lyra1.st3.act,
.main-slider .lyra1.st3:hover {
    background-color: #e6ae1f;
    border-color: transparent
}

.news-main-section {
    padding-top: 30px
}

.blg-sidebar .news-main-slider .owl-nav,
.news-main-section .news-main-slider .owl-nav {
    display: none
}

.news-main-slider {
    float: left;
    width: 100%
}

.news-slide {
    float: left;
    width: 100%;
    position: relative
}

.news-bg-img {
    float: left;
    width: 100%
}

.news-bg-img img {
    width: 100%
}

.news-figcap {
    position: absolute;
    bottom: 0;
    left: 0;
    float: left;
    width: 100%;
    padding: 30px
}

.news-figcap h3 {
    color: #fff;
    font-size: 35px;
    line-height: 48px;
    margin-bottom: 28px
}

.news-figcap h3 a {
    color: #fff
}

.news-figcap ul {
    float: left;
    width: 100%
}

.news-figcap ul li {
    display: inline-block;
    margin-right: 20px
}

.news-figcap ul li img {
    width: auto !important;
    padding-right: 10px
}

.news-figcap ul li:last-child img {
    position: relative;
    top: 3px
}

.news-figcap ul li span {
    display: inline-block;
    color: #fff;
    font-size: 16px
}

.cat-name {
    display: inline-block;
    color: #32328e;
    font-size: 14px;
    background-color: #ffc935;
    padding: 8px 20px;
    position: absolute;
    top: 30px;
    left: 40px
}

.news-main-slider .owl-dots {
    position: absolute;
    bottom: 35px;
    right: 30px;
    left: auto
}

.news-main-slider .owl-dot {
    width: 9px;
    height: 9px;
    background-color: #fff;
    background-color: #fff;
    display: inline-block;
    margin-right: 10px
}

.news-main-slider .owl-dot.active {
    background-color: #ffc935
}

.news-sidebar {
    float: left;
    width: 100%
}

.news-sidebar .news-slide {
    margin-bottom: 30px
}

.news-sidebar .news-slide:last-child {
    margin-bottom: 0
}

.news-sidebar .news-figcap h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 22px
}

.blog-main-seciton {
    float: left;
    width: 100%;
    padding: 30px 0
}

body.hp_7 .blog-main-seciton {
    padding-top: 0;
    padding-bottom: 0
}

body.hp_7 .widget-tab .nav-tabs {
    border: 1px solid #ededed;
    padding-bottom: 1px
}

body.hp_7 .widget-tab .nav-link::before {
    bottom: -2px
}

body.hp_7 .nav-tabs .nav-item:last-child a {
    border: 0
}

body.hp_7 .news-blog-main {
    padding-top: 30px
}

body.hp_7 .blg-sidebar {
    padding-left: 15px;
    padding-top: 30px
}

body.hp_7 .news-blog-main {
    padding-right: 15px
}

.news-blog-main {
    float: left;
    width: 100%
}

.popular-posts {
    float: left;
    width: 100%;
    margin-bottom: 30px
}

.blg-sidebar .widget .widget-title,
.popular-posts>h3,
.sec-title {
    color: #30284e;
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 15px;
    float: left;
    width: 100%;
    margin-bottom: 25px;
    padding-left: 0
}

.video-sec.st2 .sec-title {
    border-bottom-color: #dbddef
}

.sec-title {
    margin-bottom: 40px
}

.blg-sidebar .widget .widget-title:before,
.popular-posts>h3:before,
.sec-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 2px;
    background-color: #8488c0
}

.blg-sidebar .widget .widget-title:before,
.popular-posts>h3:before,
.sec-title:before {
    top: auto
}

body.hp_7 .blg-sidebar .widget .widget-title,
body.hp_7 .popular-posts>h3,
body.hp_7 .sec-title {
    border-bottom: 1px solid #ededed
}

body.hp_7 .blg-sidebar .widget .widget-title:before,
body.hp_7 .popular-posts>h3:before,
body.hp_7 .sec-title:before {
    bottom: -1px
}

body.hp_7 .widget-currency ul {
    background-color: #edeef8
}

.post-dv {
    float: left;
    width: 100%
}

.post-dv-img {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: var(--rounded-cu) 10px 0 0
}

.post-dv-img>a>img {
    width: 100%;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.post-dv-img:hover>a>img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1)
}

.post-cat {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 48px;
    margin-left: 15px;
    color: #fff;
    font-size: 13px;
    background-color: #32328e;
    padding: 7px 15px;
    text-transform: capitalize;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.post-like {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 15px;
    color: #7b7b7b;
    font-size: 13px;
    background-color: #fff;
    padding: 6px 7px;
    text-transform: capitalize;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.post-like.post-liked {
    background-color: #df2727;
    color: #fff
}

.post-like i {
    position: relative;
    top: 1px
}

.post-promotioned {
    display: inline-block;
    position: absolute;
    bottom: -28px;
    right: -9px;
    color: #28cfdd;
    font-size: 13px;
    background-color: #fff;
    padding: 30px 22px 30px 6px;
    transform: rotate(45deg);
    font-size: 16px
}

.post-promotioned i {
    position: relative;
    top: 1px
}

.post-dv-info {
    float: left;
    width: 100%
}

.post-dv-info h3 {
    color: #30284e;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 17px;
    cursor: pointer
}

.post-dv-info ul {
    margin-bottom: 13px;
    text-align: left;
    position: absolute;
    bottom: 14px;
    left: 28px
}

.post-dv-info ul li {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px
}

.post-dv-info ul li:last-child {
    margin-right: 0
}

.post-dv-info ul li img {
    position: relative;
    top: 1px;
    padding-right: 9px
}

.post-dv-info ul li span {
    display: inline-block;
    color: #abaed1;
    font-size: 13px
}

.post-dv-info>p {
    float: left;
    width: 100%;
    color: #736a95;
    font-size: 16px;
    line-height: 24px
}

.post-dv-sml {
    float: left;
    width: 100%;
    margin-top: 30px
}

.post-dv-sml .post-dv-info h3,
.post-sm-grid .post-dv-info h3 {
    color: #30284e;
    font-size: 16px;
    line-height: 24px;
    padding-top: 8px;
    margin-bottom: 2px
}

body.hp_7 .post-dv-sml>a {
    border: 1px solid #edeef8
}

.post-dv-sml>a {
    float: left;
    width: 100%;
    color: #8f83ab;
    font-size: 15px;
    background-color: #fff;
    padding: 15px 0;
    text-align: center;
    margin-top: 18px
}

.post-dv-sml.st2 {
    margin-top: 0
}

.br-rght {
    border-right: 1px solid #edeef8
}

.post-dv-sml.st2 .post-dv-info h3,
.post-lg-grid .post-dv-info h3,
.post-sm-grid .post-dv-info h3 {
    font-size: 15px;
    line-height: 24px;
    max-height: 54px;
    overflow: hidden;
    margin-bottom: 5px;
    text-align: left
}

.post-dv-sml.st2 .post-dv-info {
    margin-bottom: 17px;
    padding: 0 7px 0 7px;
    background: #fafafa;
    border: 1px solid #e9e9e9;
    border-radius: 0 0 10px 10px;
    min-height: 95px;
    position: relative;
    padding-bottom: 10px
}

.post-dv-sml.st2 .post-cat {
    background-color: var(--color_base2)
}

.popular-posts.st3 .post-dv-info,
.post-lg-grid .post-dv-info {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 30px
}

.popular-posts.st3 .post-dv-info h3,
.post-lg-grid .post-dv-info h3 {
    color: #fff
}

.popular-posts.st3 .post-dv-info ul li span,
.post-lg-grid .post-dv-info ul li span {
    color: #fff
}

.post-lg-grid .post-dv {
    position: relative
}

.post-dv.wt .post-dv-info h3 a {
    color: #fff
}

.post-lg-grid .post-dv-info ul {
    margin-bottom: 0
}

.post-lg-grid .post-dv-info {
    bottom: 30px
}

.popular-posts.st3 .post-dv {
    position: relative;
    margin-bottom: 30px
}

.sm-post-dv {
    float: left;
    width: 100%;
    margin-bottom: 30px
}

.sm-post-img {
    float: right;
    position: relative
}

.popular-posts.st3 .sm-post-dv .post-dv-info,
.post-sm-grid .post-dv-info {
    position: relative;
    float: left;
    width: 70%;
    padding: 0;
    padding-left: 20px;
    margin-bottom: 0
}

.popular-posts.st3 .sm-post-dv .post-dv-info h3,
.post-sm-grid .post-dv-info h3 {
    color: #30284e;
    font-size: 16px;
    padding-top: 0
}

.popular-posts.st3 .sm-post-dv .post-dv-info ul li span {
    color: #abaed1;
    font-size: 15px
}

.blg-sidebar {
    float: left;
    width: 100%
}

.blg-sidebar .widget {
    width: 100%;
    margin-bottom: 30px
}

.widget-calculator form {
    background-image: url(/images/cal-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    width: 100%;
    padding: 30px
}

.widget-calculator form ul {
    float: left;
    width: 100%;
    margin-bottom: 35px
}

.widget-calculator form ul:last-child {
    margin-bottom: 0
}

.widget-calculator form ul li {
    position: relative;
    float: left;
    width: 95px;
    padding-left: 15px
}

.widget-calculator form ul li:first-child {
    padding-left: 0
}

.widget-calculator form ul li input {
    color: #fff;
    font-size: 16px;
    width: 100%;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    background-color: inherit;
    -webkit-appearance: none
}

.widget-calculator form ul li input+span {
    color: #fff;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0
}

.widget-calculator form ul li input::-webkit-input-placeholder {
    color: #fff
}

.widget-calculator form ul li input::-moz-placeholder {
    color: #fff
}

.widget-calculator form ul li input:-ms-input-placeholder {
    color: #fff
}

.widget-calculator form ul li input:-moz-placeholder {
    color: #fff
}

.widget-calculator form ul li:nth-child(2) {
    padding-left: 20px;
    position: relative;
    top: 0;
    width: auto
}

.widget-calculator form ul li>span {
    color: #fff;
    font-size: 16px
}

.rslt {
    margin-top: 2px
}

.rslt span,
.widget-calculator form ul li select {
    color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    float: left;
    background-color: inherit;
    width: 100%;
    outline: 0
}

.slect {
    width: 70px !important;
    margin-top: -1px;
    padding-top: 3px
}

.slect:before {
    content: '\f107';
    position: absolute;
    top: 5px;
    right: 0;
    font-family: fontawesome;
    color: #fff;
    font-size: 14px
}

.widget-calculator form ul li select {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    -webkit-appearance: none
}

.widget-calculator form ul li select option {
    color: #000
}

.widget-currency ul {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 30px
}

.widget-currency ul li {
    float: left;
    width: 100%;
    margin-bottom: 30px
}

.widget-currency ul li:last-child {
    margin-bottom: 0
}

.cp-img {
    width: 30px
}

.cp-img img {
    object-fit: cover;
    position: relative;
    top: 3px;
    width: 100%
}

.widget-currency ul li .cp-info {
    float: left;
    padding-left: 18px
}

.cp-info b,
.cp-info span {
    color: #555ba8;
    font-size: 16px;
    display: block
}

.cp-info b {
    text-transform: uppercase
}

.widget-currency ul li>span {
    float: right;
    color: #555ba8;
    font-size: 16px;
    margin-top: 8px
}

.widget-currency ul li>span i {
    padding-right: 10px
}

.widget-posts .news-figcap h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 15px
}

.widget-posts .cat-name {
    left: auto;
    right: 15px;
    background-color: #8488c0;
    color: #fff;
    top: 17px
}

.news-figcap {
    padding: 0 20px 15px 20px
}

.news-main-slider .news-figcap {
    padding: 0 20px 30px 20px
}

.widget-posts .news-main-slider .owl-dots {
    right: 17px;
    bottom: 16px
}

.blg-sidebar .news-main-slider .news-figcap {
    padding: 0 20px 15px 20px
}

.widget-posts .news-main-slider .owl-dot {
    background-color: #969296;
    border: 0;
    margin-right: 8px
}

.widget-posts .news-main-slider .owl-dot.active {
    background-color: #fff
}

.widget-posts .sm-post-dv,
.widget-tab .sm-post-dv {
    width: 100%;
    padding-top: 30px;
    margin-bottom: 0
}

.post-ct {
    width: 30px;
    height: 30px;
    background-color: #ea4151;
    color: #fff;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-box-shadow: 0 0 10px rgba(157, 157, 157, .61);
    -moz-box-shadow: 0 0 10px rgba(157, 157, 157, .61);
    -ms-box-shadow: 0 0 10px rgba(157, 157, 157, .61);
    -o-box-shadow: 0 0 10px rgba(157, 157, 157, .61);
    box-shadow: 0 0 10px rgba(157, 157, 157, .61)
}

.video-sec-details .sm-post-dv h3,
.widget-posts .sm-post-dv h3,
.widget-tab .sm-post-dv h3 {
    font-size: 15px;
    line-height: 24px
}

.video-sec-details .post-dv-info,
.widget-posts .post-dv-info,
.widget-tab .post-dv-info {
    width: 66%;
    padding-right: 10px
}

.video-sec-details .sm-post-img,
.widget-posts .sm-post-img {
    position: relative
}

.video-sec-details .sm-post-dv h3,
.widget-posts .sm-post-dv h3,
.widget-tab .sm-post-dv h3 {
    margin-bottom: 10px
}

.widget-social ul {
    float: left;
    width: 100%
}

.widget-social ul li {
    float: left;
    width: 45%;
    padding: 8px 20px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 10px;
    margin-right: 15px
}

.facebook {
    background-color: #4e73c0
}

.twitter {
    background-color: #57cdff
}

.google-plus {
    background-color: #f56c5a
}

.youtube {
    background-color: #ee4353
}

.dribbble {
    background-color: #fe79ab
}

.behance {
    background-color: #2b83ff
}

.instagram {
    background-color: #44a3fb
}

.vk {
    background-color: #3fd2f5
}

.widget-social ul li a {
    float: left;
    width: 100%
}

.widget-social ul li a i {
    float: left;
    color: #fff;
    font-size: 20px;
    margin-top: 8px
}

.sc-info {
    float: left;
    padding-left: 20px
}

.sc-info h3 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 3px
}

.sc-info span {
    display: inline-block;
    color: #fff;
    font-size: 13px
}

.widget-tab .nav-link {
    padding: 0;
    color: #30284e;
    font-size: 16px;
    background-color: #fff;
    padding: 20px 25px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-right: 1px solid #f3f4fa;
    position: relative
}

.widget-tab .nav-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 61px;
    height: 2px;
    background-color: #8488c0;
    opacity: 0;
    visibility: hidden
}

.widget-tab .nav-link.active:before {
    opacity: 1;
    visibility: visible
}

.widget-tab .nav-tabs {
    border-bottom: 0
}

.widget-tab .nav-tabs li:first-child .nav-link {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px
}

.widget-tab .nav-tabs li:last-child .nav-link {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0
}

.small-posts-dv {
    float: left;
    width: 100%
}

.video-sec {
    background-color: #fff
}

.video-sec.st2 .container {
    max-width: 1366px
}

.video-sec-infoo {
    float: left;
    width: 100%;
    background-color: #edeef8;
    padding: 55px 90px;
    border-radius: var(--rounded-cu)
}

.video-sec.pt {
    padding: 60px 0
}

.video-sec-details {
    float: left;
    width: 100%
}

.video-sec-details .news-figcap h3 {
    font-size: 22px;
    margin-bottom: 10px
}

.video-sec-details .news-figcap {
    padding-bottom: 30px
}

.play-video {
    position: absolute;
    bottom: 30px;
    right: 30px
}

#html5-watermark {
    display: none !important
}

#html5lightbox-web-iframe img {
    float: none
}

.see-all-videos {
    float: left;
    width: 100%
}

.see-all-videos a {
    float: left;
    width: 100%;
    color: #8f83ab;
    font-size: 15px;
    background-color: #f3f4fa;
    padding: 20px 0;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.video-sec-details .small-posts-dv .sm-post-dv {
    margin-bottom: 25px
}

.post-ct img {
    float: none
}

.video-sec-details .post-ct {
    line-height: 36px
}

body.hp_7 {
    background-color: #fff
}

.latest-posts-sec {
    background-color: #f3f4fa
}

body.hp_7 .latest-posts-sec.pt {
    background-color: inherit;
    padding-top: 45px
}

.latest-posts-sec.pt {
    padding: 60px 0
}

.post-lg-grid {
    float: left;
    width: 100%;
    margin-bottom: 40px
}

.post-lg-grid .news-figcap h3 {
    font-size: 22px;
    margin-bottom: 10px
}

.post-lg-grid .news-figcap {
    padding-bottom: 30px
}

.post-lg-grid .news-main-slider .owl-dots {
    display: none !important
}

.post-lg-grid .news-main-slider .owl-prev {
    left: 0
}

.post-lg-grid .news-main-slider .owl-next,
.post-lg-grid .news-main-slider .owl-prev {
    background-color: inherit;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 0;
    height: auto
}

.post-lg-grid .news-main-slider .owl-next {
    right: 0
}

.post-lg-grid .news-main-slider .owl-next:before,
.post-lg-grid .news-main-slider .owl-prev:before {
    color: #fff;
    font-size: 35px
}

.post-lg-grid .news-main-slider .owl-prev:before {
    content: '\f104'
}

.post-lg-grid .news-main-slider .owl-next:before {
    content: '\f105'
}

.post-lg-grid .cat-name {
    left: auto;
    right: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.post-sm-grid {
    float: left;
    width: 100%;
    margin-bottom: -30px
}

footer.hp8 {
    background-color: #180e30;
    background-image: inherit;
    padding: 0
}

.top_footer {
    float: left;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #312847
}

.ft-logo {
    float: left
}

.ft_links {
    float: left;
    padding-left: 100px;
    padding-top: 21px
}

.ft_links ul {
    float: left
}

.ft_links ul li {
    display: inline-block;
    padding: 0 8px
}

.ft_links ul li a {
    display: inline-block;
    color: #817a93;
    font-size: 15px
}

.ft_links ul li a:hover {
    color: #556bff
}

.top_footer .socio-links {
    float: right;
    width: auto;
    padding-top: 21px;
    margin-bottom: 0
}

.top_footer .socio-links li {
    margin-right: 30px
}

.top_footer .socio-links li a {
    font-size: 16px;
    color: #8f83ab
}

.navigation-bar nav>ul>li>a:hover,
body.hp8 .rt-social-links ul li a:hover,
body.hp8 .top_footer .socio-links li a:hover,
body.hp8 .widget_links ul li a:hover {
    color: #556bff
}

body.hp8 .scrollertop.clrd:hover {
    background-color: #556bff
}

.post-dv-sml>a:hover,
.see-all-videos a:hover {
    color: #fff;
    background-color: #556bff
}

.bottom_footer {
    float: left;
    width: 100%;
    padding: 50px 0
}

.bottom_footer .widget {
    width: 100%
}

.widget_about {
    margin: 0;
    padding: 0
}

.bottom_footer .widget-title {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    padding-left: 0;
    padding-bottom: 11px;
    text-transform: capitalize;
    margin-bottom: 30px
}

.bottom_footer .widget-title:before {
    background-color: #fff;
    left: 0;
    bottom: 0;
    top: auto;
    width: 70px;
    height: 2px
}

.widget-newsletter p,
.widget_about p {
    font-size: 15px;
    color: #817a93;
    line-height: 30px
}

.widget_links ul {
    float: left;
    width: 100%
}

.widget_links ul li {
    float: left;
    width: 100%;
    margin-bottom: 25px;
    position: relative;
    padding-left: 15px
}

.widget_links ul li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 4px;
    height: 4px;
    background-color: #817a93
}

.widget_links ul li a {
    float: left;
    width: 100%;
    color: #817a93;
    font-size: 15px
}

.widget-newsletter form {
    float: left;
    width: 100%;
    margin-top: 25px;
    position: relative
}

.widget-newsletter form input {
    width: 100%;
    background-color: #fff;
    height: 60px;
    padding: 0 20px;
    color: #180e30;
    font-size: 15px;
    border: 0
}

.widget-newsletter form button {
    color: #fff;
    font-size: 16px;
    background-color: #556bff;
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    position: absolute;
    top: 5px;
    right: 5px;
    border: 0
}

.bottom_strip {
    float: left;
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid #312847;
    text-align: center;
    position: relative
}

.bottom_strip a,
.bottom_strip p {
    color: #817a93;
    font-size: 15px;
    display: inline-block
}

.scrollTop {
    width: 50px;
    height: 50px;
    background-color: #e84050;
    line-height: 60px;
    text-align: center;
    position: fixed;
    bottom: 65px;
    right: 55px
}

.scrollTop img {
    float: none
}

header.hp8.st2 .top-hd {
    background-color: #180e30
}

header.hp8.st2 .navigation-bar {
    background-color: #4d5ee5
}

header.hp8.st2 .navigation-bar nav ul li a:hover {
    color: #ffc935
}

.date-info {
    float: left;
    width: 33%
}

.date-info>h4 {
    color: #8f83ab;
    font-size: 15px;
    padding-top: 52px
}

header.hp8.st2 .logo {
    float: left;
    width: 33%;
    text-align: center
}

header.hp8.st2 .logo img {
    float: none
}

.news-main-slider {
    position: relative
}

.news-main-slider.hpp7 .news-figcap {
    width: 45%
}

.news-main-slider.hpp7 .news-figcap .cat-name {
    position: static;
    margin-bottom: 22px
}

.news-main-section.hpp7 .container {
    max-width: 1366px
}

.news-main-slider.hpp7 .owl-dots {
    display: none !important
}

.owl-thumbs-list {
    position: absolute;
    top: 50%;
    right: 110px;
    width: 250px;
    z-index: 99;
    border-left: 1px solid #514d66;
    padding: 0 0 0 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.owl-thumbs-list:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #696071
}

.owl_thumb {
    float: left;
    width: 100%;
    margin-bottom: 50px
}

.owl_thumb:last-child {
    margin-bottom: 0
}

.owl_thumb h3 {
    font-size: 20px;
    color: #fff;
    line-height: 30px
}

.owl_thumb h3 a {
    color: #fff
}

.banner-slider {
    float: left;
    width: 100%;
    position: relative
}

.hp3links ul .sign-up-btn a {
    border: 2px solid #83e21d;
    background-color: inherit;
    padding: 10px 20px
}

.hp3links ul li a {
    padding: 10px 14px
}

.cart-links ul {
    float: left
}

.hp3links ul li a:hover {
    background-color: inherit;
    color: #ffc935
}

.language-list {
    display: inline-block
}

.language-list li {
    display: inline-block;
    position: relative
}

.language-list>li>a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    position: relative;
    border-left: 1px solid rgba(255, 255, 255, .5);
    padding: 5px 20px 5px 15px
}

.language-list>li>a:before {
    content: '\f107';
    font-family: fontawesome;
    position: absolute;
    top: 5px;
    right: 0
}

.lang-list {
    position: absolute;
    top: 130%;
    left: 0;
    width: 60px;
    opacity: 0;
    visibility: hidden
}

.lang-list.active {
    opacity: 1;
    visibility: visible;
    z-index: 99
}

.lang-list li,
.lang-list li a {
    float: left;
    width: 100%
}

.lang-list li a {
    color: #fff;
    font-size: 14px;
    padding: 7px 15px
}

header.hp3 {
    position: static
}

header.hp3 .logo {
    padding-top: 35px
}

header.hp3 nav ul li {
    padding: 33px 0 28px 0
}

header.hp3 .main-header {
    border-bottom: 0
}

header.hp3 nav ul li:last-child a {
    background-color: inherit;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

header.hp3 .cart-links {
    margin-top: 44px
}

header.hp3 .bars {
    margin-top: 1px
}

body.hpp3 {
    background-image: url(/images/main-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

body.hpp3.st2 {
    background-color: #fff;
    background-image: url(/images/bg2.png);
    background-repeat: no-repeat;
    background-size: cover
}

body.hpp3.st2 header {
    position: absolute
}

body.hpp3.st2 .about_us_sec {
    padding: 83px 0 120px 0
}

body.hpp3.st2 .heading h4 {
    color: #696587
}

body.hpp3.st2 .service_info h3 {
    color: #2c2946
}

.svr-img {
    height: 157px;
    margin-bottom: 40px
}

body.hpp3.st2 .service_info {
    position: relative
}

body.hpp3.st2 .service_info:before {
    content: '';
    position: absolute;
    top: 80px;
    left: 75%;
    width: 250px;
    height: 1px;
    background-color: #e8e9f0
}

body.hpp3.st2 .service_info.lst:before {
    display: none
}

body.hpp3.st2 .core-sec {
    background-color: #f3f4fa
}

body.hpp3.st2 .core-sec.pt {
    padding: 90px 0 50px 0
}

body.hpp3.st2 .token-info ul li h3 {
    color: #8488c0
}

body.hpp3.st2 .token_details {
    width: 100%;
    float: left;
    padding-top: 20px
}

.heading.ta-left {
    text-align: left
}

.heading.ta-right {
    text-align: left
}

body.hpp3.st2 .circle-img img {
    width: 100%
}

body.hpp3.st2 .token-info.ta-right {
    padding-left: 30px;
    margin-top: 4px
}

body.hpp3.st2 .token-sec.pt {
    padding: 100px 0
}

body.hpp3.st2 .sale-sec {
    background-color: #f3f4fa
}

body.hpp3.st2 .sale-sec.pt {
    padding: 70px 0 110px 0
}

body.hpp3.st2 .payment-method-info h3 {
    color: #8488c0
}

body.hpp3.st2 .cc-icons li a {
    color: #bdc1da
}

body.hpp3.st2 .value-tm-info ul li h3 {
    width: 40%
}

body.hpp3.st2 .value-tm-info ul li>span {
    float: left
}

body.hpp3.st2 .timline-sec {
    padding: 100px 0
}

body.hpp3.st2 .timeline-div:before {
    background-color: #e1e3ef
}

body.hpp3.st2 .timeline-details:before {
    background-color: #8488c0
}

body.hpp3.st2 .timeline-details:after {
    background-color: #f5f6fa
}

body.hpp3.st2 .timeline-details>span {
    color: #8488c0
}

body.hpp3.st2 .timeline-details>span:before {
    background-color: #8488c0
}

body.hpp3.st2 .timline-sec {
    background-color: #fff;
    background-image: url(/images/timeline-bg.png);
    background-repeat: no-repeat;
    background-size: cover
}

body.hpp3.st2 .app-sec {
    background-color: #f3f4fa
}

body.hpp3.st2 .timeline-div:last-child .timeline-details {
    padding-bottom: 0
}

body.hpp3.st2 .app-sec.pt {
    padding: 90px 0 0 0
}

body.hpp3.st2 .app-info p {
    color: #6e6590
}

body.hpp3.st2 .app-info>ul li {
    color: #6e6590
}

body.hpp3.st2 .app-info>ul li:before {
    background-color: #8488c0
}

body.hpp3.st2 .app-buy-links>a {
    background: #7814cc
}

body.hpp3.st2 .app-img {
    margin-top: -40px
}

body.hpp3.st2 .app-info {
    padding-top: 34px
}

body.hpp3.st2 .app-sec-details {
    margin-bottom: -145px
}

body.hpp3.st2 .team-sec.pt {
    padding: 270px 0 120px 0;
    background-image: url(/images/bg2.png);
    background-size: cover;
    background-repeat: no-repeat
}

body.hpp3.st2 .mem-info span {
    color: #6e6590
}

body.hpp3.st2 .mem-info ul li a {
    color: #bdc1da
}

body.hpp3.st2 .faqs-sec {
    background-image: url(/images/bg2.png);
    background-size: cover;
    background-repeat: no-repeat
}

.faq-questions {
    width: 980px;
    margin: 0 auto
}

.toggle {
    float: left;
    width: 100%
}

.toggle-item {
    float: left;
    width: 100%;
    overflow: hidden
}

.toggle-item h2 {
    font-size: 22px;
    border-bottom: 1px solid #e1e3ef;
    padding: 25px 0;
    position: relative;
    padding-left: 45px;
    cursor: pointer
}

.toggle-item:last-child h2 {
    border-bottom: 0
}

.content {
    float: left;
    width: 100%
}

.content p {
    color: #6e6590;
    font-size: 16px;
    line-height: 24px;
    padding: 20px 0
}

body.hpp3.st2 .partner-logo img:hover {
    filter: grayscale(0)
}

body.hpp3.st2 footer {
    background-image: url(/images/footer-bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0 0 0
}

body.hpp3.st2 .tp-footer {
    border: 0
}

body.hpp3.st2 .widget-links {
    margin-top: 40px
}

body.hpp3.st2 .widget-links ul li {
    display: block;
    float: left;
    width: 100%
}

body.hpp3.st2 .widget-links ul li a {
    color: #fff
}

body.hpp3.st2 .widget-about .socio-links li a {
    color: #fff
}

body.hpp3.st2 .widget-about {
    text-align: center
}

body.hpp3.st2 .widget-about img {
    float: none;
    display: inline-block;
    margin-bottom: 35px
}

body.hpp3.st2 .tp-footer .get-updated h3 {
    text-align: left;
    margin-bottom: 45px
}

body.hpp3.st2 .tp-footer .get-updated {
    margin-top: 54px
}

body.hpp3.st2 .bottom-strip {
    border-top: 1px solid rgba(255, 255, 255, .4)
}

body.hpp3.st2 .partner-sec.pt {
    padding: 100px 0 120px 0
}

.faq-questions.st2 .toggle-item h2::before {
    content: '';
    width: 21px;
    height: 21px;
    background-image: url(/images/plus-img.png);
    background-repeat: no-repeat;
    right: auto;
    left: 0
}

.faq-questions.st2 .toggle-item h2 {
    padding-left: 45px
}

.faq-questions.st2 .toggle-item h2.active::before {
    background-image: url(/images/minus-img.png);
    top: 48px
}

.faq-questions.st2 .content p {
    padding: 22px 45px 0 45px
}

body.hpp3.st2 footer.hp3 .widget-links {
    padding-left: 0
}

body.hpp3.st2 footer.hp3 .get-updated {
    padding-right: 0
}

.banner_sec_details {
    float: left;
    width: 100%
}

.banner_textt {
    float: left;
    width: 100%
}

.banner_textt h3 {
    color: #fff;
    font-size: 50px;
    line-height: 72px;
    margin-bottom: 23px
}

.banner_textt h3 strong {
    font-weight: 700
}

.banner_textt p {
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    border-left: 1px solid rgba(255, 255, 255, .5);
    width: 45%;
    padding: 0 0 0 17px;
    margin-bottom: 28px
}

.banner_textt>ul {
    float: left;
    width: 100%
}

.banner_textt>ul li {
    display: inline-block;
    margin-right: 25px
}

.banner_textt>ul li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    text-transform: capitalize;
    background-color: #696587;
    padding: 0 30px
}

.banner_textt>ul li a.active,
.banner_textt>ul li a:hover {
    background-color: #83e21d;
    color: #180e30
}

.banner_textt>ul li a i {
    padding-right: 10px
}

.tk-details {
    float: left;
    width: 100%;
    background-color: #293488;
    padding: 40px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px
}

.tk-details>h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 33px
}

.timer {
    padding: 0 7px
}

.timer .timer-wrapper {
    display: inline-block
}

.timer .timer-wrapper:first-child .time {
    background-color: #83e21d
}

.timer .timer-wrapper .time {
    font-size: 30px;
    font-weight: 500;
    color: #293488;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: #fff;
    margin-right: 10px;
    margin-bottom: 15px;
    text-align: center
}

.timer .timer-wrapper .text {
    font-size: 16px;
    color: #7f88e1;
    text-transform: capitalize;
    text-align: center;
    float: left;
    width: 100%
}

.buy-token {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 35px
}

.buy-token>a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    padding: 0 50px;
    background-color: #180e30
}

.worth-info {
    float: left;
    width: 100%
}

.worth-info .wr-info:first-child {
    float: left
}

.worth-info .wr-info:last-child {
    float: right
}

.wr-info h3 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 6px
}

.wr-info>span {
    display: inline-block;
    color: #7f88e1;
    font-size: 16px
}

.progress-chart {
    float: left;
    width: 100%;
    margin-top: 25px
}

.pp-info {
    float: left;
    width: 100%;
    margin-bottom: 15px
}

.pp-info span:first-child {
    float: left
}

.pp-info span:last-child {
    float: right
}

.pp-info>span {
    color: #7f88e1;
    font-size: 16px
}

.progress_bar {
    float: left;
    width: 100%;
    margin-bottom: 15px
}

.progress {
    background-color: #192265
}

.progress-bar {
    background-color: #ffc935
}

.about_us_sec {
    padding-top: 5px
}

.about_us_details {
    float: left;
    width: 100%
}

.heading h4 {
    color: #1a3365;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 18px
}

.heading h3 {
    color: #1a3365;
    font-size: 35px;
    font-weight: 500
}

.services_details {
    float: left;
    width: 100%
}

.service_info {
    float: left;
    width: 100%;
    text-align: center
}

.service_info img {
    float: none;
    margin-bottom: 50px
}

.service_info h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 14px
}

.service_info p {
    color: #8f83ab;
    font-size: 16px;
    line-height: 30px
}

.core-sec.pt {
    padding: 109px 0 120px 0
}

.core-sec-details {
    float: left;
    width: 100%
}

.core-para {
    float: left;
    width: 100%;
    padding-right: 100px
}

.core-para h3 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 26px
}

.core-para>p {
    color: #8f83ab;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px
}

.core-para>p:last-child {
    margin-bottom: 0
}

.cap-info {
    float: left;
    width: 100%;
    padding: 25px 35px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 40px;
    height: 160px
}

.cap-icon {
    height: 75px
}

.clrr1 {
    background-color: #4551cc
}

.clrr2 {
    background-color: #f16125
}

.clrr3 {
    background-color: #32328e
}

.clrr4 {
    background-color: #2c2946
}

.clrr4 img {
    position: relative;
    top: 20px
}

.clrr5 {
    background-color: #555ba8
}

.clrr6 {
    background-color: #83e21d
}

.cap-info img {
    float: none;
    margin-bottom: 20px
}

.cap-info h3 {
    color: #fff;
    font-size: 15px;
    line-height: 20px
}

.sale-sec.pt {
    padding: 115px 0 100px 0
}

.token-sec.pt {
    padding: 56px 0 0 0
}

.token-sec.st2.pt {
    padding: 138px 0 0 0
}

.token-sec-details {
    float: left;
    width: 100%
}

.token_details {
    width: 710px;
    margin: 0 auto
}

.token-info {
    float: left;
    width: 100%
}

.token-info ul li {
    float: left;
    width: 100%;
    padding-left: 20px;
    border-left: 1px solid #76dfef;
    margin-bottom: 30px
}

.token-info ul li:last-child {
    margin-bottom: 0
}

.token-info ul li h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 5px
}

.token-info ul li span {
    display: inline-block;
    color: #8f83ab;
    font-size: 16px
}

.circle-img {
    float: left;
    width: 100%
}

.token-info.ta-right {
    float: right;
    padding-left: 70px;
    margin-top: 50px
}

.token-info.st2 ul li {
    color: #8f83ab;
    font-size: 16px;
    position: relative;
    border-left: 0;
    padding-left: 30px;
    margin-bottom: 45px
}

.token-info.st2 ul li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background-color: #fd6742
}

.token-info.st2 ul li:nth-child(2):before {
    background-color: #fd6742
}

.token-info.st2 ul li:nth-child(3):before {
    background-color: #90d661
}

.token-info.st2 ul li:nth-child(4):before {
    background-color: #47cbff
}

.token-info.st2 ul li:nth-child(5):before {
    background-color: #4a77f6
}

.token-info.st2 ul li:nth-child(6):before {
    background-color: #1c4aa1
}

.token_details.st2 {
    width: 860px
}

.values-sec {
    float: left;
    width: 100%
}

.value-tm-info {
    float: left;
    width: 100%;
    background-color: #293488
}

.value-tm-info ul {
    float: left;
    width: 100%
}

.value-tm-info ul li {
    float: left;
    width: 100%;
    padding: 25px 35px;
    border-bottom: 1px solid #3a4495
}

.value-tm-info ul li h3 {
    color: #fff;
    font-size: 16px;
    float: left
}

.value-tm-info ul li span {
    float: right;
    color: #8f83ab;
    font-size: 16px
}

.value-tm-info ul li:last-child {
    border-bottom: 0
}

.payment-method-info {
    float: left;
    width: 100%;
    padding-left: 50px
}

.payment-method-info h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px
}

.payment-method-info p {
    color: #8f83ab;
    font-size: 16px;
    line-height: 30px
}

.cc-icons {
    float: left;
    width: 100%;
    margin-top: 24px;
    margin-bottom: 30px
}

.cc-icons li {
    display: inline-block;
    margin-right: 20px
}

.cc-icons li a {
    display: inline-block;
    color: #83e21d;
    font-size: 22px
}

.timeline-sec-details {
    float: left;
    width: 100%;
    position: relative
}

.timeline-div {
    float: left;
    width: 100%;
    position: relative
}

.timeline-div:last-child:before {
    display: none
}

.timeline-div:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.timeline-details {
    float: left;
    width: 50%;
    text-align: left;
    padding-right: 90px;
    position: relative;
    padding-bottom: 60px
}

.timeline-details:before {
    content: '';
    position: absolute;
    top: 0;
    right: -8px;
    width: 15px;
    height: 15px;
    background-color: #83e21d;
    z-index: 9
}

.timeline-details:after {
    content: '';
    position: absolute;
    top: -7px;
    right: -15px;
    width: 29px;
    height: 29px;
    background-color: #3c3554
}

.timeline-details>span {
    display: inline-block;
    color: #83e21d;
    font-size: 16px;
    margin-bottom: 13px;
    position: relative;
    padding-right: 13px
}

.timeline-details>span:before {
    content: '';
    position: absolute;
    top: 8px;
    left: 100%;
    width: 50px;
    height: 1px;
    background-color: #83e21d
}

.timeline-details>h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 25px
}

.timeline-details>p {
    color: #8f83ab;
    font-size: 16px;
    line-height: 30px
}

.timeline-div:nth-child(even) .timeline-details {
    float: right;
    text-align: left;
    padding-right: 0;
    padding-left: 90px
}

.timeline-div:nth-child(even) .timeline-details>span:before {
    right: 100%;
    left: auto
}

.timeline-div:nth-child(even) .timeline-details>span {
    padding-left: 13px;
    padding-right: 0
}

.timeline-div:nth-child(even) .timeline-details:before {
    left: -8px;
    right: auto
}

.timeline-div:nth-child(even) .timeline-details:after {
    left: -15px;
    right: auto
}

.app-sec.pt {
    padding: 36px 0 120px 0
}

.app-sec-details {
    float: left;
    width: 100%
}

.app-sec-details .app-info {
    float: left;
    width: 100%;
    padding-top: 190px
}

.app-sec-details .app-info p {
    color: #beb1db;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 38px
}

.app-sec-details .app-info>ul {
    float: left;
    width: 100%
}

.app-sec-details .app-info>ul li {
    float: left;
    width: 100%;
    color: #8f83ab;
    font-size: 16px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 20px
}

.app-sec-details .app-info>ul li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #83e21d
}

.app-buy-links {
    float: left;
    width: 100%;
    margin-top: 18px
}

.app-buy-links>a {
    float: left;
    color: #fff;
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    background: -webkit-linear-gradient(to left, #83e21d, #f16125);
    background: -moz-linear-gradient(to left, #83e21d, #f16125);
    background: -ms-linear-gradient(to left, #83e21d, #f16125);
    background: -o-linear-gradient(to left, #83e21d, #f16125);
    background: linear-gradient(to left, #83e21d, #f16125);
    padding: 0 50px
}

.app-buy-links>ul {
    float: left;
    padding-left: 35px;
    margin-top: 15px
}

.app-buy-links>ul li {
    display: inline-block;
    margin-right: 20px
}

.app-buy-links>ul li a {
    display: inline-block
}

.app-img {
    float: left;
    width: 100%
}

.team-sec.pt {
    padding: 75px 0 120px 0
}

.team-members {
    float: left;
    width: 100%
}

.team {
    float: left;
    width: 100%;
    display: table
}

.mem-img {
    display: table-cell
}

.mem-info {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding-left: 20px
}

.mem-info h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px
}

.mem-info span {
    display: inline-block;
    color: #8f83ab;
    font-size: 16px;
    margin-bottom: 15px
}

.mem-info ul {
    float: left;
    width: 100%
}

.mem-info ul li {
    display: inline-block;
    margin-right: 15px
}

.mem-info ul li a {
    display: inline-block;
    color: #83e21d;
    font-size: 14px
}

.faqs-sec.pt {
    padding: 109px 0 120px 0
}

.faqs-sec-details {
    float: left;
    width: 100%
}

.faqs-sec-details .nav-tabs {
    float: left;
    width: 100%;
    text-align: center;
    display: inline-block;
    border-bottom: 0
}

.faqs-sec-details .nav-tabs .nav-link {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    border-bottom: 1px solid #4d406d;
    padding: 0 45px 20px 45px;
    margin-right: -5px;
    position: relative
}

.faqs-sec-details .nav-tabs .nav-link:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100px;
    height: 1px;
    background-color: #fff;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden
}

.faqs-sec-details .nav-tabs .nav-link.active:before {
    opacity: 1;
    visibility: visible
}

.faqs-sec-details .tab-content {
    padding-top: 60px;
    margin-bottom: -55px
}

.tab-content {
    float: left;
    width: 100%
}

.faq-ques {
    float: left;
    width: 100%;
    margin-bottom: 55px
}

.faq-ques h3 {
    color: #fff;
    font-size: 19px;
    margin-bottom: 20px
}

.faq-ques p {
    color: #8f83ab;
    font-size: 16px;
    line-height: 30px;
    padding-right: 15px
}

.contact-sec.pt {
    padding: 100px 0 120px 0
}

.contact-sec-details {
    float: left;
    width: 100%
}

.contact-info {
    float: left;
    width: 100%;
    padding-top: 38px
}

.contact-info ul {
    float: left;
    width: 100%
}

.contact-info ul li {
    float: left;
    width: 100%;
    margin-bottom: 110px
}

.contact-info ul li:last-child {
    margin-bottom: 0
}

.contact-info ul li img {
    margin-top: 5px
}

.cc-info {
    float: left;
    padding-left: 40px
}

.cc-info p {
    color: #8f83ab;
    font-size: 15px;
    line-height: 30px
}

p {
    line-height: 30px !important;
    color: #77838f !important
}

input::placeholder {
    color: var(--base-color);
    font-size: 16px !important;
    font-weight: 400 !important;
    text-align: left !important
}

textarea::placeholder {
    color: var(--base-color);
    font-size: 16px !important;
    font-weight: 400 !important;
    text-align: left !important
}

#register_captcha-input::placeholder {
    padding-left: 100px !important
}

.section-block {
    padding: 80px 0
}

.gold {
    color: var(--color_yellow)
}

.contact-form form {
    float: left;
    width: 100%
}

.contact-form form input {
    height: 50px
}

.contact-form form textarea {
    height: 200px;
    padding: 6px 0
}

.contact-form form input,
.contact-form form textarea {
    width: 100%;
    color: #8f83ab;
    font-size: 15px;
    border: 0;
    border-bottom: 1px solid #332b52;
    background-color: inherit;
    margin-bottom: 40px
}

.contact-form form button {
    color: #fff;
    font-size: 15px;
    background-color: #696587;
    height: 60px;
    line-height: 60px;
    width: 100%;
    border: 0;
    margin-top: 7px
}

.contact-form form button:hover {
    background-color: #ffc935
}

.partner-sec.pt {
    padding: 137px 0 80px 0
}

.partner-sec-details {
    float: left;
    width: 100%
}

.partner-logo {
    float: left;
    width: 100%;
    text-align: center
}

.partner-logo>a {
    float: left;
    width: 100%
}

.partner-logo img {
    float: none;
    width: auto !important;
    display: inline-block !important
}

footer.hp3 {
    background: inherit;
    padding: 0
}

footer.hp3 .container {
    max-width: 1366px
}

.tp-footer {
    float: left;
    width: 100%;
    padding: 80px 0;
    border-top: 1px solid #241a3b;
    border-bottom: 1px solid #241a3b
}

.tp-footer .widget-about img {
    margin-bottom: 20px
}

.tp-footer .widget {
    width: 100%
}

.tp-footer .widget-about .socio-links li {
    margin-right: 30px
}

.tp-footer .widget-about .socio-links li a {
    color: #8f83ab;
    font-size: 20px
}

body.hpp3 .tp-footer .widget-about .socio-links li a:hover {
    color: #83e21d
}

.tp-footer .get-updated h3 {
    text-align: center;
    margin-bottom: 34px
}

.tp-footer .get-updated {
    padding-top: 0;
    padding-right: 30px
}

.tp-footer .get-updated form {
    width: 100%
}

.tp-footer .get-updated form button {
    background: -webkit-linear-gradient(to left, #83e21d, #f16125);
    background: -moz-linear-gradient(to left, #83e21d, #f16125);
    background: -ms-linear-gradient(to left, #83e21d, #f16125);
    background: -o-linear-gradient(to left, #83e21d, #f16125);
    background: linear-gradient(to left, #83e21d, #f16125)
}

.tp-footer .widget-links {
    padding: 0 50px;
    margin-top: 15px
}

.tp-footer .widget-links ul li {
    display: inline-block;
    float: none;
    width: auto;
    margin-right: 30px
}

.tp-footer .widget-links ul li a {
    color: #8f83ab
}

.bottom-strip.st2>a {
    color: #696587
}

.bottom-strip.st2>a i {
    width: auto;
    height: auto;
    line-height: auto;
    background-color: inherit;
    color: #696587
}

.bottom-strip.st2 p {
    color: #696587
}

.pager-sec {
    background-image: url(/images/sec-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 194px 0 160px 0
}

.pager-sec.st2 {
    background-image: url(/images/sec-bg2.png);
    text-align: center;
    padding: 190px 0 103px 0
}

.pager-sec.st2 .pager-sec-details ul {
    border-left: 0
}

.pager-sec.st2 .pager-sec-details {
    float: left;
    width: 100%
}

.pager-sec-details h3 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 17px
}

.pager-sec-details ul {
    float: left;
    width: 100%;
    border-left: 1px solid #c373f3;
    padding: 5px 0 5px 10px
}

.pager-sec-details>p {
    color: #fff;
    font-size: 15px;
    border-left: 1px solid #c373f3;
    padding: 5px 0 5px 20px
}

.pager-sec-details ul li {
    display: inline-block;
    padding: 0 10px;
    position: relative
}

.pager-sec-details ul li:last-child:before {
    display: none
}

.pager-sec-details ul li:before {
    content: '\f105';
    position: absolute;
    top: 1px;
    left: 100%;
    color: #fff;
    font-size: 15px;
    font-family: fontawesome
}

.pager-sec-details ul li a {
    display: inline-block;
    color: #fff;
    font-size: 15px
}

.aabout-us {
    padding: 50px 0 0 0
}

.abt-info h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 37px
}

.abt-info p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0
}

.abt-info p:last-child {
    margin-bottom: 0
}

.player-ic {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.our-srvs {
    padding: 50px 0 0 0
}

.our-srvs-info {
    float: left;
    width: 100%
}

.srvs-info {
    float: left;
    width: 100%
}

.srvs-info h3 {
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 20px
}

.srvs-info h3 span {
    display: inline-block;
    color: var(--color_base2);
    padding-left: 5px
}

.expertise.st2.pt {
    padding: 55px 0 0 0
}

.expertise.st2 .title h3:before,
.title:before {
    display: none
}

.expertise.st2 .title.pd-left {
    padding-left: 0
}

.expertise.st2 .title h3 {
    padding-left: 0
}

.wallet-sec {
    background-image: url(/images/resources/ct-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 110px 0;
    margin-top: 60px
}

.wel-hd {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 70px
}

.wel-hd p {
    color: #fff;
    line-height: 24px
}

.wallet-sec-info {
    float: left;
    width: 100%;
    margin-bottom: -35px
}

.wallet-info {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 35px
}

.wallet-info h3 {
    color: #ffc935;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 10px
}

.wallet-info span {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    text-align: left
}

.wallet-sec.chg .wallet-info h3 {
    color: #8488c0
}

.team-vsec {
    padding: 60px 0
}

.team-vsec h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 60px
}

.team-main-sec {
    float: left;
    width: 100%;
    margin-bottom: 100px
}

.our_team {
    float: left;
    width: 100%
}

.team-img {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px
}

.team-img img {
    width: 100%
}

.our_team>h3 {
    color: #8488c0;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px
}

.our_team>span {
    display: inline-block;
    font-size: 16px
}

.mem-social {
    position: absolute;
    float: left;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(to left, #443c62, #e3458f);
    background: -moz-linear-gradient(to left, #443c62, #e3458f);
    background: -ms-linear-gradient(to left, #443c62, #e3458f);
    background: -o-linear-gradient(to left, #443c62, #e3458f);
    background: linear-gradient(to left, #443c62, #e3458f);
    opacity: 0;
    visibility: hidden
}

.mem-social:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
    opacity: 0;
    visibility: hidden
}

.mem-social>ul {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    text-align: center
}

.mem-social li {
    display: inline-block;
    padding: 0 10px
}

.mem-social li a {
    display: inline-block;
    color: #fff;
    font-size: 16px
}

.our_team:hover .mem-social:before {
    width: 50px;
    opacity: 1;
    visibility: visible
}

.our_team:hover .mem-social {
    opacity: 1;
    visibility: visible
}

.payment_info {
    float: left;
    width: 100%;
    text-align: center
}

.payment_info h2 {
    font-size: 40px;
    margin-bottom: 30px
}

.payment_info h2 span {
    color: #fff;
    font-weight: 500
}

.payment_info p,
.payment_info p a {
    font-size: 16px
}

.payment_info>a {
    display: inline-block;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 65px;
    margin-top: 20px
}

body.hpp3.st2 footer.hp2.vabt {
    background-image: url(/images/resources/vbt-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0
}

body.hpp3.st2 footer.hp2.vabt .main_footer {
    background-color: inherit
}

body.hpp3.st2 footer.hp2.vabt .bottom-footer {
    background-color: inherit
}

body.hpp3.st2 footer.hp2.vabt .widget-links li a {
    color: #fff
}

body.hpp3 .bottom-strip.st2>a:hover,
body.hpp3 .bottom-strip.st2>a:hover i,
body.hpp3 .widget-links li a:hover {
    color: #83e21d
}

body.hpp3 .contact-form form button:hover {
    background-color: #83e21d
}

body.hpp3.st2 .widget-about .socio-links li a:hover,
body.hpp3.st2 .widget-links ul li a:hover {
    color: #ffc935
}

body.hpp3.st2 footer.hp2.vabt .bottom-footer p,
body.hpp3.st2 footer.hp2.vabt .bottom-footer p a {
    color: #fff
}

body.hpp3.st2 footer.hp2.vabt .widget-links {
    margin-top: 0
}

body.hpp3.st2 footer.hp2.vabt .widget-title {
    color: #ffc935
}

body.hpp3.st2 footer.hp2.vabt .widget-newsletter p {
    color: #fff
}

body.hpp3.st2 footer.hp2.vabt .container {
    max-width: 1366px;
    padding: 0 25px
}

.t_footer {
    float: left;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #8c3aca
}

.t-logo {
    float: left;
    width: 100%
}

.t-links {
    float: left;
    width: 100%;
    margin-top: 23px
}

.t-links li {
    display: inline-block;
    margin-right: 15px
}

.t-links li a {
    display: inline-block;
    color: #fff;
    font-size: 15px
}

.t-links li a:hover,
body.hpp3.st2 footer.hp2.vabt .widget-links li a:hover {
    color: #ffc935
}

.t_footer .socio-links {
    margin-bottom: 0;
    margin-top: 21px;
    float: right;
    width: auto
}

.t_footer .socio-links li {
    margin-right: 25px
}

.t_footer .socio-links li a {
    font-size: 18px
}

.t_footer .socio-links li:last-child {
    margin-right: 0
}

.about-main-dv {
    float: left;
    width: 100%
}

.about-mn-slider {
    float: left;
    width: 100%;
    margin-bottom: 50px
}

.about-mn-slider .owl-nav {
    display: none
}

.owl-dots {
    position: absolute;
    bottom: 30px;
    left: 60px
}

.owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    border: 2px solid #fff !important;
    display: inline-block;
    margin-right: 15px
}

.owl-dots .owl-dot.active {
    background-color: #fff
}

.abt-slide {
    float: left;
    width: 100%;
    background-image: url(/images/resources/ab-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 60px;
    background-color: #202b51
}

.abt-slide>h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 12px;
    line-height: 40px
}

.abt-slide>p {
    color: #fff;
    margin-bottom: 30px
}

.abt-slide>a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    border: 2px solid #8488c0;
    height: 50px;
    line-height: 50px;
    padding: 0 40px
}

.help-info {
    float: left;
    width: 100%;
    background-color: #f3f4fa;
    padding: 40px 25px;
    margin-bottom: 30px
}

.help-info>h3 {
    color: #8488c0;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px
}

.help-info>p {
    margin-bottom: 20px
}

.help-info>a {
    display: inline-block;
    color: #202b51;
    font-size: 16px
}

.add_info {
    float: left;
    width: 100%;
    background-image: url(/images/resources/bt-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    background-color: #2f2f84;
    margin-bottom: 30px
}

.add_info>h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px
}

.add_info>p {
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px
}

.add_info address {
    float: left;
    width: 100%
}

.add_info address ul li {
    float: left;
    width: 100%;
    display: table
}

.add_info address ul li img {
    margin-top: 5px;
    display: table-cell;
    float: none;
    display: inline-block
}

.add_info address ul li span {
    color: #fff;
    font-size: 15px;
    display: table-cell;
    width: 100%;
    padding-left: 20px;
    line-height: 22px;
    vertical-align: middle
}

.com-presen {
    float: left;
    width: 100%;
    background-color: #fec22f;
    padding: 10px 20px;
    display: table
}

.com-presen img {
    display: table-cell
}

.com-presen a {
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px
}

.pager-info {
    background-color: #f3f4fa;
    padding: 20px 0;
    margin-top: -52px;
    z-index: -1
}

.pager-info .pager-sec-details ul {
    padding: 0;
    border: 0
}

.pager-info .pager-sec-details ul li a,
.pager-info .pager-sec-details ul li:before {
    color: #525b90
}

.history-sec {
    float: left;
    width: 100%;
    padding-bottom: 65px
}

.history-sec>h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px
}

.history-sec p {
    float: left;
    width: 100%;
    margin-bottom: 30px
}

.history-sec .timeline-sec-details {
    margin-top: 75px
}

body.hpp3.st2.no-bg {
    background: inherit
}

.pager {
    padding-top: 60px
}

.right-sidebar {
    float: left;
    width: 100%;
    padding-left: 50px
}

.widget-linkss {
    float: left;
    width: 100%;
    background-color: #32328e;
    padding: 40px 20px;
    margin-bottom: 30px
}

.widget-linkss ul li {
    float: left;
    width: 100%;
    margin-bottom: 30px
}

.widget-linkss ul li:last-child {
    margin-bottom: 0
}

.widget-linkss ul li a {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 16px;
    position: relative;
    padding-left: 40px
}

.widget-linkss ul li a:hover {
    padding-left: 50px
}

.widget-linkss ul li a:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #7f7fcb;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.widget-linkss ul li a:hover {
    color: #fbbb21
}

.widget-linkss ul li a:hover::before {
    background-color: #fbbb21
}

.team-vsec {
    float: left;
    width: 100%
}

.pager .team-main-sec {
    margin-bottom: 25px
}

.team-main-sec.st2 .our_team {
    margin-bottom: 30px
}

.wallet-sec.chg {
    background-color: #f3f4fa;
    background-image: inherit
}

.wallet-sec.chg .wallet-sec.chg {
    color: #8488c0
}

.paymy {
    padding: 80px 0
}

.paymy.pt-30 {
    padding-top: 30px
}

.srves-sec {
    float: left;
    width: 100%;
    margin-bottom: -30px
}

.srves-info {
    float: left;
    width: 100%;
    border: 2px solid #f3f4fa;
    padding: 20px 30px;
    position: relative;
    margin-bottom: 30px
}

.svc-info {
    position: relative;
    z-index: 9
}

.srves-info:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/resources/svc-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    visibility: hidden
}

.vcpb {
    position: absolute;
    top: 25px;
    right: 30px
}

.srves-info:hover:before {
    opacity: 1;
    visibility: visible
}

.svc-info>h1 {
    color: #f3f4fa;
    font-size: 72px;
    font-weight: 500;
    margin-bottom: 25px
}

.svc-info>h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px
}

.srves-info:hover .svc-info>h3 a,
.srves-info:hover .svc-info>p {
    color: #fff
}

.page-dt {
    padding: 40px 0
}

.options {
    float: left;
    width: 100%
}

.option-isotop {
    float: left;
    width: 100%
}

.option-isotop ul li {
    display: inline-block;
    margin-right: 20px
}

.option-isotop ul li a {
    font-size: 16px;
    display: inline-block;
    background-color: #f3f4fa;
    height: 50px;
    line-height: 50px;
    padding: 0 20px
}

.cases-filter {
    float: left;
    width: 100%
}

.cs-item {
    float: left;
    width: 100%;
    margin-bottom: 30px
}

.cs-img {
    float: left;
    width: 100%;
    position: relative
}

.cs-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden
}

.cs-item:hover .cs-img:before {
    opacity: 1;
    visibility: visible;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.cs-img img {
    width: 100%
}

.cs-item>h3 {
    font-size: 20px;
    padding: 25px;
    border-left: 1px solid #f3f4fa;
    border-bottom: 1px solid #f3f4fa;
    border-right: 1px solid #f3f4fa;
    float: left;
    width: 100%;
    line-height: 30px;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    font-weight: 500
}

.price-sec {
    padding: 80px 0
}

.price-sec-details {
    float: left;
    width: 100%
}

.price {
    text-align: left
}

.price:hover .price-hd>h2 {
    color: #32328e
}

.price:hover .price-mn {
    background-color: #32328e
}

.price:hover .price-mn ul li a {
    color: #fff
}

.price-hd {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 25px 0
}

.price-hd>h3 {
    color: #556bff;
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 10px
}

.price-hd>h2 {
    color: #ced0e6;
    font-size: 60px;
    font-weight: 500;
    margin-bottom: 12px
}

.price-hd>h2 sub {
    font-size: 18px;
    position: relative;
    top: -2px
}

.price-hd>p {
    font-size: 16px;
    line-height: 24px;
    padding: 0 30px
}

.price-mn {
    float: left;
    width: 100%;
    background-color: #f3f4fa;
    padding: 25px 0 40px 0
}

.price-mn>ul {
    float: left;
    width: 100%
}

.price-mn>ul li {
    float: left;
    width: 100%
}

.price-mn>ul li a {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 50px
}

.price-mn>a {
    color: #fff;
    font-size: 17px;
    background-color: #556bff;
    height: 50px;
    line-height: 50px;
    padding: 0 70px;
    display: inline-block;
    margin-top: 30px
}

.contact-general-info {
    float: left;
    width: 100%;
    padding: 110px 60px 110px 100px
}

.gen-info {
    float: left;
    width: 100%;
    margin-bottom: 55px
}

.g-title {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 53px
}

.g-contact .g-title {
    margin-bottom: 47px
}

.gen-info>ul {
    float: left;
    width: 100%
}

.gen-info>ul li:last-child {
    margin-bottom: 0
}

.gen-info>ul li {
    float: left;
    width: 100%;
    display: table;
    margin-bottom: 50px
}

.gen-info>ul li img {
    display: table-cell;
    float: none;
    position: relative;
    top: 4px
}

.gen-info>ul li>.g-info {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding-left: 25px
}

.gen-info>ul li>.g-info h3 {
    color: #556bff;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px
}

.gen-info>ul li>.g-info span {
    font-size: 16px;
    float: left;
    width: 100%
}

.contact-general-info.st2 .gen-info {
    margin-bottom: 40px
}

.g-contact {
    float: left;
    width: 100%
}

.g-contact form {
    float: left;
    width: 100%
}

.g-contact form input {
    height: 55px;
    padding: 0 25px
}

.g-contact form textarea {
    height: 160px;
    padding: 25px
}

.g-contact form input,
.g-contact form textarea {
    width: 100%;
    background-color: #f3f4fa;
    font-size: 16px;
    border: 0;
    margin-bottom: 13px
}

.g-contact form button {
    color: #fff;
    font-size: 16px;
    background-color: #e5ad1e;
    height: 50px;
    line-height: 50px;
    padding: 0 70px;
    border: 0;
    margin-top: 5px;
    outline: 0
}

#map {
    float: left;
    width: 100%;
    height: 500px
}

.contact-general-info.st2 {
    padding-left: 0 !important;
    width: 870px;
    margin: 0 auto;
    float: none
}

.contact-general-info.st2 .gen-info>ul li {
    width: 25%
}

.contact-general-info.st2 .gen-info>ul li:first-child {
    width: 50%
}

.contact-general-info.st2 .gen-info>ul li>.g-info {
    width: 100%;
    float: left;
    display: inline-block;
    padding-left: 0
}

.contact-general-info.st2 .gen-info>ul li img {
    margin-bottom: 50px
}

.g-img {
    float: left;
    width: 100%;
    height: 58px;
    margin-bottom: 50px
}

.g-info>a {
    display: inline-block;
    font-size: 16px;
    border: 2px solid #8387c1;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    margin-top: 27px
}

.gen-info>ul li>.g-info h3 {
    margin-bottom: 13px
}

.g-contact.st2 {
    width: 870px;
    margin: 0 auto;
    float: none
}

.g-contact.st2 h3 {
    text-align: center
}

.g-contact.st2 form {
    padding: 0 60px
}

.contact-v-sec.pt {
    padding-bottom: 90px
}

.contact_up_tab {
    float: left;
    width: 100%
}

.tabs-contact-sec {
    float: left;
    width: 100%;
    padding-bottom: 120px;
    padding-top: 60px
}

.tabs-list {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 60px
}

.tabs-list .nav-tabs {
    border-bottom: 0;
    display: inline-block
}

.tabs-list .nav-tabs .nav-item {
    display: inline-block;
    margin-right: 20px
}

.tabs-list .nav-tabs .nav-link {
    font-size: 16px;
    background-color: #f3f4fa;
    height: 50px;
    line-height: 50px;
    padding: 0 20px
}

.tabs-list .nav-tabs .nav-link.active {
    color: #fff
}

.contact-map-sec {
    float: left;
    width: 100%
}

.office_info {
    float: left;
    width: 100%
}

.office_info .gen-info>h3 {
    color: #556bff;
    font-size: 22px;
    margin-bottom: 15px
}

.office_info .gen-info>p {
    margin-bottom: 30px
}

.contact-v-sec.st2 .container {
    max-width: 1170px
}

.row {
    margin: 0
}

.office_info .gen-info>ul li>.g-info span {
    line-height: 30px
}

.office_info .gen-info>ul li img {
    top: 9px
}

.office_info .gen-info {
    margin-bottom: 0
}

.map-links {
    float: left;
    width: 100%;
    margin-top: 30px
}

.map-links li {
    display: inline-block;
    margin-right: 10px
}

.map-links li a {
    display: inline-block;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    border: 2px solid #576cfd
}

.g-info>a:hover,
.map-links li a:hover {
    background-color: #5568e7;
    border-color: transparent;
    color: #fff
}

.how-works-sec {
    padding: 20px 0 80px 0
}

.how-works {
    float: left;
    width: 100%
}

.how-works-info {
    float: left;
    width: 100%;
    position: relative
}

.how-work-img {
    float: left;
    width: 340px;
    height: 340px;
    border: 2px solid #f3f4fa;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    line-height: 450px;
    background-color: #f3f4fa;
    position: relative
}

.how-work-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border: 30px solid #fff;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%
}

.how-work-img img {
    float: none
}

.how_mg {
    float: left;
    width: 100%;
    position: relative
}

.how_mg:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #f3f4fa;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.how-info {
    float: left;
    width: 100%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.how-info h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 23px
}

.how-info h3 span {
    color: #556bff
}

.how-info>p {
    float: left;
    width: 100%
}

.how-works-info:nth-child(even) .how-work-img {
    float: right
}

.how-works-info:nth-child(even) .how_mg:before {
    left: 0;
    right: auto
}

.how-works-info:nth-child(even) .how-info {
    text-align: left;
    padding-right: 70px
}

.page-content {
    padding: 70px 0 90px 0
}

.services-single-sec {
    float: left;
    width: 100%
}

.service-single-details {
    float: left;
    width: 100%
}

.service-single-details>img {
    width: 100%;
    margin-bottom: 50px
}

.service-single-details>h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 35px
}

.service-single-details>p {
    margin-bottom: 30px
}

.page-content.cnt .container {
    max-width: 1060px
}

.vc-sec {
    float: left;
    width: 100%;
    margin-top: 40px
}

.vc-sec-details {
    float: left;
    width: 100%;
    margin-bottom: 65px;
    display: table
}

.vc_icon {
    display: table-cell
}

.vc-info {
    display: table-cell;
    width: 100%;
    vertical-align: top;
    padding-left: 20px
}

.vc-info>h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px
}

.vc-info>p {
    font-size: 15px
}

.services-ques {
    float: left;
    width: 100%;
    margin-bottom: 55px
}

.services-ques .toggle-item h2 {
    background-color: #f3f4fa;
    padding: 20px 30px;
    font-size: 18px;
    margin-bottom: 10px;
    border: 0;
    padding-right: 57px
}

.services-ques .toggle-item h2.active {
    background-color: var(--color_base2);
    color: #fff
}

.toggle-item h2:before {
    left: auto;
    right: 30px
}

.services-ques .toggle-item h2.active:before {
    color: #fff
}

.services-ques .content {
    padding: 20px 30px 30px 30px
}

.services-ques .content p {
    line-height: 30px;
    padding: 0
}

.solutions-ques {
    float: left;
    width: 100%;
    margin-bottom: 55px
}

.solutions-ques .toggle-item h2 {
    background-color: #f3f4fa;
    padding: 20px 30px;
    font-size: 18px;
    margin-bottom: 10px;
    border: 0;
    padding-right: 57px;
    border-radius: 20px
}

.solutions-ques .toggle-item h2.active {
    background-color: var(--color_base2);
    color: #fff
}

.toggle-item h2:before {
    left: auto;
    right: 30px
}

.solutions-ques .toggle-item h2.active:before {
    color: #fff
}

.solutions-ques .content {
    padding: 20px 30px 30px 30px
}

.solutions-ques .content p {
    line-height: 30px;
    padding: 0
}

.bl-links {
    float: left;
    width: 100%;
    margin-top: 20px
}

.bl-links li {
    font-size: 16px;
    position: relative;
    margin-bottom: 4px;
    background-color: #f6f6f6;
    padding: 7px 22px 7px 22px;
    border-radius: 3px;
    color: var(--color-base) !important
}

.bl-links li:last-child {
    margin-bottom: 0
}

.bl-links li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 8px;
    width: 8px;
    height: 8px;
    background-color: var(--color_base);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.smart-money {
    float: left;
    width: 100%
}

.smart-money.st2 {
    padding: 30px
}

.smart-money-info {
    float: left;
    width: 100%
}

.smart-money-info>h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px
}

.graph-img {
    float: left;
    width: 100%
}

.graph-img img {
    width: 100%
}

.transactions-history {
    float: left;
    width: 100%;
    padding-top: 50px
}

#graph {
    float: left;
    width: 100%
}

.morris-hover.morris-default-style {
    display: none !important
}

.graph-lnks {
    float: left;
    width: 100%;
    margin-top: 40px
}

.graph-lnks li {
    float: left;
    width: 100%;
    font-size: 15px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 17px
}

.graph-lnks li:last-child:before {
    background-color: #91e3a0
}

.graph-lnks li:before {
    width: 14px;
    height: 14px;
    background-color: #7da2f5;
    content: '';
    position: absolute;
    top: 0;
    left: 0
}

.transactions-history .smart-money-info {
    margin-top: 15px
}

.service-single-details>blockquote {
    float: left;
    width: 100%;
    background-color: #f3f4fa;
    padding: 30px 25px;
    margin-bottom: 50px
}

.service-single-details>blockquote>h3 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px
}

.service-single-details>blockquote p {
    margin-bottom: 30px
}

.service-single-details>blockquote p:last-child {
    margin-bottom: 0
}

.service-single-details>blockquote.mg-50 {
    margin-top: 50px;
    margin-bottom: 0
}

.blog-items {
    float: left;
    width: 100%
}

.blog-item {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ededed;
    padding: 30px 0
}

.blog-item:first-child {
    padding-top: 0
}

.blog_img {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    position: relative
}

.blog-items.st2.vt .blog_img {
    height: auto !important;
    margin-bottom: 20px
}

.blog_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.blog-items.sc .blog_img {
    height: auto !important;
    margin-bottom: 20px
}

.blog_info {
    float: left;
    width: 100%
}

.blog_info>ul {
    float: left;
    width: 100%;
    margin-bottom: 22px
}

.blog_info>ul li {
    display: inline-block;
    margin-right: 15px
}

.blog_info>ul li img {
    float: none;
    display: inline-block;
    position: relative;
    top: 2px
}

.blog_info>ul li span {
    display: inline-block;
    padding-left: 10px
}

.blog_info>h3 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 20px
}

.blog_info>p {
    float: left;
    width: 100%;
    line-height: 24px
}

.blog_info>a {
    display: inline-block;
    color: #8f83ab;
    font-size: 15px;
    height: 55px;
    line-height: 55px;
    border: 2px solid #edeef8;
    padding: 0 40px;
    margin-top: 20px
}

.blog-item.vid .blog_img {
    position: relative
}

.blog-item.vid .blog_img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 43, 81, .7)
}

.vid-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.blog-items.st2.v3 .blog-itm {
    border-bottom: 1px solid #ededed;
    margin: 0;
    padding: 30px 0
}

.blog-items.st2.v3 .blog_img {
    margin: 0
}

.right-sidebar.blg-sidebar .widget {
    margin-bottom: 20px
}

.right-sidebar.blg-sidebar .widget-posts .small-posts-dv .sm-post-dv:first-child {
    padding-top: 0
}

.right-sidebar.blg-sidebar .widget-posts .small-posts-dv .sm-post-dv {
    padding-top: 20px
}

.pagination-box {
    position: relative;
    padding: 10px 0
}

.pagination-box .pagination-box-loading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffffffc4;
    z-index: 100;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.pagination-list {
    float: left;
    width: 100%;
    margin-top: 30px
}

.pagination-list ul li {
    margin-right: 10px
}

.pagination-list ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #ced0e6;
    color: #8f83ab;
    font-size: 15px;
    padding: 0;
    text-align: center
}

.pagination-list ul li a.active,
.pagination-list ul li a:hover {
    background-color: #8488c0;
    color: #fff;
    border-color: transparent
}

.widget-search form {
    float: left;
    width: 100%;
    position: relative
}

.widget-search form input {
    width: 100%;
    height: 60px;
    background-color: #f3f4fa;
    padding: 0 25px;
    font-size: 16px;
    border: 0
}

.widget-search form button {
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: inherit;
    border: 0
}

.right-sidebar .widget {
    width: 100%;
    margin-bottom: 30px
}

.right-sidebar .widget-title {
    color: #30284e;
    font-size: 22px;
    font-weight: 500;
    padding: 0;
    padding-bottom: 15px;
    margin-bottom: 30px
}

.right-sidebar .widget-title:before {
    width: 70px;
    height: 2px;
    background-color: #8488c0;
    left: 0;
    top: auto;
    bottom: 0
}

.widget-cat .widget-linkss {
    background-color: #f3f4fa;
    margin-bottom: 0
}

.widget-cat .widget-linkss ul li a {
    font-size: 16px;
    float: left;
    width: auto
}

.widget-cat .widget-linkss ul li a:hover {
    color: #556bff
}

.widget-cat .widget-linkss ul li span {
    float: right;
    color: #ada6cb;
    font-size: 16px
}

.widget-cat .widget-linkss ul li a:hover:before {
    background-color: #556bff
}

.right-sidebar .widget-currency ul {
    background-color: #f3f4fa
}

.widget-arch ul {
    float: left;
    width: 100%
}

.widget-arch ul li {
    float: left;
    width: 100%;
    margin-bottom: 25px
}

.widget-arch ul li:last-child {
    margin-bottom: 0
}

.widget-arch ul li a {
    float: left;
    width: 100%;
    color: #30284e;
    font-size: 16px;
    position: relative;
    padding-left: 20px
}

.widget-arch ul li a:hover {
    color: #8488c0
}

.widget-arch ul li a:before {
    content: '\f105';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    font-family: fontawesome
}

.widget-arch.tags ul li {
    display: inline-block;
    width: auto;
    float: none;
    margin-right: 10px;
    margin-bottom: 10px
}

.widget-arch.tags ul li a {
    height: 40px;
    line-height: 35px;
    padding: 0 20px;
    border: 2px solid #edeef8
}

.widget-arch.tags ul li a:hover {
    background-color: #edeef8;
    border-color: transparent
}

.widget-arch.tags ul li a:before {
    display: none
}

.right-sidebar .widget {
    margin-bottom: 50px
}

.right-sidebar .widget:last-child {
    margin-bottom: 0
}

.blog-itm {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.blog-items.st2 .blog_info>ul li {
    margin-right: 10px
}

.blog-items.st2 .blog_info>h3 {
    line-height: 35px
}

.blog-items.st2 .blog_info>a {
    height: auto;
    line-height: 0;
    border: 0;
    padding: 0;
    color: #556bff;
    text-decoration: underline;
    margin-top: 30px
}

.blog-items.st2 .blog_info>a:hover {
    color: #8488c0
}

.blog-items.st2.v3 .blog_info>a {
    border: 2px solid #edeef8;
    text-decoration: none;
    line-height: initial;
    height: 55px;
    line-height: 55px;
    padding: 0 30px
}

.abt-slide>a:hover,
.add-to-cart:hover,
.blog-items.st2.v3 .blog_info>a:hover,
.blog_info>a:hover,
.price:hover .price-mn>a,
.proceed-check:hover,
.widget-newsletter form button:hover {
    background-color: #ffc935;
    color: #fff;
    border-color: transparent
}

.blog-items.st2 .blog_info>ul {
    margin-bottom: 15px
}

.blog-items.st2 .blog_info>h3 {
    margin-bottom: 15px
}

.blog-items.st2 .blog-item {
    border-bottom: 0
}

.blog-items .post-dv {
    position: relative;
    margin-bottom: 30px
}

.blog-items .post-dv .cat-name {
    z-index: 9
}

.blog-items .post-dv:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 9
}

.blog-items .post-dv-info {
    position: absolute;
    bottom: 15px;
    left: 0;
    padding: 0 20px;
    z-index: 99
}

.single-post .blog-item {
    border: 0;
    padding-bottom: 50px
}

.services-single-sec.single-post .blog_img {
    height: auto !important;
    margin-bottom: 20px
}

.single-post .blog_info>p {
    margin-bottom: 30px;
    line-height: 30px
}

.single-post .blog_info blockquote {
    color: #555ba8;
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
    margin: 20px 0 50px 0;
    float: left;
    width: 100%
}

.blog-sml-posts {
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px
}

.blog-sm-carousel {
    float: left;
    width: 100%
}

.blog-sm-slide {
    float: left;
    width: 100%
}

.blog-sm-carousel .owl-nav {
    display: none
}

.blog-sm-carousel .owl-dots {
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 20px
}

.blog_sml_post>img {
    width: 100%
}

.blog-sml-posts .col-lg-6 {
    padding: 0 14px
}

.blog-sml-posts .col-lg-3 {
    padding: 0 10px
}

.blog-cats-info {
    float: left;
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed
}

.cat_list {
    float: left
}

.cat_list li {
    display: inline-block;
    margin-right: 10px
}

.cat_list li a {
    display: inline-block;
    color: #30284e;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #edeef8;
    padding: 0 20px
}

.cat_list li a:hover {
    background-color: #edeef8;
    border-color: transparent
}

.post-socio {
    float: right
}

.post-socio li {
    display: inline-block
}

.post-socio li a {
    display: inline-block;
    color: #8f83ab;
    font-size: 16px;
    width: 40px;
    height: 40px;
    border: 2px solid transparent;
    text-align: center;
    line-height: 40px
}

.post-socio li a:hover {
    border-color: #edeef8
}

.post-socio li span {
    display: inline-block;
    font-size: 16px;
    padding-right: 10px
}

.comment-sec {
    float: left;
    width: 100%;
    padding: 30px 0;
    margin-bottom: 20px
}

.comment-sec>h3,
.post-comment-sec>h3 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 50px;
    padding-left: 15px
}

.comment-sec>ul {
    float: left;
    width: 100%
}

.comment-sec>ul li {
    float: left;
    width: 100%;
    display: table;
    margin-bottom: 40px
}

.comment-sec>ul li .user_img {
    display: table-cell
}

.comment-sec>ul li .user_info {
    display: table-cell;
    width: 100%;
    vertical-align: top;
    padding-right: 30px
}

.user_info>h3 {
    font-size: 16px;
    margin-bottom: 8px
}

.user_info>span {
    display: inline-block;
    color: #abaed1;
    font-size: 15px;
    margin-bottom: 15px
}

.user_info>p {
    margin-bottom: 20px
}

.user_info>a {
    color: #8488c0;
    font-size: 13px;
    float: left;
    width: 100%
}

.user_info>a i {
    padding-left: 10px
}

.content-para {
    float: left;
    width: 100%;
    padding-top: 30px
}

.content-para>p {
    margin-bottom: 30px
}

.post-comment-sec {
    float: left;
    width: 100%
}

.post-comment-sec form {
    float: left;
    width: 640px
}

.post-comment-sec form input {
    height: 50px;
    padding: 0 20px
}

.post-comment-sec form textarea {
    padding: 20px;
    height: 250px
}

.post-comment-sec form input,
.post-comment-sec form textarea {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
    background-color: #f3f4fa;
    border: 0
}

.post-comment-sec form button {
    color: #fff;
    font-size: 16px;
    background-color: #e6ae1f;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    border: 0
}

.blog-pager {
    float: left;
    width: 100%;
    padding: 30px 0;
    border-top: 1px solid #ededed
}

.post-vc {
    float: left;
    width: 50%
}

.post-vc>a {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 2px solid #edeef8;
    text-align: center;
    color: #30284e
}

.pc-info {
    float: left;
    padding-left: 20px
}

.pc-info>h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px
}

.pc-info>span {
    display: inline-block;
    font-size: 15px;
    line-height: 24px;
    width: 80%
}

.post-vc:last-child {
    float: right;
    text-align: left
}

.post-vc:last-child .pc-info {
    padding-left: 0;
    padding-right: 20px;
    float: right
}

.post-vc:last-child>a {
    float: right
}

.related-posts {
    background-color: #f3f4fa;
    padding: 60px 0
}

.related-posts .title h3 {
    padding-left: 15px
}

.our-srvs-info.st2 .srvs-info {
    margin-bottom: 50px
}

.related-posts .blog_img {
    height: auto !important;
    margin-bottom: 20px
}

.shop-sec {
    float: left;
    width: 100%
}

.shop-sec .col-lg-9 {
    max-width: 70%
}

.shop-sec>.row>.col-lg-3 {
    max-width: 30%;
    flex: 0 0 30%
}

.shop-items {
    float: left;
    width: 100%
}

.shop-item {
    float: left;
    width: 100%;
    background-color: #fff;
    border: 2px solid #ededed;
    margin-bottom: 30px;
    height: 345px;
    overflow: hidden;
    position: relative
}

.shop-item .cat-name {
    top: 20px;
    left: 20px
}

.sp-item-img {
    float: left;
    width: 100%;
    height: 235px;
    text-align: center
}

.sp-item-img img {
    float: none;
    max-width: 95%
}

.sp-item-info {
    float: left;
    width: 100%;
    border-top: 2px solid #ededed
}

.sp-item-info {
    float: left;
    width: 100%;
    padding: 25px
}

.sp-item-info>h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px
}

.sp-item-info>span {
    float: left;
    width: 100%;
    color: #556bff;
    font-size: 18px;
    font-weight: 500
}

.sp-item-info>span del {
    display: inline-block;
    color: #abaed1;
    font-size: 14px;
    font-weight: 400;
    padding-right: 5px
}

.shop_items {
    float: left;
    width: 100%
}

.shop_item {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.sp_img {
    float: left;
    width: 90px;
    height: 90px;
    border: 2px solid #edeef8;
    text-align: center;
    line-height: 55px;
    background-color: #fff
}

.sp_img img {
    float: none;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.shop_item .sp-item-info {
    border: 0;
    float: left;
    width: auto;
    padding: 15px 25px
}

.widget-filter>p {
    float: left
}

.widget-filter>p input {
    float: left;
    width: 100%;
    color: #30284e !important;
    font-size: 16px;
    margin-top: 5px;
    border: 0;
    font-weight: 700
}

#slider-range {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    height: 6px;
    border: 0;
    background-color: #f3f4fa
}

.filter_btn {
    float: right;
    color: #fff;
    font-size: 16px;
    background-color: #556bff;
    padding: 0 30px;
    height: 35px;
    line-height: 35px
}

.ui-slider-horizontal .ui-slider-range {
    background-color: #8488c0
}

.ui-slider-horizontal .ui-slider-handle {
    width: 29px;
    height: 29px;
    background: #8488c0 !important;
    border: 0 !important;
    position: relative
}

.ui-slider-horizontal .ui-slider-handle {
    top: -7px !important
}

.load-more-items {
    float: left;
    width: 100%;
    text-align: center
}

.load-more-items>a {
    display: inline-block;
    height: 55px;
    line-height: 55px;
    padding: 0 40px;
    color: #8f83ab;
    font-size: 15px;
    background-color: #f3f4fa
}

.load-more-items>a:hover {
    background-color: #556bff;
    color: #fff
}

.right-sidebar.blg-sidebar.st2 .widget {
    margin-bottom: 30px
}

.add-to-cart {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    background-color: #556bff;
    height: 43px;
    line-height: 43px;
    padding: 0 30px
}

.add-to-cart img {
    float: none;
    display: inline-block;
    padding-left: 10px;
    position: relative;
    top: 4px
}

.add-cart {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
    position: relative;
    top: 100px
}

.shop-item:hover .add-cart {
    opacity: 1;
    visibility: visible;
    top: 0
}

.shop-item:hover {
    height: 420px;
    border-color: #556bff
}

.shop-carousel .owl-nav {
    display: none
}

.shop-slide {
    float: left;
    width: 100%;
    background-color: #fff;
    border: 2px solid #edeef8;
    text-align: center;
    position: relative
}

.zom-img {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    background-color: #ffc935;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    top: 30px;
    left: 30px
}

.shop-slide>img {
    width: auto !important;
    float: none;
    display: inline-block !important
}

.owl-thumb-item {
    width: 110px;
    float: left;
    height: 90px;
    border: 2px solid #edeef8;
    margin-top: 20px;
    margin-right: 15px;
    background-color: #fff;
    text-align: center
}

.owl-thumb-item:focus {
    border-color: #556bff;
    outline: 0
}

.owl-thumb-item img {
    width: 80%;
    float: none
}

.shop-item-info {
    float: left;
    width: 100%
}

.shop-item-info>h3 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 30px
}

.shop-item-info>span {
    display: inline-block;
    color: #abaed1;
    font-size: 14px;
    margin-bottom: 25px
}

.shop-item-info>span img {
    padding-right: 15px
}

.shop-item-info>p {
    font-size: 15px;
    line-height: 24px
}

.spin-cart {
    float: left;
    width: auto;
    padding-left: 50px
}

.spin-cart input {
    width: 80px;
    height: 50px;
    margin: 0;
    padding: 0;
    border: 2px solid #edeef8;
    padding-left: 10px;
    font-size: 14px;
    color: #8d8d8d
}

.ui-widget.ui-widget-content {
    border: 0 !important
}

.ui-spinner-down,
.ui-spinner-up {
    position: relative
}

.ui-spinner a.ui-spinner-button {
    right: 12px;
    margin-top: 5px
}

.ui-spinner-up:before {
    content: '\f106';
    position: absolute;
    top: 0;
    right: 0;
    font-family: fontawesome;
    color: #b5b5b5;
    font-size: 18px
}

.ui-spinner-down:before {
    content: '\f107';
    position: absolute;
    top: 0;
    right: 0;
    font-family: fontawesome;
    color: #b5b5b5;
    font-size: 18px
}

.item_price_info .add-cart {
    width: auto;
    opacity: 1;
    visibility: visible;
    position: static;
    margin: 0;
    padding-left: 40px
}

.st-lnks li {
    color: #30284e;
    font-size: 14px;
    margin-bottom: 4px
}

.st-lnks li span {
    background: #f6f6f6;
    padding: 7px;
    border-radius: 3px;
    display: block
}

.descp-sec .nav-tabs {
    float: left;
    width: 100%;
    text-align: center;
    display: inline-block;
    padding-bottom: 13px;
    margin-bottom: 14px
}

.descp-sec .nav-tabs .nav-link {
    display: inline-block;
    font-size: 18px
}

.descp-sec .nav-tabs .nav-link.active {
    color: #556bff
}

.descp-sec .tab-content {
    max-width: 980px;
    margin: 0 auto;
    float: none;
    width: auto
}

.descp-sec .post-comment-sec form {
    width: 635px
}

.descp-sec .tab-content p {
    float: left;
    width: 100%
}

.shop_cart {
    float: left;
    width: 100%
}

.shp-tab {
    float: left;
    width: 100%;
    border: 2px solid #edeef8
}

.shp-tab {
    float: left;
    width: 100%
}

.sp-head {
    float: left;
    width: 100%;
    padding: 30px 0
}

.sp-head h3 {
    color: #30284e;
    font-size: 20px;
    font-weight: 500
}

.product-sc {
    float: left;
    width: 400px
}

.product-sc>h3 {
    padding-left: 79px
}

.price-sc {
    float: left;
    width: 150px
}

.quantity-sc {
    float: left;
    width: 220px
}

.total-sc {
    float: left;
    width: 70px
}

.sp-details {
    float: left;
    width: 100%;
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #e7e9f2
}

.sp-details:last-child {
    border-bottom: 0
}

.close-item {
    float: left;
    margin-top: 40px
}

.close-item>img {
    float: none
}

.prt-info {
    float: left;
    display: table;
    padding-left: 20px
}

.prt-info img {
    display: table-cell;
    float: none
}

.prt-info>h3 {
    color: #30284e;
    font-size: 16px;
    display: table-cell;
    vertical-align: middle
}

.price-sc>h4,
.total-sc>h4 {
    color: #556bff;
    font-size: 16px
}

.sp-details .product-sc {
    padding-left: 25px
}

.sp-details .price-sc>h4,
.sp-details .total-sc>h4 {
    margin-top: 37px
}

.sp-details .spin-cart {
    padding-left: 0;
    margin-top: 22px
}

.shop-items-list {
    float: left;
    width: 100%
}

.cpd-sec {
    float: left;
    width: 100%;
    margin-top: 35px
}

.coupy-code {
    float: left
}

.coupy-code form {
    float: left
}

.coupy-code form input {
    width: 310px;
    height: 55px;
    border: 2px solid #edeef8;
    color: #928ca8;
    font-size: 15px;
    padding: 0 25px
}

.coupy-code form button {
    color: #8f83ab;
    font-size: 15px;
    height: 55px;
    line-height: 55px;
    background-color: #f3f4fa;
    padding: 0 35px;
    border: 0;
    margin-left: 18px
}

.coupy-code form button:hover {
    background-color: #fabc2b;
    color: #fff
}

.update-cart {
    float: right;
    height: 50px;
    line-height: 50px;
    background-color: #fabc2b;
    padding: 0 30px;
    color: #fff
}

.cart-totals {
    float: left;
    width: 100%;
    background-color: #f3f4fa;
    padding: 40px
}

.cart-totals>h4 {
    color: #30284e;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px
}

.cart-totals>ul {
    float: left;
    width: 100%
}

.cart-totals>ul li {
    float: left;
    width: 100%;
    margin-bottom: 45px
}

.cart-totals>ul li span:first-child {
    float: left
}

.cart-totals>ul li span:last-child {
    float: right
}

.cart-totals>ul li span {
    font-size: 16px
}

.proceed-check {
    float: left;
    width: 100%;
    background-color: #556bff;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 17px;
    text-align: center;
    margin-top: 5px
}

.shop-checkout-sec {
    float: left;
    width: 100%
}

.return-custo {
    float: left;
    width: 100%;
    padding: 15px;
    border: 2px dashed #edeef8;
    margin-bottom: 25px
}

.return-custo>h4 {
    font-size: 16px
}

.return-custo>h4 a {
    display: inline-block;
    color: #505cc6
}

.billing-details {
    float: left;
    width: 100%
}

.bl-title {
    color: #30284e;
    font-size: 22px;
    font-weight: 500;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px
}

.mgt-20 {
    margin-top: 20px;
    margin-bottom: 30px
}

.input-field.mgb-20 {
    margin-bottom: 35px
}

.shop-sec form {
    float: left;
    width: 100%
}

.shop-sec form input[type=text] {
    height: 50px;
    padding: 0 15px
}

.shop-sec .widget-search form input[type=text] {
    padding: 0 25px
}

.shop-sec form textarea {
    padding: 15px;
    height: 165px
}

.shop-sec form input[type=text] {
    width: 100%
}

.shop-sec .cpd-sec form input[type=text] {
    width: 50%
}

.shop-sec form input[type=text] {
    color: #8c8c8c;
    border: 2px solid #edeef8
}

.shop-sec form textarea {
    width: 100%;
    color: #8c8c8c;
    border: 2px solid #edeef8
}

.input-field {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.input-field.adr input[type=text] {
    margin-bottom: 5px
}

.input-field>h3 {
    color: #30284e;
    font-size: 16px;
    margin-bottom: 17px
}

.input-field>input[type=checkbox] {
    display: none
}

.input-field input[type=checkbox]+label span {
    width: 16px;
    height: 16px;
    background-color: #32328e;
    display: inline-block;
    position: relative
}

.input-field input[type=checkbox]+label span:before {
    content: '\f00c';
    position: absolute;
    top: 49%;
    left: 50%;
    font-family: fontawesome;
    color: #fff;
    font-size: 12px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    visibility: hidden
}

.input-field input[type=checkbox]:checked+label span:before {
    opacity: 1;
    visibility: visible
}

.input-field>label {
    float: left
}

.input-field>a,
.input-field>span {
    float: left;
    color: #30284e;
    font-size: 16px;
    padding-left: 18px
}

.cart-totals.st2 ul li h3 {
    color: #30284e;
    font-size: 20px;
    font-weight: 500
}

.cart-totals.st2 ul li:first-child h3:first-child {
    float: left
}

.cart-totals.st2 ul li:first-child h3:last-child {
    float: right;
    font-size: 15px
}

.cart-totals.st2 ul li {
    margin-bottom: 35px
}

.shipzy h3:first-child,
.total-pc h3:first-child {
    font-size: 20px;
    float: left
}

.cart-totals.st2 ul li.total-pc h3:last-child {
    float: right;
    font-size: 25px;
    font-weight: 700
}

.calco-ship {
    float: right;
    width: 42%
}

.cart-totals.st2>ul .calco-ship {
    width: 150px
}

.cart-totals.st2 ul li.shipzy .calco-ship li {
    margin-bottom: 10px
}

.cart-totals.st2 ul li.shipzy .calco-ship li .input-field {
    margin-bottom: 8px
}

.input-field>input[type=radio] {
    display: none
}

.input-field input[type=radio]+label span {
    width: 14px;
    height: 14px;
    background-color: #cdd0e5;
    display: inline-block;
    position: relative
}

.input-field input[type=radio]+label span:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    visibility: hidden;
    width: 6px;
    height: 6px;
    background-color: #fff
}

.input-field input[type=radio]:checked+label span:before {
    opacity: 1;
    visibility: visible
}

.calco-ship li a {
    display: inline-block;
    font-size: 15px;
    text-decoration: underline;
    float: right
}

.cart-totals>ul.calco-ship li span:last-child {
    float: left
}

.cart-totals>ul.calco-ship li span {
    font-size: 18px;
    font-weight: 500
}

.cart-totals.st2>.calco-ship .input-field>label {
    margin-top: 3px
}

.cart-totals.st2>.calco-ship .input-field {
    margin-bottom: 0
}

.cart-totals.st2>.calco-ship li {
    margin-bottom: 20px
}

.cart-totals.st2>.calco-ship li .input-field>p {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px
}

.cart-totals.st2>.calco-ship li:last-child {
    margin-top: 30px
}

.cart-totals.st2>.calco-ship li:last-child .input-field>span {
    font-size: 12px
}

.cart-totals.st2>.calco-ship li:last-child .input-field input[type=checkbox]+label {
    margin-top: -2px
}

.cart-totals.st2>.calco-ship li:last-child .input-field input[type=checkbox]+label span {
    width: 16px;
    height: 16px;
    background-color: #cdd0e5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px
}

.cart-totals.st2>.calco-ship li:last-child .input-field input[type=checkbox]+label span:before {
    font-size: 11px
}

.ico-listy .container {
    max-width: 1170px
}

.ico-listing {
    float: left;
    width: 100%
}

.ico-listing .listing-prods {
    background-color: #f3f4fa
}

.left-sidebar {
    float: left;
    width: 100%
}

.left-sidebar .widget:first-child {
    padding-top: 0
}

.left-sidebar .widget {
    width: 100%;
    border-bottom: 1px solid #d7daef;
    padding: 30px 0
}

.left-sidebar .widget:last-child {
    border-bottom: 0
}

.left-sidebar .widget-title {
    font-size: 22px;
    font-weight: 500;
    padding-left: 0;
    text-transform: capitalize;
    margin-bottom: 35px
}

.left-sidebar .widget-title:before {
    display: none
}

.left-sidebar .widget-title:after {
    content: '\f107';
    position: absolute;
    top: 2px;
    right: 0;
    font-family: fontawesome;
    color: #8880a5
}

.widget-scope>ul {
    float: left;
    width: 100%
}

.widget-scope>ul li {
    float: left;
    width: 100%;
    margin-bottom: 34px
}

.widget-scope>ul li:last-child {
    margin-bottom: 0
}

.widget-scope>ul li a {
    float: left
}

.widget-scope>ul li span {
    float: right
}

.widget-scope>ul li a,
.widget-scope>ul li span {
    font-size: 16px
}

.wd-checks {
    float: left;
    width: 100%
}

.wd-checks li {
    float: left;
    width: 100%;
    margin-bottom: 30px
}

.wd-checks li:last-child {
    margin: 0
}

.wd-checks li .input-field {
    margin-bottom: 0
}

.wd-checks li .input-field input[type=radio]+label span {
    width: 15px;
    height: 15px;
    border: 1px solid #bbb3d7;
    background-color: inherit;
    margin-top: 1px;
    border-radius: 0;
    border-color: #bbb3d7;
    border-radius: 2px
}

.wd-checks li .input-field input[type=radio]+label span:before {
    content: '\f00c';
    color: #443c62;
    font-family: fontawesome;
    font-size: 9px;
    top: 2px;
    left: 2px;
    transform: inherit;
    background-color: inherit
}

.wd-checks li .input-field>a,
.wd-checks li .input-field>span {
    font-size: 16px
}

.wd-checks li .input-field input[type=radio]:checked+label span {
    border-color: #443c62
}

.widget-price-limit ul {
    float: left;
    width: 100%
}

.widget-price-limit.no_bg select {
    background-color: inherit
}

.widget-price-limit>ul li {
    float: left;
    width: 45%;
    margin-right: 25px
}

.widget-price-limit>ul li:last-child {
    margin: 0
}

.widget-price-limit>ul li select {
    width: 100%;
    height: 45px;
    border: 1px solid #bbb3d7;
    font-size: 16px;
    padding: 0 10px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: ''
}

.ico-listing.single .listing-prods {
    background-color: #fff
}

.ico-listing.single .list-up-dt {
    padding: 0
}

.ico-listing.single .list-dt {
    padding: 0;
    border-bottom: 1px solid #f3f4fa;
    padding-bottom: 25px
}

.sale_links {
    float: left;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #f3f4fa
}

.sl-title {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 30px
}

.sale_links>ul {
    float: left;
    width: 50%
}

.sale_links>ul li {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.sale_links>ul li:last-child {
    margin-bottom: 0
}

.sale_links>ul li h4 {
    float: left;
    font-size: 16px;
    width: 130px
}

.sale_links>ul li span {
    float: left;
    color: #7579b2;
    font-size: 16px;
    padding-left: 50px
}

.sale_links ul.snccd {
    padding-left: 50px
}

.sale_links ul.snccd li h4 {
    width: 205px
}

.sale_links.rev>ul li h4 {
    width: 205px
}

.sale_links.addy ul li h4 {
    width: 100%
}

.widget-price-limit.s2 ul li select {
    background-color: inherit
}

.screenshots-imgs {
    float: left;
    width: 100%;
    padding-top: 30px
}

.sc-img {
    float: left;
    width: 100%
}

.sc-img img {
    width: 100%
}

.wr-links {
    float: left;
    width: 100%;
    margin-top: 22px
}

.wr-links ul {
    float: left;
    width: 100%;
    text-align: center
}

.wr-links ul li {
    float: left;
    width: 100%
}

.wr-links ul li h4 {
    color: #fff;
    font-size: 25px;
    line-height: 40px
}

.tk-details .socio-links li a {
    color: #757cb1;
    font-size: 15px
}

.socio-links li a:hover {
    color: #c69314
}

footer.hp5 .bottom-strip.ta-left .scrollertop:hover {
    background-color: #c69314
}

body.hp6 .scrollertop:hover {
    background-color: #ffc935
}

.tk-details .socio-links li {
    margin-right: 25px
}

.tk-details .socio-links {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 0
}

.vdd-sec {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 30px
}

.vdd-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(32, 43, 81, .7)
}

.vdd-sec>img {
    width: 100%
}

.vd-playy {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.wht-links {
    float: right
}

.wht-links li {
    display: inline-block;
    margin-right: 20px
}

.wht-links li a {
    display: inline-block;
    color: #8f83ab;
    font-size: 15px;
    height: 55px;
    line-height: 55px;
    background-color: #f3f4fa;
    padding: 0 50px
}

.wht-links li a.active,
.wht-links li a:hover {
    background-color: #556bff;
    color: #fff
}

.bdy-bg {
    background-image: url(/images/body-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat
}

.bdy-bg header {
    position: static
}

.bdy-bg .wrapper {
    position: relative;
    height: 100vh
}

.cm-sec {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cm-sec .container {
    width: 650px
}

.cm-sec-deta {
    float: left;
    width: 100%;
    text-align: center
}

.cm-sec-deta>h4 {
    color: #fff;
    font-size: 30px;
    margin-bottom: 15px
}

.cm-sec-deta>h2 {
    color: #fff;
    font-size: 100px;
    margin-bottom: 30px;
    text-transform: uppercase;
    margin-bottom: 80px
}

.cm-sec-deta .timer {
    padding: 0
}

.cm-sec-deta .timer .timer-wrapper {
    display: inline-block
}

.cm-sec-deta .timer .timer-wrapper:first-child .time {
    background-color: inherit
}

.cm-sec-deta .timer .timer-wrapper .time {
    font-size: 80px;
    font-weight: 400;
    color: #fff;
    width: auto;
    height: auto;
    line-height: 0;
    background-color: #fff;
    margin-right: 10px;
    margin-bottom: 60px;
    text-align: center;
    float: left;
    width: 100%
}

.cm-sec-deta .timer .timer-wrapper .text {
    font-size: 22px;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    float: left;
    width: 100%
}

.subscribe_form {
    float: left;
    width: 100%;
    margin-top: 5.5vh
}

.subscribe_form>p {
    color: #fff;
    font-size: 20px;
    margin-bottom: 5vh
}

.subscribe_form>form {
    width: 400px;
    margin: 0 auto;
    position: relative
}

.subscribe_form>form input {
    width: 100%;
    height: 60px;
    border: 2px solid #ced0e6;
    font-size: 16px;
    color: #fff;
    padding: 0 20px;
    background-color: inherit
}

.subscribe_form>form input::-webkit-input-placeholder {
    color: #fff
}

.subscribe_form>form input::-moz-placeholder {
    color: #fff
}

.subscribe_form>form input:-ms-input-placeholder {
    color: #fff
}

.subscribe_form>form input:-moz-placeholder {
    color: #fff
}

.subscribe_form>form button {
    position: absolute;
    top: 50%;
    right: 30px;
    background-color: inherit;
    border: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.cm-sec-deta.error-pg>h3 {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 15px
}

.cm-sec-deta.error-pg>h1 {
    color: #fff;
    font-size: 250px;
    font-weight: 400
}

.cm-sec-deta.error-pg>h1 span {
    color: #ffc935
}

.mobile-menu-bar {
    float: right;
    display: none
}

.mobile-menu-bar>a {
    display: inline-block;
    color: var(--color_base);
    font-size: 26px;
    padding-left: 25px;
    font-weight: 300
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 500px;
    background-color: #4f10ac;
    height: 100%;
    z-index: 0;
    overflow: auto;
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden
}

.mobile-menu.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    z-index: 999999
}

.mobile-menu>nav {
    float: left;
    width: 100%;
    padding: 30px 15px
}

.mobile-menu>nav ul li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0
}

.mobile-menu>nav>ul li a {
    float: left;
    width: 100%;
    margin: 0;
    padding: 15px 15px;
    color: #fff;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.mobile-menu>nav>ul>li:last-child a {
    background-color: inherit
}

.mobile-menu>nav>ul>li:last-child a:hover {
    background-color: #7017c0
}

.mobile-menu>nav>ul ul {
    float: left;
    width: 100%;
    display: none;
    position: static;
    padding: 20px 25px
}

.mobile-menu>nav>ul ul li a {
    padding: 12px 0;
    font-weight: 500
}

.mobile-menu>nav ul li.menu-item-has-children.active>a {
    background-color: #7017c0;
    border-color: transparent
}

.mobile-menu>nav ul li.menu-item-has-children>a {
    position: relative
}

.mobile-menu>nav ul li.menu-item-has-children>a:before {
    content: "\f067" !important;
    font-family: FontAwesome;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mobile-menu>nav ul li.menu-item-has-children.active>a:before {
    content: "\f068" !important;
    font-family: FontAwesome
}

.mbl-logo {
    float: left;
    width: 100%;
    padding: 30px 15px 0 15px
}

.mobile-menu .close-search {
    position: absolute;
    top: 35px;
    right: 15px
}

.right-side-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 500px;
    background-color: #fafbfd;
    padding: 40px 0;
    height: 100%;
    z-index: 0;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%)
}

.right-side-menu.active {
    opacity: 1;
    visibility: visible;
    z-index: 9999999;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.r-logo {
    float: left;
    width: 100%;
    margin-bottom: 40px;
    padding: 0 30px
}

.r-search {
    float: left;
    width: 100%;
    padding: 0 30px
}

.r-search form {
    float: left;
    width: 100%;
    position: relative
}

.r-search form input {
    width: 100%;
    height: 60px;
    border: 1px solid #edeef8;
    padding: 0 40px
}

.r-search form button {
    position: absolute;
    top: 50%;
    right: 35px;
    border: 0;
    background: inherit;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.right-side-menu .widget-currency {
    width: 100%;
    margin-top: 40px
}

.right-side-menu .widget-currency ul {
    background-color: #edeef8
}

.right-side-menu .widget-currency .widget-title {
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 400;
    padding-left: 140px
}

.right-side-menu .widget-title:before {
    background-color: #e8eaf4;
    width: 120px
}

.crncy-dets {
    float: left;
    width: 100%;
    padding: 0 30px
}

.crncy-dets>ul li h4 {
    font-size: 16px;
    font-weight: 700
}

.crncy-dets>ul li h4:first-child {
    float: left;
    width: 60%
}

.crncy-dets>ul li h4:last-child {
    float: right;
    width: 40%
}

.widget-currency .crncy-dets ul li>span {
    width: 40%
}

.right-side-menu .close-search {
    top: 44px;
    right: 30px;
    position: absolute
}

.fixed-prices {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ffc935;
    z-index: 0;
    padding: 0 150px;
    opacity: 0;
    visibility: hidden
}

.fixed-prices.active {
    opacity: 1;
    visibility: visible;
    z-index: 999999
}

.fixed-prices ul {
    float: left;
    width: 100%;
    padding: 10px 0
}

.fixed-prices ul li {
    display: inline-block;
    padding: 8px 40px;
    border-right: 2px solid #daa71d
}

.fixed-prices ul li:first-child {
    padding-left: 0
}

.fixed-prices ul li:last-child {
    border-right: 0
}

.fixed-prices ul li>h4 {
    font-size: 14px;
    padding-left: 15px;
    float: left;
    margin-top: 8px
}

.fixed-prices ul li>span {
    font-size: 14px;
    float: right;
    margin-top: 8px;
    padding-left: 30px
}

.fixed-prices ul li>span i {
    padding-right: 10px
}

@-webkit-keyframes rotating {
    from {
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotating {
    from {
        -ms-transform: rotate(0);
        -moz-transform: rotate(0);
        -webkit-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.color-schemes {
    float: left;
    width: 100%;
    padding-left: 75px
}

.color-schemes ul {
    float: left;
    width: 100%
}

.color-schemes ul li {
    display: inline-block;
    margin-bottom: 8px;
    margin-right: 3px
}

.color-schemes ul li a {
    display: inline-block;
    width: 45px;
    height: 45px;
    background-color: #222;
    cursor: pointer
}

.color-schemes ul li a.color1 {
    background-color: #443c62
}

.color-schemes ul li a.color2 {
    background-color: #556bff
}

.color-schemes ul li a.color3 {
    background-color: #32328e
}

.color-schemes ul li a.color4 {
    background-color: #555ba8
}

.color-schemes ul li a.color5 {
    background-color: #8488c0
}

.color-schemes ul li a.color6 {
    background-color: #ced0e6
}

.color-schemes ul li a.color7 {
    background-color: #ffc935
}

.scrollertop {
    width: 50px;
    height: 50px;
    border-radius: 100px;
    text-align: center;
    line-height: 60px;
    background-color: var(--color_base);
    position: absolute;
    bottom: 65px;
    right: 65px
}

.scrollertop.clrd {
    background-color: #e7404f
}

.scrollertop.clrd2 {
    background-color: #ffc935
}

.scrollertop.clrd2:hover {
    background-color: #131344
}

.scrollertop img {
    float: none;
    position: relative;
    top: 5px
}

.thecube {
    display: none;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    margin-top: 50px;
    position: relative
}

.page-loading {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999999
}

.thecube .double-bounce1,
.thecube .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fbbb21;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 1.5s infinite ease-in-out;
    animation: sk-bounce 1.5s infinite ease-in-out
}

.thecube .double-bounce2 {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s;
    background-color: #232c77
}

@-webkit-keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.page-loading.white-bg {
    background: #fff
}

.modal-loading .thecube,
.page-loading>.thecube {
    display: block;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: absolute;
    top: 50%
}

.success-message {
    display: none
}

.error-message {
    display: none
}

.error {
    color: #443c62;
    font-size: 18px;
    margin-bottom: 20px
}

.form-group {
    direction: ltr;
    text-align: left
}

.error-message,
.success-message {
    color: #443c62;
    font-size: 18px
}

.sf-menu {
    flex-direction: inherit
}

.close-slide-panel,
.side-panel {
    z-index: 9999;
    top: 0;
    position: fixed;
    right: 0
}

.side-panel {
    width: 340px;
    height: 100%;
    left: 0;
    background-color: #fff;
    box-shadow: 0 0 3px 1px #c5c6c7;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    overflow-x: hidden;
    visibility: hidden;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform: translate3d(480px, 0, 0);
    -khtml-transform: translate3d(480px, 0, 0);
    -moz-transform: translate3d(480px, 0, 0);
    -ms-transform: translate3d(480px, 0, 0);
    -o-transform: translate3d(480px, 0, 0);
    transform: translate3d(480px, 0, 0);
    -webkit-transition: all .3s, visibility 0s .3s;
    -moz-transition: all .3s, visibility 0s .3s;
    -o-transition: all .3s, visibility 0s .3s;
    transition: all .3s, visibility 0s .3s;
    color: var(--color_base)
}

.side-panel.show {
    -webkit-transition: all .3s, visibility 0s;
    -moz-transition: all .3s, visibility 0s;
    -o-transition: all .3s, visibility 0s;
    transition: all .3s, visibility 0s;
    visibility: visible;
    -webkit-transform: none;
    -khtml-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none
}

@media (max-width:480px) {
    .question-list ul li span {
        font-size: 11px
    }

    .side-panel {
        width: 90%
    }

    .top-page-sec .top-page-text h1 {
        font-size: 15px !important;
        padding-top: 10px !important;
        font-weight: 300 !important
    }

    .close-slide-panel {
        -webkit-transform: translate3d(0, -50px, 0);
        -khtml-transform: translate3d(0, -50px, 0);
        -moz-transform: translate3d(0, -50px, 0);
        -ms-transform: translate3d(0, -50px, 0);
        -o-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
        padding: 5px;
        width: 10%;
        right: 0 !important
    }

    .close-slide-panel.show {
        display: none;
        -webkit-transform: translate3d(0, 0, 0);
        -khtml-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.btn,
.close-slide-panel span {
    vertical-align: middle;
    color: #fff
}

.slinky-menu a {
    color: var(--color_base)
}

.close-slide-panel,
.side-panel {
    z-index: 999;
    top: 0;
    position: fixed;
    right: 0 !important
}

.close-slide-panel {
    cursor: pointer;
    background-color: var(--color-mokamel);
    color: #fff !important;
    padding: 0 11.99px;
    text-align: center;
    visibility: visible;
    -webkit-backface-visibility: visible;
    -moz-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform: translate3d(-340px, -50px, 0);
    -khtml-transform: translate3d(-340px, -50px, 0);
    -moz-transform: translate3d(-340px, -50px, 0);
    -ms-transform: translate3d(-340px, -50px, 0);
    -o-transform: translate3d(-340px, -50px, 0);
    transform: translate3d(-340px, -50px, 0);
    -webkit-transition: all .2s .2s, visibility 0s .4s;
    -moz-transition: all .2s .2s, visibility 0s .4s;
    -o-transition: all .2s .2s, visibility 0s .4s;
    transition: all .2s .2s, visibility 0s .4s;
    right: 0 !important
}

.close-slide-panel.show {
    -webkit-transition: all .2s .2s, visibility 0s;
    -moz-transition: all .2s .2s, visibility 0s;
    -o-transition: all .2s .2s, visibility 0s;
    transition: all .2s .2s, visibility 0s;
    visibility: visible;
    -webkit-transform: translate3d(-340px, 0, 0);
    -khtml-transform: translate3d(-340px, 0, 0);
    -moz-transform: translate3d(-340px, 0, 0);
    -ms-transform: translate3d(-340px, 0, 0);
    -o-transform: translate3d(-340px, 0, 0);
    transform: translate3d(-340px, 0, 0)
}

.close-slide-panel {
    -webkit-transform: translate3d(0, -50px, 0);
    -khtml-transform: translate3d(0, -50px, 0);
    -moz-transform: translate3d(0, -50px, 0);
    -ms-transform: translate3d(0, -50px, 0);
    -o-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
    padding: 5px;
    width: 10%;
    right: 0;
    display: none
}

@media (max-width:768px) {
    .side-panel {
        width: 90%
    }

    .question-line h2 {
        font-size: 18px
    }

    .close-slide-panel {
        -webkit-transform: translate3d(0, -50px, 0);
        -khtml-transform: translate3d(0, -50px, 0);
        -moz-transform: translate3d(0, -50px, 0);
        -ms-transform: translate3d(0, -50px, 0);
        -o-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
        width: 40px;
        height: 40px;
        right: 0 !important;
        color: var(--color-base) !important
    }

    .close-slide-panel.show {
        display: block;
        -webkit-transform: translate3d(0, 0, 0);
        -khtml-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.body-overlay {
    -webkit-transition: opacity .5s, visibility 0s .5s;
    -moz-transition: opacity .5s, visibility 0s .5s;
    -o-transition: opacity .5s, visibility 0s .5s;
    transition: opacity .5s, visibility 0s .5s;
    visibility: hidden;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0
}

.body-overlay.show {
    -webkit-transition: opacity .5s, visibility 0s;
    -moz-transition: opacity .5s, visibility 0s;
    -o-transition: opacity .5s, visibility 0s;
    transition: opacity .5s, visibility 0s;
    visibility: visible;
    opacity: .8;
    cursor: pointer;
    z-index: 800
}

.dir-rtl {
    direction: ltr !important
}

.dir-ltr {
    direction: ltr !important
}

.namad-bar {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: -80px;
    padding-top: 20px
}

.namad-bar .namad-widget {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
    z-index: 1;
    max-width: 589px;
    text-align: left;
    position: relative;
    background-color: #fff;
    border-radius: 100px;
    padding: 15px 10px 15px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15), 0 7px 18px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 5px 10px rgba(0, 0, 0, .15), 0 7px 18px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 5px 10px rgba(0, 0, 0, .15), 0 7px 18px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .15), 0 7px 18px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .15), 0 7px 18px rgba(0, 0, 0, .2)
}

.namad-bar .namad-widget:hover img {
    opacity: .6
}

.namad-bar .namad-widget ul {
    text-align: center
}

.namad-bar .namad-widget li {
    display: inline-block
}

.namad-bar .namad-widget img {
    width: 160px;
    float: none;
    display: inline-block;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.namad-bar .namad-widget img:hover {
    transform: rotate(3deg);
    opacity: 1
}

.social-box .social-box-icon {
    margin: 0 7px;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.social-box .social-box-icon:hover {
    opacity: .6
}

.collapse_seo {
    margin-bottom: 30px
}

.collapse_seo p {
    color: var(--color_white) !important;
    text-align: justify
}

.collapse_seo p a {
    color: var(--color_gra1) !important
}

.heading {
    position: relative;
    text-transform: capitalize;
    font-size: 24px;
    z-index: 0;
    color: #1a3365 !important
}

.heading2 {
    position: relative;
    text-transform: capitalize;
    font-size: 17px;
    z-index: 0;
    font-weight: 400;
    color: #1a3365 !important
}

.card-body h4 {
    color: #1a3365 !important
}

.card-body h1 {
    color: #1a3365 !important;
    font-size: 25px
}

.card-body h3 {
    color: var(--color-barex-yellow) !important;
    font-size: 17px
}

.fs-17 {
    font-size: 17px
}

.text-muted {
    color: #6e88a2 !important
}

.text-muted-justify {
    color: #6e88a2 !important;
    text-align: justify !important
}

.aboutimg {
    background: linear-gradient(22deg, #f6f6f6 35%, #eee calc(35% + 1px), #f6f6f6 45%, #ededed calc(45% + 1px), #ededed 65%, #f6f6f6 calc(65% + 1px), #f6f6f6 100%);
    background-blend-mode: overlay, exclusion;
    padding: 25px
}

.about-link a {
    color: #8798ab;
    position: relative;
    display: inline-block;
    font-size: 14px
}

.about-title {
    position: relative;
    z-index: 99;
    letter-spacing: 5px;
    font-size: 14px
}

.about-title h6 {
    color: var(--color_yellow)
}

.about-title span {
    background-color: var(--color_yellow);
    height: 12px;
    width: 60px;
    display: inline-block;
    position: absolute;
    opacity: .4
}

.about-link a {
    color: #8798ab;
    position: relative;
    display: inline-block;
    font-size: 14px
}

.about-link a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -9%;
    height: 1px;
    width: 50%;
    background: #8798ab;
    transition: .3s
}

.about-link i {
    opacity: 0;
    transition: .3s
}

.about-link:hover i {
    opacity: 1;
    margin: 0 0 0 5px
}

.slinky-menu a {
    color: var(--color_base)
}

.slinky-menu .header {
    background: var(--color_base_hover)
}

.slinky-menu a.next:after {
    margin-left: 0
}

.khosoo .expt-info {
    background-color: #f8f8f8;
    padding: 35px 0 20px 0
}

.khosoo .khosoo-box-btn {
    text-align: center
}

.khosoo .khosoo-image1 {
    display: inline-block;
    background: url(/images/vector.svg);
    width: 112px;
    height: 150px;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.khosoo .khosoo-image2 {
    display: inline-block;
    background: url(/images/vector2.svg);
    width: 130px;
    height: 150px;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.khosoo .khosoo-image3 {
    display: inline-block;
    background: url(/images/vector4.svg);
    width: 98px;
    height: 150px;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.khosoo .khosoo-image4 {
    display: inline-block;
    background: url(/images/vector3.svg);
    width: 159px;
    height: 150px;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.khosoo .expt-info:hover h3 {
    color: var(--color_base)
}

.khosoo .khosoo-image5 {
    display: inline-block;
    background: url(/images/vector.svg);
    width: 112px;
    height: 150px;
    background-image: no-repeat;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.btn_1 {
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    font-size: 11px;
    background-color: var(--color_gra2);
    height: 39px;
    line-height: 38px;
    padding: 0 15px;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.btn_1:hover {
    background-color: var(--color_base);
    color: var(--color_white)
}

.card-footer .btn_1 {
    margin-top: 0
}

.btn_2 {
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    background-color: var(--color_base);
    height: 39px;
    line-height: 38px;
    padding: 0 24px;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.btn_2:hover {
    background-color: var(--color_base_hover);
    color: var(--color_white)
}

#register_prefix {
    color: #8093a8 !important
}

.btn_5 {
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    background-color: var(--color_yellow);
    height: 39px;
    line-height: 38px;
    padding: 0 24px;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.btn_5:hover {
    background-color: var(--color_base);
    color: var(--color_white)
}

.btn_3 {
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    background-color: var(--color_base2);
    height: 39px;
    line-height: 38px;
    padding: 0 24px;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.btn_3:hover {
    background-color: var(--color_base_hover2);
    color: var(--color_white)
}

.btn-loading {
    height: 38px
}

.btn-loading .btn-icon {
    position: relative
}

.btn-loading .btn-icon {
    display: none;
    top: 2px;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.btn-loading.btn-loading-active {
    pointer-events: none;
    opacity: .65
}

.btn-loading.btn-loading-active .btn-icon {
    display: inline-block
}

.btn-loading.btn-loading-active .btn-text {
    display: none
}

.btn-info {
    color: #fff;
    background-color: var(--color_base);
    border-color: var(--color_base);
    border-radius: 30px;
    font-size: 14px
}

.btn-info:hover {
    color: #fff;
    background-color: var(--color_base_hover);
    border-color: var(--color_base_hover)
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(39, 198, 201, .5)
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: var(--color_base_hover);
    border-color: var(--color_base_hover)
}

.btn-secondary {
    color: #fff;
    border-radius: 30px;
    font-size: 14px
}

.btn-secondary {
    color: #fff;
    border-radius: 30px;
    font-size: 14px
}

.btn-convert {
    color: #495057;
    background-color: #e9ecef;
    border-color: #ced4da
}

.input-group-text {
    border-radius: 30px
}

.cunter-sec {
    background-color: transparent;
    padding: 130px 0 0 0;
    height: 700px;
    position: relative;
    text-align: center;
    background-image: url(/images/shape2.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: var(--color_base)
}

.cunter-sec.cunter-sec-2 {
    background-color: var(--color_base2);
    margin-bottom: 0
}

.cunter-sec .expt-info h3 {
    color: var(--color_base);
    font-size: 19px;
    font-weight: inherit;
    margin-bottom: 11px
}

.cunter-sec .expt-info h2 {
    color: var(--color_base);
    font-size: 34px;
    font-weight: 700
}

.cunter-sec .dayere {
    position: absolute;
    border-radius: 50%
}

.cunter-sec .dayere-1 {
    width: 500px;
    height: 500px;
    background-color: #ffffff2e;
    right: -395px;
    top: -46px
}

.cunter-sec .dayere-2 {
    width: 400px;
    height: 400px;
    background-color: #ffffff26;
    right: -328px;
    top: 38px
}

.cunter-sec .dayere-3 {
    width: 500px;
    height: 500px;
    background-color: #ffffff1f;
    left: -254px;
    bottom: -200px
}

.cunter-sec .dayere-4 {
    width: 400px;
    height: 400px;
    background-color: #ffffff17;
    left: -214px;
    bottom: -122px
}

.chera-sec.pt {
    padding-top: 0
}

.chera-sec .row_style svg {
    position: absolute !important;
    width: 100%;
    height: auto;
    fill: #b02c2c;
    left: 0
}

.chera-sec .row_style svg path#coler-b {
    fill: var(--color_base)
}

.chera-sec .chera-text h4 {
    color: var(--color_base);
    font-weight: 700;
    font-size: 19px;
    margin-bottom: 10px
}

.chera-sec .container {
    padding-top: 110px
}

#features {
    padding-top: 60px;
    padding-bottom: 60px
}

#features-holder {
    position: relative;
    perspective: 1000px
}

#features-holder .feature-box {
    position: absolute;
    left: 0;
    top: 0;
    padding: 60px 50px;
    background-image: linear-gradient(-180deg, #29f999 0, #007ef6 100%);
    background-image: linear-gradient(-135deg, #17ead9 0, #6078ea 100%);
    border-radius: var(--rounded-cu);
    -webkit-transform: rotateX(60deg) scale(.5) translateY(50px);
    -moz-transform: rotateX(60deg) scale(.5) translateY(50px);
    -ms-transform: rotateX(60deg) scale(.5) translateY(50px);
    transform: rotateX(60deg) scale(.5) translateY(50px);
    opacity: 0;
    -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, .08);
    box-shadow: 0 8px 18px rgba(0, 0, 0, .08);
    -webkit-transition: all .8s ease;
    transition: all .8s ease
}

#features-holder .feature-box.show-details {
    -webkit-transform: rotateX(0) scale(1) translateY(0);
    -moz-transform: rotateX(0) scale(1) translateY(0);
    -ms-transform: rotateX(0) scale(1) translateY(0);
    transform: rotateX(0) scale(1) translateY(0);
    opacity: 1
}

#features-holder .feature-box .feature-title-holder {
    margin-bottom: 10px
}

#features-holder .feature-box .feature-title-holder .feature-icon .htfy {
    color: #fff;
    font-size: 34px;
    vertical-align: middle;
    margin-right: 20px
}

#features-holder .feature-box .feature-title-holder .feature-icon [class*=fa] {
    color: #fff;
    font-size: 34px;
    vertical-align: middle;
    margin-right: 20px
}

#features-holder .feature-box .feature-title-holder .feature-title {
    color: #fff;
    font-size: 19px;
    font-weight: 700
}

#features-holder .feature-box .feature-details {
    color: #c0bbf9;
    font-size: 17px;
    font-weight: 300
}

#features-holder .feature-box .feature-details p {
    color: var(--color_white);
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 20px
}

#features-links-holder {
    position: relative;
    perspective: 1000px
}

#features-links-holder .icons-axis {
    position: absolute;
    width: 194px;
    height: 194px;
    right: 0;
    top: 50%;
    margin-top: -97px;
    border-radius: 200px;
    text-align: center;
    padding-top: 37px;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 37px rgba(112, 145, 179, .22);
    box-shadow: 0 3px 37px rgba(112, 145, 179, .22)
}

#features-links-holder .icons-axis img {
    width: 98px
}

#features-links-holder .feature-icon-holder {
    position: absolute;
    width: 62px;
    height: 62px;
    border-radius: 100px;
    background-image: linear-gradient(-180deg, #29f999 0, #007ef6 100%);
    background-image: linear-gradient(-135deg, #17ead9 0, #6078ea 100%);
    text-align: center;
    padding-top: 8px;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

#features-links-holder .feature-icon-holder.opened {
    background-color: var(--color_base_hover)
}

#features-links-holder .feature-icon-holder.opened .animation-holder {
    opacity: 1
}

#features-links-holder .feature-icon-holder.opened .animation-holder .special-gradiant {
    animation-name: little-move
}

#features-links-holder .feature-icon-holder:focus,
#features-links-holder .feature-icon-holder:hover {
    background-color: var(--color_base_hover)
}

#features-links-holder .feature-icon-holder .feature-icon {
    color: #fff;
    font-size: 33px
}

#features-links-holder .feature-icon-holder .feature-title {
    position: absolute;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    right: 75px;
    top: 40%;
    width: 150px;
    text-align: left
}

#features-links-holder .feature-icon-holder .animation-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 100px;
    overflow: hidden;
    z-index: -1;
    opacity: 0
}

#features-links-holder .feature-icon-holder1 {
    top: 0;
    right: 50px
}

#features-links-holder .feature-icon-holder2 {
    top: 54px;
    right: 182px
}

#features-links-holder .feature-icon-holder3 {
    top: 50%;
    margin-top: -31px;
    right: 234px
}

#features-links-holder .feature-icon-holder4 {
    bottom: 54px;
    right: 182px;
    padding-top: 12px
}

#features-links-holder .feature-icon-holder4 .feature-icon {
    font-size: 30px
}

#features-links-holder .feature-icon-holder5 {
    bottom: 0;
    right: 50px
}

.blog-posts {
    direction: rtl;
    margin: 0 18px
}

.blog-posts .row>div a {
    position: relative;
    display: inline-block
}

.blog-posts .row>div a:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 15px;
    transition: all .5s ease
}

.blog-posts .row>div a img {
    max-width: 100%;
    width: 100%;
    height: auto
}

.blog-posts .row>div a .blog-posts-inner {
    position: absolute;
    z-index: 2;
    right: 25px;
    bottom: 40px;
    width: calc(100% - 50px);
    text-align: left
}

.blog-posts .row>div a:hover:after {
    background-image: linear-gradient(-180deg, #29f999 0, #007ef6 100%);
    background-image: linear-gradient(-135deg, #17ead9 0, #6078ea 100%);
    transition: all .5s ease;
    opacity: .7
}

.blog-posts .row>div.first-post a {
    margin-right: 30px
}

.blog-posts .row>div.first-post a figure img {
    width: 100%;
    height: 508px
}

.blog-posts .row>div.first-post a .blog-posts-inner .category ul li {
    float: right;
    margin-left: 15px
}

.blog-posts .row>div a .blog-posts-inner .category {
    display: inline-block;
    border-radius: 5px
}

.blog-posts .row {
    position: relative
}

.blog-posts .row>div.first-post a {
    margin-right: 0;
    width: 100%
}

.blog-posts .row>div.first-post a figure img {
    width: 100%;
    height: auto;
    display: inherit
}

.blog-posts .row>div.first-post a .blog-posts-inner .category ul li {
    float: right;
    margin-left: 15px
}

.blog-posts .row>div.another-posts a {
    position: relative;
    display: inline-block;
    width: 100%
}

.blog-posts .row>div.another-posts a:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 15px;
    transition: all .5s ease
}

.blog-posts .row>div.another-posts a img {
    max-width: 100%;
    width: 100%;
    display: inherit
}

.blog-posts .row>div.another-posts a .blog-posts-inner {
    position: absolute;
    z-index: 2;
    right: 25px;
    bottom: 40px;
    width: calc(100% - 50px)
}

.blog-posts .row figure {
    margin: 0
}

.blog-posts .row figure .entry-image {
    border-radius: 15px
}

.blog-posts .row>div a .blog-posts-inner h2 {
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    line-height: 27px;
    max-height: 133px;
    overflow: hidden
}

.blog-posts .row>div a .blog-posts-inner .category ul {
    list-style-type: none
}

.blog-posts .row>div a .blog-posts-inner .category ul li {
    float: right;
    margin-bottom: 5px;
    margin-left: 5px;
    background: var(--color_base);
    border-radius: 20px;
    display: inline-block;
    padding: 6px 17px;
    color: #fff;
    font-weight: 400;
    font-size: 11px;
    transition: all .5s ease
}

.blog-posts .row>div.another-posts a:hover:after {
    background-image: linear-gradient(-180deg, #29f999 0, #007ef6 100%);
    background-image: linear-gradient(-135deg, #17ead9 0, #6078ea 100%);
    transition: all .5s ease;
    opacity: .7
}

.blog-posts .row>div a:hover .category ul li {
    background: rgba(0, 0, 0, .3);
    transition: all .5s ease
}

.blog-posts .row a.more-articles {
    display: inline-block;
    padding: 11px 36px;
    margin-top: 19px;
    background-color: var(--color_base);
    border-radius: 100px;
    text-align: center;
    font-weight: 400;
    color: #fff;
    font-size: 13px;
    outline: 0;
    transition: all .3s ease;
    float: left;
    width: auto
}

.blog-posts .row a.more-articles:hover {
    background-color: var(--color_base_hover);
    transition: all .3s ease
}

.blog-posts .row a.more-articles:after {
    display: none
}

.blog-posts figure img {
    border-radius: 15px
}

.top-page-sec .row_style {
    position: absolute !important;
    z-index: 4 !important;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0
}

.top-page-sec svg {
    bottom: -70px;
    fill: #fff
}

.top-page-sec img {
    width: 100%
}

.top-page-sec .top-page-text {
    position: absolute;
    top: 25%;
    right: 0;
    width: 100%
}

.top-page-sec .top-page-text h1 {
    color: var(--color_base);
    font-size: 46px;
    font-weight: 600
}

.top-page-sec .top-page-text h2 {
    color: var(--color_base);
    font-size: 36px;
    font-weight: 600;
    text-align: center
}

.card-cu {
    border: 1px solid #fff;
    margin-bottom: 15px;
    background: #fff;
    box-shadow: 0 30px 25px 0 rgb(64 1 4 / 10%), 0 -6px 0 0 rgb(248 99 107 / 0%);
    border-radius: 25px
}

.card-cu .card-header {
    height: 50px;
    color: #fff;
    line-height: 30px;
    box-shadow: 0 30px 25px 0 rgb(64 1 4 / 10%), 0 -6px 0 0 rgb(248 99 107 / 0%);
    border-radius: 18px 18px 0 0
}

.card-cu .card-header.c-h-gra {
    background-color: var(--color_base)
}

.card-cu .card-header.c-h-col1 {
    background-color: #333
}

.card-cu .card-header.c-h-col2 {
    background-color: #fff;
    color: var(--color_gra2)
}

.card-cu .card-header.c-h-gra2 {
    background: url(/images/back-card.png);
    height: 100px;
    border-radius: 18px
}

.card-cu .card-header.c-h-gra2 p {
    color: #fff;
    top: 24px;
    position: relative;
    font-size: 21px
}

.card-cu .card-header.c-h-gra2 img {
    position: absolute;
    left: 22px;
    top: 11px
}

.card-cu .b-t-18 {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
    overflow: hidden
}

.card-cu .b-r-18 {
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
    overflow: hidden
}

.card-profile .card-header {
    height: 60px
}

.card-profile img {
    width: 70px;
    height: 70px;
    background: #fff;
    background-size: contain;
    box-shadow: 0 0 0 4px hsla(0, 0%, 100%, .61);
    position: absolute;
    left: 50%;
    top: 23px;
    transform: translate(-50%);
    border-radius: 50%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50%
}

.card-profile .card-body {
    margin-top: 30px
}

.card-profile .card-body .card-title {
    color: var(--color_gra2);
    font-size: 21px;
    font-weight: 700
}

.card-search .card-body {
    padding: 0
}

.card-search input {
    border: none;
    height: 50px
}

.card-search .input-group-text {
    border: none;
    background-color: inherit
}

.card-search .form-control:focus {
    border: none;
    box-shadow: none
}

.card-tarakonesh .list-group-item span {
    display: block;
    font-size: 15px;
    color: var(--color_gra2)
}

.card-tarakonesh .list-group-item span.tarakonesh-b {
    margin-bottom: 10px;
    font-weight: 700
}

.card-hesab .list-group-item {
    padding: 19px 15px
}

.card-hesab .list-group-item.active {
    color: var(--color_base);
    background-color: #f6f6f6;
    border-color: #e8e8e8
}

.card-hesab .list-group-item h3 {
    padding-left: 30px;
    font-size: 15px;
    margin: 0
}

.card-hesab .list-group-item img {
    position: absolute;
    top: 13px
}

.pagination-cu .page-link {
    border-radius: 50%;
    border: 1px solid #ccc;
    margin: 0 5px;
    width: 45px;
    height: 45px;
    padding: 10px 3px;
    line-height: 25px;
    text-align: center;
    color: #555
}

.pagination-cu .page-item:first-child .page-link,
.pagination-cu .page-item:last-child .page-link {
    border-radius: 50%
}

.pagination-cu .page-item.active .page-link {
    background-color: var(--color_base);
    border-color: var(--color_base_hover)
}

.pagination-cu .page-item.disabled .page-link {
    color: var(--color_gra1)
}

.card-etela .etela-b {
    font-weight: 700
}

.divider-cu {
    border-bottom: 1px solid var(--color_base);
    display: block;
    width: 100%;
    padding-bottom: 4px;
    color: var(--color_base);
    font-weight: 700;
    font-size: 15px
}

.card-blog .card-body {
    padding: 30px;
    position: relative
}

.card-blog-info {
    overflow: hidden
}

.card-blog-date {
    float: right;
    margin-left: 60px;
    font-weight: 700;
    font-size: 14px;
    text-align: center
}

.card-blog-date time>* {
    display: block;
    line-height: 1
}

.card-blog-date .number {
    font-size: 41px;
    font-weight: 900;
    margin-bottom: 0;
    color: var(--color_yellow)
}

.card-blog-date .month {
    margin-bottom: 7px;
    color: var(--color_yellow);
    font-weight: 800
}

.card-blog-date .day {
    font-weight: 400;
    color: var(--color_yellow)
}

.card-blog-title {
    margin-bottom: 15px;
    display: block;
    margin-top: 0;
    line-height: 1.5em
}

.card-blog-info {
    color: #6987ab
}

.post-additional-info {
    direction: ltr
}

.post-additional-info span {
    float: left;
    margin-top: 13px;
    margin-left: 20px
}

.post-additional-info .btn_1 {
    float: right;
    margin-top: 0;
    margin-bottom: 4px;
    margin-left: 4px
}

.social__item.main .utouch-icon,
.social__item.main svg {
    height: 18px;
    width: 18px;
    color: #829dbc;
    fill: #829dbc;
    position: relative
}

.card-blog-social-box {
    direction: ltr
}

svg.utouch-icon {
    transition: all .3s ease;
    width: 32px
}

.share-product {
    position: absolute;
    right: 60px;
    top: -20px;
    height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    visibility: hidden;
    padding-right: 50px;
    z-index: 999;
    cursor: pointer
}

.share-product .socials {
    margin: 0
}

.share-product .socials li {
    margin-right: 5px;
    display: inline-block
}

.share-product {
    position: absolute;
    right: 60px;
    top: -20px;
    height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    visibility: hidden;
    padding-right: 50px;
    z-index: 999;
    cursor: pointer
}

.share-product .socials {
    margin: 0
}

.share-product .socials li {
    margin-right: 5px
}

.share-product .socials li:last-child {
    margin-right: 0
}

.share-product.open {
    visibility: visible
}

.share-product.open .social__item.twitter {
    -webkit-transition-timing-function: cubic-bezier(.41, 1.26, .56, .99);
    transition-timing-function: cubic-bezier(.41, 1.26, .56, .99);
    -webkit-transition-duration: .9s;
    transition-duration: .9s
}

.share-product.open .social__item.facebook {
    -webkit-transition-timing-function: cubic-bezier(.41, 1.26, .56, .99);
    transition-timing-function: cubic-bezier(.41, 1.26, .56, .99);
    -webkit-transition-duration: .8s;
    transition-duration: .8s
}

.share-product.open .social__item.facebook {
    -webkit-transition-timing-function: cubic-bezier(.41, 1.26, .56, .99);
    transition-timing-function: cubic-bezier(.41, 1.26, .56, .99);
    -webkit-transition-duration: .8s;
    transition-duration: .8s
}

.share-product.open .social__item.googlePlus {
    -webkit-transition-timing-function: cubic-bezier(.41, 1.26, .56, .99);
    transition-timing-function: cubic-bezier(.41, 1.26, .56, .99);
    -webkit-transition-duration: .7s;
    transition-duration: .7s
}

.share-product.open .social__item.pinterest {
    -webkit-transition-timing-function: cubic-bezier(.41, 1.26, .56, .99);
    transition-timing-function: cubic-bezier(.41, 1.26, .56, .99);
    -webkit-transition-duration: .6s;
    transition-duration: .6s
}

.share-product.open .social__item.mail {
    -webkit-transition-timing-function: cubic-bezier(.41, 1.26, .56, .99);
    transition-timing-function: cubic-bezier(.41, 1.26, .56, .99);
    -webkit-transition-duration: .5s;
    transition-duration: .5s
}

.share-product.open .social__item.whatsapp {
    -webkit-transition-timing-function: cubic-bezier(.41, 1.26, .56, .99);
    transition-timing-function: cubic-bezier(.41, 1.26, .56, .99);
    -webkit-transition-duration: .7s;
    transition-duration: .7s
}

.share-product .social__item.whatsapp {
    -webkit-transform: translateX(80px) rotate(290deg);
    -ms-transform: translateX(80px) rotate(290deg);
    transform: translateX(80px) rotate(290deg)
}

.whatsapp {
    background: #1bd741
}

.share-product.open .social__item.telegram {
    -webkit-transition-timing-function: cubic-bezier(.41, 1.26, .56, .99);
    transition-timing-function: cubic-bezier(.41, 1.26, .56, .99);
    -webkit-transition-duration: .7s;
    transition-duration: .7s
}

.share-product .social__item.telegram {
    -webkit-transform: translateX(80px) rotate(290deg);
    -ms-transform: translateX(80px) rotate(290deg);
    transform: translateX(80px) rotate(290deg)
}

.telegram {
    background: #0091c8
}

.share-product .social__item {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: inline-block;
    opacity: 0;
    text-align: center;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
    overflow: hidden;
    position: relative;
    -webkit-transition: .85s;
    transition: .85s
}

.share-product .social__item .utouch-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.share-product .social__item .utouch-icon {
    height: 16px;
    width: 16px;
    fill: #fff
}

.social__item.main {
    opacity: 1;
    padding: 0;
    z-index: 5;
    letter-spacing: -.5px;
    position: absolute;
    cursor: pointer;
    right: 60px;
    top: -20px;
    -webkit-transition: .1s;
    transition: .1s;
    will-change: max-width, padding-right, opacity, text-indent;
    width: 40px;
    height: 40px;
    line-height: 48px;
    background-color: var(--color_base2);
    color: #fff !important;
    border-radius: 100%;
    box-shadow: 0 0 30px rgba(39, 63, 91, .2);
    text-align: center
}

.social__item.main .shared-ic {
    position: relative;
    top: -2px
}

.social__item.main .utouch-icon,
.social__item.main svg {
    height: 18px;
    width: 18px;
    color: #829dbc;
    fill: #829dbc;
    position: relative
}

.social__item.main.item--small {
    width: 32px;
    height: 32px;
    line-height: 40px
}

.share-product .social__item .utouch-icon {
    outline: 26px solid rgba(44, 42, 42, 0);
    outline-offset: -12px;
    -webkit-transition: .25s;
    transition: .25s
}

.share-product .social__item:hover .utouch-icon {
    outline: 26px solid rgba(44, 42, 42, .2);
    fill: #fff
}

.share-product .social__item.twitter {
    margin-left: 0;
    -webkit-transition-timing-function: cubic-bezier(.41, 1.26, .56, .99);
    transition-timing-function: cubic-bezier(.41, 1.26, .56, .99);
    -webkit-transform: translateX(160px) rotate(582deg);
    -ms-transform: translateX(160px) rotate(582deg);
    transform: translateX(160px) rotate(582deg)
}

.twitter {
    background: #55acee
}

.share-product .social__item.facebook {
    -webkit-transform: translateX(120px) rotate(436deg);
    -ms-transform: translateX(120px) rotate(436deg);
    transform: translateX(120px) rotate(436deg)
}

.facebook {
    background: #3b5998
}

.share-product .social__item.googlePlus {
    -webkit-transform: translateX(80px) rotate(290deg);
    -ms-transform: translateX(80px) rotate(290deg);
    transform: translateX(80px) rotate(290deg)
}

.googlePlus {
    background: #dd4b39
}

.share-product .social__item.pinterest {
    -webkit-transform: translateX(40px) rotate(145deg);
    -ms-transform: translateX(40px) rotate(145deg);
    transform: translateX(40px) rotate(145deg)
}

.pinterest {
    background: #cc2127
}

.share-product .social__item.mail {
    -webkit-transform: translateX(0) rotate(0);
    -ms-transform: translateX(0) rotate(0);
    transform: translateX(0) rotate(0)
}

.mail {
    background: #996dd1
}

.share-product.hover .social__item,
.share-product:hover .social__item {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1
}

.rss {
    background-color: #f4b459
}

.share-product--item-right {
    padding-left: 42px;
    padding-right: 0;
    height: 32px
}

.share-product--item-right .social__item.main {
    right: auto;
    left: 0;
    width: 32px;
    height: 32px
}

.share-product--item-right .social__item {
    height: 32px;
    width: 32px
}

/*!* .tree { background-color:#2C3E50; color:#46CFB0;} *!*/
.descp-sec .nav-tabs .nav-link.active {
    border: none
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border: none
}

.descp-sec .nav-tabs .nav-link {
    border: none
}

.card-news-mor .post-dv-info {
    width: 100%;
    border-bottom: 1px solid var(--color_gra1)
}

.card-news-mor .sm-post-dv:last-child .post-dv-info {
    border-bottom: none
}

.card-news-mor .sm-post-dv {
    padding-top: 10px
}

.card-news-social ul {
    text-align: center;
    padding: 0 !important
}

.card-news-social ul li {
    display: inline-flex
}

.card-news-social ul li a {
    padding: 15px;
    background-color: var(--color_yellow);
    margin: 0 5px;
    border-radius: 9px;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.card-news-social ul li a:hover {
    background-color: var(--color_base)
}

.card-news-social ul li a svg path {
    fill: #fff
}

.owl-carousel {
    direction: ltr
}

.owl-carousel-news-mahboob .owl-dots {
    display: block;
    position: relative;
    left: inherit;
    text-align: center;
    bottom: inherit
}

.owl-carousel-news-mahboob button.owl-dot {
    background-color: var(--color_gra1) !important
}

.owl-carousel-news-mahboob .owl-dots .owl-dot.active {
    background-color: var(--color_base) !important
}

.owl-carousel-news-mahboob .title {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    font-size: 16px;
    margin-top: 20px
}

.modal-loading {
    min-height: 200px
}

.modal-loading::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #ffffffa8;
    z-index: 3
}

.modal-loading .thecube {
    z-index: 4
}

.b-wizard .nav-pills {
    overflow: hidden
}

.b-wizard .nav-item {
    counter-increment: steps;
    background: #efefef;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    float: right;
    position: relative;
    white-space: nowrap
}

.b-wizard .nav-item:first-child:nth-last-child(1),
.b-wizard .nav-item:first-child:nth-last-child(1)~.nav-item {
    width: 100%
}

.b-wizard .nav-item:first-child:nth-last-child(2),
.b-wizard .nav-item:first-child:nth-last-child(2)~.nav-item {
    width: 50%
}

.b-wizard .nav-item:first-child:nth-last-child(3),
.b-wizard .nav-item:first-child:nth-last-child(3)~s.nav-item {
    width: 33.3333333333%
}

.b-wizard .nav-item:first-child:nth-last-child(4),
.b-wizard .nav-item:first-child:nth-last-child(4)~.nav-item {
    width: 25%
}

.b-wizard .nav-item:first-child:nth-last-child(5),
.b-wizard .nav-item:first-child:nth-last-child(5)~.nav-item {
    width: 20%
}

.b-wizard .nav-item:first-child:nth-last-child(6),
.b-wizard .nav-item:first-child:nth-last-child(6)~.nav-item {
    width: 16.6666666667%
}

.b-wizard .nav-item:first-child:nth-last-child(7),
.b-wizard .nav-item:first-child:nth-last-child(7)~.nav-item {
    width: 14.2857142857%
}

.b-wizard .nav-item:first-child:nth-last-child(8),
.b-wizard .nav-item:first-child:nth-last-child(8)~.nav-item {
    width: 12.5%
}

.b-wizard .nav-item:first-child:nth-last-child(9),
.b-wizard .nav-item:first-child:nth-last-child(9)~.nav-item {
    width: 11.1111111111%
}

.b-wizard .nav-item:first-child:nth-last-child(10),
.b-wizard .nav-item:first-child:nth-last-child(10)~.nav-item {
    width: 10%
}

.b-wizard .nav-item:first-child {
    border-right: 1px solid #ccc
}

.b-wizard .nav-item:last-child {
    border-left: 1px solid #ccc
}

.b-wizard .nav-item a {
    display: block;
    padding: 10px 0;
    text-align: center;
    background: #efefef;
    color: #3f3f3f
}

.b-wizard .nav-item.disabled a {
    cursor: not-allowed;
    color: #a3a3a3
}

.b-wizard .nav-item a.active {
    background: #fff;
    color: #333
}

.b-wizard .nav-item a:after {
    width: 25px;
    height: 26px;
    position: absolute;
    top: 5px;
    right: 100%;
    -webkit-transform: rotate(45deg);
    transform: rotate(225deg);
    content: '';
    z-index: 2;
    background: inherit;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    margin-right: -.9280776503em
}

.b-wizard .nav-item:last-child a:after {
    content: none
}

.b-wizard .tab-content {
    border: 1px solid var(--color_gra1);
    border-top: none
}

.form-check-input {
    margin-top: 0
}

.form-control:focus {
    box-shadow: 0 0 0 .2rem var(--color_base_hover);
    border: none !important
}

.input-group-cu-radius .btn {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--color_base)
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem var(--color_base_shadow)
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--color_base)
}

.custom-control-input:active~.custom-control-label::before {
    background-color: var(--color_base_shadow)
}

.form-color-w label {
    color: var(--color_white)
}

.custom-file-label::after {
    content: "select" !important
}

#contact_message::placeholder {
    color: #afafaf !important;
    font-size: 15px !important;
    font-weight: 400 !important
}

select {
    color: #afafaf !important
}

select option {
    color: red !important
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px
}

label[for=invite_code],
label[for=user_cell],
label[for=username] {
    display: none !important
}

.form-control {
    border-radius: 18px
}

.custom-file-label {
    border-radius: 18px
}

.card-form-grupe .card-header {
    position: absolute;
    height: initial;
    line-height: inherit;
    padding: 0 16px;
    top: -8px;
    right: 11px;
    background-color: var(--color_white);
    color: var(--color_gra2);
    border: none
}

.img-hover-search {
    position: relative
}

.img-hover-search img {
    width: 100px;
    max-height: 100px
}

.img-hover-search .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: #27c6c9a6
}

.img-hover-search:hover .overlay {
    opacity: 1
}

.img-hover-search .icon {
    color: #fff;
    font-size: 21px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center
}

.acc-khadamat .card {
    border: none
}

.acc-khadamat .card-header {
    cursor: pointer
}

.acc-khadamat .card-header p {
    color: var(--color_gra2);
    font-weight: 700
}

.acc-khadamat .list-khadamat a {
    background-color: var(--color_gra4);
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 11px 5px;
    margin-bottom: 10px;
    border: 1px solid var(--color_gra3);
    border-radius: 3px;
    color: var(--color_gra2)
}

.acc-khadamat .list-khadamat a:hover {
    background-color: var(--color_gra3)
}

.ship-convert-box .dropdown-menu {
    padding: 0;
    right: 0
}

.ship-convert-box .dropdown-menu .list-wrapper {
    position: relative;
    width: 100%;
    height: 186px;
    background: #fff;
    overflow-y: auto
}

.ship-convert-box .dropdown-menu .list-wrapper .list-content>div {
    margin: 0;
    font-size: 13px;
    line-height: 39px;
    cursor: pointer;
    border-bottom: 1px solid #dedede
}

.ship-convert-box .dropdown-menu .list-wrapper .list-content>div:hover {
    background-color: #eee
}

.ship-convert-box .dropdown-menu .list-wrapper .list-content>div .img-co {
    float: left;
    top: 7px;
    position: relative
}

.ship-convert-box .dropdown-menu .list-wrapper .list-content>div .t-e {
    text-align: left;
    margin-top: 0;
    font-size: 11px;
    margin-bottom: 0;
    line-height: 39px
}

.ship-convert-box .dropdown-menu .search-wrapper {
    position: relative;
    width: 100%;
    flex-flow: nowrap;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    flex-direction: row;
    -ms-justify-content: start;
    -moz-justify-content: start;
    justify-content: start;
    padding: 5px;
    border-bottom: 1px solid hsla(0, 0%, 4%, .1)
}

.ship-convert-box .dropdown-menu button {
    padding-left: 20px;
    padding-right: 20px
}

.ship-convert-box .dropdown-toggle::after {
    position: relative;
    top: 2px
}

.custom-control {
    padding-left: 0 !important
}

.bank-select-box .custom-control {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.bank-select-box label {
    display: block;
    border: 1px solid #ddd;
    padding: 10px;
    height: 70px;
    cursor: pointer
}

.bank-select-box p {
    margin-top: 10px;
    padding-right: 20px
}

.bank-select-box img {
    width: 50px;
    float: left
}

.bank-select-box .custom-control-label::before {
    top: 50%;
    margin-top: -8px;
    right: 6px
}

.bank-select-box .custom-control-label::after {
    top: 50%;
    margin-top: -8px;
    right: 6px
}

.osr-srvices-thumb-2 {
    float: left;
    width: 100%;
    text-align: center;
    border-radius: var(--rounded-cu);
    padding: 10px;
    background-color: #fff;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    border-radius: var(--rounded-cu);
    background: #fff;
    border-bottom: 2px solid #203468;
    transition: all .5s ease-in-out
}

.osr-srvices-thumb-2 .img-icon {
    margin: 0 auto 23px;
    position: relative;
    line-height: 133px;
    width: 140px;
    height: 140px;
    background-color: #fff;
    border-radius: 50%
}

.osr-srvices-thumb-2 .text .title {
    font-size: 16px;
    margin: 0 0 18px
}

.osr-srvices-thumb-2 .text .tel,
.osr-srvices-thumb-2 .text .title a {
    color: var(--color_base2);
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.osr-srvices-thumb-2 .text p {
    margin: 0;
    color: var(--color_gra2);
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.osr-srvices-thumb-2:hover * {
    color: #fff !important
}

.osr-srvices-thumb-2:hover .btn_3 {
    background: var(--color_base_hover2) !important
}

.osr-srvices-thumb-2:hover {
    background-image: linear-gradient(-180deg, #203468 0, #3b4680 100%);
    background-image: linear-gradient(-135deg, #203468 0, #3b4680 100%)
}

.osr-srvices-thumb-3 {
    float: left;
    width: 100%;
    text-align: center;
    border-radius: var(--rounded-cu);
    padding: 10px;
    background-color: #fff;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    box-shadow: 0 10px 30px rgb(0 0 0 / 10%);
    border-radius: var(--rounded-cu);
    background: #ffffff97;
    transition: all .5s ease-in-out
}

.osr-srvices-thumb-3 .img-icon {
    margin: 0 auto 23px;
    position: relative;
    line-height: 133px;
    width: 140px;
    height: 140px;
    background-color: #fff;
    border-radius: 50%
}

.osr-srvices-thumb-3 .text .title {
    font-size: 16px;
    margin: 0 0 18px
}

.osr-srvices-thumb-3 .text .tel,
.osr-srvices-thumb-3 .text .title a {
    color: var(--color_base2);
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.osr-srvices-thumb-3 .text p {
    margin: 0;
    color: var(--color_gra2);
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.osr-team-thumb {
    float: left;
    width: 100%;
    margin-top: 112px;
    margin-bottom: 30px;
    border-radius: 50px;
    background-color: var(--color_gra4);
    text-align: center;
    border: 1px solid var(--color_gra3)
}

.osr-team-thumb figure {
    display: inline-block;
    position: relative;
    overflow: hidden;
    float: none;
    width: 225px;
    height: 225px;
    margin-top: -112px;
    margin-bottom: 25px;
    border-radius: 100%;
    border-width: 10px;
    border-style: solid;
    border-color: var(--color_base);
    border-image: initial;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.osr-team-thumb:hover figure {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg)
}

.thumb img,
figure img {
    float: left;
    width: 100%
}

.osr-team-thumb .text {
    text-align: center
}

.osr-team-thumb .title {
    font-size: 24px;
    margin: 0 0 7px
}

.osr-team-thumb .designation {
    float: left;
    width: 100%;
    font-size: 16px;
    margin: 0 0 17px;
    line-height: normal
}

.osr-team-thumb .social-list {
    float: none;
    width: auto;
    margin: 0 0 23px;
    display: inline-block
}

.osr-team-thumb .social-list li a:hover {
    color: #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .08);
    -o-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .08);
    -ms-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .08);
    -moz-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .08);
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .08)
}

.contact-form-cu {
    background-image: url(http://aminashiri.ir/images/top-page.jpg);
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover
}

.contact-form-cu-two {
    background-color: #f9f9f9
}

.contact-form-cu label {
    color: #fff
}

.contact-form-cu .fb-submit {
    text-align: left
}

.contact-form-cu .fb-submit .btn.btn-default {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.contact-form-cu .fb-submit .btn-default:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.contact-form-cu .fb-submit .btn-default:not(:disabled):not(.disabled).active,
.contact-form-cu .fb-submit .btn-default:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.contact-form-cu .header,
.contact-form-cu .paragraph {
    color: #fff
}

.data-table-cu.table-responsive {
    overflow-x: inherit
}

table.table-bordered.dataTable td:first-child,
table.table-bordered.dataTable th:first-child {
    border-right-width: 0
}

table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable th:last-child {
    border-right-width: 1px
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 300px
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-right: .5em;
    margin-left: 0
}

.table-cu {
    border: 1px solid var(--color_base)
}

.table-cu thead th {
    border: none;
    border-bottom: 2px solid var(--color_base_hover);
    background: var(--color_base);
    color: var(--color_white)
}

.table-cu td,
.table-cu th {
    color: var(--color_gra2)
}

.table-cu tbody tr:nth-of-type(odd) {
    background-color: rgba(39, 198, 201, .04)
}

.table-cu tbody tr:hover {
    background-color: rgba(39, 198, 201, .13)
}

.ship-show-geymat-box .t1 {
    direction: ltr;
    padding-bottom: 3px;
    padding-top: 32px;
    font-size: 20px;
    color: var(--color_gra2)
}

.ship-show-geymat-box .t2 {
    color: var(--color_gra2);
    direction: ltr;
    font-size: 27px !important;
    line-height: 60px !important;
    font-weight: 700 !important
}

.ship-show-geymat-box .t3 {
    text-align: center !important;
    margin-bottom: 0 !important;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 30px;
    color: var(--color_gra2)
}

.ship-show-geymat-box .riz-gh>div {
    text-align: center;
    float: left;
    width: 33%;
    font-size: 14px;
    padding: 12px 0 16px 0;
    line-height: 1.25em;
    color: var(--color_gra2)
}

.ship-details-post {
    background-color: var(--color_gra4)
}

.ship-details-sefa {
    background-color: var(--color_base2)
}

.ship-details-sefa h5 {
    color: var(--color_white);
    margin: 0
}

.featured-tab .nav-tabs {
    border: 0
}

.margin-top-500 {
    margin-top: 300px !important
}

.featured-tab .nav-tabs>li>a {
    display: block;
    font-weight: 400;
    background: 0 0;
    border-radius: 18px 18px 0 0;
    padding: 5px 5px;
    border: 0;
    margin-right: -1px;
    color: var(--color_base);
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    transition: all .3s ease
}

.featured-tab .nav-tabs>li>a.active {
    color: var(--color_base);
    padding-left: 15px;
    padding-right: 15px;
    background: #fff;
    -webkit-box-shadow: 0 -5px 14px -5px rgba(0, 0, 0, .05), -5px 5px 14px -13px rgba(0, 0, 0, .05);
    box-shadow: 0 -5px 14px -5px rgba(0, 0, 0, .05), -5px 5px 14px -13px rgba(0, 0, 0, .05)
}

.featured-tab .nav-tabs>li>a.active .tab-head i {
    color: var(--color_base2)
}

.tab-text-title {
    display: block
}

.featured-tab .tab-content {
    background: #fff;
    border: 0;
    border-top: 0;
    min-height: 200px;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .05)
}

.featured-tab .bg-contain-verticle {
    min-height: 380px
}

.bg-contain-verticle {
    vertical-align: middle !important
}

.bg-contain-verticle.pull-left {
    margin: 0 40px 10px 0
}

.bg-contain-verticle.pull-right {
    margin: 0 0 0 40px
}

.img-center {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.tab-content-info {
    padding: 0 20px 0 20px
}

.tab-content-info .btn-light {
    font-weight: 800;
    -webkit-transition: all .3s;
    transition: all .3s;
    background-color: transparent;
    border-color: transparent
}

.tab-content-info .btn-light i {
    padding-left: 5px
}

.tab-content-info .btn-light:hover {
    color: #2154cf;
    background-color: transparent
}

.tab-content-title {
    font-size: 30px;
    line-height: 22px;
    margin-top: 40px;
    margin-bottom: 20px;
    display: inline-block
}

.tab-content-title2 {
    font-size: 30px;
    line-height: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: inline-block
}

.featured-tab .tab-pane img.pull-left {
    margin: 0 40px 10px 0
}

.featured-tab .tab-pane img.pull-right {
    margin: 0 0 0 40px
}

.featured-tab .nav-tabs>li>a {
    position: relative;
    z-index: 2
}

.featured-tab .nav-tabs>li>a.active:after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 100%;
    height: 3px;
    background: var(--color_base2);
    -webkit-transition: all .3s;
    transition: all .3s
}

.featured-tab .nav-tabs>li>a.active .tab-head span {
    color: var(--color_base2)
}

.tab-head span {
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #222
}

.tab-head i {
    font-size: 44px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: var(--color_gra2)
}

.landing-tab {
    position: relative;
    z-index: 10
}

.landing-tab .nav-tabs {
    border-right: 1px solid #e7e7e7;
    padding: 25px 0;
    border-bottom: 0
}

.landing-tab .nav-tabs>li a.active .tab-info h3 {
    color: #323232
}

.landing-tab .nav-tabs>li {
    padding: 15px 0
}

.landing-tab .nav-tabs>li>a {
    background: 0 0 !important;
    border-radius: 0;
    padding: 0 15px 0;
    color: #6a6a6a !important;
    position: relative;
    border: 0 !important;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.landing-tab .nav-tabs>li>a:hover {
    background: 0 0
}

.landing-tab .tab-icon {
    font-size: 28px;
    display: inline-block
}

.landing-tab .tab-info {
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 70px;
    top: 50%;
    margin-top: -12px
}

.landing-tab .tab-info h3 {
    font-size: 18px;
    line-height: normal;
    margin: 0;
    color: #6a6a6a;
    font-family: Lato, sans-serif;
    font-weight: 500
}

.landing-tab .tab-pane h3 {
    margin-top: 0;
    line-height: normal;
    font-family: Lato, sans-serif;
    font-weight: 500
}

.landing-tab .tab-pane h3.text-center {
    margin-bottom: 25px
}

.landing-tab .tab-pane {
    padding-left: 95px;
    text-align: justify
}

.landing-tab .tab-pane i.big {
    font-size: 200px;
    margin-bottom: 30px;
    display: block
}

.insurance-tab .nav.nav-tabs {
    border-bottom: 0;
    margin-bottom: 50px
}

.insurance-tab .nav.nav-tabs>li>a {
    background: 0 0;
    border: 0;
    color: #323232;
    padding: 0 30px 0 0;
    font-weight: 500
}

.insurance-tab .nav.nav-tabs>li:hover>a,
.insurance-tab .nav.nav-tabs>li>a.active {
    color: #a2df48
}

.insurance-tab .nav.nav-tabs>li>a span {
    font-size: 28px;
    margin-right: 8px;
    position: relative;
    bottom: -8px
}

.ts_ins_quote h3 {
    font-size: 24px;
    margin-bottom: 20px
}

.wpcf7-form .ts_ins_quote .wpcf7-form-control-wrap .wpcf7-form-control {
    background: 0 0;
    border: 1px solid #d2d2d2;
    border-radius: 4px;
    font-style: italic;
    margin-top: 15px
}

.ship-cal-sood .input-group-prepend {
    min-width: 150px
}

.ship-cal-sood .input-group-prepend span {
    width: 100%
}

.ship-cal-sood .ship-cal-sood-text h5 {
    color: var(--color_base2);
    font-size: 41px;
    margin: 0
}

.ship-cal-sood .ship-cal-sood-text h6 {
    margin: 0
}

.ship-cal-sec {
    background-color: var(--color_gra4)
}

.ship-cal-saso .col-p {
    padding-left: 0;
    padding-right: 0
}

.ship-cal-saso .col-p .list-group .list-group-item {
    border-radius: 0;
    padding: 2px 7px
}

.ship-cal-saso .col-p .list-group .list-group-item p {
    margin: 0;
    font-size: 13px;
    min-height: 30px
}

@media (min-width:992px) {
    .ship-cal-saso .col-p:not(:last-child) .list-group .list-group-item {
        border-left: 0
    }
}

@media (max-width:992px) {
    .ship-cal-saso .col-p:not(:last-child) .list-group .list-group-item:last-child {
        border-bottom: 0
    }
}

.tms-3 .row>div {
    padding: 0
}

.tms-3 .overlay {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #8450d978;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.tms-3 .fw-main-row:hover .overlay {
    background-color: var(--color_base2)
}

.tms-3 .ts-feature-info {
    z-index: 1;
    position: relative;
    padding: 90px 50px;
    height: 420px;
    color: #fff;
    text-align: center
}

.tms-3 .ts-feature-info p {
    color: #fff
}

.tms-3 .feature-icon {
    color: #fff;
    font-size: 60px
}

.tms-4 .bg-contain-verticle {
    min-height: 300px;
    float: right;
    padding: 30px 25px;
    margin: -10px;
    margin: 0 0 0 40px
}

@media (max-width:992px) {
    .tms-4 .im-bo {
        display: flex
    }
}

.davat-dostan-box {
    background-color: #fafafa;
    border: 1px solid #e2e2e2;
    border-radius: 88px;
    padding: 28px 0
}

.about-box2-sec {
    background-color: var(--color_gra4);
    padding: 100px
}

.about-box2-sec .obj1 {
    width: 742px;
    background-image: linear-gradient(-180deg, #29f999 0, #007ef6 100%);
    background-image: linear-gradient(-135deg, #17ead9 0, #6078ea 100%);
    right: -220px;
    top: 59px;
    bottom: 60px;
    position: absolute;
    border-radius: 210px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.about-box2-sec .circle-img {
    background-color: #fff;
    border-radius: 194px;
    padding: 33px
}

.btn-play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90px;
    height: 90px;
    margin-top: -45px;
    margin-left: -45px;
    background: radial-gradient(#28e2da 60%, #fff 62%);
    border-radius: 50%;
    box-shadow: 0 0 25px 3px #44c7df
}

.btn-play::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-40%) translateY(-50%);
    transform: translateX(-40%) translateY(-50%);
    transform-origin: center center;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 25px solid #fff;
    z-index: 100;
    -webkit-transition: all .4s cubic-bezier(.55, .055, .675, .19);
    transition: all .4s cubic-bezier(.55, .055, .675, .19)
}

.btn-play:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, .75);
    top: 50%;
    left: 50%;
    margin-top: -67px;
    margin-left: -67px;
    background: rgba(198, 16, 0, 0)
}

@-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 1;
        box-shadow: inset 0 0 25px 3px rgba(255, 255, 255, .75), 0 0 25px 10px rgba(255, 255, 255, .75)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none
    }
}

@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 1;
        box-shadow: inset 0 0 25px 3px rgba(255, 255, 255, .75), 0 0 25px 10px rgba(255, 255, 255, .75)
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none
    }
}

@media (max-width:1200px) {
    .about-box2-sec .obj1 {
        top: 122px;
        bottom: 122px;
        width: 675px
    }
}

@media (max-width:991px) {
    .about-box2-sec .obj1 {
        display: none
    }
}

.about-box3-sec {
    background-color: var(--color_base2);
    padding: 60px 0
}

.about-box3-sec .box-img {
    text-align: center
}

.about-box3-sec .box-info {
    text-align: center;
    color: var(--color_white);
    margin-top: 26px
}

.about-box-app-sec {
    padding: 120px 0
}

.params .params-box {
    margin: 20px
}

.params .params-titr-cat {
    color: var(--color_base2);
    font-size: 17px
}

.params .params-box ul {
    list-style: none;
    padding: 0
}

.params .params-box ul li {
    margin-right: -10px;
    margin-left: -10px;
    margin: 8px -8px
}

.params .params-key,
.params .params-value {
    display: block;
    background: #fafafa;
    padding: 6px 18px 6px;
    line-height: 1.692;
    color: #4d4d4d;
    letter-spacing: -.3px;
    min-height: 39px;
    position: relative;
    margin-bottom: 2px
}

.params .params-key {
    background: #f5f5f5
}

.card-comment {
    margin-bottom: 0
}

.card-comment .card-footer {
    border-radius: 0 0 18px 18px
}

.card-comment .card-header {
    text-align: left;
    height: inherit;
    padding: 6px 13px
}

.card-comment .user-img {
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .61);
    border-radius: 50%;
    margin-left: 10px
}

.card-comment .user-name {
    display: inline;
    margin: 0;
    color: #fff
}

.card-comment .user-info ul {
    margin: 0;
    text-align: center
}

.card-comment.card-comment-admin>.card-body {
    background-color: #27c6c90d;
    border-right: 7px solid #8055d8
}

.card-comment .comment-is-admin {
    font-size: 13px;
    margin-top: 8px;
    margin-right: 6px;
    opacity: .8
}

.card-comment .user-info ul li {
    background-color: #ffffff1f;
    border: 1px solid #ffffff1c;
    border-radius: 4px;
    padding: 0 6px;
    font-size: 14px;
    height: 29px;
    margin-bottom: 2px
}

.card-comment .user-info ul li span {
    margin-left: 4px;
    display: none
}

.card-comment .user-info ul li .text-nu {
    top: 2px;
    position: relative
}

.card-comment .comment-box-right {
    border-left: 1px solid #ddd
}

.card-comment .comment-noghat {
    text-align: left
}

.card-comment .comment-noghat span {
    font-weight: 700
}

.card-comment .comment-noghat.gho span {
    color: #00bfd6
}

.card-comment .comment-noghat.zaf span {
    color: #ff637d
}

.card-comment .comment-noghat ul li {
    margin: 6px 0;
    padding-right: 17px;
    color: #5f5f5f;
    position: relative;
    text-align: left;
    font-size: 14px;
    line-height: 18px
}

.card-comment .comment-noghat ul li:before {
    width: 6px;
    height: 6px;
    background: #ccc;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 4px;
    right: 5px
}

.card-comment .comment-noghat.gho ul li:before {
    background-color: #00bfd6
}

.card-comment .comment-noghat.zaf ul li:before {
    background-color: #ff637d
}

.card-comment .comment-header {
    text-align: left;
    margin-bottom: 13px
}

.card-comment .comment-header h5 {
    color: #5f5f5f
}

.card-comment .comment-header span {
    color: #adadad
}

.card-comment .comment-matn {
    text-align: left;
    color: #505050;
    font-size: 1rem
}

.card-comment .comment-progress {
    text-align: left;
    margin-bottom: 15px
}

.card-comment .comment-progress label {
    font-size: 14px
}

.card-comment .progress {
    background-color: #e6e6e6
}

.card-comment .progress .progress-bar {
    background-color: var(--color_base2)
}

.card-comment .comment-progress .progress {
    width: 100px;
    height: 8px;
    display: inline-flex
}

.card-comment .comment-rotbe {
    text-align: left;
    position: relative;
    margin-bottom: 13px
}

.card-comment .comment-rotbe .progress {
    height: 8px;
    margin-left: 53px;
    margin-top: 3px
}

.card-comment .comment-rotbe label {
    font-size: 14px;
    position: absolute;
    left: 0;
    bottom: -3px;
    color: var(--color_gra2)
}

.card-comment .comment-rotbe .comment-rotbe-title {
    font-size: 14px;
    color: var(--color_gra2)
}

.card-comment .comment-box-info strong {
    font-size: 14px;
    color: var(--color_gra2)
}

.card-comment .comment-image-carousel img {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    display: inline-block
}

.card-comment .card-footer .btn {
    padding: 2px 8px;
    height: 29px;
    line-height: 10px;
    font-size: 12px
}

.card-comment .owl-next:before,
.card-comment .owl-prev:before {
    content: none
}

.card-comment .owl-carousel .owl-nav button.owl-next,
.card-comment .owl-carousel .owl-nav button.owl-prev {
    font-size: 34px;
    width: 25px;
    outline: 0
}

.card-comment .comment-read-more {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .86) 67%, #fff 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .86) 67%, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .86) 67%, #fff 100%);
    position: relative;
    z-index: 100;
    height: 70px;
    margin-top: -70px;
    margin-bottom: 12px
}

.card-comment.card-comment-admin .comment-read-more {
    background: -moz-linear-gradient(top, rgba(244, 252, 252, 0) 0, rgba(244, 252, 252, .86) 67%, #f4fcfc 100%);
    background: -webkit-linear-gradient(top, rgba(244, 252, 252, 0) 0, rgba(244, 252, 252, .86) 67%, #f4fcfc 100%);
    background: linear-gradient(to bottom, rgba(244, 252, 252, 0) 0, rgba(244, 252, 252, .86) 67%, #f4fcfc 100%)
}

.card-comment .comment-read-more a {
    position: relative;
    bottom: 0;
    margin-bottom: 9px
}

.card-comment .comment-read-more-less {
    margin-top: 1px;
    margin-bottom: 10px
}

.comment-box ul.comment-ul ul.comment-ul {
    position: relative;
    border-radius: 18px
}

.comment-box ul.comment-ul>li {
    padding-top: 12px;
    border-right: 2px solid var(--color_base);
    padding-right: 14px;
    margin-right: 14px
}

.comment-box ul.comment-ul>li:last-of-type {
    border-right: 2px solid #009f0000
}

.comment-box>ul.comment-ul>li {
    margin-bottom: 25px;
    border: none;
    padding-right: 0;
    margin-right: 0
}

.card-comment.card-comment-reply {
    box-shadow: none;
    border: 1px solid #d8d8d8
}

.card-comment.card-comment-reply::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 0;
    position: absolute;
    right: -17px;
    top: 27px;
    border-top: 2px solid var(--color_base)
}

.card-comment.card-comment-reply::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 41px;
    position: absolute;
    right: -17px;
    top: -13px;
    border-right: 2px solid var(--color_base)
}

.popover {
    text-align: left;
    font-family: inherit
}

.popover .popover-header {
    color: #555
}

.tags-box .tagslist {
    margin-top: 8px
}

.tags-box .tagslist .list-group-item {
    padding: 4px 20px 2px 5px;
    position: relative
}

.tags-box .tagslist .itemText {
    margin: 0
}

.tags-box .tagslist .closeButton {
    position: absolute;
    right: 6px;
    top: 11px;
    color: #bd1313;
    cursor: pointer
}

.tags-box .tagslist.tagslist-govat .itemText {
    color: #00bfd6
}

.tags-box .tagslist.tagslist-zaf .itemText {
    color: #ff637d
}

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

.control .btn-material {
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    opacity: 0;
    right: 0;
    z-index: 1;
    border-radius: 100%;
    box-sizing: border-box;
    background: var(--color_base);
    outline: 0;
    transform-origin: 50%;
    transition: transform .7s cubic-bezier(.4, 0, .2, 1), opacity .5s cubic-bezier(.4, 0, .2, 1)
}

body.search-active .control .btn-material {
    transform: scale(100);
    opacity: 1
}

.control {
    position: relative
}

.control .icon-material-search {
    color: #fff;
    position: absolute;
    top: -10px;
    right: -39px;
    transition: opacity .3s ease-in-out;
    z-index: 2
}

.icon-close {
    z-index: -1;
    position: fixed;
    top: 30px;
    right: 30px;
    color: #fff;
    cursor: pointer;
    font-size: 30px;
    opacity: 0;
    transition: all .3s ease-in-out
}

body.search-active .icon-close {
    opacity: 1;
    transform: rotate(-90deg);
    z-index: 3
}

.search-input-main {
    background-color: #ffffff2e;
    border-radius: 63px;
    z-index: 3;
    height: 108px;
    position: absolute;
    top: 33vh;
    left: 50%;
    margin-left: -335px;
    margin-top: 13px;
    padding: 10px 35px;
    pointer-events: none;
    opacity: 0;
    transform: translate(40px, 0);
    transition: all .3s ease-in-out
}

.search-input-main input {
    color: #fff;
    width: 600px;
    height: 89px;
    border: 0;
    background: 0 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    outline: 0;
    font-weight: 200;
    font-size: 25px;
    padding-left: 80px
}

#search_form_form input::placeholder {
    color: #fff;
    padding: 30px 0;
    text-align: left !important
}

.search-input-main input::placeholder {
    color: #fff;
    padding: 30px 0;
    text-align: left !important
}

.search-input-main input::placeholder {
    color: #fff;
    padding: 30px 0;
    opacity: 1
}

.search-input-main input:-ms-input-placeholder {
    color: #fff;
    padding: 30px 0
}

.search-input-main input::-ms-input-placeholder {
    color: #fff;
    padding: 30px 0
}

input::placeholder {
    padding: 30px 0
}

.search-input-main button {
    background: #ffffff4d;
    color: #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    top: 14px;
    position: absolute;
    left: 16px;
    font-size: 29px;
    padding-top: 13px
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

body.search-active {
    overflow: hidden
}

body.search-active .search-input-main {
    opacity: 1;
    transform: none;
    pointer-events: all
}

.side-panel .search-menu-side {
    position: relative
}

.side-panel .search-menu-side input {
    background: #fff;
    margin-top: 10px;
    border-radius: 50px;
    border: 1px solid var(--color_base);
    padding-left: 40px
}

.side-panel .search-menu-side button {
    position: absolute;
    left: 19px;
    top: 14px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    padding: 4px;
    color: #fff;
    background-color: var(--color_base)
}

.icon-single-menu-side .list-group-item {
    border: none;
    padding: 12px 3px;
    text-align: center;
    border-radius: 0 !important
}

.icon-single-menu-side .list-group-item:before {
    content: " ";
    position: absolute;
    width: 1px;
    height: 37px;
    background-color: #ddd;
    right: 0
}

.icon-single-menu-side .list-group-item:first-child:before {
    content: none
}

.icon-single-menu-side .list-group-item span {
    display: block
}

.sec-basket .sec-basket-list {
    list-style: none;
    padding: 0
}

.sec-basket .sec-basket-list li {
    padding: 6px;
    margin: 8px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    text-align: center;
    position: relative
}

.sec-basket .sec-basket-list li img {
    max-width: 292px;
    height: auto;
    margin: 0 auto;
    display: block;
    transition: all .3s
}

.sec-basket .sec-basket-list li .btn-delete {
    color: #d44;
    position: absolute;
    top: -3px;
    opacity: .7;
    right: -3px;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    padding: 3px 0 0 0;
    text-align: center;
    webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.sec-basket .sec-basket-list li .btn-delete:hover {
    opacity: 1
}

.sec-basket .end-pay {
    padding: 0 6px 12px 6px;
    text-align: left;
    direction: ltr
}

.sec-basket .end-pay .btn-delete-all {
    color: #d44;
    margin-bottom: 20px;
    display: inline-block;
    padding-right: 10px
}

.sec-basket .end-pay .total-price span {
    padding-right: 11px;
    font-weight: 700
}

.sec-basket .btn-tas {
    background-color: var(--color_base) !important;
    display: block;
    margin: 9px;
    color: #fff;
    padding: 8px 5px
}

.sec-basket .btn-tas:hover {
    background-color: var(--color_base_hover) !important
}

.sec-basket .total-price p {
    color: #7d8693;
    margin: 0 10px 0 0
}

.sec-result-search .img-result-search {
    width: 100px;
    height: 80px;
    overflow: hidden;
    display: block;
    border: 1px solid #ddd;
    -moz-force-broken-image-icon: 1;
    margin-left: 15px
}

.tab-wrapper .tab-content-wrapper {
    box-shadow: 1px 1px 1px 2px #f2f2f2;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-top-left: 4px;
    -moz-border-radius-top-right: 0;
    -moz-border-radius-bottom-right: 4px;
    -moz-border-radius-bottom-left: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.pws_tabs_list {
    margin-bottom: 30px
}

.p-name {
    font-size: 13px;
    color: #676767;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s
}

.p-name i {
    padding-left: 5px;
    color: #42c5c3;
    font-size: 13px
}

.list-dt h6 {
    font-size: 12px
}

.accordion:after {
    color: #777;
    font-weight: 700;
    float: right;
    margin-left: 5px
}

.panel {
    background-color: var(--color_base)
}

.btn-link {
    font-weight: 400;
    color: #fff;
    text-decoration: none
}

.btn-link:hover {
    color: var(--color_base_hover);
    text-decoration: unset
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 0 solid rgba(0, 0, 0, .125)
}

.hovicon {
    display: inline-block;
    font-size: 45px;
    cursor: pointer;
    margin: 0;
    width: 90px;
    text-align: center;
    border-radius: 50%;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;
    color: #000
}

.sub-b img {
    height: 50px
}

.content .image-content {
    float: right;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
    margin-left: 20px
}

img.lazy-load {
    width: 100px !important;
    height: 100px !important
}

.content .inner-content {
    text-align: justify;
    font-weight: 400;
    font-size: 1.4rem;
    color: #77767c
}

.content .inner-content .title {
    color: #42c5b8
}

.content .inner-content .publish-date {
    font-size: 13px;
    color: #acacae;
    text-align: left
}

.content .inner-content .more-info {
    max-height: 48px;
    overflow: hidden;
    position: relative;
    font-size: 15px;
    line-height: 23px;
    direction: ltr
}

.text-left {
    text-align: left !important
}

.btn.btn-blue {
    color: #fff;
    color: #fff;
    box-shadow: 0 9px 30px rgba(66, 197, 195, .15)
}

.title {
    width: 100%;
    position: relative;
    font-size: 14px;
    text-align: left
}

.size-img {
    width: 500px;
    height: 300px
}

.gridloading {
    display: inline-block;
    margin-top: 8px
}

.card-blog .size-4-3 {
    border-radius: 18px
}

.modal-content {
    border: none;
    border-radius: 2px;
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, .22), 0 25px 55px 0 rgba(0, 0, 0, .21)
}

.modal-header {
    border: none !important;
    padding: 15px 15px 5px 15px;
    display: table-row
}

.modal-title {
    text-align: left;
    display: inline-block;
    width: inherit;
    top: -3px;
    position: relative;
    font-size: 15px
}

.modal-dialog .modal-content .modal-body form label {
    position: inherit !important;
    padding-bottom: 5px;
    margin-right: 5px;
    top: 0;
    right: 0;
    font-size: 13px;
    transition: all .3s;
    color: #333;
    z-index: 1
}

.modal-dialog .modal-content .modal-body form ul li {
    width: 70%;
    height: auto;
    margin: 30px auto;
    position: relative;
    list-style: none
}

.modal-dialog .modal-content .modal-body form ul li input[type=submit] {
    width: 150px;
    height: 40px;
    background-color: var(--cart-color);
    border: none;
    color: #fff;
    transition: all .3s;
    border-radius: 5px
}

.modal-dialog .modal-content .modal-body form ul li input[type=submit]:hover {
    background-color: #0b8837
}

.modal-dialog .modal-content .modal-body form ul li input {
    display: block;
    width: 100%;
    height: 30px;
    border: none;
    border-bottom: 2px solid #eee;
    position: relative;
    background-color: transparent;
    z-index: 2
}

.modal-dialog .modal-content .modal-body form ul li span {
    width: 0%;
    height: 2px;
    position: relative;
    bottom: 2px;
    display: block;
    background-color: var(--base-color);
    transition: all .3s
}

.modal-dialog .modal-content .modal-body form ul li input:focus~span {
    width: 100%
}

.modal-dialog .modal-content .modal-body form ul li input:focus~label,
.modal-dialog .modal-content .modal-body form ul li input:valid~label {
    top: -15px;
    font-size: 14px;
    color: #999
}

.modal-dialog .modal-content .modal-body form ul li input:focus {
    border: none
}

.modal-header .close {
    color: #cf4a4c;
    opacity: 1;
    transition: all .3s;
    border: none;
    outline: 0
}

.modal-header .close2 {
    color: #cf4a4c;
    padding: 10px;
    opacity: 1;
    transition: all .3s;
    -webkit-appearance: none;
    cursor: pointer;
    background: 0 0;
    border: 0;
    font-size: 21px;
    left: 10px;
    position: absolute
}

.modal-header .close2:hover,
.modal-header .close:hover {
    transform: rotate(90deg)
}

.link-sefa {
    cursor: pointer;
    color: var(--color_base) !important
}

.link-sefa:hover {
    color: var(--base_color_hover) !important
}

.f-9 {
    font-size: 9px;
    color: red
}

.shop-list-profile tr.stl-order th {
    margin: 0;
    background: #00a7af;
    font-size: 14px;
    color: #fff
}

.shop-list-profile:nth-child(odd) td {
    font-size: 13px;
    text-align: center;
    line-height: 28px;
    padding: 7px 0
}

.shop-list-profile .accordion-toggle.back-odd {
    background-color: #fff
}

.shop-list-profile:nth-child(odd) td a {
    padding: 4px 9px !important;
    font-size: 12px
}

.shop-list-profile .hiddenRow {
    padding: 0 !important;
    border: none
}

.table>thead>tr>th {
    font-size: 13px;
    font-weight: 500;
    text-align: center
}

.table .table th {
    padding: 2px 7px;
    background-color: #ececec;
    font-size: 14px
}

.shop-list-profile a.collapsed i.fa-angle-down:before {
    content: "\f107"
}

.shop-list-profile a i.fa-angle-down:before {
    content: "\f106"
}

.table .table td {
    padding: 3px;
    font-size: 12px
}

.tipsy {
    position: absolute;
    top: 0;
    left: 0;
    padding: 6px 8px;
    font-family: sans-serif;
    font-size: 12px;
    line-height: normal;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .75);
    z-index: 9999
}

.tipsy:before {
    position: absolute;
    bottom: -5px;
    left: 5px;
    display: inline-block;
    content: '';
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(0, 0, 0, .75);
    border-bottom: 0 solid rgba(0, 0, 0, .75);
    border-left: 5px solid transparent
}

.tipsy.arrow-top:before {
    bottom: auto;
    top: -5px;
    border-top-width: 0;
    border-bottom-width: 5px
}

.tipsy.arrow-bottom:before {
    bottom: -5px;
    top: auto;
    border-top-width: 5px;
    border-bottom-width: 0
}

.tipsy.arrow-left:before {
    left: 5px;
    right: auto
}

.tipsy.arrow-center:before {
    left: 50%;
    right: auto;
    margin-left: -5px
}

.tipsy.arrow-right:before {
    right: 5px;
    left: auto
}

.tipsy.arrow-side-left:before {
    top: 50%;
    bottom: auto;
    left: 0;
    right: auto;
    margin-top: -5px;
    margin-left: -5px;
    border-right-color: rgba(0, 0, 0, .75);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 0
}

.tipsy.arrow-side-right:before {
    top: 50%;
    bottom: auto;
    right: 0;
    left: auto;
    margin-top: -5px;
    margin-right: -5px;
    border-left-color: rgba(0, 0, 0, .75);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 0
}

.border-index {
    border-radius: 11px
}

.form-cu-2 .form-control {
    margin-bottom: 10px
}

.badge1 {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.abt-info ul li a {
    padding: 17px;
    background-color: var(--color_gra1);
    border-radius: 9px;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.abt-info ul li a:hover {
    background-color: var(--color_base_hover)
}

.color-base a {
    color: #fff
}

.img-search-size {
    height: 110px;
    width: 110px
}

.news-index {
    direction: ltr
}

.bootbox-close2-button {
    background-color: transparent;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    border: none;
    outline: 0 !important
}

.sec-basket-list li h5 {
    font-size: 13px !important;
    padding-top: 10px
}

.form-cu-2 .error-div span {
    float: right;
    padding: 6px;
    color: #db1a1a
}

.form-cu-2 .error-div .err-fild {
    font-size: 13px;
    color: #f3f3f3;
    margin-left: 500px;
    width: 100%
}

#securitycode-input,
.ennum {
    font-weight: 200 !important;
    font-size: 1rem
}

.btn-link {
    color: #424242
}

.btn-link:hover {
    color: #42c5b8;
    text-decoration: unset
}

.btn-link:active {
    color: #42c5b8;
    text-decoration: unset
}

.btn-link:focus {
    color: #42c5b8;
    text-decoration: unset
}

.card-header {
    border-bottom: 1px;
    background-color: var(--color_base);
    color: #fff
}

.white {
    color: #fff !important
}

.white:hover {
    color: var(--color_base_hover) !important
}

.form-cu-2 .form-control {
    margin-bottom: 10px
}

.form-cu-2 .error-div .err-fild {
    margin-top: -10px;
    font-size: 13px;
    color: #fff;
    text-align: left
}

#contact_form .error-div .err-fild {
    margin-top: -10px;
    font-size: 13px;
    color: var(--color-barex-red) !important;
    text-align: left;
    padding-left: 10px
}

.form-cu-2 .error-div span {
    float: right;
    padding: 6px;
    color: #db1a1a
}

#contact_form .form-cu-2 .error-div span {
    float: right;
    padding: 6px;
    color: #db1a1a
}

.err-fild {
    margin-top: 5px;
    color: #fbbb23 !important;
    font-size: 14px;
    direction: rtl
}

.form-control-captcha {
    display: block;
    width: 60%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    float: right;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 25px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.err-fild .fa-exclamation-circle {
    float: left;
    margin-top: 8px;
    margin-left: 5px
}

.close2 {
    border-radius: 4px;
    padding: 0 5px;
    margin: 0;
    font-size: 16px;
    border: none;
    background: #eb2326;
    color: #fff
}

.modal-body {
    text-align: left
}

.close {
    color: #cf4a4c;
    opacity: 1;
    transition: all .3s;
    border: none;
    outline: 0
}

.bootbox-body {
    text-align: left;
    direction: ltr
}

body .tp-loader {
    display: none !important;
    visibility: hidden !important
}

.hov-sca .img-holder {
    -webkit-transition: -webkit-transform .3s ease-in-out !important;
    -moz-transition: -moz-transform .3s ease-in-out !important;
    -o-transition: -o-transform .3s ease-in-out !important;
    -ms-transition: -ms-transform .3s ease-in-out !important;
    transition: transform .3s ease-in-out !important
}

.hov-sca:hover .img-holder {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.hov-box-shadow {
    -webkit-transition: all .5s;
    transition: all .5s;
    border-bottom: 2px solid transparent;
    -webkit-box-shadow: 0 3px 10px rgb(0 0 0 / 5%);
    box-shadow: 0 3px 10px rgb(0 0 0 / 5%)
}

.hov-box-shadow:hover {
    box-shadow: 0 0 5px -1px #999
}

.contact-address-box {
    margin-top: 40px;
    color: #fff
}

.contact-address-box address {
    line-height: 24px
}

.box-info-post>span {
    margin-right: 10px;
    color: #999;
    font-size: 14px;
    font-weight: 300
}

.box-info-post>span:last-child {
    margin-right: 0
}

.box-info-post>span a {
    position: relative;
    top: -1px
}

.cur-poi {
    cursor: pointer
}

table.listing {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    border-width: 0
}

table.listing th {
    background: #13792b;
    color: #fff;
    text-align: left
}

table.listing th a {
    color: #fff;
    font-size: 11px
}

table.listing .filter input[type=text] {
    width: 100px
}

table.listing .even {
    background-color: #f9f9f9
}

.upload-frame {
    width: 100%;
    border: 1px solid #010101
}

table.listing {
    font-size: 13px
}

.filter-box-scroll {
    max-height: 333px;
    overflow: auto
}

.price-filter-number p {
    display: inline;
    margin-top: 1px
}

.filter-delte {
    color: #fff;
    font-weight: 700;
    font-size: 12px;
    position: absolute;
    text-indent: 0;
    left: 11px;
    top: 11px
}

.filter-delte:hover {
    color: #f0f0f0
}

.filter-item-box .filter-item-emal {
    border: 1px solid #ddd;
    box-shadow: none;
    margin: 2px;
    padding: 6px 7px;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap;
    border-radius: 13px
}

.filter-item-box .filter-item-emal .filter_clear {
    font-size: 13px;
    color: #780000;
    padding-right: 3px;
    cursor: pointer
}

.noUi-connect {
    background: var(--color_base)
}

.noUi-horizontal {
    height: 8px !important;
    margin: 7px 10px 27px 0 !important
}

.noUi-connect {
    background: var(--color_base)
}

.noUi-target * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -ms-touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: default
}

.noUi-base {
    width: 100% !important;
    height: 6px !important;
    position: relative !important;
    max-width: 100% !important;
    max-height: 100% !important;
    z-index: 1 !important;
    border: none;
    margin-bottom: 15px
}

.noUi-horizontal .noUi-handle {
    width: 23px !important;
    height: 23px !important;
    background: var(--color_base);
    top: -9px !important;
    border-radius: 50%;
    border: none;
    box-shadow: none;
    cursor: pointer;
    outline: 0
}

.noUi-background {
    background: #f5f5f5
}

.noUi-origin {
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    z-index: 0 !important;
    border-radius: inherit;
    background: grey
}

.noUi-origin-upper {
    background: inherit !important
}

.noUi-z-index {
    z-index: 10
}

.noUi-vertical {
    width: 40px !important;
    height: 100% !important
}

.noUi-vertical .noUi-origin {
    bottom: 0 !important;
    left: 0 !important
}

.noUi-vertical .noUi-handle {
    margin: -23px 0 0 -3px !important
}

.noUi-target[disabled] .noUi-base {
    background: #999
}

.noUi-target[disabled] .noUi-connect {
    background: #bbb
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left .3s, top .3s;
    transition: left .3s, top .3s
}

.noUi-handle-lower:before {
    color: #fff;
    content: "\f054" !important;
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    text-indent: 0;
    background: 0 0 !important;
    left: 7px !important;
    top: 5px !important;
    -webkit-transition: color .25s ease;
    -moz-transition: transform .25s ease;
    -ms-transition: transform .25s ease;
    -o-transition: transform .25s ease;
    transition: transform .25s ease
}

.noUi-touch-area {
    cursor: pointer
}

.noUi-handle-upper:before {
    color: #fff;
    content: "\f053" !important;
    font-family: FontAwesome;
    font-size: 15px;
    position: absolute;
    text-indent: 0;
    background: 0 0 !important;
    left: 5px !important;
    top: 5px !important;
    -webkit-transition: color .25s ease;
    -moz-transition: transform .25s ease;
    -ms-transition: transform .25s ease;
    -o-transition: transform .25s ease;
    transition: transform .25s ease
}

.noUi-handle:after {
    content: none !important
}

.noUi-handle:after {
    content: none
}

.custom-control img#securitycode {
    height: 38px;
    border: 1px solid #ced4da;
    border-top-left-radius: 38px;
    border-bottom-left-radius: 38px;
    color: #afafaf !important;
    width: 20% !important
}

img#securitycode {
    height: 38px;
    border: 1px solid #ced4da;
    border-top-left-radius: 38px;
    border-bottom-left-radius: 38px;
    color: #afafaf !important;
    width: 40% !important
}

.contact-section .oscar-section-heading-1 p {
    float: left;
    width: 100%
}

.contact-section .input-field {
    margin: 0 0 25px
}

.contact-section .form-control {
    color: #383a42;
    border-radius: 50px;
    border-color: transparent;
    background-color: #fff;
    min-height: 60px;
    padding-left: 25px;
    padding-right: 40px
}

.contact-section select.form-control {
    padding-top: 19px;
    padding-bottom: 19px
}

.contact-section textarea.form-control {
    min-height: 180px;
    padding: 30px;
    margin: 0
}

.contact-section .form-control::-moz-placeholder {
    color: #383a42
}

.contact-section .form-control::-webkit-input-placeholder {
    color: #383a42
}

.rating-cu input {
    display: none
}

.rating-cu .rating-disabled .rating-input,
.rating-cu .rating-disabled .rating-stars {
    cursor: default
}

.rating-side-panel-profile .caption {
    display: block;
    margin-top: 7px
}

fieldset span.collapsible-fieldset {
    display: inline
}

legend {
    margin-left: 10px;
    font-weight: 700
}

legend>span {
    cursor: hand;
    cursor: pointer
}

legend>span.collapsible-legend:before {
    content: "â–¸ "
}

legend>span.collapsed-legend:before {
    content: "â–¾ "
}

fieldset {
    border: thin solid grey;
    width: 100%;
    overflow: hidden
}

fieldset,
legend {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 8px
}

.cunter-sec h5 {
    color: #fff
}

.price-base span {
    color: #fe2627;
    font-size: 13px;
    position: relative;
    vertical-align: middle;
    margin-left: 6px
}

.price-base span:after {
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    background-color: #999;
    transform: rotate(345deg)
}

.price-discount {
    color: #34b358;
    font-size: 13px;
    font-weight: 700;
    display: inline-block
}

.price-base {
    display: inline-block
}

.table-responsive table {
    font-size: 13px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f2fafb
}

.listticket tr td {
    line-height: 22px
}

table.listticket th {
    background: #fff;
    color: #b3b3b3;
    text-align: left
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: #f2fafb
}

.listticket tr td {
    line-height: 22px
}

table.listticket th {
    background: #fff;
    color: #b3b3b3;
    text-align: left
}

table.listticket tr {
    text-align: center
}

#gradient-horizontal {
    --color-stop-1: #a770ef;
    --color-stop-2: #cf8bf3;
    --color-stop-3: #fdb99b
}

table.listticket th.addbox {
    width: 25%
}

table.listticket th.addbox1 {
    width: 19%
}

.font-profile {
    font-size: 13px;
    color: #1f1f1f
}

.color-tik {
    color: #e28790;
    font-size: 12px
}

.owl-item {
    border-radius: var(--rounded-cu) !important
}

.owl-next-priv-type-1 .owl-prev {
    right: -30px
}

.owl-next-priv-type-1 .owl-next {
    left: -30px
}

.owl-next-priv-type-1 .owl-next,
.owl-next-priv-type-1 .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background-color: #f3f4fa;
    border: 4px solid #fff
}

.owl-next-priv-type-1 .owl-prev:before {
    content: '\f105'
}

.owl-next-priv-type-1 .owl-next:before {
    content: '\f104'
}

.owl-next-priv-type-1 .owl-nav button.owl-next,
.owl-next-priv-type-1 .owl-nav button.owl-prev {
    font-family: fontawesome !important;
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 30px;
    background-image: linear-gradient(-180deg, #29f999 0, #007ef6 100%);
    background-image: linear-gradient(-135deg, #17ead9 0, #6078ea 100%);
    outline: 0
}

.owl-next-priv-type-1 .owl-nav {
    display: flex
}

.owl-hover-opa .owl-item {
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.owl-hover-opa:hover .owl-item {
    opacity: .6
}

.owl-hover-opa .owl-item:hover {
    transform: rotate(3deg);
    opacity: 1
}

.p-number {
    display: inline-block
}

.p-number .quantity {
    display: flex
}

.p-number .quantity input {
    padding: 0;
    width: 54px;
    height: 37px;
    background: #1d9799;
    color: #fff;
    text-align: center;
    border: none;
    margin-bottom: 3px
}

.p-number .quantity-button.quantity-down,
.p-number .quantity-button.quantity-up {
    top: 10px;
    width: 37px;
    height: 37px;
    margin: 0 0;
    font-size: 17px;
    padding: 12px 0 0 1px;
    color: #fff;
    background-color: var(--color_base);
    transition: all .3s;
    cursor: pointer
}

.p-number .quantity-button.quantity-down {
    border-radius: 30px 0 0 30px
}

.p-number .quantity-button.quantity-up {
    border-radius: 0 30px 30px 0
}

.p-number .quantity-button.quantity-up:hover {
    background-color: var(--color_base_hover);
    color: #fff
}

.p-number .quantity-button.quantity-down:hover {
    background-color: var(--color_base_hover);
    color: #fff
}

.p-number .quantity-nav {
    display: flex
}

.p-number input[type=number]::-webkit-inner-spin-button,
.p-number input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

.mobile-social-share ul li {
    display: inline
}

.mobile-social-share ul li a {
    width: 35px;
    height: 35px;
    background: #f6f6f6;
    border-radius: 50%;
    padding: 6px 0 0 0;
    text-align: center;
    color: #1d9799
}

.product-tags .tag-hide,
.product-tags .tag-hide-more {
    display: none
}

.product-tags .tag-hide-more,
.product-tags .tag-show-more {
    cursor: pointer;
    margin-bottom: 5px;
    margin-left: 5px;
    background: var(--color_base_hover);
    border-radius: 20px;
    padding: 6px 17px;
    color: #fff;
    font-weight: 400;
    font-size: 11px;
    transition: all .5s ease
}

.product-tags span.tag a {
    margin-bottom: 5px;
    margin-left: 5px;
    background: var(--color_base);
    border-radius: 20px;
    display: inline-block;
    padding: 6px 17px;
    color: #fff;
    font-weight: 400;
    font-size: 11px;
    transition: all .5s ease
}

.product-tags span.tag.fl a {
    color: #444
}

.product-tags span.tag.fl:hover a {
    text-decoration: none !important
}

.product-tags span.tag.fl a:hover {
    text-decoration: none !important
}

.product-tags.longer {
    margin-bottom: 24px
}

.product-description .tag-box {
    padding-bottom: 7px;
    margin-bottom: 8px;
    border-bottom: 1px solid #ddd
}

.product-tags.click-longer {
    margin-bottom: 0;
    max-height: 89px
}

.product-tags .tagwrapper {
    overflow: hidden
}

.product-tags+#moretags {
    float: left;
    color: #102d79;
    font-size: 12px;
    padding: 3px 0;
    cursor: pointer;
    overflow: hidden;
    display: none;
    position: relative;
    margin-top: -20px
}

.product-tags+#moretags:hover {
    color: #5c46ab
}

.product-tags+#moretags strong {
    display: inline-block;
    border: 1px solid #b3b3b3;
    font-size: 10px;
    border-radius: 2px;
    margin-left: 5px;
    padding: 2px;
    width: 6px;
    height: 6px;
    line-height: 6px;
    font-weight: 400
}

.product-tags+#moretags:hover strong {
    background: #f2f2f2
}

.product-tags span {
    float: right;
    margin-bottom: 4px
}

.product-tags span.label {
    margin-right: 7px;
    line-height: 26px
}

.product-tags span.tag:hover a {
    text-decoration: none !important
}

.product-tags span.tag:hover a {
    text-decoration: underline !important
}

.product-tags span.tag:hover {
    background-color: #fff
}

.title-type-2 {
    color: var(--color_base);
    font-size: 17px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    padding-right: 38px;
    margin-bottom: 10px
}

.title-type-2:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 25px;
    height: 1px;
    background-color: var(--color_base_hover);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.breadcrumb {
    background-color: #fff;
    padding: 1px
}

.breadcrumb-box {
    font-size: 14px;
    line-height: 1em;
    border-radius: 2px;
    overflow: hidden;
    height: 38px
}

.breadcrumb-box i {
    transform: scale(1.4)
}

.breadcrumb-box ul {
    display: flex;
    flex-direction: row-reverse;
    list-style: none;
    margin: 0;
    padding: 0;
    direction: ltr;
    overflow-x: auto;
    margin: 0 0 -31px
}

.breadcrumb-box ul li {
    margin: 0 0 31px 0
}

.breadcrumb-box ul li a {
    display: inline-block;
    font-size: .9em;
    font-weight: 600;
    padding: 12px 45px 12px 30px;
    margin-right: -20px;
    color: #fff;
    background-color: var(--color_base);
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 100px 0 0 100px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .4);
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block
}

.breadcrumb-box ul li:hover a {
    background-color: var(--color_base_hover)
}

.breadcrumb-box ul li:first-child a {
    box-shadow: none
}

.breadcrumb-box ul li.active a {
    color: #fff;
    background-color: var(--color_base_hover)
}

.breadcrumb-box ul li.active+li a {
    box-shadow: none
}

.form-err-list {
    margin: 15px
}

.form-err-list p {
    color: #d33
}

#help-page-scrollspy-navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 77px
}

.price-discount span {
    font: 13px
}

.step-box {
    height: 39px;
    overflow: hidden
}

.step-box-over {
    overflow-x: auto
}

.steps {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    counter-reset: steps;
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-flex;
    flex-direction: row-reverse;
    direction: ltr
}

.steps__item {
    counter-increment: steps;
    position: relative;
    white-space: nowrap;
    font-size: 13px !important
}

.steps__item:first-child a {
    box-shadow: none
}

.steps__item[disabled] {
    cursor: not-allowed
}

@media (max-width:767px) {
    .top-page-sec .top-page-text {
        position: absolute;
        top: 15%;
        right: 0;
        width: 100%
    }

    .osr-srvices-thumb-2 {
        margin: 10px
    }
}

.steps__item--last .steps__link {
    box-shadow: none
}

.steps__link {
    font-size: .9em;
    font-weight: 600;
    margin-left: -23px;
    padding: 11px 42px 11px 28px;
    color: #fff;
    background-color: var(--color_yellow);
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 100px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .4);
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in
}

:not([disabled])>.steps__link:focus,
:not([disabled])>.steps__link:hover {
    background-color: var(--color_base_hover)
}

@media (max-width:767px) {
    .steps__link:before {
        float: right;
        margin-left: 0
    }
}

.steps__item--done .steps__link {
    color: #fff;
    background-color: var(--color_base2)
}

.steps__item--active .steps__link {
    color: #fff;
    background-color: var(--color_base_hover)
}

.steps__item--active .steps__link:before,
.steps__item--done .steps__link:before {
    background: var(--color_base_hover)
}

.steps .steps__item:first-child .steps__link {
    box-shadow: none
}

.no-csstransforms .steps__item {
    border-right: 1px solid #ccc
}

.no-generatedcontent .steps {
    list-style-position: inside;
    list-style-type: decimal
}

.no-generatedcontent .steps__link:before {
    content: none
}

.footer-cart .next-part {
    border-top: 1px dashed #dee2e6
}

.sec-cart-setp-login .icon {
    width: auto;
    height: 40px;
    margin-bottom: 15px
}

@media (min-width:768px) {
    .sec-cart-setp-login .card-body {
        min-height: 280px
    }
}

.factor .btn-edame[disabled] {
    pointer-events: none !important;
    border-color: var(--gray-dark);
    background-color: var(--gray);
    opacity: .5
}

.factor .btn-edame i {
    font-size: 10px
}

.factor .btn-delete-all {
    padding: 5px 0;
    background-color: var(--color-red);
    color: #fff;
    transition: all .3s;
    margin-bottom: 18px
}

.factor .btn-delete-all:hover {
    background-color: #880b0b
}

.ssl {
    margin: 10px 0
}

.ssl a {
    color: #999;
    font-size: 12px;
    text-decoration: none
}

.ssl i {
    vertical-align: middle
}

.factor .report-sabad {
    padding: 15px 5px;
    text-align: center;
    font-weight: 300;
    font-size: 13px !important
}

.factor .report-sabad ul li {
    direction: ltr;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.factor .report-sabad ul li.divider-1 {
    height: 1px;
    border-bottom: 1px dashed #dee2e6;
    margin: 11px 0
}

.factor .report-sabad ul li.divider-2 {
    height: 1px;
    background-color: #d5d5d5;
    margin: 4px 0
}

.factor .report-sabad ul li.cart-side-panel-totalamount-li {
    font-weight: 700;
    font-size: 16px
}

.factor .report-sabad ul li.cart-side-panel-totalamount-li .cart_side_panel_totalamount_span {
    font-weight: 700;
    font-size: 19px
}

.factor .report-sabad ul li>span:first-child {
    font-size: 13px;
    font-weight: 400;
    padding: 7px 11px 7px 0
}

.factor .report-sabad ul li>span:last-child {
    font-size: 13px;
    font-weight: 600;
    padding: 7px 0 7px 11px
}

.factor .report-sabad h2 {
    color: var(--base-color);
    font-size: 21px;
    font-weight: 200
}

.factor .report-sabad ul li span i.delete-takhfifi {
    color: #ed321e;
    position: relative;
    top: 1px;
    padding-left: 5px;
    cursor: pointer;
    webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.factor .report-sabad ul li span i.delete-takhfifi:hover {
    color: #bd0023
}

.font-value {
    font-size: 13px;
    line-height: 26px
}

.tozihat ul {
    line-height: 28px;
    font-size: 13px
}

.sec-cart-step-address .addres-box {
    display: inline-block;
    width: 100%;
    font-weight: 300;
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12);
    -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12);
    -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 13px !important
}

.sec-cart-step-address .addres-box .addres-title {
    width: 100%;
    height: 40px;
    background-color: #fbfdfc
}

.sec-cart-step-address .addres-box .addres-title span {
    float: left;
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer;
    text-align: center;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.sec-cart-step-address .addres-box .addres-title span:hover {
    background: #f2f2f4;
    webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.sec-cart-step-address .addres-box .addres-name {
    width: auto;
    float: right;
    font-weight: 700;
    font-size: 14px;
    color: #65686d;
    padding: 14px 15px 3px 0
}

.sec-cart-step-address .addres-box .addres-remove {
    color: #980006
}

.sec-cart-step-address .addres-box .addres-edit {
    color: #099800
}

.sec-cart-step-address .addres-box .addres-body>div {
    padding: 10px 5px;
    border-bottom: 1px dashed #dee2e6
}

.sec-cart-step-address .addres-box .addres-radio {
    background-color: #f7fff7;
    border-bottom: none;
    border-top: 1px dashed #dee2e6;
    padding: 0;
    margin-top: -1px
}

.sec-cart-step-address .addres-box .addres-radio>label {
    display: block;
    cursor: pointer;
    position: relative;
    direction: ltr;
    margin: 0;
    padding: 7px 0
}

.sec-cart-step-address .addres-add div {
    height: 100px;
    overflow: hidden;
    border: 5px dashed #cdcdcd;
    position: relative;
    margin-bottom: 15px
}

.sec-cart-step-address .addres-add div p {
    position: absolute;
    top: 50%;
    margin-top: -17.5px;
    left: 50%;
    margin-left: -108px;
    color: #9ea4b0;
    font-size: 25px
}

.radio-cu.input-block-box {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 35px;
    padding-left: 15px;
    border-radius: 50px;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.radio-cu.input-block-box:hover {
    background-color: #1ae6da1a
}

.radio-cu.input-block-box * {
    cursor: pointer
}

.table .table tr:nth-of-type(odd) {
    background-color: transparent
}

.font-style {
    font-size: 13px;
    line-height: 25px
}

.font-show-product {
    line-height: 35px
}

.sabad-item.change-item {
    border-right: 5px solid var(--danger) !important
}

.dfadress {
    color: var(--color-red);
    font-size: 30px
}

.text-line {
    line-height: 26px
}

.text-line-pay h5 {
    line-height: 30px;
    font-size: 18px
}

dd input[type=file] {
    position: relative
}

dd input[type=file]:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 7px 5px 7px 122px
}

dd input[type=file]:after {
    position: absolute;
    left: -1px;
    border: 1px solid #ddd;
    top: -1px;
    bottom: -1px;
    padding: 5px 16px;
    color: #696969;
    cursor: pointer
}

.chat-img {
    width: 50px;
    height: 50px
}

input::-webkit-input-placeholder {
    font-weight: 300;
    color: #afafaf !important
}

input:-moz-placeholder {
    font-weight: 300;
    color: #afafaf !important
}

input::-moz-placeholder {
    font-weight: 300;
    color: #afafaf !important
}

input:-ms-input-placeholder {
    font-weight: 300;
    color: #afafaf !important
}

.custom-checkbox .custom-control-label {
    line-height: 22px
}

.ticket-count-box {
    text-align: center;
    padding: 15px 0;
    background-color: #f4f4f4;
    border-radius: 18px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.ticket-count-box:hover {
    background-color: #5e7cea
}

.ticket-count-t1 {
    font-size: 14px;
    margin: 0;
    color: var(--color_base);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.ticket-count-t2 {
    font-weight: 800;
    margin: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.ticket-count-box:hover .ticket-count-t1,
.ticket-count-box:hover .ticket-count-t2 {
    color: #fff
}

.ticket-reply {
    border-radius: 18px !important;
    background-color: #f4f4f4;
    margin-bottom: 15px;
    border: 0
}

.ticket-reply-admin {
    background-color: #e5f6e3
}

.ticket-read-more,
.ticket-read-more-less {
    font-size: 13px
}

.font-s-12 {
    font-size: 12px
}

.font-s-13 {
    font-size: 13px
}

.font-s-14 {
    font-size: 14px
}

.font-s-15 {
    font-size: 15px
}

.font-s-16 {
    font-size: 16px
}

.font-s-17 {
    font-size: 17px
}

.font-s-18 {
    font-size: 18px
}

.font-s-19 {
    font-size: 19px
}

.font-s-20 {
    font-size: 20px
}

.font-s-21 {
    font-size: 21px
}

.font-w-100 {
    font-weight: 100
}

.font-w-200 {
    font-weight: 200
}

.font-w-300 {
    font-weight: 300
}

.font-w-400 {
    font-weight: 400
}

.font-w-500 {
    font-weight: 500
}

.font-w-600 {
    font-weight: 600
}

.font-w-700 {
    font-weight: 700
}

.font-w-800 {
    font-weight: 800
}

.font-w-900 {
    font-weight: 900
}

.font-l-24 {
    line-height: 24px
}

.font-l-25 {
    line-height: 25px
}

.font-l-26 {
    line-height: 26px
}

.font-l-27 {
    line-height: 27px
}

.font-l-28 {
    line-height: 28px
}

.text-gray-a {
    color: #e6e6e6
}

.text-gray-b {
    color: #ccc
}

.text-gray-c {
    color: #b3b3b3
}

.text-gray-d {
    color: #999
}

.text-gray-e {
    color: grey
}

.text-gray-f {
    color: #666
}

.text-gray-g {
    color: #4d4d4d
}

.text-gray-h {
    color: #333
}

.text-gray-i {
    color: #1a1a1a
}

.time-box {
    margin-top: 5px
}

.time-box .time {
    color: #989898;
    font-size: 12px;
    font-weight: 300;
    margin-left: 15px;
    line-height: 16px
}

.time-box .time:last-child {
    margin-left: 0
}

.time-box .time .time-item {
    padding-right: 10px;
    display: inline-block;
    font-weight: 300;
    color: #999
}

.time-box .time .time-item:first-child {
    padding-right: 1px
}

.time-box .time .icon {
    font-size: 12px;
    display: inline-block;
    position: relative;
    top: -2px;
    color: #b1b1b1
}

.fa-t-1 {
    position: relative;
    top: 1px
}

.fa-t-2 {
    position: relative;
    top: 2px
}

.fa-t-3 {
    position: relative;
    top: 3px
}

.fa-t-4 {
    position: relative;
    top: 4px
}

.btn {
    border-radius: 53px
}

.btn-input-group-append-end {
    border-radius: 30px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important
}

.one-line-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.two-line-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative
}

.three-line-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: relative
}

.four-line-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    position: relative
}

.five-line-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    position: relative
}

.exchange-ghavanin-div-animate {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.exchange-step-box {
    border: 1px solid #ced4da;
    border-radius: 50px;
    cursor: pointer;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.exchange-step-box.exchange-step-box-green {
    background-color: #e5f1db;
    border-color: #afcc97
}

.exchange-step-angle {
    background-color: #e9ecef;
    padding: 4px 13px;
    border-radius: 50px 0 0 50px;
    border-right: 1px solid #ced4da
}

.exchange-step-box.exchange-step-box-green .exchange-step-angle {
    background-color: #ecf5e5;
    border-right: 1px solid #afcc97
}

.exchange-step-mes {
    padding: 0 0 0 9px;
    color: #808a94;
    font-size: 14px
}

.exchange-step-title {
    padding: 0 13px 0 0;
    color: #434343;
    font-size: 14px
}

.exchange-step-box.exchange-step-box-green .exchange-step-mes {
    color: #7eb74e
}

.exchange-step-ccordion-body {
    padding: 15px;
    border: 1px solid #ced4da;
    border-radius: 20px;
    margin-top: -1px
}

.exchange-step-note-item {
    padding: 0 11px 9px 0;
    color: #837f80;
    position: relative;
    margin: 0;
    display: block;
    line-height: 22px
}

.exchange-step-note-item:before {
    content: "";
    position: absolute;
    height: 6px;
    width: 6px;
    background-color: #837f80;
    border-radius: 50px;
    right: 0;
    top: 8px
}

.exchange-step-title-animate {
    -webkit-animation-name: exchange-step-title-animate-keyframes;
    animation-name: exchange-step-title-animate-keyframes
}

@-webkit-keyframes exchange-step-title-animate-keyframes {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes exchange-step-title-animate-keyframes {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.vc-toggle-container * {
    -webkit-transition: .15s ease-out;
    -moz-transition: .15s ease-out;
    -o-transition: .15s ease-out;
    transition: .15s ease-out
}

.vc-switch {
    width: 105px;
    height: 38px
}

.vc-toggle-container label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border-radius: 25px;
    cursor: pointer;
    margin: 0
}

.vc-switch-input {
    position: absolute;
    transform: translate3d(5px, 5px, 0)
}

.vc-switch-label {
    position: relative;
    display: block;
    height: inherit;
    font-size: 14px;
    background: var(--color_base);
    border-radius: inherit;
    border: var(--color_base_hover)
}

.vc-switch-label:after,
.vc-switch-label:before {
    position: absolute;
    top: 50%;
    margin-top: -11px
}

.vc-switch-label:before {
    content: attr(data-off);
    color: #fff
}

.vc-switch-label:after {
    content: attr(data-on);
    opacity: 0;
    color: #fff
}

.vc-switch-label:before {
    right: 12px
}

.vc-switch-label:after {
    left: 11px
}

.vc-switch-input:checked~.vc-switch-label:before {
    opacity: 0
}

.vc-switch-input:checked~.vc-switch-label:after {
    opacity: 1
}

.vc-handle {
    position: absolute !important;
    top: 5px;
    left: 5px;
    background: #fff;
    border-radius: 40px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2)
}

.vc-handle {
    width: 27px;
    height: 27px
}

.vc-handle:before {
    content: "";
    top: 50%;
    left: 50%;
    position: absolute !important;
    margin: -6px 0 0 -6px;
    width: 12px;
    height: 12px;
    border-radius: 6px
}

.vc-handle:active,
.vc-switch-label:active~.vc-handle {
    width: 30px
}

.vc-switch-input:checked~.vc-handle {
    left: unset;
    right: 5px
}

.exhcange-loading {
    border-radius: 18px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(255, 255, 255, .72);
    z-index: 100
}

.exhcange-loading-input {
    position: absolute;
    z-index: 10;
    top: 10px;
    right: 10px
}

.brighttheme {
    border-radius: 12px
}

.brighttheme-info {
    background-color: #2dc982;
    opacity: .949;
    color: #fff
}

.brighttheme-error {
    background-color: #e4444c;
    opacity: .949;
    color: #fff;
    background-image: none
}

.ui-pnotify-icon,
.ui-pnotify-icon span {
    float: right;
    margin-right: 0;
    margin-left: .2em
}

.ui-pnotify-closer,
.ui-pnotify-sticker {
    float: left;
    margin-left: 0;
    margin-right: .2em
}

.brighttheme .ui-pnotify-title {
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 500
}

.brighttheme-icon-info {
    background-color: #fff;
    color: #484848;
    margin-top: 2px
}

.brighttheme-icon-error {
    position: relative;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid #fff;
    font-size: 0;
    line-height: 0;
    color: #484848;
    margin-top: 0
}

.ui-pnotify-text {
    display: block;
    font-size: 13px;
    font-weight: 300
}

.cart-err-box {
    padding: 30px 10px
}

.cart-err-title-1 {
    font-size: 18px;
    font-weight: 300;
    color: #5f5f5f;
    text-align: center;
    margin-bottom: 0
}

.cart-err-title-2 {
    font-size: 16px;
    font-weight: 300;
    color: #5f5f5f;
    text-align: center;
    margin-bottom: 0
}

#admincode,
#forget_email_cell,
#password,
#password_code,
#username {
    text-align: left !important
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    font-size: 13px;
    font-weight: 300;
    text-align: left;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    font-size: 13px;
    font-weight: 300;
    text-align: left;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    font-size: 13px;
    font-weight: 300;
    text-align: left;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    font-size: 13px;
    font-weight: 300;
    text-align: left;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    font-size: 13px;
    font-weight: 300;
    text-align: left;
    opacity: 1
}

.ilazy-size-1-1 {
    padding: 100% 0 0 0
}

.ilazy-size-2-1 {
    padding: 50% 0 0 0
}

.ilazy-size-4-3 {
    padding: 72% 0 0 0
}

.ilazy-size-16-9 {
    padding: 56.4% 0 0 0
}

.ilazy-size-6-5 {
    padding: 83.3% 0 0 0
}

.ilazy-s-364-45 {
    padding: 12.3% 0 0 0
}

.ilazy-s-2-1 {
    padding: 50% 0 0 0
}

.ilazy-size-114-13 {
    padding: 11.4% 0 0 0
}

.ilazy-size-114-12 {
    padding: 30% 0 0 0
}

.ilazy-size-home-slider {
    padding: 48.9% 0 0 0
}

.ilazy-size-cover-news {
    padding: 30% 0 0 0
}

.ilazy-size-cover-conent {
    padding: 30% 0 0 0
}

.ilazy-size-ad-25 {
    padding: 25% 0 0 0
}

.ilazy-size-ad-80 {
    padding: 80% 0 0 0
}

.ilazy-size-free {
    padding: inherit;
    width: auto;
    max-width: 100%;
    height: auto
}

.ilazy-size-free img {
    position: inherit !important
}

.ilazy-size-home-main-slider {
    padding: 40% 0 0 0
}

.ilazy-size-home-slider-main-mosofoghi2-a {
    width: 50% !important
}

.ilazy-size-home-slider-main-mosofoghi2-b {
    width: 50% !important
}

.ilazy-size-home-slider-main-mosofoghi3 {
    width: 33.33% !important
}

@media (max-width:991.98px) {
    .ilazy-size-home-slider-main-mosofoghi2-a {
        width: 100% !important
    }

    .ilazy-size-home-slider-main-mosofoghi2-b {
        width: 50% !important
    }

    .ilazy-size-home-slider-main-mosofoghi3 {
        width: 50% !important
    }
}

.modal {
    align-items: flex-start;
    justify-content: center;
    padding-top: 0;
    z-index: 10090 !important
}

@media screen and (max-width:1024px) {
    .modal .modal-body>.d-flex.align-items-center.justify-content-end {
        flex-direction: column;
        align-items: center;
        justify-content: center !important
    }

    .modal .modal-body>.d-flex.align-items-center.justify-content-end .ml-5 {
        margin-left: 0 !important;
        min-height: 40px;
        margin-top: 35px;
        margin-bottom: 15px
    }
}

.modal .modal-content {
    width: 900px;
    max-width: 100%
}

.modal .modal-content .modal-body {
    padding: 35px
}

.choose-area {
    background-color: #f5f5f5;
    position: relative;
    overflow: hidden
}

.choose-area .choose-shape img {
    position: absolute
}

.choose-area .choose-shape img:nth-child(1) {
    top: 330px;
    left: 345px;
    -webkit-animation: banner-ani-four 10s linear infinite;
    animation: banner-ani-four 10s linear infinite
}

.choose-area .choose-shape img:nth-child(2) {
    right: 100px;
    bottom: -40px;
    -webkit-animation: banner-ani-three 10s linear infinite;
    animation: banner-ani-three 10s linear infinite
}

.choose-area .choose-shape img:nth-child(3) {
    top: -200px;
    right: 0
}

.choose-item {
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 5px;
    padding: 35px 40px;
    -webkit-box-shadow: 0 0 20px 0 #ddddddad;
    box-shadow: 0 0 20px 0 #ddddddad;
    -webkit-transition: .5s all ease;
    transition: .5s all ease;
    position: relative;
    z-index: 1
}

.choose-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.choose-item:hover i {
    color: #e9eded;
    background-color: #4a686a
}

.choose-item i {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    color: #4a686a;
    background-color: #e9eded;
    font-size: 32px;
    margin-bottom: 20px;
    -webkit-transition: .5s all ease;
    transition: .5s all ease
}

.choose-item h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px
}

.choose-item p {
    margin-bottom: 0
}

.choose-contact {
    margin-bottom: 30px;
    position: relative;
    z-index: 1
}

.choose-contact .section-title {
    text-align: left;
    margin-bottom: 25px;
    max-width: 100%
}

.choose-contact p {
    margin-bottom: 35px
}

.choose-contact.two p {
    margin-bottom: 10px
}

.choose-contact.two p:last-child {
    margin-bottom: 0
}

#theme-banner-one {
    position: relative;
    text-align: center;
    background: url(/images/Shape1.svg) no-repeat top right;
    background-size: cover;
    background-position: left bottom
}

.features-style3 .feature-block {
    background: #fff;
    box-shadow: 0 30px 25px 0 rgba(64, 1, 4, .1), 0 -6px 0 0 rgba(248, 99, 107, .004)
}

.features-style3 .feature-block {
    padding: 30px;
    margin-bottom: 30px;
    text-align: center
}

.features-style3 .feature-block.offset-top {
    transform: translateY(30px)
}

.features-style3 .feature-icon {
    width: 100%;
    text-align: center;
    height: auto;
    border-radius: 0
}

.features-style3 .feature-icon i:before {
    background: #901ec1;
    background: -moz-linear-gradient(to right, #901ec1 2%, #7450fe 82%);
    background: -webkit-linear-gradient(to right, #901ec1 2%, #7450fe 82%);
    background: linear-gradient(to right, #901ec1 2%, #7450fe 82%);
    background: linear-gradient(to right, #901ec1 2%, #7450fe 82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    margin-left: 0;
    display: block
}

.home-demo3 #AppFeatures {
    background: linear-gradient(0deg, #f8f9fb 35%, transparent 100%)
}

.features-style4 .feature-block {
    margin-bottom: 0;
    padding-bottom: 15px
}

.features-style4 .feature-block .feq-icon-box {
    text-align: left;
    border: none;
    margin: 0;
    padding: 0
}

.features-style4 .feature-block .faq-icon i {
    margin-top: 0
}

.features-style4 .feature-block .faq-icon i:before {
    font-size: 50px
}

.feature-icon.icon-1 {
    background: #7142f8
}

.feature-icon.icon-2 {
    background: #ecbf24
}

.feature-icon.icon-3 {
    background: #fa4c9a
}

.feature-icon.icon-4 {
    background: #35bfe7
}

.feature-icon.icon-5 {
    background: #8621c6
}

.feature-icon.icon-6 {
    background: #5cbd2c
}

.feature-block h3 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 1px;
    margin-top: 15px;
    color: #6e88a2 !important
}

#contact {
    position: relative
}

#contact .section-header-style2 {
    margin-bottom: 40px
}

#contact .section-header-style2 h2 {
    font-size: 24px;
    font-weight: 500
}

#contact .section-header-style2 p {
    font-size: 14px
}

.bubbles-animate .bubble {
    position: absolute;
    border-radius: 50%;
    z-index: 99
}

.bubbles-animate .bubble.b_four,
.bubbles-animate .bubble.b_one {
    width: 10px;
    height: 10px
}

.bubbles-animate .bubble.b_five,
.bubbles-animate .bubble.b_two {
    width: 30px;
    height: 30px
}

.bubbles-animate .bubble.b_six,
.bubbles-animate .bubble.b_three {
    width: 14px;
    height: 14px
}

.bubbles-animate .bubble.b_one {
    background: var(--color_base2);
    top: 40%;
    left: 85px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: spin2 2s infinite alternate;
    animation: spin2 2s infinite alternate
}

.bubbles-animate .bubble.b_two {
    background: var(--color_base);
    top: 50%;
    left: 155px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: spin1 2s infinite alternate;
    animation: spin1 2s infinite alternate
}

.bubbles-animate .bubble.b_three {
    background: var(--color_yellow);
    top: 65%;
    left: 190px;
    -webkit-animation: spin1 1s infinite alternate;
    animation: spin1 1s infinite alternate
}

.bubbles-animate .bubble.b_four {
    background: var(--color_yellow);
    top: 40%;
    right: 85px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: spin1 2s infinite alternate;
    animation: spin1 2s infinite alternate
}

.bubbles-animate .bubble.b_five {
    background: var(--color_base);
    top: 50%;
    right: 155px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-animation: spin1 3s infinite alternate;
    animation: spin1 3s infinite alternate
}

.bubbles-animate .bubble.b_six {
    background: var(--color_base2);
    top: 65%;
    right: 55px;
    -webkit-animation: spin2 2s infinite alternate;
    animation: spin2 2s infinite alternate
}

.bubbles-animate .triangle {
    position: absolute
}

.bubbles-animate .triangle.b_seven {
    left: 25%;
    top: 400px
}

.bubbles-animate .triangle.b_eight {
    left: -100px;
    bottom: -45px
}

.bubbles-animate .triangle.b_nine {
    right: 28%;
    bottom: 250px;
    -webkit-animation: spin2 2s infinite alternate;
    animation: spin2 2s infinite alternate
}

@-webkit-keyframes pulse {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2)
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: translateX(-10px) scale(.9);
        transform: translateX(-10px) scale(.9)
    }

    100% {
        -webkit-transform: translateX(30px) scale(1.3) translateY(10px);
        transform: translateX(30px) scale(1.3) translateY(10px)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: translateX(-10px) scale(.9);
        transform: translateX(-10px) scale(.9)
    }

    100% {
        -webkit-transform: translateX(30px) scale(1.3) translateY(10px);
        transform: translateX(30px) scale(1.3) translateY(10px)
    }
}

@-webkit-keyframes spin1 {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes spin1 {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@-webkit-keyframes spin2 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
}

@keyframes spin2 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
}

@-webkit-keyframes spin3 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    25% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    100% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }
}

@keyframes spin3 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    25% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    100% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }
}

@-webkit-keyframes pulsate {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(.5);
        transform: translate(-50%, -50%) scale(.5)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(4);
        transform: translate(-50%, -50%) scale(4)
    }
}

@keyframes pulsate {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(.5);
        transform: translate(-50%, -50%) scale(.5)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(4);
        transform: translate(-50%, -50%) scale(4)
    }
}

.contact-form-block {
    background: #fff;
    position: relative;
    box-shadow: 0 0 29px 6px rgba(154, 161, 171, .18);
    -webkit-box-shadow: 0 0 29px 6px rgba(154, 161, 171, .18);
    padding: 60px 50px;
    margin: 0 60px;
    border-radius: 30px
}

.contact-shape img {
    position: absolute
}

.contact-form {
    margin-top: 30px
}

.contact-form input {
    margin-bottom: 30px
}

.contact-form button {
    margin-top: 20px;
    padding: 12px 25px
}

.contact-block i {
    font-size: 35px
}

.contact-block {
    margin-bottom: 25px
}

.contact-block h4 {
    font-size: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px
}

.contact-block-side {
    position: relative;
    padding-left: 70px
}

.contact-block-side i {
    position: absolute;
    left: 0;
    top: -7px;
    background: #3264f5;
    background: linear-gradient(to right, #901ec1 0, #7450fe 51%, #901ec1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.contact-block-side i:before {
    font-size: 45px;
    margin: 0
}

.contact-block-side p {
    margin-bottom: 0
}

.contact-block-side p span {
    display: block;
    margin-bottom: 5px
}

.contact-block-side p span:last-child {
    margin-bottom: 0
}

@-webkit-keyframes pulse {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2)
    }
}

@keyframes pulse {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: translateX(-10px) scale(.9);
        transform: translateX(-10px) scale(.9)
    }

    100% {
        -webkit-transform: translateX(30px) scale(1.3) translateY(10px);
        transform: translateX(30px) scale(1.3) translateY(10px)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: translateX(-10px) scale(.9);
        transform: translateX(-10px) scale(.9)
    }

    100% {
        -webkit-transform: translateX(30px) scale(1.3) translateY(10px);
        transform: translateX(30px) scale(1.3) translateY(10px)
    }
}

@-webkit-keyframes spin1 {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@keyframes spin1 {
    0% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5)
    }
}

@-webkit-keyframes spin2 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
}

@keyframes spin2 {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    100% {
        -webkit-transform: translateY(40px);
        transform: translateY(40px)
    }
}

@-webkit-keyframes spin3 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    25% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    100% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }
}

@keyframes spin3 {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    25% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    50% {
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    100% {
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }
}

@-webkit-keyframes pulsate {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(.5);
        transform: translate(-50%, -50%) scale(.5)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(4);
        transform: translate(-50%, -50%) scale(4)
    }
}

@keyframes pulsate {
    0% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(.5);
        transform: translate(-50%, -50%) scale(.5)
    }

    100% {
        opacity: 0;
        -webkit-transform: translate(-50%, -50%) scale(4);
        transform: translate(-50%, -50%) scale(4)
    }
}

.contact-form-block {
    background: #fff;
    position: relative;
    box-shadow: 0 0 29px 6px rgba(154, 161, 171, .18);
    -webkit-box-shadow: 0 0 29px 6px rgba(154, 161, 171, .18);
    padding: 60px 50px;
    margin: 0 60px;
    border-radius: 30px
}

.contact-shape img {
    position: absolute
}

.contact-shape2 img {
    position: absolute;
    top: -90px;
    left: 250px
}

.contact-form {
    margin-top: 30px
}

.contact-form input {
    margin-bottom: 30px
}

.contact-form button {
    margin-top: 20px;
    padding: 12px 25px
}

.contact-block i {
    font-size: 45px
}

.contact-block {
    margin-bottom: 10px;
    padding-bottom: 15px
}

.contact-block h4 {
    font-size: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 15px
}

.contact-block-side {
    position: relative;
    padding-left: 70px
}

.contact-block-side i {
    position: absolute;
    left: 0;
    top: -7px;
    width: 12%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.contact-block-side i:before {
    font-size: 45px;
    margin: 0
}

.contact-block-side p {
    margin-bottom: 0
}

.contact-block-side p span {
    display: block;
    margin-bottom: 5px
}

.contact-block-side p span:last-child {
    margin-bottom: 0
}

#google-map {
    height: 350px;
    margin-bottom: 30px
}

.block-body {
    text-align: center;
    padding: 20px 40px
}

.block-body .icon-block {
    display: block;
    height: 120px;
    width: 120px;
    margin: 0 auto 20px auto;
    overflow: hidden;
    line-height: 120px;
    border-radius: 50%;
    background: #fff
}

.block-body a {
    min-width: 150px;
    padding: 10px;
    margin-top: 15px
}

.faq-search {
    width: 50%;
    margin: auto;
    position: relative;
    height: 55px;
    margin-top: 30px;
    margin-bottom: 20px
}

.faq-search input {
    height: 100%;
    margin: 0;
    padding-right: 50px
}

.faq-search button {
    position: absolute;
    right: 5px;
    background: 0 0;
    border: none;
    top: 13px
}

.faq-search button i {
    background: #901ec1;
    background: -moz-linear-gradient(to right, #901ec1 2%, #7450fe 82%);
    background: -webkit-linear-gradient(to right, #901ec1 2%, #7450fe 82%);
    background: linear-gradient(to right, #901ec1 2%, #7450fe 82%);
    background: linear-gradient(to right, #901ec1 2%, #7450fe 82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 10px;
    font-size: 22px
}

.feq-icon-box {
    padding: 30px 15px 15px;
    border: 1px solid #ebedf2;
    display: table;
    margin-bottom: 25px;
    position: relative;
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 0 29px 6px rgb(154 161 171 / 18%);
    -webkit-box-shadow: 0 0 29px 6px rgb(154 161 171 / 18%)
}

.faq-icon {
    position: relative;
    width: 70px
}

.faq-icon i {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: 10px
}

.faq-icon i:before {
    font-size: 60px;
    background: #901ec1;
    background: -moz-linear-gradient(to right, #901ec1 2%, #7450fe 82%);
    background: -webkit-linear-gradient(to right, #901ec1 2%, #7450fe 82%);
    background: linear-gradient(to right, #901ec1 2%, #7450fe 82%);
    background: linear-gradient(to right, #901ec1 2%, #7450fe 82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 0
}

.featured-content {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px
}

.featured-content h5 {
    font-size: 18px
}

.help-option {
    background: linear-gradient(180deg, #f8f9fb 24%, transparent 49%);
    position: relative;
    padding-top: 160px
}

.title-main {
    color: #000;
    text-align: center;
    margin: 30px 0;
    font-size: 26px
}

.cover-top-page {
    position: relative;
    text-align: center;
    padding: 7% 0 7%;
    background: url(/images/shape1.svg) no-repeat top right;
    background-size: cover;
    background-position: left bottom
}

.cover-top-page .title-black {
    color: #000 !important
}

.cover-top-page .title-wite {
    color: var(--color_base);
    font-weight: 900;
    font-size: 36px
}

.cover-top-page .text-muted {
    font-size: 22px;
    color: #6e88a2 !important;
    font-weight: 400;
    margin: 0 auto;
    text-align: center
}

.cover-top-page .banner {
    padding: 2rem 3rem 0;
    display: block !important;
    text-align: center
}

.cover-top-page .banner-icon {
    color: #6e88a2;
    font-size: 17px;
    font-weight: 400;
    position: relative;
    left: 0;
    text-align: center
}

.home-quote {
    display: inline-block;
    background: url(/images/home-quote.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    background-position: center
}

.home-track {
    display: inline-block;
    background: url(/images/home-track.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    background-position: center
}

.home-warehouse {
    display: inline-block;
    background: url(/images/home-warehouse.svg);
    width: 40px;
    background-repeat: no-repeat;
    height: 40px;
    background-position: center;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in
}

.home-packing {
    display: inline-block;
    background: url(/images/home-packing.svg);
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    -webkit-transition: all .4s ease-in;
    -moz-transition: all .4s ease-in;
    -ms-transition: all .4s ease-in;
    -o-transition: all .4s ease-in;
    transition: all .4s ease-in;
    background-position: center
}

.lh-base {
    line-height: 30px !important
}

.lh-0 {
    line-height: 10px !important
}

.space-top {
    padding-top: 220px !important
}

.space-top2 {
    padding-top: 120px !important
}

.space-bottom {
    padding-bottom: 120px !important
}

.imgquote {
    width: 200px;
    height: 200px
}

textarea::-webkit-input-placeholder {
    font-size: 1rem !important;
    line-height: 1.5;
    font-weight: 400 !important;
    color: #afafaf !important
}

textarea:-moz-placeholder {
    font-size: 1rem !important;
    line-height: 1.5;
    color: #afafaf !important;
    font-weight: 400 !important
}

textarea::-moz-placeholder {
    font-size: 1rem !important;
    line-height: 1.5;
    color: #afafaf !important;
    font-weight: 400 !important
}

textarea:-ms-input-placeholder {
    font-size: 1rem !important;
    line-height: 1.5;
    color: #afafaf !important;
    font-weight: 400 !important
}

textarea::placeholder {
    font-size: 1rem !important;
    line-height: 1.5;
    color: #afafaf !important;
    font-weight: 400 !important
}

.card {
    z-index: 0;
    box-shadow: 3px 3px 12px 0 rgb(0 0 0 / 16%);
    background-color: #fff;
    margin-bottom: 90px;
    border-radius: var(--rounded-cu)
}

.top {
    padding-top: 40px;
    padding-left: 13% !important;
    padding-right: 13% !important
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: #fbbb21;
    padding-left: 0;
    margin-top: 30px
}

#progressbar li {
    list-style-type: none;
    font-size: 13px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar .step0:before {
    font-family: FontAwesome;
    content: "\f10c";
    color: #fff;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    background-color: #fbbb21
}

#progressbar li:before {
    width: 40px;
    height: 40px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    background: #c5cae9;
    border-radius: 50%;
    margin: auto;
    padding: 0
}

#progressbar li:after {
    content: "";
    width: 100%;
    height: 12px;
    background: #fbbb21;
    position: absolute;
    left: 0;
    top: 16px;
    z-index: -1
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: absolute;
    left: -50%
}

#progressbar li:nth-child(2):after,
#progressbar li:nth-child(3):after {
    left: -50%
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    position: absolute;
    left: 50%
}

#progressbar li:last-child:after {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

#progressbar li:first-child:after {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

#progressbar li.active:after,
#progressbar li.active:before {
    background: #232c77
}

#progressbar li.active:before {
    font-family: FontAwesome;
    content: "\f00c"
}

.icon {
    width: 100px;
    justify-items: center;
    display: inline-table;
    justify-content: center;
    text-align: center
}

@media screen and (max-width:992px) {
    .icon-content {
        width: 50%
    }
}

.color-blue {
    color: #54a8e3
}

.background {
    width: 100%
}

.background .container .header .icon-back {
    font-size: 30px;
    color: #11d1a8
}

.background .container .header .order .order-number {
    font-size: 20px;
    font-weight: 700;
    color: #0a0a0a
}

.background .container .header .order .order-status {
    color: #f29702;
    font-weight: 600
}

.background .container .header .icon-brand {
    font-size: 30px;
    color: #11d1a8
}

.background .container .content {
    justify-content: center;
    padding: 20px 0;
    margin-left: 10px;
    margin-right: 10px
}

.background .container .content .timeline .item {
    position: relative;
    padding: 20px 20px;
    margin-left: 10px;
    margin-right: 10px
}

.background .container .content .timeline .item.active .item-description:before {
    background-color: #11d1a8
}

.background .container .content .timeline .item:last-child {
    border-bottom: none
}

.background .container .content .timeline .item:last-child:before {
    display: none
}

.background .container .content .timeline .item:before {
    border-left: 3px solid #11d1a8;
    content: "";
    z-index: 0;
    height: 102%;
    left: 135px;
    position: absolute;
    opacity: .4
}

.background .container .content .timeline .item .item-label {
    position: absolute
}

.background .container .content .timeline .item .item-label .item-label-date {
    color: #a6a6a6;
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 5px
}

.background .container .content .timeline .item .item-label .item-label-hour {
    font-weight: 600;
    font-size: 19px;
    float: right
}

.background .container .content .timeline .item .item-description {
    margin-left: 150px;
    margin-bottom: 20px
}

.background .container .content .timeline .item .item-description:before {
    border: 2px solid #11d1a8;
    width: 22px;
    height: 22px;
    border-radius: 100%;
    content: "";
    z-index: 0;
    left: 125px;
    position: absolute;
    background-color: #fff;
    display: block
}

.background .container .content .timeline .item .item-description .item-description-status {
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 5px
}

.background .container .content .timeline .item .item-description .item-description-location {
    color: #a6a6a6;
    font-size: 15px;
    font-weight: 500
}

#heading {
    text-transform: uppercase;
    color: #673ab7;
    font-weight: 400
}

.ilazy {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    background-image: url(/images/loading.gif);
    background-color: #fdfdfd;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.ilazy.ilazy-loaded {
    background-image: none;
    background-color: transparent
}

.ilazy-parant {
    display: block;
    width: 100%;
    height: auto;
    position: relative
}

.ilazy-parant img.ilazy {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.ilazy-size-1-1 {
    padding: 100% 0 0 0
}

.ilazy-size-2-1 {
    padding: 50% 0 0 0
}

.ilazy-size-4-3 {
    padding: 72% 0 0 0
}

.ilazy-size-16-9 {
    padding: 56.4% 0 0 0
}

.ilazy-size-6-5 {
    padding: 83.3% 0 0 0
}

.ilazy-s-364-45 {
    padding: 12.3% 0 0 0
}

.ilazy-s-2-1 {
    padding: 50% 0 0 0
}

.ilazy-size-114-13 {
    padding: 11.4% 0 0 0
}

.ilazy-size-114-12 {
    padding: 30% 0 0 0
}

.ilazy-size-home-slider {
    padding: 48.9% 0 0 0
}

.ilazy-size-cover-news {
    padding: 30% 0 0 0
}

.ilazy-size-cover-conent {
    padding: 30% 0 0 0
}

.ilazy-size-ad-25 {
    padding: 25% 0 0 0
}

.ilazy-size-ad-80 {
    padding: 80% 0 0 0
}

@media (min-width:768px) {
    .ilazy-s-md-2-1 {
        padding: 50% 0 0 0
    }
}

@media (min-width:992px) {
    .ilazy-s-lg-1-1 {
        padding: 100% 0 0 0
    }
}

.ilazy-size-free {
    padding: inherit;
    width: auto;
    max-width: 100%;
    height: auto
}

.ilazy-size-free img {
    position: inherit !important
}

.ilazy-size-home-main-slider {
    padding: 40% 0 0 0
}

.ilazy-size-home-slider-main-mosofoghi2-a {
    width: 50% !important
}

.ilazy-size-home-slider-main-mosofoghi2-b {
    width: 50% !important
}

.ilazy-size-home-slider-main-mosofoghi3 {
    width: 33.33% !important
}

@media (max-width:991.98px) {
    .ilazy-size-home-slider-main-mosofoghi2-a {
        width: 100% !important
    }

    .ilazy-size-home-slider-main-mosofoghi2-b {
        width: 50% !important
    }

    .ilazy-size-home-slider-main-mosofoghi3 {
        width: 50% !important
    }
}

.card-blog-1 {
    border: none
}

.hov-sca .hov-sca-img {
    -webkit-transition: -webkit-transform .5s ease-in-out !important;
    -moz-transition: -moz-transform .5s ease-in-out !important;
    -o-transition: -o-transform .5s ease-in-out !important;
    -ms-transition: -ms-transform .5s ease-in-out !important;
    transition: transform .5s ease-in-out !important
}

.hov-sca:hover .hov-sca-img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.rounded-cu {
    border-radius: var(--rounded-cu)
}

.rounded-cu-right {
    border-top-right-radius: var(--rounded-cu) !important;
    border-bottom-right-radius: var(--rounded-cu) !important
}

.border-cu {
    border: var(--border-cu)
}

.title-text-1 {
    font-size: 17px;
    font-weight: 400;
    height: 23px;
    max-height: 23px;
    overflow: hidden
}

.info-text a {
    font-size: 13px;
    font-weight: 300;
    color: #a0a0a0
}

.des-text-1 {
    font-size: 15px;
    font-weight: 300;
    color: #3e3e3e
}

.modal.modal-cu-combination {
    padding: 0 !important
}

.modal.modal-cu-combination .modal-dialog {
    position: fixed;
    margin: auto;
    height: 90%;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.modal.modal-cu-combination .modal-content {
    height: 100%
}

.modal.modal-cu-combination .modal-body {
    overflow-y: auto;
    height: 100%
}

.modal.modal-cu-combination.fade .modal-dialog {
    bottom: -320px;
    max-width: inherit;
    -webkit-transition: opacity .3s linear, bottom .3s ease-out;
    -moz-transition: opacity .3s linear, bottom .3s ease-out;
    -o-transition: opacity .3s linear, bottom .3s ease-out;
    transition: opacity .3s linear, bottom .3s ease-out
}

.modal.modal-cu-combination.fade.show .modal-dialog {
    bottom: 0
}

@media (min-width:992px) {
    .modal.modal-cu-combination {
        display: block !important;
        opacity: 1;
        position: static;
        height: auto
    }

    .modal.modal-cu-combination .modal-dialog {
        bottom: auto;
        position: static
    }

    .modal.modal-cu-combination .modal-header {
        display: none
    }
}

.Product-show-name-fa {
    text-align: right;
    font-size: 22px;
    font-weight: 500
}

.Product-show-name-en {
    text-align: right;
    font-size: 16px;
    font-weight: 300;
    color: #b5b5b5;
    margin-right: 10px;
    margin-bottom: 0
}

.Product-show-code li {
    display: inline;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 300
}

.Product-show-code li:last-child {
    margin-left: 0
}

.Product-show-code li span {
    color: #5d5d5d
}

.Product-show-description {
    font-size: 14px;
    font-weight: 400;
    color: #55565a
}

@media (max-width:991.98px) {
    .Product-show-name-fa {
        font-size: 19px;
        font-weight: 400;
        margin-top: 10px
    }

    .Product-show-name-en {
        font-size: 14px;
        margin: 0
    }
}

.seler-select-dropdown-text {
    font-size: 14px
}

.seler-select-dropdown-link {
    padding: 9px 17px 9px 12px;
    position: relative;
    min-width: 120px
}

.seler-select-dropdown-link:after {
    content: "";
    position: absolute;
    top: 13px;
    right: 0;
    bottom: 13px;
    width: 1px;
    background-color: #e4e4e4
}

.seler-select-dropdown-down {
    margin-right: 5px
}

.seler-select-dropdown-info li {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
    text-align: center;
    position: relative;
    min-width: 90px
}

.seler-select-dropdown-info li:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 10px;
    width: 1px;
    background-color: #f3f3f3
}

.seler-select-dropdown-info li:last-child:after {
    content: none
}

@media (max-width:767.98px) {
    .seler-select-dropdown-info li:after {
        right: 20px;
        left: 20px;
        width: inherit;
        height: 1px;
        bottom: -5px;
        top: inherit
    }

    .seler-select-dropdown-info li {
        margin-bottom: 10px
    }

    .seler-select-dropdown-info li:last-child {
        margin-bottom: 0
    }
}

.seler-select-dropdown-info li span {
    display: block
}

.seler-select-dropdown-info-key {
    color: #949494;
    font-size: 14px;
    font-weight: 300
}

.seler-select-dropdown-info-val {
    color: #747474;
    font-size: 14px;
    font-weight: 500
}

.seler-select-dropdown-item {
    padding: 7px 0
}

.seler-select-dropdown-item:after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 1px;
    background-color: #f7f7f7
}

.seler-select-dropdown-item:hover {
    background-color: #f7f7f7
}

.Content-show-share-icon {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    font-size: 13px;
    color: grey
}

.Content-show-share-follow {
    color: #dd2940 !important
}

.Product-show-share-icon-img {
    width: 26px;
    height: 26px;
    margin-left: 2px
}

.custom-file-label::after {
    content: "انتخاب"
}

.shakeit {
    -webkit-animation-name: thumb;
    -webkit-animation-duration: .5s;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear
}

@-webkit-keyframes thumb {
    0% {
        -webkit-transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-2px);
        border-color: var(--color-base);
        background-color: #17a2b80d
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

.is_stuck {
    transform: translate3d(0, 0, 0)
}

.c-product-show-fix-price {
    z-index: 110
}

.c-product-show-fix-price.is_stuck {
    background-color: #f7f7f7;
    border: 1px solid #eee;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)
}

.fa-t-1 {
    position: relative;
    top: 1px
}

.fa-t-2 {
    position: relative;
    top: 2px
}

.fa-t-3 {
    position: relative;
    top: 3px
}

.fa-t-4 {
    position: relative;
    top: 4px
}

.brighttheme {
    border-radius: 12px
}

.brighttheme-info {
    background-color: #2dc982;
    opacity: .949;
    color: #fff
}

.brighttheme-error {
    background-color: #e4444c;
    opacity: .949;
    color: #fff;
    background-image: none
}

.ui-pnotify-icon,
.ui-pnotify-icon span {
    float: right;
    margin-right: 0;
    margin-left: .2em
}

.ui-pnotify-closer,
.ui-pnotify-sticker {
    float: left;
    margin-left: 0;
    margin-right: .2em
}

.brighttheme .ui-pnotify-title {
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 500
}

.brighttheme-icon-info {
    background-color: #fff;
    color: #484848;
    margin-top: 2px
}

.brighttheme-icon-error {
    position: relative;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid #fff;
    font-size: 0;
    line-height: 0;
    color: #484848;
    margin-top: 0
}

.ui-pnotify-text {
    display: block;
    font-size: 13px;
    font-weight: 300
}

.cart-err-box {
    padding: 30px 10px
}

.cart-err-title-1 {
    font-size: 18px;
    font-weight: 300;
    color: #5f5f5f;
    text-align: center;
    margin-bottom: 0
}

li.list-type-1 {
    float: right;
    width: 100%;
    position: relative;
    padding: 10px 4px 20px 4px
}

li.list-type-1:first-child {
    padding-top: 0
}

li.list-type-1:before {
    content: ' ';
    background-color: #f5f5f5;
    height: 1px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    right: 0;
    border-bottom: 1px #f5f5f5 solid
}

li.list-type-1:last-child:before {
    content: none
}

li.list-type-1:last-child {
    margin-bottom: 0;
    padding-bottom: 5px
}

li.list-type-1 .list-type-1-img {
    float: right;
    width: 160px;
    margin-left: 15px
}

li.list-type-1 .cat {
    margin-top: 3px;
    display: inherit;
    font-size: 11px;
    font-weight: 400
}

@media (max-width:767.98px) {
    li.list-type-1 .img {
        width: 80px
    }

    li.list-type-1 .list-type-1-img {
        width: 90px;
        margin-left: 10px
    }
}

.one-line-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.two-line-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative
}

.three-line-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: relative
}

.four-line-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    position: relative
}

.five-line-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    position: relative
}

.size-text-content {
    font-size: 13px;
    font-weight: 300;
    text-align: justify;
    line-height: 27px
}

.size-info-a {
    font-size: 13px;
    font-weight: 300;
    text-align: justify;
    line-height: 27px
}

.size-info-b {
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
    line-height: 27px
}

.title-post-a {
    font-size: 16px;
    font-weight: 400
}

.link-base {
    color: var(--color-base);
    transition: color .15s ease-in-out
}

.link-base:hover {
    color: var(--color-base-hover-durk)
}

.link-mokamel {
    color: var(--color-mokamel);
    transition: color .15s ease-in-out
}

.link-mokamel:hover {
    color: var(--color-mokamel-hover-durk)
}

.link-gray-a {
    color: #909aa2;
    transition: color .15s ease-in-out
}

.link-gray-a:hover {
    color: #7c868e
}

.link-barex-blue {
    color: var(--color-barex-blue) !important;
    transition: color .15s ease-in-out
}

.link-barex-blue:hover {
    color: var(--color-barex-blue-hover) !important
}

.font-s-11 {
    font-size: 11px !important
}

.font-s-12 {
    font-size: 12px !important
}

.font-s-13 {
    font-size: 13px !important
}

.font-s-14 {
    font-size: 14px !important
}

.font-s-15 {
    font-size: 15px !important
}

.font-s-16 {
    font-size: 16px !important
}

.font-s-17 {
    font-size: 17px !important
}

.font-s-18 {
    font-size: 18px !important
}

.font-s-19 {
    font-size: 19px !important
}

.font-s-20 {
    font-size: 20px !important
}

.font-s-21 {
    font-size: 21px !important
}

.font-s-22 {
    font-size: 22px !important
}

.font-s-23 {
    font-size: 23px !important
}

.font-s-24 {
    font-size: 24px !important
}

.font-s-25 {
    font-size: 25px !important
}

.font-s-26 {
    font-size: 26px !important
}

.font-s-27 {
    font-size: 27px !important
}

.font-s-28 {
    font-size: 28px !important
}

.font-s-29 {
    font-size: 29px !important
}

.font-s-30 {
    font-size: 30px !important
}

.font-w-100 {
    font-weight: 100
}

.font-w-200 {
    font-weight: 200
}

.font-w-300 {
    font-weight: 300
}

.font-w-400 {
    font-weight: 400
}

.font-w-500 {
    font-weight: 500
}

.font-w-600 {
    font-weight: 600
}

.font-w-700 {
    font-weight: 700
}

.font-w-800 {
    font-weight: 800
}

.font-w-900 {
    font-weight: 900
}

.font-l-24 {
    line-height: 24px
}

.font-l-25 {
    line-height: 25px
}

.font-l-26 {
    line-height: 26px
}

.font-l-27 {
    line-height: 27px
}

.font-l-28 {
    line-height: 28px
}

.text-base {
    color: var(--color-barex-blue)
}

.text-mokamel {
    color: var(--color-mokamel)
}

.text-gray-a {
    color: #e6e6e6
}

.text-gray-b {
    color: #ccc
}

.text-gray-c {
    color: #b3b3b3
}

.text-gray-d {
    color: #999
}

.text-red-d {
    color: #c51a1b
}

.text-gray-e {
    color: grey
}

.text-gray-f {
    color: #666
}

.text-gray-g {
    color: #4d4d4d
}

.text-gray-h {
    color: #333
}

.text-gray-i {
    color: #1a1a1a
}

.text-barex-blue {
    color: var(--color-barex-blue)
}

.text-barex-red {
    color: var(--color-barex-red)
}

.text-barex-green {
    color: var(--color-barex-green)
}

.text-post-a {
    color: #000000de
}

.text-content {
    color: #000000de
}

.content-box {
    font-weight: 300;
    line-height: 30px;
    font-size: 15px;
    text-align: justify;
    text-transform: initial;
    color: #444
}

.bg-yellow {
    background-color: var(--color-barex-yellow) !important
}

.bg-yellow-hover {
    background-color: var(--color-barex-yellow-hover) !important
}

.bg-blue {
    background-color: var(--color-barex-blue) !important
}

.bg-blue-hover {
    background-color: var(--color-barex-blue-hover) !important
}

.bg-red {
    background-color: var(--color-barex-red) !important
}

.bg-red-hover {
    background-color: var(--color-barex-red-hover) !important
}

.c-pointer {
    cursor: pointer !important
}

.form-type-a label {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300
}

.form-type-a .required-icon {
    font-size: 4px;
    color: var(--color-barex-red);
    margin-left: 3px
}

.form-type-a .form-control {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #cbcbcb
}

.form-type-a .form-control:focus {
    border-bottom-color: var(--color-barex-blue)
}

.form-type-a .err-fild {
    margin: 0 5px;
    font-size: 11px;
    font-weight: 400;
    direction: ltr;
    color: var(--color-barex-red)
}

.form-type-a .form-control {
    padding: 2px 4px 2px 4px;
    margin-top: -3px
}

.form-type-a .form-group {
    position: relative
}

.form-type-a .help-icon {
    background-color: var(--color-barex-yellow);
    width: 13px;
    height: 13px;
    border-radius: 50px;
    font-size: 8px;
    padding: 2px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 4px;
    left: 0
}

.form-type-a #register_captcha {
    cursor: pointer;
    position: absolute;
    width: 100px;
    height: 29px;
    border-bottom: 1px solid #cbcbcb
}

.form-type-a .form-control:disabled,
.form-type-a .form-control[readonly] {
    background: inherit;
    opacity: .5
}

.form-type-a input[type=file] {
    position: relative
}

.form-type-a input[type=file]:before {
    content: attr(data-content);
    position: absolute;
    background-color: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 7px 5px 7px 122px
}

.form-type-a input[type=file]::after {
    content: "انتخاب فایل";
    position: absolute;
    background-color: #fff;
    left: 0;
    top: -1px;
    bottom: -1px;
    color: #696969;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    border-image: initial;
    padding: 7px 16px
}

.form-type-a select {
    font-size: 13px;
    font-weight: 400;
    color: #898a93
}

.form-type-a .cu-checkbox::before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.form-type-a .cu-checkbox::after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%
}

.form-type-a .cu-checkbox:checked::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e")
}

.form-type-a .cu-checkbox:checked::before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff
}

.form-type-a .btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
    display: inline-block;
    width: initial !important
}

.form-type-b .custom-control {
    padding-right: 0;
    margin-bottom: 15px
}

.form-type-b .err-fild {
    margin: 0 5px;
    font-size: 11px;
    font-weight: 400;
    color: var(--color-barex-red)
}

.form-type-b .img-captcha {
    cursor: pointer;
    position: absolute;
    object-fit: none;
    top: 1px;
    right: 4px;
    width: 140px;
    height: 36px
}

.ticket-count-box {
    text-align: center;
    padding: 15px 0;
    background-color: #f4f4f4;
    border-radius: 18px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.ticket-count-box:hover {
    background-color: #5e7cea
}

.ticket-count-t1 {
    font-size: 14px;
    margin: 0;
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.ticket-count-t2 {
    font-weight: 800;
    margin: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.ticket-count-box:hover .ticket-count-t1,
.ticket-count-box:hover .ticket-count-t2 {
    color: #fff
}

.ticket-reply {
    border-radius: 18px !important;
    background-color: #f4f4f4;
    margin-bottom: 15px;
    border: 0
}

.ticket-reply-admin {
    background-color: #e5f6e3
}

.ticket-read-more,
.ticket-read-more-less {
    font-size: 13px
}

.top-page-sec .row_style {
    position: absolute !important;
    z-index: 4 !important;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0
}

.top-page-sec svg {
    bottom: -70px;
    fill: #fff
}

.top-page-sec img {
    width: 100%
}

.top-page-sec .top-page-text {
    position: absolute;
    top: 40%;
    right: 0;
    width: 100%
}

.top-page-sec .top-page-text h1 {
    color: var(--color_white);
    font-size: 19px
}

a {
    color: var(--color-barex-blue)
}

a:hover {
    color: var(--color-barex-blue-hover);
    text-decoration: none
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    font-size: 13px;
    font-weight: 300;
    text-align: right;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    font-size: 13px;
    font-weight: 300;
    text-align: right;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    font-size: 13px;
    font-weight: 300;
    text-align: right;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    font-size: 13px;
    font-weight: 300;
    text-align: right;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    font-size: 13px;
    font-weight: 300;
    text-align: right;
    opacity: 1
}

.form-control.dir-ltr::-webkit-input-placeholder {
    text-align: left
}

.form-control.dir-ltr::-moz-placeholder {
    text-align: left
}

.form-control.dir-ltr:-ms-input-placeholder {
    text-align: left
}

.form-control.dir-ltr::-ms-input-placeholder {
    text-align: left
}

.form-control.dir-ltr::placeholder {
    text-align: left
}

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

.font-family-tahoma {
    font-family: Tahoma
}

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

.margin-top-40 {
    margin-top: 40px
}

#flexmenu>li:first-child {
    background-color: var(--base-color);
    font-size: 20px;
    width: 5%
}

#flexmenu>li:first-child:hover a {
    background-color: var(--base-color-hover)
}

#flexmenu>li:first-child a {
    font-size: 22px !important;
    color: #fff !important;
    padding: 9px 0 0 0;
    text-align: center
}

#flexmenu>li {
    width: 19%
}

.icon-right {
    transform: scaleX(-1)
}

/*!*! border-radius: 0!important; *!*/
.fa-shopping-cart {
    transform: scaleX(-1)
}

.sabad>a {
    color: var(--color-khakestari)
}

.sabad>a>i {
    font-size: 27px
}

.sabad p {
    margin: 0;
    font-size: 13px;
    line-height: 10px
}

.sabad a img {
    width: 32px;
    height: 32px
}

.c-t {
    width: 22px;
    height: 22px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding-top: 0;
    text-align: center;
    border-radius: 50%;
    background-color: var(--color-base);
    border: 1px solid #fff
}

.login {
    background: #f4f4f4;
    padding: 14px 0 12px 0;
    max-height: none;
    border: none;
    border-bottom: 1px solid #ededed
}

.sabad .col-xs-7 a {
    color: #fff;
    font-size: 15px
}

.sabad .col-xs-5 {
    margin-top: 8px
}

.sabad .col-xs-5 a {
    color: #999;
    font-size: 14px;
    text-decoration: none;
    transition: all .3s
}

.sabad .col-xs-5 a:hover {
    color: #313131
}

.sabad .col-xs-5 a i {
    margin-left: 10px
}

.slider8 {
    direction: ltr;
    position: relative
}

#banner-sliderm {
    margin: 0;
    padding: 0
}

.orange-heading h3 {
    margin: 0 !important
}

#s1:hover {
    border: 2px dashed #0177b5 !important
}

#s1:hover a {
    color: #0177b5 !important
}

#s2:hover {
    border: 2px dashed #34abe3 !important
}

#s2:hover a {
    color: #34abe3 !important
}

#s3:hover {
    border: 2px dashed #1da1f2 !important
}

#s3:hover a {
    color: #1da1f2 !important
}

#s4:hover {
    border: 2px dashed #dd4c3b !important
}

#s4:hover a {
    color: #dd4c3b !important
}

#s5:hover {
    border: 2px dashed #c5b4a4 !important
}

#s5:hover a {
    color: #c5b4a4 !important
}

.title {
    text-align: right;
    color: var(--base-color-hover);
    font-size: 16px;
    margin: 0;
    padding: 0
}

.side-bar {
    text-align: right
}

.title:before {
    display: none
}

.title:after {
    display: none
}

.list-f {
    height: 100px;
    overflow: hidden
}

.product-list {
    border-bottom: 1px dashed #dee2e6
}

.product-list .item a:hover {
    border: none !important
}

.product-list .item a img {
    transition: all .3s;
    transform: scale(.8);
    border: 1px solid transparent
}

.product-list .item span {
    display: inline !important;
    font-size: 15px
}

.l-ma {
    color: #f44336 !important;
    font-size: 11px !important
}

.ti-ma {
    margin: 0 20px 0 35px !important;
    color: #000 !important;
    font-size: 12px !important
}

.product-list .item a:hover img {
    transform: scale(1)
}

.product-list .owl-next:hover {
    background-position: center left !important
}

.product-list .owl-prev:hover {
    background-position: center left !important
}

.text-right {
    text-align: right !important
}

.title-page {
    margin: 15px 0 15px 0
}

.question-list ul {
    margin-bottom: 50px;
    height: auto;
    overflow: hidden
}

.question-list ul li {
    cursor: pointer;
    padding: 15px 0 15px 0;
    color: #000;
    margin: 5px 0;
    border-radius: var(--rounded-cu);
    transition: all .3
}

.question-list ul li:hover {
    color: #f35e3d
}

.question-list ul li.roshan {
    background-color: #ebebeb
}

.question-line>div {
    display: none;
    margin: 50px 0 50px 0
}

.p-frm>p {
    padding-bottom: 100px;
    border-bottom: 1px dashed #dee2e6
}

.p-frm>p span {
    color: var(--cart-color);
    font-weight: 700
}

.p-frm form ul {
    margin: 0 15px
}

.p-frm form ul li {
    border: 1px solid #e5e5e5;
    margin: 10px 0;
    padding: 5px
}

.p-frm form ul li input {
    width: 70%;
    height: 40px;
    border: none;
    outline: 0
}

.p-frm form ul li input[type=submit] {
    width: 30%;
    height: 40px;
    background-color: var(--base-color);
    color: #fff;
    font-size: 18px;
    border: none;
    outline: 0;
    transition: all .3s
}

.p-frm form ul li input[type=submit]:hover {
    background-color: var(--base-color-hover) !important
}

.p-frm form ul li div {
    width: 100%;
    height: 150px
}

.p-frm .img-box {
    height: auto;
    overflow: hidden;
    position: relative;
    bottom: 60px
}

.p-frm .img-box img {
    max-width: 100px
}

.sabad-b .title-page>div:first-child {
    float: right
}

.sabad-b .title-page .btn {
    float: left;
    padding: 5px 30px;
    border: 1px solid #465e9e;
    color: #465e9e;
    transition: all .3s
}

.sabad-b .title-page .btn:hover {
    background-color: #465e9e;
    color: #fff
}

.sabad-b .title-page .btn a {
    color: #465e9e;
    transition: all .3s;
    text-decoration: none
}

.sabad-b .title-page .btn:hover a {
    color: #fff
}

.sabad-b img {
    vertical-align: middle
}

.sabad-b span {
    font-size: 12px;
    color: #999
}

.sabad-b .title-page .btn i {
    font-size: 10px;
    padding: 10px 0 10px 10px
}

.factor .btn-edame {
    padding: 5px 0;
    background-color: var(--cart-color);
    color: #fff;
    transition: all .3s
}

.factor .btn-edame[disabled] {
    pointer-events: none !important
}

.factor .btn-edame i {
    font-size: 10px;
    padding: 10px 10px 10px 0
}

.factor .btn-edame:hover {
    background-color: #0b8837
}

.factor .btn-delete-all {
    padding: 5px 0;
    background-color: var(--color-red);
    color: #fff;
    transition: all .3s;
    margin-bottom: 18px
}

.factor .btn-delete-all:hover {
    background-color: #880b0b
}

.ssl {
    margin: 10px 0
}

.ssl a {
    color: #999;
    font-size: 12px;
    text-decoration: none
}

.ssl i {
    vertical-align: middle
}

.cart-side-panel-key {
    font-size: 13px;
    font-weight: 400
}

.cart-side-panel-val {
    font-size: 15px;
    font-weight: 600
}

.cart-side-panel-totalamount-box {
    background-color: #fbfbfb;
    border-radius: 42px;
    padding: 0 13px;
    margin: 0 -13px
}

.cart-side-panel-totalamount-box .cart-side-panel-val {
    font-size: 21px;
    font-weight: 800
}

.cart-side-panel-val .farsi-price-unit,
.cart-side-panel-val-unit {
    font-size: 12px;
    font-weight: 400;
    color: #a9a9a9
}

.cart-side-panel-spliter {
    border-bottom: 1px dashed #e5e5e5
}

.color-cart-side-panel-key {
    color: #676666
}

.color-cart-side-panel-val {
    color: #464545
}

.cart-side-panel-group {
    position: relative;
    padding-right: 38px;
    background-repeat: no-repeat;
    background-position: right 10px
}

.cart-side-panel-group:before {
    content: '';
    position: absolute;
    right: 27px;
    width: 2px;
    top: 12px;
    bottom: 12px;
    border-radius: var(--rounded-cu);
    background-color: #cecece
}

.rounded-image-bottom-no {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.cart-side-panel-group-wallet {
    background-image: url(/images/cart-side-panel-group-wallet.png)
}

.cart-side-panel-group-discount {
    background-image: url(/images/cart-side-panel-group-discount.png)
}

.factor div.report-sabad h2 {
    color: var(--base-color);
    font-size: 21px;
    font-weight: 200
}

.sabad-list>div .name-mah {
    text-align: right !important;
    color: #585858 !important;
    padding-top: 26px;
    font-weight: 500
}

.sabad-item {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    font-weight: 300;
    font-size: 13px !important
}

.sabad-item:last-child {
    border-bottom: none
}

.sabad-item.change-item {
    border: 5px solid var(--color-red) !important
}

.sbad-item-title {
    position: relative;
    margin: 10px 0
}

.sbad-item-title .price {
    position: absolute;
    left: 0;
    top: 5px;
    color: #797979;
    font-size: 14px;
    padding: 0;
    right: inherit
}

.sbad-item-title .del-ed {
    position: absolute;
    left: 0;
    top: 30px
}

.sbad-item-title .kind {
    position: absolute;
    right: 0;
    top: 2px;
    color: #5a5a5a;
    font-weight: 200
}

.sbad-item-title .del-ed span {
    padding: 0 50px 0 0;
    cursor: pointer;
    color: #797979;
    font-size: 12px;
    z-index: 100;
    position: relative
}

.sbad-item-title .del-ed span a {
    color: #797979
}

.item-detail {
    margin-top: 2px
}

.item-detail>div:nth-child(2) ul>li span {
    color: #5a5a5a
}

.item-detail>div:nth-child(2) ul>li span strong {
    color: #000
}

.item-detail>div:nth-child(2) ul>li.vaziyad-item {
    background-color: var(--cart-color);
    color: #fff;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    transition: all .3s
}

.sabad-item.change-item .item-detail>div:nth-child(2) ul>li.vaziyad-item {
    color: var(--color-red)
}

.item-detail>div:nth-child(2) ul>li span:last-child {
    float: left
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

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

.quantity input {
    width: 30px
}

.quantity-button {
    cursor: pointer;
    padding: 1px 8px
}

.menu-ab ul {
    margin-top: 10px;
    margin-bottom: 4px
}

.menu-ab ul li {
    display: inline;
    transition: all .3s
}

.menu-ab ul li a {
    font-size: 12px;
    color: grey;
    text-decoration: none
}

.menu-ab ul li:hover a {
    color: var(--base-color)
}

.menu-ab ul li:after {
    content: "\f053";
    display: inline-block;
    font-family: Font Awesome\ 5 Free !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 8px;
    color: grey;
    padding: 0 3px 0 7px;
    transition: all .3s
}

.menu-ab ul li:last-child:after {
    display: none
}

.detail-product {
    margin-top: 10px
}

.detail-product div h5 {
    text-align: right;
    font-size: 13px;
    font-weight: 500;
    color: grey
}

.detail-product div h5 strong {
    color: #000;
    font-size: 18px;
    padding-right: 10px
}

.detail-product div h5 b {
    color: var(--base-color);
    text-decoration: underline;
    font-size: 17px
}

.detail-product div h5:before {
    right: 0;
    width: 60px
}

.detail-product div h5:after {
    width: 100%;
    left: 0
}

.row .detail-product>div:first-child {
    margin-top: 20px
}

.detail-product .code .value {
    color: var(--color-base)
}

.modal-content {
    border: none;
    border-radius: 2px;
    box-shadow: 0 16px 28px 0 rgba(0, 0, 0, .22), 0 25px 55px 0 rgba(0, 0, 0, .21)
}

.modal-header {
    border: none !important
}

.modal-title {
    text-align: right;
    display: inline-block;
    width: inherit;
    font-size: 15px;
    line-height: 30px;
    color: var(--color-barex-blue)
}

.modal-header .close {
    padding-top: 20px
}

.mCSB_container {
    position: relative !important
}

.qtip {
    display: none
}

.basket-panel p {
    text-align: center;
    padding: 12px;
    right: 0;
    top: 0;
    width: 100%;
    background-color: var(--color-base);
    z-index: 500;
    color: #fff
}

.basket-panel p img {
    float: right
}

.basket-panel ul li {
    text-align: right
}

.basket-panel ul li a {
    text-decoration: none
}

.basket-panel ul li .btn-danger {
    font-size: 12px
}

.basket-panel ul li:hover img {
    transform: scale(1.07)
}

.basket-panel ul li .btn-danger {
    font-size: 12px
}

.basket-panel ul li img {
    max-width: 140px;
    height: auto;
    margin: 0 auto;
    display: block;
    transition: all .3s
}

.basket-panel ul li:hover img {
    transform: scale(1.07)
}

.total-price {
    padding: 15px 0;
    text-align: center;
    font-weight: 700;
    font-size: 15px;
    background: #8bc43f;
    color: #fff
}

/*!*border-top: 1px solid #dedede;*!*/
.product-tags .tag-hide,
.product-tags .tag-hide-more {
    display: none
}

.product-tags .tag-hide-more,
.product-tags .tag-show-more {
    width: 100%;
    text-align: center;
    cursor: pointer
}

.product-tags .t {
    display: inline
}

.product-tags>ul {
    display: inline
}

.detail-product .tick {
    text-align: center;
    padding: 10px 0;
    background-color: #e3f5e9;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: all .3s
}

@media (max-width:767.98px) {
    .detail-product .tick {
        font-size: 11px
    }
}

.detail-product .tick.tick-color-2 {
    background-color: var(--cart-color);
    font-weight: 200
}

.price-base span {
    color: #a3a3a3;
    font-size: 12px;
    position: relative;
    vertical-align: middle;
    margin-left: 3px
}

.price-base span:after {
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    background-color: #999;
    transform: rotate(345deg)
}

.price-discount {
    color: var(--color-base);
    font-size: 25px;
    font-weight: 400
}

.price-darsad {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    color: #fff;
    font-size: 12px;
    padding: 2px 10px;
    font-weight: 300;
    background-color: var(--color-base);
    border-radius: 62px;
    margin-left: 10px
}

.price-unit {
    font-size: 13px;
    color: #949494;
    font-weight: 300
}

.price-base {
    display: inherit
}

.select-detail {
    margin-bottom: 20px
}

.select-detail>form>ul>li>ul>li>ul {
    height: auto;
    overflow: hidden
}

.select-detail>form>ul>li {
    padding: 0 !important;
    height: 350px
}

.select-detail>form>ul>li>ul {
    padding: 0 15px;
    height: 250px
}

.scrol-box {
    overflow-y: auto
}

.select-detail h6 {
    font-weight: 600
}

.select-detail>form>ul>li>ul>li {
    padding: 5px 0;
    border-bottom: 1px dashed #dee2e6
}

.detail-product-option>ul>li {
    display: inline-flex;
    align-items: center
}

.detail-product-option ul li label:after {
    content: ""
}

.detail-product-option ul li span.col,
.detail-product-option ul li.color-radio .frb-title img {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.custom-radio-image .custom-radio-image-img {
    width: 85px;
    height: 65px;
    border-radius: 0 4px 4px 0
}

.detail-product-option .custom-control-label::before {
    top: inherit
}

.detail-product-option .custom-control-label::after {
    top: inherit
}

.detail-product-option .combination-help {
    background-color: var(--color-base);
    width: 21px;
    height: 21px;
    color: #fff;
    border-radius: 50%;
    padding: 2px 8px 0 0;
    font-size: 12px;
    margin-right: 3px;
    position: relative;
    top: -2px
}

/*!*background-image: url(/images/product/b-scroll.jpg);*!*/
.custom-radio-image {
    padding: 0
}

.custom-radio-image .custom-control-label {
    cursor: pointer;
    border-radius: 4px;
    background-color: #fbfbfb
}

.custom-radio-image .custom-control-label::before {
    position: absolute;
    display: block;
    width: 100%;
    border-radius: 4px;
    left: 0;
    height: 100%;
    right: 0;
    pointer-events: none;
    content: "";
    background-color: #ffffff00;
    cursor: pointer;
    border: none
}

.custom-radio-image:hover .custom-control-label::before {
    background-color: rgba(0, 159, 227, .32)
}

.custom-radio-image .custom-control-input:checked~.custom-control-label::before {
    height: 100%;
    border-radius: 4px;
    left: 0;
    right: 0;
    width: 100%;
    border: 1px solid var(--color-barex-blue);
    background-color: transparent
}

.custom-radio-image .custom-control-label::after {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
    width: 24px;
    height: 22px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 22px;
    color: #fff
}

.custom-radio-image .custom-control-input:checked~.custom-control-label::after {
    display: none
}

.step-nav {
    padding-top: 1px;
    height: 50px;
    width: 100%;
    position: relative
}

.step {
    height: auto;
    overflow: hidden;
    margin: 0
}

.dashed {
    width: 10%;
    height: 2px;
    transform: translateY(12px)
}

.active-st {
    float: right;
    background-image: url(/images/icon/green.png)
}

.dactive-st {
    float: left;
    background-image: url(/images/icon/gray.png)
}

.dactive-st span {
    float: right
}

.solid {
    float: right;
    width: 40%;
    height: 2px;
    background-color: #e0e3ea;
    transform: translateY(12px)
}

.av {
    background-color: #64b966
}

.circle {
    position: relative;
    float: left;
    background-color: #fff;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    color: #7e8796;
    border-radius: 50%;
    border: 3px solid #ebebeb
}

.circle:before {
    content: "ÙˆØ±ÙˆØ¯ Ø¨Ù‡ Ø¢Ø³ÛŒØ§ Ø¯ÛŒ Ø§Ù„";
    position: absolute;
    bottom: -30px;
    left: 50%;
    font-size: 10px;
    transform: translateX(-50%);
    width: 100px;
    text-align: center;
    font-weight: 700
}

#cl:before {
    content: "ÙˆØ±ÙˆØ¯ Ø¨Ù‡ Ø¢Ø³ÛŒØ§ Ø¯ÛŒ Ø§Ù„"
}

#c2:before {
    content: "Ø§Ø·Ù„Ø§Ø¹Ø§Øª Ø§Ø±Ø³Ø§Ù„ Ø³ÙØ§Ø±Ø´"
}

#c3:before {
    content: "Ø§Ø·Ù„Ø§Ø¹Ø§Øª Ù¾Ø±Ø¯Ø§Ø®Øª"
}

.ers {
    background-color: #eeeff1
}

.ers .menu-ab {
    margin: 10px 0;
    background-color: #fff
}

.ers .menu-ab ul {
    margin: 0;
    padding: 10px 20px
}

.ers .menu-ab ul img {
    vertical-align: middle
}

.about ul li h6 {
    font-weight: 900 !important
}

.about ul li h6 img {
    vertical-align: middle
}

.about p {
    text-align: justify;
    font-size: 14px;
    color: grey
}

.about .default-h {
    color: var(--base-color);
    font-weight: 900
}

.default-h {
    text-align: right
}

.default-h:before {
    display: none
}

.default-h:after {
    display: none
}

.about>div:last-child img {
    display: block;
    margin: 0 auto 0 auto;
    max-width: 500px
}

.video {
    width: 100% !important;
    height: auto !important
}

.play-button img {
    max-width: 170px;
    height: auto
}

.title-p {
    color: var(--base-color-hover);
    display: block;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 400
}

.title-p i {
    font-style: normal;
    color: #929292;
    font-size: 11px;
    font-weight: 300
}

.price-p i {
    font-style: normal;
    color: #707070;
    font-size: 11px
}

.price-p {
    color: var(--base-color) !important
}

.maghale h6 {
    font-weight: 600
}

.maghale p {
    text-align: justify;
    font-size: 12px
}

.accessories h6 {
    font-weight: 800;
    margin-bottom: 5px;
    font-size: 15px
}

.accessories>ul>li {
    float: right;
    padding-top: 20px;
    padding-bottom: 40px;
    margin: 20px 0 0 0;
    border: 1px solid #999;
    border-top: none;
    border-bottom: 0
}

.accessories>ul>li>span {
    float: right
}

.accessories img {
    border: 1px solid #eee
}

.accessories .btn {
    background-color: var(--cart-color);
    border-radius: var(--rounded-cu);
    color: #fff;
    font-size: 11px;
    transition: all .3s;
    float: right;
    width: 100%
}

.accessories .btn:hover {
    background: #0e9a3f
}

.accessories .btn a {
    color: #fff;
    text-decoration: none
}

.appropriate-price {
    font-size: 12px;
    color: #999
}

.address .owl-carousel .owl-nav {
    top: 0 !important
}

.address .owl-carousel .owl-nav>div {
    margin-top: 0 !important;
    background-image: none !important;
    height: 357px
}

.address .owl-carousel .owl-nav>div:after {
    top: 50%;
    transform: translateY(-50%)
}

@media screen and (min-width:990px) {
    .address .owl-carousel .owl-nav>div.owl-next {
        left: 30px
    }

    .address .owl-carousel .owl-nav>div.owl-prev {
        right: 30px
    }
}

.address .owl-stage-outer:before {
    content: "";
    display: block;
    position: absolute;
    right: -12px;
    top: -10px;
    bottom: -10px;
    z-index: 3;
    width: 10px;
    border: 1px solid transparent;
    box-shadow: -7px 0 7px -3px rgba(0, 0, 0, .2)
}

.address .owl-stage-outer:after {
    content: "";
    display: block;
    position: absolute;
    left: -12px;
    top: -10px;
    bottom: -10px;
    z-index: 3;
    width: 10px;
    border: 1px solid transparent;
    box-shadow: 7px 0 7px -3px rgba(0, 0, 0, .2)
}

.address .owl-item {
    background-color: #fff;
    direction: rtl
}

.psh-list .owl-item {
    background-color: #fff;
    direction: rtl
}

.psh-list .owl-carousel {
    direction: ltr
}

.address .owl-item:first-child {
    background-color: transparent
}

.title-add {
    width: 100%;
    height: 40px;
    background-color: #fbfdfc
}

.title-add span {
    float: left;
    width: 40px;
    height: 40px;
    position: relative;
    cursor: pointer
}

.title-add span:hover {
    background: #f2f2f4;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.remove-add i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background-image: url(/images/icon/close.png)
}

.edit-add {
    margin-left: 10px
}

.edit-add i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    background-image: url(/images/icon/edit.png)
}

.body-add>div {
    padding: 10px 5px;
    border-bottom: 1px dashed #dee2e6
}

.map-hint {
    color: #7c6a26;
    background: #fffcda;
    display: inline-block;
    padding: 5px 20px;
    margin: 15px 0 0
}

.address_item__radio {
    background-color: #f7fff7;
    border-bottom: none;
    border-top: 1px dashed #dee2e6;
    padding: 0;
    margin-top: -1px
}

.address_item__radio label {
    padding: 9px 0 2px 0;
    display: block;
    cursor: pointer;
    position: relative;
    direction: ltr
}

.address_item__radio input[type=radio]+span {
    float: inherit;
    position: absolute
}

.add-add .add-add-link {
    height: 100px;
    overflow: hidden;
    border: 2px dashed #eee;
    position: relative;
    margin-bottom: 15px;
    border-radius: 12px;
    font-size: 24px;
    font-weight: 600
}

.shiping-list {
    background-color: #fff;
    height: auto;
    overflow: hidden;
    padding: 15px
}

.shipment-selection p {
    margin: 0;
    padding-top: 15px;
    font-size: 16px;
    color: #6b646b
}

.shipment-selection p i {
    font-size: 12px;
    color: #0d8ef4;
    padding-left: 10px
}

.psh-list {
    border-top: 1px solid #ddd;
    background-color: #fff;
    padding: 15px;
    font-weight: 600;
    color: #6b646b
}

.psh-list p {
    font-weight: 600;
    color: #6b646b;
    padding-right: 15px
}

.psh-list .owl-carousel .item img {
    max-width: 145px;
    margin: 20px auto
}

.post-box {
    margin: 30px 0;
    border: 1px solid #c0f0c1;
    padding: 0;
    font-size: 12px
}

.post-box>div p {
    margin: 0
}

.post-box>div:first-child {
    padding: 15px 0 11px 0;
    background-color: #fbfcfc;
    border-right: 1px solid #f0f1f2
}

.post-box>div:first-child p {
    padding: 5px 0
}

.post-box>div:first-child p:last-child {
    color: #4caf50
}

.post-box>div:last-child>p>img {
    vertical-align: middle
}

._address-label-txt {
    vertical-align: top
}

.address-time i {
    display: block;
    width: 22px;
    height: 22px;
    background-image: url(/images/icon/time.png);
    float: right;
    margin-left: 5px
}

.day-post>div {
    width: 20%;
    height: auto;
    float: right
}

.time-post>div {
    width: 20%;
    height: auto;
    float: right
}

@media screen and (min-width:768px) {
    .day-post {
        float: right
    }

    .day-post>div {
        width: 100%;
        height: auto;
        float: right
    }

    .time-post {
        float: left
    }

    .time-post>div {
        width: 100%;
        height: auto;
        float: right
    }

    .time-post>div>div {
        float: right
    }
}

.day-post>div {
    padding: 20px 0;
    border: 1px solid #f2f2f4
}

.time-post>div>div {
    padding: 20px 0;
    border: 1px solid #f2f2f4
}

.time-post>div>div label {
    margin: 0;
    vertical-align: bottom
}

.post-t span {
    float: right
}

.post-t span p {
    padding: 15px 15px 0 0
}

.post-t span:last-child p:last-child {
    font-size: 11px
}

.sabt {
    border-top: 1px solid #f2f2f4;
    padding: 20px 0
}

.sabt a {
    float: left;
    color: #5692f4;
    text-decoration: none;
    font-size: 12px;
    padding-left: 20px
}

.wraning {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fffcdb;
    padding: 20px 15px
}

.wraning p {
    color: #3e3e3e;
    font-weight: 600
}

.wraning h6 {
    color: #e96944;
    font-weight: 600
}

.next-part span a {
    font-size: 12px
}

.next-part {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px dashed #dee2e6
}

.next-part .next {
    float: left
}

.next-part .next p {
    font-size: 10px;
    color: #979ba6;
    text-align: left;
    font-weight: 600;
    margin: 10px 0 20px 0
}

.offer {
    background-color: #fff;
    margin-top: 10px;
    margin-bottom: 20px
}

.offer>div {
    padding: 20px;
    border-radius: 5px;
    border-right: 1px solid #efefef
}

.offer>div:first-child h6 {
    font-weight: 600;
    color: #000;
    font-size: 16px;
    margin: 0
}

.offer>div:last-child {
    padding: 55px 0
}

.products-fade p {
    font-size: 12px;
    margin: 0
}

.products-fade p i {
    font-size: 26px;
    color: #dbdbdb;
    vertical-align: middle;
    padding-left: 15px;
    cursor: pointer;
    transition: all .3s
}

.products-fade {
    background-color: #f8f9fb;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px
}

.products-price {
    background-color: #f8f9fb;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    height: auto;
    overflow: hidden
}

.products-price>div:first-child {
    text-align: left
}

.products-price>div:first-child p {
    text-align: left;
    padding-left: 15px;
    color: #4cb050
}

.products-price>div:first-child p span {
    font-size: 10px
}

.products-price>div:last-child {
    text-align: right
}

.select-payment {
    padding: 50px 10px
}

.txt-news p {
    text-align: justify;
    margin: 0;
    font-weight: 200
}

.txt-news>span {
    color: var(--base-color);
    font-size: 12px;
    position: relative;
    top: -5px
}

.txt-news>span>i {
    width: 18px;
    height: 14px;
    background-image: url(/images/icon/taghvim.jpg);
    display: block;
    float: right;
    margin-left: 10px
}

.txt-news h6 {
    font-weight: 600;
    color: var(--base-color);
    line-height: 24px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    padding: 0
}

.list-part1 .item a {
    text-decoration: none
}

.list-part1 {
    padding-bottom: 30px
}

#page .content .images li img {
    max-width: 300px
}

.sort {
    text-align: left
}

.ngh i {
    width: 28px;
    height: 28px;
    display: inline-block;
    background-image: url(/images/icon/pen.png);
    vertical-align: bottom
}

.ngh span {
    vertical-align: super
}

.ngh span label {
    vertical-align: -webkit-baseline-middle
}

.ngh>span>label>span {
    border-radius: 3px
}

.ngh>span>label>span:after {
    border-radius: 0 !important
}

.count-list {
    margin: 0;
    text-align: left;
    font-size: 12px;
    color: rgba(0, 0, 0, .5)
}

.b-s button {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0
}

.new-detail>ul>li {
    padding: 15px 0
}

.new-detail>ul>li span {
    float: right
}

.new-detail>ul>li span:last-child {
    background-color: #f6f6f6;
    padding: 5px 15px
}

.new-detail>ul>li span:first-child {
    background-color: #eee;
    padding: 5px 15px
}

.new-img {
    padding: 15px
}

.p-number .quantity {
    border: 1px solid #ddd;
    border-radius: 30px;
    overflow: hidden
}

.p-number .quantity input {
    border: none;
    text-align: center
}

.p-number .quantity-button.quantity-up {
    width: 25px;
    background: #fff
}

.p-number .quantity-button.quantity-up:hover {
    background-color: #f1f1f1
}

.p-number .quantity-button.quantity-down {
    width: 25px;
    background: #fff
}

.p-number .quantity-button.quantity-down:hover {
    background-color: #f1f1f1
}

.p-int {
    border: 1px solid #c0f0c1;
    height: auto;
    overflow: hidden
}

.p-int>div:first-child p {
    font-size: 12px;
    margin: 15px 0
}

.p-int>div:nth-child(2)>.row:first-child {
    border-bottom: 1px dashed #dee2e6
}

.p-int>div:nth-child(2)>.row:first-child h6 {
    color: #4c4d48;
    font-weight: 600;
    margin: 20px 0
}

.p-int>div:nth-child(2)>.row:last-child p {
    padding: 0;
    font-size: 12px;
    color: #4c4d48;
    margin: 5px 0 15px 0
}

.p-int>div:nth-child(2)>.row:last-child>p>span {
    font-size: 10px;
    color: #2196f3
}

.p-int>div:nth-child(2)>.row:last-child>ul>li {
    margin: 5px 0;
    font-size: 11px;
    color: #4c4d48
}

.p-int>div:nth-child(2)>.row:last-child>ul>li>label {
    vertical-align: top
}

.p-int>div:nth-child(2)>.row {
    border-right: 1px solid #c0f0c1;
    padding: 0 15px
}

.p-int>div:nth-child(3) {
    padding: 67px 0;
    background-color: #f8fff7
}

.pad-b-10 {
    padding-bottom: 10px
}

.m-b-login ul li {
    padding: 5px 0
}

.p-other>div {
    padding: 20px 15px;
    margin: 0 !important;
    border: 1px solid #f3f3f3
}

.pad-b-22 {
    padding-bottom: 22px !important
}

.p-other>div>label {
    margin: 0
}

.p-other>div h6 {
    color: #4c4d48;
    font-weight: 600;
    margin: 0
}

.pl {
    float: left
}

.pl p {
    display: inline;
    font-size: 12px;
    color: #6b646b;
    padding-left: 80px;
    font-weight: 600
}

@media screen and (max-width:768px) {
    .p-int>div:first-child {
        border-bottom: 1px dashed #dee2e6
    }

    .pl p {
        padding-left: 20px
    }
}

@media screen and (max-width:579px) {
    .pl {
        margin-top: 20px;
        float: right
    }

    .pl p {
        padding-left: 0
    }
}

.tag-box {
    margin-top: 15px
}

.tag {
    display: inline-block;
    text-align: center;
    font-weight: 300;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 13px !important
}

.tag a {
    color: #fff !important;
    font-size: .75rem;
    padding: 6px 15px;
    border-radius: 40px;
    background: var(--base-color)
}

.tag a:hover {
    background: var(--base-color-hover);
    color: #fff !important
}

.tag i {
    cursor: pointer;
    transition: all .3s
}

.tag i:hover {
    transform: rotate(90deg)
}

.filter-item {
    font-weight: 300;
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 13px !important;
    margin-bottom: 10px !important
}

.filter-item>h4>label {
    vertical-align: top
}

.accordion-child span:after {
    float: right !important;
    position: relative !important;
    right: 0 !important;
    font-size: 24px !important
}

.accordion-child ul {
    display: none
}

.accordion-child h4 {
    font-size: 12px !important
}

.last-ac li {
    display: block !important
}

.ac-one {
    padding-right: 15px
}

.ac-two {
    padding-right: 15px
}

.ac-three {
    padding-right: 15px
}

.ac-last {
    padding-right: 15px
}

.ac-last>ul>li {
    padding-right: 15px
}

.ac-last>ul>li>a {
    color: var(--base-color) !important
}

.narrow-by-list>h4 {
    padding: 15px 0
}

.range-price>li>button.btn {
    background-color: var(--base-color);
    transition: all .3s;
    color: #fff
}

.range-price>li>button.btn:hover {
    background-color: var(--base-color-hover)
}

.pa-img {
    height: auto;
    overflow: hidden;
    position: relative;
    border: 1px solid transparent;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.pa-img img {
    transition: all .3s
}

.pa-img .d-box a {
    width: 30px;
    height: 30px;
    align-content: center;
    display: inline-block;
    position: absolute;
    right: -30px;
    transition: all .3s;
    border: 1px solid grey;
    background-color: #fff
}

.pa-img .d-box a.like i {
    color: #ddd
}

.pa-img .d-box a.like.liked i {
    color: var(--base-color)
}

.pa-img .d-box a:first-child {
    bottom: 30px
}

.pa-img .d-box a:last-child {
    bottom: -1px
}

@media screen and (max-width:768px) {
    .dis-bl>i.fa-chevron-down {
        display: none
    }
}

@media screen and (max-width:1200px) {
    .tel {
        font-size: 12px
    }
}

.owl-carousel.owl-drag .owl-item {
    text-align: center
}

.rotator4.product-list,
.rotator5.product-list {
    border: 0
}

.title-page.news p {
    text-align: justify
}

@media(max-width:768px) {
    .detail-product .btn {
        margin-bottom: 10px
    }

    .logo {
        text-align: center
    }

    .sort>div {
        font-size: 10px
    }

    .b-even img {
        margin-top: 10px
    }

    .b-odd img {
        margin-bottom: 10px
    }
}

.price {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 20px;
    transition: all .3s;
    margin: 3px 0 3px 0;
    border: 1px solid transparent;
    border-radius: 50px;
    padding: 1px 18px
}

.copy strong,
.copy strong a {
    color: var(--base-color)
}

.b-0 {
    border: 0
}

.no-border h1:after,
.no-border h1:before,
.no-border h2:after,
.no-border h2:before,
.no-border h3:after,
.no-border h3:before,
.no-border h4:after,
.no-border h4:before,
.no-border h5:after,
.no-border h5:before {
    background: 0 0
}

.p-t-5 {
    padding-top: 5px
}

.m-t-30 {
    margin-top: 30px !important
}

.m-t-15 {
    margin-top: 15px !important
}

.acc-hover a i {
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.acc-hover a:focus i {
    transform: rotate(90deg)
}

.search-btn .f-icon h2,
.title-page h1 {
    font-size: 22px;
    color: var(--base-color);
    margin-top: 25px;
    margin-bottom: 35px;
    padding-bottom: 10px
}

.search-btn .f-icon h2::before,
.title-page h1::before {
    left: 48%;
    width: 80px
}

.m-b-30 {
    margin-bottom: 30px
}

@media(max-width:991px) {
    .logo-fix {
        text-align: center !important
    }
}

.b-hover {
    display: block !important;
    position: absolute;
    width: 97.5%;
    height: 97.3%;
    opacity: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.b-hover:hover {
    background: #3595997a;
    opacity: 1
}

.m-t-0 {
    margin-top: 0 !important
}

.m-t-b-25 {
    margin-bottom: 25px !important;
    margin-top: 25px !important
}

.main-share {
    display: inline-block
}

.main-share li {
    float: right;
    margin: 0 10px 10px 10px
}

.main-share li a i {
    background: #eee;
    padding: 15px 4px;
    border-radius: 50%;
    min-width: 51px;
    color: #333;
    max-width: 80px;
    font-size: 20px;
    text-align: center;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.main-share li a:hover i {
    background: var(--base-color);
    color: #fff
}

.tags-portal {
    position: relative;
    padding-right: 17px
}

.tags-portal:after {
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--color-base);
    position: absolute;
    right: 7px;
    top: 50%;
    margin-top: -2px;
    border-radius: 40px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.tags-portal:hover:after {
    background-color: #efefef
}

.basket-h5 li h5 {
    margin-bottom: 10px;
    font-size: .75rem
}

.basket-h5 .noitem {
    padding: 20px;
    color: var(--color-red)
}

@media(min-width:768px) {
    .pos-fixed {
        position: fixed;
        width: 235px
    }
}

@media(min-width:1199px) {
    .pos-fixed {
        width: 285px
    }
}

ul.nav-child {
    background-color: #e1e1e1 !important;
    margin-top: 5px
}

.nav-child .deeper {
    border-bottom: 1px dashed #dee2e6
}

.nav-child .deeper a {
    color: #333 !important
}

.nav-child .deeper:hover a {
    color: var(--base-color) !important
}

#menu-group-1 {
    max-height: 330px;
    min-height: 330px;
    overflow: auto
}

.f-9 {
    font-size: 9px;
    color: red
}

.custom-img {
    width: 100%;
    min-height: 300px;
    max-height: 300px
}

@media(min-width:1199px) {
    .custom-img {
        min-height: 271px;
        max-height: 271px
    }
}

.p-news {
    font-size: 15px;
    line-height: 30px
}

.modal {
    overflow-x: hidden;
    overflow-y: auto
}

.wpb_column.mrg-top h3::after,
.wpb_column.mrg-top h3::before {
    content: none;
    background: 0 0
}

.wpb_column.mrg-top a {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 14px;
    padding: 6px 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    background: var(--base-color);
    color: #fff;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.wpb_column.mrg-top a:hover {
    background: #e45434;
    color: #fff
}

.color-i {
    color: var(--base-color)
}

.form-group div img {
    margin-bottom: 10px
}

.deeper .fas.fa-plus {
    font-size: 11px
}

.col-xs-12.col-sm-12.col-md-12.new-img img {
    max-width: 100%;
    height: auto
}

.we-are__left>div {
    text-align: center
}

.we-are__item {
    width: 200px;
    height: 200px;
    display: inline-block;
    margin-right: 20px
}

.we-are__left img {
    max-width: 100% !important;
    height: auto !important
}

.we-are__right>h2:first-child {
    font-size: 21px;
    text-align: right
}

h2.title--small {
    margin-bottom: 20px;
    text-align: right;
    font-size: 15px
}

.gift h4::after,
.gift h4::before,
.we-are__right>h2::after,
.we-are__right>h2::before {
    content: none !important
}

.gift .panel-default>.panel-heading {
    color: #fff;
    background-color: var(--gold-color);
    border-color: var(--gold-color)
}

.fa-chevron-down {
    font-size: 11px !important;
    padding-top: 2px !important
}

.m-b-100 {
    margin-bottom: 100px
}

.gift .panel-title>.small,
.gift .panel-title>.small>a,
.gift .panel-title>a,
.gift .panel-title>small,
.gift .panel-title>small>a {
    color: #fff
}

.err-fild {
    margin-top: 5px;
    color: red
}

.err-fild .fa-exclamation-circle {
    float: right;
    margin-top: 3px;
    margin-left: 5px;
    direction: rtl;
    color: #980000;
    display: block
}

hr {
    box-sizing: content-box;
    height: 0;
    margin: 15px 0;
    border: 0;
    border-top: 1px solid #e9e9e9
}

.link-sefa {
    cursor: pointer;
    color: var(--base-color) !important
}

.link-sefa:hover {
    color: var(--base-color-hover)
}

.dialog-back.open {
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .4) !important;
    z-index: 99;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.dialog-box-par .dialog-box {
    position: absolute;
    display: none;
    background: #fff;
    padding: 0 0 10px;
    font-weight: 300;
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 13px !important
}

.dialog-box-search img {
    width: 50px;
    height: 50px
}

.dialog-box.dialog-box-search {
    left: 0;
    right: 0
}

.dialog-box.dialog-box-search.visible {
    display: block
}

.dialog-box.dialog-box-user.visible {
    display: block
}

.dialog-box-search .list {
    list-style: none;
    height: auto;
    display: block;
    padding: 0;
    margin: 0;
    font-size: 14px
}

.dialog-box-search .list>li.divider {
    border-bottom: 1px dashed #dee2e6;
    margin: 0
}

.dialog-box-search .list>li.divider.title {
    margin: 10px 20px
}

.dialog-box-search .list>li.divider.title span {
    background: #fff;
    display: inline-block;
    float: right;
    margin: 10px 0;
    font-weight: 700
}

.dialog-box-search .categories li.hover,
.dialog-box-search .categories li:hover,
.dialog-box-search .general-items li.hover,
.dialog-box-search .general-items li:hover,
.dialog-box-search .products li.hover,
.dialog-box-search .products li:hover,
.dialog-box-search .shops-in-shop li.hover,
.dialog-box-search .shops-in-shop li:hover {
    background: #fafafa
}

.dialog-box-search .categories em,
.dialog-box-search .general-items em,
.dialog-box-search .products em,
.dialog-box-search .shops-in-shop em {
    font-weight: 700;
    font-style: normal
}

.dialog-box-search .categories,
.dialog-box-search .general-items,
.dialog-box-search .shops-in-shop {
    font-size: 14px;
    line-height: 22px
}

.dialog-box-search .categories a,
.dialog-box-search .general-items a,
.dialog-box-search .shops-in-shop a {
    display: block;
    padding: 5px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dialog-box-search .categories a>span,
.dialog-box-search .general-items a>span,
.dialog-box-search .shops-in-shop a>span {
    color: var(--base-color)
}

.dialog-box-search .categories.empty-search {
    text-align: center
}

.dialog-box-search .categories.empty-search .empty-search-item {
    padding: 10px;
    color: #ed321e
}

.dialog-box-search .shops-in-shop img {
    height: 30px;
    margin: 5px 10px 5px 0
}

.dialog-box-search .shops-in-shop a {
    display: inline
}

.dialog-box-search .shops-in-shop a>span {
    text-transform: capitalize
}

.dialog-box-search .shops-in-shop a>i {
    margin-right: 4px;
    font-size: 11px
}

.dialog-box-search .shops-in-shop .brand-image {
    padding-right: 0;
    padding-left: 0
}

.dialog-box-search .general-items a,
.dialog-box-search .shops-in-shop a {
    padding-right: 10px
}

.dialog-box-search .products>.list {
    margin-top: 5px
}

.dialog-box-search .products li.product {
    margin-bottom: 5px
}

.dialog-box-search .products li.product a {
    padding: 0 10px;
    display: table;
    table-layout: fixed;
    width: 100%
}

.dialog-box-search .products li.product a .product-image {
    padding-left: 10px;
    width: 60px;
    display: table-cell
}

.dialog-box-search .products li.product a .product-image img {
    width: 50px;
    max-width: 50px;
    max-height: 50px;
    min-width: 50px;
    min-height: 50px;
    overflow: hidden
}

.dialog-box-search .products li.product a .product-details {
    padding-top: 10px;
    display: table-cell;
    width: 99%;
    vertical-align: top
}

.dialog-box-search .products li.product a .product-title {
    display: block;
    color: #333;
    direction: rtl;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dialog-box-search .products li.product a .product-title>span:first-child {
    float: right;
    padding-left: 5px
}

.dialog-box-search .products li.product a .product-price {
    font-family: iranyekan, YekanNumbers, "Helvetica Neue", Helvetica, Arial, sans-serif
}

.dialog-box-search a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dialog-box-search a:hover {
    text-decoration: none
}

.dialog-box-user {
    width: 800px;
    top: 35px;
    left: 46.5%;
    margin-left: -400px
}

@media (max-width:991px) {
    .dialog-box-user {
        width: 100%;
        left: 0;
        right: 0
    }
}

.pos-rel {
    position: relative
}

.detail-image .category {
    background-color: #333;
    border-radius: 100px;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 3px 30px;
    font-size: 13px;
    font-weight: 200;
    color: #fff;
    line-height: 22px
}

.detail-image .category {
    font-size: 16px;
    padding: 7px 47px 3px;
    background-color: #333
}

.detail-image .detail-header {
    position: absolute;
    bottom: 20px;
    border-radius: 100px;
    padding: 7px 47px 7px;
    right: 25px;
    background-color: #333;
    color: #fff;
    text-align: right
}

.detail-image .detail-header h1 {
    font-size: 1.7em;
    color: #fff;
    margin-bottom: 5px
}

.detail-image .detail-header span {
    font-size: 14px;
    font-weight: 100
}

.detail-image .detail-header h1::after,
.detail-image .detail-header h1::before {
    content: none
}

.m-b-20 {
    margin-bottom: 20px
}

@media(max-width:1199px) {
    .form-xs-design .form-control {
        width: 85% !important;
        display: inline-block !important
    }

    .xs-design i {
        border-left: 0 !important
    }
}

@media(max-width:560px) {
    .form-xs-design .form-control {
        width: 80% !important
    }

    .sec-guarantee2 .guarantee-box2 .img-box {
        width: 60px !important
    }
}

.new-brn {
    margin-top: 100px;
    background: #eee;
    display: block;
    text-align: center;
    padding: 13px 5px
}

.new-brn p {
    margin: 0
}

.files-size>li>input {
    width: 90% !important
}

.files-size>li>input[type=file] {
    display: inline-block !important;
    width: 85% !important
}

.files-size .xs-design {
    display: inline;
    padding-left: 10px;
    float: right;
    padding-right: 10px;
    border-left: 1px solid #e7e7e7
}

.files-size .xs-design i {
    border-left: 0 !important
}

@media(max-width:560px) {
    .files-size>li>input[type=file] {
        width: 80% !important
    }
}

section.b-contact {
    background-image: none !important;
    background: #fff
}

.stumbleupon {
    background: var(--base-color);
    padding: 5px 20px;
    border-radius: 20px
}

.stumbleupon .square i {
    background: #fff;
    padding: 5px;
    border-radius: 50%;
    color: var(--base-color)
}

.stumbleupon .title {
    color: #fff
}

.pad-b-25 {
    padding-bottom: 25px
}

@media(min-width:1199px) {
    .max-h-650 {
        height: 650px !important
    }
}

.menu-top-left {
    font-size: 13px
}

.menu-top-left>li.m-li {
    float: left
}

.menu-top-left>li.m-li>a {
    position: relative;
    cursor: pointer;
    color: var(--color-khakestari);
    display: inline
}

.menu-top-left>li.m-li>a:hover {
    color: var(--color-base)
}

.menu-top-left>li.m-li>a img {
    vertical-align: middle
}

@media (max-width:991px) {
    .menu-top-left>li.m-li>a {
        padding: 3px 5px
    }
}

.menu-top-right {
    color: var(--color-khakestari);
    font-size: 13px
}

.menu-top-right>li.m-li img {
    vertical-align: middle
}

@media (max-width:767px) {
    .menu-top-left>li.m-li>a .m-text {
        display: none
    }

    .menu-top-right {
        margin-right: 58px
    }

    .menu-top-left>li.m-li>a {
        margin: 0 7px
    }

    .menu-top-left {
        margin-left: 7px
    }
}

.pagess p {
    text-align: justify;
    line-height: 24px
}

.pagess .social-mantaghe.text-center p {
    text-align: center !important
}

@media(max-width:540px) {
    .main-share li {
        margin: 0 5px
    }

    .main-share li a i {
        background: #eee;
        padding: 12px 4px;
        border-radius: 50%;
        min-width: 40px;
        color: #333;
        max-width: 40px;
        font-size: 15px;
        text-align: center;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear
    }
}

.size-contact p {
    line-height: 24px;
    text-align: justify
}

pre {
    background: 0 0;
    border: 0;
    font-size: 13px;
    text-align: justify;
    line-height: 24px
}

.bootbox.modal.fade {
    display: block
}

.accordion ul {
    border: 0
}

.accordion li {
    font-size: 1em;
    line-height: 1.5em;
    margin-bottom: 10px
}

.accordion {
    position: relative;
    background: 0 0
}

@media (min-width:1200px) {
    .container {
        max-width: 1340px
    }
}

.animateIn {
    animation: accordionIn .45s normal ease-in-out both 1
}

.animateOut {
    animation: accordionOut .45s alternate ease-in-out both 1
}

@keyframes accordionIn {
    0% {
        opacity: 0;
        transform: scale(.9) rotateX(-60deg);
        transform-origin: 50% 0
    }

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

@keyframes accordionOut {
    0% {
        opacity: 1;
        transform: scale(1)
    }

    100% {
        opacity: 0;
        transform: scale(.9) rotateX(-60deg)
    }
}

.ac-box {
    position: relative
}

.ac-box .glyphicon.glyphicon-plus {
    position: absolute;
    left: 5px;
    font-size: 20px;
    padding: 19px 15px;
    background: 0 0 !important;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.ac-box .glyphicon.glyphicon-plus:focus {
    transform: rotate(90deg)
}

.video-w video {
    width: 100% !important
}

.noUi-horizontal {
    height: 8px;
    margin: 0 10px 0 10px
}

.noUi-connect {
    background: var(--base-color)
}

.price-range {
    padding: 18px 12px 12px;
    overflow: hidden;
    direction: ltr;
    width: 100%
}

.noUi-target * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -ms-touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor: default
}

.noUi-base {
    width: 100%;
    height: 6px;
    position: relative;
    max-width: 100%;
    max-height: 100%;
    z-index: 1;
    border: none;
    margin-bottom: 15px
}

.noUi-horizontal .noUi-handle {
    width: 28px;
    height: 28px;
    left: -17px;
    background: var(--base-color);
    top: -9px;
    border: none;
    box-shadow: none;
    cursor: pointer
}

.noUi-horizontal .noUi-handle:focus {
    outline: 0
}

.noUi-background {
    background: #f5f5f5
}

.noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
    border-radius: inherit;
    background: grey
}

.noUi-origin-upper {
    background: inherit !important
}

.noUi-z-index {
    z-index: 10
}

.noUi-vertical {
    width: 40px;
    height: 100%
}

.noUi-vertical .noUi-origin {
    bottom: 0;
    left: 0
}

.noUi-vertical .noUi-handle {
    margin: -23px 0 0 -3px
}

.noUi-target[disabled] .noUi-base {
    background: #999
}

.noUi-target[disabled] .noUi-connect {
    background: #bbb
}

.noUi-state-tap .noUi-origin {
    -webkit-transition: left .3s, top .3s;
    transition: left .3s, top .3s
}

.noUi-handle-lower:before {
    color: #fff !important;
    background: inherit !important;
    content: "\f054" !important;
    font-family: FontAwesome !important;
    font-size: 17px !important;
    position: absolute !important;
    text-indent: 0 !important;
    left: 12px !important;
    top: 1px !important;
    bottom: 0 !important;
    -webkit-transition: color .25s ease;
    -moz-transition: transform .25s ease;
    -o-transition: transform .25s ease;
    transition: transform .25s ease
}

.noUi-handle-upper:before {
    color: #fff !important;
    background: inherit !important;
    content: "\f053" !important;
    font-family: FontAwesome !important;
    font-size: 17px !important;
    position: absolute !important;
    text-indent: 0 !important;
    left: 10px !important;
    top: 1px !important;
    bottom: 0 !important;
    -webkit-transition: color .25s ease;
    -moz-transition: transform .25s ease;
    -o-transition: transform .25s ease;
    transition: transform .25s ease
}

.noUi-handle-lower:after,
.noUi-handle-upper:after {
    content: none !important
}

.price-filter-left p,
.price-filter-right p {
    display: inline;
    margin-top: 1px
}

#end-val,
#start-val {
    padding: 0 1px;
    font-weight: 700
}

.price-filter-left {
    direction: rtl;
    text-align: right;
    display: inline-block;
    float: left;
    margin-top: 15px
}

.price-filter-right {
    direction: rtl;
    text-align: right;
    display: inline-block;
    float: right;
    margin-top: 15px
}

.loom-header strong {
    font-size: 18px;
    display: block;
    line-height: 1em
}

#looms_description img {
    margin: 10px 0;
    width: 100%
}

.container.pro-con {
    padding: 0 15px !important
}

.m-b-50 {
    margin-bottom: 50px
}

.nid_form dd,
dt {
    display: inline-block;
    width: 100%
}

.nid_form p {
    text-align: left !important
}

#productgrid .hidden-data {
    margin-top: 10px;
    padding-bottom: 10px;
    position: relative;
    min-height: 76px;
    font-size: 12px;
    font-weight: 400;
    color: #000
}

.select-detail .detail-product-option {
    margin-bottom: 20px
}

.select-detail .detail-product-option>h5 {
    height: 25px
}

.select-detail .detail-product-option.type-3 .d-p-o-box {
    min-height: 100px
}

@media (min-width:992px) {
    .select-detail .col-md-4 {
        float: right
    }
}

@media (min-width:768px) {
    .select-detail .col-sm-6 {
        float: right
    }
}

.nav-tab-cu .nav {
    border-bottom: 2px solid #ddd
}

.nav-tab-cu .nav-link {
    display: block;
    padding: .5rem 1rem;
    border-bottom: 2px solid #ddd;
    border-radius: 5px 5px 0 0;
    margin-bottom: -2px
}

.nav-link:focus,
.nav-link:hover {
    border-color: #9d9d9d
}

.nav-tab-cu .nav-pills .nav-link.active,
.nav-tab-cu .nav-pills .show>.nav-link {
    border-color: var(--color-base-hover-light);
    background-color: transparent;
    color: inherit
}

.params .params-box ul {
    list-style: none;
    padding: 0
}

.params .params-key,
.params .params-value {
    display: block;
    background: #fafafa;
    padding: 14px 18px 12px;
    line-height: 1.692;
    color: #4d4d4d;
    letter-spacing: -.3px;
    min-height: 47px;
    position: relative;
    margin-bottom: 2px;
    font-weight: 500;
    font-size: 13px
}

.params .params-key {
    background: #f5f5f5
}

@media (min-width:992px) {

    .params .col-md-4,
    .params .col-md-8 {
        float: right
    }
}

.tozihat {
    margin: 20px;
    font-weight: 300
}

.tozihat .tozihat-text {
    font-size: 17px;
    line-height: 34px
}

.owl-cu-1 .owl-nav .owl-prev {
    float: right;
    background: url(/images/arrow_nosearch_right.png) center right no-repeat;
    width: 41px;
    height: 46px;
    margin-top: 0;
    top: 50%;
    opacity: .8;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}

.owl-cu-1 .owl-nav .owl-prev:hover {
    opacity: 1
}

.owl-cu-1 .owl-nav .owl-next {
    float: left;
    background: url(/images/arrow_nosearch_left.png) center left no-repeat;
    width: 41px;
    height: 46px;
    margin-top: 0;
    top: 50%;
    opacity: .8;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}

.owl-cu-1 .owl-nav .owl-next {
    opacity: 1
}

.owl-cu-1.color-1 .owl-nav .owl-prev {
    background: url(/images/arrow_nosearch_right_do.png) center right no-repeat
}

.owl-cu-1.color-1 .owl-nav .owl-prev:hover {
    background-position: center left
}

.owl-cu-1.color-1 .owl-nav .owl-next {
    background: url(/images/arrow_nosearch_left_do.png) center left no-repeat
}

.owl-cu-1.color-1 .owl-nav .owl-next:hover {
    background-position: center right
}

.owl-nav-cu {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -13px;
    height: 0;
    z-index: 2
}

.owl-nav-cu .owl-next,
.owl-nav-cu .owl-prev {
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.owl-nav-cu .owl-next:hover,
.owl-nav-cu .owl-prev:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.owl-nav-cu .owl-prev {
    position: absolute;
    left: 10px
}

.owl-nav-cu .owl-next {
    position: absolute;
    right: 10px
}

.owl-nav-cu-type-b .owl-dots {
    padding: 15px 0;
    max-width: 38px
}

.owl-nav-cu-type-b .owl-dot {
    width: 33.33%;
    display: inline-block
}

.owl-nav-cu-type-b .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 0 3px 3px;
    background: #d6d6d6;
    cursor: pointer;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
    display: inline-block
}

.owl-nav-cu-type-b .owl-dot:hover span {
    background-color: var(--color-barex-blue-hover)
}

.owl-nav-cu-type-b .owl-dot.active span {
    background-color: var(--color-barex-blue)
}

.owl-nav-cu-type-b .owl-next,
.owl-nav-cu-type-b .owl-prev {
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.owl-nav-cu-type-b .owl-next:hover,
.owl-nav-cu-type-b .owl-prev:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.owl-nav-cu-type-c {
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -13px;
    width: 100%
}

.owl-nav-cu-type-c .owl-next,
.owl-nav-cu-type-c .owl-prev {
    position: absolute;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.owl-nav-cu-type-c .owl-next:hover,
.owl-nav-cu-type-c .owl-prev:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.owl-nav-cu-type-c .owl-prev {
    left: 15px
}

.owl-nav-cu-type-c .owl-next {
    right: 15px
}

.owl-nav-cu-type-d .owl-next,
.owl-nav-cu-type-d .owl-prev {
    position: absolute;
    z-index: 100;
    cursor: pointer;
    width: 41px;
    height: 46px;
    margin-top: 0;
    top: 50%;
    opacity: .8;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.owl-nav-cu-type-d .owl-next {
    background: url(/images/arrow_nosearch_left.png) no-repeat;
    left: 11px
}

.owl-nav-cu-type-d .owl-prev {
    background: url(/images/arrow_nosearch_right.png) no-repeat;
    right: 11px
}

.owl-nav-cu-type-d .owl-next:hover,
.owl-nav-cu-type-d .owl-prev:hover {
    opacity: 1
}

.owl-nav-cu-type-d .owl-next.disabled,
.owl-nav-cu-type-d .owl-prev.disabled {
    opacity: .2
}

.table-addresses label {
    margin-bottom: 0
}

.search-box {
    position: relative;
    z-index: 130
}

.search-box form input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #c4c3c9;
    transition: all .3s;
    height: 48px;
    padding-right: 10px;
    border-radius: 0
}

.search-box form input:focus {
    border-bottom: 1px solid var(--color-base)
}

.search-box form button {
    background-color: transparent;
    position: absolute;
    left: 20px;
    top: 3px;
    height: 44px;
    border: none;
    outline: 0
}

.search-box form button i {
    font-size: 20px;
    color: #999;
    transition: all .3s
}

.search-box form button i:hover {
    color: var(--color-base)
}

.carrier label,
.rebate label {
    cursor: pointer
}

.carrier input[type=checkbox]+span {
    float: inherit
}

.carrier .table .table {
    margin-bottom: 0;
    background-color: inherit
}

.carrier .table .table>tbody>tr>td {
    border: 1px solid #ddd;
    border-top: none;
    border-bottom: none
}

.carrier .table .table>tbody>tr>td:first-child {
    border-right: none
}

.carrier .table .table>tbody>tr>td:last-child {
    border-left: none
}

@media screen and (max-width:767px) {
    .table-responsive>table {
        min-width: 768px
    }
}

.box-kod-takhfifi {
    font-weight: 300;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 13px !important;
    display: inline-block;
    width: 100%
}

.box-kod-takhfifi>form>div {
    padding: 15px
}

.box-kod-takhfifi .title-1 {
    color: var(--base-color-hover);
    display: block;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 5px
}

.box-kod-takhfifi .title-2 {
    color: var(--base-color);
    display: block;
    text-align: center;
    font-size: 15px;
    margin-bottom: 15px
}

.box-kod-takhfifi form {
    text-align: center
}

.order-summary .item-detail>div img {
    max-width: 100px
}

.order-summary .item-detail>div:last-child {
    margin-top: 0
}

.cart-final {
    text-align: center
}

.cart-final .cart-final-p1 {
    font-size: 20px;
    color: #ed321e;
    margin-top: 16px
}

.cart-final .cart-final-p2 {
    color: #8d8d8d
}

.cart-final .cart-final-p3 {
    padding: 15px 0
}

.cart-final .cart-final-p4 {
    font-size: 15px;
    color: #0fae47;
    margin-top: 16px
}

.etelaat-bishtar.red-b {
    padding-right: 60px;
    padding-left: 60px;
    margin: 5px;
    background: #ff3d3d
}

.etelaat-bishtar.red-b2 {
    background: #fe4445 !important
}

.etelaat-bishtar.red-b2:hover,
.etelaat-bishtar.red-b:hover {
    background: #d73939 !important
}

.box-tr {
    background: #eee;
    padding: 10px
}

.text-center {
    text-align: center
}

.box-tr p {
    font-weight: 700;
    text-align: right
}

.etelaat-bishtar {
    color: #fff !important;
    line-height: 1.7;
    text-align: center;
    overflow: hidden;
    font-size: 12px;
    border: none;
    max-height: 40px;
    display: inline-block !important;
    background: #01af70;
    margin: 15px 0;
    padding: 10px 15px 10px 15px;
    border-radius: 40px;
    float: inherit;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.stl-form {
    padding: 20px;
    direction: rtl;
    text-align: right;
    margin-top: 20px;
    font-weight: 300;
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 13px !important
}

.form-control:focus {
    border-color: var(--base-color-hover);
    outline: 0;
    box-shadow: none
}

.back-track {
    -webkit-box-shadow: none !important;
    background-color: #ecedee;
    border: 1px solid #ecedee;
    box-shadow: none !important;
    color: #555;
    display: inline-block;
    font-size: 13px;
    line-height: normal;
    padding: 9px 12px 8px;
    vertical-align: middle;
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    text-align: right;
    border-radius: 2px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out
}

table.listing {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    border-width: 0
}

table.listing td,
table.listing th {
    padding: 15px
}

table.listing th {
    background: #3fcbc0;
    color: #fff;
    text-align: right
}

table.listing th a {
    color: #fff;
    font-size: 11px
}

table.listing .filter input[type=text] {
    width: 100px
}

table.listing .even {
    background-color: #f9f9f9
}

.upload-frame {
    width: 100%;
    border: 1px solid #010101
}

.close2 {
    border-radius: 4px;
    padding: 0 5px;
    margin: 0;
    font-size: 16px;
    border: none;
    background: #eb2326;
    color: #fff
}

.modal-body {
    text-align: left
}

table.listing .filter input[type=text] {
    width: 100px
}

table.listing select {
    width: 100px
}

.pagerblock {
    padding: 5px 0 0 0;
    margin: 0 -5px;
    list-style: none;
    font-size: 0;
    line-height: 0;
    direction: rtl;
    text-align: center;
    display: block
}

.pagerblock li {
    display: inline-block;
    vertical-align: top
}

.size-img {
    width: 150px;
    height: 150px
}

.search-result-page .media-heading {
    font-size: 20px;
    padding-right: 20px
}

.search-result-page .media {
    border-bottom: 1px dashed #dee2e6;
    padding-bottom: 7px;
    margin-top: 15px;
    margin-bottom: 15px
}

.search-result-page .media:last-child {
    border-bottom: none
}

.search-result-page .not-search {
    text-align: center;
    color: #ed321e;
    font-size: 18px
}

@media (max-width:768px) {
    .search-result-page .media-right {
        display: block;
        text-align: center;
        margin-bottom: 10px
    }

    .search-result-page .media-object {
        display: inline-block
    }
}

.padd-table {
    padding: 30px 25px
}

.pgnm .form-group label {
    font-size: 13px;
    padding: 0 13px 0 0
}

.pgnm .form-group i.fa {
    float: right;
    width: 25px;
    height: 25px;
    border: 1px rgba(64, 132, 189, .4) solid;
    border-radius: 100%;
    line-height: 25px;
    text-align: center;
    color: rgba(64, 132, 189, .69);
    margin: 8px;
    transition: all .3s;
    font-size: 10px
}

.pgnm .form-group i.fa:hover {
    border: 1px #4084bd solid;
    color: #fff;
    background: #4084bd
}

.pgnm .form-group .input-group {
    float: right
}

.pgnm .form-group .input-group-addon {
    border-radius: 0 40px 40px 0;
    width: 40px
}

.pgnm .form-group .input-group-addon span {
    line-height: 25px;
    font-size: 17px
}

.pgnm .form-group .form-control {
    border-radius: 0 !important;
    line-height: 30px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #aaa
}

.pgnm .form-group .input-group-addon-reverse {
    border-radius: 40px 0 0 40px;
    width: 40px
}

.pgnm .chosen-rtl .chosen-single {
    min-height: 40px;
    background: #fff !important;
    padding: 8px !important;
    border-radius: 0 !important;
    box-shadow: none !important
}

.pgnm .chosen-rtl.chosen-container-single .chosen-single div b {
    margin-top: 8px
}

.pgnm .fa-certificate {
    float: right;
    color: red;
    font-size: 11px;
    padding: 0 0;
    position: absolute;
    top: 4px;
    right: -1px
}

.yesno-switch {
    background: #999;
    width: 65px;
    height: 27px;
    border-radius: 20px;
    float: right;
    position: relative;
    margin: 0 10px;
    cursor: pointer
}

.yesno-switch b {
    width: 23px;
    height: 23px;
    background: #fff;
    position: absolute;
    top: 2px;
    right: 2px;
    border-radius: 100%;
    cursor: pointer;
    transition: all .3s
}

.yesno-switch.on {
    background: #08b0ad
}

.yesno-switch i {
    position: absolute;
    top: 0;
    color: #fff;
    font-style: normal;
    font-size: 15px;
    font-weight: 400
}

.yesno-switch i.yes {
    right: 12px
}

.yesno-switch i.no {
    left: 12px
}

.yesno-switch.on b {
    right: 40px
}

.yesno-switch-min-h {
    height: inherit !important;
    padding: 0 !important;
    display: inline-block
}

.pgnm .form-group i.fa {
    float: right;
    width: 25px;
    height: 25px;
    border: 1px rgba(64, 132, 189, .4) solid;
    border-radius: 100%;
    line-height: 25px;
    text-align: center;
    color: rgba(64, 132, 189, .69);
    margin: 8px;
    transition: all .3s;
    font-size: 10px
}

.pgnm .form-group .error-div {
    margin-top: 45px
}

.pgnm .input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.pgnm .input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.pgnm .input-group .form-control,
.pgnm .input-group-addon,
.pgnm .input-group-btn {
    display: table-cell;
    vertical-align: middle;
    width: 100%
}

.pgnm .form-group .input-group-addon-reverse {
    border-radius: 40px 0 0 40px;
    width: 40px
}

.table-icon {
    padding: 5px !important
}

.mobile-social-share-1 {
    position: relative;
    margin-bottom: 18px;
    margin-top: 10px
}

.mobile-social-share-1 ul {
    display: inline
}

.mobile-social-share-1 ul li {
    display: inline-block;
    text-align: center
}

.mobile-social-share-1 ul li:hover {
    animation: ms 1.9s
}

.mobile-social-share-1 ul li img {
    width: 37px;
    height: 37px
}

.attach-files {
    margin: 0 20px
}

.attach-files .table>thead>tr>th {
    text-align: right
}

.attach-files .table .name {
    white-space: nowrap
}

.rating-active {
    direction: ltr;
    margin: 14px 0
}

.rating-container .caption {
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block !important
}

.cd-products-comparison-table {
    direction: ltr
}

.navbar-default .navbar-toggle {
    background-color: var(--base-color);
    z-index: 998
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background-color: var(--base-color-hover) !important
}

.navbar-toggle {
    position: static !important;
    top: 0;
    right: 0;
    background-color: transparent;
    padding: 10px 13px 5px 13px;
    transition: all .3s;
    border: none;
    font-size: 20px;
    color: var(--color-base);
    display: none;
    z-index: 998
}

@media (max-width:767px) {
    #navbar-fixed-top {
        display: none
    }

    .navbar-toggle {
        display: block
    }
}

.mandalabox {
    margin-left: -4px;
    margin-right: -4px
}

.mandalabox>div {
    box-sizing: content-box;
    float: left;
    max-width: 100%
}

.mandalabox>div,
.mandalabox>div a {
    display: block;
    overflow: hidden;
    position: relative
}

.mandalabox>div a .gotoProductHover {
    box-sizing: border-box;
    overflow: hidden;
    z-index: 0;
    -moz-transition: background .3s linear;
    -o-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    transition: background .3s linear
}

.mandalabox>div:before {
    content: '';
    display: block
}

.mandalabox>div a .gotoProductHover,
.mandalabox>div>* {
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

[data-aspect-ratio="1:1"]:before {
    padding-top: 100%
}

[data-aspect-ratio="2:1"]:before {
    padding-top: 50%
}

.mandalabox .contentowy {
    box-sizing: border-box;
    height: 100%;
    padding: 8px;
    width: 100%
}

.mandalabox .contentowy a span.gotoProduct {
    bottom: 19px;
    background: #ffffffbf;
    display: inline-block;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    white-space: nowrap;
    width: auto;
    z-index: 9;
    border-radius: 28px;
    text-align: center;
    font-weight: 700;
    padding: 10px 12px;
    color: #484848;
    -moz-box-shadow: 0 8px 16px -8px rgba(0, 0, 0, .4), 0 0 4px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 8px 16px -8px rgba(0, 0, 0, .4), 0 0 4px rgba(0, 0, 0, .1);
    box-shadow: 0 8px 16px -8px rgba(0, 0, 0, .4), 0 0 4px rgba(0, 0, 0, .1);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.mandalabox .contentowy a span.gotoProduct:hover {
    background: #359599;
    color: #fff
}

.mandalabox .contentowy a span.gotoProduct .gotoProductTitle {
    font-size: 12px;
    margin: 0;
    font-weight: 600
}

@media (max-width:575.98px) {
    .mandalabox .contentowy a span.gotoProduct {
        padding: 7px 6px
    }

    .mandalabox .contentowy a span.gotoProduct .gotoProductTitle {
        font-size: 10px
    }
}

.mandalabox .contentowy>div {
    position: relative
}

.mandalabox>div a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-sizing: border-box;
    border-radius: 12px
}

.mandalabox .contentowy i {
    color: #fff !important;
    font-size: 1.8em;
    font-style: normal;
    line-height: .9em;
    text-indent: -3px;
    vertical-align: -30% !important;
    width: 20px;
    transform: rotate(180deg);
    display: none
}

@media (max-width:767px) {
    .mandalabox .contentowy a {
        -ms-filter: blur(0) !important;
        -webkit-filter: blur(0) !important;
        filter: blur(0) !important
    }

    .mandalabox>div[data-aspect-ratio="2:1"] {
        width: 100%
    }

    .mandalabox>div[data-aspect-ratio="1:1"] {
        width: 50%
    }
}

.tooltip,
.tooltip.top {
    font-family: iranyekan !important
}

.sec-guarantee .guarantee-box a {
    display: block;
    padding: 15px;
    text-align: center;
    font-weight: 300;
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 13px !important
}

.sec-guarantee .guarantee-box a:hover {
    -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2)
}

.sec-guarantee .guarantee-box .img-box {
    max-height: 84px
}

.sec-guarantee .guarantee-box .img-box:hover {
    animation: ms 3.9s
}

.sec-guarantee2 .guarantee-box2 a {
    position: relative;
    display: block;
    text-align: center;
    font-weight: 300;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 13px !important;
    height: 131px;
    background-repeat: no-repeat;
    background-position: right bottom
}

@media (max-width:991.98px) {
    .sec-guarantee2 .guarantee-box2 a {
        height: 110px;
        background-size: 90px
    }

    .guarantee-text-1 {
        font-size: 15px
    }

    .guarantee-text-2 {
        font-size: 13px
    }

    .guarantee-text {
        margin-left: 7px;
        margin-top: 7px
    }
}

@media (max-width:767.98px) {
    .sec-guarantee2 .guarantee-box2 a {
        background-size: 50px
    }
}

.sec-guarantee2 .guarantee-box2 a:hover {
    transform: translateY(3px)
}

.sec-guarantee2 .guarantee-box2 .img-box {
    max-height: 84px;
    width: 84px
}

.guarantee-more-link {
    position: absolute;
    bottom: 12px;
    left: 15px;
    font-size: 13px;
    font-weight: 500
}

.guarantee-more-link-icon {
    background-color: var(--color-base);
    color: #fff;
    border-radius: 50px;
    height: 18px;
    width: 18px;
    padding-top: 2px;
    padding-right: 2px;
    margin-right: 3px
}

.vaziyad-item-option li {
    border-bottom: 1px dashed #dee2e6;
    padding-top: 4px
}

.vaziyad-item-option li:last-child {
    border-bottom: none
}

.vaziyad-item-option li span {
    color: #515151
}

.vaziyad-item-option li span.val {
    font-weight: 600
}

.card-comment {
    margin-bottom: 0;
    background: #fff;
    border: none
}

.card-comment .card-footer {
    border: none;
    background: 0 0
}

.card-comment.card-comment-admin {
    border-right: 5px solid #e30613;
    background-color: rgba(227, 6, 19, .009)
}

.card-comment.card-comment-verifyed {
    border-color: #21c30b;
    background-color: rgba(33, 195, 11, .009)
}

.card-comment .card-header {
    text-align: right;
    height: inherit;
    padding: 5px 8px;
    border: none;
    background: 0 0
}

.card-comment .user-img {
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0 0 0 1px hsla(0, 0%, 100%, .61);
    border-radius: 50%
}

.card-comment .user-info ul {
    margin: 0;
    text-align: center
}

.card-comment .user-info ul li {
    background-color: #ffffff1f;
    border: 1px solid #ffffff1c;
    border-radius: 4px;
    padding: 0 6px;
    font-size: 13px;
    height: 29px;
    margin-bottom: 2px
}

.card-comment .user-info ul li span {
    margin-left: 4px;
    display: none
}

.card-comment .user-info ul li .text-nu {
    top: 2px;
    position: relative
}

.card-comment .comment-noghat {
    text-align: right
}

.card-comment .comment-noghat span {
    font-weight: 700
}

.card-comment .comment-noghat.gho span {
    color: #00bfd6
}

.card-comment .comment-noghat.zaf span {
    color: #ff637d
}

.card-comment .comment-noghat ul li {
    margin: 6px 0;
    padding-right: 17px;
    color: #5f5f5f;
    position: relative;
    text-align: right;
    font-size: 14px;
    line-height: 18px
}

.card-comment .comment-noghat ul li:before {
    width: 6px;
    height: 6px;
    background: #ccc;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 4px;
    right: 5px
}

.card-comment .comment-noghat.gho ul li:before {
    background-color: #00bfd6
}

.card-comment .comment-noghat.zaf ul li:before {
    background-color: #ff637d
}

.card-comment .comment-header {
    text-align: right;
    margin-bottom: 8px
}

.card-comment .comment-header .comment-header-text {
    color: #5f5f5f
}

.card-comment .comment-matn {
    text-align: right;
    color: #6e6e6e;
    font-size: 13px;
    font-weight: 300
}

.card-comment .comment-progress label {
    font-size: 14px
}

.card-comment .progress {
    background-color: #e6e6e6
}

.card-comment .progress .progress-bar {
    background-color: var(--color_base2)
}

.card-comment .comment-progress .progress {
    width: 100px;
    height: 8px;
    display: inline-flex
}

.card-comment .comment-rotbe {
    text-align: right;
    position: relative;
    margin-bottom: 13px
}

.card-comment .comment-rotbe .progress {
    height: 8px;
    margin-left: 53px;
    margin-top: 3px
}

.card-comment .comment-rotbe label {
    font-size: 14px;
    position: absolute;
    left: 0;
    bottom: -3px;
    color: var(--color_gra2)
}

.card-comment .comment-rotbe .comment-rotbe-title {
    font-size: 14px;
    color: var(--color_gra2)
}

.card-comment .comment-box-info strong {
    font-size: 14px;
    color: var(--color_gra2)
}

.card-comment .comment-image img {
    width: 55px;
    height: 55px;
    border-radius: 4px;
    display: inline-block;
    margin: 2px
}

.card-comment .owl-next:before,
.card-comment .owl-prev:before {
    content: none
}

.card-comment .owl-carousel .owl-nav button.owl-next,
.card-comment .owl-carousel .owl-nav button.owl-prev {
    font-size: 34px;
    width: 25px;
    outline: 0
}

.card-comment .comment-read-more {
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .86) 67%, #fff 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .86) 67%, #fff 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .86) 67%, #fff 100%);
    position: relative;
    z-index: 100;
    height: 70px;
    margin-top: -70px;
    margin-bottom: 12px
}

.card-comment.card-comment-reply .comment-read-more {
    background: -moz-linear-gradient(top, rgba(250, 250, 250, 0) 0, rgba(250, 250, 250, .86) 67%, #fafafa 100%);
    background: -webkit-linear-gradient(top, rgba(250, 250, 250, 0) 0, rgba(250, 250, 250, .86) 67%, #fafafa 100%);
    background: linear-gradient(to bottom, rgba(250, 250, 250, 0) 0, rgba(250, 250, 250, .86) 67%, #fafafa 100%)
}

.card-comment.card-comment-admin .comment-read-more {
    background: #fff;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fdfdfd 81%, #fdfdfd 100%)
}

.card-comment .comment-read-more a {
    position: relative;
    bottom: 0;
    margin-bottom: 3px
}

.card-comment .comment-read-more-less {
    margin-top: 1px;
    margin-bottom: 10px
}

.comment-box ul.comment-ul ul.comment-ul {
    position: relative;
    border-radius: 18px
}

.comment-box ul.comment-ul>li {
    padding-top: 12px;
    padding-right: 0;
    margin-right: 11px
}

.comment-box>ul.comment-ul>li {
    margin-bottom: 20px;
    padding-top: 0;
    border: none;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 20px;
    border-bottom: 1px solid #d5d5d5
}

.comment-box>ul.comment-ul>li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0
}

.card-comment.card-comment-reply {
    box-shadow: none;
    background: #fafafa85
}

.card-comment .comment-btn-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    padding-left: 15px
}

.send-comment-box p {
    font-size: 16px;
    margin-bottom: 5px;
    display: inline-block
}

.send-comment-box .send-comment-box-img {
    width: 140px
}

.btn-g-custom {
    color: #fff;
    background-color: #0fae47;
    border: none;
    border-radius: 3px
}

.btn-g-custom.active.focus,
.btn-g-custom.active:focus,
.btn-g-custom.active:hover,
.btn-g-custom.focus,
.btn-g-custom:active.focus,
.btn-g-custom:active:focus,
.btn-g-custom:active:hover,
.btn-g-custom:focus,
.btn-g-custom:hover {
    color: #fff;
    background-color: #108237
}

.btn-form-set {
    border-color: var(--base-color-hover)
}

.star-rating .caption {
    display: inline-block
}

.tags-box .tagslist {
    margin-top: 20px
}

.tags-box .tagslist .list-group-item {
    padding: 4px 20px 2px 5px;
    position: relative
}

.tags-box .tagslist .itemText {
    margin: 0
}

.tags-box .tagslist .closeButton {
    position: absolute;
    right: 6px;
    top: 5px;
    color: #bd1313;
    cursor: pointer
}

.tags-box .tagslist.tagslist-govat .itemText {
    color: #00bfd6
}

.tags-box .tagslist.tagslist-zaf .itemText {
    color: #ff637d
}

.pos-title .title-text {
    color: var(--color-barex-blue);
    font-size: 16px;
    font-weight: 500;
    display: inline-table;
    padding-bottom: 0;
    margin: 0;
    background: #fff;
    position: relative;
    z-index: 2;
    padding-left: 20px;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center !important;
    align-items: center !important
}

@media (max-width:767.98px) {
    .pos-title .title-text {
        font-size: 14px
    }
}

.pos-title .title-text.faq {
    font-weight: 300;
    font-size: 19px
}

.pos-title:before {
    content: "";
    display: block;
    top: 50%;
    height: 1px;
    background: #ebebeb;
    width: 100%;
    position: absolute
}

.pos-title.blog:before {
    top: 35% !important
}

.pos-title ul.subcategories-list {
    position: relative;
    display: inline-block;
    z-index: 2;
    background: #fff;
    padding-left: 0;
    float: left;
    margin: 0;
    width: inherit
}

.pos-title ul.subcategories-list.top {
    top: -4px
}

.pos-title ul.subcategories-list li {
    border-radius: 40px;
    display: inline-block;
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 3px 10px;
    margin-right: 10px;
    line-height: 20px;
    cursor: pointer;
    color: #727272;
    border: 1px solid transparent;
    letter-spacing: .02em;
    font-size: 14px;
    font-weight: 300;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

@media (max-width:767.98px) {
    .pos-title ul.subcategories-list li {
        padding: 1px 7px
    }
}

.pos-title ul.subcategories-list li a {
    display: inline-block
}

.pos-title ul.subcategories-list li.active {
    border-color: var(--color-base)
}

.dfadress {
    color: var(--color-red);
    font-size: 20px;
    text-align: center
}

.pos-title ul.subcategories-list li.active a {
    color: var(--color-base-hover)
}

.pos-title ul.subcategories-list li:hover {
    background: var(--color-base)
}

.pos-title ul.subcategories-list li:hover a {
    color: #fff !important;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.pos-title {
    text-align: right;
    position: relative;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    margin-bottom: 10px
}

.pos-title>a {
    display: inherit
}

.pos-content .pos-title:before {
    width: 100%
}

.pos-content .pos-title .title-text {
    padding: 0
}

.pos-content .pos-title .title-text:before {
    right: auto;
    left: 0
}

.pos-title-color-1 .title-text {
    background: #fff
}

.pos-title-color-1 ul.subcategories-list {
    background: #fff
}

.pos-title-color-2 .title-text {
    background: #f8f9fa
}

.pos-title-color-2 ul.subcategories-list {
    background: #f8f9fa
}

.pos-title-color-3 .title-text {
    background: #f6f7fb
}

.product-section {
    padding: 30px;
    background: #f7f7f9;
    text-align: center
}

.product-section .title {
    color: var(--base-color-hover);
    font-size: 1.5rem
}

.pagination-cu .page-link {
    border: none;
    width: 30px;
    height: 30px;
    padding: 4px 0;
    line-height: 25px;
    border-radius: 30px;
    text-align: center;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .07);
    color: #6b6b6b;
    margin: 0 4px
}

.pagination-cu .page-link:hover {
    background: #fff;
    box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, .28)
}

.pagination-cu .page-item:first-child .page-link,
.pagination-cu .page-item:last-child .page-link {
    border-radius: 50%
}

.pagination-cu .page-item.active .page-link {
    background-color: var(--color_base);
    color: #fff !important
}

.pagination-cu .page-item.disabled .page-link {
    color: rgba(135, 135, 135, .91)
}

.dt-bootstrap4 .pagination-cu .page-item.previous .page-link:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: "<"
}

.dt-bootstrap4 .pagination-cu .page-item.next .page-link:before {
    font: normal normal normal 14px/1 FontAwesome;
    content: ">"
}

div.dataTables_wrapper div.dataTables_info {
    text-align: left
}

.pagination-box {
    position: relative;
    padding: 10px 0
}

.pagination-box .pagination-box-loading {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffffffc4;
    z-index: 100;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.pagination-list {
    float: left;
    width: 100%;
    margin-top: 30px
}

.pagination-list ul li {
    margin-right: 10px
}

.pagination-list ul li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #ced0e6;
    color: #8f83ab;
    font-size: 15px;
    padding: 0;
    text-align: center
}

.pagination-list ul li a.active,
.pagination-list ul li a:hover {
    background-color: #8488c0;
    color: #fff;
    border-color: transparent
}

@media (max-width:767.98px) {
    .pagination-cu .page-link {
        padding: 5px 6px;
        width: 35px;
        height: 35px;
        font-size: 13px;
        margin: 0 2px
    }
}

@media (max-width:575.98px) {
    .pagination-cu .page-link {
        padding: 4px 5px;
        width: 30px;
        height: 30px;
        font-size: 12px;
        margin: 0 1px
    }
}

.box-shadow {
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.box-shadow:hover {
    -moz-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .2)
}

.box-shadow2 {
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12)
}

.frb-description h6 {
    font-size: .75rem;
    padding-right: 10px
}

.search-btn h2 {
    color: var(--base-color)
}

.product-list-name {
    font-size: 16px;
    font-weight: 400
}

.content-list-name {
    font-size: 16px;
    font-weight: 400
}

.rating-side-panel-profile .caption {
    display: block;
    margin-top: 7px
}

.rating-side-panel-profile>input {
    display: none
}

.filter_clear {
    padding-right: 4px;
    position: relative;
    top: 2px
}

.profile-side-panel-img {
    width: 100px
}

.breadcrumb {
    background-size: cover !important;
    padding: 0;
    margin-bottom: 0;
    background: 0 0
}

.breadcrumb-in {
    text-align: center
}

.breadcrumb-in li {
    display: inline
}

.breadcrumb-in .breadcrumb_container .breadcrumb-inner ol li a {
    display: inline-block;
    position: relative;
    color: #727272 !important;
    line-height: 25px;
    font-size: 14px
}

.breadcrumb-in li a {
    color: #232323
}

.breadcrumb-in li:after {
    content: "/";
    color: #7a7a7a;
    margin: .3125rem
}

.breadcrumb-in li:last-child:after {
    content: ""
}

.breadcrumb-in .breadcrumb_container .breadcrumb-inner ol li:last-child a,
.breadcrumb-in .breadcrumb_container .breadcrumb-inner ol li:last-child span {
    color: #1e1e1e
}

.breadcrumb .title {
    font-size: 28px;
    color: var(--color-base);
    font-weight: 900;
    text-align: center
}

@media (max-width:767.98px) {
    .breadcrumb .title {
        font-size: 14px
    }
}

.errors {
    background: var(--color-red);
    margin: 0;
    display: inline-block;
    width: 100%;
    text-align: right;
    direction: rtl;
    padding: 2px;
    font-weight: 200
}

.errors li {
    color: #fff
}

.product-item .product-flag .takh {
    position: absolute;
    bottom: 40px !important;
    overflow: hidden;
    background: var(--color-base);
    right: 0;
    color: #fff;
    font-size: 10px;
    padding: 1px 11px;
    line-height: 20px;
    text-align: center
}

.product-item .add-to-links {
    position: absolute;
    top: 15px;
    left: 7px;
    opacity: 0;
    text-align: center;
    margin: 0 auto;
    padding: 5px 0;
    height: 100%;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.product-item .add-to-links.all-show {
    opacity: 1
}

.product-item:hover .add-to-links {
    opacity: 1;
    bottom: 15px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in
}

.product-item .add-to-links li a {
    position: relative;
    vertical-align: top;
    background-color: #fff;
    border-radius: 50%;
    border: 1px solid var(--base-color);
    width: 27px;
    height: 27px;
    font-size: 14px;
    display: inline-block;
    padding: 4px 0 0 0;
    margin-bottom: 8px;
    text-align: center
}

.icon-like {
    color: #fff
}

.icon-liked .icon-like {
    color: var(--color-barex-red)
}

.profile-usermenu li {
    border: 1px dashed #dee2e6
}

fieldset {
    font-weight: 300;
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .12);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 13px !important
}

fieldset,
legend {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 8px;
    color: var(--base-color)
}

.video-content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    background-color: var(--color-base)
}

.xs-video-popup {
    display: inline-block;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    line-height: 80px;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 15px 21px 0 rgba(0, 0, 0, .32);
    box-shadow: 0 15px 21px 0 rgba(0, 0, 0, .32);
    font-size: 1.125rem;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.xs-video-popup i {
    position: relative;
    top: 3px;
    left: 2px
}

.xs-video-popup:before {
    content: "";
    position: absolute;
    width: 150%;
    height: 150%;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation: pulsate1 2s;
    animation: pulsate1 2s;
    -webkit-animation-direction: forwards;
    animation-direction: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: steps;
    animation-timing-function: steps;
    opacity: 1;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, .75);
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -60px;
    background: rgba(198, 16, 0, 0)
}

@-webkit-keyframes pulsate1 {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 1;
        box-shadow: inset 0 0 25px 3px rgba(255, 255, 255, .75), 0 0 25px 10px rgba(255, 255, 255, .75)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none
    }
}

@keyframes pulsate1 {
    0% {
        -webkit-transform: scale(.6);
        transform: scale(.6);
        opacity: 1;
        box-shadow: inset 0 0 25px 3px rgba(255, 255, 255, .75), 0 0 25px 10px rgba(255, 255, 255, .75)
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1);
        opacity: 0;
        box-shadow: none
    }
}

.single-working-progress:not(:last-child) {
    position: relative;
    padding-bottom: 300px
}

.single-working-progress:not(:last-child):before {
    position: absolute;
    content: "";
    bottom: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 555px;
    height: 200px;
    background-image: url(http://html.xpeedstudio.com/agmycoo/assets/images/progress/progress-line.png)
}

@media (max-width:767.98px) {
    .single-working-progress:not(:last-child):before {
        content: none
    }
}

.single-working-progress:nth-child(odd) .working-progress-content {
    padding-right: 30px
}

.working-progress-content {
    padding-top: 25px
}

.sec-about-text {
    text-align: center;
    background-color: #f7f7f9;
    padding: 36px 0;
    margin: 40px 0
}

.sec-about-text .title {
    color: var(--color-base);
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 17px
}

.sec-about-text .text {
    color: #858585
}

.shop-list-profile .accordion-toggle.back-odd {
    background-color: #f8f8f8
}

.shop-list-profile .hiddenRow {
    padding: 0
}

.popover {
    text-align: left;
    font-family: inherit;
    font-size: 12px
}

.popover .popover-header {
    color: #555;
    font-size: 12px
}

.error-div {
    color: var(--color-red);
    font-family: iranyekan !important
}

dd input[type=file] {
    position: relative
}

dd input[type=file]:before {
    content: attr(data-content);
    position: absolute;
    background-color: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 7px 5px 7px 122px
}

dd input[type=file]:after {
    content: 'Select';
    position: absolute;
    background-color: #fff;
    left: -1px;
    border: 1px solid #ddd;
    top: -1px;
    bottom: -1px;
    padding: 8px 16px;
    color: #696969;
    cursor: pointer
}

.bordertop {
    border-top: 1px dashed var(--color-green)
}

.filter-title-text {
    display: block;
    font-size: 15px;
    padding: 8px 10px 7px 10px;
    margin: 0 5px;
    width: initial
}

.filter-title-arrow {
    cursor: pointer
}

.filter-title-arrow>span:after {
    color: rgba(0, 0, 0, .6);
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 13px;
    position: absolute;
    text-indent: 0;
    left: 8px;
    top: 10px;
    -webkit-transition: color .25s ease;
    -moz-transition: transform .25s ease;
    -o-transition: transform .25s ease;
    transition: transform .25s ease
}

.filter-body-minimize .filter-title-arrow>span:after {
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
    -ms-transform: rotateX(-180deg);
    -o-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}

.filter-body-minimize .filter-body-box {
    display: none
}

.filter-body-minimize .card-header {
    border-bottom: none
}

.filter-check-lable {
    display: block;
    cursor: pointer;
    padding: 4px 25px 4px 4px;
    font-size: 14px;
    line-height: 24px
}

.filter-check-lable:hover {
    background-color: #f8f9fa
}

.filter-check-lable:active {
    background-color: #e9ecef
}

.filter-check-lable::before {
    top: 7px;
    right: 4px
}

.filter-check-lable::after {
    top: 7px;
    right: 4px
}

.filter-lable-color {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: top
}

.filter-scrol-box {
    overflow-y: auto;
    max-height: 240px;
    display: block
}

.filter-show-more a>span:last-child {
    color: var(--color-base);
    font-size: 14px;
    padding-right: 24px;
    position: relative
}

.filter-show-more>a {
    width: 100%;
    text-align: right;
    cursor: pointer;
    display: block;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.filter-show-more a>span:after {
    content: "+";
    border: #adb5bd solid 1px;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.1em;
    position: absolute;
    height: 1rem;
    width: 1rem;
    text-indent: 0;
    right: 4px;
    top: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center
}

.filter-show-more.less a>span:after {
    padding: 0 3px 6px
}

.filter-delte {
    color: #fb3449;
    font-weight: 700;
    font-size: 12px;
    position: absolute;
    text-indent: 0;
    left: 5px;
    top: 8px
}

.filter-item-emal {
    border-radius: 4px;
    border: 1px solid #359599;
    color: #359599;
    font-size: 13px;
    text-align: center;
    line-height: 30px;
    padding: 0 5px;
    position: relative;
    display: inline-block
}

.filter-item-emal a {
    cursor: pointer
}

.linkbox[type=type3] a,
.linkbox[type=type3] a:hover,
.linkbox[type=type3] a:visited {
    color: var(--color-base);
    text-decoration: none
}

.linkbox[type=type3] {
    width: 57%;
    background-color: #f0f0f0;
    padding: 0 15px;
    border-right: 3px solid var(--color-base-hover);
    float: left;
    margin: 0 30px 5px 0
}

.linkbox[type=type3] ul {
    margin-bottom: 0
}

.linkbox[type=type3] ul li {
    border-top: 1px solid #ddd;
    padding: 6px 0
}

@media (max-width:767px) {
    .linkbox[type=type3] {
        float: none;
        width: inherit;
        margin: auto
    }
}

.linkbox[type=type3] h4 {
    text-align: right;
    line-height: 1.6;
    padding-top: 20px !important;
    padding-bottom: 15px !important;
    font-size: 15px;
    margin-bottom: 0
}

.related-articles-type2 {
    border-right: 3px solid var(--color-base-hover);
    background: #f0f0f0;
    padding: 15px
}

.linkbox[type=type1] a,
.linkbox[type=type1] a:hover,
.linkbox[type=type1] a:visited {
    color: var(--color-base);
    text-decoration: none
}

.linkbox[type=type1] {
    width: 100%;
    border-right: 3px solid var(--color-base-hover);
    background: #f0f0f0;
    padding: 30px 15px
}

@media (max-width:767px) {
    .linkbox[type=type1] {
        float: none;
        width: inherit;
        margin: auto
    }
}

.linkbox[type=type1] h4 {
    text-align: right;
    line-height: 1.6;
    display: inline-block;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 0
}

.linkbox[type=type1] ul {
    margin-bottom: 0;
    display: inline-block
}

.linkbox[type=type1] ul li a {
    font-weight: 600;
    padding-right: 3px;
    font-size: 16px
}

.linkbox[type=type2] {
    width: 100%;
    background: #f0f0f0;
    border-radius: 4px
}

.linkbox[type=type2] .linkbox-title {
    text-align: center;
    padding: 15px;
    background-color: #1c8b8d;
    color: #fff;
    border-radius: 4px 4px 0 0;
    font-size: 15px;
    margin-bottom: 0
}

.linkbox[type=type2] .linkbox-content {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 10px
}

.linkbox[type=type2] .linkbox-content-li {
    width: 50%;
    text-align: center
}

.linkbox[type=type2] .linkbox-content-li a {
    padding: 11px 15px 0 15px;
    display: block;
    margin: 5px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 100%
}

@media (max-width:767px) {
    .linkbox[type=type2] .linkbox-content {
        display: block;
        padding-bottom: 1px
    }

    .linkbox[type=type2] .linkbox-content-li {
        width: 100%
    }

    .linkbox[type=type2] .linkbox-content-li a {
        padding: 5px 10px
    }
}

.linkbox[type=type4] a,
.linkbox[type=type4] a:hover,
.linkbox[type=type4] a:visited {
    color: var(--color-base);
    text-decoration: none
}

hr.chetor-related-article {
    margin-top: 13px
}

.linkbox[type=type4] {
    width: 57%;
    background-color: #f0f0f0;
    padding: 0 15px;
    border-right: 3px solid var(--color-base-hover);
    float: right;
    margin: 0 0 5px 30px
}

.linkbox[type=type4] ul {
    margin-bottom: 0
}

.linkbox[type=type4] ul li {
    border-top: 1px solid #ddd;
    padding: 6px 0
}

@media (max-width:767px) {
    .linkbox[type=type4] {
        float: none;
        width: inherit;
        margin: auto
    }
}

.linkbox[type=type4] h4 {
    text-align: right;
    line-height: 1.6;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    font-size: 15px;
    margin-bottom: 0
}

.dropdown-notification {
    width: 267px;
    max-height: 320px;
    overflow: auto
}

.dropdown-menu-tag-share .dropdown-item {
    padding: 11px;
    font-size: 13px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.dropdown-notification .dropdown-notification-a:first-child {
    border-top: 0
}

.dropdown-notification h3 {
    margin: 0 0 -3px 0;
    padding: 10px 10px 0 10px;
    font-size: 14px;
    text-align: center
}

.dropdown-notification .dropdown-notification-icon {
    width: 25px;
    height: 25px;
    color: #fff;
    border-radius: 50px;
    font-size: 13px;
    text-align: center;
    line-height: 24px
}

.dropdown-notification .dropdown-notification-icon.comment {
    background-color: #eb6709
}

.dropdown-notification .dropdown-notification-icon.user {
    background-color: #11c26d
}

.dropdown-notification .dropdown-notification-icon.follow {
    background-color: #c24274
}

.dropdown-notification .dropdown-notification-icon.registerWithInvitation {
    background-color: #318bc2
}

.dropdown-notification .dropdown-notification-icon.registerWithInvitationForInvited {
    background-color: #664bc2
}

.dropdown-notification .dropdown-notification-meta {
    color: #878e92;
    font-weight: 300;
    font-size: 12px
}

.dropdown-notification .dropdown-notification-text {
    margin: 0;
    font-size: 13px;
    line-height: 19px;
    font-weight: 500;
    color: #666
}

.dropdown-notification .dropdown-notification-time {
    color: #5d5e5f;
    font-weight: 400;
    font-size: 12px;
    font-style: normal
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: var(--color-barex-blue);
    background-color: var(--color-barex-blue)
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
    color: #fff;
    background-color: var(--color-barex-blue);
    border-color: var(--color-barex-blue);
    opacity: .4
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(0, 159, 227, .25)
}

.offcanvas-product-box {
    position: relative;
    display: flex
}

.offcanvas-product-box_delete {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(224, 224, 224, .12);
    width: 36px;
    height: 36px;
    display: flex;
    border: none;
    align-items: center;
    justify-content: center;
    border-bottom-right-radius: 25px;
    border-top-left-radius: .3rem
}

.offcanvas-product-box_image {
    margin-left: 16px;
    width: 90px;
    height: 90px;
    overflow: hidden;
    display: flex;
    flex-shrink: 0
}

.offcanvas-product-box_content {
    flex-grow: 1;
    flex-basis: auto;
    overflow: hidden
}

.offcanvas-product-box_title {
    text-align: right;
    font-weight: 400;
    font-size: .75rem;
    overflow: hidden;
    line-height: 1.5;
    padding-top: 9px
}

.offcanvas-product-box_price del {
    display: block;
    letter-spacing: .5px;
    color: #bdbdbd;
    text-decoration: line-through;
    font-size: .875rem;
    line-height: 1.2;
    font-weight: 400
}

.offcanvas-product-box_price .offcanvas-product-box_price-value {
    width: 100%;
    color: var(--color-base);
    letter-spacing: 0;
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.2;
    text-align: right;
    margin-top: auto
}

.offcanvas {
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100vh;
    z-index: 1050;
    background: #f5f5f5;
    color: #212121;
    transition: all .3s;
    overflow-y: hidden
}

.offcanvas-cart_summery {
    background-color: #fff;
    margin: 16px;
    padding: 16px;
    position: relative;
    border-radius: .3rem
}

.offcanvas-product-box_delete .ico {
    width: 18px;
    height: 18px;
    background-size: 18px 18px !important;
    filter: invert(0) sepia(0) saturate(0) brightness(100%) contrast(100%) opacity(26%);
    -webkit-filter: invert(0) sepia(0) saturate(0) brightness(100%) contrast(100%) opacity(26%);
    -moz-filter: invert(0) sepia(0) saturate(0) brightness(100%) contrast(100%) opacity(26%);
    -o-filter: invert(0) sepia(0) saturate(0) brightness(100%) contrast(100%) opacity(26%);
    -ms-filter: invert(0) sepia(0) saturate(0) brightness(100%) contrast(100%) opacity(26%);
    margin: 0
}

.home-tile {
    position: relative
}

.home-tile-size-mosofoghi {
    width: 50% !important;
    float: right
}

.home-tile-size-mosofoghi:before {
    padding-top: 50%
}

.home-tile-size-mosofoghi .img-holder.size-1-1:before {
    padding-top: 50%
}

.home-tile-size-mosamodi {
    width: 25% !important;
    float: right
}

.home-tile-size-mosamodi:before {
    padding-top: 200%
}

.home-tile-size-mosamodi .img-holder.size-1-1:before {
    padding-top: 208%
}

.home-tile-size-morabsmall {
    width: 25% !important;
    float: right
}

.home-tile-size-morabsmall:before {
    padding-top: 100%
}

.home-tile-size-morabsmall .img-holder.size-1-1:before {
    padding-top: 100%
}

.home-tile-size-morablarg {
    width: 50% !important;
    float: right
}

.home-tile-size-morablarg:before {
    padding-top: 100%
}

.home-tile-size-morablarg .img-holder.size-1-1:before {
    padding-top: 100%
}

.home-tile-size-mosofoghi2-a {
    width: 50% !important;
    float: right
}

.home-tile-size-mosofoghi2-a:before {
    padding-top: 100%
}

.home-tile-size-mosofoghi2-a .img-holder.size-1-1:before {
    padding-top: 100%
}

.home-tile-size-mosofoghi2-b {
    width: 50% !important;
    float: right
}

.home-tile-size-mosofoghi2-b:before {
    padding-top: 100%
}

.home-tile-size-mosofoghi2-b .img-holder.size-1-1:before {
    padding-top: 100%
}

.home-tile-size-mosofoghi3 {
    width: 33.33% !important;
    float: right
}

.home-tile-size-mosofoghi3:before {
    padding-top: 100%
}

.home-tile-size-mosofoghi3 .img-holder.size-1-1:before {
    padding-top: 100%
}

@media (max-width:991.98px) {
    .home-tile-size-mosofoghi2-a {
        width: 100% !important
    }

    .home-tile-size-mosofoghi2-b {
        width: 50% !important
    }

    .home-tile-size-mosofoghi3 {
        width: 50% !important
    }
}

@media (max-width:767.98px) {
    .home-tile-size-morablarg {
        width: 100% !important
    }

    .home-tile-size-morabsmall {
        width: 50% !important
    }

    .home-tile-size-mosamodi {
        width: 50% !important
    }

    .home-tile-size-mosofoghi {
        width: 100% !important
    }
}

.home-tile .home-tile-link:hover .home-tile-box-info {
    background: #ffffffb3
}

.home-tile .home-tile-box-text {
    visibility: hidden;
    opacity: 0;
    text-align: right;
    padding: 25px 25px 0 25px
}

.home-tile .home-tile-link:hover .home-tile-box-text {
    visibility: visible;
    opacity: 1
}

.home-tile .home-tile-box-text>* {
    display: block;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.home-tile .home-tile-link:hover .home-tile-box-text>* {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.home-tile .home-tile-title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700
}

.home-tile .home-tile-link:hover .home-tile-title {
    margin-bottom: 10px
}

.home-tile .home-tile-des {
    font-size: 13px;
    color: #525252;
    font-weight: 300
}

@media (max-width:991.98px) {
    .home-tile .home-tile-des {
        display: none
    }
}

.brand-box {
    height: 56px;
    min-width: 92px;
    overflow: hidden;
    position: relative
}

.brand-box:after {
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, rgba(0, 0, 0, .67));
    content: "";
    display: block;
    height: 100%;
    left: 0;
    width: 100%;
    position: absolute;
    top: 0
}

.brand-box img {
    background-color: #d6dadf;
    display: block;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.brand-box span {
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 19px 2px;
    position: relative;
    text-align: center;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0
}

.seller-box .seller-avatar {
    position: absolute;
    top: -32px;
    left: calc(50% - 32px);
    border-radius: 50%;
    height: 64px;
    width: 64px !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 0;
    object-position: 0 0;
    outline: 0;
    border: 2px solid #fff
}

.seller-box {
    padding: 33px 0 13px 0
}

.seller-box .seller-link {
    display: block
}

.seller-box .seller-count {
    display: block;
    margin-bottom: 10px;
    font-size: 13px;
    font-weight: 300;
    color: #a0a0a0
}

.ads-index .text {
    position: absolute;
    top: 50%;
    left: 16.5%;
    text-align: right;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    background: #ffffffcc;
    padding: 8px 18px;
    border-radius: 3px
}

.ads-index .text .text1 {
    color: var(--base-color);
    margin: 0
}

.ads-index-two .image,
.ads-index-two .image>a {
    position: relative;
    vertical-align: top;
    overflow: hidden
}

.ads-index-two .text {
    position: absolute;
    right: 3%;
    top: 17%;
    text-align: right;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    background: #ffffffcc;
    padding: 8px 18px;
    border-radius: 3px
}

.ads-index-two .text .text1 {
    font-size: 12px;
    font-weight: 400;
    color: #717979;
    margin: 0
}

.ads-index-two .text .text2 {
    font-size: 14px;
    text-transform: none;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: .2rem
}

.btn {
    border-radius: 5px
}

.btn-warning {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #fff;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show>.btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #d39e00;
    border-color: #c69500
}

.btn-info {
    color: #fff;
    background-color: var(--color-barex-blue);
    border-color: var(--color-barex-blue)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: var(--color-barex-blue-hover);
    border-color: var(--color-barex-blue-hover)
}

.btn-info:hover {
    color: #fff;
    background-color: var(--color-barex-blue-hover);
    border-color: var(--color-barex-blue-hover)
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: var(--color-barex-blue-hover);
    border-color: var(--color-barex-blue-hover)
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: var(--color-barex-blue-hover);
    border-color: var(--color-barex-blue-hover);
    box-shadow: 0 0 0 .2rem rgba(0, 139, 210, .5)
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(0, 139, 210, .5)
}

.btn-danger {
    color: #fff;
    background-color: var(--color-barex-red);
    border-color: var(--color-barex-red)
}

.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: var(--color-barex-red-hover);
    border-color: var(--color-barex-red-hover)
}

.btn-danger:hover {
    color: #fff;
    background-color: var(--color-barex-red-hover);
    border-color: var(--color-barex-red-hover)
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show>.btn-danger.dropdown-toggle {
    color: #fff;
    background-color: var(--color-barex-red-hover);
    border-color: var(--color-barex-red-hover)
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: var(--color-barex-red-hover);
    border-color: var(--color-barex-red-hover);
    box-shadow: 0 0 0 .2rem rgba(227, 6, 19, .5)
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show>.btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(227, 6, 19, .5)
}

.btn-telegram {
    color: #fff;
    background-color: #039be5;
    border-color: #039be5
}

.btn-telegram:hover {
    color: #fff;
    background-color: #0385cd;
    border-color: #037cb8
}

.btn-telegram:not(:disabled):not(.disabled).active,
.btn-telegram:not(:disabled):not(.disabled):active,
.show>.btn-telegram.dropdown-toggle {
    color: #fff;
    background-color: #037cb8;
    border-color: #037cb8
}

.btn-telegram:not(:disabled):not(.disabled).active:focus,
.btn-telegram:not(:disabled):not(.disabled):active:focus,
.show>.btn-telegram.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(3, 155, 229, .5)
}

.btn-facebook {
    color: #fff;
    background-color: #3a559f;
    border-color: #3a559f
}

.btn-facebook:hover {
    color: #fff;
    background-color: #364a90;
    border-color: #2b397a
}

.btn-facebook:not(:disabled):not(.disabled).active,
.btn-facebook:not(:disabled):not(.disabled):active,
.show>.btn-facebook.dropdown-toggle {
    color: #fff;
    background-color: #2b397a;
    border-color: #2b397a
}

.btn-facebook:not(:disabled):not(.disabled).active:focus,
.btn-facebook:not(:disabled):not(.disabled):active:focus,
.show>.btn-facebook.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 85, 159, .5)
}

.btn-twitter {
    color: #fff;
    background-color: #1da1f2;
    border-color: #1da1f2
}

.btn-twitter:hover {
    color: #fff;
    background-color: #1c93e0;
    border-color: #1c86cd
}

.btn-twitter:not(:disabled):not(.disabled).active,
.btn-twitter:not(:disabled):not(.disabled):active,
.show>.btn-twitter.dropdown-toggle {
    color: #fff;
    background-color: #1c86cd;
    border-color: #1c86cd
}

.btn-twitter:not(:disabled):not(.disabled).active:focus,
.btn-twitter:not(:disabled):not(.disabled):active:focus,
.show>.btn-twitter.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(29, 161, 242, .5)
}

.btn-whatsapp {
    color: #fff;
    background-color: #55cd6c;
    border-color: #55cd6c
}

.btn-whatsapp:hover {
    color: #fff;
    background-color: #4fb85d;
    border-color: #43a255
}

.btn-whatsapp:not(:disabled):not(.disabled).active,
.btn-whatsapp:not(:disabled):not(.disabled):active,
.show>.btn-whatsapp.dropdown-toggle {
    color: #fff;
    background-color: #43a255;
    border-color: #43a255
}

.btn-whatsapp:not(:disabled):not(.disabled).active:focus,
.btn-whatsapp:not(:disabled):not(.disabled):active:focus,
.show>.btn-whatsapp.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(85, 205, 108, .5)
}

.btn-event-none {
    pointer-events: none
}

.ilazy {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    background-image: url(/images/loading.gif);
    background-color: #fdfdfd;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.ilazy.ilazy-loaded {
    background-image: none;
    background-color: transparent
}

.ilazy-parant {
    display: block;
    width: 100%;
    height: auto;
    position: relative
}

.ilazy-parant img.ilazy {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.ilazy-size-1-1 {
    padding: 100% 0 0 0
}

.ilazy-size-2-1 {
    padding: 50% 0 0 0
}

.ilazy-size-4-3 {
    padding: 72% 0 0 0
}

.ilazy-size-16-9 {
    padding: 56.4% 0 0 0
}

.ilazy-size-6-5 {
    padding: 83.3% 0 0 0
}

.ilazy-s-364-45 {
    padding: 12.3% 0 0 0
}

.ilazy-s-2-1 {
    padding: 50% 0 0 0
}

.ilazy-size-114-13 {
    padding: 11.4% 0 0 0
}

.ilazy-size-114-12 {
    padding: 30% 0 0 0
}

.ilazy-size-home-slider {
    padding: 48.9% 0 0 0
}

.ilazy-size-cover-news {
    padding: 30% 0 0 0
}

.ilazy-size-cover-conent {
    padding: 30% 0 0 0
}

.ilazy-size-ad-25 {
    padding: 25% 0 0 0
}

.ilazy-size-ad-80 {
    padding: 80% 0 0 0
}

@media (min-width:768px) {
    .ilazy-s-md-2-1 {
        padding: 50% 0 0 0
    }
}

@media (min-width:992px) {
    .ilazy-s-lg-1-1 {
        padding: 100% 0 0 0
    }
}

.ilazy-size-free {
    padding: inherit;
    width: auto;
    max-width: 100%;
    height: auto
}

.ilazy-size-free img {
    position: inherit !important
}

.ilazy-size-home-main-slider {
    padding: 40% 0 0 0
}

.ilazy-size-home-slider-main-mosofoghi2-a {
    width: 50% !important
}

.ilazy-size-home-slider-main-mosofoghi2-b {
    width: 50% !important
}

.ilazy-size-home-slider-main-mosofoghi3 {
    width: 33.33% !important
}

@media (max-width:991.98px) {
    .ilazy-size-home-slider-main-mosofoghi2-a {
        width: 100% !important
    }

    .ilazy-size-home-slider-main-mosofoghi2-b {
        width: 50% !important
    }

    .ilazy-size-home-slider-main-mosofoghi3 {
        width: 50% !important
    }
}

.card-blog-1 {
    border: none
}

.hov-sca .hov-sca-img {
    -webkit-transition: -webkit-transform .5s ease-in-out !important;
    -moz-transition: -moz-transform .5s ease-in-out !important;
    -o-transition: -o-transform .5s ease-in-out !important;
    -ms-transition: -ms-transform .5s ease-in-out !important;
    transition: transform .5s ease-in-out !important
}

.hov-sca:hover .hov-sca-img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.Product-show-name-fa {
    text-align: right;
    font-size: 22px;
    font-weight: 500
}

.Product-show-name-en {
    text-align: right;
    font-size: 16px;
    font-weight: 300;
    color: #b5b5b5;
    margin-right: 10px;
    margin-bottom: 0
}

.Product-show-code li {
    display: inline;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 300
}

.Product-show-code li:last-child {
    margin-left: 0
}

.Product-show-code li span {
    color: #5d5d5d
}

.Product-show-description {
    font-size: 14px;
    font-weight: 400;
    color: #55565a
}

@media (max-width:991.98px) {
    .Product-show-name-fa {
        font-size: 19px;
        font-weight: 400;
        margin-top: 10px
    }

    .Product-show-name-en {
        font-size: 14px;
        margin: 0
    }
}

.seler-select-dropdown-text {
    font-size: 14px
}

.seler-select-dropdown-link {
    padding: 9px 17px 9px 12px;
    position: relative;
    min-width: 120px
}

.seler-select-dropdown-link:after {
    content: "";
    position: absolute;
    top: 13px;
    right: 0;
    bottom: 13px;
    width: 1px;
    background-color: #e4e4e4
}

.seler-select-dropdown-down {
    margin-right: 5px
}

.seler-select-dropdown-info li {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
    text-align: center;
    position: relative;
    min-width: 90px
}

.seler-select-dropdown-info li:after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    bottom: 10px;
    width: 1px;
    background-color: #f3f3f3
}

.seler-select-dropdown-info li:last-child:after {
    content: none
}

@media (max-width:767.98px) {
    .seler-select-dropdown-info li:after {
        right: 20px;
        left: 20px;
        width: inherit;
        height: 1px;
        bottom: -5px;
        top: inherit
    }

    .seler-select-dropdown-info li {
        margin-bottom: 10px
    }

    .seler-select-dropdown-info li:last-child {
        margin-bottom: 0
    }
}

.seler-select-dropdown-info li span {
    display: block
}

.seler-select-dropdown-info-key {
    color: #949494;
    font-size: 14px;
    font-weight: 300
}

.seler-select-dropdown-info-val {
    color: #747474;
    font-size: 14px;
    font-weight: 500
}

.seler-select-dropdown-item {
    padding: 7px 0
}

.seler-select-dropdown-item:after {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 0;
    height: 1px;
    background-color: #f7f7f7
}

.seler-select-dropdown-item:hover {
    background-color: #f7f7f7
}

.Content-show-share-icon {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    font-size: 13px;
    color: grey
}

.Content-show-share-follow {
    color: #dd2940 !important
}

.Product-show-share-icon-img {
    width: 26px;
    height: 26px;
    margin-left: 2px
}

.custom-file-label::after {
    content: "Ø§Ù†ØªØ®Ø§Ø¨"
}

.shakeit {
    -webkit-animation-name: thumb;
    -webkit-animation-duration: .5s;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear
}

@-webkit-keyframes thumb {
    0% {
        -webkit-transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-2px);
        border-color: var(--color-base);
        background-color: #17a2b80d
    }

    100% {
        -webkit-transform: translateY(0)
    }
}

.is_stuck {
    transform: translate3d(0, 0, 0)
}

.c-product-show-fix-price {
    z-index: 110
}

.c-product-show-fix-price.is_stuck {
    background-color: #f7f7f7;
    border: 1px solid #eee;
    border-radius: 0 0 12px 12px;
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)
}

.fa-t-1 {
    position: relative;
    top: 1px
}

.fa-t-2 {
    position: relative;
    top: 2px
}

.fa-t-3 {
    position: relative;
    top: 3px
}

.fa-t-4 {
    position: relative;
    top: 4px
}

.brighttheme {
    border-radius: 12px
}

.brighttheme-info {
    background-color: #2dc982;
    opacity: .949;
    color: #fff
}

.brighttheme-error {
    background-color: #e4444c;
    opacity: .949;
    color: #fff;
    background-image: none
}

.ui-pnotify-icon,
.ui-pnotify-icon span {
    float: left;
    margin-right: 0;
    margin-left: .2em
}

.ui-pnotify-closer,
.ui-pnotify-sticker {
    float: right;
    margin-left: 0;
    margin-right: .2em
}

.brighttheme .ui-pnotify-title {
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 500
}

.brighttheme-icon-info {
    background-color: #fff;
    color: #484848;
    margin-top: 2px
}

.brighttheme-icon-error {
    position: relative;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid #fff;
    font-size: 0;
    line-height: 0;
    color: #484848;
    margin-top: 0
}

.ui-pnotify-text {
    display: block;
    font-size: 13px;
    font-weight: 300
}

.cart-err-box {
    padding: 30px 10px
}

.cart-err-title-1 {
    font-size: 18px;
    font-weight: 300;
    color: #5f5f5f;
    text-align: center;
    margin-bottom: 0
}

li.list-type-1 {
    float: right;
    width: 100%;
    position: relative;
    padding: 10px 4px 20px 4px
}

li.list-type-1:first-child {
    padding-top: 0
}

li.list-type-1:before {
    content: ' ';
    background-color: #f5f5f5;
    height: 1px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    right: 0;
    border-bottom: 1px #f5f5f5 solid
}

li.list-type-1:last-child:before {
    content: none
}

li.list-type-1:last-child {
    margin-bottom: 0;
    padding-bottom: 5px
}

li.list-type-1 .list-type-1-img {
    float: right;
    width: 160px;
    margin-left: 15px
}

li.list-type-1 .cat {
    margin-top: 3px;
    display: inherit;
    font-size: 11px;
    font-weight: 400
}

@media (max-width:767.98px) {
    li.list-type-1 .img {
        width: 80px
    }

    li.list-type-1 .list-type-1-img {
        width: 90px;
        margin-left: 10px
    }
}

.one-line-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.two-line-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    direction: ltr
}

.three-line-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    position: relative
}

.four-line-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    position: relative
}

.five-line-text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    position: relative
}

.size-text-content {
    font-size: 13px;
    font-weight: 300;
    text-align: justify;
    line-height: 27px
}

.size-info-a {
    font-size: 13px;
    font-weight: 300;
    text-align: justify;
    line-height: 27px
}

.size-info-b {
    font-size: 16px;
    font-weight: 300;
    text-align: justify;
    line-height: 27px
}

.title-post-a {
    font-size: 16px;
    font-weight: 400
}

.link-base {
    color: var(--color-base);
    transition: color .15s ease-in-out
}

.link-base:hover {
    color: var(--color-base-hover-durk)
}

.link-mokamel {
    color: var(--color-mokamel);
    transition: color .15s ease-in-out
}

.link-mokamel:hover {
    color: var(--color-mokamel-hover-durk)
}

.link-gray-a {
    color: #909aa2;
    transition: color .15s ease-in-out
}

.link-gray-a:hover {
    color: #7c868e
}

.link-barex-blue {
    color: var(--color-barex-blue) !important;
    transition: color .15s ease-in-out
}

.link-barex-blue:hover {
    color: var(--color-barex-blue-hover) !important
}

.font-s-11 {
    font-size: 11px !important
}

.font-s-12 {
    font-size: 12px !important
}

.font-s-13 {
    font-size: 13px !important
}

.font-s-14 {
    font-size: 14px !important
}

.font-s-15 {
    font-size: 15px !important
}

.font-s-16 {
    font-size: 16px !important
}

.font-s-17 {
    font-size: 17px !important
}

.font-s-18 {
    font-size: 18px !important
}

.font-s-19 {
    font-size: 19px !important
}

.font-s-20 {
    font-size: 20px !important
}

.font-s-21 {
    font-size: 21px !important
}

.font-s-22 {
    font-size: 22px !important
}

.font-s-23 {
    font-size: 23px !important
}

.font-s-24 {
    font-size: 24px !important
}

.font-s-25 {
    font-size: 25px !important
}

.font-s-26 {
    font-size: 26px !important
}

.font-s-27 {
    font-size: 27px !important
}

.font-s-28 {
    font-size: 28px !important
}

.font-s-29 {
    font-size: 29px !important
}

.font-s-30 {
    font-size: 30px !important
}

.font-w-100 {
    font-weight: 100
}

.font-w-200 {
    font-weight: 200
}

.font-w-300 {
    font-weight: 300
}

.font-w-400 {
    font-weight: 400
}

.font-w-500 {
    font-weight: 500
}

.font-w-600 {
    font-weight: 600
}

.font-w-700 {
    font-weight: 700
}

.font-w-800 {
    font-weight: 800
}

.font-w-900 {
    font-weight: 900
}

.font-l-24 {
    line-height: 24px
}

.font-l-25 {
    line-height: 25px
}

.font-l-26 {
    line-height: 26px
}

.font-l-27 {
    line-height: 27px
}

.font-l-28 {
    line-height: 28px
}

.text-base {
    color: var(--color-barex-blue)
}

.text-mokamel {
    color: var(--color-mokamel)
}

.text-gray-a {
    color: #e6e6e6
}

.text-gray-b {
    color: #ccc
}

.text-gray-c {
    color: #b3b3b3
}

.text-gray-d {
    color: #999
}

.text-red-d {
    color: #c51a1b
}

.text-gray-e {
    color: grey
}

.text-gray-f {
    color: #666
}

.text-gray-g {
    color: #4d4d4d
}

.text-gray-h {
    color: #333
}

.text-gray-i {
    color: #1a1a1a
}

.text-barex-blue {
    color: var(--color-barex-blue)
}

.text-barex-red {
    color: var(--color-barex-red)
}

.text-barex-green {
    color: var(--color-barex-green)
}

.text-post-a {
    color: #000000de
}

.text-content {
    color: #000000de
}

.content-box {
    font-weight: 300;
    line-height: 30px;
    font-size: 15px;
    text-align: justify;
    text-transform: initial;
    color: #444
}

.ticket-count-box {
    text-align: center;
    padding: 15px 0;
    background-color: #f4f4f4;
    border-radius: 18px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.ticket-count-box:hover {
    background-color: #5e7cea
}

.ticket-count-t1 {
    font-size: 14px;
    margin: 0;
    color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.ticket-count-t2 {
    font-weight: 800;
    margin: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.ticket-count-box:hover .ticket-count-t1,
.ticket-count-box:hover .ticket-count-t2 {
    color: #fff
}

.ticket-reply {
    border-radius: 18px !important;
    background-color: #f4f4f4;
    margin-bottom: 15px;
    border: 0
}

.ticket-reply-admin {
    background-color: #e5f6e3
}

.ticket-read-more,
.ticket-read-more-less {
    font-size: 13px
}

.form-check-input {
    margin-top: 0
}

.form-control:focus {
    border-color: var(--color-base);
    box-shadow: 0 0 0 .2rem var(--color_yellow)
}

.input-group-cu-radius .btn {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: var(--color_base);
    background-color: var(--color_base)
}

.custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem var(--color_base_shadow)
}

.custom-radio .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--color_base)
}

.custom-control-input:active~.custom-control-label::before {
    background-color: var(--color_base_shadow)
}

.form-color-w label {
    color: var(--color_white)
}

.custom-file-label::after {
    content: "Ø§Ù†ØªØ®Ø§Ø¨" !important
}

.custom-select {
    border-radius: 18px
}

.form-control {
    border-radius: 18px
}

.card-form-grupe .card-header {
    position: absolute;
    height: initial;
    line-height: inherit;
    padding: 0 16px;
    top: -8px;
    right: 11px;
    background-color: var(--color_white);
    color: var(--color_gra2);
    border: none
}

.img-hover-search {
    position: relative
}

.img-hover-search img {
    width: 100px;
    max-height: 100px
}

.img-hover-search .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .3s ease;
    background-color: #27c6c9a6
}

.img-hover-search:hover .overlay {
    opacity: 1
}

.img-hover-search .icon {
    color: #fff;
    font-size: 21px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center
}

.card-blog-1 {
    border: none
}

.hov-sca .hov-sca-img {
    -webkit-transition: -webkit-transform .5s ease-in-out !important;
    -moz-transition: -moz-transform .5s ease-in-out !important;
    -o-transition: -o-transform .5s ease-in-out !important;
    -ms-transition: -ms-transform .5s ease-in-out !important;
    transition: transform .5s ease-in-out !important
}

.hov-sca:hover .hov-sca-img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.industry-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0
}

.industry-single .industry-card,
.industry-single figure {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.industry-single figure a {
    display: inline-block;
    width: 100%;
    height: 100%
}

.industry-single figure a img {
    width: 370px
}

.industry-single .industry-card {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.industry-single .industry-card {
    transition: all .3s ease;
    box-shadow: 0 9px 35px 0 rgb(33 37 41 / 7%)
}

.industry-card h5 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0
}

.bollet-s li {
    list-style-image: url(/images/footer-tick.svg);
    background-repeat: no-repeat;
    margin-left: 24px
}

.indusrty-dt {
    font-size: 15px
}

.solution_section {
    position: relative;
    padding: 55px 0 55px
}

.shadow {
    -webkit-transition: all .3s;
    transition: all .3s;
    box-shadow: 0 1px 2px #d9dadb
}

.p-0 {
    padding: 0 !important
}

.p-t-0 {
    padding-top: 0 !important
}

.p-t-10 {
    padding-top: 10px !important
}

.p-b-10 {
    padding-bottom: 10px !important
}

.m-0 {
    margin: 0 !important
}

.m-r-5 {
    margin-right: 5px
}

.m-r-10 {
    margin-right: 10px
}

.m-r-15 {
    margin-right: 15px !important
}

.m-l-10 {
    margin-left: 10px
}

.m-l-15 {
    margin-left: 15px
}

.m-t-5 {
    margin-top: 5px !important
}

.m-t-0 {
    margin-top: 0 !important
}

.m-t-10 {
    margin-top: 10px !important
}

.m-t-15 {
    margin-top: 15px !important
}

.m-t-20 {
    margin-top: 20px
}

.m-t-30 {
    margin-top: 30px !important
}

.m-t-40 {
    margin-top: 40px !important
}

.m-b-0 {
    margin-bottom: 0
}

.m-b-5 {
    margin-bottom: 5px
}

.m-b-10 {
    margin-bottom: 10px
}

.m-b-15 {
    margin-bottom: 15px
}

.m-b-20 {
    margin-bottom: 20px
}

.m-b-30 {
    margin-bottom: 30px
}

.l-h-34 {
    line-height: 34px
}

.font-light {
    font-weight: 300
}

.wrapper-md {
    padding: 20px
}

.b-b-0 {
    border-bottom: 0 !important
}

.b-0 {
    border: none !important
}

.no-border {
    border: none
}

.container {
    max-width: 1370px
}

.header .top-nav .topbar-left .logo img {
    min-width: 90px
}

.fa-t-1 {
    position: relative;
    top: 1px
}

.fa-t-2 {
    position: relative;
    top: 2px
}

.fa-t-3 {
    position: relative;
    top: 3px
}

.fa-t-4 {
    position: relative;
    top: 4px
}

.container-alt {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px
}

.footer {
    background-color: #f9f9f9
}

#wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%
}

.space-md {
    padding-top: 90px;
    padding-bottom: 90px
}

.space-lg {
    padding-top: 130px;
    padding-bottom: 130px
}

.page {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.vertical-align {
    display: table-cell;
    background: #fff
}

.vertical-align--middle {
    vertical-align: middle
}

.page-title {
    margin-top: 7px;
    margin-bottom: 27px
}

.social-links li a {
    line-height: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #7a7676;
    border-radius: 50%;
    background: #eff0f4
}

.btn-primary {
    border: 1px solid #6a76fc !important;
    background-color: #6a76fc !important
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
    border: 1px solid #515ffb !important;
    background-color: #515ffb !important
}

.breadcrmb-wrap a.btn {
    margin-top: 13px
}

.breadcrmb-wrap a.btn i {
    padding-right: 7px;
    vertical-align: text-bottom
}

.breadcrumb li a {
    color: #25282b
}

.bg-primary {
    background-color: #6e8cd7 !important
}

.bg-success {
    background-color: #33b86c !important
}

.bg-info {
    background-color: #29b6f6 !important
}

.bg-warning {
    background-color: #ffd740 !important
}

.bg-danger {
    background-color: #77c84e !important
}

.bg-muted {
    background-color: #d0d0d0 !important
}

.text-muted {
    color: #98a6ad
}

.text-primary {
    color: #6e8cd7
}

.text-success {
    color: #33b86c
}

.text-info {
    color: #29b6f6
}

.form-control:focus {
    border: 1px solid var(--base-color-hover) !important;
    background: #fff;
    box-shadow: none
}

.select-search .btn-group-toggle {
    width: 100%;
    margin: 7px 0 16px
}

.select-search .btn-group-toggle label.btn {
    width: 33.33333%
}

label {
    font-size: 14px;
    font-weight: 400
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
    padding: 9px 10px
}

.select-search .btn-group-toggle>.btn.active,
.select-search .btn-group-toggle>.btn:active,
.select-search .btn-group-toggle>.btn:focus,
.select-search .btn-group-toggle>.btn:hover {
    z-index: 2;
    border-color: #eee;
    background: rgba(242, 242, 247, .86);
    box-shadow: none
}

.select-search .btn-group-toggle label.btn i {
    font-size: 21px;
    display: block;
    padding-bottom: 8px
}

.select-search .control-label {
    margin-bottom: 2px;
    padding-top: 2px;
    text-align: right
}

.select-search .form-group {
    margin-bottom: 5px
}

.label {
    font-size: 75%;
    font-weight: 400;
    line-height: 10px;
    display: inline;
    padding: 6px 0 8px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #fff;
    border-radius: 2px
}

.checkbox label {
    position: relative;
    display: inline-block;
    padding-left: 5px
}

.checkbox label::after,
.checkbox label::before {
    position: absolute;
    left: 0;
    display: inline-block;
    margin-left: -20px
}

.checkbox label::before {
    width: 17px;
    height: 17px;
    content: '';
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: 0 !important;
    background-color: #fff
}

.checkbox label::after {
    font-size: 11px;
    top: 0;
    width: 16px;
    height: 16px;
    padding-top: 1px;
    padding-left: 3px;
    color: #555
}

.checkbox-danger input[type=checkbox]:checked+label::after,
.checkbox-info input[type=checkbox]:checked+label::after,
.checkbox-primary input[type=checkbox]:checked+label::after,
.checkbox-success input[type=checkbox]:checked+label::after,
.checkbox-warning input[type=checkbox]:checked+label::after {
    color: #fff
}

.checkbox input[type=checkbox] {
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    outline: 0 !important
}

.checkbox input[type=checkbox]:disabled+label {
    opacity: .65
}

.checkbox input[type=checkbox]:focus+label::before {
    outline: 0;
    outline-offset: -2px
}

.checkbox input[type=checkbox]:checked+label::after {
    font-family: themify;
    content: '\e64c'
}

.header .navigation-menu,
.nav-tabs>li>a.active,
.nav-tabs>li>a.active:focus,
.nav-tabs>li>a.active:hover,
.nav.nav-tabs,
.nav.nav-tabs>li>a,
.nav.tabs-vertical>li>a,
.tabs-vertical>li.active>a,
.tabs-vertical>li.active>a i,
.tabs-vertical>li.active>a:focus,
.tabs-vertical>li.active>a:hover {
    font-family: Quicksand, sans-serif
}

.checkbox input[type=checkbox]:disabled+label::before {
    cursor: not-allowed;
    background-color: #ddd
}

.checkbox.checkbox-circle label::before {
    border-radius: 50%
}

.checkbox.checkbox-single label {
    height: 17px
}

.checkbox-primary input[type=checkbox]:checked+label::before {
    border-color: #6e8cd7;
    background-color: #6e8cd7
}

.checkbox-danger input[type=checkbox]:checked+label::before {
    border-color: #ef5350;
    background-color: #ef5350
}

.checkbox-info input[type=checkbox]:checked+label::before {
    border-color: #29b6f6;
    background-color: #29b6f6
}

.checkbox-warning input[type=checkbox]:checked+label::before {
    border-color: #ffd740;
    background-color: #ffd740
}

.checkbox-success input[type=checkbox]:checked+label::before {
    border-color: #33b86c;
    background-color: #33b86c
}

.radio {
    padding-left: 20px
}

.radio label {
    position: relative;
    display: inline-block;
    padding-left: 5px
}

.radio label::after,
.radio label::before {
    position: absolute;
    display: inline-block;
    margin-left: -20px
}

.radio label::before {
    left: 0;
    width: 17px;
    height: 17px;
    content: '';
    -webkit-transition: border .5s ease-in-out;
    transition: border .5s ease-in-out;
    border: 1px solid #ccc;
    border-radius: 50%;
    outline: 0 !important;
    background-color: #fff
}

.radio label::after {
    top: 3px;
    left: 3px;
    width: 11px;
    height: 11px;
    content: ' ';
    -webkit-transition: -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33), -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    transition: transform .1s cubic-bezier(.8, -.33, .2, 1.33), -webkit-transform .1s cubic-bezier(.8, -.33, .2, 1.33);
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    border-radius: 50%;
    background-color: #555
}

.radio-primary input[type=radio]+label::after,
.radio-primary input[type=radio]:checked+label::after {
    background-color: #6e8cd7
}

.radio input[type=radio] {
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    outline: 0 !important
}

.radio input[type=radio]:disabled+label {
    opacity: .65
}

.radio input[type=radio]:focus+label::before {
    outline: 0;
    outline-offset: -2px
}

.radio input[type=radio]:checked+label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1)
}

.radio input[type=radio]:disabled+label::before {
    cursor: not-allowed
}

.radio.radio-single label {
    height: 17px
}

.radio-primary input[type=radio]:checked+label::before {
    border-color: #6e8cd7
}

.radio-danger input[type=radio]+label::after,
.radio-danger input[type=radio]:checked+label::after {
    background-color: #ef5350
}

.radio-danger input[type=radio]:checked+label::before {
    border-color: #ef5350
}

.radio-info input[type=radio]+label::after,
.radio-info input[type=radio]:checked+label::after {
    background-color: #29b6f6
}

.radio-info input[type=radio]:checked+label::before {
    border-color: #29b6f6
}

.radio-warning input[type=radio]+label::after,
.radio-warning input[type=radio]:checked+label::after {
    background-color: #ffd740
}

.radio-warning input[type=radio]:checked+label::before {
    border-color: #ffd740
}

.radio-success input[type=radio]+label::after,
.radio-success input[type=radio]:checked+label::after {
    background-color: #33b86c
}

.radio-success input[type=radio]:checked+label::before {
    border-color: #33b86c
}

.color-green {
    color: #33b86c
}

.label-primary {
    background-color: #6e8cd7
}

.label-success {
    background-color: #33b86c
}

.label-info {
    background-color: #29b6f6
}

.label-warning {
    background-color: #ffd740
}

.label-danger {
    background-color: #ef5350
}

.dropcap {
    font-size: 3.1em
}

.dropcap,
.dropcap-circle,
.dropcap-square {
    font-weight: 400;
    line-height: 36px;
    display: block;
    float: left;
    margin-right: 6px;
    text-shadow: none
}

.legendLabel {
    padding-left: 10px !important
}

.alert-success {
    color: #33b86c;
    border-color: #7ad19f;
    background-color: #ccedda
}

.alert-success .alert-link {
    color: #268a51
}

.has-success .form-control {
    border-color: #33b86c;
    box-shadow: none !important
}

.has-warning .form-control {
    border-color: #ffd740;
    box-shadow: none !important
}

.has-error .form-control {
    border-color: #ef5350;
    box-shadow: none !important
}

.input-group-addon {
    border: 1px solid #eee;
    border-radius: 2px
}

.header {
    background-color: var(--color-base-one)
}

.top-bar .top-bar-right ul {
    margin-right: 10px
}

.top-bar {
    background: var(--color-base-one);
    font-size: 13px;
    padding: 0
}

.top-bar .top-bar-right p {
    padding: 4px 0;
    margin: 0
}

.top-bar .top-bar-right strong {
    color: #fff
}

.top-bar ul {
    margin: 0
}

.top-bar .top-bar-link {
    padding: 19px 5px 15px;
    font-size: 12px;
    border-radius: 2px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    display: inline-block
}

.top-bar .top-bar-link::after {
    position: relative;
    top: 2px
}

.top-bar .top-bar-link:hover svg {
    fill: var(--color-red-hover)
}

.top-bar .top-bar-link:hover {
    color: var(--color-red-hover)
}

.coupon-block .coupon-value,
.panel-title,
.widget .widget-heading a {
    font-family: Quicksand, sans-serif
}

.btn-code span.btn-hover:after,
.ribbon:after,
.ribbon:before,
.tag:before {
    content: ''
}

@media (min-width:768px) {
    .header .navigation-menu>li.has-submenu:hover>.submenu {
        visibility: visible;
        margin-top: 0;
        opacity: 1
    }

    .header .navigation-menu>li.has-submenu:hover>.submenu>li.has-submenu:hover>.submenu {
        visibility: visible;
        margin-right: 0;
        margin-left: 0;
        opacity: 1
    }

    .navbar-toggle {
        display: block
    }
}

.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 20px 0;
    text-align: left !important;
    color: #58666e;
    border-top: 1px solid rgba(33, 33, 33, .1)
}

#owl-demo,
.thumb-inside,
.thumbnail {
    position: relative
}

.footer ul li {
    padding-right: 10px;
    padding-left: 10px
}

.footer ul li a {
    color: #797979
}

.footer ul li a:hover {
    color: #6e8cd7
}

.widget {
    margin-bottom: 15px;
    -webkit-transition: all .4s;
    transition: all .4s;
    background: #fff;
    box-shadow: 0 1px 2px #d9dadb
}

.widget-inner {
    padding: 20px 15px;
    margin-bottom: 15px
}

.widget .widget-heading {
    padding: 11px 20px 8px;
    color: #fff;
    border-bottom: 1px solid #eee
}

.widget .widget-heading .sort {
    margin-bottom: 0
}

.widget .widget-heading .sort .form-control {
    margin-bottom: 0;
    padding: 3px 10px
}

.widget .widget-heading .widget-title {
    font-size: 16px;
    font-weight: 500;
    float: right;
    margin-top: 0;
    margin-bottom: 0
}

.widget .widget-heading .widget-title.collapsed span:before {
    content: "\e64b"
}

.widget .widget-heading .widget-widgets {
    font-size: 13px;
    line-height: 29px;
    position: relative;
    display: inline-block;
    float: left;
    text-align: left
}

.widget .widget-heading .widget-widgets .divider {
    margin: 0 5px
}

.widget .widget-heading a {
    display: inline-block;
    color: #77c84e
}

.widget .widget-heading a.delete {
    color: var(--color-delete)
}

.widget .widget-heading a span {
    font-size: 10px
}

.widget:hover {
    box-shadow: 0 2px 5px #d9dadb
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a,
.tag {
    color: #25282b
}

.widget .widget-body {
    padding: 20px;
    border-radius: 2px
}

.panel .panel-body {
    padding: 20px
}

.panel .panel-body p {
    margin: 0
}

.panel .panel-body p+p {
    margin-top: 15px
}

.panel-heading {
    padding: 12px 20px;
    border: none !important;
    border-radius: 0
}

.panel-default>.panel-heading {
    color: #797979;
    border-bottom: none;
    background-color: #fafafa
}

.panel-title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0
}

.panel-title a i {
    padding-right: 7px;
    vertical-align: middle
}

.panel-color .panel-title {
    color: #fff
}

.panel-border {
    border-radius: 3px
}

.panel-border .panel-heading {
    padding: 10px 20px 0;
    border-radius: 3px;
    background-color: #fff
}

.panel-border .panel-body {
    padding: 15px 20px 20px
}

.slide-wrap {
    margin-top: 15px;
    margin-bottom: 15px
}

#owl-demo .item {
    height: 200px;
    padding: 30px 0;
    text-align: center;
    border: 1px solid #999;
    background: #aaa;
    text-shadow: none
}

.carousel-tabs {
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 1px 2px #d9dadb
}

.carousel-tabs .tab {
    padding: 20px;
    color: inherit;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    direction: rtl
}

.carousel-tabs .tab .media-heading {
    font-size: 17px;
    font-weight: 500;
    color: #25282b
}

.carousel-tabs .tab:last-child {
    border-right: transparent
}

.thumbnail {
    line-height: 1.42857143;
    display: block;
    margin-bottom: 10px;
    padding: 4px;
    -webkit-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    border: 1px solid #eee;
    border-radius: 0;
    background-color: #fff;
    text-align: center
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #eee;
    box-shadow: rgba(47, 48, 51, .1) 0 0 5px 1px
}

.thumb-inside .favorite a {
    position: absolute;
    top: 5px;
    right: 8px;
    color: #ddd
}

.thumb-inside .favorite a:hover i {
    color: #ec1076
}

.coupons-cat div a {
    line-height: 35px;
    color: inherit
}

.coupons-cat div a:hover {
    color: #77c84e
}

.file-cat {
    text-align: right
}

.file-cat div a {
    line-height: 35px;
    color: inherit
}

.file-cat div a:hover {
    color: #77c84e
}

.coupon-wrapper {
    min-height: 160px;
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f8f8f8
}

.coupon-wrapper.coupon-single {
    position: relative;
    padding: 20px 15px;
    background-color: #fff;
    box-shadow: 0 1px 2px #d9dadb
}

.coupon-wrapper.coupon-single:last-of-type {
    margin-bottom: 10px
}

.savings {
    border: 1px dashed #ddd;
    border-radius: 3px;
    background: rgba(242, 242, 247, .17)
}

.savings .large {
    font-size: 2.3em;
    font-weight: 700;
    margin-bottom: -10px;
    padding-top: 8px
}

.savings .small {
    font-weight: 700;
    max-width: 60px;
    margin: 14px auto auto;
    padding: 5px 0 10px
}

.savings .type {
    padding: 5px 0;
    border-top: 1px dashed #e7e7e7;
    background: rgba(242, 242, 247, .86)
}

@media (max-width:779px) and (min-width:277px) {
    .coupon-wrapper {
        text-align: center
    }

    .savings {
        max-width: 200px;
        margin: 0 auto 20px
    }

    .coupon-wrapper .btn-code {
        margin: 15px auto
    }
}

.coupon-contain span.verified.text-success i {
    padding-right: 5px
}

.coupon-contain ul li {
    line-height: 7px;
    vertical-align: middle
}

.coupon-contain ul.coupon-details li:first-of-type {
    margin-left: 0;
    padding-left: 0
}

.coupon-contain p.collapsed {
    cursor: pointer
}

.coupon-contain .list-inline {
    font-size: 13px;
    padding-left: 5px;
    color: #a1a3a7
}

.coupon-details {
    margin-top: 15px;
    margin-bottom: 0
}

.coupon-details ul li {
    margin-left: 0
}

.coupon-details .btn-group .btn:nth-of-type(2) {
    color: #7ab55c
}

.coupon-title {
    margin-top: 15px;
    margin-bottom: 10px
}

.coupon-title a {
    font-size: 21px;
    font-weight: 400;
    line-height: 28px;
    margin-top: auto;
    color: #212121
}

.btn-code,
.btn-code span.partial-code {
    line-height: 34px;
    display: block;
    overflow: hidden
}

.button-contain .btn-code {
    max-width: 160px;
    margin-top: 30px
}

.btn-code {
    position: relative;
    height: 36px;
    margin: auto;
    border-radius: 2px
}

.btn-code span.partial-code {
    padding-right: 11px;
    text-align: right;
    color: #4a90e2;
    border: 1px dashed #4a90e2;
    border-radius: 3px;
    background: #e0efff
}

.btn-code span.btn-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 36px;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    color: #77c84e;
    border: 1px solid #77c84e;
    border-radius: 3px;
    background-color: #fff
}

.btn-code span.btn-hover:hover {
    width: 80%;
    color: #fff;
    background-color: #77c84e
}

.btn-code span.btn-hover:after {
    position: absolute;
    right: -26px;
    width: 0;
    height: 0;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
    border-right: 0 solid transparent;
    border-left: 26px solid transparent;
    -webkit-filter: FlipV;
    filter: FlipV;
    -ms-filter: FlipV
}

.btn-code span.coupon-hover-corner {
    position: absolute;
    z-index: 13;
    top: 0;
    left: 74%;
    display: block;
    width: 42px;
    height: 46px;
    margin-top: 2px;
    -webkit-transition: -webkit-transform 250ms, background-position 250ms, -webkit-transform 250ms;
    transition: transform 250ms, background-position 250ms, -webkit-transform 250ms;
    -webkit-transform: rotateZ(22deg) translate(0, -10px) scaleX(.9);
    transform: rotateZ(22deg) translate(0, -10px) scaleX(.9);
    border-radius: 0 0 4px 4px;
    background: -webkit-linear-gradient(52deg, #7ab55c 0, #7ab55c 49%);
    background: -webkit-linear-gradient(52deg, #7ab55c 0, #7ab55c 49%);
    background: linear-gradient(38deg, #7ab55c 0, #7ab55c 49%);
    background-color: #7ab55c;
    background-repeat: no-repeat;
    background-position: 0 6px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.btn-code span.coupon-hover:hover:after {
    border-top: 44px solid #7ab55c
}

.button-contain .btn-group {
    margin-top: 15px
}

.coupon-block .coupon-store {
    line-height: 78px
}

.coupon-block .coupon-value {
    font-size: 21px;
    font-weight: 600;
    line-height: 1;
    margin: 25px 0 0
}

.coupon-block,
.coupon-block .coupon-store {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 10px;
    text-align: center
}

.coupon-block .coupon-image {
    display: block;
    height: 220px
}

.coupon-block .coupon-store {
    display: block;
    height: 90px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee
}

.coupon-block .coupon-store img {
    display: block;
    width: 170px;
    height: 70px;
    margin: auto
}

.coupon-block .coupon-title {
    margin: 15px 30px
}

.coupon-block .action-block {
    max-width: 80%;
    margin: 0 auto 15px;
    text-align: center
}

.coupon-block .action-block .btn-code {
    display: block;
    max-width: 140px;
    margin: 0 auto 20px
}

span.expiry_date {
    font-size: 13px;
    display: block;
    margin-bottom: 22px;
    padding: 0 15px;
    color: #a1a3a7
}

.coupon_code,
.report .vote-link,
.tag {
    display: inline-block
}

.trending-coupons .widget-body {
    padding: 0
}

.trending-coupons .widget-body .media {
    font-size: 13px;
    margin-top: 0;
    padding: 8px;
    border-bottom: 1px solid #eee
}

.trending-coupons .widget-body .media .media-body {
    padding-right: 4px
}

.trending-coupons .widget-body .media img {
    width: 100px
}

.trending-coupons .widget-body .media:last-child {
    border-bottom: none
}

.trending-coupons .widget-body .media:hover {
    background-color: #f9f9f9
}

.trending-coupons .widget-body .media .media-heading {
    font-size: 16px;
    font-weight: 500
}

.tags {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none
}

.tags li {
    float: right
}

.tag {
    font-size: 14px;
    line-height: 26px;
    position: relative;
    height: 28px;
    margin: 0 10px 10px 1px;
    padding: 0 23px 0 20px;
    -webkit-transition: all .4s;
    border: 1px solid #eee;
    border-radius: 2px
}

.tag:after,
.tag:before {
    -webkit-transition: all .4s;
    background: #fff
}

.tag:before {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, .25)
}

.tag:after {
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent
}

.tag:hover {
    color: #fff;
    border-color: #77c84e;
    background-color: #77c84e
}

.tag:hover:after {
    border-left-color: #aacc4e
}

.terms {
    font-size: 13px;
    line-height: 18px;
    color: #686868
}

.newsletter-wrap .widget-heading {
    border-bottom: none
}

.newsletter-alert {
    padding: 60px 0
}

.newsletter-form {
    max-width: 480px;
    margin: 25px auto 0
}

.newsletter-form h4 i {
    padding-right: 10px;
    vertical-align: middle
}

.newsletter-form .input-group {
    margin-bottom: 10px
}

.newsletter-form input {
    height: 44px;
    background-color: #fff
}

.coupon_modal.modal .modal-dialog .modal-content {
    padding: 0;
    border-color: #eee;
    border-radius: 0;
    box-shadow: none
}

.coupon_modal_content {
    font-size: 16px;
    padding: 40px 15px 40px;
    border-radius: 0
}

.coupon_modal button.close {
    position: absolute;
    top: -1px;
    right: -1px;
    padding: 10px;
    cursor: pointer;
    opacity: 1;
    color: #fff;
    border: 0;
    background: #77c84e;
    text-shadow: none;
    -webkit-appearance: none
}

.coupon_code {
    font-size: 21px;
    position: relative;
    width: 100%;
    margin: 5px auto;
    padding: 10px 20px;
    text-align: center;
    border: 2px dashed azure
}

.newsletter-modal {
    padding: 20px;
    text-align: center;
    background: #f8f8f8
}

.report {
    font-size: 13px;
    font-weight: 400;
    margin-top: 12px;
    padding: 0;
    text-align: center
}

.report .vote-link {
    padding: 0 5px 2px;
    cursor: pointer;
    border-bottom: 0;
    background: #fff
}

.explain_group .item,
.sidebar-nav li a {
    display: block;
    cursor: pointer;
    text-decoration: none
}

.explain_group_btn {
    background-color: #fff !important;
    -moz-border-radius: 50%;
    border-radius: 15px;
    padding: 13px 23px;
    display: inline-block;
    position: absolute;
    bottom: -18px;
    left: 8px
}

.off_group .item,
.sidebar-nav li a {
    display: inline-block;
    cursor: pointer;
    text-decoration: none
}

.off_group2 .item,
.sidebar-nav li a {
    display: block;
    cursor: pointer;
    text-decoration: none
}

.report .vote-link.yes {
    margin-top: 5px;
    margin-left: 8px;
    color: #649127;
    border-bottom: 2px solid #649127
}

.report .vote-link.no {
    margin-top: 5px;
    margin-left: 8px;
    color: #d70954;
    border-bottom: 2px solid #d70954
}

.coupon_modal.modal .nav {
    border-top: 0;
    border-radius: 0;
    background: #25282e
}

.coupon_modal.modal .nav-pills>li a {
    padding-top: 20px;
    padding-bottom: 20px
}

.coupon_modal.modal .nav-pills>li.active>a,
.coupon_modal.modal .nav-pills>li.active>a:focus,
.coupon_modal.modal .nav-pills>li.active>a:hover,
.coupon_modal.modal .nav-pills>li>a:hover {
    color: #fff;
    border-radius: 0;
    background-color: #25282e
}

.tooltip-inner {
    max-width: 310px;
    padding: 5px 8px;
    text-align: center;
    color: #fff;
    background-color: var(--color-mokamel-2);
    border: 1px solid var(--color-mokamel-1);
    border-radius: 3px
}

.tooltip.top .tooltip-arrow {
    border-top-color: var(--color-mokamel-1)
}

.faq h3,
.faq p.larger-text {
    font-weight: 600;
    color: #1e1e23
}

.faq {
    padding: 89px 0 95px
}

.faq h3 {
    font-size: 28px;
    margin: 0 0 70px;
    text-align: center
}

.faq p.larger-text {
    font-size: 18px;
    margin: 0 0 24px;
    padding: 0
}

.faq p {
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 60px;
    padding: 0;
    color: #797b81
}

.faq-section .panel-heading {
    padding: 16px 20px 12px;
    border: none !important;
    border-radius: 0
}

.faq-section .panel .panel-title>a {
    color: #2a2c36
}

.faq-section .panel .panel-title>a i {
    padding-right: 8px
}

.explain_group .item {
    padding: 30px 20px;
    background-color: #fff;
    min-height: 198px;
    border-top: 3px solid var(--color-barex-yellow);
    border-radius: var(--rounded-cu);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.explain_group .item:hover {
    border-color: var(--color-barex-yellow-hover)
}

.explain_group .item:hover .morab {
    background-color: var(--color-barex-yellow-hover);
    color: #fff
}

.explain_group .item .box-icon {
    float: right;
    width: 110px;
    height: 100px;
    padding: 0;
    margin-left: 10px
}

.explain_group .item .box-icon i {
    font-size: 18px;
    float: right;
    margin-left: 15px;
    padding: 16px;
    color: #fff;
    border-radius: 100%
}

.explain_group .item .box-info {
    color: #333;
    text-align: right
}

.explain_group .item .box-info.box-info2 {
    margin: 0
}

.explain_group .item .box-info h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17px;
    color: #9589ff
}

.explain_group .item .box-info h4 {
    font-size: 15px;
    font-weight: 500;
    margin: 16px 0 7px 0;
    color: var(--color-base)
}

.explain_group .item .box-info .point {
    font-size: 13px;
    line-height: 26px
}

.explain_group .item .box-info .point i {
    padding-left: 5px;
    color: #7ab55c;
    float: right;
    padding-top: 5px
}

.off_group {
    margin-top: 30px
}

.off_group .item {
    padding: 5px;
    background-color: #fff;
    box-shadow: 0 1px 2px #d9dadb
}

.off_group .item .box-icon {
    float: left;
    width: 50px;
    height: 50px
}

.off_group .item .box-icon i {
    font-size: 18px;
    float: left;
    margin-right: 15px;
    padding: 16px;
    color: #fff;
    border-radius: 100%
}

.off_group .item .box-info {
    margin-left: 65px;
    color: #333
}

.off_group .item .box-info h3 {
    margin-top: 0;
    margin-bottom: 0
}

.off_group .item .box-info h4 {
    font-size: 16px;
    font-weight: 300;
    margin: 7px 0;
    color: #a1a3a7
}

.off_group .item .box-info .point {
    font-size: 13px;
    line-height: 26px
}

.off_group .item .box-info .point i {
    padding-left: 5px;
    color: #7ab55c;
    float: right;
    padding-top: 5px
}

.off_group2 .item {
    padding: 5px;
    background-color: #fff;
    box-shadow: 0 1px 2px #d9dadb
}

.off_group2 .item .box-icon {
    float: left;
    width: 50px;
    height: 50px
}

.off_group2 .item .box-icon i {
    font-size: 18px;
    float: left;
    margin-right: 15px;
    padding: 16px;
    color: #fff;
    border-radius: 100%
}

.off_group2 .item .box-info {
    margin-left: 65px;
    color: #333
}

.off_group2 .item .box-info h3 {
    margin-top: 0;
    margin-bottom: 0
}

.off_group2 .item .box-info h4 {
    font-size: 16px;
    font-weight: 300;
    margin: 7px 0;
    color: #a1a3a7
}

.off_group2 .item .box-info .point {
    font-size: 13px;
    line-height: 26px
}

.off_group2 .item .box-info .point i {
    padding-left: 5px;
    color: #7ab55c;
    float: right;
    padding-top: 5px
}

.widget.categories .widget-body {
    padding: 0
}

.sidebar-nav {
    margin: 0;
    padding: 0;
    background: #fff
}

.sidebar-nav li {
    position: relative;
    list-style-type: none;
    border-bottom: 0
}

.sidebar-nav li i {
    font-size: 18px;
    margin-right: 20px;
    padding-right: 10px;
    color: #25282b;
    border-right: 1px solid #e6e7eb
}

.sidebar-nav li a {
    font-weight: 400;
    line-height: 48px;
    position: relative;
    clear: both;
    overflow: hidden;
    height: 48px;
    padding: 0 56px 0 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #25282b;
    border-bottom: 1px solid #e6e7eb;
    -o-text-overflow: ellipsis
}

.sidebar-nav li:last-of-type a {
    border-bottom: 0
}

.sidebar-nav li a:focus,
.sidebar-nav li a:hover {
    outline: 0;
    background-color: #f7f8fa;
    box-shadow: none
}

.sidebar-nav li a .caret {
    position: absolute;
    top: 23px;
    right: 37px
}

.sidebar-nav li a .sidebar-badge {
    position: absolute;
    top: 0;
    right: 16px
}

.sidebar-nav li a:hover {
    background: 0 0
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    border-color: #dae2ed;
    background-color: #f7f8fa
}

.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none
}

.sidebar-nav .dropdown.open {
    background-color: #f3f3f3
}

.pricing h2 {
    margin: 20px 0
}

.pricing .panel {
    margin-top: 20px;
    margin-bottom: 35px;
    padding-bottom: 40px;
    box-shadow: 0 1px 2px #d9dadb
}

.pricing .panel.panel-default .panel-heading {
    padding: 20px;
    border-bottom: #dae2ed 1px solid;
    background: #25282e
}

.pricing .panel.panel-default .panel-heading h4 {
    color: #fff
}

.pricing .panel.panel-default .list-group-item {
    border-color: transparent
}

.pricing .panel.panel-highlight {
    border-radius: 0
}

.pricing .panel .panel-heading .price {
    font-size: 55px;
    font-weight: 800;
    margin: 10px;
    padding: 0
}

.pricing .panel .panel-heading .price small {
    font-size: .4em;
    font-weight: 400;
    padding-left: 5px
}

.pricing .panel .list-group {
    padding-top: 35px;
    border: 0;
    background-color: transparent
}

.pricing .panel .panel-body {
    padding: 30px 50px 20px
}

.pricing .panel ul.list-group li.list-group-item.text-muted {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 65px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.pricing .panel ul.list-group li.list-group-item em {
    font-weight: 300;
    margin: 0 .5ex
}

.coupon-single .ribbon-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 80px;
    height: 85px
}

.ribbon {
    font-size: 13px;
    position: relative;
    top: 14px;
    left: -3px;
    width: 120px;
    padding: 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    text-align: center;
    color: #fff
}

.ribbon:after,
.ribbon:before {
    position: absolute;
    bottom: -3px;
    border-top: 3px solid #6e8900
}

.ribbon:before {
    left: 0
}

.ribbon:after {
    right: 0
}

.dp-header {
    margin-bottom: 30px;
    padding: 20px 0;
    background: #fff;
    box-shadow: 0 1px 2px #d9dadb
}

.dph-info {
    min-height: 140px;
    padding-left: 160px
}

.dph-info img {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 140px
}

.dph-info h4 {
    font-size: 26px;
    margin: 18px 0 10px;
    color: #202126
}

.dph-info p {
    font-size: 14px;
    margin-bottom: 15px;
    padding: 0;
    color: #333
}

.dph-info div a {
    font-size: 12px;
    line-height: 22px;
    display: inline-block;
    width: 86px;
    height: 24px;
    margin-right: 5px;
    text-align: center;
    border: 1px solid #77c84e;
    border-radius: 3px
}

.dph-info div a:hover {
    color: #fff;
    border: 1px solid #77c84e;
    background-color: #77c84e
}

.dph-reviews {
    padding-top: 42px
}

.dph-reviews p {
    font-size: 14px;
    float: left;
    padding-left: 15px;
    color: #333
}

.dph-reviews p span {
    font-size: 26px;
    font-weight: 700;
    display: block;
    color: #202126
}

.dph-reviews p span em {
    font-size: 18px;
    font-style: normal
}

.dph-rec {
    position: relative;
    padding-left: 99px !important
}

.dph-rec i {
    font-size: 18px;
    line-height: 43px;
    position: absolute;
    top: -4px;
    left: 30px;
    width: 48px;
    height: 48px;
    text-align: center;
    color: #000;
    border: 2px solid #e6e7eb;
    border-radius: 50%
}

.blog-quote h5,
.post-meta li {
    font-size: 12px;
    text-transform: uppercase
}

.dp-about {
    padding: 18px 27px 30px;
    border: 1px solid #e6e7eb;
    border-radius: 3px;
    background: #fff
}

.dp-info {
    padding: 33px 0 87px;
    background: #e6e7eb
}

.list-check>li {
    line-height: 28px;
    position: relative;
    margin-bottom: 3px;
    padding-left: 20px
}

.list-check>li:after {
    font-family: themify;
    position: absolute;
    top: 0;
    left: 0;
    content: '\e64c';
    color: #7ab55c
}

@media (max-width:767px) {
    .content-page {
        margin-left: 0 !important
    }

    .navbar-nav .open .dropdown-menu {
        position: absolute;
        right: 0;
        left: auto;
        background-color: #fff;
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26)
    }
}

@media (max-width:480px) {
    .search-bar {
        display: none
    }
}

@media (max-width:420px) {
    .hide-phone {
        display: none
    }

    .topbar-left {
        width: 70px
    }
}

.post-meta {
    display: inline-block;
    margin: 10px 0;
    padding: 0;
    color: #000
}

.post-meta li {
    display: inline-block;
    float: left;
    margin-right: 7px;
    list-style-type: none
}

.post-meta li i {
    margin-right: 6px
}

.blog-quote h5 {
    font-family: Quicksand, sans-serif;
    margin: 0 0 94px;
    color: #242626
}

.blog-quote p {
    font-family: Quicksand, sans-serif;
    font-size: 24px;
    font-style: italic;
    line-height: 36px;
    margin: 0 0 42px;
    color: #2a2c36
}

.blog-quote cite {
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: .1em;
    color: #242626
}

.blog blockquote,
.blog h3 span {
    font-family: Quicksand, sans-serif;
    font-style: italic
}

.blog-quote cite span {
    display: block;
    padding: 4px 0 16px;
    letter-spacing: 0;
    color: #9e9e9e
}

.bq-social {
    display: table;
    margin: 0 0 40px
}

.bq-social li {
    float: left;
    margin: 0 9px 0 3px
}

.bq-social li a {
    font-size: 13px;
    display: table;
    width: 32px;
    height: 32px;
    padding-top: 7px;
    text-align: center;
    color: #242626;
    border: 2px solid #f0f2f7;
    border-radius: 50%
}

.blog h3 {
    font-size: 34px;
    font-weight: 600;
    margin: -10px 0 18px
}

.blog h3 span {
    font-weight: 400
}

.blog time {
    font-size: 13px;
    display: block;
    margin: 0 0 55px;
    color: #9e9e9e
}

.blog p,
.blog p.large-text {
    line-height: 28px;
    margin: 0 0 33px
}

.blog p.large-text {
    font-size: 18px;
    padding-right: 19%;
    letter-spacing: .21px
}

.blog p {
    font-size: 16px;
    padding-right: 11%;
    letter-spacing: 0
}

.blog h4 {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 18px
}

.blog .img-caption {
    font-size: 12px;
    display: block;
    margin: 0 0 25px;
    color: #999
}

.blog .img-caption span {
    color: #242626
}

.blog .img-caption img {
    margin-bottom: 30px
}

.blog h5 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px
}

.blog blockquote {
    font-size: 24px;
    font-weight: 400;
    margin: 45px 0 70px;
    padding: 0 0 0 45px;
    color: #25282b;
    border: none
}

.icons-list h3,
.post-tags a {
    font-weight: 700
}

.post-tags {
    display: table;
    margin: 17px 0 35px
}

.post-tags a {
    font-size: 10px;
    line-height: 29px;
    float: left;
    margin-right: 11px;
    padding: 0 20px;
    color: #25282b;
    border: 1px solid #eee;
    border-radius: 3px;
    background: #fff
}

.post-tags a:hover {
    color: #fff;
    border: 1px solid #77c84e
}

.blog .social a {
    font-family: Quicksand, sans-serif;
    font-size: 10px;
    line-height: 42px;
    float: left;
    margin-right: 10px;
    padding: 0 38px;
    color: #fff;
    border-radius: 0
}

.blog .social a i {
    margin-right: 15px
}

.blog .social a.fb {
    background: #225b99
}

.blog .social a.tweet {
    background: #00adf2
}

.blog .social a:hover {
    color: #fff;
    background: #000
}

.icons-list h3 {
    margin: 1em 0
}

.icon-section {
    clear: both;
    overflow: hidden;
    margin: 0 0 3em
}

.icon-container {
    font-size: 18px;
    position: relative;
    float: left;
    width: 240px;
    padding: .7em 0;
    text-align: left
}

.icon-container[class*=' ti-'],
.icon-container[class^=ti-] {
    font-size: 17px;
    position: absolute;
    margin-top: 5px;
    padding: 0;
    -webkit-transition: .3s;
    transition: .3s;
    color: #000;
    border: none
}

.icon-container:hover[class*=' ti-'],
.icon-container:hover[class^=ti-] {
    font-size: 2.2em;
    margin-top: -5px
}

.icon-container:hover .icon-name {
    color: #000
}

.icon-name {
    font-size: .8em;
    margin-left: 35px;
    -webkit-transition: .3s;
    transition: .3s;
    color: #666
}

.icon-container:hover .icon-name {
    margin-left: 45px
}

.panel .panel-collapse .collapse {
    transition: transform .25s ease-in-out;
    -webkit-transition: -webkit-transform .25s ease-in-out
}

.cta-main {
    margin-top: 90px
}

.cta-box {
    padding: 10px 0;
    background-color: var(--color-barex-blue);
    margin-top: 0;
    border-bottom: 1px solid #00000012
}

.cta-box ul li {
    background: 0 0 !important
}

.cta-box h3 {
    line-height: 24px;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    text-align: right
}

.cta-box p {
    text-align: right
}

.cta-box a.btn {
    margin-top: 6px
}

.cta-grey {
    background: #f1f1f1
}

@media handheld,
only screen and (max-width:767px) {
    .cta-box {
        text-align: center
    }

    .cta-box a.btn {
        margin: 25px 0
    }
}

.box-icon {
    padding: 30px 0
}

.box-icon .icon-wrap {
    float: left;
    font-size: 40px;
    margin-top: 12px
}

.box-icon .text {
    overflow: hidden;
    padding-left: 20px
}

.box-icon .text h4 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 13px 0 5px
}

.box-icon .text p {
    margin-bottom: 13px
}

@media handheld,
only screen and (max-width:767px) {
    .box-icon .text {
        padding-left: 10px
    }
}

video {
    max-width: 100%;
    height: auto
}

.entry-deal {
    padding: 10px;
    border: 1px solid #ededed
}

.entry-deal h2 {
    font-size: 18px
}

.entry-media {
    height: 250px;
    position: relative;
    display: block
}

.deal-entry {
    padding: 0 0 0;
    display: inline-block;
    background-color: #fff;
    zoom: 1;
    margin-bottom: 15px;
    position: relative;
    box-shadow: 0 2px 3px -1px rgba(151, 171, 187, .7);
    transition: all .3s;
    direction: rtl;
    border-radius: 3px
}

.deal-entry:hover {
    box-shadow: 0 1px 10px -1px rgba(151, 171, 187, .7)
}

.deal-entry .image {
    margin: 0;
    max-width: 100%;
    display: block;
    position: relative
}

.deal-entry .image img {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: 3px 3px 0 0
}

.deal-entry.deal-entry-sm img {
    border-radius: 3px
}

.deal-entry:hover .image img {
    opacity: .8
}

.deal-entry .all-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

.deal-entry .bought {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    color: #fff;
    padding: 2px 15px;
    font-size: 13px
}

.deal-entry .bought a {
    color: #fff
}

.deal-entry .title {
    padding: 14px 15px 13px 15px;
    margin: 0;
    color: #000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-shadow: 0 1px 0 #fff;
    overflow: hidden;
    height: 65px
}

.deal-entry.green .bought,
.deal-entry.green .offer-discount {
    background-color: var(--color-mokamel-2)
}

.deal-entry.green .title {
    border-right: 5px solid var(--color-mokamel-2);
    text-align: right
}

.deal-entry.orange .title {
    border-left: 5px solid #ff5722
}

.deal-entry.orange .bought,
.deal-entry.orange .offer-discount {
    background-color: #ff5722
}

.deal-entry.orange .title {
    border-left: 5px solid #ff5722
}

.deal-entry.blue .bought,
.deal-entry.blue .offer-discount {
    background-color: #5677fc
}

.deal-entry.blue .title {
    border-left: 5px solid #5677fc
}

.deal-entry .title a {
    color: #272630;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400
}

.deal-entry .title a:hover {
    color: var(--color-base)
}

.deal-entry .procent {
    padding: 0;
    margin: 0;
    font-size: 29px;
    line-height: 30px;
    float: left;
    color: #ff5722;
    font-weight: 500
}

.deal-entry.green .procent {
    color: #77c84e
}

.deal-entry.orange .procent {
    color: #ff0623
}

.deal-entry.blue .procent {
    color: #5677fc
}

.discount-red {
    background: #ff5722
}

.discount-green {
    background: #77c84e
}

.discount-blue {
    background: #5677fc
}

.prices {
    padding: 0 0 10px 0;
    margin: 0;
    display: block;
    text-align: left
}

.prices .price {
    padding: 0;
    margin: 0;
    color: #333;
    font-size: 14px;
    line-height: 30px;
    float: left
}

.prices .price b {
    color: #77c84e;
    font-size: 15px
}

.prices .old-price {
    padding: 0 8px 0 0;
    margin: 0;
    color: #b4b4b4;
    line-height: 30px;
    text-align: right;
    float: right
}

.prices .old-price span {
    font-size: 14px;
    text-decoration: line-through
}

@media (max-width:990px) {
    .prices .old-price span {
        font-size: 11px
    }
}

.price span.price-real {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    color: #ff0046;
    bottom: calc(100% + 11px);
    left: 0;
    width: 100%;
    text-align: center;
    padding: 4px 0;
    background-color: #fff
}

.price span.price-real:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-10deg);
    transform: translate(-50%, -50%) rotate(-10deg);
    width: 100%;
    height: 1px;
    background-color: #ff0046
}

.deal-entry .info {
    padding: 8px 0 0;
    margin: 0 8px;
    border-top: 1px solid #e6e7e7;
    font-size: 12px
}

.deal-entry.deal-sm .info_bar ul li:last-child {
    width: 50%
}

.deal-entry.deal-sm .info_bar .info_link .btn {
    padding: 5px 8px;
    width: 75px
}

.deal-entry.result-entry .info_bar {
    font-size: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0
}

.deal-entry .info_bar {
    border-top: 1px solid #ededed;
    font-size: 12px;
    padding: 10px 5px;
    background: #f7f8fa;
    border-radius: 0 0 3px 3px
}

.deal-entry .info_bar ul {
    margin: 0;
    padding: 0;
    width: 100%;
    justify-content: flex-start;
    display: flex
}

.deal-entry .info_bar ul li {
    text-align: center;
    word-wrap: break-word
}

.deal-entry .info_bar span {
    padding-right: 5px
}

.deal-entry .info_bar .person {
    padding: 5px 8px 0 5px;
    border-right: 1px dashed #ededed
}

.deal-entry .info_bar .info_link {
    text-align: right
}

.deal-entry .info_bar .info_link .btn {
    font-size: 14px;
    text-transform: capitalize;
    padding: 5px 11px
}

.deal-entry .info_bar .time {
    text-align: left
}

.deal-entry .info_bar .time .time-box {
    display: inline-block
}

.deal-entry .info_bar i {
    padding-right: 0;
    display: inline-block
}

.product-page-meta {
    padding: 30px
}

.entry-content {
    padding: 10px 15px 10px;
    overflow: hidden
}

.deal-entry-sm .image .bought {
    position: absolute;
    top: 0;
    right: 0;
    bottom: inherit
}

.deal-entry-sm .image .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 0 10px 0;
    background: linear-gradient(0deg, rgba(36, 27, 36, .76) 0, rgba(34, 34, 44, 0) 100%);
    color: #fff;
    border-radius: 3px
}

.deal-entry-sm .image .caption .img-icon {
    margin-bottom: 13px
}

.deal-entry-sm .image .caption .media-heading {
    font-size: 17px;
    margin: 0;
    padding: 0 6px
}

.deal-entry-sm .image .caption .media-heading a {
    color: #fff
}

.deal-entry-sm .image .caption h3 a,
.deal-entry-sm .image .caption h4 a,
.deal-entry-sm .image .caption h5 a {
    color: #fff;
    font-size: 14px
}

.deal-entry-sm .image .caption p {
    margin-bottom: 5px
}

.deal-entry-sm .info_bar {
    background-color: #fff;
    padding: 10px 5px
}

.result-entry .entry-left {
    padding: 0
}

.result-entry .entry-left .image {
    height: 320px
}

.result-entry .entry-right {
    position: relative;
    min-height: 320px
}

.result-entry .entry-right .title {
    font-size: 20px;
    margin: 10px 0
}

.deal-price {
    margin: 15px 0
}

.deal-price .buy-now {
    float: right
}

.deal-price .price h3 {
    margin: 4px 0
}

.valueInfo div {
    display: inline-block;
    font-size: 12px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    width: 48%;
    padding: 5px 0
}

.valueInfo div {
    display: inline-block;
    font-size: 12px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    padding: 5px 0
}

.valueInfo div p {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: #000
}

.valueInfo div p.text {
    color: inherit;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 1px
}

.valueInfo div {
    display: inline-block;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    padding: 8px 0
}

.valueInfo div.save {
    border-right: 0
}

.timeLeft {
    text-align: center;
    margin: 10px 0;
    padding: 15px 0
}

.timeLeft p {
    margin: 0 0 10px 0;
    font-size: 14px;
    text-transform: uppercase
}

.timeLeft .time {
    font-size: 22px
}

.statistic {
    margin: 10px 0 0;
    font-size: 12px;
    text-align: center
}

#buyPanel .content .statistic b,
#buyPanel .content .statistic i,
.timeLeft .time b,
.timeLeft .time i {
    padding-right: 4px
}

.timeLeft .time span.stext {
    font-size: 13px
}

.deal-short-entry {
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 20px 20px 0;
    width: 80%;
    color: #fff
}

.inner-side {
    background-color: #fff;
    padding: 10px 15px;
    margin-top: 30px;
    margin-bottom: 30px
}

.listfooter li a {
    color: #7d8693
}

.listfooter li a:hover {
    color: #35c840
}

.mrg-btn {
    margin-bottom: 30px !important
}

.header .app-search {
    position: relative;
    width: 500px
}

.header .app-search .form-control,
.header .app-search .form-control:focus {
    font-family: Quicksand, sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 38px;
    padding: 7px 9px 7px 48px;
    color: #fff;
    border: none;
    border-radius: 2px;
    background: var(--color-mokamel-1);
    box-shadow: none;
    direction: rtl;
    margin: 0
}

.header .app-search input::-webkit-input-placeholder {
    font-weight: 400;
    color: rgba(255, 255, 255, .6)
}

.header .app-search input:-moz-placeholder {
    font-weight: 400;
    color: rgba(255, 255, 255, .6)
}

.header .app-search input::-moz-placeholder {
    font-weight: 400;
    color: rgba(255, 255, 255, .6)
}

.header .app-search input:-ms-input-placeholder {
    font-weight: 400;
    color: rgba(255, 255, 255, .6)
}

.header .search-form .button {
    background-color: var(--color-base);
    position: absolute;
    left: 0;
    top: 0;
    height: 38px;
    padding-top: 6px;
    border: none;
    outline: 0;
    width: 42px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    z-index: 6;
    border-radius: 2px 0 0 2px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.header .search-form .button:hover {
    background-color: var(--color-base-hover)
}

.dialog-back.open {
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, .4) !important;
    z-index: 99;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.dialog-box-par .dialog-box {
    position: absolute;
    direction: rtl;
    top: 37px;
    display: none;
    background: #fff;
    font-size: 14px;
    padding: 0 0 10px;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .12);
    border: 1px solid #ddd;
    border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .12);
    -webkit-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .12);
    -moz-box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .12)
}

.dialog-box-search img {
    width: 50px;
    height: 50px
}

.dialog-box.visible {
    display: block
}

.dialog-box-search .list {
    list-style: none;
    height: auto;
    display: block;
    padding: 0;
    margin: 0;
    font-size: 14px
}

.dialog-box-search .list>li.divider {
    border-bottom: 1px solid #d8d8d8;
    margin: 0;
    width: 100%
}

.dialog-box-search .list>li.divider.title {
    margin: 10px 20px
}

.dialog-box-search .list>li.divider.title span {
    background: #fff;
    display: inline-block;
    float: right;
    margin: 10px 0;
    font-weight: 700
}

.dialog-box-search .categories li.hover,
.dialog-box-search .categories li:hover,
.dialog-box-search .general-items li.hover,
.dialog-box-search .general-items li:hover,
.dialog-box-search .products li.hover,
.dialog-box-search .products li:hover,
.dialog-box-search .shops-in-shop li.hover,
.dialog-box-search .shops-in-shop li:hover {
    background: #fafafa
}

.dialog-box-search .categories em,
.dialog-box-search .general-items em,
.dialog-box-search .products em,
.dialog-box-search .shops-in-shop em {
    font-weight: 700;
    font-style: normal
}

.dialog-box-search .categories,
.dialog-box-search .general-items,
.dialog-box-search .shops-in-shop {
    font-size: 14px;
    line-height: 22px
}

.dialog-box-search .categories .searchTerm,
.dialog-box-search .general-items .searchTerm,
.dialog-box-search .shops-in-shop .searchTerm {
    display: none;
    font-weight: 700;
    margin-right: 10px
}

.dialog-box-search .categories a,
.dialog-box-search .general-items a,
.dialog-box-search .shops-in-shop a {
    display: block;
    padding: 5px 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dialog-box-search .categories a>span,
.dialog-box-search .general-items a>span,
.dialog-box-search .shops-in-shop a>span {
    color: var(--base-color)
}

.dialog-box-search .categories.empty-search {
    text-align: center
}

.dialog-box-search .categories.empty-search .empty-search-item {
    padding: 10px;
    color: #ed321e
}

.dialog-box-search .shops-in-shop img {
    height: 30px;
    margin: 5px 10px 5px 0
}

.dialog-box-search .shops-in-shop a {
    display: inline
}

.dialog-box-search .shops-in-shop a>span {
    text-transform: capitalize
}

.dialog-box-search .shops-in-shop a>i {
    margin-right: 4px;
    font-size: 11px
}

.dialog-box-search .shops-in-shop .brand-image {
    padding-right: 0;
    padding-left: 0
}

.dialog-box-search .general-items a,
.dialog-box-search .shops-in-shop a {
    padding-right: 10px
}

.dialog-box-search .products>.list {
    margin-top: 5px
}

.dialog-box-search .products li.product {
    margin-bottom: 5px
}

.dialog-box-search .products li.product a {
    padding: 0 10px;
    display: table;
    table-layout: fixed;
    width: 100%
}

.dialog-box-search .products li.product a .product-image {
    width: 99px;
    display: table-cell
}

.dialog-box-search .products li.product a .product-image img {
    -moz-force-broken-image-icon: 1;
    width: 99px;
    max-width: 99px;
    max-height: 50px;
    min-width: 99px;
    min-height: 50px;
    overflow: hidden
}

.dialog-box-search .products li.product a .product-details {
    padding-top: 10px;
    display: table-cell;
    width: 99%;
    vertical-align: top;
    padding-right: 7px
}

.dialog-box-search .products li.product a .product-title {
    display: block;
    color: #333;
    direction: rtl;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dialog-box-search .products li.product a .product-title>span:first-child {
    float: right;
    padding-left: 5px
}

.dialog-box-search .products li.product a .product-price {
    font-family: Quicksand, sans-serif
}

.dialog-box-search a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.dialog-box-search a:hover {
    text-decoration: none
}

.dialog-box-user {
    width: 800px;
    top: 35px;
    left: 50%;
    margin-left: -400px
}

@media (max-width:991px) {
    .dialog-box-user {
        width: 100%;
        left: 0;
        right: 0
    }
}

.navbar-brand>img {
    display: inline;
    webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.navbar-brand>img.logo-s {
    display: none
}

.navbar-brand {
    padding: 0;
    margin: 0
}

@media (max-width:767px) {
    .navbar-brand {
        float: none;
        text-align: right;
        display: block
    }

    .header .app-search {
        width: 100%
    }

    .search-box {
        display: block
    }
}

.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 500px;
    background-color: #4f10ac;
    height: 100%;
    z-index: 0;
    overflow: auto;
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden
}

.mobile-menu.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    z-index: 999999
}

.mobile-menu>nav {
    float: left;
    width: 100%;
    padding: 30px 15px
}

.mobile-menu>nav ul li {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0
}

.mobile-menu>nav>ul li a {
    float: left;
    width: 100%;
    margin: 0;
    padding: 15px 15px;
    color: #fff;
    font-weight: 700;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.mobile-menu>nav>ul>li:last-child a {
    background-color: inherit
}

.mobile-menu>nav>ul>li:last-child a:hover {
    background-color: #7017c0
}

.mobile-menu>nav>ul ul {
    float: left;
    width: 100%;
    display: none;
    position: static;
    padding: 20px 25px
}

.mobile-menu>nav>ul ul li a {
    padding: 12px 0;
    font-weight: 500
}

.mobile-menu>nav ul li.menu-item-has-children.active>a {
    background-color: #7017c0;
    border-color: transparent
}

.mobile-menu>nav ul li.menu-item-has-children>a {
    position: relative
}

.mobile-menu>nav ul li.menu-item-has-children>a:before {
    content: '\f067';
    font-family: fontawesome;
    color: #fff;
    font-size: 18px;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mobile-menu>nav ul li.menu-item-has-children.active>a:before {
    content: '\f068'
}

.mbl-logo {
    float: left;
    width: 100%;
    padding: 30px 15px 0 15px
}

.mobile-menu .close-search {
    position: absolute;
    top: 35px;
    right: 15px
}

.sec-basket .sec-basket-list {
    list-style: none;
    padding: 0
}

.sec-basket .sec-basket-list li {
    padding: 6px;
    margin: 8px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 2px;
    text-align: center;
    position: relative
}

.sec-basket .sec-basket-list li img {
    max-width: 292px;
    height: auto;
    margin: 0 auto;
    display: block;
    transition: all .3s
}

.sec-basket .sec-basket-list li .btn-delete {
    color: #d44;
    position: absolute;
    top: 7px;
    right: 8px;
    background-color: #eee;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    padding: 4px 1px 0 0;
    text-align: center;
    webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.sec-basket .sec-basket-list li .btn-delete:hover {
    background-color: #d44;
    color: #fff
}

.sec-basket .end-pay {
    padding: 0 6px 12px 6px;
    text-align: right;
    direction: rtl
}

.sec-basket .end-pay .btn-delete-all {
    color: #d44;
    margin-bottom: 20px;
    display: inline-block;
    padding-right: 10px
}

.sec-basket .end-pay .total-price span {
    padding-right: 11px;
    font-weight: 700
}

.sec-basket .btn-tas {
    background-color: var(--color-base) !important;
    display: block;
    margin: 9px;
    color: #fff;
    padding: 8px 5px
}

.sec-basket .btn-tas:hover {
    background-color: var(--color-base-hover) !important
}

.popover,
.tooltip {
    font-family: inherit
}

.namads ul {
    padding: 0;
    text-align: center
}

.namads li {
    margin: 1px;
    width: 100px;
    height: 108px;
    text-align: center;
    border-radius: 5px;
    background-color: #f0f0f0;
    border: 1px solid #e5e5ea;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-block
}

.namads li img {
    display: inline-block
}

.btn-more-amoozesh {
    padding: 10px 51px;
    font-size: 14px
}

.price-filter-number p {
    display: inline;
    margin-top: 1px
}

.noUi-connect {
    background: var(--color-base)
}

.widget-filter-check .form-group {
    padding: 20px 20px 0 20px
}

.filter-check {
    max-height: 333px;
    overflow: auto;
    padding: 0 20px
}

.filter-check label {
    padding: 8px 1px;
    cursor: pointer
}

.filter-check .custom-control-label::before {
    top: .6rem
}

.filter-check .custom-control-label::after {
    top: .6rem
}

.filter-check .custom-control {
    padding: 0 32px 0 5px;
    -webkit-transition: all .2s linear;
    transition: all .2s linear
}

.filter-check .custom-control:hover {
    background: #f9f9f9
}

#filter-side .filter-check {
    max-height: inherit
}

.filter-delete .btn {
    border: 1px solid #ddd;
    box-shadow: none;
    margin: 2px;
    padding: 2px 7px;
    font-size: 14px;
    font-weight: 400;
    white-space: nowrap
}

.filter-delete .btn span {
    font-size: 7px
}

.smallFrame {
    padding: 18px 15px;
    margin: 20px 0
}

.smallFrame i {
    position: absolute;
    font-size: 30px;
    color: #9ab84b
}

.smallFrame .content {
    margin-right: 55px;
    margin-top: 3px;
    margin-bottom: 3px;
    font-size: 20px
}

.rating-panel .rating-rtl {
    float: none
}

.rating-panel .caption {
    display: inline-block;
    margin-top: 6px
}

.rating-panel .caption span {
    padding: 3px 8px;
    font-size: 13px
}

@font-face {
    font-family: flexslider-icon;
    src: url(../fonts/webfont/flexslider-icon.eot.html);
    src: url(../fonts/webfonts/flexslider-icon.eot-.html#iefix) format("embedded-opentype"), url(../fonts/webfonts/flexslider-icon.woff.html) format("woff"), url(../fonts/webfonts/flexslider-icon.ttf.html) format('truetype'), url(../fonts/webfonts/flexslider-icon.svg.html#flexslider-icon) format("svg");
    font-weight: 400;
    font-style: normal
}

.flex-container a:focus,
.flex-container a:hover,
.flex-slider a:focus,
.flex-slider a:hover {
    outline: 0
}

.flex-control-nav,
.flex-direction-nav,
.slides,
.slides>li {
    margin: 0;
    padding: 0;
    list-style: none
}

.flex-pauseplay span {
    text-transform: capitalize
}

.flexslider {
    padding: 0
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden
}

.flexslider .slides img {
    width: 100%;
    display: block
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

html[xmlns] .flexslider .slides {
    display: block
}

* html .flexslider .slides {
    height: 1%
}

.no-js .flexslider .slides>li:first-child {
    display: block
}

.flexslider {
    margin: 0;
    position: relative;
    zoom: 1
}

.flexslider .slides {
    zoom: 1
}

.flexslider .slides img {
    height: auto
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.loading .flex-viewport {
    max-height: 300px
}

.carousel li {
    margin-right: 5px
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 25px;
    height: 30px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, .8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.flex-direction-nav a:before {
    font-family: themify;
    font-size: 24px;
    display: inline-block;
    content: "\e64a";
    color: rgba(0, 0, 0, .8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .3)
}

.flex-direction-nav a.flex-next:before {
    content: "\e649"
}

.flex-direction-nav .flex-prev {
    left: -50px
}

.flex-direction-nav .flex-next {
    right: -50px;
    text-align: right
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: .7;
    left: 10px
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: .7;
    right: 10px
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    cursor: default
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: .8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000
}

.flex-pauseplay a:before {
    font-family: flexslider-icon;
    font-size: 20px;
    display: inline-block;
    content: '\f004'
}

.flex-pauseplay a:hover {
    opacity: 1
}

.flex-pauseplay a .flex-play:before {
    content: '\f003'
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, .5);
    cursor: pointer;
    text-indent: -9999px;
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .3);
    border-radius: 20px
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, .7)
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, .9);
    cursor: default
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0
}

.flex-control-thumbs img {
    width: 100%;
    height: auto;
    display: block;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.flex-control-thumbs img:hover {
    opacity: 1
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default
}

@media screen and (max-width:860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px
    }
}

.list-file .list-group-item {
    padding: 0
}

.list-file .list-file-number {
    display: inline-block;
    width: 50px;
    min-width: 50px;
    height: 50px;
    background-color: var(--color-base);
    color: #fff
}

.list-file .list-file-content {
    display: inline-block
}

.list-file .list-group-item.disabled {
    border-top: 1px solid #eee
}

.list-file .list-group-item.disabled .list-file-number {
    background-color: var(--color-base);
    opacity: .7
}

.nasher-box .cardheader {
    height: 135px;
    position: relative
}

.nasher-box .cardheader:before {
    content: ' ';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    opacity: .6
}

.nasher-box .avatar {
    position: relative;
    top: -50px;
    margin-bottom: -50px;
    text-align: center
}

.nasher-box .avatar img {
    width: 100px;
    height: 100px;
    max-width: 100px;
    max-height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, .5)
}

.nasher-box .avatar .avatar-box {
    display: inline-block;
    position: relative
}

.nasher-box .avatar .heyat-elmi-icon {
    background-color: #78c84f;
    padding: 8px;
    border-radius: 50%;
    color: #fff;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 2px;
    bottom: 2px
}

.nasher-box .info {
    padding: 15px
}

.nasher-box .info .title {
    text-align: center
}

.nasher-box .nasher-medal-box ul {
    list-style: none;
    padding: 0;
    text-align: center
}

.nasher-box .nasher-medal-box ul li {
    display: inline-block;
    margin: 4px
}

.nasher-box .nasher-medal-box ul li img {
    width: 50px;
    height: 50px
}

.morab {
    background-color: var(--color-barex-yellow);
    color: var(--color-barex-yellow-hover);
    border-radius: var(--rounded-cu);
    width: 35px;
    height: 35px;
    font-size: 17px;
    border: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.penci-owl-featured-area .penci-slider__text h3 {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 500
}

.penci-owl-featured-area .penci-slider__text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 20px 15px;
    z-index: 99;
    color: #fff
}

.penci-owl-featured-area .penci-gradient:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 4px;
    right: 4px;
    width: auto;
    height: 100%;
    z-index: 1;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 50%, #000 90%);
    opacity: .6;
    transition: opacity .3s;
    border-radius: var(--rounded-cu)
}

.penci-owl-featured-area .post-cat {
    position: absolute;
    top: 16px;
    left: 16px
}

.penci-owl-featured-area .penci-gradient:hover:after {
    opacity: .8
}

.box-main-wite {
    box-shadow: 0 1px 10px -1px rgba(151, 171, 187, .7);
    border-radius: var(--rounded-cu) !important
}

.software-owl-carousel.owl-carousel .owl-item img {
    width: 62px;
    display: inline
}

.software-owl-carousel.owl-carousel .owl-item p {
    margin: 0
}

.software-owl-carousel.owl-carousel .owl-item {
    text-align: center
}

.software-owl-carousel.owl-carousel .owl-item .item a {
    margin: 10px;
    padding: 7px 0;
    display: block;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.software-owl-carousel.owl-carousel .owl-item .item a:hover {
    background: #f5f5f5
}

.software-owl-carousel {
    padding: 0 45px
}

.nav-software-owl-carousel {
    display: inline-block
}

.nav-software-owl-carousel .nav-custom-lefttab-n {
    position: absolute;
    left: 11px;
    top: 60px;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.nav-software-owl-carousel .nav-custom-lefttab-n:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    cursor: pointer
}

.nav-software-owl-carousel .nav-custom-lefttab-p {
    position: absolute;
    right: 11px;
    top: 60px;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.nav-software-owl-carousel .nav-custom-lefttab-p:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    cursor: pointer
}

.box-borderdar {
    display: block;
    width: 100%;
    text-align: center
}

.box-borderdar .goshe {
    background: var(--color-body);
    margin: 0;
    position: relative;
    display: inline-block;
    padding: 4px 47px;
    font-size: 15px;
    font-weight: 500;
    height: 31px;
    max-width: 800px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

@media (max-width:767.98px) {
    .box-borderdar .goshe {
        font-size: 14px;
        font-weight: 300;
        max-width: 281px
    }
}

.box-borderdar .goshe:after {
    content: '';
    position: absolute;
    width: 87px;
    height: 76px;
    background-image: url(/images/box_one.png);
    background-repeat: no-repeat;
    transform: rotatey(180deg);
    right: 0;
    top: 0
}

.box-borderdar .goshe:before {
    content: '';
    position: absolute;
    width: 56px;
    height: 41px;
    background-image: url(/images/box_one.png);
    background-repeat: no-repeat;
    left: 0;
    top: 0
}

.svg-top-bar-right {
    position: absolute;
    width: 295px;
    height: 55px;
    top: 0;
    bottom: 0
}

.svg-top-bar-left {
    position: absolute;
    width: 295px;
    height: 55px;
    left: 0;
    top: 0;
    transform: rotatey(180deg)
}

.top-svg {
    display: inline;
    width: 21px
}

.top-svg-lock {
    display: inline;
    width: 11px;
    height: 16px
}

.menu-svg {
    display: inline-block;
    width: 4vw;
    height: 40px;
    margin-bottom: 9px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.fixed-top .menu-svg {
    height: 28px
}

.navbar-brand {
    min-width: 240px
}

.new-game-panel.box-main-wite {
    box-shadow: 0 1px 10px -1px rgba(151, 171, 187, .7);
    background-color: #fff;
    padding: 0;
    margin: 0
}

.new-game-panel .list-group {
    margin: 0;
    padding: 0
}

.b-game {
    background: #c2bcff;
    width: 50px;
    height: 46px;
    padding: 11px 13px
}

@-webkit-keyframes wrench {
    0% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg)
    }

    8% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg)
    }

    10% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }

    18% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }

    20% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }

    28% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }

    30% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }

    38% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }

    40% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }

    48% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }

    50% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }

    58% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }

    60% {
        -webkit-transform: rotate(-24deg);
        transform: rotate(-24deg)
    }

    68% {
        -webkit-transform: rotate(24deg);
        transform: rotate(24deg)
    }

    75% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

.b-game img {
    -webkit-animation: wrench 2.5s ease infinite;
    animation: wrench 2.5s ease infinite
}

.b-game-text {
    background: #f2f3f8;
    margin: 0 4px 0 0;
    text-align: center;
    padding: 12px 11px;
    font-size: 17px;
    height: 46px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.new-game-panel .list-group-item:hover {
    box-shadow: 0 1px 10px -1px rgba(151, 171, 187, .7)
}

.new-game-panel .list-group-item:hover .morab {
    background-image: linear-gradient(#60a8df, #7fd6c4) !important;
    color: #fff
}

.new-game-panel .list-group-item {
    padding: 20px 26px;
    border: none;
    margin-top: 10px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.new-game-panel .list-group-item h3 {
    font-size: 14px;
    margin: 0 !important;
    padding: 0 !important;
    height: 30px;
    overflow: hidden;
    o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    line-height: 28px
}

.new-game-panel .view-game {
    position: absolute;
    bottom: 53px;
    left: 88px
}

.new-game-panel .view-game.morab {
    padding: 7px 9px;
    font-size: 15px
}

.new-game-panel .view-game-foot {
    padding-top: 2px
}

.post-type-a {
    position: relative;
    list-style: none;
    background-color: #fff;
    border-top: 3px solid transparent;
    border-radius: var(--rounded-cu);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.post-type-a:hover {
    border-color: var(--color-barex-blue)
}

.post-type-a.post-type-a-hover-none {
    border: none
}

.post-type-a .post-type-a-badge {
    position: absolute;
    top: 12px;
    left: 12px
}

.post-type-a .post-type-a-edame {
    position: absolute;
    bottom: -5px;
    left: 10px
}

.post-type-a .info-play {
    margin: 0 !important
}

.post-type-a .info-play li.list-group-item {
    list-style: none;
    border: none;
    border-radius: var(--rounded-cu);
    padding: 2px 7px;
    margin: 6px 0 0 0;
    font-size: 11px;
    color: #969696;
    font-weight: 300;
    background-color: transparent
}

.post-type-a .info-play li.list-group-item>span {
    font-weight: 500;
    color: #8c8c8c
}

.box-date-main {
    float: right;
    min-width: 170px;
    padding: 0 0 20px 20px
}

.box-date {
    padding: 0 3px;
    background: #f3f3f3;
    text-align: center;
    border-radius: var(--rounded-cu);
    width: 50%
}

.box-date .box-date-val {
    font-size: 35px;
    font-weight: 400;
    display: block
}

.box-date .box-date-comment {
    font-size: 14px;
    display: block
}

.box-date .box-date-key {
    font-size: 14px;
    font-weight: 300;
    display: inline-block
}

@media (max-width:767.98px) {
    .box-date-main {
        float: inherit;
        min-width: inherit;
        padding: 20px 0 20px 0
    }

    .box-date {
        margin-top: 6px
    }

    .box-date .box-date-val {
        display: inline-block;
        font-size: 15px
    }

    .box-date .box-date-key {
        font-size: 12px
    }

    .box-date .box-date-comment {
        font-size: 12px;
        display: inline-block
    }
}

.post-type-b .post-type-b-hover {
    background-color: transparent;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    color: transparent;
    font-size: 19px;
    text-align: center;
    padding-top: 35px;
    z-index: 2;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.post-type-b:hover .post-type-b-hover {
    background-color: var(--color-barex-yellow);
    color: #fff;
    opacity: 1
}

.post-type-b .post-type-b-hover-icon {
    font-size: 16px;
    margin-top: 8px;
    display: inline-block
}

@media (max-width:767.98px) {
    .post-type-b .post-type-b-hover {
        padding-top: 25px
    }

    .post-type-b .post-type-b-hover-icon {
        font-size: 14px;
        margin-top: 9px
    }
}

.post-type-c .post-type-c-text-box {
    background: #0000007d;
    position: absolute;
    top: 50%;
    margin-top: -48px;
    padding: 15px;
    right: 50px;
    left: 50px;
    color: #fff !important;
    text-align: center;
    border-radius: var(--rounded-cu)
}

.post-type-c .post-type-c-text-box h3 {
    color: #fff;
    font-size: 15px
}

.post-type-c .post-type-c-text-box a {
    color: #fff;
    font-size: 11px
}

.post-type-e {
    position: relative
}

.post-type-e .post-type-e-link:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: auto;
    height: 100%;
    z-index: 1;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 50%, #000 90%);
    opacity: .6;
    transition: opacity .3s
}

.post-type-f .post-type-f-btn {
    z-index: 1;
    margin-left: 6px;
    position: relative;
    top: -10px
}

.post-type-g .item {
    margin: 0 35px
}

.post-type-g .owl-nav-cu .owl-prev {
    left: 0
}

.post-type-g .owl-nav-cu .owl-next {
    right: 0
}

.post-type-g .owl-nav-cu {
    top: 40%
}

.post-type-h {
    float: right;
    width: 100%;
    position: relative;
    margin-bottom: 10px
}

.post-type-h .post-type-h-img {
    width: 60px;
    height: 60px;
    float: right
}

.post-type-i {
    position: relative
}

.post-type-i .post-type-i-badge {
    position: absolute;
    top: 12px;
    left: 13px;
    z-index: 100;
    text-align: left
}

.post-type-j .post-type-j-btn {
    position: absolute;
    bottom: -17px;
    right: 50%;
    margin-right: -17px;
    padding: 5px 1px;
    z-index: 10
}

.post-type-k .post-type-k-box-one {
    opacity: 0;
    background: var(--color-barex-yellow);
    top: 50%;
    border-radius: var(--rounded-cu);
    margin-top: -17px;
    left: 31px;
    right: 31px;
    position: absolute;
    padding: 6px 10px;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.post-type-k:hover .post-type-k-box-one {
    opacity: 1
}

.post-type-k .post-type-k-box-tow-hover {
    background: #00000050;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    position: absolute;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.post-type-k:hover .post-type-k-box-tow-hover {
    opacity: 0
}

.post-type-l {
    list-style: none;
    background: #f5f6f7;
    border-radius: var(--rounded-cu);
    border: var(--border-cu);
    margin-bottom: 15px
}

.post-type-l .post-type-l-content {
    display: inline-flex;
    background: #fff;
    margin-right: 8px;
    border-radius: var(--rounded-cu);
    padding: 8px 0 8px 8px
}

.post-type-l .post-type-l-content .post-type-l-title {
    font-size: 15px;
    text-align: left;
    font-weight: 400;
    margin: 0;
    padding-right: 7px
}

.post-type-l .post-type-l-content .img-show {
    width: 100px;
    min-width: 84px;
    margin-right: 12px
}

.post-type-l .post-type-l-box-date {
    background: #f5f6f7;
    position: relative;
    border-radius: var(--rounded-cu);
    min-width: 88px;
    text-align: center
}

.post-type-l .post-type-l-box-date span {
    width: auto;
    padding: 0 4px
}

.post-type-l .post-type-l-box-date:after {
    content: '';
    width: 26px;
    height: 26px;
    background: var(--color-barex-yellow);
    z-index: 9;
    left: -16px;
    border-radius: 70px;
    top: 50%;
    margin-top: -13px;
    position: absolute;
    border: 9px solid #f5f6f7
}

.post-type-l .post-type-l-box-date span:nth-child(1) {
    font-size: 35px !important;
    font-weight: 300 !important
}

.post-type-l .post-type-l-box-date span {
    font-size: 14px;
    font-weight: 500;
    display: block
}

@media (max-width:767.98px) {
    .post-type-l .post-type-l-box-date {
        min-width: 68px
    }

    .post-type-l .post-type-l-box-date span {
        font-size: 11px;
        font-weight: 400
    }

    .post-type-l .post-type-l-box-date span:nth-child(1) {
        font-size: 25px !important
    }
}

.post-type-m .post-type-m-content {
    display: inline-flex;
    background: #fff;
    border-bottom: var(--border-cu)
}

.post-type-m:last-child .post-type-m-content {
    border-bottom: none
}

.post-type-m .post-type-m-content .img-show {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
    border: var(--border-cu);
    margin: 0;
    display: inline-block
}

.post-type-m .post-type-m-content .post-type-m-link {
    font-size: 15px;
    font-weight: 400
}

.post-type-m .post-type-m-content .post-type-m-text {
    font-size: 13px;
    text-align: justify;
    font-weight: 300;
    padding: 0 8px;
    margin: 7px 0 0 0;
    color: #747474
}

.post-type-m .post-type-m-detile {
    min-width: 80px
}

.post-type-m .post-type-m-detile span {
    display: block;
    font-size: 12px;
    text-align: center
}

.post-type-m .post-type-m-detile span.name {
    color: var(--color-base);
    font-size: 13px
}

.post-type-n .post-type-n-date {
    background: var(--color-barex-yellow);
    color: #fff;
    position: absolute;
    padding: 6px;
    width: 60px;
    height: 60px;
    border-radius: 89px;
    left: 28px;
    top: 50%;
    margin-top: -30px
}

.post-type-n .post-type-n-date span {
    font-size: 14px;
    display: block;
    text-align: center;
    font-weight: 800
}

.post-type-o {
    float: right;
    width: 100%;
    position: relative
}

.post-type-o .post-type-o-img {
    float: left;
    width: 160px;
    margin-right: 15px
}

@media (max-width:767.98px) {
    .post-type-o .post-type-o-img {
        width: 80px
    }
}

.download-game-tab.tab-content>.tab-pane .nav-event-owl-carousel {
    top: 0;
    margin-top: 22%
}

.nav-event-owl-carousel {
    position: absolute;
    width: 100%;
    top: 0;
    margin-top: 38%;
    height: 0;
    z-index: 2
}

.nav-event-owl-carousel .event-nav-custom-lefttab-p {
    position: absolute;
    right: 30px;
    cursor: pointer
}

.nav-event-owl-carousel .event-nav-custom-lefttab-p:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    cursor: pointer
}

.nav-event-owl-carousel .event-nav-custom-lefttab-n {
    position: absolute;
    left: 63px;
    cursor: pointer
}

.nav-event-owl-carousel .event-nav-custom-lefttab-n:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    cursor: pointer
}

.event-text-box {
    background: #0000007d;
    position: absolute;
    top: 128px;
    padding: 15px;
    margin: 0 65px;
    color: #fff !important;
    text-align: center
}

.event-text-box h3 {
    color: #fff;
    font-size: 15px
}

.event-text-box a {
    color: #fff;
    font-size: 11px
}

.event-list-sub.box-asli {
    padding: 36px 36px 29px 36px
}

.news-game-soft .magal-amozeshi.majel-panel {
    border: 1px solid #eff0f5
}

.news-game-soft .magal-amozeshi.majel-panel .text-m {
    left: 20px;
    right: 0
}

.magal-amozeshi.majel-panel .content-footer .btn-moshahed {
    border-right: 1px solid #eff0f5;
    font-size: 17px;
    font-weight: 300;
    color: #0018ff;
    display: flex;
    padding: 11px 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.magal-amozeshi.majel-panel .content-footer .enf-fot {
    border-top: 1px solid #eff0f5
}

.magal-amozeshi.majel-panel .content-footer .enf-fot .amtiaz {
    padding: 11px 14px
}

.news-game-soft .magal-amozeshi.majel-panel .content-footer h4 {
    font-size: 12px;
    font-weight: 400;
    margin: 10px 13px
}

.news-game-soft .magal-amozeshi.majel-panel .text-m {
    padding: 0
}

.news-game-soft .magal-amozeshi.majel-panel .text-m .type-magale {
    padding: 9px 16px;
    background: #ff0078;
    color: #fff;
    display: flex;
    text-transform: capitalize
}

.news-game-soft .magal-amozeshi.majel-panel .text-m .type-magale.free {
    background: #d8ff00;
    color: #6c7f06
}

.news-game-soft .magal-amozeshi.majel-panel .text-m .type-text {
    padding: 9px 16px
}

.news-game-soft .magal-amozeshi.majel-panel .content-footer {
    padding: 0 1px 0 1px
}

.nav-magal-amozeshi-owl-carousel {
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0
}

.nav-magal-amozeshi-owl-carousel .magal-amozeshi-nav-custom-lefttab-n {
    top: 61px;
    position: relative;
    cursor: pointer;
    transform: rotate(90deg)
}

.nav-magal-amozeshi-owl-carousel .magal-amozeshi-nav-custom-lefttab-p {
    display: block;
    top: 187px;
    position: absolute;
    cursor: pointer;
    transform: rotate(90deg)
}

.magal-amozeshi-owl-carousel.owl-theme .owl-dots {
    bottom: inherit;
    top: 30px;
    right: 30px;
    width: auto;
    padding-top: 0;
    position: absolute
}

ul.columns {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -ms-column-count: 2;
    -o-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 1px;
    -moz-column-gap: 1px;
    -ms-column-gap: 1px;
    -o-column-gap: 1px;
    column-gap: 1px;
    list-style: inside none;
    padding: 0;
    position: absolute;
    top: 125px;
    margin-right: 1px;
    z-index: 40
}

ul.columns li {
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid
}

ul.owl-dots li.owl-dot {
    width: 8px;
    height: 8px;
    margin: 0 0 3px 3px;
    background: #d6d6d6;
    cursor: pointer;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0
}

ul.owl-dots li.owl-dot.active,
ul.owl-dots li.owl-dot:hover {
    background-color: #ff0
}

ul.por-bazdid-mataleb2-owl-dots {
    list-style: inside none;
    padding: 0;
    position: absolute;
    margin-top: 9px;
    z-index: 40;
    display: -webkit-inline-box
}

ul.por-bazdid-mataleb2-owl-dots li.owl-dot-prm2 {
    width: 8px;
    height: 8px;
    margin: 0 0 3px 3px;
    background: #d6d6d6;
    cursor: pointer;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0
}

ul.por-bazdid-mataleb2-owl-dots li.owl-dot-prm2.active,
ul.por-bazdid-mataleb2-owl-dots li.owl-dot-prm2:hover {
    background-color: #ff0
}

.por-bazdid.mataleb .por-bazdid-mataleb2-owl-carousel {
    position: absolute;
    left: 0;
    right: 0
}

.por-bazdid.mataleb .por-bazdid-mataleb2-owl-carousel .por-bazdid-mataleb2-nav-custom-lefttab-n {
    left: 50px;
    position: absolute;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.por-bazdid.mataleb .por-bazdid-mataleb2-owl-carousel .por-bazdid-mataleb2-nav-custom-lefttab-n:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    cursor: pointer
}

.por-bazdid.mataleb .por-bazdid-mataleb2-owl-carousel .por-bazdid-mataleb2-nav-custom-lefttab-p {
    right: 50px;
    position: absolute;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.por-bazdid.mataleb .por-bazdid-mataleb2-owl-carousel .por-bazdid-mataleb2-nav-custom-lefttab-p:hover {
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    cursor: pointer
}

.news-tecno-shadow {
    box-shadow: 0 1px 10px -1px rgba(151, 171, 187, .7);
    margin: 0 24px
}

.news-game-soft .magal-amozeshi.majel-panel.news-tecno {
    border: none
}

.news-game-soft .news-tecno .size-majel:after {
    background: 0 0
}

.amozesh-send .date {
    background: #a47cd5;
    color: #fff;
    position: absolute;
    padding: 10px;
    width: 60px;
    height: 61px;
    border-radius: 89px;
    left: 28px;
    top: 25px
}

.amozesh-send .date span {
    font-size: 14px;
    display: block;
    text-align: center;
    font-weight: 800
}

.amozesh-send .date h5 {
    font-size: 12px
}

ul.amozesh-send li {
    border: none
}

ul.list-por-bazdid.amozesh-send li:hover {
    background: 0 0 !important
}

.por-bazdid.mataleb.amozesh-send .b-game {
    background-color: #55e3af
}

.dropdown-menu-profile .dropdown-menu-profile-img {
    width: 60px;
    height: 60px
}

ul.menu-foot li {
    border: none;
    color: #fff !important;
    padding: 12px 0 !important
}

ul.menu-foot li a {
    color: #fff !important;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

ul.menu-foot li a:hover {
    color: #104771 !important
}

ul.menu-foot li:after {
    content: url(/images/ic_divider_menu.png);
    padding: 0 1px 0 9px
}

ul.menu-foot li:last-child:after {
    content: none
}

.popover {
    box-shadow: 0 1px 10px -1px rgba(151, 171, 187, .7);
    border: none
}

.popover img {
    padding: 5px;
    border: 1px solid transparent;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.popover img:hover {
    border: 1px solid silver;
    border-radius: 50%
}

.bs-popover-auto[x-placement^=top]>.arrow::before,
.bs-popover-top>.arrow::before {
    border-top-color: transparent
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 7px 1px 10px 10px;
    border-top-color: #cfd1da
}

.tooltip-inner {
    color: var(--color-base-tow);
    background: #cfd1da;
    border: none
}

.tooltip {
    margin-bottom: 5px
}

.dec-box-main .info-bord .share-btn {
    cursor: pointer
}

.download-game-nav.nav-pills .nav-link {
    border-radius: 0
}

.download-game-tab.tab-content>.tab-pane {
    display: flex
}

.download-game-tab.tab-content>.tab-pane .rahnama-nasb {
    line-height: 24px;
    font-size: 14px;
    font-weight: 400
}

.download-game-tab.tab-content>.tab-pane .rahnama-nasb a {
    color: #aca6f0
}

.download-game-tab.tab-content>.tab-pane .download-pad h4 {
    margin-top: 23px;
    font-size: 15px
}

.download-game-tab.tab-content>.tab-pane .event-owl-carousel .hover-movi {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(26, 26, 26, .5);
    text-align: center;
    border-radius: 5px;
    opacity: 1;
    font-size: 60px;
    color: #fff
}

.download-game-tab.tab-content>.tab-pane .event-owl-carousel .hover-movi .fa-play-circle {
    top: 39%;
    position: relative
}

.download-list {
    margin-bottom: 40px
}

.download-list:last-child {
    margin-bottom: 0
}

ul.download-list li .download-list-title {
    color: #fff;
    border-bottom: 2px solid var(--color-barex-blue-hover);
    padding-bottom: 4px;
    font-size: 15px;
    font-weight: 400;
    padding-right: 10px
}

ul.download-list li:hover .msg {
    background: var(--color-barex-blue-hover);
    color: #fff
}

ul.download-list li .msg .download-list-icon {
    margin-left: 3px
}

ul.download-list li .msg {
    font-size: 13px;
    font-weight: 300;
    padding: 6px 11px;
    border-radius: var(--rounded-cu);
    margin-bottom: 4px;
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

.dec-box-main .nav-magal-amozeshi-owl-carousel {
    position: relative;
    margin: 20px 0
}

.dec-box-main .nav-magal-amozeshi-owl-carousel .magal-amozeshi2-nav-custom-lefttab-p {
    position: relative;
    margin: 0 60px;
    cursor: pointer
}

.dec-box-main .nav-magal-amozeshi-owl-carousel .magal-amozeshi2-nav-custom-lefttab-n {
    position: relative;
    margin: 0 63px;
    cursor: pointer
}

.dec-box-main ul.columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
    margin: 22px 0 0 0;
    position: absolute;
    top: unset
}

.title-nortabet {
    font-size: 16px;
    font-weight: 700;
    color: #aca6f0;
    margin: 0 5px 0 0;
    display: inline-block
}

.box-asli {
    background-color: #fff;
    padding: 25px 0;
    margin: 0;
    border-radius: 5px
}

.card-ticket-admin {
    margin-right: 20px;
    background-color: #fcfcfc
}

.card-ticket-panel {
    margin-right: 20px
}

.card-ticket-product {
    margin-right: 20px
}

.card-ticket-factor {
    margin-right: 20px
}

.login-vip-box .btn {
    border-radius: 50px;
    font-size: 12px
}

.type-magale {
    padding: 8px 0;
    background: #ff0078;
    color: #fff;
    text-transform: capitalize;
    width: 70px;
    height: 39px;
    text-align: center;
    box-shadow: 0 1px 10px -1px rgba(151, 171, 187, .7)
}

.box-sharj .btn {
    border-radius: 50px;
    font-size: 12px;
    background: #d200df !important;
    border: 1px solid #d200df !important
}

.box-sharj .btn:hover {
    background: #bd00ca !important;
    border: 1px solid #bd00ca !important
}

.box-sharj .help h6,
.box-sharj .help p {
    font-size: 13px;
    margin: 0 10px;
    padding: 0
}

.info-show-game {
    border: 2px solid #f5f6f7;
    background: #fafafa;
    height: 345px;
    overflow: hidden
}

.info-show-game ul.info-list {
    list-style: none;
    margin: 30px 0
}

.info-show-game ul.info-list li {
    margin-bottom: 10px
}

.blockqoute-kama:before {
    content: url(/images/ic_qoute.png);
    position: relative;
    bottom: 9px;
    left: 15px;
    float: left;
    background: #fff;
    padding: 0 15px
}

.blockqoute-kama:after {
    content: url(/images/ic_qoute.png);
    position: relative;
    display: inline-block;
    bottom: -9px;
    right: 56px;
    background: #fff;
    padding: 0 15px;
    transform: rotate(180deg)
}

.blockqoute-kama {
    border: 2px solid #d4d4d4;
    border-radius: 5px;
    padding: 0 20px;
    text-align: justify
}

.box-qoute {
    border: 2px solid #d4d4d4;
    border-radius: 5px;
    padding: 19px 20px;
    text-align: justify
}

.qoute-btn img {
    position: relative;
    bottom: 9px;
    right: 56px;
    background: #fff;
    padding: 0 15px;
    transform: rotate(180deg)
}

.qoute-top img {
    position: relative;
    bottom: 9px;
    left: 15px;
    float: left;
    background: #fff;
    padding: 0 15px
}

.qoute-top.qoute-green img {
    float: right;
    right: 15px;
    bottom: 7px
}

#breadcrumbs-three {
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0
}

#breadcrumbs-three li {
    float: right;
    margin: 0 1em 0 0
}

#breadcrumbs-three h6.breaking-news {
    position: relative;
    display: inline-flex;
    float: left;
    font-size: 11px;
    font-weight: 700;
    line-height: 12px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    margin: 4px 5px;
    margin-right: 4px;
    padding: 5px 8px;
    padding-right: 17px;
    color: #444;
    background: #fff;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

#breadcrumbs-three h6.breaking-news:hover {
    color: #fff;
    background: #766fba;
    border-top: 1px solid #766fba;
    border-bottom: 1px solid #766fba;
    border-left: 1px solid #766fba
}

#breadcrumbs-three h6.breaking-news:after {
    content: '';
    position: absolute;
    z-index: 0;
    width: 17px;
    height: 15px;
    top: 3px;
    right: -7px;
    background: #fff;
    border-top: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 0 5px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s
}

#breadcrumbs-three h6.breaking-news:hover::after {
    background: #766fba;
    border: 1px solid #766fba
}

.box-tablig {
    border: 1px solid #d4d4d4
}

.box-tablig .name-box {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-align: center;
    padding: 0 5px
}

.box-tablig .title-red {
    color: #ff0078;
    position: relative
}

.box-tablig .title-red:before {
    content: url(/images/green_line.jpg);
    width: 25px;
    height: 25px;
    position: absolute
}

a.link-u-d {
    color: #d29630;
    text-decoration: underline
}

.paginntion-span {
    font-size: 17px
}

.panel .panel-header {
    color: var(--color-base);
    padding: 15px 30px;
    font-weight: 700;
    position: relative;
    display: flex
}

.panel .panel-header:not(.tab-mode)>h3 {
    padding: 0 0;
    border-bottom: 1px solid #9b8fe4;
    line-height: 3.3;
    font-size: 10px;
    position: relative;
    width: 100%;
    margin-bottom: 5px
}

.panel .panel-header h3 .inner-text {
    padding: 20px 0;
    background-color: #fff;
    position: relative;
    top: -7px;
    font-size: 14px;
    border-bottom: 1px solid #37e3ff
}

.panel .panel-header h3 .status-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -7.5px
}

.panel .panel-body {
    padding: 8px
}

.panel-header.tab-mode.bigger h3 {
    font-size: 1.8rem
}

.panel-header.tab-mode h3 {
    -webkit-box-shadow: #f2f2f2 1px 1px 1px 2px;
    -moz-box-shadow: #f2f2f2 1px 1px 1px 2px;
    box-shadow: #f2f2f2 1px 1px 1px 2px;
    display: inline-block;
    padding: 15px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-top-left: 4px;
    -moz-border-radius-top-right: 4px;
    -moz-border-radius-bottom-right: 0;
    -moz-border-radius-bottom-left: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    font-size: 1.5rem
}

.panel-header.tab-mode h3:after {
    content: '';
    position: absolute;
    background-color: #fff;
    right: 0;
    left: 0;
    bottom: -1px;
    height: 5px;
    z-index: 2
}

.custom-control-label::before {
    top: 1px;
    right: -21px;
    width: 16px;
    height: 16px
}

.custom-control-label::after {
    top: 0;
    right: -21px;
    width: 16px;
    height: 16px
}

.contact-form-cu {
    background-color: #fff
}

.contact-form-cu .form-group {
    margin-bottom: 0
}

.form-cu-2 .form-control {
    margin-bottom: 10px
}

.form-cu-2 .error-div span {
    float: right;
    padding: 6px;
    color: #db1a1a
}

.profil-tab .box_img {
    padding: 14px 22px;
    box-shadow: 0 0 14px 2px rgba(151, 171, 187, .7);
    border-radius: 8px;
    filter: grayscale(100%)
}

.profil-tab .box_img.active {
    filter: grayscale(0)
}

.profil-tab .box_text {
    font-size: 13px;
    font-weight: 400;
    margin-top: 9px;
    color: #7d8693;
    display: block
}

.vijieh-eshterak .badg-tag {
    display: block;
    z-index: 100;
    color: #8d4918;
    font-size: 12px;
    font-weight: 500;
    padding: 6px 17px;
    background: #fff596;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    border-radius: 14px;
    margin: 0
}

.info-eshterak {
    border-left: 2px solid silver
}

.info-eshterak .info-text .type-e {
    font-size: 16px;
    font-weight: 500;
    color: #dea525
}

.info-eshterak .info-text .name-e {
    font-size: 15px;
    font-weight: 500;
    color: #757387
}

.info-eshterak .info-text .num-e {
    font-size: 12px;
    color: #aeadba
}

.e-form .form-control {
    font-size: 12px;
    height: auto;
    margin-bottom: 15px;
    padding: 9px 10px;
    border: 2px solid #eee;
    border-radius: 5px;
    box-shadow: none
}

.e-form .form-control label {
    color: var(--color-base)
}

.panel-header .img-show {
    background: #fff;
    border: 10px solid #f4f4f4;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 35px;
    width: 110px;
    height: 110px
}

.panel-header .border-img {
    border: 5px solid var(--color-barex-yellow);
    border-right-color: transparent;
    border-radius: 50%;
    padding: 5px;
    width: 140px;
    height: 140px;
    -webkit-transition: all .8s ease-in-out;
    -moz-transition: all .8s ease-in-out;
    transition: all .8s ease-in-out
}

.panel-header:hover .border-img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

.frm-login .input-group-text {
    background: 0 0;
    border: 1px solid #eaecf1;
    border-radius: 5px
}

.frm-login .form-control {
    font-size: 12px;
    padding: 13px 10px 13px 37px;
    border: 1px solid #eaecf1;
    border-radius: 5px
}

#countdown {
    position: relative;
    margin: auto;
    height: 40px;
    width: 40px;
    text-align: center
}

#countdown-number {
    color: #000;
    display: inline-block;
    line-height: 40px
}

svg.timer-svg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    transform: rotateY(-180deg) rotateZ(-90deg)
}

svg circle {
    stroke-dasharray: 113px;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke-width: 2px;
    stroke: #000;
    fill: none;
    animation: countdown 10s linear infinite forwards
}

@keyframes countdown {
    from {
        stroke-dashoffset: 0
    }

    to {
        stroke-dashoffset: 113px
    }
}

.dropdown-menu-profile {
    width: 267px
}

body.about {
    background: #fff !important
}

body.about ul {
    list-style: none;
    padding: 0
}

.pb-200 {
    padding-bottom: 200px
}

.pt-150 {
    padding-top: 150px
}

#arch-carousel .indicators-one li i,
#arch-carousel .indicators-one li span,
#contact-form .form-group .help-block,
#eCommerce-carousel .color-tab ul li a,
#eCommerce-carousel .inner-item-wrapper .button-group .details-info-button,
#eCommerce-carousel .inner-item-wrapper .button-group .shop-now,
#isotop-gallery-wrapper .isotop-item .hover-jojo,
#isotop-gallery-wrapper .isotop-item .hover-jojo ul li,
#isotop-gallery-wrapper .isotop-item .hover-jojo ul li a,
#theme-banner-four .main-wrapper .button-group .more-button,
#theme-banner-two .main-wrapper .button-group .contact-button,
#theme-banner-two .main-wrapper .button-group .more-button,
.about-me-portfo .inner-content .button-group li a,
.agn-our-gallery .main-wrapper .img-box .hover-content,
.agn-our-gallery .main-wrapper .view-gallery,
.agn-what-we-do .single-block .more-button,
.arch-footer .top-footer .footer-list ul li a,
.blog-details .post-tag-area .share-icon li a,
.blog-details .post-tag-area .tags li a,
.blog-details .user-comment-area .single-comment .reply,
.blog-details-fg .blog-fg-data .video-banner-blog .video-button,
.btn,
.cart-list-form .table .product-info .product-name,
.cart-list-form .table .remove-product,
.checkout-form .checkbox-list li label:before,
.checkout-toggle-area p button,
.contact-address-two .address-block a,
.contact-us-section .contact-info ul li a,
.dark-button-one,
.eCommerce-hero-section .carousel-indicators li,
.eCommerce-hero-section .social-share li a,
.eCommerce-side-menu .main-menu-list>ul .sub-menu a,
.eCommerce-side-menu .main-menu-list>ul>li>a,
.faq-page .faq-search-form button,
.faq-page .submit-faq button,
.faq-tab-wrapper-four .faq-panel .panel .panel-heading .panel-title a i,
.form-style-three .send-button,
.gallery-sidebar .sidebar-icon ul li a,
.gallery-sidebar .sidebar-list li a,
.isotop-menu-wrapper li,
.language-switcher .dropdown-menu ul li a,
.nav-tabs .nav-link,
.navbar .mega-dropdown-list li a .icon,
.navbar-nav .nav-item .nav-link,
.our-blog .img-holder .video-button,
.our-blog .post-data .date,
.our-blog .post-data .read-more,
.our-feature-app .text-wrapper .explore-button,
.our-feature-sass .down-arrow,
.our-feature-sass .single-feature-block .text-box .read-more,
.our-project .project-item .hover-valina,
.our-project-portfo .text-content .gallery-button,
.our-service .service-block .read-more,
.our-service-app .main-content .down-arrow,
.our-service-app .main-content .more-button,
.our-service-portfo .service-block .read-more,
.our-service-sass .service-block .detail-button,
.our-service-sass .service-block .icon-s,
.our-service-sass .service-block p,
.our-service-seo .single-block .more-button,
.our-service-seo .single-block p,
.our-team .single-logestic-member .hover-content,
.our-team .single-logestic-member .hover-content ul li a,
.our-team .single-logestic-member .info-meta,
.owl-theme .owl-nav [class*=owl-],
.page-breadcrumbs li a,
.panel .panel-heading .panel-title a:before,
.pd-footer .theme-pager,
.pd-footer .theme-pager span,
.plan-button,
.plan-button:before,
.portfo-footer .copyright-text .social-icon li a,
.portfo-footer form .input-group label,
.portfo-footer form button,
.pr-footer .trial-button,
.product-details-modal .main-bg-wrapper .close-button,
.product-details-modal .main-bg-wrapper .next,
.product-details-modal .main-bg-wrapper .prev,
.product-showcase .single-product-case,
.product-showcase .single-product-case .info .cart-button span,
.product-showcase .single-product-case .info .cart-button:after,
.product-showcase .single-product-case .info .cart-button:before,
.product-showcase .single-product-case .info .name,
.project-details .share-icon li a,
.project-minimal-style .share-icon li a,
.project-with-sidebar .project-item .img-box a,
.sass-contact-banner .subscribe-button,
.sass-faq-section .down-button,
.sass-faq-section .sub-heading a,
.sass-our-pricing .single-pr-table .trial-button,
.sass-our-pricing .single-pr-table .upgrade-button,
.sass-our-pricing .single-pr-table .upgrade-button:before,
.seo-contact-banner .contact-button,
.seo-our-goal .text-wrapper .request-button,
.seo-what-we-do .single-block .wrapper,
.service-standard .service-block:before,
.shop-demo-filter .selectize-dropdown .option,
.shop-details .procuct-details .product-info .cart-button,
.shop-details .procuct-details .product-info .wishlist-button,
.shop-details .product-review-tab .nav-tabs li a:before,
.shrt-menu .main-header .cart-action-wrapper .button-group a,
.shrt-menu .menu-social-icon li a,
.shrt-menu .top-header .infoList li a,
.shrt-menu .top-header .right-widget .user-profile-action .dropdown-menu ul li a,
.svg path,
.theme-Ecommerce-menu .right-content .cart-action-wrapper .button-group a,
.theme-Ecommerce-menu .right-content .user-profile-action .dropdown-menu ul li a,
.theme-action-banner-two .banner-button,
.theme-footer-four .bottom-footer ul li a,
.theme-footer-four .footer-list ul li a,
.theme-footer-four .social-icon li a,
.theme-footer-one .bottom-footer ul li a,
.theme-footer-one .top-footer .footer-information ul li a,
.theme-footer-one .top-footer .footer-list ul li a,
.theme-footer-three .social-icon li a,
.theme-footer-two ul li a,
.theme-main-menu .header-right-widget,
.theme-menu-one .header-right-widget .call-us a,
.theme-menu-one .logo,
.theme-menu-one .navbar-nav .login-button a,
.theme-menu-one.d-align-item .navbar-nav .login-button-two a,
.theme-menu-three .header-right-widget .social-icon li a,
.theme-menu-two .logo,
.theme-menu-two .quote-button,
.theme-pagination-one ul li a,
.theme-sidebar-widget .color-filter li a,
.theme-sidebar-widget .keywords-tag li a,
.theme-sidebar-widget .list-item li .sub-menu a,
.theme-sidebar-widget .list-item li a,
.theme-sidebar-widget .sidebar-popular-product .info a,
.theme-sidebar-widget .sidebar-search button,
.theme-sidebar-widget .size-filter li a,
.theme-tab .tabs-menu li a,
.tran3s,
body .line-button-one,
body .line-button-three,
body .line-button-two,
body .theme-button-one,
body .theme-button-one:before,
body .theme-button-two:before,
body .video-button-one,
body .video-button-one i,
body .white-shdw-button,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    transition: all .3s ease-in-out
}

#mega-menu-holder .img-box .img img,
.our-project .project-item .hover-valina .zoom,
.our-project .project-item .hover-valina:after,
.our-project .project-item .hover-valina:before,
.our-project .project-item p,
.our-project-portfo #isotop-gallery-wrapper .isotop-item .effect-zoe img,
.our-service-portfo .service-block:after,
.our-service-portfo .service-block:before,
.our-team .img-box img,
.service-standard .service-block .hover-content p,
.theme-main-menu,
.tran4s {
    transition: all .4s ease-in-out
}

.arch-title .line {
    display: inline-block;
    position: relative
}

.arch-title .line:before {
    content: '';
    width: 0;
    height: 3px;
    background: #233d63;
    border-radius: 5px;
    position: absolute;
    right: -175px;
    bottom: 10px;
    transition: all .8s ease-out
}

.arch-title.show-pr .line:before {
    width: 170px
}

.theme-title-one .upper-title {
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 15px;
    direction: rtl
}

.theme-title-one .main-title {
    font-size: 48px;
    line-height: 60px;
    color: #233d63;
    direction: rtl
}

.theme-title-one .bottom-title {
    font-size: 20px;
    color: #546886;
    padding-top: 20px
}

.theme-title-one .icon-box {
    display: inline-block;
    margin-bottom: 25px;
    position: relative
}

.theme-title-one .icon-box .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.theme-title-one.arch-title .upper-title {
    color: #aeaeae
}

.theme-title-two span {
    color: #e1a34c
}

.theme-title-three .title {
    font-size: 48px;
    line-height: 60px;
    color: #3e3e3e
}

.theme-title-three p {
    font-size: 24px;
    line-height: 40px;
    color: #798598;
    padding-top: 45px
}

.theme-title-four span {
    position: relative;
    display: inline-block
}

.theme-title-four span:before {
    content: '';
    width: 100%;
    height: 76%;
    position: absolute;
    top: 20px;
    left: 0;
    background: rgba(255, 221, 79, .3);
    z-index: -1
}

.theme-title-four span:after {
    content: '';
    width: 120px;
    height: 3px;
    position: absolute;
    background: #202020;
    top: 55%;
    right: -150px
}

#theme-banner-one .main-wrapper {
    padding: 235px 0 155px
}

#theme-banner-one .main-wrapper .slogan span {
    color: #ff605e
}

#theme-banner-one .main-wrapper .button-group .more-button {
    margin: 0 30px
}

#theme-banner-two .main-wrapper {
    padding: 285px 0 300px;
    position: relative;
    z-index: 9
}

#theme-banner-two .illustration {
    position: absolute;
    right: 10%;
    top: 28%;
    z-index: 1;
    max-width: 47%
}

#theme-banner-two .main-title {
    font-family: CircularStdmed;
    font-size: 60px;
    line-height: 72px;
    color: #fff;
    text-decoration: underline
}

#theme-banner-two .sub-title {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    padding: 40px 0 35px
}

#theme-banner-two .main-wrapper .button-group li {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    line-height: 50px
}

#theme-banner-two .main-wrapper .button-group .more-button {
    width: 165px;
    line-height: 50px;
    border: 1px solid transparent;
    text-align: center;
    border-radius: 3px;
    font-size: 18px;
    color: #fff;
    background: linear-gradient(-180deg, #00ebac 0, #00d1f4 100%);
    margin-right: 18px
}

#theme-banner-two .main-wrapper .button-group .more-button i {
    vertical-align: -1px
}

#theme-banner-two .main-wrapper .button-group .more-button:hover {
    background: 0 0;
    border-color: #fff
}

#theme-banner-two .main-wrapper .button-group .contact-button {
    width: 170px;
    line-height: 48px;
    border: 1px solid #fff;
    border-radius: 3px;
    text-align: center;
    font-size: 18px;
    color: #fff
}

#theme-banner-three .main-title {
    font-size: 140px;
    color: #fff;
    text-decoration: underline
}

#theme-banner-three .main-title span,
#theme-banner-three .main-title span b {
    text-decoration: underline;
    line-height: 160px
}

#theme-banner-three .main-title i {
    color: #e1a34c;
    font-style: normal
}

#theme-banner-four .main-wrapper {
    padding: 290px 0 260px;
    position: relative;
    z-index: 5
}

#theme-banner-four .screen-one {
    position: absolute;
    right: 0;
    top: 12%;
    z-index: 1;
    width: 35%
}

#theme-banner-four .shape-one {
    position: absolute;
    right: 0;
    top: 145px;
    z-index: 0;
    opacity: .65
}

#theme-banner-four .shape-two {
    position: absolute;
    bottom: 12%;
    left: 31%;
    animation: rotated 20s infinite linear
}

#theme-banner-four .shape-three {
    position: absolute;
    bottom: 19%;
    right: 4%;
    z-index: -1;
    animation: rotated 50s infinite linear
}

#theme-banner-four .main-wrapper .slogan span {
    color: #ff605e
}

#theme-banner-four .main-wrapper .main-title {
    font-family: CircularStdmed;
    font-size: 70px;
    line-height: 80px;
    padding: 25px 0 35px
}

#theme-banner-four .main-wrapper .sub-title {
    font-size: 20px;
    line-height: 32px;
    color: #8b8e92;
    padding-bottom: 28px
}

#theme-banner-four .main-wrapper .button-group li {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    line-height: 55px
}

#theme-banner-four .main-wrapper .button-group .more-button {
    width: 185px;
    line-height: 50px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    box-shadow: 0 10px 40px 0 rgba(150, 57, 57, .25);
    background: linear-gradient(-135deg, #bf6cff 0, #9041ff 100%);
    margin-right: 30px
}

#theme-banner-four .main-wrapper .button-group .more-button:hover {
    box-shadow: none
}

#theme-banner-four .main-wrapper .button-group .more-button i {
    vertical-align: -1px;
    margin-left: 5px
}

#theme-banner-four .main-wrapper .button-group .video-button:hover,
#theme-banner-four .main-wrapper .button-group .video-button:hover i {
    color: #f569f8
}

#theme-banner-five .bg-shape-holder .shape-one {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgba(213, 238, 255, .29);
    position: absolute;
    top: 18%;
    left: 14%;
    animation: animationFramesTwo 13s infinite linear
}

#theme-banner-five .bg-shape-holder .shape-two {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, .16);
    position: absolute;
    top: 16%;
    left: 41%;
    animation: animationFramesOne 15s infinite linear
}

#theme-banner-five .mobile-screen-one {
    position: absolute;
    right: -3%;
    top: 145px;
    z-index: -1;
    width: 29%
}

#theme-banner-five .mobile-screen-two .search-box {
    position: absolute;
    top: 31%;
    right: 28%;
    width: 68%
}

#theme-banner-five .main-wrapper {
    padding: 300px 0 215px 15%
}

#theme-banner-five .main-title {
    font-family: CircularStdmed;
    font-size: 60px;
    line-height: 72px;
    color: #fff
}

#theme-banner-five .sub-title {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    padding: 40px 0 35px
}

#theme-banner-five .main-wrapper .button-group li {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px
}

#theme-banner-five .main-wrapper .button-group li a {
    width: 213px;
    border: 2px solid #fff;
    border-radius: 3px;
    padding: 9px 0 9px 70px;
    position: relative;
    font-size: 20px;
    color: #fff
}

#theme-banner-five .main-wrapper .button-group li a span {
    display: block;
    font-size: 13px;
    margin-bottom: -5px
}

#theme-banner-five .main-wrapper .button-group li a.google-button {
    margin-right: 22px
}

#theme-banner-five .main-wrapper .button-group li a img {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px
}

.agn-what-we-do {
    position: relative
}

.agn-what-we-do .shape-one {
    position: absolute;
    top: 19%;
    right: 0
}

.agn-what-we-do .shape-two {
    position: absolute;
    top: 25%;
    right: 11%
}

.agn-what-we-do .theme-title-one {
    padding-bottom: 50px
}

.agn-what-we-do .single-block .icon {
    position: relative;
    height: 98px;
    text-align: center
}

.agn-what-we-do .single-block .icon .bg {
    animation: rotated 25s infinite linear
}

.agn-what-we-do .single-block .icon .shape {
    position: absolute;
    top: 18px;
    right: 50%;
    margin-right: -25px;
    z-index: 1;
    width: 50px
}

.agn-what-we-do .single-block .title {
    font-size: 22px;
    color: #244574;
    padding: 35px 0 35px;
    text-align: center
}

.agn-what-we-do .single-block p {
    padding-right: 90px
}

.agn-what-we-do .single-block .more-button {
    font-size: 15px;
    text-decoration: underline;
    margin-top: 20px
}

.agn-what-we-do .single-block .more-button:hover {
    text-decoration: overline
}

.agn-what-we-do .single-block {
    padding-top: 60px
}

.seo-what-we-do .theme-title-one {
    padding-bottom: 60px
}

.seo-what-we-do .single-block {
    margin-top: 40px
}

.seo-what-we-do .single-block .wrapper {
    background: #fff;
    border-radius: 4px;
    text-align: center;
    padding: 50px 10px 60px
}

.seo-what-we-do .single-block .wrapper:hover,
.seo-what-we-do .single-block.active .wrapper {
    box-shadow: 0 20px 70px 0 rgba(4, 7, 18, .06)
}

.seo-what-we-do .single-block .wrapper .title {
    display: block;
    font-size: 20px;
    color: #233d63;
    margin-top: 30px
}

.seo-what-we-do .single-block .wrapper .icon-box {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    z-index: 5
}

.seo-what-we-do .single-block .wrapper .icon-box img {
    position: relative;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%)
}

.seo-what-we-do .single-block:nth-child(2) .wrapper .icon-box {
    background: #00ebac
}

.seo-what-we-do .single-block:nth-child(3) .wrapper .icon-box {
    background: #9657f6
}

.seo-what-we-do .single-block:nth-child(4) .wrapper .icon-box {
    background: #ff930e
}

.seo-what-we-do .single-block .wrapper .icon-box:after,
.seo-what-we-do .single-block .wrapper .icon-box:before {
    content: '';
    position: absolute;
    border-radius: 50%;
    z-index: -1
}

.seo-what-we-do .single-block .wrapper .icon-box:before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.seo-what-we-do .single-block .wrapper .icon-box:after {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.seo-what-we-do .single-block:nth-child(1) .wrapper .icon-box:after,
.seo-what-we-do .single-block:nth-child(1) .wrapper .icon-box:before {
    background: rgba(255, 58, 70, .5)
}

.seo-what-we-do .single-block:nth-child(2) .wrapper .icon-box:after,
.seo-what-we-do .single-block:nth-child(2) .wrapper .icon-box:before {
    background: rgba(0, 235, 172, .5)
}

.seo-what-we-do .single-block:nth-child(3) .wrapper .icon-box:after,
.seo-what-we-do .single-block:nth-child(3) .wrapper .icon-box:before {
    background: rgba(150, 87, 246, .5)
}

.seo-what-we-do .single-block:nth-child(4) .wrapper .icon-box:after,
.seo-what-we-do .single-block:nth-child(4) .wrapper .icon-box:before {
    background: rgba(255, 147, 14, .5)
}

.seo-what-we-do .single-block .wrapper:hover .icon-box:after,
.seo-what-we-do .single-block.active .wrapper .icon-box:after {
    -webkit-animation: hvr-ripple-out 1.5s linear infinite;
    animation: hvr-ripple-out 1.5s linear infinite
}

.seo-what-we-do .single-block .wrapper:hover .icon-box:before,
.seo-what-we-do .single-block.active .wrapper .icon-box:before {
    -webkit-animation: hvr-ripple-out-two 1.5s linear infinite;
    animation: hvr-ripple-out-two 1.5s linear infinite
}

.agn-about-us {
    position: relative
}

.agn-about-us .shape-one {
    position: absolute;
    right: 52%;
    top: 2%;
    animation: animationFramesOne 35s alternate infinite linear
}

.agn-about-us .shape-two {
    position: absolute;
    left: 0;
    top: -15%;
    -webkit-transform: rotate(30deg);
    transform: rotate(180deg) !important
}

.agn-about-us .theme-title-one {
    padding-bottom: 35px
}

.agn-about-us .theme-title-one .sod {
    font-size: 18px;
    font-weight: 500
}

.sod .sod-val {
    text-align: center;
    margin: 0 13px;
    font-weight: 800;
    font-size: 4rem;
    color: #529e0e
}

@media (max-width:767.98px) {
    .sod .sod-val {
        font-size: 2rem
    }
}

.agn-about-us .text-wrapper .quote {
    font-size: 20px;
    line-height: 34px;
    color: #233d63;
    padding: 45px 0 35px;
    direction: rtl
}

.agn-about-us .text-wrapper .author {
    position: relative;
    padding-left: 35px;
    margin-bottom: 35px;
    font-size: 16px;
    color: #808c9f
}

.agn-about-us .text-wrapper .author .name {
    font-size: 20px;
    color: #233d63
}

.agn-about-us .text-wrapper .author:before {
    content: '';
    width: 20px;
    height: 2px;
    position: absolute;
    right: 0;
    top: 14px;
    background: #233d63
}

.agn-about-us:before {
    content: '';
    background: url(/images/2.png);
    width: 50%;
    height: 100%;
    position: absolute
}

.agn-counter-section {
    position: relative
}

.agn-counter-section.msg-box {
    margin: 20px 0
}

.agn-counter-section .shape-one {
    position: absolute;
    left: 9%;
    top: 28%;
    animation: animationFramesFour 25s alternate infinite linear
}

.agn-counter-section .shape-two {
    position: absolute;
    right: 14%;
    top: 13%;
    animation: animationFramesFour 35s alternate infinite linear
}

.agn-counter-section .main-wrapper {
    background: url(/images/map.png) no-repeat bottom center;
    padding-bottom: 115px;
    position: relative
}

.agn-counter-section .main-wrapper .theme-title-one {
    padding-bottom: 30px
}

.agn-counter-section .counter-wrapper .single-counter-box {
    text-align: center;
    padding-top: 35px
}

.agn-counter-section .counter-wrapper .single-counter-box .icon {
    font-size: 60px;
    margin-bottom: 10px
}

.agn-counter-section .counter-wrapper .single-counter-box .number {
    font-size: 84px
}

.agn-counter-section .counter-wrapper .single-counter-box p {
    font-size: 20px
}

.agn-counter-section .bottom-banner {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    padding: 30px 60px 30px
}

.agn-counter-section .bottom-banner .text {
    float: left
}

.agn-counter-section .bottom-banner .text .title {
    font-size: 27px;
    padding-bottom: 2px
}

.agn-counter-section .bottom-banner .text p {
    font-size: 18px
}

.agn-counter-section .bottom-banner .contact {
    float: right;
    line-height: 46px
}

.agn-counter-section.fix-bg-position .main-wrapper {
    padding: 95px 0 155px
}

.agn-our-gallery {
    position: relative;
    padding: 0 0 195px
}

.agn-our-gallery .shape-one {
    position: absolute;
    top: 0;
    left: 45%;
    animation: animationFramesOne 25s infinite linear
}

.agn-our-gallery .shape-two {
    position: absolute;
    top: 15%;
    right: 10%;
    animation: animationFramesFour 25s alternate infinite linear
}

.agn-our-gallery:before {
    content: url(/images/3.png);
    position: absolute;
    top: 0;
    left: 0
}

.agn-our-gallery .main-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0 35px 0
}

.agn-our-gallery .main-wrapper .item {
    margin: 0 30px
}

.agn-our-gallery .main-wrapper .img-box {
    width: 500px;
    position: relative;
    margin: 50px 0;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 20px 50px 0 rgba(46, 65, 90, .1)
}

.agn-our-gallery .main-wrapper .img-box img {
    width: 100%;
    border-radius: 5px;
    transition: all .4s ease-in-out
}

.agn-our-gallery .main-wrapper .img-box .hover-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(26, 26, 26, .5);
    text-align: center;
    border-radius: 5px;
    transform: scale(.5);
    opacity: 0
}

.agn-our-gallery .main-wrapper .img-box .hover-content .icon {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 60px;
    color: #fff
}

.agn-our-gallery .main-wrapper .img-box:hover .hover-content {
    transform: scale(1);
    opacity: 1
}

.agn-our-gallery .owl-theme .owl-nav [class*=owl-] {
    background: 0 0;
    margin: 0 10px;
    padding: 0;
    font-size: 30px;
    color: rgba(0, 0, 0, .4)
}

.agn-our-gallery .owl-theme .owl-nav {
    position: absolute;
    top: -50px;
    right: 365px
}

.agn-our-gallery .owl-theme .owl-nav [class*=owl-]:hover {
    color: #233d63
}

.pricing-tab-menu {
    text-align: center
}

.pricing-tab-menu .nav-wrapper {
    display: inline-block;
    border-width: 2px;
    border-style: solid;
    border-radius: 5px
}

.pricing-tab-menu .nav {
    border: none
}

.pricing-tab-menu .nav-tabs .nav-item {
    margin: 0
}

.pricing-tab-menu .nav-tabs .nav-item .nav-link {
    border: none;
    width: 187px;
    padding: 0;
    line-height: 48px;
    font-size: 20px;
    border-radius: 0;
    display: block
}

.pricing-tab-menu .nav-tabs .nav-item .nav-link.active {
    color: #fff
}

.pricing-tab-menu p {
    font-size: 18px;
    text-align: justify;
    padding: 30px 315px;
    direction: rtl;
    line-height: 2
}

.agn-our-pricing {
    position: relative
}

.agn-our-pricing .shape-one {
    position: absolute;
    top: 20%;
    left: 10%
}

.agn-our-pricing .shape-two {
    animation: animationFramesOne 15s infinite linear;
    position: absolute;
    top: 18%;
    right: 14%
}

.agn-our-pricing .table-wrapper .inner-table .pr-list-text {
    width: 215px;
    position: absolute;
    left: 0;
    top: 230px
}

.agn-our-pricing .table-wrapper .inner-table .pr-list-text li {
    font-size: 17px;
    padding: 25px 0 25px 25px;
    color: #233d63;
    border-top: 1px solid #e0e9ef;
    border-left: 1px solid #e0e9ef
}

.agn-our-pricing .table-wrapper .inner-table .pr-list-text li:last-child {
    border-bottom: 1px solid #e0e9ef
}

.agn-our-pricing .table-wrapper .pr-column .pr-header {
    padding: 40px 0 41px;
    border-bottom: 1px solid #e0e9ef
}

.agn-our-pricing .table-wrapper .pr-column .pr-header .price {
    font-size: 44px
}

.agn-our-pricing .table-wrapper .pr-column .pr-header .price span {
    font-size: 18px
}

.agn-our-pricing .table-wrapper .pr-column .pr-header .title {
    font-size: 32px;
    color: #233d63;
    padding: 5px 0 12px
}

.agn-our-pricing .table-wrapper .pr-column .pr-body li {
    border-bottom: 1px solid #e0e9ef;
    padding: 25px 0
}

.agn-our-pricing .table-wrapper .pr-column .pr-body li .pr-text {
    font-size: 16px;
    color: rgba(35, 61, 99, .45);
    padding-bottom: 3px;
    display: none
}

.agn-our-pricing .table-wrapper .pr-column .pr-body li .icon {
    font-size: 16px
}

.agn-our-pricing .table-wrapper .pr-column .pr-body li .none {
    color: rgba(151, 151, 151, .75)
}

.agn-our-pricing .table-wrapper .pr-column .pr-footer {
    padding: 48px 0 45px
}

.agn-our-pricing .table-wrapper .pr-column .pr-footer p {
    font-size: 17px;
    color: rgba(35, 61, 99, .5);
    padding-top: 15px
}

.agn-our-pricing.pricing-app .table-wrapper .pr-column .pr-header .price {
    font-size: 58px;
    color: #9285ff
}

.agn-our-pricing.pricing-app .table-wrapper .pr-column .pr-header .price sup {
    font-size: 24px;
    top: -23px
}

.agn-our-pricing.pricing-app .table-wrapper .pr-column .pr-header .title {
    font-size: 18px;
    color: rgba(35, 61, 99, .45);
    padding: 0
}

.agn-our-pricing.pricing-app .table-wrapper .pr-column .pr-header {
    padding-bottom: 54px
}

.agn-our-pricing.pricing-app .table-wrapper .pr-column .pr-body li .icon {
    display: block;
    font-size: 14px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    text-align: center;
    line-height: 27px;
    margin: 0 auto
}

.agn-our-pricing.pricing-app .table-wrapper .pr-column .pr-body li {
    padding: 24px 0
}

.pricing-app .pricing-tab-menu .nav-wrapper {
    border-color: #9285ff
}

.pricing-app .pricing-tab-menu .nav-tabs .nav-item .nav-link {
    color: #9285ff
}

.pricing-app .pricing-tab-menu .nav-tabs .nav-item .nav-link.active {
    background: #9285ff;
    color: #fff
}

.seo-our-pricing .theme-title-one {
    padding-bottom: 45px
}

.seo-our-pricing .single-pr-table .pr-header .title {
    font-size: 18px;
    text-transform: uppercase;
    color: #202020
}

.seo-our-pricing .single-pr-table .pr-header .price {
    font-size: 60px;
    margin: -12px 0 -5px;
    color: #909396
}

.cross {
    position: relative;
    display: inline-block
}

.cross::after,
.cross::before {
    content: '';
    width: 100%;
    position: absolute;
    right: 0;
    top: 50%
}

.cross::before {
    border-bottom: 2px solid silver;
    -webkit-transform: skewY(-10deg);
    transform: skewY(-10deg)
}

.pr-footer .pr-header .price {
    font-size: 50px;
    display: inline-block
}

.pr-footer .pr-header .price sup {
    font-size: 24px;
    top: -20px
}

.seo-our-pricing .single-pr-table .pr-header .icon {
    opacity: .18;
    position: absolute;
    left: -60px;
    top: 17%;
    z-index: -1
}

.seo-our-pricing .single-pr-table:hover .pr-header .icon {
    transform: scale(1.3) translateX(80px)
}

.seo-our-pricing .single-pr-table .pr-body {
    padding: 42px 0 40px
}

.seo-our-pricing .single-pr-table .pr-body ul li {
    line-height: 45px;
    font-size: 17px;
    color: rgba(35, 61, 99, .7)
}

.agn-testimonial {
    position: relative;
    padding: 85px 0 125px
}

.agn-testimonial .main-content {
    max-width: 600px;
    float: right;
    position: relative;
    z-index: 1
}

.agn-testimonial .main-content .theme-title-one {
    padding-bottom: 40px
}

.agn-testimonial .main-content .agn-testimonial-slider p {
    font-size: 20px;
    color: #76797e;
    line-height: 37px;
    padding: 0 80px 50px 0
}

.agn-testimonial .main-content .agn-testimonial-slider .author-info .author-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left
}

.agn-testimonial .main-content .agn-testimonial-slider .author-info .name-info {
    float: left;
    padding-left: 20px
}

.agn-testimonial .main-content .agn-testimonial-slider .author-info .name-info .name {
    font-size: 20px
}

.agn-testimonial .main-content .agn-testimonial-slider .author-info .name-info span {
    color: #c7c7c7;
    font-size: 16px
}

.agn-testimonial .owl-theme .owl-nav [class*=owl-] {
    background: 0 0;
    margin: 0 10px;
    padding: 0;
    font-size: 30px;
    color: rgba(0, 0, 0, .4)
}

.agn-testimonial .owl-theme .owl-nav {
    margin-top: 35px;
    display: flex;
    float: left
}

.agn-testimonial .owl-theme .owl-nav [class*=owl-]:hover {
    color: #233d63
}

.agn-testimonial .shape-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 38%;
    height: 100%
}

.agn-testimonial .shape-box .people {
    position: absolute;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    box-shadow: 0 10px 20px 0 rgba(20, 44, 56, .25);
    z-index: 1
}

.agn-testimonial .shape-box .people:nth-child(2) {
    top: 37%;
    right: 41%;
    animation: scale-up-one 14s infinite linear
}

.agn-testimonial .shape-box .people:nth-child(3) {
    top: 47%;
    right: 22%;
    animation: scale-up-two 9s infinite linear
}

.agn-testimonial .shape-box .people:nth-child(4) {
    top: 16%;
    right: 29%;
    animation: scale-up-three 8s infinite linear
}

.agn-testimonial .shape-box .people:nth-child(5) {
    top: 24%;
    right: 66%;
    animation: scale-up-two 10s infinite linear
}

.agn-testimonial .shape-box .people:nth-child(6) {
    top: 52%;
    right: 69%;
    animation: scale-up-three 11s infinite linear
}

.agn-testimonial .shape-box .people:nth-child(7) {
    top: 61%;
    right: 40%;
    animation: scale-up-one 12s infinite linear
}

.agn-testimonial .shape-box .shape-one {
    position: absolute;
    left: -30%;
    top: 28%;
    animation: rotated 2s infinite linear
}

.agn-testimonial .shape-two {
    position: absolute;
    right: 0;
    bottom: 11%
}

.portfo-testimonial .inner-title {
    font-family: CircularStdmed;
    color: #fff;
    font-size: 48px;
    line-height: 65px;
    text-decoration: underline
}

.portfo-testimonial .slider-wrapper {
    position: relative;
    padding-left: 80px
}

.portfo-testimonial .slider-wrapper:before {
    content: "\f111";
    font-family: Flaticon;
    position: absolute;
    color: #2d3061;
    font-size: 115px;
    top: -93px;
    left: 80px
}

.portfo-testimonial .slider-wrapper .item p {
    font-size: 26px;
    line-height: 50px;
    color: rgba(255, 255, 255, .8);
    font-style: italic;
    padding-bottom: 50px
}

.portfo-testimonial .slider-wrapper .author-info .author-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left
}

.portfo-testimonial .slider-wrapper .author-info .name-info {
    float: left;
    padding-left: 20px
}

.portfo-testimonial .slider-wrapper .author-info .name-info .name {
    font-size: 24px;
    color: #fff
}

.portfo-testimonial .slider-wrapper .author-info .name-info span {
    color: #797a96;
    font-size: 18px
}

.portfo-testimonial .owl-theme .owl-nav [class*=owl-] {
    background: 0 0;
    margin: 0 10px;
    padding: 0;
    font-size: 30px;
    color: rgba(255, 255, 255, .6)
}

.portfo-testimonial .owl-theme .owl-nav {
    text-align: left;
    margin-top: 35px
}

.portfo-testimonial .owl-theme .owl-nav [class*=owl-]:hover {
    color: #e1a34c
}

.sass-testimonial-section .main-content {
    position: relative;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 16px 25px 0 rgba(0, 0, 0, .03);
    padding: 80px 70px 55px;
    z-index: 5
}

.sass-testimonial-section .main-content:before {
    content: url(..//images/icon/icon28.svg);
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    opacity: .04
}

.sass-testimonial-section .inner-container {
    width: 69%;
    margin: 60px auto 0;
    position: relative;
    z-index: 1;
    text-align: center
}

.sass-testimonial-section .inner-container:before {
    content: '';
    position: absolute;
    bottom: -30px;
    left: 35px;
    right: 35px;
    height: 200px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 15px 23px 0 rgba(35, 49, 64, .09);
    z-index: -1
}

.sass-testimonial-section .inner-container:after {
    content: '';
    position: absolute;
    bottom: -55px;
    left: 80px;
    right: 80px;
    height: 200px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 14px 21px 0 rgba(0, 0, 0, .03);
    z-index: -3
}

.sass-testimonial-section .inner-container p {
    font-size: 24px;
    line-height: 40px;
    color: #303858
}

.sass-testimonial-section .inner-container .name {
    font-size: 18px;
    text-transform: uppercase;
    color: #303858;
    padding: 45px 0 4px
}

.sass-testimonial-section .owl-theme .owl-nav {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -228px
}

.sass-testimonial-section .owl-theme .owl-nav [class*=owl-] {
    background: 0 0;
    margin: 0 10px;
    padding: 0;
    font-size: 35px;
    color: #5fa775;
    opacity: .5
}

.sass-testimonial-section .owl-theme .owl-nav [class*=owl-]:hover {
    opacity: 1
}

.sass-testimonial-section .people {
    position: absolute;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    box-shadow: 0 10px 20px 0 rgba(20, 44, 56, .25)
}

.sass-testimonial-section .people:nth-child(1) {
    top: 12%;
    left: 13%;
    animation: scale-up-one 14s infinite linear
}

.sass-testimonial-section .people:nth-child(2) {
    top: 44%;
    left: 4%;
    animation: scale-up-two 9s infinite linear
}

.sass-testimonial-section .people:nth-child(3) {
    bottom: 7%;
    left: 10%;
    animation: scale-up-three 8s infinite linear
}

.sass-testimonial-section .people:nth-child(4) {
    top: 12%;
    right: 19%;
    animation: scale-up-two 10s infinite linear
}

.sass-testimonial-section .people:nth-child(5) {
    top: 42%;
    right: 2%;
    animation: scale-up-three 11s infinite linear
}

.sass-testimonial-section .people:nth-child(6) {
    bottom: 7%;
    right: 10%;
    animation: scale-up-one 12s infinite linear
}

.apps-testimonial .theme-title-one {
    padding-bottom: 78px;
    display: inline-block
}

.apps-testimonial .customer-block p {
    font-size: 20px;
    line-height: 35px;
    padding-bottom: 45px
}

.apps-testimonial .customer-block .customer-info .name {
    font-size: 20px;
    color: #303858;
    padding: 5px 0 2px
}

.apps-testimonial .customer-block .customer-info span {
    color: #acb0bd
}

.apps-testimonial .owl-theme .owl-nav {
    position: absolute;
    right: 0;
    top: -140px
}

.apps-testimonial .owl-theme .owl-nav [class*=owl-] {
    background: 0 0;
    margin: 0 6px;
    padding: 0;
    font-size: 35px;
    color: #d3d3d3
}

.apps-testimonial .owl-theme .owl-nav [class*=owl-]:hover {
    color: #45ebff
}

.apps-testimonial .shape-one {
    position: absolute;
    top: 10%;
    left: 5%;
    animation: animationFramesFive 20s infinite linear alternate
}

.apps-testimonial .shape-two {
    position: absolute;
    top: 50%;
    left: 5%;
    animation: animationFramesFive 18s infinite linear alternate
}

.agn-home-blog {
    position: relative;
    padding: 200px 0 200px
}

.agn-home-blog .shape-one {
    position: absolute;
    top: 20%;
    left: 9%;
    animation: animationFramesOne 25s infinite linear
}

.agn-home-blog .shape-two {
    position: absolute;
    top: 17%;
    right: 13%;
    animation: animationFramesFour 50s alternate infinite linear
}

.agn-home-blog .shape-three {
    position: absolute;
    bottom: 12%;
    right: 6%;
    animation: rotated 18s infinite linear
}

.agn-home-blog .theme-title-one {
    padding-bottom: 100px
}

.agn-home-blog .single-blog-post .flip-box-front .author-img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left
}

.agn-home-blog .single-blog-post .flip-box-front .author-info {
    float: left;
    padding-left: 22px
}

.agn-home-blog .single-blog-post .author-info .name {
    font-size: 20px;
    color: #233d63;
    padding-top: 7px
}

.agn-home-blog .single-blog-post .author-info .date {
    font-size: 16px;
    color: #838b98
}

.agn-home-blog .single-blog-post .title {
    font-size: 24px;
    line-height: 32px;
    color: #233d63;
    margin: 28px 0 20px
}

.agn-home-blog .single-blog-post p {
    color: rgba(87, 102, 126, .8)
}

.agn-home-blog .single-blog-post .flip-box-back .author-info .date,
.agn-home-blog .single-blog-post .flip-box-back .author-info .name,
.agn-home-blog .single-blog-post .flip-box-back .title {
    color: #fff
}

.agn-home-blog .single-blog-post .flip-box-back .author-info .name {
    padding: 0 0 5px
}

.agn-home-blog .single-blog-post .flip-box-back .more {
    color: #fff;
    font-size: 40px;
    position: absolute;
    left: 35px;
    bottom: 10px
}

.agn-contact-banner {
    text-align: center;
    background-color: #f9fbfe;
    background-image: url(/images/map2.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 160px 0
}

.agn-contact-banner .title {
    font-size: 23px;
    line-height: 42px;
    color: #233d63;
    padding-bottom: 35px;
    font-weight: 900;
    direction: rtl
}

.seo-contact-banner .title {
    font-size: 48px;
    line-height: 64px;
    color: #fff;
    padding-bottom: 35px
}

.seo-contact-banner .contact-button {
    width: 220px;
    line-height: 56px;
    border: 2px solid #fff;
    border-radius: 30px;
    font-size: 20px;
    color: #fff
}

.seo-contact-banner .contact-button:hover {
    color: #fff
}

.card-cuf .btn.btn-link.collapsed {
    color: var(--color-base)
}

.card-cuf .btn-link {
    color: var(--color-barex-red);
    text-align: justify
}

.card-cuf .btn-link:hover {
    color: var(--color-barex-red);
    text-decoration: none
}

.card-cuf .btn-link.focus,
.card-cuf .btn-link:focus {
    text-decoration: none
}

.accordion-type-a .btn.btn-link:after {
    content: url(/images/ic_card_close.png);
    position: absolute;
    left: 15px;
    top: 29px;
    height: 26px;
    width: 26px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.accordion-type-a .btn.btn-link.collapsed:after {
    content: url(/images/ic_slidaro_left.png);
    transform: rotate(270deg);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.card-cuf .card {
    margin-bottom: 13px !important;
    box-shadow: 0 0 4px 2px rgba(151, 171, 187, .36) !important;
    margin-bottom: 13px;
    box-shadow: none;
    border: none;
    border-radius: 5px
}

.card-cuf .card:last-child {
    margin-bottom: 0
}

.card-cuf .card .card-header {
    padding: 16px 0;
    margin-bottom: 0
}

.card-cuf .card-header {
    border-bottom: 0;
    background-color: #fff;
    background: linear-gradient(180deg, #fff 0, #d7d7d7 100%)
}

.table {
    width: 100%;
    max-width: 100%;
    text-align: right;
    color: #7d8693
}

.table td.green {
    color: #00e65c
}

.table td.red {
    color: #f3002e
}

.table thead th {
    border-top: 0 !important
}

.table thead th {
    border-bottom: 0
}

.table tr:nth-child(1) td {
    border-top: 0
}

.box-almas {
    display: block;
    position: relative
}

.box-almas ul {
    filter: blur(2px);
    -webkit-filter: blur(2px)
}

.box-almas .box-almas-msg {
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    font-size: 19px;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.box-almas .box-almas-msg .msg-one {
    font-size: 17px;
    font-weight: 800;
    color: #fff;
    padding: 3px 19px;
    margin: 0;
    background-color: var(--color-barex-blue-hover);
    display: inline-block;
    border-radius: var(--rounded-cu)
}

.panel .custom-file-input:lang(en)~.custom-file-label::after {
    content: "جستجو"
}

.panel .custom-file-input:focus~.custom-file-label,
.panel .custom-select:focus {
    border-color: inherit;
    box-shadow: none
}

.cube {
    position: relative;
    width: 500px;
    height: 60px;
    margin: 2rem auto;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -ms-perspective: 400px;
    -o-perspective: 400px;
    perspective: 400px
}

.cube .a,
.cube .b,
.cube .c,
.cube .d {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    z-index: 222
}

.a:after,
.a:before,
.b:after,
.b:before,
.c:before,
.d:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 500px;
    height: 60px
}

.cube .a:before,
.cube .b:before,
.cube .c:before,
.cube .d:before {
    z-index: 111
}

.cube .a:after,
.cube .b:after {
    z-index: 333
}

.cube .b {
    top: 0;
    -webkit-transform: rotateX(75deg) translateY(-60px);
    -moz-transform: rotateX(75deg) translateY(-60px);
    -o-transform: rotateX(75deg) translateY(-60px);
    -ms-transform: rotateX(75deg) translateY(-60px);
    transform: rotateX(75deg) translateY(-60px);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.cube .c {
    top: 0;
    -webkit-transform: rotateX(75deg);
    -moz-transform: rotateX(75deg);
    -o-transform: rotateX(75deg);
    -ms-transform: rotateX(75deg);
    transform: rotateX(75deg);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.cube .d {
    -webkit-transform: translateZ(-60px) translateY(-15px);
    -moz-transform: translateZ(-60px) translateY(-15px);
    -o-transform: translateZ(-60px) translateY(-15px);
    -ms-transform: translateZ(-60px) translateY(-15px);
    transform: translateZ(-60px) translateY(-15px)
}

.cube .a,
.cube .b {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(116, 198, 43, .8)), to(rgba(116, 198, 43, .8)));
    background-image: -webkit-linear-gradient(top, rgba(116, 198, 43, .8), rgba(116, 198, 43, .8));
    background-image: -moz-linear-gradient(top, rgba(116, 198, 43, .8), rgba(116, 198, 43, .8));
    background-image: -o-linear-gradient(top, rgba(116, 198, 43, .8), rgba(116, 198, 43, .8));
    background-image: linear-gradient(to bottom, rgba(116, 198, 43, .8), rgba(116, 198, 43, .8));
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: 0 0
}

.c:before {
    -webkit-box-shadow: 0 30px 20px -20px rgba(0, 0, 0, .4), 0 40px 15px -15px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 30px 20px -20px rgba(0, 0, 0, .4), 0 40px 15px -15px rgba(0, 0, 0, .25);
    box-shadow: 0 30px 20px -20px rgba(0, 0, 0, .4), 0 40px 15px -15px rgba(0, 0, 0, .25)
}

.a:before,
.b:before,
.c:before,
.d:before {
    background-color: rgba(0, 0, 0, .05)
}

.a:after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .07)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .07), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .07), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .07), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .07), rgba(0, 0, 0, 0))
}

.b:after {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, .25)));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .1), rgba(255, 255, 255, .25));
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .1), rgba(255, 255, 255, .25));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .1), rgba(255, 255, 255, .25));
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, .1), rgba(255, 255, 255, .25))
}

#slider-range-min {
    position: absolute;
    width: 94%;
    left: 3%;
    top: 27px;
    margin: 0;
    z-index: 999
}

.ui-slider {
    height: 5px;
    border: none;
    background: rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 2px 2px rgba(255, 255, 255, .25), inset 0 1px 3px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 2px 2px rgba(255, 255, 255, .25), inset 0 1px 3px rgba(0, 0, 0, .3);
    box-shadow: 0 2px 2px rgba(255, 255, 255, .25), inset 0 1px 3px rgba(0, 0, 0, .3)
}

.ui-slider:after,
.ui-slider:before {
    content: 'IIIIIIIIIII';
    position: absolute;
    left: 2px;
    width: 100%;
    font-size: 1.2rem;
    font-weight: 300;
    color: rgba(0, 0, 0, .3);
    letter-spacing: 41px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, .2)
}

.ui-slider:before {
    top: -1.4rem
}

.ui-slider:after {
    bottom: -1.4rem
}

.ui-slider-range {
    background: 0 0
}

.ui-slider .ui-slider-handle {
    position: relative;
    top: -8px;
    width: 26px;
    height: 20px;
    z-index: 1000;
    margin-left: -11px;
    padding-left: 4px;
    border: none;
    background: rgba(255, 255, 255, .7);
    border-radius: 2px;
    text-align: center;
    font-size: 1.2rem;
    line-height: 20px;
    color: rgba(0, 0, 0, .5);
    text-decoration: none;
    letter-spacing: 3px;
    cursor: pointer;
    text-shadow: 1px 1px 2px #fff;
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, .3);
    -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, .3);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, .3)
}

.ui-slider .ui-slider-handle:focus {
    outline: 0
}

.credits a {
    position: relative;
    display: inline-block;
    color: #529e0e;
    text-decoration: none
}

.credits a:after {
    content: '';
    position: absolute;
    left: -1.5%;
    bottom: -1px;
    width: 0%;
    height: 1px;
    background: #529e0e;
    -webkit-transition: width .1s;
    -moz-transition: width .1s;
    -o-transition: width .1s;
    transition: width .1s
}

.credits a:hover::after {
    width: 103%
}

#side-green {
    padding-top: 5rem;
    text-align: initial
}

#side-green .title {
    font-size: 23px
}

.seo-our-pricing {
    position: relative
}

.seo-our-pricing.section-bg {
    background: url(/images/shape/bg2.png) no-repeat center top;
    background-size: cover;
    padding: 185px 0 280px
}

.seo-our-pricing .single-pr-table {
    background: #fff;
    box-shadow: 0 10px 40px 0 rgba(60, 67, 113, .05);
    position: relative;
    text-align: center;
    border-radius: 5px 5px 0 0;
    margin-top: 50px;
    overflow: hidden
}

.seo-our-pricing .single-pr-table:before {
    content: '';
    width: 50px;
    height: 6px;
    border-radius: 5px 5px 0 0;
    background: #fff;
    position: absolute;
    top: 0;
    left: -50px;
    z-index: 1;
    transition: all .8s ease-out
}

.seo-our-pricing .single-pr-table:after {
    content: '';
    width: 100%;
    height: 6px;
    border-radius: 5px 5px 0 0;
    position: absolute;
    top: 0;
    left: calc(-100% - 100px);
    z-index: 1;
    transition: all .8s ease-out;
    background: #fff
}

.seo-our-pricing .single-pr-table:hover:after {
    left: 100%
}

.seo-our-pricing .single-pr-table:hover:before {
    opacity: 1;
    left: 100%
}

.seo-our-pricing .single-pr-table .pr-header {
    position: relative;
    z-index: 1;
    padding: 40px 0 32px;
    border-bottom: 1px solid #e8e8e8
}

.seo-our-pricing .single-pr-table .pr-footer .pr-header {
    position: relative;
    z-index: 1;
    padding: 40px 0 32px;
    border-bottom: none
}

.pr-footer .pr-header {
    border-bottom: none;
    padding: 10px 6px
}

.seo-our-pricing .single-pr-table.subway .pr-footer .pr-header {
    border-top: 2px solid #ff5656
}

.seo-our-pricing .single-pr-table.sandwich .pr-footer .pr-header {
    border-top: 2px solid #4ec3c7
}

.pr-footer .pr-header {
    border-top: 2px solid #ff0
}

.seo-our-pricing .single-pr-table .pr-header .package {
    font-size: 15px;
    text-transform: uppercase;
    color: #b9b9b9
}

.seo-our-pricing .single-pr-table .pr-body .slogan {
    font-size: 24px;
    padding-bottom: 12px;
    color: #2f3442
}

.pr-footer {
    border-top: none;
    padding: 8px
}

.pr-footer.pr-footer-type2 {
    display: inherit
}

.plan-button {
    position: relative;
    z-index: 5;
    margin: 0 auto;
    border: 1px solid #e0e9ef;
    border-radius: 25px;
    color: #233d63;
    display: inline-block;
    padding: 0 30px
}

.plan-button:before {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(-105deg, #00e9b0 0, #00d4ed 100%);
    z-index: -1;
    border-radius: 25px;
    transform: scaleX(0);
    opacity: 0
}

.plan-button span {
    font-size: 22px;
    font-weight: 800
}

.plan-button:hover {
    color: #fff
}

.plan-button:hover:before {
    transform: scaleX(1);
    opacity: 1
}

.plan-button:hover {
    border-color: transparent;
    box-shadow: none;
    background: #fff
}

.pr-footer .trial-button {
    font-size: 17px;
    color: rgba(35, 61, 99, .45);
    margin-top: 20px;
    display: block
}

.element-section .section-portfo {
    background: #1b1d3d;
    padding: 30px 0 150px
}

.element-section .project-minimal-style {
    padding-top: 0;
    padding-bottom: 0
}

.element-section .portfo-footer {
    padding: 150px 0
}

.element-section .portfo-footer:before {
    display: none
}

.element-section .btn {
    margin-top: 10px
}

#search-top .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: var(--color-bace2);
    opacity: 1;
    padding: 10px 17px;
    font-size: 27px
}

#search-top .search-top-form {
    max-width: 677px;
    position: relative
}

#search-top .search-top-result {
    background-color: #fff;
    max-height: 350px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #cdcdcd #e4dcd4;
    scroll-behavior: smooth
}

#search-top .search-top-submit {
    background-color: #f4f5f9;
    border-radius: 5px 26px 26px 5px;
    width: 66px;
    height: 53px;
    top: 0;
    position: absolute;
    left: 0;
    padding: 0;
    font-size: 16px;
    color: #687373
}

#search-top .search-top-input {
    height: 53px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
    border: none;
    background-color: #fbfbfb
}

.f-box-search {
    min-width: 224px;
    text-align: left
}

.f-box-search .f-box-search-a span {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre;
    margin-left: 4px
}

.linkbox[type=type1] a,
.linkbox[type=type1] a:hover,
.linkbox[type=type1] a:visited {
    color: var(--color-orangi-dark);
    text-decoration: none
}

.linkbox[type=type1] {
    width: 100%;
    border-right: 3px solid var(--color-orangi);
    background: #f0f0f0;
    padding: 15px
}

@media (max-width:767px) {
    .linkbox[type=type1] {
        float: none;
        width: inherit;
        margin: auto
    }
}

.linkbox[type=type1] h4 {
    text-align: right;
    line-height: 1.6;
    display: inline-block;
    font-weight: 300
}

.linkbox[type=type1] ul {
    margin-bottom: 0;
    display: inline-block;
    list-style: none;
    padding: 0
}

.linkbox[type=type1] ul li a {
    font-weight: 600;
    padding-right: 3px;
    font-size: 16px
}

.linkbox[type=type2] {
    width: 100%;
    background: #f0f0f0;
    border-radius: 4px
}

.linkbox[type=type2] .linkbox-title {
    text-align: center;
    padding: 11px;
    background-color: var(--color-blu);
    color: #fff;
    border-radius: 4px 4px 0 0;
    font-size: 18px
}

.linkbox[type=type2] .linkbox-content {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0
}

.linkbox[type=type2] .linkbox-content-li {
    width: 50%;
    text-align: right
}

.linkbox[type=type2] .linkbox-content-li a {
    padding: 0 0 8px 15px;
    display: block;
    margin: 5px;
    border-right: 3px solid #ffd800;
    height: 100%
}

@media (max-width:767px) {
    .linkbox[type=type2] .linkbox-content {
        display: block;
        padding-bottom: 1px
    }

    .linkbox[type=type2] .linkbox-content-li {
        width: 100%
    }

    .linkbox[type=type2] .linkbox-content-li a {
        padding: 5px 10px
    }
}

.linkbox[type=type3] a,
.linkbox[type=type3] a:hover,
.linkbox[type=type3] a:visited {
    color: #9e9797;
    text-decoration: none
}

.linkbox[type=type3] {
    width: 57%;
    background-color: #fbfbfc;
    padding: 0 15px;
    float: left;
    margin: 0 30px 5px 0
}

.linkbox[type=type3] ul {
    margin-bottom: 0;
    list-style: none;
    padding: 0
}

.linkbox[type=type3] ul li {
    border-top: 1px solid #ddd6;
    padding: 6px 0
}

@media (max-width:767px) {
    .linkbox[type=type3] {
        float: none;
        width: inherit;
        margin: auto
    }
}

.linkbox[type=type3] h4 {
    text-align: right;
    line-height: 1.6;
    padding-top: 5px !important;
    padding-bottom: 3px !important;
    padding-right: 5px;
    font-size: 15px;
    font-weight: 500;
    border-right: 4px solid var(--color-red-1)
}

a.linkbox-content-a-1:before,
a.linkbox-content-a-2:before,
a.linkbox-content-a-3:before,
a.linkbox-content-a-4:before {
    content: url(/images/orib_arrow.png);
    padding: 5px
}

.linkbox[type=type4] a,
.linkbox[type=type4] a:hover,
.linkbox[type=type4] a:visited {
    color: #9e9797;
    text-decoration: none
}

.linkbox[type=type4] {
    width: 100%;
    background-color: #fbfbfc;
    padding: 0 15px;
    float: right;
    margin: 0 0 5px 30px
}

.linkbox[type=type4] ul {
    margin-bottom: 0;
    list-style: none;
    padding: 0
}

.linkbox[type=type4] ul li {
    border-top: 1px solid #ddd6;
    padding: 6px 0
}

@media (max-width:767px) {
    .linkbox[type=type4] {
        float: none;
        width: inherit;
        margin: auto
    }
}

.linkbox[type=type4] h4 {
    text-align: right;
    line-height: 1.6;
    padding-top: 5px !important;
    padding-bottom: 3px !important;
    padding-right: 5px;
    font-size: 15px;
    font-weight: 500;
    border-right: 3px solid var(--color-orangi)
}

.box-title-a {
    display: inline-flex;
    background-color: var(--color-body);
    margin: 0;
    position: relative;
    padding: 9px 12px 0 6px;
    height: 40px;
    font-size: 15px;
    font-weight: 500;
    margin-left: 49px;
    max-width: calc(100% - 51px)
}

.box-title-a:before {
    content: '';
    position: absolute;
    width: 56px;
    height: 40px;
    background-image: url(/images/box-title-a.svg);
    background-repeat: no-repeat;
    left: -36px;
    top: 0
}

.box-title-a:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url(/images/box-title-b.svg);
    background-repeat: no-repeat;
    right: -1px;
    bottom: -18px
}

.box-title-a .box-title-a-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 1
}

.box-title-b {
    display: inline-flex;
    background-color: var(--color-body);
    margin: 0;
    position: relative;
    padding: 10px 3px 0 12px;
    height: 32px;
    font-size: 13px;
    font-weight: 400;
    margin-right: 49px;
    max-width: calc(100% - 51px)
}

.box-title-b:before {
    content: '';
    position: absolute;
    width: 56px;
    height: 32px;
    background-image: url(/images/box-title-a.svg);
    background-repeat: no-repeat;
    right: -29px;
    top: 0;
    transform: rotate(180deg)
}

.box-title-b:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url(/images/box-title-b.svg);
    background-repeat: no-repeat;
    left: -1px;
    top: -18px;
    transform: rotate(180deg)
}

.box-title-b .box-title-b-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    z-index: 1
}

.t-box-icon .t-box-icon-img-box {
    width: 50px;
    height: 50px;
    min-width: 50px;
    padding: 13px 13px;
    text-align: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.t-box-icon .t-box-icon-icon {
    -webkit-animation: wrench 2.5s ease infinite;
    animation: wrench 2.5s ease infinite;
    color: #fff;
    font-size: 19px;
    position: relative;
    top: 2px
}

.t-box-icon .t-box-icon-text {
    position: relative;
    width: 100%;
    background: #f2f3f8;
    margin: 0 4px 0 0;
    text-align: center;
    padding: 0 8px;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -ms-flex-align: center !important;
    align-items: center !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.t-box-icon .t-box-icon-text-div {
    display: inline-grid
}

.t-box-icon .t-box-icon-archive {
    position: absolute;
    left: 1px;
    bottom: -7px;
    font-size: 13px;
    font-weight: 300;
    padding: 1px 8px;
    background-color: #f2f3f8;
    border-radius: var(--rounded-cu);
    z-index: 1
}

.badge {
    font-size: 15px;
    font-weight: 100;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.badge-Update {
    color: #fff;
    background: var(--color-barex-yellow)
}

.badge-New {
    color: #fff;
    background: var(--color-barex-green)
}

.badge-update:hover {
    background: var(--color-barex-red-hover);
    color: #fff
}

.badge-vip {
    background: var(--color-barex-yellow);
    color: #fff
}

.badge-vip:hover {
    background: var(--color-barex-yellow-hover);
    color: #fff
}

.badge-crack {
    background: #ffffff4d;
    color: #fff
}

.badge-crack:hover {
    background: var(--color-barex-yellow-hover);
    color: #fff
}

.badge-gray {
    background: #e6e6e6;
    color: #403e3e
}

.badge-yellow {
    color: #fff;
    background-color: var(--color-barex-yellow)
}

.badge-danger {
    color: #fff;
    background-color: var(--color-barex-red)
}

a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: var(--color-barex-red-hover)
}

a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(197, 26, 27, .5)
}

.badge-warning {
    color: #fff;
    background-color: var(--color-barex-yellow)
}

a.badge-warning:focus,
a.badge-warning:hover {
    color: #fff;
    background-color: var(--color-barex-yellow-hover)
}

a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(254, 204, 0, .5)
}

.badge-info {
    color: #fff;
    background-color: var(--color-barex-blue)
}

a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: var(--color-barex-blue-hover)
}

a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 159, 227, .5)
}

.btn-social-footer {
    margin: 0;
    height: 36px;
    width: 36px;
    padding: 5px
}

.btn-social-footer .btn-social-footer-img {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-repeat: no-repeat
}

.nav-red-cu .nav-link {
    border-radius: var(--rounded-cu);
    padding: 22px 18px;
    margin-bottom: 10px
}

@media (max-width:767.98px) {
    .nav-red-cu .nav-link {
        padding: 8px 5px 8px 2px;
        font-size: 13px;
        margin-bottom: 4px
    }

    .nav-red-cu .nav-link img {
        width: 28px
    }
}

.nav-red-cu .nav-link.active,
.nav-red-cu .show>.nav-link {
    color: #fff;
    background-color: var(--color-barex-red)
}

.nav-red-cu .nav-link:not(.active):hover {
    color: var(--color-barex-red);
    background-color: #f8f8f8
}

.nav-red-cu .nav-link.active img {
    filter: contrast(1000%)
}

.owl-paly-icon {
    position: absolute;
    background-color: beige;
    z-index: 1;
    top: 50%;
    left: 50%;
    padding: 13px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px
}

#dropzone {
    text-align: center;
    position: relative;
    border: 2px dashed #ddd;
    border-radius: var(--rounded-cu)
}

#dropzone.in {
    background: #fafafa;
    border-color: var(--color-barex-blue)
}

#dropzone.hover {
    background: #e6e6e6
}

#dropzone.fade {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    opacity: 1
}

#dropzone .input-file {
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    cursor: pointer
}

.fade.in {
    opacity: 1
}

.editor-div {
    width: 100%
}

.trumbowyg-box,
.trumbowyg-editor {
    margin: 0 !important
}

.pr-plan {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.pr-plan:hover {
    margin-top: -10px
}

.pr-plan .card-header {
    text-align: center;
    color: #fff;
    border: 0
}

.pr-plan-a .card-body,
.pr-plan-a .card-header {
    background-color: var(--color-barex-yellow-hover)
}

.pr-plan-b .card-body,
.pr-plan-b .card-header {
    background-color: var(--color-barex-green)
}

.pr-plan-c .card-body,
.pr-plan-c .card-header {
    background-color: var(--color-barex-blue-hover)
}

.pr-plan-d .card-body,
.pr-plan-d .card-header {
    background-color: var(--color-barex-red-hover)
}

.pr-plan .pr-plan-name {
    font-size: 19px;
    font-weight: 300;
    margin-top: 6px
}

.pr-plan-m-g {
    display: inline;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.8;
    text-decoration: line-through
}

.pr-plan-m-d {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    margin-top: 1px;
    padding: 2px 6px 0 6px;
    border-radius: var(--rounded-cu);
    border: 1px solid #fff;
    color: #fff
}

.pr-plan-m-d-v {
    font-size: 11px
}

.pr-plan-m-n {
    font-size: 50px;
    font-weight: 900;
    line-height: 51px
}

.pr-plan-m-v {
    font-weight: 300;
    display: block
}

.pr-plan-icon-box {
    text-align: center;
    color: #fff
}

.pr-plan-icon-img {
    display: inline
}

.pr-plan-icon-t1 {
    display: block;
    font-size: 41px;
    font-weight: 200
}

.pr-plan-icon-t2 {
    display: block;
    margin-top: -13px;
    font-size: 12px;
    font-weight: 300
}

.d-link-main {
    cursor: pointer
}

.d-link-main-buy {
    background-color: #e7feea
}

.d-link-content-modal .img-show {
    width: 60px
}

.bon-takhfif-box {
    padding: 10px;
    border-radius: var(--rounded-cu);
    background-color: #e4e4e4
}

.bon-takhfif-split {
    width: 0;
    position: absolute;
    left: -12px;
    top: 0;
    bottom: 2px;
    background: 0 0;
    border-left: 2px dotted #707070;
    z-index: 1
}

.bon-takhfif-split:before {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 14px;
    background-color: #fff;
    position: absolute;
    top: -18px;
    left: -8px
}

.bon-takhfif-split:after {
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 14px;
    background-color: #fff;
    position: absolute;
    bottom: -19px;
    left: -8px
}

.bon-takhfif-content {
    margin-right: 22px;
    background-color: #fff;
    border-radius: var(--rounded-cu);
    padding: 10px 0
}

@media (max-width:767.98px) {
    .bon-takhfif-split {
        width: 100%;
        position: absolute;
        left: -12px;
        right: 0;
        top: inherit;
        bottom: -10px;
        background: 0 0;
        border-bottom: 2px dotted #707070;
        z-index: 1
    }

    .bon-takhfif-split:before {
        top: -6px;
        left: -19px
    }

    .bon-takhfif-split:after {
        left: inherit;
        bottom: -8px;
        right: -16px
    }

    .bon-takhfif-content {
        margin-right: 0;
        margin-top: 18px
    }
}

.spinners-t-n1 {
    position: relative;
    top: -1px
}

.login-wizard-box {
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes login-wizard-hide-keyframes {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }

    100% {
        opacity: 0;
        display: none;
        -webkit-transform: translateX(-15px)
    }
}

@keyframes login-wizard-hide-keyframes {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    100% {
        opacity: 0;
        display: none;
        transform: translateX(-15px)
    }
}

.login-wizard-hide {
    opacity: 1;
    display: none;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.login-wizard-hide.go {
    -webkit-animation-name: login-wizard-hide-keyframes;
    animation-name: login-wizard-hide-keyframes
}

@-webkit-keyframes login-wizard-show-keyframes {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-15px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes login-wizard-show-keyframes {
    0% {
        opacity: 0;
        transform: translateX(-15px)
    }

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

.login-wizard-show {
    opacity: 0;
    z-index: 5;
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px)
}

.login-wizard-show.go {
    -webkit-animation-name: login-wizard-show-keyframes;
    animation-name: login-wizard-show-keyframes
}

.login-wizard-hide-all {
    opacity: 0;
    z-index: -1;
    display: none
}

div.time {
    font-size: 13px;
    border-radius: 50px;
    padding: 1px 4px 1px 10px;
    display: inline-flex;
    background-color: #eaeaea;
    position: relative;
    top: 3px;
    margin-right: 3px
}

div.time .timer {
    width: 16px;
    height: 16px;
    background-color: transparent;
    -webkit-box-shadow: inset 0 0 0 2px #7d8693;
    box-shadow: inset 0 0 0 2px #7d8693;
    border-radius: 50%;
    position: relative;
    top: 2px;
    margin-left: 4px
}

div.time .timer:after,
div.time .timer:before {
    position: absolute;
    content: "";
    background-color: #7d8693
}

div.time .timer:after,
div.time .timer:before {
    height: 2px;
    top: 7px;
    left: 7px;
    -webkit-transform-origin: 1px 1px;
    transform-origin: 1px 1px
}

div.time .timer:before {
    width: 4px;
    -webkit-animation: hrhand 8s linear infinite;
    animation: hrhand 8s linear infinite
}

div.time .timer:after {
    width: 6px;
    -webkit-animation: minhand 2s linear infinite;
    animation: minhand 2s linear infinite
}

@-webkit-keyframes minhand {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes minhand {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes hrhand {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes hrhand {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.custom-control img#securitycode {
    height: 38px;
    border: 1px solid #ced4da;
    border-top-left-radius: 38px;
    border-bottom-left-radius: 38px;
    color: #afafaf !important;
    width: 20% !important
}

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

.shadow.dark::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.shadow.dark-hard::after {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .75;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.shadow.light::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .3;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.shadow.theme::after {
    background: #4154f1 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.shadow.theme-hard::after {
    background: #4154f1 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    opacity: .7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.shadow.mixed::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0, rgba(0, 33, 71, .8) 100%) repeat scroll 0 0;
    z-index: -1;
    opacity: .7
}

.default-padding,
.default-padding-bottom,
.default-padding-mx,
.default-padding-top {
    position: relative;
    z-index: 1
}

.default-padding {
    padding-top: 90px;
    padding-bottom: 90px
}

.default-padding-mx {
    padding-top: 150px;
    padding-bottom: 150px
}

.default-padding-top {
    padding-top: 120px
}

.default-padding-bottom {
    padding-bottom: 120px
}

.default-padding.bottom-less {
    padding-top: 90px;
    padding-bottom: 90px
}

.default-padding-bottom.bottom-less {
    margin-bottom: -30px
}

.default-padding-top.bottom-less {
    margin-bottom: -30px
}

.default-padding.bottom-30 {
    padding-top: 120px;
    padding-bottom: 30px
}

.default-padding.bottom-20 {
    padding-top: 120px;
    padding-bottom: 20px
}

.padding-xl {
    padding-top: 180px;
    padding-bottom: 180px
}

.top-border {
    border-top: 1px solid #e7e7e7
}

.align-center {
    align-items: center
}

.eastern-blue .btn-theme.border {
    background-color: transparent;
    color: #1baaa0 !important;
    border: 2px solid #1baaa0
}

.orange .btn-theme.border {
    background-color: transparent;
    color: #ff5621 !important;
    border: 2px solid #ff5621
}

.cornflower-blue .btn-theme.border {
    background-color: transparent;
    color: #634ded !important;
    border: 2px solid #634ded
}

.btn-theme.border:hover {
    background-color: #4154f1;
    color: #fff !important;
    border: 2px solid #4154f1
}

.btn-theme.border.orange:hover {
    background-color: #ff5621;
    color: #fff !important;
    border: 2px solid #ff5621
}

.eastern-blue .btn-theme.border:hover {
    background-color: #1baaa0;
    color: #fff !important;
    border: 2px solid #1baaa0
}

.orange .btn-theme.border:hover {
    background-color: #ff5621;
    color: #fff !important;
    border: 2px solid #ff5621
}

.cornflower-blue .btn-theme.border:hover {
    background-color: #634ded;
    color: #fff !important;
    border: 2px solid #634ded
}

.inc-icon i {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 28px;
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-size: 10px;
    border-radius: 50%;
    margin-left: 5px;
    border: 1px dashed rgba(255, 255, 255, .5)
}

.btn-gradient.btn-sm {
    padding: 10px 30px
}

.btn.btn-transparent.border {
    border: 1px solid rgba(255, 255, 255, .3) !important
}

.btn.btn-transparent.border:hover {
    border: 1px solid rgba(255, 255, 255, .5) !important;
    background: rgba(255, 255, 255, .07);
    color: #fff !important
}

.relative {
    position: relative
}

.btn-simple.md {
    padding: 15px 60px
}

.btn-simple.light {
    background: #fff
}

.btn-simple {
    display: inline-block;
    border: 1px solid #e7e7e7;
    padding: 10px 40px;
    border-radius: 30px;
    color: #4154f1;
    font-weight: 700;
    position: relative;
    z-index: 1;
    overflow: hidden
}

a.btn-simple.md.light {
    color: #4154f1
}

a.btn-simple.md.light:hover {
    color: #fff
}

.btn-simple:after {
    background: linear-gradient(90deg, #4154f1 0, #0e20ad 75%);
    color: #fff;
    border-color: transparent;
    position: absolute;
    left: -100%;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    transition: all .25s ease-in-out
}

.btn-simple:hover {
    color: #fff
}

.btn-simple:hover::after {
    left: 0
}

.bg-fixed {
    background-attachment: fixed !important;
    background-position: center center !important;
    background-size: cover !important
}

.bg-cover {
    background-position: center center !important;
    background-size: cover !important
}

.overflow-hidden {
    overflow: hidden
}

.less-margin {
    margin: 0
}

button,
button:focus {
    border: none !important;
    box-shadow: inherit !important;
    outline: inherit !important
}

header {
    position: relative
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
    position: relative;
    z-index: 1;
    margin-left: 3px
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
    border: medium none
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
    background: #fff none repeat scroll 0 0;
    bottom: -2px;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
    width: 100%
}

header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
    width: 0
}

.attr-nav .social.right li {
    margin-left: 20px
}

.attr-nav .social li a {
    font-size: 16px
}

nav.bootsnav.navbar-default.info-topbar .navbar-header {
    display: none
}

nav.bootsnav.navbar-default.info-topbar ul li a {
    margin-right: 30px;
    padding: 35px 0
}

nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
    margin-right: 0;
    padding: 35px 20px
}

.attr-nav>a.btn-theme.effect,
.attr-nav>a.btn-theme.effect:focus,
.attr-nav>a.btn-theme.effect:hover {
    background: #4154f1 none repeat scroll 0 0;
    border: 2px solid #4154f1;
    color: #fff !important
}

nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
    margin-right: 30px;
    padding: 35px 0
}

.attr-nav.social li {
    display: inline-block;
    padding: 25px 0 !important;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out
}

.attr-nav.social li a {
    border: 1px solid #f4f4f4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #4154f1;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    padding: 0 !important;
    text-align: center;
    width: 40px
}

nav.navbar.bootsnav.sticked .attr-nav.social li {
    display: inline-block;
    padding: 20px 0 !important
}

.site-heading h5 {
    text-transform: uppercase;
    font-weight: 800;
    color: var(--color-base-hover);
    font-size: 18px;
    position: relative;
    z-index: 1;
    display: inline-block
}

.eastern-blue .site-heading h5 {
    color: #1baaa0
}

.orange .site-heading h5 {
    color: #ff5621
}

.cornflower-blue .site-heading h5 {
    color: #634ded
}

.site-heading p {
    margin: 0
}

.site-heading h2 {
    display: block;
    font-weight: 500;
    position: relative;
    margin-bottom: 0;
    line-height: 1.4;
    padding-bottom: 10px;
    color: var(--base-color)
}

.heading-divider {
    display: inline-block;
    position: relative;
    height: 5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: var(--base-color);
    width: 90px;
    overflow: hidden
}

.eastern-blue .heading-divider {
    background-color: #1baaa0
}

.orange .heading-divider {
    background-color: #ff5621
}

.cornflower-blue .heading-divider {
    background-color: #634ded
}

.heading-divider:after {
    content: '';
    position: absolute;
    left: 0;
    top: -1.1px;
    height: 7px;
    width: 8px;
    background-color: var(--color-base-hover);
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: infinite-move;
    animation-name: infinite-move
}

.bg-gray .heading-divider:after {
    background-color: #f3f7fd
}

.site-heading {
    margin-bottom: 60px;
    overflow: hidden;
    margin-top: -5px
}

.carousel-shadow .owl-stage-outer {
    margin: -15px -15px;
    padding: 15px
}

.language-switcher .dropdown-toggle {
    background: 0 0;
    border: none;
    color: #666;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 15px;
    text-transform: capitalize
}

.language-switcher img {
    padding: 3px;
    box-shadow: 0 0 10px #ccc;
    border-radius: 50%;
    height: 45px;
    width: 45px
}

.language-switcher .dropdown-toggle li {
    display: block
}

.language-switcher .dropdown-menu li {
    display: block;
    padding: 0;
    border-bottom: 1px solid #e7e7e7
}

.language-switcher .dropdown-menu li:last-child {
    border: none
}

.language-switcher .dropdown-menu {
    margin: 0;
    min-width: 200px;
    border-radius: inherit;
    border: 1px solid #e7e7e7;
    left: auto;
    right: 0
}

.language-switcher .dropdown-menu.show {
    display: block !important
}

.language-switcher .dropdown-menu li a {
    padding: 7px 15px;
    text-transform: capitalize;
    display: block;
    font-weight: 600
}

.top-bar-area li {
    display: inline-block;
    margin-left: 20px
}

.top-bar-area li i {
    margin-right: 5px
}

.top-bar-area li:first-child {
    margin-left: 0
}

.top-bar-area a {
    display: inline-block;
    background: #4154f1;
    padding: 10px 35px
}

.orange .top-bar-area a {
    background: #ff5621
}

.breadcrumb-area {
    padding: 150px 0;
    position: relative
}

.breadcrumb-area .fixed-bg {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat
}

.breadcrumb-area .col-lg-8.offset-lg-2 {
    z-index: 9
}

.breadcrumb-area h1 {
    font-weight: 700;
    color: #fff;
    margin: 0;
    text-transform: capitalize
}

.breadcrumb-area .breadcrumb {
    background: #fff;
    display: inline-block;
    margin: 0;
    padding: 15px 35px;
    position: absolute;
    z-index: 9;
    left: 50%;
    bottom: -180px;
    transform: translate(-50%, 0);
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, .57);
    border-radius: 30px
}

.page-title-area {
    padding: 150px 0
}

.page-title-area h1 {
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 40px;
    margin-top: -10px;
    margin-bottom: 0
}

.breadcrumb-area .breadcrumb li::after {
    content: "";
    font-family: themify;
    font-weight: 600;
    color: #fff;
    position: absolute;
    right: -13px;
    height: 8px;
    width: 8px;
    border: 2px solid #c0b6b6;
    border-radius: 50%;
    top: 10px
}

.breadcrumb-area .breadcrumb li i {
    margin-right: 5px
}

.breadcrumb-area .breadcrumb li {
    padding: 0;
    position: relative;
    z-index: 1;
    margin: 0 7px;
    padding: 0 7px
}

.breadcrumb-area .breadcrumb li:last-child::after {
    display: none
}

.breadcrumb-area .breadcrumb a,
.breadcrumb-area .breadcrumb li {
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block
}

.breadcrumb-area .breadcrumb li.active {
    color: #4154f1
}

.svg-shape svg {
    margin-bottom: -10px
}

.svg-shape svg.gray {
    fill: #f3f7fd
}

.svg-shape svg.light {
    fill: #fff
}

.svg-shape svg.theme {
    fill: #ff4450
}

.svg-shape svg.dark {
    fill: #111d30
}

.svg-shape svg.absolute {
    position: absolute
}

.svg-shape svg.absolute.top {
    top: 0;
    left: 0
}

.svg-shape svg.absolute.bottom {
    bottom: 0;
    left: 0
}

.banner-area,
.banner-area div,
body {
    height: 100%
}

.banner-area.auto-height,
.banner-area.auto-height div {
    height: auto
}

.banner-area.auto-height .content {
    padding: 150px 0
}

.banner-area .box-cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%
}

.banner-area .box-table {
    display: table;
    width: 100%
}

.banner-area .box-cell,
.banner-area .box-cell div {
    height: auto
}

.banner-area {
    position: relative;
    overflow: hidden
}

.banner-area .wavesshape {
    bottom: -2px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    width: 100%
}

.banner-area .wavesshape.shape {
    bottom: -50px;
    height: auto
}

.banner-area .content {
    position: relative;
    z-index: 9
}

.banner-area.wavesshape {
    position: relative;
    z-index: 1
}

.banner-area.triangle-shadow {
    position: relative;
    z-index: 1
}

.banner-area.triangle-shadow::before {
    border-bottom: 0 solid transparent;
    border-right: 100vw solid #fff;
    border-top: 80px solid transparent;
    bottom: 0;
    content: "";
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 101
}

.banner-area.shadow-inner .content {
    padding: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.banner-area.content-double .double-items {
    align-items: center;
    align-self: center;
    display: flex;
    justify-content: center;
    vertical-align: middle
}

.banner-area .banner-carousel .owl-item.center img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1)
}

.banner-area .banner-carousel .owl-item img {
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9)
}

.banner-area .item h1:first-child,
.banner-area .item h2:first-child,
.banner-area .item h3:first-child,
.banner-area .item h4:first-child,
.banner-area .item h5:first-child,
.banner-area .item h6:first-child {
    animation-delay: .5s
}

.banner-area .item h1:nth-child(2),
.banner-area .item h2:nth-child(2),
.banner-area .item h3:nth-child(2),
.banner-area .item h4:nth-child(2),
.banner-area .item h5:nth-child(2),
.banner-area .item h6:nth-child(2) {
    animation-delay: .7s
}

.carousel-caption h1:nth-child(3),
.carousel-caption h2:nth-child(3),
.carousel-caption h3:nth-child(3),
.carousel-caption h4:nth-child(3),
.carousel-caption h5:nth-child(3),
.carousel-caption h6:nth-child(3) {
    animation-delay: .9s
}

.banner-area .item p {
    animation-delay: .5s
}

.banner-area .item ul {
    animation-delay: .6s
}

.banner-area .item a,
.banner-area .item button {
    animation-delay: .7s
}

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right,
.carousel-fade .carousel-inner .item {
    opacity: 0
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right,
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0)
}

.carousel-fade .carousel-control {
    z-index: 2
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1)
    }

    to {
        -webkit-transform: scale(1.2, 1.2)
    }
}

@-moz-keyframes zoom {
    from {
        -moz-transform: scale(1, 1)
    }

    to {
        -moz-transform: scale(1.2, 1.2)
    }
}

@-o-keyframes zoom {
    from {
        -o-transform: scale(1, 1)
    }

    to {
        -o-transform: scale(1.2, 1.2)
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1)
    }

    to {
        transform: scale(1.2, 1.2)
    }
}

.carousel-inner .item>.slider-thumb {
    -webkit-animation: zoom 20s;
    animation: zoom 20s
}

.banner-area .carousel-zoom .slider-thumb {
    height: 100%;
    position: absolute;
    width: 100%
}

#particles-js,
#ripple {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.banner-area .carousel-control {
    background: transparent none repeat scroll 0 0;
    height: 50px;
    font-size: 30px;
    line-height: 50px;
    margin-top: -25px;
    opacity: 1;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 70px;
    z-index: 1;
    text-transform: uppercase
}

.banner-area .carousel-control.shadow {
    background: transparent none repeat scroll 0 0;
    color: #fff;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    opacity: 1;
    padding: 0;
    position: absolute;
    text-shadow: inherit;
    top: 50%;
    width: 50px;
    z-index: 1
}

.banner-area .carousel-control.shadow::after {
    background: #1e2726 none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.banner-area .carousel-control.left {
    left: -80px
}

.banner-area:hover .carousel-control.left {
    left: 10px
}

.banner-area:hover .carousel-control.shadow.left {
    left: 20px
}

.banner-area .carousel-control.right {
    right: -80px
}

.banner-area:hover .carousel-control.right {
    right: 10px
}

.banner-area:hover .carousel-control.shadow.right {
    right: 20px
}

.banner-area .carousel-indicator {
    position: absolute;
    left: 10px;
    bottom: 0;
    width: 100%
}

.banner-area .carousel-indicators {
    position: absolute;
    right: auto;
    left: 0;
    width: auto;
    height: auto;
    top: auto;
    bottom: 0;
    margin: 0;
    padding: 30px 0
}

.banner-area .carousel-indicators li {
    display: block;
    height: 20px;
    width: 20px;
    margin: 10px 5px;
    border: 2px solid rgba(255, 255, 255, .7);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: 0 0;
    position: relative;
    z-index: 1
}

.banner-area .carousel-indicators li.active {
    border: 2px solid #fff
}

.banner-area .carousel-indicators li::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 5px;
    width: 5px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.banner-area.video-bg-live .mbYTP_wrapper {
    z-index: 1 !important
}

.double-items>.row div {
    height: auto
}

.shape {
    z-index: -1
}

.shape-right-top {
    position: absolute;
    right: 0;
    top: 0
}

.shape-right-bottom {
    position: absolute;
    right: 0;
    bottom: 0
}

.shape-left-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100% !important;
    width: 100%
}

.shape-left-top {
    position: absolute;
    left: 0;
    top: -120px
}

.shape-left-bottom img,
.shape-right-bottom img,
.shape-right-top img {
    height: 100%
}

.shape-left-bottom img {
    height: 100%;
    max-width: 100%;
    min-width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.shape-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}

.shape-bottom img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.shape-top {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1
}

.shape-top img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.shape.opacity-1 {
    opacity: 1
}

.shape.opacity-09 {
    opacity: .9
}

.shape.opacity-08 {
    opacity: .8
}

.shape.opacity-07 {
    opacity: .7
}

.shape.opacity-06 {
    opacity: .6
}

.shape.opacity-05 {
    opacity: .5
}

.shape.opacity-04 {
    opacity: .4
}

.shape.opacity-03 {
    opacity: .3
}

.shape.opacity-02 {
    opacity: .2
}

.shape.opacity-01 {
    opacity: .1
}

.shape.opacity-default {
    opacity: .03
}

.banner-area h2 {
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 20px
}

.banner-area h2 strong {
    position: relative;
    z-index: 1
}

.banner-area h2 span {
    color: #4154f1
}

.orange .banner-area h2 span {
    color: #ff5621
}

.eastern-blue .banner-area h2 span {
    color: #1baaa0
}

.banner-area h4 {
    color: #4154f1;
    margin-bottom: 26px;
    text-transform: uppercase;
    font-weight: 700
}

.banner-area.text-light h4 {
    color: #fff
}

.eastern-blue .banner-area h4 {
    color: #1baaa0
}

.banner-area.heading-capitalized h2 {
    font-weight: 200;
    text-transform: capitalize;
    font-size: 60px
}

.banner-area.heading-capitalized h2 strong {
    font-weight: 700;
    display: block
}

.banner-area.heading-capitalized h2 strong::after {
    display: none
}

.banner-area h2 strong::after {
    position: absolute;
    left: 3%;
    bottom: 15px;
    content: "";
    height: 10px;
    width: 100%;
    background: #4154f1;
    z-index: -1;
    opacity: .2
}

.banner-area a {
    margin-top: 15px
}

.banner-area p {
    font-size: 18px;
    line-height: 34px
}

.banner-area .thumb {
    padding-left: 35px
}

.banner-area .thumb.width-120 img {
    max-width: 120%
}

.banner-area .thumb.width-130 img {
    max-width: 130%
}

.banner-area .thumb.width-140 img {
    max-width: 140%
}

.banner-area .thumb-innner {
    position: relative;
    z-index: 1
}

.banner-area .thumb-innner .icon {
    position: absolute;
    left: 50%;
    top: 50px;
    margin-left: -10px
}

.banner-area.auto-height .double-items {
    padding: 100px 0
}

.banner-area.auto-height .content-box {
    padding-top: 180px
}

.banner-area.auto-height .content-box .thumb-innner {
    margin-top: 50px
}

.banner-area.auto-height .content-box .thumb-innner .icon {
    position: absolute;
    left: 50%;
    top: 100px;
    margin-left: -55px
}

.banner-area.circle-shape {
    position: relative;
    z-index: 1
}

.banner-area.circle-shape::after {
    position: absolute;
    right: -150px;
    top: -150px;
    content: "";
    height: 600px;
    width: 600px;
    background: rgba(255, 255, 255, .03);
    border-radius: 50%;
    z-index: -1
}

.banner-area.circle-shape::before {
    position: absolute;
    right: -150px;
    top: -150px;
    content: "";
    height: 700px;
    width: 700px;
    background: rgba(255, 255, 255, .05);
    border-radius: 50%;
    z-index: -1
}

.item-animated {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.54, .085, .5, .92);
    animation-timing-function: cubic-bezier(.54, .085, .5, .92);
    -webkit-animation-name: infiUpDown;
    animation-name: infiUpDown;
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@keyframes infiUpDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-35px);
        transform: translateY(-35px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes infiUpDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-35px);
        transform: translateY(-35px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes infinite-move {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px)
    }
}

@-webkit-keyframes infinite-move {
    from {
        -ms-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -ms-transform: translateX(88px);
        transform: translateX(88px)
    }
}

@keyframes infinite-move {
    from {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    to {
        -webkit-transform: translateX(88px);
        transform: translateX(88px)
    }
}

.video-play-button {
    color: #4154f1;
    font-size: 30px;
    left: 50%;
    padding-left: 7px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    z-index: 1
}

.video-play-button:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fff repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse-border 1.5s ease-out infinite;
    animation: pulse-border 1.5s ease-out infinite
}

.video-play-button.theme:after,
.video-play-button.theme:before {
    background: #4154f1 repeat scroll 0 0
}

.orange .video-play-button.theme:after,
.orange .video-play-button.theme:before {
    background: #ff5621 repeat scroll 0 0
}

.video-play-button:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: #fff repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.video-play-button i {
    display: block;
    position: relative;
    z-index: 3;
    color: #4154f1
}

.video-play-button.theme i {
    color: #fff
}

.video-play-button.relative {
    position: relative;
    display: inline-block;
    left: 30px;
    height: 68px;
    width: 68px;
    line-height: 68px;
    text-align: center;
    margin-top: 0 !important;
    top: 55px;
    margin-left: 10px
}

.video-play-button.relative::after,
.video-play-button.relative::before {
    height: 68px;
    width: 68px;
    line-height: 68px
}

.video-play-button.relative i {
    line-height: 70px;
    font-size: 25px
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    line-height: 50px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 15px;
    z-index: 1
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #999
}

.nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    width: 5px
}

.nice-select.open:after {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    overflow-y: auto !important;
    height: 200px
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #96aac1
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small:after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    -webkit-box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    -o-box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9;
    width: 100%
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s
}

.nice-select .option.focus,
.nice-select .option.selected.focus,
.nice-select .option:hover {
    background-color: #f6f6f6
}

.nice-select .option.selected {
    font-weight: 700
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

.features-area .shape {
    opacity: .03
}

.features-area .feature-box .single-item {
    margin-bottom: 30px
}

.features-area .feature-box .item {
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, .57);
    padding: 60px 37px;
    background: #fff
}

.features-area .about-info {
    margin-top: 90px
}

.features-area .item .icon {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    background: #4154f1;
    border-radius: 63% 37% 30% 70%/50% 45% 55% 50%;
    position: relative;
    z-index: 1;
    font-size: 30px;
    color: #fff;
    margin-bottom: 25px;
    box-shadow: 0 10px 30px 0 rgba(44, 130, 237, .4)
}

.features-area .single-item:nth-child(2) .item .icon {
    background: #1baaa0
}

.features-area .single-item:nth-child(3) .item .icon {
    background: #ff5621
}

.features-area .single-item:nth-child(4) .item .icon {
    background: #811389
}

.features-area .item h4 {
    font-weight: 800;
    font-size: 20px
}

.features-area .item p {
    margin: 0
}

.about-info h2 {
    font-weight: 200;
    margin-bottom: 25px;
    margin-top: -5px;
    text-transform: capitalize
}

.about-info h2 strong {
    display: block;
    margin-top: 5px
}

.about-info .fun-fact {
    display: flex;
    margin-top: 25px
}

.about-info .fun-fact i {
    display: inline-block;
    margin-right: 20px;
    font-size: 30px;
    color: #4154f1
}

.about-info .fun-fact .timer {
    color: #232323;
    font-size: 40px;
    margin-bottom: 10px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    z-index: 1
}

.about-info .fun-fact .medium {
    display: block;
    font-size: 18px
}

.about-info .fun-fact .timer::after {
    position: absolute;
    right: -32px;
    top: 0;
    content: "%";
    font-size: 30px
}

.about-info a {
    margin-top: 10px
}

.about-features-area .about-info {
    padding-right: 35px
}

.about-features-area .item-grid:first-child {
    margin-top: -30px
}

.about-area .row>.process-box {
    padding-left: 35px
}

.about-features-area .process-box .item {
    padding: 40px 30px;
    background: #fff;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, .57);
    margin-top: 30px
}

.about-features-area .process-box .item:first-child .icon {
    position: relative
}

.about-features-area .process-box .icon i {
    text-align: center;
    background: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    font-size: 30px;
    color: var(--base-color-hover);
    height: 80px;
    width: 80px;
    line-height: 80px
}

.cornflower-blue .about-features-area .process-box .icon i {
    color: #634ded
}

.about-features-area .process-box .icon i::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #232c77;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: .1;
    border-radius: 50%
}

.about-features-area .process-box .item h4 {
    text-transform: capitalize;
    font-weight: 800;
    font-size: 22px;
    color: var(--base-color)
}

.analysis h4 {
    border-top: 1px dashed #e7e7e7;
    margin-top: 30px;
    padding-top: 30px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 1.4
}

.analysis form button {
    width: 100%;
    background: linear-gradient(90deg, #4154f1 0, #0e20ad 75%);
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
    padding: 7px;
    border-radius: 30px;
    margin-top: 30px
}

.analysis form input,
.analysis form input:focus {
    border-radius: 30px;
    border: none;
    padding: 15px 30px;
    outline: inherit;
    box-shadow: inherit
}

.analysis .input {
    border: 1px solid #e7e7e7;
    border-radius: 30px;
    padding: 0 20px
}

.analysis form .col-lg-6 {
    padding: 0;
    border-radius: 30px
}

.analysis .input .form-group {
    margin: 0
}

.analysis form .input input[type=url] {
    border-right: 1px solid #e7e7e7;
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit
}

.about-area .thumb {
    padding-right: 35px
}

.about-area .info h5 {
    text-transform: uppercase;
    font-weight: 800;
    color: var(--base-color-hover)
}

.eastern-blue .about-area .info h5 {
    color: #1baaa0
}

.orange .about-area .info h5 {
    color: #ff5621
}

.cornflower-blue .about-area .info h5 {
    color: #634ded
}

.about-area .info h2 {
    font-weight: 700;
    margin-bottom: 25px;
    color: var(--base-color);
    text-transform: capitalize
}

.about-area .info h2 strong {
    margin-top: 5px
}

.circle-chart {
    width: 150px;
    height: 150px
}

.circle-chart__circle {
    stroke: #1baaa0;
    stroke-width: 2px;
    stroke-linecap: square;
    fill: none;
    animation: circle-chart-fill 2s reverse;
    transform: rotate(-90deg);
    transform-origin: center
}

.cornflower-blue .circle-chart__circle {
    stroke: #634ded
}

.circle-chart__circle--negative {
    transform: rotate(-90deg) scale(1, -1)
}

.circle-chart__background {
    stroke: #e7e7e7;
    stroke-width: 1px;
    fill: none
}

.circle-chart__info {
    animation: circle-chart-appear 2s forwards;
    opacity: 0;
    transform: translateY(.3em)
}

.circle-chart__percent {
    alignment-baseline: central;
    text-anchor: middle;
    font-size: 8px;
    font-weight: 800
}

.circle-chart__subline {
    alignment-baseline: central;
    text-anchor: middle;
    font-size: 3px
}

.progress-items .circlechart {
    float: left;
    margin-right: 30px;
    margin-top: 25px !important
}

.progress-items .circlechart:last-child {
    margin: 0
}

@keyframes circle-chart-fill {
    to {
        stroke-dasharray: 0 100
    }
}

@keyframes circle-chart-appear {
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.about-area .progress-items {
    margin-top: 25px
}

.progress-items .progress-box {
    margin-bottom: 30px
}

.progress-items .progress-box:last-child {
    margin-bottom: 0
}

.progress-items .progress-box h5 {
    text-transform: capitalize;
    color: #232323 !important;
    font-size: 16px;
    font-weight: 600
}

.progress-items .progress-box .progress {
    height: 5px;
    border-radius: 30px;
    overflow: inherit
}

.progress-items .progress-box .progress .progress-bar {
    background: #4154f1;
    position: relative;
    z-index: 1;
    overflow: inherit
}

.progress-items .progress-box .progress .progress-bar::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 15px;
    width: 2px;
    background: #4154f1;
    z-index: -1;
    margin-top: -5px
}

.eastern-blue .progress-items .progress-box .progress .progress-bar {
    background: #1baaa0
}

.eastern-blue .progress-items .progress-box .progress .progress-bar::after {
    background: #1baaa0
}

.orange .progress-items .progress-box .progress .progress-bar {
    background: #ff5621
}

.orange .progress-items .progress-box .progress .progress-bar::after {
    background: #ff5621
}

.cornflower-blue .progress-items .progress-box .progress .progress-bar {
    background: #634ded
}

.cornflower-blue .progress-items .progress-box .progress .progress-bar::after {
    background: #634ded
}

.choose-us-area.half-bg::after {
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 50%;
    background: #001d4c;
    z-index: -1
}

.choose-us-area .info {
    padding-left: 50px;
    position: relative;
    z-index: 1
}

.choose-us-area .info::after {
    position: absolute;
    left: -10px;
    top: -50px;
    content: "";
    height: 150px;
    width: 150px;
    background: url(assets/img/shape/dotted-bg.png);
    z-index: -1;
    transform: rotate(-45deg);
    background-size: contain;
    background-repeat: no-repeat
}

.choose-us-area ul li {
    float: left;
    width: 50%;
    padding: 0 15px;
    margin-top: 30px
}

.choose-us-area ul li .item {
    background: #fff;
    border-radius: 30px;
    display: flex;
    align-items: center;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, .57)
}

.choose-us-area ul {
    margin-top: -10px
}

.choose-us-area ul li h5 {
    margin-bottom: 7px;
    font-size: 18px;
    font-weight: 700
}

.choose-us-area ul li {
    position: relative;
    z-index: 1;
    padding-left: 50px;
    line-height: 30px
}

.choose-us-area ul li p {
    margin-bottom: 0
}

.choose-us-area ul li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    background: #f7f7f7;
    color: #4154f1;
    height: 40px;
    width: 35px;
    line-height: 40px;
    text-align: center;
    font-size: 10px;
    font-weight: 600;
    clip-path: polygon(100% 0, 100% 77%, 77% 100%, 0 100%, 0 0)
}

.choose-us-area ul li i {
    display: inline-block;
    margin-right: 15px;
    font-size: 30px;
    height: 60px;
    width: 60px;
    background: #4154f1;
    line-height: 60px;
    text-align: center;
    color: #fff;
    border-radius: 50%
}

.choose-us-area h2 {
    margin-bottom: 30px;
    font-weight: 600
}

.choose-us-area h2 strong {
    text-decoration: underline
}

.choose-us-area .thumb {
    padding-right: 35px
}

.choose-us-area a {
    margin-top: 15px
}

@media only screen and (min-width:1367px) {
    .services-area .container-lg {
        margin-left: calc((100% - 1140px)/ 2);
        padding-right: 0;
        width: auto;
        min-width: auto;
        max-width: inherit
    }
}

@media only screen and (min-width:1000px) {
    .services-area .services-stage-carousel.owl-carousel .owl-stage {
        left: -100px
    }
}

.services-area .single-item {
    margin-bottom: 30px
}

.services-area .services-items .item {
    padding: 60px 37px;
    background: #fff;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, .57);
    position: relative;
    z-index: 1;
    overflow: hidden
}

.services-area .services-items.services-stage-carousel .item,
.services-area.bg-gray .services-items .item {
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06);
    border: none
}

.services-area .services-items .item::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 40%;
    background: url(assets/img/shape/border-shape.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: -1;
    opacity: .5
}

.services-area.bg-gray .services-items .item::after {
    opacity: .5
}

.services-area .services-items .item .icon {
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    z-index: 1
}

.services-area .services-items .item:hover .icon::after {
    height: 15px;
    width: 15px
}

.services-area .services-items .single-item .item .icon::after,
.services-area .services-items .single-item .item .icon::before {
    display: none
}

.services-area .services-items .item:hover .icon::before {
    height: 10px;
    width: 10px
}

.services-area .services-items .item .icon i {
    display: inline-block;
    font-size: 45px;
    height: 80px;
    width: 80px;
    line-height: 80px;
    text-align: center;
    background: linear-gradient(to bottom, #4154f1, #011cff);
    color: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    transition: all .35s ease-in-out
}

.services-area .services-items .single-item .item .icon i {
    font-size: 35px
}

.services-area .services-items .single-item .icon i,
.services-area .services-items .single-item .icon i::after {
    border-radius: 50% !important
}

.eastern-blue .services-area .services-items .item .icon i {
    background: #1baaa0;
    background: -webkit-linear-gradient(top left, #1baaa0, #11ebdb);
    background: -moz-linear-gradient(top left, #1baaa0, #11ebdb);
    background: linear-gradient(to bottom right, #1baaa0, #11ebdb)
}

.services-area .services-items .item .icon i::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 10px;
    box-shadow: 0 10px 30px 0 rgba(44, 130, 237, .4)
}

.services-area .services-items .item h4 {
    font-weight: 700;
    text-transform: capitalize;
    font-size: 20px
}

.services-area .services-items .item .info>a {
    text-transform: capitalize;
    padding: 10px 35px;
    position: relative;
    z-index: 1;
    margin-top: 5px;
    display: inline-block;
    font-size: 16px;
    color: #4154f1;
    float: right
}

.eastern-blue .services-area .services-items .item .info>a {
    color: #1baaa0
}

.orange .services-area .services-items .item .info>a {
    color: #232323
}

.cornflower-blue .services-area .services-items .item .info>a {
    color: #634ded
}

.services-area .services-items.text-center .item .info>a {
    float: none
}

.services-area .services-items .item .info>a i {
    margin-right: 3px;
    font-size: 12px
}

.services-area .services-items .item .info>a::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 52px;
    background: linear-gradient(-70deg, transparent, #edf5ff);
    z-index: -1;
    border-radius: 50%;
    transition: all .35s ease-in-out
}

.services-area .services-items .item .info>a:hover::after {
    border-radius: 30px;
    width: 100%;
    color: #fff
}

.services-area .services-items .owl-item:nth-child(1) .item .icon i,
.services-area .services-items .single-item:nth-child(1) .item .icon i {
    background: #1baaa0;
    background: -webkit-linear-gradient(top left, #1baaa0, #11ebdb);
    background: -moz-linear-gradient(top left, #1baaa0, #11ebdb);
    background: linear-gradient(to bottom right, #1baaa0, #11ebdb)
}

.services-area .services-items .owl-item:nth-child(2n) .item .icon i,
.services-area .services-items .single-item:nth-child(2n) .item .icon i {
    background: #653cb5;
    background: -webkit-linear-gradient(top left, #653cb5, #b9f);
    background: -moz-linear-gradient(top left, #653cb5, #b9f);
    background: linear-gradient(to bottom right, #653cb5, #b9f)
}

.services-area .services-items .owl-item:nth-child(3n) .item .icon i,
.services-area .services-items .single-item:nth-child(3n) .item .icon i {
    background: #f84e77;
    background: -webkit-linear-gradient(top left, #f84e77, #ffa3b9);
    background: -moz-linear-gradient(top left, #f84e77, #ffa3b9);
    background: linear-gradient(to bottom right, #f84e77, #ffa3b9)
}

.services-area .services-items .owl-item:nth-child(4n) .item .icon i,
.services-area .services-items .single-item:nth-child(4n) .item .icon i {
    background: #4154f1;
    background: -webkit-linear-gradient(top left, #4154f1, #6c7cff);
    background: -moz-linear-gradient(top left, #4154f1, #6c7cff);
    background: linear-gradient(to bottom right, #4154f1, #6c7cff)
}

.services-area .services-items .owl-item:nth-child(5n) .item .icon i,
.services-area .services-items .single-item:nth-child(5n) .item .icon i {
    background: #fc573c;
    background: -webkit-linear-gradient(top left, #fc573c, #fb9281);
    background: -moz-linear-gradient(top left, #fc573c, #fb9281);
    background: linear-gradient(to bottom right, #fc573c, #fb9281)
}

.services-area .services-items .owl-item:nth-child(6n) .item .icon i,
.services-area .services-items .single-item:nth-child(6n) .item .icon i {
    background: #63bc6f;
    background: -webkit-linear-gradient(top left, #63bc6f, #a0f8ac);
    background: -moz-linear-gradient(top left, #63bc6f, #a0f8ac);
    background: linear-gradient(to bottom right, #63bc6f, #a0f8ac)
}

.services-area .services-items.services-carousel .owl-nav {
    margin: 0
}

.services-area .services-items.services-carousel .owl-nav .owl-next,
.services-area .services-items.services-carousel .owl-nav .owl-prev {
    background: #fff none repeat scroll 0 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    -webkit-box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    -o-box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    color: #4154f1;
    font-size: 20px;
    height: 45px;
    left: -90px;
    line-height: 50px;
    margin-top: -23px;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    width: 45px;
    opacity: 0
}

.services-area .services-items.services-carousel .owl-nav .owl-next {
    left: auto;
    right: -90px
}

.services-area .services-items.services-carousel:hover .owl-nav .owl-prev {
    left: -70px;
    opacity: 1
}

.services-area .services-items.services-carousel:hover .owl-nav .owl-next {
    left: auto;
    right: -70px;
    opacity: 1
}

.services-stage-carousel.owl-carousel .owl-dots .owl-dot {
    margin-bottom: -10px;
    margin-top: 20px
}

.services-stage-carousel.owl-carousel .owl-dots .owl-dot span {
    display: block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    position: relative;
    z-index: 1;
    border: 2px solid #e7e7e7
}

.services-stage-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 5px;
    width: 5px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #4154f1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.process-items .content {
    border-left: 1px dashed #ddd;
    padding-left: 50px;
    margin-top: 40px;
    margin-left: 30px
}

.process-items h2 {
    font-weight: 200;
    line-height: 1.3;
    margin-top: -5px
}

.process-items h2 strong {
    display: block
}

.process-items .thumb {
    padding-right: 35px
}

.process-items .content .item {
    position: relative;
    z-index: 1;
    padding-top: 10px;
    margin-bottom: 30px
}

.process-items .content .item:last-child {
    margin-bottom: 0
}

.process-items .content h4 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 700
}

.process-items .content .item p {
    margin: 0
}

.process-items .content .item .icon {
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    position: absolute;
    left: -74px;
    top: 0
}

.process-items .content .item .icon i {
    transition: all .35s ease-in-out
}

.process-items .content .item .icon::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: -1;
    border: 2px solid #e7e7e7;
    transform: rotate(45deg);
    border-radius: 5px;
    transition: all .35s ease-in-out
}

.process-items .content .item:first-child .icon::after,
.process-items .content .item:hover .icon::after {
    background: linear-gradient(90deg, #4154f1 0, #0e20ad 75%);
    border: none
}

.orange .process-items .content .item:first-child .icon::after,
.orange .process-items .content .item:hover .icon::after {
    background: linear-gradient(90deg, #ff5621 0, #f03900 77%);
    border: none
}

.process-items .content .item:first-child .icon i,
.process-items .content .item:hover .icon i {
    color: #fff
}

.our-process-area .process-box .single-item {
    margin-bottom: 30px
}

.our-process-area .process-box .single-item:nth-child(2n) {
    margin-top: 50px
}

.our-process-area .process-box {
    position: relative;
    z-index: 1
}

.our-process-area .process-box .item:first-child .icon {
    position: relative
}

.our-process-area .process-box .icon i {
    text-align: center;
    background: #fff;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    font-size: 50px;
    color: #4154f1;
    height: 100px;
    width: 100px;
    line-height: 100px
}

.cornflower-blue .our-process-area .process-box .icon i {
    color: #634ded
}

.eastern-blue .our-process-area .process-box .icon i {
    color: #1baaa0
}

.orange .our-process-area .process-box .icon i {
    color: #ff5621
}

.our-process-area .process-box .icon i::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(assets/img/shape/shape-blue.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: .05
}

.eastern-blue .our-process-area .process-box .icon i::after {
    background: url(assets/img/shape/shape-eastern-blue.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: .05
}

.cornflower-blue .our-process-area .process-box .icon i::after {
    background: url(assets/img/shape/shape-blue.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: .05
}

.orange .our-process-area .process-box .icon i::after {
    background: url(assets/img/shape/shape-orange.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: .05
}

.our-process-area .process-box .item h4 {
    text-transform: capitalize;
    font-weight: 800;
    font-size: 22px;
    color: var(--base-color)
}

.our-process-area .process-box .item p {
    margin: 0
}

.our-process-area .process-box .item {
    padding: 60px 30px;
    background: #fff;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, .57)
}

.our-process-area.box-less .process-box .item {
    box-shadow: inherit;
    border: none;
    padding: 0
}

.our-process-area.box-less .process-box .single-item:nth-child(2n) {
    margin-top: 0
}

.our-process-area.box-less .process-box .icon {
    box-shadow: inherit;
    margin-bottom: 40px
}

.our-process-area.box-less .process-box .icon i {
    font-size: 40px
}

.our-process-area.box-less .process-box .icon i::after {
    background: url(assets/img/shape/shape-2.png);
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: .05
}

.our-process-area.box-less .single-item:nth-child(2) .item .icon i {
    color: #1baaa0
}

.our-process-area.box-less .single-item:nth-child(3) .item .icon i {
    color: #ff5621
}

.our-process-area.box-less .single-item:nth-child(4) .item .icon i {
    color: #811389
}

.center-tabs .nav-tabs {
    border-bottom: none;
    margin-bottom: 40px !important;
    padding-right: 20px
}

.center-tabs .nav-tabs li {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    margin-bottom: 15px
}

.center-tabs .nav-tabs li a {
    display: block;
    border: none;
    border-radius: 5px;
    padding: 10px 25px;
    position: relative;
    z-index: 1;
    background: #f7f7f7;
    font-weight: 700;
    border: 1px solid #e7e7e7
}

.center-tabs .nav-tabs li a:focus,
.center-tabs .nav-tabs li a:hover {
    background: 0 0
}

.center-tabs .nav-tabs li a.active {
    background: linear-gradient(90deg, #4154f1 0, #0e20ad 75%);
    color: #fff
}

.about-area .center-tabs {
    margin-top: 50px
}

.center-tabs .tab-content {
    padding: 50px;
    background: #fff;
    border-bottom: 3px solid #4154f1;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, .57)
}

.center-tabs .tab-content .info {
    padding-right: 35px;
    text-align: left
}

.center-tabs .info h2,
.center-tabs .info h3 {
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.3
}

.center-tabs .info h5 {
    text-transform: uppercase;
    margin-bottom: 25px;
    color: #4154f1;
    font-weight: 800;
    font-size: 18px
}

.center-tabs .info a i {
    font-size: 14px;
    margin-right: 2px
}

.center-tabs .info a {
    margin-top: 10px
}

.faq-items img {
    max-width: 120%
}

.faq-items .faq-content h2 {
    font-weight: 200;
    margin-bottom: 30px;
    line-height: 1.3;
    margin-top: -5px;
    text-transform: capitalize
}

.faq-items .faq-content h2 strong {
    display: block;
    margin-top: 5px
}

.faq-area .thumb {
    padding-left: 35px
}

.accordion .card-header h4:after {
    font-family: "Font Awesome 5 Free";
    content: "\f06e";
    position: absolute;
    right: 30px;
    top: 30px;
    font-weight: 600
}

.accordion .card-header h4.collapsed:after {
    content: "\f070";
    font-weight: 600;
    color: var(--color-base-hover)
}

.faq-area .faq-content .card {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    overflow: inherit;
    background: #fff;
    border-radius: 5px
}

.faq-area .faq-content .card:last-child {
    margin-bottom: 0
}

.faq-area .faq-content .card .card-header {
    border: none;
    background: 0 0;
    padding: 0
}

.faq-area .faq-content .card .card-header h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    padding: 30px;
    padding-right: 50px;
    cursor: pointer;
    color: var(--base-color)
}

.faq-area .faq-content .card .card-body {
    padding-left: 30px;
    padding-top: 0
}

.companies-carousel .item img {
    width: auto;
    margin: auto
}

.clients-carousel img {
    width: auto !important;
    height: 80px;
    margin: auto
}

.clients-area.reverse .clients-carousel img {
    margin: inherit
}

.clients-area .fixed-bg {
    opacity: .2
}

.clients-area .info {
    padding-right: 35px;
    border-right: 1px solid rgba(255, 255, 255, .5)
}

.clients-area.bg-gray .info {
    border-right: 1px solid #ccc
}

.clients-area.reverse .info {
    padding-right: 15px;
    padding-left: 35px;
    border: none;
    border-left: 1px solid #e7e7e7
}

.clients-area .info h2 {
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 0;
    margin-top: -5px
}

.clients-area .info h2 strong {
    text-decoration: underline;
    color: #4154f1
}

.eastern-blue .clients-area .info h2 strong {
    color: #1baaa0
}

.orange .clients-area .info h2 strong {
    color: #ff5621
}

.cornflower-blue .clients-area .info h2 strong {
    color: #634ded
}

.orange .clients-area .info h2 strong {
    color: #ff5621
}

.clients-area.text-light .info h2 strong {
    color: #fff
}

.fun-factor-area.bg-gray .fixed-bg {
    opacity: .5
}

.benefits-area .thumb {
    padding-left: 35px
}

.benifits-area.reverse .thumb {
    padding-left: 15px;
    padding-right: 35px
}

.benifits-area .info>h5 {
    color: #4154f1;
    font-weight: 800;
    text-transform: uppercase
}

.eastern-blue .benifits-area .info>h5 {
    color: #1baaa0
}

.orange .benifits-area .info>h5 {
    color: #ff5621
}

.cornflower-blue .benifits-area .info>h5 {
    color: #634ded
}

.benifits-area .info h2 {
    font-weight: 200;
    margin-bottom: 25px
}

.benifits-area .info h2 strong {
    display: block
}

.benifits-area .info ul {
    margin-top: -10px
}

.benifits-area .info ul li {
    float: left;
    width: 50%;
    padding: 0 15px;
    position: relative;
    z-index: 1;
    padding-left: 20px;
    margin-top: 20px
}

.benifits-area .info>a {
    margin-top: 30px
}

.benifits-area .info ul li h5 {
    font-weight: 700;
    font-size: 16px;
    margin: 0
}

.benifits-area .info ul li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #4154f1
}

.eastern-blue .benifits-area .info ul li::after {
    border-left: 10px solid #1baaa0
}

.orange .benifits-area .info ul li::after {
    border-left: 10px solid #ff5621
}

.cornflower-blue .benifits-area .info ul li::after {
    border-left: 10px solid #634ded
}

.fun-factor-area {
    position: relative;
    z-index: 1
}

.fun-factor-area .fixed-bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .7
}

.fun-factor-area.bg-gray .fixed-bg {
    opacity: .8
}

.fun-factor-area .item .timer {
    display: block;
    font-size: 45px;
    font-weight: 800;
    line-height: 1;
    margin-top: -5px;
    margin-bottom: 10px;
    color: #232323;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #4154f1 0, #0e20ad 75%);
    -webkit-background-clip: text
}

.eastern-blue .fun-factor-area .item .timer {
    background: linear-gradient(90deg, #1baaa0 0, #08736b 77%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

.orange .fun-factor-area .item .timer {
    background: linear-gradient(90deg, #ff5621 0, #f03900 77%);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

.cornflower-blue .fun-factor-area .item .timer {
    background: linear-gradient(to bottom right, #644ded, #811389);
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

.fun-factor-area .item .medium {
    display: block;
    font-weight: 800;
    font-size: 16px;
    margin-bottom: -5px;
    color: #232323;
    text-transform: capitalize
}

.fun-factor-area .fixed-bg.contain {
    opacity: 1;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.case-studies-area.default-padding-top {
    margin-bottom: -50px
}

.case-studies-area.default-padding-bottom {
    padding-bottom: 70px;
    margin: 0
}

.case-studies-area .shape-right-bottom {
    opacity: .05
}

.case-studies-area .single-item {
    margin-bottom: 30px
}

.case-items .thumb {
    overflow: hidden;
    position: relative;
    z-index: 1
}

.case-items .info {
    position: relative;
    z-index: 1;
    background: #fff
}

.case-items .info .cats {
    font-weight: 700;
    margin-bottom: 5px
}

.case-items .info .cats p {
    margin: 0;
    font-weight: 700;
    color: #4154f1;
    font-size: 14px;
    position: relative;
    z-index: 1;
    padding-left: 25px
}

.case-items .info .cats p::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    height: 1px;
    width: 15px;
    background: #4154f1;
    margin-top: -1px
}

.eastern-blue .case-items .info .cats p {
    color: #1baaa0
}

.eastern-blue .case-items .info .cats p::after {
    background: #1baaa0
}

.case-items .info {
    padding: 30px;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, .57)
}

.case-items .info h5 {
    margin-bottom: 0
}

.case-items .thumb .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

.case-items .thumb .overlay a {
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: #fff;
    display: inline-block;
    border-radius: 5px;
    z-index: 9;
    color: #4154f1;
    position: absolute;
    right: 30px;
    bottom: 60px;
    opacity: 0;
    text-align: center
}

.eastern-blue .case-items .thumb .overlay a {
    color: #1baaa0
}

.orange .case-items .thumb .overlay a {
    color: #ff5621
}

.cornflower-blue .case-items .thumb .overlay a {
    color: #634ded
}

.case-items .thumb .overlay::after {
    position: absolute;
    left: 0;
    bottom: -100%;
    content: "";
    height: 100%;
    width: 100%;
    background: #000;
    transition: all .35s ease-in-out;
    opacity: .5
}

.case-items .item:hover .thumb .overlay::after {
    bottom: 0
}

.case-items .item:hover .thumb .overlay a {
    opacity: 1;
    bottom: 30px
}

.logestic-area .single-item {
    margin-bottom: 30px
}

.logestic-area .item {
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, .57);
    transition: all .35s ease-in-out;
    background: #fff
}

.logestic-area .logestic-carousel .item {
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.logestic-area .item:hover {
    margin-top: -15px
}

.logestic-area .thumb {
    position: relative;
    z-index: 1
}

.logestic-area .thumb::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(assets/img/shape/brush.svg);
    background-size: cover;
    background-repeat: no-repeat
}

.logestic-area i.fas.fa-envelope {
    position: relative;
    top: 2px;
    font-weight: 500
}

.logestic-area .info {
    padding: 30px
}

.logestic-area .info h4 {
    font-weight: 700;
    margin: 0;
    font-size: 20px;
    color: var(--base-color)
}

.logestic-area .info>span {
    display: block;
    color: var(--color-base-hover);
    margin-bottom: 10px
}

.cornflower-blue .logestic-area .info>span {
    color: #634ded
}

.eastern-blue .logestic-area .info>span {
    color: #1baaa0
}

.orange .logestic-area .info>span {
    color: #ff5621
}

.logestic-area .info .contact {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px
}

.logestic-area .info .contact i {
    margin-right: 5px;
    color: #1da1f2;
    border-radius: 50%
}

i.fas.fa-envelope-open {
    font-weight: 500
}

.logestic-area .info .contact a {
    font-weight: 300
}

.logestic-carousel.owl-carousel .owl-dots .owl-dot {
    margin-bottom: -10px;
    margin-top: 20px
}

.logestic-carousel.owl-carousel .owl-dots .owl-dot span {
    display: block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    position: relative;
    z-index: 1;
    border: 2px solid #e7e7e7
}

.logestic-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 5px;
    width: 5px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #4154f1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.pricing-area .shape-right-bottom {
    bottom: -200px;
    opacity: .08
}

.pricing-area .pricing-item {
    background: #fff;
    position: relative;
    z-index: 1;
    box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, .1);
    padding: 50px
}

.pricing-area .single-item {
    padding: 0
}

.pricing-item.active {
    transform: scale(1.07);
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    -o-transform: scale(1.07);
    z-index: 9;
    border: 2px solid #4154f1;
    border-radius: 10px
}

.orange .pricing-item.active {
    border: 2px solid #ff5621
}

.pricing-area .pricing-item ul {
    display: inline-block;
    text-align: left
}

.pricing-area .pricing-item li {
    margin-bottom: 10px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px
}

.pricing-area .pricing-item li i {
    margin-left: 30px;
    color: #00a37b
}

.pricing-area .pricing-item li i.fa-times-circle {
    color: #ff99af
}

.pricing-area .pricing-item li:last-child {
    margin-bottom: 0;
    border: none;
    padding: 0;
    margin-top: 25px
}

.pricing-area .pricing-item li.icon i {
    margin-left: 0;
    font-size: 60px;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #232323;
    display: inline-block;
    font-size: 50px;
    height: 100px;
    width: 100px;
    line-height: 100px;
    position: relative;
    z-index: 1;
    text-align: center
}

.pricing-area .pricing-item li.icon i::after {
    position: absolute;
    left: -8px;
    top: 0;
    content: "";
    height: 100%;
    width: 100%;
    background: url(assets/img/shape/icon-shape.png);
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: .09
}

.pricing-area .pricing-item.active li.icon i {
    color: #4154f1
}

.orange .pricing-area .pricing-item.active li.icon i {
    color: #ff5621
}

.pricing-area .pricing-item li.icon {
    text-align: center
}

.pricing-area .pricing-item li.icon img {
    height: 120px;
    min-height: 100px;
    width: auto;
    margin-bottom: 30px
}

.pricing-area .pricing-items {
    margin-top: 22px;
    margin-bottom: 22px
}

.pricing-area .pricing-item li.pricing-header {
    position: relative;
    z-index: 1;
    text-align: center;
    background: border-box
}

.pricing-area .pricing-item li.pricing-header::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 1px;
    width: 100%
}

.pricing-area .pricing-item .price h2 {
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 0
}

.pricing-area .pricing-item .price h2 sup {
    font-size: 24px;
    top: -20px;
    font-weight: 500
}

.pricing-area .pricing-item .price h2 sub {
    font-size: 14px;
    font-weight: 500
}

.pricing-area .pricing-item li.pricing-header h4 {
    text-transform: capitalize;
    font-weight: 800;
    margin-bottom: 5px;
    font-size: 20px;
    color: #666
}

.pricing-area .pricing-item li.pricing-header::before {
    position: absolute;
    left: 0;
    bottom: 0
}

.pricing-area .pricing-item li.pricing-header i {
    display: inline-block;
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 30px;
    color: #4154f1;
    font-size: 50px
}

.pricing-area .pricing-item li.footer,
.pricing-area .pricing-item li.icon,
.pricing-area .pricing-item li.price,
.pricing-area .pricing-item li.pricing-header {
    text-align: center;
    justify-content: center
}

.subscribe-area .shape-right-top {
    opacity: .07;
    top: 120px
}

.subscribe-area .sebscribe-items {
    padding: 80px 30px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, .57);
    position: relative;
    z-index: 1;
    overflow: hidden
}

.subscribe-area .sebscribe-items::after {
    position: absolute;
    left: -50px;
    top: -50px;
    content: "";
    height: 150px;
    width: 150px;
    background: #4154f1;
    z-index: -1;
    transform: rotate(25deg);
    border-radius: 10px
}

.eastern-blue .subscribe-area .sebscribe-items::after {
    background: #1baaa0
}

.orange .subscribe-area .sebscribe-items::after {
    background: #ff5621
}

.cornflower-blue .subscribe-area .sebscribe-items::after {
    background: #634ded
}

.subscribe-area .sebscribe-items::before {
    position: absolute;
    left: -65px;
    top: -65px;
    content: "";
    height: 200px;
    width: 200px;
    background: #4154f1;
    z-index: -1;
    opacity: .5;
    transform: rotate(25deg);
    border-radius: 10px
}

.eastern-blue .subscribe-area .sebscribe-items::before {
    background: #1baaa0
}

.orange .subscribe-area .sebscribe-items::before {
    background: #ff5621
}

.cornflower-blue .subscribe-area .sebscribe-items::before {
    background: #634ded
}

.subscribe-area h2 {
    font-weight: 700;
    margin-bottom: 30px
}

.subscribe-area h2 strong {
    display: block;
    text-transform: capitalize;
    margin-top: 5px;
    color: #4154f1
}

.eastern-blue .subscribe-area h2 strong {
    color: #1baaa0
}

.orange .subscribe-area h2 strong {
    color: #ff5621
}

.cornflower-blue .subscribe-area h2 strong {
    color: #634ded
}

.subscribe-area form {
    border: 1px solid #e7e7e7;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    padding: 0 20px
}

.seo-form form .col-lg-6 {
    padding: 0
}

.subscribe-area form input,
.subscribe-area form input:focus {
    border: none;
    padding: 30px;
    border-radius: 30px;
    box-shadow: inherit;
    outline: inherit
}

.subscribe-area form button {
    top: 5px;
    position: absolute;
    right: 5px
}

.subscribe-area form .input-group.stylish-input-group {
    border-radius: 30px;
    border: none
}

.subscribe-area form button {
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 10px 35px;
    border-radius: 30px;
    background: linear-gradient(90deg, #4154f1 0, #0e20ad 75%);
    color: #fff;
    font-weight: 700
}

.orange .subscribe-area form button {
    background: linear-gradient(90deg, #ff5621 0, #f03900 77%)
}

.eastern-blue .subscribe-area form button {
    background: linear-gradient(90deg, #1baaa0 0, #08736b 77%)
}

.cornflower-blue .subscribe-area form button {
    background: linear-gradient(90deg, #4154f1 0, #0e20ad 75%)
}

.seo-form.subscribe-area.half-bg-gray::after {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    height: 50%;
    width: 100%;
    background: #f3f7fd;
    z-index: -1
}

.seo-form.subscribe-area form input {
    padding: 0 30px;
    border-radius: 30px;
    border-right: 1px solid #e7e7e7;
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit
}

.seo-form.subscribe-area form .form-group {
    margin: 0
}

.seo-form.subscribe-area form .col-lg-5:last-child {
    border: none
}

.seo-form form .col-lg-6:last-child input {
    border: none
}

.seo-form form .col-lg-6:nth-child(2) input {
    border: none;
    border-radius: 30px
}

.subscribe-area.seo-form form button {
    top: 0;
    right: -1px
}

.testimonials-area .client-thumb {
    position: relative;
    height: 350px;
    width: 350px;
    background: #fff;
    margin: auto;
    border-radius: 50%;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, .1)
}

.testimonials-area .client-thumb::after {
    position: absolute;
    left: -15%;
    top: -15%;
    content: "";
    height: 130%;
    width: 130%;
    z-index: -1;
    border-radius: 50%;
    background: url(assets/img/shape/round-shape.png);
    background-size: cover;
    background-position: center;
    opacity: .3
}

@keyframes rotate-animation {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.testimonials-area .client-thumb img {
    height: 70px;
    width: 70px;
    border-radius: 50%;
    background: #fff;
    padding: 5px;
    box-shadow: 1px 4px 20px -2px rgba(0, 0, 0, .1)
}

.testimonials-area .client-thumb img:first-child {
    position: absolute;
    left: 50%;
    top: -30px;
    margin-left: -40px
}

.testimonials-area .client-thumb img:nth-child(2) {
    position: absolute;
    right: -10px;
    bottom: 50px
}

.testimonials-area .client-thumb img:nth-child(3) {
    position: absolute;
    left: -10px;
    bottom: 50px
}

.testimonials-area .client-thumb img:nth-child(4) {
    height: 200px;
    width: 200px;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    border: none;
    padding: 0;
    border-radius: 50%
}

.testimonials-carousel .item {
    position: relative;
    z-index: 1;
    margin-top: 20px
}

.testimonials-carousel .item::after {
    position: absolute;
    left: 0;
    top: 10px;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 100px;
    z-index: -1;
    opacity: .07
}

.testimonial-content h2 {
    font-weight: 700;
    margin-bottom: 25px
}

.testimonial-content {
    margin-top: 40px
}

.testimonials-carousel .item .author {
    display: flex;
    align-items: center;
    margin-top: 30px;
    border-top: 1px dashed #e7e7e7;
    padding-top: 30px
}

.testimonials-carousel .item .author .thumb {
    margin-right: 20px
}

.testimonials-carousel .item .author .thumb img {
    height: 70px;
    width: 70px;
    border-radius: 50%
}

.testimonials-carousel .item .author .info h5 {
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 2px
}

.testimonials-carousel .item .author .info span {
    color: #4154f1
}

.eastern-blue .testimonials-carousel .item .author .info span {
    color: #1baaa0
}

.testimonials-carousel.owl-carousel .owl-dots .owl-dot {
    margin-bottom: -10px;
    margin-top: 20px
}

.testimonials-carousel.owl-carousel .owl-dots .owl-dot span {
    display: block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    position: relative;
    z-index: 1;
    border: 2px solid #e7e7e7
}

.testimonials-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
    position: absolute;
    left: 50%;
    top: 50%;
    content: "";
    height: 5px;
    width: 5px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    background: #4154f1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.eastern-blue .testimonials-carousel.owl-carousel .owl-dots .owl-dot.active span::after {
    background: #1baaa0
}

.blog-area .single-item {
    margin-bottom: 30px
}

.blog-area.full-blog .single-item:last-child {
    margin-bottom: 0
}

.blog-area.full-blog .blog-item-box {
    margin-top: -30px
}

.blog-area.single .blog-item-box {
    margin-top: 0
}

.blog-area.full-blog .single-item {
    margin-bottom: 0;
    margin-top: 30px
}

.blog-area .item .info h1,
.blog-area .item .info h2,
.blog-area .item .info h3,
.blog-area .item .info h4,
.blog-area .item .info h5,
.blog-area .item .info h6 {
    font-weight: 700
}

.blog-area .item .info h4 {
    line-height: 1.4;
    font-size: 20px
}

.blog-area .item .info h3 {
    font-weight: 700
}

.blog-area .item .thumb img {
    border-radius: 10px
}

.blog-area .item .thumb a {
    display: block;
    padding: 15px;
    border-radius: 10px
}

.blog-items .item .info {
    padding: 30px;
    background: #fff;
    padding-top: 15px;
    border-radius: 0 0 10px 10px
}

.blog-area.single .item .info {
    padding: 0;
    padding-top: 15px
}

.blog-items .info h4 a:hover {
    color: #4154f1
}

.eastern-blue .blog-items .info h4 a:hover {
    color: #1baaa0
}

.blog-items .item {
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, .57);
    border-radius: 10px;
    background: #fff
}

.blog-items.content-less a {
    margin-top: 10px
}

.blog-items .meta {
    display: flex;
    align-items: center;
    margin-bottom: 15px
}

.blog-items .meta .thumb {
    margin-right: 15px
}

.blog-items .meta .thumb img {
    height: 55px;
    width: 55px;
    border-radius: 50%
}

.blog-items .meta .content h5 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 5px
}

.blog-items .meta .content span {
    text-transform: capitalize;
    font-size: 14px;
    color: #4154f1
}

.blog-items .meta ul li {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    float: left;
    margin-right: 12px;
    padding-right: 13px;
    position: relative;
    z-index: 1
}

.blog-items .meta ul li i {
    margin-right: 3px;
    font-weight: 500
}

.blog-items .meta ul li a {
    color: #666;
    font-weight: 600
}

.blog-items .meta ul li::after {
    position: absolute;
    right: 0;
    top: 7px;
    content: "";
    height: 15px;
    width: 1px;
    background: #ccc
}

.blog-items .meta ul li:last-child {
    margin: 0;
    padding: 0
}

.blog-items .meta ul li:last-child::after {
    display: none
}

.blog-items .tags {
    margin-bottom: 15px
}

.blog-items .tags a {
    position: relative;
    z-index: 1;
    padding-right: 5px
}

.blog-items .tags a:hover {
    color: #4154f1
}

.eastern-blue .blog-items .tags a:hover {
    color: #1baaa0
}

.blog-items .tags a::after {
    position: absolute;
    right: 0;
    bottom: -7px;
    content: ","
}

.blog-items .tags a:last-child::after {
    display: none
}

.blog-area .pagi-area .pagination {
    align-items: center;
    justify-content: center;
    margin-top: 45px
}

.blog-area .pagi-area .pagination li a {
    display: inline-block;
    padding: 0;
    margin: 5px;
    margin-bottom: 0;
    border-radius: 50%;
    color: #4154f1;
    height: 50px;
    width: 50px;
    line-height: 50px
}

.blog-area .pagi-area .pagination li.active a {
    background: #4154f1;
    color: #fff
}

.blog-area.left-sidebar .blog-content {
    float: right
}

.blog-area.left-sidebar .sidebar {
    padding-right: 35px
}

.blog-area.right-sidebar .sidebar {
    padding-left: 35px
}

.blog-area .sidebar .title {
    display: block
}

.blog-area .sidebar .title h4 {
    font-weight: 800;
    margin-bottom: 30px;
    margin-top: -5px;
    position: relative;
    text-transform: capitalize;
    z-index: 1
}

.blog-area .sidebar input[type=text] {
    border: 1px solid #e7e7e7;
    box-shadow: inherit;
    min-height: 60px;
    background: #f7f7f7;
    border-radius: 30px
}

.blog-area .sidebar form {
    position: relative
}

.blog-area .sidebar button[type=submit] {
    background: 0 0;
    color: #232323;
    font-family: Nunito, sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    min-height: 50px;
    width: 50px;
    position: absolute;
    right: 5px;
    text-transform: uppercase;
    top: 5px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    border-radius: 50%
}

.blog-area .sidebar input[type=submit]:hover {
    background: #4154f1 none repeat scroll 0 0
}

.blog-area .sidebar .sidebar-item {
    float: left;
    margin-bottom: 50px;
    width: 100%
}

.blog-area .sidebar .sidebar-item:last-child {
    margin-bottom: 0
}

.blog-area .sidebar .sidebar-item.archives .sidebar-info,
.blog-area .sidebar .sidebar-item.category .sidebar-info {
    margin-top: -5px
}

.blog-area .sidebar .sidebar-item.category li {
    display: block;
    padding: 10px 0;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
    margin: 3px 0
}

.blog-area .sidebar .sidebar-item.category li a {
    display: inline-block;
    text-transform: capitalize;
    font-weight: 700;
    color: #666
}

.blog-area .sidebar .sidebar-item li a:hover {
    color: #4154f1
}

.blog-area .sidebar .sidebar-item.category li a span {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    background: #f1f1f1;
    top: 10px;
    color: #232323;
    font-size: 14px
}

.blog-area .sidebar .sidebar-item.category li:first-child a span {
    top: 0
}

.blog-area .sidebar .sidebar-item.category li:first-child {
    margin-top: 0;
    padding-top: 0
}

.blog-area .sidebar .sidebar-item.category li:first-child a::after {
    top: 0
}

.blog-area .sidebar .sidebar-item.category li:last-child {
    border: medium none;
    margin-bottom: 0;
    padding-bottom: 0
}

.sidebar-item.recent-post li a {
    color: #333;
    display: block;
    font-weight: 600
}

.sidebar-item.recent-post li a:last-child {
    display: inline-block
}

.sidebar-item.recent-post .meta-title {
    font-family: Nunito, sans-serif;
    margin-top: 15px;
    font-weight: 700;
    text-transform: capitalize;
    font-size: 13px
}

.sidebar-item.recent-post .meta-title i {
    margin-right: 3px;
    font-weight: 500;
    color: #4154f1
}

.sidebar-item.recent-post li a:hover {
    color: #4154f1
}

.color-yellow .sidebar-item.recent-post li a:hover {
    color: #ff9800
}

.sidebar-item.recent-post li a span {
    display: inline-block;
    color: #002359
}

.sidebar-item.recent-post li span {
    display: inline-block
}

.sidebar-item.recent-post .meta-title a {
    color: #999
}

.sidebar-item.recent-post li {
    color: #cdd0d3
}

.sidebar-item.recent-post li {
    border-bottom: 1px solid #e7e7e7;
    margin-bottom: 15px;
    padding-bottom: 15px
}

.sidebar-item.recent-post li:last-child {
    border: medium none;
    margin: 0;
    padding: 0
}

.sidebar-item.recent-post li:last-child {
    margin: 0
}

.sidebar-item.recent-post li .thumb {
    display: table-cell;
    padding-top: 5px;
    vertical-align: top;
    width: 80px
}

.sidebar-item.recent-post .thumb img {
    width: 100%
}

.sidebar-item.recent-post li .info {
    box-shadow: inherit;
    color: #837f7e;
    display: table-cell;
    line-height: 26px;
    padding: 0;
    padding-left: 25px;
    vertical-align: top
}

.sidebar-item.recent-post li .info a {
    color: #666;
    text-decoration: inherit;
    font-weight: 800;
    font-size: 16px
}

.blog-area .sidebar-item.gallery ul {
    margin: -7px;
    overflow: hidden
}

.sidebar-item.gallery ul li {
    box-sizing: border-box;
    float: left;
    padding: 7px;
    width: 33.333%
}

.sidebar-item.gallery ul li img {
    min-height: 70px;
    width: 100%
}

.sidebar-item.archives ul li {
    display: block;
    margin-bottom: 20px;
    position: relative
}

.sidebar-item.archives ul li:last-child {
    margin-bottom: 0
}

.sidebar-item.archives ul li a {
    display: inline-block;
    font-weight: 800;
    text-transform: capitalize;
    z-index: 1;
    padding-left: 25px;
    font-size: 14px;
    color: #666
}

.sidebar-item.archives ul li a::after {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    content: "\f07b";
    font-family: "Font Awesome 5 Free";
    height: 8px;
    left: 0;
    position: absolute;
    width: 8px;
    font-weight: 500
}

.sidebar-item.social-sidebar ul {
    margin-bottom: -10px;
    overflow: hidden
}

.sidebar-item.social-sidebar li {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px
}

.sidebar-item.social-sidebar li a {
    background: #002359 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 54px;
    margin-bottom: 5px;
    text-align: center;
    width: 50px;
    border-radius: 10px;
    font-size: 14px
}

.sidebar-item.social-sidebar li a:hover {
    color: #fff !important
}

.sidebar-item.social-sidebar li.facebook a {
    background: #3b5998 none repeat scroll 0 0
}

.sidebar-item.social-sidebar li.twitter a {
    background: #1da1f2 none repeat scroll 0 0
}

.sidebar-item.social-sidebar li.pinterest a {
    background: #bd081c none repeat scroll 0 0
}

.sidebar-item.social-sidebar li.g-plus a {
    background: #db4437 none repeat scroll 0 0
}

.sidebar-item.social-sidebar li.linkedin a {
    background: #0077b5 none repeat scroll 0 0
}

.sidebar-item.tags ul {
    margin-top: -8px
}

.sidebar-item.tags ul li {
    display: inline-block
}

.sidebar-item.tags ul li a {
    border: 1px solid #e7e7e7;
    display: inline-block;
    font-weight: 800;
    margin-top: 8px;
    margin-right: 5px;
    padding: 5px 25px;
    text-transform: capitalize;
    font-size: 13px;
    border-radius: 30px;
    color: #666;
    background: #fafafa
}

.sidebar-item.tags ul li a:hover {
    color: #4154f1
}

.blog-area.single .item .content-box span {
    background: #4154f1 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-family: Nunito, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 3px 20px;
    text-transform: uppercase
}

.blog-area.single .item .content-box h2,
.blog-area.single .item .content-box h3,
.blog-area.single .item .content-box h4 {
    font-weight: 500
}

.blog-area.single .content-box .cats {
    float: left;
    margin-right: 5px
}

.blog-area.single .content-box .meta .date {
    float: right;
    font-family: Nunito, sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase
}

.blog-area.single .content-box .meta {
    overflow: hidden;
    width: 100%;
    border: none;
    margin: 0;
    padding: 0
}

.blog-area .blog-items .info>ul li {
    margin-bottom: 15px;
    color: #232323;
    position: relative;
    z-index: 1;
    padding-left: 18px
}

.blog-area .blog-items .info>ul {
    margin-bottom: 25px;
    margin-top: 25px
}

.blog-area .blog-items .info>ul li::after {
    position: absolute;
    left: 0;
    top: 11px;
    content: "";
    background: #666;
    height: 7px;
    width: 7px;
    border-radius: 50%
}

.blog-area.single .content-box .cats a:last-child::after {
    display: none
}

.blog-area.single .item {
    margin-bottom: 0;
    box-shadow: inherit;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 50px;
    border-radius: inherit
}

.blog-area.single .item .thumb a {
    padding: 0;
    padding-bottom: 15px
}

.blog-area .item blockquote {
    position: relative;
    z-index: 1;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 30px;
    background: #fafafa;
    padding: 50px;
    font-weight: 500;
    border-left: 4px solid #4154f1
}

.blog-area .blog-content .post-tags,
.blog-area .blog-content .share {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.blog-area .blog-content .share li {
    display: inline-block;
    margin-left: 15px
}

.blog-area .blog-content .share li a {
    display: inline-block;
    color: #4154f1
}

.blog-area .blog-content .share li.facebook a {
    color: #3b5998
}

.blog-area .blog-content .share li.twitter a {
    color: #1da1f2
}

.blog-area .blog-content .share li.pinterest a {
    color: #bd081c
}

.blog-area .blog-content .share li.g-plus a {
    color: #db4437
}

.blog-area .blog-content .share li.linkedin a {
    color: #0077b5
}

.blog-area .blog-content .post-tags .tags a {
    background: #f7f7f7;
    padding: 10px 15px;
    font-size: 14px;
    margin-right: 3px;
    margin-bottom: 5px;
    display: inline-block
}

.blog-area.single .post-pagi-area {
    margin-top: 15px;
    overflow: hidden
}

.blog-area.single .post-pagi-area a {
    display: inline-block;
    font-weight: 800;
    text-transform: capitalize;
    color: #4154f1;
    padding: 8px 30px;
    border: 2px solid #e7e7e7;
    border-radius: 5px
}

.blog-area.single .post-pagi-area a:hover {
    color: #4154f1
}

.blog-area.single.color-yellow .post-pagi-area a:hover {
    color: #ff9800
}

.blog-area.single .post-pagi-area a:last-child {
    float: right
}

.blog-area.single .post-pagi-area a:first-child i {
    margin-right: 3px
}

.blog-area.single .post-pagi-area a:last-child i {
    margin-left: 3px
}

.comments-area .commen-item .comments-info p {
    display: block;
    margin: 0
}

.blog-area .contact-comments .submit {
    margin-bottom: 0
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.blog-area .comments-area .comments-list {
    padding: 30px;
    background: #f7f7f7;
    margin-top: 30px
}

.blog-area .comments-form {
    margin-top: 50px
}

.comments-list .commen-item .avatar {
    float: left;
    height: 105px;
    width: 105px
}

.comments-list .commen-item .content {
    display: table-cell;
    vertical-align: top
}

.comments-list .commen-item .avatar img {
    height: 80px;
    width: 80px
}

.comments-list .commen-item {
    margin-bottom: 25px
}

.comments-list .commen-item:last-child {
    margin-bottom: 0
}

.comments-list .commen-item.reply {
    padding-left: 80px
}

.comments-area {
    margin-top: 30px
}

.comments-area .comments-title h2,
.comments-area .comments-title h3,
.comments-area .comments-title h4 {
    font-weight: 700;
    margin-bottom: 30px;
    text-transform: capitalize
}

.comments-list .commen-item .content h3,
.comments-list .commen-item .content h4,
.comments-list .commen-item .content h5 {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0
}

.comments-list .commen-item .content .title {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-weight: 700
}

.comments-list .commen-item .content .title span {
    border-left: 1px solid #e7e7e7;
    padding-left: 15px;
    margin-left: 15px
}

.comments-info a {
    border: 1px solid #e7e7e7;
    color: #002359;
    display: inline-block;
    font-size: 12px;
    margin-top: 5px;
    padding: 1px 10px;
    text-transform: uppercase;
    font-weight: 600
}

.comments-info a:hover {
    color: #4154f1
}

.color-yellow .comments-info a:hover {
    color: #ff9800
}

.comments-info a i {
    margin-right: 10px
}

.comments-form input,
.comments-form textarea {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #e7e7e7;
    border-image: none;
    border-radius: inherit;
    border-style: none none solid;
    border-width: medium medium 1px;
    box-shadow: inherit
}

.comments-form textarea {
    min-height: 180px;
    padding: 15px
}

.blog-area.full-blog.single-blog .form-group.submit {
    margin-bottom: 0
}

.comments-form button {
    background: linear-gradient(90deg, #4154f1 0, #0e20ad 75%);
    border: 1px solid transparent;
    color: #fff;
    display: inline-block;
    font-family: Nunito, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    margin-top: 20px;
    padding: 15px 45px;
    text-transform: uppercase;
    transition: all .35s ease-in-out;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    border-radius: 30px
}

.comments-form button:hover {
    color: #fff;
    background-color: #4154f1;
    border: 1px solid transparent
}

.comments-area .commen-item .comments-info {
    margin-bottom: 15px
}

.comments-form .title h2,
.comments-form .title h3,
.comments-form .title h4 {
    border-bottom: 1px solid #e7e7e7;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 25px;
    text-transform: capitalize
}

.blog-area .contact-comments .comments {
    margin-top: 20px
}

.blog-area.single .blog-items .item .contact-comments .col-md-6 {
    float: left;
    padding: 0 15px
}

.contact-us-area form input {
    border: none;
    background: #f7f7f7;
    padding: 0 20px
}

.contact-us-area form textarea {
    border: none;
    background: #f7f7f7;
    padding: 20px;
    min-height: 180px
}

.contact-us-area form button {
    background: linear-gradient(90deg, #4154f1 0, #0e20ad 75%);
    padding: 12px 35px;
    border-radius: 30px;
    color: #fff;
    font-weight: 700;
    margin-top: 15px
}

.cornflower-blue .contact-us-area form button {
    background: linear-gradient(to bottom right, #644ded, #811389)
}

.eastern-blue .contact-us-area form button {
    background: linear-gradient(90deg, #1baaa0 0, #08736b 77%)
}

.orange .contact-us-area form button {
    background: linear-gradient(90deg, #ff5621 0, #f03900 77%)
}

form img.loader {
    margin-left: 5px
}

.contact-us-area form button i {
    margin-left: 3px
}

.contact-us-area .contact-form h2 {
    font-weight: 200;
    margin-bottom: 30px
}

.contact-us-area .contact-form h2 strong {
    display: block;
    margin-top: 5px
}

.contact-us-area .address-items {
    padding: 60px 30px;
    background: linear-gradient(to bottom right, #4154f1, #061169);
    margin-right: 15px;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.cornflower-blue .contact-us-area .address-items {
    background: linear-gradient(to bottom right, #644ded, #811389)
}

.eastern-blue .contact-us-area .address-items {
    background: linear-gradient(90deg, #1baaa0 0, #08736b 77%)
}

.orange .contact-us-area .address-items {
    background: linear-gradient(90deg, #ff5621 0, #f03900 77%)
}

.contact-us-area .address-items::after {
    position: absolute;
    right: -50px;
    top: -50px;
    content: "";
    height: 150px;
    width: 150px;
    background: rgba(255, 255, 255, .1);
    border-radius: 50%
}

.contact-us-area .address-items::before {
    position: absolute;
    right: -50px;
    top: -50px;
    content: "";
    height: 180px;
    width: 180px;
    background: rgba(255, 255, 255, .1);
    border-radius: 50%
}

.contact-us-area .address-items .item {
    margin-bottom: 30px;
    padding-bottom: 19px;
    border-bottom: 1px dashed rgba(255, 255, 255, .5)
}

.contact-us-area .address-items .item:last-child {
    margin: 0;
    padding: 0;
    border: none
}

.contact-us-area .address-items .item h4 {
    font-weight: 700
}

.contact-us-area .address-items .item li {
    font-weight: 800
}

.contact-us-area .address-items .item li span {
    font-weight: 400
}

.google-maps iframe {
    border: medium none;
    height: 550px;
    margin-bottom: -10px;
    width: 100%
}

.maps-area {
    overflow: hidden
}

.login-area,
.login-area div {
    height: 100%
}

.login-area div.login,
.login-area div.login div {
    height: auto
}

.login-area .login-box {
    padding-top: 50px;
    padding-bottom: 50px
}

.login-area .login-box {
    display: table;
    width: 100%
}

.login-area .login-box .login {
    display: table-cell;
    height: auto;
    vertical-align: middle
}

.login-area .content {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 10px #ccc;
    padding: 30px;
    text-align: center
}

.login-area .content img {
    margin-bottom: 30px
}

.login-area .content input {
    border: none;
    box-shadow: inherit;
    padding-left: 25px;
    border-bottom: 1px solid #e7e7e7;
    border-radius: inherit
}

.login-area .form-group {
    position: relative
}

.login-area .form-group i {
    position: absolute;
    left: 0;
    top: 16px;
    color: #999
}

.login-area .content button {
    background: linear-gradient(90deg, #4154f1 0, #0e20ad 75%);
    border: medium none;
    border-radius: 5px;
    box-shadow: inherit;
    color: #fff;
    font-weight: 800;
    padding: 8px;
    text-transform: uppercase;
    width: 100%
}

.login-area .content .sign-up {
    display: inline-block;
    margin-top: 30px
}

.login-area .content .sign-up a {
    color: #4154f1;
    margin-left: 5px
}

.login-area .link {
    text-align: right;
    margin-bottom: 25px;
    text-decoration: underline
}

.login-area .social-login li {
    display: inline-block;
    margin: 0 3px
}

.login-area .social-login li a {
    background: #002359 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    height: 40px;
    line-height: 44px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
    font-size: 12px
}

.login-area .social-login li.facebook a {
    background: #3b5998 none repeat scroll 0 0
}

.login-area .social-login li.twitter a {
    background: #1da1f2 none repeat scroll 0 0
}

.login-area .social-login li.pinterest a {
    background: #bd081c none repeat scroll 0 0
}

.login-area .social-login li.g-plus a {
    background: #db4437 none repeat scroll 0 0
}

.login-area .social-login li.linkedin a {
    background: #0077b5 none repeat scroll 0 0
}

.login-area .social-login {
    border-top: 1px dashed #ddd;
    margin-top: 15px;
    padding-top: 30px
}

.login-area .social-login h5 {
    font-weight: 900;
    margin-bottom: 15px;
    color: #666;
    font-size: 16px;
    text-transform: uppercase
}

.error-page-area .thumb {
    padding-right: 35px
}

.error-page-area h2 {
    font-weight: 700;
    margin-bottom: 25px
}

.error-page-area a {
    margin-top: 10px
}

footer .widget-title,
footer img {
    margin-bottom: 30px;
    font-weight: 800
}

footer .widget-title {
    display: inline-block;
    position: relative;
    z-index: 1
}

footer .f-item.recent-post a {
    font-size: 17px;
    font-weight: 600;
    line-height: 32px;
    color: #96aac1
}

footer .f-item.recent-post span a {
    font-size: 13px;
    font-weight: 800;
    color: #fff
}

footer .f-item.recent-post a:hover {
    color: #fff
}

footer .recent-post span {
    display: block;
    margin-top: 15px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600
}

footer .recent-post span i {
    margin-right: 4px
}

footer .f-item.about {
    margin-right: 30px
}

footer .recent-post .item {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    margin-bottom: 30px;
    padding-bottom: 30px
}

footer .recent-post .item:last-child {
    margin: 0;
    padding: 0;
    border: none
}

footer .address h5 {
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px
}

footer .address span {
    color: #96aac1
}

footer .address span i {
    margin-right: 5px;
    font-size: 20px;
    position: relative;
    top: 2px;
    color: #fff
}

footer .address li {
    display: flex;
    margin-top: 25px
}

footer .address li i {
    font-size: 30px;
    min-width: 50px;
    display: inline-block
}

footer .address {
    border-top: 1px solid rgba(255, 255, 255, .15);
    padding-top: 15px
}

footer .link li {
    margin-bottom: 15px
}

footer .link li:last-child {
    margin-bottom: 0
}

footer .link li a {
    color: #96aac1
}

footer .link a:hover {
    color: #fff !important
}

footer .footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .15);
    padding: 25px 0
}

footer .footer-bottom li {
    display: inline-block
}

footer .footer-bottom p {
    margin: 0
}

footer .footer-bottom .text-right li {
    margin-left: 19px
}

.site-preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: #fff
}

.site-preloader svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.site-preloader .loader-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center
}

.site-preloader .ring {
    width: 100px;
    height: 100px;
    border: 3px solid rgba(2, 109, 255, .2);
    border-top-color: #4154f1;
    border-radius: 50%;
    text-align: center;
    line-height: 150px;
    font-size: 2rem;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-shadow: 0 0 10px #fff;
    -webkit-animation: rotation 1s infinite linear;
    animation: rotation 1s infinite linear;
    margin: 0 auto
}

.eastern-blue .site-preloader .ring {
    border: 3px solid rgba(27, 170, 160, .2);
    border-top-color: #1baaa0;
    color: #fff
}

.orange .site-preloader .ring {
    border: 3px solid rgba(255, 86, 33, .2);
    border-top-color: #ff5621;
    color: #fff
}

.cornflower-blue .site-preloader .ring {
    border: 3px solid rgba(99, 77, 237, .2);
    border-top-color: #634ded;
    color: #fff
}

.site-preloader h2 {
    color: #4154f1;
    text-align: center;
    text-transform: capitalize;
    text-shadow: 0 0 10px #fff;
    font-weight: 700;
    margin: 30px auto 0;
    display: block
}

.eastern-blue .site-preloader h2 {
    color: #1baaa0
}

.orange .site-preloader h2 {
    color: #ff5621
}

.cornflower-blue .site-preloader h2 {
    color: #634ded
}

.site-preloader h2 {
    color: #4154f1;
    text-align: center;
    text-transform: capitalize;
    text-shadow: 0 0 10px #fff;
    font-weight: 700;
    margin: 30px auto 0;
    display: block
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.demo-area.demo-conten.default-padding {
    padding-bottom: 30px
}

.demo-area .single-item {
    position: relative;
    z-index: 1
}

.demo-area .item {
    margin-bottom: 50px
}

.demo-area .single-item .info {
    padding: 15px 10px;
    text-align: center
}

.demo-area .single-item .info h4 {
    font-size: 16px;
    font-weight: 800;
    margin: 0;
    text-transform: uppercase;
    margin-top: 15px
}

.banner-area .demo-banner h1 {
    font-weight: 700;
    margin-bottom: 20px
}

.banner-area .demo-banner img {
    height: auto;
    margin-bottom: 30px;
    max-height: 80px
}

.demo-area .def-heading h2 {
    font-weight: 900;
    margin: 25px 0;
    text-transform: uppercase;
    color: #333
}

.demo-footer {
    padding-bottom: 80px
}

.introduction-area h2 span {
    color: #fd0060
}

.introduction-area h4 {
    font-weight: 300;
    line-height: 30px
}

.introduction-area h2 {
    color: #fff;
    display: inline-block;
    font-weight: 700;
    padding-bottom: 20px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 30px
}

.introduction-area h2::before {
    background: #fd0060 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 50px
}

.introduction-area h2::after {
    background: #fff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -40px;
    position: absolute;
    width: 25px
}

footer.demo .copyright {
    margin-top: 15px
}

.demo-area .comming-soon.item img {
    opacity: .3
}

.banner-area.demo-banner {
    padding: 50px 0
}

.demo-area .site-heading {
    margin-bottom: 30px
}

.demo-area img {
    background: #fff none repeat scroll 0 0;
    padding: 10px;
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, .06)
}

.demo-area.demo-conten .single-item a {
    position: relative;
    display: block
}

.demo-area.demo-conten .single-item a span {
    position: absolute;
    right: 15px;
    top: -14px;
    background: linear-gradient(90deg, #1e55bd 0, #437eeb 100%);
    color: #fff;
    padding: 1px 35px;
    border-radius: 30px;
    box-shadow: 0 0 10px #ccc
}

.navbar {
    background: var(--color-base)
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff
}

.navbar-nav .dropdown-menu {
    margin-top: 0
}

.dropdown-item {
    color: var(--color-base)
}

.dropdown-item:hover {
    background: var(--color-base);
    color: #fff
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px
}

.navbar-toggler {
    padding: 0;
    border: none;
    outline: 0;
    margin-right: 7px
}

.navbar-toggler:focus {
    outline: 0
}

.navbar-toggler .icon-bar:nth-of-type(2) {
    top: 1px
}

.navbar-toggler .icon-bar:nth-of-type(3) {
    top: 2px
}

.navbar-toggler .icon-bar {
    position: relative;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out
}

.navbar-toggler.active .icon-bar:nth-of-type(1) {
    top: 6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.navbar-toggler.active .icon-bar:nth-of-type(2) {
    background-color: transparent
}

.navbar-toggler.active .icon-bar:nth-of-type(3) {
    top: -6px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.icons-section i {
    color: var(--color-base)
}

.solutionform-section h1,
.welcome-section h1 {
    font-size: 2.5rem;
    color: var(--color-base)
}

hr.style-eight {
    width: 250px;
    border: 0;
    height: 2px;
    position: relative;
    background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 10%, #2571b3 50%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 10%, #2571b3 50%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 10%, #2571b3 50%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 10%, #2571b3 50%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 10%, #2571b3 50%, rgba(0, 0, 0, 0) 90%, rgba(0, 0, 0, 0) 100%)
}

hr.style-eight:before {
    content: "";
    display: block;
    border-top: solid 1px #f9f9f9;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: 1
}

.welcome-section h5 {
    color: var(--color-base)
}

.footer-section {
    background: var(--color-base);
    color: #fff
}

.stepwizard-step p {
    margin-top: 35px;
    padding-left: 15px
}

.stepwizard-row {
    display: table-row
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative
}

.stepwizard-step button[disabled] {
    opacity: 1 !important
}

.stepwizard-row:before {
    top: -45px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 95%;
    left: 40px;
    right: 0;
    margin: auto;
    height: 4px;
    background-color: #ccc;
    z-order: 0
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px
}

.stepwizard-step a {
    background: var(--base-color);
    color: #fff;
    position: absolute;
    top: 0;
    margin-left: -10px
}

.stepwizard-step a.btn-primary {
    background: var(--color-base) !important;
    border-color: var(--color-base) !important;
    color: #fff !important;
    box-shadow: 0 0 0 5px var(--color-base) !important
}

.solutionform-section h5 {
    color: var(--color-base)
}

.solutionform-section span {
    color: red
}

.solutionform-section ul.list-unstyled b {
    color: var(--color-base)
}

#step-3 {
    overflow-x: hidden
}

.has-error input {
    border: 1px solid red
}

.solutionform-section input:focus {
    box-shadow: none
}

.stepwizard-row .btn-default[disabled] {
    background-color: var(--base-color-hover);
    border-color: #fff
}

.stepwizard-row .btn[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: 1
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: var(--color-base)
}

.solutionform-section .btn-primary {
    background: var(--color-base);
    border-color: var(--color-base)
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid var(--color-base) !important;
    background: var(--color-base) !important;
    color: #fff !important
}

@media(max-width:504px) {
    .stepwizard-step p {
        margin-top: 35px;
        padding-left: 15px;
        font-size: 12px
    }

    .stepwizard-row::before {
        top: -50px
    }
}

@media (min-width:576px) {
    .stepwizard-step p {
        margin-top: 40px;
        padding-left: 15px;
        font-size: 12px
    }
}

@media (min-width:768px) {
    .dropdown:hover>.dropdown-menu {
        display: block
    }

    .stepwizard-step p {
        margin-top: 35px;
        padding-left: 15px;
        font-size: 1rem
    }
}

@media (max-width:1850px) {
    .fixed-prices {
        padding: 0 30px
    }

    .fixed-prices ul li {
        padding: 8px 20px
    }

    .fixed-prices ul li>span {
        padding-left: 15px
    }
}

@media (max-width:1800px) {
    .srvc-mbl-img {
        display: none
    }

    .client-carousel .owl-next {
        display: none !important
    }

    .client-carousel .owl-prev {
        display: none !important
    }
}

@media (max-height:1420px) {
    .card-comment .owl-prev {
        left: -19px
    }

    .card-comment .owl-next {
        right: -19px
    }
}

@media (max-width:1366px) {
    .owl-thumb-item {
        margin-right: 5px;
        width: 100px
    }

    .product-sc {
        width: 330px
    }

    .price-sc {
        width: 120px
    }

    .right-sidebar {
        padding-left: 0
    }

    .video-sec-details .post-dv-info,
    .widget-posts .post-dv-info,
    .widget-tab .post-dv-info {
        width: 65%
    }

    .post-dv-info ul li {
        margin-right: 8px;
        margin-bottom: 6px
    }

    .blog-items.st2 .blog_info>ul li {
        margin-right: 5px
    }

    .blog_info>ul li span {
        font-size: 14px
    }

    .blog_img {
        margin-bottom: 0
    }

    .widget-arch.tags ul li a {
        padding: 0 11px
    }

    .cm-sec {
        top: 60%
    }

    .hp3links ul li a {
        padding: 10px 8px
    }

    .fixed-prices {
        padding: 0 20px
    }

    .history-sec p {
        font-size: 15px
    }

    body.hpp3.st2 .tp-footer {
        padding-top: 0
    }

    footer.hp1 .scrollertop {
        top: -25px
    }
}

@media (max-width:1240px) {
    .timer .timer-wrapper .time {
        width: 50px;
        height: 50px;
        line-height: 50px
    }
}

@media (max-width:1200px) {
    .dis-bl>i.fa-angle-down {
        display: none
    }

    .gen-info>ul li>.g-info span {
        line-height: 23px
    }
    .mobile-menu nav {
        display: block
    }

    .t-links {
        text-align: center;
        margin-top: 20px
    }

    .t-logo img {
        width: 100%
    }

    .t-links li {
        margin-right: 8px
    }

    .our_team:hover .mem-social:before {
        width: 35px
    }

    .owl-thumb-item {
        width: 80px
    }

    .product-sc>h3 {
        padding-left: 30px
    }

    .product-sc {
        width: 325px
    }

    .price-sc {
        width: 80px
    }

    .quantity-sc {
        width: 115px
    }

    .sp-item-info>h3 {
        line-height: 26px
    }

    .shop-item {
        height: auto
    }

    .add-cart {
        opacity: 1;
        visibility: visible;
        top: 0
    }

    .shop-item:hover .add-cart {
        opacity: 1;
        visibility: visible;
        top: 0
    }

    .shop-item:hover {
        height: auto
    }

    .shop_item .sp-item-info {
        width: 60%;
        padding-top: 0;
        padding-right: 0;
        padding-left: 10px
    }

    .widget-filter>p {
        width: 50%
    }

    .sp-item-info>span del {
        margin-bottom: 8px
    }

    .add-to-cart {
        font-size: 11px
    }

    .sp-item-info {
        padding-bottom: 0
    }

    .sp-item-img {
        height: 190px
    }

    .help-info>h3 {
        line-height: 28px
    }

    .vc-info>h3 {
        line-height: 30px
    }

    .smart-money-info>h3 {
        line-height: 30px;
        margin-bottom: 15px
    }

    .sale_links>ul {
        width: 100%;
        margin-bottom: 30px
    }

    .sale_links ul.snccd {
        padding-left: 0
    }

    .widget-price-limit>ul li {
        margin-right: 20px
    }

    .how-works-sec .container {
        padding: 0 40px
    }

    .timeline-details>h3 {
        line-height: 30px
    }

    .contact-general-info {
        padding: 110px 60px 110px 30px
    }

    .g-contact .g-title {
        padding-left: 15px
    }

    .contact-v-sec {
        padding-bottom: 50px
    }

    .widget-linkss ul li a {
        font-size: 15px
    }

    .smart-money.st2 {
        padding: 0;
        padding-bottom: 30px
    }

    .pagination-list {
        margin-bottom: 50px
    }

    .blog-items.st2 .blog_info>ul li {
        margin-bottom: 10px
    }

    .video-sec-details .post-dv-info,
    .widget-posts .post-dv-info,
    .widget-tab .post-dv-info {
        padding-left: 20px
    }

    .blog-items.st2 .blog_info>h3 {
        font-size: 20px;
        line-height: 28px
    }

    .pc-info {
        width: 88%
    }

    .cat_list li a {
        padding: 0 10px
    }

    .expt-info p br {
        display: none
    }

    .cm-sec-deta>h2 {
        font-size: 60px
    }

    .cm-sec-deta>h4 {
        font-size: 24px
    }

    .cm-sec-deta .timer .timer-wrapper .time {
        font-size: 50px
    }

    .cm-sec-deta>h2 {
        margin-bottom: 60px
    }

    .cm-sec-deta.error-pg>h3 {
        font-size: 28px
    }

    .cm-sec-deta.error-pg>h1 {
        font-size: 170px
    }

    .subscribe_form>p {
        font-size: 16px
    }

    header.hp8 nav {
        display: block
    }

    .navigation-bar nav ul li {
        padding: 25px 10px
    }

    .news-figcap ul li span {
        font-size: 14px
    }

    .news-sidebar .news-figcap h3 {
        margin-bottom: 10px
    }

    .news-figcap h3 {
        margin-bottom: 15px
    }

    .news-sidebar .news-figcap h3 {
        font-size: 17px;
        line-height: 24px
    }

    .news-figcap h3 {
        font-size: 28px;
        line-height: 34px
    }

    .post-dv-sml.st2 .post-dv-info h3,
    .post-lg-grid .post-dv-info h3,
    .post-sm-grid .post-dv-info h3 {
        font-size: 15px;
        line-height: 23px
    }

    .popular-posts.st3 .post-dv-info,
    .post-lg-grid .post-dv-info {
        margin-bottom: 10px
    }

    .popular-posts.st3 .sm-post-dv .post-dv-info,
    .post-sm-grid .post-dv-info {
        width: 63%
    }

    .popular-posts.st3 .sm-post-dv .post-dv-info h3,
    .post-sm-grid .post-dv-info h3 {
        line-height: 21px
    }

    .popular-posts.st3 .sm-post-dv .post-dv-info ul li span {
        font-size: 13px
    }

    .top_footer .socio-links {
        display: none
    }

    .ft_links {
        float: right;
        padding-left: 0
    }

    .post-lg-grid .post-dv-info {
        bottom: 15px
    }

    .widget-tab .nav-link {
        padding: 20px 15px
    }

    .widget-social ul li {
        margin-right: 12px
    }

    .widget-posts .news-main-slider .owl-dots {
        display: none !important
    }

    .widget-calculator form ul li {
        width: 70px
    }

    .slect {
        width: 60px !important;
        margin-top: -7px
    }

    .owl_thumb {
        margin-bottom: 25px
    }

    .banner-text>form {
        width: 100%
    }

    .form-fields {
        width: 80%
    }

    .core-para h3 {
        font-size: 20px
    }

    .cap-info {
        padding: 25px 10px
    }

    .core-para {
        padding-right: 50px
    }

    .token-info.st2 ul li {
        line-height: 24px;
        margin-bottom: 25px
    }

    .token-info.st2 ul li:before {
        top: 50%;
        transform: translateY(-50%)
    }

    .heading h3 {
        font-size: 30px
    }

    body.hpp3.st2 .value-tm-info ul li>span {
        float: right
    }

    body.hpp3.st2 .value-tm-info ul li h3 {
        line-height: 24px
    }

    .mem-info h3 {
        font-size: 18px;
        line-height: 22px
    }

    .mem-info span {
        font-size: 14px;
        line-height: 20px
    }

    body.hpp3.st2 .widget-links ul li {
        width: auto;
        display: inline-block;
        float: none
    }

    body.hpp3.st2 .tp-footer .get-updated h3 {
        text-align: center
    }

    body.hpp3.st2 .tp-footer {
        padding-top: 0
    }

    .banner_textt h3 {
        font-size: 38px;
        line-height: 50px
    }

    .banner_textt p {
        width: 90%
    }

    .app-img img {
        width: 100%
    }

    .app-sec-details .app-info {
        padding-top: 152px
    }

    .contact-info {
        padding-top: 0
    }

    .get-updated h3 {
        font-size: 20px
    }

    .tp-footer .widget-links ul li {
        margin-right: 10px
    }

    .started-info {
        padding: 50px 50px 97px 50px
    }

    .currency-img {
        display: none
    }

    .news-info h3 {
        font-size: 18px;
        line-height: 25px
    }

    .newsletter-info h3 {
        font-size: 25px
    }

    .t-links li a {
        font-size: 14px
    }

    header.sticky .mobile-menu-bar>a {
        margin-top: 2px
    }

    header.sticky .logo {
        padding-top: 1px
    }

    header.sticky .logo img {
        width: 145px
    }

    .tk-details {
        padding: 40px 20px
    }

    .wht-links li {
        margin-right: 10px
    }

    body.hpp3.st2 footer.hp3 .widget-links ul li {
        display: block;
        float: left;
        width: 100%
    }

    .main-header {
        padding: 3px 0;
        border: none
    }

    .logo {
        padding-top: 0
    }

    .cart-links {
        margin-top: 10px
    }

    .mobile-menu-bar {
        display: block
    }

    header.hp2 .main-header .cart-links {
        margin-top: 10px
    }

    header.hp3 .logo {
        padding-top: 0
    }

    header.hp3 .cart-links {
        margin-top: 9px
    }

    .navigation-bar .mobile-menu-bar {
        margin-top: 4px
    }

    .scroller-div:before {
        display: none
    }

    .scroller-div {
        bottom: -35px
    }

    .video-sec-infoo {
        padding: 55px 15px
    }

    .news-section {
        padding: 80px 20px
    }

    .newsletter-details {
        padding: 60px 20px
    }

    .news-carousel .owl-nav {
        display: none !important
    }

    .container {
        max-width: 100%
    }

    .scroller-div {
        display: none
    }

    .osr-team-thumb figure {
        width: 200px;
        height: 200px
    }

    .about-box2-sec .obj1 {
        top: 122px;
        bottom: 122px;
        width: 675px
    }
}

@media (max-width:991px) {

    .blog-items.st2.v3 .pl-0,
    .blog-items.st2.v3 .pr-0 {
        padding: 0 15px
    }

    .blog-items.st2.v3 .blog_img {
        margin-bottom: 20px
    }

    .t-logo img {
        width: auto;
        float: none
    }

    .t-logo {
        width: 100%;
        text-align: center
    }

    .t_footer .socio-links {
        margin-top: 30px
    }

    .t-links {
        text-align: center;
        margin-top: 22px
    }

    .t_footer .socio-links {
        width: 100%;
        text-align: center
    }

    footer.hp2 .widget {
        width: 33.33%;
        margin-bottom: 30px
    }

    footer.hp2 .widget-newsletter {
        width: 50%
    }

    .our_team {
        margin-bottom: 30px
    }

    .pager .team-main-sec {
        margin-bottom: 0
    }

    .owl-thumb-item {
        width: 100px;
        margin-right: 15px
    }

    .shop-item-info {
        margin-top: 40px
    }

    .descp-sec .tab-content {
        max-width: 100%;
        padding: 0 20px
    }

    .descp-sec .post-comment-sec form {
        width: 100%
    }

    .product-sc {
        width: 45%
    }

    .price-sc {
        width: 17%
    }

    .quantity-sc {
        width: 25%
    }

    .shop_cart {
        margin-bottom: 50px
    }

    .sp-item-img {
        height: auto
    }

    .add-to-cart {
        font-size: 14px
    }

    .shop-items {
        margin-bottom: 50px
    }

    .right-sidebar.blg-sidebar.st2 .widget {
        margin-bottom: 60px
    }

    .shop-sec>.row>.col-md-12 {
        max-width: 100%;
        flex: auto
    }

    .shop-sec .col-md-12 {
        max-width: 100%
    }

    .vc-info>p {
        font-size: 14px
    }

    .graph-img img {
        width: auto;
        max-width: 100%;
        float: none
    }

    .graph-img {
        text-align: center;
        margin-top: 40px
    }

    .transactions-history {
        margin-bottom: 50px
    }

    .com-presen a {
        width: 100%;
        padding-left: 15px
    }

    .price {
        margin-bottom: 50px
    }

    .price-hd>p br {
        display: none
    }

    .tk-details {
        margin-top: 50px
    }

    .timer .timer-wrapper .time {
        width: 70px;
        height: 70px;
        line-height: 70px
    }

    .widget-price-limit>ul li:last-child {
        float: right
    }

    .office_info {
        margin-bottom: 50px
    }

    .contact-v-sec.st2 .container {
        max-width: 720px
    }

    .tabs-list .nav-tabs .nav-item {
        margin-bottom: 20px
    }

    .g-contact.st2 {
        width: 100%;
        float: left
    }

    .tabs-contact-sec {
        padding-bottom: 60px
    }

    #map {
        height: 300px !important
    }

    .contact-general-info.st2 {
        width: 100%;
        float: left;
        padding-right: 0
    }

    .contact-v-sec.pt {
        padding-left: 15px;
        padding-right: 15px
    }

    .contact-general-info.st2 {
        padding-top: 40px;
        padding-bottom: 0
    }

    .billing-details {
        margin-bottom: 40px
    }

    .service-single-details {
        margin-bottom: 50px
    }

    .post-dv-info h3 {
        font-size: 15px;
        line-height: 23px
    }

    .blog-items .post-dv-info {
        padding: 0 10px
    }

    .blog-items .post-dv-info ul li {
        margin-bottom: 10px
    }

    .blog-items .post-dv-info ul li:last-child {
        margin-bottom: 0
    }

    .blog-items .post-dv-info ul {
        margin-bottom: 0
    }

    .blog_img {
        margin-bottom: 20px;
        height: auto !important
    }

    .blog-itm {
        margin-bottom: 40px
    }

    .blog-itm {
        float: left;
        width: 50%
    }

    .blog-items.st2 .blog_info>h3 {
        font-size: 22px;
        line-height: 30px
    }

    .pc-info {
        width: 85%
    }

    .about-main-dv .help-info {
        margin-top: 40px
    }

    .expt-info p {
        line-height: 24px;
        padding: 0
    }

    .exp-details {
        padding: 70px 0
    }

    .expt-info h3 {
        margin-bottom: 20px
    }

    .abt-img {
        margin-top: 40px
    }

    .cm-sec-deta>h2 {
        margin-bottom: 50px
    }

    .cm-sec-deta .timer .timer-wrapper .time {
        margin-bottom: 30px
    }

    .cm-sec-deta .timer .timer-wrapper .text {
        font-size: 16px
    }

    .bdy-bg .wrapper {
        height: auto
    }

    .cm-sec {
        position: static;
        transform: inherit;
        padding: 100px 0
    }

    .bdy-bg.sc header {
        position: static
    }

    .bdy-bg.sc {
        background-color: #390c9a;
        background-image: inherit
    }

    header.hp8 nav {
        display: none
    }

    .navigation-bar .cart-links {
        width: auto;
        margin: 0;
        float: left;
        padding: 0
    }

    .navigation-bar .mobile-menu-bar {
        margin-top: 0
    }

    .navigation-bar .mobile-menu-bar>a {
        margin-top: 0
    }

    .navigation-bar .cart-links ul {
        width: 100%
    }

    .navigation-bar {
        padding: 15px 0
    }

    .ft-logo img {
        width: 100%
    }

    .ft-logo {
        width: 28%
    }

    .news-sidebar .news-slide {
        width: 50%;
        float: left;
        padding: 0 15px;
        margin-top: 30px
    }

    .news-sidebar .news-slide .news-figcap {
        padding: 0 35px 15px 35px
    }

    .news-blog-main .popular-posts .post-dv .post-dv-info h3 {
        font-size: 20px;
        line-height: 28px
    }

    .news-blog-main .popular-posts .post-dv-sml .post-dv .post-dv-info h3 {
        font-size: 16px;
        line-height: 23px;
        padding-top: 0
    }

    .post-dv-sml.st2 .post-dv-info {
        padding-bottom: 10px
    }

    .widget-calculator form ul li {
        width: 38%
    }

    .slect {
        width: 19% !important
    }

    .news-bg-img {
        margin-bottom: 35px
    }

    .news-bg-img {
        margin-bottom: 0
    }

    .small-posts-dv {
        margin-top: 40px
    }

    .widget-posts .news-figcap h3 br {
        display: none
    }

    .post-lg-grid .post-dv-info {
        bottom: 30px
    }

    .post-lg-grid .post-dv-img {
        margin-top: 25px
    }

    .small-posts-dv .sm-post-dv {
        width: 50%
    }

    .news-sidebar .news-figcap h3 {
        font-size: 22px;
        line-height: 30px
    }

    .owl-thumbs-list {
        display: none
    }

    .news-main-slider.hpp7 .owl-dots {
        display: block !important
    }

    .news-main-slider.hpp7 .news-figcap {
        width: 80%
    }

    .form-fields {
        width: 100%;
        margin-bottom: 25px
    }

    .form-field {
        width: 33%
    }

    .get-updated form {
        width: 100%
    }

    footer.hp5 .footer-data address ul li {
        font-size: 14px
    }

    body.hpp3.st2 header {
        position: static;
        background-color: #9213e3
    }

    header.hp3 .logo {
        padding: 0
    }

    header.hp3 .cart-links {
        margin-top: 9px
    }

    body.hpp3.st2 .service_info {
        margin-bottom: 50px
    }

    body.hpp3.st2 .service_info::before {
        display: none
    }

    .services_details {
        margin-bottom: -50px
    }

    .core-para {
        padding: 0;
        margin-bottom: 40px
    }

    .token-info ul li {
        width: 50%
    }

    .token-info {
        margin-bottom: 40px
    }

    body.hpp3.st2 .circle-img img {
        width: auto;
        float: none
    }

    body.hpp3.st2 .circle-img {
        width: 100%;
        text-align: center;
        margin-bottom: 30px
    }

    .token-sec-details .heading.ta-right h3 {
        text-align: left
    }

    .token-sec-details .heading {
        margin-bottom: 30px
    }

    body.hpp3.st2 .token-info.ta-right {
        padding-left: 0
    }

    .payment-method-info {
        padding: 0;
        margin-top: 40px
    }

    body.hpp3.st2 .app-img {
        margin-top: 40px;
        width: 100%;
        text-align: center
    }

    body.hpp3.st2 .app-img img {
        float: none;
        width: auto
    }

    .team-members .team {
        margin-bottom: 35px
    }

    .faq-questions {
        width: 100%
    }

    .tp-footer .widget-about .socio-links li:last-child {
        margin-right: 0
    }

    body.hpp3.st2 .tp-footer .get-updated {
        padding-right: 0
    }

    header.hp3 {
        padding: 20px 0
    }

    .banner-sec3.pt {
        padding-top: 70px
    }

    .service_info {
        margin-bottom: 40px
    }

    .services_details {
        margin-bottom: -40px
    }

    .circle-img {
        width: 100%;
        text-align: center
    }

    .circle-img img {
        float: none;
        max-width: 70%
    }

    .token_details.st2 {
        width: 100%
    }

    .sale-sec.pt {
        padding: 60px 0 70px 0
    }

    .app-sec-details .app-info {
        padding-top: 0;
        margin-bottom: 60px
    }

    .app-img img {
        width: auto;
        max-width: 60%;
        float: none
    }

    .app-img {
        text-align: center
    }

    .faqs-sec-details .nav-tabs .nav-link {
        padding: 0 30px 20px 30px
    }

    .contact-info ul li {
        margin-bottom: 40px
    }

    .contact-info {
        margin-bottom: 50px
    }

    .token_details {
        width: 100%
    }

    .tp-footer .widget-links {
        text-align: center;
        margin-top: 50px
    }

    .tp-footer .widget-about img {
        margin-bottom: 30px
    }

    .expt-info {
        margin-bottom: 10px
    }

    .exp-details.hp2 {
        margin-bottom: -40px
    }

    .price-dv {
        margin-bottom: 30px
    }

    .price-tables-sec.pt {
        padding: 100px 0 40px 0
    }

    .conv-img {
        display: none
    }

    .convo-info {
        width: 100%
    }

    .gt-img {
        margin-bottom: 30px
    }

    .started-info .nav-tabs .nav-item {
        margin-bottom: 10px
    }

    .social_links {
        width: 100%;
        text-align: left;
        margin-top: 30px
    }

    .social_links h3 {
        float: none;
        display: inline-block
    }

    .social_links ul {
        float: none;
        display: inline-block;
        position: static;
        margin: 0
    }

    .app-info {
        width: 50%;
        margin: 0
    }

    .our-srvc-list {
        margin-top: 50px
    }

    .title.pd-left {
        padding-left: 0
    }

    .title h3::before,
    .title::before {
        display: none
    }

    .title {
        margin-bottom: 40px
    }

    .title h3 {
        font-size: 26px;
        padding-left: 15px
    }

    .price-tables-sec .title {
        margin-bottom: 40px
    }

    .about-us .title h3 {
        float: left
    }

    .newsletter-info {
        text-align: center;
        margin-bottom: 15px
    }

    footer.hp1 .widget {
        width: 50%;
        margin-bottom: 40px
    }

    header.hp1 {
        position: static
    }

    header .logo img {
        width: 145px
    }

    .pager-sec.st2 {
        padding: 100px 0 100px 0
    }

    .pager-sec {
        padding: 80px 0 120px 0
    }

    .sp-item-info {
        padding-bottom: 25px
    }

    .how-info {
        padding-left: 30px
    }

    .pager-sec {
        padding: 50px 0 70px 0
    }

    .widget-posts .small-posts-dv {
        margin-top: 0
    }

    .pager-info {
        margin-top: -25px
    }

    body.hpp3.st2 footer.hp3 .widget-links {
        margin-bottom: 20px
    }

    .blog-main-sec .popular-posts .post-dv .post-dv-info {
        margin-top: 20px
    }

    .search-page form {
        width: 100%;
        padding: 0 30px
    }

    .search-page form button {
        right: 30px
    }

    header.hp3 .main-header {
        padding: 0
    }

    .g-contact .pl-0,
    .g-contact .pr-0 {
        padding: inherit
    }

    body.hp6 .option-isotop ul li a {
        padding: 0 20px
    }

    .main-slider .metis.tp-tabs {
        bottom: 8% !important
    }

    .mobile-menu {
        width: 100%
    }

    .right-side-menu {
        width: 100%
    }

    .chera-sec .row_style {
        display: none
    }

    .chera-sec {
        background-color: var(--color_base)
    }

    .chera-sec .chera-text h4,
    .chera-sec .chera-text p {
        color: #fff
    }

    #features-links-holder {
        height: 320px !important
    }

    #features-links-holder .feature-icon-holder .feature-title {
        right: 50%;
        margin-right: -75px;
        top: -25px;
        text-align: center
    }

    #features-links-holder .icons-axis {
        width: 194px;
        height: 194px;
        right: 50%;
        margin-right: -97px;
        top: inherit;
        margin-top: inherit;
        bottom: 0
    }

    #features-links-holder .feature-icon-holder1 {
        top: inherit;
        bottom: 50px;
        left: 50%;
        margin-left: -202px;
        right: inherit
    }

    #features-links-holder .feature-icon-holder2 {
        top: inherit;
        right: inherit;
        bottom: 166px;
        left: 50%;
        margin-left: -168px
    }

    #features-links-holder .feature-icon-holder3 {
        top: inherit;
        margin-top: inherit;
        right: 50%;
        margin-right: -31px;
        bottom: 234px
    }

    #features-links-holder .feature-icon-holder4 {
        bottom: 166px;
        right: 50%;
        margin-right: -168px
    }

    #features-links-holder .feature-icon-holder5 {
        bottom: 50px;
        right: 50%;
        margin-right: -202px
    }

    .blog-posts .row>div.first-post {
        width: 100%;
        margin-bottom: 20px
    }

    .blog-posts .row>div.first-post a {
        margin-right: 0
    }

    .blog-posts .row>div.first-post a .blog-posts-inner {
        position: absolute;
        z-index: 2;
        right: 25px;
        bottom: 40px;
        width: calc(100% - 50px);
        background: 0 0;
        color: #fff;
        box-shadow: none;
        padding: 0
    }

    .blog-posts .row>div.first-post a .blog-posts-inner h2 {
        color: #fff
    }

    .blog-posts .row>div.first-post a .blog-posts-inner .category ul li:before {
        content: "";
        display: none
    }

    .blog-posts .row>div.first-post a .blog-posts-inner .category ul li:last-child {
        margin-left: 0
    }

    .blog-posts .row>div.first-post a figure img {
        height: 496px
    }

    .blog-posts .row>div.another-posts {
        width: 100%
    }

    .blog-posts .row>div.another-posts a:first-of-type {
        float: right;
        width: calc(50% - 10px)
    }

    .blog-posts .row>div.another-posts a:last-of-type {
        float: left;
        width: calc(50% - 10px)
    }

    .blog-posts .row>div.another-posts a figure img {
        height: 227px
    }

    .osr-team-thumb figure {
        width: 150px;
        height: 150px;
        border-width: 5px
    }

    .about-box2-sec .obj1 {
        display: none
    }

    .params .col-md-4,
    .params .col-md-8 {
        float: right
    }

    .pagination-cu .page-link {
        margin: 0 2px
    }
}

@media (max-width:768px) {
    .slinky-menu a {
        color: var(--color_base)
    }

    header .logo img {
        width: 140px;
        padding-top: 10px !important;
        padding-left: 10px !important
    }

    .space-bottom {
        padding-bottom: 60px !important
    }

    .space-top {
        padding-top: 60px !important
    }

    .cover-top-page .title-wite {
        font-weight: 700;
        font-size: 21px;
        line-height: 32px
    }

    .help {
        font-size: 15px
    }

    .breadcrumb-in .breadcrumb_container .breadcrumb-inner ol li a {
        font-size: 13px
    }

    .cover-top-page .banner {
        padding: 25px 2px 0 2px
    }

    .contact-form-block {
        padding: 30px 20px;
        margin: 0
    }

    .contact-shape img {
        right: 0;
        left: 0
    }

    .bubbles-animate {
        display: none !important
    }

    .features-style3 .feature-block.offset-top {
        transform: translateY(0)
    }

    .section-block {
        padding: 60px 0
    }

    .cunter-sec {
        text-align: center;
        background: var(--color_base);
        color: var(--color_base)
    }

    .features-style3 {
        background: #f8f9fb !important;
        position: relative !important
    }

    .pager-sec.st2 {
        padding: 60px 0
    }

    .payment_info h2 {
        font-size: 30px
    }

    .t-logo {
        width: 100%;
        text-align: center
    }

    .t-logo img {
        float: none
    }

    .t-links {
        text-align: center
    }

    .t-links li {
        margin-right: 15px
    }

    footer.hp2 .widget {
        width: 50%
    }

    .wallet-sec.chg .wel-hd p br {
        display: none
    }

    .bottom-footer p {
        padding: 0 15px
    }

    .owl-thumb-item {
        margin-right: 8px
    }

    .sp-details .product-sc {
        width: 100%
    }

    .sp-details .price-sc {
        text-align: center;
        width: 33%
    }

    .sp-details .quantity-sc {
        width: 33%;
        text-align: center
    }

    .sp-details .spin-cart {
        display: inline-block;
        float: none
    }

    .sp-details .total-sc {
        width: 33%;
        text-align: center
    }

    .sp-item-info {
        text-align: center
    }

    .shop_item .sp-item-info {
        width: 80%;
        text-align: left
    }

    .service-single-details>h3 {
        font-size: 24px;
        line-height: 32px
    }

    .wht-links {
        width: 100%;
        margin-top: 30px
    }

    .sc-img {
        margin-bottom: 30px
    }

    .how-info {
        position: static;
        transform: inherit;
        padding: 45px 0 0 0
    }

    .how-works-sec {
        padding-bottom: 0
    }

    .how-work-img {
        width: 200px;
        height: 200px;
        line-height: 200px
    }

    .how-works-info:nth-child(2n) .how-work-img {
        margin-bottom: 60px;
        margin-top: 60px
    }

    .how-works-info:last-child {
        margin-bottom: 50px
    }

    .how-works-info:nth-child(2n) .how-info {
        padding-right: 0
    }

    .how_mg::before {
        display: none
    }

    .timeline-details {
        width: 100%
    }

    .timeline-div::before {
        display: none
    }

    .contact-general-info.st2 .gen-info>ul li {
        width: 100%;
        text-align: center
    }

    .contact-general-info.st2 .gen-info>ul li:first-child {
        width: 100%
    }

    .contact-general-info {
        padding: 70px 25px
    }

    .option-isotop ul li {
        margin-bottom: 20px
    }

    .blog-itm {
        width: 100%
    }

    .blog_sml_post {
        float: left;
        width: 100%;
        margin-top: 20px
    }

    .cat_list {
        width: 100%;
        text-align: center
    }

    .post-socio {
        width: 100%;
        text-align: center;
        margin-top: 15px
    }

    .post-vc {
        width: 100%
    }

    .post-vc:last-child {
        margin-top: 40px
    }

    .blog_info>h3 {
        line-height: 32px;
        font-size: 23px
    }

    .abt-slide>p br {
        display: none
    }

    .srvs-info {
        margin-bottom: 40px
    }

    .wel-hd p br {
        display: none
    }

    .cm-sec .container {
        width: 100%;
        max-width: 100%
    }

    .top-hd .logo {
        width: 100%;
        text-align: center
    }

    .top-hd .logo img {
        float: none
    }

    .rt-social-links {
        width: 100%;
        text-align: center;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .rt-social-links h4 {
        display: inline-block;
        float: none
    }

    .rt-social-links ul {
        display: inline-block;
        float: none
    }

    .ft-logo {
        width: 100%;
        text-align: center
    }

    .ft-logo img {
        width: auto;
        float: none
    }

    .ft_links {
        width: 100%;
        text-align: center
    }

    .ft_links ul {
        width: 100%;
        margin-top: 10px
    }

    .news-main-slider .owl-dots {
        display: none !important
    }

    .news-sidebar .news-slide {
        width: 100%
    }

    .post-dv-sml .post-dv {
        margin-bottom: 25px
    }

    .widget-calculator form ul li {
        width: 36%
    }

    .small-posts-dv .sm-post-dv {
        width: 100%
    }

    .post-lg-grid .news-figcap h3 {
        line-height: 28px
    }

    .post-dv-sml.st2 .post-dv-info {
        margin-bottom: 0
    }

    .date-info {
        width: 100%;
        text-align: center
    }

    header.hp8.st2 .logo {
        width: 100%
    }

    .date-info>h4 {
        padding-top: 0
    }

    .rt-social-links {
        padding-top: 20px;
        padding-bottom: 0
    }

    header.hp8.st2 .top-hd {
        padding: 20px 0
    }

    .form-field {
        width: 28%
    }

    .main-banner-sec {
        padding: 100px 0 100px 0
    }

    .footer-data {
        text-align: center
    }

    footer.hp5 .footer-data .widget-about>img {
        float: none
    }

    .get-updated h3 {
        text-align: center;
        margin-bottom: 25px
    }

    footer.hp5 .footer-data {
        padding-bottom: 25px
    }

    .socio-links li:last-child {
        margin-right: 0
    }

    .token-info ul li {
        width: 100%
    }

    body.hpp3.st2 .circle-img img {
        max-width: 65%
    }

    body.hpp3.st2 .app-img img {
        max-width: 60%
    }

    body.hpp3.st2 .bottom-strip p {
        width: 100%;
        text-align: center
    }

    body.hpp3.st2 .bottom-strip a {
        margin-top: 20px
    }

    .scroller-div {
        display: none
    }

    .service_info h3 {
        font-size: 19px;
        line-height: 26px
    }

    .faqs-sec-details .nav-tabs .nav-link {
        padding: 0 20px 20px 20px;
        font-size: 16px
    }

    .token-sec.st2.pt {
        padding: 70px 0 0 0
    }

    .partner-sec.pt {
        padding: 70px 0
    }

    .tp-footer .widget {
        text-align: center
    }

    .tp-footer .widget-about img {
        float: none
    }

    .tp-footer .get-updated {
        padding-right: 0
    }

    .bottom-strip.st2 p {
        width: 100%;
        text-align: center
    }

    .bottom-strip.st2>a {
        margin-top: 25px;
        width: 100%;
        text-align: center
    }

    .tp-footer {
        padding: 80px 0 50px 0
    }

    .title.pd-left {
        padding-left: 0
    }

    .title h3::before,
    .title::before {
        display: none
    }

    .title h3 {
        padding-left: 0
    }

    .title h3 {
        font-size: 25px
    }

    .price-tables-sec .title {
        margin-bottom: 50px
    }

    .currency-tb table tbody tr td {
        font-size: 14px
    }

    .currency-tb {
        padding: 40px 20px
    }

    .convo-info {
        padding: 50px 20px
    }

    .started-info {
        padding: 50px 25px 97px 25px
    }

    .our-services {
        padding: 80px 20px
    }

    .news-section {
        padding: 20px 10px
    }

    .news-section .owl-prev {
        left: -30px
    }

    .news-section .owl-next {
        right: -30px
    }

    .newsletter-info h3 {
        font-size: 22px
    }

    .newsletter-info p {
        line-height: 25px
    }

    footer.hp1 .social_links h3,
    footer.hp1 .widget-title {
        font-size: 19px;
        margin-bottom: 10px
    }

    header.hp2 {
        position: static;
        background-color: #32328e
    }

    body.hpp3.st2 .bottom-strip a {
        width: 100%;
        text-align: center
    }

    .close-search {
        right: 30px
    }

    .fixed-prices {
        padding: 0 10px
    }

    header.hp8.st2 .rt-social-links {
        padding-bottom: 0
    }

    header.hp8 .rt-social-links {
        padding-bottom: 20px
    }

    .post-comment-sec form {
        width: 100%
    }

    .billing-details .pl-0,
    .billing-details .pr-0 {
        padding: inherit
    }

    body.hp8 .pl-0,
    body.hp8 .pr-0 {
        padding: 0 10px !important
    }

    .news-sidebar .news-slide {
        padding: 0
    }

    .tpup {
        width: 100%
    }

    .bottom-strip.ta-left {
        text-align: center
    }

    .bottom-strip.ta-left p {
        width: 100%;
        margin-bottom: 25px
    }

    .bottom-strip.ta-left .scrollertop {
        float: none
    }

    body.hpp3.st2 .bottom-strip .tpup {
        width: 100%;
        text-align: center
    }

    body.hpp3.st2 .bottom-strip .tpup>a {
        width: 50px;
        float: none
    }

    body.hpp3.st2 .bottom-strip .tpup>span {
        display: none
    }

    .main-slider .metis.tp-tabs {
        bottom: 4% !important
    }

    .cunter-sec .dayere {
        display: none
    }

    #features-links-holder {
        height: 250px !important;
        margin-top: 0
    }

    #features-links-holder .icons-axis {
        width: 140px;
        height: 140px;
        padding-top: 7px;
        margin-right: -70px
    }

    #features-links-holder .icons-axis img {
        width: 70px
    }

    #features-links-holder .feature-icon-holder1 {
        bottom: 36px;
        margin-left: -190px
    }

    #features-links-holder .feature-icon-holder2 {
        bottom: 138px;
        margin-left: -146px
    }

    #features-links-holder .feature-icon-holder3 {
        bottom: 185px
    }

    #features-links-holder .feature-icon-holder4 {
        bottom: 138px;
        margin-right: -146px
    }

    #features-links-holder .feature-icon-holder5 {
        bottom: 36px;
        margin-right: -190px
    }

    .blog-posts {
        margin: 0
    }

    .blog-posts .row>div.first-post {
        width: 100%
    }

    .blog-posts .row>div.first-post a .blog-posts-inner {
        position: absolute;
        z-index: 2;
        right: 25px;
        bottom: 40px;
        width: calc(100% - 50px);
        background: 0 0;
        color: #fff;
        box-shadow: none;
        padding: 0
    }

    .blog-posts .row>div.first-post a .blog-posts-inner h2 {
        color: #fff
    }

    .blog-posts .row>div.first-post a .blog-posts-inner .category:before {
        content: "";
        display: none
    }

    .blog-posts .row .another-posts {
        width: 100%
    }

    .blog-posts .row .another-posts a {
        width: calc(50% - 15px)
    }

    .card-blog-date {
        float: inherit
    }

    .card-blog-info {
        margin-right: 0;
        margin-top: 10px
    }

    .card-blog .card-body {
        padding: 20px
    }

    .card-comment .comment-box-right {
        border-left: none;
        border-bottom: 1px solid #ddd
    }

    .card-comment .owl-prev {
        left: -7px
    }

    .card-comment .owl-next {
        right: -7px
    }

    .featured-tab .tab-content {
        padding: 20px 10px
    }

    .container {
        padding-right: 5px;
        padding-left: 5px
    }

    .cunter-sec {
        margin-top: 10px
    }

    .pt {
        padding: 20px 0;
        height: auto
    }

    footer.hp1 .widget {
        margin-bottom: 10px
    }

    .main-footer {
        padding-bottom: 3px
    }

    .app-details {
        margin-bottom: 10px
    }

    .bottom-footer {
        padding: 10px 0
    }

    #features-holder .feature-box {
        padding: 10px 10px
    }
}

@media (max-width:576px) {
    .rt-social-links {
        padding-top: 10px
    }

    .pager-sec-details h3 {
        font-size: 30px
    }

    .payment_info h2 {
        font-size: 24px;
        margin-bottom: 15px
    }

    .payment_info>a {
        margin-top: 20px
    }

    .paymy {
        padding: 50px 0 50px 0
    }

    .t-links li {
        line-height: 30px
    }

    footer.hp2 .widget {
        width: 100%
    }

    .wallet-sec {
        padding: 50px 0
    }

    .comment-sec>h3,
    .post-comment-sec>h3 {
        line-height: 34px
    }

    .bl-links li {
        line-height: 24px
    }

    .price-sc {
        width: 100%;
        margin-bottom: 15px
    }

    .product-sc {
        width: 100%;
        margin-bottom: 15px
    }

    .quantity-sc {
        width: 100%;
        margin-bottom: 15px
    }

    .product-sc>h3 {
        padding-left: 0
    }

    .sp-head {
        text-align: center
    }

    .total-sc {
        width: 100%
    }

    .shop-sec .cpd-sec form input[type=text] {
        width: 100%;
        margin-bottom: 20px
    }

    .coupy-code {
        width: 100%
    }

    .coupy-code form button {
        width: 100%;
        margin: 0;
        margin-bottom: 20px
    }

    .update-cart {
        width: 100%;
        text-align: center
    }

    .prt-info>h3 {
        line-height: 22px
    }

    .how-works-sec .container {
        padding: 0 15px
    }

    .g-contact.st2 form {
        padding: 0
    }

    .gen-info>ul li>.g-info span {
        line-height: 24px
    }

    .contact-general-info {
        padding: 50px 15px
    }

    .abt-slide {
        padding: 35px 40px 90px 40px
    }

    .cm-sec-deta .timer .timer-wrapper {
        margin-bottom: 40px
    }

    .subscribe_form>form {
        width: 100%
    }

    .bottom_footer .widget {
        margin-bottom: 30px
    }

    .ft_links ul li {
        margin-bottom: 15px
    }

    .ft_links ul li:last-child {
        margin-bottom: 0
    }

    .news-main-slider .news-figcap h3 {
        font-size: 24px;
        line-height: 29px
    }

    .play-video {
        bottom: auto;
        top: 40px
    }

    .video-sec-details .news-figcap h3 {
        line-height: 30px
    }

    .post-lg-grid .news-main-slider .news-figcap ul {
        display: none
    }

    .post-lg-grid .news-main-slider .news-figcap {
        padding-bottom: 0
    }

    .post-lg-grid .news-main-slider .news-figcap h3 {
        font-size: 18px;
        line-height: 24px
    }

    .news-main-slider.hpp7 .owl-dots {
        display: none !important
    }

    .news-figcap ul li {
        margin-right: 10px
    }

    .form-field {
        width: 100%
    }

    .form-fields {
        border-radius: 0
    }

    .banner-text h3 {
        font-size: 36px;
        margin-bottom: 25px
    }

    .banner-text p {
        line-height: 24px
    }

    .option-isotop ul li {
        margin-bottom: 10px
    }

    .heading h3 {
        font-size: 26px
    }

    .heading h4 {
        font-size: 23px
    }

    .core-para h3 {
        line-height: 28px
    }

    .value-tm-info ul li h3 {
        font-size: 14px
    }

    .value-tm-info ul li span {
        font-size: 14px;
        margin-top: 0
    }

    body.hpp3.st2 .app-info {
        padding-top: 0
    }

    body.hpp3.st2 .app-info>ul li {
        line-height: 23px
    }

    .app-sec-details .app-info>ul li::before {
        top: 50%;
        transform: translateY(-50%)
    }

    address ul li {
        line-height: 26px
    }

    .tp-footer .get-updated {
        padding-right: 0
    }

    .faqs-sec-details .nav-tabs .nav-link {
        margin-bottom: 25px
    }

    .token-info.ta-right {
        padding-left: 0
    }

    .app-sec-details .app-info>ul li {
        line-height: 24px
    }

    .faq-ques h3 {
        line-height: 26px
    }

    .currency-tb table thead th {
        font-size: 13px
    }

    .currency-tb table tbody tr td {
        font-size: 13px
    }

    .convo-info p {
        padding-right: 0
    }

    .srvc-info {
        padding-left: 15px
    }

    .srvc-info p {
        padding-right: 0
    }

    .srvc-info h3 {
        font-size: 20px
    }

    .srvc-points ul li {
        width: 100%
    }

    .newsletter-details {
        padding: 50px 20px
    }

    .fixed-prices ul li {
        float: left;
        width: 100%;
        display: block;
        border: 0;
        text-align: center;
        padding: 0;
        margin-bottom: 20px
    }

    .right-side-menu {
        width: 100%
    }

    .logo img {
        float: none
    }

    .cart-links {
        width: auto;
        margin: 0;
        text-align: center;
        padding: 0;
        display: inline-block;
        float: left
    }

    .cart-links ul {
        width: auto
    }

    .mobile-menu-bar {
        display: inline-block;
        float: right;
        margin: 0
    }

    header {
        text-align: center
    }

    header.hp2 .main-header .cart-links {
        margin-top: 0
    }

    header.hp3 .cart-links {
        margin-top: 0
    }

    .search-page form input {
        font-size: 24px
    }

    .cart-links ul li:first-child {
        padding-left: 0
    }

    .pagination-cu .page-link {
        margin: 0 1px;
        width: 30px;
        height: 30px;
        padding: 3px 0;
        font-size: 14px
    }

    .news-carousel .owl-dots .owl-dot {
        width: 15px
    }

    .chera-sec .container {
        padding-top: 30px
    }

    #features {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-top: 40px
    }
}

@media (max-width:480px) {
    body.hpp3.st2 footer.hp3 .widget-links ul li {
        margin-bottom: 20px
    }

    .how-info h3 {
        line-height: 32px
    }

    .mbl-logo img {
        max-width: 70%
    }

    .main-header {
        padding-bottom: 6px
    }

    body.hpp3.st2 header {
        position: static;
        background-color: #9618e6
    }

    .pager-sec.st2 {
        padding: 70px 0
    }

    .payment_info h2 {
        line-height: 32px
    }

    .pager-sec {
        padding: 50px 0 70px 0
    }

    .shop-slide>img {
        width: 100% !important
    }

    .shop-item-info>h3 {
        line-height: 34px
    }

    .spin-cart {
        float: right
    }

    .item_price_info .add-cart {
        width: 100%;
        padding-left: 0;
        margin-top: 15px
    }

    .comment-sec>ul li .user_info {
        display: unset;
        float: left;
        padding-left: 0;
        margin-top: 25px
    }

    .comment-sec>ul li .user_img {
        display: unset
    }

    .prt-info {
        width: 90%
    }

    .cart-totals {
        padding: 40px 25px
    }

    .shop_item .sp-item-info {
        width: 65%
    }

    .service-single-details>h3 {
        font-size: 20px;
        margin-bottom: 15px
    }

    .vc-info {
        display: unset;
        float: left;
        padding-left: 0
    }

    .vc_icon {
        display: unset;
        margin-bottom: 30px;
        float: left
    }

    .services-ques .toggle-item h2 {
        line-height: 24px;
        font-size: 16px
    }

    .wht-links li,
    .wht-links li a {
        width: 100%
    }

    .wht-links {
        text-align: center
    }

    .wht-links li {
        margin-bottom: 20px
    }

    .sale_links>ul li h4 {
        margin-bottom: 10px
    }

    .sale_links ul.snccd li h4 {
        width: 130px;
        line-height: 22px
    }

    .sale_links.rev>ul li h4 {
        width: 110px;
        line-height: 22px
    }

    .sale_links.addy ul li h4 {
        line-height: 22px
    }

    .timer .timer-wrapper {
        margin-bottom: 20px
    }

    .history-sec>h3 {
        font-size: 20px
    }

    .services-ques .toggle-item h2 {
        padding: 20px 15px
    }

    .map-links li,
    .map-links li a {
        float: left;
        width: 100%;
        text-align: center
    }

    .map-links li {
        margin-bottom: 10px
    }

    .cart-totals h4+ul li span:last-child {
        width: 100%;
        text-align: right;
        margin-top: 10px
    }

    .cart-totals.st2>ul .calco-ship {
        width: 100%
    }

    .cart-totals.st2>ul .calco-ship li {
        float: left;
        width: 100%
    }

    .cart-totals.st2>ul .calco-ship li label span {
        width: 14px;
        height: 14px
    }

    .cart-totals.st2>ul .calco-ship li label+span {
        width: auto;
        float: left
    }

    .cart-totals.st2>ul .calco-ship {
        margin-top: 25px
    }

    .cart-totals.st2>ul .calco-ship li a {
        text-align: left;
        width: 100%
    }

    .cart-totals.st2 .calco-ship li:last-child .input-field>span {
        width: 90%;
        line-height: 18px
    }

    .cart-totals.st2 .calco-ship li:last-child .input-field>label span {
        margin-top: 4px
    }

    .video-sec-details .post-dv-info,
    .widget-posts .post-dv-info,
    .widget-tab .post-dv-info {
        width: 63%
    }

    .post-dv-info ul {
        display: none
    }

    .blog-items .post-dv .cat-name {
        top: 15px;
        left: 15px
    }

    .blog-items .post-dv-info {
        bottom: 0
    }

    .blog-items .col-12 {
        padding: 0
    }

    .widget-currency ul {
        padding: 30px 15px
    }

    .blog-items.st2 .blog_info>h3 {
        font-size: 20px;
        line-height: 27px
    }

    .blog_info>h3 {
        font-size: 22px;
        line-height: 30px
    }

    .blog_info>ul li {
        margin-bottom: 10px
    }

    .blog-items.sc .blog_img {
        height: 220px !important
    }

    .blog-items.sc .blog_img>a img {
        width: auto;
        max-width: 80%
    }

    .pc-info {
        width: 80%
    }

    .comment-sec>h3,
    .post-comment-sec>h3 {
        font-size: 21px
    }

    .widget-cat .widget-linkss ul li a {
        font-size: 14px
    }

    .cat_list li {
        margin-bottom: 10px
    }

    .abt-slide {
        padding: 35px 20px 90px 20px
    }

    .abt-slide>h3 {
        font-size: 25px;
        line-height: 32px
    }

    .cm-sec-deta .subscribe_form {
        margin-top: 20px
    }

    .subscribe_form>p {
        line-height: 22px
    }

    .rt-social-links {
        padding: 20px 0
    }

    .rt-social-links h4 {
        float: left;
        width: 100%;
        margin-bottom: 20px;
        padding-right: 0
    }

    .rt-social-links ul {
        float: left;
        width: 100%
    }

    .news-main-slider .news-figcap ul {
        display: none
    }

    .news-main-slider .news-figcap {
        padding-bottom: 0
    }

    .news-main-slider .news-figcap h3 {
        font-size: 17px;
        line-height: 23px
    }

    .cat-name {
        left: 20px
    }

    .news-sidebar .news-slide .cat-name {
        left: 20px
    }

    .news-sidebar .news-slide .news-figcap ul {
        display: none
    }

    .news-sidebar .news-slide {
        padding: 0
    }

    .news-sidebar .news-slide .news-figcap {
        padding: 0 20px 15px 20px
    }

    .news-sidebar .news-figcap h3 {
        font-size: 16px;
        line-height: 22px
    }

    .popular-posts.st3 .sm-post-dv .post-dv-info,
    .post-sm-grid .post-dv-info {
        width: 55%
    }

    .widget-calculator form ul li {
        width: 33%
    }

    .widget-tab .nav-link {
        font-size: 14px
    }

    .video-sec-details .news-figcap {
        display: none
    }

    .play-video {
        top: 50%;
        transform: translateY(-50%) translateX(50%);
        right: 50%
    }

    .post-lg-grid .news-main-slider .cat-name {
        display: none
    }

    .news-main-slider.hpp7 .news-figcap h3 {
        font-size: 15px
    }

    .widget-calculator form {
        padding: 30px 15px
    }

    header.hp2 .main-header .cart-links {
        margin-top: 0
    }

    .banner-text h3 {
        line-height: 36px;
        font-size: 30px
    }

    .lsit-dt-info {
        width: 100%;
        padding-left: 0;
        padding-top: 30px
    }

    .socio-links li {
        margin-right: 20px
    }

    footer.hp5 .footer-data address ul li {
        line-height: 24px
    }

    .get-updated form button {
        position: static;
        margin-top: 15px
    }

    .list-dt h4 {
        font-size: 14px
    }

    header.hp3 .cart-links ul {
        width: auto;
        display: inline-block;
        float: none
    }

    header.hp3 .cart-links {
        text-align: center
    }

    header.hp3 .cart-links ul.language-list {
        position: relative;
        top: -15px
    }

    .heading h3 {
        font-size: 22px
    }

    .value-tm-info ul li {
        padding: 25px 15px
    }

    body.hpp3.st2 .value-tm-info ul li h3 {
        width: 40%;
        line-height: 21px
    }

    body.hpp3.st2 .value-tm-info ul li>span {
        margin-top: 4px
    }

    .payment-method-info h3 {
        font-size: 18px;
        line-height: 25px
    }

    .payment-method-info p {
        float: left;
        width: 100%
    }

    .app-buy-links>a {
        width: 100%;
        text-align: center
    }

    .app-buy-links>ul {
        width: 100%;
        text-align: center;
        padding-left: 0
    }

    .tp-footer .get-updated form {
        text-align: center
    }

    body.hpp3.st2 .widget-links ul li {
        margin-right: 15px;
        margin-bottom: 10px
    }

    .banner_textt h3 br {
        display: none
    }

    .banner_textt h3 {
        font-size: 24px;
        line-height: 32px
    }

    .banner_textt>ul li,
    .banner_textt>ul li a {
        float: left;
        width: 100%;
        display: block;
        text-align: center
    }

    .banner_textt>ul li {
        margin-bottom: 20px
    }

    .wr-info h3 {
        font-size: 18px
    }

    .wr-info>span {
        font-size: 14px
    }

    .pp-info>span {
        font-size: 14px
    }

    .value-tm-info ul li span {
        font-size: 11px;
        margin: 0
    }

    .value-tm-info ul li h3 {
        font-size: 11px
    }

    .cc-info p br {
        display: none
    }

    .cc-info {
        width: 70%
    }

    .title h3 {
        font-size: 22px
    }

    .title {
        margin-bottom: 35px
    }

    .price-tables-sec .title h3 {
        text-align: left;
        line-height: 34px
    }

    .currency-tb table thead th {
        font-size: 8px
    }

    .currency-tb table tbody tr td {
        font-size: 8px
    }

    .con-curr-list,
    .con-text-field {
        width: 100%;
        margin-bottom: 20px
    }

    .started-info .nav-tabs .nav-link {
        font-size: 16px
    }

    .started-info {
        padding: 50px 15px 97px 15px
    }

    .gt-info {
        padding-left: 0
    }

    .gt-info h3 {
        font-size: 20px;
        line-height: 29px
    }

    .srvc-info {
        display: unset;
        float: left;
        padding: 0;
        margin-top: 20px
    }

    .news-section {
        padding: 10px 5px
    }

    .app-info {
        width: 100%;
        margin-bottom: 30px
    }

    .social_links ul {
        padding: 0;
        width: 100%;
        margin-top: 20px
    }

    .client-say p {
        padding: 60px 20px
    }

    .srvc-points ul li {
        line-height: 24px
    }

    .newsletter-info h3 {
        line-height: 30px
    }

    footer.hp1 .widget {
        width: 100%
    }

    .sale_links>ul li span {
        font-size: 14px
    }

    .sale_links>ul li span {
        padding-left: 20px
    }

    .return-custo>h4 {
        font-size: 13px
    }

    .mobile-menu {
        width: 100%
    }

    .search-page form input {
        font-size: 14px
    }

    .r-logo {
        padding: 70px 30px 0 30px;
        width: 100%;
        text-align: center
    }

    .r-logo img {
        float: none
    }

    .right-side-menu .widget-currency .widget-title {
        font-size: 22px;
        padding-left: 40px
    }

    .widget-title::before {
        width: 30px
    }

    .crncy-dets {
        padding: 0 15px
    }

    .r-logo {
        padding: 70px 15px 0 15px
    }

    .r-search {
        padding: 0 15px
    }

    .top-hd .rt-social-links {
        padding-top: 10px;
        padding-bottom: 0
    }

    .search-page form input {
        height: 55px
    }

    .color-schemes {
        padding-left: 20px;
        width: 60%
    }

    .color-schemes ul li a {
        width: 25px;
        height: 25px
    }

    .color-schemes ul li+br {
        display: none
    }

    body.hpp3.st2 footer.hp3 .widget-links {
        padding-right: 0
    }

    .scrollertop {
        bottom: auto;
        top: -30px
    }

    .right-side-menu .widget-title::before {
        display: none
    }

    .right-side-menu .widget-currency .widget-title {
        padding-left: 20px
    }

    .video-sec-details .post-dv-info {
        width: 60%
    }

    #features-links-holder .feature-icon-holder .feature-title {
        display: none;
        opacity: 0
    }

    #features-links-holder .feature-icon-holder1 {
        bottom: 36px;
        margin-left: -162px
    }

    #features-links-holder .feature-icon-holder2 {
        bottom: 130px;
        margin-left: -126px
    }

    #features-links-holder .feature-icon-holder3 {
        bottom: 172px
    }

    #features-links-holder .feature-icon-holder4 {
        bottom: 130px;
        margin-right: -126px
    }

    #features-links-holder .feature-icon-holder5 {
        bottom: 36px;
        margin-right: -162px
    }

    .blog-posts .row>div.first-post a figure img {
        height: auto
    }

    .blog-posts .row>div.another-posts a:first-of-type,
    .blog-posts .row>div.another-posts a:last-of-type {
        width: 100%;
        margin-bottom: 20px
    }

    .blog-posts .row .blog-posts-inner h2 {
        font-size: 20px !important;
        margin-top: 5px
    }
}

.abt-info h3,
.abt-info p,
.arch-links li a,
.bl-links li,
.blog_info>h3,
.blog_info>h3 a,
.calco-ship li a,
.cart-totals.st2>.calco-ship li:last-child .input-field>span,
.cart-totals>ul li span,
.catg-links li input[type=checkbox]+label span:before,
.catg-links li>span,
.client-say p,
.com-presen a,
.comment-sec>h3,
.con-curr-list select,
.con-curr-list:before,
.con-text-field input,
.crncy-dets>ul li h4,
.cs-item>h3,
.cs-item>h3 a,
.descp-sec .nav-tabs .nav-link,
.expt-info p,
.fixed-prices ul li>h4,
.fixed-prices ul li>span,
.form-field select,
.form-field:before,
.g-contact form input,
.g-contact form textarea,
.g-info>a,
.g-title,
.gen-info>ul li>.g-info span,
.graph-lnks li,
.gt-info p,
.help-info>p,
.history-sec p,
.history-sec>h3,
.how-info h3,
.left-sidebar .widget-title,
.list-dt h4,
.lsit-dt-info h3,
.lsit-dt-info h3 a,
.map-links li a,
.news-info h3,
.news-info h3 a,
.newsletter-info p,
.option-isotop ul li a,
.our_team>span,
.payment_info h2,
.payment_info p,
.payment_info p a,
.pc-info>h3,
.pc-info>span,
.post-comment-sec form input,
.post-comment-sec form textarea,
.post-comment-sec>h3,
.post-socio li span,
.price-hd>p,
.price-mn>ul li a,
.r-search form input,
.return-custo>h4,
.right-side-menu .widget-currency .widget-title,
.sale_links>ul li h4,
.search-field input,
.service-single-details>blockquote>h3,
.service-single-details>h3,
.services-ques .toggle-item h2,
.shop-item-info>h3,
.sl-title,
.smart-money-info>h3,
.sp-item-info>h3 a,
.srvs-info h3,
.started-info .nav-tabs .nav-link,
.svc-info>h3,
.svc-info>h3 a,
.tabs-list .nav-tabs .nav-link,
.team-vsec h3,
.title h3,
.toggle-item h2,
.toggle-item h2:before,
.trx-sec p,
.user_info>h3,
.vc-info>h3,
.wallet-sec.chg .wallet-info span,
.wallet-sec.chg .wel-hd p,
.wd-checks li .input-field input[type=checkbox]+label span:before,
.wd-checks li .input-field>a,
.wd-checks li .input-field>span,
.widget-cat .widget-linkss ul li a,
.widget-price-limit>ul li select,
.widget-scope>ul li a,
.widget-scope>ul li span,
.widget-search form input,
body.hpp3.st2 .core-para h3,
body.hpp3.st2 .heading h3,
body.hpp3.st2 .mem-info h3,
body.hpp3.st2 .timeline-details>h3,
header nav ul ul>li a,
p {
    color: #262626
}

.currency-tb,
.newsletter-form form button,
.option-isotop ul li a.selected,
.tabs-list .nav-tabs .nav-link.active {
    background-color: #443c62
}

.catg-links li input[type=checkbox]:checked+label span {
    border-color: #443c62
}

.our-srvc-list {
    background-color: #2c2c7d
}
