html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

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

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: #333;
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1, h2, h3, h4, h5, h6 {
    -webkit-margin-before: .5rem;
    margin-block-start: .5rem;
    -webkit-margin-after: 1rem;
    margin-block-end: 1rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

h3 {
    font-size: 1.75rem
}

h4 {
    font-size: 1.5rem
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: .9rem;
    margin-block-end: .9rem
}

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

pre {
    font-family: monospace, monospace;
    font-size: 1em;
    white-space: pre-wrap
}

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

a:active, a:hover {
    color: #336
}

a:not([href]):not([tabindex]), 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
}

abbr[title] {
    -webkit-border-after: none;
    border-block-end: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none;
    height: auto;
    max-width: 100%
}

details {
    display: block
}

summary {
    display: list-item
}

figcaption {
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    font-style: italic;
    font-weight: 400
}

[hidden], template {
    display: none
}

@media print {
    *, :after, :before {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after, a[href^="javascript:"]:after {
        content: ""
    }

    pre {
        white-space: pre-wrap !important
    }

    blockquote, pre {
        -moz-column-break-inside: avoid;
        break-inside: avoid;
        border: 1px solid #ccc
    }

    thead {
        display: table-header-group
    }

    img, tr {
        -moz-column-break-inside: avoid;
        break-inside: avoid
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        -moz-column-break-after: avoid;
        break-after: avoid
    }
}

label {
    display: inline-block;
    line-height: 1;
    vertical-align: middle
}

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

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    width: 100%;
    border: 1px solid #666;
    border-radius: 3px;
    padding: .5rem 1rem;
    transition: all .3s
}

input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
    border-color: #333
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

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

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

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type=button], [type=submit], button {
    display: inline-block;
    font-weight: 400;
    color: #c36;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #c36;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all .3s
}

[type=button]:focus, [type=submit]:focus, button:focus {
    outline: 5px auto -webkit-focus-ring-color
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    color: #fff;
    background-color: #c36;
    text-decoration: none
}

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

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto;
    resize: vertical
}

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

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

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

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

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

select {
    display: block
}

table {
    background-color: transparent;
    width: 100%;
    -webkit-margin-after: 15px;
    margin-block-end: 15px;
    font-size: .9em;
    border-spacing: 0;
    border-collapse: collapse
}

table td, table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid hsla(0, 0%, 50.2%, .5019607843)
}

table th {
    font-weight: 700
}

table tfoot th, table thead th {
    font-size: 1em
}

table caption + thead tr:first-child td, table caption + thead tr:first-child th, table colgroup + thead tr:first-child td, table colgroup + thead tr:first-child th, table thead:first-child tr:first-child td, table thead:first-child tr:first-child th {
    -webkit-border-before: 1px solid hsla(0, 0%, 50.2%, .5019607843);
    border-block-start: 1px solid hsla(0, 0%, 50.2%, .5019607843)
}

table tbody > tr:nth-child(odd) > td, table tbody > tr:nth-child(odd) > th {
    background-color: hsla(0, 0%, 50.2%, .0705882353)
}

table tbody tr:hover > td, table tbody tr:hover > th {
    background-color: hsla(0, 0%, 50.2%, .1019607843)
}

table tbody + tbody {
    -webkit-border-before: 2px solid hsla(0, 0%, 50.2%, .5019607843);
    border-block-start: 2px solid hsla(0, 0%, 50.2%, .5019607843)
}

@media (max-width: 767px) {
    table table {
        font-size: .8em
    }

    table table td, table table th {
        padding: 7px;
        line-height: 1.3
    }

    table table th {
        font-weight: 400
    }
}

dd, dl, dt, li, ol, ul {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

/* ----------------bootstrap classes------------- */
.container, .container-fluid {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

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

.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%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px
}

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

.col-1, .col-auto {
    -webkit-box-flex: 0
}

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

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

.col-2, .col-3 {
    -webkit-box-flex: 0
}

.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, .col-5 {
    -webkit-box-flex: 0
}

.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, .col-7 {
    -webkit-box-flex: 0
}

.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, .col-9 {
    -webkit-box-flex: 0
}

.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, .col-11 {
    -webkit-box-flex: 0
}

.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 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

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

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
    margin: 0 !important
}

.m-1 {
    margin: .25rem !important
}

.m-2 {
    margin: .5rem !important
}

.m-3 {
    margin: 1rem !important
}

.m-4 {
    margin: 1.5rem !important
}

.m-5 {
    margin: 3rem !important
}

.m-auto {
    margin: auto !important
}

.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.mx-1 {
    margin-right: .25rem !important;
    margin-left: .25rem !important
}

.mx-2 {
    margin-right: .5rem !important;
    margin-left: .5rem !important
}

.mx-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important
}

.mx-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important
}

.mx-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.my-1 {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important
}

.my-2 {
    margin-top: .5rem !important;
    margin-bottom: .5rem !important
}

.my-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important
}

.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important
}

.my-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}

.mt-0 {
    margin-top: 0 !important
}

.mt-1 {
    margin-top: .25rem !important
}

.mt-2 {
    margin-top: .5rem !important
}

.mt-3 {
    margin-top: 1rem !important
}

.mt-4 {
    margin-top: 1.5rem !important
}

.mt-5 {
    margin-top: 3rem !important
}

.mt-auto {
    margin-top: auto !important
}

.me-0 {
    margin-right: 0 !important
}

.me-1 {
    margin-right: .25rem !important
}

.me-2 {
    margin-right: .5rem !important
}

.me-3 {
    margin-right: 1rem !important
}

.me-4 {
    margin-right: 1.5rem !important
}

.me-5 {
    margin-right: 3rem !important
}

.me-auto {
    margin-right: auto !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.mb-1 {
    margin-bottom: .25rem !important
}

.mb-2 {
    margin-bottom: .5rem !important
}

.mb-3 {
    margin-bottom: 1rem !important
}

.mb-4 {
    margin-bottom: 1.5rem !important
}

.mb-5 {
    margin-bottom: 3rem !important
}

.mb-auto {
    margin-bottom: auto !important
}

.ms-0 {
    margin-left: 0 !important
}

.ms-1 {
    margin-left: .25rem !important
}

.ms-2 {
    margin-left: .5rem !important
}

.ms-3 {
    margin-left: 1rem !important
}

.ms-4 {
    margin-left: 1.5rem !important
}

.ms-5 {
    margin-left: 3rem !important
}

.ms-auto {
    margin-left: auto !important
}

.p-0 {
    padding: 0 !important
}

.p-1 {
    padding: .25rem !important
}

.p-2 {
    padding: .5rem !important
}

.p-3 {
    padding: 1rem !important
}

.p-4 {
    padding: 1.5rem !important
}

.p-5 {
    padding: 3rem !important
}

.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}

.px-1 {
    padding-right: .25rem !important;
    padding-left: .25rem !important
}

.px-2 {
    padding-right: .5rem !important;
    padding-left: .5rem !important
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.px-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-1 {
    padding-top: .25rem !important;
    padding-bottom: .25rem !important
}

.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}

.py-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.pt-0 {
    padding-top: 0 !important
}

.pt-1 {
    padding-top: .25rem !important
}

.pt-2 {
    padding-top: .5rem !important
}

.pt-3 {
    padding-top: 1rem !important
}

.pt-4 {
    padding-top: 1.5rem !important
}

.pt-5 {
    padding-top: 3rem !important
}

.pe-0 {
    padding-right: 0 !important
}

.pe-1 {
    padding-right: .25rem !important
}

.pe-2 {
    padding-right: .5rem !important
}

.pe-3 {
    padding-right: 1rem !important
}

.pe-4 {
    padding-right: 1.5rem !important
}

.pe-5 {
    padding-right: 3rem !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.pb-1 {
    padding-bottom: .25rem !important
}

.pb-2 {
    padding-bottom: .5rem !important
}

.pb-3 {
    padding-bottom: 1rem !important
}

.pb-4 {
    padding-bottom: 1.5rem !important
}

.pb-5 {
    padding-bottom: 3rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}

.d-none {
    display: none !important;
}

@media (min-width: 576px) {
    .d-sm-block {
        display: block !important;
    }

    .d-sm-none {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .d-md-block {
        display: block !important;
    }

    .d-md-none {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .d-lg-block {
        display: block !important;
    }

    .d-lg-none {
        display: none !important;
    }
}

/** ----------------additional css---------------- */
@font-face {
    font-family: 'IRANSansWeb';
    src: url('assets/fonts/IRANSansWeb_Light.eot?#') format('eot'),
    url('assets/fonts/IRANSansWeb_Light.woff') format('woff'),
    url('assets/fonts/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: 'IRANSansWeb_Bold';
    src: url('assets/fonts/IRANSansWeb_Medium.eot?#') format('eot'),
    url('assets/fonts/IRANSansWeb_Medium.woff') format('woff'),
    url('assets/fonts/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'Shabnam';
    src: url('assets/fonts/Shabnam-FD.woff2') format('woff2'),
    url('assets/fonts/Shabnam-FD.woff') format('woff'),
    url('assets/fonts/Shabnam-FD.ttf') format('truetype');
}

::selection {
    background: var(--e-global-color-primary);
    color: #fff;
}

:root {
    --main-font: IRANSansWeb;
    --bold-font: IRANSansWeb_Bold;
    --color1: #DC320A;
    --color2: #1A1919;
    --color3: #DC320A;
    --color4: #DC320A;
    --text-color: #e3e3e3;
    --text-color-dark: #222;

}

body {
    width: 100%;
    font-size: 14px;
	color: var(--text-color-dark);
	line-height:1.8;
    overflow-x: hidden !important;
}

.page-content {
    width: 100%;
}

.editor-content {
    font-size: 14px;
    line-height: 24px;
    margin: 40px 0;
}

.editor-content ul li {
    margin-bottom: 8px;
}

.editor-content ul li:before {
    content: '';
    width: 10px;
    height: 2px;
    background: var(--e-global-color-secondary);
    display: inline-block;
    margin-left: 10px;
}

.editor-content ol,
.editor-content ul {
    margin: 15px 0;
    list-style-type: none;
    padding: 0;
}
.editor-content ol{
    counter-reset: my-counter;
}
.editor-content ol li:before{
    content: counter(my-counter) ".";
    counter-increment: my-counter;
    color: var(--e-global-color-text);
    font-family: var(--bold-font);
    margin-left: 10px;
}
.editor-content p{
    font-size: 14px;
    margin: 15px 0;
}

.editor-content h1 {
    font-size: 21px;
    margin-top: 35px;
}

.editor-content h2 {
    font-size: 19px;
    margin-top: 35px;
}

.editor-content h3 {
    font-size: 18px;
    margin-top: 35px;
}

.editor-content h4 {
    font-size: 17px;
    margin-top: 35px;
}

.editor-content h5 {
    font-size: 16px;
    margin-top: 35px;
}

.editor-content h6 {
    font-size: 15px;
    margin-top: 35px;
}

body, div, ul, li, a, section, span, article, p, nav {
    font-family: var(--main-font), Shabnam !important;
    font-weight: unset !important;

}

h1, h2, h3, h4, h5, h6, b, strong {
    font-family: var(--bold-font) !important;
    font-weight: unset !important;
}

a {
    transition: .3s;
    text-decoration: none !important;
    color: inherit;
}

p a:hover {
    color: var(--color1) !important;
}

p {
    margin-bottom: 0;
}

a:hover {
    color: var(--color4);
}

em {
    font-size: 16px;
}

figure {
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
    margin: 0 !important;
}

.elementor-element {
    --widgets-spacing: 00px !important;
}

.pr-0 {
    padding-right: 0;
}

input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
    width: 100%;
    border: 1px solid transparent;
    border-radius: 5px;
    padding: 10px 15px;
    transition: all .3s;
    background: #f2f2f2;
    font-size: 14px;
}

input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
    border-color: var(--e-global-color-secondary);
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-width: 1px;
    border-radius: 8px;
    background-color: #ffb90069;
    padding: 12px 15px;
    font-size: 14px;
    margin: 0;
    margin-top: 30px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    border-width: 1px;
    background: #46b4506b;
    border-radius: 8px;
    padding: 12px 15px;
    font-size: 14px;
    margin: 0;
    margin-top: 30px;
}

.wpcf7-not-valid-tip {
    font-size: 13px;
    padding: 6px 0 0;
}

[type=button], [type=submit], button {
    color: var(--e-global-color-secondary);
    border: 1px solid var(--e-global-color-secondary);
}

[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    color: black;
    background-color: transparent;
    text-decoration: none;
    border: 1px solid;
}

[type=button]:focus, [type=submit]:focus, button:focus {
    outline: none;
}

::placeholder {
    font-size: 13px;
}

.page-header {
    position: relative;
    overflow: hidden;
}
.section-base{
	padding:80px 10px;
}

@media(max-width:991.98px){	
.section-base{
	padding-top:60px;
	padding-bottom:60px;
}
}
@media(max-width:767.98px){	
.section-base{
	padding-top:40px;
	padding-bottom:40px;
}
}
@media(max-width:575.98px){
	.section-base{
	padding-top:60px;
	padding-bottom:60px;
}
}
.pt-0{
	padding-top:0 !important;
}
.pb-0{
	padding-bottom:0 !important;
}

.section-title{
	position:relative;
	margin-bottom:60px !important;
	max-width:100%;
	overflow:hidden;
}


@media(max-width:991.98px){	
.section-title{
	margin-bottom:50px !important;
}
}
@media(max-width:767.98px){	
.section-title{
	margin-bottom:30px !important;
}
}
@media(max-width:575.98px){
.section-title{
	margin-bottom:20px !important;
}
}

.section-title .elementor-widget-container{
	display:flex;
	justify-content:center;
	align-items:baseline;
	gap:30px;
}
.section-title .elementor-widget-container:before{
	content:'';
	width:40px;
	height:3px;
	background:#DC320A;
	transform:skewx(-60deg);
}
.section-title .elementor-widget-container:after{
	content:'';
	width:40px;
	height:3px;
	background:#DC320A;
	transform:skewx(60deg);
}
.section-title .elementor-heading-title{
    font-family: var(--bold-font);
	font-size:28px;
	line-height:1;
	color:#000;
}
.dark-section .section-title .elementor-heading-title{
	color:#fff;
}

.section-base .desc,
.section-base .desc *{
	font-size:14px;
	font-family: var(--bold-font);
	font-weight:400 !important;
	line-height:1.8;
	color:#777777;
}

.dark-section.section-base .desc,
.dark-section.section-base .desc *{
	color:#b9b9b9;
}

.section-base .desc p:last-child{
	margin-bottom:0;
}

.title-site {
    margin-bottom: 0 !important;
}
.page-header{
	    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    gap: 30px;
	margin-bottom:40px;
}
.page-header:before{
	content: '';
    width: 10px;
    height: 3px;
    background: #DC320A;
    transform: skewx(-60deg);
}

.page-header:after{
	content: '';
    width: 40px;
    height: 3px;
    background: #DC320A;
    transform: skewx(60deg);
	flex-grow:1;
}

.page-header .entry-title{
	font-size: 28px;
    line-height: 1;
    color: #000;
	width:auto !important;
	margin:0 !important;
}
.title-site .elementor-heading-title {
    display: inline-block;
    background: white;
    font-size: 24px;
    position: relative;
    z-index: 3;
}

.single .page-header .entry-title {
    font-size: 20px;
    line-height: 1.6;
}

.animated.title-site .elementor-widget-container:after,
.animated .title-site .elementor-widget-container:after {
    width: 100%;
}

/*.page-header:before,
.page-header:after,*/
.title-site .elementor-widget-container:before,
.title-site .elementor-widget-container:after {
    content: '';
    width: 0%;
    height: 2px;
    display: inline-block;
    background: var(--color1);
    position: absolute;
    right: 0;
    z-index: 1;
    top: 50%;
    transition: .8s;
    transition-delay: 1s;
}

/*.page-header:after {
    width: 100%;
}*/

/*.page-header:before,*/
.animated.title-site .elementor-widget-container:before,
.animated .title-site .elementor-widget-container:before {
    background: #fff;
    width: 15px;
    z-index: -1;
    animation: 5s 3s linear infinite move2;
    z-index: 3;
}

.animated.title-about .elementor-widget-container:before {
    background: #1a1919;
}

@keyframes move2 {
    20% {
        right: 50%;
    }
    45% {
        right: 60%;
    }
    90% {
        right: 80%;
    }
    100% {
        right: 100%;
    }
}

/** Header */
.main-header {
    padding: 15px 0;
}

.header-menu ul li {
    position: relative;
}

.header-menu nav > ul > li:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    background-color: var(--color1);
    bottom: -6px;
    left: calc(50% - 0px);
    transition: .4s;
    transform: scale(0);
}

.header-menu ul > li:hover:after {
    bottom: 0;
    transform: scale(1);
}

.home .header-wrapper {
    background: transparent !important;
    margin-bottom: -90px !important;
}

.elementor-button:after,
.elementor-button:before {
    content: '';
    width: 20px;
    height: 4px;
    background: #fff;
    position: absolute;
    transition: .4s;
    top: -2px;
    left: 15px;
}
.button-dark .elementor-button:after,
.button-dark .elementor-button:before {
    background: #1A1919;
}
.elementor-button:after {
    top: unset;
    bottom: -2px;
    right: 15px;
}

.elementor-button {
    background: unset !important;
    border: 1px solid white;
    color: white !important;
    text-decoration: none !important;
    transition: .4s;
    position: relative;
    display: inline-block;
}

.elementor-button:hover:after,
.elementor-button:hover:before {
    width: 0;
}

.elementor-button:hover {
    color: var(--color1) !important;
    border: 1px solid var(--color1);
}

/** footer **/
#my-footer .footer-social a i {
    transition: .3s;
}

#my-footer .footer-social a:hover i {
    color: var(--color2)
}

#my-footer .footer-social a:hover {
    background: #fff;
}

#my-footer h4 {
    font-size: 20px;
    margin-bottom: 20px;
}

#footer-logo {
    margin-bottom: 25px;
}

#footer-logo .elementor-widget-container:before {
    content: '';
    width: 100%;
    height: 8px;
    background: #fff;
    display: block;
    position: absolute;
    top: -8px;
    left: 0;
    z-index: 1;
}

#footer-logo .elementor-widget-container {
    display: inline-block;
    background: white;
    border-radius: 0 0 15px 15px;
    padding: 0 17px 12px;
    border: 4px solid var(--color1);
    position: relative;
}

#footer-logo .elementor-widget-container img {
    filter: brightness(0) invert(0);
    margin-top: -10px;
    z-index: 10;
    position: relative;
}

.footer-top {
    border-top: 4px solid var(--color1)
}

.enamad-wrapper img {
    background: #404040;
    border-radius: 15px;
    padding: 10px 0;
}

.footer-menu li:hover:before {
    right: -10px;
    transform: scale(1);
}

.footer-menu li:before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    background-color: var(--color1);
    right: -12px;
    top: calc(50% - 3px);
    transition: .4s;
    transform: scale(0);
}

.footer-menu li {
    position: relative;
}

.footer-menu li a {
    display: inline-block;
}

#footer-bottom ul li {
    max-width: 50%;
}

#footer-bottom ul {
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    list-style-type: none;
    align-items: center;
}

#footer-bottom {
    margin: 20px 0 10px 0;
}

#footer-bottom ul li a {
    font-size: 14px !important;
    line-height: 1.8;
}

.footer-menu a:hover {
    color: var(--color4) !important;
}

.footer-menu a {
    color: var(--text-color) !important;
}

.copy-right a:hover {
    color: var(--color4);
}

.copy-right a {
    color: var(--text-color);
}

/*** Hero Section ***/
#hero-section .scroll-wrapper span {
    color: var(--text-color);
    width: 100px;
    text-align: center;
    position: absolute;
    bottom: -20px;
    left: 50%;
    font-size: 13px;
    transform: translate(-50%, 100%);
}

#hero-section .scroll-wrapper {
    z-index: 10;
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#hero-section .scroll-container {
    width: 30px;
    height: 60px;
    border: 3px solid var(--text-color);
    border-radius: 15px;
    position: relative;
}

#hero-section .scroller {
    width: 16px;
    border-radius: 8px;
    background-color: var(--text-color);
    position: absolute;
    top: 4px;
    left: 4px;
    bottom: 34px;
    animation: scroller 1500ms ease-out infinite;
}

@keyframes scroller {
    0% {
        bottom: 34px;
    }
    5% {
        top: 4px;
    }
    32% {
        bottom: 4px;
    }
    66% {
        top: 34px;
        bottom: 4px;
    }
    100% {
        top: 4px;
        bottom: 34px;
    }
}

#hero-section .elementor-widget {
    position: unset;
}

#hero-section .hero-content p strong {
    font-family: var(--main-font) !important;
}

#hero-section .hero-content p strong:before,
#hero-section .hero-content p strong:after {
    content: '';
    width: 6px;
    height: 6px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: var(--color1);
    display: inline-block;
    margin-right: 8px;
}

#hero-section .hero-content p {
    color: var(--text-color);
    text-shadow: 0 0 5px black;
    font-size: 22px;
}

#hero-section .hero-content h2 {
    color: var(--text-color);
    text-shadow: 0 0 5px black;
    font-size: 30px;
    margin-bottom: 20px;
}

#hero-section .hero-content {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-color);
}

#hero-section {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

/*** Blog Section ***/
.blog-cart .blog-img-wraper a {
    display: block;
    line-height: 0;
}

.blog-cart .blog-img-wraper,
#section-blog .elementskit-post-image-card {
    position: relative;
}

#section-blog .ekit-wid-con .elementskit-post-image-card {
    background-color: unset !important;
    box-shadow: unset !important;
}

.blog-cart .blog-img-wraper img {
    transition: .4s;
    width: 100%;
}

.blog-cart .blog-img-wraper img,
#section-blog .ekit-wid-con .elementskit-post-image-card img {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    height: 250px;
    object-fit: cover;
    margin: 0;
}

.blog-cart .blog-img-wraper img {
    height: 190px;
}

.blog-cart .blog-img-wraper:before,
#section-blog .elementskit-post-image-card .elementskit-entry-header a:before {
    content: '';
    width: 0;
    height: 4px;
    background: var(--color1);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    transition: .4s;
    z-index: 2;
}

.blog-cart:hover .blog-img-wraper:before,
#section-blog .elementskit-post-image-card:hover .elementskit-entry-header a:before {
    width: 60%;
}

.blog-cart:hover .blog-img-wraper img,
#section-blog .ekit-wid-con .elementskit-post-image-card:hover .elementskit-entry-thumb > img {
    transform: scale(1) rotate(0);
    opacity: 1;
    filter: grayscale(1) blur(1px) brightness(0.5);
}

.blog-cart .blog-date,
#section-blog .elementskit-post-image-card .post-meta-list .meta-date {
    transition: .4s;
    font-size: 13px;
	position:relative;
}

.blog-cart .blog-date:before,
#section-blog .elementskit-post-image-card .post-meta-list .meta-date:before{
	    content: "\f073";
	    color: var(--e-global-color-text);
	    padding-right: 5px;
	display:inline-block;
	    font-family: "Font Awesome 5 Free";
    font-weight: 400;
}


.blog-cart .blog-category a:not(:last-of-type):after {
    content: '|';
    margin: 0 5px;
}

.blog-cart .blog-category i {
    color: var(--e-global-color-secondary);
}
.blog-cart .blog-category,
.blog-cart .blog-date {
    margin-top: 15px;
	display:inline-block;
}

#section-blog .elementskit-post-image-card .post-meta-list {
    margin-top: 10px;
    font-size: 14px;
}

.blog-cart:hover .blog-title {
    color: var(--e-global-color-secondary);
}

.blog-cart .blog-title,
#section-blog .elementskit-post-image-card .elementskit-post-body .entry-title {
    margin: 10px 0;
    font-size: 16px;
    font-weight: 600 !important;
}

/*** About Section ***/
#section-about .title-about b {
    color: var(--color4);
}

#section-about .title-about .elementor-widget-container {
    display: flex;
    align-items: center;
}

#section-about .about-img img {
    -webkit-mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, .2) 50%, #000 75%);
    mask-image: linear-gradient(45deg, #000 25%, rgba(0, 0, 0, .2) 50%, #000 75%);
    -webkit-mask-size: 800%;
    mask-size: 800%;
    -webkit-mask-position: 0;
    mask-position: 0;
}

#section-about .about-img img:hover {
    transition: mask-position 2s ease, -webkit-mask-position 2s ease;
    -webkit-mask-position: 120%;
    mask-position: 120%;
    opacity: 1;
}

#section-about .gallery {
    display: flex;
    align-items: center;
}

#section-about .about-icons img:hover {
    filter: grayscale(0);
}

#section-about .about-icons img {
    filter: grayscale(1);
    transition: .4s;
}

/*** Category Section ***/
#section-category .elementor-image-box-wrapper .elementor-image-box-description {
    background: white;
    border-radius: 10px;
    padding: 10px;
    color: var(--text-color-dark);
}

#section-category .elementor-image-box-wrapper {
    position: relative;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
}

#section-category .elementor-image-box-wrapper .elementor-image-box-title {
    color: #ffffff;
    font-size: 20px;
    font-family: var(--bold-font);
    text-shadow: 0 0 5px black;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    transform: translate(-50%, -50%);
    width: 80%;
    transition: .4s;
}

#section-category .elementor-image-box-wrapper:hover .elementor-image-box-content .elementor-image-box-description {
    transform: translateY(1%);
    opacity: 1;
}

#section-category .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
    background: white;
    border-radius: 10px 10px 0 0;
    padding: 10px;
    color: var(--text-color-dark);
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    opacity: 0;
    width: 80%;
    left: 10%;
    transition: .4s;
    z-index: 1;
}

#section-category .elementor-image-box-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 400px;
    filter: grayscale(1) brightness(0.7);
    transition: .4s;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

#section-category .category-row figure,
#section-category .category-row div {
    height: 100%;
}

#section-category .elementor-image-box-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#section-category .elementor-image-box-content::before,
#section-category .elementor-image-box-content::after {
    content: '';
    width: 3px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 32px;
    transition: .4s;
    background: var(--color1);
}

#section-category .elementor-image-box-content::after {
    height: 70px;
    right: 25px;
    background: white;
}

#section-category .elementor-image-box-wrapper:hover .elementor-image-box-content::before {
    height: 70px;
    background: white;
}

#section-category .elementor-image-box-wrapper:hover .elementor-image-box-content::after {
    height: 50px;
    background: var(--color1);
}

#section-category .category-row > .elementor-element {
    padding: 15px;
}

#section-category .category-row {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
}

#section-category .elementor-image-box-wrapper:hover img {
    transform: scale(1.1);
    filter: grayscale(1) brightness(0.3);
}

#section-category .elementor-image-box-wrapper:hover .elementor-image-box-content .elementor-image-box-title {
    top: 45%;
}

.dark-section .elementor-button:after, .dark-section .elementor-button:before {
    background: #1a1919;
}

.dark-section .title-site .elementor-heading-title {
    background: #1a1919;
    color: #fff;
}

.dark-section.animated .title-site .elementor-widget-container:before,
.dark-section .animated .title-site .elementor-widget-container:before {
    background: #1a1919;
    z-index: 2;
}

.dark-section {
    background: #1a1919;
}

#section-about.dark-section .about-icons img {
    filter: brightness(0) invert(.8);
}

#section-about.dark-section .about-icons img:hover {
    filter: brightness(1) invert(0);
}

/*Section Product*/
#section-product .title-site {
    margin-bottom: -10px !important;
}

#section-product .row {
    margin-right: -15px;
    margin-left: -15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.card-product{
	border-top-right-radius:10px;
	border-top-left-radius:10px;
}
.card-product h3 .title-pro-card,
.card-product h3 a {
    color: var(--color-text);
    text-decoration-line: none;
    font-size: 14px;
}

.card-product h3 {
    position: relative;
    color: var(--text-color);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 24px;
	padding:20px 15px;
	transition: .4s;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;
	background:#404040;
	margin-top:0;
}
.card-product h3 a{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-product h3:before {
    content: '';
    width: 10px;
    height: 10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: var(--color1);
    position: absolute;
    bottom: -5px;
    left: calc(50% - 5px);
    transform: scale(0);
    transition: .4s;
}


.card-product:hover h3:before {
    transform: scale(1);
}
.card-product .card-product-image {
    padding: 10px;
    background: #fff;
    display: flex;
    width: 100%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
    overflow: hidden;
    border: 1px solid #e6e6e6;	
	border-top-right-radius:10px;
	border-top-left-radius:10px;
}
.card-product .card-product-image img {
    height: 200px;
    object-fit: contain;
    transition: .4s;
    margin: 0 !important;
}

.card-product .card-product-image i {
    position: absolute;
    bottom: 10px;
    color: var(--e-global-color-secondary);
    font-size: 18px;
    transition: .4s;
}

.card-product:hover .card-product-image i {
    color: #000;
}

.card-product:hover .card-product-image img {
    transform: scale(1.05);
}

.product-image img{
    border:1px solid #e6e6e6;
}

@media (min-width: 992px) {
    #section-product .col-lg-3 {
        padding-left: 15px;
        padding-right: 15px;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

/*hero 2*/
#home-slider .swiper-slide-inner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center bottom;
    filter: grayscale(1) brightness(.5);
}

#home-slider .elementor-image-carousel-wrapper {
    padding-bottom: 0;
    overflow: hidden;
    height: 100%;
}
/*
#home-slider .swiper-pagination .swiper-pagination-bullet {
    pointer-events: none;
}

#home-slider .swiper-pagination.prev:after {
    transform: rotate(-360deg);
    transition: .4s;
}

#home-slider .swiper-pagination.next:after {
    transform: rotate(360deg);
    transition: .4s;
}

#home-slider .swiper-pagination:after {
    content: '';
    width: 100%;
    height: 100%;
    background-image: url(assets/images/wheel.png);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
}

#home-slider .swiper-pagination {
    bottom: -80px !important;
    left: 50% !important;
    background-color: #1a1919;
    width: 160px !important;
    height: 160px;
    transform: translateX(-50%);
    border-radius: 1000px 1000px 0 0;

}*/

#home-slider .elementor-widget-image-carousel .swiper .swiper-slide figure {
    line-height: 0 !important;
    height: 100%;
}

#home-slider .swiper-pagination{
	bottom:160px;
}

#home-slider .swiper-pagination .swiper-pagination-bullet {
    margin: 0;
    background: #505050;
    box-shadow: 0 4px 8px #000;
    width: 10px !important;
    height: 10px !important;
    border: 1px solid #3b3b3b;
    transition: all 0.3s;
    opacity: 1 !important;
}

#home-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #fff;
    background: transparent;
}

#home-slider .elementor-image-carousel-caption h2 {
    font-size: 20px;
    margin-bottom: 26px;
}

#home-slider .elementor-image-carousel-caption {
    position: absolute;
    color: white;
    text-shadow: 0 0 5px black;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: var(--bold-font);
    font-style: normal;
    z-index: 4;
    color: #d5d8dc;
}

#home-slider {
    height: 87vh;
    position: relative;
}

#home-slider .elementor-widget-image-carousel .swiper .swiper-slide:before {
    pointer-events: none;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    background-image: linear-gradient(180deg, #000000b0 5%, transparent);
}
#home-slider .swiper-pagination .swiper-pagination-bullet{
	margin:0 8px;
}
/*#home-slider .swiper-pagination .swiper-pagination-bullet:nth-of-type(1) {
    transform: translate(-40px, -2px);
}

#home-slider .swiper-pagination .swiper-pagination-bullet:nth-of-type(2) {
    transform: translate(-15px, -18px);
}

#home-slider .swiper-pagination .swiper-pagination-bullet:nth-of-type(3) {
    transform: translate(15px, -18px);
}

#home-slider .swiper-pagination .swiper-pagination-bullet:nth-of-type(4) {
    transform: translate(40px, -2px);
}*/

.link-slider {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/*contact*/
.contact-map a img {
    object-fit: cover;
}

.contact-map a img,
.contact-map a,
.contact-map {
    height: 100%;
}

.contact-form .contact-form-btn {
    text-align: center;
}

.contact-form .w-100 {
    width: 100%;
}

.contact-form .w-49 {
    width: 49%;
}

.contact-form .wpcf7-spinner {
    position: absolute;
}

.contact-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-form .form-label {
    margin-bottom: 8px;
    display: inline-block;
}

.contact-form .text-area-wrapper {
    margin: 20px 0 30px;
}

.contact-form .text-area-wrapper .wpcf7-form-control-wrap {
    display: block;
    line-height: 0;
}

.contact-phones li:not(:first-of-type):before {
    content: '-';
    color: var(--e-global-color-secondary);
    /* font-weight: bold; */
    margin: 0 -9px 0 6px;
    font-size: 20px;
}

/*about*/
.bold_font * {
    font-family: var(--bold-font) !important;
}

.about-box:hover .elementor-widget-container {
    box-shadow: inset 0 0 15px #00000080;
    background: white !important;
}

.about-box .elementor-widget-container .elementor-icon-box-description {
    transition: .4s;
}

.about-box:hover .elementor-widget-container .elementor-icon-box-description {
    color: #000;
}

.about-box .elementor-widget-container {
    box-shadow: inset 0 0 15px black;
    transition: .4s;
}

.about-box:hover .elementor-icon svg {
    fill: #fff;
}

.about-box .elementor-icon svg {
    transition: .4s;
}

.about-box:hover .elementor-icon {
    background: #404040;
    box-shadow: 0 0 15px #00000080;
}

.about-box .elementor-icon {
    transition: .4s;
    background: white;
    padding: 15px;
    border-radius: 100%;
    box-shadow: 0 0 15px #000000;
}
.cout-about-box .elementor-counter-number{
	font-family:'Shabnam';
}
.about-project-list ul.elementor-icon-list-items.elementor-inline-items {
    justify-content: space-between;
}

.about-project-list li {
    width: 32.5%;
    z-index: 1;
}

.rotate-img {
    animation: 8s rotate linear infinite;
    z-index: 0 !important;
}

@keyframes rotate {
    to {
        transform: rotate(360deg);
    }
}

/*single*/
.short-dsc {
    font-size: 15px;
    margin: 5px 0 25px 0;
}

.single-info .single-date {
    width: 100%;
    margin-bottom: 15px;
}

.single-info {
    background: #f0f0f0;
    border-radius: 10px;
    padding: 20px;
    color: black;
    font-size: 14px;
}

.img-thumbnail img {
    height: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.img-thumbnail {
    height: 100%;
}

.page-content.editor-content {
    margin-top: 40px;
}

.widget_block:not(:last-of-type) {
    margin-bottom: 40px;
}

.product-sidebar .categories li:not(:last-of-type),
.blog-sidebar .wp-block-categories-list.wp-block-categories li:not(:last-of-type) {
    margin-bottom: 15px;
}

.product-sidebar .categories li:before,
.blog-sidebar .wp-block-categories-list.wp-block-categories li:before {
    content: '';
    width: 5px;
    min-width: 5px;
    height: 5px;
    min-height: 5px;
    background: var(--e-global-color-secondary);
    display: inline-block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-left: 8px;
}

.product-sidebar .categories .children li:before {
    width: 10px;
    height: 4px;
}

.product-sidebar .categories .children li:before {
    width: 8px;
    height: 3px;
    min-height: 3px;
    border-radius: 5px;
}

.product-sidebar .categories,
.blog-sidebar .wp-block-categories-list.wp-block-categories {
    list-style-type: none;
    padding: 0;
    font-size: 14px;
    margin: 20px 0 30px;
}

.sidebar-title,
.blog-sidebar .wp-block-heading {
    font-size: 16px;
    border-bottom: 1px solid #0000002e;
    margin: 0;
    padding-bottom: 15px;
}

.product-sidebar-wrapper .blog-sidebar {
    position: unset;
}

.product-sidebar-wrapper {
    position: sticky;
    top: 15px;
}

.blog-sidebar {
    position: sticky;
    top: 15px;
    background: #0000000f;
    padding: 20px 20px 15px;
    border-radius: 15px;
    margin-left: 10px;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    margin-top: 20px;
    padding-right:0px;
}

.wp-block-latest-posts.wp-block-latest-posts__list li a {
    width: calc(100% - 100px);
}

.wp-block-latest-posts.wp-block-latest-posts__list li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.wp-block-latest-posts__featured-image.alignright img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 90px;
    height: 70px;
    object-fit: cover;
}

.wp-block-latest-posts__featured-image.alignright {
    margin-left: 10px;
}

.page-content.editor-content img {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.tag-links {
    margin-top: 45px;
}

.tag-links a {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    padding: 5px 20px;
    display: inline-block;
    margin-left: 10px;
    background: #0000000f;
}

.nav-links .nav-next i,
.nav-links .nav-previous i {
    color: var(--e-global-color-secondary);
}

.blog-pagination .nav-links .nav-previous i {
    margin-left: 8px;
}

.blog-pagination .nav-links .nav-next i {
    margin-right: 8px;
}

.blog-pagination .nav-links:before {
    height: 100%;
    width: 1px;
    background: #00000021;
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    content: '';
}

.blog-pagination .nav-links {
    position: relative;
    justify-content: space-between;
    padding: 40px 0 20px 0;
    border-top: 1px solid #00000021;
}

.nav-links {
    display: flex;
    margin: 60px 0;
}

.archive-pag .nav-links {
    justify-content: center;
    margin: 0;
    margin-top: 20px;
}

.archive-pag .nav-links .page-numbers.prev:before, .archive-pag .nav-links .page-numbers.next:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border: solid var(--e-global-color-secondary);
    border-width: 0 0 2px 2px;
    transition: .4s;
    margin: 0px 4px -4px 0;
}

.archive-pag .nav-links .page-numbers.prev:before {
    border-width: 2px 2px 0 0;
    margin: 0 0 0 4px;
}

.archive-pag .nav-links .page-numbers.current {
    color: var(--e-global-color-secondary);
}

.archive-pag .nav-links .page-numbers {
    margin: 0 10px;
    font-family: Shabnam !important;
}

.home #masthead {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.single-categories a:not(:first-of-type):before {
    content: ',';
    margin: 0 5px;
    font-size: 18px;
    color: var(--e-global-color-secondary);
}

.site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
    max-width: 100% !important;
    padding: 0 10px;
}

.pro-cta .pro-cta-img img {
    margin: 0;
}

.pro-cta-title .elementor-heading-title {
    margin-top: 0;
    margin-bottom: 15px;
}

.cta-pro-btn .elementor-button:hover {
    border: 1px solid var(--e-global-color-secondary);
    color: var(--e-global-color-secondary) !important;
}

.cta-pro-btn .elementor-button {
    border: 1px solid black;
    color: black !important;
}

.cta-pro-btn .elementor-button:after, .cta-pro-btn .elementor-button:before {
    background: #f0f0f0;
}

.related-posts {
    max-width: 1147px;
    margin-left: auto;
    margin-right: auto;
}

.related-title-wrapper h3:before {
    content: '';
    background: var(--e-global-color-secondary);
    width: 80px;
    margin: 0 auto;
    height: 2px;
    display: inline-block;
    display: block;
    margin-bottom: 18px;
}

.related-title-wrapper h3 {
    font-size: 24px;
    display: block;
    text-align: center;
    margin-bottom: 38px;
}

.light-btn:hover .elementor-button-text {
    color: var(--e-global-color-text);
}

.light-btn .elementor-button-text {
    color: #000;
    transition: .4s;
}

/* ------------Single Product Start----------------*/
.custom-wrapper {
    padding: 0 10px;
    max-width: 1147px;
    margin-left: auto;
    margin-right: auto;
}

.single-product-top {
    background: #f0f0f0;
    border-radius: 10px;
    padding: 30px 40px;
}

.single-product-list ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single-product-list ul li .feature_title {
    font-size: 16px;
}

.single-product-list ul li .feature_value {
    font-size: 16px;
    font-family: var(--bold-font) !important;
}

.single-product-list ul li .feature_title:before {
    content: '';
    width: 6px;
    height: 6px;
    margin-left: 8px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: var(--e-global-color-secondary);
    display: inline-block;
}

.single-product-list ul {
    list-style-type: none;
    padding: 0;
}

.single-product-cat {
    margin: 10px 0 25px;
    color: var(--e-global-color-secondary);
}
.single-product-cat i{
    margin-left:5px;
    /*color: var(--e-global-color-secondary);*/
}
.single-product-cat a{
    color: #333;
    margin-left:5px;
}
.cataloge-btn i {
    font-size: 18px;
    margin-right: 6px;
}

.cataloge-btn {
    display: block;
    background: #cecccc;
    border-radius: 5px;
    text-align: center;
    padding: 14px 8px;
    font-family: var(--bold-font) !important;
    font-size: 15px;
    flex-grow: 1;
}

.catalog_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.dark-section .related-title-wrapper {
    color: white;
}

.related-post-single .row,
.dark-section.related-product .row {
    justify-content: center;
}

/* ------------Single Product End------------------*/
/* ------------404 Start------------------*/
.error-page {
    text-align: center;
    margin-top: 10%;
}

.error-list {
    float: none;
}

.error-list ul {
    padding: 0;
    list-style: none;
}

.error-list ul li {
    display: inline-block;
    background: var(--color1);
    color: #fff;
    width: 140px;
    height: 140px;
    font-size: 95px;
    font-weight: bold;
    box-shadow: -2px 3px 8px #000;
    margin: 0 13px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    line-height: 155px;
}

.error-message .error-1 {
    font-size: 50px;
    color: #ff2d54;
}

.error-message {
    font-size: 30px;
}

.error-message p {
    font-size: 20px;
    color: gray;
}

.error-message {
    background: #fff;
    width: 70%;
    margin: auto;
    float: none;
    margin-top: 35px;
    margin-bottom: 35px;
    font-size: 24px;
    padding: 20px 0;
}

.error-btn {
    margin-bottom: 20px;
}

.error-btn a {
    border: 1px solid var(--color1);
    padding: 10px 12px;
    text-transform: capitalize;
    font-size: 14px;
    top: 10%;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.justify-content-center {
    justify-content: center;
}

/* ------------404 End------------------*/
/* ------------Archive product Start------------------*/
.archive-product .card-product h3 {
    background: #000;
}

.categories .parent-has-children .children {
    display: none;
    padding-top: 17px;
    padding-bottom: 7px;
    padding-right: 15px;
    list-style-type: none;
}

.categories .parent-has-children {
    position: relative;
}

.categories .parent-has-children .child-arrow:hover {
    border: solid var(--color1);
    border-width: 0 0 2px 2px;
}

.categories .parent-has-children .child-arrow {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border: solid black;
    border-width: 0 0 2px 2px;
    transform: rotate(-45deg);
    position: absolute;
    top: 4px;
    transition: .4s;
    left: 5px;
    cursor: pointer;
}

.categories .parent-has-children > a {
    padding-left: 25px;
}

.categories .parent-has-children .arrow-rotate {
    transform: rotate(135deg);
    border-color: var(--color1)
}

.product-sidebar-2 {
    margin-top: 20px;
}
.breadcrumb{
    font-size:13px;
    margin-top: -80px;
    margin-bottom: 50px;
    padding: 20px;
    background: #f0f0f0;
}
/* ------------Branch form Start------------------*/
.branch-form-wrapper .contact-form-btn {
    margin-top: 5px;
    margin-bottom: 0 !important;
}

.branch-form-wrapper .contact-form .form-label {
    color: var(--e-global-color-113320a);
    font-size: 14px;
}

.branch-form-wrapper .form-file-wrapper {
    margin: 5px 0 15px;
}

.branch-form-wrapper .form-file-wrapper input {
    font-size: 12px;
    color: white;
}

.branch-form-wrapper .w-100 {
    margin-bottom: 20px;
}

.branch-close i:hover {
    color: gray;
}

.branch-close i {
    transition: .4s;
    cursor: pointer;
}

.branch-wrapper {
    display: none;
}

.branch-form-wrapper [type=submit]:hover,
.branch-form-wrapper [type=submit]:focus {
    color: var(--e-global-color-secondary);
}

.add-branch-form {
    max-width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.add-branch-form .wpcf7 form.invalid .wpcf7-response-output, .add-branch-form .wpcf7 form.unaccepted .wpcf7-response-output, .add-branch-form .wpcf7 form.payment-required .wpcf7-response-output {
    color: #ffffffcf;
}

/* ------------Branch form End------------------*/

/* ------------Go top Start------------------*/
#scrollToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    background-color: #DC320A;
    color: #fff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    padding: 0;
    width: 45px;
    height: 45px;
    padding-top: 5px;
}

/* ------------Go top End------------------*/
/* ------------Archive product End------------------*/
.faq-wrapper .elementor-accordion-item{
    border-radius: 8px;
    margin-bottom: 15px;
    transition: 0.4s;
}
.faq-wrapper .elementor-accordion-item:last-of-type{
    margin-bottom: 0;
}
.faq-wrapper .elementor-accordion-item .elementor-accordion-icon{
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
}
.faq-wrapper .elementor-accordion-item .elementor-tab-content{
    border-radius: 0 0 10px 10px;
    border: 1px solid #e5e5e5 !important;
}
.faq-wrapper .elementor-accordion-item .elementor-tab-content.elementor-active{
    border: 1px solid var(--color1) !important;
    border-top: none !important;
}
.faq-wrapper .elementor-accordion-item .elementor-tab-title.elementor-active{
    border: 1px solid var(--color1) !important;
    border-bottom: none !important;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
.faq-wrapper .elementor-accordion-item .elementor-tab-title{
    position: relative;
    border: 1px solid #e5e5e5 !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.faq-wrapper .elementor-accordion-item .elementor-tab-title.elementor-active .elementor-accordion-title span{
    color: #fff;
    background: var(--color1);
}
.faq-wrapper .elementor-accordion-item .elementor-accordion-title{
    font-family: var(--bold-font) !important;
}
.faq-wrapper .elementor-accordion-item .elementor-accordion-title span{
    font-size: 17px;
    transition: 0.4s;
    background: #f0f0f0;
    color: var(--color1);
    width: 45px;
    height: 50px;
    border-radius: 0 0 8px 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-top: 15px;
    right: -10px;
    margin-left: 15px;
    margin-top: -15px;
    font-family: Shabnam  !important;
}
.about-project-list .elementor-icon-list-items .elementor-icon-list-text{
    font-family: Shabnam !important;
}
.editor-content ol li:before{
    font-family: Shabnam !important;
}
.brand-wrapper .elementor-image-box-img img{
    filter:brightness(0) invert(1);
}
.brand-wrapper .elementor-image-box-img{
    width: 82px;
    height: 82px;
    border-radius: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px !important;
    background-color: #404040;
    box-shadow: inset 0 0 12px #242424;
    padding: 12px;
}
.about-project-list-2 li{
    width: 24.5%;
}
.custom-pagination *{
    font-family: 'Shabnam' !important;

}
.custom-pagination .page-numbers{
    margin: 0 10px;
}
.custom-pagination .page-numbers.current{
    color: var(--color1);
}
.custom-pagination{
    text-align: center;
}
/*responsive*/
@media screen and (min-width: 992px) {
    .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 1140px !important;
        padding: 0 10px;
    }

    .site-main.post {
        max-width: 1140px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1147px) {
    .site-main.post {
        padding: 0 10px;
    }
}

@media screen and (max-width: 992px) {
    #footer-bottom ul li:first-of-type {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }

    #footer-bottom ul {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 768px){
    .faq-wrapper .elementor-accordion .elementor-tab-content {
        padding: 0 15px 15px;
    }
    .faq-wrapper .elementor-accordion-title{
        line-height: 24px;
    }
    .faq-wrapper .elementor-accordion .elementor-tab-title .elementor-accordion-icon{
        left: 8px;
    }
    .faq-wrapper .elementor-accordion-item .elementor-accordion-title span {
        display:none;
    }
    .faq-wrapper .elementor-accordion .elementor-tab-title {
        padding: 12px 15px 12px 32px !important;
    }
    .elementor-accordion .elementor-tab-content {
        padding: 7px 15px 15px;
    }
    #section-category .category-row div {
        height: unset;
    }

    #section-category .category-row figure {
        height: 200px;
    }

    #section-category .elementor-image-box-content {
        position: unset;
    }

    #section-category .elementor-image-box-wrapper .elementor-image-box-title {
        color: #000;
        position: unset;
        transform: unset;
        width: 100%;
        text-shadow: unset;
        margin: 15px 0;
        font-size: 16px;
    }
	#section-category .elementor-image-box-wrapper .elementor-image-box-title a{
		font-weight:bold !important;
	}

    #section-category .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
        padding: 0;
        position: unset;
        transform: unset;
        opacity: 1;
        width: 100%;
    }

    #section-category .category-row > .elementor-element {
        min-height: 400px;
        padding: 10px;
    }

    .related-title-wrapper h3 {
        margin-bottom: 30px;
    }

    .editor-content h1,
    .editor-content h2,
    .editor-content h3,
    .editor-content h4,
    .editor-content h5,
    .editor-content h6 {
        margin-top: 25px;
    }

    .editor-content ul {
        margin-bottom: 25px;
    }

    .blog-pagination .nav-links .nav-next i {
        margin-right: 2px;
    }

    .blog-pagination .nav-links .nav-previous i {
        margin-left: 0;
    }

    .blog-pagination .nav-links .nav-previous,
    .blog-pagination .nav-links .nav-next {
        width: 46%;
    }

    .blog-pagination .nav-links {
        font-size: 14px;
        margin: 40px 0 60px;
        padding: 20px 0 10px 0;
    }

    .related-title-wrapper h3 {
        font-size: 20px;
    }

    .single-info {
        margin-bottom: 20px;
    }

    .about-project-list li {
        width: 48.5%;
    }

    .related-product .card-product {
        margin-bottom: -12px !important;
    }

    .blog-cart .blog-img-wraper img {
        height: unset;
    }
}

@media screen and (max-width: 576px) {
    .single-product-top {
        padding: 20px 15px;
    }

    .error-message p {
        font-size: 18px;
    }

    .error-list ul li {
        background: var(--color1);
        color: #fff;
        width: 90px;
        height: 90px;
        font-size: 65px;
        box-shadow: -2px 3px 8px #000;
        margin: 0 5px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        line-height: 105px;
    }

    #section-category .category-row figure, #section-category .category-row div {
        height: unset;
    }

    #section-category .elementor-image-box-wrapper .elementor-image-box-content .elementor-image-box-description {
        font-size: 14px;
    }

    #home-slider .elementor-image-carousel-caption {
        width: 75%;
    }

    #section-category .category-row {
        flex-wrap: wrap;
    }

    .related-product .card-product {
        margin-top: -10px;
    }

    .blog-cart .blog-title, #section-blog .elementskit-post-image-card .elementskit-post-body .entry-title {
        font-size: 14px;
    }
}

@media screen and (max-width: 460px) {
    .cout-about-box {
        width: 48% !important;
    }

    .about-project-list li {
        width: 100%;
    }

    .contact-form .w-49:first-of-type {
        margin-bottom: 20px;
    }

    .contact-form .w-49 {
        width: 100%;
    }
}

@media screen and (min-width: 576px) {
    .ekit-wid-con .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-left: auto;
        margin-right: auto;
    }

}

@media screen and (min-width: 576px) and (max-width: 768px) {
    .about-box {
        width: calc(50% - 10px) !important;
    }

    .about-box-wrapper-bottom .about-box:last-of-type {
        width: 100% !important;
    }
}

/* ------------Edit by Y.kiani ------------------*/
.header-menu .hfe-nav-menu .menu-item-has-children .menu-item-has-children .sub-menu {
    right: 100%;
}

.header-menu .hfe-nav-menu__layout-horizontal .hfe-nav-menu .sub-arrow {
    margin-right: 5px;
}

.header-menu .hfe-nav-menu .menu-item-has-children .sub-menu {
    right: 50px;
}
.page-content p a{
    color:#0b0bad;
    font-weight: 500 !important;
}
.product-single .editor-content a{
    color:#0b0bad;
    font-weight: 500 !important;
}
.single-post .about-project-list .elementor-icon-list-items li:before{
    content:none;
}
/*---responsive menu----*/
@media (max-width: 767px) {
    .header-menu .hfe-nav-menu .hfe-nav-menu__layout-horizontal {
        width: calc(100% + 42.7%) !important;
        right: 0px;
    }

    .header-menu nav > ul > li:after {
        left: calc(92% - 0px);
    }

    .header-menu .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children .sub-menu .menu-item a {
        background-color: #2d2c2c !important;
        padding-right: 40px;
    }

    .header-menu .hfe-nav-menu__layout-horizontal .hfe-nav-menu .menu-item-has-children .sub-menu .menu-item {
        border-bottom: none !important;
    }

    .header-menu {
        width: 100%;
    }

    .header-menu .hfe-nav-menu .menu-item-has-children .sub-menu {
        right: 0px;
    }
}
.title-cat{
    margin-bottom: 20px !important;
}

.product-image{
    max-width: 433px;
}

.d-rtl {
    direction: rtl !important;
}

.d-ltr {
    direction: ltr !important;
}

.display_none {
    display: none !important;
}
