/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #0378bf;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #bf4a03;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #fff;
    --secondary: #e5e5e5;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #ff4136;
    --light: #f8f9fa;
    --dark: #343a40;
    --custom-color: #0378bf;
    --gray: #707070;
    --gray-lt: #a4a4a4;
    --second-color: #EFEFEF;
    --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
}

*, *::before, *::after {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block
}

body {
    margin: 0;
    font-family: "shabnam";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    text-align: left;
    background-color: #EFEFEF
}

[tabindex="-1"]:focus:not(:focus-visible) {
    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[title], abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

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: #fff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #d9d9d9;
    text-decoration: underline
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

pre, code, kbd, 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;
    -ms-overflow-style: scrollbar
}

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: left;
    caption-side: bottom
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[role="button"] {
    cursor: pointer
}

select {
    word-wrap: normal
}

button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button
}

button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0
}

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
}

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, 0.1)
}

small, .small {
    font-size: 80%;
    font-weight: 400
}

mark, .mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline-item {
    display: inline-block
}

.list-inline-item:not(:last-child) {
    margin-right: .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: #EFEFEF;
    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-wrap: 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, .container-fluid, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 1200px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1600px
    }
}

.row {
    display: flex;
    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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%
}

.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%
}

.row-cols-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%
}

.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%
}

.row-cols-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%
}

.order-first {
    order: -1
}

.order-last {
    order: 13
}

.order-0 {
    order: 0
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.order-3 {
    order: 3
}

.order-4 {
    order: 4
}

.order-5 {
    order: 5
}

.order-6 {
    order: 6
}

.order-7 {
    order: 7
}

.order-8 {
    order: 8
}

.order-9 {
    order: 9
}

.order-10 {
    order: 10
}

.order-11 {
    order: 11
}

.order-12 {
    order: 12
}

.offset-1 {
    margin-left: 8.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-sm-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-sm-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-sm-first {
        order: -1
    }

    .order-sm-last {
        order: 13
    }

    .order-sm-0 {
        order: 0
    }

    .order-sm-1 {
        order: 1
    }

    .order-sm-2 {
        order: 2
    }

    .order-sm-3 {
        order: 3
    }

    .order-sm-4 {
        order: 4
    }

    .order-sm-5 {
        order: 5
    }

    .order-sm-6 {
        order: 6
    }

    .order-sm-7 {
        order: 7
    }

    .order-sm-8 {
        order: 8
    }

    .order-sm-9 {
        order: 9
    }

    .order-sm-10 {
        order: 10
    }

    .order-sm-11 {
        order: 11
    }

    .order-sm-12 {
        order: 12
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-md-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-md-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-md-first {
        order: -1
    }

    .order-md-last {
        order: 13
    }

    .order-md-0 {
        order: 0
    }

    .order-md-1 {
        order: 1
    }

    .order-md-2 {
        order: 2
    }

    .order-md-3 {
        order: 3
    }

    .order-md-4 {
        order: 4
    }

    .order-md-5 {
        order: 5
    }

    .order-md-6 {
        order: 6
    }

    .order-md-7 {
        order: 7
    }

    .order-md-8 {
        order: 8
    }

    .order-md-9 {
        order: 9
    }

    .order-md-10 {
        order: 10
    }

    .order-md-11 {
        order: 11
    }

    .order-md-12 {
        order: 12
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-lg-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-lg-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-lg-first {
        order: -1
    }

    .order-lg-last {
        order: 13
    }

    .order-lg-0 {
        order: 0
    }

    .order-lg-1 {
        order: 1
    }

    .order-lg-2 {
        order: 2
    }

    .order-lg-3 {
        order: 3
    }

    .order-lg-4 {
        order: 4
    }

    .order-lg-5 {
        order: 5
    }

    .order-lg-6 {
        order: 6
    }

    .order-lg-7 {
        order: 7
    }

    .order-lg-8 {
        order: 8
    }

    .order-lg-9 {
        order: 9
    }

    .order-lg-10 {
        order: 10
    }

    .order-lg-11 {
        order: 11
    }

    .order-lg-12 {
        order: 12
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%
    }

    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%
    }

    .row-cols-xl-3 > * {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%
    }

    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%
    }

    .row-cols-xl-6 > * {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .order-xl-first {
        order: -1
    }

    .order-xl-last {
        order: 13
    }

    .order-xl-0 {
        order: 0
    }

    .order-xl-1 {
        order: 1
    }

    .order-xl-2 {
        order: 2
    }

    .order-xl-3 {
        order: 3
    }

    .order-xl-4 {
        order: 4
    }

    .order-xl-5 {
        order: 5
    }

    .order-xl-6 {
        order: 6
    }

    .order-xl-7 {
        order: 7
    }

    .order-xl-8 {
        order: 8
    }

    .order-xl-9 {
        order: 9
    }

    .order-xl-10 {
        order: 10
    }

    .order-xl-11 {
        order: 11
    }

    .order-xl-12 {
        order: 12
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #fff
}

.table th, .table td {
    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 th, .table-sm td {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #dee2e6
}

.table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6
}

.table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 2px
}

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05)
}

.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.075)
}

.table-primary, .table-primary > th, .table-primary > td {
    background-color: #fff
}

.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody {
    border-color: #fff
}

.table-hover .table-primary:hover {
    background-color: #f2f2f2
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
    background-color: #f2f2f2
}

.table-secondary, .table-secondary > th, .table-secondary > td {
    background-color: #f8f8f8
}

.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody {
    border-color: #f1f1f1
}

.table-hover .table-secondary:hover {
    background-color: #ebebeb
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
    background-color: #ebebeb
}

.table-success, .table-success > th, .table-success > td {
    background-color: #c3e6cb
}

.table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody {
    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 > th, .table-info > td {
    background-color: #bee5eb
}

.table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody {
    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 > th, .table-warning > td {
    background-color: #ffeeba
}

.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody {
    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 > th, .table-danger > td {
    background-color: #ffcac7
}

.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody {
    border-color: #ff9c96
}

.table-hover .table-danger:hover {
    background-color: #ffb2ae
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
    background-color: #ffb2ae
}

.table-light, .table-light > th, .table-light > td {
    background-color: #fdfdfe
}

.table-light th, .table-light td, .table-light thead th, .table-light tbody + tbody {
    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 > th, .table-dark > td {
    background-color: #c6c8ca
}

.table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
    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-custom-color, .table-custom-color > th, .table-custom-color > td {
    background-color: #b8d9ed
}

.table-custom-color th, .table-custom-color td, .table-custom-color thead th, .table-custom-color tbody + tbody {
    border-color: #7cb9de
}

.table-hover .table-custom-color:hover {
    background-color: #a4cee8
}

.table-hover .table-custom-color:hover > td, .table-hover .table-custom-color:hover > th {
    background-color: #a4cee8
}

.table-gray, .table-gray > th, .table-gray > td {
    background-color: #d7d7d7
}

.table-gray th, .table-gray td, .table-gray thead th, .table-gray tbody + tbody {
    border-color: #b5b5b5
}

.table-hover .table-gray:hover {
    background-color: #cacaca
}

.table-hover .table-gray:hover > td, .table-hover .table-gray:hover > th {
    background-color: #cacaca
}

.table-gray-lt, .table-gray-lt > th, .table-gray-lt > td {
    background-color: #e6e6e6
}

.table-gray-lt th, .table-gray-lt td, .table-gray-lt thead th, .table-gray-lt tbody + tbody {
    border-color: #d0d0d0
}

.table-hover .table-gray-lt:hover {
    background-color: #d9d9d9
}

.table-hover .table-gray-lt:hover > td, .table-hover .table-gray-lt:hover > th {
    background-color: #d9d9d9
}

.table-second-color, .table-second-color > th, .table-second-color > td {
    background-color: #fbfbfb
}

.table-second-color th, .table-second-color td, .table-second-color thead th, .table-second-color tbody + tbody {
    border-color: #f7f7f7
}

.table-hover .table-second-color:hover {
    background-color: #eee
}

.table-hover .table-second-color:hover > td, .table-hover .table-second-color:hover > th {
    background-color: #eee
}

.table-active, .table-active > th, .table-active > td {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
    background-color: rgba(0, 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 th, .table-dark td, .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, 0.05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.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 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.25)
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
    appearance: none
}

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: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #fff;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    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[size], select.form-control[multiple] {
    height: auto
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: flex;
    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-left: 1.25rem
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem
}

.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    color: #6c757d
}

.form-check-label {
    margin-bottom: 0
}

.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    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, 0.9);
    border-radius: .25rem
}

.was-validated :valid ~ .valid-feedback, .was-validated :valid ~ .valid-tooltip, .is-valid ~ .valid-feedback, .is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .form-control:valid, .form-control.is-valid {
    border-color: #28a745;
    padding-right: calc(1.5em + .75rem);
    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='%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: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:valid, .custom-select.is-valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, 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='%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 right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #28a745
}

.was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip {
    display: block
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
    color: #28a745
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
    border-color: #34ce57;
    background-color: #34ce57
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #28a745
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
    border-color: #28a745
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, 0.25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #ff4136
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    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(255, 65, 54, 0.9);
    border-radius: .25rem
}

.was-validated :invalid ~ .invalid-feedback, .was-validated :invalid ~ .invalid-tooltip, .is-invalid ~ .invalid-feedback, .is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .form-control:invalid, .form-control.is-invalid {
    border-color: #ff4136;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff4136' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff4136' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #ff4136;
    box-shadow: 0 0 0 .2rem rgba(255, 65, 54, 0.25)
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
    padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
    border-color: #ff4136;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23ff4136' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23ff4136' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #ff4136;
    box-shadow: 0 0 0 .2rem rgba(255, 65, 54, 0.25)
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #ff4136
}

.was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip {
    display: block
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
    color: #ff4136
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #ff4136
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
    border-color: #ff7169;
    background-color: #ff7169
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(255, 65, 54, 0.25)
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #ff4136
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
    border-color: #ff4136
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
    border-color: #ff4136;
    box-shadow: 0 0 0 .2rem rgba(255, 65, 54, 0.25)
}

.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        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 .input-group, .form-inline .custom-select {
        width: auto
    }

    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0
    }

    .form-inline .form-check-input {
        position: relative;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }

    .form-inline .custom-control {
        align-items: center;
        justify-content: center
    }

    .form-inline .custom-control-label {
        margin-bottom: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    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 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #fff;
    text-decoration: none
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.25)
}

.btn.disabled, .btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-primary:hover {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6
}

.btn-primary:focus, .btn-primary.focus {
    color: #212529;
    background-color: #ececec;
    border-color: #e6e6e6;
    box-shadow: 0 0 0 .2rem rgba(222, 222, 223, 0.5)
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary.nice-select.open:not(:disabled):not(.disabled), .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #212529;
    background-color: #e6e6e6;
    border-color: #dfdfdf
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary.nice-select.open:not(:disabled):not(.disabled):focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(222, 222, 223, 0.5)
}

.btn-secondary {
    color: #212529;
    background-color: #e5e5e5;
    border-color: #e5e5e5
}

.btn-secondary:hover {
    color: #212529;
    background-color: #d2d2d2;
    border-color: #ccc
}

.btn-secondary:focus, .btn-secondary.focus {
    color: #212529;
    background-color: #d2d2d2;
    border-color: #ccc;
    box-shadow: 0 0 0 .2rem rgba(200, 200, 201, 0.5)
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #212529;
    background-color: #e5e5e5;
    border-color: #e5e5e5
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary.nice-select.open:not(:disabled):not(.disabled), .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #212529;
    background-color: #ccc;
    border-color: #c5c5c5
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary.nice-select.open:not(:disabled):not(.disabled):focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(200, 200, 201, 0.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 {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, 0.5)
}

.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success.nice-select.open:not(:disabled):not(.disabled), .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.nice-select.open:not(:disabled):not(.disabled):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, 0.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 {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, 0.5)
}

.btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info.nice-select.open:not(:disabled):not(.disabled), .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.nice-select.open:not(:disabled):not(.disabled):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, 0.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 {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgba(222, 170, 12, 0.5)
}

.btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning.nice-select.open:not(:disabled):not(.disabled), .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.nice-select.open:not(:disabled):not(.disabled):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, 0.5)
}

.btn-danger {
    color: #fff;
    background-color: #ff4136;
    border-color: #ff4136
}

.btn-danger:hover {
    color: #fff;
    background-color: #ff1d10;
    border-color: #ff1103
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #ff1d10;
    border-color: #ff1103;
    box-shadow: 0 0 0 .2rem rgba(255, 94, 84, 0.5)
}

.btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #ff4136;
    border-color: #ff4136
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger.nice-select.open:not(:disabled):not(.disabled), .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff1103;
    border-color: #f50d00
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger.nice-select.open:not(:disabled):not(.disabled):focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 94, 84, 0.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 {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, 0.5)
}

.btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light.nice-select.open:not(:disabled):not(.disabled), .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.nice-select.open:not(:disabled):not(.disabled):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, 0.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 {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .2rem rgba(82, 88, 93, 0.5)
}

.btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark.nice-select.open:not(:disabled):not(.disabled), .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.nice-select.open:not(:disabled):not(.disabled):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, 0.5)
}

.btn-custom-color {
    color: #fff;
    background-color: #0378bf;
    border-color: #0378bf
}

.btn-custom-color:hover {
    color: #fff;
    background-color: #026099;
    border-color: #02588d
}

.btn-custom-color:focus, .btn-custom-color.focus {
    color: #fff;
    background-color: #026099;
    border-color: #02588d;
    box-shadow: 0 0 0 .2rem rgba(41, 140, 201, 0.5)
}

.btn-custom-color.disabled, .btn-custom-color:disabled {
    color: #fff;
    background-color: #0378bf;
    border-color: #0378bf
}

.btn-custom-color:not(:disabled):not(.disabled):active, .btn-custom-color.nice-select.open:not(:disabled):not(.disabled), .btn-custom-color:not(:disabled):not(.disabled).active, .show > .btn-custom-color.dropdown-toggle {
    color: #fff;
    background-color: #02588d;
    border-color: #025180
}

.btn-custom-color:not(:disabled):not(.disabled):active:focus, .btn-custom-color.nice-select.open:not(:disabled):not(.disabled):focus, .btn-custom-color:not(:disabled):not(.disabled).active:focus, .show > .btn-custom-color.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(41, 140, 201, 0.5)
}

.btn-gray {
    color: #fff;
    background-color: #707070;
    border-color: #707070
}

.btn-gray:hover {
    color: #fff;
    background-color: #5d5d5d;
    border-color: #575757
}

.btn-gray:focus, .btn-gray.focus {
    color: #fff;
    background-color: #5d5d5d;
    border-color: #575757;
    box-shadow: 0 0 0 .2rem rgba(133, 133, 133, 0.5)
}

.btn-gray.disabled, .btn-gray:disabled {
    color: #fff;
    background-color: #707070;
    border-color: #707070
}

.btn-gray:not(:disabled):not(.disabled):active, .btn-gray.nice-select.open:not(:disabled):not(.disabled), .btn-gray:not(:disabled):not(.disabled).active, .show > .btn-gray.dropdown-toggle {
    color: #fff;
    background-color: #575757;
    border-color: #505050
}

.btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray.nice-select.open:not(:disabled):not(.disabled):focus, .btn-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(133, 133, 133, 0.5)
}

.btn-gray-lt {
    color: #212529;
    background-color: #a4a4a4;
    border-color: #a4a4a4
}

.btn-gray-lt:hover {
    color: #fff;
    background-color: #919191;
    border-color: #8b8b8b
}

.btn-gray-lt:focus, .btn-gray-lt.focus {
    color: #fff;
    background-color: #919191;
    border-color: #8b8b8b;
    box-shadow: 0 0 0 .2rem rgba(144, 145, 146, 0.5)
}

.btn-gray-lt.disabled, .btn-gray-lt:disabled {
    color: #212529;
    background-color: #a4a4a4;
    border-color: #a4a4a4
}

.btn-gray-lt:not(:disabled):not(.disabled):active, .btn-gray-lt.nice-select.open:not(:disabled):not(.disabled), .btn-gray-lt:not(:disabled):not(.disabled).active, .show > .btn-gray-lt.dropdown-toggle {
    color: #fff;
    background-color: #8b8b8b;
    border-color: #848484
}

.btn-gray-lt:not(:disabled):not(.disabled):active:focus, .btn-gray-lt.nice-select.open:not(:disabled):not(.disabled):focus, .btn-gray-lt:not(:disabled):not(.disabled).active:focus, .show > .btn-gray-lt.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(144, 145, 146, 0.5)
}

.btn-second-color {
    color: #212529;
    background-color: #EFEFEF;
    border-color: #EFEFEF
}

.btn-second-color:hover {
    color: #212529;
    background-color: #dcdcdc;
    border-color: #d6d6d6
}

.btn-second-color:focus, .btn-second-color.focus {
    color: #212529;
    background-color: #dcdcdc;
    border-color: #d6d6d6;
    box-shadow: 0 0 0 .2rem rgba(208, 209, 209, 0.5)
}

.btn-second-color.disabled, .btn-second-color:disabled {
    color: #212529;
    background-color: #EFEFEF;
    border-color: #EFEFEF
}

.btn-second-color:not(:disabled):not(.disabled):active, .btn-second-color.nice-select.open:not(:disabled):not(.disabled), .btn-second-color:not(:disabled):not(.disabled).active, .show > .btn-second-color.dropdown-toggle {
    color: #212529;
    background-color: #d6d6d6;
    border-color: #cfcfcf
}

.btn-second-color:not(:disabled):not(.disabled):active:focus, .btn-second-color.nice-select.open:not(:disabled):not(.disabled):focus, .btn-second-color:not(:disabled):not(.disabled).active:focus, .show > .btn-second-color.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(208, 209, 209, 0.5)
}

.btn-outline-primary {
    color: #fff;
    border-color: #fff
}

.btn-outline-primary:hover {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #fff;
    background-color: transparent
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary.nice-select.open:not(:disabled):not(.disabled), .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
    color: #212529;
    background-color: #fff;
    border-color: #fff
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.btn-outline-secondary {
    color: #e5e5e5;
    border-color: #e5e5e5
}

.btn-outline-secondary:hover {
    color: #212529;
    background-color: #e5e5e5;
    border-color: #e5e5e5
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 .2rem rgba(229, 229, 229, 0.5)
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #e5e5e5;
    background-color: transparent
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary.nice-select.open:not(:disabled):not(.disabled), .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    color: #212529;
    background-color: #e5e5e5;
    border-color: #e5e5e5
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(229, 229, 229, 0.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, 0.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.nice-select.open:not(:disabled):not(.disabled), .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.nice-select.open:not(:disabled):not(.disabled):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, 0.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, 0.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.nice-select.open:not(:disabled):not(.disabled), .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.nice-select.open:not(:disabled):not(.disabled):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, 0.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, 0.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.nice-select.open:not(:disabled):not(.disabled), .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.nice-select.open:not(:disabled):not(.disabled):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, 0.5)
}

.btn-outline-danger {
    color: #ff4136;
    border-color: #ff4136
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #ff4136;
    border-color: #ff4136
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 .2rem rgba(255, 65, 54, 0.5)
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ff4136;
    background-color: transparent
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger.nice-select.open:not(:disabled):not(.disabled), .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #ff4136;
    border-color: #ff4136
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(255, 65, 54, 0.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, 0.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.nice-select.open:not(:disabled):not(.disabled), .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.nice-select.open:not(:disabled):not(.disabled):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, 0.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, 0.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.nice-select.open:not(:disabled):not(.disabled), .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.nice-select.open:not(:disabled):not(.disabled):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, 0.5)
}

.btn-outline-custom-color {
    color: #0378bf;
    border-color: #0378bf
}

.btn-outline-custom-color:hover {
    color: #fff;
    background-color: #0378bf;
    border-color: #0378bf
}

.btn-outline-custom-color:focus, .btn-outline-custom-color.focus {
    box-shadow: 0 0 0 .2rem rgba(3, 120, 191, 0.5)
}

.btn-outline-custom-color.disabled, .btn-outline-custom-color:disabled {
    color: #0378bf;
    background-color: transparent
}

.btn-outline-custom-color:not(:disabled):not(.disabled):active, .btn-outline-custom-color.nice-select.open:not(:disabled):not(.disabled), .btn-outline-custom-color:not(:disabled):not(.disabled).active, .show > .btn-outline-custom-color.dropdown-toggle {
    color: #fff;
    background-color: #0378bf;
    border-color: #0378bf
}

.btn-outline-custom-color:not(:disabled):not(.disabled):active:focus, .btn-outline-custom-color.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-custom-color:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-custom-color.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(3, 120, 191, 0.5)
}

.btn-outline-gray {
    color: #707070;
    border-color: #707070
}

.btn-outline-gray:hover {
    color: #fff;
    background-color: #707070;
    border-color: #707070
}

.btn-outline-gray:focus, .btn-outline-gray.focus {
    box-shadow: 0 0 0 .2rem rgba(112, 112, 112, 0.5)
}

.btn-outline-gray.disabled, .btn-outline-gray:disabled {
    color: #707070;
    background-color: transparent
}

.btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray.nice-select.open:not(:disabled):not(.disabled), .btn-outline-gray:not(:disabled):not(.disabled).active, .show > .btn-outline-gray.dropdown-toggle {
    color: #fff;
    background-color: #707070;
    border-color: #707070
}

.btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(112, 112, 112, 0.5)
}

.btn-outline-gray-lt {
    color: #a4a4a4;
    border-color: #a4a4a4
}

.btn-outline-gray-lt:hover {
    color: #212529;
    background-color: #a4a4a4;
    border-color: #a4a4a4
}

.btn-outline-gray-lt:focus, .btn-outline-gray-lt.focus {
    box-shadow: 0 0 0 .2rem rgba(164, 164, 164, 0.5)
}

.btn-outline-gray-lt.disabled, .btn-outline-gray-lt:disabled {
    color: #a4a4a4;
    background-color: transparent
}

.btn-outline-gray-lt:not(:disabled):not(.disabled):active, .btn-outline-gray-lt.nice-select.open:not(:disabled):not(.disabled), .btn-outline-gray-lt:not(:disabled):not(.disabled).active, .show > .btn-outline-gray-lt.dropdown-toggle {
    color: #212529;
    background-color: #a4a4a4;
    border-color: #a4a4a4
}

.btn-outline-gray-lt:not(:disabled):not(.disabled):active:focus, .btn-outline-gray-lt.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-gray-lt:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-gray-lt.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(164, 164, 164, 0.5)
}

.btn-outline-second-color {
    color: #EFEFEF;
    border-color: #EFEFEF
}

.btn-outline-second-color:hover {
    color: #212529;
    background-color: #EFEFEF;
    border-color: #EFEFEF
}

.btn-outline-second-color:focus, .btn-outline-second-color.focus {
    box-shadow: 0 0 0 .2rem rgba(239, 239, 239, 0.5)
}

.btn-outline-second-color.disabled, .btn-outline-second-color:disabled {
    color: #EFEFEF;
    background-color: transparent
}

.btn-outline-second-color:not(:disabled):not(.disabled):active, .btn-outline-second-color.nice-select.open:not(:disabled):not(.disabled), .btn-outline-second-color:not(:disabled):not(.disabled).active, .show > .btn-outline-second-color.dropdown-toggle {
    color: #212529;
    background-color: #EFEFEF;
    border-color: #EFEFEF
}

.btn-outline-second-color:not(:disabled):not(.disabled):active:focus, .btn-outline-second-color.nice-select.open:not(:disabled):not(.disabled):focus, .btn-outline-second-color:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-second-color.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(239, 239, 239, 0.5)
}

.btn-link {
    font-weight: 400;
    color: #fff;
    text-decoration: none
}

.btn-link:hover {
    color: #d9d9d9;
    text-decoration: underline
}

.btn-link:focus, .btn-link.focus {
    text-decoration: underline
}

.btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-lg, .btn-group-lg > .btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-sm, .btn-group-sm > .btn {
    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="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    width: 100%
}

.fade {
    transition: opacity 0.15s linear
}

@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none
    }
}

.fade:not(.show) {
    opacity: 0
}

.collapse:not(.show) {
    display: none
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease
}

@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none
    }
}

.dropup, .dropright, .dropdown, .dropleft {
    position: relative
}

.dropdown-toggle {
    white-space: nowrap
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .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-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 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-left: .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-left: 0
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem
}

.dropright .dropdown-toggle::after {
    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-left: 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-left: .255em;
    vertical-align: .255em;
    content: ""
}

.dropleft .dropdown-toggle::after {
    display: none
}

.dropleft .dropdown-toggle::before {
    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-left: 0
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: 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:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item.nice-select.open {
    color: #fff;
    text-decoration: none;
    background-color: #fff
}

.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: inline-flex;
    vertical-align: middle
}

.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover {
    z-index: 1
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.nice-select.open, .btn-group > .btn.active, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.nice-select.open, .btn-group-vertical > .btn.active {
    z-index: 1
}

.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start
}

.btn-toolbar .input-group {
    width: auto
}

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) {
    margin-left: -1px
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .btn-group > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group > .btn:not(:first-child), .btn-group > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem
}

.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
    width: 100%
}

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical > .btn:not(:first-child), .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    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="radio"], .btn-group-toggle > .btn input[type="checkbox"], .btn-group-toggle > .btn-group > .btn input[type="radio"], .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none
}

.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

.input-group > .form-control, .input-group > .form-control-plaintext, .input-group > .custom-select, .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0
}

.input-group > .form-control + .form-control, .input-group > .form-control + .custom-select, .input-group > .form-control + .custom-file, .input-group > .form-control-plaintext + .form-control, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .custom-file, .input-group > .custom-select + .form-control, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .custom-file, .input-group > .custom-file + .form-control, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .custom-file {
    margin-left: -1px
}

.input-group > .form-control:focus, .input-group > .custom-select:focus, .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3
}

.input-group > .custom-file .custom-file-input:focus {
    z-index: 4
}

.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .form-control:not(:first-child), .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group > .custom-file {
    display: flex;
    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-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group-prepend, .input-group-append {
    display: flex
}

.input-group-prepend .btn, .input-group-append .btn {
    position: relative;
    z-index: 2
}

.input-group-prepend .btn:focus, .input-group-append .btn:focus {
    z-index: 3
}

.input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .input-group-text, .input-group-append .input-group-text + .btn {
    margin-left: -1px
}

.input-group-prepend {
    margin-right: -1px
}

.input-group-append {
    margin-left: -1px
}

.input-group-text {
    display: flex;
    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="radio"], .input-group-text input[type="checkbox"] {
    margin-top: 0
}

.input-group-lg > .form-control:not(textarea), .input-group-lg > .custom-select {
    height: calc(1.5em + 1rem + 2px)
}

.input-group-lg > .form-control, .input-group-lg > .custom-select, .input-group-lg > .input-group-prepend > .input-group-text, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-append > .btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm > .form-control:not(textarea), .input-group-sm > .custom-select {
    height: calc(1.5em + .5rem + 2px)
}

.input-group-sm > .form-control, .input-group-sm > .custom-select, .input-group-sm > .input-group-prepend > .input-group-text, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-append > .btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
    padding-right: 1.75rem
}

.input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text, .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .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) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .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) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    color-adjust: exact
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #fff;
    background-color: #fff
}

.custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.25)
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #fff
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before, .custom-control-input.nice-select.open:not(:disabled) ~ .custom-control-label::before {
    color: #fff;
    background-color: #fff;
    border-color: #fff
}

.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d
}

.custom-control-input[disabled] ~ .custom-control-label::before, .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;
    left: -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;
    left: -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' 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")
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #fff;
    background-color: #fff
}

.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' width='4' height='4' 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(255, 255, 255, 0.5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(255, 255, 255, 0.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' width='12' height='12' 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(255, 255, 255, 0.5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(255, 255, 255, 0.5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    appearance: none
}

.custom-select:focus {
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.25)
}

.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    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: #fff;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.25)
}

.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"
}

.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;
    right: 0;
    bottom: 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-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    appearance: none
}

.custom-range:focus {
    outline: none
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #EFEFEF, 0 0 0 .2rem rgba(255, 255, 255, 0.25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #EFEFEF, 0 0 0 .2rem rgba(255, 255, 255, 0.25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #EFEFEF, 0 0 0 .2rem rgba(255, 255, 255, 0.25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #fff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active, .custom-range.nice-select.open::-webkit-slider-thumb {
    background-color: #fff
}

.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: #fff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none
    }
}

.custom-range::-moz-range-thumb:active, .custom-range.nice-select.open::-moz-range-thumb {
    background-color: #fff
}

.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: #fff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none
    }
}

.custom-range::-ms-thumb:active, .custom-range.nice-select.open::-ms-thumb {
    background-color: #fff
}

.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-right: 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 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: none
    }
}

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:hover, .nav-link:focus {
    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:hover, .nav-tabs .nav-link:focus {
    border-color: #e9ecef #e9ecef #dee2e6
}

.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #EFEFEF;
    border-color: #dee2e6 #dee2e6 #EFEFEF
}

.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: #fff
}

.nav-fill > .nav-link, .nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center
}

.nav-justified > .nav-link, .nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center
}

.tab-content > .tab-pane {
    display: none
}

.tab-content > .active {
    display: block
}

.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: .5rem 1rem
}

.navbar .container, .navbar .container-fluid, .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none
}

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    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:hover, .navbar-toggler:focus {
    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, .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-sm .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

    .navbar-expand-xl .navbar-nav {
        flex-direction: row
    }

    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }

    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-xl {
        flex-wrap: nowrap
    }

    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto
    }

    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start
}

.navbar-expand > .container, .navbar-expand > .container-fluid, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    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, .navbar-expand > .container-xl {
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3)
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280,0,0,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25)
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
    color: #fff
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: .25rem
}

.card > hr {
    margin-right: 0;
    margin-left: 0
}

.card > .list-group {
    border-top: inherit;
    border-bottom: inherit
}

.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card > .card-header + .list-group, .card > .list-group + .card-footer {
    border-top: 0
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    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-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125)
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.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;
    border-radius: calc(.25rem - 1px)
}

.card-img, .card-img-top, .card-img-bottom {
    flex-shrink: 0;
    width: 100%
}

.card-img, .card-img-top {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img, .card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        display: flex;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group > .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        display: flex;
        flex-flow: row wrap
    }

    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0
    }

    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-img-top, .card-group > .card:not(:last-child) .card-header {
        border-top-right-radius: 0
    }

    .card-group > .card:not(:last-child) .card-img-bottom, .card-group > .card:not(:last-child) .card-footer {
        border-bottom-right-radius: 0
    }

    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-img-top, .card-group > .card:not(:first-child) .card-header {
        border-top-left-radius: 0
    }

    .card-group > .card:not(:first-child) .card-img-bottom, .card-group > .card:not(:first-child) .card-footer {
        border-bottom-left-radius: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.accordion {
    overflow-anchor: none
}

.accordion > .card {
    overflow: hidden
}

.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item {
    display: flex
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .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: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #fff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #d9d9d9;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.25)
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #fff;
    border-color: #fff
}

.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-left-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-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-left-radius: .2rem;
    border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-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 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none
    }
}

a.badge:hover, a.badge:focus {
    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: #212529;
    background-color: #fff
}

a.badge-primary:hover, a.badge-primary:focus {
    color: #212529;
    background-color: #e6e6e6
}

a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, 0.5)
}

.badge-secondary {
    color: #212529;
    background-color: #e5e5e5
}

a.badge-secondary:hover, a.badge-secondary:focus {
    color: #212529;
    background-color: #ccc
}

a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(229, 229, 229, 0.5)
}

.badge-success {
    color: #fff;
    background-color: #28a745
}

a.badge-success:hover, a.badge-success:focus {
    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, 0.5)
}

.badge-info {
    color: #fff;
    background-color: #17a2b8
}

a.badge-info:hover, a.badge-info:focus {
    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, 0.5)
}

.badge-warning {
    color: #212529;
    background-color: #ffc107
}

a.badge-warning:hover, a.badge-warning:focus {
    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, 0.5)
}

.badge-danger {
    color: #fff;
    background-color: #ff4136
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #ff1103
}

a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(255, 65, 54, 0.5)
}

.badge-light {
    color: #212529;
    background-color: #f8f9fa
}

a.badge-light:hover, a.badge-light:focus {
    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, 0.5)
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:hover, a.badge-dark:focus {
    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, 0.5)
}

.badge-custom-color {
    color: #fff;
    background-color: #0378bf
}

a.badge-custom-color:hover, a.badge-custom-color:focus {
    color: #fff;
    background-color: #02588d
}

a.badge-custom-color:focus, a.badge-custom-color.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(3, 120, 191, 0.5)
}

.badge-gray {
    color: #fff;
    background-color: #707070
}

a.badge-gray:hover, a.badge-gray:focus {
    color: #fff;
    background-color: #575757
}

a.badge-gray:focus, a.badge-gray.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(112, 112, 112, 0.5)
}

.badge-gray-lt {
    color: #212529;
    background-color: #a4a4a4
}

a.badge-gray-lt:hover, a.badge-gray-lt:focus {
    color: #212529;
    background-color: #8b8b8b
}

a.badge-gray-lt:focus, a.badge-gray-lt.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(164, 164, 164, 0.5)
}

.badge-second-color {
    color: #212529;
    background-color: #EFEFEF
}

a.badge-second-color:hover, a.badge-second-color:focus {
    color: #212529;
    background-color: #d6d6d6
}

a.badge-second-color:focus, a.badge-second-color.focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(239, 239, 239, 0.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-right: 4rem
}

.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #858585;
    background-color: #fff;
    border-color: #fff
}

.alert-primary hr {
    border-top-color: #f2f2f2
}

.alert-primary .alert-link {
    color: #6c6c6c
}

.alert-secondary {
    color: #777;
    background-color: #fafafa;
    border-color: #f8f8f8
}

.alert-secondary hr {
    border-top-color: #ebebeb
}

.alert-secondary .alert-link {
    color: #5e5e5e
}

.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: #85221c;
    background-color: #ffd9d7;
    border-color: #ffcac7
}

.alert-danger hr {
    border-top-color: #ffb2ae
}

.alert-danger .alert-link {
    color: #5b1713
}

.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
}

.alert-custom-color {
    color: #023e63;
    background-color: #cde4f2;
    border-color: #b8d9ed
}

.alert-custom-color hr {
    border-top-color: #a4cee8
}

.alert-custom-color .alert-link {
    color: #011f31
}

.alert-gray {
    color: #3a3a3a;
    background-color: #e2e2e2;
    border-color: #d7d7d7
}

.alert-gray hr {
    border-top-color: #cacaca
}

.alert-gray .alert-link {
    color: #212121
}

.alert-gray-lt {
    color: #555;
    background-color: #ededed;
    border-color: #e6e6e6
}

.alert-gray-lt hr {
    border-top-color: #d9d9d9
}

.alert-gray-lt .alert-link {
    color: #3c3c3c
}

.alert-second-color {
    color: #7c7c7c;
    background-color: #fcfcfc;
    border-color: #fbfbfb
}

.alert-second-color hr {
    border-top-color: #eee
}

.alert-second-color .alert-link {
    color: #636363
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    transition: width 0.6s ease
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite
}

@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none
    }
}

.media {
    display: flex;
    align-items: flex-start
}

.media-body {
    flex: 1
}

.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: .25rem
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit
}

.list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa
}

.list-group-item-action:active, .list-group-item-action.nice-select.open {
    color: #fff;
    background-color: #e9ecef
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125)
}

.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit
}

.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit
}

.list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #fff;
    border-color: #fff
}

.list-group-item + .list-group-item {
    border-top-width: 0
}

.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px
}

.list-group-horizontal {
    flex-direction: row
}

.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
}

.list-group-horizontal > .list-group-item.active {
    margin-top: 0
}

.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0
}

.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
}

@media (min-width: 576px) {
    .list-group-horizontal-sm {
        flex-direction: row
    }

    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 768px) {
    .list-group-horizontal-md {
        flex-direction: row
    }

    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 992px) {
    .list-group-horizontal-lg {
        flex-direction: row
    }

    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        flex-direction: row
    }

    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0
    }

    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0
    }

    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px
    }
}

.list-group-flush {
    border-radius: 0
}

.list-group-flush > .list-group-item {
    border-width: 0 0 1px
}

.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0
}

.list-group-item-primary {
    color: #858585;
    background-color: #fff
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #858585;
    background-color: #f2f2f2
}

.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #858585;
    border-color: #858585
}

.list-group-item-secondary {
    color: #777;
    background-color: #f8f8f8
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #777;
    background-color: #ebebeb
}

.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #777;
    border-color: #777
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    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:hover, .list-group-item-info.list-group-item-action:focus {
    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:hover, .list-group-item-warning.list-group-item-action:focus {
    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: #85221c;
    background-color: #ffcac7
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #85221c;
    background-color: #ffb2ae
}

.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #85221c;
    border-color: #85221c
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    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:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe
}

.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21
}

.list-group-item-custom-color {
    color: #023e63;
    background-color: #b8d9ed
}

.list-group-item-custom-color.list-group-item-action:hover, .list-group-item-custom-color.list-group-item-action:focus {
    color: #023e63;
    background-color: #a4cee8
}

.list-group-item-custom-color.list-group-item-action.active {
    color: #fff;
    background-color: #023e63;
    border-color: #023e63
}

.list-group-item-gray {
    color: #3a3a3a;
    background-color: #d7d7d7
}

.list-group-item-gray.list-group-item-action:hover, .list-group-item-gray.list-group-item-action:focus {
    color: #3a3a3a;
    background-color: #cacaca
}

.list-group-item-gray.list-group-item-action.active {
    color: #fff;
    background-color: #3a3a3a;
    border-color: #3a3a3a
}

.list-group-item-gray-lt {
    color: #555;
    background-color: #e6e6e6
}

.list-group-item-gray-lt.list-group-item-action:hover, .list-group-item-gray-lt.list-group-item-action:focus {
    color: #555;
    background-color: #d9d9d9
}

.list-group-item-gray-lt.list-group-item-action.active {
    color: #fff;
    background-color: #555;
    border-color: #555
}

.list-group-item-second-color {
    color: #7c7c7c;
    background-color: #fbfbfb
}

.list-group-item-second-color.list-group-item-action:hover, .list-group-item-second-color.list-group-item-action:focus {
    color: #7c7c7c;
    background-color: #eee
}

.list-group-item-second-color.list-group-item-action.active {
    color: #fff;
    background-color: #7c7c7c;
    border-color: #7c7c7c
}

.close {
    float: right;
    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):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    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: flex;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgba(255, 255, 255, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.toast-body {
    padding: .75rem
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 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: transform 0.3s ease-out;
    transform: translate(0, -50px)
}

@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal.modal-static .modal-dialog {
    transform: scale(1.02)
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    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: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer > * {
    margin: .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);
        height: min-content
    }

    .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: "shabnam";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .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-top, .bs-tooltip-auto[x-placement^="top"] {
    padding: .4rem 0
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
    top: 0;
    border-width: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
    padding: 0 .4rem
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
    padding: .4rem 0
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
    bottom: 0;
    border-width: 0 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
    padding: 0 .4rem
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="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: "shabnam";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

.popover .arrow::before, .popover .arrow::after {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
    margin-bottom: .5rem
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
    margin-left: .5rem
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
    margin-top: .5rem
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: #fff
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
    margin-right: .5rem
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="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: #fff
}

.carousel {
    position: relative
}

.carousel.pointer-event {
    touch-action: pan-y
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner::after {
    display: block;
    clear: both;
    content: ""
}

.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    backface-visibility: hidden;
    transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none
    }
}

.carousel-item.active, .carousel-item-next, .carousel-item-prev {
    display: block
}

.carousel-item-next:not(.carousel-item-left), .active.carousel-item-right {
    transform: translateX(100%)
}

.carousel-item-prev:not(.carousel-item-right), .active.carousel-item-left {
    transform: translateX(-100%)
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none
}

.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
    z-index: 1;
    opacity: 1
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s .6s
}

@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
        transition: none
    }
}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity 0.15s ease
}

@media (prefers-reduced-motion: reduce) {
    .carousel-control-prev, .carousel-control-next {
        transition: none
    }
}

.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9
}

.carousel-control-prev {
    left: 0
}

.carousel-control-next {
    right: 0
}

.carousel-control-prev-icon, .carousel-control-next-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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none
}

.carousel-indicators li {
    box-sizing: content-box;
    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 0.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
}

@keyframes spinner-border {
    to {
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@keyframes spinner-grow {
    0% {
        transform: scale(0)
    }
    50% {
        opacity: 1;
        transform: none
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    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: #fff !important
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
    background-color: #e6e6e6 !important
}

.bg-secondary {
    background-color: #e5e5e5 !important
}

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
    background-color: #ccc !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #ff4136 !important
}

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
    background-color: #ff1103 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
    background-color: #1d2124 !important
}

.bg-custom-color {
    background-color: #0378bf !important
}

a.bg-custom-color:hover, a.bg-custom-color:focus, button.bg-custom-color:hover, button.bg-custom-color:focus {
    background-color: #02588d !important
}

.bg-gray {
    background-color: #707070 !important
}

a.bg-gray:hover, a.bg-gray:focus, button.bg-gray:hover, button.bg-gray:focus {
    background-color: #575757 !important
}

.bg-gray-lt {
    background-color: #a4a4a4 !important
}

a.bg-gray-lt:hover, a.bg-gray-lt:focus, button.bg-gray-lt:hover, button.bg-gray-lt:focus {
    background-color: #8b8b8b !important
}

.bg-second-color {
    background-color: #EFEFEF !important
}

a.bg-second-color:hover, a.bg-second-color:focus, button.bg-second-color:hover, button.bg-second-color:focus {
    background-color: #d6d6d6 !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: #fff !important
}

.border-secondary {
    border-color: #e5e5e5 !important
}

.border-success {
    border-color: #28a745 !important
}

.border-info {
    border-color: #17a2b8 !important
}

.border-warning {
    border-color: #ffc107 !important
}

.border-danger {
    border-color: #ff4136 !important
}

.border-light {
    border-color: #f8f9fa !important
}

.border-dark {
    border-color: #343a40 !important
}

.border-custom-color {
    border-color: #0378bf !important
}

.border-gray {
    border-color: #707070 !important
}

.border-gray-lt {
    border-color: #a4a4a4 !important
}

.border-second-color {
    border-color: #EFEFEF !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: flex !important
}

.d-inline-flex {
    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: flex !important
    }

    .d-sm-inline-flex {
        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: flex !important
    }

    .d-md-inline-flex {
        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: flex !important
    }

    .d-lg-inline-flex {
        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: flex !important
    }

    .d-xl-inline-flex {
        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: flex !important
    }

    .d-print-inline-flex {
        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 iframe, .embed-responsive embed, .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.85714%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    flex-direction: row !important
}

.flex-column {
    flex-direction: column !important
}

.flex-row-reverse {
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    flex-direction: column-reverse !important
}

.flex-wrap {
    flex-wrap: wrap !important
}

.flex-nowrap {
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    flex: 1 1 auto !important
}

.flex-grow-0 {
    flex-grow: 0 !important
}

.flex-grow-1 {
    flex-grow: 1 !important
}

.flex-shrink-0 {
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    flex-shrink: 1 !important
}

.justify-content-start {
    justify-content: flex-start !important
}

.justify-content-end {
    justify-content: flex-end !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.justify-content-around {
    justify-content: space-around !important
}

.align-items-start {
    align-items: flex-start !important
}

.align-items-end {
    align-items: flex-end !important
}

.align-items-center {
    align-items: center !important
}

.align-items-baseline {
    align-items: baseline !important
}

.align-items-stretch {
    align-items: stretch !important
}

.align-content-start {
    align-content: flex-start !important
}

.align-content-end {
    align-content: flex-end !important
}

.align-content-center {
    align-content: center !important
}

.align-content-between {
    align-content: space-between !important
}

.align-content-around {
    align-content: space-around !important
}

.align-content-stretch {
    align-content: stretch !important
}

.align-self-auto {
    align-self: auto !important
}

.align-self-start {
    align-self: flex-start !important
}

.align-self-end {
    align-self: flex-end !important
}

.align-self-center {
    align-self: center !important
}

.align-self-baseline {
    align-self: baseline !important
}

.align-self-stretch {
    align-self: stretch !important
}

@media (min-width: 576px) {
    .flex-sm-row {
        flex-direction: row !important
    }

    .flex-sm-column {
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        justify-content: center !important
    }

    .justify-content-sm-between {
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        justify-content: space-around !important
    }

    .align-items-sm-start {
        align-items: flex-start !important
    }

    .align-items-sm-end {
        align-items: flex-end !important
    }

    .align-items-sm-center {
        align-items: center !important
    }

    .align-items-sm-baseline {
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        align-items: stretch !important
    }

    .align-content-sm-start {
        align-content: flex-start !important
    }

    .align-content-sm-end {
        align-content: flex-end !important
    }

    .align-content-sm-center {
        align-content: center !important
    }

    .align-content-sm-between {
        align-content: space-between !important
    }

    .align-content-sm-around {
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        align-content: stretch !important
    }

    .align-self-sm-auto {
        align-self: auto !important
    }

    .align-self-sm-start {
        align-self: flex-start !important
    }

    .align-self-sm-end {
        align-self: flex-end !important
    }

    .align-self-sm-center {
        align-self: center !important
    }

    .align-self-sm-baseline {
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important
    }

    .flex-md-column {
        flex-direction: column !important
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-md-wrap {
        flex-wrap: wrap !important
    }

    .flex-md-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-md-fill {
        flex: 1 1 auto !important
    }

    .flex-md-grow-0 {
        flex-grow: 0 !important
    }

    .flex-md-grow-1 {
        flex-grow: 1 !important
    }

    .flex-md-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-md-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-md-start {
        justify-content: flex-start !important
    }

    .justify-content-md-end {
        justify-content: flex-end !important
    }

    .justify-content-md-center {
        justify-content: center !important
    }

    .justify-content-md-between {
        justify-content: space-between !important
    }

    .justify-content-md-around {
        justify-content: space-around !important
    }

    .align-items-md-start {
        align-items: flex-start !important
    }

    .align-items-md-end {
        align-items: flex-end !important
    }

    .align-items-md-center {
        align-items: center !important
    }

    .align-items-md-baseline {
        align-items: baseline !important
    }

    .align-items-md-stretch {
        align-items: stretch !important
    }

    .align-content-md-start {
        align-content: flex-start !important
    }

    .align-content-md-end {
        align-content: flex-end !important
    }

    .align-content-md-center {
        align-content: center !important
    }

    .align-content-md-between {
        align-content: space-between !important
    }

    .align-content-md-around {
        align-content: space-around !important
    }

    .align-content-md-stretch {
        align-content: stretch !important
    }

    .align-self-md-auto {
        align-self: auto !important
    }

    .align-self-md-start {
        align-self: flex-start !important
    }

    .align-self-md-end {
        align-self: flex-end !important
    }

    .align-self-md-center {
        align-self: center !important
    }

    .align-self-md-baseline {
        align-self: baseline !important
    }

    .align-self-md-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        flex-direction: row !important
    }

    .flex-lg-column {
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        justify-content: center !important
    }

    .justify-content-lg-between {
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        justify-content: space-around !important
    }

    .align-items-lg-start {
        align-items: flex-start !important
    }

    .align-items-lg-end {
        align-items: flex-end !important
    }

    .align-items-lg-center {
        align-items: center !important
    }

    .align-items-lg-baseline {
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        align-items: stretch !important
    }

    .align-content-lg-start {
        align-content: flex-start !important
    }

    .align-content-lg-end {
        align-content: flex-end !important
    }

    .align-content-lg-center {
        align-content: center !important
    }

    .align-content-lg-between {
        align-content: space-between !important
    }

    .align-content-lg-around {
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        align-content: stretch !important
    }

    .align-self-lg-auto {
        align-self: auto !important
    }

    .align-self-lg-start {
        align-self: flex-start !important
    }

    .align-self-lg-end {
        align-self: flex-end !important
    }

    .align-self-lg-center {
        align-self: center !important
    }

    .align-self-lg-baseline {
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        align-self: stretch !important
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        flex-direction: row !important
    }

    .flex-xl-column {
        flex-direction: column !important
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse !important
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse !important
    }

    .flex-xl-wrap {
        flex-wrap: wrap !important
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap !important
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important
    }

    .flex-xl-fill {
        flex: 1 1 auto !important
    }

    .flex-xl-grow-0 {
        flex-grow: 0 !important
    }

    .flex-xl-grow-1 {
        flex-grow: 1 !important
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0 !important
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1 !important
    }

    .justify-content-xl-start {
        justify-content: flex-start !important
    }

    .justify-content-xl-end {
        justify-content: flex-end !important
    }

    .justify-content-xl-center {
        justify-content: center !important
    }

    .justify-content-xl-between {
        justify-content: space-between !important
    }

    .justify-content-xl-around {
        justify-content: space-around !important
    }

    .align-items-xl-start {
        align-items: flex-start !important
    }

    .align-items-xl-end {
        align-items: flex-end !important
    }

    .align-items-xl-center {
        align-items: center !important
    }

    .align-items-xl-baseline {
        align-items: baseline !important
    }

    .align-items-xl-stretch {
        align-items: stretch !important
    }

    .align-content-xl-start {
        align-content: flex-start !important
    }

    .align-content-xl-end {
        align-content: flex-end !important
    }

    .align-content-xl-center {
        align-content: center !important
    }

    .align-content-xl-between {
        align-content: space-between !important
    }

    .align-content-xl-around {
        align-content: space-around !important
    }

    .align-content-xl-stretch {
        align-content: stretch !important
    }

    .align-self-xl-auto {
        align-self: auto !important
    }

    .align-self-xl-start {
        align-self: flex-start !important
    }

    .align-self-xl-end {
        align-self: flex-end !important
    }

    .align-self-xl-center {
        align-self: center !important
    }

    .align-self-xl-baseline {
        align-self: baseline !important
    }

    .align-self-xl-stretch {
        align-self: stretch !important
    }
}

.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
    }
}

.user-select-all {
    user-select: all !important
}

.user-select-auto {
    user-select: auto !important
}

.user-select-none {
    user-select: 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: 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: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable.nice-select.open, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 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
}

.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
    }
}

.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)
}

.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: #fff !important
}

a.text-primary:hover, a.text-primary:focus {
    color: #d9d9d9 !important
}

.text-secondary {
    color: #e5e5e5 !important
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #bfbfbf !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:hover, a.text-success:focus {
    color: #19692c !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:hover, a.text-info:focus {
    color: #0f6674 !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:hover, a.text-warning:focus {
    color: #ba8b00 !important
}

.text-danger {
    color: #ff4136 !important
}

a.text-danger:hover, a.text-danger:focus {
    color: #e90d00 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:hover, a.text-light:focus {
    color: #cbd3da !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:hover, a.text-dark:focus {
    color: #121416 !important
}

.text-custom-color {
    color: #0378bf !important
}

a.text-custom-color:hover, a.text-custom-color:focus {
    color: #024974 !important
}

.text-gray {
    color: #707070 !important
}

a.text-gray:hover, a.text-gray:focus {
    color: #4a4a4a !important
}

.text-gray-lt {
    color: #a4a4a4 !important
}

a.text-gray-lt:hover, a.text-gray-lt:focus {
    color: #7e7e7e !important
}

.text-second-color {
    color: #EFEFEF !important
}

a.text-second-color:hover, a.text-second-color:focus {
    color: #c9c9c9 !important
}

.text-body {
    color: #fff !important
}

.text-muted {
    color: #6c757d !important
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.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;
    word-wrap: break-word !important
}

.text-reset {
    color: inherit !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {
    *, *::before, *::after {
        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
    }

    pre, blockquote {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr, img {
        page-break-inside: avoid
    }

    p, h2, h3 {
        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 th, .table-bordered td {
        border: 1px solid #dee2e6 !important
    }

    .table-dark {
        color: inherit
    }

    .table-dark th, .table-dark td, .table-dark thead th, .table-dark tbody + tbody {
        border-color: #dee2e6
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6
    }
}

section .acme-news-ticker {
    background-color: #f9f9f9;
    border-radius: 25px;
    box-shadow: 0px 13px 3px 0px #0000002e;
    position: relative;
    height: auto;
    line-height: 50px;
    min-height: 50px
}

@media (min-width: 768px) {
    section .acme-news-ticker {
        margin-top: 0
    }
    
    
}

section .acme-news-ticker-label {
    border-radius: 0px 25px 25px 0px;
    box-shadow: 0px 3px 6px 0px #000000;
    background-image: -webkit-linear-gradient(#bf4a03 0%, #602502 100%);
    background-image: -moz-linear-gradient(#bf4a03 0%, #602502 100%);
    background-image: -o-linear-gradient(#bf4a03 0%, #602502 100%);
    background-image: linear-gradient(#bf4a03 0%, #602502 100%);
    text-indent: 40px;
    text-align: center;
    padding: 12.5px;
    width: 137px;
    float: right;
    margin-left: 15px;
    line-height: normal;
    height: 100%;
    font-size: 18px;
    color: #ffffff
}

@media (max-width: 575px) {
    section .acme-news-ticker-label {
        position: absolute;
        top: -45px
    }
}

section .acme-news-ticker-box {
    padding-top: 0;
    overflow: hidden;
    padding-left: 70px
}

@media (max-width: 575px) {
    section .acme-news-ticker-box {
        padding-left: 10px;
        padding-right: 120px
    }
}

section .acme-news-ticker-box ul {
    width: 100%;
    list-style-type: none !important;
    padding: 0;
    margin: 0
}

section .acme-news-ticker-box ul li a {
    text-decoration: none;
    color: #707070
}

section .acme-news-ticker-controls {
    display: flex;
    position: absolute;
    height: 100%;
    left: 20px;
    top: 0
}

section .acme-news-ticker-controls span {
    height: 100%;
    padding: 0;
    width: 20px;
    cursor: pointer;
    display: inline-block
}

section .acme-news-ticker-controls span:hover {
    background: #eee
}

section .acme-news-ticker-controls span.acme-news-ticker-arrow {
    margin: 0;
    display: inline-block;
    position: relative
}

section .acme-news-ticker-controls span.acme-news-ticker-arrow:after {
    content: '';
    display: inline-block;
    left: 50%;
    position: absolute;
    top: 50%
}

section .acme-news-ticker-controls span.acme-news-ticker-pause {
    position: relative;
    display: none
}

section .acme-news-ticker-controls.acme-news-ticker-horizontal-controls span.acme-news-ticker-prev {
    background: url("images/arrow-left.jpg") no-repeat center !important
}

section .acme-news-ticker-controls.acme-news-ticker-horizontal-controls span.acme-news-ticker-next {
    background: url("images/arrow-right.jpg") no-repeat center !important
}

section .acme-news-ticker-controls.acme-news-ticker-horizontal-controls span:hover {
    opacity: 0.8
}

section .acme-news-ticker-controls.acme-news-ticker-vertical-controls span.acme-news-ticker-prev:after {
    transform: translate(-50%, -50%) rotate(225deg)
}

section .acme-news-ticker-controls.acme-news-ticker-vertical-controls span.acme-news-ticker-next:after {
    transform: translate(-50%, -50%) rotate(405deg)
}

.acme-news-up {
    background-color: #f9f9f9;
    border-radius: 25px;
    box-shadow: 0px 3px 10px 0px #000000;
    height: auto;
    position: fixed;
    width: 90%;
    right: 0;
    bottom: 0;
    line-height: 50px;
    min-height: 50px;
    margin: 0 5% 3rem;
    z-index: 1
}

@media (max-width: 1270px) {
    .acme-news-ticker-total {
        margin: 0 !important
    }
}

@media (max-width: 1110px) {
    .acme-news-ticker-controls {
        display: none !important
    }

    section .acme-news-ticker-box {
        padding-left: 0 !important
    }
}

@media (max-width: 1042px) {
    section .acme-news-ticker-label {
        text-indent: 0 !important;
        text-align: center !important;
        width: auto !important
    }

    section .acme-news-ticker-label .acme-news-ticker-bg {
        background: none
    }
}

@media (max-width: 992px) {
    #acme-news-ticker {
        position: relative !important;
        margin: 0 5% 20px;
        right: 0;
        width: 90% !important;
        display: block !important;
        z-index: 1;
        opacity: 1 !important;
        top: 0
    }

    section .acme-news-ticker-box ul li a {
        font-size: 14px !important
    }

    .acme-news-ticker-total {
        min-height: 50px;
        margin: 0 !important
    }

    section .acme-news-ticker-box {
        padding-left: 5px !important;
        padding-right: 5px !important
    }

    section .acme-news-ticker-arrow {
        display: none !important
    }
}

@media (max-width: 594px) {
    #acme-news-ticker {
        top: 0
    }
}

.datepicker-plot-area {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none
}

.datepicker-plot-area .datepicker-time-view .down-btn, .datepicker-plot-area .datepicker-time-view .up-btn {
    transition: all 100ms ease
}

.datepicker-plot-area .datepicker-day-view .table-days td.disabled span, .datepicker-plot-area .datepicker-year-view .year-item-disable, .datepicker-plot-area .datepicker-month-view .month-item-disable {
    border-radius: 0
}

.datepicker-plot-area .datepicker-time-view .down-btn, .datepicker-plot-area .datepicker-time-view .up-btn {
    border-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.datepicker-plot-area .datepicker-time-view .down-btn {
    border-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.datepicker-plot-area, .datepicker-plot-area .datepicker-time-view > .time-segment {
    border-radius: 0
}

.datepicker-plot-area .datepicker-day-view .table-days td span, .datepicker-plot-area .datepicker-year-view .year-item, .datepicker-plot-area .datepicker-month-view .month-item, .datepicker-plot-area .datepicker-navigator .pwt-btn-next, .datepicker-plot-area .datepicker-navigator .pwt-btn-switch, .datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
    border-radius: 0
}

.datepicker-plot-area {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.datepicker-plot-area .datepicker-day-view .table-days td span, .datepicker-plot-area .datepicker-year-view .year-item, .datepicker-plot-area .datepicker-month-view .month-item, .datepicker-plot-area .datepicker-day-view .table-days td.disabled span, .datepicker-plot-area .datepicker-year-view .year-item-disable, .datepicker-plot-area .datepicker-month-view .month-item-disable, .datepicker-plot-area .datepicker-time-view > .time-segment, .datepicker-plot-area .datepicker-time-view .down-btn, .datepicker-plot-area .datepicker-time-view .up-btn, .datepicker-plot-area .datepicker-time-view input, .datepicker-plot-area .datepicker-navigator .pwt-btn-next, .datepicker-plot-area .datepicker-navigator .pwt-btn-switch, .datepicker-plot-area .datepicker-navigator .pwt-btn-prev, .datepicker-plot-area .toolbox .pwt-btn-submit, .datepicker-plot-area .toolbox .pwt-btn-calendar, .datepicker-plot-area .toolbox .pwt-btn-today {
    cursor: pointer
}

.datepicker-plot-area .datepicker-day-view .table-days td span, .datepicker-plot-area .datepicker-year-view .year-item, .datepicker-plot-area .datepicker-month-view .month-item {
    font: 14px;
    background-color: #fff;
    color: #333;
    border: 0;
    text-shadow: none
}

.datepicker-plot-area .datepicker-day-view .table-days td.disabled span, .datepicker-plot-area .datepicker-year-view .year-item-disable, .datepicker-plot-area .datepicker-month-view .month-item-disable {
    background-color: #f1f1f1;
    color: #ccc;
    border: none;
    text-shadow: none;
    cursor: default
}

.datepicker-plot-area .datepicker-day-view .table-days td.today span {
    background-color: #333;
    color: #fff;
    border: 0;
    text-shadow: none
}

.datepicker-plot-area .datepicker-day-view .table-days td span.other-month {
    background-color: "";
    color: #ccc;
    border: none;
    text-shadow: none
}

.datepicker-plot-area .datepicker-day-view .table-days td.selected span, .datepicker-plot-area .datepicker-year-view .year-item.selected, .datepicker-plot-area .datepicker-month-view .month-item.selected {
    background-color: #005299;
    color: #fff;
    border: none;
    text-shadow: 1px 1px 1px #000
}

.datepicker-plot-area .datepicker-day-view .table-days td.selected span .datepicker-plot-area .datepicker-day-view .table-days td:hover, .datepicker-plot-area .datepicker-day-view .table-days td span:hover, .datepicker-plot-area .datepicker-year-view .year-item:hover, .datepicker-plot-area .datepicker-month-view .month-item:hover {
    background-color: #007be6;
    color: #fff;
    border: 0;
    text-shadow: none
}

.datepicker-container {
    display: block;
    position: absolute;
    z-index: 100000;
    top: 0;
    direction: ltr
}

.datepicker-container.pwt-hide {
    display: none
}

.datepicker-plot-area {
    box-sizing: border-box;
    overflow: hidden;
    min-height: 70px;
    display: block;
    width: 200px;
    min-width: 200px;
    padding: 3px;
    position: absolute;
    font: 12px tahoma;
    border: 1px solid #ccc;
    background-color: #fff
}

.datepicker-plot-area.datepicker-state-only-time {
    padding: 0
}

.datepicker-plot-area table, .datepicker-plot-area th, .datepicker-plot-area td {
    border: 0;
    background: none
}

.datepicker-plot-area * {
    text-align: center;
    color: #333
}

.datepicker-plot-area .datepicker-day-view, .datepicker-plot-area .datepicker-month-view, .datepicker-plot-area .datepicker-year-view {
    display: block;
    width: 100%;
    float: left;
    min-height: 200px;
    margin: 0
}

.datepicker-plot-area-inline-view {
    display: block;
    width: 100%;
    position: static;
    float: left
}

.datepicker-plot-area .datepicker-time-view {
    display: block;
    float: left;
    width: 100%;
    padding: 5px;
    background: #f9f9f9;
    border-top: 1px solid #f1f1f1
}

.datepicker-plot-area .datepicker-time-view > .time-segment {
    display: block;
    width: 22%;
    float: left;
    overflow: hidden
}

.datepicker-plot-area .datepicker-time-view > .time-segment:hover .down-btn, .datepicker-plot-area .datepicker-time-view > .time-segment:hover .up-btn {
    font-weight: bold
}

.datepicker-plot-area .datepicker-time-view .divider {
    display: block;
    width: 3%;
    height: 60px;
    line-height: 60px;
    float: left;
    overflow: hidden;
    font: 12px bold
}

.datepicker-plot-area .datepicker-time-view .divider span {
    height: 60px;
    line-height: 60px
}

.datepicker-plot-area .datepicker-time-view .down-btn, .datepicker-plot-area .datepicker-time-view .up-btn {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    height: 20px;
    line-height: 22px;
    color: #ccc
}

.datepicker-plot-area .datepicker-time-view .down-btn:hover, .datepicker-plot-area .datepicker-time-view .up-btn:hover {
    background-color: rgba(250, 250, 250, 0.3);
    color: #807f7f
}

.datepicker-plot-area .datepicker-time-view input {
    display: block;
    width: 90%;
    margin: 0 5%;
    height: 20px;
    padding: 0;
    outline: none;
    border: none;
    background: transparent
}

.datepicker-plot-area.datepicker-state-only-time .datepicker-time-view {
    padding: 0 5px;
    margin: 0
}

.datepicker-plot-area.datepicker-state-only-time .datepicker-time-view > .time-segment, .datepicker-plot-area.datepicker-state-only-time .datepicker-time-view > .divider {
    padding: 5px 0
}

.datepicker-plot-area.datepicker-state-no-meridian .datepicker-time-view > .time-segment {
    width: 31.33%
}

.datepicker-plot-area.datepicker-state-no-meridian .datepicker-time-view > .meridian-divider {
    display: none
}

.datepicker-plot-area.datepicker-state-no-second .datepicker-time-view > .time-segment {
    width: 31.33%
}

.datepicker-plot-area.datepicker-state-no-second .datepicker-time-view > .second-divider {
    display: none
}

.datepicker-plot-area.datepicker-state-no-meridian.datepicker-state-no-second .datepicker-time-view > .time-segment {
    width: 48%
}

.datepicker-plot-area.datepicker-state-no-meridian.datepicker-state-no-second .datepicker-time-view > .second-divider, .datepicker-plot-area.datepicker-state-no-meridian.datepicker-state-no-second .datepicker-time-view > .meridian-divider {
    display: none
}

.datepicker-plot-area .datepicker-day-view .table-days {
    width: 100%;
    float: left;
    direction: rtl
}

.datepicker-plot-area .datepicker-day-view .table-days td {
    width: 14.2%;
    height: 26px;
    padding: 0;
    margin: 0;
    position: relative
}

.datepicker-plot-area .datepicker-day-view .table-days td .alter-calendar-day {
    font-style: normal;
    position: absolute;
    font-size: 8.5px;
    bottom: 0;
    right: 2px;
    color: #f1f1f1
}

.datepicker-plot-area .datepicker-day-view .table-days td span {
    display: block;
    width: 100%;
    height: 26px;
    line-height: 26px;
    padding: 0;
    margin: 0
}

.datepicker-plot-area .datepicker-day-view .month-grid-box {
    display: block;
    width: 100%;
    float: right;
    min-height: 180px;
    margin: 8px 0
}

.datepicker-plot-area .datepicker-day-view .month-grid-box .header {
    display: block;
    width: 100%;
    float: left;
    padding-bottom: 8px
}

.datepicker-plot-area .datepicker-day-view .month-grid-box .header .header-row {
    display: block;
    width: 100%;
    height: 25px;
    float: left
}

.datepicker-plot-area .datepicker-day-view .month-grid-box .header .header-row-cell {
    display: block;
    width: 14.2%;
    height: 25px;
    float: right;
    line-height: 25px;
    font: 11px;
    font-weight: bold;
    color: #333
}

.datepicker-plot-area .datepicker-year-view, .datepicker-plot-area .datepicker-month-view {
    padding-top: 10px
}

.datepicker-plot-area .datepicker-year-view .year-item, .datepicker-plot-area .datepicker-month-view .month-item {
    display: block;
    width: 33.333333%;
    margin: 2px 0 0;
    float: right;
    height: 42px;
    line-height: 42px
}

.datepicker-plot-area .datepicker-navigator {
    display: block;
    width: 100%;
    float: left
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-next, .datepicker-plot-area .datepicker-navigator .pwt-btn-switch, .datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
    display: block;
    float: left;
    height: 28px;
    line-height: 28px;
    font-weight: bold;
    background-color: rgba(250, 250, 250, 0.1);
    color: #333
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-next:hover, .datepicker-plot-area .datepicker-navigator .pwt-btn-switch:hover, .datepicker-plot-area .datepicker-navigator .pwt-btn-prev:hover {
    background-color: rgba(250, 250, 250, 0.3)
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-next {
    display: block;
    width: 15%;
    float: left
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-switch {
    display: block;
    width: 66%;
    margin: 0 2%;
    float: left
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
    display: block;
    width: 15%;
    float: left
}

.datepicker-plot-area .toolbox {
    display: block;
    float: left;
    width: 100%;
    margin-top: 5px
}

.datepicker-plot-area .toolbox .pwt-btn-submit, .datepicker-plot-area .toolbox .pwt-btn-calendar, .datepicker-plot-area .toolbox .pwt-btn-today {
    background-color: rgba(250, 250, 250, 0.1);
    float: right;
    display: block;
    font-weight: bold;
    font-size: 11px;
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
    margin: 0 auto;
    margin-left: 5px;
    padding: 0 5px;
    min-width: 50px
}

.datepicker-plot-area .toolbox .pwt-btn-submit:hover, .datepicker-plot-area .toolbox .pwt-btn-calendar:hover, .datepicker-plot-area .toolbox .pwt-btn-today:hover {
    background-color: rgba(250, 250, 250, 0.3)
}

.datepicker-plot-area .datepicker-navigator {
    display: block;
    width: 100%;
    float: left
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-next, .datepicker-plot-area .datepicker-navigator .pwt-btn-switch, .datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
    display: block;
    float: left;
    height: 28px;
    line-height: 28px;
    font-weight: bold;
    background-color: rgba(250, 250, 250, 0.1);
    color: #333
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-next:hover, .datepicker-plot-area .datepicker-navigator .pwt-btn-switch:hover, .datepicker-plot-area .datepicker-navigator .pwt-btn-prev:hover {
    background-color: rgba(250, 250, 250, 0.3)
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-next {
    display: block;
    width: 15%;
    float: left
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-switch {
    display: block;
    width: 66%;
    margin: 0 2%;
    float: left
}

.datepicker-plot-area .datepicker-navigator .pwt-btn-prev {
    display: block;
    width: 15%;
    float: left
}

.datepicker-container.pwt-mobile-view {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    transition: all 1s
}

.datepicker-container.pwt-mobile-view.pwt-hide {
    top: 100vh;
    height: 0
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .pwt-btn-submit {
    color: #fff;
    background: #ccc
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area .table-days td, .datepicker-container.pwt-mobile-view .datepicker-plot-area .table-days td span {
    height: 44px;
    line-height: 44px;
    font-size: 14px
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area .datepicker-year-view .year-item, .datepicker-container.pwt-mobile-view .datepicker-plot-area .datepicker-month-view .month-item {
    height: 70px;
    line-height: 70px
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area [class*='pwt-btn'] {
    height: 48px;
    line-height: 48px
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area .pwt-btn-today {
    float: left
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time {
    background: rgba(0, 0, 0, 0.7);
    border: 0;
    padding-top: 60%
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .pwt-btn-submit {
    margin-right: 5px
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .datepicker-time-view input {
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    margin: 5px 0
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .datepicker-time-view .divider, .datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .datepicker-time-view .divider span {
    font-size: 16px;
    display: block;
    height: 144px;
    line-height: 144px
}

.datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .datepicker-time-view .down-btn, .datepicker-container.pwt-mobile-view .datepicker-plot-area.datepicker-state-only-time .datepicker-time-view .up-btn {
    height: 48px;
    line-height: 48px
}

.datepicker-container.pwt-mobile-view .datepicker-time-view input {
    height: 32px;
    line-height: 34px;
    font-size: 18px
}

.datepicker-container.pwt-mobile-view .datepicker-time-view .divider, .datepicker-container.pwt-mobile-view .datepicker-time-view .divider span {
    height: 120px;
    line-height: 120px
}

.datepicker-container.pwt-mobile-view .datepicker-time-view .down-btn, .datepicker-container.pwt-mobile-view .datepicker-time-view .up-btn {
    height: 40px;
    line-height: 40px
}

@keyframes plyr-progress {
    to {
        background-position: 25px 0;
        background-position: var(--plyr-progress-loading-size, 25px) 0
    }
}

@keyframes plyr-popup {
    0% {
        opacity: .5;
        transform: translateY(10px)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes plyr-fade-in {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.plyr {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    align-items: center;
    direction: ltr;
    display: flex;
    flex-direction: column;
    font-family: inherit;
    font-family: var(--plyr-font-family, inherit);
    font-variant-numeric: tabular-nums;
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular, 400);
    line-height: 1.7;
    line-height: var(--plyr-line-height, 1.7);
    max-width: 100%;
    min-width: 200px;
    position: relative;
    text-shadow: none;
    transition: box-shadow .3s ease;
    z-index: 0
}

.plyr audio, .plyr iframe, .plyr video {
    display: block;
    height: 100%;
    width: 100%
}

.plyr button {
    font: inherit;
    line-height: inherit;
    width: auto
}

.plyr:focus {
    outline: 0
}

.plyr--full-ui {
    box-sizing: border-box
}

.plyr--full-ui *, .plyr--full-ui ::after, .plyr--full-ui ::before {
    box-sizing: inherit
}

.plyr--full-ui a, .plyr--full-ui button, .plyr--full-ui input, .plyr--full-ui label {
    touch-action: manipulation
}

.plyr__badge {
    background: #4a5464;
    background: var(--plyr-badge-background, #4a5464);
    border-radius: 2px;
    border-radius: var(--plyr-badge-border-radius, 2px);
    color: #0378bf;
    color: var(--plyr-badge-text-color, #0378bf);
    font-size: 9px;
    font-size: var(--plyr-font-size-badge, 9px);
    line-height: 1;
    padding: 3px 4px
}

.plyr--full-ui ::-webkit-media-text-track-container {
    display: none
}

.plyr__captions {
    animation: plyr-fade-in .3s ease;
    bottom: 0;
    display: none;
    font-size: 13px;
    font-size: var(--plyr-font-size-small, 13px);
    left: 0;
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    position: absolute;
    text-align: center;
    transition: transform .4s ease-in-out;
    width: 100%
}

.plyr__captions span:empty {
    display: none
}

@media (min-width: 480px) {
    .plyr__captions {
        font-size: 15px;
        font-size: var(--plyr-font-size-base, 15px);
        padding: calc(10px * 2);
        padding: calc(var(--plyr-control-spacing, 10px) * 2)
    }
}

@media (min-width: 768px) {
    .plyr__captions {
        font-size: 18px;
        font-size: var(--plyr-font-size-large, 18px)
    }
}

.plyr--captions-active .plyr__captions {
    display: block
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
    transform: translateY(calc(10px * -4));
    transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4))
}

.plyr__caption {
    background: rgba(0, 0, 0, 0.8);
    background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
    border-radius: 2px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    color: #0378bf;
    color: var(--plyr-captions-text-color, #0378bf);
    line-height: 185%;
    padding: .2em .5em;
    white-space: pre-wrap
}

.plyr__caption div {
    display: inline
}

.plyr__control {
    background: 0 0;
    border: 0;
    border-radius: 3px;
    border-radius: var(--plyr-control-radius, 3px);
    color: inherit;
    cursor: pointer;
    flex-shrink: 0;
    overflow: visible;
    padding: calc(10px * .7);
    padding: calc(var(--plyr-control-spacing, 10px) * .7);
    position: relative;
    transition: all .3s ease
}

.plyr__control svg {
    display: block;
    fill: currentColor;
    height: 18px;
    height: var(--plyr-control-icon-size, 18px);
    pointer-events: none;
    width: 18px;
    width: var(--plyr-control-icon-size, 18px);
    margin: 0 auto;
    color: #f1f1f1
}

.plyr__control:focus {
    outline: 0
}

.plyr__control.plyr__tab-focus {
    outline-color: #0378bf;
    outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #0378bf)));
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px
}

a.plyr__control {
    text-decoration: none
}

a.plyr__control::after, a.plyr__control::before {
    display: none
}

.plyr__control.plyr__control--pressed .icon--not-pressed, .plyr__control.plyr__control--pressed .label--not-pressed, .plyr__control:not(.plyr__control--pressed) .icon--pressed, .plyr__control:not(.plyr__control--pressed) .label--pressed {
    display: none
}

.plyr--full-ui ::-webkit-media-controls {
    display: none
}

.plyr__controls {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    text-align: center;
    padding: 0 !important;
    height: 100%
}

.plyr__controls .plyr__progress__container {
    flex: 1;
    min-width: 0
}

.plyr__control[aria-label='اجرا'] {
    background: url("../../images/play.png") no-repeat center 38%;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    left: 0
}

.plyr__control[aria-label='اجرا'] svg {
    display: none !important
}

.plyr__control[data-plyr='play'] {
    background: url("../../images/play.png") no-repeat center 38%;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    left: 0
}

.plyr__control[data-plyr='play'] svg {
    display: none !important
}

.plyr__control[aria-label='مکث'] {
    background: url("../../images/pause.png") no-repeat center 38%;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center;
    left: 0
}

.plyr__control[aria-label='مکث'] svg {
    display: none !important
}

.plyr__time--current {
    position: absolute;
    bottom: 40px;
    left: 10px;
    color: #0378bf;
    width: 50px;
    border: 1px solid #fff;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px
}

.plyr__time--duration {
    position: absolute;
    bottom: 40px;
    left: 59px;
    width: 50px;
    color: #fff;
    border: 1px solid #fff;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px
}

.plyr__controls .plyr__controls__item:first-child {
    margin-left: 0;
    margin-right: auto
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
    padding-left: 0;
    bottom: 0;
    position: absolute;
    width: 100%;
    right: 0
}

.plyr__controls .plyr__controls__item.plyr__time {
    padding: 0 calc(10px / 2);
    padding: 0 calc(var(--plyr-control-spacing, 10px) / 2)
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time, .plyr__controls .plyr__controls__item.plyr__time:first-child {
    padding-left: 0
}

.plyr__controls:empty {
    display: none
}

.plyr [data-plyr=airplay], .plyr [data-plyr=captions], .plyr [data-plyr=fullscreen], .plyr [data-plyr=pip] {
    display: none
}

.plyr--airplay-supported [data-plyr=airplay], .plyr--captions-enabled [data-plyr=captions], .plyr--fullscreen-enabled [data-plyr=fullscreen], .plyr--pip-supported [data-plyr=pip] {
    display: inline-block
}

.plyr__menu {
    display: flex;
    bottom: 35px;
    position: absolute;
    right: 10px
}

.plyr [data-plyr="download"] {
    bottom: 35px;
    position: absolute;
    right: 35px
}

.plyr [data-plyr="pip"] {
    bottom: 35px;
    position: absolute;
    right: 110px
}

.plyr [data-plyr="fast-forward"] {
    bottom: 35px;
    position: absolute;
    right: 40px
}

.plyr [data-plyr="rewind"] {
    bottom: 35px;
    position: absolute;
    right: 75px
}

.plyr [data-plyr="fullscreen"] {
    bottom: 35px;
    position: absolute;
    right: 145px
}

.plyr__menu .plyr__control svg {
    transition: transform .3s ease
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
    transform: rotate(90deg)
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
    display: none
}

.plyr__menu__container {
    animation: plyr-popup .2s ease;
    background: rgba(255, 255, 255, 0.9);
    background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
    border-radius: 4px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
    color: #4a5464;
    color: var(--plyr-menu-color, #4a5464);
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    margin-bottom: 10px;
    position: absolute;
    right: -3px;
    text-align: left;
    white-space: nowrap;
    z-index: 3
}

.plyr__menu__container > div {
    overflow: hidden;
    transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1)
}

.plyr__menu__container::after {
    border: 4px solid transparent;
    border: var(--plyr-menu-arrow-size, 4px) solid transparent;
    border-top-color: rgba(255, 255, 255, 0.9);
    border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
    content: '';
    height: 0;
    position: absolute;
    right: calc(((18px / 2) + calc(10px * .7)) - (4px / 2));
    right: calc(((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * .7)) - (var(--plyr-menu-arrow-size, 4px) / 2));
    top: 100%;
    width: 0
}

.plyr__menu__container [role=menu] {
    padding: calc(10px * .7);
    padding: calc(var(--plyr-control-spacing, 10px) * .7)
}

.plyr__menu__container [role=menuitem], .plyr__menu__container [role=menuitemradio] {
    margin-top: 2px
}

.plyr__menu__container [role=menuitem]:first-child, .plyr__menu__container [role=menuitemradio]:first-child {
    margin-top: 0
}

.plyr__menu__container .plyr__control {
    align-items: center;
    color: #4a5464;
    color: var(--plyr-menu-color, #4a5464);
    display: flex;
    font-size: 13px;
    font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
    padding-bottom: calc(calc(10px * .7) / 1.5);
    padding-bottom: calc(calc(var(--plyr-control-spacing, 10px) * .7) / 1.5);
    padding-left: calc(calc(10px * .7) * 1.5);
    padding-left: calc(calc(var(--plyr-control-spacing, 10px) * .7) * 1.5);
    padding-right: calc(calc(10px * .7) * 1.5);
    padding-right: calc(calc(var(--plyr-control-spacing, 10px) * .7) * 1.5);
    padding-top: calc(calc(10px * .7) / 1.5);
    padding-top: calc(calc(var(--plyr-control-spacing, 10px) * .7) / 1.5);
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%
}

.plyr__menu__container .plyr__control > span {
    align-items: inherit;
    display: flex;
    width: 100%
}

.plyr__menu__container .plyr__control::after {
    border: 4px solid transparent;
    border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.plyr__menu__container .plyr__control--forward {
    padding-right: calc(calc(10px * .7) * 4);
    padding-right: calc(calc(var(--plyr-control-spacing, 10px) * .7) * 4)
}

.plyr__menu__container .plyr__control--forward::after {
    border-left-color: #728197;
    border-left-color: var(--plyr-menu-arrow-color, #728197);
    right: calc((calc(10px * .7) * 1.5) - 4px);
    right: calc((calc(var(--plyr-control-spacing, 10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px))
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
    border-left-color: currentColor
}

.plyr__menu__container .plyr__control--back {
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular, 400);
    margin: calc(10px * .7);
    margin: calc(var(--plyr-control-spacing, 10px) * .7);
    margin-bottom: calc(calc(10px * .7) / 2);
    margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) * .7) / 2);
    padding-left: calc(calc(10px * .7) * 4);
    padding-left: calc(calc(var(--plyr-control-spacing, 10px) * .7) * 4);
    position: relative;
    width: calc(100% - (calc(10px * .7) * 2));
    width: calc(100% - (calc(var(--plyr-control-spacing, 10px) * .7) * 2))
}

.plyr__menu__container .plyr__control--back::after {
    border-right-color: #728197;
    border-right-color: var(--plyr-menu-arrow-color, #728197);
    left: calc((calc(10px * .7) * 1.5) - 4px);
    left: calc((calc(var(--plyr-control-spacing, 10px) * .7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px))
}

.plyr__menu__container .plyr__control--back::before {
    background: #dcdfe5;
    background: var(--plyr-menu-back-border-color, #dcdfe5);
    box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
    content: '';
    height: 1px;
    left: 0;
    margin-top: calc(calc(10px * .7) / 2);
    margin-top: calc(calc(var(--plyr-control-spacing, 10px) * .7) / 2);
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 100%
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
    border-right-color: currentColor
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
    padding-left: calc(10px * .7);
    padding-left: calc(var(--plyr-control-spacing, 10px) * .7)
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after, .plyr__menu__container .plyr__control[role=menuitemradio]::before {
    border-radius: 100%
}

.plyr__menu__container .plyr__control[role=menuitemradio]::before {
    background: rgba(0, 0, 0, 0.1);
    content: '';
    display: block;
    flex-shrink: 0;
    height: 16px;
    margin-right: 10px;
    margin-right: var(--plyr-control-spacing, 10px);
    transition: all .3s ease;
    width: 16px
}

.plyr__menu__container .plyr__control[role=menuitemradio]::after {
    background: #0378bf;
    border: 0;
    height: 6px;
    left: 12px;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%) scale(0);
    transition: transform .3s ease, opacity .3s ease;
    width: 6px
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
    background: #0378bf
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
    opacity: 1;
    transform: translateY(-50%) scale(1)
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
    background: rgba(35, 40, 47, 0.1)
}

.plyr__menu__container .plyr__menu__value {
    align-items: center;
    display: flex;
    margin-left: auto;
    margin-right: calc((calc(10px * .7) - 2) * -1);
    margin-right: calc((calc(var(--plyr-control-spacing, 10px) * .7) - 2) * -1);
    overflow: hidden;
    padding-left: calc(calc(10px * .7) * 3.5);
    padding-left: calc(calc(var(--plyr-control-spacing, 10px) * .7) * 3.5);
    pointer-events: none
}

.plyr--full-ui input[type=range] {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: calc(13px * 2);
    border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
    color: #0378bf;
    color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #0378bf)));
    display: block;
    height: calc((3px * 2) + 13px);
    height: calc((var(--plyr-range-thumb-active-shadow-width, 3px) * 2) + var(--plyr-range-thumb-height, 13px));
    margin: 0;
    min-width: 0;
    padding: 0;
    transition: box-shadow .3s ease;
    width: 100%
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
    background: 0 0;
    border: 0;
    border-radius: calc(5px / 2);
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: 5px;
    height: var(--plyr-range-track-height, 20px);
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    -webkit-user-select: none;
    user-select: none;
    background-image: linear-gradient(to right, currentColor 0, transparent 0);
    background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0))
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
    background: none !important;
    border: 0;
    border-radius: 0;
    box-shadow: 0;
    height: 13px;
    height: var(--plyr-range-thumb-height, 13px);
    position: relative;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    width: 13px;
    width: var(--plyr-range-thumb-height, 13px);
    -webkit-appearance: none;
    margin-top: calc(((13px - 5px) / 2) * -1);
    margin-top: calc(((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2) * -1)
}

.plyr--full-ui input[type=range]::-moz-range-track {
    background: 0 0;
    border: 0;
    border-radius: calc(5px / 2);
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -moz-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    user-select: none
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
    background: #fff;
    background: var(--plyr-range-thumb-background, #fff);
    border: 0;
    border-radius: 100%;
    box-shadow: 0;
    height: 13px;
    height: var(--plyr-range-thumb-height, 13px);
    position: relative;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    width: 13px;
    width: var(--plyr-range-thumb-height, 13px)
}

.plyr--full-ui input[type=range]::-moz-range-progress {
    background: currentColor;
    border-radius: calc(5px / 2);
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px)
}

.plyr--full-ui input[type=range]::-ms-track {
    background: 0 0;
    border: 0;
    border-radius: calc(5px / 2);
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -ms-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    -ms-user-select: none;
    user-select: none;
    color: transparent
}

.plyr--full-ui input[type=range]::-ms-fill-upper {
    background: 0 0;
    border: 0;
    border-radius: calc(5px / 2);
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -ms-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    -ms-user-select: none;
    user-select: none
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
    background: 0 0;
    border: 0;
    border-radius: calc(5px / 2);
    border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    -ms-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    -ms-user-select: none;
    user-select: none;
    background: currentColor
}

.plyr--full-ui input[type=range]::-ms-thumb {
    background: #0378bf;
    background: var(--plyr-range-thumb-background, #0378bf);
    border: 0;
    border-radius: 100%;
    box-shadow: 0;
    height: 13px;
    height: var(--plyr-range-thumb-height, 13px);
    position: relative;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
    width: 13px;
    width: var(--plyr-range-thumb-height, 13px);
    margin-top: 0
}

.plyr--full-ui input[type=range]::-ms-tooltip {
    display: none
}

.plyr--full-ui input[type=range]:focus {
    outline: 0
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
    border: 0
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
    outline-color: #0378bf;
    outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #0378bf)));
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
    outline-color: #0378bf;
    outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #0378bf)));
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
    outline-color: #0378bf;
    outline-color: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #0378bf)));
    outline-offset: 2px;
    outline-style: dotted;
    outline-width: 3px
}

.plyr__poster {
    background-color: #000;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .2s ease;
    width: 100%;
    z-index: 1
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
    opacity: 1
}

.plyr__time {
    font-size: 13px;
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px))
}

.plyr__time + .plyr__time::before {
    content: '\2044';
    margin-right: 10px;
    margin-right: var(--plyr-control-spacing, 10px)
}

@media (max-width: calc(768px - 1px)) {
    .plyr__time + .plyr__time {
        display: none
    }
}

.plyr__tooltip {
    background: rgba(255, 255, 255, 0.9);
    background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
    border-radius: 3px;
    border-radius: var(--plyr-tooltip-radius, 3px);
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
    color: #4a5464;
    color: var(--plyr-tooltip-color, #4a5464);
    font-size: 13px;
    font-size: var(--plyr-font-size-small, 13px);
    font-weight: 400;
    font-weight: var(--plyr-font-weight-regular, 400);
    left: 50%;
    line-height: 1.3;
    margin-bottom: calc(calc(10px / 2) * 2);
    margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
    opacity: 0;
    padding: calc(10px / 2) calc(calc(10px / 2) * 1.5);
    padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);
    pointer-events: none;
    position: absolute;
    transform: translate(-50%, 10px) scale(0.8);
    transform-origin: 50% 100%;
    transition: transform .2s .1s ease, opacity .2s .1s ease;
    white-space: nowrap;
    z-index: 2
}

.plyr__tooltip::before {
    border-left: 4px solid transparent;
    border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-right: 4px solid transparent;
    border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-top: 4px solid rgba(255, 255, 255, 0.9);
    border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
    bottom: calc(4px * -1);
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr .plyr__control:hover .plyr__tooltip, .plyr__tooltip--visible {
    opacity: 1;
    transform: translate(-50%, 0) scale(1)
}

.plyr .plyr__control:hover .plyr__tooltip {
    z-index: 3
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
    left: 0;
    transform: translate(0, 10px) scale(0.8);
    transform-origin: 0 100%
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip::before, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
    left: calc((18px / 2) + calc(10px * .7));
    left: calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * .7))
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
    left: auto;
    right: 0;
    transform: translate(0, 10px) scale(0.8);
    transform-origin: 100% 100%
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
    left: auto;
    right: calc((18px / 2) + calc(10px * .7));
    right: calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * .7));
    transform: translateX(50%)
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible, .plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:last-child .plyr__tooltip--visible, .plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip, .plyr__controls > .plyr__control:last-child:hover .plyr__tooltip {
    transform: translate(0, 0) scale(1)
}

.plyr__progress {
    left: calc(13px * .5);
    left: calc(var(--plyr-range-thumb-height, 13px) * .5);
    margin-right: 13px;
    margin-right: var(--plyr-range-thumb-height, 13px);
    position: relative
}

.plyr__progress input[type=range], .plyr__progress__buffer {
    margin-left: calc(13px * -.5);
    margin-left: calc(var(--plyr-range-thumb-height, 13px) * -.5);
    margin-right: calc(13px * -.5);
    margin-right: calc(var(--plyr-range-thumb-height, 13px) * -.5);
    width: calc(100% + 13px);
    width: calc(100% + var(--plyr-range-thumb-height, 13px))
}

.plyr__progress input[type=range] {
    position: relative;
    z-index: 2
}

.plyr__progress .plyr__tooltip {
    font-size: 13px;
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
    left: 0;
    z-index: 1000
}

.plyr__progress__buffer {
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    border-radius: 100px;
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    left: 0;
    margin-top: calc((5px / 2) * -1);
    margin-top: calc((var(--plyr-range-track-height, 5px) / 2) * -1);
    padding: 0;
    position: absolute;
    top: 50%
}

.plyr__progress__buffer::-webkit-progress-bar {
    background: 0 0
}

.plyr__progress__buffer::-webkit-progress-value {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    min-width: var(--plyr-range-track-height, 5px);
    -webkit-transition: width .2s ease;
    transition: width .2s ease
}

.plyr__progress__buffer::-moz-progress-bar {
    background: currentColor;
    border-radius: 100px;
    min-width: 5px;
    min-width: var(--plyr-range-track-height, 5px);
    -moz-transition: width .2s ease;
    transition: width .2s ease
}

.plyr__progress__buffer::-ms-fill {
    border-radius: 100px;
    -ms-transition: width .2s ease;
    transition: width .2s ease
}

.plyr--loading .plyr__progress__buffer {
    animation: plyr-progress 1s linear infinite;
    background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, transparent 25%, transparent 50%, rgba(35, 40, 47, 0.6) 50%, rgba(35, 40, 47, 0.6) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
    background-repeat: repeat-x;
    background-size: 25px 25px;
    background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
    color: transparent
}

.plyr--video.plyr--loading .plyr__progress__buffer {
    background-color: rgba(255, 255, 255, 0.25);
    background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
    background-color: rgba(193, 200, 209, 0.6);
    background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))
}

.plyr__volume {
    align-items: center;
    display: flex;
    max-width: 110px;
    min-width: 80px;
    position: absolute;
    bottom: 35px;
    left: 120px;
    width: 20%
}

.plyr__volume input[type=range] {
    margin-left: calc(10px / 2);
    margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
    margin-right: calc(10px / 2);
    margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
    position: relative;
    z-index: 2
}

.plyr--is-ios .plyr__volume {
    min-width: 0;
    width: auto
}

.plyr--audio {
    display: block;
    position: unset !important
}

.plyr--audio .plyr__controls {
    background: none;
    color: #4a5464;
    color: var(--plyr-audio-control-color, #4a5464);
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px)
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
    opacity: .5;
    color: #0378bf;
    color: var(--plyr-audio-control-color-hover, #0378bf)
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
    background-color: rgba(193, 200, 209, 0.6);
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)))
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
    background-color: rgba(193, 200, 209, 0.6);
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)))
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
    background-color: rgba(193, 200, 209, 0.6);
    background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb, .plyr--full-ui.plyr--audio input.nice-select.open[type=range]::-webkit-slider-thumb {
    box-shadow: 0
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb, .plyr--full-ui.plyr--audio input.nice-select.open[type=range]::-moz-range-thumb {
    box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
    box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1))
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb, .plyr--full-ui.plyr--audio input.nice-select.open[type=range]::-ms-thumb {
    box-shadow: 0
}

.plyr--audio .plyr__progress__buffer {
    color: rgba(193, 200, 209, 0.6);
    color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6))
}

.plyr--video {
    background: #000;
    overflow: hidden
}

.plyr--video.plyr--menu-open {
    overflow: visible
}

.plyr__video-wrapper {
    background: #000;
    height: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%
}

.plyr__video-embed, .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%
}

.plyr__video-embed iframe, .plyr__video-wrapper--fixed-ratio video {
    border: 0;
    left: 0;
    position: absolute;
    top: 0
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
    padding-bottom: 240%;
    position: relative;
    transform: translateY(-38.28125%)
}

.plyr--video .plyr__controls {
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75));
    background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    bottom: 0;
    color: #0378bf;
    color: var(--plyr-video-control-color, #0378bf);
    left: 0;
    padding: calc(10px / 2);
    padding: calc(var(--plyr-control-spacing, 10px) / 2);
    padding-top: calc(10px * 2);
    padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
    position: absolute;
    right: 0;
    transition: opacity .4s ease-in-out, transform .4s ease-in-out;
    z-index: 3
}

@media (min-width: 480px) {
    .plyr--video .plyr__controls {
        padding: 10px;
        padding: var(--plyr-control-spacing, 10px);
        padding-top: calc(10px * 3.5);
        padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5)
    }
}

.plyr--video.plyr--hide-controls .plyr__controls {
    opacity: 0;
    pointer-events: none;
    transform: translateY(100%)
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    opacity: .5;
    color: #0378bf;
    color: var(--plyr-audio-control-color-hover, #0378bf)
}

.plyr__control--overlaid {
    background: #0378bf;
    background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #0378bf)));
    border: 0;
    border-radius: 100%;
    color: #0378bf;
    color: var(--plyr-video-control-color, #0378bf);
    display: none;
    left: 50%;
    opacity: .9;
    padding: calc(10px * 1.5);
    padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: .3s;
    z-index: 2
}

.plyr__control--overlaid svg {
    left: 2px;
    position: relative
}

.plyr__control--overlaid:focus, .plyr__control--overlaid:hover {
    opacity: 1
}

.plyr--playing .plyr__control--overlaid {
    opacity: 0;
    visibility: hidden
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
    display: block
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
    background-color: rgba(255, 255, 255, 0.25);
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)))
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
    background-color: rgba(255, 255, 255, 0.25);
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)))
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
    background-color: rgba(255, 255, 255, 0.25);
    background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)))
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb, .plyr--full-ui.plyr--video input.nice-select.open[type=range]::-webkit-slider-thumb {
    box-shadow: 0
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb, .plyr--full-ui.plyr--video input.nice-select.open[type=range]::-moz-range-thumb {
    box-shadow: 0
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb, .plyr--full-ui.plyr--video input.nice-select.open[type=range]::-ms-thumb {
    box-shadow: 0
}

.plyr--video .plyr__progress__buffer {
    color: rgba(255, 255, 255, 0.25);
    color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25))
}

.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-webkit-full-screen video {
    height: 100%
}

.plyr:-ms-fullscreen video {
    height: 100%
}

.plyr:fullscreen video {
    height: 100%
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static
}

.plyr:fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative
}

.plyr:fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display: none
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display: none
}

.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none
}

.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none
}

.plyr:fullscreen.plyr--hide-controls {
    cursor: none
}

@media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }

    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }

    .plyr:fullscreen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr:-webkit-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-webkit-full-screen video {
    height: 100%
}

.plyr:-webkit-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static
}

.plyr:-webkit-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none
}

.plyr:-webkit-full-screen.plyr--hide-controls {
    cursor: none
}

@media (min-width: 1024px) {
    .plyr:-webkit-full-screen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr:-moz-full-screen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-moz-full-screen video {
    height: 100%
}

.plyr:-moz-full-screen .plyr__video-wrapper {
    height: 100%;
    position: static
}

.plyr:-moz-full-screen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-moz-full-screen .plyr__control .icon--exit-fullscreen + svg {
    display: none
}

.plyr:-moz-full-screen.plyr--hide-controls {
    cursor: none
}

@media (min-width: 1024px) {
    .plyr:-moz-full-screen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr:-ms-fullscreen {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%
}

.plyr:-ms-fullscreen video {
    height: 100%
}

.plyr:-ms-fullscreen .plyr__video-wrapper {
    height: 100%;
    position: static
}

.plyr:-ms-fullscreen.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr:-ms-fullscreen .plyr__control .icon--exit-fullscreen + svg {
    display: none
}

.plyr:-ms-fullscreen.plyr--hide-controls {
    cursor: none
}

@media (min-width: 1024px) {
    .plyr:-ms-fullscreen .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr--fullscreen-fallback {
    background: #000;
    border-radius: 0 !important;
    height: 100%;
    margin: 0;
    width: 100%;
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10000000
}

.plyr--fullscreen-fallback video {
    height: 100%
}

.plyr--fullscreen-fallback .plyr__video-wrapper {
    height: 100%;
    position: static
}

.plyr--fullscreen-fallback.plyr--vimeo .plyr__video-wrapper {
    height: 0;
    position: relative
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
    display: block
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
    display: none
}

.plyr--fullscreen-fallback.plyr--hide-controls {
    cursor: none
}

@media (min-width: 1024px) {
    .plyr--fullscreen-fallback .plyr__captions {
        font-size: 21px;
        font-size: var(--plyr-font-size-xlarge, 21px)
    }
}

.plyr__ads {
    border-radius: inherit;
    bottom: 0;
    cursor: pointer;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.plyr__ads > div, .plyr__ads > div iframe {
    height: 100%;
    position: absolute;
    width: 100%
}

.plyr__ads::after {
    background: #23282f;
    border-radius: 2px;
    bottom: 10px;
    bottom: var(--plyr-control-spacing, 10px);
    color: #0378bf;
    content: attr(data-badge-text);
    font-size: 11px;
    padding: 2px 6px;
    pointer-events: none;
    position: absolute;
    right: 10px;
    right: var(--plyr-control-spacing, 10px);
    z-index: 3
}

.plyr__ads::after:empty {
    display: none
}

.plyr__cues {
    background: currentColor;
    display: block;
    height: 5px;
    height: var(--plyr-range-track-height, 5px);
    left: 0;
    margin: -var(--plyr-range-track-height, 5px)/2 0 0;
    opacity: .8;
    position: absolute;
    top: 50%;
    width: 3px;
    z-index: 3
}

.plyr__preview-thumb {
    background-color: rgba(255, 255, 255, 0.9);
    background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
    border-radius: 3px;
    bottom: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
    margin-bottom: calc(calc(10px / 2) * 2);
    margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
    opacity: 0;
    padding: 3px;
    padding: var(--plyr-tooltip-radius, 3px);
    pointer-events: none;
    position: absolute;
    transform: translate(0, 10px) scale(0.8);
    transform-origin: 50% 100%;
    transition: transform .2s .1s ease, opacity .2s .1s ease;
    z-index: 2
}

.plyr__preview-thumb--is-shown {
    opacity: 1;
    transform: translate(0, 0) scale(1)
}

.plyr__preview-thumb::before {
    border-left: 4px solid transparent;
    border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-right: 4px solid transparent;
    border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
    border-top: 4px solid rgba(255, 255, 255, 0.9);
    border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
    bottom: calc(4px * -1);
    bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 0;
    z-index: 2
}

.plyr__preview-thumb__image-container {
    background: #c1c8d1;
    border-radius: calc(3px - 1px);
    border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
    overflow: hidden;
    position: relative;
    z-index: 0
}

.plyr__preview-thumb__image-container img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr__preview-thumb__time-container {
    bottom: 6px;
    left: 0;
    position: absolute;
    right: 0;
    white-space: nowrap;
    z-index: 3
}

.plyr__preview-thumb__time-container span {
    background-color: rgba(0, 0, 0, 0.55);
    border-radius: calc(3px - 1px);
    border-radius: calc(var(--plyr-tooltip-radius, 3px) - 1px);
    color: #0378bf;
    font-size: 13px;
    font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
    padding: 3px 6px
}

.plyr__preview-scrubbing {
    bottom: 0;
    filter: blur(1px);
    height: 100%;
    left: 0;
    margin: auto;
    opacity: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .3s ease;
    width: 100%;
    z-index: 1
}

.plyr__preview-scrubbing--is-shown {
    opacity: 1
}

.plyr__preview-scrubbing img {
    height: 100%;
    left: 0;
    max-height: none;
    max-width: none;
    object-fit: contain;
    position: absolute;
    top: 0;
    width: 100%
}

.plyr--no-transition {
    transition: none !important
}

.plyr__sr-only {
    clip: rect(1px, 1px, 1px, 1px);
    overflow: hidden;
    border: 0 !important;
    height: 1px !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.plyr [hidden] {
    display: none !important
}

.nice-select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
    border-radius: .25rem;
    border: solid 1px #777;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: none;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: calc(1.5em + .75rem + 2px);
    line-height: calc(1.5em + .75rem + 2px) -2;
    outline: none;
    padding-right: 18px;
    padding-left: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.nice-select span {
    display: block;
    line-height: 30px;
    height: 100%
}

.nice-select:hover {
    border-color: #6a6a6a
}

.nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #707070
}

.nice-select:after {
    border-bottom: 2px solid #707070;
    border-right: 2px solid #707070;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    left: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 5px
}

.nice-select.open:after {
    transform: rotate(-135deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #7c7c7c;
    color: #707070;
    pointer-events: none
}

.nice-select.disabled:after {
    border-color: #a3a3a3
}

.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;
    border-radius: .25rem;
    box-shadow: 0 0 0 1px rgba(51, 51, 51, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    transform-origin: 50% 0;
    transform: scale(0.75) translateY(-calc(1.5em+.75rem+2px)/2);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9
}

.nice-select .list:hover .option:not(:hover) {
    background-color: transparent !important
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: calc(1.5em + .75rem + 2px) -2;
    list-style: none;
    min-height: calc(1.5em + .75rem + 2px) -2;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    transition: all 0.2s
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
    background-color: #eee
}

.nice-select .option.selected {
    font-weight: bold
}

.nice-select .option.disabled {
    background-color: transparent;
    color: #707070;
    cursor: default
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list {
    display: block
}

.nice-select .list::-webkit-scrollbar {
    width: 0
}

.nice-select .list {
    margin-top: 5px;
    top: 100%;
    border-top: 0;
    border-radius: 0 0 5px 5px;
    max-height: 210px;
    overflow-y: scroll;
    padding: 52px 0 0
}

.nice-select.has-multiple {
    white-space: inherit;
    height: auto;
    padding: 7px 12px;
    min-height: 36px;
    line-height: 22px
}

.nice-select.has-multiple span.current {
    border: 1px solid #CCC;
    background: #EEE;
    padding: 0 10px;
    border-radius: 3px;
    display: inline-block;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 3px;
    margin-right: 3px
}

.nice-select.has-multiple .multiple-options {
    display: block;
    line-height: 24px;
    padding: 0
}

.nice-select .nice-select-search-box {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    margin-top: 5px;
    top: 100%;
    left: 0;
    z-index: 8;
    padding: 5px;
    background: #FFF;
    opacity: 0;
    pointer-events: none;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 0 1px rgba(68, 88, 112, 0.11);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out
}

.nice-select .nice-select-search {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: none;
    color: #333;
    display: inline-block;
    vertical-align: middle;
    padding: 7px 12px;
    margin: 0 10px 0 0;
    width: 100% !important;
    min-height: 36px;
    line-height: 22px;
    height: auto;
    outline: 0 !important
}

.nice-select.open .nice-select-search-box {
    opacity: 1;
    z-index: 10;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.toast-title {
    font-weight: bold
}

.toast-message {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.toast-message a, .toast-message label {
    color: #FFFFFF
}

.toast-message a:hover {
    color: #CCCCCC;
    text-decoration: none
}

.toast-close-button {
    position: relative;
    right: -0.3em;
    top: -0.3em;
    float: right;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    -webkit-text-shadow: 0 1px 0 #ffffff;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80);
    line-height: 1
}

.toast-close-button:hover, .toast-close-button:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

.rtl .toast-close-button {
    left: -0.3em;
    float: left;
    right: 0.3em
}

button.toast-close-button {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.toast-top-center {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-center {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-full-width {
    top: 0;
    right: 0;
    width: 100%
}

.toast-bottom-full-width {
    bottom: 0;
    right: 0;
    width: 100%
}

.toast-top-left {
    top: 12px;
    left: 12px
}

.toast-top-right {
    top: 12px;
    right: 12px
}

.toast-bottom-right {
    right: 12px;
    bottom: 12px
}

.toast-bottom-left {
    bottom: 12px;
    left: 12px
}

#toast-container {
    position: fixed;
    z-index: 999999;
    pointer-events: none
}

#toast-container * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#toast-container > div {
    position: relative;
    pointer-events: auto;
    overflow: hidden;
    margin: 0 0 6px;
    padding: 15px 15px 15px 50px;
    width: 300px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-position: 15px center;
    background-repeat: no-repeat;
    -moz-box-shadow: 0 0 12px #999999;
    -webkit-box-shadow: 0 0 12px #999999;
    box-shadow: 0 0 12px #999999;
    color: #FFFFFF;
    opacity: 0.8;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    filter: alpha(opacity=80)
}

#toast-container > div.rtl {
    direction: rtl;
    padding: 15px 50px 15px 15px;
    background-position: right 15px center
}

#toast-container > div:hover {
    -moz-box-shadow: 0 0 12px #000000;
    -webkit-box-shadow: 0 0 12px #000000;
    box-shadow: 0 0 12px #000000;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    cursor: pointer
}

#toast-container > .toast-info {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important
}

#toast-container > .toast-error {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important
}

#toast-container > .toast-success {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important
}

#toast-container > .toast-warning {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important
}

#toast-container.toast-top-center > div, #toast-container.toast-bottom-center > div {
    width: 30%;
    margin-left: auto;
    text-align: center;
    margin-right: auto
}

#toast-container.toast-top-full-width > div, #toast-container.toast-bottom-full-width > div {
    width: 96%;
    margin-left: auto;
    margin-right: auto
}

.toast {
    background-color: #030303
}

.toast-success {
    background-color: #51A351
}

.toast-error {
    background-color: #BD362F
}

.toast-info {
    background-color: #2F96B4
}

.toast-warning {
    background-color: #F89406
}

.toast-progress {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 4px;
    background-color: #000000;
    opacity: 0.4;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    filter: alpha(opacity=40)
}

@media all and (max-width: 240px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 11em
    }

    #toast-container > div.rtl {
        padding: 8px 50px 8px 8px
    }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -0.2em;
        right: 0.2em
    }
}

@media all and (min-width: 241px) and (max-width: 480px) {
    #toast-container > div {
        padding: 8px 8px 8px 50px;
        width: 18em
    }

    #toast-container > div.rtl {
        padding: 8px 50px 8px 8px
    }

    #toast-container .toast-close-button {
        right: -0.2em;
        top: -0.2em
    }

    #toast-container .rtl .toast-close-button {
        left: -0.2em;
        right: 0.2em
    }
}

@media all and (min-width: 481px) and (max-width: 768px) {
    #toast-container > div {
        padding: 15px 15px 15px 50px;
        width: 25em
    }

    #toast-container > div.rtl {
        padding: 15px 50px 15px 15px
    }
}

.mg-accordion, .mg-accordion ul {
    list-style-type: none
}

.mg-accordion .submenu {
    display: none
}

.my-menu, .mg-flat {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important
}

.justify-items-evenly {
    justify-content: space-evenly
}

.mg-flat span.toggler {
    float: right;
    width: 13px;
    height: 14px;
    position: absolute;
    display: block;
    margin-left: 10px;
    background-size: 80% !important;
    top: 12px
}

.mg-flat a {
    text-decoration: none;
    display: block
}

#my-menu li a {
    padding: 10px 5px;
    color: #a4a4a4
}

#my-menu li a:hover {
    color: #0378bf;
    cursor: pointer
}

a.openItem {
    color: #0378bf !important
}

.openItem span.toggler {
    transform: rotate(150deg);
    color: #a4a4a4
}

.toggler {
    transition: all 1s
}

span.toggler i.fa-arrow-circle-down {
    display: none
}

.acar_span, .estefta_main_cat {
    display: inline-block;
    padding-right: 20px;
    width: 100%
}

.openItem2 {
    color: #0378bf !important
}

.clearfix {
    display: block;
    clear: both;
    content: ""
}

@font-face {
    font-family: "shabnam";
    src: url("fonts/Shabnam-FD.eot");
    src: url("fonts/Shabnam-FD.eot?#iefix") format("embedded-opentype"), url("fonts/Shabnam-FD.woff") format("woff"), url("fonts/Shabnam-FD.ttf") format("truetype")
}

@font-face {
    font-family: "estedad";
    src: url("fonts/Estedad.eot");
    src: url("fonts/Estedad.eot?#iefix") format("embedded-opentype"), url("fonts/Estedad.woff") format("woff"), url("fonts/Estedad.ttf") format("truetype")
}

@font-face {
    font-family: "Shabnam-Bold";
    src: url("fonts/Shabnam-Bold.eot");
    src: url("fonts/Shabnam-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Shabnam-Bold.woff") format("woff"), url("fonts/Shabnam-Bold.ttf") format("truetype")
}

html {
    position: relative
}

body {
    background: transparent;
    text-align: justify;
    font-size: 13px;
    color: unset
}

textarea.form-control {
    border: 0
}

.cbp-af-header {
    box-shadow: 0px 10px 3px 0px #0000002e
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a:before {
    text-decoration: none
}

:focus {
    outline: none !important
}

ul {
    list-style-type: none
}

* {
    list-style-type: none
}

.text-grey {
    color: #a4a4a4
}

.d-inline-table {
    display: inline-table !important
}

.d-inline-flex {
    display: inline-flex !important
}

.position-unset {
    position: unset !important
}

.position-relative {
    position: relative !important
}

p, small, label, span {
    white-space: normal !important
}

.right {
    float: right !important
}

.left {
    float: left !important
}

.no-border {
    border: 0 !important
}

.rtl {
    direction: rtl !important
}

.ltr {
    direction: ltr !important
}

.pt-6 {
    padding-top: 6rem !important
}

.pt-7 {
    padding-top: 7rem !important
}

.pt-8 {
    padding-top: 8rem !important
}

.pt-9 {
    padding-top: 9rem !important
}

.pt-10 {
    padding-top: 10rem !important
}

.form-control {
    font-size: 13px
}

.full-width {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important
}

.border-radius {
    border: 0 solid #fff !important;
    border-top-left-radius: 9px !important;
    border-top-right-radius: 9px !important;
    border-bottom-right-radius: 9px !important;
    border-bottom-left-radius: 9px !important
}

.border-radius-input {
    border: 1px solid #fff !important;
    border-top-left-radius: 9px !important;
    border-top-right-radius: 9px !important;
    border-bottom-right-radius: 9px !important;
    border-bottom-left-radius: 9px !important
}

.container-sm {
    width: 1400px;
    max-width: 1400px
}

@media (max-width: 1440px) {
    .container-sm {
        width: 1200px;
        max-width: 1200px
    }

    #library .section-seven_card_item .book-btn {
        width: 70px !important
    }
}

@media (max-width: 1240px) {
    .container-sm {
        width: 90%;
        max-width: 90%
    }
}

@media (max-width: 1109px) {
    .formSubmit {
        float: none !important
    }
}

.input-group-prepend {
    position: absolute;
    left: 0;
    z-index: 9
}

.input-group-prepend .input-group-text {
    border-radius: 9px;
    background: none;
    border: none
}

.header-wrapper {
    background: url("../../images/header.png") center center #025181
}

.img-responsive {
    width: 100%;
    height: auto;
}

.center-logo img {
    width: 96%
}

.right-logo img {
    width: 96.5%
}

.lang-part {
    margin-top: 3rem
}

.lang-tag {
    float: right
}

.lang-tag a {
    color: #5F97BA;
    display: inline-block;
    font-size: 16px;
    margin: 0 10px
}

.lang-tag a:hover {
    color: #f5ff6f
}

@media (max-width: 1088px) {
    .lang-tag a {
        font-size: 14px;
        margin: 0 5px
    }
}

.lang-icon {
    background: url("../../images/new_icon/social_header.png") -148px 0px;
    float: left;
    width: 30px;
    height: 33px;
    position: relative;
    bottom: 7px;
    margin-left: 5%
}

.social-part a {
    width: 30px;
    height: 30px;
    margin: 18px 5px;
    display: inline-block
}

.social-part a:hover {
    opacity: .8
}

.social-part a img {
    background: #fff;
    border: 2px solid;
    border-radius: 100%
}

@media (max-width: 1165px) {
    .social-part a {
        margin: 18px 1px
    }
}

@media (max-width: 991px) {
    .social-part a {
        margin: 18px 5px
    }

    .cbp-af-header {
        position: relative !important
    }
}

.search-part .input-group-text {
    padding: 4px 0.75rem
}

.search-part .input-group-text span {
    background: url("../../images/icons/zoom-2.svg") no-repeat center;
    width: 18px;
    height: 26px;
    display: block
}

.date-part span {
    display: inline-block;
    color: #fff
}

.date-part .date-part-cente {
    border-left: 2px solid;
    border-right: 2px solid;
    padding: 0 10px;
    margin: 0 10px
}

.menu-nav {
    background: none;
    position: absolute;
    margin-top: -49px;
    width: 100%;
    height: 38px;
    padding-left: 0
}

.menu-nav li {
    margin: 0 .7%;
    display: inline-block
}

.menu-nav ul.first-ul {
    background: #0378bf;
    border-radius: 19px;
    width: 45%;
    margin: 0 auto
}

.menu-nav ul.second-ul li {
    margin: 0
}

.menu-nav ul.second-ul li a {
    color: #707070;
    padding: 7px 1rem
}

.menu-nav ul.second-ul li a:hover {
    background: #e5e5e5
}

.dropdown-menu {
    text-align: right
}

.dropdown-toggle::after {
    display: none !important
}

.dropdown-menu-full {
    background: none;
    width: 100% !important;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0
}

.dropdown-menu-full .dropdown-body {
    width: 100% !important;
    background-color: #f9f9f9;
    padding: 8px 0;
    margin-top: 9px;
    border-radius: 0px;
    box-shadow: 0px 3px 6px 0px #000000
}

.dropdown-menu * {
    color: #707070
}

.menu-nav ul.second-ul {
    padding: 0
}

.nav-link {
    font-family: "Shabnam-Bold" !important;
    padding: 0.5rem .7rem;
    font-size: 12px
}

.menu-nav ul.first-ul {
    padding: 0;
    text-align: center
}

@media (max-width: 1803px) {
    .nav-link {
        padding: 0.5rem .5rem
    }
}

@media (max-width: 6175px) {
    .menu-nav ul.first-ul {
        width: 11.5%
    }

    .cbp-af-header-shrink .besm {
        width: 3% !important;
        margin: 0 48.5% !important
    }
}

@media (max-width: 6075px) {
    .menu-nav ul.first-ul {
        width: 15.5%
    }
}

@media (max-width: 4575px) {
    .menu-nav ul.first-ul {
        width: 15.6%
    }

    .cbp-af-header-shrink .besm {
        width: 6% !important;
        margin: 0 47% !important
    }
}

@media (max-width: 3375px) {
    .menu-nav ul.first-ul {
        width: 23%
    }

    .cbp-af-header-shrink .besm {
        width: 7% !important;
        margin: 0 46.5% !important
    }
}

@media (max-width: 2375px) {
    .menu-nav ul.first-ul {
        width: 31%
    }
}

@media (max-width: 2175px) {
    .menu-nav ul.first-ul {
        width: 35%
    }

    .cbp-af-header-shrink .besm {
        width: 8% !important;
        margin: 0 46% !important
    }
}

@media (max-width: 1975px) {
    .menu-nav ul.first-ul {
        width: 37%
    }
}

@media (max-width: 1775px) {
    .menu-nav ul.first-ul {
        width: 42%
    }

    .cbp-af-header-shrink .besm {
        width: 10% !important;
        margin: 0 45% !important
    }
}

@media (max-width: 1575px) {
    .menu-nav ul.first-ul {
        width: 44%
    }
}

@media (max-width: 1475px) {
    .lang-part {
        margin-top: 1.5rem !important
    }
}

@media (max-width: 1275px) {
    .nav-link {
        font-size: 10px
    }

    .date-part span {
        font-size: 9px
    }

    .lang-part {
        margin-top: 1rem !important
    }

    .social-part a {
        margin: 9px 5px
    }
}

@media (max-width: 1075px) {
    .nav-link {
        padding: 0.5rem 2px !important;
        font-size: 10px !important
    }

    .social-part a {
        margin: 9px 1px !important
    }
}

@media (max-width: 3320px) {
    .cbp-af-header-shrink .site-branding .right-logo {
        width: 300px !important;
        top: 26px !important
    }
}

@media (max-width: 1154px) {
    .nav-link {
        padding: 0.5rem 4px
    }

    .cbp-af-header-shrink .menu-nav ul.first-ul {
        right: 38px
    }
}

@media (max-width: 1045px) {
    .nav-link {
        font-size: 12px
    }

    .date-part {
        margin-bottom: 10px !important
    }
}

@media (max-width: 1475px) {
    .cbp-af-header-shrink .date-part span {
        font-size: 9px !important
    }
}

@media (max-width: 1270px) {
    .pikachoose {
        margin-top: 20px !important
    }
}

@media (max-width: 1275px) {
    .cbp-af-header-shrink .date-part span {
        font-size: 7px !important
    }
}

@media (max-width: 991px) {
    section.section-one {
        padding-top: 0 !important
    }

    .cbp-af-header {
        height: auto !important
    }

    .menu-nav {
        display: none !important
    }

    .header-wrapper {
        padding-bottom: 49px
    }

    #cbp-af-header {
        height: 100% !important
    }

    header {
        height: 100% !important
    }

    .cbp-af-inner {
        max-height: 391px !important
    }

    #header-wrapper div {
        height: auto !important
    }

    #header-wrapper {
        height: auto !important
    }

    #header-wrapper .cbp-af-header-shrink {
        height: auto !important
    }

    #header-wrapper .cbp-af-inner {
        height: auto !important
    }

    #header-wrapper header {
        height: auto !important
    }

    #header-wrapper .header-wrapper {
        height: auto !important
    }

    #header-wrapper .container {
        height: auto !important
    }

    #header-wrapper .container {
        height: auto !important
    }

    #header-wrapper .site-branding {
        height: auto !important
    }

    #header-wrapper .menu-nav {
        width: 100% !important;
        margin-top: auto !important
    }

    #header-wrapper .col-sm-12 {
        display: flex
    }

    #header-wrapper .order-lg-first {
        display: flex
    }

    #header-wrapper .site-branding .col-lg-3 {
        display: flex
    }

    #header-wrapper .center-logo {
        display: none !important;
        flex: auto !important
    }

    #header-wrapper .lang-part {
        display: flex
    }

    #header-wrapper .social-part {
        display: flex
    }

    #header-wrapper .search-part {
        display: flex
    }

    #header-wrapper .date-part {
        display: flex
    }

    #header-wrapper .social-part a {
        flex: auto !important
    }

    .social-part img {
        width: auto !important;
        height: 100%
    }

    .header-wrapper {
        padding-bottom: 49px !important
    }
}

@media (max-width: 594px) {
    .dropdown-menu-full .dropdown-body {
        margin-top: 41px
    }
}

@media (max-width: 441px) {
    .dropdown-menu-full .dropdown-body {
        margin-top: 81px
    }
}

section.section-one {
    background: url("../../images/section-one2.jpg") center center #F4F4F4;
    min-height: 200px;
    padding-bottom: 1px;
    padding-top: 285px
}

section.section-tow {
    width: 100%
}

section.section-tow .row_section-tow {
    margin: 0 auto !important
}

.acme-news-ticker-bg {
    position: absolute;
    width: 49px;
    height: 49px;
    right: 0;
    display: block;
    top: 0
}

.acme-news-ticker-bg {
    background: url("../../images/new_icon/ticker-label_archive.png") 0px 0px no-repeat;
    width: 49px;
    height: 50px
}

.acme-news-ticker-total {
    min-height: 50px;
    margin: 0 0 3rem
}

.div-up {
    opacity: 1;
    transition: opacity 1s linear
}

.SomeClass-up {
    opacity: 0;
    transition: opacity 1s linear
}

.div-down {
    opacity: 1;
    transition: opacity 1s linear
}

.div-down.SomeClass-down {
    opacity: 0;
    transition: opacity 1s linear
}

@media (max-width: 1170px) {
    .acme-news-ticker {
        margin: 0 0 3rem
    }
}

@media (max-width: 594px) {
    section.section-one {
        padding-top: 45px
    }
}

@media (max-width: 441px) {
    section.section-one {
        padding-top: 80px
    }
}

.acme-news-ticker-label {
    position: relative
}

@media (max-width: 575px) {
    .acme-news-ticker-label {
        display: none
    }

    .acme-news-ticker-box {
        padding-left: 70px;
        padding-right: 10px
    }

    .acme-news-ticker-box ul li a {
        font-size: 13px
    }
}

.jcarousel-skin-pika .jcarousel-container-horizontal {
    padding: 0;
    overflow: hidden
}

.jcarousel-skin-pika .jcarousel-clip-horizontal {
    height: 85px;
    width: 100%
}

.jcarousel-skin-pika .jcarousel-item-horizontal {
    margin-right: 10px
}

.claer {
    clear: both
}

.claer {
    clear: both
}

.pikachoose {
    position: relative;
    margin: 0 auto 3rem;
    width: 1410px
}

#sliderIndex .pikachoose {
    width: 100%
}

#pikachoose_gallery {
    width: 1250px
}

#pikachoose_gallery .arrow-left {
    background: url("../../images/icons/leftArrow.png") no-repeat;
    display: inline-block;
    width: 21px;
    position: absolute;
    height: 40px;
    font-size: 0;
    left: 30px;
    top: 30%
}

#pikachoose_gallery .arrow-left:hover {
    cursor: pointer;
    opacity: .8
}

#pikachoose_gallery .arrow-right {
    background: url("../../images/icons/rightArrow.png") no-repeat;
    display: inline-block;
    width: 21px;
    position: absolute;
    height: 40px;
    font-size: 0;
    right: 30px;
    top: 30%
}

#pikachoose_gallery .arrow-right:hover {
    cursor: pointer;
    opacity: .8
}

#pikachoose_gallery #media-image img {
    display: none
}

#pikachoose_gallery #media-image img.active {
    display: block !important;
    border: 0 !important
}

#pikachoose_gallery .preview .selected {
    border: 2px solid #0378bf
}

.pika-thumbs {
    padding: 0 16px !important;
    height: 85px;
    top: auto !important
}

.pika-thumbs li {
    width: 85px;
    height: 85px;
    padding: 0;
    overflow: hidden;
    float: left;
    list-style-type: none;
    margin: 0 20px;
    background: none;
    border: 0;
    cursor: pointer
}

.pika-thumbs li .clip {
    position: relative;
    width: 85px;
    height: 85px;
    border-radius: 10px;
    text-align: center;
    border: 5px solid #0378bf;
    vertical-align: middle;
    overflow: hidden
}

.pika-thumbs li .clip img {
    width: auto;
    position: absolute;
    height: 85px !important;
    left: -50% !important;
    top: 0 !important
}

#pika-stage1 {
    width: 50% !important;
    float: left
}

.jcarousel-skin-pika {
    width: 47% !important;
    float: right;
    right: 0;
    height: auto;
    bottom: 0;
    position: absolute
}

.pika-stage {
    padding: 0;
    text-align: center
}

#pika-stage1 img {
    width: 100%;
    border-radius: 10px
}

.pos-rel {
    position: relative !important;
    width: 100% !important;
    height: 100%;
    display: flex !important
}

.pika-stage .caption {
    position: absolute;
    padding: 0 10px 10px;
    width: 46% !important;
    text-align: right;
    top: 0;
    right: 10px
}

.pika-aniwrap {
    width: 100% !important
}

.pika-aniwrap img {
    width: 100% !important
}

.pika-imgnav a {
    position: absolute;
    text-indent: -5000px;
    display: block;
    z-index: 3
}

.pika-imgnav {
    display: none !important;
    opacity: 1 !important
}

.pika-imgnav a.previous {
    background: url("../../images/new_icon/nesx_prev.png") -15px 0px;
    height: 24px;
    width: 15px;
    top: auto;
    bottom: 75px;
    right: 25px;
    cursor: pointer
}

.pika-imgnav a.next {
    background: url("../../images/new_icon/nesx_prev.png") 0px 0px;
    height: 24px;
    width: 15px;
    top: auto;
    bottom: 75px;
    right: 0;
    cursor: pointer
}

.pika-imgnav a.play {
    height: 100px;
    width: 44px;
    top: 0;
    left: 50%;
    display: none;
    cursor: pointer
}

.pika-imgnav a.pause {
    height: 100px;
    width: 44px;
    top: 0;
    left: 50%;
    display: none;
    cursor: pointer
}

.pika-textnav {
    overflow: hidden;
    margin: 10px 0 0 0;
    bottom: 10px;
    position: absolute
}

.pika-textnav a {
    font-size: 12px;
    text-decoration: none;
    color: #333;
    padding: 4px
}

.pika-textnav a.previous {
    float: left;
    width: auto;
    display: block
}

.pika-textnav a.next {
    float: right;
    width: auto;
    display: block
}

.pika-tooltip {
    font-size: 12px;
    position: absolute;
    color: white;
    padding: 3px;
    background-color: rgba(0, 0, 0, 0.7);
    border: 3px solid black
}

.pika-counter {
    position: absolute;
    bottom: 45px;
    left: 15px;
    color: white;
    background: rgba(0, 0, 0, 0.7);
    font-size: 11px;
    padding: 3px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.pika-loader {
    background: url(loading.gif) 3px 3px no-repeat #000;
    background-color: rgba(0, 0, 0, 0.9);
    color: white;
    width: 85px;
    font-size: 11px;
    padding: 5px 3px;
    text-align: right;
    position: absolute;
    top: 15px;
    right: 15px
}

.first-slider-body {
    direction: rtl;
    padding: 20px 30px;
    display: block;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 8px
}

.first-slider-title {
    font-size: 16px;
    color: #f5ff6f;
    text-align: right;
    font-weight: bold
}


.first-slider-detail {
    font-size: 16px;
    color: white;
    text-align: justify
}

.sec-slider-body {
    direction: rtl;
    padding: 20px 30px;
    display: block;
    border-radius: 10px 10px 0px 0px
}

.sec-slider-detail {
    font-size: 15px;
    color: #ffffff;
    text-align: justify
}

.footer-slider-body {
    text-align-last: left;
    display: block;
    background-color: #ffffff;
    padding: 20px 30px;
    border-radius: 0px 0px 10px 10px
}

.slider-item-date {
    float: right;
    color: #707070
}

.slider-item-more {
    color: #0378bf;
    font-size: 15px;
    font-weight: bold
}

.pika-thumbs li .clip img {
    border-radius: 10px;
    border: 0 !important
}

img.active {
    border: 5px solid #0378bf
}

@media (max-width: 1600px) {
    .pikachoose {
        position: relative;
        margin: 0 auto 4rem;
        width: 980px
    }

    #sliderIndex .pikachoose {
        width: 100%
    }

    .pika-imgnav a.previous {
        bottom: -25px
    }

    .pika-imgnav a.next {
        bottom: -25px
    }

    section.section-one {
        padding-bottom: 60px !important;
        padding-top: 18% !important
    }

    #pikachoose_gallery {
        width: 820px
    }

    .jcarousel-skin-pika {
        width: 47% !important;
        left: auto;
        bottom: 0;
        right: 0
    }

    .sec-slider-body {
        padding: 10px 30px
    }

    .sec-slider-detail {
        font-size: 13px
    }
}

@media (max-width: 1152px) {
    .jcarousel-skin-pika {
        bottom: -115px
    }
}

@media (max-width: 1125px) {
    .pikachoose {
        position: relative;
        margin: 0 auto 3rem;
        width: 512px
    }

    #sliderIndex .pikachoose {
        width: 100%
    }

    #pikachoose_gallery {
        width: 352px
    }
}

@media (max-width: 1015px) {
    .footer-slider-body {
        text-align: center
    }

    .slider-item-date {
        text-align-last: center;
        width: 100%;
        margin-bottom: 10px
    }

    #pika-stage1 {
        width: 100% !important;
        height: auto !important;
        float: none !important
    }

    .pika-stage .caption {
        position: relative;
        width: 100% !important;
        top: 0;
        right: 0
    }

    .jcarousel-skin-pika {
        position: relative;
        width: 100% !important;
        right: auto;
        bottom: 0 !important
    }
}

@media (max-width: 560px) {
    .pikachoose {
        position: relative;
        margin: 0 auto 3rem;
        width: 100%
    }

    #pikachoose_gallery {
        width: 100%
    }
}

.btn-live {
    border-radius: 8px;
    box-shadow: 0px 3px 3px 0px #000000;
    background-image: -webkit-linear-gradient(-38deg, red 0%, #eb0000 100%);
    background-image: -moz-linear-gradient(-38deg, red 0%, #eb0000 100%);
    background-image: -o-linear-gradient(-38deg, red 0%, #eb0000 100%);
    background-image: linear-gradient(-38deg, red 0%, #eb0000 100%)
}

.btn-live:hover {
    background-image: -webkit-linear-gradient(-38deg, #eb0000 0%, red 100%);
    background-image: -moz-linear-gradient(-38deg, #eb0000 0%, red 100%);
    background-image: -o-linear-gradient(-38deg, #eb0000 0%, red 100%);
    background-image: linear-gradient(-38deg, #eb0000 0%, red 100%)
}

.arm-img {
    height: 77px;
    width: 121px
}

.section-three {
    background: url("../../images/section3-bg.jpg") repeat-x #F4F4F4;
    position: relative
}

.section-three .card-body p {
    text-align: justify;
    color: #707070;
    font-size: 13px
}

.section-three img.card-img {
    border-radius: 0 10px 10px 0 !important
}

.section-three-title {
    line-height: 45px
}

.section-three-title span {
    width: 54px;
    height: 50px;
    line-height: 45px;
    display: inline-block !important;
    float: right;
    font-family: "Shabnam-Bold";
    font-size: 15px
}

.section-three-title .section-three-title-icon {
    background: url("../../images/icons/title.svg") no-repeat
}

.section-three-title #section-three-title-text {
    font-family: "Shabnam-Bold";
    width: 200px !important;
    font-size: 15px
}

.nav-tabs {
    border: 0 !important
}

.horizontalTab .card {
    border-radius: 0.8rem !important
}

.responsive-tabs-container .r-tabs-nav {
    margin: 0;
    padding: 0
}

.responsive-tabs-container .r-tabs-tab {
    display: inline-block;
    margin: 0 1%;
    list-style: none
}

.responsive-tabs-container .r-tabs-panel {
    padding: 15px;
    display: none
}

.responsive-tabs-container .r-tabs-accordion-title {
    display: none
}

.responsive-tabs-container .r-tabs-panel.r-tabs-state-active {
    display: block
}

.responsive-tabs-container ul.skltbs-tab-group {
    display: inline-block
}

.responsive-tabs-container li.skltbs-tab-item {
    display: inline-block;
    height: 45px;
    min-width: 13%;
    margin: 0 1%;
    line-height: 45px;
    background-color: #e5e5e5;
    border-radius: 12px
}

.responsive-tabs-container li.skltbs-tab-item button {
    background: none;
    border: none;
    color: #a4a4a4;
    margin: 0;
    width: auto;
    display: block;
    font-size: 15px;
    width: 100%
}

.responsive-tabs-container li.skltbs-tab-item button:hover {
    color: #FFFF
}

.responsive-tabs-container li.skltbs-tab-item button:focus {
    outline: none
}

.responsive-tabs-container li.skltbs-tab-item button.skltbs-active {
    background-color: #0378bf !important;
    border: none;
    border-radius: 12px;
    color: #FFFFFF;
    margin: 0;
    width: auto;
    display: block;
    width: 100%
}

.responsive-tabs-container li.skltbs-tab-item button.skltbs-active:hover {
    color: #FFFF
}

.responsive-tabs-container li.skltbs-tab-item button.skltbs-active:focus {
    outline: none
}

.responsive-tabs-container li.skltbs-tab-item:hover {
    background-color: #a4a4a4;
    color: #FFFF
}

@media only screen and (max-width: 1014px) {
    .r-tabs .r-tabs-nav {
        display: none
    }

    .r-tabs .r-tabs-accordion-title {
        height: 30px;
        display: block;
        background-color: #e5e5e5;
        border-radius: 12px;
        color: #a4a4a4;
        text-align: center;
        line-height: 30px;
        margin-bottom: 10px
    }

    .r-tabs .r-tabs-accordion-title:hover {
        color: #000000
    }

    .r-tabs .r-tabs-accordion-title:focus {
        color: #000000
    }

    .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
        border-radius: 12px;
        display: block
    }

    .r-tabs .r-tabs-accordion-title .r-tabs-anchor:hover {
        color: #000000
    }

    .r-tabs .r-tabs-accordion-title .r-tabs-anchor:focus {
        color: #000000
    }

    .skltbs-active button.skltbs-active:hover {
        color: #f5ff6f
    }

    .skltbs-active button.skltbs-active:focus {
        color: #f5ff6f
    }
}

.responsive-tabs {
    margin-top: 20px
}

.responsive-tabs-container .tab-content {
    padding: 1rem 0 0
}

@media (max-width: 768px) {
    .responsive-tabs-container li {
        display: none
    }

    .custom-scrollbar-css li {
        display: inline-block !important
    }

    .responsive-tabs-container .tab-content {
        padding: 1rem 0 0
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .responsive-tabs-container .tab-content {
        padding: 1rem 0 0
    }
}

@media (max-width: 992px) {
    .center-logo img {
        display: none !important
    }
}

@media (max-width: 768px) {
    .right-logo {
        flex: unset
    }
}

.skltbs-mode-accordion .skltbs-panel-heading {
    display: inline-block;
    height: 45px;
    width: 100%;
    margin: 0;
    line-height: 45px;
    background-color: #e5e5e5
}

.skltbs-mode-accordion .skltbs-panel-heading button {
    background: none;
    border: none;
    color: #a4a4a4;
    margin: 0;
    width: auto;
    display: block;
    font-size: 15px;
    width: 100%
}

.skltbs-mode-accordion .skltbs-panel-heading button:hover {
    color: #FFFF
}

.skltbs-mode-accordion .skltbs-panel-heading button:focus {
    outline: none
}

.skltbs-mode-accordion .skltbs-panel-heading button.skltbs-active {
    background-color: #0378bf !important;
    border: none;
    color: #a4a4a4;
    margin: 0;
    width: auto;
    display: block;
    width: 100%
}

.skltbs-mode-accordion .skltbs-panel-heading button.skltbs-active:hover {
    color: #FFFF
}

.skltbs-mode-accordion .skltbs-panel-heading button.skltbs-active:focus {
    outline: none
}

.tab-pane {
    text-align: center
}

.card_item {
    width: 45%;
    display: inline-block;
    margin: 10px 2%
}

.card_item small {
    text-align: justify;
    color: #ff4136;
    display: block;
    min-height: 16px
}

.card_item .card-title {
    text-align: justify;
    display: block;
    color: #0378bf;
    font-size: 12px;
    font-weight: bold
}

.card_item .card-text {
    text-align: justify;
    color: #707070;
    font-size: 13px
}

.card_item p {
    text-align: justify;
    color: #707070;
    font-size: 13px
}

.card_item:hover {
    opacity: 0.7
}

@media (max-width: 767px) {
    .card_item {
        width: 100%;
        margin: 10px 0
    }
}

@media (max-width: 991px) {
    .card_item {
        width: 80%;
        margin: 10px 0
    }
}

.select-cnt {
    position: absolute;
    height: 47px;
    width: 100%;
    left: 0;
    bottom: 80px
}

.select-cnt span {
    float: left;
    height: 47px;
    display: block;
    background: #0378bf
}

.select-cnt .select-archive_first {
    width: 123px
}

.select-cnt .select-archive {
    line-height: 47px;
    border-radius: 0 10px 10px 0;
    color: #fff;
    margin: 0 20px;
    padding: 0 30px
}

.select-cnt .select-archive_last {
    background: #0378bf;
    width: 47px;
    border-radius: 10px
}

.select-cnt .select-archive_last i {
    background: url("../../images/new_icon/ticker-label_archive.png") -49px -25px no-repeat #0378bf;
    width: 21px;
    height: 25px;
    display: inline-block;
    margin: 10px 13px 0
}

.select-archive_body {
    display: block;
    float: left;
    height: 47px
}

.select-archive_body:hover {
    opacity: 0.7
}

.section-four {
    background: url("../../images/section4-bg.jpg") repeat-x #fff;
    min-height: 590px
}

.section-four .estefta-share {
    display: inline-block
}

.section-four .estefta-share #content {
    text-align: center;
    position: relative;
    left: auto;
    right: 0;
    margin: auto;
    padding: 0;
    width: 115px;
    height: 30px
}

.section-four .estefta-share #content .share-share {
    background: url("../../images/icons/share.svg") 100% center no-repeat;
    background-size: 15px;
    padding-right: 20px;
    padding: 1px 19px 1px 0 !important;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    color: #a4a4a4;
    cursor: pointer;
    font-size: 12px
}

.section-four .estefta-share #content .share-share:hover {
    color: #0378bf
}

.section-four .estefta-share #content .social {
    bottom: 28px;
    position: relative
}

.section-four .estefta-share #content .at-share-btn-elements {
    display: inline-block !important
}

.section-four .estefta-share #content .addthis_inline_share_toolbox_wb2s {
    clear: none !important;
    height: 46px;
    margin: 0 auto;
    width: 100%
}

.section-four .estefta-share #content .addthis-animated {
    height: 46px
}

.section-four .estefta-share #content .entypo-export {
    padding: 1px 19px 1px 0 !important
}

.section-four .estefta-share input[type="checkbox"] {
    display: none
}

.section-four .estefta-share .checkbox:checked + .label {
    background: #7B7484;
    color: #231733
}

.section-four .estefta-share .checkbox:checked ~ .social {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-50px);
    -moz-transform: scale(1) translateY(-50px);
    -o-transform: scale(1) translateY(-50px);
    transform: scale(1) translateY(-50px);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 205px
}

.section-four .estefta-share .label {
    font-size: 16px;
    cursor: pointer;
    margin: 0;
    padding: 5px 10px;
    border-radius: 10%;
    color: #7B7484
}

.section-four .estefta-share .social {
    transform-origin: 50% 0%;
    -webkit-transform: scale(0) translateY(-190px);
    -moz-transform: scale(0) translateY(-190px);
    -o-transform: scale(0) translateY(-190px);
    transform: scale(0) translateY(-190px);
    opacity: 0
}

.section-four .estefta-share .social-ul {
    position: relative;
    right: 0;
    margin: auto;
    color: #fff;
    border-radius: 10px;
    height: 46px;
    width: 205px;
    background: #e5e5e5;
    padding: 0;
    list-style: none;
    text-align: center
}

.section-four .estefta-share .social-ul .addthis_inline_share_toolbox_wb2s {
    position: absolute
}

.section-four .estefta-share .social-ul li {
    font-size: 20px;
    cursor: pointer;
    width: 60px;
    margin: 0;
    padding: 12px 0;
    text-align: center;
    float: left;
    display: block;
    height: 22px
}

.section-four .estefta-share .social-ul li:hover {
    color: rgba(0, 0, 0, 0.5)
}

.section-four .estefta-share .social-ul li:after {
    display: none !important
}

.section-four .estefta-share .social-ul li[class*="twitter"] {
    background: #6CDFEA;
    padding: 12px 0
}

.section-four .estefta-share .social-ul li[class*="gplus"] {
    background: #E34429;
    padding: 12px 0
}

.section-four .estefta-share .estefta-share-ul {
    padding: 0 !important;
    margin: 0 !important
}

.section-four .estefta-share .estefta-share-ul .estefta-share-li {
    display: inline-block;
    position: relative;
    bottom: 5px
}

.section-four .estefta-share .estefta-share-ul .estefta-share-li .estefta-share-a {
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    color: #a4a4a4;
    font-size: 12px;
    font-weight: bold
}

.section-four .estefta-share .estefta-share-ul .estefta-share-li .estefta-share-a:hover {
    color: #0378bf !important
}

.section-four .estefta-share .estefta-share-ul .estefta-share-li .estefta-share-a:before {
    font-size: 14px;
    padding-left: 5px
}

.section-four .estefta-share .estefta-share-ul li.float-left {
    font-size: 10px;
    color: #a4a4a4;
    margin-top: 7px
}

.section-four #section-four-title-text {
    width: 200px !important;
    font-family: "Shabnam-Bold";
    font-size: 15px
}

.section-four form {
    width: 100%
}

.section-four .tab-pane {
    text-align: justify !important
}

.formtem {
    display: inline-block;
    height: auto;
    margin: 10px 1% !important
}

.formtem *, *::before, .formtem *::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

.formtem input[type="radio"] {
    -webkit-appearance: none;
    display: none !important
}

.formtem label {
    background-color: #EEF2F6;
    border: 2px solid #ffff;
    position: relative;
    margin: auto;
    border-radius: 10px;
    color: #EEF2F6;
    transition: 0.5s;
    padding: 0 2rem;
    cursor: pointer;
    bottom: 0;
    font-size: 13px;
    display: inline-block;
    min-width: 150px;
    text-align: center;
    color: #707070
}

.formtem label:hover {
    color: #fff;
    background: #707070
}

.formtem input[type="radio"]:checked + label {
    background-color: #0378bf;
    color: white;
    box-shadow: 0 0 1px #f67b2e
}

.esteftaat_formtem {
    display: inline-block;
    height: auto;
    margin: 0 5px !important
}

.esteftaat_formtem *, *::before, .esteftaat_formtem *::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

.esteftaat_formtem input[type="radio"] {
    -webkit-appearance: none;
    display: none !important
}

.esteftaat_formtem label {
    position: relative;
    margin: auto;
    color: #707070;
    transition: 0.5s;
    cursor: pointer;
    bottom: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #707070;
    font-size: 15px
}

.esteftaat_formtem label:hover {
    color: #0378bf
}

.esteftaat_formtem input[type="radio"]:checked + label {
    color: #0378bf;
    font-weight: bold
}

.formSubmit {
    float: left
}

.formSubmit input {
    border-radius: 8px;
    box-shadow: none !important;
    background: url(../../images/btn_1.png) repeat-x;
    border-radius: 10px;
    color: #ffff;
    padding: 0 2rem;
    cursor: pointer;
    display: inline-block;
    min-width: 150px;
    text-align: center;
    height: 47px;
    margin: 10px 0;
    font-size: 14px
}

.formSubmit input:hover {
    opacity: .8
}

.formSubmit a {
    border-radius: 8px;
    box-shadow: none !important;
    background: url(../../images/btn_1.png) repeat-x;
    border-radius: 10px;
    color: #ffff;
    padding: 0 2rem;
    cursor: pointer;
    display: inline-block;
    min-width: 150px;
    text-align: center;
    height: 47px;
    margin: 10px 0;
    font-size: 14px;
    border-color: -internal-light-dark(#767676, #858585);
    border-width: 2px;
    border-style: outset;
    border-image: initial
}

.formSubmit a:hover {
    opacity: .8
}

section.section-seven .responsive-tabs-container li button.skltbs-active {
    background-image: url(../../images/formtem_estefta_activ.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important
}

section.section-seven .responsive-tabs-container li {
    min-width: 110px !important
}

section.section-six .responsive-tabs-container li button.skltbs-active:hover {
    color: #ffffff !important
}

.formtem input[type="radio"]:checked + label {
    background-image: url(../../images/formtem_estefta_activ.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.responsive-tabs-container li button.skltbs-active {
    background-image: url(../../images/formtem_estefta_activ.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

@media (max-width: 991px) {
    .formSubmit {
        float: right;
        width: 100%;
        text-align: center;
        clear: both;
        padding: 0 0 20px
    }
}

@media (max-width: 806px) {
    .formtem {
        display: block;
        clear: both
    }
}

.estefta_form-content {
    text-align: justify !important
}

.estefta_form-content .estefta_form-content-span {
    color: #3078bf;
    padding-top: 30px;
    padding-bottom: 10px;
    display: block
}

.estefta_form-content #estefta_tlt {
    text-align: right
}

.estefta_form-content p {
    color: #2d2b28;
    text-align: justify;
    padding-bottom: 10px;
    display: block
}

.estefta_form-content textarea {
    margin-bottom: 30px
}

input#aInfo {
    height: 0;
    padding: 0;
    margin: 0;
    border: none
}

input#aInfoVip {
    height: 0;
    padding: 0;
    margin: 0;
    border: none
}

input.aInfo {
    height: 0;
    padding: 0;
    margin: 0;
    border: none
}

.custom-scrollbar-js, .custom-scrollbar-css {
    height: 450px
}

.custom-scrollbar-js ul, .custom-scrollbar-css ul {
    margin: 0;
    padding: 0;
    direction: rtl
}

.custom-scrollbar-js ul li, .custom-scrollbar-css ul li {
    margin-bottom: 20px
}

.custom-scrollbar-css {
    overflow-y: scroll
}

.custom-scrollbar-css::-webkit-scrollbar {
    margin-right: 10px;
    right: 10px;
    width: 10px
}

.custom-scrollbar-css::-webkit-scrollbar-track {
    margin-right: 10px;
    right: 10px;
    background: none
}

.custom-scrollbar-css::-webkit-scrollbar-thumb {
    background-color: #efefef;
    background-image: linear-gradient(to top, #efefef 0%, #efefef 100%)
}

.scrollbar-index {
    margin: 0 8%;
    border: 5px solid #efefef;
    margin-right: 10px;
    padding: 1.5rem !important
}

.scrollbar-index-btn {
    background: url(../../images/scrollbar-index-btn.png) no-repeat center 0;
    background-size: contain;
    width: 66%;
    height: 138px;
    position: absolute;
    right: 14%;
    margin-top: -1%
}

.estefta_links {
    margin: 0 55px 20px 0;
    display: inline-block
}

.estefta_links a {
    color: #a4a4a4
}

.estefta_links a:hover {
    color: #0378bf
}

.estefta_links span.estefta_link-share-total {
    color: #a4a4a4;
    cursor: pointer
}

.estefta_links span.estefta_link-share-total:hover {
    color: #0378bf
}

.estefta_links i {
    margin: 0 5px;
    display: inline-block
}

span.estefta_link-share {
    position: absolute;
    right: 0;
    margin: -2px 0 0 0 !important
}

.popover-body {
    background: #BFDDEF;
    text-align: center;
    color: #707070
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
    border-top-color: #BFDDEF !important
}

.menu-mobile {
    position: absolute;
    z-index: 99999;
    right: 5rem;
    top: 0;
    width: 30px;
    height: 30px;
    display: none
}

@media (max-width: 991px) {
    .menu-mobile {
        display: block
    }

    .card-img, .card-img-bottom {
        border-radius: 0 !important
    }
}

@media (max-width: 768px) {
    span.estefta_link-share {
        margin: 0 65px 0 0 !important
    }

    .menu-mobile {
        top: 0
    }
}

.cbp-af-header {
    direction: rtl;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    height: auto;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s
}

.cbp-af-header .cbp-af-inner {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0
}

.cbp-af-header.cbp-af-header-shrink {
    height: auto
}

.cbp-af-header-shrink .cbp-af-inner {
    height: 130px
}

.cbp-af-header-shrink header {
    height: 130px
}

.cbp-af-header-shrink .header-wrapper {
    height: 130px
}

.cbp-af-header-shrink .container {
    width: 1400px;
    height: 130px
}

.cbp-af-header-shrink .dropdown-menu-full .dropdown-body {
    margin-top: 0
}

.dropdown-body .container {
    height: auto !important
}

.cbp-af-header-shrink .site-branding {
    height: 130px
}

.cbp-af-header-shrink .menu-nav {
    position: absolute !important;
    margin-top: 45px !important;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
    top: 30px
}

.logo_2 {
    display: none;
    width: 290px;
    top: 5px;
    max-width: none;
    flex: none !important;
    margin: 0 !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 3s
}

.logo_2 img {
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s;
    opacity: 0
}

.cbp-af-header-shrink .site-branding .right-logo {
    display: none
}

.cbp-af-header-shrink .site-branding .logo_2 {
    display: block
}

.cbp-af-header-shrink .site-branding .logo_2 img {
    opacity: 1
}

.besm {
    display: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.right-logo-img {
    display: block !important
}

.cbp-af-header-shrink .besm {
    display: block !important;
    width: 11%;
    top: 5px;
    margin: 0 41%;
    position: absolute;
    right: 0
}

.cbp-af-header-shrink .site-branding .order-lg-first .right-logo-img {
    display: none !important
}

.cbp-af-header-shrink .site-branding .col-lg-3 {
    width: 20% !important;
    max-width: none;
    flex: none !important;
    margin: 0 auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.cbp-af-header-shrink .site-branding .center-logo {
    display: none !important;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s
}

.cbp-af-header-shrink .site-branding .lang-part {
    margin-top: 10px !important;
    flex: auto !important;
    max-width: none;
    width: 100% !important;
    margin-right: 0 !important;
    float: right;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s
}

.cbp-af-header-shrink .site-branding .social-part {
    display: none !important;
    margin-top: 10px !important;
    flex: auto !important;
    max-width: none !important;
    width: auto !important;
    float: left;
    margin-left: 2px !important;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s
}

section .acme-news-ticker-label {
    box-shadow: none !important;
    padding: 0;
    height: 50px;
    line-height: 50px
}

.cbp-af-header-shrink .site-branding .search-part {
    margin-top: 10px !important;
    flex: auto !important;
    max-width: none !important;
    width: 30%;
    margin-left: 2px !important;
    float: right;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s
}

.cbp-af-header-shrink .site-branding .date-part {
    margin-top: 10px !important;
    flex: none;
    max-width: none;
    width: auto !important;
    margin-right: 0 !important;
    float: right;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s
}

.cbp-af-header-shrink .site-branding .social-part a {
    margin: 0 5px 5px !important;
    -webkit-animation: fadein 2s;
    -moz-animation: fadein 2s;
    -ms-animation: fadein 2s;
    -o-animation: fadein 2s;
    animation: fadein 2s
}

@media screen and (max-width: 55em) {
    .cbp-af-header .cbp-af-inner {
        width: 100%
    }
}

.nav-link[data-toggle].collapsed:after {
    content: "▾";
    padding-right: 1rem
}

.nav-link[data-toggle]:not(.collapsed):after {
    content: "▴";
    padding-right: 1rem
}

.logo-top_drawer-menu {
    width: 30px;
    height: 30px;
    display: block;
    font-size: 33px
}

.logo-top_drawer-menu:hover {
    color: #f5ff6f
}

.appbar-item.appbar-menu-icon {
    padding: 0;
    cursor: pointer
}

.appbar-item.appbar-title {
    margin-left: 8px
}

.appbar-offset {
    display: block;
    height: 56px
}

#sidebar-right {
    overflow-x: scroll;
    z-index: 99999 !important
}

.sidebar {
    background-color: #fff;
    width: 60%;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px
}

.sidebar-wrapper {
    overflow-y: auto;
    padding: 0
}

.drawer {
    display: none
}

.drawer__overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    opacity: 0;
    transition: opacity 0.3s;
    will-change: opacity;
    background-color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.drawer__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 60%;
    max-width: 60%;
    z-index: 9999;
    overflow: auto;
    transition: transform 0.3s;
    will-change: transform;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    -webkit-transform: translate3d(103%, 0, 0);
    transform: translate3d(103%, 0, 0);
    -webkit-overflow-scrolling: touch;
    box-shadow: 0 2px 6px #777
}

.drawer__content {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
    flex-grow: 1;
    padding: 1.5rem 0 1.5rem 1.5rem
}

.drawer--left .drawer__wrapper {
    left: 0;
    right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.drawer.is-active {
    display: block
}

.drawer.is-visible .drawer__wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.drawer.is-visible .drawer__overlay {
    opacity: 0.5
}

.drawer__wrapper {
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px
}

.drawer__content ul {
    padding: 0;
    margin: 0
}

.drawer__content ul li {
    display: block;
    margin: .5rem;
    border-bottom: 1px dashed #000 !important;
    width: 100%;
    height: auto
}

.drawer__content ul li a {
    color: #000000;
    display: block;
    padding-right: 1rem;
    line-height: 45px;
    text-align: right;
    height: auto;
    text-decoration: none;
    font-size: 12px !important
}

.section-five {
    background: url(../../images/section3-bg.jpg) repeat-x #F4F4F4;
    position: relative
}

.section-five #section-five-title-text {
    width: auto !important
}

.section-five #section-five-title-text-2 {
    width: auto !important;
    font-family: "Shabnam-Bold";
    font-size: 15px
}

.section-five .responsive-tabs-container li {
    height: 38px;
    line-height: 38px;
    min-width: 8%
}

.section-five .responsive-tabs-container li button {
    height: 38px;
    line-height: 38px;
    font-size: 13px;
    border-radius: 8px
}

.section-five .total_tlt_presence {
    position: relative
}

.section-five .total_tlt_presence img {
    border: 10px solid #707070;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.section-five .total_tlt_presence p {
    display: block;
    font-weight: bold
}

.section-five .date_total_presence {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 92%;
    margin: 4% 4% 0;
    padding: 8px;
    border: 1px solid #707070;
    border-radius: 5px
}

.section-five .date_total_presence span {
    height: 30px;
    line-height: 30px
}

.section-five .date_total_presence span.date_title_presence {
    float: right;
    height: 30px;
    line-height: 30px
}

.section-five .date_total_presence span.date_presence {
    float: left;
    height: 30px;
    line-height: 30px
}

.section-five .scrollbar-index {
    background: white;
    margin: 0 !important;
    border: 10px solid #707070;
    padding-bottom: 2rem !important;
    padding-left: 10% !important
}

.section-five .scrollbar-index a.more_presence {
    position: absolute;
    bottom: -21px;
    left: 15%;
    height: 49px;
    line-height: 49px;
    width: auto;
    min-width: 150px;
    display: block;
    border-radius: 10px;
    box-shadow: 0 0 1px 0 #000000;
    color: white;
    font-size: 17px;
    background-image: -webkit-linear-gradient(-6deg, #bf4a03 0%, #602502 100%);
    background-image: -moz-linear-gradient(-6deg, #bf4a03 0%, #602502 100%);
    background-image: -o-linear-gradient(-6deg, #bf4a03 0%, #602502 100%);
    background-image: linear-gradient(-6deg, #bf4a03 0%, #602502 100%)
}

section.section-six {
    background: url(../../images/section4-bg.jpg) repeat-x #fff
}

section.section-six #section-six-title-text {
    width: auto !important
}

section.section-six .responsive-tabs-container .responsive-tabs-container_li {
    min-width: 8%;
    display: inline-block;
    margin: 0 1%
}

section.section-six .responsive-tabs-container .responsive-tabs-container_li .esteftaat_formtem label {
    font-size: 13px
}

section.section-six .responsive-tabs-container .responsive-tabs-container_li .esteftaat_formtem input[type="radio"]:checked + label {
    border-bottom: 2px solid #0378bf;
    border-radius: 0;
    background: none !important;
    border-radius: 0
}

section.section-six .responsive-tabs-container .responsive-tabs-container_li .esteftaat_formtem input[type="radio"]:checked + label:hover {
    color: #fff;
}

section.section-six .responsive-tabs-container .responsive-tabs-container_li button.skltbs-active {
    color: #0378bf;
    border-bottom: 2px solid #fff
}

section.section-six .responsive-tabs-container .responsive-tabs-container_li button.skltbs-active:hover {
    color: #000000
}

section.section-six .responsive-tabs-container .g-scrolling-carousel .items {
    padding: 5px 10% 5px 0;
    background-color: #fff
}

section.section-six .responsive-tabs-container .g-scrolling-carousel .items .section-six_card_item {
    color: #0378bf;
    display: inline-block;
    margin-right: 10px;
    width: 16%;
    text-decoration: none
}

section.section-six .responsive-tabs-container .g-scrolling-carousel .items .section-six_card_item .card-body {
    padding: 1rem
}

section.section-six .responsive-tabs-container .g-scrolling-carousel .items .section-six_card_item .presence-links {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0px 1rem;
    top: -18px;
    height: 31px;
    text-align: justify
}

section.section-six .responsive-tabs-container .g-scrolling-carousel .items .section-six_card_item .presence-links a {
    width: 31px;
    height: 31px;
    display: inline-block
}

section.section-six .responsive-tabs-container .g-scrolling-carousel .items .section-six_card_item .presence-links a:hover {
    opacity: .8
}

section.section-six .responsive-tabs-container .g-scrolling-carousel .items .section-six_card_item .presence-links .presence-play {
    width: 31px;
    height: 31px;
    display: inline-block;
    background: url("../../images/new_icon/playDL.png") -79px -17px !important;
    margin-left: 3px;
    cursor: pointer
}

section.section-six .responsive-tabs-container .g-scrolling-carousel .items .section-six_card_item .presence-links .presence-play:hover {
    opacity: .8
}

section.section-six .responsive-tabs-container .g-scrolling-carousel .items .section-six_card_item .presence-links .presence-download {
    background: url("../../images/new_icon/playDL.png") 0px -17px
}

section.section-six .responsive-tabs-container .g-scrolling-carousel .items .section-seven_card_item {
    display: inline-block;
    margin-right: 10px;
    width: 22%;
    text-decoration: none
}

section.section-six .responsive-tabs-container .g-scrolling-carousel .items .section-seven_card_item .card-title {
    font-size: 13px;
    color: #0378bf
}

section.section-six .responsive-tabs-container .g-scrolling-carousel .items .section-seven_card_item .book-btn {
    background-image: -webkit-linear-gradient(-6deg, #bf4a03 0%, #602502 100%);
    background-image: -moz-linear-gradient(-6deg, #bf4a03 0%, #602502 100%);
    background-image: -o-linear-gradient(-6deg, #bf4a03 0%, #602502 100%);
    background-image: linear-gradient(-6deg, #bf4a03 0%, #602502 100%);
    border-radius: 5px;
    width: 80px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: white;
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 12px
}

section.section-six .responsive-tabs-container .g-scrolling-carousel .items .section-seven_card_item .book-btn:hover {
    background-image: -webkit-linear-gradient(-6deg, #602502 0%, #bf4a03 100%);
    background-image: -moz-linear-gradient(-6deg, #602502 0%, #bf4a03 100%);
    background-image: -o-linear-gradient(-6deg, #602502 0%, #bf4a03 100%);
    background-image: linear-gradient(-6deg, #602502 0%, #bf4a03 100%)
}

section.section-six #vcarousel #image_container .card:hover {
    opacity: .8
}

section.section-six #vcarousel #image_container .card .card-title {
    color: #0378bf
}

section.section-six #vcarousel .image_container_a .card:hover {
    opacity: .8
}

section.section-six #vcarousel .image_container_a .card .card-title {
    color: #0378bf
}

section.section-six #vcarousel .vid {
    position: relative;
    background-position: center center;
    background-size: cover
}

section.section-six #vcarousel .vid:before, section.section-six #vcarousel .vid:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: opacity 0.2s
}

section.section-six #vcarousel .vid:after {
    background-repeat: no-repeat;
    background-position: 0.7em 0.7em;
    opacity: 0.5;
    background-size: 2em
}

section.section-six #vcarousel .vid:hover:after {
    opacity: 0.8
}

section.section-six #vcarousel .vid:hover:before {
    opacity: 0.85
}

section.section-six #vcarousel .text-trigger {
    color: #d4ef6a;
    text-decoration: none;
    cursor: pointer
}

section.section-six #vcarousel .text-trigger:hover {
    text-decoration: underline
}

section.section-six #vcarousel #bp_loader {
    box-shadow: none
}

@media all and (max-width: 1076px) {
    section.section-six #vcarousel #broken_vid {
        height: auto;
        padding-bottom: 20.2%
    }
}

@media all and (max-width: 450px) {
    section.section-six #vcarousel #broken_vid {
        padding-bottom: 42%
    }
}

section.section-six .select-cnt {
    position: relative !important;
    bottom: 0 !important
}

@media (max-width: 1440px) {
    .cbp-af-header-shrink .container {
        width: 100%
    }

    section.section-six .responsive-tabs-container .g-scrolling-carousel .items .section-six_card_item {
        width: 20%
    }
}

@media (max-width: 990px) {
    section.section-six .responsive-tabs-container .g-scrolling-carousel .items .section-six_card_item {
        width: 25%
    }

    .section-five .scrollbar-index a.more_presence {
        position: relative !important;
        left: auto !important
    }

    .scrollbar-index-btn {
        display: none !important
    }
}

@media (max-width: 768px) {
    section.section-six .responsive-tabs-container .g-scrolling-carousel .items .section-six_card_item {
        width: 40%
    }
}

@media (max-width: 575px) {
    section.section-six .responsive-tabs-container .g-scrolling-carousel .items .section-six_card_item {
        width: 50%
    }

    .section-seven_card_item {
        width: 50% !important
    }
}

@media (max-width: 404px) {
    section.section-six .responsive-tabs-container .g-scrolling-carousel .items .section-six_card_item {
        width: 100%
    }

    .section-seven_card_item {
        width: 100% !important
    }
}

@media (max-width: 1300px) {
    .book-btn {
        position: relative !important;
        margin: 5px auto;
        left: 0 !important;
        bottom: 0 !important;
        display: block
    }

    .book-btn-down-lib-cats {
        right: 0 !important
    }
}

section.section-seven {
    background: url("../../images/section-seven1.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed
}





section.section-seven .items {
    background: none !important
}

section.section-seven .responsive-tabs-container li {
    display: inline-block;
    height: 45px;
    min-width: auto;
    margin-left: 5px;
    line-height: 45px;
    background-color: #e5e5e5;
    border-radius: 12px
}

section.section-seven .responsive-tabs-container li button {
    border: 0 !important;
    background: #e5e5e5 !important;
    border-radius: 12px;
    border: none;
    color: #a4a4a4;
    padding: 0 10px;
    height: 45px;
    margin: 0;
    width: auto;
    display: block;
    font-size: 13px;
    width: 100%
}

section.section-seven .responsive-tabs-container li button.skltbs-active {
    background-color: #0378bf !important;
    border: none;
    border-radius: 12px;
    color: #FFFFFF;
    margin: 0;
    width: auto;
    display: block;
    width: 100%
}

.g-scrolling-carousel {
    position: relative
}

.g-scrolling-carousel .items {
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
    -webkit-overflow-scrolling: touch
}

.g-scrolling-carousel .items::-webkit-scrollbar {
    display: none
}

.jc-right, .jc-left {
    display: none !important;
    width: 36px;
    height: 36px;
    color: #757575;
    margin-bottom: auto;
    margin-top: auto;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0.94
}

.jc-right {
    right: -18px
}

.jc-left {
    left: -18px
}

.jc-right:hover, .jc-left:hover {
    opacity: 0.98
}

.jc-right svg, .jc-left svg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 24px;
    height: 24px;
    fill: #757575
}

.jc-right:hover svg, .jc-left:hover svg {
    fill: #000
}

@media (pointer: coarse) {
    .jc-right, .jc-left {
        display: none !important
    }
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.section-eight {
    background: #fff !important
}

.section-eight .formtem input[type="radio"]:checked + label {
    border-radius: 10px !important;
    box-shadow: 0 0 1px 0 #000000 !important;
    color: white !important;
    background-image: -webkit-linear-gradient(-6deg, #bf4a03 0%, #602502 100%) !important;
    background-image: -moz-linear-gradient(-6deg, #bf4a03 0%, #602502 100%) !important;
    background-image: -o-linear-gradient(-6deg, #bf4a03 0%, #602502 100%) !important;
    background-image: linear-gradient(-6deg, #bf4a03 0%, #602502 100%) !important
}

.section-eight .responsive-tabs {
    margin-top: 0;
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0
}

.section-eight .responsive-tabs li {
    position: relative;
    margin: auto;
    color: #EEF2F6;
    transition: 0.5s;
    padding: 0;
    cursor: pointer;
    bottom: 0;
    font-size: 13px;
    display: inline-block;
    min-width: 30%;
    text-align: center;
    color: #707070;
    height: 50px;
    line-height: 50px
}

.section-eight .responsive-tabs li button {
    border-radius: 10px;
    background: #EEF2F6;
    border: 2px solid #ffff;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0
}

.section-eight .responsive-tabs li.skltbs-active button {
    border-radius: 10px !important;
    box-shadow: 0 0 1px 0 #000000 !important;
    color: white !important;
    background-image: -webkit-linear-gradient(-6deg, #bf4a03 0%, #602502 100%) !important;
    background-image: -moz-linear-gradient(-6deg, #bf4a03 0%, #602502 100%) !important;
    background-image: -o-linear-gradient(-6deg, #bf4a03 0%, #602502 100%) !important;
    background-image: linear-gradient(-6deg, #bf4a03 0%, #602502 100%) !important
}

.section-eight .contact-head {
    width: 980px;
    margin: 0 auto
}

.section-eight .contact-head .formtem {
    width: 30% !important
}

.section-eight .contact-head .formtem label {
    min-width: unset !important;
    width: 100%
}

.section-eight .office_formtem *, .section-eight *::before, .section-eight .office_formtem *::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

.section-eight .office_formtem input[type="radio"] {
    -webkit-appearance: none;
    display: none !important
}

.section-eight .office_formtem {
    display: inline-block;
    height: auto;
    width: 100%;
    margin: 0 5px !important;
    text-align: right
}

.section-eight .office_formtem label {
    position: relative;
    margin: auto;
    color: #707070;
    transition: 0.5s;
    cursor: pointer;
    bottom: 0;
    display: inline-block;
    width: 100%;
    text-align: right;
    color: #707070;
    font-size: 15px
}

.section-eight .office_formtem label:hover {
    color: #0378bf
}

.section-eight .office_formtem label.selected {
    color: #0378bf;
    font-weight: bold
}

.section-eight .office_formtem a {
    position: relative;
    margin: auto;
    color: #707070;
    transition: 0.5s;
    cursor: pointer;
    bottom: 0;
    display: inline-block;
    width: 100%;
    text-align: right;
    color: #707070;
    font-size: 15px
}

.section-eight .office_formtem a:hover {
    color: #0378bf
}

.section-eight .office_formtem a.selected {
    color: #0378bf;
    font-weight: bold
}

.section-eight #mapCenter {
    height: 150px !important;
    width: 100% !important;
    position: relative !important
}

.section-eight .office_formtem input[type="radio"]:checked + label {
    color: #0378bf;
    font-weight: bold
}

.section-eight .contact-body {
    background: #F4F4F4;
    position: relative;
    width: 935px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 5px
}

.section-eight #map {
    height: 200px;
    width: 100%
}

.section-eight .scrollbar-index {
    margin-right: 0 !important;
    margin-left: 20px !important;
    border: 0;
    border-radius: 8px;
    background: white;
    height: 100%
}

.section-eight .scrollbar-index .custom-scrollbar-css {
    height: 328px
}

.section-eight .office_left {
    background: white;
    padding: 1.5rem;
    height: 100%;
    text-align: justify;
    border-radius: 8px
}

.section-eight .office_left .office_logo img {
    display: inline-block;
    width: 25px;
    height: 25px
}

.section-eight .office_left .office_logo span {
    display: inline-block;
    color: #a4a4a4;
    font-family: "Shabnam-Bold";
    margin-right: 10px
}

.section-eight .office_detail {
    background: #e5e5e5;
    padding: 7px;
    margin-top: 10px;
    border-radius: 10px
}

.section-eight .office_detail p {
    text-align: justify;
    color: #707070;
    margin-bottom: 3px
}

.section-eight .office_detail p a {
    color: #0378bf;
    margin: 0 6px 0 0
}

.section-eight .office_share {
    margin-top: 8px
}

.section-eight .office_share span {
    color: #a4a4a4;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    float: right
}

.section-eight .office_share span:before {
    margin-left: 5px
}

.section-eight .office_share span:hover {
    color: #0378bf
}

.section-eight .office_share .share-share {
    background: url(../../images/icons/share.svg) 100% center no-repeat;
    background-size: 15px;
    padding-right: 20px
}

.section-eight .office_share ul {
    float: left;
    margin-bottom: 0;
    padding: 0
}

.section-eight .office_share ul li {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: cover !important;
    margin: 0 2px
}

.section-eight .office_share ul li.tlgrm_office {
    background: url("../../images/new_icon/footerSocial.png") -83px 0px
}

.section-eight .office_share ul li.fb_office {
    background: url("../../images/new_icon/footerSocial.png") 0px 0px
}

.section-eight .office_share ul li.tw_office {
    background: url("../../images/new_icon/footerSocial.png") -125px -1px
}

.section-eight .office_share ul li.insta_office {
    background: url("../../images/new_icon/footerSocial.png") -42px -1px
}

.section-eight .office_share ul li.youtb_office {
    background: url("../../images/new_icon/footerSocial.png") -207px -1px
}

.section-eight .office_share ul li.watsup_office {
    background: url("../../images/new_icon/footerSocial.png") -166px -1px
}

.section-eight #map2 {
    width: 100%;
    height: 80px;
    border: 1px solid #707070;
    border-radius: 5px
}

.section-eight #estefta_contact {
    padding-bottom: 13px
}

.section-eight #estefta_contact .nice-select {
    border: 0 !important;
    color: #495057
}

.section-eight #estefta_contact .nice-select .nice-select-search-box {
    margin: 0 !important;
    padding: 9px 0 !important
}

.section-eight #estefta_contact .nice-select .nice-select-search-box .nice-select-search {
    margin: 0 4%;
    width: 92% !important
}

.section-eight #estefta_contact .nice-select span {
    text-align: justify;
    line-height: 37px !important
}

.section-eight #estefta_contact .nice-select ul.list {
    width: 100%
}

.section-eight #estefta_contact .nice-select ul.list li {
    text-align: justify
}

.section-eight #estefta_contact .EsteftaCaptchaTotal {
    width: 48%;
    float: right;
    position: relative
}

.section-eight #estefta_contact .EsteftaCaptchaTotal .captcha {
    text-align: right
}

.section-eight #estefta_contact .EsteftaCaptchaTotal #estefta_contactRefreshcpatcha {
    position: absolute;
    top: 2px;
    color: #0378bf;
    font-size: 23px;
    left: 10px
}

.section-eight #estefta_contact .EsteftaCaptchaTotal #estefta_contactcaptchaimg {
    text-align: right
}

.section-eight #estefta_contact .send-contactForm {
    background-color: #0378bf !important;
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    margin: 0;
    float: left;
    padding: 5px 0;
    position: absolute;
    display: block;
    width: 40%;
    text-align: center;
    left: 1rem;
    bottom: 0
}

.section-eight #estefta_contact .estefta_contactMsg {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    right: 0;
    height: 100%;
    z-index: 1;
    color: #fff;
    text-align: center;
    top: 0;
    display: none
}

.section-eight #estefta_contact .estefta_contactMsg strong {
    padding-top: 90px;
    display: block
}

.section-eight .responsive-tabs-container li button.skltbs-active:hover {
    color: #FFFF
}

.section-eight .contactCaptchaTotal {
    position: relative
}

.section-eight .contactCaptchaTotal #contactCaptcha {
    text-align: right
}

.section-eight .contactCaptchaTotal #refreshContactcpatcha {
    position: absolute;
    top: 2px;
    color: #0378bf;
    font-size: 23px;
    left: 10px
}

.section-eight .loading {
    z-index: 1 !important
}

.section-eight .loading .loadingCenter {
    padding-top: 60px
}

.section-eight input.error, .section-eight textarea.error {
    border: 1px solid #ff0000
}

.section-eight .error {
    color: #ff0000
}

.section-eight label.error {
    font-size: 10px;
    text-align: right;
    display: block;
    margin-top: 5px
}

.section-eight #captchaContactimg {
    display: inline-block
}

.section-eight .contactUs-formMsg {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    right: 0;
    height: 100%;
    z-index: 11111111;
    color: #fff;
    text-align: center;
    top: 0;
    display: none
}

.section-eight .contactUs-formMsg strong {
    padding-top: 90px;
    display: block
}

.section-eight button.send-contactForm {
    background-color: #0378bf !important;
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    margin: 0;
    float: left;
    padding: 5px 0;
    display: block;
    width: 100%
}

.section-eight button.send-contactForm:hover {
    opacity: .8
}

@media (max-width: 1440px) {
    .section-eight .contact-head .formtem {
        width: 25% !important
    }
}

@media (max-width: 1065px) {
    .section-eight .contact-head {
        width: 95%
    }

    .section-eight .contact-body {
        width: 93%;
        padding: 1%
    }

    #contactPage .contact-body {
        width: 93%;
        padding: 1%
    }
}

@media (max-width: 964px) {
    .section-eight .contact-head .formtem {
        display: inline-block !important;
        width: 100% !important
    }
}

.section-footer {
    background: url("../../images/footer.jpg") repeat-x #2c2b28 !important
}

.section-footer .key-total {
    background: url("../../images/key_bg.png") repeat;
    padding: 1rem;
    border-radius: 8px;
    height: 100%
}

.section-footer .key-total span.key-tlt {
    position: absolute;
    margin: -5px 1rem 0;
    font-weight: bold
}

.section-footer .key-total .key-total2 {
    background: url("../../images/key_bg.png") repeat;
    padding: 1rem;
    margin: 1rem;
    border-radius: 8px
}

.section-footer .ads-total {
    padding: 0
}

.section-footer .ads-total .footer-ads-total {
    padding: 1rem
}

.section-footer .ads-total .footer-ads-total .footer-ads {
    margin: 0
}

.section-footer .ads-total .footer-ads-total .footer-ads img {
    margin: 25px 0 0;
    border-radius: 10px
}

.section-footer .ads-total .footer-calcuator {
    position: absolute;
    bottom: 1rem
}

.section-footer .footer-menu ul {
    margin: 0.5% auto;
    padding: 0;
    display: inline-block;
    width: 11%
}

.section-footer .footer-menu ul li {
    text-align: justify
}

.section-footer .footer-menu ul li a {
    color: #327095;
    display: block;
    margin: 5px 10px
}

.section-footer .footer-menu ul li a:hover {
    color: #64c4ff
}

.section-footer .footer-menu ul li span {
    margin: 5px 0 10px;
    display: block;
    border-radius: 7px;
    width: 100%;
    height: 13px;
    background-image: -webkit-linear-gradient(90deg, #2c2b28 0%, #235675 100%);
    background-image: -moz-linear-gradient(90deg, #2c2b28 0%, #235675 100%);
    background-image: -o-linear-gradient(90deg, #2c2b28 0%, #235675 100%);
    background-image: linear-gradient(90deg, #2c2b28 0%, #235675 100%)
}

@media (max-width: 1440px) {
    .section-footer .footer-menu ul {
        width: 25%
    }
}

@media (max-width: 575px) {
    .section-footer .footer-menu ul {
        width: 50%
    }
}

#key_words {
    width: 100%;
    height: 350px
}

div.jqcloud a {
    text-decoration: none
}

div.jqcloud span.w10 {
    font-size: 460%
}

div.jqcloud span.w9 {
    font-size: 420%
}

div.jqcloud span.w8 {
    font-size: 380%
}

div.jqcloud span.w7 {
    font-size: 340%
}

div.jqcloud span.w6 {
    font-size: 300%
}

div.jqcloud span.w5 {
    font-size: 260%
}

div.jqcloud span.w4 {
    font-size: 220%
}

div.jqcloud span.w3 {
    font-size: 180%
}

div.jqcloud span.w2 {
    font-size: 140%
}

div.jqcloud span.w1 {
    font-size: 100%
}

#key_words {
    font-family: "estedad";
    font-size: 10px
}

div.jqcloud {
    color: #fff
}

div.jqcloud a {
    color: #fff
}

div.jqcloud a:hover {
    color: #09f
}

div.jqcloud a:hover {
    color: #09f
}

div.jqcloud span {
    color: #fff
}

.section-social {
    background: #2d2b28;
    width: 100%;
    height: auto;
    padding: 30px 0
}

.section-social ul {
    margin: 0;
    padding: 0;
    text-align: center;
    height: 33px;
    background: linear-gradient(90deg, #2d2b28 0%, #272420 45%, #272420 55%, #2d2b28 100%)
}

.section-social ul li {
    position: relative;
    height: 33px;
    display: inline-block;
    width: 42px;
    margin: 0 5px;
    bottom: 10px
}

.section-social ul li a {
    display: block;
    width: 42px;
    height: 42px
}

.section-social ul li a.facebook-f {
    background: url("../../images/new_icon/footerSocial.png") 0px 0px
}

.section-social ul li a.facebook-f:hover {
    background: url("../../images/new_icon/footerSocialH.png") 0px 0px
}

.section-social ul li a.instagram-f {
    background: url("../../images/new_icon/footerSocial.png") -42px -1px;
    width: 41px;
    height: 41px
}

.section-social ul li a.instagram-f:hover {
    background: url("../../images/new_icon/footerSocialH.png") -42px 0px
}

.section-social ul li a.whatsapp_f {
    background: url("../../images/new_icon/footerSocial.png") -166px -1px;
    width: 41px;
    height: 41px
}

.section-social ul li a.whatsapp_f:hover {
    background: url("../../images/new_icon/footerSocialH.png") -168px 0px
}

.section-social ul li a.telegram-f {
    background: url("../../images/new_icon/footerSocial.png") -83px 0px
}

.section-social ul li a.telegram-f:hover {
    background: url("../../images/new_icon/footerSocialH.png") -84px 0px
}

.section-social ul li a.twitter-f {
    background: url("../../images/new_icon/footerSocial.png") -125px -1px;
    width: 41px;
    height: 41px
}

.section-social ul li a.twitter-f:hover {
    background: url("../../images/new_icon/footerSocialH.png") -126px 0px
}

.section-social ul li a.youtube-f {
    background: url("../../images/new_icon/footerSocial.png") -207px -1px;
    width: 41px;
    height: 41px
}

.section-social ul li a.youtube-f:hover {
    background: url("../../images/new_icon/footerSocialH.png") -210px 0px
}

.section-social ul li.footer-logo {
    width: 150px;
    bottom: 30px
}

.section-social ul li.footer-logo img {
    width: 150px
}

.section-social .lang-footer a {
    display: inline-block;
    margin: 0 5px;
    color: #5a5855
}

.section-social .lang-footer a:hover {
    color: #ffffff
}

.section-social .lang-footer a.active-lang {
    color: #327095
}

.scrollup {
    width: 47px;
    height: 47px;
    text-indent: -9999px;
    opacity: 0.7;
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
    z-index: 9999;
    background: url("../../images/icon_top.png") center center
}

.scrollup:hover {
    opacity: 1
}

section.page-header .container {
    width: 1400px
}

section.page-header .container .page-logo {
    margin: 3px 0 0
}

section.page-header .container .page-top-logo {
    display: block;
    width: 25%;
    margin: 10px auto 0
}

section.page-header .container .page-menu ul {
    background: #0378bf;
    position: absolute;
    padding: 0;
    margin: 0;
    border-radius: 19px;
    text-align: center;
    height: 35px;
    width: 100%;
    bottom: 22px;
    display: block
}

section.page-header .container .page-menu ul li {
    display: inline-block;
    height: 35px;
    margin: 0 .6rem;
    position: relative
}

section.page-header .container .page-menu ul li a {
    display: block;
    height: 35px;
    line-height: 35px;
    font-family: "Shabnam-Bold";
    font-size: 12px
}

section.page-header .container .page-menu ul li .menu-point {
    background: url("../../images/icons/menu-point.png") no-repeat;
    display: block;
    width: 28px;
    margin: 0 auto;
    height: 22px
}

section.page-header .container .page-menu .menu-mobile {
    top: auto !important;
    bottom: 0 !important
}

section.page-header .container .lang-part {
    margin-top: 1rem !important
}

section.page-header .container .date-part span {
    font-size: 12px !important
}

@media (max-width: 1440px) {
    section.page-header .container {
        width: 100%
    }
}

@media (max-width: 1350px) {
    .page-menu ul li {
        margin: 0 .3rem !important
    }
}

@media (max-width: 1210px) {
    .page-menu ul li a {
        font-size: 12px !important
    }
}

@media (max-width: 1070px) {
    .page-menu ul li a {
        font-size: 11px !important
    }
}

@media (max-width: 1032px) {
    .page-menu ul li {
        margin: 0 2px !important
    }
}

@media (max-width: 1152px) {
    .slider-item-date {
        text-align-last: center;
        width: 100%;
        margin-bottom: 10px
    }

    #pika-stage1 {
        width: 100% !important;
        height: auto !important;
        float: none !important
    }

    .pika-stage .caption {
        position: relative;
        width: 100% !important;
        top: 0;
        right: 0
    }

    section.page-header .container .page-menu ul li {
        margin: 0 .3rem
    }

    section.page-header .container .date-part span {
        font-size: 10px !important
    }
}

@media (max-width: 991px) {
    section.page-header .container .page-menu ul {
        display: none
    }
}

section#estefta-body {
    padding-bottom: 160px
}

.blue_select {
    background: #0378bf;
    border: #0378bf;
    border-radius: 12px;
    color: #FFFFFF;
    padding: 0;
    margin: 0 auto;
    height: 49px
}

.blue_select .nice-select {
    width: 100% !important;
    background: #0378bf;
    border: 0;
    border-radius: 12px;
    height: 100%
}

.blue_select .nice-select span {
    line-height: 45px
}

.blue_select .nice-select .list {
    background: #0378bf !important;
    left: auto !important;
    right: 0 !important;
    padding-top: 0 !important
}

.blue_select .nice-select .option {
    padding-left: 29px !important;
    padding-right: 18px !important;
    height: 30px;
    line-height: 30px
}

.blue_select .nice-select .option:hover {
    background-color: #02629D !important
}

.blue_select .nice-select .option.selected.focus {
    background-color: #02629D !important
}

#module_select .nice-select .list {
    min-height: 240px !important
}

.white_select {
    background: white;
    border: #707070;
    border-radius: 12px;
    color: #707070;
    padding: 0;
    margin: 0 auto;
    height: 49px
}

.white_select .nice-select:after {
    border-bottom: 2px solid #707070 !important;
    border-right: 2px solid #707070 !important
}

.white_select .nice-select {
    width: 100% !important;
    background: white;
    border: 1px solid #707070;
    border-radius: 12px;
    height: 100%
}

.white_select .nice-select span {
    line-height: 45px
}

.white_select .nice-select .list {
    background: white !important;
    left: auto !important;
    right: 0 !important;
    padding-top: 0 !important
}

.white_select .nice-select .option {
    padding-left: 29px !important;
    padding-right: 18px !important;
    height: 30px;
    line-height: 30px;
    text-align: right
}

.white_select .nice-select .option:hover {
    background-color: white !important
}

.white_select .nice-select .option.selected.focus {
    background-color: white !important
}

section.page-body {
    background: url(../../images/section4-bg.jpg) repeat-x #fff;
    min-height: 590px;
    padding-bottom: 30px
}

section.page-body .mobile-estefta-search {
    display: none;
    width: 40%;
    margin: 0 auto
}

section.page-body .mobile-estefta-search input {
    border: 1px solid #a4a4a4 !important
}

section.page-body .mobile-estefta-search .input-group-text {
    padding: 4px 6px !important
}

section.page-body .mobile-estefta-search .input-group-text span {
    background: url(../../images/icons/zoom-2.svg) no-repeat center;
    width: 18px;
    height: 26px;
    display: block
}

section.page-body a.page-btn {
    font-family: "Shabnam-Bold";
    background-image: -webkit-linear-gradient(-6deg, #bf4a03 0%, #602502 100%);
    background-image: -moz-linear-gradient(-6deg, #bf4a03 0%, #602502 100%);
    background-image: -o-linear-gradient(-6deg, #bf4a03 0%, #602502 100%);
    background-image: linear-gradient(-6deg, #bf4a03 0%, #602502 100%);
    border-radius: 5px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: white;
    display: block;
    padding: 0 1rem;
    font-size: 15px
}

section.page-body a.page-btn:hover {
    background-image: -webkit-linear-gradient(-6deg, #602502 0%, #bf4a03 100%);
    background-image: -moz-linear-gradient(-6deg, #602502 0%, #bf4a03 100%);
    background-image: -o-linear-gradient(-6deg, #602502 0%, #bf4a03 100%);
    background-image: linear-gradient(-6deg, #602502 0%, #bf4a03 100%)
}

section.page-body ul.skltbs-tab-group {
    text-align: center;
    margin: 0 auto !important;
    padding: 0 1rem;
    width: 75%
}

section.page-body ul.skltbs-tab-group li {
    display: inline-block;
    margin: 0 auto;
    height: 35px;
    min-width: 130px;
    line-height: 35px;
    background-color: #e5e5e5;
    border-radius: 5px
}

section.page-body ul.skltbs-tab-group li:hover {
    background-color: #a4a4a4;
    color: #FFFF
}

section.page-body ul.skltbs-tab-group li button {
    font-family: "Shabnam-Bold";
    display: block;
    height: 35px;
    border: 0;
    width: 100%;
    text-align: center;
    background: none;
    color: #a4a4a4
}

section.page-body ul.skltbs-tab-group li button:hover {
    color: #FFFF
}

section.page-body ul.skltbs-tab-group li button.skltbs-activeBtn {
    background-color: #0378bf !important;
    background-image: url(../../images/formtem_estefta_activ.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    border-radius: 5px;
    color: white
}

section.page-body ul.skltbs-tab-group li.skltbs-active {
    background-image: url(../../images/formtem_estefta_activ.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important
}

section.page-body ul.skltbs-tab-group li.skltbs-active button {
    color: #FFFFFF
}

section.page-body ul.skltbs-tab-group li.estefta_serch {
    background: none !important;
    width: 25%
}

section.page-body ul.skltbs-tab-group li.estefta_serch input {
    border: 1px solid #a4a4a4 !important
}

section.page-body ul.skltbs-tab-group li.estefta_serch .input-group-text {
    padding: 4px 6px !important
}

section.page-body ul.skltbs-tab-group li.estefta_serch .input-group-text span {
    background: url(../../images/icons/zoom-2.svg) no-repeat center;
    width: 18px;
    height: 26px;
    display: block
}

section.page-body .scrollbar-index {
    border-radius: 8px
}

section.page-body .scrollbar-index ul li {
    text-align: justify
}

section.page-body .second-cl {
    border: 0;
    padding: 0 !important
}

section.page-body .second-cl .esteftaat_formtem label {
    color: #707070;
    font-weight: bold
}

section.page-body .second-cl .esteftaat_formtem input[type="radio"]:checked + label {
    color: #0378bf
}

section.page-body .second-cl .esteftaat_formtem label:hover {
    color: #0378bf
}

section.page-body .third-cl {
    border: 0;
    padding: 0 !important
}

section.page-body .third-cl ul {
    padding: 0;
    margin: 0
}

section.page-body .third-cl ul li {
    background: #efefef;
    display: block;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    padding: 30px 20px 40px;
    border-radius: 8px
}

section.page-body .third-cl ul li span {
    display: block;
    width: 100%;
    color: #0378bf;
    font-size: 15px
}

section.page-body .third-cl ul li p {
    text-align: justify;
    color: #2d2b28
}

section.page-body .third-cl ul li a {
    background-image: -webkit-linear-gradient(-6deg, #bf4a03 0%, #602502 100%);
    background-image: -moz-linear-gradient(-6deg, #bf4a03 0%, #602502 100%);
    background-image: -o-linear-gradient(-6deg, #bf4a03 0%, #602502 100%);
    background-image: linear-gradient(-6deg, #bf4a03 0%, #602502 100%);
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: white;
    display: block;
    padding: 0 1rem;
    font-size: 15px;
    position: absolute;
    left: 10px;
    bottom: -10px
}

section.page-body .third-cl ul li a:hover {
    background-image: -webkit-linear-gradient(-6deg, #602502 0%, #bf4a03 100%);
    background-image: -moz-linear-gradient(-6deg, #602502 0%, #bf4a03 100%);
    background-image: -o-linear-gradient(-6deg, #602502 0%, #bf4a03 100%);
    background-image: linear-gradient(-6deg, #602502 0%, #bf4a03 100%)
}

section.page-body .third-cl-estefta {
    border: 0;
    padding: 0 !important
}

section.page-body .third-cl-estefta #esteftaAnswerResult .ul-estefta {
    padding: 0;
    margin: 0
}

section.page-body .third-cl-estefta #esteftaAnswerResult .ul-estefta li {
    background: #efefef;
    display: block;
    margin-bottom: 30px;
    position: relative;
    width: 100%;
    padding: 30px 20px 40px;
    border-radius: 8px
}

section.page-body .third-cl-estefta #esteftaAnswerResult .ul-estefta li span {
    display: block;
    width: 100%;
    color: #0378bf;
    font-size: 15px
}

section.page-body .third-cl-estefta #esteftaAnswerResult .ul-estefta li p {
    text-align: justify;
    color: #2d2b28
}

section.page-body .third-cl-estefta #esteftaAnswerResult .ul-estefta li a {
    background-image: -webkit-linear-gradient(-6deg, #bf4a03 0%, #602502 100%);
    background-image: -moz-linear-gradient(-6deg, #bf4a03 0%, #602502 100%);
    background-image: -o-linear-gradient(-6deg, #bf4a03 0%, #602502 100%);
    background-image: linear-gradient(-6deg, #bf4a03 0%, #602502 100%);
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: white;
    display: block;
    padding: 0 1rem;
    font-size: 15px;
    position: absolute;
    left: 10px;
    bottom: -10px
}

section.page-body .third-cl-estefta #esteftaAnswerResult .ul-estefta li a:hover {
    background-image: -webkit-linear-gradient(-6deg, #602502 0%, #bf4a03 100%);
    background-image: -moz-linear-gradient(-6deg, #602502 0%, #bf4a03 100%);
    background-image: -o-linear-gradient(-6deg, #602502 0%, #bf4a03 100%);
    background-image: linear-gradient(-6deg, #602502 0%, #bf4a03 100%)
}

section.page-body .tab-pane {
    margin-top: 10px
}

section.page-body .archive_arrow {
    background: url("../../images/icons/archive_arrow.png") no-repeat;
    width: 47px;
    height: 47px;
    display: inline-block;
    margin: 0 auto
}

section.page-body #type {
    background: #0378bf;
    border: #0378bf;
    border-radius: 12px;
    color: #FFFFFF;
    padding: 0 15px;
    margin: 0 auto;
    height: 49px
}

section.page-body #category {
    background: #0378bf;
    border: #0378bf;
    border-radius: 12px;
    color: #FFFFFF;
    padding: 0 15px;
    margin: 0 auto;
    height: 49px
}

section.page-body .select-date {
    direction: ltr;
    background: #0378bf;
    border: #0378bf;
    border-radius: 12px;
    color: #FFFFFF;
    padding: 0 15px;
    margin: 0 auto;
    height: 49px
}

section.page-body .select-date ::placeholder {
    color: white;
    opacity: 1
}

section.page-body .select-date :-ms-input-placeholder {
    color: white
}

section.page-body .select-date ::-ms-input-placeholder {
    color: white
}

section.page-body .select-date .form-control {
    color: white !important;
    direction: rtl;
    height: 47px;
    line-height: 47px;
    background: none;
    border: 0
}

section.page-body .select-date .form-control:focus {
    box-shadow: none !important
}

section.page-body .select-date .select-date-from {
    display: block;
    width: 49%;
    height: 47px;
    line-height: 47px;
    float: right
}

section.page-body .select-date .select-date-to {
    color: #ffffff !important;
    display: block;
    width: 49%;
    height: 47px;
    line-height: 47px;
    float: left
}

section.page-body #_ord {
    background: #0378bf;
    border: #0378bf;
    border-radius: 12px;
    color: #FFFFFF;
    padding: 0 15px;
    height: 49px;
    margin: 0 auto
}

section.page-body #archive_search_page .input-group {
    width: -webkit-calc(100% - 56px) !important;
    width: -moz-calc(100% - 56px) !important;
    width: calc(100% - 56px) !important;
    float: right
}

section.page-body #archive_search_page .input-group-prepend {
    position: relative;
    float: right
}

section.page-body #archive_search_page .input-group-text {
    padding: 0;
    margin-top: 2px;
    margin-right: 10px
}

section.page-body #archive_search_page .input-group-text span#search_page_send {
    background: url("../../images/icons/search.png") no-repeat center;
    background-size: contain;
    width: 44px;
    height: 44px;
    display: block
}

section.page-body #archive_search_page .input-group-text span#search_page_send:hover {
    opacity: .8;
    cursor: pointer
}

section.page-body .archive_search {
    margin: 0 auto;
    width: 40%;
    height: 49px
}

section.page-body .archive_search .input-group {
    height: 100%
}

section.page-body .archive_search .input-group input {
    height: 100%;
    background: #ffffffbd;
    box-shadow: -2px 5px 5px 0 #90909024;
    border: 1px solid #ececec !important
}

section.page-body .archive_search .input-group .input-group-text {
    padding: 10px 0.75rem
}

section.page-body .archive_search .input-group .input-group-text span {
    background: url("../../images/icons/zoom-2.svg") no-repeat center;
    width: 18px;
    height: 26px;
    display: block
}

section.page-body .card_item {
    width: 100% !important;
    margin: 10px 0
}

section.page-body .card_item .card {
    background-color: #F9F9F9 !important;
    border: 0 !important
}

section.page-body .card_item .card .card-ftr {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 25px
}

section.page-body .card_item .card .card-ftr .newsCode-archive {
    background: #f1f1f1;
    color: #a4a4a4;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
    position: absolute;
    font-size: 10px;
    width: auto;
    right: 2%;
    top: 0;
    border-radius: 8px 8px 0 0;
    font-family: "Shabnam-Bold"
}

section.page-body .card_item .card .card-ftr .newsCode-archive .right {
    margin-right: 5px;
    font-size: 9px;
    margin-left: 10px
}

section.page-body .card_item .card .card-ftr .newsCode-archive .left {
    margin-left: 5px;
    font-size: 9px
}

section.page-body .card_item .card .card-ftr .newsdate-archive {
    color: #a4a4a4;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
    position: absolute;
    font-size: 10px;
    width: auto;
    left: 1%;
    top: 0
}

section.page-body .news_archive-last span {
    border-radius: 10px !important;
    color: #FFFFFF !important;
    background: #0378bf !important;
    display: block;
    width: 100%;
    height: 47px;
    font-size: 16px;
    line-height: 47px;
    padding: 0 20px;
    direction: rtl;
    margin-bottom: 10px
}

section.page-body .news_archive-last ul {
    margin: 0;
    padding: 0;
    direction: rtl
}

section.page-body .news_archive-last ul li {
    background: #F9F9F9;
    border-radius: 8px;
    position: relative;
    margin-bottom: 10px;
    text-align: justify
}

section.page-body .news_archive-last ul li a {
    color: #707070;
    display: block;
    padding: 10px 25px 10px 65px
}

section.page-body .news_archive-last ul li a i {
    background: url(../../images/icons/related-arrow.png) no-repeat;
    display: block;
    width: 13px;
    height: 15px;
    position: absolute;
    left: 5px;
    top: 13px
}

@media (max-width: 860px) {
    section.page-body .archive_search {
        width: 100%
    }
}

section.page-body .pagination {
    text-align: center
}

section.page-body .pagination ul {
    display: inline-block;
    margin: 0 auto;
    background: #F9F9F9;
    min-height: 35px;
    line-height: 35px;
    padding: 0 20px !important
}

section.page-body .pagination ul li {
    height: 35px;
    line-height: 35px;
    display: inline-block;
    color: #a4a4a4
}

section.page-body .pagination ul li span {
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    color: #a4a4a4;
    margin: 0 5px;
    cursor: pointer
}

section.page-body .pagination ul li span:hover {
    color: #0378bf
}

section.page-body .pagination ul li span.active {
    color: #0378bf
}

section.page-body .page_arrow {
    background: #0378bf !important;
    border-radius: 10px;
    display: inline-block
}

section.page-body .page_arrow i {
    background: url("../../images/new_icon/ticker-label_archive.png") -49px -25px no-repeat #0378bf;
    width: 21px;
    height: 25px;
    display: inline-block;
    margin: 10px 13px 0
}

section.page-body .media-category-search {
    position: relative
}

section.page-body .media-category-search .input-group-prepend {
    top: 5px
}

section.page-body .media-category-search .input-group-prepend button {
    background: none;
    padding: 0;
    margin: 0;
    border: 0
}

section.page-body .media-category-search .input-group-prepend button:hover {
    cursor: default
}

section.page-body .media-category-search .input-group-prepend button span {
    background: url("../../images/icons/zoom-2.svg") no-repeat center;
    width: 18px;
    height: 26px;
    display: block
}

section.page-body .media-category-search input {
    background: #0378bf;
    height: 100%;
    color: white
}

section.page-body .media-category-ord {
    display: inline-block;
    margin: 0 auto
}

section.page-body .media-category-ord label {
    display: inline-block;
    margin-left: 10px;
    color: #0378bf
}

section.page-body .media-category-ord select {
    height: 100%
}

section.page-body .list-media-category {
    text-align: center
}

section.page-body .list-media-category ul {
    width: 100%
}

section.page-body .list-media-category ul li {
    display: inline-block;
    margin: 0 10px
}

section.page-body .list-media-category ul li .checkedparentCategory {
    color: #0378bf !important;
    border-bottom: 5px solid #0378bf
}

section.page-body .list-media-category ul li label {
    font-size: 16px;
    display: block;
    color: #2d2b28;
    border-bottom: 0
}

section.page-body .list-media-category ul li a.active-media-category-list {
    color: #0378bf;
    border-bottom: 5px solid #0378bf
}

section.page-body .media-categorys {
    text-align: center
}

section.page-body .media-categorys ul#step_3_cat li {
    background: none !important
}

section.page-body .media-categorys ul#step_3_cat li .esteftaat_formtem input[type="radio"]:checked + label {
    color: #0378bf !important;
    border-bottom: 5px solid #0378bf;
    background: none !important
}

section.page-body .media-categorys ul {
    width: 100%
}

section.page-body .media-categorys ul li {
    display: inline-block;
    height: 35px;
    min-width: 10%;
    margin: 0 1%;
    line-height: 35px;
    background-color: #e5e5e5;
    border-radius: 5px
}

section.page-body .media-categorys ul li .esteftaat_formtem {
    width: 100%;
    margin: 0 !important;
    border-radius: 5px
}

section.page-body .media-categorys ul li .esteftaat_formtem input[type="radio"]:checked + label {
    background-color: #0378bf;
    color: white;
    border-radius: 5px
}

section.page-body .media-categorys ul li .esteftaat_formtem a {
    font-size: 14px;
    display: block;
    color: #2d2b28;
    border-bottom: 0
}

section.page-body .media-categorys ul li .esteftaat_formtem label {
    display: block
}

section.page-body ul#step_3_cat_last {
    width: 100%;
    text-align: center
}

section.page-body ul#step_3_cat_last li {
    display: inline-block;
    height: 35px;
    min-width: 10%;
    margin: 0 1%;
    line-height: 35px;
    background-color: #e5e5e5;
    border-radius: 5px
}

section.page-body ul#step_3_cat_last li .esteftaat_formtem input[type="radio"]:checked + label {
    background: #0378bf;
    color: white;
    font-weight: bold;
    border-radius: 5px
}

section.page-body ul#step_3_cat_last li .esteftaat_formtem {
    width: 100%;
    margin: 0 !important;
    border-radius: 5px
}

section.page-body ul#step_3_cat_last li .esteftaat_formtem label {
    position: relative;
    margin: auto;
    color: #707070;
    transition: 0.5s;
    cursor: pointer;
    bottom: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #707070;
    font-size: 15px;
    padding: 0 8px
}

section.page-body .media-category-items {
    position: relative
}

section.page-body .media-category-items .soundPlay {
    background: url("../../images/icons/microphone.png") no-repeat center !important;
    background-size: cover;
    border-radius: 100%
}

section.page-body .media-category-items .media-sound-category-items-title {
    left: 11px !important
}

section.page-body .media-category-items .media-category-items-title {
    position: absolute;
    left: 30px;
    bottom: 15px;
    text-align: left
}

section.page-body .media-category-items .media-category-items-title span {
    display: block;
    color: white
}

section.page-body .media-category-items a {
    display: block
}

section.page-body .media-category-items a img {
    border-radius: 10px
}

section.page-body .media-category-items a .media-category-items-title {
    position: absolute;
    left: 30px;
    bottom: 15px;
    text-align: left
}

section.page-body .media-category-items a .media-category-items-title span {
    display: block;
    color: white
}

section.page-body .media-category-items .section-six_card_item {
    color: #0378bf;
    text-decoration: none
}

section.page-body .media-category-items .section-six_card_item .presence-links {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0px 1rem;
    top: -18px;
    height: 31px;
    text-align: justify
}

section.page-body .media-category-items .section-six_card_item .presence-links a {
    width: 31px;
    height: 31px;
    display: inline-block
}

section.page-body .media-category-items .section-six_card_item .presence-links a:hover {
    opacity: .8
}

section.page-body .media-category-items .section-six_card_item .presence-links .vid {
    position: relative;
    background-position: center center;
    background-size: cover
}

section.page-body .media-category-items .section-six_card_item .presence-links .vid:before, section.page-body .media-category-items .section-six_card_item .presence-links .vid:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: opacity 0.2s
}

section.page-body .media-category-items .section-six_card_item .presence-links .vid:after {
    background-repeat: no-repeat;
    background-position: 0.7em 0.7em;
    opacity: 0.5;
    background-size: 2em
}

section.page-body .media-category-items .section-six_card_item .presence-links .vid:hover:after {
    opacity: 0.8
}

section.page-body .media-category-items .section-six_card_item .presence-links .vid:hover:before {
    opacity: 0.85
}

section.page-body .media-category-items .section-six_card_item .presence-links .presence-play {
    width: 31px;
    height: 31px;
    display: inline-block;
    background: url("../../images/new_icon/playDL.png") -79px -17px !important;
    margin-left: 3px;
    cursor: pointer
}

section.page-body .media-category-items .section-six_card_item .presence-links .presence-play:hover {
    opacity: .8
}

section.page-body .media-category-items .section-six_card_item .presence-links .text-trigger {
    color: #d4ef6a;
    text-decoration: none;
    cursor: pointer
}

section.page-body .media-category-items .section-six_card_item .presence-links .text-trigger:hover {
    text-decoration: underline
}

section.page-body .media-category-items .section-six_card_item .presence-links .presence-download {
    background: url("../../images/new_icon/playDL.png") 0px -17px
}

section.page-body .media-category-load-more {
    background: none;
    border: 0;
    color: #0378bf;
    font-size: 16px;
    margin: 0 auto;
    font-weight: bold;
    display: block
}

section.page-body .media-category-load-more:hover {
    color: #707070
}

section.page-body .pics {
    padding-top: 20px
}

section.page-body .pics .full {
    background: #f9f9f9;
    width: 100%;
    display: block;
    border-radius: 0 0 10px 10px
}

section.page-body .pics .full img {
    width: 100%;
    display: block
}

section.page-body .pics .full h5 {
    display: block;
    font-size: 17px;
    color: #707070;
    padding: 20px 25px
}

section.page-body .pics .full .text-pic {
    width: 50%;
    float: right
}

section.page-body .pics .full .text-pic .estefta-tags {
    margin: 0 20px;
    height: 30px;
    position: relative;
    bottom: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    width: -webkit-calc(100% - 2.75rem) !important;
    width: -moz-calc(100% - 2.75rem) !important;
    width: calc(100% - 2.75rem) !important
}

section.page-body .pics .full .text-pic .estefta-tags span {
    background: #a4a4a4;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    width: 46px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    right: 0;
    position: absolute
}

section.page-body .pics .full .text-pic .estefta-tags .scrollmenu {
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    background: #f1f1f1;
    display: inline-block;
    padding: 0 50px 0 0;
    margin: 0 !important;
    height: 30px;
    float: right;
    width: 100%;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px
}

section.page-body .pics .full .text-pic .estefta-tags .scrollmenu a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    color: #a4a4a4;
    font-size: 10px
}

section.page-body .pics .full .text-pic .estefta-tags .scrollmenu a:hover {
    color: #0378bf !important
}

section.page-body .pics .full .text-pic .estefta-tags .hover-scroll {
    background: url(../../images/icons/path.svg) center center no-repeat;
    background-size: 70%;
    width: 16px;
    height: 20px;
    position: relative;
    cursor: pointer;
    position: absolute;
    cursor: pointer;
    top: -20px;
    display: block !important
}

section.page-body .pics .full .text-pic .estefta-tags .hover-scroll:hover {
    opacity: .7
}

section.page-body .pics .full .text-pic .estefta-tags .left-hover-scroll {
    transform: rotate(-180deg);
    left: 15px
}

@media (max-width: 1125px) {
    section.page-body .pics .full .text-pic {
        width: 100%
    }

    section.page-body .pics .full .info-pic-total {
        width: 100% !important
    }
}

section.page-body .pics .full .date-pic {
    background: #e5e5e5;
    border-radius: 8px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    float: right
}

section.page-body .pics .full .date-pic .send-share {
    float: right;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    color: #a4a4a4;
    cursor: pointer;
    font-size: 10px
}

section.page-body .pics .full .date-pic .send-share:before {
    margin-left: 8px
}

section.page-body .pics .full .date-pic .send-share:hover {
    color: #0378bf
}

section.page-body .pics .full .date-pic .copy-share {
    background: url(../../images/icons/copy.svg) 100% center no-repeat;
    background-size: 15px;
    padding-right: 20px
}

section.page-body .pics .full .date-pic .print-share {
    background: url(../../images/icons/printer.svg) 100% center no-repeat;
    background-size: 15px;
    padding-right: 20px
}

section.page-body .pics .full .date-pic .link-share {
    background: url(../../images/icons/link.svg) 100% center no-repeat;
    background-size: 15px;
    padding-right: 20px
}

section.page-body .pics .full .date-pic .share-share {
    background: url(../../images/icons/share.svg) 100% center no-repeat;
    background-size: 15px;
    padding-right: 20px
}

section.page-body .pics .full .date-pic .date-share {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    color: #a4a4a4
}

section.page-body .pics .full .info-pic-total {
    width: 45%;
    float: left
}

section.page-body .pics .full .info-pic-total .download-pic {
    height: 30px;
    width: 100%
}

section.page-body .pics .full .info-pic-total .download-pic a {
    color: #0378bf;
    float: left;
    margin-left: 20px;
    font-size: 25px
}

section.page-body .pics .full .info-pic-total .download-pic a:hover {
    color: #000000
}

section.page-body .pics .full .info-pic-total .info-pic {
    height: 30px;
    width: 100%
}

section.page-body .pics .full .info-pic-total .info-pic .info-pic-title {
    display: inline-block;
    color: #0378bf
}

section.page-body .pics .full .info-pic-total .info-pic .info-pic-body {
    display: inline-block;
    color: #a4a4a4
}

section.page-body .pics .full .pic-media-tags {
    margin: 0;
    float: left;
    display: block;
    width: 95%;
    height: 30px;
    position: relative;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px
}

section.page-body .pics .full .pic-media-tags .pic-media-tags-title {
    text-indent: 3px;
    background: #a4a4a4;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    height: 30px;
    padding: 0 7px;
    line-height: 30px;
    width: 46px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    float: right
}

section.page-body .pics .full .pic-media-tags .pic-media-tags-total {
    background: #f1f1f1;
    display: inline-block;
    padding: 0;
    margin: 0 !important;
    height: 30px;
    float: right;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px
}

section.page-body .pics .full .pic-media-tags .pic-media-tags-total .pic-media-tags-item {
    display: inline-block;
    height: 30px
}

section.page-body .pics .full .pic-media-tags .pic-media-tags-total .pic-media-tags-item a {
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0 3px;
    color: #a4a4a4;
    font-size: 10px
}

section.page-body .pics .full .pic-media-tags .pic-media-tags-total .pic-media-tags-item a:hover {
    color: #0378bf !important
}

section.page-body .pics .thumbs {
    padding-top: 20px;
    text-align: center
}

section.page-body .pics .thumbs .preview {
    width: 18%;
    display: inline-block;
    margin: 0 auto 10px
}

section.page-body .pics .thumbs .preview a {
    display: block
}

section.page-body .pics .thumbs .preview a img {
    width: 100%;
    border-radius: 10px
}

section.page-body #sound-container {
    margin: 0 auto !important
}

section.page-body #video_total .sound_index {
    padding-bottom: 0 !important
}

section.page-body .sound_total {
    padding-top: 3rem
}

section.page-body .sound_total .sound_index {
    background: url("../../images/sound_bg.png");
    position: relative;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    padding-bottom: 35px
}

section.page-body .sound_total .sound_index img {
    width: 15%;
    margin: 35px 0 20px
}

section.page-body .sound_total .sound_body {
    background: #f9f9f9
}

section.page-body .sound_total .sound_body .sound_title {
    color: #707070;
    font-size: 16px;
    display: block
}

section.page-body .sound_total .sound_body .text-pic {
    width: 50%;
    float: right
}

section.page-body .sound_total .sound_body .text-pic .estefta-tags {
    margin: 0 20px;
    height: 30px;
    position: relative;
    bottom: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    width: -webkit-calc(100% - 2.75rem) !important;
    width: -moz-calc(100% - 2.75rem) !important;
    width: calc(100% - 2.75rem) !important
}

section.page-body .sound_total .sound_body .text-pic .estefta-tags span {
    background: #a4a4a4;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    width: 46px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    right: 0;
    position: absolute
}

section.page-body .sound_total .sound_body .text-pic .estefta-tags .scrollmenu {
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    background: #f1f1f1;
    display: inline-block;
    padding: 0 50px 0 0;
    margin: 0 !important;
    height: 30px;
    float: right;
    width: 100%;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px
}

section.page-body .sound_total .sound_body .text-pic .estefta-tags .scrollmenu a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    color: #a4a4a4;
    font-size: 10px
}

section.page-body .sound_total .sound_body .text-pic .estefta-tags .scrollmenu a:hover {
    color: #0378bf !important
}

section.page-body .sound_total .sound_body .text-pic .estefta-tags .hover-scroll {
    background: url(../../images/icons/path.svg) center center no-repeat;
    background-size: 70%;
    width: 16px;
    height: 20px;
    position: relative;
    cursor: pointer;
    position: absolute;
    cursor: pointer;
    top: -20px;
    display: block !important
}

section.page-body .sound_total .sound_body .text-pic .estefta-tags .hover-scroll:hover {
    opacity: .7
}

section.page-body .sound_total .sound_body .text-pic .estefta-tags .left-hover-scroll {
    transform: rotate(-180deg);
    left: 15px
}

@media (max-width: 1125px) {
    section.page-body .sound_total .sound_body .text-pic {
        width: 100%
    }

    section.page-body .sound_total .sound_body .info-pic-total {
        width: 100% !important
    }
}

section.page-body .sound_total .sound_body .date-pic {
    background: #e5e5e5;
    border-radius: 8px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    float: right
}

section.page-body .sound_total .sound_body .date-pic .send-share {
    background: url(../../images/icons/share.svg) 100% center no-repeat;
    background-size: 15px;
    float: right;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    color: #a4a4a4;
    cursor: pointer;
    font-size: 10px
}

section.page-body .sound_total .sound_body .date-pic .send-share:before {
    margin-left: 8px
}

section.page-body .sound_total .sound_body .date-pic .send-share:hover {
    color: #0378bf
}

section.page-body .sound_total .sound_body .date-pic .date-share {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    color: #a4a4a4
}

section.page-body .sound_total .sound_body .info-pic-total {
    width: 45%;
    float: left
}

section.page-body .sound_total .sound_body .info-pic-total .download-pic {
    height: 30px;
    width: 100%
}

section.page-body .sound_total .sound_body .info-pic-total .download-pic a {
    color: #0378bf;
    float: left;
    margin-left: 20px;
    font-size: 25px
}

section.page-body .sound_total .sound_body .info-pic-total .download-pic a:hover {
    color: #000000
}

section.page-body .sound_total .sound_body .info-pic-total .info-pic {
    height: 30px;
    width: 100%
}

section.page-body .sound_total .sound_body .info-pic-total .info-pic .info-pic-title {
    display: inline-block;
    color: #0378bf
}

section.page-body .sound_total .sound_body .info-pic-total .info-pic .info-pic-body {
    display: inline-block;
    color: #a4a4a4
}

section.page-body .sound_total .sound_body .pic-media-tags {
    margin: 0;
    float: left;
    display: block;
    width: 95%;
    height: 30px;
    position: relative;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px
}

section.page-body .sound_total .sound_body .pic-media-tags .pic-media-tags-title {
    text-indent: 3px;
    background: #a4a4a4;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    height: 30px;
    padding: 0 7px;
    line-height: 30px;
    width: 46px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    float: right
}

section.page-body .sound_total .sound_body .pic-media-tags .pic-media-tags-total {
    background: #f1f1f1;
    display: inline-block;
    padding: 0;
    margin: 0 !important;
    height: 30px;
    float: right;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px
}

section.page-body .sound_total .sound_body .pic-media-tags .pic-media-tags-total .pic-media-tags-item {
    display: inline-block;
    height: 30px
}

section.page-body .sound_total .sound_body .pic-media-tags .pic-media-tags-total .pic-media-tags-item a {
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0 3px;
    color: #a4a4a4;
    font-size: 10px
}

section.page-body .sound_total .sound_body .pic-media-tags .pic-media-tags-total .pic-media-tags-item a:hover {
    color: #0378bf !important
}

section.page-body .g-scrolling-carousel .items {
    padding: 30px 10% 5px 0;
    background-color: #fff
}

section.page-body .g-scrolling-carousel .items .section-six_card_item {
    color: #0378bf;
    display: inline-block;
    margin-right: 10px;
    width: 16%;
    text-decoration: none
}

section.page-body .g-scrolling-carousel .items .section-six_card_item .card-body {
    padding: 1rem
}

section.page-body .g-scrolling-carousel .items .section-six_card_item .presence-links {
    position: absolute;
    width: 100%;
    left: 0;
    padding: 0px 1rem;
    top: -18px;
    height: 31px;
    text-align: justify
}

section.page-body .g-scrolling-carousel .items .section-six_card_item .presence-links a {
    width: 31px;
    height: 31px;
    display: inline-block
}

section.page-body .g-scrolling-carousel .items .section-six_card_item .presence-links a:hover {
    opacity: .8
}

section.page-body .g-scrolling-carousel .items .section-six_card_item .presence-links .presence-play {
    width: 31px;
    height: 31px;
    display: inline-block;
    background: url("../../images/new_icon/playDL.png") -79px -17px !important;
    margin-left: 3px;
    cursor: pointer
}

section.page-body .g-scrolling-carousel .items .section-six_card_item .presence-links .presence-play:hover {
    opacity: .8
}

section.page-body .g-scrolling-carousel .items .section-six_card_item .presence-links .presence-download {
    background: url("../../images/new_icon/playDL.png") 0px -17px
}

section.page-body .g-scrolling-carousel .items .section-seven_card_item {
    display: inline-block;
    margin-right: 10px;
    width: 22%;
    text-decoration: none
}

section.page-body .g-scrolling-carousel .items .section-seven_card_item .card-title {
    font-size: 13px;
    color: #0378bf
}

section.page-body .g-scrolling-carousel .items .section-seven_card_item .book-btn {
    background-image: -webkit-linear-gradient(-6deg, #bf4a03 0%, #602502 100%);
    background-image: -moz-linear-gradient(-6deg, #bf4a03 0%, #602502 100%);
    background-image: -o-linear-gradient(-6deg, #bf4a03 0%, #602502 100%);
    background-image: linear-gradient(-6deg, #bf4a03 0%, #602502 100%);
    border-radius: 5px;
    width: 80px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: white;
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 12px
}

section.page-body .g-scrolling-carousel .items .section-seven_card_item .book-btn:hover {
    background-image: -webkit-linear-gradient(-6deg, #602502 0%, #bf4a03 100%);
    background-image: -moz-linear-gradient(-6deg, #602502 0%, #bf4a03 100%);
    background-image: -o-linear-gradient(-6deg, #602502 0%, #bf4a03 100%);
    background-image: linear-gradient(-6deg, #602502 0%, #bf4a03 100%)
}

.presence-links a {
    width: 31px;
    height: 31px;
    display: inline-block
}

#sound-body #category {
    margin-left: 3rem !important
}

#sound-body .archive_arrow {
    margin-left: 3rem !important
}

#sound-body ._ord_total label {
    display: inline-block;
    margin-left: 10px;
    color: #0378bf;
    margin-right: 20px
}

#mp3-category-total .media-category-items:hover {
    opacity: 1 !important
}

#mp3-category-total .media-category-items .card-title {
    font-size: 100%
}

section.breadcrumb {
    width: 100%;
    height: 40px;
    background-color: #f9f9f9;
    border-radius: 0 !important;
    padding: 0 !important
}

section.breadcrumb ul {
    width: 100%;
    height: 40px;
    padding: 0 5% !important;
    box-shadow: 0 5px 3px 0 #0000000a
}

section.breadcrumb ul li {
    display: inline-block;
    height: 40px;
    padding: 0 1.5rem;
    line-height: 40px;
    color: #707070;
    position: relative
}

section.breadcrumb ul li span {
    background: url("../../images/icons/path.svg") center center no-repeat;
    background-size: 70%;
    width: 16px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 8px;
    right: 27px
}

section.breadcrumb ul li a {
    height: 40px;
    line-height: 40px;
    color: #707070
}

section.breadcrumb ul li.first-breadcrumb {
    background: #e5e5e5
}

.last-breadcrumb {
    color: #0378bf !important
}

@media (max-width: 754px) {
    .media-category-ord {
        margin-top: 10px !important
    }
}

@media (max-width: 991px) {
    section.page-body .mobile-estefta-search {
        display: block
    }

    section.page-body .scrollbar-index-btn {
        display: none
    }
}

#section-page-footer {
    background: #2C2B28 !important;
    padding-bottom: 25px !important
}

#follow_estefta .red {
    border: 1px solid red !important
}

#follow_estefta .img-follow {
    width: 115px;
    position: absolute;
    left: 35px;
    bottom: -5px
}

#send_estefta .modal-content {
    background: #F9F9F9 !important
}

#send_estefta .loading .loadingCenter {
    padding-top: 80px !important
}

#send_estefta input.form-control {
    border: 0
}

#send_estefta .red {
    border: 1px solid red !important
}

#send_estefta #send_esteftaLabel {
    font-family: "Shabnam-Bold";
    border-radius: 10px !important;
    color: white !important;
    background-image: -webkit-linear-gradient(-6deg, #bf4a03 0%, #602502 100%) !important;
    background-image: -moz-linear-gradient(-6deg, #bf4a03 0%, #602502 100%) !important;
    background-image: -o-linear-gradient(-6deg, #bf4a03 0%, #602502 100%) !important;
    background-image: linear-gradient(-6deg, #bf4a03 0%, #602502 100%) !important;
    display: block;
    width: 100%;
    height: 47px;
    font-size: 16px;
    line-height: 47px;
    padding: 0 20px
}

#send_estefta .modal-header {
    padding-bottom: 0 !important;
    border: 0 !important
}

#send_estefta .send-contactForm {
    background-color: #0378bf !important;
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    margin: 0;
    float: left;
    padding: 5px 0;
    display: block;
    width: 40%;
    text-align: center
}

#send_estefta .send-contactForm:hover {
    opacity: .8
}

#send_estefta .form-control:focus {
    border-color: #0378bf !important
}

.view_estefta_ok {
    background-color: #0378bf;
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    margin: 15px 0 0 13px;
    float: left;
    padding: 5px 0;
    display: block;
    width: 40%;
    text-align: center
}

.view_estefta_ok:hover {
    opacity: .8
}

#follow_estefta #follow_esteftaLabel {
    font-family: "Shabnam-Bold";
    border-radius: 10px !important;
    color: white !important;
    background-image: -webkit-linear-gradient(-6deg, #bf4a03 0%, #602502 100%) !important;
    background-image: -moz-linear-gradient(-6deg, #bf4a03 0%, #602502 100%) !important;
    background-image: -o-linear-gradient(-6deg, #bf4a03 0%, #602502 100%) !important;
    background-image: linear-gradient(-6deg, #bf4a03 0%, #602502 100%) !important;
    display: block;
    width: 100%;
    height: 47px;
    font-size: 16px;
    line-height: 47px;
    padding: 0 20px
}

#follow_estefta .modal-header {
    padding-bottom: 0 !important;
    border: 0 !important
}

#follow_estefta .modal-content {
    background: #F9F9F9 !important
}

#follow_estefta p {
    color: #707070;
    display: block;
    text-align: center;
    width: 100%
}

#follow_estefta .send-follow_code {
    background-color: #0378bf !important;
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    margin: 20px auto 0;
    padding: 5px 0;
    display: block;
    width: 200px;
    text-align: center
}

#follow_estefta .follow_code-total {
    background: #FFFFFF;
    padding: 3rem 13rem
}

#follow_estefta .follow_code-total .error {
    color: red
}

#follow_estefta .follow_code-total label.error {
    font-size: 11px
}

#follow_estefta .follow_code-total label {
    color: #707070;
    display: block
}

#follow_estefta .follow_code-total input {
    color: #0378bf;
    text-align: center
}

#follow_estefta .follow_code-total input:focus {
    border-color: #0378bf !important
}

.ansr_estefta {
    color: #707070
}

.ansr_estefta .modal-content {
    background: #EFEFEF !important;
    direction: rtl
}

.ansr_estefta .modal-content .ansr_esteftaLabel {
    border-radius: 10px !important;
    color: #707070 !important;
    background: #e5e5e5 !important;
    display: block;
    width: 100%;
    height: 47px;
    font-size: 16px;
    line-height: 47px;
    padding: 0 20px
}

.ansr_estefta .modal-content .ansr_esteftaLabel span {
    background: url(../../images/icons/path.svg) center center no-repeat;
    background-size: 70%;
    width: 16px;
    height: 20px;
    display: inline-block;
    position: relative;
    top: 7px
}

.ansr_estefta .modal-content .modal-header {
    padding-bottom: 0;
    border: 0
}

.ansr_estefta .modal-content p {
    color: #707070
}

.ansr_estefta .modal-content span {
    display: block;
    padding-bottom: 8px;
    font-size: 16px
}

.ansr_estefta .modal-content .ansr-cl {
    margin: 0;
    padding: 0 !important
}

.ansr_estefta .modal-content .ansr-cl .custom-scrollbar-css {
    height: 260px !important;
    padding-top: 0 !important
}

.ansr_estefta .modal-content .ansr-cl .custom-scrollbar-css::-webkit-scrollbar-thumb {
    background: #a4a4a4 !important
}

.ansr_estefta .modal-content .ansr-cl .related-estefta {
    border-radius: 10px !important;
    color: #FFFFFF !important;
    background: #0378bf !important;
    display: block;
    width: 100%;
    height: 47px;
    font-size: 16px;
    line-height: 47px;
    padding: 0 20px;
    direction: rtl;
    margin-bottom: 10px
}

.ansr_estefta .modal-content .ansr-cl ul li {
    background: #F9F9F9;
    border-radius: 8px;
    position: relative
}

.ansr_estefta .modal-content .ansr-cl ul li a {
    color: #707070;
    display: block;
    padding: 10px 25px
}

.ansr_estefta .modal-content .ansr-cl ul li a:hover {
    color: #0378bf
}

.ansr_estefta .modal-content .ansr-cl ul li a i {
    background: url("../../images/icons/related-arrow.png") no-repeat;
    display: block;
    width: 13px;
    height: 15px;
    position: absolute;
    left: 5px;
    top: 13px
}

.ansr_estefta .modal-content .estefta-tags {
    margin: 0 20px;
    height: 30px;
    position: relative;
    bottom: 31px;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    width: -webkit-calc(100% - 2.75rem) !important;
    width: -moz-calc(100% - 2.75rem) !important;
    width: calc(100% - 2.75rem) !important
}

.ansr_estefta .modal-content .estefta-tags span {
    background: #a4a4a4;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    width: 46px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    right: 0;
    position: absolute
}

.ansr_estefta .modal-content .estefta-tags .scrollmenu {
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    background: #f9f9f9;
    display: inline-block;
    padding: 0 50px 0 0;
    margin: 0 !important;
    height: 30px;
    float: right;
    width: 100%;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px
}

.ansr_estefta .modal-content .estefta-tags .scrollmenu a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    color: #a4a4a4;
    font-size: 10px
}

.ansr_estefta .modal-content .estefta-tags .scrollmenu a:hover {
    color: #0378bf !important
}

.ansr_estefta .modal-content .estefta-tags .hover-scroll {
    background: url(../../images/icons/path.svg) center center no-repeat;
    background-size: 70%;
    width: 16px;
    height: 20px;
    position: relative;
    cursor: pointer;
    position: absolute;
    cursor: pointer;
    top: -20px;
    display: block !important
}

.ansr_estefta .modal-content .estefta-tags .hover-scroll:hover {
    opacity: .7
}

.ansr_estefta .modal-content .estefta-tags .left-hover-scroll {
    transform: rotate(-180deg);
    left: 15px
}

.ansr_estefta .modal-content .estefta-share #content {
    text-align: center;
    position: relative;
    left: auto;
    right: 0;
    margin: auto;
    padding: 0;
    width: 115px;
    height: 30px
}

.ansr_estefta .modal-content .estefta-share #content .share-share {
    background: url("../../images/icons/share.svg") 100% center no-repeat;
    background-size: 15px;
    padding-right: 20px;
    padding: 1px 19px 1px 0 !important;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    color: #a4a4a4;
    cursor: pointer;
    font-size: 12px
}

.ansr_estefta .modal-content .estefta-share #content .share-share:hover {
    color: #0378bf
}

.ansr_estefta .modal-content .estefta-share #content .social {
    bottom: 28px;
    position: relative
}

.ansr_estefta .modal-content .estefta-share #content .at-share-btn-elements {
    display: inline-block !important
}

.ansr_estefta .modal-content .estefta-share #content .addthis_inline_share_toolbox_wb2s {
    clear: none !important;
    height: 46px;
    margin: 0 auto;
    width: 100%
}

.ansr_estefta .modal-content .estefta-share #content .addthis-animated {
    height: 46px
}

.ansr_estefta .modal-content .estefta-share #content .entypo-export {
    padding: 1px 19px 1px 0 !important
}

.ansr_estefta .modal-content .estefta-share input[type="checkbox"] {
    display: none
}

.ansr_estefta .modal-content .estefta-share .checkbox:checked + .label {
    background: #7B7484;
    color: #231733
}

.ansr_estefta .modal-content .estefta-share .checkbox:checked ~ .social {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-50px);
    -moz-transform: scale(1) translateY(-50px);
    -o-transform: scale(1) translateY(-50px);
    transform: scale(1) translateY(-50px);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 205px
}

.ansr_estefta .modal-content .estefta-share .label {
    font-size: 16px;
    cursor: pointer;
    margin: 0;
    padding: 5px 10px;
    border-radius: 10%;
    color: #7B7484
}

.ansr_estefta .modal-content .estefta-share .social {
    transform-origin: 50% 0%;
    -webkit-transform: scale(0) translateY(-190px);
    -moz-transform: scale(0) translateY(-190px);
    -o-transform: scale(0) translateY(-190px);
    transform: scale(0) translateY(-190px);
    opacity: 0
}

.ansr_estefta .modal-content .estefta-share .social-ul {
    position: relative;
    right: 0;
    margin: auto;
    color: #fff;
    border-radius: 10px;
    height: 46px;
    width: 205px;
    background: #e5e5e5;
    padding: 0;
    list-style: none;
    text-align: center
}

.ansr_estefta .modal-content .estefta-share .social-ul .addthis_inline_share_toolbox_wb2s {
    position: absolute
}

.ansr_estefta .modal-content .estefta-share .social-ul li {
    font-size: 20px;
    cursor: pointer;
    width: 60px;
    margin: 0;
    padding: 12px 0;
    text-align: center;
    float: left;
    display: block;
    height: 22px
}

.ansr_estefta .modal-content .estefta-share .social-ul li:hover {
    color: rgba(0, 0, 0, 0.5)
}

.ansr_estefta .modal-content .estefta-share .social-ul li:after {
    display: none !important
}

.ansr_estefta .modal-content .estefta-share .social-ul li[class*="twitter"] {
    background: #6CDFEA;
    padding: 12px 0
}

.ansr_estefta .modal-content .estefta-share .social-ul li[class*="gplus"] {
    background: #E34429;
    padding: 12px 0
}

.ansr_estefta .modal-content .estefta-share .estefta-share-ul {
    padding: 0 !important;
    margin: 0 !important
}

.ansr_estefta .modal-content .estefta-share .estefta-share-ul .estefta-share-li {
    display: inline-block;
    position: relative;
    bottom: 5px
}

.ansr_estefta .modal-content .estefta-share .estefta-share-ul .estefta-share-li .estefta-share-a {
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    color: #a4a4a4;
    font-size: 12px;
    font-weight: bold
}

.ansr_estefta .modal-content .estefta-share .estefta-share-ul .estefta-share-li .estefta-share-a:hover {
    color: #0378bf !important
}

.ansr_estefta .modal-content .estefta-share .estefta-share-ul .estefta-share-li .estefta-share-a:before {
    font-size: 14px;
    padding-left: 5px
}

.ansr_estefta .modal-content .estefta-share .estefta-share-ul li.float-left {
    font-size: 10px;
    color: #a4a4a4;
    margin-top: 7px
}

.presence-links .rounded, .presence-links ul.menu-qual li, .presence-links ul.menu-qual li .sub-menu {
    border-radius: 100%;
    height: 32px;
    width: 32px
}

.presence-links ul.menu-qual {
    list-style: none;
    margin: 0;
    padding: 0
}

.presence-links ul.menu-qual li {
    margin: 0;
    padding: 0;
    position: absolute;
    background-color: #FFFFFF;
    cursor: pointer;
    left: 0;
    right: 55px;
    top: 0;
    bottom: 0;
    transition: all 0.5s;
    display: flex;
    justify-content: center;
    align-items: center
}

.presence-links ul.menu-qual li span {
    color: #707070;
    font-weight: 700;
    font-size: 7px;
    letter-spacing: 0.1px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif !important
}

.presence-links ul.menu-qual li b {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 5px
}

.presence-links ul.menu-qual li i {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 6px;
    direction: ltr
}

.presence-links ul.menu-qual li .sub-menu {
    height: 32px;
    width: 32px;
    position: absolute;
    top: 32px;
    background-color: white
}

.presence-links ul.menu-qual li:hover {
    background-color: #FFFFFF;
    opacity: .8
}

.presence-links ul.menu-qual li.push {
    z-index: 50;
    background-color: #FFFFFF
}

.presence-links ul.menu-qual li.push span {
    font-size: 15px
}

.presence-links ul.menu-qual li.push.move {
    top: 0
}

.presence-links ul.menu-qual li.push.rotate {
    transform: rotate(-360deg)
}

.presence-links ul.menu-qual li.pushed-center {
    z-index: 20
}

.presence-links ul.menu-qual li.pushed-center.move {
    top: -96px
}

.presence-links ul.menu-qual li.pushed-left-1 {
    z-index: 20
}

.presence-links ul.menu-qual li.pushed-left-1.move {
    top: -128px
}

.presence-links ul.menu-qual li.pushed-right-1 {
    z-index: 30
}

.presence-links ul.menu-qual li.pushed-right-1.move {
    top: -64px
}

.presence-links ul.menu-qual li.pushed-right-2 {
    z-index: 40
}

.presence-links ul.menu-qual li.pushed-right-2.move {
    top: -32px
}

.video_dl {
    height: 30px !important;
    width: auto !important;
    float: left !important
}

.video_dl ul.menu-qual li {
    right: -50px !important
}

.video_dl ul.menu-qual li a {
    float: none !important;
    margin-left: 0 !important
}

.video_dl ul.menu-qual li .fa-download {
    color: #0378bf;
    font-size: 25px
}

.video_dl ul.menu-qual li.push {
    background-color: #f9f9f9 !important
}

#acme-news-ticker .acme-news-ticker-horizontal-controls span.acme-news-ticker-prev {
    background: url("../../images/arrow-left.jpg") no-repeat center !important
}

#acme-news-ticker .acme-news-ticker-horizontal-controls span.acme-news-ticker-next {
    background: url("../../images/arrow-right.jpg") no-repeat center !important
}

.tab_content {
    padding: 10px;
    width: 100%
}

.tab_content .tab_body {
    background: #e5e5e5;
    color: #707070;
    text-align: justify;
    padding: 1rem;
    border-radius: 8px
}

.tab_content ul li {
    min-width: 32px
}

.tabs {
    text-align: center
}

.tabs li {
    display: inline;
    list-style: none;
    display: inline-block;
    height: 32px;
    min-width: 6%;
    margin: 0 0.2%;
    line-height: 32px;
    background-color: #e5e5e5;
    border-radius: 12px
}

.tabs li a {
    display: block;
    height: 32px;
    line-height: 32px;
    width: 100%;
    text-align: center
}

.tabs li a:hover {
    color: #707070
}

.tabs li a.active {
    background: #0378bf;
    color: #fff;
    border-radius: 12px
}

#contactPage {
    background: url(../../images/contact.png) center 40px #fff;
    background-size: contain;
    padding-bottom: 200px
}

#contactPage ul.skltbs-tab-group li button:hover {
    color: #a4a4a4
}

#contactPage ul.skltbs-tab-group li button.skltbs-active:hover {
    color: #ffffff
}

#contactPage .responsive-tabs {
    margin-top: 0;
    padding-top: 160px;
    padding-right: 0;
    padding-left: 0;
    width: 100% !important
}

#contactPage .responsive-tabs li {
    background-color: #EEF2F6;
    border: 2px solid #ffff;
    position: relative;
    margin: auto;
    border-radius: 10px;
    color: #EEF2F6;
    transition: 0.5s;
    padding: 0;
    cursor: pointer;
    bottom: 0;
    font-size: 13px;
    display: inline-block;
    min-width: 30%;
    text-align: center;
    color: #707070;
    height: 50px;
    line-height: 50px
}

#contactPage .responsive-tabs li button {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding: 0
}

#contactPage .responsive-tabs li.skltbs-active {
    border-radius: 10px !important;
    color: white !important;
    background-image: -webkit-linear-gradient(-6deg, #bf4a03 0%, #602502 100%) !important;
    background-image: -moz-linear-gradient(-6deg, #bf4a03 0%, #602502 100%) !important;
    background-image: -o-linear-gradient(-6deg, #bf4a03 0%, #602502 100%) !important;
    background-image: linear-gradient(-6deg, #bf4a03 0%, #602502 100%) !important
}

#contactPage .tab-pane {
    margin-top: 10px;
    background: #f9f9f9;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 26px 75px -55px #0378bf
}

#contactPage .contact_detail {
    color: #707070
}

#contactPage .contact_detail p {
    margin-bottom: 5px
}

#contactPage #map {
    height: 200px;
    width: 100%;
    border: 1px solid #707070;
    border-radius: 5px
}

#contactPage .responsive-tabs-container li button.skltbs-active:hover {
    color: #FFFF
}

#contactPage .contactCaptchaTotal {
    position: relative
}

#contactPage .contactCaptchaTotal #contactCaptcha {
    text-align: right
}

#contactPage .contactCaptchaTotal #refreshContactcpatcha {
    position: absolute;
    top: 2px;
    color: #0378bf;
    font-size: 23px;
    left: 10px
}

#contactPage .loading {
    z-index: 1 !important
}

#contactPage .loading .loadingCenter {
    padding-top: 60px
}

#contactPage input.error, #contactPage textarea.error {
    border: 1px solid #ff0000
}

#contactPage .error {
    color: #ff0000
}

#contactPage label.error {
    font-size: 10px;
    text-align: right;
    display: block;
    margin-top: 5px
}

#contactPage #captchaContactimg {
    display: inline-block
}

#contactPage .contactUs-formMsg {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    right: 0;
    height: 100%;
    z-index: 11111111;
    color: #fff;
    text-align: center;
    top: 0;
    display: none
}

#contactPage .contactUs-formMsg strong {
    padding-top: 90px;
    display: block
}

#contactPage button.send-contactForm {
    background-color: #0378bf !important;
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    margin: 0;
    float: left;
    padding: 5px 0;
    display: block;
    width: 100%
}

#contactPage button.send-contactForm:hover {
    opacity: .8
}

#contactPage .contact-body {
    position: relative;
    width: 935px;
    margin: 0 auto
}

#contactPage .nice-select {
    border: 0 !important;
    color: #495057
}

#contactPage .nice-select .nice-select-search-box {
    margin: 0 !important;
    padding: 9px 0 !important
}

#contactPage .nice-select .nice-select-search-box .nice-select-search {
    margin: 0 4%;
    width: 92% !important
}

#contactPage .nice-select span {
    text-align: justify;
    line-height: 37px !important
}

#contactPage .nice-select ul.list {
    width: 100%
}

#contactPage .nice-select ul.list li {
    text-align: justify
}

#contactPage .EsteftaCaptchaTotal {
    width: 48%;
    float: right;
    position: relative
}

#contactPage .EsteftaCaptchaTotal .captcha {
    text-align: right
}

#contactPage .EsteftaCaptchaTotal #estefta_contactRefreshcpatcha {
    position: absolute;
    top: 2px;
    color: #0378bf;
    font-size: 23px;
    left: 10px
}

#contactPage .EsteftaCaptchaTotal #estefta_contactcaptchaimg {
    text-align: right
}

#contactPage .send-contactForm {
    background-color: #0378bf !important;
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    margin: 0;
    float: left;
    padding: 5px 0;
    position: absolute;
    display: block;
    width: 40%;
    text-align: center;
    left: 1rem;
    bottom: 0
}

#contactPage .estefta_contactMsg {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    right: 0;
    height: 100%;
    z-index: 1;
    color: #fff;
    text-align: center;
    top: 0;
    display: none
}

#contactPage .estefta_contactMsg strong {
    padding-top: 90px;
    display: block
}

#contactPage .office_formtem *, #contactPage *::before, #contactPage .office_formtem *::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

#contactPage .office_formtem input[type="radio"] {
    -webkit-appearance: none;
    display: none !important
}

#contactPage .office_formtem {
    display: inline-block;
    height: auto;
    width: 100%;
    margin: 0 5px !important;
    text-align: right
}

#contactPage .office_formtem label {
    position: relative;
    margin: auto;
    color: #707070;
    transition: 0.5s;
    cursor: pointer;
    bottom: 0;
    display: inline-block;
    width: 100%;
    text-align: right;
    color: #707070;
    font-size: 15px
}

#contactPage .office_formtem label:hover {
    color: #0378bf
}

#contactPage .office_formtem a {
    position: relative;
    margin: auto;
    color: #707070;
    transition: 0.5s;
    cursor: pointer;
    bottom: 0;
    display: inline-block;
    width: 100%;
    text-align: right;
    color: #707070;
    font-size: 15px
}

#contactPage .office_formtem a:hover {
    color: #0378bf
}

#contactPage .office_formtem a.selected {
    color: #0378bf;
    font-weight: bold
}

#contactPage #mapCenter {
    height: 150px !important;
    width: 100% !important;
    position: relative !important
}

#contactPage .office_formtem input[type="radio"]:checked + label {
    color: #0378bf;
    font-weight: bold
}

#contactPage .scrollbar-index {
    margin-right: 0;
    margin-left: 20px;
    border: 0;
    background: white
}

#contactPage .scrollbar-index .custom-scrollbar-css {
    height: 328px
}

#contactPage .office_left {
    background: white;
    padding: 1.5rem;
    height: 100%;
    text-align: justify;
    border-radius: 8px
}

#contactPage .office_left .office_logo img {
    display: inline-block;
    width: 25px;
    height: 25px
}

#contactPage .office_left .office_logo span {
    display: inline-block;
    color: #a4a4a4;
    font-family: "Shabnam-Bold";
    margin-right: 10px
}

#contactPage .office_detail {
    background: #e5e5e5;
    padding: 7px;
    margin-top: 10px;
    border-radius: 10px
}

#contactPage .office_detail p {
    text-align: justify;
    color: #707070;
    margin-bottom: 3px
}

#contactPage .office_detail p a {
    color: #0378bf;
    margin: 0 6px 0 0
}

#contactPage .office_share {
    margin-top: 8px
}

#contactPage .office_share span {
    color: #a4a4a4;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    float: right
}

#contactPage .office_share span:before {
    margin-left: 5px
}

#contactPage .office_share span:hover {
    color: #0378bf
}

#contactPage .office_share .share-share {
    background: url(../../images/icons/share.svg) 100% center no-repeat;
    background-size: 15px;
    padding-right: 20px
}

#contactPage .office_share ul {
    float: left;
    margin-bottom: 0;
    padding: 0
}

#contactPage .office_share ul li {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: cover !important;
    margin: 0 2px
}

#contactPage .office_share ul li.tlgrm_office {
    background: url("../../images/new_icon/footerSocial.png") -83px 0px
}

#contactPage .office_share ul li.fb_office {
    background: url("../../images/new_icon/footerSocial.png") 0px 0px
}

#contactPage .office_share ul li.tw_office {
    background: url("../../images/new_icon/footerSocial.png") -125px -1px
}

#contactPage .office_share ul li.insta_office {
    background: url("../../images/new_icon/footerSocial.png") -42px -1px
}

#contactPage .office_share ul li.youtb_office {
    background: url("../../images/new_icon/footerSocial.png") -207px -1px
}

#contactPage .office_share ul li.watsup_office {
    background: url("../../images/new_icon/footerSocial.png") -166px -1px
}

#contactPage #map2 {
    width: 100%;
    height: 80px;
    border: 1px solid #707070;
    border-radius: 5px
}

#contactPage #estefta_contact {
    padding-bottom: 13px
}

#contactPage #estefta_contact .send-contactForm {
    background-color: #0378bf !important;
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    margin: 0;
    float: left;
    padding: 5px 0;
    position: absolute;
    display: block;
    width: 40%;
    text-align: center;
    left: 1rem;
    bottom: 0
}

#contactPage #estefta_contact .estefta_contactMsg {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    right: 0;
    height: 100%;
    z-index: 11111111;
    color: #fff;
    text-align: center;
    top: 0;
    display: none
}

#contactPage #estefta_contact .estefta_contactMsg strong {
    padding-top: 90px;
    display: block
}

#encyclopedia .ecny_title_total {
    background: #0378bf;
    border-radius: 8px;
    width: 100%;
    height: 50px;
    line-height: 50px
}

#encyclopedia .ecny_title_total .ecny_title {
    color: white;
    display: block;
    height: 50px;
    line-height: 50px;
    float: right;
    margin-right: 2rem
}

#encyclopedia .ecny_title_total .ecny_title_full {
    color: #64c4ff;
    display: block;
    height: 50px;
    line-height: 50px;
    float: left;
    margin-left: 2rem
}

#encyclopedia #encyclopedia-search button {
    background: none;
    border: 0
}

#encyclopedia .ecny_vertical {
    background: url("../../images/encyclopediaBg.png");
    border-radius: 8px;
    width: 100%;
    padding: 1rem;
    margin-top: 8px
}

#encyclopedia .data-accordion .data-control {
    position: relative;
    padding-right: 40px;
    width: 100%;
    border: 0;
    background: none;
    text-align: justify;
    color: #707070;
    min-height: 30px;
    line-height: 30px;
    font-size: 14px;
    display: block
}

#encyclopedia .data-accordion .data-control:hover {
    color: #0378bf
}

#encyclopedia #only-one .data-accordion > .data-control:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 25px;
    font-weight: 200;
    color: #444;
    height: 15px;
    width: 24px;
    background: url("../../images/icons/path.svg") center center no-repeat;
    background-size: 50%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

#encyclopedia #only-one .data-accordion.open > .data-control:after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

#encyclopedia #only-one article {
    height: 30px;
    line-height: 30px;
    color: #707070;
    padding-right: 3rem
}

#encyclopedia #only-one article span {
    display: inline-block;
    color: #0378bf
}

#encyclopedia .input-group .form-control {
    border: 1px solid !important;
    height: 50px
}

#encyclopedia .input-group .input-group-text {
    padding: 4px 0.75rem;
    height: 50px
}

#encyclopedia .input-group .input-group-text .input-group-prepend {
    height: 50px;
    line-height: 50px
}

#encyclopedia .input-group .input-group-text span {
    background: url("../../images/icons/zoom-2.svg") no-repeat center;
    width: 18px;
    height: 26px;
    display: block
}

#encyclopedia ul {
    padding: 0;
    margin: 0
}

#encyclopedia ul li {
    display: block;
    width: 100%;
    min-height: 40px;
    line-height: 40px;
    text-align: justify;
    color: #707070;
    padding: 0;
    margin-top: 8px;
    background: url("../../images/encyclopediaBg.png");
    border-radius: 8px
}

#encyclopedia ul li a {
    color: #707070;
    padding: 0 1rem;
    border-radius: 8px;
    display: block;
    min-height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: revert;
    margin: 0
}

#encyclopedia ul li a:hover {
    background: #0378bf;
    color: white
}

#encyclopedia ul li a span {
    background: #e5e5e5;
    color: #707070 !important;
    float: left;
    display: inline-block;
    height: 25px;
    border-radius: 5px;
    margin-top: 8px;
    padding: 0 10px;
    line-height: 25px
}

#encyclopedia ul#categoryEcy {
    text-align: center;
    padding-bottom: 20px
}

#encyclopedia ul#categoryEcy li {
    display: inline-block;
    width: 33%;
    text-align: center
}

#encyclopedia #centersPage .data-accordion a.active {
    color: #0378bf
}

#encyclopedia #centersPage .data-accordion a.active:after {
    background: url("../../images/icons/dot_hover.png") no-repeat center center !important
}

#encyclopedia #centersPage .data-accordion .data-control:after {
    background: url("../../images/icons/dot.png") no-repeat center center
}

#encyclopedia #centersPage .data-accordion .data-control:hover {
    color: #0378bf
}

#encyclopedia #centersPage .centers_total {
    width: 100%;
    background: #f5f5f5;
    height: -moz-calc(100% - 58px);
    height: -webkit-calc(100% - 58px);
    height: -o-calc(100% - 58px);
    height: calc(100% - 58px);
    margin-top: 8px;
    border-radius: 8px;
    padding: 1rem;
    color: #a4a4a4
}

#encyclopedia #centersPage .centers_total .centers_item_image {
    width: 20%;
    float: right;
    margin-left: 1rem
}

#encyclopedia #centersPage .centers_total .centers_item_image img {
    border-radius: 8px
}

@media (max-width: 1124px) {
    #encyclopedia #centersPage .centers_total .centers_item_image {
        width: 40%
    }
}

#encyclopedia #centersPage .centers_total .centers_item_title {
    position: relative;
    float: right;
    font-size: 15px;
    margin: 6% 0 0
}

#encyclopedia #centersPage .centers_total .center_detail_total {
    background: #e5e5e5;
    padding: 1rem 1rem 3.5rem 1rem;
    margin-top: 15px;
    border-radius: 8px;
    min-height: 200px;
    position: relative
}

#encyclopedia #centersPage .centers_total .center_detail_total .center_detail {
    color: #707070
}

#encyclopedia #centersPage .centers_total .center_detail_total .library_item_tags {
    width: 92%;
    bottom: 0;
    position: absolute;
    right: 4%
}

#encyclopedia #centersPage .centers_total .center_detail_total .library_item_tags .pic-media-tags {
    margin: 0
}

#encyclopedia #centersPage .centers_total .center_detail_total .library_item_tags .pic-media-tags .estefta-tags {
    margin: 0;
    height: 30px;
    position: relative;
    bottom: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    width: 100%
}

#encyclopedia #centersPage .centers_total .center_detail_total .library_item_tags .pic-media-tags .estefta-tags span {
    background: #a4a4a4;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    width: 46px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    right: 0;
    position: absolute
}

#encyclopedia #centersPage .centers_total .center_detail_total .library_item_tags .pic-media-tags .estefta-tags .scrollmenu {
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    background: #f1f1f1;
    display: inline-block;
    padding: 0 50px 0 0;
    margin: 0 !important;
    height: 30px;
    float: right;
    width: 100%;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px
}

#encyclopedia #centersPage .centers_total .center_detail_total .library_item_tags .pic-media-tags .estefta-tags .scrollmenu a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    color: #a4a4a4;
    font-size: 10px
}

#encyclopedia #centersPage .centers_total .center_detail_total .library_item_tags .pic-media-tags .estefta-tags .scrollmenu a:hover {
    color: #0378bf !important
}

#encyclopedia #centersPage .centers_total .center_detail_total .library_item_tags .pic-media-tags .estefta-tags .hover-scroll {
    background: url(../../images/icons/path.svg) center center no-repeat;
    background-size: 70%;
    width: 16px;
    height: 20px;
    position: relative;
    cursor: pointer;
    position: absolute;
    cursor: pointer;
    top: -20px;
    display: block !important
}

#encyclopedia #centersPage .centers_total .center_detail_total .library_item_tags .pic-media-tags .estefta-tags .hover-scroll:hover {
    opacity: .7
}

#encyclopedia #centersPage .centers_total .center_detail_total .library_item_tags .pic-media-tags .estefta-tags .left-hover-scroll {
    transform: rotate(-180deg);
    left: 15px
}

#encyclopedia #centersPage .centers_total .center_detail_total .library_item_tags .pic-media-tags .pic-media-tags-title {
    background: #a4a4a4;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    height: 30px;
    padding: 0 7px;
    line-height: 30px;
    width: 46px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    float: right;
    text-indent: 3px
}

#encyclopedia #centersPage .centers_total .center_detail_total .library_item_tags .pic-media-tags .pic-media-tags-total {
    background: #f1f1f1;
    display: inline-block;
    padding: 0;
    margin: 0 !important;
    height: 30px;
    float: right;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px
}

#encyclopedia #centersPage .centers_total .center_detail_total .library_item_tags .pic-media-tags .pic-media-tags-total .pic-media-tags-item {
    display: inline-block;
    height: 30px
}

#encyclopedia #centersPage .centers_total .center_detail_total .library_item_tags .pic-media-tags .pic-media-tags-total .pic-media-tags-item a {
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0 3px;
    color: #a4a4a4;
    font-size: 10px
}

#encyclopedia #centersPage .centers_total .center_detail_total .library_item_tags .pic-media-tags .pic-media-tags-total .pic-media-tags-item a:hover {
    color: #0378bf !important
}

#encyclopedia #centersPage .centers_total #basic-map {
    border-radius: 10px
}

#encyclopedia #centersPage .centers_total .center_address {
    color: #707070
}

#encyclopedia #centersPage .centers_parts .centers_parts_title ul {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    margin: 0 15px
}

#encyclopedia #centersPage .centers_parts .centers_parts_title ul li {
    display: inline-block;
    width: auto;
    background: none;
    margin: 0 15px
}

#encyclopedia #centersPage .centers_parts .centers_parts_title ul li a {
    color: #2d2b28;
    border-bottom: 3px solid #FFFFFF;
    border-radius: 0;
    padding: 0 8px 5px
}

#encyclopedia #centersPage .centers_parts .centers_parts_title ul li a:hover {
    background: none;
    color: #0378bf
}

#encyclopedia #centersPage .centers_parts .centers_parts_title ul li a.active {
    color: #0378bf;
    border-bottom: 3px solid #0378bf
}

#encyclopedia #centersPage .centers_parts #centers_parts_result {
    position: relative;
    width: 100%
}

#encyclopedia #centersPage .centers_parts #centers_parts_result .loading {
    margin-top: 15px;
    height: -moz-calc(100% - 15px) !important;
    height: -webkit-calc(100% - 15px) !important;
    height: -o-calc(100% - 15px) !important;
    height: calc(100% - 15px) !important;
    border-radius: 8px
}

#encyclopedia #centersPage .centers_parts #centers_parts_result .loading .loadingCenter {
    padding-top: 0;
    height: 100px
}

#encyclopedia #centersPage .centers_parts #centers_parts_result .loading .loadingCenter svg {
    height: 100px
}

#encyclopedia #centersPage .centers_parts #centers_parts_result .centers_parts_result {
    width: 100%;
    background: #f5f5f5;
    padding: 1rem;
    margin-top: 15px;
    border-radius: 8px
}

#encyclopedia #centersPage .centers_parts #centers_parts_result .centers_parts_result .card-title {
    color: #0378bf
}

#library {
    background: white
}

#library .library_cats {
    text-align: center
}

#library .library_cats a {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    min-width: 115px;
    margin: 0 1% 3px;
    line-height: 45px;
    background-color: #e5e5e5;
    border-radius: 12px;
    color: #a4a4a4
}

#library .library_cats a:hover {
    background-image: url(../../images/formtem_estefta_activ.png);
    background-color: #0378bf;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: white
}

#library .library_cats a.library_cats_active {
    background-image: url(../../images/formtem_estefta_activ.png);
    background-color: #0378bf;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    color: white
}

#library .library_cats_search {
    width: 40%;
    margin: 0 auto
}

#library .library_cats_search .input-group .form-control {
    height: 50px;
    border: 1px solid #707070 !important
}

#library .library_cats_search .input-group .input-group-text {
    padding: 4px 0.75rem;
    height: 50px
}

#library .library_cats_search .input-group .input-group-text .input-group-prepend {
    height: 50px;
    line-height: 50px
}

#library .library_cats_search .input-group .input-group-text span {
    background: url("../../images/icons/zoom-2.svg") no-repeat center;
    width: 18px;
    height: 26px;
    display: block
}

@media (max-width: 760px) {
    #library .library_cats_search {
        width: 90%
    }
}

#library .section-seven_card_item .card-title {
    font-size: 13px;
    color: #0378bf
}

#library .section-seven_card_item .book-btn {
    background-image: -webkit-linear-gradient(-6deg, #bf4a03 0%, #602502 100%);
    background-image: -moz-linear-gradient(-6deg, #bf4a03 0%, #602502 100%);
    background-image: -o-linear-gradient(-6deg, #bf4a03 0%, #602502 100%);
    background-image: linear-gradient(-6deg, #bf4a03 0%, #602502 100%);
    border-radius: 5px;
    width: 80px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: white;
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 12px
}

#library .section-seven_card_item .book-btn:hover {
    background-image: -webkit-linear-gradient(-6deg, #602502 0%, #bf4a03 100%);
    background-image: -moz-linear-gradient(-6deg, #602502 0%, #bf4a03 100%);
    background-image: -o-linear-gradient(-6deg, #602502 0%, #bf4a03 100%);
    background-image: linear-gradient(-6deg, #602502 0%, #bf4a03 100%)
}

#library .section-seven_card_item .book-btn-down-lib-cats {
    background: none !important;
    border: 1px solid red;
    color: red;
    left: auto !important;
    right: 10px
}

#library_item .library_item_total {
    background: #f9f9f9;
    border-radius: 8px;
    width: 100%;
    padding: 1rem;
    text-align: justify;
    color: #707070;
    height: 100%;
    position: relative
}

#library_item .library_item_total #pdf_page {
    background: url("../../images/icons/pdf.png") 100% center no-repeat;
    background-size: 15px !important;
    display: inline-block;
    direction: ltr
}

#library_item .library_item_total .row .library_item_image {
    width: 13%;
    float: right
}

#library_item .library_item_total .row .library_item_image .card-img {
    border-radius: 15px
}

@media (max-width: 1124px) {
    #library_item .library_item_total .row .library_item_image {
        width: 35%
    }
}

#library_item .library_item_total .row .library_item_detail {
    position: relative;
    float: left;
    width: 85%
}

#library_item .library_item_total .row .library_item_detail h5 {
    font-family: "Shabnam-Bold";
    color: #0378bf;
    font-size: 16px !important
}

#library_item .library_item_total .row .library_item_detail span.publisher {
    background: white;
    display: inline-block;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    padding: 0 10px
}

#library_item .library_item_total .row .library_item_detail span.publisher b {
    height: 20px;
    line-height: 20px;
    float: right
}

#library_item .library_item_total .row .library_item_detail span.publisher i {
    height: 20px;
    line-height: 20px;
    float: right;
    margin-right: 20px;
    margin-left: 20px
}

#library_item .library_item_total .row .library_item_detail .library_item_footnote {
    position: absolute;
    width: 100%;
    min-height: 60px;
    right: 0;
    bottom: 0
}

#library_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_btn {
    background-image: -webkit-linear-gradient(-6deg, #bf4a03 0%, #602502 100%);
    background-image: -moz-linear-gradient(-6deg, #bf4a03 0%, #602502 100%);
    background-image: -o-linear-gradient(-6deg, #bf4a03 0%, #602502 100%);
    background-image: linear-gradient(-6deg, #bf4a03 0%, #602502 100%);
    border-radius: 5px;
    width: 15%;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: white;
    position: relative;
    top: 35px;
    float: right;
    font-size: 12px;
    cursor: pointer
}

#library_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_btn:hover {
    background-image: -webkit-linear-gradient(-6deg, #602502 0%, #bf4a03 100%);
    background-image: -moz-linear-gradient(-6deg, #602502 0%, #bf4a03 100%);
    background-image: -o-linear-gradient(-6deg, #602502 0%, #bf4a03 100%);
    background-image: linear-gradient(-6deg, #602502 0%, #bf4a03 100%)
}

#library_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags {
    float: left;
    width: 83%;
    min-height: 60px
}

#library_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .date-pic {
    background: #e5e5e5;
    border-radius: 8px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    float: right
}

#library_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .date-pic .send-share {
    float: right;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    color: #a4a4a4;
    cursor: pointer;
    font-size: 10px
}

#library_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .date-pic .send-share:before {
    margin-left: 8px
}

#library_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .date-pic .send-share:hover {
    color: #0378bf
}

#library_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .date-pic .copy-share {
    background: url(../../images/icons/copy.svg) 100% center no-repeat;
    background-size: 15px;
    padding-right: 20px
}

#library_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .date-pic .print-share {
    background: url(../../images/icons/printer.svg) 100% center no-repeat;
    background-size: 15px;
    padding-right: 20px
}

#library_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .date-pic .link-share {
    background: url(../../images/icons/link.svg) 100% center no-repeat;
    background-size: 15px;
    padding-right: 20px
}

#library_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .date-pic .share-share {
    background: url(../../images/icons/share.svg) 100% center no-repeat;
    background-size: 15px;
    padding-right: 20px
}

#library_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .date-pic .date-share {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    color: #a4a4a4
}

#library_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .pic-media-tags {
    margin: 0 5% 0 10%
}

#library_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .pic-media-tags .estefta-tags {
    margin: 0 20px;
    height: 30px;
    position: relative;
    bottom: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    width: -webkit-calc(100% - 2.75rem) !important;
    width: -moz-calc(100% - 2.75rem) !important;
    width: calc(100% - 2.75rem) !important
}

#library_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .pic-media-tags .estefta-tags span {
    background: #a4a4a4;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    width: 46px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    right: 0;
    position: absolute
}

#library_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .pic-media-tags .estefta-tags .scrollmenu {
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    background: #f1f1f1;
    display: inline-block;
    padding: 0 50px 0 0;
    margin: 0 !important;
    height: 30px;
    float: right;
    width: 100%;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px
}

#library_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .pic-media-tags .estefta-tags .scrollmenu a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    color: #a4a4a4;
    font-size: 10px
}

#library_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .pic-media-tags .estefta-tags .scrollmenu a:hover {
    color: #0378bf !important
}

#library_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .pic-media-tags .estefta-tags .hover-scroll {
    background: url(../../images/icons/path.svg) center center no-repeat;
    background-size: 70%;
    width: 16px;
    height: 20px;
    position: relative;
    cursor: pointer;
    position: absolute;
    cursor: pointer;
    top: -20px;
    display: block !important
}

#library_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .pic-media-tags .estefta-tags .hover-scroll:hover {
    opacity: .7
}

#library_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .pic-media-tags .estefta-tags .left-hover-scroll {
    transform: rotate(-180deg);
    left: 15px
}

#library_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .pic-media-tags .pic-media-tags-title {
    background: #a4a4a4;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    height: 30px;
    padding: 0 7px;
    line-height: 30px;
    width: 46px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    float: right;
    text-indent: 3px
}

#library_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .pic-media-tags .pic-media-tags-total {
    background: #f1f1f1;
    display: inline-block;
    padding: 0;
    margin: 0 !important;
    height: 30px;
    float: right;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px
}

#library_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .pic-media-tags .pic-media-tags-total .pic-media-tags-item {
    display: inline-block;
    height: 30px
}

#library_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .pic-media-tags .pic-media-tags-total .pic-media-tags-item a {
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0 3px;
    color: #a4a4a4;
    font-size: 10px
}

#library_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .pic-media-tags .pic-media-tags-total .pic-media-tags-item a:hover {
    color: #0378bf !important
}

@media (max-width: 1124px) {
    #library_item .library_item_total .row .library_item_detail .library_item_footnote {
        position: relative
    }
}

@media (max-width: 1124px) {
    #library_item .library_item_total .row .library_item_detail {
        width: 97%
    }
}

#library_item .library_item_total .row .library_item_tabel {
    width: 100%
}

#library_item .library_item_total .row .library_item_tabel ul.skltbs-tab-group {
    padding: 0 20px
}

#library_item .library_item_total .row .library_item_tabel ul.skltbs-tab-group li {
    margin: 0 0 0 15px;
    background: none !important
}

#library_item .library_item_total .row .library_item_tabel ul.skltbs-tab-group li button {
    border-radius: 8px 8px 0 0;
    color: #0378bf
}

#library_item .library_item_total .row .library_item_tabel ul.skltbs-tab-group li.skltbs-active {
    background-color: white !important
}

#library_item .library_item_total .row .library_item_tabel ul.skltbs-tab-group li.skltbs-active button {
    background-color: white !important;
    color: #707070
}

#library_item .library_item_total .row .library_item_tabel ul.skltbs-tab-group li.skltbs-tab-item1 {
    margin-right: 4%
}

#library_item .library_item_total .row .library_item_tabel #vcarousel {
    background-color: white;
    width: 96%;
    margin: 0 2%;
    border-radius: 8px
}

#library_item .library_item_total .row .library_item_tabel #vcarousel div.skltbs-panel {
    text-align: justify;
    margin: 0
}

#library_item .library_item_total .row .library_item_tabel #vcarousel div.skltbs-panel .library_item_text {
    padding: 20px 10%
}

#library_item .library_item_total .row .library_item_tabel #vcarousel div.skltbs-panel .library_item_text .map_tlt {
    color: #707070;
    width: 200px;
    font-family: "Shabnam-Bold";
    font-size: 16px !important
}

#library_item .library_item_total .row .library_item_tabel #vcarousel div.skltbs-panel .library_item_text .map_tlt span {
    display: block;
    height: 13px;
    border-radius: 10px;
    background-image: -webkit-linear-gradient(90deg, #fff 0%, #e5e5e5 100%);
    background-image: -moz-linear-gradient(90deg, #fff 0%, #e5e5e5 100%);
    background-image: -o-linear-gradient(90deg, #fff 0%, #e5e5e5 100%);
    background-image: linear-gradient(90deg, #fff 0%, #e5e5e5 100%)
}

#library_item .library_item_total .row .library_item_tabel #vcarousel div.skltbs-panel .library_item_text p {
    display: block;
    padding: 0 !important
}

#library_item .library_item_total .row .library_item_tabel #vcarousel div.skltbs-panel .tab-pane-total {
    padding: 20px 10%
}

#library_item .library_item_total .row .library_item_tabel #vcarousel div.skltbs-panel ul {
    margin: 0;
    padding: 20px 10%
}

#library_item .library_item_total .row .library_item_tabel #vcarousel div.skltbs-panel ul li {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px
}

#library_item .library_item_total .library_item_related .d-inline-flex p.text-gray {
    font-family: "Shabnam-Bold";
    font-size: 14px
}

#library_item .section-seven_card_item {
    width: 31.5% !important
}

#library_item .section-seven_card_item .card {
    background: #f9f9f9 !important;
    border: 0;
    box-shadow: -2px 5px 5px 0 #90909024;
    border-radius: 8px
}

@media (max-width: 1600px) {
    #library_item .section-seven_card_item {
        width: 35.5% !important
    }
}

#statement_archive .statement_archive_img img {
    max-height: 100%;
    width: 100%
}

@media (max-width: 992px) {
    #statement_archive .statement_archive_img img {
        display: none
    }
}

#statement_archive .archive_arrow {
    background: #0378bf;
    width: 47px;
    margin: 0;
    border-radius: 10px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

#statement_archive .archive_arrow i {
    background: url("../../images/new_icon/ticker-label_archive.png") -49px -25px no-repeat #0378bf;
    width: 21px;
    height: 25px;
    display: inline-block;
    margin: 10px 13px 0
}

#statement_archive .media-category-ord {
    float: none;
    margin: 0 auto
}

#centers .ecny_title_total {
    background: #0378bf;
    border-radius: 8px;
    width: 100%;
    height: 50px;
    line-height: 50px
}

#centers .ecny_title_total .ecny_title {
    color: white;
    display: block;
    height: 50px;
    line-height: 50px;
    float: right;
    margin-right: 2rem
}

#centers .ecny_vertical {
    background: #EFEFEF;
    border-radius: 8px;
    width: 100%;
    padding: 1rem;
    margin-top: 8px;
    height: -moz-calc(100% - 59px);
    height: -webkit-calc(100% - 59px);
    height: -o-calc(100% - 59px);
    height: calc(100% - 59px)
}

#centers .ecny_vertical ul li {
    margin-top: 6px;
    position: relative;
    line-height: 30px;
    height: 30px
}

#centers .ecny_vertical ul li input:checked + label {
    color: #275EFE !important
}

#centers .ecny_vertical ul li input[type='checkbox'], #centers .ecny_vertical ul li input[type='radio'] {
    --active: #275EFE;
    --active-inner: $ gray-lt;
    --focus: 2px rgba(39, 94, 254, .3);
    --border: #BBC1E1;
    --border-hover: #275EFE;
    --background: $ gray-lt;
    --disabled: $ gray-lt;
    --disabled-inner: $ gray-lt;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 15px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    background: var(--b, var(--background));
    transition: background .3s, border-color .3s, box-shadow .2s;
    top: 8px
}

#centers .ecny_vertical ul li input[type='checkbox']:after, #centers .ecny_vertical ul li input[type='radio']:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s)
}

#centers .ecny_vertical ul li input[type='checkbox']:checked, #centers .ecny_vertical ul li input[type='radio']:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: .3s;
    --d-t: .6s;
    --d-t-e: cubic-bezier(.2, .85, .32, 1.2)
}

#centers .ecny_vertical ul li input[type='checkbox']:disabled, #centers .ecny_vertical ul li input[type='radio']:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: .9
}

#centers .ecny_vertical ul li input[type='checkbox']:disabled:checked, #centers .ecny_vertical ul li input[type='radio']:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border)
}

#centers .ecny_vertical ul li input[type='checkbox']:disabled + label, #centers .ecny_vertical ul li input[type='radio']:disabled + label {
    cursor: not-allowed
}

#centers .ecny_vertical ul li input[type='checkbox']:hover:not(:checked):not(:disabled), #centers .ecny_vertical ul li input[type='radio']:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover)
}

#centers .ecny_vertical ul li input[type='checkbox']:focus, #centers .ecny_vertical ul li input[type='radio']:focus {
    box-shadow: 0 0 0 var(--focus)
}

#centers .ecny_vertical ul li input[type='checkbox']:not(.switch), #centers .ecny_vertical ul li input[type='radio']:not(.switch) {
    width: 15px
}

#centers .ecny_vertical ul li input[type='checkbox']:not(.switch):after, #centers .ecny_vertical ul li input[type='radio']:not(.switch):after {
    opacity: var(--o, 0)
}

#centers .ecny_vertical ul li input[type='checkbox']:not(.switch):checked, #centers .ecny_vertical ul li input[type='radio']:not(.switch):checked {
    --o: 1
}

#centers .ecny_vertical ul li input[type='checkbox'] + label, #centers .ecny_vertical ul li input[type='radio'] + label {
    color: #707070;
    line-height: 30px;
    height: 30px;
    display: block;
    position: absolute;
    vertical-align: top;
    cursor: pointer;
    width: 100%;
    top: 0;
    right: 0;
    padding-right: 30px
}

#centers .ecny_vertical ul li input[type='checkbox']:not(.switch) {
    border-radius: 7px
}

#centers .ecny_vertical ul li input[type='checkbox']:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 7px;
    top: 4px;
    transform: rotate(var(--r, 20deg))
}

#centers .ecny_vertical ul li input[type='checkbox']:not(.switch):checked {
    --r: 43deg
}

#centers .ecny_vertical ul li input[type='checkbox'].switch {
    width: 38px;
    border-radius: 11px
}

#centers .ecny_vertical ul li input[type='checkbox'].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0))
}

#centers .ecny_vertical ul li input[type='checkbox'].switch:checked {
    --ab: var(--active-inner);
    --x: 17px
}

#centers .ecny_vertical ul li input[type='checkbox'].switch:disabled:not(:checked):after {
    opacity: .6
}

#centers .ecny_vertical ul li input[type='radio'] {
    border-radius: 50%
}

#centers .ecny_vertical ul li input[type='radio']:after {
    width: 0;
    height: 0;
    border-radius: 50%;
    background: var(--active-inner);
    opacity: 0;
    transform: scale(var(--s, 0.7))
}

#centers .ecny_vertical ul li input[type='radio']:checked {
    --s: .5
}

#centers .input-group .form-control {
    height: 50px;
    border: 1px solid #707070 !important
}

#centers .input-group .input-group-text {
    padding: 4px 0.75rem;
    height: 50px
}

#centers .input-group .input-group-text .input-group-prepend {
    height: 50px;
    line-height: 50px
}

#centers .input-group .input-group-text span {
    background: url("../../images/icons/zoom-2.svg") no-repeat center;
    width: 18px;
    height: 26px;
    display: block
}

#centers .center_total {
    background: #EFEFEF;
    padding: 1.5rem;
    text-align: justify;
    margin-top: 8px;
    border-radius: 8px
}

#centers .center_total .centers {
    position: relative;
    height: 100%
}

#centers .center_total .centers .office_logo {
    color: #707070;
    margin-bottom: 8px
}

#centers .center_total .centers .office_logo img {
    width: 25%;
    display: inline-block
}

#centers .center_total .centers .office_logo span {
    display: inline-block;
    margin-right: 15px
}

#centers .center_total .centers .center_info {
    background: #e5e5e5;
    padding: 1.5rem 1.5rem 0;
    position: relative;
    border-radius: 8px;
    height: -moz-calc(100% - 108px);
    height: -webkit-calc(100% - 108px);
    height: -o-calc(100% - 108px);
    height: calc(100% - 108px)
}

#centers .center_total .centers .center_info p {
    color: #707070;
    padding-bottom: 45px
}

#centers .center_total .centers .center_info .pic-media-tags {
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 95%;
    right: 3%
}

#centers .center_total .centers .center_info .pic-media-tags .pic-media-tags-title {
    background: #a4a4a4;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    height: 30px;
    padding: 0 7px;
    line-height: 30px;
    width: 46px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    float: right;
    text-indent: 3px
}

#centers .center_total .centers .center_info .pic-media-tags .pic-media-tags-total {
    background: #f1f1f1;
    display: inline-block;
    padding: 0;
    margin: 0 !important;
    height: 30px;
    float: right;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px
}

#centers .center_total .centers .center_info .pic-media-tags .pic-media-tags-total .pic-media-tags-item {
    display: inline-block;
    height: 30px;
    float: right
}

#centers .center_total .centers .center_info .pic-media-tags .pic-media-tags-total .pic-media-tags-item a {
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0 3px;
    color: #a4a4a4;
    font-size: 10px
}

#centers .center_total .centers .center_info .pic-media-tags .pic-media-tags-total .pic-media-tags-item a:hover {
    color: #0378bf !important
}

#centers .center_total #map {
    width: 100%;
    height: 300px;
    border-radius: 10px
}

#centers .center_total .center_socials ul {
    margin-bottom: 0;
    padding: 20px 0 0;
    width: 100%;
    text-align: center
}

#centers .center_total .center_socials ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: cover !important;
    margin: 0 2px
}

#centers .center_total .center_socials ul li.tlgrm_office {
    background: url("../../images/new_icon/footerSocial.png") -83px 0px
}

#centers .center_total .center_socials ul li.fb_office {
    background: url("../../images/new_icon/footerSocial.png") 0px 0px
}

#centers .center_total .center_socials ul li.tw_office {
    background: url("../../images/new_icon/footerSocial.png") -125px -1px
}

#centers .center_total .center_socials ul li.insta_office {
    background: url("../../images/new_icon/footerSocial.png") -42px -1px
}

#centers .center_total .center_socials ul li.youtb_office {
    background: url("../../images/new_icon/footerSocial.png") -207px -1px
}

#centers .center_total .center_socials ul li.watsup_office {
    background: url("../../images/new_icon/footerSocial.png") -166px -1px
}

#centers .center_total .send-share {
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    color: #a4a4a4;
    cursor: pointer;
    padding: 0 20px 0 0;
    font-size: 10px
}

#centers .center_total .send-share:before {
    margin-left: 8px
}

#centers .center_total .send-share:hover {
    color: #0378bf
}

#centers .center_total .copy-share {
    background: url(../../images/icons/copy.svg) 100% center no-repeat;
    background-size: 15px;
    padding-right: 20px
}

#centers .center_total .print-share {
    background: url(../../images/icons/printer.svg) 100% center no-repeat;
    background-size: 15px;
    padding-right: 20px
}

#centers .center_total .link-share {
    background: url(../../images/icons/link.svg) 100% center no-repeat;
    background-size: 15px;
    padding-right: 20px
}

#centers .center_total .share-share {
    background: url(../../images/icons/share.svg) 100% center no-repeat;
    background-size: 15px;
    padding-right: 20px
}

#centers .total_centers {
    background: #EFEFEF;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    padding: 1.5rem;
    margin-bottom: 2rem
}

#search_page #category {
    background: #ffffffbd;
    box-shadow: -2px 5px 5px 0 #90909024;
    border: 1px solid #ececec !important;
    color: #707070;
    width: 22%;
    display: inline-block;
    margin: 0 auto
}

#search_page .select-date {
    background: #ffffffbd;
    box-shadow: -2px 5px 5px 0 #90909024;
    border: 1px solid #ececec !important;
    color: #707070;
    width: 22%;
    display: inline-block;
    margin: 0 4%
}

#search_page #sentence {
    background: #ffffffbd;
    box-shadow: -2px 5px 5px 0 #90909024;
    border: 1px solid #ececec;
    color: #707070;
    border-radius: 12px;
    padding: 0 15px;
    height: 49px;
    width: 45%;
    display: inline-block;
    margin: 0 auto
}

#search_page .archive_search {
    width: 100%
}

#search_page .search-type {
    text-align: center
}

#search_page .search-type .formtem input[type="radio"]:checked + label {
    background-color: #0378bf;
    color: white;
    box-shadow: 0 0 1px #f67b2e
}

#search_page .search-type .searchType_formtem {
    display: inline-block;
    height: auto;
    margin: 0 1% !important;
    width: 12%
}

#search_page .search-type .searchType_formtem *, #search_page .search-type *::before, #search_page .search-type .searchType_formtem *::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

#search_page .search-type .searchType_formtem input[type="radio"] {
    -webkit-appearance: none;
    display: none !important
}

#search_page .search-type .searchType_formtem label {
    background: #e5e5e5;
    border-radius: 8px;
    height: 30px;
    line-height: 30px;
    position: relative;
    margin: auto;
    color: #707070;
    transition: 0.5s;
    cursor: pointer;
    bottom: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #707070;
    font-size: 15px
}

#search_page .search-type .searchType_formtem label:hover {
    background: #0378bf;
    color: white
}

#search_page .search-type .searchType_formtem input[type="radio"]:checked + label {
    background: #0378bf;
    color: white;
    font-weight: bold
}

#search_page ul {
    padding: 0;
    margin: 0
}

#search_page ul li {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: justify;
    color: #707070;
    padding: 0 1rem;
    margin-top: 8px;
    background: #EFEFEF;
    border-radius: 8px
}

#search_page ul li a {
    background: #e5e5e5;
    color: #707070;
    padding: 0;
    border-radius: 4px;
    float: left;
    font-size: 10px;
    height: 25px;
    line-height: 25px;
    width: 50px;
    text-align: center;
    margin: 7px 0
}

#search_page ul li a:hover {
    background: #0378bf;
    color: white
}

#search_page h5.key-title {
    color: #a4a4a4;
    text-align: right
}

#search_page .key_words_total {
    background: #f5f5f5;
    padding: 1rem 3rem;
    border-radius: 5px
}

#search_page div.jqcloud a {
    color: #a4a4a4
}

#search_page div.jqcloud a:hover {
    color: #707070
}

#gallery-body #content {
    text-align: center;
    position: absolute;
    left: auto;
    right: 0;
    margin: auto;
    padding: 0;
    width: 115px;
    height: 30px
}

#gallery-body #content .at-share-btn-elements {
    display: inline-block !important;
    bottom: 28px;
    position: relative
}

#gallery-body #content .addthis_inline_share_toolbox_wb2s {
    clear: none !important;
    height: 46px
}

#gallery-body #content .addthis-animated {
    height: 46px
}

#gallery-body #content .entypo-export {
    padding: 1px 19px 1px 0 !important
}

#gallery-body input[type="checkbox"] {
    display: none
}

#gallery-body .checkbox:checked + .label {
    color: #0378bf
}

#gallery-body .checkbox:checked ~ .social {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-50px);
    -moz-transform: scale(1) translateY(-50px);
    -o-transform: scale(1) translateY(-50px);
    transform: scale(1) translateY(-50px);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 205px
}

#gallery-body .label {
    font-size: 10px;
    color: #7B7484
}

#gallery-body .social {
    position: absolute;
    transform-origin: 50% 0%;
    -webkit-transform: scale(0) translateY(-190px);
    -moz-transform: scale(0) translateY(-190px);
    -o-transform: scale(0) translateY(-190px);
    transform: scale(0) translateY(-190px);
    opacity: 0
}

#gallery-body .sound-body_ul {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    border-radius: 10px;
    height: 46px;
    width: 205px;
    background: #e5e5e5;
    padding: 0;
    list-style: none
}

#gallery-body .sound-body_ul li {
    font-size: 20px;
    cursor: pointer;
    width: 60px;
    margin: 0;
    padding: 12px 0;
    text-align: center;
    float: left;
    display: block;
    height: 22px
}

#gallery-body .sound-body_ul li:hover {
    color: rgba(0, 0, 0, 0.5)
}

#gallery-body .sound-body_ul:after {
    display: none !important
}

#gallery-body .sound-body_ul li[class*="twitter"] {
    background: #6CDFEA;
    padding: 12px 0
}

#gallery-body .sound-body_ul li[class*="gplus"] {
    background: #E34429;
    padding: 12px 0
}

#library_item .date-pic {
    position: relative
}

#library_item .date-pic #content {
    text-align: center;
    position: relative;
    left: auto;
    right: 0;
    margin: 0;
    padding: 0;
    width: 115px;
    height: auto
}

#library_item .date-pic #content .at-share-btn-elements {
    display: inline-block !important;
    bottom: 28px;
    position: relative
}

#library_item .date-pic #content .addthis_inline_share_toolbox_wb2s {
    clear: none !important;
    height: 46px
}

#library_item .date-pic #content .addthis-animated {
    height: 46px
}

#library_item .date-pic #content .entypo-export {
    padding: 1px 19px 1px 0 !important
}

#library_item .date-pic #content input[type="checkbox"] {
    display: none
}

#library_item .date-pic #content .checkbox:checked + .label {
    color: #0378bf
}

#library_item .date-pic #content .checkbox:checked ~ .social {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-50px);
    -moz-transform: scale(1) translateY(-50px);
    -o-transform: scale(1) translateY(-50px);
    transform: scale(1) translateY(-50px);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 205px
}

#library_item .date-pic #content .label {
    font-size: 11px;
    color: #7B7484
}

#library_item .date-pic #content .social {
    position: absolute;
    transform-origin: 50% 0%;
    -webkit-transform: scale(0) translateY(-190px);
    -moz-transform: scale(0) translateY(-190px);
    -o-transform: scale(0) translateY(-190px);
    transform: scale(0) translateY(-190px);
    opacity: 0
}

#library_item .date-pic #content .sound-body_ul {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    border-radius: 10px;
    height: 46px;
    width: 205px;
    background: #e5e5e5;
    padding: 0;
    list-style: none
}

#library_item .date-pic #content .sound-body_ul li {
    font-size: 20px;
    cursor: pointer;
    width: 60px;
    margin: 0;
    padding: 12px 0;
    text-align: center;
    float: left;
    display: block;
    height: 22px
}

#library_item .date-pic #content .sound-body_ul li:hover {
    color: rgba(0, 0, 0, 0.5)
}

#library_item .date-pic #content .sound-body_ul:after {
    display: none !important
}

#library_item .date-pic #content .sound-body_ul li[class*="twitter"] {
    background: #6CDFEA;
    padding: 12px 0
}

#library_item .date-pic #content .sound-body_ul li[class*="gplus"] {
    background: #E34429;
    padding: 12px 0
}

#sound-body #content {
    text-align: center;
    position: absolute;
    left: auto;
    right: 0;
    margin: auto;
    padding: 0;
    width: 115px;
    height: 30px
}

#sound-body #content .at-share-btn-elements {
    display: inline-block !important;
    bottom: 28px;
    position: relative
}

#sound-body #content .addthis_inline_share_toolbox_wb2s {
    clear: none !important;
    height: 46px
}

#sound-body #content .addthis-animated {
    height: 46px
}

#sound-body #content .entypo-export {
    padding: 1px 19px 1px 0 !important
}

#sound-body input[type="checkbox"] {
    display: none
}

#sound-body .checkbox:checked + .label {
    color: #0378bf
}

#sound-body .checkbox:checked ~ .social {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-50px);
    -moz-transform: scale(1) translateY(-50px);
    -o-transform: scale(1) translateY(-50px);
    transform: scale(1) translateY(-50px);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 205px
}

#sound-body .label {
    font-size: 11px;
    color: #7B7484
}

#sound-body .social {
    position: absolute;
    transform-origin: 50% 0%;
    -webkit-transform: scale(0) translateY(-190px);
    -moz-transform: scale(0) translateY(-190px);
    -o-transform: scale(0) translateY(-190px);
    transform: scale(0) translateY(-190px);
    opacity: 0
}

#sound-body .sound-body_ul {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    border-radius: 10px;
    height: 46px;
    width: 205px;
    background: #e5e5e5;
    padding: 0;
    list-style: none
}

#sound-body .sound-body_ul li {
    font-size: 20px;
    cursor: pointer;
    width: 60px;
    margin: 0;
    padding: 12px 0;
    text-align: center;
    float: left;
    display: block;
    height: 22px
}

#sound-body .sound-body_ul li:hover {
    color: rgba(0, 0, 0, 0.5)
}

#sound-body .sound-body_ul:after {
    display: none !important
}

#sound-body .sound-body_ul li[class*="twitter"] {
    background: #6CDFEA;
    padding: 12px 0
}

#sound-body .sound-body_ul li[class*="gplus"] {
    background: #E34429;
    padding: 12px 0
}

#esteftaVipResults #content {
    text-align: center;
    position: absolute;
    left: auto;
    right: 0;
    margin: auto;
    padding: 0;
    width: 115px;
    height: 30px
}

#esteftaVipResults #content .at-share-btn-elements {
    display: inline-block !important;
    bottom: 28px;
    position: relative
}

#esteftaVipResults #content .addthis_inline_share_toolbox_wb2s {
    clear: none !important;
    height: 46px
}

#esteftaVipResults #content .addthis-animated {
    height: 46px
}

#esteftaVipResults #content .entypo-export {
    padding: 1px 19px 1px 0 !important
}

#esteftaVipResults input[type="checkbox"] {
    display: none
}

#esteftaVipResults .checkbox:checked + .label {
    color: #0378bf
}

#esteftaVipResults .checkbox:checked ~ .social {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-50px);
    -moz-transform: scale(1) translateY(-50px);
    -o-transform: scale(1) translateY(-50px);
    transform: scale(1) translateY(-50px);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 205px
}

#esteftaVipResults .label {
    font-size: 16px;
    cursor: pointer;
    margin: 0;
    padding: 5px 10px;
    border-radius: 10%;
    color: #7B7484
}

#esteftaVipResults .social {
    position: relative;
    bottom: 25px;
    transform-origin: 50% 0%;
    -webkit-transform: scale(0) translateY(-190px);
    -moz-transform: scale(0) translateY(-190px);
    -o-transform: scale(0) translateY(-190px);
    transform: scale(0) translateY(-190px);
    opacity: 0
}

#esteftaVipResults ul {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    border-radius: 10px;
    height: 46px;
    width: 205px;
    background: #e5e5e5;
    padding: 0;
    list-style: none
}

#esteftaVipResults ul li {
    font-size: 20px;
    cursor: pointer;
    width: 60px;
    margin: 0;
    padding: 12px 0;
    text-align: center;
    float: left;
    display: block;
    height: 22px
}

#esteftaVipResults ul li:hover {
    color: rgba(0, 0, 0, 0.5)
}

#esteftaVipResults ul:after {
    display: none !important
}

#esteftaVipResults li[class*="twitter"] {
    background: #6CDFEA;
    padding: 12px 0
}

#esteftaVipResults li[class*="gplus"] {
    background: #E34429;
    padding: 12px 0
}

#statement_item .library_item_total {
    background: #f9f9f9;
    border-radius: 8px;
    width: 100%;
    padding: 1rem;
    text-align: justify;
    color: #707070;
    height: 100%;
    position: relative
}

#statement_item .library_item_total #content {
    text-align: center;
    position: absolute;
    left: auto;
    right: 0;
    margin: auto;
    padding: 0;
    width: 115px;
    height: 30px
}

#statement_item .library_item_total #content .at-share-btn-elements {
    display: inline-block !important;
    bottom: 28px;
    position: relative
}

#statement_item .library_item_total #content .addthis_inline_share_toolbox_wb2s {
    clear: none !important;
    height: 46px
}

#statement_item .library_item_total #content .addthis-animated {
    height: 46px
}

#statement_item .library_item_total #content .entypo-export {
    padding: 1px 19px 1px 0 !important
}

#statement_item .library_item_total input[type="checkbox"] {
    display: none
}

#statement_item .library_item_total .checkbox:checked + .label {
    background: #7B7484;
    color: #231733
}

#statement_item .library_item_total .checkbox:checked ~ .social {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-50px);
    -moz-transform: scale(1) translateY(-50px);
    -o-transform: scale(1) translateY(-50px);
    transform: scale(1) translateY(-50px);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 205px
}

#statement_item .library_item_total .label {
    font-size: 16px;
    cursor: pointer;
    margin: 0;
    padding: 5px 10px;
    border-radius: 10%;
    color: #7B7484
}

#statement_item .library_item_total .social {
    transform-origin: 50% 0%;
    -webkit-transform: scale(0) translateY(-190px);
    -moz-transform: scale(0) translateY(-190px);
    -o-transform: scale(0) translateY(-190px);
    transform: scale(0) translateY(-190px);
    opacity: 0
}

#statement_item .library_item_total ul {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    border-radius: 10px;
    height: 46px;
    width: 205px;
    background: #e5e5e5;
    padding: 0;
    list-style: none
}

#statement_item .library_item_total ul li {
    font-size: 20px;
    cursor: pointer;
    width: 60px;
    margin: 0;
    padding: 12px 0;
    text-align: center;
    float: left;
    display: block;
    height: 22px
}

#statement_item .library_item_total ul li:hover {
    color: rgba(0, 0, 0, 0.5)
}

#statement_item .library_item_total ul:after {
    display: none !important
}

#statement_item .library_item_total li[class*="twitter"] {
    background: #6CDFEA;
    padding: 12px 0
}

#statement_item .library_item_total li[class*="gplus"] {
    background: #E34429;
    padding: 12px 0
}

#statement_item .library_item_total a.mahzar-cat {
    background: #f1f1f1;
    color: #a4a4a4;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
    position: absolute;
    font-size: 10px;
    width: 95px;
    left: 20px;
    top: 0;
    border-radius: 0 0 8px 8px;
    font-family: "Shabnam-Bold"
}

#statement_item .library_item_total a.mahzar-cat:hover {
    background: #0378bf;
    color: white
}

#statement_item .library_item_total .row .library_item_image {
    width: 30%;
    float: right;
    min-height: 160px
}

#statement_item .library_item_total .row .library_item_image .card-img {
    border-radius: 15px
}

@media (max-width: 1124px) {
    #statement_item .library_item_total .row .library_item_image {
        width: 35%
    }
}

#statement_item .library_item_total .row .library_item_detail {
    position: relative;
    float: left;
    width: 65%;
    margin-right: 3%;
    text-align: center
}

#statement_item .library_item_total .row .library_item_detail span.ltl_tlt {
    text-align: right;
    display: block;
    width: 100%;
    color: #bf4a03;
    font-family: "Shabnam-Bold";
    font-size: 12px
}

#statement_item .library_item_total .row .library_item_detail h5 {
    font-family: "Shabnam-Bold";
    color: #0378bf;
    font-size: 16px !important
}

#statement_item .library_item_total .row .library_item_detail .library_item_footnote {
    position: absolute;
    width: 100%;
    min-height: 60px;
    right: 0;
    bottom: 0
}

#statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags {
    float: left;
    width: 100%;
    min-height: 60px
}

#statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic {
    position: relative
}

#statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .newsCode {
    background: #f1f1f1;
    color: #a4a4a4;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
    position: absolute;
    font-size: 10px;
    width: auto;
    left: 1%;
    top: 5px;
    border-radius: 8px 8px 0 0;
    font-family: "Shabnam-Bold"
}

#statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .newsCode span.right {
    margin-right: 5px;
    font-size: 9px;
    margin-left: 10px
}

#statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .newsCode span.left {
    margin-left: 5px;
    font-size: 9px
}

#statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .date-pic {
    background: #e5e5e5;
    border-radius: 8px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    float: right
}

#statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .date-pic .send-share {
    float: right;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    color: #a4a4a4;
    cursor: pointer;
    font-size: 10px
}

#statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .date-pic .send-share:before {
    margin-left: 8px
}

#statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .date-pic .send-share:hover {
    color: #0378bf
}

#statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .date-pic .copy-share {
    background: url(../../images/icons/copy.svg) 100% center no-repeat;
    background-size: 15px;
    padding-right: 20px
}

#statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .date-pic .print-share {
    background: url(../../images/icons/printer.svg) 100% center no-repeat;
    background-size: 15px;
    padding-right: 20px
}

#statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .date-pic .link-share {
    background: url(../../images/icons/link.svg) 100% center no-repeat;
    background-size: 15px;
    padding-right: 20px
}

#statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .date-pic .share-share {
    background: url(../../images/icons/share.svg) 100% center no-repeat;
    background-size: 15px;
    padding-right: 20px;
    position: absolute;
    width: 100%;
    right: 0
}

#statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .date-pic .print-page {
    float: right;
    height: 30px;
    line-height: 30px;
    margin-right: 120px;
    color: #a4a4a4;
    cursor: pointer;
    font-size: 10px
}

#statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .date-pic .print-page:before {
    margin-left: 8px
}

#statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .date-pic .print-page:hover {
    color: #0378bf
}

#statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .date-pic .copy-page {
    background: url("../../images/icons/copy.svg") 100% center no-repeat;
    background-size: 15px;
    float: right;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    color: #a4a4a4;
    padding-right: 19px;
    cursor: pointer;
    font-size: 10px
}

#statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .date-pic .copy-page:before {
    margin-left: 8px
}

#statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .date-pic .copy-page:hover {
    color: #0378bf
}

#statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .date-pic .shortlink-page {
    float: right;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    color: #a4a4a4;
    cursor: pointer;
    font-size: 10px
}

#statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .date-pic .shortlink-page:before {
    margin-left: 8px
}

#statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .date-pic .shortlink-page:hover {
    color: #0378bf
}

#statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .date-pic .date-share {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    color: #a4a4a4
}

#statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .pic-media-tags {
    margin: 0 5% 0 20%
}

#statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .pic-media-tags .estefta-tags {
    margin: 0 20px;
    height: 30px;
    position: relative;
    bottom: 0;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    width: -webkit-calc(100% - 2.75rem) !important;
    width: -moz-calc(100% - 2.75rem) !important;
    width: calc(100% - 2.75rem) !important
}

#statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .pic-media-tags .estefta-tags span {
    background: #a4a4a4;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    width: 46px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    right: 0;
    position: absolute
}

#statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .pic-media-tags .estefta-tags .scrollmenu {
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    background: #f1f1f1;
    display: inline-block;
    padding: 0 50px 0 0;
    margin: 0 !important;
    height: 30px;
    float: right;
    width: 100%;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px
}

#statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .pic-media-tags .estefta-tags .scrollmenu a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    color: #a4a4a4;
    font-size: 10px
}

#statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .pic-media-tags .estefta-tags .scrollmenu a:hover {
    color: #0378bf !important
}

#statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .pic-media-tags .estefta-tags .hover-scroll {
    background: url(../../images/icons/path.svg) center center no-repeat;
    background-size: 70%;
    width: 16px;
    height: 20px;
    position: relative;
    cursor: pointer;
    position: absolute;
    cursor: pointer;
    top: -20px;
    display: block !important
}

#statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .pic-media-tags .estefta-tags .hover-scroll:hover {
    opacity: .7
}

#statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .pic-media-tags .estefta-tags .left-hover-scroll {
    transform: rotate(-180deg);
    left: 15px
}

#statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .pic-media-tags .pic-media-tags-title {
    background: #a4a4a4;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    height: 30px;
    padding: 0 7px;
    line-height: 30px;
    width: 46px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    float: right;
    text-indent: 3px
}

#statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .pic-media-tags .pic-media-tags-total {
    background: #f1f1f1;
    display: inline-block;
    padding: 0;
    margin: 0 !important;
    height: 30px;
    float: right;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px
}

#statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .pic-media-tags .pic-media-tags-total .pic-media-tags-item {
    display: inline-block;
    height: 30px
}

#statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .pic-media-tags .pic-media-tags-total .pic-media-tags-item a {
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0 3px;
    color: #a4a4a4;
    font-size: 10px
}

#statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .pic-media-tags .pic-media-tags-total .pic-media-tags-item a:hover {
    color: #0378bf !important
}

@media (max-width: 1124px) {
    #statement_item .library_item_total .row .library_item_detail .library_item_footnote {
        position: relative
    }
}

#statement_item .library_item_total .row .print-logo {
    display: none !important
}

@media (max-width: 1124px) {
    #statement_item .library_item_total .row .library_item_detail {
        width: 97%
    }
}

#statement_item .library_item_total .row .statement_item_detail {
    background: white;
    width: 100%;
    padding: 20px 10%;
    color: #gray;
    margin: 20px 2% 0
}

#statement_item .library_item_total .row .statement_item_detail h5 {
    font-size: 16px;
    padding-bottom: 20px
}

#statement_item .library_item_total .row .statement_item_detail p {
    font-size: 16px;
    padding-bottom: 20px;
    text-align: justify
}

#statement_item .statement_item_total {
    padding-top: 20px
}

#statement_item .statement_item_total .row .library_item_tabel {
    width: 100%
}

#statement_item .statement_item_total .row .library_item_tabel ul.responsive-tabs {
    padding: 0 20px;
    text-align: center;
    margin: 0 auto !important;
    width: 75%
}

#statement_item .statement_item_total .row .library_item_tabel ul.responsive-tabs li {
    margin: 0 0 0 15px;
    background: none !important;
    display: inline-block;
    height: 35px;
    min-width: 130px;
    line-height: 35px;
    border-radius: 5px
}

#statement_item .statement_item_total .row .library_item_tabel ul.responsive-tabs li a {
    border-radius: 8px 8px 0 0;
    color: #0378bf;
    font-family: "Shabnam-Bold";
    display: block;
    height: 35px;
    border: 0;
    width: 100%;
    text-align: center;
    background: none
}

#statement_item .statement_item_total .row .library_item_tabel ul.responsive-tabs a.active {
    background-color: #F9F9F9 !important;
    color: #707070
}

#statement_item .statement_item_total .row .library_item_tabel ul.responsive-tabs li.skltbs-tab-item1 {
    margin-right: 4%
}

#statement_item .statement_item_total .row .library_item_tabel #vcarousel {
    background-color: #F9F9F9;
    width: 96%;
    margin: 0 2%;
    border-radius: 8px
}

#statement_item .statement_item_total .row .library_item_tabel #vcarousel .scrollbar-index {
    border: 0
}

#statement_item .statement_item_total .row .library_item_tabel #vcarousel div.skltbs-panel {
    text-align: justify;
    margin: 0
}

#statement_item .statement_item_total .row .library_item_tabel #vcarousel div.skltbs-panel form.comments_page .form-control:focus {
    border-color: #0378bf !important
}

#statement_item .statement_item_total .row .library_item_tabel #vcarousel div.skltbs-panel form.comments_page button.send-contactForm {
    background-color: #0378bf !important;
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    margin: 0;
    float: left;
    padding: 5px 0;
    display: block;
    width: 40%
}

#statement_item .statement_item_total .row .library_item_tabel #vcarousel div.skltbs-panel form.comments_page button.send-contactForm:hover {
    opacity: .8
}

#statement_item .statement_item_total .row .library_item_tabel #vcarousel div.skltbs-panel .custom-scrollbar-css {
    height: 235px
}

#statement_item .statement_item_total .row .library_item_tabel #vcarousel div.skltbs-panel .custom-scrollbar-css ul {
    margin: 0
}

#statement_item .statement_item_total .row .library_item_tabel #vcarousel div.skltbs-panel .custom-scrollbar-css ul li {
    display: block;
    width: 100%;
    padding-bottom: 16px
}

#statement_item .statement_item_total .row .library_item_tabel #vcarousel div.skltbs-panel .custom-scrollbar-css ul li .comment_title {
    margin-bottom: 3px
}

#statement_item .statement_item_total .row .library_item_tabel #vcarousel div.skltbs-panel .custom-scrollbar-css ul li .comment_title span {
    color: #a4a4a4;
    display: block
}

#statement_item .statement_item_total .row #related-tab ul.skltbs-tab-group {
    background: #e5e5e5;
    border-radius: 5px
}

#statement_item .statement_item_total .row #related-tab ul.skltbs-tab-group li {
    min-width: 32%
}

#statement_item .statement_item_total .row #related-tab ul.skltbs-tab-group li.skltbs-active {
    background: #0378bf !important
}

#statement_item .statement_item_total .row #related-tab #related-tab-items ul {
    margin: 0;
    padding: 0;
    direction: rtl
}

#statement_item .statement_item_total .row #related-tab #related-tab-items ul li {
    background: #F9F9F9;
    border-radius: 8px;
    position: relative;
    margin-bottom: 10px
}

#statement_item .statement_item_total .row #related-tab #related-tab-items ul li a {
    color: #707070;
    display: block;
    padding: 12px 25px 12px 59px;
    text-align: justify
}

#statement_item .statement_item_total .row #related-tab #related-tab-items ul li a i {
    background: url(../../images/icons/related-arrow.png) no-repeat;
    display: block;
    width: 13px;
    height: 15px;
    position: absolute;
    left: 5px;
    top: 13px
}

#shop {
    background: #f9f9f9
}

@media (max-width: 1124px) {
    #shop .shopW {
        width: 50%;
        max-width: unset;
        flex: none
    }
}

#shop .choosShop {
    text-align: center
}

#shop .choosShop .formtem input[type="radio"]:checked + label {
    color: #0378bf;
    box-shadow: 0 0 1px #f67b2e
}

#shop .choosShop .choosShop_formtem {
    display: inline-block;
    height: auto;
    margin: 0 1% !important;
    width: auto
}

#shop .choosShop .choosShop_formtem *, #shop .choosShop *::before, #shop .choosShop .choosShop_formtem *::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box
}

#shop .choosShop .choosShop_formtem input[type="radio"] {
    -webkit-appearance: none;
    display: none !important
}

#shop .choosShop .choosShop_formtem label {
    border-radius: 8px;
    height: 30px;
    line-height: 30px;
    position: relative;
    margin: auto;
    color: #a4a4a4;
    transition: 0.5s;
    cursor: pointer;
    bottom: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 15px
}

#shop .choosShop .choosShop_formtem label:hover {
    color: #0378bf
}

#shop .choosShop .choosShop_formtem input[type="radio"]:checked + label {
    color: #0378bf;
    font-weight: bold
}

#shop .searchShop {
    max-width: 270px;
    margin: 10px auto;
    width: 100%
}

#shop .searchShop .form-control {
    color: #a4a4a4;
    height: 40px;
    border: 1px solid #a4a4a4 !important
}

#shop .searchShop .input-group-text {
    padding: 4px 0.75rem
}

#shop .searchShop .input-group-text span {
    background: url("../../images/icons/zoom-2.svg") no-repeat center;
    width: 18px;
    height: 26px;
    display: block
}

#shop .card .shopImage {
    margin: 22px 23% 0;
    border: 12px solid #ebebeb;
    border-radius: 8px;
    flex: auto !important;
    max-width: unset !important
}

#shop .card .shopImage img.card-img {
    border-radius: 8px
}

#shop .card .card-body small.card-title {
    color: #707070;
    display: block
}

#shop .card .card-body span {
    color: #707070;
    display: block;
    font-size: 12px
}

#shop .card .cardFooter {
    margin: 0 0 15px
}

#shop .card .cardFooter a.addToCard {
    float: left;
    background-image: -webkit-linear-gradient(-6deg, #bf4a03 0%, #602502 100%);
    background-image: -moz-linear-gradient(-6deg, #bf4a03 0%, #602502 100%);
    background-image: -o-linear-gradient(-6deg, #bf4a03 0%, #602502 100%);
    background-image: linear-gradient(-6deg, #bf4a03 0%, #602502 100%);
    border-radius: 5px;
    width: 45%;
    display: block;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: white;
    margin-left: 2%;
    font-size: 12px
}

#shop .card .cardFooter a.addToCard:hover {
    background-image: -webkit-linear-gradient(-6deg, #602502 0%, #bf4a03 100%);
    background-image: -moz-linear-gradient(-6deg, #602502 0%, #bf4a03 100%);
    background-image: -o-linear-gradient(-6deg, #602502 0%, #bf4a03 100%);
    background-image: linear-gradient(-6deg, #602502 0%, #bf4a03 100%)
}

#shop .card .cardFooter span {
    float: right;
    display: block;
    height: 25px;
    line-height: 25px;
    margin-right: 2%;
    color: #0378bf
}

#shop_item {
    background: #f9f9f9
}

#shop_item .shop_item_total {
    background: white;
    border-radius: 8px;
    width: 100%;
    padding: 1rem;
    text-align: justify;
    color: #707070;
    height: 100%;
    position: relative
}

#shop_item .shop_item_total .shopImage {
    border: 12px solid #ebebeb;
    border-radius: 8px
}

#shop_item .shop_item_total .shopImage img {
    border-radius: 8px
}

@media (max-width: 1124px) {
    #shop_item .shop_item_total .shopImage {
        width: 100% !important;
        flex: unset;
        max-width: none
    }
}

#shop_item .shop_item_total .shop_item_index {
    padding-bottom: 70px
}

#shop_item .shop_item_total .shop_item_index .shop_title {
    display: block;
    font-family: "Shabnam-Bold";
    color: #707070
}

#shop_item .shop_item_total .shop_item_index .shop_detail {
    color: #707070
}

#shop_item .shop_item_total .shop_item_index .text-pic {
    position: absolute;
    bottom: 0;
    width: -webkit-calc(100% - 25px);
    width: -moz-calc(100% - 25px);
    width: calc(100% - 25px)
}

#shop_item .shop_item_total .shop_item_index .text-pic .date-pic {
    background: #e5e5e5;
    border-radius: 8px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    float: right
}

#shop_item .shop_item_total .shop_item_index .text-pic .date-pic .send-share {
    float: right;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    color: #a4a4a4;
    cursor: pointer;
    font-size: 10px
}

#shop_item .shop_item_total .shop_item_index .text-pic .date-pic .send-share:before {
    margin-left: 8px
}

#shop_item .shop_item_total .shop_item_index .text-pic .date-pic .send-share:hover {
    color: #0378bf
}

#shop_item .shop_item_total .shop_item_index .text-pic .date-pic .copy-share {
    background: url(../../images/icons/copy.svg) 100% center no-repeat;
    background-size: 15px;
    padding-right: 20px
}

#shop_item .shop_item_total .shop_item_index .text-pic .date-pic .print-share {
    background: url(../../images/icons/printer.svg) 100% center no-repeat;
    background-size: 15px;
    padding-right: 20px
}

#shop_item .shop_item_total .shop_item_index .text-pic .date-pic .link-share {
    background: url(../../images/icons/link.svg) 100% center no-repeat;
    background-size: 15px;
    padding-right: 20px
}

#shop_item .shop_item_total .shop_item_index .text-pic .date-pic .share-share {
    background: url(../../images/icons/share.svg) 100% center no-repeat;
    background-size: 15px;
    padding-right: 20px
}

#shop_item .shop_item_total .shop_item_index .text-pic .date-pic .print-page {
    float: right;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    color: #a4a4a4;
    cursor: pointer
}

#shop_item .shop_item_total .shop_item_index .text-pic .date-pic .print-page:before {
    margin-left: 8px
}

#shop_item .shop_item_total .shop_item_index .text-pic .date-pic .print-page:hover {
    color: #0378bf
}

#shop_item .shop_item_total .shop_item_index .text-pic .date-pic .copy-page {
    float: right;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    color: #a4a4a4;
    cursor: pointer
}

#shop_item .shop_item_total .shop_item_index .text-pic .date-pic .copy-page:before {
    margin-left: 8px
}

#shop_item .shop_item_total .shop_item_index .text-pic .date-pic .copy-page:hover {
    color: #0378bf
}

#shop_item .shop_item_total .shop_item_index .text-pic .date-pic .shortlink-page {
    float: right;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    color: #a4a4a4;
    cursor: pointer
}

#shop_item .shop_item_total .shop_item_index .text-pic .date-pic .shortlink-page:before {
    margin-left: 8px
}

#shop_item .shop_item_total .shop_item_index .text-pic .date-pic .shortlink-page:hover {
    color: #0378bf
}

#shop_item .shop_item_total .shop_item_index .text-pic .date-pic .date-share {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    color: #a4a4a4
}

#shop_item .shop_item_total .shop_item_index .text-pic .pic-media-tags {
    margin: 0 5% 0 20%
}

#shop_item .shop_item_total .shop_item_index .text-pic .pic-media-tags .pic-media-tags-title {
    background: #a4a4a4;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    height: 30px;
    padding: 0 7px;
    line-height: 30px;
    width: 46px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    float: right;
    text-indent: 3px
}

#shop_item .shop_item_total .shop_item_index .text-pic .pic-media-tags .pic-media-tags-total {
    background: #f1f1f1;
    display: inline-block;
    padding: 0;
    margin: 0 !important;
    height: 30px;
    float: right;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px
}

#shop_item .shop_item_total .shop_item_index .text-pic .pic-media-tags .pic-media-tags-total .pic-media-tags-item {
    display: inline-block;
    height: 30px
}

#shop_item .shop_item_total .shop_item_index .text-pic .pic-media-tags .pic-media-tags-total .pic-media-tags-item a {
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0 3px;
    color: #a4a4a4;
    font-size: 10px
}

#shop_item .shop_item_total .shop_item_index .text-pic .pic-media-tags .pic-media-tags-total .pic-media-tags-item a:hover {
    color: #0378bf !important
}

@media (max-width: 1124px) {
    #shop_item .shop_item_total .shop_item_index {
        width: 100% !important;
        flex: unset;
        max-width: none
    }
}

#shop_item .shop_item_total .counter_index .counter_total {
    width: 100%;
    margin: 0;
    height: 120px;
    right: 0;
    position: absolute;
    bottom: 0
}

#shop_item .shop_item_total .counter_index .counter_total .counter_shop {
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center
}

#shop_item .shop_item_total .counter_index .counter_total .counter_shop span {
    width: 30px;
    height: 30px;
    display: block
}

#shop_item .shop_item_total .counter_index .counter_total .counter_shop span.plusCounter {
    background: url("../../images/icons/plus.png");
    background-size: cover;
    float: right
}

#shop_item .shop_item_total .counter_index .counter_total .counter_shop span.plusCounter:hover {
    opacity: .8;
    cursor: pointer
}

#shop_item .shop_item_total .counter_index .counter_total .counter_shop span.negCounter {
    background: url("../../images/icons/neg.png");
    background-size: cover;
    float: left
}

#shop_item .shop_item_total .counter_index .counter_total .counter_shop span.negCounter:hover {
    opacity: .8;
    cursor: pointer
}

#shop_item .shop_item_total .counter_index .counter_total .counter_shop input.Counter {
    background-color: #f9f9f9;
    border: none;
    height: 30px;
    line-height: 30px;
    width: 45px;
    display: inline-block;
    border-radius: 10px;
    margin: 0 auto;
    text-align: center;
    color: #707070
}

#shop_item .shop_item_total .counter_index .counter_total .pay_shop {
    width: 100%;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    color: #0378bf;
    font-weight: bold;
    font-size: 14px
}

#shop_item .shop_item_total .counter_index .counter_total .pay_shop span {
    font-size: 10px
}

@media (max-width: 1124px) {
    #shop_item .shop_item_total .counter_index {
        width: 100% !important;
        flex: unset;
        max-width: none
    }

    #shop_item .shop_item_total .counter_index .counter_total {
        position: relative
    }
}

#shop_item .shop_item_info {
    background: white;
    border-radius: 8px;
    padding: 1rem;
    text-align: justify;
    color: #707070
}

#shop_item .shop_item_info .shop_item_info_title {
    color: #707070;
    font-size: 16;
    font-family: "Shabnam-Bold"
}

#shop_item .shop_item_info ul {
    margin: 0;
    border-top: 2px solid #707070
}

#shop_item .shop_item_info ul li {
    display: block;
    width: 100%;
    padding-top: 5px;
    border-bottom: 1px solid #f9f9f9
}

#shop_item .shop_item_info ul li span {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    color: #707070;
    display: inline-block
}

#shop_item .shop_item_info ul li span.title {
    border-left: 1px solid #f9f9f9;
    font-weight: bold;
    min-width: 100px
}

#basket {
    background: #f9f9f9
}

#basket .basket_total {
    background: #e5e5e5;
    border-radius: 8px;
    width: 100%;
    padding: 1rem;
    text-align: justify;
    color: #707070;
    height: 100%;
    position: relative
}

#basket .basket_total button.send {
    border-radius: 10px;
    box-shadow: 0px 3px 6px 0px #000000;
    background-image: -webkit-linear-gradient(79deg, #ef6b1b 0%, #be5619 100%);
    background-image: -moz-linear-gradient(79deg, #ef6b1b 0%, #be5619 100%);
    background-image: -o-linear-gradient(79deg, #ef6b1b 0%, #be5619 100%);
    background-image: linear-gradient(79deg, #ef6b1b 0%, #be5619 100%);
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    margin: 0;
    float: left;
    padding: 5px 0;
    display: block;
    width: 40%
}

#basket .basket_total .tips_basket {
    background: white;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    position: relative
}

#basket .basket_total .tips_basket p {
    color: #707070
}

#basket .basket_total .tips_basket img {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    width: 25%
}

#basket .basket_info {
    background: white;
    border-radius: 8px;
    padding: 1rem;
    text-align: justify;
    color: #707070
}

#basket .basket_info .table-responsiv .table {
    color: #707070 !important
}

#basket .basket_info .table-responsiv .table td, #basket .basket_info .table-responsiv .table th {
    vertical-align: middle;
    font-weight: bold
}

#basket .basket_info .table-responsiv .table td .card-img, #basket .basket_info .table-responsiv .table th .card-img {
    width: 30px !important;
    margin-left: 5px;
    display: inline-block
}

#basket .basket_info .table-responsiv .table .border-left {
    border-left: 1px solid #dee2e6
}

#basket .basket_info .table-responsiv .table span.total-prc {
    background: #f9f9f9;
    padding: 5px 20px;
    border-radius: 5px;
    font-size: 17px;
    color: #707070
}

#basket .basket_info .way_total .way_item {
    display: inline-block;
    margin-left: 1rem
}

#basket .basket_info .way_total .way_item #send_way {
    background: white;
    border: 1px solid #707070 !important;
    border-radius: 12px;
    color: #707070;
    padding: 0 15px;
    margin: 0 auto;
    height: 49px;
    float: right
}

#basket .basket_info .way_total .way_item #pey_way {
    background: white;
    border: 1px solid #707070 !important;
    border-radius: 12px;
    color: #707070;
    padding: 0 15px;
    margin: 0 auto;
    height: 49px;
    float: right;
    margin-right: 3rem
}

#basket .basket_info .way_total #pey {
    border-radius: 10px;
    box-shadow: 0px 3px 6px 0px #000000;
    background-image: -webkit-linear-gradient(79deg, #ef6b1b 0%, #be5619 100%);
    background-image: -moz-linear-gradient(79deg, #ef6b1b 0%, #be5619 100%);
    background-image: -o-linear-gradient(79deg, #ef6b1b 0%, #be5619 100%);
    background-image: linear-gradient(79deg, #ef6b1b 0%, #be5619 100%);
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    margin: 9px 0 0 1rem;
    float: left;
    height: 35px;
    padding: 0;
    display: block;
    width: 22%
}

#special .special_total {
    text-align: center
}

#special .special_total a {
    display: inline-block;
    width: 16%;
    margin: 10px 1.7%;
    min-height: 50px;
    line-height: 50px;
    text-align: center;
    color: #707070;
    background: #f9f9f9;
    border-radius: 6px
}

#special .special_total a:hover {
    background: #0378bf;
    color: white
}

#special_item {
    background: white
}

#special_item .special_item_row {
    border: 8px solid #f9f9f9;
    border-radius: 8px;
    color: #707070
}

#special_item .special_item_row .special_item_btn {
    width: 100%;
    height: 48px;
    position: relative;
    text-align: center;
    bottom: 23px
}

#special_item .special_item_row .special_item_btn #sound_spesial {
    width: 48px;
    height: 48px;
    display: inline-block
}

#special_item .special_item_row .special_item_btn #sound_spesial .presence-play {
    background-size: cover !important;
    width: 48px;
    height: 48px;
    display: block;
    background: url("../../images/icons/microphone.png") no-repeat;
    margin-left: 3px;
    cursor: pointer;
    border: 4px solid white;
    border-radius: 100%
}

#special_item .special_item_row .special_item_btn #sound_spesial .presence-play:hover {
    opacity: .8
}

#special_item .special_item_row .special_item_btn #video_spesial {
    width: 48px;
    height: 48px;
    display: inline-block
}

#special_item .special_item_row .special_item_btn #video_spesial .presence-play {
    width: 48px;
    height: 48px;
    display: block;
    background: url("../../images/new_icon/playDL.png") -114px -4px !important;
    margin-left: 3px;
    cursor: pointer;
    border: 4px solid white;
    border-radius: 100%
}

#special_item .special_item_row .special_item_btn #video_spesial .presence-play:hover {
    opacity: .8
}

#special_item .special_item_row .special_item_btn a {
    width: 48px;
    height: 48px;
    display: inline-block;
    border: 4px solid white;
    border-radius: 100%;
    margin: 0 5px
}

#special_item .special_item_row .special_item_btn a.pley {
    background: url("../../images/new_icon/playDL.png") -110px 0px
}

#special_item .special_item_row .special_item_btn a.download {
    background: url("../../images/new_icon/playDL.png") -35px -3px
}

#special_item .special_item_row .special_item_btn a.lisen {
    background: url("../../images/new_icon/playDL.png") -31px 0px
}

#special_item .special_item_row #myCarousel {
    direction: ltr;
    margin: 0 10% 20px
}

#special_item .special_item_row #myCarousel .carousel-item a {
    cursor: pointer
}

#special_item .special_item_row #myCarousel .carousel-control-prev {
    left: -20px;
    opacity: 1
}

#special_item .special_item_row #myCarousel .carousel-control-prev i {
    color: #0378bf;
    font-size: 20px
}

#special_item .special_item_row #myCarousel .carousel-control-prev:hover {
    opacity: .8
}

#special_item .special_item_row #myCarousel .carousel-control-next {
    right: -20px;
    opacity: 1
}

#special_item .special_item_row #myCarousel .carousel-control-next i {
    color: #0378bf;
    font-size: 20px
}

#special_item .special_item_row #myCarousel .carousel-control-next:hover {
    opacity: .8
}

@media (min-width: 768px) {
    #special_item .special_item_row #myCarousel .carousel-inner .carousel-item-right.active, #special_item .special_item_row #myCarousel .carousel-inner .carousel-item-next {
        transform: translateX(50%)
    }

    #special_item .special_item_row #myCarousel .carousel-inner .carousel-item-left.active, #special_item .special_item_row #myCarousel .carousel-inner .carousel-item-prev {
        transform: translateX(-50%)
    }
}

@media (min-width: 992px) {
    #special_item .special_item_row #myCarousel .carousel-inner .carousel-item-right.active, #special_item .special_item_row #myCarousel .carousel-inner .carousel-item-next {
        transform: translateX(33%)
    }

    #special_item .special_item_row #myCarousel .carousel-inner .carousel-item-left.active, #special_item .special_item_row #myCarousel .carousel-inner .carousel-item-prev {
        transform: translateX(-33%)
    }
}

@media (max-width: 768px) {
    #special_item .special_item_row #myCarousel .carousel-inner .carousel-item > div {
        display: none
    }

    #special_item .special_item_row #myCarousel .carousel-inner .carousel-item > div:first-child {
        display: block
    }
}

#special_item .special_item_row #myCarousel .carousel-inner .carousel-item.active, #special_item .special_item_row #myCarousel .carousel-inner .carousel-item-next, #special_item .special_item_row #myCarousel .carousel-inner .carousel-item-prev {
    display: flex
}

#special_item .special_item_row #myCarousel .carousel-inner .carousel-item-right, #special_item .special_item_row #myCarousel .carousel-inner .carousel-item-left {
    transform: translateX(0)
}

#special_item .special_item_row .special_item_detail {
    background: #f9f9f9;
    padding: 1rem;
    border-radius: 8px;
    direction: rtl
}

#special_item .special_item_row .special_item_detail .custom-scrollbar-css::-webkit-scrollbar-thumb {
    background-color: #707070;
    background-image: linear-gradient(to top, #707070 0%, #707070 100%)
}

#special_item .special_item_row .special_item_detail * {
    direction: rtl
}

#special_item .special_item_row .special_item_detail .custom-scrollbar-js, #special_item .special_item_row .special_item_detail .custom-scrollbar-css {
    height: 310px
}

#special_item .special_item_row .special_item_detail .scrollbar-index {
    margin: 0
}

#special_item .special_item_row .special_item_offers {
    margin-bottom: 20px
}

#special_item .special_item_row .special_item_offers ul {
    margin: 0
}

#special_item .special_item_row .special_item_offers ul li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #707070;
    margin-top: 5px;
    text-indent: 10px
}

#special_item .special_item_row .special_item_offers ul li a {
    border-radius: 8px;
    border: 1px solid #707070;
    display: block;
    width: 100%;
    color: #707070
}

#special_item .special_item_row .special_item_offers ul li a i {
    float: left;
    top: 15px;
    left: 15px;
    position: relative
}

#special_item .special_item_row .special_item_offers ul li a:hover {
    background: #0378bf;
    color: #ffffff
}

#biography {
    background: url(../../images/biography.png) 0 #fff no-repeat;
    background-size: contain
}

#biography .printTlt {
    display: none
}

#biography .print-logo {
    display: none
}

#biography .loading .loadingCenter {
    padding-top: 41px !important
}

#biography .loading {
    top: 18px;
    border-radius: 15px;
    width: calc(100% - 15px);
    height: calc(100% - 38px)
}

#biography .estefta-share #content {
    text-align: center;
    position: relative;
    left: auto;
    right: 0;
    margin: auto;
    padding: 0;
    width: 115px;
    height: 30px;
    float: right
}

#biography .estefta-share #content .share-share {
    background: url("../../images/icons/share.svg") 100% center no-repeat;
    position: absolute;
    width: 100%;
    right: 0;
    background-size: 15px;
    padding-right: 20px;
    padding: 1px 19px 1px 0 !important;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    color: #a4a4a4;
    cursor: pointer;
    font-size: 12px
}

#biography .estefta-share #content .share-share:hover {
    color: #0378bf
}

#biography .estefta-share #content .social {
    bottom: 0;
    position: relative
}

#biography .estefta-share #content .at-share-btn-elements {
    display: inline-block !important
}

#biography .estefta-share #content .addthis_inline_share_toolbox_wb2s {
    clear: none !important;
    height: 46px;
    margin: 0 auto;
    width: 100%
}

#biography .estefta-share #content .addthis-animated {
    height: 46px
}

#biography .estefta-share #content .entypo-export {
    padding: 1px 19px 1px 0 !important
}

#biography .estefta-share input[type="checkbox"] {
    display: none
}

#biography .estefta-share .checkbox:checked + .label {
    background: #7B7484;
    color: #231733
}

#biography .estefta-share .checkbox:checked ~ .social {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-50px);
    -moz-transform: scale(1) translateY(-50px);
    -o-transform: scale(1) translateY(-50px);
    transform: scale(1) translateY(-50px);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 205px
}

#biography .estefta-share .label {
    font-size: 16px;
    cursor: pointer;
    margin: 0;
    padding: 5px 10px;
    border-radius: 10%;
    color: #7B7484
}

#biography .estefta-share .social {
    transform-origin: 50% 0%;
    -webkit-transform: scale(0) translateY(-190px);
    -moz-transform: scale(0) translateY(-190px);
    -o-transform: scale(0) translateY(-190px);
    transform: scale(0) translateY(-190px);
    opacity: 0
}

#biography .estefta-share .social-ul {
    position: relative;
    right: 0;
    margin: auto;
    color: #fff;
    border-radius: 10px;
    height: 46px;
    width: 205px;
    background: #e5e5e5;
    padding: 0;
    list-style: none;
    text-align: center
}

#biography .estefta-share .social-ul .addthis_inline_share_toolbox_wb2s {
    position: absolute
}

#biography .estefta-share .social-ul li {
    font-size: 20px;
    cursor: pointer;
    width: 60px;
    margin: 0;
    padding: 12px 0;
    text-align: center;
    float: left;
    display: block;
    height: 22px
}

#biography .estefta-share .social-ul li:hover {
    color: rgba(0, 0, 0, 0.5)
}

#biography .estefta-share .social-ul li:after {
    display: none !important
}

#biography .estefta-share .social-ul li[class*="twitter"] {
    background: #6CDFEA;
    padding: 12px 0
}

#biography .estefta-share .social-ul li[class*="gplus"] {
    background: #E34429;
    padding: 12px 0
}

#biography .estefta-share .estefta-share-ul {
    padding: 0 !important;
    margin: 0 !important
}

#biography .estefta-share .estefta-share-ul .estefta-share-li {
    display: inline-block;
    position: relative;
    bottom: 5px
}

#biography .estefta-share .estefta-share-ul .estefta-share-li .estefta-share-a {
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    color: #a4a4a4;
    font-size: 12px;
    font-weight: bold
}

#biography .estefta-share .estefta-share-ul .estefta-share-li .estefta-share-a:hover {
    color: #0378bf !important
}

#biography .estefta-share .estefta-share-ul .estefta-share-li .estefta-share-a:before {
    font-size: 14px;
    padding-left: 5px
}

#biography .estefta-share .estefta-share-ul li.float-left {
    font-size: 10px;
    color: #a4a4a4;
    margin-top: 7px
}

#biography #albumModal .modal-body .container {
    position: relative;
    direction: ltr;
    padding: 0
}

#biography #albumModal .modal-body .mySlides {
    display: none
}

#biography #albumModal .modal-body .cursor {
    cursor: pointer
}

#biography #albumModal .modal-body .prev, #biography #albumModal .modal-body .next {
    cursor: pointer;
    position: absolute;
    top: 40%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none
}

#biography #albumModal .modal-body .next {
    right: 0;
    border-radius: 3px 0 0 3px
}

#biography #albumModal .modal-body .prev:hover, #biography #albumModal .modal-body .next:hover {
    background-color: rgba(0, 0, 0, 0.8)
}

#biography #albumModal .modal-body .numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0
}

#biography #albumModal .modal-body .caption-container {
    text-align: center;
    background-color: #222;
    padding: 2px 16px;
    color: white
}

#biography #albumModal .modal-body .row:after {
    content: "";
    display: table;
    clear: both
}

#biography #albumModal .modal-body .column {
    float: left;
    width: 16.66%
}

#biography #albumModal .modal-body .demo {
    opacity: 0.6
}

#biography #albumModal .modal-body .active, #biography #albumModal .modal-body .demo:hover {
    opacity: 1
}

#biography .total_pic {
    margin-right: 10%;
    position: relative
}

#biography .total_pic img.total_pic_img {
    width: 104px;
    position: absolute;
    z-index: 1;
    bottom: -21%;
    left: -11px
}

#biography ul.skltbs-tab-group {
    width: 100% !important;
    border: 1px solid gray !important
}

#biography .total_btns {
    margin-right: 10%;
    width: 40%
}

#biography .total_btns a.total_btn_1 {
    background-image: -webkit-linear-gradient(-6deg, #bf4a03 0%, #602502 100%);
    background-image: -moz-linear-gradient(-6deg, #bf4a03 0%, #602502 100%);
    background-image: -o-linear-gradient(-6deg, #bf4a03 0%, #602502 100%);
    background-image: linear-gradient(-6deg, #bf4a03 0%, #602502 100%);
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: white;
    display: block;
    padding: 0 1rem;
    margin-bottom: 10px
}

#biography .total_btns a.total_btn_1:hover {
    background-image: -webkit-linear-gradient(-6deg, #602502 0%, #bf4a03 100%);
    background-image: -moz-linear-gradient(-6deg, #602502 0%, #bf4a03 100%);
    background-image: -o-linear-gradient(-6deg, #602502 0%, #bf4a03 100%);
    background-image: linear-gradient(-6deg, #602502 0%, #bf4a03 100%)
}

#biography .total_btns a.total_btn_2 {
    background: white;
    border-radius: 5px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #602502;
    border: 1px solid #602502;
    display: block;
    padding: 0
}

#biography .total_btns a.total_btn_2:hover {
    background-image: -webkit-linear-gradient(-6deg, #602502 0%, #bf4a03 100%);
    background-image: -moz-linear-gradient(-6deg, #602502 0%, #bf4a03 100%);
    background-image: -o-linear-gradient(-6deg, #602502 0%, #bf4a03 100%);
    background-image: linear-gradient(-6deg, #602502 0%, #bf4a03 100%);
    color: white
}

#biography ul.skltbs-tab-group {
    background: #f9f9f9;
    padding: 0 !important;
    border-radius: 15px
}

#biography ul.skltbs-tab-group li {
    min-width: auto !important;
    background: none
}

#biography ul.skltbs-tab-group li button:hover {
    color: #707070
}

#biography ul.skltbs-tab-group li.skltbs-active {
    background: none !important
}

#biography ul.skltbs-tab-group li.skltbs-active button {
    background: none !important;
    color: #707070
}

#biography .tab-pane {
    background: #f9f9f9;
    padding: 2rem 2rem 0;
    border-radius: 15px;
    border: 1px solid gray !important
}

#biography .tab-pane .scrollbar_right {
    float: right;
    width: 70%
}

#biography .tab-pane .scrollbar_right .text-pic {
    position: relative;
    top: 30px
}

#biography .tab-pane .scrollbar_right .text-pic .pic-media-tags {
    margin: 0;
    float: left;
    display: block;
    width: 95%;
    height: 30px;
    position: relative;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px
}

#biography .tab-pane .scrollbar_right .text-pic .pic-media-tags .pic-media-tags-title {
    text-indent: 3px;
    background: #a4a4a4;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    height: 30px;
    padding: 0 7px;
    line-height: 30px;
    width: 46px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    float: right
}

#biography .tab-pane .scrollbar_right .text-pic .pic-media-tags .pic-media-tags-total {
    background: #f1f1f1;
    display: inline-block;
    padding: 0;
    margin: 0 !important;
    height: 30px;
    float: right;
    width: -webkit-calc(100% - 50px);
    width: -moz-calc(100% - 50px);
    width: calc(100% - 50px);
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px
}

#biography .tab-pane .scrollbar_right .text-pic .pic-media-tags .pic-media-tags-total .pic-media-tags-item {
    display: inline-block;
    height: 30px
}

#biography .tab-pane .scrollbar_right .text-pic .pic-media-tags .pic-media-tags-total .pic-media-tags-item a {
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0 3px;
    color: #a4a4a4;
    font-size: 10px
}

#biography .tab-pane .scrollbar_right .text-pic .pic-media-tags .pic-media-tags-total .pic-media-tags-item a:hover {
    color: #0378bf !important
}

#biography .tab-pane .scrollbar_right .text-pic .date-pic {
    background: none;
    border-radius: 8px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    float: right
}

#biography .tab-pane .scrollbar_right .text-pic .date-pic .send-share {
    float: right;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    color: #a4a4a4;
    cursor: pointer;
    font-size: 10px
}

#biography .tab-pane .scrollbar_right .text-pic .date-pic .send-share:before {
    margin-left: 8px
}

#biography .tab-pane .scrollbar_right .text-pic .date-pic .send-share:hover {
    color: #0378bf
}

#biography .tab-pane .scrollbar_right .text-pic .date-pic .copy-share {
    background: url(../../images/icons/copy.svg) 100% center no-repeat;
    background-size: 15px;
    padding-right: 20px
}

#biography .tab-pane .scrollbar_right .text-pic .date-pic .print-share {
    background: url(../../images/icons/printer.svg) 100% center no-repeat;
    background-size: 15px;
    padding-right: 20px
}

#biography .tab-pane .scrollbar_right .text-pic .date-pic .link-share {
    background: url(../../images/icons/link.svg) 100% center no-repeat;
    background-size: 15px;
    padding-right: 20px
}

#biography .tab-pane .scrollbar_right .text-pic .date-pic .share-share {
    background: url(../../images/icons/share.svg) 100% center no-repeat;
    background-size: 15px;
    padding-right: 20px
}

#biography .tab-pane .scrollbar_right .text-pic .date-pic .date-share {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-left: 10px;
    color: #a4a4a4
}

@media (max-width: 990px) {
    #biography .tab-pane .scrollbar_right .text-pic {
        top: 0
    }
}

#biography .tab-pane .scrollbar_left {
    float: left;
    width: 20%
}

#biography .tab-pane .scrollbar_left .show_pic_btn {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-image: -webkit-linear-gradient(161deg, #bf4a03 0%, #602502 100%);
    background-image: -moz-linear-gradient(161deg, #bf4a03 0%, #602502 100%);
    background-image: -o-linear-gradient(161deg, #bf4a03 0%, #602502 100%);
    background-image: linear-gradient(161deg, #bf4a03 0%, #602502 100%);
    border-radius: 10px;
    color: white;
    text-align: center;
    position: relative;
    top: 31px;
    cursor: pointer
}

#biography .tab-pane .scrollbar_left .show_pic_btn:hover {
    background-image: -webkit-linear-gradient(161deg, #602502 0%, #bf4a03 100%);
    background-image: -moz-linear-gradient(161deg, #602502 0%, #bf4a03 100%);
    background-image: -o-linear-gradient(161deg, #602502 0%, #bf4a03 100%);
    background-image: linear-gradient(161deg, #602502 0%, #bf4a03 100%)
}

@media (max-width: 990px) {
    #biography .tab-pane .scrollbar_left .show_pic_btn {
        top: 0
    }
}

#biography .custom-scrollbar-css {
    height: 270px !important
}

#biography .custom-scrollbar-css .text-gray {
    text-align: justify
}

#biography .custom-scrollbar-css .text-gray .text-center img {
    display: inline-block;
    width: 85px;
    margin: 0 10px;
    border-radius: 8px
}

@keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

#calender .tabs li a {
    color: #a4a4a4
}

#calender .tabs li a.active {
    color: white
}

.nice-select:after {
    border-bottom: 2px solid #ffffff !important;
    border-right: 2px solid #ffffff !important
}

.made-with-love {
    margin-top: 20px;
    padding: 10px;
    font-size: 10px;
    font-family: arial;
    color: #fff
}

.made-with-love i {
    font-style: normal;
    color: #F50057;
    font-size: 14px;
    position: relative;
    top: 2px
}

.made-with-love a {
    color: #fff;
    text-decoration: none
}

.made-with-love a:hover {
    text-decoration: underline
}

.loading {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    position: absolute;
    z-index: 1000;
    right: 0;
    top: 0;
    height: 100%;
    display: none
}

.loading .loadingCenter {
    width: 140px;
    padding-top: 260px;
    margin: 0 auto
}

.loadinComment {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    position: absolute;
    z-index: 1000;
    right: 0;
    top: 0;
    height: 100%;
    display: none
}

.loadinCommentCenter {
    width: 80px;
    padding-top: 50px;
    text-align: center;
    position: relative;
    margin: 0 auto
}

.loadinComment p {
    display: block;
    color: white;
    position: relative;
    text-align: center;
    top: 100px
}

#login .modal-content {
    background: #F9F9F9 !important
}

#login .modal-content .loading .loadingCenter {
    padding-top: 55px
}

#login .modal-content input.form-control {
    border: 0
}

#login .modal-content .red {
    border: 1px solid red !important
}

#login .modal-content .error {
    color: red
}

#login .modal-content label.error {
    font-size: 11px
}

#login .modal-content input[name="email"] {
    text-align: center;
    direction: ltr
}

#login .modal-content #loginLabel {
    font-family: "Shabnam-Bold";
    border-radius: 10px !important;
    color: white !important;
    background-image: -webkit-linear-gradient(-6deg, #bf4a03 0%, #602502 100%) !important;
    background-image: -moz-linear-gradient(-6deg, #bf4a03 0%, #602502 100%) !important;
    background-image: -o-linear-gradient(-6deg, #bf4a03 0%, #602502 100%) !important;
    background-image: linear-gradient(-6deg, #bf4a03 0%, #602502 100%) !important;
    display: block;
    width: 100%;
    height: 47px;
    font-size: 16px;
    line-height: 47px;
    padding: 0 20px
}

#login .modal-content .modal-header {
    padding-bottom: 0 !important;
    border: 0 !important
}

#login .modal-content .send-Form {
    background-color: #0378bf !important;
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    margin: 25px auto 0;
    padding: 5px 0;
    display: block;
    width: 100%;
    text-align: center
}

#login .modal-content .send-Form:hover {
    opacity: .8
}

#login .modal-content .form-control:focus {
    border-color: #0378bf !important
}

#login .modal-content .modal-body {
    padding: 5rem 1rem
}

#login .modal-content .text-blue {
    color: #0378bf
}

#codeView .modal-content {
    background: #F9F9F9 !important
}

#codeView .modal-content .msg {
    position: absolute;
    top: 0;
    width: 100%;
    right: 0;
    text-align: center;
    margin-top: 15px
}

#codeView .modal-content input.form-control {
    border: 0
}

#codeView .modal-content .red {
    border: 1px solid red !important
}

#codeView .modal-content input[name="code"] {
    text-align: center;
    direction: ltr
}

#codeView .modal-content .error {
    color: red
}

#codeView .modal-content label.error {
    font-size: 11px
}

#codeView .modal-content #codeViewLabel {
    font-family: "Shabnam-Bold";
    border-radius: 10px !important;
    color: white !important;
    background-image: -webkit-linear-gradient(-6deg, #bf4a03 0%, #602502 100%) !important;
    background-image: -moz-linear-gradient(-6deg, #bf4a03 0%, #602502 100%) !important;
    background-image: -o-linear-gradient(-6deg, #bf4a03 0%, #602502 100%) !important;
    background-image: linear-gradient(-6deg, #bf4a03 0%, #602502 100%) !important;
    display: block;
    width: 100%;
    height: 47px;
    font-size: 16px;
    line-height: 47px;
    padding: 0 20px
}

#codeView .modal-content .modal-header {
    padding-bottom: 0 !important;
    border: 0 !important
}

#codeView .modal-content .send-Form {
    background-color: #0378bf !important;
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    margin: 25px auto 0;
    padding: 5px 0;
    display: block;
    width: 100%;
    text-align: center
}

#codeView .modal-content .send-Form:hover {
    opacity: .8
}

#codeView .modal-content .form-control:focus {
    border-color: #0378bf !important
}

#codeView .modal-content .modal-body {
    padding: 5rem 1rem
}

#codeView .modal-content .text-blue {
    color: #0378bf
}

#Form-estefta .EsteftaCaptchaTotal {
    width: 48%;
    float: right;
    position: relative
}

#Form-estefta .EsteftaCaptchaTotal .captcha {
    text-align: right
}

#Form-estefta .EsteftaCaptchaTotal .captchaimg {
    height: 33px
}

#Form-estefta .EsteftaCaptchaTotal #refreshcpatcha {
    position: absolute;
    top: 2px;
    color: #0378bf;
    font-size: 23px;
    left: 10px
}

#Form-estefta .EsteftaCaptchaTotal #refreshcpatcha:hover {
    color: #707070
}

#Form-estefta .EsteftaSendTotal {
    width: 48%;
    float: left
}

#Form-estefta .EsteftaSendTotal .send-contactForm {
    width: 100%
}

#Form-estefta .EsteftaMsg {
    position: absolute;
    width: 100%;
    right: 0;
    z-index: 11111111;
    text-align: center;
    top: 50px;
    display: none
}

#Form-estefta .error {
    color: red !important
}

#Form-estefta label.error {
    font-size: 10px
}

#Form-estefta #estefta_countries-error {
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 15px
}

#Form-estefta #estefta_cities-error {
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 15px
}

#Form-estefta .nice-select {
    border: 0 !important;
    color: #495057
}

#Form-estefta .nice-select .nice-select-search-box {
    margin: 0 !important;
    padding: 9px 0 !important
}

#Form-estefta .nice-select .nice-select-search-box .nice-select-search {
    margin: 0 4%;
    width: 92% !important
}

#Form-estefta .nice-select span {
    text-align: justify;
    line-height: 37px !important
}

#Form-estefta .nice-select ul.list {
    width: 100%
}

#Form-estefta .nice-select ul.list li {
    text-align: justify
}

#ansr_estefta_ .form-control[readonly] {
    background-color: #ffff !important;
    border-radius: 10px
}

#followUp_estefta img.followUp_estefta_img {
    width: 100%;
    display: block
}

#followUp_estefta #followUp_esteftaLabel {
    font-family: "Shabnam-Bold";
    border-radius: 10px !important;
    color: white !important;
    background-image: -webkit-linear-gradient(-6deg, #bf4a03 0%, #602502 100%) !important;
    background-image: -moz-linear-gradient(-6deg, #bf4a03 0%, #602502 100%) !important;
    background-image: -o-linear-gradient(-6deg, #bf4a03 0%, #602502 100%) !important;
    background-image: linear-gradient(-6deg, #bf4a03 0%, #602502 100%) !important;
    display: block;
    width: 100%;
    height: 47px;
    font-size: 16px;
    line-height: 47px;
    padding: 0 20px
}

#followUp_estefta .modal-header {
    padding-bottom: 0 !important;
    border: 0 !important
}

#followUp_estefta .modal-content {
    background: #F9F9F9 !important
}

#followUp_estefta p {
    color: #707070;
    display: block;
    text-align: center;
    width: 100%
}

#followUp_estefta a {
    background-color: #0378bf !important;
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    margin: 20px auto 0;
    padding: 5px 0;
    display: block;
    width: 200px;
    text-align: center
}

#followUp_estefta .followUp_code-total {
    margin-top: 10px
}

#followUp_estefta .followUp_code-total label {
    color: #707070;
    display: block
}

#followUp_estefta .followUp_code-total input {
    color: #0378bf;
    text-align: center;
    border: 0;
    font-size: 15px
}

#followUp_estefta .followUp_code-total input:focus {
    border-color: #0378bf !important
}

#followUp_estefta .followUp_code-total .form-control[readonly] {
    background-color: #ffff !important;
    border-radius: 10px
}

#followUp_estefta .followUp_code-Name label {
    color: #707070;
    width: 80px;
    float: right;
    height: 39px;
    line-height: 38px
}

#followUp_estefta .followUp_code-Name input {
    color: #0378bf;
    font-size: 17px;
    width: auto;
    display: inline-block;
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
    float: right;
    border: 0
}

#followUp_estefta .followUp_code-Name input[readonly] {
    background-color: #ffff !important;
    border-radius: 10px
}

#followUp_estefta .followUp_code-dlt {
    background-color: #ffff;
    border-radius: 10px;
    width: 100%
}

#followUp_estefta .followUp_code-dlt p {
    padding: 2rem;
    text-align: center;
    color: #707070;
    line-height: 30px
}

#followUp_estefta .followUp_code-dlt p b {
    color: #ff4136
}

#followUp_estefta .followUp_code-footer {
    margin: 25px 0 8px
}

#followUp_estefta .followUp_code-footer img {
    width: 120px;
    float: left
}

#followUp_estefta .followUp_code-footer a {
    width: 80px;
    display: block;
    float: right;
    margin: 0 100px 0 0
}

#followUp_estefta .followUp_code-footer a:hover {
    opacity: .8
}

#followAnsr_estefta img.followUp_estefta_img {
    width: 100%;
    display: block
}

#followAnsr_estefta #followAnsr_esteftaLabel {
    font-family: "Shabnam-Bold";
    border-radius: 10px !important;
    color: white !important;
    background-image: -webkit-linear-gradient(-6deg, #bf4a03 0%, #602502 100%) !important;
    background-image: -moz-linear-gradient(-6deg, #bf4a03 0%, #602502 100%) !important;
    background-image: -o-linear-gradient(-6deg, #bf4a03 0%, #602502 100%) !important;
    background-image: linear-gradient(-6deg, #bf4a03 0%, #602502 100%) !important;
    display: block;
    width: 100%;
    height: 47px;
    font-size: 16px;
    line-height: 47px;
    padding: 0 20px
}

#followAnsr_estefta .modal-header {
    padding-bottom: 0 !important;
    border: 0 !important
}

#followAnsr_estefta .modal-content {
    background: #F9F9F9 !important
}

#followAnsr_estefta p {
    color: #707070;
    display: block;
    text-align: center;
    width: 100%
}

#followAnsr_estefta a {
    background-color: #0378bf !important;
    border: none;
    border-radius: 5px;
    color: #FFFFFF;
    margin: 20px auto 0;
    padding: 5px 0;
    display: block;
    width: 200px;
    text-align: center
}

#followAnsr_estefta .followUp_code-total {
    margin-top: 10px
}

#followAnsr_estefta .followUp_code-total label {
    color: #707070;
    display: block
}

#followAnsr_estefta .followUp_code-total input {
    color: #0378bf;
    text-align: center;
    border: 0;
    font-size: 15px
}

#followAnsr_estefta .followUp_code-total input:focus {
    border-color: #0378bf !important
}

#followAnsr_estefta .followUp_code-total .form-control[readonly] {
    background-color: #ffff !important;
    border-radius: 10px
}

#followAnsr_estefta .followUp_code-Name label {
    color: #707070;
    width: 80px;
    float: right;
    height: 39px;
    line-height: 38px
}

#followAnsr_estefta .followUp_code-Name input {
    color: #0378bf;
    font-size: 17px;
    width: auto;
    display: inline-block;
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
    float: right;
    border: 0
}

#followAnsr_estefta .followUp_code-Name input[readonly] {
    background-color: #ffff !important;
    border-radius: 10px
}

#followAnsr_estefta .followUp_code-dlt {
    background-color: #ffff;
    border-radius: 10px;
    width: 100%
}

#followAnsr_estefta .followUp_code-dlt p {
    padding: 2rem;
    text-align: center;
    color: #707070;
    line-height: 30px
}

#followAnsr_estefta .followUp_code-dlt p b {
    color: #ff4136
}

#followAnsr_estefta .followUp_code-footer {
    margin: 25px 0 8px
}

#followAnsr_estefta .followUp_code-footer img {
    width: 120px;
    float: left
}

#followAnsr_estefta .followUp_code-footer a {
    width: 80px;
    display: block;
    float: right;
    margin: 0 100px 0 0
}

#followAnsr_estefta .followUp_code-footer a:hover {
    opacity: .8
}

#esteftaIndex ul.skltbs-tab-group {
    width: 100%
}

#esteftaIndex ul.skltbs-tab-group .section-three-title {
    width: 100%
}

#esteftaIndex ul.skltbs-tab-group .section-three-title .skltbs-tab-item {
    display: inline-block;
    height: auto;
    margin: 10px 1% !important
}

#esteftaIndex ul.skltbs-tab-group .section-three-title .skltbs-tab-item button {
    background-color: #EEF2F6;
    border: 2px solid #ffff;
    position: relative;
    margin: auto;
    border-radius: 10px;
    color: #EEF2F6;
    transition: 0.5s;
    padding: 0 2rem;
    cursor: pointer;
    bottom: 0;
    font-size: 13px;
    display: inline-block;
    min-width: 150px;
    text-align: center;
    color: #707070
}

#esteftaIndex ul.skltbs-tab-group .section-three-title .skltbs-tab-item .active {
    background-image: url(../../images/formtem_estefta_activ.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

#esteftaIndex .skltbs-panel {
    width: 100%
}

#downloadTreatise {
    background-color: #f9f9f9;
    color: #a4a4a4;
    font-family: "Shabnam-Bold";
    font-size: 16px;
    display: block;
    position: absolute;
    width: 70%;
    direction: rtl;
    right: 11%;
    bottom: 0;
    height: 60px;
    line-height: 60px;
    padding: 0 3rem 0 0;
    border-radius: 10px
}

#downloadTreatise:hover {
    background: #0378bf;
    color: white
}

#downloadTreatise img {
    width: 90px;
    position: absolute;
    left: -8px;
    bottom: -13px;
    display: block
}

.treatise_Results {
    position: relative
}

.treatise_Results .estefta-tags {
    margin: 0;
    height: 30px;
    padding: 0;
    bottom: 0;
    right: 3%;
    width: 95%;
    position: absolute;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px
}

.treatise_Results .estefta-tags span {
    background: #a4a4a4;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    width: 46px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    float: right
}

.treatise_Results .estefta-tags .scrollmenu {
    background: #f9f9f9 !important;
    display: inline-block;
    padding: 0 50px 0 0 !important;
    margin: 0 !important;
    height: 30px !important;
    float: right !important;
    width: -webkit-calc(100% - 50px) !important;
    width: -moz-calc(100% - 50px) !important;
    width: calc(100% - 50px) !important;
    -webkit-border-top-left-radius: 20px !important;
    -moz-border-radius-topleft: 20px !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important
}

.treatise_Results .estefta-tags .scrollmenu a {
    font-size: 10px !important;
    cursor: pointer !important;
    display: inline-block !important;
    height: 30px !important;
    line-height: 30px !important;
    margin: 0 5px !important;
    color: #a4a4a4 !important;
    width: auto !important;
    padding: 0 !important;
    float: none !important;
    text-align: justify !important
}

.treatise_Results .estefta-tags .scrollmenu a:hover {
    color: #0378bf !important
}

.treatise_Results .estefta-tags .hover-scroll {
    background: url(../../images/icons/path.svg) center center no-repeat;
    background-size: 70%;
    width: 16px;
    height: 20px;
    position: relative;
    cursor: pointer;
    position: absolute;
    cursor: pointer;
    top: -20px;
    display: block !important
}

.treatise_Results .estefta-tags .hover-scroll:hover {
    opacity: .7
}

.treatise_Results .estefta-tags .left-hover-scroll {
    transform: rotate(-180deg);
    left: 15px
}

#loader_total {
    background: #0378bf;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999
}

#loader_total p {
    text-align: center;
    color: white;
    padding-top: 30px
}

#loader_total .center {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

#loader_total #loader {
    width: 70px;
    height: 70px;
    z-index: 1000000;
    position: relative;
    margin-top: 10%
}

.bodyHide {
    overflow: hidden !important
}

div.scrollmenu {
    overflow: hidden;
    white-space: nowrap
}

.social-ul {
    text-align: center
}

.social-ul li {
    height: 35px !important;
    width: 35px !important;
    background: red;
    margin: 0 8px !important;
    padding: 0 !important;
    top: 6px;
    position: relative
}

.social-ul li:hover {
    opacity: .7
}

.social-ul li.fb {
    background: url("../../images/icons/fb.png") center center no-repeat
}

.social-ul li.twit {
    background: url("../../images/icons/twitter.png") center center no-repeat
}

.social-ul li.whatsapp {
    background: url("../../images/icons/whatsapp.png") center center no-repeat
}

.social-ul li.telegram {
    background: url("../../images/icons/telegram.png") center center no-repeat
}

.social-ulBook {
    text-align: center
}

.social-ulBook li {
    height: 35px !important;
    width: 35px !important;
    background: red;
    margin: 0 8px !important;
    padding: 0 !important;
    top: 6px;
    position: relative
}

.social-ulBook li:hover {
    opacity: .7
}

.social-ulBook li.fb {
    background: url("../../images/icons/fb.png") center center no-repeat
}

.social-ulBook li.twit {
    background: url("../../images/icons/twitter.png") center center no-repeat
}

.social-ulBook li.whatsapp {
    background: url("../../images/icons/whatsapp.png") center center no-repeat
}

.social-ulBook li.telegram {
    background: url("../../images/icons/telegram.png") center center no-repeat
}

#section-six button.skltbs-active {
    border-radius: 10px !important;
    color: #fff !important;
    border-bottom: 2px solid transparent
}

#section-six button.skltbs-active:hover {
    color: #fff !important
}

#section-six button:hover {
    color: #fff !important
}

.video_tab .presence-links ul.menu-qual li b {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 31px;
    height: 31px;
    margin-top: 0
}

#presence_body {
    position: relative
}

#presence_body .presenceIcon {
    width: 20%;
    margin: 0 auto;
    padding-top: 36px
}

#presence_body .presenceIcon img {
    width: 100%;
    display: block
}

#presence_body .presenceIcon .input-group {
    bottom: 10px
}

#presence_body .presenceIcon .input-group input {
    background: none;
    border: 1px solid #a4a4a4 !important
}

#presence_body .presenceIcon .input-group .input-group-text {
    padding: 4px 6px !important
}

#presence_body .presenceIcon .input-group .input-group-text span {
    background: url("../../images/icons/zoom-2.svg") no-repeat center;
    width: 18px;
    height: 26px;
    display: block
}

#presence_body .presenceIcon .input-group .input-group-text span:hover {
    opacity: .7;
    cursor: pointer
}

#presence_body .presence_total {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0px
}

#presence_body .presenceCategoryIcon {
    width: 12%;
    position: absolute;
    top: 0
}

#presence_body .presenceCategoryIcon img {
    width: 100%;
    display: block
}

#presence_body .presenceCategoryIcon img:hover {
    opacity: .7
}

#presence_body .presenceCategoryIcon_1 {
    top: 17%;
    right: 9%
}

#presence_body .presenceCategoryIcon_1 img {
    width: 110% !important
}

#presence_body .presenceCategoryIcon_2 {
    top: 59%;
    right: 19%
}

#presence_body .presenceCategoryIcon_3 {
    right: 31%;
    top: 96%
}

#presence_body .presenceCategoryIcon_4 {
    right: 44%;
    top: 120%
}

#presence_body .presenceCategoryIcon_5 {
    top: 96%;
    left: 31%
}

#presence_body .presenceCategoryIcon_6 {
    top: 59%;
    left: 19%
}

#presence_body .presenceCategoryIcon_7 {
    top: 17%;
    left: 9%
}

@media (max-width: 990px) {
    #presence_body .presenceIcon {
        position: relative
    }

    #presence_body .presenceIcon img {
        visibility: hidden
    }

    #presence_body .presenceIcon .input-group {
        width: 200%;
        bottom: auto;
        position: absolute;
        top: 28px;
        left: -50%
    }
}

@media (max-width: 790px) {
    #presence_body .input-group input {
        font-size: 8px
    }
}

#index-search button {
    background: none;
    padding: 0;
    margin: 0;
    border: 0
}

#select-date-search {
    background: white;
    border: 1px solid #707070
}

#select-date-search ::placeholder {
    color: #707070;
    opacity: 1
}

#select-date-search :-ms-input-placeholder {
    color: #707070
}

#select-date-search ::-ms-input-placeholder {
    color: #707070
}

#select-date-search .remove_to_date i {
    color: #707070 !important
}

#select-date-search .remove_from_date i {
    color: #707070 !important
}

#select-date-search .form-control {
    color: #707070 !important
}

#pageSearch .key-total {
    background: #f5f5f5;
    padding: 1rem 3rem;
    border-radius: 5px;
    margin-top: 9px
}

#pageSearch .key-tlt {
    color: #a4a4a4;
    font-size: 22px
}

#pageSearch .filter_item .btn-group {
    margin: 0 auto;
    padding: 0;
    width: 100%
}

#pageSearch .filter_item .btn-group label {
    background: #e5e5e5;
    color: #a4a4a4;
    margin: 0 1%;
    border-radius: 8px;
    padding: 0 1rem;
    text-align: center;
    height: 38px;
    line-height: 38px;
    border: 0 !important
}

#pageSearch .filter_item .btn-group label:hover {
    background: #707070;
    color: white
}

#pageSearch .filter_item .btn-group .focus {
    background: #e5e5e5;
    color: #a4a4a4;
    border: 0 !important;
    box-shadow: none !important
}

#pageSearch .filter_item .btn-group .btn-success {
    background: #0378bf;
    border: 1px solid #0378bf;
    color: white
}

#pageSearch .filter_item .btn-group .btn-success:focus {
    background: none;
    border: 0 !important;
    color: white;
    box-shadow: none !important
}

#pageSearch .filter_item .tg-list {
    padding: 0
}

#pageSearch .filter_item .tg-list .tg-list-item {
    display: inline-block;
    width: 22.6%;
    margin: 0 1%
}

#pageSearch .filter_item .tg-list .tg-list-item .tgl {
    display: none
}

#pageSearch .filter_item .tg-list .tg-list-item .tgl, #pageSearch .filter_item .tg-list .tg-list-item .tgl:after, #pageSearch .filter_item .tg-list .tg-list-item .tgl:before, #pageSearch .filter_item .tg-list .tg-list-item .tgl *, #pageSearch .filter_item .tg-list .tg-list-item .tgl *:after, #pageSearch .filter_item .tg-list .tg-list-item .tgl *:before, #pageSearch .filter_item .tg-list .tg-list-item .tgl + .tgl-btn {
    box-sizing: border-box
}

#pageSearch .filter_item .tg-list .tg-list-item .tgl::selection, #pageSearch .filter_item .tg-list .tg-list-item .tgl:after::selection, #pageSearch .filter_item .tg-list .tg-list-item .tgl:before::selection, #pageSearch .filter_item .tg-list .tg-list-item .tgl *::selection, #pageSearch .filter_item .tg-list .tg-list-item .tgl *:after::selection, #pageSearch .filter_item .tg-list .tg-list-item .tgl *:before::selection, #pageSearch .filter_item .tg-list .tg-list-item .tgl + .tgl-btn::selection {
    background: none
}

#pageSearch .filter_item .tg-list .tg-list-item .tgl + .tgl-btn {
    outline: 0;
    display: block;
    width: 100%;
    height: 38px;
    line-height: 38px;
    position: relative;
    cursor: pointer;
    user-select: none
}

#pageSearch .filter_item .tg-list .tg-list-item .tgl + .tgl-btn:after, #pageSearch .filter_item .tg-list .tg-list-item .tgl + .tgl-btn:before {
    position: relative;
    display: block;
    content: "";
    width: 50%;
    height: 100%
}

#pageSearch .filter_item .tg-list .tg-list-item .tgl + .tgl-btn:after {
    left: 0
}

#pageSearch .filter_item .tg-list .tg-list-item .tgl + .tgl-btn:before {
    display: none
}

#pageSearch .filter_item .tg-list .tg-list-item .tgl:checked + .tgl-btn:after {
    left: 50%
}

#pageSearch .filter_item .tg-list .tg-list-item .tgl-flip + .tgl-btn {
    padding: 2px;
    transition: all .2s ease;
    font-family: sans-serif;
    perspective: 100px
}

#pageSearch .filter_item .tg-list .tg-list-item .tgl-flip + .tgl-btn:after, #pageSearch .filter_item .tg-list .tg-list-item .tgl-flip + .tgl-btn:before {
    display: inline-block;
    transition: all .4s ease;
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 35px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    border-radius: 4px
}

#pageSearch .filter_item .tg-list .tg-list-item .tgl-flip + .tgl-btn:after {
    content: attr(data-tg-on);
    background: #0378bf;
    transform: rotateX(0deg)
}

#pageSearch .filter_item .tg-list .tg-list-item .tgl-flip + .tgl-btn:before {
    background: #e5e5e5;
    color: #a4a4a4;
    content: attr(data-tg-off)
}

#pageSearch .filter_item .tg-list .tg-list-item .tgl-flip + .tgl-btn:active:before, #pageSearch .filter_item .tg-list .tg-list-item .tgl-flip + .tgl-btn.nice-select.open:before {
    transform: rotateX(-20deg)
}

#pageSearch .filter_item .tg-list .tg-list-item .tgl-flip:checked + .tgl-btn:before {
    transform: rotateX(180deg)
}

#pageSearch .filter_item .tg-list .tg-list-item .tgl-flip:checked + .tgl-btn:after {
    transform: rotateX(0);
    left: 0;
    background: #0378bf
}

#pageSearch .filter_item .tg-list .tg-list-item .tgl-flip:checked + .tgl-btn:active:after, #pageSearch .filter_item .tg-list .tg-list-item .tgl-flip:checked + .tgl-btn.nice-select.open:after {
    transform: rotateX(20deg)
}

#pageSearch div.jqcloud a {
    color: #a4a4a4
}

#pageSearch div.jqcloud a:hover {
    color: #979797
}

#pageSearch #search_result #search_result_ul {
    padding: 0;
    margin: 0
}

#pageSearch #search_result #search_result_ul li {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: justify;
    color: #707070;
    padding: 0;
    margin-top: 8px;
    background: url("../../images/encyclopediaBg.png");
    border-radius: 8px
}

#pageSearch #search_result #search_result_ul li a {
    color: #707070;
    padding: 0 1rem;
    border-radius: 8px;
    display: block;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: revert;
    margin: 0
}

#pageSearch #search_result #search_result_ul li a:hover {
    background: #0378bf;
    color: white
}

#pageSearch #search_result #search_result_ul li a span.searchLable {
    background: #e5e5e5;
    color: #707070;
    padding: 0 10px;
    border-radius: 4px;
    float: left;
    font-size: 10px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    margin: 7px 0
}

.options_notshow {
    display: none
}

.options_show {
    display: inline-block
}

@media (max-width: 1042px) {
    section.section-one {
        padding-top: 22% !important
    }
}

@media (max-width: 1151px) {
    .social-part a {
        width: 25px;
        height: 25px
    }
}

@media (max-width: 991px) {
    section.section-one {
        padding-top: 25px !important
    }
}

@media (max-width: 767px) {
    .position-relative-none {
        position: unset !important
    }

    .position-relative-none .menu-mobile {
        top: 40px !important;
        right: 30px !important
    }
}

@media (max-width: 528px) {
    .section-social {
        height: auto !important
    }

    .section-social ul {
        height: auto !important
    }

    .section-social ul li.footer-logo {
        height: 85px !important
    }
}

.mg-flat span.toggler {
    background: url("../../images/icons/path.svg") center center no-repeat
}

.inBook {
    border-radius: 10px;
    padding: 2rem 2rem 2.5rem;
    margin-top: 1rem;
    position: relative;
    height: 100%
}

.btnRightLeft {
    position: absolute;
    width: 100%;
    height: 23px;
    bottom: 90px;
    right: 0;
    text-align: center
}

span.btnRight {
    display: inline-block;
    width: 20px;
    height: 23px;
    background: url("../../images/rightBook.png") center center no-repeat;
    margin: 0 5px
}

span.btnLeft {
    display: inline-block;
    width: 20px;
    height: 23px;
    background: url("../../images/leftBook.png") center center no-repeat;
    margin: 0 5px
}

.btnRightLeft span:hover {
    cursor: pointer;
    opacity: .8
}

.treatiseResultsIner {
    height: -webkit-calc(100% - 100px) !important;
    height: -moz-calc(100% - 100px) !important;
    height: calc(100% - 100px) !important;
    width: 100%
}

#treatiseResults .scrollbar-index {
    border-radius: 0;
    margin: 0;
    border: 0;
    padding: 0 0 30px !important
}

#treatiseResults .scrollbar-index .Catresult {
    padding-right: 30px !important;
    height: 344px !important
}

#treatiseResults .treatiseBookShareTotal {
    width: 100%;
    height: 45px;
    position: relative;
    top: 15px
}

#treatiseResults .estefta-share #content {
    text-align: center;
    position: relative;
    left: auto;
    right: 0;
    margin: auto;
    padding: 0;
    width: 115px;
    height: 30px
}

#treatiseResults .estefta-share #content .share-share {
    background: url("../../images/icons/share.svg") 100% center no-repeat;
    background-size: 15px;
    padding-right: 20px;
    padding: 1px 19px 1px 0 !important;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    color: #a4a4a4;
    cursor: pointer;
    font-size: 12px
}

#treatiseResults .estefta-share #content .share-share:hover {
    color: #0378bf
}

#treatiseResults .estefta-share #content .social {
    bottom: 28px;
    position: relative
}

#treatiseResults .estefta-share #content .at-share-btn-elements {
    display: inline-block !important
}

#treatiseResults .estefta-share #content .addthis_inline_share_toolbox_wb2s {
    clear: none !important;
    height: 46px;
    margin: 0 auto;
    width: 100%
}

#treatiseResults .estefta-share #content .addthis-animated {
    height: 46px
}

#treatiseResults .estefta-share #content .entypo-export {
    padding: 1px 19px 1px 0 !important
}

#treatiseResults .estefta-share input[type="checkbox"] {
    display: none
}

#treatiseResults .estefta-share .checkbox:checked + .label {
    background: #7B7484;
    color: #231733
}

#treatiseResults .estefta-share .checkbox:checked ~ .social {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-50px);
    -moz-transform: scale(1) translateY(-50px);
    -o-transform: scale(1) translateY(-50px);
    transform: scale(1) translateY(-50px);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 205px
}

#treatiseResults .estefta-share .label {
    font-size: 16px;
    cursor: pointer;
    margin: 0;
    padding: 5px 10px;
    border-radius: 10%;
    color: #7B7484
}

#treatiseResults .estefta-share .social {
    transform-origin: 50% 0%;
    -webkit-transform: scale(0) translateY(-190px);
    -moz-transform: scale(0) translateY(-190px);
    -o-transform: scale(0) translateY(-190px);
    transform: scale(0) translateY(-190px);
    opacity: 0
}

#treatiseResults .estefta-share .social-ul {
    position: relative;
    right: 0;
    margin: auto;
    color: #fff;
    border-radius: 10px;
    height: 46px;
    width: 205px;
    background: #e5e5e5;
    padding: 0;
    list-style: none;
    text-align: center
}

#treatiseResults .estefta-share .social-ul .addthis_inline_share_toolbox_wb2s {
    position: absolute
}

#treatiseResults .estefta-share .social-ul li {
    font-size: 20px;
    cursor: pointer;
    width: 60px;
    margin: 0;
    padding: 12px 0;
    text-align: center;
    float: left;
    display: block;
    height: 22px
}

#treatiseResults .estefta-share .social-ul li:hover {
    color: rgba(0, 0, 0, 0.5)
}

#treatiseResults .estefta-share .social-ul li:after {
    display: none !important
}

#treatiseResults .estefta-share .social-ul li[class*="twitter"] {
    background: #6CDFEA;
    padding: 12px 0
}

#treatiseResults .estefta-share .social-ul li[class*="gplus"] {
    background: #E34429;
    padding: 12px 0
}

#treatiseResults .estefta-share .estefta-share-ul {
    padding: 0 !important;
    margin: 0 !important
}

#treatiseResults .estefta-share .estefta-share-ul .estefta-share-li {
    display: inline-block;
    position: relative;
    bottom: 5px
}

#treatiseResults .estefta-share .estefta-share-ul .estefta-share-li .estefta-share-a {
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    color: #a4a4a4;
    font-size: 12px;
    font-weight: bold
}

#treatiseResults .estefta-share .estefta-share-ul .estefta-share-li .estefta-share-a:hover {
    color: #0378bf !important
}

#treatiseResults .estefta-share .estefta-share-ul .estefta-share-li .estefta-share-a:before {
    font-size: 14px;
    padding-left: 5px
}

#treatiseResults .estefta-share .estefta-share-ul li.float-left {
    font-size: 10px;
    color: #a4a4a4;
    margin-top: 7px
}

.form-control:disabled, .form-control[readonly] {
    background-color: #fff !important
}

.my-menu ul li ul {
    padding-right: 10px !important
}

.my-menu ul li {
    margin-bottom: 0
}

#treatiseResults .scrollbar-index .Catresult {
    height: 270px !important
}

#esteftaParentResult .scrollbar-index {
    border-radius: 0;
    margin: 0;
    border: 0;
    padding: 0 0 30px !important
}

#esteftaParentResult .scrollbar-index .Catresult {
    padding-right: 30px !important;
    height: 344px !important
}

#esteftaParentResult .treatiseBookShareTotal {
    width: 100%;
    height: 45px;
    position: relative;
    top: 15px
}

#esteftaParentResult .estefta-share #content {
    text-align: center;
    position: relative;
    left: auto;
    right: 0;
    margin: auto;
    padding: 0;
    width: 115px;
    height: 30px
}

#esteftaParentResult .estefta-share #content .share-share {
    background: url("../../images/icons/share.svg") 100% center no-repeat;
    background-size: 15px;
    padding-right: 20px;
    padding: 1px 19px 1px 0 !important;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    color: #a4a4a4;
    cursor: pointer;
    font-size: 12px
}

#esteftaParentResult .estefta-share #content .share-share:hover {
    color: #0378bf
}

#esteftaParentResult .estefta-share #content .social {
    bottom: 28px;
    position: relative
}

#esteftaParentResult .estefta-share #content .at-share-btn-elements {
    display: inline-block !important
}

#esteftaParentResult .estefta-share #content .addthis_inline_share_toolbox_wb2s {
    clear: none !important;
    height: 46px;
    margin: 0 auto;
    width: 100%
}

#esteftaParentResult .estefta-share #content .addthis-animated {
    height: 46px
}

#esteftaParentResult .estefta-share #content .entypo-export {
    padding: 1px 19px 1px 0 !important
}

#esteftaParentResult .estefta-share input[type="checkbox"] {
    display: none
}

#esteftaParentResult .estefta-share .checkbox:checked + .label {
    background: #7B7484;
    color: #231733
}

#esteftaParentResult .estefta-share .checkbox:checked ~ .social {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-50px);
    -moz-transform: scale(1) translateY(-50px);
    -o-transform: scale(1) translateY(-50px);
    transform: scale(1) translateY(-50px);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 205px
}

#esteftaParentResult .estefta-share .label {
    font-size: 16px;
    cursor: pointer;
    margin: 0;
    padding: 5px 10px;
    border-radius: 10%;
    color: #7B7484
}

#esteftaParentResult .estefta-share .social {
    transform-origin: 50% 0%;
    -webkit-transform: scale(0) translateY(-190px);
    -moz-transform: scale(0) translateY(-190px);
    -o-transform: scale(0) translateY(-190px);
    transform: scale(0) translateY(-190px);
    opacity: 0
}

#esteftaParentResult .estefta-share .social-ul {
    position: relative;
    right: 0;
    margin: auto;
    color: #fff;
    border-radius: 10px;
    height: 46px;
    width: 205px;
    background: #e5e5e5;
    padding: 0;
    list-style: none;
    text-align: center
}

#esteftaParentResult .estefta-share .social-ul .addthis_inline_share_toolbox_wb2s {
    position: absolute
}

#esteftaParentResult .estefta-share .social-ul li {
    font-size: 20px;
    cursor: pointer;
    width: 60px;
    margin: 0;
    padding: 12px 0;
    text-align: center;
    float: left;
    display: block;
    height: 22px
}

#esteftaParentResult .estefta-share .social-ul li:hover {
    color: rgba(0, 0, 0, 0.5)
}

#esteftaParentResult .estefta-share .social-ul li:after {
    display: none !important
}

#esteftaParentResult .estefta-share .social-ul li[class*="twitter"] {
    background: #6CDFEA;
    padding: 12px 0
}

#esteftaParentResult .estefta-share .social-ul li[class*="gplus"] {
    background: #E34429;
    padding: 12px 0
}

#esteftaParentResult .estefta-share .estefta-share-ul {
    padding: 0 !important;
    margin: 0 !important
}

#esteftaParentResult .estefta-share .estefta-share-ul .estefta-share-li {
    display: inline-block;
    position: relative;
    bottom: 5px
}

#esteftaParentResult .estefta-share .estefta-share-ul .estefta-share-li .estefta-share-a {
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    color: #a4a4a4;
    font-size: 12px;
    font-weight: bold
}

#esteftaParentResult .estefta-share .estefta-share-ul .estefta-share-li .estefta-share-a:hover {
    color: #0378bf !important
}

#esteftaParentResult .estefta-share .estefta-share-ul .estefta-share-li .estefta-share-a:before {
    font-size: 14px;
    padding-left: 5px
}

#esteftaParentResult .estefta-share .estefta-share-ul li.float-left {
    font-size: 10px;
    color: #a4a4a4;
    margin-top: 7px
}

#esteftaParentResult .scrollbar-index .Catresult {
    height: 270px !important
}

.btnRightLeft {
    bottom: 110px
}

#esteftaPageResult .print-logo {
    display: none
}

.print-logo {
    display: none
}

.esteftaParentResult .scrollbar-index {
    border-radius: 0;
    margin: 0;
    border: 0;
    padding: 0 0 30px !important
}

.esteftaParentResult .scrollbar-index .Catresult {
    padding-right: 30px !important;
    height: 344px !important
}

.esteftaParentResult .treatiseBookShareTotal {
    width: 100%;
    height: 45px;
    position: relative;
    top: 15px
}

.esteftaParentResult .estefta-share #content {
    text-align: center;
    position: relative;
    left: auto;
    right: 0;
    margin: auto;
    padding: 0;
    width: 115px;
    height: 30px
}

.esteftaParentResult .estefta-share #content .share-share {
    background: url("../../images/icons/share.svg") 100% center no-repeat;
    background-size: 15px;
    padding-right: 20px;
    padding: 1px 19px 1px 0 !important;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    color: #a4a4a4;
    cursor: pointer;
    font-size: 12px
}

.esteftaParentResult .estefta-share #content .share-share:hover {
    color: #0378bf
}

.esteftaParentResult .estefta-share #content .social {
    bottom: 28px;
    position: relative
}

.esteftaParentResult .estefta-share #content .at-share-btn-elements {
    display: inline-block !important
}

.esteftaParentResult .estefta-share #content .addthis_inline_share_toolbox_wb2s {
    clear: none !important;
    height: 46px;
    margin: 0 auto;
    width: 100%
}

.esteftaParentResult .estefta-share #content .addthis-animated {
    height: 46px
}

.esteftaParentResult .estefta-share #content .entypo-export {
    padding: 1px 19px 1px 0 !important
}

.esteftaParentResult .estefta-share input[type="checkbox"] {
    display: none
}

.esteftaParentResult .estefta-share .checkbox:checked + .label {
    background: #7B7484;
    color: #231733
}

.esteftaParentResult .estefta-share .checkbox:checked ~ .social {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-50px);
    -moz-transform: scale(1) translateY(-50px);
    -o-transform: scale(1) translateY(-50px);
    transform: scale(1) translateY(-50px);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 205px
}

.esteftaParentResult .estefta-share .label {
    font-size: 16px;
    cursor: pointer;
    margin: 0;
    padding: 5px 10px;
    border-radius: 10%;
    color: #7B7484
}

.esteftaParentResult .estefta-share .social {
    transform-origin: 50% 0%;
    -webkit-transform: scale(0) translateY(-190px);
    -moz-transform: scale(0) translateY(-190px);
    -o-transform: scale(0) translateY(-190px);
    transform: scale(0) translateY(-190px);
    opacity: 0
}

.esteftaParentResult .estefta-share .social-ul {
    position: relative;
    right: 0;
    margin: auto;
    color: #fff;
    border-radius: 10px;
    height: 46px;
    width: 205px;
    background: #e5e5e5;
    padding: 0;
    list-style: none;
    text-align: center
}

.esteftaParentResult .estefta-share .social-ul .addthis_inline_share_toolbox_wb2s {
    position: absolute
}

.esteftaParentResult .estefta-share .social-ul li {
    font-size: 20px;
    cursor: pointer;
    width: 60px;
    margin: 0;
    padding: 12px 0;
    text-align: center;
    float: left;
    display: block;
    height: 22px
}

.esteftaParentResult .estefta-share .social-ul li:hover {
    color: rgba(0, 0, 0, 0.5)
}

.esteftaParentResult .estefta-share .social-ul li:after {
    display: none !important
}

.esteftaParentResult .estefta-share .social-ul li[class*="twitter"] {
    background: #6CDFEA;
    padding: 12px 0
}

.esteftaParentResult .estefta-share .social-ul li[class*="gplus"] {
    background: #E34429;
    padding: 12px 0
}

.esteftaParentResult .estefta-share .estefta-share-ul {
    padding: 0 !important;
    margin: 0 !important
}

.esteftaParentResult .estefta-share .estefta-share-ul .estefta-share-li {
    display: inline-block;
    position: relative;
    bottom: 5px
}

.esteftaParentResult .estefta-share .estefta-share-ul .estefta-share-li .estefta-share-a {
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    color: #a4a4a4;
    font-size: 12px;
    font-weight: bold
}

.esteftaParentResult .estefta-share .estefta-share-ul .estefta-share-li .estefta-share-a:hover {
    color: #0378bf !important
}

.esteftaParentResult .estefta-share .estefta-share-ul .estefta-share-li .estefta-share-a:before {
    font-size: 14px;
    padding-left: 5px
}

.esteftaParentResult .estefta-share .estefta-share-ul li.float-left {
    font-size: 10px;
    color: #a4a4a4;
    margin-top: 7px
}

.esteftaParentResult .scrollbar-index .Catresult {
    height: 270px !important
}

.estefta-shareBook #contentBook {
    text-align: center;
    position: relative;
    left: auto;
    right: 0;
    margin: auto;
    padding: 0;
    width: 115px;
    height: 30px
}

.estefta-shareBook #contentBook .share-shareBook {
    background: url("../../images/icons/share.svg") 100% center no-repeat;
    background-size: 15px;
    padding-right: 20px;
    padding: 1px 19px 1px 0 !important;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    color: #a4a4a4;
    cursor: pointer;
    font-size: 12px
}

.estefta-shareBook #contentBook .share-shareBook:hover {
    color: #0378bf
}

.estefta-shareBook #contentBook .socialBook {
    bottom: 28px;
    position: relative
}

.estefta-shareBook #contentBook .at-share-btn-elements {
    display: inline-block !important
}

.estefta-shareBook #contentBook .addthis_inline_share_toolbox_wb2s {
    clear: none !important;
    height: 46px;
    margin: 0 auto;
    width: 100%
}

.estefta-shareBook #contentBook .addthis-animated {
    height: 46px
}

.estefta-shareBook #contentBook .entypo-exportBook {
    padding: 1px 19px 1px 0 !important
}

.estefta-shareBook input[type="checkbox"] {
    display: none
}

.estefta-shareBook .checkboxBook:checked ~ .socialBook {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-50px);
    -moz-transform: scale(1) translateY(-50px);
    -o-transform: scale(1) translateY(-50px);
    transform: scale(1) translateY(-50px);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 205px
}

.estefta-shareBook .labelBook {
    font-size: 16px;
    cursor: pointer;
    margin: 0;
    padding: 5px 10px;
    border-radius: 10%;
    color: #7B7484
}

.estefta-shareBook .socialBook {
    transform-origin: 50% 0%;
    -webkit-transform: scale(0) translateY(-190px);
    -moz-transform: scale(0) translateY(-190px);
    -o-transform: scale(0) translateY(-190px);
    transform: scale(0) translateY(-190px);
    opacity: 0
}

.estefta-shareBook .social-ulBook {
    position: relative;
    right: 0;
    margin: auto;
    color: #fff;
    border-radius: 10px;
    height: 46px;
    width: 205px;
    background: #e5e5e5;
    padding: 0;
    list-style: none;
    text-align: center
}

.estefta-shareBook .social-ulBook .addthis_inline_share_toolbox_wb2s {
    position: absolute
}

.estefta-shareBook .social-ulBook li {
    font-size: 20px;
    cursor: pointer;
    width: 60px;
    margin: 0;
    padding: 12px 0;
    text-align: center;
    float: left;
    display: block;
    height: 22px
}

.estefta-shareBook .social-ulBook li:hover {
    color: rgba(0, 0, 0, 0.5)
}

.estefta-shareBook .social-ulBook li:after {
    display: none !important
}

.estefta-shareBook .social-ulBook li[class*="twitter"] {
    background: #6CDFEA;
    padding: 12px 0
}

.estefta-shareBook .social-ulBook li[class*="gplus"] {
    background: #E34429;
    padding: 12px 0
}

.estefta-shareBook .estefta-share-ul {
    padding: 0 !important;
    margin: 0 !important
}

.estefta-shareBook .estefta-share-ul .estefta-share-li {
    display: inline-block;
    position: relative;
    bottom: 5px
}

.estefta-shareBook .estefta-share-ul .estefta-share-li .estefta-share-a {
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    color: #a4a4a4;
    font-size: 12px;
    font-weight: bold
}

.estefta-shareBook .estefta-share-ul .estefta-share-li .estefta-share-a:hover {
    color: #0378bf !important
}

.estefta-shareBook .estefta-share-ul .estefta-share-li .estefta-share-a:before {
    font-size: 14px;
    padding-left: 5px
}

.estefta-shareBook .estefta-share-ul li.float-left {
    font-size: 10px;
    color: #a4a4a4;
    margin-top: 7px
}

.treatiseBookShareTotal .estefta-tags {
    margin: 0;
    height: 30px;
    padding: 0;
    bottom: 60px;
    right: 3%;
    width: 95%;
    position: absolute;
    -webkit-border-top-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px
}

.treatiseBookShareTotal .estefta-tags span {
    background: #a4a4a4;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
    width: 46px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topright: 20px;
    border-top-right-radius: 20px;
    float: right
}

.treatiseBookShareTotal .estefta-tags .scrollmenu {
    background: #f9f9f9 !important;
    display: inline-block;
    padding: 0 50px 0 0 !important;
    margin: 0 !important;
    height: 30px !important;
    float: right !important;
    width: -webkit-calc(100% - 50px) !important;
    width: -moz-calc(100% - 50px) !important;
    width: calc(100% - 50px) !important;
    -webkit-border-top-left-radius: 20px !important;
    -moz-border-radius-topleft: 20px !important;
    border-top-left-radius: 20px !important;
    border-top-right-radius: 20px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
    text-align: right
}

.treatiseBookShareTotal .estefta-tags .scrollmenu a {
    font-size: 10px !important;
    cursor: pointer !important;
    display: inline-block !important;
    height: 30px !important;
    line-height: 30px !important;
    margin: 0 5px !important;
    color: #a4a4a4 !important;
    width: auto !important;
    padding: 0 !important;
    float: none !important;
    text-align: justify !important
}

.treatiseBookShareTotal .estefta-tags .scrollmenu a:hover {
    color: #0378bf !important
}

.treatiseBookShareTotal .estefta-tags .hover-scroll {
    background: url(../../images/icons/path.svg) center center no-repeat;
    background-size: 70%;
    width: 16px;
    height: 20px;
    position: relative;
    cursor: pointer;
    position: absolute;
    cursor: pointer;
    top: -20px;
    display: block !important
}

.treatiseBookShareTotal .estefta-tags .hover-scroll:hover {
    opacity: .7
}

.treatiseBookShareTotal .estefta-tags .left-hover-scroll {
    transform: rotate(-180deg);
    left: 15px
}

.centerSocial {
    text-align: center
}

.centerSocial li {
    position: relative;
    height: 42px;
    display: inline-block !important;
    width: 42px !important;
    margin: 0 5px;
    background: none !important
}

.centerSocial li a {
    display: block;
    width: 42px;
    height: 42px
}

.centerSocial li a.facebook-f {
    background: url("../../images/new_icon/footerSocial.png") 0px 0px
}

.centerSocial li a.facebook-f:hover {
    background: url("../../images/new_icon/footerSocialH.png") 0px 0px
}

.centerSocial li a.instagram-f {
    background: url("../../images/new_icon/footerSocial.png") -42px -1px;
    width: 41px;
    height: 41px
}

.centerSocial li a.instagram-f:hover {
    background: url("../../images/new_icon/footerSocialH.png") -42px 0px
}

.centerSocial li a.whatsapp_f {
    background: url("../../images/new_icon/footerSocial.png") -166px -1px;
    width: 41px;
    height: 41px
}

.centerSocial li a.whatsapp_f:hover {
    background: url("../../images/new_icon/footerSocialH.png") -168px 0px
}

.centerSocial li a.telegram-f {
    background: url("../../images/new_icon/footerSocial.png") -83px 0px
}

.centerSocial li a.telegram-f:hover {
    background: url("../../images/new_icon/footerSocialH.png") -84px 0px
}

.centerSocial li a.twitter-f {
    background: url("../../images/new_icon/footerSocial.png") -125px -1px;
    width: 41px;
    height: 41px
}

.centerSocial li a.twitter-f:hover {
    background: url("../../images/new_icon/footerSocialH.png") -126px 0px
}

.centerSocial li a.youtube-f {
    background: url("../../images/new_icon/footerSocial.png") -207px -1px;
    width: 41px;
    height: 41px
}

.centerSocial li a.youtube-f:hover {
    background: url("../../images/new_icon/footerSocialH.png") -210px 0px
}

div.hoverscroll {
    position: relative
}

div.hoverscroll div.listcontainer {
    overflow: hidden
}

div.hoverscroll div.fixed-listcontainer {
    overflow: hidden;
    float: left
}

div.hoverscroll ul.list {
    list-style: none;
    margin: 0;
    padding: 0
}

div.hoverscroll ul.list li.item {
    display: block;
    padding: 0
}

.responsive-tabs-container ul.skltbs-tab-group {
    width: 100%;
    padding-right: 0
}

div.hoverscroll.horizontal ul.list li.item {
    float: right
}

div.hoverscroll {
    margin: 0 auto;
    width: 80% !important
}

div.listcontainer {
    margin: 0 auto;
    width: 100% !important
}

div.hoverscroll div.arrow {
    position: absolute;
    float: none;
    background-color: #ccc;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.8;
    filter: alpha(opacity=80)
}

div.hoverscroll div.fixed-arrow {
    display: block;
    float: left;
    background-color: #ccc;
    background-position: center;
    background-repeat: no-repeat
}

div.hoverscroll div.arrow.left, div.hoverscroll div.arrow.right, div.hoverscroll div.fixed-arrow.left, div.hoverscroll div.fixed-arrow.right {
    top: 0px;
    width: 40px;
    height: 100%
}

div.hoverscroll div.arrow.left, div.hoverscroll div.fixed-arrow.left {
    left: 0px;
    background-image: url("gfx/arrow-left-small.png")
}

div.hoverscroll div.arrow.right, div.hoverscroll div.fixed-arrow.right {
    right: 0px;
    background-image: url("gfx/arrow-right-small.png")
}

div.hoverscroll div.arrow.top, div.hoverscroll div.arrow.bottom, div.hoverscroll div.fixed-arrow.top, div.hoverscroll div.fixed-arrow.bottom {
    left: 0px;
    width: 100%;
    height: 40px
}

div.hoverscroll div.arrow.top, div.hoverscroll div.fixed-arrow.top {
    top: 0px;
    background-image: url("gfx/arrow-up-small.png")
}

div.hoverscroll div.arrow.bottom, div.hoverscroll div.fixed-arrow.bottom {
    bottom: 0px;
    background-image: url("gfx/arrow-down-small.png")
}

.listcontainer .arrow {
    display: none !important
}

.resposnsiveHeader {
    display: none;
}

#responsive-news-ticker {
    display: none
}

.ticker-container {
    width: 100%;
    background: #f9f9f9;
    float: right;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;
    height: 45px;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
    border-radius: 20px
}

.marquee-sibling {
    padding: 0;
    background: -webkit-linear-gradient(#bf4a03 0%, #602502 100%);
    background: -moz-linear-gradient(#bf4a03 0%, #602502 100%);
    background: -o-linear-gradient(#bf4a03 0%, #602502 100%);
    background: linear-gradient(#bf4a03 0%, #602502 100%);
    width: 20%;
    height: 45px;
    line-height: 42px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    text-align: center;
    float: right;
    right: 0;
    z-index: 2000
}

.marquee, *[class^="marquee"] {
    display: inline-block;
    white-space: nowrap;
    position: absolute
}

.marquee {
    margin-left: 25%
}

.marquee-content-items {
    display: inline-block;
    padding: 5px;
    margin: 0;
    height: 45px;
    position: relative
}

.marquee-content-items li {
    display: inline-block;
    line-height: 35px;
    color: #707070 !important
}

.marquee-content-items li a {
    color: #707070 !important
}

.marquee-content-items li :after {
    content: "|";
    margin: 0 1em
}

#statement_item.statement_item_wrapper .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .pic-media-tags {
    position: relative
}

#statement_item.statement_item_wrapper .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .pic-media-tags .hover-scroll {
    background: url(../../images/icons/path.svg) center center no-repeat;
    background-size: 70%;
    width: 16px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    top: -20px;
    display: block !important
}

#statement_item.statement_item_wrapper .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .pic-media-tags .hover-scroll:hover {
    opacity: .7
}

#statement_item.statement_item_wrapper .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .pic-media-tags .left-hover-scroll {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    left: 15px
}

#statement_item.statement_item_wrapper .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .pic-media-tags .right-hover-scroll {
    left: 0
}

#epub_download {
    background: url("../../images/icons/epub.png") no-repeat right center;
    background-size: 15px;
    display: inline-block;
    margin: 0 15px 0 0;
    font-size: 11px
}

#epub_download span {
    color: #A4A4A4;
    display: inline-block;
    direction: ltr;
    padding-right: 20px
}

.centers_total .centers_item_share #content {
    text-align: center;
    position: relative;
    left: auto;
    right: 0;
    margin: 10px 0 0 0;
    padding: 0;
    width: 115px;
    height: 30px
}

.centers_total .centers_item_share #content .send-share.share-share.entypo-export {
    padding: 1px 19px 1px 0 !important;
    background: url(../../images/icons/share.svg) 100% center no-repeat;
    background-size: auto;
    background-size: 15px;
    position: absolute;
    width: 100%;
    right: 0;
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    color: #a4a4a4;
    cursor: pointer;
    font-size: 10px
}

.centers_total .centers_item_share #content .at-share-btn-elements {
    display: inline-block !important;
    bottom: 28px;
    position: relative
}

.centers_total .centers_item_share #content .addthis_inline_share_toolbox_wb2s {
    clear: none !important;
    height: 46px
}

.centers_total .centers_item_share #content .addthis-animated {
    height: 46px
}

.centers_total .centers_item_share #content .entypo-export {
    padding: 1px 19px 1px 0 !important
}

.centers_total .centers_item_share input[type="checkbox"] {
    display: none
}

.centers_total .centers_item_share .checkbox:checked + .label {
    background: #7B7484;
    color: #231733
}

.centers_total .centers_item_share .checkbox:checked ~ .social {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-50px);
    -moz-transform: scale(1) translateY(-50px);
    -o-transform: scale(1) translateY(-50px);
    transform: scale(1) translateY(-50px);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 205px
}

.centers_total .centers_item_share .label {
    font-size: 16px;
    cursor: pointer;
    margin: 0;
    padding: 5px 10px;
    border-radius: 10%;
    color: #7B7484
}

.centers_total .centers_item_share .social {
    transform-origin: 50% 0%;
    -webkit-transform: scale(0) translateY(-190px);
    -moz-transform: scale(0) translateY(-190px);
    -o-transform: scale(0) translateY(-190px);
    transform: scale(0) translateY(-190px);
    opacity: 0
}

.centers_total .centers_item_share .social .social-ul li.telegram {
    background: url("../../images/icons/telegram.png") center center no-repeat !important
}

.centers_total .centers_item_share .social .social-ul li.fb {
    background: url("../../images/icons/fb.png") center center no-repeat !important
}

.centers_total .centers_item_share .social .social-ul li.twit {
    background: url("../../images/icons/twitter.png") center center no-repeat !important
}

.centers_total .centers_item_share .social .social-ul li.whatsapp {
    background: url("../../images/icons/whatsapp.png") center center no-repeat !important
}

.centers_total .centers_item_share ul {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    border-radius: 10px;
    height: 46px;
    width: 205px;
    background: #e5e5e5;
    padding: 0;
    list-style: none
}

.centers_total .centers_item_share ul li {
    font-size: 20px;
    cursor: pointer;
    width: 60px;
    margin: 0;
    padding: 12px 0;
    text-align: center;
    float: left;
    display: block;
    height: 22px
}

.centers_total .centers_item_share ul li:hover {
    color: rgba(0, 0, 0, 0.5)
}

.centers_total .centers_item_share ul:after {
    display: none !important
}

.centers_total .centers_item_share li[class*="twitter"] {
    background: #6CDFEA;
    padding: 12px 0
}

.centers_total .centers_item_share li[class*="gplus"] {
    background: #E34429;
    padding: 12px 0
}

#section-six .section-three-title .section-three-title-icon, #section-seven .section-three-title .section-three-title-icon {
    padding-right: 108px
}

@media (min-width: 992px) and (max-width: 1200px) {
    #pika-stage1 {
        width: 100% !important;
        float: none !important
    }

    #pika-stage1 .pos-rel {
        width: 50% !important;
        float: left !important
    }

    .jcarousel-skin-pika {
        width: 50% !important
    }

    .jcarousel-skin-pika .jcarousel-clip-horizontal {
        margin-bottom: 20px
    }

    .pika-stage .caption {
        width: 50% !important
    }

    .section-three .card_item {
        width: 70%
    }

    .section-four .formSubmit {
        float: left !important
    }

    #section-five .card_item {
        width: 88%;
        margin: 10px auto
    }

    section.section-seven .responsive-tabs-container li {
        min-width: 100px !important
    }

    section.section-seven .responsive-tabs-container .g-scrolling-carousel .items .section-seven_card_item {
        width: 28%
    }

    .right-logo-img {
        margin: 28px -14px 0 0
    }

    .section-tow .pikachoose {
        width: 88%
    }

    section.page-header .container .page-logo {
        margin: 50px 0 0 0
    }

    #biography ul.skltbs-tab-group li {
        min-width: 15% !important
    }

    #biography .total_pic img.total_pic_img {
        width: 75px;
        left: -2px
    }

    #gallery-body .pikachoose {
        margin-top: 0 !important
    }

    #pikachoose_gallery {
        width: auto
    }

    #library .pikachoose, #library_item .pikachoose, #statement_item .pikachoose {
        width: 80%;
        margin-top: 0 !important
    }

    #library_item .library_item_total .row .library_item_image {
        width: 30%
    }

    #library_item .library_item_total .row .library_item_detail {
        width: 65%
    }

    #estefta-body .container-sm {
        width: 100%;
        max-width: 100%
    }

    section.page-body .archive_arrow {
        display: none
    }

    section.page-body .select-date {
        margin: 0 10px
    }

    section.page-body .archive_search {
        width: 27%
    }

    section.page-body .blue_select {
        margin: 0
    }

    section.page-body .news_archive-last ul li a {
        padding: 10px 25px 10px 35px;
        font-size: 12px
    }

    #statement_item .library_item_total .row .library_item_image {
        width: 30%;
        min-height: auto
    }

    #statement_item .library_item_total .row .library_item_detail {
        width: 65%
    }

    #statement_item .library_item_total .row .library_item_detail h5 {
        font-size: 14px !important;
        margin: 0 0 20px 0
    }

    #statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .date-pic .date-share {
        font-size: 11px
    }

    #statement_item .statement_item_total .row #related-tab ul.skltbs-tab-group {
        width: 87%
    }

    #esteftaIndex #my-menu li a {
        font-size: 12px;
        padding-right: 5px !important;
    }

    #esteftaIndex .estefta_form-content p {
        width: 100% !important
    }

    #estefta-body #my-menu li a {
        font-size: 12px
    }

    #library .section-seven_card_item .card-title {
        min-height: 54px;
        font-size: 12px
    }

    .section-footer .footer-menu ul {
        width: 14%;
        font-size: 12px
    }

    .news-wrapper .img-wrapper {
        margin-top: 40px
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .header-wrapper {
        padding-bottom: 0 !important
    }

    .right-logo {
        margin: 17px auto 0 auto
    }

    .menu-mobile {
        right: 25px;
        top: -170px
    }

    #responsive-news-ticker {
        display: block
    }

    #acme-news-ticker {
        display: none !important
    }

    .pika-stage .caption {
        top: 10px;
        padding: 0 0 10px 0
    }

    .jcarousel-skin-pika {
        bottom: -20px !important
    }

    section.section-one {
        height: 1000px
    }

    .section-tow h5 {
        font-size: 16px
    }

    .resposnsiveHeader {
        display: block;
        margin: 20px 0
    }

    .section-three .tab-content .tab-pane .card_item {
        width: 100%;
        margin: 0 auto 10px auto
    }

    .section-three .tab-content .tab-pane .card_item img.card-img {
        border-radius: 10px 10px 0 0 !important
    }

    .section-three .tab-content .tab-pane .card_item .card-title {
        text-align: center
    }

    .section-four {
        padding-bottom: 0 !important
    }

    .section-four #esteftaIndex .col-sm-12.col-md-4.col-lg-4 {
        padding-right: 0
    }

    .section-four #esteftaIndex .col-sm-12.col-md-4.col-lg-4 .scrollbar-index {
        padding: 0 !important;
        margin: 0 !important
    }

    .section-four #esteftaIndex .col-sm-12.col-md-4.col-lg-4 .scrollbar-index .custom-scrollbar-css {
        height: 592px
    }

    .section-four #esteftaIndex .col-sm-12.col-md-4.col-lg-4 .scrollbar-index #my-menu li a {
        padding-right: 3px !important
    }

    .section-four #esteftaIndex .esteftaParentResult {
        margin-bottom: 10px
    }

    .section-four #esteftaIndex .esteftaParentResult .treatiseBookShareTotal {
        height: auto
    }

    .section-four #esteftaIndex .esteftaParentResult .treatiseBookShareTotal .estefta-tags {
        bottom: auto;
        top: -45px
    }

    #section-five #presenceIndex .col-12.pb-3.mt-5 {
        display: none
    }

    #section-five #presenceIndex .tab-content .tab-pane {
        margin: 170px 0 10px 0
    }

    #section-five #presenceIndex .tab-content .tab-pane .card_item {
        margin: 0 auto 10px auto;
        width: 100%
    }

    #section-five #presenceIndex .tab-content .tab-pane .card_item img.card-img {
        border-radius: 10px 10px 0 0 !important
    }

    #section-five #presenceIndex .tab-content .tab-pane .card_item .card-title {
        text-align: center
    }

    #section-five .skltbs-mode-accordion .skltbs-panel.tab-pane {
        top: 0
    }

    #section-five .select-cnt {
        position: relative;
        bottom: 0 !important
    }

    #section-six .responsive-tabs-container {
        padding-left: 10px !important
    }

    #section-six .responsive-tabs-container .section-three-title .section-three-title-icon {
        padding-right: 85px
    }

    #section-six .responsive-tabs-container .g-scrolling-carousel {
        min-height: 250px !important
    }

    #section-six .select-cnt {
        bottom: -30px !important
    }

    #section-seven #libraryIndex {
        padding-left: 15px !important
    }

    #section-seven .g-scrolling-carousel {
        min-height: 550px !important
    }

    #section-seven .section-three-title .section-three-title-icon {
        padding-right: 85px
    }

    #section-seven .select-cnt {
        bottom: -30px !important
    }

    #section-eight .scrollbar-index {
        margin: 10px 0 0 0 !important;
        padding: 0 !important
    }

    #section-eight #centersResult {
        margin-top: 20px
    }

    #section-eight #estefta_contact {
        padding-top: 10px
    }

    #section-eight #estefta_contact_question {
        margin-bottom: 10px
    }

    #section-eight .skltbs-panel-group.tab-content {
        position: relative
    }

    #section-eight .skltbs-mode-accordion .skltbs-panel.tab-pane {
        padding-bottom: 100px
    }

    .section-footer .ads-total .footer-calcuator {
        position: relative
    }

    .section-footer .metaKey_wrapper {
        padding: 0 !important;
        margin-bottom: 20px
    }

    section.page-header .container .page-top-logo {
        display: none
    }

    section.page-header .container .page-menu .menu-mobile {
        top: 10px !important;
        right: -480%
    }

    .news_item_wrapper .pikachoose {
        width: 90%
    }

    .news_item_wrapper .pikachoose .library_item_image {
        width: 100%;
        float: none
    }

    #biography .row.m-0 .pr-0 {
        padding-left: 0;
        padding-right: 5px !important
    }

    #biography .row.m-0 .scrollbar-index {
        margin: 0
    }

    #biography .total_btns {
        margin-right: 0;
        width: 100%
    }

    #biography .tab-pane .scrollbar_right {
        width: 100%
    }

    #media_Archive_wrapper .archive_arrow, #media_Archive_wrapper .media-category-ord {
        margin: 0
    }

    #media_Archive_wrapper .blue_select {
        margin: 0 10px
    }

    #media_Archive_wrapper .archive_search {
        width: 36%;
        margin: 0 auto
    }

    #media_Archive_wrapper .scrollbar-index {
        padding: 0 !important
    }

    #sound-body .container {
        padding-left: 15px !important
    }

    #sound-body .container #sound-container {
        width: 90%
    }

    #library .pikachoose {
        width: 90%
    }

    #library .library_cats_search {
        width: 100%
    }

    #library .section-seven_card_item .card-title {
        display: block;
        text-align: center;
        font-size: 12px
    }

    #library_item .pikachoose {
        width: 90%
    }

    #library_item .library_item_total .row .library_item_image {
        width: 50%;
        float: none;
        margin: 0 auto
    }

    #library_item .library_item_total .row .library_item_detail h5 {
        text-align: center
    }

    #estefta-body ul.skltbs-tab-group {
        margin-top: 20px !important
    }

    #estefta-body ul.skltbs-tab-group li.estefta_serch {
        display: none
    }

    #estefta-body #esteftaPageResult .scrollbar-index {
        padding: 0 !important;
        margin: 0
    }

    #estefta-body #esteftaPageResult .scrollbar-index #my-menu li {
        display: block
    }

    #estefta-body #esteftaPageResult .scrollbar-index #my-menu li a.esteftaItem {
        padding-right: 5px !important
    }

    #estefta-body #esteftaParentResult {
        margin-top: 0
    }

    #estefta-body #esteftaParentResult .treatiseBookShareTotal {
        height: auto
    }

    #estefta-body #esteftaParentResult .treatiseBookShareTotal .estefta-tags {
        bottom: auto;
        top: -45px
    }

    #estefta-body #esteftaParentResult .treatiseBookShareTotal .estefta-share .estefta-share-ul {
        height: auto !important
    }

    .treatiseResultsInBooker .btnRightLeft {
        bottom: 82px
    }

    #presence_body .presenceIcon img {
        visibility: visible
    }

    #presence_body .presenceIcon .input-group {
        position: relative;
        width: 100%;
        left: 0;
        top: 0
    }

    #statement_archive .archive_search {
        width: 55%;
        margin: 0 auto
    }

    #statement_item .pikachoose {
        width: 100%
    }

    #statement_item .library_item_total .row .library_item_image {
        width: 100%;
        float: none
    }

    #statement_item .library_item_total .row .library_item_detail {
        width: 96%;
        float: none;
        margin: 0 auto !important
    }

    #statement_item .library_item_total .row .library_item_detail .library_item_footnote {
        top: 30px
    }

    #special_item .pikachoose {
        width: 90%
    }

    #contactPage .contact-body {
        width: 100%
    }

    #contactPage .scrollbar-index {
        margin: 0 0 10px 0
    }

    #contactPage .scrollbar-index li {
        display: block !important
    }

    #contactPage .office_formtem {
        display: block
    }

    #contactPage .office_formtem a {
        display: block;
        margin: 0 auto;
        text-align: center
    }

    #contactPage #estefta_contact_question {
        margin-bottom: 10px
    }

    #encyclopedia ul#categoryEcy li {
        width: 100%
    }

    #calender .tabs li {
        min-width: 15%;
        margin: 0 0 10px 0
    }

    #archive_search_page {
        margin: 10px 15px 0 15px
    }

    #encyclopedia-search {
        margin: 20px 0
    }

    section.page-body .archive_search {
        margin: 20px auto 0 auto
    }

    .responsive-tabs-container .tab-content {
        position: relative !important
    }

    .skltbs-mode-accordion .skltbs-panel.tab-pane {
        position: relative;
        top: 100px
    }

    .skltbs-mode-accordion .skltbs-panel-heading {
        position: absolute;
        height: 30px;
        line-height: 30px
    }

    .skltbs-mode-accordion .skltbs-panel-heading:first-child {
        top: 0
    }

    .skltbs-mode-accordion .skltbs-panel-heading:nth-child(3) {
        top: 30px
    }

    .skltbs-mode-accordion .skltbs-panel-heading:nth-child(5) {
        top: 60px
    }

    .skltbs-mode-accordion .skltbs-panel-heading:nth-child(7) {
        top: 90px
    }

    .skltbs-mode-accordion .skltbs-panel-heading:nth-child(9) {
        top: 120px
    }

    .skltbs-mode-accordion .skltbs-panel-heading:nth-child(11) {
        top: 150px
    }

    .skltbs-mode-accordion .skltbs-panel-heading:nth-child(13) {
        top: 180px
    }

    .skltbs-mode-accordion .skltbs-panel-heading:nth-child(15) {
        top: 210px
    }

    .skltbs-mode-accordion .skltbs-panel-heading:nth-child(17) {
        top: 240px
    }

    .skltbs-mode-accordion .skltbs-panel-heading:nth-child(18) {
        top: 270px
    }

    section.section-seven .skltbs-mode-accordion .skltbs-panel.tab-pane {
        top: 265px
    }

    section.section-three .skltbs-mode-accordion .skltbs-panel.tab-pane {
        top: 150px
    }

    section.section-three .skltbs-mode-accordion .select-cnt {
        position: relative;
        bottom: 6px;
        left: -70px
    }

    #pageSearch .white_select .nice-select .list {
        z-index: 99
    }

    #follow_estefta .follow_code-total {
        padding: 3rem
    }

    #contactPage .contact-body {
        margin: 20px auto
    }
}

@media (min-width: 577) and (max-width: 768) {
    .header-wrapper {
        padding-bottom: 0 !important
    }

    .right-logo {
        position: relative;
        right: 0;
        top: 30px;
        margin: 0 !important;
        width: auto !important
    }

    .lang-part {
        position: absolute;
        top: -101px;
        left: 0;
        width: 230px
    }

    .social-part {
        position: absolute;
        top: -55px;
        left: 3px;
        text-align: left !important
    }

    .date-part {
        margin-bottom: 0px !important;
        position: absolute;
        top: -24px;
        left: 0;
        text-align: left !important
    }

    .date-part span {
        font-size: 10px
    }

    .search-part {
        margin: 30px auto 0 auto !important;
        background-color: #0378bf;
        padding: 15px;
        max-width: 100% !important;
        position: relative;
        flex: 100% !important;
        border-top: solid 2px #fff
    }

    .menu-mobile {
        top: 5px !important
    }

    #responsive-news-ticker {
        display: block
    }

    #acme-news-ticker {
        display: none !important
    }

    .pika-stage .caption {
        padding: 0;
        top: 5px
    }

    .section-three .card_item {
        width: 100%
    }

    .section-three .card_item img.card-img {
        border-radius: 10px !important
    }

    section.section-one {
        height: 1080px
    }

    .resposnsiveHeader {
        display: block;
        margin: 20px 0
    }

    .section-four {
        padding-bottom: 0 !important
    }

    .section-four #esteftaIndex .col-sm-12.col-md-4.col-lg-4 {
        padding: 0
    }

    .section-four #esteftaIndex .col-sm-12.col-md-4.col-lg-4 .scrollbar-index {
        padding: 0 !important;
        margin: 0 !important
    }

    .section-four #esteftaIndex .col-sm-12.col-md-4.col-lg-4 .scrollbar-index .custom-scrollbar-css {
        height: 450px
    }

    .section-four #esteftaIndex .col-sm-12.col-md-4.col-lg-4 .scrollbar-index #my-menu li {
        display: block !important
    }

    .section-four #esteftaIndex .esteftaParentResult {
        margin-bottom: 10px
    }

    .section-four #esteftaIndex .esteftaParentResult .treatiseBookShareTotal {
        height: auto
    }

    .section-four #esteftaIndex .esteftaParentResult .treatiseBookShareTotal .estefta-tags {
        bottom: auto;
        top: -45px
    }

    #treatiseResultsIndex {
        margin-bottom: 10px
    }

    #section-five {
        padding-bottom: 0 !important
    }

    #section-five #presenceIndex {
        position: relative !important
    }

    #section-five #presenceIndex .col-12.pb-3.mt-5 {
        display: none
    }

    #section-five #presenceIndex .tab-content .tab-pane {
        margin: 10px 0
    }

    #section-five #presenceIndex .tab-content .tab-pane .total_tlt_presence img {
        border-radius: 0
    }

    #section-five #presenceIndex .tab-content .tab-pane .total_tlt_presence .date_total_presence {
        width: 100%;
        margin: 10px auto
    }

    #section-five #presenceIndex .tab-content .tab-pane .total_tlt_presence .scrollbar-index {
        padding: 0 20px 30px 20px !important
    }

    #section-five #presenceIndex .tab-content .tab-pane .card_item {
        margin: 0 auto 10px auto;
        width: 100%
    }

    #section-five #presenceIndex .tab-content .tab-pane .card_item img.card-img {
        border-radius: 10px 10px 0 0 !important
    }

    #section-five #presenceIndex .tab-content .tab-pane .card_item .card-title {
        text-align: center
    }

    #section-five .skltbs-mode-accordion .skltbs-panel.tab-pane {
        margin-top: 170px;
        top: 0
    }

    #section-five .select-cnt {
        position: relative;
        bottom: 0 !important
    }

    #section-six .responsive-tabs-container {
        padding-left: 10px !important
    }

    #section-six .responsive-tabs-container .section-three-title .section-three-title-icon {
        padding-right: 50px
    }

    #section-six .select-cnt {
        bottom: -45px !important
    }

    .responsive-tabs-container .tab-content {
        position: relative !important
    }

    .skltbs-mode-accordion .skltbs-panel.tab-pane {
        position: relative;
        top: 100px
    }

    .skltbs-mode-accordion .skltbs-panel-heading {
        position: absolute;
        height: 30px;
        line-height: 30px
    }

    .skltbs-mode-accordion .skltbs-panel-heading:first-child {
        top: 0
    }

    .skltbs-mode-accordion .skltbs-panel-heading:nth-child(3) {
        top: 30px
    }

    .skltbs-mode-accordion .skltbs-panel-heading:nth-child(5) {
        top: 60px
    }

    .skltbs-mode-accordion .skltbs-panel-heading:nth-child(7) {
        top: 90px
    }

    .skltbs-mode-accordion .skltbs-panel-heading:nth-child(9) {
        top: 120px
    }

    .skltbs-mode-accordion .skltbs-panel-heading:nth-child(11) {
        top: 150px
    }

    .skltbs-mode-accordion .skltbs-panel-heading:nth-child(13) {
        top: 180px
    }

    .skltbs-mode-accordion .skltbs-panel-heading:nth-child(15) {
        top: 210px
    }

    .skltbs-mode-accordion .skltbs-panel-heading:nth-child(17) {
        top: 240px
    }

    .skltbs-mode-accordion .skltbs-panel-heading:nth-child(18) {
        top: 270px
    }

    section.section-seven .skltbs-mode-accordion .skltbs-panel.tab-pane {
        top: 265px
    }

    section.section-three .skltbs-mode-accordion .skltbs-panel.tab-pane {
        top: 150px
    }

    section.section-three .skltbs-mode-accordion .select-cnt {
        position: relative;
        bottom: 6px;
        left: -59px
    }

    #section-seven .g-scrolling-carousel {
        min-height: 700px
    }

    #section-seven .select-cnt {
        bottom: -45px !important
    }

    #section-eight .skltbs-panel-group.tab-content {
        position: relative
    }

    #section-eight .skltbs-mode-accordion .skltbs-panel.tab-pane {
        padding-bottom: 100px
    }

    #section-eight .scrollbar-index {
        margin: 10px 0 10px 0 !important;
        padding: 0 !important
    }

    #section-eight #estefta_contact {
        margin: 10px 0 !important
    }

    #section-eight #estefta_contact #estefta_contact_question {
        margin-bottom: 10px
    }

    .section-footer .ads-total .footer-calcuator {
        position: relative
    }

    .section-footer .metaKey_wrapper {
        padding: 0 !important;
        margin-bottom: 20px
    }

    .section-footer .footer-menu ul {
        width: 33%
    }

    section.page-header .header-wrapper {
        padding-bottom: 0 !important
    }

    section.page-header .container .page-top-logo {
        display: none
    }

    section.page-header .container .page-menu .menu-mobile {
        top: -122px !important;
        right: 10px
    }

    section.page-header .container .page-logo {
        max-width: 50%
    }

    section.page-header .container .lang-part {
        position: absolute;
        top: -100px;
        left: 0;
        width: 250px
    }

    section.page-header .container .date-part {
        position: absolute;
        left: 16px;
        top: -70px;
        text-align: left !important
    }

    section.page-header .container .search-part {
        margin: 0 auto !important;
        border-top: solid 2px #fff;
        padding: 15px 15px 15px 15px;
        background-color: #0378bf;
        max-width: 100%;
        flex: 0 0 100%
    }

    section.breadcrumb ul {
        height: auto;
        padding: 0 !important
    }

    .news_item_wrapper .library_item_total .row .library_item_image {
        width: 100%
    }

    .news_item_wrapper .library_item_total .row .library_item_detail {
        margin: 0 10px
    }

    .news_item_wrapper .library_item_total .row .library_item_detail h5 {
        font-size: 14px !important;
        text-align: center;
        margin-bottom: 30px
    }

    .news_item_wrapper .library_item_total .row .library_item_detail .library_item_tags .text-pic .pic-media-tags {
        margin: 0 0 0 20%
    }

    .news_item_wrapper .library_item_total .row .library_item_detail .library_item_tags .text-pic .pic-media-tags .estefta-tags {
        margin: 0 3px 0 0
    }

    .news_item_wrapper .library_item_total .row .library_item_detail .library_item_tags .text-pic .date-pic {
        height: auto
    }

    .news_item_wrapper .statement_item_total .col-sm-12.col-md-12.col-lg-8 {
        padding: 0
    }

    .news_item_wrapper .statement_item_total .col-sm-12.col-md-12.col-lg-8 #related-tab {
        padding: 0;
        margin-top: 20px
    }

    section.page-body .select-date {
        width: 50%
    }

    section.page-body .select-date .select-date-from, section.page-body .select-date .select-date-to {
        width: 50%
    }

    section.page-body .archive_arrow {
        display: none
    }

    section.page-body .archive_search {
        margin-top: 20px
    }

    #biography .total_pic {
        margin-right: 0
    }

    #biography .total_btns {
        width: 100%;
        margin-right: 0
    }

    #biography .row.m-0 .pr-0 {
        padding-left: 0
    }

    #media_Archive_wrapper .archive_arrow {
        display: none
    }

    #media_Archive_wrapper .blue_select {
        margin: 0
    }

    #media_Archive_wrapper .archive_search.media-category-search {
        width: 55% !important;
        margin: 0 5px
    }

    #media_Archive_wrapper .media-category-ord {
        margin-top: 0 !important
    }

    #media_Archive_wrapper .media-category-ord label {
        display: none
    }

    #media_Archive_wrapper .scrollbar-index {
        margin: 0 auto
    }

    #media_Archive_wrapper .scrollbar-index .my-menu ul li {
        display: block !important
    }

    #media_Archive_wrapper #archiveResult {
        margin-top: 20px
    }

    #library .pikachoose {
        width: 100%
    }

    #library .library_cats a {
        min-width: 30%;
        margin: 0 0 5px 5px
    }

    #libraryResoult .section-seven_card_item {
        width: 100% !important
    }

    #libraryResoult .section-seven_card_item .card-title {
        display: block;
        text-align: center
    }

    #library_item .pikachoose {
        width: 90%
    }

    #library_item .library_item_total .row .library_item_image {
        width: 100%
    }

    #library_item .library_item_total .row .library_item_detail h5 {
        padding-top: 0 !important;
        text-align: center
    }

    #library_item .library_item_total .row .library_item_detail .publisher {
        display: block;
        margin: 10px auto;
        text-align: center !important;
        background-color: transparent
    }

    #library_item .library_item_total .row .library_item_detail .publisher b {
        float: none
    }

    #library_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_btn {
        width: 20%;
        float: none;
        top: 0;
        display: block;
        right: 43%;
        margin: 0 0 20px 0
    }

    #library_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags {
        width: 100%;
        float: none
    }

    #library_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .pic-media-tags {
        margin: 0 auto
    }

    #library_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .pic-media-tags .estefta-tags {
        margin: 0 auto;
        width: 95% !important
    }

    #library_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .date-pic {
        float: none;
        width: 96%;
        margin: 10px auto 0 auto
    }

    #estefta-body ul.skltbs-tab-group {
        margin-top: 20px !important;
        padding: 0;
        width: 100%
    }

    #estefta-body ul.skltbs-tab-group li {
        min-width: 30%;
        margin: 0 10px 0 0
    }

    #estefta-body ul.skltbs-tab-group li.estefta_serch {
        display: none
    }

    #estefta-body #esteftaPageResult .scrollbar-index {
        margin: 0 auto !important
    }

    #estefta-body #esteftaPageResult .scrollbar-index .custom-scrollbar-css .my-menu ul li {
        display: block !important
    }

    #esteftaParentResult .treatiseBookShareTotal {
        height: auto
    }

    #esteftaParentResult .treatiseBookShareTotal .estefta-tags {
        top: -45px;
        bottom: 0
    }

    #esteftaParentResult .estefta-share .estefta-share-ul {
        height: auto !important
    }

    #esteftaParentResult .estefta-share .estefta-share-ul #content {
        width: 100px
    }

    #presence_body .presenceIcon img {
        visibility: visible;
        margin: 25px auto 0 auto
    }

    #statement_archive .archive_search {
        width: 65%;
        margin: 0 10px
    }

    #statement_archive .media-category-ord {
        margin-top: 0 !important
    }

    #statement_archive .media-category-ord label {
        display: none
    }

    #contactPage .contact-body {
        width: 100%
    }

    #contactPage .scrollbar-index {
        margin: 0 0 10px 0
    }

    #contactPage #estefta_contact_question {
        margin-bottom: 10px
    }

    #pageSearch .select-date {
        width: 55%
    }

    #pageSearch .archive_search {
        margin: 20px auto 0 auto
    }

    #encyclopedia #encyclopedia-search {
        margin: 10px auto
    }

    #encyclopedia ul#categoryEcy li {
        width: 100%
    }

    #calender .tabs {
        padding-right: 0
    }

    #calender .tabs li {
        min-width: 25%;
        margin: 0 0 10px 0
    }

    #follow_estefta .follow_code-total {
        padding: 3rem
    }
}

@media (max-width: 576px) {
    section.section-one {
        height: 1020px
    }

    .pika-stage .caption {
        top: 10px;
        padding: 0 0 10px 0
    }

    .pikachoose .jcarousel-skin-pika {
        margin-top: 30px
    }

    .pika-counter {
        position: relative;
        bottom: 55px;
        left: 0
    }

    .pika-imgnav a.next, .pika-imgnav a.previous {
        bottom: -40px
    }

    .skltbs-mode-accordion .skltbs-panel-heading button.skltbs-active {
        color: #fff
    }

    .card_item {
        width: 100%
    }

    .section-four {
        padding-top: 30px;
        padding-bottom: 0 !important
    }

    .scrollbar-index {
        margin: 0 auto
    }

    .section-four .scrollbar-index .my-menu ul li {
        display: block !important
    }

    .estefta_form-content {
        margin: 20px auto
    }

    .esteftaParentResult .treatiseBookShareTotal {
        height: auto
    }

    .section-five .total_tlt_presence img {
        margin: 10px 0 0 0;
        display: block;
        border-radius: 10px
    }

    .section-five .total_tlt_presence p {
        margin: 10px auto;
        padding: 0 !important;
        text-align: center !important
    }

    .section-five .date_total_presence {
        position: relative;
        width: 100%;
        margin: 0 auto 10px auto
    }

    .section-five .scrollbar-index {
        border-radius: 10px;
        margin: 10px 0 10px 0 !important
    }

    .section-five #libraryIndex {
        padding-left: 10px !important;
        padding-right: 10px !important
    }

    section.section-six .responsive-tabs-container .g-scrolling-carousel .items {
        padding: 10px 0
    }

    section.section-six .responsive-tabs-container .g-scrolling-carousel .items .section-seven_card_item .card-title {
        display: block;
        text-align: center
    }

    #section-six .responsive-tabs-container {
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin-top: 1rem;
    }

    #section-six .responsive-tabs-container .col-12.pb-3.mt-5 {
        display: none
    }

    .section-eight #estefta_contact {
        padding-top: 15px
    }

    .section-footer .ads-total .footer-calcuator {
        position: relative
    }

    .metaKey_wrapper {
        padding: 0;
        margin: 0 auto 20px auto
    }

    .section-footer .footer-menu ul {
        width: 100%;
        margin-bottom: 20px
    }

    .scrollup {
        left: 10%;
        right: auto;
        bottom: 0
    }

    .position-relative-none .menu-mobile {
        top: 3px !important;
        right: 15px !important
    }

    .header-wrapper {
        padding-bottom: 0 !important
    }

    .logo-top_drawer-menu {
        font-size: 26px
    }

    .right-logo {
        margin: 0 0 !important;
        position: relative;
        top: 30px;
        right: 0
    }

    .right-logo img {
        width: 100%
    }

    .lang-part {
        position: absolute;
        left: 0;
        top: -94px;
        width: 230px
    }

    .lang-tag a {
        font-size: 13px
    }

    .lang-icon {
        margin-left: 0;
        background-repeat: no-repeat
    }

    .social-part {
        position: absolute;
        left: 0;
        top: -55px;
        text-align: left !important
    }

    .date-part {
        margin-bottom: 0px !important;
        position: absolute;
        top: -31px;
        left: 0;
        text-align: left !important
    }

    .date-part span {
        font-size: 10px
    }

    .search-part {
        margin: 30px auto 0 auto;
        margin-right: auto;
        margin-left: auto;
        border-top: solid 2px #fff;
        padding: 15px 15px 15px 15px;
        background-color: #0378bf
    }

    div.jqcloud span.w10 {
        font-size: 40px
    }

    div.jqcloud span.w9 {
        font-size: 35px
    }

    div.jqcloud span.w7 {
        font-size: 30px
    }

    div.jqcloud span.w6 {
        font-size: 25px
    }

    div.jqcloud span.w4 {
        font-size: 20px
    }

    div.jqcloud span.w3 {
        font-size: 15px
    }

    div.jqcloud span.w3 {
        font-size: 10px
    }

    #acme-news-ticker {
        min-height: 100px
    }

    #acme-news-ticker .acme-news-ticker-horizontal-controls span.acme-news-ticker-next {
        top: -10px;
        left: 20px
    }

    #acme-news-ticker .acme-news-ticker-horizontal-controls span.acme-news-ticker-prev {
        top: -30px
    }

    section.page-header .page-logo a {
        display: block;
        width: 35%;
        margin: 0 20px 0 0
    }

    section.page-header .container .page-top-logo {
        display: none
    }

    section.page-header .container .lang-part {
        margin-top: 0 !important;
        top: -70px
    }

    section.page-header .container .date-part {
        top: -50px
    }

    section.page-header .container .page-menu .menu-mobile {
        top: -90px !important;
        right: 20px
    }

    .blue_select {
        width: 100%;
        margin: 10px auto
    }

    .blue_select .nice-select .list {
        width: 100%;
        z-index: 99
    }

    .blue_select .nice-select span, .blue_select .nice-select .option {
        text-align: right
    }

    section.page-body .select-date {
        width: 100%
    }

    section.page-body .archive_arrow {
        display: none
    }

    .card_item .img-wrapper img {
        display: block;
        margin: 10px auto
    }

    .card_item.news-wrapper .card-title {
        text-align: center
    }

    .card_item.news-wrapper p {
        text-align: center;
        padding: 0 20px
    }

    #statement_item .library_item_total .row .library_item_image {
        width: 100%
    }

    .library_item_tabel.comment_wrapper {
        margin: 0 auto 20px auto
    }

    #biography .total_pic {
        margin-right: 0
    }

    #biography .total_pic img.total_pic_img {
        bottom: -5%
    }

    #biography .total_btns {
        margin-right: 0;
        width: 100%
    }

    #biography .tab-pane .scrollbar_left {
        display: none
    }

    #biography .tab-pane .scrollbar_right {
        float: none;
        width: 100%
    }

    #biography .row.m-0 .pr-0 {
        padding-left: 0
    }

    #biography .tab-pane .scrollbar_right .text-pic .date-pic {
        height: auto
    }

    #contactPage .contact-body {
        width: 100%
    }

    #library .pikachoose {
        margin-top: 0 !important;
        padding-top: 20px !important;
        width: 100%
    }

    #library .pikachoose .library_cats {
        padding-top: 0px !important
    }

    #library .pikachoose .library_cats a {
        width: 30%;
        margin: 0 0 5px 5px
    }

    #library .library_cats_search {
        width: 100%
    }

    #libraryResoult .section-seven_card_item {
        width: 100% !important
    }

    #libraryResoult .section-seven_card_item .card-img {
        width: 95% !important;
        display: block;
        margin: 10px auto !important
    }

    #library .section-seven_card_item .card-title {
        display: block;
        text-align: center
    }

    #library_item .pikachoose {
        margin-top: 0 !important
    }

    #library_item .library_item_total .row .library_item_image {
        width: 100% !important;
        float: none
    }

    #library_item .library_item_total .row .library_item_image .card-img {
        display: block;
        width: 95% !important;
        margin: 10px auto !important
    }

    #library_item .library_item_total .row .library_item_detail {
        width: 100%
    }

    #library_item .library_item_total .row .library_item_detail h5 {
        text-align: center;
        padding-top: 0 !important
    }

    #library_item .library_item_total .row .library_item_detail span.publisher {
        display: block;
        margin: 10px auto;
        text-align: center;
        background-color: transparent
    }

    #library_item .library_item_total .row .library_item_detail span.publisher b, #library_item .library_item_total .row .library_item_detail span.publisher i {
        float: none;
        margin: 0
    }

    #library_item .library_item_total .row .library_item_detail .library_item_footnote {
        margin: 0 auto
    }

    #library_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_btn {
        width: 20%;
        position: relative !important;
        display: block;
        float: none;
        top: -30px;
        right: 40%
    }

    #library_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags {
        float: none;
        width: 94%;
        margin: 10px auto
    }

    #library_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .pic-media-tags {
        margin: 0 auto
    }

    #library_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .pic-media-tags .estefta-tags {
        margin: 0 auto;
        width: 95% !important
    }

    #library_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .date-pic {
        width: 96%;
        height: auto;
        float: none;
        margin: 10px auto 0 auto
    }

    .library_item_related .row.pt-5.d-inline-flex {
        padding-right: 25px
    }

    .library_item_related .row.pt-5.d-inline-flex p.text-gray {
        font-size: 16px
    }

    .library_item_related .items {
        padding: 10px 0 !important
    }

    #library_item .section-seven_card_item {
        width: 45.5% !important
    }

    #library_item .section-seven_card_item .card-title {
        display: block;
        text-align: center
    }

    section.page-body .archive_search.media-category-search {
        display: none
    }

    section.page-body .media-category-ord {
        width: 100%
    }

    section.page-body .media-category-ord label {
        margin: 10px
    }

    section.page-body .scrollbar-index .custom-scrollbar-css {
        height: auto
    }

    section.page-body .scrollbar-index ul li {
        display: block !important
    }

    section.page-body .media-category-items .section-six_card_item {
        margin: 10px auto
    }

    #archiveResult {
        margin-top: 30px
    }

    #archiveResult div p {
        width: 100%;
        text-align: center
    }

    .breadcrumb.media_image_breadcrumb {
        height: auto
    }

    .breadcrumb.media_image_breadcrumb ul {
        height: auto
    }

    .breadcrumb.media_image_breadcrumb ul li {
        padding: 0 20px
    }

    #pikachoose_gallery {
        width: 100%;
        margin-top: 0 !important
    }

    #pikachoose_gallery .pics .full {
        padding: 15px
    }

    #pikachoose_gallery .pics .full h5 {
        text-align: center
    }

    #pikachoose_gallery .pics .full .text-pic {
        float: none
    }

    #pikachoose_gallery .pics .full .text-pic .estefta-tags {
        width: 100% !important;
        margin: 0 auto 20px auto
    }

    #pikachoose_gallery .pics .full .date-pic {
        height: auto;
        float: none
    }

    #pikachoose_gallery .pics .full .date-pic .send-share {
        float: none
    }

    #pikachoose_gallery .pics .full .info-pic-total {
        float: none;
        margin: 20px auto 0 auto
    }

    #pikachoose_gallery .pics .full .info-pic-total .download-pic {
        position: absolute;
        left: 20px
    }

    #pikachoose_gallery .pics .full .info-pic-total .download-pic a {
        margin-left: 0
    }

    .card_item small {
        text-align: center;
        margin: 0 auto 10px auto
    }

    .card_item .card-title {
        text-align: center
    }

    section.breadcrumb.presence-archive-breadcrumb {
        height: auto
    }

    section.breadcrumb.presence-archive-breadcrumb ul {
        height: auto
    }

    section.breadcrumb.presence-archive-breadcrumb ul li {
        padding: 0 15px
    }

    #statement_item .library_item_total .row .library_item_detail h5 {
        margin-bottom: 20px
    }

    #statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .date-pic {
        height: auto
    }

    #statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .pic-media-tags {
        margin: 0 0 0 20%
    }

    #statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .pic-media-tags .estefta-tags {
        margin: 0 4px 0 20px
    }

    #statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .pic-media-tags .estefta-tags .hover-scroll {
        top: 5px
    }

    #statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .pic-media-tags .estefta-tags .right-hover-scroll {
        left: -30px
    }

    #statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .pic-media-tags .estefta-tags .left-hover-scroll {
        left: -16px
    }

    #special .pikachoose {
        margin-top: 0 !important
    }

    .statement_item_wrapper .pikachoose {
        margin-top: 0 !important
    }

    section.breadcrumb {
        height: auto
    }

    section.breadcrumb ul {
        height: auto
    }

    section.breadcrumb ul li {
        padding: 0 15px;
        height: auto;
    }

    section.breadcrumb ul li.last-breadcrumb {
        display: block !important
    }

    #estefta-body .container .row.pt-5 {
        padding-top: 0 !important
    }

    #estefta-body ul.skltbs-tab-group {
        width: 100%;
        padding: 0
    }

    #estefta-body ul.skltbs-tab-group li.estefta_serch {
        display: none
    }

    #estefta-body ul.skltbs-tab-group li {
        margin: 10px auto 0 auto;
        width: 100%
    }

    #estefta-body .mobile-estefta-search {
        width: 100%
    }

    #estefta-body a.page-btn {
        float: none !important;
        width: 100%;
        display: block;
        margin: 0 auto 10px auto
    }

    #esteftaParentResult .treatiseBookShareTotal {
        height: auto
    }

    #esteftaParentResult .treatiseBookShareTotal .estefta-tags {
        bottom: 90px
    }

    .esteftaParentResult .estefta-share .estefta-share-ul {
        height: auto !important
    }

    .centerSocial {
        padding-right: 0
    }

    .centerSocial li {
        width: 35px !important;
        height: 35px
    }

    section .acme-news-ticker-label {
        position: relative;
        top: 0;
        border-radius: 25px;
        display: block;
        padding: 0 5px;
        font-size: 14px
    }

    section .acme-news-ticker-arrow, section .acme-news-ticker-controls {
        display: block !important
    }

    section .acme-news-ticker-controls {
        height: 20px
    }

    #bp_container img {
        width: 85%
    }

    .bp-lr {
        width: 10% !important
    }

    #follow_estefta, #send_estefta {
        z-index: 99999;
        top: -2px
    }

    #esteftaPageResult .scrollbar-index, #media_Archive_wrapper .scrollbar-index {
        height: 600px !important;
        overflow-y: scroll
    }

    #presence_body .presenceIcon {
        width: 25%;
        padding-top: 75px
    }

    #presence_body .presenceIcon img {
        visibility: visible
    }

    #pageSearch .white_select {
        width: 100%;
        margin: 10px auto
    }

    #pageSearch .white_select .nice-select span {
        text-align: right
    }

    #pageSearch .white_select .nice-select .list {
        width: 100%;
        z-index: 99
    }

    #pageSearch #search_result #search_result_ul li {
        height: auto
    }

    #calender .tabs {
        padding-right: 0
    }

    #calender .tabs li {
        width: 20%;
        margin: 0 0 10px 10px
    }

    #calender .tab_content .tabs li {
        width: 5%;
        margin: 0 0 5px 5px
    }

    #encyclopedia ul#categoryEcy li {
        width: 100%
    }

    #encyclopedia-search {
        margin: 10px auto
    }

    #esteftaVips_Results .treatiseBookShareTotal .estefta-tags .scrollmenu {
        padding-right: 10px !important
    }

    section.breadcrumb ul li {
        display: inline !important;
        padding: 0 15px !important
    }

    .news_item_wrapper .pikachoose {
        margin-top: 0 !important
    }

    #sound-body ._ord_total {
        width: 100%
    }

    #sound-body ._ord_total .blue_select {
        background: transparent
    }

    #sound-body ._ord_total .blue_select .media-category-ord #_ord {
        width: 100%
    }

    #video_total .plyr [data-plyr="fullscreen"] {
        right: 120px !important
    }

    section.page-body .g-scrolling-carousel .items .section-six_card_item {
        width: 30%
    }

    .responsive-tabs-container .tab-content {
        position: relative !important
    }

    .skltbs-mode-accordion .skltbs-panel.tab-pane {
        position: relative;
        top: 100px
    }

    .skltbs-mode-accordion .skltbs-panel-heading {
        position: absolute;
        height: 30px;
        line-height: 30px
    }

    .skltbs-mode-accordion .skltbs-panel-heading:first-child {
        top: 0
    }

    .skltbs-mode-accordion .skltbs-panel-heading:nth-child(3) {
        top: 30px
    }

    .skltbs-mode-accordion .skltbs-panel-heading:nth-child(5) {
        top: 60px
    }

    .skltbs-mode-accordion .skltbs-panel-heading:nth-child(7) {
        top: 90px
    }

    .skltbs-mode-accordion .skltbs-panel-heading:nth-child(9) {
        top: 120px
    }

    .skltbs-mode-accordion .skltbs-panel-heading:nth-child(11) {
        top: 150px
    }

    .skltbs-mode-accordion .skltbs-panel-heading:nth-child(13) {
        top: 180px
    }

    .skltbs-mode-accordion .skltbs-panel-heading:nth-child(15) {
        top: 210px
    }

    .skltbs-mode-accordion .skltbs-panel-heading:nth-child(17) {
        top: 240px
    }

    .skltbs-mode-accordion .skltbs-panel-heading:nth-child(18) {
        top: 270px
    }

    section.section-seven .skltbs-mode-accordion .skltbs-panel.tab-pane {
        top: 265px
    }

    section.section-three .skltbs-mode-accordion .skltbs-panel.tab-pane {
        top: 150px
    }

    section.section-three .skltbs-mode-accordion .select-cnt {
        position: relative;
        bottom: 6px;
        left: -59px;
    }

    #section-five {
        padding-bottom: 0 !important
    }

    #section-five #presenceIndex {
        position: relative !important
    }

    #section-five #presenceIndex .col-12.pb-3.mt-5 {
        display: none
    }

    #section-five .skltbs-mode-accordion .skltbs-panel.tab-pane {
        margin-top: 170px;
        top: 0
    }

    #section-five .select-cnt {
        position: relative;
        bottom: 0 !important
    }

    #section-six .select-cnt, #section-seven .select-cnt {
        bottom: -45px !important
    }

    #section-seven {
        background-image: none;
        background-color: #eee;
        padding-bottom: 0 !important;
    }

    #section-seven .g-scrolling-carousel {
        min-height: 700px
    }

    #section-eight .skltbs-panel-group.tab-content {
        position: relative
    }

    #section-eight .skltbs-mode-accordion .skltbs-panel.tab-pane {
        padding-bottom: 100px
    }

    .resposnsiveHeader {
        display: block;
    !important;
        margin-bottom: 20px;
    }

    #responsive-news-ticker {
        display: block
    }

    #acme-news-ticker {
        display: none !important;
    }

    .section-three .container-sm, .section-four .container-sm {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0
    }

    .section-three .container-sm .section-three-title, .section-four .container-sm .section-three-title {
        margin-right: 10px
    }

    .section-four .col-sm-12.col-md-4.col-lg-4 {
        padding-left: 0;
        padding-right: 0
    }

    #section-five .container-sm {
        width: 100%;
        max-width: 100%
    }

    #section-seven .col-12.mt-5 {
        padding: 0 !important;
        margin-top: 10px !important;
    }


    #section-seven .select-cnt .select-archive_last i {
        background: url("../../images/new_icon/ticker-label_archive.png") -49px -25px no-repeat #0378bf
    }

    #section-eight .container-sm {
        width: 100%;
        max-width: 100%;
        padding-right: 0;
        padding-left: 0
    }

    #section-eight .container-sm .col-12.pb-3.mt-5 {
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-top: 10px !important;
    }

    #section-eight .container-sm .col-12.pb-3.mt-5 .section-three-title-icon {
        margin: 0 18px 0 0
    }

    #statement_item .statement_item_total .row .library_item_tabel #vcarousel {
        width: 100%;
        margin: 0 auto
    }

    #related-tab #related-tab-items {
        padding-left: 0;
        padding-right: 0
    }

    #related-tab #related-tab-items .skltbs-panel-heading {
        right: 0
    }

    #related-tab #related-tab-items ul {
        margin: 0 -15px
    }

    #media_Archive_wrapper .col-sm-12.col-md-6.col-lg-4 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    #library_item .library_item_total #vcarousel .skltbs-panel-heading {
        right: 0
    }

    #library_item .library_item_total #vcarousel .skltbs-panel.tab-pane {
        top: 50px
    }

    #statement_archive .result-archive {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .statement_item_wrapper .col-sm-12.col-md-12.col-lg-8 {
        padding-right: 0 !important;
        padding-left: 0 !important
    }

    .statement_item_wrapper .col-sm-12.col-md-12.col-lg-8 #related-tab-items .skltbs-panel-heading {
        right: 0
    }

    .statement_item_wrapper .col-sm-12.col-md-12.col-lg-8 #related-tab-items .skltbs-panel.tab-pane ul {
        margin: 0 -15px
    }

    #contactPage .contact-body {
        margin: 20px auto
    }

    #sidebar-right {
        width: 180px
    }

    .section-one, .section-tow, .section-three, .section-four, #section-five, #section-six, #section-seven, #section-eight {
        overflow-x: hidden
    }

    .live_wrapper .plyr--video {
        display: block
    }

    .section-five .scrollbar-index a.more_presence {
        left: 0 !important;
        right: 5% !important
    }

    #estefta-body .btnRightLeft {
        bottom: 130px
    }

    #contactUs-form div {
        padding: 0
    }

    #contactPage .scrollbar-index {
        margin-left: 0
    }

    #pageSearch .filter_item, #pageSearch .key-tlt {
        padding: 0
    }

    #pageSearch #search_result {
        padding: 0
    }

    #pageSearch #search_result .pagination {
        margin: 0
    }

    #pageSearch .key-t {
        margin: 0 -15px
    }

    #encyclopedia_breadcrumb ul li {
        padding: 0 5px
    }

    #encyclopedia_breadcrumb ul li span {
        right: 2px
    }

    #tab1.tab-content {
        padding: 0
    }

    section.page-header .container .page-logo {
        position: relative;
        top: 30px
    }

    #sound-body .container {
        padding-left: 15px !important
    }

    section.page-body .sound_total .sound_body .text-pic .estefta-tags .scrollmenu {
        width: 95%
    }

    section.page-body .sound_total .sound_body .text-pic .estefta-tags .hover-scroll {
        top: 5px
    }

    section.page-body .sound_total .sound_body .text-pic .estefta-tags #right-hover-scroll {
        left: -20px
    }

    section.page-body .sound_total .sound_body .text-pic .estefta-tags .left-hover-scroll {
        left: -5px
    }

    #library_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .pic-media-tags .estefta-tags .scrollmenu {
        width: 90%
    }

    #library_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .pic-media-tags .estefta-tags .hover-scroll {
        top: 5px
    }

    .treatiseBookShareTotal .estefta-tags .scrollmenu {
        width: calc(85% - 50px) !important;
        width: -moz-calc(85% - 50px) !important;
        width: -webkit-calc(85% - 50px) !important
    }

    .treatiseBookShareTotal .estefta-tags .hover-scroll {
        top: 5px
    }

    #statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .pic-media-tags .pic-media-tags-total {
        width: 70%
    }

    #statement_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_tags .text-pic .pic-media-tags .hover-scroll {
        top: 5px !important
    }

    #treatiseResults .scrollbar-index .Catresult {
        height: 550px !important
    }

    #section-six .section-three-title .section-three-title-icon, #section-seven .section-three-title .section-three-title-icon {
        padding-right: 50px
    }

    #section-seven .section-three-title {
        margin-bottom: 20px
    }

    #section-seven .section-three-title div.hoverscroll {
        display: none
    }

    #section-seven .card-title {
        min-height: 50px
    }

    .section-footer {
        margin-top: -50px
    }

    #section-eight .section-three-title .text-center {
        height: 65px !important
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    .live_wrapper .plyr__volume {
        left: 0
    }

    #video_total .live_wrapper .plyr [data-plyr="fullscreen"] {
        right: 0 !important
    }

    .logo-top_drawer-menu {
        font-size: 20px
    }

    .right-logo {
        top: 40px
    }

    .right-logo img {
        width: 90%
    }

    .lang-part {
        top: -64px;
        width: 50%
    }

    .lang-tag a {
        font-size: 11px
    }

    .lang-icon {
        margin-left: -2px;
        background-size: 70%;
        bottom: 2px
    }

    .social-part {
        display: none
    }

    .social-part a {
        width: 19px;
        height: 19px
    }

    .date-part {
        top: -12px
    }

    .date-part span:first-child {
        display: none
    }

    .date-part .date-part-cente {
        border-right: none
    }

    .search-part {
        margin-top: 40px
    }

    #acme-news-ticker {
        min-height: 250px
    }

    .first-slider-title {
        font-size: 14px
    }

    .arm-img {
        display: block !important;
        width: 60%;
        height: auto;
        margin: 0 auto
    }

    .section-tow.bg-custom-color h5 {
        text-align: center;
        display: block !important;
        font-size: 16px
    }

    .section-tow.bg-custom-color .order-last.text-left {
        text-align: center !important;
        padding-top: 0 !important
    }

    .section-tow.bg-custom-color .order-last.text-left a {
        margin-top: 0 !important
    }

    .section-three img.card-img {
        border-radius: 10px !important
    }

    .select-cnt .select-archive_first, .select-cnt .select-archive_last {
        display: none
    }

    .select-cnt .select-archive {
        margin: 0
    }

    .scrollbar-index {
        padding: 5px !important
    }

    #my-menu li a {
        font-size: 12px
    }

    .treatiseResultsIn .inBook.bg-white {
        padding: 5px
    }

    .treatiseResultsIn .inBook.bg-white .Catresult {
        padding-right: 5px !important
    }

    .treatiseResultsIn .inBook.bg-white .Catresult b {
        font-size: 12px
    }

    .esteftaParentResult .estefta-share {
        display: block
    }

    .esteftaParentResult .estefta-share .estefta-share-ul .estefta-share-li {
        display: inline-block
    }

    .esteftaParentResult .estefta-share #content {
        height: auto;
        width: auto;
        text-align: right
    }

    .esteftaParentResult .estefta-share #content .social {
        position: absolute;
        bottom: -10px
    }

    .treatiseBookShareTotal .estefta-tags {
        position: relative;
        bottom: 0;
        top: -45px
    }

    .treatiseBookShareTotal .estefta-tags .scrollmenu {
        padding: 0 5px 0 0 !important
    }

    .section-eight .contactCaptchaTotal #refreshContactcpatcha {
        left: 3px
    }

    .section-eight .office_formtem a {
        font-size: 12px;
        text-align: justify
    }

    .section-eight #estefta_contact .send-contactForm {
        bottom: 46px
    }

    .section-eight #estefta_contact .form-control, .section-eight #estefta_contact .nice-select {
        font-size: 11px
    }

    div.jqcloud span.w10 {
        font-size: 30px
    }

    div.jqcloud span.w9 {
        font-size: 25px
    }

    div.jqcloud span.w7 {
        font-size: 20px
    }

    div.jqcloud span.w6 {
        font-size: 15px
    }

    div.jqcloud span.w4 {
        font-size: 10px
    }

    div.jqcloud span.w3 {
        font-size: 5px
    }

    div.jqcloud span.w3 {
        font-size: 10px
    }

    .section-social ul li.footer-logo {
        bottom: 0
    }

    #calender .tabs li {
        width: 45%
    }

    section.breadcrumb ul li {
        padding: 0 5px !important
    }

    section.page-header .container .page-top-logo {
        display: none
    }

    section.page-header .container .page-logo {
        position: relative;
        top: 40px
    }

    section.page-header .container .page-logo a {
        display: block;
        width: 40%;
        margin: 0 10px 0 0
    }

    section.page-header .container .lang-part {
        margin-top: 0 !important;
        top: -49px
    }

    section.page-header .container .date-part {
        top: -20px
    }

    section.page-header .container .date-part .date-part-cente {
        margin: 0 5px;
        padding: 0 5px
    }

    section.page-header .container .page-menu .menu-mobile {
        top: -54px !important;
        right: 15px
    }

    section.page-header .container .search-part {
        margin-top: 40px
    }

    #bp_container img {
        max-width: 75% !important
    }

    #bp_container .bp-lr {
        width: 17% !important
    }

    #biography .total_pic img.total_pic_img {
        bottom: -15%
    }

    #library .pikachoose .library_cats a {
        width: 46%
    }

    #library_item .date-pic #content {
        position: relative;
        width: 100%
    }

    #library_item .date-pic #content .label {
        float: none;
        margin: 0 auto
    }

    #library_item .date-pic .date-share {
        float: none !important;
        display: block;
        text-align: center
    }

    #library_item .date-pic #pdf_page {
        margin: 0 auto !important;
        display: block;
        text-align: center;
        background-image: none;
        padding-right: 0
    }

    #library_item .library_item_total .row .library_item_detail .library_item_footnote .library_item_btn {
        top: 3px
    }

    .library_item_related .row.pt-5.d-inline-flex {
        padding-right: 35px
    }

    #esteftaParentResult .estefta-share .estefta-share-ul {
        height: auto !important
    }

    #esteftaParentResult .estefta-share .estefta-share-ul .estefta-share-li {
        display: inline-block
    }

    #esteftaParentResult .estefta-share #content {
        width: auto;
        height: auto;
        text-align: right
    }

    #esteftaParentResult .estefta-share #content .social {
        position: absolute;
        bottom: -20px
    }

    #follow_estefta .follow_code-total {
        padding: 10px
    }

    #follow_estefta .img-follow {
        display: none
    }

    #contactPage .office_formtem a {
        font-size: 12px
    }

    #contactPage button.send-contactForm {
        float: none;
        position: relative;
        left: 0
    }

    #contactPage #estefta_contact .send-contactForm {
        left: 16px;
        bottom: 46px;
        float: none
    }

    #special .special_total a {
        width: 90%;
        margin: 10px auto
    }

    #statement_item .library_item_total .row .library_item_detail h5 {
        font-size: 14px !important
    }

    .news_item_wrapper .statement_item_total {
        overflow-x: hidden
    }

    section.breadcrumb ul li {
        display: inline !important;
        padding: 0 15px !important
    }

    .blue_select .nice-select .option {
        height: 40px;
        line-height: 40px
    }

    #presence_body .presenceIcon .input-group .input-group-text span {
        height: 18px
    }

    .statement_item_wrapper .statement_item_total {
        overflow-x: hidden
    }

    .section-four .treatiseResultsInBooker .btnRightLeft {
        bottom: 95px
    }

    .section-four .treatiseBookShareTotal {
        height: auto !important
    }

    .section-four .treatiseBookShareTotal .estefta-shareBook .estefta-share-ul {
        height: auto !important
    }

    .section-four .treatiseBookShareTotal .estefta-shareBook .estefta-share-ul #contentBook {
        width: auto;
        height: auto;
        text-align: right
    }

    .section-four .treatiseBookShareTotal .estefta-shareBook .estefta-share-ul #contentBook .socialBook {
        position: absolute;
        bottom: -10px
    }

    section.section-three .skltbs-mode-accordion .select-cnt {
        left: -14px;
    }

    #section-seven .g-scrolling-carousel {
        min-height: 800px
    }

    section.section-one {
        height: 860px
    }

    #section-five .select-cnt {
        left: -14px
    }

    #epub_download {
        margin: 0 auto !important;
        display: block;
        text-align: center;
        background-image: none
    }

    #epub_download span {
        padding-right: 0
    }
}

i.vip_path {
    background: url("../../images/icons/path.svg") center center no-repeat;
    background-size: 70%;
    width: 16px;
    height: 20px;
    margin: 0 3px;
    position: relative;
    display: inline-block;
    top: 7px
}

.social-part a span {
    width: 28px;
    height: 29px;
    display: inline-block;
    border: 2px solid;
    border-radius: 100%
}

.social-part a .whatsapp1 {
    background: url("../../images/new_icon/social_header.png") 0px -8px #fff
}

.social-part a .youtube {
    background: url("../../images/new_icon/social_header.png") -25px -8px #fff
}

.social-part a .instagram {
    background: url("../../images/new_icon/social_header.png") -50px -8px #fff
}

.social-part a .twitter {
    background: url("../../images/new_icon/social_header.png") -75px -8px #fff
}

.social-part a .facebook {
    background: url("../../images/new_icon/social_header.png") -124px -9px #fff
}

.social-part a .telegram {
    background: url("../../images/new_icon/social_header.png") -100px -9px #fff
}

.sidebar {
    visibility: hidden;
    display: none
}

.scrollup {
    display: none
}

#pika-stage1 {
    height: auto !important
}

@media (max-width: 991px) {
    #biography .total_pic img.total_pic_img {
        display: none !important
    }
}

.section-three .card-body, #section-five .card-body {
    padding-bottom: 0
}

.section-three .card-body .card-title, #section-five .card-body .card-title {
    margin-bottom: .50rem
}

.section-three .card-body p, #section-five .card-body p {
    margin-bottom: 0
}

.news_date {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%
}

#centersPage .ecny_vertical {
    height: 400px;
    overflow-y: scroll
}

#centersPage .newsItem_wrapper .card-body {
    min-height: 100px
}

#centersPage .pagination ul {
    margin: 0 auto;
    background: transparent;
}

#centersPage .pagination ul li {
    display: inline-block;
    width: auto;
}

#centersPage .galleryItem_wrapper a {
    background-color: #f9f9f9;
    border-radius: 10px;
}

#centersPage .galleryItem_wrapper a .media-category-items-title {
    position: relative;
    text-align: right;
    padding: 10px;
    left: auto;
    bottom: 0;
    right: 0;
}

#centersPage .galleryItem_wrapper a .media-category-items-title span {
    color: #707070;
}

@media (min-width: 1200px) and (max-width: 1450px) {
    .section-three img.card-img {
        height: 155px
    }
}