/* bundle.min.css — concatenated 2026-09-05 from: normalize, main, bootstrap, animate, font-awesome, meanmenu, hover-min, style */
/* == normalize.css == */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */img{border:0}td,th{padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,pre{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}/* == main.css == */
/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
html {
    color: #222;
    font-size: 1em;
    line-height: 1.4
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

.hidden {
    display: none !important
}

.invisible {
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

@media print {

    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }

    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

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

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

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

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

    blockquote,
    pre {
        border: 1px solid #999
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100% !important
    }

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

    h2,
    h3 {
        page-break-after: avoid
    }
}

/* Reserve space for homepage slider before nivoSlider JS initializes, to prevent layout shift (CLS).
   All 4 slider images are now normalized to ~2.76 aspect ratio (see uploads/images cropping done 2026-08-31). */
.main-slider1 .bend.niceties.preview-1 {
    aspect-ratio: 2.76;
}
/* == bootstrap.min.css == */
/*!
 * 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: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

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

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

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

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

[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[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

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

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

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

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-right: 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: #007bff;
    text-decoration: none;
    background-color: transparent
}

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

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

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

code,
pre {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

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: right;
    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
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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
}

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

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

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

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

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

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

.figure {
    display: inline-block
}

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

a>code {
    color: inherit
}

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

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

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

@media (min-width:576px) {

    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container {
        max-width: 1140px
    }
}

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

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

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

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

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

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

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

@media (min-width:576px) {

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

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

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

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

@media (min-width:768px) {

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

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

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

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

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

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

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

@media (min-width:992px) {

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width:1200px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057
}

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

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

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

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

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

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

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

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

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

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

textarea.form-control {
    height: auto
}

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

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

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

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

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


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

.custom-select.is-valid {
    border-color: #28a745;
    padding-left: 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 left .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 left 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

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

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

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

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

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

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

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

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

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

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

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

.form-control.is-invalid {
    border-color: #dc3545;
    padding-left: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' 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='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: left calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

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


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

.custom-select.is-invalid {
    border-color: #dc3545;
    padding-left: 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 left .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' 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='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center left 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

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

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

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

.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

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

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

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


.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}


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

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

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

.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

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

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

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


.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f
}


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


.show>.btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500
}


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

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

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

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

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

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

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


.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}


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


.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}


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


.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}


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


.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}


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


.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}


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


.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}


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


.show>.btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}


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


.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545
}


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


.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}


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


.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}


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

.fade {
    transition: opacity .15s linear
}

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

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

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

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

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

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

.dropdown-toggle {
    white-space: nowrap
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropdown-menu[x-placement^=bottom],
.dropdown-menu[x-placement^=left],
.dropdown-menu[x-placement^=right],
.dropdown-menu[x-placement^=top] {
    left: 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:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

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

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

.dropdown-menu.show {
    display: block
}

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

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

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

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

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

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

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

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


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


.input-group>.form-control+.form-control {
    margin-right: -1px
}


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


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


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

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

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

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

@media (min-width:576px) {

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

@media (min-width:768px) {

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

@media (min-width:992px) {

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

@media (min-width:1200px) {

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

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

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

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

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

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

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

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

.accordion {
    overflow-anchor: none
}

.accordion>.card {
    overflow: hidden
}

.accordion>.card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.accordion>.card:not(:first-of-type) {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: -1px
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-right: 0;
    list-style: none;
    border-radius: .25rem
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

a.badge:focus,
a.badge:hover {
    text-decoration: none
}

.badge:empty {
    display: none
}

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

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

a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34
}

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

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

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb
}

.alert-danger hr {
    border-top-color: #f1b0b7
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    line-height: 0;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

.media-body {
    -ms-flex: 1;
    flex: 1
}

.close {
    float: left;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

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

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0
}

a.close.disabled {
    pointer-events: none
}

.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: .875rem;
    background-color: rgba(255, 255, 255, .85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .1);
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .1);
    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
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0
}

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

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

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

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

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

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

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

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

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none
}

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

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

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-right-radius: calc(.3rem - 1px);
    border-top-left-radius: calc(.3rem - 1px)
}

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

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

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

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-left-radius: calc(.3rem - 1px);
    border-bottom-right-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: -webkit-min-content;
        height: -moz-min-content;
        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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: right;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

.tooltip .arrow {
    position: absolute;
    display: block;
    width: .8rem;
    height: .4rem
}

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

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: right;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem
}

.popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: .5rem;
    margin: 0 .3rem
}

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

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-right-radius: calc(.3rem - 1px);
    border-top-left-radius: calc(.3rem - 1px)
}

.popover-header:empty {
    display: none
}

.popover-body {
    padding: .5rem .75rem;
    color: #212529
}

.carousel {
    position: relative
}

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

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

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

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

.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
}

.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
    transition: opacity .15s ease
}

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

    .carousel-control-next,
    .carousel-control-prev {
        transition: none
    }
}

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

.carousel-control-prev {
    right: 0
}

.carousel-control-next {
    left: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' 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-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='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.bg-primary {
    background-color: #007bff !important
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important
}

.bg-light {
    background-color: #f8f9fa !important
}

a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-white {
    background-color: #fff !important
}

.border {
    border: 1px solid #dee2e6 !important
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important
}

.border-0 {
    border: 0 !important
}

.rounded {
    border-radius: .25rem !important
}

.rounded-circle {
    border-radius: 50% !important
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

.d-none {
    display: none !important
}

.d-inline-block {
    display: inline-block !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

@media (min-width:576px) {

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }
}

@media (min-width:992px) {

    .d-lg-block {
        display: block !important
    }
}

@media print {
    .d-print-none {
        display: none !important
    }
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.float-left {
    float: right !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important
}

.h-100 {
    height: 100% !important
}

.m-0 {
    margin: 0 !important
}

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

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

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

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

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

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

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


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


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


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


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

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

.m-auto {
    margin: auto !important
}


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


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

@media (min-width:768px) {

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

.text-left {
    text-align: right !important
}

.text-right {
    text-align: left !important
}

.text-center {
    text-align: center !important
}

.text-uppercase {
    text-transform: uppercase !important
}

.text-white {
    color: #fff !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #19692c !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important
}

.text-muted {
    color: #6c757d !important
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

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

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

    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    img,
    tr {
        page-break-inside: avoid
    }

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

    h2,
    h3 {
        page-break-after: avoid
    }

    @page {
        size: a3
    }

    body {
        min-width: 992px !important
    }

    .container {
        min-width: 992px !important
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important
    }
}
/* == animate.min.css == */
@charset "UTF-8";

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */

.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}@keyframes bounce{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}40%,43%,70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06)}70%{-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}90%{-webkit-transform:translate3d(0,-4px,0);transform:translate3d(0,-4px,0)}}.bounce{-webkit-animation-name:bounce;animation-name:bounce;-webkit-transform-origin:center bottom;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}@keyframes pulse{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}50%{-webkit-transform:scale3d(1.05,1.05,1.05);transform:scale3d(1.05,1.05,1.05)}to{-webkit-transform:scaleX(1);transform:scaleX(1)}}.pulse{-webkit-animation-name:pulse;animation-name:pulse}@-webkit-keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}@keyframes swing{20%{-webkit-transform:rotate(15deg);transform:rotate(15deg)}40%{-webkit-transform:rotate(-10deg);transform:rotate(-10deg)}60%{-webkit-transform:rotate(5deg);transform:rotate(5deg)}80%{-webkit-transform:rotate(-5deg);transform:rotate(-5deg)}to{-webkit-transform:rotate(0deg);transform:rotate(0deg)}}.swing{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(-1turn);transform:perspective(400px) rotateY(-1turn)}0%,40%{-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-190deg);transform:perspective(400px) translateZ(150px) rotateY(-190deg)}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(-170deg);transform:perspective(400px) translateZ(150px) rotateY(-170deg)}50%,80%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) scale3d(.95,.95,.95);transform:perspective(400px) scale3d(.95,.95,.95)}to{-webkit-transform:perspective(400px);transform:perspective(400px);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animated.flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInLeft{0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes slideInRight{0%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}/* == font-awesome.min.css == */
/*!
 *  Font Awesome 4.5.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-sub.woff2?v=2') format('woff2');font-weight:normal;font-style:normal;font-display:swap}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-user:before{content:"\f007"}.fa-check:before{content:"\f00c"}.fa-home:before{content:"\f015"}.fa-clock-o:before{content:"\f017"}.fa-download:before{content:"\f019"}.fa-lock:before{content:"\f023"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-image:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-pencil-square-o:before{content:"\f044"}.fa-check-square-o:before{content:"\f046"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-ban:before{content:"\f05e"}.fa-plus:before{content:"\f067"}.fa-asterisk:before{content:"\f069"}.fa-gift:before{content:"\f06b"}.fa-eye:before{content:"\f06e"}.fa-calendar:before{content:"\f073"}.fa-comment:before{content:"\f075"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-thumb-tack:before{content:"\f08d"}.fa-phone:before{content:"\f095"}.fa-bookmark-o:before{content:"\f097"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-globe:before{content:"\f0ac"}.fa-briefcase:before{content:"\f0b1"}.fa-users:before{content:"\f0c0"}.fa-bars:before{content:"\f0c9"}.fa-money:before{content:"\f0d6"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-exchange:before{content:"\f0ec"}.fa-bell-o:before{content:"\f0a2"}.fa-building-o:before{content:"\f0f7"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-laptop:before{content:"\f109"}.fa-reply:before{content:"\f112"}.fa-folder-open-o:before{content:"\f115"}.fa-star-half-o:before{content:"\f123"}.fa-question:before{content:"\f128"}.fa-microphone:before{content:"\f130"}.fa-unlock-alt:before{content:"\f13e"}.fa-share-square:before{content:"\f14d"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube:before{content:"\f167"}.fa-instagram:before{content:"\f16d"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-bank:before{content:"\f19c"}.fa-graduation-cap:before{content:"\f19d"}.fa-google:before{content:"\f1a0"}.fa-child:before{content:"\f1ae"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-excel-o:before{content:"\f1c3"}.fa-paper-plane:before{content:"\f1d8"}.fa-share-alt:before{content:"\f1e0"}.fa-calculator:before{content:"\f1ec"}.fa-trash:before{content:"\f1f8"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-whatsapp:before{content:"\f232"}.fa-balance-scale:before{content:"\f24e"}.fa-map-signs:before{content:"\f277"}.fa-commenting:before{content:"\f27a"}.fa-percent:before{content:"\f295"}
/* == meanmenu.min.css == */
a.meanmenu-reveal {
    display: none
}

.mean-container .mean-bar {
    background: #fff;
    float: left;
    min-height: 42px;
    padding: 5px 0;
    position: fixed;
    width: 100%;
    z-index: 999999
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 13px 13px 11px;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #000;
    text-decoration: none;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    float: right
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #000;
    height: 3px;
    margin-top: 3px
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #0c1923
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none
}

.mean-container .mean-nav ul li {
    background: #f8f8f8;
    float: left;
    position: relative;
    width: 100%;
    border-top: 1px solid#ddd
}

.mean-container .mean-nav ul li a {
    background: #f8f8f8;
    color: #333;
    display: block;
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 1em 5%;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
    font-weight: 700
}

.mean-container .mean-nav ul li li a {
    border-top: 1px solid rgba(255, 255, 255, .25);
    opacity: .75;
    padding: 1em 10%;
    text-shadow: none !important;
    visibility: visible;
    width: 80%;
    font-weight: 400;
    text-transform: capitalize;
    color: #444
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: 0;
    margin-bottom: 0
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%
}

.mean-container .mean-nav ul li a:hover {
    background: #f8f8f8
}

.mean-container .mean-nav ul li a.mean-expand {
    width: 26px;
    height: 15px;
    margin-top: 1px;
    padding: 12px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    border: 0 !important;
    background: #F8F8F8
}

.mean-container .mean-push,
.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: #f8f8f8
}

.mean-container .mean-push {
    float: left;
    clear: both
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}
/* == hover-min.css == */
/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.0.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 * Hover.css Copyright Ian Lunn 2014. Generated with Sass.
 *//* == style.css == */
@font-face {
    font-family: DroidKufi;
    src: url(data:font/woff2;base64,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) format("woff2");
    font-display: block;
}

html {
    background: #fff;
    font-size: 62.5%
}

@media only screen and (max-width:767px) {
    html {
        font-size: 50%
    }
}

body {
    font-size: 14px;
    line-height: 24px;
    font-family: 'DroidKufi', sans-serif;
    vertical-align: baseline;
    background-color: #e6e8eb;
    color: #444;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h1,
h2,
h3,
h4 {
    line-height: 1.4;
    font-family: 'DroidKufi', sans-serif;
    margin: 0 0 20px;
    color: #111;
    text-transform: capitalize
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 20px
}

h3 {
    font-size: 16px
}

p {
    line-height: 24px;
    margin: 0 0 20px
}

a,
a:active,
a:focus,
a:hover {
    text-decoration: none
}

a:active,
a:focus,
a:hover {
    outline: 0
}

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

ul {
    list-style: none none;
    margin: 0;
    padding: 0
}

h2.size-sm {
    font-size: 18px
}

h2.size-lg {
    font-size: 22px
}

h2.size-xl {
    font-size: 24px
}

h3.size-sm {
    font-size: 14px
}

h3.size-md {
    font-size: 15px
}

h3.size-lg {
    font-size: 15px
}

p.size-sm {
    font-size: 15px
}

p.size-lg {
    font-size: 17px
}

.size-c22 {
    font-size: 22px
}

h1.title-medium-dark {
    font-weight: 500;
    color: #111
}

h1.title-medium-dark a {
    color: #111;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

h1.title-medium-dark a:hover {
    color: #ec6a2b
}

h1.title-medium-light {
    font-weight: 500;
    color: #fff
}

h1.title-medium-light a {
    color: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    direction: rtl;
}

h1.title-medium-light a:hover {
    color: #ec6a2b
}

h2.title-medium-dark {
    font-weight: 500
}

h2.title-medium-dark a {
    color: #111;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

h2.title-medium-dark a:hover,
h2.title-medium-dark span {
    color: #ec6a2b
}

h2.title-semibold-dark {
    font-weight: 600
}

h2.title-semibold-dark a {
    color: #111;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

h2.title-semibold-dark a:hover,
h2.title-semibold-dark span {
    color: #ec6a2b
}

h2.title-medium-light {
    font-weight: 500;
    color: #fff
}

h2.title-medium-light a {
    color: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

h2.title-medium-light a:hover,
h2.title-medium-light span {
    color: #ec6a2b
}

h2.title-bold-light {
    font-weight: 700;
    color: #fff
}

h2.title-bold-light a {
    color: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

h2.title-bold-light a:hover,
h2.title-bold-light span {
    color: #ec6a2b
}

h3.title-medium-dark {
    font-weight: 500
}

h3.title-medium-dark a {
    color: #111;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

h3.title-medium-dark a:hover,
h3.title-medium-dark span {
    color: #ec6a2b
}

h3.title-semibold-dark {
    font-weight: 600
}

h3.title-semibold-dark-inner {
    height: 22px;
    overflow: hidden;
}

h3.title-semibold-dark a {
    color: #111;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

h3.title-semibold-dark a:hover,
h3.title-semibold-dark span {
    color: #ec6a2b
}

h3.title-medium-light {
    font-weight: 500;
    color: #fff
}

h3.title-medium-light a {
    color: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

h3.title-medium-light a:hover,
h3.title-medium-light span {
    color: #ec6a2b
}

h3.title-bold-light {
    font-weight: 700;
    color: #fff
}

h3.title-bold-light a {
    color: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

h3.title-bold-light a:hover,
h3.title-bold-light span {
    color: #ec6a2b
}

.text-uppercase {
    text-transform: uppercase
}

.position-static {
    position: static
}

.position-relative {
    position: relative
}

.overflow-hidden {
    overflow: hidden
}

.d-inline-block {
    display: inline-block
}

ul.item-inline {
    overflow: hidden
}

ul.item-inline li {
    margin-left: 3px;
    float: right;
    display: inline-block;
    margin-bottom: 3px
}

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

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

.media {
    margin-top: 0;
    border-bottom: 1px solid #dcdcdc;
}

.media .media-body {
    margin-left: 15px
}

.media .media-body.media-margin30 {
    margin-left: 30px
}

.tab-space1 {
    margin-left: -1px;
    margin-right: -1px
}

.tab-space1>div {
    padding: 0 1px
}

.tab-space2 {
    margin-left: -2px;
    margin-right: -2px
}

.tab-space2>div {
    padding: 0 2px
}

.border-all {
    border: 1px solid #dcdcdc
}

.border-bottom {
    position: relative
}

.border-bottom:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    width: 100%;
    height: 1px;
    background-color: #dadada
}

.bg-primary {
    background-color: #ec6a2b !important
}

.bg-body {
    background-color: #fff
}

.bg-secondary-body {
    background-color: #1f1f1f
}

.bg-accent {
    background-color: #f8f8f8
}

.bg-primarytextcolor {
    background-color: #111
}

.bg-primarytextcolor p {
    color: #fff
}

#scrollUp {
    background-color: rgba(229, 57, 53, .3);
    bottom: 5px;
    color: #fff;
    display: block;
    font-size: 18px;
    height: 44px;
    line-height: 40px;
    position: fixed;
    right: 20px;
    text-align: center;
    text-decoration: none;
    width: 44px;
    z-index: 99999;
    border: 2px solid #ec6a2b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out
}

#scrollUp i {
    color: #ec6a2b;
    line-height: 40px;
}

#scrollUp:focus,
#scrollUp:hover {
    background-color: #ec6a2b
}

#scrollUp:focus i,
#scrollUp:hover i {
    color: #fff
}

#scrollUp {
    animation: blinker 10s linear infinite
}

#preloader {
    background: url(../img/logo.png) center center no-repeat #fff;
    height: 100%;
    left: 0;
    overflow: visible;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999
}

.img-popup-icon {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 110%;
    -webkit-transform: translateY(-110%);
    -moz-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
    left: 0;
    right: 0;
    z-index: 8;
    margin: 0 auto;
    text-align: center;
    background-color: rgba(229, 57, 53, .95);
    height: 55px;
    width: 55px;
    line-height: 55px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    -webkit-transition: all .7s cubic-bezier(0, 0, .25, 1.5);
    -moz-transition: all .7s cubic-bezier(0, 0, .25, 1.5);
    -ms-transition: all .7s cubic-bezier(0, 0, .25, 1.5);
    -o-transition: all .7s cubic-bezier(0, 0, .25, 1.5);
    transition: all .7s cubic-bezier(0, 0, .25, 1.5)
}

.img-popup-icon i {
    padding-top: 15px;
}

.img-popup-icon:hover {
    color: #ec6a2b;
    background-color: rgba(255, 255, 255, .95)
}

.popup-icon-hover {
    position: relative
}

.popup-icon-hover:hover .img-popup-icon {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    opacity: 1;
    visibility: visible
}

.img-opacity-hover {
    position: relative;
    display: block
}

.img-opacity-hover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(225, 225, 225, .2);
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.img-opacity-hover:hover:after {
    opacity: 1;
    visibility: visible
}

.img-overlay-hover {
    overflow: hidden;
    position: relative
}

.img-overlay-hover:before {
    opacity: 0;
    visibility: hidden;
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    background: rgba(255, 255, 255, .5);
    z-index: 1;
    left: -50%;
    top: -100%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.img-overlay-hover:after {
    opacity: 0;
    visibility: hidden;
    content: "";
    position: absolute;
    height: 100%;
    width: 50%;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
    right: -50%;
    top: -100%;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.img-overlay-hover:hover:before {
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible
}

.img-overlay-hover:hover:after {
    right: 0;
    top: 0;
    opacity: 1;
    visibility: visible
}

.img-scale-animate {
    overflow: hidden
}

.img-scale-animate img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1.5s ease-out;
    -moz-transition: all 1.5s ease-out;
    -ms-transition: all 1.5s ease-out;
    -o-transition: all 1.5s ease-out;
    transition: all 1.5s ease-out
}

.img-scale-animate:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.img-overlay-90 {
    position: relative
}

.img-overlay-90:before {
    opacity: .9;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#111), to(transparent));
    background-image: -webkit-linear-gradient(transparent, #111);
    background-image: -moz-linear-gradient(transparent, #111), -moz-linear-gradient(transparent, #111);
    background-image: -o-linear-gradient(transparent, #111), -o-linear-gradient(transparent, #111);
    background-image: linear-gradient(transparent, #111), linear-gradient(transparent, #111);
    content: "";
    height: 90%;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

.img-overlay-70 {
    position: relative
}

.img-overlay-70:before {
    opacity: .7;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#111), to(transparent));
    background-image: -webkit-linear-gradient(transparent, #111);
    background-image: -moz-linear-gradient(transparent, #111), -moz-linear-gradient(transparent, #111);
    background-image: -o-linear-gradient(transparent, #111), -o-linear-gradient(transparent, #111);
    background-image: linear-gradient(transparent, #111), linear-gradient(transparent, #111);
    content: "";
    height: 70%;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}

.title-bar-left {
    position: relative;
    margin-bottom: 55px
}

.title-bar-left:before {
    content: "";
    background-color: #ec6a2b;
    height: 2px;
    width: 45px;
    position: absolute;
    bottom: -25px;
    right: 0;
    z-index: 5
}

.divider {
    position: relative
}

.divider:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 1px;
    height: 100px;
    background-color: #dcdcdc;
    z-index: 1;
    content: "";
    margin: 0 auto
}

.ne-sidebar {
    /*    margin-bottom: 30px*/
}

.ne-sidebar .sidebar-box {
    margin-bottom: 25px;
}

.ne-sidebar .sidebar-box:last-child {
    margin-bottom: 0 !important
}

.item-box-light-md {
    padding: 3rem;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 0 0 rgba(225, 225, 225, .75);
    -moz-box-shadow: 0 1px 0 0 rgba(225, 225, 225, .75);
    box-shadow: 0 1px 0 0 rgba(225, 225, 225, .75)
}

.item-shadow-1 {
    -webkit-box-shadow: 0 1px 0 0 rgba(211, 211, 211, .75);
    -moz-box-shadow: 0 1px 0 0 rgba(211, 211, 211, .75);
    box-shadow: 0 1px 0 0 rgba(211, 211, 211, .75)
}

.topic-border {
    position: relative
}

.topic-border:after {
    position: absolute;
    display: block;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    width: 100%;
    height: 2px
}

.topic-box {
    display: inline-block;
    position: relative;
    background-color: #ec6a2b;
    color: #fff;
    height: 40px;
    padding: 0 20px;
    line-height: 42px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    width: 100%;
}

.topic-box:before {
    z-index: 1;
    content: "";
    top: 0;
    right: -8px;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 8px solid #ec6a2b;
    border-right: 8px solid transparent
}

.topic-box-lg {
    display: inline-block;
    position: relative;
    color: #fff;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    text-align: center;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    font-family: 'DroidKufi', sans-serif;
    z-index: 2
}

.topic-box-lg:before {
    z-index: 1;
    content: "";
    top: 0;
    right: -8px;
    position: absolute;
    width: 0;
    height: 0
}

.topic-box-lg:after {
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.topic-box-sm {
    display: inline-block;
    position: relative;
    color: #fff;
    height: 26px;
    padding: 0 15px;
    line-height: 26px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 11px;
    z-index: 2
}

.topic-box-sm:before {
    z-index: 1;
    content: "";
    top: 0;
    right: -8px;
    position: absolute;
    width: 0;
    height: 0
}

.topic-box-sm:after {
    content: "";
    height: 100%;
    width: 100%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.color-cinnabar:before {
    border-top: 8px solid #ec6a2b;
    border-right: 8px solid transparent
}

.color-cinnabar:after {
    background-color: #ec6a2b
}

.color-cinnabar .owl-controls .owl-nav,
.color-cinnabar .owl-controls .owl-nav>div {
    background-color: transparent
}

.color-cinnabar .owl-controls .owl-nav i {
    color: #111
}

.color-cinnabar .owl-controls .owl-prev:hover {
    border: 1px solid #ec6a2b;
    background: #ec6a2b
}

.color-cinnabar .owl-controls .owl-prev:hover i {
    color: #fff
}

.color-cinnabar .owl-controls .owl-next:hover {
    border: 1px solid #ec6a2b;
    background: #ec6a2b
}

.color-cinnabar .owl-controls .owl-next:hover i {
    color: #fff
}

.color-cinnabar-transparent .owl-controls .owl-nav,
.color-cinnabar-transparent .owl-controls .owl-nav>div {
    background-color: transparent
}

.color-cinnabar-transparent .owl-controls .owl-nav i {
    color: #fff
}

.color-cinnabar-transparent .owl-controls .owl-prev:hover {
    border: 1px solid #ec6a2b;
    background: #ec6a2b
}

.color-cinnabar-transparent .owl-controls .owl-prev:hover i {
    color: #fff
}

.color-cinnabar-transparent .owl-controls .owl-next:hover {
    border: 1px solid #ec6a2b;
    background: #ec6a2b
}

.color-cinnabar-transparent .owl-controls .owl-next:hover i {
    color: #fff
}

.color-azure-radiance:before {
    border-top: 8px solid #0089ff;
    border-right: 8px solid transparent
}

.color-azure-radiance:after {
    background-color: #0089ff
}

.color-azure-radiance .owl-controls i {
    color: #111
}

.color-azure-radiance .owl-controls .owl-nav {
    background-color: transparent
}

.color-azure-radiance .owl-controls .owl-prev:hover {
    border: 1px solid #0089ff;
    background: #0089ff
}

.color-azure-radiance .owl-controls .owl-prev:hover i {
    color: #fff
}

.color-azure-radiance .owl-controls .owl-next:hover {
    border: 1px solid #0089ff;
    background: #0089ff
}

.color-azure-radiance .owl-controls .owl-next:hover i {
    color: #fff
}

.color-ecstasy .owl-controls i {
    color: #111
}

.color-ecstasy .owl-controls .owl-nav {
    background-color: transparent
}

.color-ecstasy .owl-controls .owl-prev:hover {
    border: 1px solid #f57f17;
    background: #f57f17
}

.color-ecstasy .owl-controls .owl-prev:hover i {
    color: #fff
}

.color-ecstasy .owl-controls .owl-next:hover {
    border: 1px solid #f57f17;
    background: #f57f17
}

.color-ecstasy .owl-controls .owl-next:hover i {
    color: #fff
}

.color-apple:before {
    border-top: 8px solid #43a047;
    border-right: 8px solid transparent
}

.color-apple:after {
    background-color: #43a047
}

.color-apple .owl-controls i {
    color: #111
}

.color-apple .owl-controls .owl-nav {
    background-color: transparent
}

.color-apple .owl-controls .owl-prev:hover {
    border: 1px solid #43a047;
    background: #43a047
}

.color-apple .owl-controls .owl-prev:hover i {
    color: #fff
}

.color-apple .owl-controls .owl-next:hover {
    border: 1px solid #43a047;
    background: #43a047
}

.color-apple .owl-controls .owl-next:hover i {
    color: #fff
}

.color-cod-gray:before {
    border-top: 8px solid #111;
    border-right: 8px solid transparent
}

.color-cod-gray:after {
    background-color: #111
}

.color-cod-gray .owl-controls i {
    color: #111
}

.color-cod-gray .owl-controls .owl-nav {
    background-color: transparent
}

.color-cod-gray .owl-controls .owl-prev:hover {
    border: 1px solid #111;
    background: #111
}

.color-cod-gray .owl-controls .owl-prev:hover i {
    color: #fff
}

.color-cod-gray .owl-controls .owl-next:hover {
    border: 1px solid #111;
    background: #111
}

.color-cod-gray .owl-controls .owl-next:hover i {
    color: #fff
}

.color-razzmatazz:before {
    border-top: 8px solid #ed145b;
    border-right: 8px solid transparent
}

.color-red {
    color: #e44a3c
}

.bg-red {
    background: #e44a3c;
}

.color-blue {
    color: #3ca9fc
}

.color-razzmatazz:after {
    background-color: #ed145b
}

.color-razzmatazz .owl-controls i {
    color: #111
}

.color-razzmatazz .owl-controls .owl-nav {
    background-color: transparent
}

.color-razzmatazz .owl-controls .owl-prev:hover {
    border: 1px solid #ed145b;
    background: #ed145b
}

.color-razzmatazz .owl-controls .owl-prev:hover i {
    color: #fff
}

.color-razzmatazz .owl-controls .owl-next:hover {
    border: 1px solid #ed145b;
    background: #ed145b
}

.color-razzmatazz .owl-controls .owl-next:hover i {
    color: #fff
}

.color-pomegranate:before {
    border-top: 8px solid #f4511e;
    border-right: 8px solid transparent
}

.color-pomegranate:after {
    background-color: #f4511e
}

.color-pomegranate .owl-controls i {
    color: #111
}

.color-pomegranate .owl-controls .owl-nav {
    background-color: transparent
}

.color-pomegranate .owl-controls .owl-prev:hover {
    border: 1px solid #f4511e;
    background: #f4511e
}

.color-pomegranate .owl-controls .owl-prev:hover i {
    color: #fff
}

.color-pomegranate .owl-controls .owl-next:hover {
    border: 1px solid #f4511e;
    background: #f4511e
}

.color-pomegranate .owl-controls .owl-next:hover i {
    color: #fff
}

.color-cutty-sark:before {
    border-top: 8px solid #546e7a;
    border-right: 8px solid transparent
}

.color-cutty-sark:after {
    background-color: #546e7a
}

.color-cutty-sark .owl-controls i {
    color: #111
}

.color-cutty-sark .owl-controls .owl-nav {
    background-color: transparent
}

.color-cutty-sark .owl-controls .owl-prev:hover {
    border: 1px solid #546e7a;
    background: #546e7a
}

.color-cutty-sark .owl-controls .owl-prev:hover i {
    color: #fff
}

.color-cutty-sark .owl-controls .owl-next:hover {
    border: 1px solid #546e7a;
    background: #546e7a
}

.color-cutty-sark .owl-controls .owl-next:hover i {
    color: #fff
}

.color-persian-green .owl-controls i {
    color: #111
}

.color-persian-green .owl-controls .owl-nav {
    background-color: transparent
}

.color-persian-green .owl-controls .owl-prev:hover {
    border: 1px solid #009688;
    background: #009688
}

.color-persian-green .owl-controls .owl-prev:hover i {
    color: #fff
}

.color-persian-green .owl-controls .owl-next:hover {
    border: 1px solid #009688;
    background: #009688
}

.color-persian-green .owl-controls .owl-next:hover i {
    color: #fff
}

.color-web-orange:before {
    border-top: 8px solid #ffab00;
    border-right: 8px solid transparent
}

.color-web-orange:after {
    background-color: #ffab00
}

.color-web-orange .owl-controls i {
    color: #111
}

.color-web-orange .owl-controls .owl-nav {
    background-color: transparent
}

.color-web-orange .owl-controls .owl-prev:hover {
    border: 1px solid #ffab00;
    background: #ffab00
}

.color-web-orange .owl-controls .owl-prev:hover i {
    color: #fff
}

.color-web-orange .owl-controls .owl-next:hover {
    border: 1px solid #ffab00;
    background: #ffab00
}

.color-web-orange .owl-controls .owl-next:hover i {
    color: #fff
}

.color-scampi:before {
    border-top: 8px solid #605ca8;
    border-right: 8px solid transparent
}

.color-scampi:after {
    background-color: #605ca8
}

.color-scampi .owl-controls i {
    color: #111
}

.color-scampi .owl-controls .owl-nav {
    background-color: transparent
}

.color-scampi .owl-controls .owl-prev:hover {
    border: 1px solid #605ca8;
    background: #605ca8
}

.color-scampi .owl-controls .owl-prev:hover i {
    color: #fff
}

.color-scampi .owl-controls .owl-next:hover {
    border: 1px solid #605ca8;
    background: #605ca8
}

.color-scampi .owl-controls .owl-next:hover i {
    color: #fff
}

.color-hollywood-cerise .owl-controls i {
    color: #111
}

.color-hollywood-cerise .owl-controls .owl-nav {
    background-color: transparent
}

.color-hollywood-cerise .owl-controls .owl-prev:hover {
    border: 1px solid #ec008c;
    background: #ec008c
}

.color-hollywood-cerise .owl-controls .owl-prev:hover i {
    color: #fff
}

.color-hollywood-cerise .owl-controls .owl-next:hover {
    border: 1px solid #ec008c;
    background: #ec008c
}

.color-hollywood-cerise .owl-controls .owl-next:hover i {
    color: #fff
}

.color-white .owl-controls i {
    color: #111
}

.color-white .owl-controls .owl-nav {
    background-color: transparent
}

.color-white .owl-controls .owl-prev:hover {
    border: 1px solid #fff;
    background: #fff
}

.color-white .owl-controls .owl-prev:hover i {
    color: #fff
}

.color-white .owl-controls .owl-next:hover {
    border: 1px solid #fff;
    background: #fff
}

.color-white .owl-controls .owl-next:hover i {
    color: #fff
}

.color-white2 .owl-controls i {
    color: #fff
}

.color-white2 .owl-controls .owl-nav {
    background-color: transparent
}

.color-white2 .owl-controls .owl-prev:hover {
    border: 1px solid #fff;
    background: #fff
}

.color-white2 .owl-controls .owl-prev:hover i {
    color: #111
}

.color-white2 .owl-controls .owl-next:hover {
    border: 1px solid #fff;
    background: #fff
}

.color-white2 .owl-controls .owl-next:hover i {
    color: #111
}

.topic-box-top-sm {
    position: absolute;
    top: 20px;
    left: 20px
}

.topic-box-top-xs {
    position: absolute;
    top: 10px;
    left: 10px
}

.post-date-light ul {
    line-height: 1
}

.post-date-light ul li {
    display: inline-block;
    line-height: 1;
    margin-bottom: 12px;
    font-size: 14px;
    color: #fff;
    margin-right: 15px
}

.post-date-light ul li:last-child {
    margin-right: 0
}

.post-date-light ul li a {
    color: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.post-date-light ul li a:hover {
    color: #ec6a2b
}

.post-date-light ul li span {
    float: right;
    font-weight: 700;
    margin-left: 8px;
    display: inline-block
}

.post-date-dark ul {
    line-height: 1
}

.post-date-dark ul li {
    display: inline-block;
    line-height: 1;
    margin-bottom: 12px;
    font-size: 14px;
    color: #111;
    margin-right: 15px
}

.post-date-dark ul li:last-child {
    margin-right: 0
}

.post-date-dark ul li a {
    color: #111;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.post-date-dark ul li a:hover {
    color: #ec6a2b
}

.post-date-dark ul li span {
    float: right;
    font-weight: 700;
    margin-left: 6px;
    display: inline-block
}

.mask-content-lg {
    position: absolute;
    z-index: 7;
    bottom: 10px;
    left: 30px;
    padding-right: 30px
}

@media only screen and (max-width:575px) {
    .mask-content-lg {
        left: 15px;
        bottom: 0
    }
}

.mask-content-sm {
    position: absolute;
    z-index: 7;
    bottom: 5px;
    left: 25px;
    padding-right: 25px
}

.mask-content-xs {
    position: absolute;
    z-index: 7;
    bottom: 0;
    left: 20px;
    padding-right: 20px
}

.section-space-default {
    padding: 25px 0
}

.logo-area img {
    max-width: 120px;
}

.media-body-200 {
    line-height: 30px;
    height: 150px;
    overflow: hidden;
}

.media-body-100 {
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}



.like-dislike>li a.bg-purple {
    background: #7750f8
}

.like-dislike>li a.bg-blue {
    background: #3ca9fc
}

.like-dislike>li a.bg-red {
    background: #e44a3c
}

.like-dislike>li span.bg-purple {
    color: #7750f8;
    background: #fff;
}

.like-dislike>li span.bg-blue {
    color: #3ca9fc;
    background: #fff;
}

.like-dislike>li span.bg-red {
    color: #e44a3c;
    background: #fff;
}

.like-dislike {
    left: 50%;
    list-style: outside none none;
    margin-bottom: 0;
    padding: 0;
    position: absolute;
    top: 70%;
    transform: translate(-50%, -50%);
    width: auto;
    z-index: 88
}

.like-dislike>li {
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    margin: 0 3px;
    transform: scale(0);
    transition: all .2s linear 0s
}

.like-dislike>li:nth-child(1) {
    transition: all .2s linear .1s
}

.like-dislike>li:nth-child(2) {
    transition: all .2s linear .2s
}

.like-dislike>li:nth-child(3) {
    transition: all .2s linear .3s
}

.post-meta:hover .like-dislike>li {
    visibility: visible;
    opacity: 1;
    transform: scale(1)
}

.like-dislike>li a,
.like-dislike>li span {
    background: #000 none repeat scroll 0 0;
    border-radius: 100%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 34px;
    line-height: 40px;
    text-align: center;
    transition: all .2s linear 0s;
    width: 34px;
    padding-top: 6px;
}

.like-dislike>li a:hover {
    background: #fff none repeat scroll 0 0;
    color: #000;
    transform: scale(1.1)
}
.post-meta>figure .like-dislike {
    bottom: -12px;
    top: auto;
    transform: translate(-50%, 0px)
}

.media-body-img-200 {
    padding-bottom: 30px;
    overflow: hidden;
}

.media-body-img-200 img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.close {
    font-size: 30px !important;
}

.socialLoginDiv {
    text-align: center;
    margin-bottom: 30px;
}

.socialLoginDiv a {
    padding: 6px 10px;
    font-size: 14px;
}


.ls-inputicon-box {
    position: relative;
}

.ls-inputicon-box .fs-input-icon {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 60px;
    z-index: 5;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #ec6a2b;
}

.ls-inputicon-box .form-control {
    padding-right: 35px;
    height: 60px;
    text-align: right;
    direction: rtl;
    font-size: 14px;
}

.latestNews-Home-title {
    font-size: 12px !important;
    height: 35px;
    overflow: hidden;
}

textarea.form-control {
    height: 100px;
    text-align: right;
    direction: rtl;
    font-size: 14px;
}

.artical-head-div {
/*    max-height: 400px;*/
    overflow: hidden;
}

.artical-head-div img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.rounded-circle {
    max-width: 150px !important;
}

.ls-inputicon-box .bootstrap-select .dropdown-toggle {
    padding-left: 35px;
}

#fx-pricing-widget-copyright {
    text-align: center;
    font-size: 13px;
    font-family: sans-serif;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #9db2bd;
}

#fx-pricing-widget-copyright a {
    text-decoration: unset;
    color: #bb3534;
    font-weight: 600;
}

@media only screen and (max-width:767px) {
    .section-space-default {
        padding: 40px 0
    }
}

@media only screen and (max-width:575px) {
    .section-space-default {
        padding: 30px 0
    }
}

.section-space-less10 {
    padding: 50px 0 40px
}

@media only screen and (max-width:767px) {
    .section-space-less10 {
        padding: 40px 0 30px
    }
}

@media only screen and (max-width:575px) {
    .section-space-less10 {
        padding: 30px 0 20px
    }
}

.section-space-less4 {
    padding: 10px 0 25px
}

@media only screen and (max-width:767px) {
    .section-space-less4 {
        padding: 10px 0 36px
    }
}

@media only screen and (max-width:575px) {
    .section-space-less4 {
        padding: 10px 0 26px
    }
}

.section-space-less2 {
    padding: 10px 0 25px
}

@media only screen and (max-width:767px) {
    .section-space-less2 {
        padding: 10px 0 38px
    }
}

@media only screen and (max-width:575px) {
    .section-space-less2 {
        padding: 10px 0 28px
    }
}

.section-space-less30 {
    padding: 25px 0 20px
}

@media only screen and (max-width:767px) {
    .section-space-less30 {
        padding: 40px 0 10px
    }
}

@media only screen and (max-width:575px) {
    .section-space-less30 {
        padding: 30px 0 0
    }
}

.ne-banner-layout1 {
    line-height: 0;
    min-height: 50px;
}

@media (min-width: 768px) {
    .ne-banner-layout1 {
        min-height: 90px;
    }
}

.sidebar-box .ne-banner-layout1 {
    min-height: 250px;
}

.ne-banner-layout1 a {
    display: inline-block
}

.play-btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto;
    z-index: 9;
    width: 60px;
    height: 60px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.play-btn img {
    margin: 0 auto;
    opacity: .7;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.play-btn:hover img {
    opacity: 1
}

.btn-ftg-ptp-56 {
    display: inline-block;
    height: 5.6rem;
    line-height: 5.2rem;
    padding: 0 4rem;
    border: 2px solid #ec6a2b;
    background-color: #ec6a2b;
    text-transform: uppercase;
    color: #fff;
    font-family: 'DroidKufi', sans-serif;
    font-size: 15px;
    font-weight: 700;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.btn-ftg-ptp-56:hover {
    background-color: transparent;
    color: #ec6a2b
}

.btn-ftg-ptp-56:focus {
    outline: 0
}

.btn-ftg-ptp-45 {
    display: inline-block;
    height: 4.5rem;
    line-height: 4.1rem;
    padding: 0 2.5rem;
    border: 2px solid #e53935;
    background-color: #e53935;
    text-transform: uppercase;
    color: #fff;
    font-family: 'DroidKufi', sans-serif;
    font-size: 14px;
    font-weight: 700;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.btn-ftg-ptp-45:hover {
    background-color: transparent;
    color: #e53935
}

.btn-ftg-ptp-45:focus {
    outline: 0
}

@media only screen and (min-width:576px) {
    .nav-control-top2 {
        position: relative
    }

    .nav-control-top2 .owl-controls {
        position: absolute;
        top: -65px;
        right: -2px;
        z-index: 5
    }

    .nav-control-top2 .owl-controls i {
        display: block;
        line-height: 25px;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out
    }

    .nav-control-top2 .owl-controls .owl-nav {
        margin-top: 0
    }

    .nav-control-top2 .owl-controls .owl-nav>div {
        padding: 0;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        -o-border-radius: 2px;
        border-radius: 2px;
        background-color: transparent;
        opacity: 1;
        font-size: 14px;
        margin: 0 2px;
        height: 25px;
        width: 25px;
        border: 1px solid #dcdcdc;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out
    }
}

@media only screen and (max-width:575px) {
    .nav-control-top2 {
        position: relative
    }

    .nav-control-top2 .owl-controls i {
        color: #ec6a2b;
        display: block;
        line-height: 15px;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out
    }

    .nav-control-top2 .owl-controls .owl-nav {
        margin-top: 0
    }

    .nav-control-top2 .owl-controls .owl-nav>div {
        position: absolute;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        background: 0 0;
        border: 1px solid #ec6a2b;
        opacity: 1;
        font-size: 14px;
        margin: 0 2px;
        height: 25px;
        width: 25px;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out
    }

    .nav-control-top2 .owl-controls .owl-prev {
        left: -15px
    }

    .nav-control-top2 .owl-controls .owl-prev:hover {
        background: #ec6a2b;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out
    }

    .nav-control-top2 .owl-controls .owl-prev:hover i {
        color: #fff
    }

    .nav-control-top2 .owl-controls .owl-next {
        right: -15px
    }

    .nav-control-top2 .owl-controls .owl-next:hover {
        background: #ec6a2b;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out
    }

    .nav-control-top2 .owl-controls .owl-next:hover i {
        color: #fff
    }
}

.header-action-item {
    text-align: right
}

.header-action-item ul {
    float: left;
}

@media only screen and (max-width:991px) {
    .header-action-item {
        position: absolute;
        right: 0;
        top: 17px;
        z-index: 100
    }
}

@media only screen and (max-width:991px) {
    .header-action-item ul li:nth-child(n+3) {
        display: none
    }

    .header-action-item ul li:nth-child(2n) {
        border-right: 0;
        margin-right: 0
    }
}

@media only screen and (max-width:767px) {
    .header-action-item ul li:nth-child(n+2) {
        display: none
    }

    .header-action-item ul li:nth-child(1n) {
        border-right: 0;
        margin-right: 0
    }
}

@media only screen and (max-width:767px) {
    #mobile-search-li {
        display: inline-block !important;
        width: auto !important;
        height: auto !important;
    }
    #top-search-form .search-button {
        position: static !important;
        padding: 0 8px !important;
    }
    #top-search-form .search-input {
        right: 0 !important;
        left: auto !important;
        width: 200px !important;
        height: 34px !important;
        top: 3px !important;
        padding: 5px 10px !important;
        font-size: 13px !important;
    }
}

@media only screen and (max-width:767px) {
    .ne-sidebar.sidebar-break-md {
        order: 99;
    }
}

.header-action-item ul li {
    /*    border-right: 1px solid #dcdcdc;*/
    line-height: 40px;
    padding-right: 5px;
    display: inline-block;
    margin-right: 5px
}

.header-action-item ul li:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0
}

.login-btn {
    padding: 0;
    border: none;
    background-color: transparent;
    font-size: 14px;
    display: block;
    color: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.login-btn i {
    padding-left: 5px;
    font-size: 14px;
    color: #ec6a2b;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.login-btn:hover {
    color: #ec6a2b;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.login-btn:focus {
    outline: 0
}

.header-search-light {
    position: relative;
    line-height: 0
}

.header-search-light button {
    background-color: transparent;
    border: 0;
    padding: 0
}

.header-search-light button:focus {
    outline: 0
}

.header-search-light .search-input {
    position: absolute;
    top: -13px;
    left: 33px;
    text-align: right;
    z-index: 10;
    height: 42px;
    width: 800px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: rgba(255, 255, 255, .98);
    border: none;
    padding: 5px 30px 8px;
    color: #111;
    display: none;
    -webkit-box-shadow: 0 3px 10px 2px rgba(229, 57, 53, .3);
    -moz-box-shadow: 0 3px 10px 2px rgba(229, 57, 53, .3);
    box-shadow: 0 3px 10px 2px rgba(229, 57, 53, .3)
}

@media only screen and (max-width:1199px) {
    .header-search-light .search-input {
        right: 25px;
        width: 740px
    }
}

@media only screen and (max-width:991px) {
    .header-search-light .search-input {
        left: 25px;
        width: 560px
    }
}

@media only screen and (max-width:767px) {
    .header-search-light .search-input {
        left: 25px;
        width: 230px
    }
}

.header-search-light input.search-input:focus {
    outline: 0
}

.header-search-light input::-webkit-input-placeholder,
.header-search-light textarea::-webkit-input-placeholder {
    color: #111
}

.header-search-light input::-moz-placeholder,
.header-search-light textarea::-moz-placeholder {
    color: #111
}

.header-search-light input:-moz-placeholder,
.header-search-light textarea:-moz-placeholder {
    color: #111
}

.header-search-light input:-ms-input-placeholder,
.header-search-light textarea:-ms-input-placeholder {
    color: #111
}

.header-search-light i {
    color: #fff
}

.offcanvas-menu-btn {
    position: relative;
    /*    width: 12px;*/
    margin-right: 15px
}

.offcanvas-menu-btn a.menu-bar {
    /*    height: 30px;*/
    /*    position: absolute;*/
    /*    top: -20px;*/
    display: block;
    color: #ec6a2b;
    direction: rtl;
    /*    left: -15px*/
}

.offcanvas-menu-btn a.menu-bar:hover {
    color: #ffffff;
}


.offcanvas-menu-btn a.menu-bar span {
    display: block;
    height: 1px;
    width: 28px;
    background-color: #fff;
    margin-top: 7px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.offcanvas-menu-btn a.menu-times {
    /*    height: 30px;*/
    /*    position: absolute;*/
    /*    top: -20px;*/
    display: block;
    color: #ffffff;
    direction: rtl;
    /*    left: -15px*/
}

.offcanvas-menu-btn a.menu-bar i {
    color: #545eff;
}


.offcanvas-menu-btn a.menu-times span {
    display: block;
    height: 1px;
    width: 28px;
    background-color: #fff;
    margin-top: 7px
}

.offcanvas-menu-btn a.menu-times span:first-child {
    position: relative;
    bottom: -8px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.offcanvas-menu-btn a.menu-times span:last-child {
    position: relative;
    bottom: 0;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.offcanvas-menu-btn a.menu-bar.close,
.offcanvas-menu-btn a.menu-bar.open,
.offcanvas-menu-btn a.menu-times.close {
    display: none
}

.offcanvas-menu-btn a.menu-times.open {
    display: block
}

.offcanvas-menu-btn a.menu-times.re-point {
    top: -20px;
    left: 250px
}

.offcanvas-body-wrapper {
    height: 100%;
    width: 300px;
    position: fixed;
    z-index: 999999;
    top: 0;
    right: -300px;
    background-color: #2c2c2c;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    overflow-x: hidden;
    padding-top: 30px;
    -webkit-box-shadow: inset 4px 0 15px 2px rgba(255, 255, 255, .3);
    -moz-box-shadow: inset 4px 0 15px 2px rgba(255, 255, 255, .3);
    box-shadow: inset 4px 0 15px 2px rgba(255, 255, 255, .3)
}

.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav {
    margin-top: 40px
}

.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav>li {
    display: block;
    border-bottom: 1px solid #000
}

.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav>li:last-child {
    border-bottom: 0
}

.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav>li>a {
    position: relative;
    width: 100%;
    display: inline-block;
    padding: 12px 70px 12px 0;
    color: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav>li>a i {
    position: absolute;
    top: 12px;
    right: 30px;
    font-size: 20px;
    margin-left: 20px;
    color: #ec6a2b;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav>li>a:hover {
    background-color: #ec6a2b
}

.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav>li>a:hover i {
    color: #fff
}

.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav .panel {
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    background-color: transparent;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.offcanvas-body-wrapper .offcanvas-main-body ul.offcanvas-nav .panel .panel-body {
    border-top: 0;
    padding: 0
}

.offcanvas-body-wrapper .offcanvas-main-body .panel-group .panel+.panel {
    margin-top: 0
}

div#wrapper.open>.offcanvas-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    z-index: 20;
    content: "";
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.title-login-form {
    font-size: 18px;
    text-transform: capitalize;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
    color: #ec6a2b
}

@media (min-width:992px) and (max-width:1199px) {
    .title-login-form {
        font-size: 16px
    }
}

@media (min-width:768px) and (max-width:991px) {
    .title-login-form {
        font-size: 14px
    }
}

@media (min-width:576px) and (max-width:767px) {
    .title-login-form {
        font-size: 12px
    }
}

@media only screen and (max-width:575px) {
    .title-login-form {
        font-size: 12px
    }
}

.title-login-form a {
    color: #ec6a2b;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.title-login-form a:hover {
    color: #ff0
}

.login-form {
    background: #fff;
    border: 1px solid #dcdcdc;
    padding: 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-align: right;
    direction: rtl;
}

@media only screen and (max-width:767px) {
    .login-form {
        margin-bottom: 15px
    }
}

.login-form label {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #111
}

.login-form input {
    height: 40px;
    padding: 0 10px;
    width: 100%;
    border-radius: 0;
    border: 1px solid #dcdcdc;
    margin-bottom: 15px;
    color: #111;
    font-weight: 500;
    font-size: 12px
}

.login-form input:focus {
    outline: 0;
    border: 1px solid #dcdcdc
}

.login-form button {
    margin-bottom: 30px;
    color: #fff;
    padding: 8px 0;
    background: #ec6a2b;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    width: 140px;
    text-align: center;
    border: 2px solid #ec6a2b;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.login-form button:hover {
    background: 0 0;
    color: #ec6a2b
}

.login-form .lost-password a {
    font-weight: 400;
    color: #ec6a2b
}

.login-form .checkbox {
    padding-left: 20px
}

.login-form .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
    font-weight: 400 !important
}

.login-form .checkbox label:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    top: 4px;
    margin-left: -20px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border .15s ease-in-out, color .15s ease-in-out;
    -o-transition: border .15s ease-in-out, color .15s ease-in-out;
    transition: border .15s ease-in-out, color .15s ease-in-out
}

.login-form .checkbox label:after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555
}

.login-form .checkbox input[type=checkbox] {
    opacity: 0;
    visibility: hidden
}

.login-form .checkbox input[type=checkbox]:checked+label::after {
    font-family: FontAwesome;
    content: "\f00c"
}

.modal {
    text-align: center;
    padding: 0 !important
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.modal-header {
    display: block
}

.modal-dialog {
    width: 500px;
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

.header-menu-fixed {
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    z-index: 100;
    position: fixed;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

@media only screen and (max-width:991px) {
    .main-menu-area {
        background-color: transparent
    }

    .main-menu-area .container {
        width: 100%
    }
}

.main-menu-area .ne-main-menu {
    text-align: right
}

.main-menu-area .ne-main-menu nav ul li {
    text-align: right;
    position: relative;
    display: inline-block;
    float: right;
}

.main-menu-area .ne-main-menu nav ul li a {
    color: #fff;
    display: block;
    font-family: 'DroidKufi', sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: all .9s ease-out;
    -moz-transition: all .9s ease-out;
    -ms-transition: all .9s ease-out;
    -o-transition: all .9s ease-out;
    transition: all .9s ease-out;
}

.main-menu-area .ne-main-menu nav ul li a:hover {
    color: #ec6a2b
}

.main-menu-area .ne-main-menu nav ul li ul.ne-dropdown-menu {
    background-color: #ec6a2b;
    box-shadow: none;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    opacity: 0;
    margin: 0;
    min-width: 480px;
    padding: 0;
    top: 100%;
    position: absolute;
    visibility: hidden;
    transform-origin: 0 0 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 9999
}

.main-menu-area .ne-main-menu nav ul li ul.ne-dropdown-menu>li {
    margin-right: 0;
    display: block;
    position: relative;
    /*clear: both;*/
    width: 50%;
    float: right;
}

.main-menu-area .ne-main-menu nav ul li ul.ne-dropdown-menu>li a {
    display: block;
    color: #fff;
    text-transform: capitalize;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.main-menu-area .ne-main-menu nav ul li ul.ne-dropdown-menu>li a:focus,
.main-menu-area .ne-main-menu nav ul li ul.ne-dropdown-menu>li a:hover {
    color: #ec6a2b;
    background-color: #111
}

.main-menu-area .ne-main-menu nav ul li ul.ne-dropdown-menu>li:last-child {
    border-bottom: none
}

.main-menu-area .ne-main-menu nav ul li:hover ul.ne-dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1)
}

.header-style1 .main-menu-area .ne-main-menu nav ul li a {
    padding: 30px 0 30px 20px;
    color: #fff
}

.header-style1 .main-menu-area .ne-main-menu nav ul li a:hover {
    color: #ec6a2b
}

@media only screen and (max-width:1199px) {
    .header-style1 .main-menu-area .ne-main-menu nav ul li a {
        padding: 30px 6px
    }
}

.header-style1 .main-menu-area .ne-main-menu nav ul li ul.ne-dropdown-menu {
    right: -5px;
    background-color: #ec6a2b
}

.header-style1 .main-menu-area .ne-main-menu nav ul li ul.ne-dropdown-menu>li a {
    padding: 10px 15px 10px 10px;
    color: #fff
}

.header-style1 .main-menu-area .ne-main-menu nav ul li ul.ne-dropdown-menu>li a:focus {
    color: #ec6a2b;
    background: #1f1f1f
}

.header-style1 .main-menu-area .ne-main-menu nav ul .active a {
    color: #ec6a2b
}

.header-style1 .main-menu-area .ne-main-menu nav ul .active ul.ne-dropdown-menu .active a {
    background-color: #111
}

.header-style1 .stick .ne-main-menu nav ul li a {
    padding: 22px 10px
}

@media only screen and (max-width:1199px) {
    .header-style1 .stick .ne-main-menu nav ul li a {
        padding: 22px 6px
    }
}

.search-button {
    border: none;
    background: none;
    position: absolute;
    left: 25px;
    top: 10px;
    font-size: 20px;
    color: #ec6a2b;
}

.search-input {
    display: block;
    padding: 20px;
    text-align: right;
    direction: rtl;
    font-size: 14px;
    margin-bottom: 15px;
}

.mean-container .mean-bar {
    float: none;
    z-index: 99;
    background: 0 0;
    padding: 0
}

.mean-container .mean-bar:after {
    content: "";
    clear: both;
    display: block
}

.mean-container .mean-bar .meanmenu-reveal {
    left: 0 !important;
    right: inherit;
    top: 7px;
    position: absolute;
    color: #fff
}

.mean-container .mean-bar .meanmenu-reveal span {
    background: #fff
}

.mean-container .mean-bar .mean-nav {
    background: 0 0
}

.mean-container .mean-bar .mean-nav ul li a {
    color: #111;
    font-weight: 700;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.mean-container .mean-bar .mean-nav ul li a:hover {
    color: #ec6a2b;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.mean-container .mean-bar .mean-nav ul li li a {
    color: #111;
    opacity: 1;
    border-top: 1px solid #ddd
}

.mean-container .mean-bar .mean-nav>ul {
    overflow-y: scroll
}

.mean-container .mean-bar .mean-nav>ul:after {
    content: '';
    display: block;
    clear: both
}

.mean-container .mean-bar .mobile-menu-nav-back {
    border-bottom: 1px solid #3a3a3a;
    position: relative;
    text-align: center;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.mean-container .mean-bar .mobile-menu-nav-back:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #111;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0
}

.mean-container .mean-bar .mobile-menu-nav-back .logo-mobile {
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
    width: 50px;
}

.mean-container .mean-bar+div#wrapper {
    padding-top: 59px
}

.ticker-wrapper.has-js {
    width: 100%;
    display: block
}

.ticker {
    width: 100%;
    height: 23px;
    display: block;
    position: relative;
    overflow: hidden;
    direction: rtl;
    text-align: right;
    padding-right: 10px;
}

.ticker-content {
    margin: 0;
    position: absolute;
    overflow: hidden;
    direction: rtl;
    text-align: right;
    white-space: nowrap;
    line-height: 1.5
}

.ticker-content a {
    direction: rtl;
    text-align: right;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.ticker-content a:hover {
    text-decoration: none;
    color: #ec6a2b
}

.ticker-swipe {
    padding-top: 9px;
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 23px
}

.ticker-swipe span {
    margin-left: 1px;
    border-bottom: 1px solid #ec6a2b;
    height: 12px;
    width: 7px;
    display: block
}

.ticker-controls {
    padding: 8px 0 0;
    list-style-type: none;
    float: left
}

.ticker-controls li {
    padding: 0;
    margin-left: 5px;
    float: left;
    cursor: pointer;
    height: 16px;
    width: 16px;
    display: block
}

.left .ticker,
.left .ticker-content,
.left .ticker-controls,
.left .ticker-title {
    float: left
}

.feeding-text-dark .ticker,
.feeding-text-dark .ticker-content,
.feeding-text-dark .ticker-wrapper.has-js {
    background-color: #f8f8f8
}

.feeding-text-dark .ticker-content a {
    color: #444
}

.feeding-text-dark .ticker-content a:hover {
    color: #ec6a2b
}

.feeding-text-dark .ticker-swipe,
.feeding-text-dark .ticker-swipe span {
    background-color: #f8f8f8
}

/* CLS-safe replacement for the old jQuery ticker plugin: pure opacity crossfade,
   never touches layout-affecting properties (margin/left/right), so it cannot
   register a layout-shift no matter how long it keeps animating. */
.news-ticker-fixed {
    position: relative;
    width: 100%;
    height: 23px;
    overflow: hidden;
    direction: rtl;
    text-align: right;
    padding-right: 10px;
    background-color: #f8f8f8;
}

.news-ticker-fixed a {
    position: absolute;
    inset: 0;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 23px;
    color: #444;
    opacity: 0;
    animation-name: news-ticker-fade;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.news-ticker-fixed a:only-child {
    opacity: 1;
    animation: none;
}

.news-ticker-fixed a:hover {
    color: #ec6a2b;
    text-decoration: none;
}

@keyframes news-ticker-fade {
    0% { opacity: 0; }
    5% { opacity: 1; }
    28% { opacity: 1; }
    33% { opacity: 0; }
    100% { opacity: 0; }
}


.feeding-text-dark2 .ticker-wrapper.has-js {
    background-color: #fff
}


.feeding-text-light .ticker-wrapper.has-js {
    background-color: #111
}


.feeding-text-light2 .ticker-wrapper.has-js {
    background-color: #444
}

.main-slider1 {
    aspect-ratio: 1200 / 435;
    overflow: hidden;
}

.main-slider1 .nivo-main-image {
    height: 100% !important;
    object-fit: cover;
}

.img-overlay-slider {
    position: relative
}

.img-overlay-slider:before {
    opacity: .7;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#111), to(transparent));
    background-image: -webkit-linear-gradient(transparent, #111);
    background-image: -moz-linear-gradient(transparent, #111), -moz-linear-gradient(transparent, #111);
    background-image: -o-linear-gradient(transparent, #111), -o-linear-gradient(transparent, #111);
    background-image: linear-gradient(transparent, #111), linear-gradient(transparent, #111);
    content: "";
    height: 70%;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    z-index: 6
}

.slider-title {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    font-family: 'DroidKufi', sans-serif;
    width: 94%
}

.slider-title h2 {
    font-size: 56px;
    color: #fff;
    font-weight: bold;
    direction: rtl;
}

@media only screen and (max-width:767px) {
    .slider-title {
        font-size: 20px;
        width: 100%
    }

    .slider-title h2 {
        font-size: 28px
    }
}

@media only screen and (max-width:575px) {
    .slider-title {
        font-size: 18px
    }

    .nivo-caption {

        padding: 5px 10px;
    }

    .feeding-text-dark {
        margin-bottom: 10px;
    }
}

.main-slider1 .preview-1 .nivo-controlNav {
    position: absolute
}

.preview-1 .nivo-controlNav a.active,
.preview-1 .nivo-controlNav a:hover {
    background: #ec6a2b;
    cursor: pointer
}

.nivo-caption {
    top: 0px;
    opacity: 1
}

@media only screen and (max-width:991px) {
    .nivo-caption {
        top: 50px
    }
}

@media only screen and (max-width:767px) {
    .nivo-caption {
        top: 30px
    }
}

@media only screen and (max-width:575px) {
    .nivo-caption {
        top: 0
    }
}

.preview-1 .nivo-controlNav {
    bottom: 20px;
    right: inherit;
    left: 55px
}

@media only screen and (max-width:767px) {
    .preview-1 .nivo-controlNav {
        bottom: 10px
    }
}

@media only screen and (max-width:575px) {
    .preview-1 .nivo-controlNav {
        bottom: 0;
        left: 27px
    }
}

.preview-1 .nivo-controlNav a {
    border: 0;
    display: inline-block;
    height: 12px;
    margin: 0 5px;
    text-indent: -9999px;
    width: 12px;
    line-height: 8px;
    background: #c4c7cb;
    cursor: pointer;
    position: relative;
    opacity: 1;
    z-index: -999;
    border-radius: 50%
}

ul.stay-connected li {
    width: 25%;
    border-right: 1px solid #dcdcdc;
    text-align: center;
    display: inline-block;
    float: left;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

ul.stay-connected li:last-child {
    border-right: 0;
    padding-right: 0;
    margin-right: 0
}

ul.stay-connected li i {
    margin: 0 auto 10px;
    color: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    display: block;
    line-height: 50px;
    font-size: 18px
}

ul.stay-connected li p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1;
    color: #444
}

ul.stay-connected li:hover {
    opacity: .8
}

ul.stay-connected .facebook i {
    background-color: #3b5998
}

ul.stay-connected .twitter i {
    background-color: #0091ea
}

ul.stay-connected .linkedin i {
    background-color: #1976d2
}

ul.stay-connected .whatsapp i {
    background-color: #19d23f
}

ul.stay-connected .youtube i {
    background-color: #ec6a2b
}

ul.sidebar_ul_list {
    text-align: right;
    direction: rtl;
}

ul.sidebar_ul_list li {
    padding: 10px;
    border-bottom: 1px solid #dcdcdc;
}

ul.sidebar_ul_list li:last-child {
    border-bottom: none;

}

ul.sidebar_ul_list li i {
    padding-left: 10px;
}

ul.sidebar_ul_list li a {
    color: #111;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

ul.sidebar_ul_list li a:hover {
    color: #ec6a2b
}

.newsletter-area {
    text-align: center;
    padding: 45px 30px
}

.newsletter-area .stylish-input-group {
    border: none;
    padding: 0
}

.newsletter-area .stylish-input-group .form-control {
    border: none;
    box-shadow: 0 0 0;
    text-transform: lowercase;
    color: #444;
    height: 42px;
    background-color: #fff;
    border-radius: 4px 0 0 4px;
    font-size: 15px
}

.newsletter-area .stylish-input-group .input-group-addon {
    background: 0 0;
    border: none;
    padding: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.newsletter-area .stylish-input-group .input-group-addon button {
    border-radius: 0 4px 4px 0;
    border: 0;
    padding: 0 17px;
    height: 42px;
    background-color: #111;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.newsletter-area .stylish-input-group .input-group-addon button i {
    font-size: 20px;
    color: #fff;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.newsletter-area .stylish-input-group .input-group-addon button:hover {
    background: #ddd
}

.newsletter-area .stylish-input-group .input-group-addon button:hover i {
    color: #111
}

.newsletter-area input.form-control::-webkit-input-placeholder,
.newsletter-area textarea.form-control::-webkit-input-placeholder {
    color: #444
}

.newsletter-area input.form-control::-moz-placeholder,
.newsletter-area textarea.form-control::-moz-placeholder {
    color: #444
}

.newsletter-area input.form-control:-moz-placeholder,
.newsletter-area textarea.form-control:-moz-placeholder {
    color: #444
}

.newsletter-area input.form-control:-ms-input-placeholder,
.newsletter-area textarea.form-control:-ms-input-placeholder {
    color: #444
}

.newsletter-area p {
    color: #fff
}

ul.sidebar-tags-cat {
    display: inline-block;
    margin-bottom: 5px;
    width: 100%;
}

ul.sidebar-tags-cat li {
    text-transform: capitalize;
    display: inline-block;
    float: right;
    margin: 0.6% 0.5%;
    width: 49%;
}

ul.sidebar-tags-cat li a {
    border: 1px solid #ec6a2b;
    background-color: #ec6a2b;
    display: inline-block;
    padding: 10px 5px;
    color: #fff;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    width: 100%;
}

ul.sidebar-tags-cat li a:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000
}

ul.sidebar-tags {
    display: inline-block;
    margin-bottom: -5px
}

ul.sidebar-tags li {
    text-transform: capitalize;
    display: inline-block;
    float: right;
    margin-left: 5px;
    margin-top: 5px
}

ul.sidebar-tags li a {
    border: 1px solid #dcdcdc;
    display: inline-block;
    padding: 10px 20px;
    color: #444;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

ul.sidebar-tags li a:hover {
    background-color: #ec6a2b;
    color: #fff;
    border: 1px solid #ec6a2b
}

.post-by {
    font-style: italic;
    font-size: 14px
}

ul.author-social-style2 li {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #dcdcdc;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

ul.author-social-style2 li a {
    color: #ec6a2b;
    display: block;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

ul.author-social-style2 li a i {
    line-height: 40px;
}

ul.author-social-style2 li:hover {
    background-color: #ec6a2b;
    border: 1px solid #ec6a2b
}

ul.author-social-style2 li:hover a {
    color: #fff
}

ul.address-info {
    margin-bottom: 10px;
    text-align: right;
    direction: rtl;
}

ul.address-info li {
    font-size: 16px;
    color: #111;
    position: relative;
    display: inline-flex;
    width: 49%;
    margin-bottom: 15px;
    padding-right: 40px;
    text-align: right;
    direction: rtl;
}

.card-body .card-title {
    font-size: 22px;
    height: 90px;
    text-align: right;
    direction: rtl;
}


.card-body .card-title i {
    font-size: 90px;
    opacity: 40%;
    position: absolute;
    left: 10px;
    bottom: 5px;
}

.card-body .card-title span {
    font-size: 10px;
}

@media only screen and (max-width:767px) {
    ul.address-info li {
        width: 100%;
        display: block
    }
}

ul.address-info li i {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0px;
    z-index: 1;
    color: #ec6a2b
}

.contact-form .form-group {
    margin-bottom: 20px
}

.contact-form .form-group .form-control {
    color: #111;
    font-weight: 600;
    font-size: 14px;
    border-radius: 0;
    background: #f4f4f4;
    border: none;
    -webkit-box-shadow: 0 1px 0 0 rgba(216, 216, 216, .75);
    -moz-box-shadow: 0 1px 0 0 rgba(216, 216, 216, .75);
    box-shadow: 0 1px 0 0 rgba(216, 216, 216, .75);
    text-align: right;
    direction: rtl;
}

.contact-form .form-group input,
.contact-form .form-group select {
    padding: .5rem 1.5rem;
    height: 45px
}

.contact-form .form-group textarea {
    padding: 15px 1.5rem 1.5rem
}

.contact-form .form-group button {
    margin-top: 20px
}

.contact-form input.search-input:focus {
    outline: 0
}

.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder {
    color: #444
}

.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder {
    color: #444
}

.contact-form input:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
    color: #444
}

.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder {
    color: #444
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #111 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.select2-container--open.select2-container--below .select2-selection--single {
    border: 1px solid #dcdcdc
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: #111 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.select2-container--open.select2-container--above .select2-selection--single {
    border: 1px solid #dcdcdc
}

.select2-container .select2-selection--single {
    height: 40px
}

.select2-container--classic .select2-selection--single {
    background-color: #fff;
    background-image: none;
    border-radius: 0;
    border: 1px solid #dcdcdc
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    color: #707070;
    font-weight: 400 !important
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    top: 7px;
    background-color: transparent;
    background-image: none;
    border-style: none;
    right: 5px
}

.select2-container--classic .select2-dropdown {
    border: 1px solid #dcdcdc !important;
    border-radius: 0
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #ec6a2b;
    color: #fff;
    font-weight: 600
}

.select2-container--classic .select2-selection--single:focus,
.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #dcdcdc
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    background-image: none;
    background-color: #fff
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    background-image: none;
    background-color: #fff;
    border-top: 1px solid #dcdcdc
}

.select2-container--classic .select2-dropdown {
    width: 160px !important;
    z-index: 8
}

.news-details-layout1 p {
    font-size: 14px;
    line-height: 26px
}

blockquote {
    display: inline-block;
    padding: 30px 15px 35px 80px;
    position: relative;
    font-size: 16px;
    line-height: 30px;
    font-style: italic;
    border-left: 3px solid #ec6a2b
}

@media only screen and (max-width:575px) {
    blockquote {
        padding: 30px 20px 35px 50px
    }
}

blockquote:before {
    content: "\f10d";
    position: absolute;
    left: 35px;
    top: 25px;
    color: #ec6a2b;
    font-size: 36px;
    z-index: 1;
    font-family: fontawesome
}

@media only screen and (max-width:575px) {
    blockquote:before {
        left: 5px
    }
}

ul.post-info-dark li {
    display: inline-block;
    margin-left: 12px;
    padding-left: 12px;
    border-left: 2px solid #dcdcdc;
    line-height: 1
}

ul.post-info-dark li i {
    padding-left: 10px;
}

ul.post-info-dark li:first-child a {
    font-weight: 600
}

ul.post-info-dark li:first-child {
    border-left: 0
}

ul.post-info-dark li a {
    font-size: 14px;
    color: #444;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

ul.post-info-dark li a:hover {
    color: #ec6a2b
}

ul.post-info-dark li a i {
    margin-right: 15px
}

ul.post-info-dark li span {
    color: #ec6a2b
}

ul.blog-tags {
    margin-bottom: 30px;
    margin-top: 30px
}

ul.blog-tags li {
    font-size: 13px
}

ul.blog-tags li a {
    border: 1px solid #dcdcdc;
    display: block;
    padding: 3px 10px;
    color: #444;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

ul.blog-tags li a:hover {
    color: #fff;
    background-color: #111;
    border: 1px solid #111
}

ul.blog-tags li:first-child {
    border: 1px solid #ec6a2b;
    padding: 3px 15px;
    background-color: #ec6a2b;
    color: #fff;
    font-size: 14px
}

.post-share-area {
    padding: 20px;
    background-color: #f8f8f8
}

.post-share-area p {
    font-size: 16px;
    font-weight: 600
}

.comments-area h2 {
    text-align: right;
    direction: rtl;
}

.comments-area ul li {
    margin-bottom: 20px;
    /*    padding-bottom: 2rem;*/
    position: relative;
    /*    border-bottom: 1px solid #dcdcdc*/
}

.comments-area ul li .comments-content {
    padding-top: 10px
}

.comments-area ul li .comments-content h3 a span {
    color: #444;
    font-weight: 400
}

.comments-area ul li:nth-child(even) {
    margin-left: 4rem
}

.comments-area ul li:nth-child(even) .comments-content span {
    right: 30px
}

.leave-comments .form-group {
    margin-bottom: 20px
}

.leave-comments .form-group .form-control {
    color: #111;
    font-weight: 600;
    font-size: 14px;
    border-radius: 0;
    background: #f4f4f4;
    border: none;
    -webkit-box-shadow: 0 1px 0 0 rgba(216, 216, 216, .75);
    -moz-box-shadow: 0 1px 0 0 rgba(216, 216, 216, .75);
    box-shadow: 0 1px 0 0 rgba(216, 216, 216, .75)
}

.leave-comments .form-group input {
    padding: .5rem 1.5rem;
    height: 45px
}

.leave-comments .form-group textarea {
    padding: 15px 1.5rem 1.5rem;
    text-align: right;
    direction: rtl;
}

.leave-comments .form-group button {
    margin-top: 20px
}

.leave-comments input.search-input:focus {
    outline: 0
}

.leave-comments input::-webkit-input-placeholder,
.leave-comments textarea::-webkit-input-placeholder {
    color: #444
}

.leave-comments input::-moz-placeholder,
.leave-comments textarea::-moz-placeholder {
    color: #444
}

.leave-comments input:-moz-placeholder,
.leave-comments textarea:-moz-placeholder {
    color: #444
}

.leave-comments input:-ms-input-placeholder,
.leave-comments textarea:-ms-input-placeholder {
    color: #444
}

.breadcrumbs-area {
    text-align: right;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    padding: 33px 0
}

.breadcrumbs-area:after {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, .7);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

.breadcrumbs-area .breadcrumbs-content {
    position: relative;
    z-index: 1
}

.breadcrumbs-area .breadcrumbs-content h1 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 2px;
    color: #fff;
    font-size: 28px;
    text-align: right;
}

@media only screen and (max-width:767px) {
    .breadcrumbs-area .breadcrumbs-content h1 {
        font-size: 26px
    }
}

.breadcrumbs-area .breadcrumbs-content ul li {
    display: inline-block;
    color: #fff
}

.breadcrumbs-area .breadcrumbs-content ul li a {
    font-family: 'DroidKufi', sans-serif;
    font-size: 14px;
    color: #9d9c9c;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.breadcrumbs-area .breadcrumbs-content ul li a:hover {
    color: #ec6a2b
}

.gallery-layout-1 {
    position: relative
}

footer {
    background-color: #000
}

footer .footer-area-top {
    padding: 60px 0 10px;
    border-bottom: 1px solid #4d4d4d
}

footer .footer-box {
    width: 100%;
    margin-bottom: 40px;
    display: inline-block
}

footer .footer-contact-box-p {
    color: #fff;
    margin-bottom: 25px;
    direction: rtl;
}

footer .footer-contact-box-list {
    color: #fff;
    direction: rtl;
}

footer .footer-contact-box-list li {
    margin-bottom: 10px;
}

footer .footer-contact-box-list li i {
    padding-left: 15px;
}

footer .footer-box ul.popular-categories li {
    margin-right: 20px;
    margin-bottom: 10px;
    position: relative
}

footer .footer-box ul.popular-categories li:last-child {
    margin-bottom: 0
}

footer .footer-box ul.popular-categories li a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-family: 'DroidKufi', sans-serif;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

footer .footer-box ul.popular-categories li a span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    font-size: 14px;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

footer .footer-box ul.popular-categories li:hover a {
    color: #ec6a2b
}

footer .footer-box ul.popular-categories li:hover a span {
    font-size: 20px
}

footer .footer-box ul.popular-categories li:hover:before {
    right: 0;
    left: 0;
    width: 100%
}

footer .footer-box ul.popular-categories li:before {
    content: "";
    background-color: #ec6a2b;
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    position: absolute;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

footer .footer-box ul.post-gallery li {
    display: inline-table;
    margin-bottom: 20px;
    margin-left: 15px;
    float: right;
}

footer .footer-box ul.post-gallery figure {
    margin: 0;
    padding: 0;
    background: 0 0;
    overflow: hidden;
    position: relative
}

footer .footer-box ul.post-gallery figure img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

footer .footer-box ul.post-gallery figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg)
}

footer .footer-box ul.post-gallery figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s
}

@keyframes shine {
    100% {
        left: 125%
    }
}

footer .footer-area-bottom {
    padding: 20px 0 0 0;
}

footer .footer-area-bottom .footer-logo {
    margin-bottom: 30px;
    display: block
}

footer .footer-area-bottom .footer-logo img {
    margin: 0 auto;
    max-width: 200px;
}

footer .footer-area-bottom p {
    color: #b9b9b9
}

ul.footer-social {
    margin-bottom: 30px
}

ul.footer-social li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 8px
}

ul.footer-social li:last-child {
    margin-right: 0
}

ul.footer-social li a {
    width: 45px;
    height: 40px;
    line-height: 40px !important;
    background-color: #404040;
    text-align: center;
    color: #fff;
    display: block;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

ul.footer-social li a:hover {
    background-color: #ec6a2b
}

ul.footer-social li a i {
    line-height: 40px;
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}

.mb-2 {
    margin-bottom: 2px !important
}

.mb-3 {
    margin-bottom: 3px !important
}

.mb-4 {
    margin-bottom: 4px !important
}

.mb-5 {
    margin-bottom: 5px !important
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-20-r {
    margin-bottom: 2rem
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-50 {
    margin-bottom: 50px
}

.pt-10 {
    padding-top: 10px
}

.pt-20 {
    padding-top: 20px
}

.pr-30 {
    padding-right: 30px
}

.pb-20 {
    padding-bottom: 20px
}

.pl-30 {
    padding-left: 30px
}

.pl-50 {
    padding-left: 50px
}

.p-35-r {
    padding: 3.5rem
}

.mt-20-r {
    margin-top: 2rem
}

.topic-box-margin {
    margin-top: 4px;
    margin-bottom: 5px
}

.min-height-none {
    min-height: inherit
}

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


.p-mb-none-child p {
    margin-bottom: 0
}

.width-40 {
    width: 40%
}

.width-100 {
    width: 100%
}

img.width-100 {
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.hero-grid-row .img-scale-animate img,
.hero-grid-row img.width-100 {
    aspect-ratio: auto;
    object-fit: initial;
}

@media (min-width:768px) and (max-width:991px) {

    .width40-md {
        width: 40%
    }
}

@media (min-width:992px) and (max-width:1199px) {

    .width26-lg {
        width: 26%
    }

    .width38-lg {
        width: 38%
    }
}

@media only screen and (max-width:1199px) {
    h2 {
        font-size: 19px
    }

    h2.size-sm {
        font-size: 17px
    }

    h2.size-lg {
        font-size: 21px
    }

    h2.size-xl {
        font-size: 23px
    }

    h3 {
        font-size: 15px
    }

    h3.size-sm {
        font-size: 13px
    }

    h3.size-md {
        font-size: 14px
    }

    h3.size-lg {
        font-size: 14px
    }

    .media-none--lg {
        display: block
    }

    .media-none--lg>div {
        width: 100%
    }

    .media-none--lg .media-body.media-margin30 {
        margin-left: 0;
        margin-top: 15px
    }
}

@media only screen and (max-width:991px) {
    h2 {
        font-size: 18px
    }

    h2.size-sm {
        font-size: 16px
    }

    h2.size-lg {
        font-size: 20px
    }

    h2.size-xl {
        font-size: 22px
    }

    h3 {
        font-size: 14px
    }

    h3.size-lg {
        font-size: 13px
    }

    .size-c22 {
        font-size: 20px
    }

    .sidebar-break-md {
        margin-top: 4rem
    }
}

@media only screen and (max-width:767px) {
    h1 {
        font-size: 22px
    }

    h2 {
        font-size: 17px
    }

    h2.size-lg {
        font-size: 19px
    }

    h2.size-xl {
        font-size: 21px
    }

    h3 {
        font-size: 13px
    }

    .size-c22 {
        font-size: 18px
    }
}

@media only screen and (max-width:575px) {
    h1 {
        font-size: 20px
    }

    .pl20-xs {
        padding-left: 20px
    }

    .media-none-xs {
        display: block
    }

    .media-none-xs img {
        max-width: 100%
    }

    .media-none-xs .media-body.media-margin30 {
        margin-left: 0;
        margin-top: 15px
    }
}

/* ===== Dark mode (added by session) ===== */
html.dark-mode body{background-color:#121212 !important;color:#d0d0d0 !important;}
html.dark-mode .page-content{background-color:#121212 !important;}
html.dark-mode .bg-body,
html.dark-mode .bg-accent,
html.dark-mode .bg-secondary-body,
html.dark-mode .item-shadow-1,
html.dark-mode .sidebar-box,
html.dark-mode .adv-trust-card,
html.dark-mode .adv-format-card,
html.dark-mode .adv-form-wrap,
html.dark-mode .lc-card,
html.dark-mode .lc-extra-box,
html.dark-mode .lc-accordion-head{
    background-color:#1e1e1e !important;
    color:#d0d0d0 !important;
    border-color:#333 !important;
}
html.dark-mode h1,html.dark-mode h2,html.dark-mode h3,html.dark-mode h4,html.dark-mode h5,html.dark-mode h6,
html.dark-mode .title-medium-dark,
html.dark-mode .adv-trust-card h4,
html.dark-mode .adv-format-card h5,
html.dark-mode .adv-form-wrap h3,
html.dark-mode .adv-faq-head,
html.dark-mode .adv-section-title{color:#f0f0f0 !important;}
html.dark-mode .adv-section-sub,
html.dark-mode .adv-trust-card p,
html.dark-mode .adv-format-card p,
html.dark-mode .adv-form-note,
html.dark-mode .adv-faq-body{color:#999 !important;}
html.dark-mode .form-control,
html.dark-mode select,
html.dark-mode textarea{
    background-color:#2a2a2a !important;
    color:#e0e0e0 !important;
    border-color:#444 !important;
}
html.dark-mode #article-body-content,
html.dark-mode #article-body-content *{
    color:#d0d0d0 !important;
    background-color:transparent !important;
    border-color:#333 !important;
}
html.dark-mode table,
html.dark-mode .lc-table td,
html.dark-mode .lc-table th{color:#d0d0d0 !important;border-color:#333 !important;background-color:transparent !important;}
html.dark-mode .lc-table tbody tr:hover{background:#262626 !important;}
html.dark-mode a{color:#5aa9ff;}
html.dark-mode .btn-ftg-ptp-56,
html.dark-mode .adv-submit-btn{color:#fff !important;}

/* common inline muted-grey text colors used across legacy templates */
html.dark-mode [style*="color:#666"],html.dark-mode [style*="color: #666"],
html.dark-mode [style*="color:#777"],html.dark-mode [style*="color: #777"],
html.dark-mode [style*="color:#888"],html.dark-mode [style*="color: #888"],
html.dark-mode [style*="color:#999"],html.dark-mode [style*="color: #999"],
html.dark-mode [style*="color:#444"],html.dark-mode [style*="color: #444"],
html.dark-mode [style*="color:#555"],html.dark-mode [style*="color: #555"],
html.dark-mode [style*="color:#212529"],html.dark-mode [style*="color: #212529"],
html.dark-mode [style*="color:#111"],html.dark-mode [style*="color: #111"]{
    color:#b8b8b8 !important;
}

#dark-mode-toggle{background:transparent;border:0;padding:0;font-size:18px;color:#fff;cursor:pointer;line-height:40px;}

@media only screen and (max-width:767px){
    #dark-mode-li{display:inline-block !important;width:auto !important;height:auto !important;}
}
html.dark-mode .news-ticker-fixed{background-color:#1e1e1e !important;color:#d0d0d0 !important;}
html.dark-mode .news-ticker-fixed a{color:#d0d0d0 !important;}
