/*
	*******************
	Template name:  CaNews
	Version:        1.0
	Author:         themelooks
	Author url:     https://themelooks.com

	NOTE:
	-----
	Please DO NOT EDIT THIS CSS, you may need to use "custom.css" file for writing your custom css.
	We may release future updates so it will overwrite this file. it's better and safer to use "custom.css".

    ******** CSS INDEX ********
    01. Base
        1.1 Reset 
        1.2 Grid
        1.3 Colors
        1.4 Utilities
    02. Components
        2.1 Helper
        2.2 Animation
        2.3 Preloader
        2.4 Inputs
        2.5 Buttons
        2.6 Porgress
        2.7 Widget
        2.8 Titles
        2.9 Breadcrumb
        2.10 Menu
        2.11 Offcanvas
        2.12 Pagination
        2.13 Feature
        2.14 Breaking News
        2.15 Sliders
        2.16 404
        2.17 Coming Soon
    03. Layout
        3.1 Header
        3.2 Banner
        3.3 Blog
        3.4 footer
    04. Shop
        4.1 Single Product
        4.2 Cart
    ********************/
/* ************************
   01.1: Reset
   ********************* */
:root {
    --color-one: #f64a1d;
    --color-two: #44b947;
    --color-three: #f8ae32;
    --color-four: #fea900;
    --color-five: #ffcc2f;
    --color-six: #2c7bfa;
    --color-seven: #6130ee;
    --color-eight: #f65576;
    --color-nine: #f66e21;
    --color-title: #0a2644;
    --color-title-two: #fd4856;
    --color-text: #2c2f34;
    --color-light: #484747;
    --color-white: #ffffff;
    --color-black: #000000;
    --color-dark-one: #123d6c;
    --color-dark-two: #0a0818;
    --color-dark-three: #040404;
    --color-red-piratas: #fd4b4b;
}

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

* {
    outline: none !important;
}

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: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.625;
    color: #2c2f34;
    text-align: left;
    background-color: #ffffff;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden !important;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-weight: 700;
    line-height: 1.25;
    font-family: "Source Sans Pro", sans-serif;
    color: #0a2644;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 30px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 14px;
}

p {
    margin-top: 0;
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
}

abbr[title],
abbr[data-original-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;
}

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

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

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

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

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

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

figure {
    margin: 0 0 1rem;
}

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

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

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

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

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
    display: block;
}

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

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

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

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

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

textarea {
    overflow: auto;
    resize: vertical;
}

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

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

progress {
    vertical-align: baseline;
}

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

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

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

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

[data-tab] {
    display: none;
}

[data-tab].active {
    display: block;
}

output {
    display: inline-block;
}

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

template {
    display: none;
}

[hidden] {
    display: none !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

::-moz-selection {
    text-shadow: none;
    color: #ffffff;
    background-color: #f64a1d !important;
}

::selection {
    text-shadow: none;
    color: #ffffff;
    background-color: #f64a1d !important;
}

::-webkit-input-placeholder {
    color: #d5d5d5 !important;
    opacity: 1;
    font-size: 14px;
}

::-moz-placeholder {
    color: #d5d5d5 !important;
    opacity: 1;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #d5d5d5 !important;
    opacity: 1;
    font-size: 14px;
}

::-ms-input-placeholder {
    color: #d5d5d5 !important;
    opacity: 1;
    font-size: 14px;
}

::placeholder {
    color: #d5d5d5 !important;
    opacity: 1;
    font-size: 14px;
}

iframe {
    max-width: 100%;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none !important;
}

button,
input[type="submit"] {
    border: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-appearance: button;
    -moz-appearance: button;
}

textarea {
    resize: none;
}

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

table {
    width: 100%;
    max-width: 100%;
}

table th,
table td {
    padding: 15px 30px;
    border: 1px solid #e2e2e2;
}

table thead th {
    font-weight: 700;
    color: #0a2644;
}

table tbody td,
table tbody th {
    color: #2c2f34;
}

pre {
    border: 1px solid;
    border-radius: 4px;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 0.8em 1.6em;
}

code {
    font-size: inherit;
    margin: 0;
}

kbd {
    font-weight: 700;
    color: #0a2644;
}

ins {
    background-color: transparent;
    text-decoration: none;
}

q {
    font-style: italic;
    text-decoration: underline;
}

mark {
    background-color: #fcf8e3;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #e6e6e6;
}

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

.logo {
    text-align: center;
    display: block;
}

.logo img {
    max-width: 300px;
}

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

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

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

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

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

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

main section:last-of-type .container-fluid {
    width: 100% !important;
    padding-left: 0;
    padding-right: 0;
}
.img-fluid {
    max-width: 75% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}

/* ************************
   01.3: Color
   ********************* */
.horizontal-menu > .nav li ul li.current-menu-parent > a,
.horizontal-menu > .nav li ul li.current-menu-item > a {
    color: var(--color-one);
}

.pagination li a,
.pagination li span {
    color: var(--color-one);
}

.pagination li a.current,
.pagination li a:hover,
.pagination li span.current,
.pagination li span:hover {
    background-color: var(--color-one);
}

.c1 {
    color: var(--color-one) !important;
}

.c2 {
    color: var(--color-one) !important;
}

.c3 {
    color: var(--color-three) !important;
}

.c4 {
    color: var(--color-four) !important;
}

.c5 {
    color: var(--color-five) !important;
}

.c6 {
    color: var(--color-six) !important;
}

.c7 {
    color: var(--color-seven) !important;
}

.c8 {
    color: var(--color-eight) !important;
}

.c9 {
    color: var(--color-nine) !important;
}

.text-title {
    color: var(--color-title) !important;
}

.text-title-two {
    color: var(--color-title-two) !important;
}

.text-light {
    color: var(--color-light) !important;
}

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

.text-color {
    color: var(--color-text);
}

.c1-bg {
    background-color: var(--color-one) !important;
}

.c2-bg {
    background-color: var(--color-one) !important;
}

.c3-bg {
    background-color: var(--color-three) !important;
}

.c4-bg {
    background-color: var(--color-four) !important;
}

.c5-bg {
    background-color: var(--color-five) !important;
}

.c6-bg {
    background-color: var(--color-six) !important;
}

.c7-bg {
    background-color: var(--color-seven) !important;
}

.c8-bg {
    background-color: var(--color-eight) !important;
}

.c9-bg {
    background-color: var(--color-nine) !important;
}

.bg-dark {
    background-color: var(--color-title) !important;
}

.bg-dark-one {
    background-color: var(--color-dark-one) !important;
}

.bg-dark-two {
    background-color: var(--color-dark-two) !important;
}

.bg-dark-two-o20 {
    background-color: rgba(10, 8, 24, 0.2) !important;
}

.bg-dark-three {
    background-color: var(--color-dark-three) !important;
}

.bg-title-two {
    background-color: var(--color-title-two) !important;
}

.bg-white {
    background-color: var(--color-white) !important;
}

.bg-black,
.black-bg {
    background-color: var(--color-black) !important;
}

.bg-transparent {
    background-color: transparent !important;
}

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

.bg-light--two,
blockquote,
.post-author,
.post-navigation {
    background-color: rgba(18, 61, 108, 0.05);
}

.bg-white-light {
    background-color: rgba(255, 255, 255, 0.09) !important;
}

.bg-off-white {
    background-color: #fffef7 !important;
}

.bg-fb {
    background-color: #4282fa !important;
}

.bg-tw {
    background-color: #44bff6 !important;
}

.bg-yt {
    background-color: #ff0000 !important;
}

.bg-be {
    background-color: #2c7bfa !important;
}

.bg-dr {
    background-color: #f9679d !important;
}

.bg-sc {
    background-color: #ff8033 !important;
}

.bg-vk {
    background-color: #6130ee !important;
}

.bg-in {
    background-color: #e33777 !important;
}

.c1-bo {
    border-color: var(--color-one) !important;
}

.c2-bo {
    border-color: var(--color-one) !important;
}

.c3-bo {
    border-color: var(--color-three) !important;
}

.c4-bo {
    border-color: var(--color-four) !important;
}

.c5-bo {
    border-color: var(--color-five) !important;
}

.c6-bo {
    border-color: var(--color-six) !important;
}

.c7-bo {
    border-color: var(--color-seven) !important;
}

.c8-bo {
    border-color: var(--color-eight) !important;
}

.c9-bo {
    border-color: var(--color-nine) !important;
}

.transparent-bo {
    border-color: transparent !important;
}

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

.title-color-two a {
    color: var(--color-title-two);
}

.title-color-two {
    color: var(--color-title-two) !important;
}

.title-color-two-hover:hover {
    color: var(--color-title-two) !important;
}

.c2-hover a:not(.btn):not(.cat-btn):hover {
    color: var(--color-one) !important;
}

.c3-hover a:not(.btn):not(.cat-btn):hover {
    color: var(--color-three) !important;
}

.c4-hover a:not(.btn):not(.cat-btn):hover {
    color: var(--color-four) !important;
}

.c5-hover a:not(.btn):not(.cat-btn):hover {
    color: var(--color-five) !important;
}

.c6-hover a:not(.btn):not(.cat-btn):hover {
    color: var(--color-six) !important;
}

.c7-hover a:not(.btn):not(.cat-btn):hover {
    color: var(--color-seven) !important;
}

.c8-hover a:not(.btn):not(.cat-btn):hover {
    color: var(--color-eight) !important;
}

.c9-hover a:not(.btn):not(.cat-btn):hover {
    color: var(--color-nine) !important;
}

a.c1-hover:hover {
    color: var(--color-one) !important;
}

a.c2-hover:hover {
    color: var(--color-one) !important;
}

a.c3-hover:hover {
    color: var(--color-three) !important;
}

a.c4-hover:hover {
    color: var(--color-four) !important;
}

a.c5-hover:hover {
    color: var(--color-five) !important;
}

.text-white-hover:hover {
    color: var(--color-white) !important;
}

a.c1-hover-bg:hover {
    background-color: var(--color-one) !important;
}

a.c3-hover-bg:hover {
    background-color: var(--color-three) !important;
}

a.c4-hover-bg:hover {
    background-color: var(--color-four) !important;
}

a.c5-hover-bg:hover {
    background-color: var(--color-five) !important;
}

.bg-black .widget.widget_social_media_info ul li:nth-of-type(even)::after {
    background-color: var(--color-black);
}

.bg-black .widget.widget_social_media_info ul li:nth-of-type(odd)::after {
    background-color: var(--color-black);
}

.bg-category {
    background-color: rgba(235, 235, 226, 0.7);
}

/* ************************
   01.4: Utilities
   ********************* */
.clearfix {
    clear: both;
    margin-top: 20px;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

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

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

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

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

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

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

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

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

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }
    .d-sm-inline {
        display: inline !important;
    }
    .d-sm-inline-block {
        display: inline-block !important;
    }
    .d-sm-block {
        display: block !important;
    }
    .d-sm-table {
        display: table !important;
    }
    .d-sm-table-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }
    .d-md-inline {
        display: inline !important;
    }
    .d-md-inline-block {
        display: inline-block !important;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-table {
        display: table !important;
    }
    .d-md-table-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }
    .d-lg-inline {
        display: inline !important;
    }
    .d-lg-inline-block {
        display: inline-block !important;
    }
    .d-lg-block {
        display: block !important;
    }
    .d-lg-table {
        display: table !important;
    }
    .d-lg-table-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }
    .d-xl-inline {
        display: inline !important;
    }
    .d-xl-inline-block {
        display: inline-block !important;
    }
    .d-xl-block {
        display: block !important;
    }
    .d-xl-table {
        display: table !important;
    }
    .d-xl-table-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -webkit-inline-box !important;
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.flex-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -webkit-box-flex: 0 !important;
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -webkit-box-flex: 1 !important;
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

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

.justify-content-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

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

.align-items-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

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

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    -ms-grid-row-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    -ms-grid-row-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    -ms-grid-row-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-md-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-md-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        -webkit-box-align: start !important;
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -webkit-box-align: end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }
    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }
    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
    }
    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
    }
    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width: 576px) {
    .float-sm-left {
        float: left !important;
    }
    .float-sm-right {
        float: right !important;
    }
    .float-sm-none {
        float: none !important;
    }
}

@media (min-width: 768px) {
    .float-md-left {
        float: left !important;
    }
    .float-md-right {
        float: right !important;
    }
    .float-md-none {
        float: none !important;
    }
}

@media (min-width: 992px) {
    .float-lg-left {
        float: left !important;
    }
    .float-lg-right {
        float: right !important;
    }
    .float-lg-none {
        float: none !important;
    }
}

@media (min-width: 1200px) {
    .float-xl-left {
        float: left !important;
    }
    .float-xl-right {
        float: right !important;
    }
    .float-xl-none {
        float: none !important;
    }
}

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

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

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only,
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.sr-only-focusable:active,
.sr-only-focusable:focus,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #161619;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

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

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.min-vw-100 {
    min-width: 100vw !important;
}

.min-vh-100 {
    min-height: 100vh !important;
}

.vw-100 {
    width: 100vw !important;
}

.vh-100 {
    height: 100vh !important;
}

.m-0 {
    margin: 0 !important;
}

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

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

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

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

.m-5 {
    margin: 5px !important;
}

.mt-5,
.my-5 {
    margin-top: 5px !important;
}

.mr-5,
.mx-5 {
    margin-right: 5px !important;
}

.mb-5,
.my-5 {
    margin-bottom: 5px !important;
}

.ml-5,
.mx-5 {
    margin-left: 5px !important;
}

.m-10 {
    margin: 10px !important;
}

.mt-10,
.my-10 {
    margin-top: 10px !important;
}

.mr-10,
.mx-10 {
    margin-right: 10px !important;
}

.mb-10,
.my-10 {
    margin-bottom: 10px !important;
}

.ml-10,
.mx-10 {
    margin-left: 10px !important;
}

.m-15 {
    margin: 15px !important;
}

.mt-15,
.my-15 {
    margin-top: 15px !important;
}

.mr-15,
.mx-15 {
    margin-right: 15px !important;
}

.mb-15,
.my-15 {
    margin-bottom: 15px !important;
}

.ml-15,
.mx-15 {
    margin-left: 15px !important;
}

.m-20 {
    margin: 20px !important;
}

.mt-20,
.my-20 {
    margin-top: 20px !important;
}

.mr-20,
.mx-20 {
    margin-right: 20px !important;
}

.mb-20,
.my-20 {
    margin-bottom: 20px !important;
}

.ml-20,
.mx-20 {
    margin-left: 20px !important;
}

.m-25 {
    margin: 25px !important;
}

.mt-25,
.my-25 {
    margin-top: 25px !important;
}

.mr-25,
.mx-25 {
    margin-right: 25px !important;
}

.mb-25,
.my-25 {
    margin-bottom: 25px !important;
}

.ml-25,
.mx-25 {
    margin-left: 25px !important;
}

.m-30 {
    margin: 30px !important;
}

.mt-30,
.my-30 {
    margin-top: 30px !important;
}

.mr-30,
.mx-30 {
    margin-right: 30px !important;
}

.mb-30,
.my-30 {
    margin-bottom: 30px !important;
}

.ml-30,
.mx-30 {
    margin-left: 30px !important;
}

.m-50 {
    margin: 50px !important;
}

.mt-50,
.my-50 {
    margin-top: 50px !important;
}

.mr-50,
.mx-50 {
    margin-right: 50px !important;
}

.mb-50,
.my-50 {
    margin-bottom: 50px !important;
}

.ml-50,
.mx-50 {
    margin-left: 50px !important;
}

.p-0 {
    padding: 0 !important;
}

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

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

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

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

.p-5 {
    padding: 5px !important;
}

.pt-5,
.py-5 {
    padding-top: 5px !important;
}

.pr-5,
.px-5 {
    padding-right: 5px !important;
}

.pb-5,
.py-5 {
    padding-bottom: 5px !important;
}

.pl-5,
.px-5 {
    padding-left: 5px !important;
}

.p-10 {
    padding: 10px !important;
}

.pt-10,
.py-10 {
    padding-top: 10px !important;
}

.pr-10,
.px-10 {
    padding-right: 10px !important;
}

.pb-10,
.py-10 {
    padding-bottom: 10px !important;
}

.pl-10,
.px-10 {
    padding-left: 10px !important;
}

.p-15 {
    padding: 15px !important;
}

.pt-15,
.py-15 {
    padding-top: 15px !important;
}

.pr-15,
.px-15 {
    padding-right: 15px !important;
}

.pb-15,
.py-15 {
    padding-bottom: 15px !important;
}

.pl-15,
.px-15 {
    padding-left: 15px !important;
}

.p-20 {
    padding: 20px !important;
}

.pt-20,
.py-20 {
    padding-top: 20px !important;
}

.pr-20,
.px-20 {
    padding-right: 20px !important;
}

.pb-20,
.py-20 {
    padding-bottom: 20px !important;
}

.pl-20,
.px-20 {
    padding-left: 20px !important;
}

.p-25 {
    padding: 25px !important;
}

.pt-25,
.py-25 {
    padding-top: 25px !important;
}

.pr-25,
.px-25 {
    padding-right: 25px !important;
}

.pb-25,
.py-25 {
    padding-bottom: 25px !important;
}

.pl-25,
.px-25 {
    padding-left: 25px !important;
}

.p-30 {
    padding: 30px !important;
}

.pt-30,
.py-30 {
    padding-top: 30px !important;
}

.pr-30,
.px-30 {
    padding-right: 30px !important;
}

.pb-30,
.py-30 {
    padding-bottom: 30px !important;
}

.pl-30,
.px-30 {
    padding-left: 30px !important;
}

.p-50 {
    padding: 50px !important;
}

.pt-50,
.py-50 {
    padding-top: 50px !important;
}

.pr-50,
.px-50 {
    padding-right: 50px !important;
}

.pb-50,
.py-50 {
    padding-bottom: 50px !important;
}

.pl-50,
.px-50 {
    padding-left: 50px !important;
}

.m-auto {
    margin: auto !important;
}

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

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

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

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

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-5 {
        margin: 5px !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 5px !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 5px !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 5px !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 5px !important;
    }
    .m-sm-10 {
        margin: 10px !important;
    }
    .mt-sm-10,
    .my-sm-10 {
        margin-top: 10px !important;
    }
    .mr-sm-10,
    .mx-sm-10 {
        margin-right: 10px !important;
    }
    .mb-sm-10,
    .my-sm-10 {
        margin-bottom: 10px !important;
    }
    .ml-sm-10,
    .mx-sm-10 {
        margin-left: 10px !important;
    }
    .m-sm-15 {
        margin: 15px !important;
    }
    .mt-sm-15,
    .my-sm-15 {
        margin-top: 15px !important;
    }
    .mr-sm-15,
    .mx-sm-15 {
        margin-right: 15px !important;
    }
    .mb-sm-15,
    .my-sm-15 {
        margin-bottom: 15px !important;
    }
    .ml-sm-15,
    .mx-sm-15 {
        margin-left: 15px !important;
    }
    .m-sm-20 {
        margin: 20px !important;
    }
    .mt-sm-20,
    .my-sm-20 {
        margin-top: 20px !important;
    }
    .mr-sm-20,
    .mx-sm-20 {
        margin-right: 20px !important;
    }
    .mb-sm-20,
    .my-sm-20 {
        margin-bottom: 20px !important;
    }
    .ml-sm-20,
    .mx-sm-20 {
        margin-left: 20px !important;
    }
    .m-sm-25 {
        margin: 25px !important;
    }
    .mt-sm-25,
    .my-sm-25 {
        margin-top: 25px !important;
    }
    .mr-sm-25,
    .mx-sm-25 {
        margin-right: 25px !important;
    }
    .mb-sm-25,
    .my-sm-25 {
        margin-bottom: 25px !important;
    }
    .ml-sm-25,
    .mx-sm-25 {
        margin-left: 25px !important;
    }
    .m-sm-30 {
        margin: 30px !important;
    }
    .mt-sm-30,
    .my-sm-30 {
        margin-top: 30px !important;
    }
    .mr-sm-30,
    .mx-sm-30 {
        margin-right: 30px !important;
    }
    .mb-sm-30,
    .my-sm-30 {
        margin-bottom: 30px !important;
    }
    .ml-sm-30,
    .mx-sm-30 {
        margin-left: 30px !important;
    }
    .m-sm-50 {
        margin: 50px !important;
    }
    .mt-sm-50,
    .my-sm-50 {
        margin-top: 50px !important;
    }
    .mr-sm-50,
    .mx-sm-50 {
        margin-right: 50px !important;
    }
    .mb-sm-50,
    .my-sm-50 {
        margin-bottom: 50px !important;
    }
    .ml-sm-50,
    .mx-sm-50 {
        margin-left: 50px !important;
    }
    .p-sm-0 {
        padding: 0 !important;
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }
    .p-sm-5 {
        padding: 5px !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 5px !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 5px !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 5px !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 5px !important;
    }
    .p-sm-10 {
        padding: 10px !important;
    }
    .pt-sm-10,
    .py-sm-10 {
        padding-top: 10px !important;
    }
    .pr-sm-10,
    .px-sm-10 {
        padding-right: 10px !important;
    }
    .pb-sm-10,
    .py-sm-10 {
        padding-bottom: 10px !important;
    }
    .pl-sm-10,
    .px-sm-10 {
        padding-left: 10px !important;
    }
    .p-sm-15 {
        padding: 15px !important;
    }
    .pt-sm-15,
    .py-sm-15 {
        padding-top: 15px !important;
    }
    .pr-sm-15,
    .px-sm-15 {
        padding-right: 15px !important;
    }
    .pb-sm-15,
    .py-sm-15 {
        padding-bottom: 15px !important;
    }
    .pl-sm-15,
    .px-sm-15 {
        padding-left: 15px !important;
    }
    .p-sm-20 {
        padding: 20px !important;
    }
    .pt-sm-20,
    .py-sm-20 {
        padding-top: 20px !important;
    }
    .pr-sm-20,
    .px-sm-20 {
        padding-right: 20px !important;
    }
    .pb-sm-20,
    .py-sm-20 {
        padding-bottom: 20px !important;
    }
    .pl-sm-20,
    .px-sm-20 {
        padding-left: 20px !important;
    }
    .p-sm-25 {
        padding: 25px !important;
    }
    .pt-sm-25,
    .py-sm-25 {
        padding-top: 25px !important;
    }
    .pr-sm-25,
    .px-sm-25 {
        padding-right: 25px !important;
    }
    .pb-sm-25,
    .py-sm-25 {
        padding-bottom: 25px !important;
    }
    .pl-sm-25,
    .px-sm-25 {
        padding-left: 25px !important;
    }
    .p-sm-30 {
        padding: 30px !important;
    }
    .pt-sm-30,
    .py-sm-30 {
        padding-top: 30px !important;
    }
    .pr-sm-30,
    .px-sm-30 {
        padding-right: 30px !important;
    }
    .pb-sm-30,
    .py-sm-30 {
        padding-bottom: 30px !important;
    }
    .pl-sm-30,
    .px-sm-30 {
        padding-left: 30px !important;
    }
    .p-sm-50 {
        padding: 50px !important;
    }
    .pt-sm-50,
    .py-sm-50 {
        padding-top: 50px !important;
    }
    .pr-sm-50,
    .px-sm-50 {
        padding-right: 50px !important;
    }
    .pb-sm-50,
    .py-sm-50 {
        padding-bottom: 50px !important;
    }
    .pl-sm-50,
    .px-sm-50 {
        padding-left: 50px !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-5 {
        margin: 5px !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 5px !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 5px !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 5px !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 5px !important;
    }
    .m-md-10 {
        margin: 10px !important;
    }
    .mt-md-10,
    .my-md-10 {
        margin-top: 10px !important;
    }
    .mr-md-10,
    .mx-md-10 {
        margin-right: 10px !important;
    }
    .mb-md-10,
    .my-md-10 {
        margin-bottom: 10px !important;
    }
    .ml-md-10,
    .mx-md-10 {
        margin-left: 10px !important;
    }
    .m-md-15 {
        margin: 15px !important;
    }
    .mt-md-15,
    .my-md-15 {
        margin-top: 15px !important;
    }
    .mr-md-15,
    .mx-md-15 {
        margin-right: 15px !important;
    }
    .mb-md-15,
    .my-md-15 {
        margin-bottom: 15px !important;
    }
    .ml-md-15,
    .mx-md-15 {
        margin-left: 15px !important;
    }
    .m-md-20 {
        margin: 20px !important;
    }
    .mt-md-20,
    .my-md-20 {
        margin-top: 20px !important;
    }
    .mr-md-20,
    .mx-md-20 {
        margin-right: 20px !important;
    }
    .mb-md-20,
    .my-md-20 {
        margin-bottom: 20px !important;
    }
    .ml-md-20,
    .mx-md-20 {
        margin-left: 20px !important;
    }
    .m-md-25 {
        margin: 25px !important;
    }
    .mt-md-25,
    .my-md-25 {
        margin-top: 25px !important;
    }
    .mr-md-25,
    .mx-md-25 {
        margin-right: 25px !important;
    }
    .mb-md-25,
    .my-md-25 {
        margin-bottom: 25px !important;
    }
    .ml-md-25,
    .mx-md-25 {
        margin-left: 25px !important;
    }
    .m-md-30 {
        margin: 30px !important;
    }
    .mt-md-30,
    .my-md-30 {
        margin-top: 30px !important;
    }
    .mr-md-30,
    .mx-md-30 {
        margin-right: 30px !important;
    }
    .mb-md-30,
    .my-md-30 {
        margin-bottom: 30px !important;
    }
    .ml-md-30,
    .mx-md-30 {
        margin-left: 30px !important;
    }
    .m-md-50 {
        margin: 50px !important;
    }
    .mt-md-50,
    .my-md-50 {
        margin-top: 50px !important;
    }
    .mr-md-50,
    .mx-md-50 {
        margin-right: 50px !important;
    }
    .mb-md-50,
    .my-md-50 {
        margin-bottom: 50px !important;
    }
    .ml-md-50,
    .mx-md-50 {
        margin-left: 50px !important;
    }
    .p-md-0 {
        padding: 0 !important;
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }
    .p-md-5 {
        padding: 5px !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 5px !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 5px !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 5px !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 5px !important;
    }
    .p-md-10 {
        padding: 10px !important;
    }
    .pt-md-10,
    .py-md-10 {
        padding-top: 10px !important;
    }
    .pr-md-10,
    .px-md-10 {
        padding-right: 10px !important;
    }
    .pb-md-10,
    .py-md-10 {
        padding-bottom: 10px !important;
    }
    .pl-md-10,
    .px-md-10 {
        padding-left: 10px !important;
    }
    .p-md-15 {
        padding: 15px !important;
    }
    .pt-md-15,
    .py-md-15 {
        padding-top: 15px !important;
    }
    .pr-md-15,
    .px-md-15 {
        padding-right: 15px !important;
    }
    .pb-md-15,
    .py-md-15 {
        padding-bottom: 15px !important;
    }
    .pl-md-15,
    .px-md-15 {
        padding-left: 15px !important;
    }
    .p-md-20 {
        padding: 20px !important;
    }
    .pt-md-20,
    .py-md-20 {
        padding-top: 20px !important;
    }
    .pr-md-20,
    .px-md-20 {
        padding-right: 20px !important;
    }
    .pb-md-20,
    .py-md-20 {
        padding-bottom: 20px !important;
    }
    .pl-md-20,
    .px-md-20 {
        padding-left: 20px !important;
    }
    .p-md-25 {
        padding: 25px !important;
    }
    .pt-md-25,
    .py-md-25 {
        padding-top: 25px !important;
    }
    .pr-md-25,
    .px-md-25 {
        padding-right: 25px !important;
    }
    .pb-md-25,
    .py-md-25 {
        padding-bottom: 25px !important;
    }
    .pl-md-25,
    .px-md-25 {
        padding-left: 25px !important;
    }
    .p-md-30 {
        padding: 30px !important;
    }
    .pt-md-30,
    .py-md-30 {
        padding-top: 30px !important;
    }
    .pr-md-30,
    .px-md-30 {
        padding-right: 30px !important;
    }
    .pb-md-30,
    .py-md-30 {
        padding-bottom: 30px !important;
    }
    .pl-md-30,
    .px-md-30 {
        padding-left: 30px !important;
    }
    .p-md-50 {
        padding: 50px !important;
    }
    .pt-md-50,
    .py-md-50 {
        padding-top: 50px !important;
    }
    .pr-md-50,
    .px-md-50 {
        padding-right: 50px !important;
    }
    .pb-md-50,
    .py-md-50 {
        padding-bottom: 50px !important;
    }
    .pl-md-50,
    .px-md-50 {
        padding-left: 50px !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-5 {
        margin: 5px !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 5px !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 5px !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 5px !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 5px !important;
    }
    .m-lg-10 {
        margin: 10px !important;
    }
    .mt-lg-10,
    .my-lg-10 {
        margin-top: 10px !important;
    }
    .mr-lg-10,
    .mx-lg-10 {
        margin-right: 10px !important;
    }
    .mb-lg-10,
    .my-lg-10 {
        margin-bottom: 10px !important;
    }
    .ml-lg-10,
    .mx-lg-10 {
        margin-left: 10px !important;
    }
    .m-lg-15 {
        margin: 15px !important;
    }
    .mt-lg-15,
    .my-lg-15 {
        margin-top: 15px !important;
    }
    .mr-lg-15,
    .mx-lg-15 {
        margin-right: 15px !important;
    }
    .mb-lg-15,
    .my-lg-15 {
        margin-bottom: 15px !important;
    }
    .ml-lg-15,
    .mx-lg-15 {
        margin-left: 15px !important;
    }
    .m-lg-20 {
        margin: 20px !important;
    }
    .mt-lg-20,
    .my-lg-20 {
        margin-top: 20px !important;
    }
    .mr-lg-20,
    .mx-lg-20 {
        margin-right: 20px !important;
    }
    .mb-lg-20,
    .my-lg-20 {
        margin-bottom: 20px !important;
    }
    .ml-lg-20,
    .mx-lg-20 {
        margin-left: 20px !important;
    }
    .m-lg-25 {
        margin: 25px !important;
    }
    .mt-lg-25,
    .my-lg-25 {
        margin-top: 25px !important;
    }
    .mr-lg-25,
    .mx-lg-25 {
        margin-right: 25px !important;
    }
    .mb-lg-25,
    .my-lg-25 {
        margin-bottom: 25px !important;
    }
    .ml-lg-25,
    .mx-lg-25 {
        margin-left: 25px !important;
    }
    .m-lg-30 {
        margin: 30px !important;
    }
    .mt-lg-30,
    .my-lg-30 {
        margin-top: 30px !important;
    }
    .mr-lg-30,
    .mx-lg-30 {
        margin-right: 30px !important;
    }
    .mb-lg-30,
    .my-lg-30 {
        margin-bottom: 30px !important;
    }
    .ml-lg-30,
    .mx-lg-30 {
        margin-left: 30px !important;
    }
    .m-lg-50 {
        margin: 50px !important;
    }
    .mt-lg-50,
    .my-lg-50 {
        margin-top: 50px !important;
    }
    .mr-lg-50,
    .mx-lg-50 {
        margin-right: 50px !important;
    }
    .mb-lg-50,
    .my-lg-50 {
        margin-bottom: 50px !important;
    }
    .ml-lg-50,
    .mx-lg-50 {
        margin-left: 50px !important;
    }
    .p-lg-0 {
        padding: 0 !important;
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }
    .p-lg-5 {
        padding: 5px !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 5px !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 5px !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 5px !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 5px !important;
    }
    .p-lg-10 {
        padding: 10px !important;
    }
    .pt-lg-10,
    .py-lg-10 {
        padding-top: 10px !important;
    }
    .pr-lg-10,
    .px-lg-10 {
        padding-right: 10px !important;
    }
    .pb-lg-10,
    .py-lg-10 {
        padding-bottom: 10px !important;
    }
    .pl-lg-10,
    .px-lg-10 {
        padding-left: 10px !important;
    }
    .p-lg-15 {
        padding: 15px !important;
    }
    .pt-lg-15,
    .py-lg-15 {
        padding-top: 15px !important;
    }
    .pr-lg-15,
    .px-lg-15 {
        padding-right: 15px !important;
    }
    .pb-lg-15,
    .py-lg-15 {
        padding-bottom: 15px !important;
    }
    .pl-lg-15,
    .px-lg-15 {
        padding-left: 15px !important;
    }
    .p-lg-20 {
        padding: 20px !important;
    }
    .pt-lg-20,
    .py-lg-20 {
        padding-top: 20px !important;
    }
    .pr-lg-20,
    .px-lg-20 {
        padding-right: 20px !important;
    }
    .pb-lg-20,
    .py-lg-20 {
        padding-bottom: 20px !important;
    }
    .pl-lg-20,
    .px-lg-20 {
        padding-left: 20px !important;
    }
    .p-lg-25 {
        padding: 25px !important;
    }
    .pt-lg-25,
    .py-lg-25 {
        padding-top: 25px !important;
    }
    .pr-lg-25,
    .px-lg-25 {
        padding-right: 25px !important;
    }
    .pb-lg-25,
    .py-lg-25 {
        padding-bottom: 25px !important;
    }
    .pl-lg-25,
    .px-lg-25 {
        padding-left: 25px !important;
    }
    .p-lg-30 {
        padding: 30px !important;
    }
    .pt-lg-30,
    .py-lg-30 {
        padding-top: 30px !important;
    }
    .pr-lg-30,
    .px-lg-30 {
        padding-right: 30px !important;
    }
    .pb-lg-30,
    .py-lg-30 {
        padding-bottom: 30px !important;
    }
    .pl-lg-30,
    .px-lg-30 {
        padding-left: 30px !important;
    }
    .p-lg-50 {
        padding: 50px !important;
    }
    .pt-lg-50,
    .py-lg-50 {
        padding-top: 50px !important;
    }
    .pr-lg-50,
    .px-lg-50 {
        padding-right: 50px !important;
    }
    .pb-lg-50,
    .py-lg-50 {
        padding-bottom: 50px !important;
    }
    .pl-lg-50,
    .px-lg-50 {
        padding-left: 50px !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-5 {
        margin: 5px !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 5px !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 5px !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 5px !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 5px !important;
    }
    .m-xl-10 {
        margin: 10px !important;
    }
    .mt-xl-10,
    .my-xl-10 {
        margin-top: 10px !important;
    }
    .mr-xl-10,
    .mx-xl-10 {
        margin-right: 10px !important;
    }
    .mb-xl-10,
    .my-xl-10 {
        margin-bottom: 10px !important;
    }
    .ml-xl-10,
    .mx-xl-10 {
        margin-left: 10px !important;
    }
    .m-xl-15 {
        margin: 15px !important;
    }
    .mt-xl-15,
    .my-xl-15 {
        margin-top: 15px !important;
    }
    .mr-xl-15,
    .mx-xl-15 {
        margin-right: 15px !important;
    }
    .mb-xl-15,
    .my-xl-15 {
        margin-bottom: 15px !important;
    }
    .ml-xl-15,
    .mx-xl-15 {
        margin-left: 15px !important;
    }
    .m-xl-20 {
        margin: 20px !important;
    }
    .mt-xl-20,
    .my-xl-20 {
        margin-top: 20px !important;
    }
    .mr-xl-20,
    .mx-xl-20 {
        margin-right: 20px !important;
    }
    .mb-xl-20,
    .my-xl-20 {
        margin-bottom: 20px !important;
    }
    .ml-xl-20,
    .mx-xl-20 {
        margin-left: 20px !important;
    }
    .m-xl-25 {
        margin: 25px !important;
    }
    .mt-xl-25,
    .my-xl-25 {
        margin-top: 25px !important;
    }
    .mr-xl-25,
    .mx-xl-25 {
        margin-right: 25px !important;
    }
    .mb-xl-25,
    .my-xl-25 {
        margin-bottom: 25px !important;
    }
    .ml-xl-25,
    .mx-xl-25 {
        margin-left: 25px !important;
    }
    .m-xl-30 {
        margin: 30px !important;
    }
    .mt-xl-30,
    .my-xl-30 {
        margin-top: 30px !important;
    }
    .mr-xl-30,
    .mx-xl-30 {
        margin-right: 30px !important;
    }
    .mb-xl-30,
    .my-xl-30 {
        margin-bottom: 30px !important;
    }
    .ml-xl-30,
    .mx-xl-30 {
        margin-left: 30px !important;
    }
    .m-xl-50 {
        margin: 50px !important;
    }
    .mt-xl-50,
    .my-xl-50 {
        margin-top: 50px !important;
    }
    .mr-xl-50,
    .mx-xl-50 {
        margin-right: 50px !important;
    }
    .mb-xl-50,
    .my-xl-50 {
        margin-bottom: 50px !important;
    }
    .ml-xl-50,
    .mx-xl-50 {
        margin-left: 50px !important;
    }
    .p-xl-0 {
        padding: 0 !important;
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }
    .p-xl-5 {
        padding: 5px !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 5px !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 5px !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 5px !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 5px !important;
    }
    .p-xl-10 {
        padding: 10px !important;
    }
    .pt-xl-10,
    .py-xl-10 {
        padding-top: 10px !important;
    }
    .pr-xl-10,
    .px-xl-10 {
        padding-right: 10px !important;
    }
    .pb-xl-10,
    .py-xl-10 {
        padding-bottom: 10px !important;
    }
    .pl-xl-10,
    .px-xl-10 {
        padding-left: 10px !important;
    }
    .p-xl-15 {
        padding: 15px !important;
    }
    .pt-xl-15,
    .py-xl-15 {
        padding-top: 15px !important;
    }
    .pr-xl-15,
    .px-xl-15 {
        padding-right: 15px !important;
    }
    .pb-xl-15,
    .py-xl-15 {
        padding-bottom: 15px !important;
    }
    .pl-xl-15,
    .px-xl-15 {
        padding-left: 15px !important;
    }
    .p-xl-20 {
        padding: 20px !important;
    }
    .pt-xl-20,
    .py-xl-20 {
        padding-top: 20px !important;
    }
    .pr-xl-20,
    .px-xl-20 {
        padding-right: 20px !important;
    }
    .pb-xl-20,
    .py-xl-20 {
        padding-bottom: 20px !important;
    }
    .pl-xl-20,
    .px-xl-20 {
        padding-left: 20px !important;
    }
    .p-xl-25 {
        padding: 25px !important;
    }
    .pt-xl-25,
    .py-xl-25 {
        padding-top: 25px !important;
    }
    .pr-xl-25,
    .px-xl-25 {
        padding-right: 25px !important;
    }
    .pb-xl-25,
    .py-xl-25 {
        padding-bottom: 25px !important;
    }
    .pl-xl-25,
    .px-xl-25 {
        padding-left: 25px !important;
    }
    .p-xl-30 {
        padding: 30px !important;
    }
    .pt-xl-30,
    .py-xl-30 {
        padding-top: 30px !important;
    }
    .pr-xl-30,
    .px-xl-30 {
        padding-right: 30px !important;
    }
    .pb-xl-30,
    .py-xl-30 {
        padding-bottom: 30px !important;
    }
    .pl-xl-30,
    .px-xl-30 {
        padding-left: 30px !important;
    }
    .p-xl-50 {
        padding: 50px !important;
    }
    .pt-xl-50,
    .py-xl-50 {
        padding-top: 50px !important;
    }
    .pr-xl-50,
    .px-xl-50 {
        padding-right: 50px !important;
    }
    .pb-xl-50,
    .py-xl-50 {
        padding-bottom: 50px !important;
    }
    .pl-xl-50,
    .px-xl-50 {
        padding-left: 50px !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

.pt-40 {
    padding-top: 40px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pt-60 {
    padding-top: 60px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pt-70 {
    padding-top: 70px;
}

.pb-70 {
    padding-bottom: 70px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

@media only screen and (min-width: 992px) {
    .pl-lg-35 {
        padding-left: 35px !important;
    }
}

.pb-rs-60 {
    padding-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .pb-rs-60 {
        padding-bottom: 40px;
    }
}

.mb-rs-60 {
    margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
    .mb-rs-60 {
        margin-bottom: 40px;
    }
}

.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
    "Courier New", monospace !important;
}

.text-justify {
    text-align: justify !important;
}

.text-wrap {
    white-space: normal !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

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

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

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

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

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

.text-capitalize {
    text-transform: capitalize !important;
}

.fw-light {
    font-weight: 300 !important;
}

.fw-regular {
    font-weight: 400 !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semi-bold {
    font-weight: 600 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-extra-bold {
    font-weight: 800 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-decoration-none {
    text-decoration: none !important;
}

.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.text-reset {
    color: inherit !important;
}

a,
.bg-overlay:after,
.bg-overlay2:after,
.dropdown .dropdown-button svg,
.theme-input-group button,
.menu-trigger-btn span,
.square-btn,
.add_to_wishlist,
.add_to_wishlist svg path,
.widget.widget-socials.c2-light li a svg path,
.widget.widget_gallery ul a img,
.horizontal-menu > .nav > li > a:after,
.horizontal-menu > .nav li .submenu li:hover > ul,
.offcanvas,
.pagination li a,
.pagination li span,
.post--img img,
.post--meta li svg,
.post--item.bg-img-style .post--img img,
.post--tab li a:after,
.post--tab.style--two li a:before,
.custom-pagination .swiper-pagination-bullet,
.slider-pagination .swiper-pagination-bullet,
.slider-button,
.home3-slider .swiper-slide .post--content,
.woocommerce-cart--content .shop_table th.product-remove svg path,
.woocommerce-cart--content .shop_table td.product-remove svg path {
    -webkit-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.btn,
.title-font,
.user-rate-wrap .user-rating-text,
.widget.widget_post_categories.border-style li a,
.pagination li a,
.pagination li span,
.post--item.post-has-count .post--img:before,
.post--tab li a,
.product-details-content .tagged_as a,
.product-details-content .product_meta span,
.woocommerce-tabs .tab-btn li,
.woocommerce-tabs .woocommerce-Reviews .review-form .comment-form-rating label {
    font-family: "Source Sans Pro", sans-serif;
}

.body-font,
.read-more-btn-wrap .btn,
.post-author--info h4 {
    font-family: "Roboto", sans-serif;
}

.list-unstyled,
.dropdown .dropdown-list,
.list,
.widget ul,
.horizontal-menu > .nav li ul,
.vertical-menu ul,
#countdown,
.woocommerce-tabs .woocommerce-Reviews .review-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.horizontal-menu > .nav li .submenu,
.horizontal-menu > .nav li .megamenu .megamenu--filter {
    padding: 18px 0;
}

.horizontal-menu > .nav li .submenu li,
.horizontal-menu > .nav li .megamenu .megamenu--filter li {
    display: block;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
}

.horizontal-menu > .nav li .submenu li:not(:last-child):after,
.horizontal-menu
> .nav
li
.megamenu
.megamenu--filter
li:not(:last-child):after {
    position: absolute;
    left: 30px;
    top: 100%;
    height: 1px;
    width: calc(100% - 60px);
    content: "";
    background-color: #000;
    opacity: 0.05;
}

.horizontal-menu > .nav li .submenu li a,
.horizontal-menu > .nav li .megamenu .megamenu--filter li a {
    line-height: 19px;
}

.horizontal-menu > .nav li .submenu li a:before,
.horizontal-menu > .nav li .megamenu .megamenu--filter li a:before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 0;
    width: 2px;
    background-color: currentColor;
    content: "";
    -webkit-transition: height 0.3s ease-in;
    -o-transition: height 0.3s ease-in;
    transition: height 0.3s ease-in;
}

.horizontal-menu > .nav li .submenu li a span,
.horizontal-menu > .nav li .megamenu .megamenu--filter li a span {
    font-size: 10px;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 50px;
    background-color: var(--color-six);
    color: var(--color-white);
    display: inline-block;
    padding: 3px 6px;
    line-height: 1;
    margin-left: 5px;
}

.horizontal-menu > .nav li .submenu li a span.hot,
.horizontal-menu > .nav li .megamenu .megamenu--filter li a span.hot {
    background-color: var(--color-one);
}

.horizontal-menu > .nav li .submenu li a span.trending,
.horizontal-menu > .nav li .megamenu .megamenu--filter li a span.trending {
    background-color: var(--color-seven);
}

.horizontal-menu > .nav li .submenu li a span.discover,
.horizontal-menu > .nav li .megamenu .megamenu--filter li a span.discover {
    background-color: var(--color-four);
}

.horizontal-menu > .nav li .submenu li:hover > a,
.horizontal-menu > .nav li .submenu li.current-menu-parent > a,
.horizontal-menu > .nav li .submenu li.current-menu-item > a,
.horizontal-menu > .nav li .megamenu .megamenu--filter li:hover > a,
.horizontal-menu > .nav li .megamenu .megamenu--filter li.active > a {
    color: var(--color-one);
}

.horizontal-menu > .nav li .submenu li:hover > a:before,
.horizontal-menu > .nav li .submenu li.current-menu-parent > a:before,
.horizontal-menu > .nav li .submenu li.current-menu-item > a:before,
.horizontal-menu > .nav li .megamenu .megamenu--filter li:hover > a:before,
.horizontal-menu > .nav li .megamenu .megamenu--filter li.active > a:before {
    height: 20px;
}

/* BG Shape Effect */
.section-title.has-bg-shape h2:after,
.post--tab li a:after {
    /*width: 10px;
  height: 30px;
  background-color: var(--color-title);
  content: '';
  position: absolute;
  left: 0px;
  top: 0;
  z-index: -1;*/
}

.section-title.has-bg-shape.shape--two h2:after {
    width: 15px;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 50% 100%, 0% 100%);
    background-color: var(--color-title);
}

.post--tab li a:after {
    height: 24px;
    left: 0;
}

.section-title.has-left-shape h2:after {
    width: 3px;
    height: 20px;
    background-color: var(--color-title);
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn {
    display: inline-block;
    padding: 12px 35px;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--color-white);
    background-color: var(--color-one);
    border-radius: 3px;
    font-weight: 700;
    text-align: center;
}

.theme-input-style {
    width: 100%;
    display: block;
    height: 45px;
    border-radius: 3px;
    border: 1px solid #aaaaaa;
    padding: 10px 20px;
}

/* ************************
   02.1: Helper Classes
   ********************* */
.bg-cover {
    background-size: cover;
    background-position: center;
}

.bg-overlay {
    position: relative;
    z-index: 1;
}

.bg-overlay:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-color: #000;*/
    content: "";
    opacity: 0.5;
    z-index: -1;
    border-radius: inherit;
}

.bg-overlay2 {
    position: relative;
    z-index: 1;
}

.bg-overlay2:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    content: "";
    z-index: 0;
    border-radius: inherit;
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(255, 255, 255, 0)),
            color-stop(50%, rgba(18, 61, 108, 0.5)),
            to(#123d6c)
    );
    background: -o-linear-gradient(
            top,
            rgba(255, 255, 255, 0) 0%,
            rgba(18, 61, 108, 0.5) 50%,
            #123d6c 100%
    );
    background: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0) 0%,
            rgba(18, 61, 108, 0.5) 50%,
            #123d6c 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#123d6c',GradientType=0 );
}

.gaming-wrap-bg {
    background-size: auto;
    background-position: top center;
    background-repeat: no-repeat;
}

.food-wrapper-inner {
    background-color: #fffef7;
    max-width: 1200px;
    margin: 0 auto;
}

.auto-wrapper:after {
    opacity: 0.66;
}

.overflow-hidden {
    overflow: hidden;
}

.nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    justify-content: center;
}

#header_breaking_h2,
#header_bottom_h2,
.sticky-wrapper {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    max-width: 100vw;
    background-color: #171717;
    /*z-index: 10;*/
    padding-bottom: 20px;
    padding-top: 20px;
}

.sticky-wrapper {
    background: linear-gradient(360deg, #2d2d3a 0%, #131328 95.45%);
    padding: 0;
}
#header_bottom_h2 {
    background: linear-gradient(360deg, #131328 0%, #2d2d3a 95.45%);
}

.widget-socials {
    display: none !important;
}

#header_breaking_h2 .d-lg-flex {
    background: #f4e5e5;
    border-radius: 10px;
    margin-right: 50px;
}
#header_breaking_h2 .d-lg-flex .js-marquee ul li a {
    color: #2d2929 !important;
}

#header_breaking_h2 .d-lg-flex .js-marquee ul li a:hover {
    color: #ff6163 !important;
}

.ads-text {
    font-size: 17px;
    color: white;
    margin-bottom: 0;
}

.breaking-title.d-flex.align-items-center.c1-bg.text-nowrap.text-white.text-uppercase.fw-medium.px-20.py-15.d-none.d-md-block {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    gap: 8px;
    background: #ff6262 !important;
    padding: 10px !important;
}

.post-metadata-out .post--meta {
    position: static;
    margin-top: 15px;
    /*padding: 15px;*/
}
.post-metadata-out.post--item {
    overflow: visible !important;
}

.post-metadata-out.post--item.bg-img-style .post--img {
    display: block;
    max-height: 450px;
}
.post-metadata-out .post--meta .post--title {
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 10px 0 0;
}

.current--date {
    display: none;
}

ul.row {
    list-style: none;
}

@media only screen and (min-width: 992px) {
    .gutter-50 {
        margin-left: -25px;
        margin-right: -25px;
    }
    .gutter-50 > * {
        padding-left: 25px;
        padding-right: 25px;
    }
}

.fz-12 {
    font-size: 12px !important;
}

.fz-13 {
    font-size: 13px !important;
}

.fz-14 {
    font-size: 14px !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.radius-0 {
    border-radius: 0 !important;
}

.radius-3 {
    border-radius: 3px !important;
}

.radius-5 {
    border-radius: 5px !important;
}

.border-top {
    border-top: 1px solid #dcd9c9;
}

.border-bottom {
    border-bottom: 1px solid #dcd9c9;
}

.border-0 {
    border-bottom: none !important;
}

.newsletter-padding {
    padding-top: 52px;
    padding-bottom: 56px;
}

.mt-3 {
    margin-top: 3px !important;
}

.mb-3 {
    margin-bottom: 3px !important;
}

.mb-18 {
    margin-bottom: 18px !important;
}

.mb-40 {
    margin-bottom: 40px !important;
}

.mt-45 {
    margin-top: 45px !important;
}

.mb-45 {
    margin-bottom: 45px !important;
}

.mw-160 {
    max-width: 160px;
}

.mw-175 {
    max-width: 175px;
}

.mw-920 {
    max-width: 920px !important;
}

.dropdown {
    position: relative;
    font-size: 14px !important;
}

.dropdown .dropdown-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown .dropdown-button svg {
    width: 12px;
    height: 12px;
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.dropdown .dropdown-button.open svg {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.dropdown .dropdown-button:hover {
    color: var(--title-color);
}

.dropdown .dropdown-list {
    position: absolute;
    background-color: var(--color-white);
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 5px 5px 45px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 45px rgba(0, 0, 0, 0.1);
    z-index: 9;
    left: 0;
    top: 120%;
    min-width: 120px;
    padding: 6px 14px;
    display: none;
}

.dropdown .dropdown-list li {
    position: relative;
    padding: 8px 0;
}

.dropdown .dropdown-list li:not(:last-child):after {
    position: absolute;
    left: 0;
    top: 100%;
    height: 1px;
    width: 100%;
    content: "";
    background-color: #000;
    opacity: 0.05;
}

.aside-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 50px;
}

.list li {
    padding-left: 20px;
    position: relative;
}

.list li:not(:last-child) {
    margin-bottom: 10px;
}

.list li:after {
    position: absolute;
    left: 0;
    top: 8px;
    width: 9px;
    height: 7px;
    background-image: url(../img/theme/icon/list-arrow.svg);
    content: "";
}

.video-btn {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: var(--color-white);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.video-btn:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    content: "";
    border-radius: 50%;
    background-color: var(--color-white);
    -webkit-animation: ripple 2s linear infinite;
    animation: ripple 2s linear infinite;
}

.video-btn svg {
    width: 35px;
    height: 30px;
    position: relative;
    z-index: 2;
    left: 1.5px;
}

.team {
    margin-bottom: 37px;
}

.team--img img {
    width: 100%;
    border-radius: 5px;
}

.team--content {
    padding-top: 25px;
}

.team--content h3 {
    margin-bottom: 4px;
}

.team--content p {
    color: #969696;
}

.custom-container {
    max-width: 1600px;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

/* ************************
   02.2: Animations
   ********************* */
@-webkit-keyframes preloaderScaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
@keyframes preloaderScaleout {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -40px, 0);
        transform: translate3d(0, -40px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -40px, 0);
        transform: translate3d(0, -40px, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

/* ************************
   02.3: Preloader
   ********************* */
.preloader {
    background-color: var(--color-one);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 99999;
}

.preloader-inner {
    width: 40px;
    height: 40px;
    position: relative;
    color: #ffffff;
}

.preloader-inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: currentColor;
    border-radius: 50%;
    -webkit-animation: preloaderScaleout 1s infinite ease-in-out;
    animation: preloaderScaleout 1s infinite ease-in-out;
}

.preloader.bg-white .preloader-inner,
.preloader.bg-light .preloader-inner {
    color: var(--color-one);
}

.post--items .preloader {
    display: none;
}

/* ************************
   03.4: Inputs
   ********************* */
.theme-input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
    height: 40px;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
}

.theme-input-group > input {
    position: relative;
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    width: 1%;
    border: none;
    padding-left: 15px;
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit;
    font-size: 14px;
    color: var(--color-text);
}

.theme-input-group button {
    color: #6c6c6c;
    padding: 0 15px;
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit;
}

.theme-input-group button:hover {
    color: var(--color-one);
}

.theme-input-group:focus {
    border-color: var(--color-one);
}

.theme-input-group.style--two {
    border-radius: 3px;
    border: none;
    height: 48px;
}

.theme-input-group.style--two > input {
    background-color: rgba(255, 255, 255, 0.45);
    color: #ffffff;
}

.theme-input-group.style--two > input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.45) !important;
}

.theme-input-group.style--two > input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.45) !important;
}

.theme-input-group.style--two > input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.45) !important;
}

.theme-input-group.style--two > input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.45) !important;
}

.theme-input-group.style--two > input::placeholder {
    color: rgba(255, 255, 255, 0.45) !important;
}

.theme-input-group.style--two button {
    background-color: var(--color-title);
    padding: 11px 42px;
}

.theme-input-group.style--two button:hover {
    background-color: rgba(10, 38, 68, 0.9);
    color: #ffffff;
}

textarea.theme-input-style {
    height: 250px;
}

/* ************************
   02.5: Buttons
   ********************* */
.menu-trigger-btn {
    background-color: transparent;
    padding: 0;
    border: none;
}

.menu-trigger-btn span {
    display: block;
    height: 2px;
    width: 22px;
    background-color: #ffffff;
    text-align: right;
    border-radius: 50px;
}

.menu-trigger-btn span + span {
    margin-top: 4px;
}

.menu-trigger-btn span:last-child {
    width: 18px;
    margin-left: auto;
}

.menu-trigger-btn:hover span:last-child,
.menu-trigger-btn.active span:last-child {
    width: 22px;
}

.menu-trigger-btn.c2 span {
    background-color: var(--color-one);
}

.badge-btn {
    font-size: 10px;
    font-weight: 500;
    border-radius: 2px;
    background-color: var(--color-one);
    color: #ffffff;
    display: inline-block;
    line-height: 1;
    padding: 4px 6px;
}

.square-btn {
    width: 30px;
    height: 30px;
    background-color: var(--color-red-piratas);
    line-height: 1;
    color: var(--color-white);
    border-radius: 3px;
}

.square-btn:hover {
    color: var(--color-white);
    background-color: var(--color-one);
}

.square-btn.style--two {
    border-radius: 0;
}

.square-btn.style--two.btn-left {
    -webkit-clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 75% 100%, 0% 100%);
}

.square-btn.style--two.btn-right {
    -webkit-clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
}

.trigger-button {
    background: transparent;
    border: 0;
    padding: 0;
    color: var(--color-title);
}

.trigger-button span {
    height: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: currentColor;
    display: block;
    -webkit-transition: 0.33s;
    -o-transition: 0.33s;
    transition: 0.33s;
}

.trigger-button span:nth-child(1) {
    width: 12px;
}

.trigger-button span:nth-child(2) {
    width: 24px;
}

.trigger-button span:nth-child(3) {
    width: 12px;
}

.trigger-button.active span:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(3px, 1px);
    -ms-transform: rotate(45deg) translate(3px, 1px);
    transform: rotate(45deg) translate(3px, 1px);
}

.trigger-button.active span:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.trigger-button.active span:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(5px, -9px);
    -ms-transform: rotate(45deg) translate(5px, -9px);
    transform: rotate(45deg) translate(5px, -9px);
}

.cat-btn-wrap .cat-btn:not(:last-child) {
    margin-right: 3px;
}

.cat-btn {
    font-size: 20px;
    border-radius: 2px;
    color: var(--color-one) !important;
    padding: 2px 15px;
    position: relative;
    margin: 7px 0;
    font-weight: bolder;
    background: transparent !important;
}

.cat-btn:after {
}

.cat-btn.cat-btn2 {
    padding: 2px 6px;
}

.cat-btn.cat-btn2:after {
    display: none;
}

.play-button {
    width: 60px;
    height: 60px;
    background-color: var(--color-one);
    color: var(--color-white);
    border-radius: 50%;
}

.play-button.border-style {
    border: 1px solid var(--color-white);
    background-color: rgba(0, 0, 0, 0.4);
}

.play-button.size-80 {
    width: 80px;
    height: 80px;
}

.play-button.size-50 {
    width: 50px;
    height: 50px;
}

.play-button.size-40 {
    width: 40px;
    height: 40px;
}

.play-button.size-35 {
    width: 35px;
    height: 35px;
}

.play-button.size-30 {
    width: 30px;
    height: 30px;
}

.back-to-top {
    width: 45px;
    height: 45px;
    border: 0;
    border-radius: 50%;
    right: 50px;
    bottom: 50px;
    opacity: 0.5;
    z-index: 1000;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    visibility: hidden;
    opacity: 0;
}

.back-to-top .svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.back-to-top.show {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 0.7;
}

.back-to-top.show:hover {
    opacity: 1;
}

.btn {
    white-space: nowrap;
}

.btn.btn-borderd {
    background-color: transparent;
    border: 1px solid currentColor;
    color: var(--color-one);
    padding: 6px 19px;
    font-weight: 500;
}

.btn.radius-50 {
    border-radius: 50px;
}

.read-more-btn-wrap {
    position: relative;
    z-index: 1;
}

.read-more-btn-wrap:after {
    width: 100%;
    height: 1px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
    position: absolute;
    content: "";
    background-color: #e8e8e8;
}

.read-more-btn-wrap .btn {
    border: 1px solid #e8e8e8;
    background-color: #fff;
    color: var(--color-title);
    padding: 11px 43px;
    font-size: 13px;
    border-radius: 3px;
}

.read-more-btn-wrap .btn:hover {
    border-color: var(--color-one);
    background-color: var(--color-one);
    color: var(--color-white);
}

.btn-link {
    text-transform: uppercase;
    color: var(--color-one);
    font-size: 13px;
    font-weight: 500;
}

.add_to_wishlist {
    width: 50px;
    height: 50px;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.add_to_wishlist:hover {
    background-color: var(--color-one);
    border-color: transparent;
}

.add_to_wishlist:hover svg path {
    fill: #ffffff;
}

.btn-sm {
    padding: 7px 21px !important;
    font-size: 13px;
    font-weight: 500;
}

/* ************************
   02.6: Progress
   ********************* */
.progress-bar {
    background-color: #eef1f3;
    border-radius: 50px;
    height: 5px;
    max-width: 100%;
}

.progress-bar .progress {
    background-color: var(--color-one);
    border-radius: 50px;
    height: 5px;
    width: 0;
    -webkit-transition: width 0.5s ease-in-out;
    -o-transition: width 0.5s ease-in-out;
    transition: width 0.5s ease-in-out;
}

/* ************************
   02.7: Widget
   ********************* */
.offcanvas-widget:not(:last-child) {
    margin-bottom: 45px;
}

.offcanvas-widget .post--item:not(:last-child) {
    margin-bottom: 30px;
}

.widget .widget-title {
    line-height: 1.41667;
    margin-bottom: 25px;
}

.widget.widget-socials .title-text {
    font-size: 14px;
}

.widget.widget-socials li:not(:last-child) {
    margin-right: 5px;
}

.widget.widget-socials li a {
    color: var(--color-white);
    background-color: rgba(255, 255, 255, 0.1);
    width: 54px;
    height: 54px;
    border-radius: 3px;
}

.widget.widget-socials li a:hover {
    background-color: var(--color-one);
}

.widget.widget-socials.with-border li a {
    color: #515151;
    border: 1px solid currentColor;
    width: 40px;
    height: 40px;
    background-color: transparent;
}

.widget.widget-socials.with-border li a:hover {
    background-color: var(--color-one);
    border-color: var(--color-one);
    color: var(--color-white);
}

.widget.widget-socials.w-40 li a {
    width: 42px;
    height: 40px;
}

.widget.widget-socials.sm li a {
    width: 25px;
    height: 25px;
    padding: 6px;
}

.widget.widget-socials.circle-style li a {
    border-radius: 50%;
}

.widget.widget-socials.c2-hover-bg li a:hover {
    background-color: var(--color-one);
}

.widget.widget-socials.c3-hover-bg li a:hover {
    background-color: var(--color-three);
}

.widget.widget-socials.no--style a {
    width: auto;
    height: auto;
    background-color: transparent !important;
}

.widget.widget-socials.no--style li:not(:last-child) {
    margin-right: 25px;
}

.widget.widget-socials.w-35 li a {
    width: 35px;
    height: 35px;
}

.widget.widget-socials.w-45 li a {
    width: 45px;
    height: 45px;
}

.widget.widget-socials.c2-light li a {
    color: var(--color-one);
    background-color: rgba(68, 185, 71, 0.1);
    width: 30px;
    height: 30px;
}

.widget.widget-socials.c2-light li a svg {
    height: 14px;
    width: 14px;
}

.widget.widget-socials.c2-light li a svg path {
    fill: var(--color-one);
}

.widget.widget-socials.c2-light li a:hover svg path {
    fill: #ffffff;
}

.widget.widget_social_media_info ul {
    margin-bottom: -6px;
}

.widget.widget_social_media_info ul li {
    margin-bottom: 6px;
    padding: 7px 15px;
    position: relative;
    overflow: hidden;
}

.widget.widget_social_media_info ul li h5 {
    font-weight: 600;
}

.widget.widget_social_media_info ul li span {
    font-size: 12px;
}

.widget.widget_social_media_info ul li .media-body {
    line-height: 1;
    margin-left: 12px;
}

.widget.widget_social_media_info ul li:after {
    content: "";
    width: 6px;
    height: 100%;
    background-color: var(--color-white);
    position: absolute;
    z-index: 2;
}

.widget.widget_social_media_info ul li:nth-of-type(odd) {
    border-radius: 5px 0 0 5px;
}

.widget.widget_social_media_info ul li:nth-of-type(odd)::after {
    right: -3px;
    bottom: -1px;
    -webkit-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
}

.widget.widget_social_media_info ul li:nth-of-type(even) {
    border-radius: 0 5px 5px 0;
}

.widget.widget_social_media_info ul li:nth-of-type(even)::after {
    left: -3px;
    top: -1px;
    -webkit-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
}

.widget.widget_social_media_info .social_icon {
    position: relative;
    width: 30px;
    position: relative;
}

.widget.widget_social_media_info .social_icon:after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: var(--color-white);
    opacity: 0.5;
    content: "";
}

.widget.widget_social_media_info.shape-style-straight ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.widget.widget_social_media_info.shape-style-straight ul li {
    max-width: calc(50% - 3px);
    border-radius: 5px;
}

.widget.widget_social_media_info.shape-style-straight ul li::after {
    display: none;
}

.widget.widget_about li {
    position: relative;
    padding-left: 35px;
}

.widget.widget_about li:not(:last-child) {
    margin-bottom: 17px;
}

.widget.widget_about li .svg {
    position: absolute;
    left: 0;
    top: 7px;
}

.widget.widget_popular_posts .post--item:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.widget.widget_popular_posts .post--item .post--title {
    font-size: 14px;
    line-height: 1.57143;
    font-weight: 700;
}

@media only screen and (min-width: 1199px) {
    .widget.widget_gallery {
        padding-right: 13px;
    }
}

.widget.widget_gallery ul {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: (minmax(0, 1fr)) [4];
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.widget.widget_gallery ul a {
    display: block;
    overflow: hidden;
}

.widget.widget_gallery ul a img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 3px;
}

.widget.widget_gallery ul a:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.widget.widget_nav_menu ul li:not(:last-child) {
    margin-bottom: 4px;
}

.widget.widget_newsletter {
    padding: 50px 40px 50px;
    -webkit-box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
    box-shadow: 10px 10px 60px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
}

.widget.widget_newsletter p {
    line-height: 24px;
}

.widget.widget_newsletter .theme-input-style {
    background-color: rgba(0, 0, 0, 0.15);
    text-align: center;
    border: none;
    color: var(--color-white);
    height: 50px;
}

.widget.widget_newsletter .theme-input-style::-webkit-input-placeholder {
    color: var(--color-white) !important;
    opacity: 0.5;
}

.widget.widget_newsletter .theme-input-style::-moz-placeholder {
    color: var(--color-white) !important;
    opacity: 0.5;
}

.widget.widget_newsletter .theme-input-style:-ms-input-placeholder {
    color: var(--color-white) !important;
    opacity: 0.5;
}

.widget.widget_newsletter .theme-input-style::-ms-input-placeholder {
    color: var(--color-white) !important;
    opacity: 0.5;
}

.widget.widget_newsletter .theme-input-style::placeholder {
    color: var(--color-white) !important;
    opacity: 0.5;
}

.widget.widget_post_categories.border-style li:not(:last-child) {
    margin-bottom: 20px;
}

.widget.widget_post_categories.border-style li a {
    font-weight: 600;
    width: 90px;
}

.widget.widget_post_categories.border-style li > * {
    position: relative;
    z-index: 1;
}

.widget.widget_post_categories.border-style li::after {
    position: absolute;
    left: 0;
    top: 50%;
    width: calc(100% - 155px);
    height: 1px;
    content: "";
    border-top: 1px dashed currentColor;
    content: "";
    z-index: 0;
    margin-top: -0.5px;
    margin-left: 95px;
}

.widget.widget_post_categories.border-style .post--count {
    color: var(--color-one);
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.widget.widget_post_categories.border-style .post--count::after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    content: "";
    background-color: currentColor;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: inherit;
    opacity: 0.75;
}

.widget.widget_post_tag .tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -5px -5px 0;
}

.widget.widget_post_tag .tags a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-transform: capitalize;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 5px 20px;
    margin: 0 5px 5px 0;
}

.widget.widget_post_tag .tags a:hover {
    color: var(--color-one);
}

.widget.widget_post_tag .tags:not(.radius-0) a {
    border-radius: 50px;
}

.widget.widget_recent_comments .single-comment {
    border: 1px solid #c9c9c9;
    padding: 26px 20px 28px;
    position: relative;
    margin-bottom: 30px;
}

.widget.widget_recent_comments .single-comment:last-child {
    margin-bottom: 10px;
}

.widget.widget_recent_comments .single-comment .comment-author-img {
    max-width: 45px;
    border-radius: 50%;
    position: absolute;
    left: 20px;
    top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.widget.widget_recent_comments .single-comment .comment-author-name {
    display: block;
    font-size: 13px;
    color: var(--color-light);
    margin-bottom: 9px;
    line-height: 18px;
}

.widget.widget_recent_comments .single-comment .comment-text {
    font-size: 18px;
    line-height: 1.44444;
    font-style: italic;
    margin-bottom: 0;
}

.widget.widget_recent_comments .single-comment .quote-icon {
    position: absolute;
    right: 20px;
    bottom: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
    padding: 0 5px;
    background-color: var(--color-white);
}

.widget.widget_about_me .author--img {
    color: var(--color-white);
}

.widget.widget_about_me .author--info {
    padding: 35px 40px 35px;
    z-index: 1;
    background-color: #f1f1ea;
}

.widget.widget_about_me .author--info .section-title {
    margin-bottom: 3px;
}

.widget.widget_about_me .author--info span {
    color: var(--color-light);
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 18px;
}

.widget.widget_about_me .author--info p {
    color: var(--color-text);
    margin-bottom: 25px;
}

.widget.widget_about_me .author--info .author-social a i {
    color: var(--color-title);
    text-decoration: none;
    background-color: transparent;
}

.widget.widget_about_me .author--info-bg2 {
    color: #f1f1ea;
}

.widget.widget_price_range .price-range-slider {
    width: 100%;
}

.widget.widget_price_range .price-range-slider .range-value {
    margin: 0;
}

.widget.widget_price_range .price-range-slider .range-value .amount {
    color: #0a2644;
    font-size: 14px;
    font-weight: 600;
    margin: 24px 0 24px 0;
}

.widget.widget_price_range .price-range-slider .range-bar {
    border: none;
    background-color: rgba(44, 59, 75, 0.1);
    height: 3px;
    width: 96%;
    position: relative;
}

.widget.widget_price_range .price-range-slider .range-bar .ui-slider-range {
    background-color: var(--color-one);
    position: absolute;
    height: 100%;
    top: 0;
}

.widget.widget_price_range .price-range-slider .range-bar .ui-slider-handle {
    border: none;
    border-radius: 25px;
    background: #fff;
    border: 3px solid var(--color-one);
    height: 17px;
    width: 17px;
    top: -0.52em;
    cursor: pointer;
    position: absolute;
}

.widget.widget_price_range
.price-range-slider
.range-bar
.ui-slider-handle
+ span {
    border: 3px solid var(--color-one);
}

.post-widget .post--item:not(:last-child) {
    margin-bottom: 30px;
}

.post-widget .post--item.media .post--category {
    line-height: 17px;
}

.post-widget .post--item.media .post--title {
    margin: 1px 0 0;
}

.post-widget.list-underline .post--item:not(:first-child) {
    padding-top: 30px;
    border-top: 1px solid #dcd9c9;
}

.post-widget.list-underline .post--item:first-child {
    margin-bottom: 0;
}

.post-widget.list-underline .post--item:nth-child(2) {
    border-top: none;
}

.aside .widget:not(:last-child) {
    margin-bottom: 50px;
}

/* ************************
   02.8: Titles
   ********************* */
.section-title.has-bg-shape {
    text-transform: uppercase;
}

.section-title.has-bg-shape h2,
.section-title.has-bg-shape h3 {
    position: relative;
    z-index: 1;
    color: var(--color-one);
    padding-left: 4px;
}

.section-title.has-bg-shape.shape--two h2,
.section-title.has-bg-shape.shape--two h3 {
    color: var(--color-one);
}

.section-title.has-bg-shape.shape--end h5:after {
    left: auto;
    right: 0;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 50% 100%);
}

.section-title.has-bg-shape.shape-white h5:after {
    background-color: var(--color-white);
}

.section-title.has-bg-shape.shape-bg--one h5:after {
    background-color: var(--color-one);
}

.section-title.has-bg-shape.shape-bg--two h5:after {
    background-color: var(--color-one);
}

.section-title.has-bg-shape.shape-bg--five h5:after {
    background-color: var(--color-five);
}

.section-title.has-left-shape h5 {
    position: relative;
    z-index: 1;
    color: var(--color-one);
    padding-left: 13px;
}

.newsletter-title h3 {
    color: var(--color-white);
    line-height: 1.45833;
    margin-bottom: 10px;
}

.newsletter-title p {
    color: var(--color-white);
    font-size: 14px;
}

/* ************************
   02.9: Breadcrumb
   ********************* */
.breadcrumb {
    background-color: rgba(18, 61, 108, 0.05);
    padding: 8.5px 25px;
    border-radius: 3px;
}

@media only screen and (max-width: 479px) {
    .breadcrumb {
        padding: 8.5px 16px;
    }
}

.breadcrumb li {
    font-size: 13px;
    line-height: 1.4;
}

.breadcrumb li:not(:last-child) {
    margin-right: 13px;
    padding-right: 14px;
    position: relative;
}

.breadcrumb li:not(:last-child):after {
    width: 9px;
    height: 7px;
    position: absolute;
    right: -5px;
    background-image: url(../img/icon/pg-arrow.svg);
    content: "";
    top: 5px;
}

/* ************************
   02.10: Menu
   ********************* */
.horizontal-menu > .nav > li {
    padding: 0 15px;
}

.horizontal-menu > .nav > li > a {
    line-height: 60px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
}

.horizontal-menu > .nav > li > a:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: "";
    border: 5px solid transparent;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom-color: #fff;
    opacity: 0;
    visibility: hidden;
}

.horizontal-menu > .nav > li:hover > ul {
    opacity: 1;
    visibility: visible;
    top: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.horizontal-menu > .nav > li:hover > a:after,
.horizontal-menu > .nav > li.current-menu-parent > a:after,
.horizontal-menu > .nav > li.current-menu-item > a:after {
    opacity: 1;
    visibility: visible;
}

.horizontal-menu > .nav li {
    line-height: 1.625;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    padding: 0 30px;
    text-transform: capitalize;
}

.horizontal-menu > .nav li > a {
    display: block;
}

.horizontal-menu > .nav li .submenu,
.horizontal-menu > .nav li .megamenu {
    position: absolute;
    left: 0;
    top: -2000px;
    opacity: 0;
    visibility: hidden;
    background-color: #fff;
    border-radius: 0 0 3px 3px;
    -webkit-box-shadow: 10px 10px 45px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 10px 45px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    z-index: 9;
}

.horizontal-menu > .nav li .submenu {
    margin: 0;
    width: 230px;
}

.horizontal-menu > .nav li .submenu li:hover > ul {
    opacity: 1;
    visibility: visible;
    top: 0;
    left: 100%;
}

.horizontal-menu > .nav li .submenu li ul {
    top: 0;
    left: calc(100% + 20px);
}

.horizontal-menu > .nav li .megamenu {
    width: calc(100% - 30px);
    left: 15px;
    padding: 0;
}

.horizontal-menu > .nav li .megamenu > li {
    padding: 0;
}

.horizontal-menu > .nav li .megamenu .megamenu--filter {
    padding: 0;
}

.horizontal-menu > .nav li .megamenu .megamenu--filter li:first-child {
    margin-top: -12px;
}

.horizontal-menu > .nav li .megamenu .megamenu-row h4 {
    margin-bottom: 15px;
}

.horizontal-menu > .nav li .megamenu .megamenu-row li {
    padding-left: 15px;
    padding-right: 15px;
}

.horizontal-menu > .nav li .megamenu .megamenu-row ul:not(:last-child) {
    margin-bottom: 20px;
}

.horizontal-menu > .nav li .megamenu .megamenu-row ul li {
    font-weight: 400;
    padding: 0;
}

.horizontal-menu > .nav li .megamenu .megamenu-row ul li:not(:last-child) {
    margin-bottom: 10px;
}

.horizontal-menu > .nav li .megamenu .megamenu-row ul li a span {
    font-size: 10px;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 50px;
    background-color: var(--color-six);
    color: var(--color-white);
    display: inline-block;
    padding: 3px 6px;
    line-height: 1;
    margin-left: 5px;
}

.horizontal-menu > .nav li .megamenu .megamenu-row ul li a span.hot {
    background-color: var(--color-one);
}

.horizontal-menu > .nav li .megamenu .megamenu-row ul li a span.trending {
    background-color: var(--color-seven);
}

.horizontal-menu > .nav li .megamenu .megamenu-row ul li a span.discover {
    background-color: var(--color-four);
}

.horizontal-menu > .nav li .megamenu .megamenu--posts .row > li {
    padding-left: 15px;
    padding-right: 15px;
}

.horizontal-menu > .nav .post--meta li {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    padding: 0;
}

.horizontal-menu.gutter-40 > .nav > li {
    padding-left: 20px;
    padding-right: 20px;
}

@media only screen and (max-width: 1199px) {
    .horizontal-menu.gutter-40 > .nav > li {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.horizontal-menu.bg-hover > .nav > li.current-menu-item > a,
.horizontal-menu.bg-hover > .nav > li.current-menu-parent > a,
.horizontal-menu.bg-hover > .nav > li:hover > a {
    background-color: var(--color-white);
    color: var(--title-color-two);
}

.horizontal-menu.bg-hover > .nav > li.current-menu-item > a:after,
.horizontal-menu.bg-hover > .nav > li.current-menu-item > a:before,
.horizontal-menu.bg-hover > .nav > li.current-menu-parent > a:after,
.horizontal-menu.bg-hover > .nav > li.current-menu-parent > a:before,
.horizontal-menu.bg-hover > .nav > li:hover > a:after,
.horizontal-menu.bg-hover > .nav > li:hover > a:before {
    display: none;
}

.horizontal-menu.gap-sm > .nav > li {
    padding: 0 20px;
}

@media only screen and (max-width: 1199px) {
    .horizontal-menu.gap-sm > .nav > li {
        padding: 0 14px;
    }
}

.horizontal-menu.gap-sm > .nav .post--meta > li {
    padding: 0;
}

.list-has-separator > .nav > li {
    padding: 0;
    line-height: 1;
}

.list-has-separator > .nav > li:not(:last-child) {
    margin-right: 30px;
    padding-right: 30px;
}

.list-has-separator > .nav > li:not(:last-child) > a {
    position: relative;
}

.list-has-separator > .nav > li:not(:last-child) > a:before {
    position: absolute;
    right: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    background-color: currentColor;
    opacity: 0.5;
    height: 20px;
    width: 1px;
}

@media only screen and (max-width: 1199px) {
    .list-has-separator > .nav > li:not(:last-child) > a:before {
        right: -20px;
    }
}

.list-has-separator.gutter-50 > .nav > li:not(:last-child) {
    margin-right: 25px;
    padding-right: 25px;
}

.list-has-separator.gutter-50 > .nav > li:not(:last-child) > a:before {
    right: -25px;
}

.list-has-separator.separator-style--two > .nav > li {
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.list-has-separator.separator-style--two > .nav > li > a {
    padding: 0 25px;
}

.list-has-separator.separator-style--two > .nav > li > a:before {
    right: 0;
}

.list-has-separator.separator-style--three > .nav > li > a:before {
    background-color: #f1f1f1;
}

.active-style-none > .nav > li > a:after {
    display: none;
}

@media only screen and (max-width: 1199px) {
    .list-has-separator > .nav > li:not(:last-child),
    .list-has-separator.gutter-50 > .nav > li:not(:last-child) {
        margin-right: 20px;
        padding-right: 20px;
    }
    .list-has-separator > .nav > li:not(:last-child) > a:before,
    .list-has-separator.gutter-50 > .nav > li:not(:last-child) > a:before {
        right: -20px;
    }
}

.vertical-menu .nav > li:not(:last-child) {
    margin-bottom: 5px;
}

.vertical-menu .nav > li > a {
    padding: 7px 20px;
    display: block;
    background-color: #fbfbfb;
}

.vertical-menu .nav > li > a:hover {
    background-color: #f4efed;
}

.vertical-menu .nav > li.current-menu-item > a,
.vertical-menu .nav > li.current-menu-parent > a {
    background-color: #f4efed;
}

.vertical-menu ul ul {
    padding-left: 30px;
    display: none;
}

.vertical-menu ul ul a {
    display: block;
    padding: 5px 10px;
}

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

.vertical-menu ul li.current-menu-item > a,
.vertical-menu ul li.current-menu-parent > a {
    color: var(--color-one);
}

.vertical-menu ul li .submenu-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    font-size: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.742' height='5.603' viewBox='0 0 9.742 5.603'%3E%3Cpath id='Path_26' data-name='Path 26' d='M122.5,4.747,118.338,8.9a.349.349,0,1,1-.493-.494l3.915-3.9L117.845.6A.349.349,0,0,1,118.338.1L122.5,4.253a.349.349,0,0,1,0,.494Z' transform='translate(9.392 -117.35) rotate(90)' fill='currentColor' stroke='currentColor' stroke-width='0.7'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: center;
}

.vertical-menu ul li .submenu-button.open {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.vertical-menu ul li li {
    font-size: 14px;
}

.vertical-menu ul li li .submenu-button {
    width: 34px;
    height: 34px;
}

/* ************************
   02.11: Offcanvas
   ********************* */
.offcanvas-opened {
    overflow: hidden;
}

.offcanvas {
    position: fixed;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
}

.offcanvas .offcanvas-panel {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1),
    -webkit-transform 0.4s cubic-bezier(0.77, 0, 0.175, 1);
    padding: 60px 30px;
    overflow-y: auto;
}

.offcanvas .offcanvas-panel.right {
    left: auto;
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

.offcanvas.open {
    opacity: 1;
    visibility: visible;
}

.offcanvas.open .offcanvas-panel {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

#offcanvasBlog .offcanvas-panel {
    padding: 0;
    overflow: hidden;
}

#offcanvasBlog .offcanvas-panel-inner {
    padding: 30px 30px 0;
    overflow-y: scroll;
}

#offcanvasBlog .widget-socials {
    padding: 30px 30px 60px;
}

@media only screen and (max-width: 991px) {
    #offcanvasBlog .offcanvas-panel-inner {
        height: calc(100% - 120px);
    }
    #offcanvasBlog .widget-socials {
        padding-bottom: 30px;
    }
}

/* ************************
   02.9: Pagination
   ********************* */
.pagination li:not(:last-child) {
    margin-right: 10px;
}

.pagination li a,
.pagination li span {
    width: 40px;
    height: 40px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--color-one);
    border-radius: 50%;
}

.pagination li a.current,
.pagination li a:hover,
.pagination li span.current,
.pagination li span:hover {
    color: #ffffff;
    border-color: var(--color-one);
}

/* ************************
   02.13: Posts
   ********************* */
.post--img {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 15px;
    overflow: hidden;
}

.post--content h5 {
    font-size: 15px;
}

.post--content h2 {
    font-size: 36px;
}

.post--category:not(.cat-btn) {
    font-size: 12px;
    font-weight: 600;
}

.post--date {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
}

.post--date .svg {
    margin-top: -2px;
}

.post--title {
    font-weight: 600;
}

.post--meta {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}

.post--meta li:not(:last-child) {
    margin-right: 15px;
}

.post--meta li a,
.post--meta li span {
    color: var(--color-light);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 20px;
}

.post--meta li a:hover {
    color: var(--color-one);
}

.post--meta li a:hover svg {
    color: var(--color-one);
}

.post--meta.media .author--image {
    border-radius: 50%;
    overflow: hidden;
}

.post--excerpt {
    margin-bottom: 22px;
}

.post--rating {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    font-weight: 500;
    font-size: 14px;
    border: 3px solid rgba(255, 255, 255, 0.2);
    color: var(--color-one);
    position: relative;
}

.post--rating::after {
    position: absolute;
    left: -3px;
    top: -3px;
    height: calc(100% + 6px);
    width: calc(100% + 6px);
    content: "";
    border: 3px solid currentColor;
    border-radius: inherit;
    clip: rect(0, 35px, 35px, 0);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.post--item.media .post--img {
    margin-bottom: 0;
    margin-right: 20px;
    display: block;
}

.post--item.media .post--content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.post--item.media .post--title:not(:first-child) {
    margin-top: 3px;
}

.post--item.media .post--meta {
    margin-top: 9px;
}

.post--item.media.flex-column .post--img {
    margin-bottom: 11px;
    margin-right: 0;
}

@media only screen and (min-width: 768px) {
    .post--item.media.flex-column.flex-md-row .post--img {
        max-width: 255px;
    }
}

@media only screen and (max-width: 767px) {
    .post--item.media.flex-column.flex-md-row {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
    .post--item.media.flex-column.flex-md-row .post--img {
        display: block;
    }
    .post--item.media.flex-column.flex-md-row .post--img img {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .post--item.media.flex-column.flex-md-row.style--two .post--img {
        max-width: 276px;
    }
}

.post--item.img-circle .post--img {
    border-radius: 50%;
}

.post--item.img-circle .post--img img {
    border-radius: inherit;
}

.post--item.post-white a:not(.post--img) {
    color: var(--color-white);
}

.post--item.post-white .post--meta a:hover {
    color: var(--color-one);
}

.post--item.post-white .post--meta span {
    color: var(--color-white);
}

.post--item.image-overlay .post--img {
    position: relative;
    z-index: 1;
}

.post--item.image-overlay .post--img:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    background-color: currentColor;
    border-radius: inherit;
    opacity: 0.66;
}

.post--item.post-has-count .post--img {
    position: relative;
}

.post--item.post-has-count .post--img:before {
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 24px;
    font-weight: 600;
    color: #f8f8f8;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    counter-increment: section;
    content: "0" counters(section, "") " ";
    z-index: 9;
}

.post--item.bg-img-style {
    position: relative;
    overflow: hidden;
}

.post--item.bg-img-style .post--img {
    display: inline-table;
}

.post--item.bg-img-style .post--img img {
    height: calc(100% - 120px);
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    object-position: top;
    border-radius: 20px;
}

.post--item.bg-img-style .post--content {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 25px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 3;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.post--item.bg-img-style .post--title {
    margin-top: auto;
    font-weight: 700;
    margin-bottom: 10px;
}

.post--item.bg-img-style .post--meta {
    font-size: 14px;
}

.post--item.bg-img-style .post--meta li:not(:last-child) {
    margin-right: 15px;
}

.post--item.bg-img-style .post--meta li > * {
    line-height: 20px;
}

.post--item.bg-img-style .post--rating {
    position: absolute;
    right: 30px;
    top: 30px;
}

.post--item.bg-img-style .p-20 .post--rating {
    right: 20px;
    top: 20px;
}

.post--item.bg-img-style.big {
    min-height: 350px;
    max-height: 650px;
}

.post--item.bg-img-style.big .post--img img {
    min-height: 350px;
    border-radius: 20px;
}

@media only screen and (min-width: 1200px) {
    .post--item.bg-img-style.big .post--content {
        padding: 25px;
    }
    .post--item.bg-img-style.big .post--rating {
        right: 45px;
        top: 45px;
        width: 60px;
        height: 60px;
    }
    .post--item.bg-img-style.big .post--rating::after {
        clip: rect(0, 50px, 49px, 0);
    }
}

.post--item.bg-img-style:hover .post--img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.post--item.bg-img-style.feature-img .post--content {
    height: auto;
    padding: 45px;
}

@media only screen and (max-width: 767px) {
    .post--item.bg-img-style.feature-img .post--content {
        padding: 20px;
    }
}

.post--item.bg-img-style.feature-img .post--title {
    font-size: 36px;
}

@media only screen and (max-width: 767px) {
    .post--item.bg-img-style.feature-img .post--title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 480px) {
    .post--item.bg-img-style.feature-img .post--title {
        font-size: 18px;
    }
}

.post--item.bg-overlay {
    position: relative;
}

.post--item.bg-overlay:after {
    z-index: 0;
    /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.5)), to(black));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 50%, black 100%);*/
    opacity: 0.55;
}

.post--item.bg-overlay.overlay-color-two:after {
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0)),
            color-stop(50%, rgba(18, 61, 108, 0.5)),
            to(#123d6c)
    );
    background: -o-linear-gradient(
            top,
            rgba(0, 0, 0, 0) 0%,
            rgba(18, 61, 108, 0.5) 50%,
            #123d6c 100%
    );
    background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(18, 61, 108, 0.5) 50%,
            #123d6c 100%
    );
}

.post--item.bg-overlay:hover:after {
    opacity: 0.65;
}

.post--item.post-has-video .post--title {
    margin-top: 25px;
}

.post--item.post-has-video .post--play-button {
    margin-top: auto;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
}

.post--item.top-img-overlay .post--img {
    overflow: hidden;
    display: block;
}

.post--item.top-img-overlay .post--img img {
    width: 100%;
}

.post--item.top-img-overlay .post--img:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.post--item.top-img-overlay .post--content {
    margin-top: 20px;
}

.post--item.top-img-overlay .post--meta {
    margin-top: 10px;
    font-size: 14px;
}

.post--item.top-img-overlay .bg-overlay::after {
    background-color: var(--color-dark-one);
    z-index: 0;
    border-radius: inherit;
}

.post--item.video-button-middle .bg-overlay:not(.gradient-overlay) {
    border-radius: 3px;
}

.post--item.video-button-middle .bg-overlay:not(.gradient-overlay):after {
    background-color: inherit;
    z-index: 1;
    opacity: 0.31;
}

.post--item.video-button-middle .play-button {
    position: absolute;
    top: 40px;
    right: 0px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 3;
}

.post--item.video-button-middle .video-post-button {
    left: 50%;
    top: 50%;
    right: unset;
}

.video-button-middle .post--item.post-has-excerpt .post--meta {
    font-size: 14px;
    margin: 13px 0 21px;
}

.post--item.category-on-image .post--category,
.post--item.category-on-image .post--rating {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 3;
}

.post--item.category-on-image .post--rating {
    left: auto;
    right: 20px;
}

.post--item.category-on-image .cat-btn-wrap {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 3;
}

.post--item.category-on-image .cat-btn-wrap .post--category {
    position: static;
}

.post--item.category-on-image.big .post--category,
.post--item.category-on-image.big .post--rating {
    top: 30px;
    left: 30px;
}

.post--item.category-on-image.big .post--rating {
    left: auto;
    right: 30px;
}

.post--item > .category-on-image .post--category {
    position: absolute;
    left: 20px;
    top: 20px;
    z-index: 3;
}

.post--item.meta-on-image .post--meta.media {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}

.post--item .gradient-overlay:after {
    z-index: 0;
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0)),
            color-stop(50%, rgba(0, 0, 0, 0.5)),
            to(black)
    );
    background: -o-linear-gradient(
            top,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.5) 50%,
            black 100%
    );
    background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.5) 50%,
            black 100%
    );
    opacity: 0.55;
    z-index: 1;
}

.post--item .gradient-overlay2:after {
    z-index: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0)),
            color-stop(80%, rgba(0, 0, 0, 0.5)),
            to(black)
    );
    background: -o-linear-gradient(
            top,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.5) 80%,
            black 100%
    );
    background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.5) 80%,
            black 100%
    );
    opacity: 0.3;
    z-index: 1;
}

.post--item .gradient-overlay3:after {
    z-index: 0;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0)),
            color-stop(60%, rgba(0, 0, 0, 0.5)),
            to(black)
    );
    background: -o-linear-gradient(
            top,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.5) 60%,
            black 100%
    );
    background: linear-gradient(
            to bottom,
            rgba(0, 0, 0, 0) 0%,
            rgba(0, 0, 0, 0.5) 60%,
            black 100%
    );
    opacity: 0.66;
    z-index: 1;
}

.post--item.content-overlay {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.post--item.content-overlay .post--img {
    display: block;
    margin-bottom: 0;
    border-radius: 0;
}

.post--item.content-overlay .post--content {
    padding: 30px;
    background-color: var(--color-one);
}

@media only screen and (min-width: 992px) {
    .post--item.content-overlay .post--content {
        padding: 40px 45px 42px;
        position: absolute;
        left: 0;
        width: 100%;
        max-width: 910px;
        background-color: rgba(246, 74, 29, 0.75);
        bottom: 0;
        border-top-right-radius: 10px;
    }
    .post--item.content-overlay .post--content > * {
        max-width: 536px;
    }
    .post--item.content-overlay .post--content .post--title {
        font-size: 36px;
    }
}

.post--item.content-overlay .post--category {
    background-color: var(--color-white);
    border-color: var(--color-white);
    color: var(--color-one);
}

.post--item.content-overlay .post--title {
    font-weight: 700;
    margin: 10px 0;
}

.post--item.content-overlay .post--title a {
    color: var(--color-white);
}

.post--item.content-overlay .post--meta {
    font-size: 14px;
}

.post--item.content-overlay .post--meta * {
    color: var(--color-white);
}

@media only screen and (min-width: 767px) {
    .post--item.style--two .post--content {
        -webkit-box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.05);
        box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.1);
        margin-left: -50px;
        padding: 45px 30px 40px;
        position: relative;
        background-color: var(--color-white);
    }
}

.post--item:hover .bg-overlay:after {
    opacity: 0.65;
}

.posts-style-grid > ul {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 28px;
    -ms-grid-columns: (minmax(0, 1fr)) [8];
    grid-template-columns: repeat(8, minmax(0, 1fr));
}

.posts-style-grid > ul > li:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 5;
    grid-column: 1/6;
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
}

@media only screen and (max-width: 767px) {
    .posts-style-grid > ul > li:nth-child(1) {
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 8;
        grid-column: 1/9;
    }
}

.posts-style-grid > ul > li:nth-child(2) {
    -ms-grid-column: 6;
    -ms-grid-column-span: 3;
    grid-column: 6/9;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
}

@media only screen and (max-width: 767px) {
    .posts-style-grid > ul > li:nth-child(2) {
        -ms-grid-row: 2;
        grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 8;
        grid-column: 1/9;
    }
}

.posts-style-grid > ul > li:nth-child(3) {
    -ms-grid-column: 6;
    -ms-grid-column-span: 3;
    grid-column: 6/9;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
}

@media only screen and (max-width: 767px) {
    .posts-style-grid > ul > li:nth-child(3) {
        -ms-grid-row: 3;
        grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 8;
        grid-column: 1/9;
    }
}

.posts-style-grid > ul > li:nth-child(4) {
    -ms-grid-column: 6;
    -ms-grid-column-span: 3;
    grid-column: 6/9;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
}

@media only screen and (max-width: 767px) {
    .posts-style-grid > ul > li:nth-child(4) {
        -ms-grid-row: 4;
        grid-row: 4;
        -ms-grid-column: 1;
        -ms-grid-column-span: 8;
        grid-column: 1/9;
    }
}

.posts-style-grid.reverse-grid > ul {
    direction: rtl;
}

.posts-style-grid.reverse-grid > ul > li {
    direction: ltr;
}

.posts-style-grid.grid-style--two > ul > li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
}

@media only screen and (max-width: 767px) {
    .posts-style-grid.grid-style--two > ul > li:nth-child(2) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-column: 1/5;
        -ms-grid-row: 3;
        grid-row: 3;
    }
}

@media only screen and (max-width: 575px) {
    .posts-style-grid.grid-style--two > ul > li:nth-child(2) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 8;
        grid-column: 1/9;
        -ms-grid-row: 3;
        grid-row: 3;
    }
}

@media only screen and (max-width: 767px) {
    .posts-style-grid.grid-style--two > ul > li:nth-child(3) {
        -ms-grid-column: 5;
        -ms-grid-column-span: 4;
        grid-column: 5/9;
        -ms-grid-row: 3;
        grid-row: 3;
    }
}

@media only screen and (max-width: 575px) {
    .posts-style-grid.grid-style--two > ul > li:nth-child(3) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 8;
        grid-column: 1/9;
        -ms-grid-row: 4;
        grid-row: 4;
    }
}

.posts-style-grid.grid-style--three > ul {
    -ms-grid-columns: (minmax(0, 1fr)) [12];
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.posts-style-grid.grid-style--three > ul > li:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    grid-column: 1/7;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
}

@media only screen and (max-width: 991px) {
    .posts-style-grid.grid-style--three > ul > li:nth-child(1) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 8;
        grid-column: 1/9;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3;
    }
}

@media only screen and (max-width: 767px) {
    .posts-style-grid.grid-style--three > ul > li:nth-child(1) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 12;
        grid-column: 1/13;
        -ms-grid-row: 1;
        grid-row: 1;
    }
}

.posts-style-grid.grid-style--three > ul > li:nth-child(2) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
    grid-column: 7/10;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
}

@media only screen and (max-width: 991px) {
    .posts-style-grid.grid-style--three > ul > li:nth-child(2) {
        -ms-grid-column: 9;
        -ms-grid-column-span: 4;
        grid-column: 9/13;
    }
}

@media only screen and (max-width: 767px) {
    .posts-style-grid.grid-style--three > ul > li:nth-child(2) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 6;
        grid-column: 1/7;
        -ms-grid-row: 2;
        grid-row: 2;
    }
}

@media only screen and (max-width: 575px) {
    .posts-style-grid.grid-style--three > ul > li:nth-child(2) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 12;
        grid-column: 1/13;
        -ms-grid-row: 2;
        grid-row: 2;
    }
}

.posts-style-grid.grid-style--three > ul > li:nth-child(3) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
    grid-column: 7/10;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
}

@media only screen and (max-width: 991px) {
    .posts-style-grid.grid-style--three > ul > li:nth-child(3) {
        -ms-grid-column: 9;
        -ms-grid-column-span: 4;
        grid-column: 9/13;
    }
}

@media only screen and (max-width: 767px) {
    .posts-style-grid.grid-style--three > ul > li:nth-child(3) {
        -ms-grid-column: 7;
        -ms-grid-column-span: 6;
        grid-column: 7/13;
    }
}

@media only screen and (max-width: 575px) {
    .posts-style-grid.grid-style--three > ul > li:nth-child(3) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 12;
        grid-column: 1/13;
        -ms-grid-row: 3;
        grid-row: 3;
    }
}

.posts-style-grid.grid-style--three > ul > li:nth-child(4) {
    -ms-grid-column: 10;
    -ms-grid-column-span: 3;
    grid-column: 10/13;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
}

@media only screen and (max-width: 991px) {
    .posts-style-grid.grid-style--three > ul > li:nth-child(4) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 6;
        grid-column: 1/7;
        -ms-grid-row: 3;
        grid-row: 3;
    }
}

@media only screen and (max-width: 575px) {
    .posts-style-grid.grid-style--three > ul > li:nth-child(4) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 12;
        grid-column: 1/13;
        -ms-grid-row: 4;
        grid-row: 4;
    }
}

.posts-style-grid.grid-style--three > ul > li:nth-child(5) {
    -ms-grid-column: 10;
    -ms-grid-column-span: 3;
    grid-column: 10/13;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
}

@media only screen and (max-width: 991px) {
    .posts-style-grid.grid-style--three > ul > li:nth-child(5) {
        -ms-grid-column: 7;
        -ms-grid-column-span: 6;
        grid-column: 7/13;
        -ms-grid-row: 3;
        grid-row: 3;
    }
}

@media only screen and (max-width: 575px) {
    .posts-style-grid.grid-style--three > ul > li:nth-child(5) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 12;
        grid-column: 1/13;
        -ms-grid-row: 5;
        grid-row: 5;
    }
}

.posts-style-grid.grid-style--four > ul > li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    grid-row: 1/6;
}

@media only screen and (max-width: 767px) {
    .posts-style-grid.grid-style--four > ul > li:nth-child(1) {
        -ms-grid-row: 1;
        grid-row: 1;
    }
}

.posts-style-grid.grid-style--four > ul > li:not(:first-child) {
    -ms-grid-column: 6;
    -ms-grid-column-span: 3;
    grid-column: 6/9;
}

@media only screen and (max-width: 767px) {
    .posts-style-grid.grid-style--four > ul > li:not(:first-child) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 8;
        grid-column: 1/9;
    }
}

.posts-style-grid.grid-style--five > ul > li:nth-child(2),
.posts-style-grid.grid-style--five > ul > li:nth-child(3) {
    -ms-grid-row: 2;
    grid-row: 2;
}

.posts-style-grid.grid-style--five > ul > li:nth-child(4),
.posts-style-grid.grid-style--five > ul > li:nth-child(5) {
    -ms-grid-row: 3;
    grid-row: 3;
}

.posts-style-grid.grid-style--five > ul > li:nth-child(2),
.posts-style-grid.grid-style--five > ul > li:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
}

.posts-style-grid.grid-style--five > ul > li:nth-child(3),
.posts-style-grid.grid-style--five > ul > li:nth-child(5) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-column: 5/9;
}

@media only screen and (min-width: 576px) {
    .posts-style-grid.grid-style--five > ul > li:nth-child(1) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-column: 1/5;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3;
    }
    .posts-style-grid.grid-style--five > ul > li:nth-child(2) {
        -ms-grid-column: 5;
        -ms-grid-column-span: 2;
        grid-column: 5/7;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
    }
    .posts-style-grid.grid-style--five > ul > li:nth-child(3) {
        -ms-grid-column: 5;
        -ms-grid-column-span: 2;
        grid-column: 5/7;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
    }
    .posts-style-grid.grid-style--five > ul > li:nth-child(4) {
        -ms-grid-column: 7;
        -ms-grid-column-span: 2;
        grid-column: 7/9;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
    }
    .posts-style-grid.grid-style--five > ul > li:nth-child(5) {
        -ms-grid-column: 7;
        -ms-grid-column-span: 2;
        grid-column: 7/9;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
    }
}

.posts-style-grid.grid-style--six > ul {
    -ms-grid-columns: (minmax(0, 1fr)) [12];
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.posts-style-grid.grid-style--six > ul > li {
    -ms-grid-column: 9;
    -ms-grid-column-span: 4;
    grid-column: 9/13;
}

.posts-style-grid.grid-style--six > ul > li:not(:first-child):not(:last-child) {
    padding-bottom: 30px;
    border-bottom: 1px solid #dcd9c9;
}

.posts-style-grid.grid-style--six > ul > li:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 8;
    grid-column: 1/9;
    -ms-grid-row: 1;
    -ms-grid-row-span: 5;
    grid-row: 1/6;
}

@media only screen and (max-width: 1199px) {
    .posts-style-grid.grid-style--six > ul > li {
        -ms-grid-column: 8;
        -ms-grid-column-span: 5;
        grid-column: 8/13;
    }
    .posts-style-grid.grid-style--six > ul > li:nth-child(1) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 7;
        grid-column: 1/8;
    }
}

@media only screen and (max-width: 991px) {
    .posts-style-grid.grid-style--six > ul > li {
        -ms-grid-column: 1;
        -ms-grid-column-span: 12;
        grid-column: 1/13;
    }
    .posts-style-grid.grid-style--six > ul > li:nth-child(1) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 12;
        grid-column: 1/13;
        -ms-grid-row: 1;
        grid-row: 1;
    }
    .posts-style-grid.grid-style--six > ul > li:nth-child(2) {
        -ms-grid-row: 2;
        grid-row: 2;
    }
    .posts-style-grid.grid-style--six > ul > li:nth-child(3) {
        -ms-grid-row: 3;
        grid-row: 3;
    }
    .posts-style-grid.grid-style--six > ul > li:nth-child(4) {
        -ms-grid-row: 4;
        grid-row: 4;
    }
    .posts-style-grid.grid-style--six > ul > li:nth-child(5) {
        -ms-grid-row: 5;
        grid-row: 5;
    }
}

.post-filter-nav li {
    font-size: 13px;
    text-transform: capitalize;
}

.post-filter-nav li.active a {
    color: var(--color-one);
}

.post-filter-nav li:not(:last-child) {
    margin-right: 30px;
}

.post-filter-nav.dots-style li:not(:last-child) {
    margin-right: 5px;
}

.post-filter-nav.dots-style li a {
    width: 5px;
    height: 5px;
    color: inherit;
    background-color: currentColor;
    border-radius: 50px;
    display: block;
}

.post-filter-nav.dots-style li.active a {
    width: 25px;
}

.post-filter-nav.c1 li.active a {
    color: var(--color-one) !important;
}

.post-filter-nav.c4 li.active a {
    color: var(--color-four) !important;
}

.post--tab li:not(:last-child) {
    margin-right: 25px;
}

.post--tab li a {
    display: inline-block;
    position: relative;
    color: var(--color-light);
    font-size: 20px;
    font-weight: 700;
    padding-left: 5px;
    line-height: 22px;
    text-transform: uppercase;
}

.post--tab li a:after {
    color: var(--color-title);
    opacity: 0.1;
}

.post--tab li.active a {
    color: var(--color-one);
}

.post--tab li.active a:after {
    opacity: 1;
}

.post--tab.style--two li a:after {
    opacity: 0;
    visibility: hidden;
}

.post--tab.style--two li a:before {
    position: absolute;
    left: -5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: var(--color-light);
    content: "";
}

.post--tab.style--two li.active a:after {
    opacity: 1;
    visibility: visible;
}

.post--tab.style--two li.active a:before {
    opacity: 0;
    visibility: hidden;
}

.post--tab.c2 li.active a {
    color: var(--color-one);
}

.post--tab.c5 li a {
    color: var(--color-light);
}

.post--tab.c5 li a::after {
    background-color: var(--color-five);
}

.post--tab.c5 li.active a {
    color: var(--color-title-two);
}

ul.post--widget {
    counter-reset: section;
}

ul.post--widget > li:not(:last-child) {
    margin-bottom: 20px;
}

.post--item.title-color-two .post--meta li a {
    color: var(--color-title-two);
}

.post--item.c2-hover .post--meta li a:hover,
.post--item.c2-hover .post--meta li a:hover svg {
    color: var(--color-one);
}

.post--item.c3-hover .post--meta li a:hover,
.post--item.c3-hover .post--meta li a:hover svg {
    color: var(--color-three);
}

.post--item.c4-hover .post--meta li a:hover,
.post--item.c4-hover .post--meta li a:hover svg {
    color: var(--color-four);
}

.post--item.c5-hover .post--meta li a:hover,
.post--item.c5-hover .post--meta li a:hover svg {
    color: var(--color-five);
}

.post--item.c6-hover .post--meta li a:hover,
.post--item.c6-hover .post--meta li a:hover svg {
    color: var(--color-six);
}

.post--item.c7-hover .post--meta li a:hover,
.post--item.c7-hover .post--meta li a:hover svg {
    color: var(--color-seven);
}

.post--item.c5-hover .post--meta li a:hover,
.post--item.c5-hover .post--meta li a:hover svg {
    color: var(--color-eight);
}

.post--item.c9-hover .post--meta li a:hover,
.post--item.c9-hover .post--meta li a:hover svg {
    color: var(--color-nine);
}

ul.post--meta li a.c2-hover:hover svg {
    color: var(--color-one);
}

@media only screen and (min-width: 992px) {
    .video--playlist {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
}

.video--playlist--header {
    padding: 21px 30px;
}

/* ************************
   02.14: Breaking News
   ********************* */
.breaking--news {
    -webkit-box-shadow: 5px 5px 60px rgba(0, 0, 0, 0.05);
    box-shadow: 5px 5px 60px rgba(0, 0, 0, 0.05);
    font-size: 13px;
}

.breaking--news.style--two {
    padding: 7px;
}

.breaking--news.style--three {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.breaking--news.style--four {
    background-color: #2c2f32;
}

.breaking--news.style--four .breaking-title,
.breaking--news.style--four .current--date {
    padding: 7px 24px;
}

.breaking--news.style--four .breaking-title {
    background-color: #3a3d41;
}

.breaking--news.style--four .news-updates--list a {
    color: var(--color-white);
}

.breaking-title.style--two {
    font-size: 13px;
    font-weight: 500;
}

.news-updates--list li:not(:last-child) {
    margin-right: 20px;
}

/* ************************
   02.15: Slider
   ********************* */
.video-slider .swiper-slide {
    overflow: hidden;
    max-width: 930px;
    width: 100%;
}

@media only screen and (max-width: 1199px) {
    .video-slider .swiper-slide {
        max-width: 830px;
    }
}

.video-slider .swiper-slide .post--item {
    width: 100%;
    border-radius: 20px;
}

.geo-slider .post--item {
    min-height: 350px;
}

.geo-slider .post--item .post--img img {
    min-height: 350px;
}

.geo-slider .slider-nav {
    margin-top: 50px;
}

@media only screen and (min-width: 1200px) {
    .geo-slider .slider-nav {
        margin-top: 0;
        position: absolute;
        right: -5%;
        top: 50%;
        -webkit-transform: rotate(90deg) translateY(-50%);
        -ms-transform: rotate(90deg) translateY(-50%);
        transform: rotate(90deg) translateY(-50%);
        z-index: 99;
    }
}

@media only screen and (min-width: 1300px) {
    .geo-slider .slider-nav {
        right: 0;
    }
}

@media only screen and (min-width: 1500px) {
    .geo-slider .slider-nav {
        right: 5%;
    }
}

/* Pagination */
.custom-pagination {
    line-height: 0;
}

.custom-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background-color: var(--color-one);
    border-radius: 50px;
    opacity: 1;
}

.custom-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 25px;
}

.custom-pagination.style--two span {
    width: 7px;
    height: 7px;
    background-color: var(--color-white);
}

.custom-pagination.style--two span.swiper-pagination-bullet-active {
    width: 7px;
    background-color: currentColor;
}

.slider-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-pagination .swiper-pagination-bullet {
    width: 35px;
    height: 2px;
    border-radius: 0;
    margin: 0 2.5px;
    background-color: var(--color-white);
    opacity: 0.15;
}

.slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 4px;
    opacity: 1;
    background-color: currentColor;
}

/* Navigation */
.slider-button {
    line-height: 1;
    color: var(--color-white);
    cursor: pointer;
}

.slider-button:hover {
    color: var(--color-three);
}

.slider-button.swiper-button-disabled {
    color: var(--color-white);
    opacity: 0.5;
}

/* ************************
   02.15: 404
   ********************* */
.content-404 > img {
    margin-bottom: 50px;
}

.content-404 h2 {
    font-size: 36px;
    margin-bottom: 18px;
}

.content-404 > p {
    font-size: 18px;
    margin-bottom: 25px;
}

/* ************************
   03.1: Header
   ********************* */

.header-top .border-bottom {
    padding: 16px 0;
}

.header-middle .border-bottom {
    padding: 23.5px 0;
}

.menu-height-60 .horizontal-menu > .nav > li > a {
    line-height: 60px;
}

.header-nav li:not(:last-child) {
    margin-right: 18px;
}

.header-nav li a {
    font-size: 13px;
    color: #2c3b4b;
}

.header-nav li a:hover {
    color: #ffffff;
}

.header-nav.style--two a {
    font-size: 14px;
    color: #2c3b4b;
}

.header-nav.style--two a:hover {
    color: var(--color-one);
}

.header-top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-top-right > *:not(:last-child) {
    margin-right: 22px;
    padding-right: 22px;
}

@media only screen and (max-width: 767px) {
    .header-top-right > *:not(:last-child) {
        margin-right: 15px;
        padding-right: 15px;
    }
}

.header-top-right > *:not(:last-child):after {
    height: 16px;
    width: 1px;
    background-color: #e0dede;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
}

.header-top-right .header--topbar-lang {
    position: relative;
    top: 1px;
}

.travel-header-main {
    margin-top: -25px;
}

/* Header Colors */
.c2-bg a:hover,
.c2-bg .section-title.has-bg-shape h2,
.c2-bg .section-title.has-bg-shape h3,
.c2-bg .horizontal-menu > .nav li .submenu li:hover > a,
.c2-bg .horizontal-menu > .nav li .submenu li.current-menu-parent > a,
.c2-bg .horizontal-menu > .nav li .submenu li.current-menu-item > a,
.c2-bg .horizontal-menu > .nav li .megamenu .megamenu--filter li:hover > a,
.c2-bg .horizontal-menu > .nav li .megamenu .megamenu--filter li.active > a,
.c2-bg .horizontal-menu > .nav li ul li.current-menu-parent > a,
.c2-bg .horizontal-menu > .nav li ul li.current-menu-item > a,
.c2-bg .vertical-menu ul li.current-menu-item > a,
.c2-bg .vertical-menu ul li.current-menu-parent > a {
    color: var(--color-one);
}

.c1 .horizontal-menu > .nav > li > a {
    color: var(--color-title-two);
    line-height: 70px;
}

.c1 a:hover,
.c1 .horizontal-menu > .nav > li:hover > a,
.c1 .section-title.has-bg-shape h2,
.c1 .section-title.has-bg-shape h3,
.c1 .horizontal-menu > .nav li .submenu li:hover > a,
.c1 .horizontal-menu > .nav li.current-menu-parent > a,
.c1 .horizontal-menu > .nav li.current-menu-item > a,
.c1 .horizontal-menu > .nav li .megamenu .megamenu--filter li:hover > a,
.c1 .horizontal-menu > .nav li .megamenu .megamenu--filter li.active > a,
.c1 .horizontal-menu > .nav li ul li.current-menu-parent > a,
.c1 .horizontal-menu > .nav li ul li.current-menu-item > a,
.c1 .vertical-menu ul li.current-menu-item > a,
.c1 .vertical-menu ul li.current-menu-parent > a {
    color: var(--color-one);
}

.bg-black .vertical-menu .nav > li > a {
    background-color: var(--color-black);
}

.bg-black .offcanvas a {
    color: var(--color-white);
}

.bg-black .vertical-menu ul li .submenu-button {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.742' height='5.603' viewBox='0 0 9.742 5.603'%3E%3Cpath id='Path_26' data-name='Path 26' d='M122.5,4.747,118.338,8.9a.349.349,0,1,1-.493-.494l3.915-3.9L117.845.6A.349.349,0,0,1,118.338.1L122.5,4.253a.349.349,0,0,1,0,.494Z' transform='translate(9.392 -117.35) rotate(90)' fill='%23fff' stroke='%23fff' stroke-width='0.7'/%3E%3C/svg%3E%0A");
}

/* ************************
   03.2: Banner
   ********************* */
.banner-grid > ul {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: (minmax(0, 1fr)) [9];
    grid-template-columns: repeat(9, minmax(0, 1fr));
}

.banner-grid > ul > li {
    -ms-grid-column-span: 2;
    grid-column: span 2;
}

.banner-grid > ul > li:nth-child(1),
.banner-grid > ul > li:nth-child(2),
.banner-grid > ul > li:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
}

@media only screen and (max-width: 767px) {
    .banner-grid > ul > li:nth-child(1) {
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 8;
        grid-column: 1/10;
    }
}

.banner-grid > ul > li:nth-child(2) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 4;
    grid-column: 4/7;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/3;
}

@media only screen and (max-width: 1199px) {
    .banner-grid > ul > li:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3;
    }
}

@media only screen and (max-width: 767px) {
    .banner-grid > ul > li:nth-child(2) {
        -ms-grid-row: 2;
        grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 8;
        grid-column: 1/10;
    }
}

.banner-grid > ul > li:nth-child(3) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 2;
    grid-column: 7/10;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 1/3;
}

@media only screen and (max-width: 1199px) {
    .banner-grid > ul > li:nth-child(3) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-column: 1/5;
        -ms-grid-row: 3;
        grid-row: 3;
    }
}

@media only screen and (max-width: 767px) {
    .banner-grid > ul > li:nth-child(3) {
        -ms-grid-row: 3;
        grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 8;
        grid-column: 1/10;
    }
}

.banner-grid > ul > li:nth-child(4) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 2;
    grid-column: 1/6;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 3/5;
}

@media only screen and (max-width: 1199px) {
    .banner-grid > ul > li:nth-child(4) {
        -ms-grid-column: 5;
        -ms-grid-column-span: 4;
        grid-column: 1/6;
        -ms-grid-row: 3;
        grid-row: 3;
    }
}

@media only screen and (max-width: 767px) {
    .banner-grid > ul > li:nth-child(4) {
        -ms-grid-row: 4;
        grid-row: 4;
        -ms-grid-column: 1;
        -ms-grid-column-span: 8;
        grid-column: 1/10;
    }
}

.banner-grid > ul > li:nth-child(5) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 2;
    grid-column: 6/10;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 3/5;
}

@media only screen and (max-width: 1199px) {
    .banner-grid > ul > li:nth-child(5) {
        -ms-grid-column: 5;
        -ms-grid-column-span: 4;
        grid-column: 6/10;
        -ms-grid-row: 3;
        grid-row: 3;
    }
}

@media only screen and (max-width: 767px) {
    .banner-grid > ul > li:nth-child(5) {
        -ms-grid-row: 4;
        grid-row: 4;
        -ms-grid-column: 1;
        -ms-grid-column-span: 8;
        grid-column: 1/9;
    }
}
.banner-grid--two > ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (auto) [3];
    grid-template-columns: repeat(3, auto);
    grid-column-gap: 7px;
}

@media only screen and (max-width: 991px) {
    .banner-grid--two > ul {
        -ms-grid-columns: (minmax(0, 1fr)) [2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .banner-grid--two > ul > li:nth-child(1) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-column: 1/2;
    }
    .banner-grid--two > ul > li:nth-child(2) {
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-column: 2/3;
    }
    .banner-grid--two > ul > li:nth-child(3) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3;
    }
}

@media only screen and (max-width: 575px) {
    .banner-grid--two > ul li {
        -ms-grid-column: 1 !important;
        -ms-grid-column-span: 2 !important;
        grid-column: 1/3 !important;
    }
}

.banner-grid--three > ul {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr)) [12];
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-column-gap: 7px;
}

.banner-grid--three > ul > li {
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/13;
}

@media only screen and (min-width: 768px) {
    .banner-grid--three > ul > li:nth-child(1) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 8;
        grid-column: 1/9;
    }
    .banner-grid--three > ul > li:nth-child(2) {
        -ms-grid-column: 9;
        -ms-grid-column-span: 4;
        grid-column: 9/13;
    }
}

.banner-grid--four > ul {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    -ms-grid-columns: (minmax(0, 1fr)) [12];
    grid-template-columns: repeat(12, minmax(0, 1fr));
}

.banner-grid--four > ul > li {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    max-height: 280px;
}

.banner-grid--four > ul > li:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
}

@media only screen and (max-width: 1199px) {
    .banner-grid--four > ul > li:nth-child(1) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 5;
        grid-column: 1/6;
    }
}

@media only screen and (max-width: 767px) {
    .banner-grid--four > ul > li:nth-child(1) {
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 12;
        grid-column: 1/13;
    }
}

.banner-grid--four > ul > li:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    grid-column: 1/5;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
}

@media only screen and (max-width: 1199px) {
    .banner-grid--four > ul > li:nth-child(2) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 5;
        grid-column: 1/6;
    }
}

@media only screen and (max-width: 767px) {
    .banner-grid--four > ul > li:nth-child(2) {
        -ms-grid-row: 2;
        grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 12;
        grid-column: 1/13;
    }
}

.banner-grid--four > ul > li:nth-child(3) {
    -ms-grid-column: 5;
    -ms-grid-column-span: 8;
    grid-column: 5/13;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
}

@media only screen and (max-width: 1199px) {
    .banner-grid--four > ul > li:nth-child(3) {
        -ms-grid-column: 6;
        -ms-grid-column-span: 7;
        grid-column: 6/13;
    }
}

@media only screen and (max-width: 767px) {
    .banner-grid--four > ul > li:nth-child(3) {
        -ms-grid-row: 3;
        grid-row: 3;
        -ms-grid-column: 1;
        -ms-grid-column-span: 12;
        grid-column: 1/13;
    }
}

.banner-grid--five > ul {
    display: -ms-grid;
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: (minmax(0, 1fr)) [9];
    grid-template-columns: repeat(9, minmax(0, 1fr));
}

.banner-grid--five > ul > li:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
}

@media only screen and (max-width: 991px) {
    .banner-grid--five > ul > li:nth-child(1) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-column: 1/5;
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        grid-row: 1/2;
    }
}

@media only screen and (max-width: 767px) {
    .banner-grid--five > ul > li:nth-child(1) {
        -ms-grid-row: 1;
        grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 9;
        grid-column: 1/10;
    }
}

.banner-grid--five > ul > li:nth-child(2) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 4/7;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
}

@media only screen and (max-width: 991px) {
    .banner-grid--five > ul > li:nth-child(2) {
        -ms-grid-column: 5;
        -ms-grid-column-span: 5;
        grid-column: 5/10;
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        grid-row: 1/3;
    }
}

@media only screen and (max-width: 767px) {
    .banner-grid--five > ul > li:nth-child(2) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 9;
        grid-column: 1/10;
        -ms-grid-row: 2;
        grid-row: 2;
    }
}

.banner-grid--five > ul > li:nth-child(3) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
    grid-column: 7/10;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
}

@media only screen and (max-width: 991px) {
    .banner-grid--five > ul > li:nth-child(3) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-column: 1/5;
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        grid-row: 2/3;
    }
}

@media only screen and (max-width: 767px) {
    .banner-grid--five > ul > li:nth-child(3) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 9;
        grid-column: 1/10;
        -ms-grid-row: 3;
        grid-row: 3;
    }
}

.banner-grid--five > ul > li:nth-child(4) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1/4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
}

@media only screen and (max-width: 991px) {
    .banner-grid--five > ul > li:nth-child(4) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
        grid-column: 1/5;
        -ms-grid-row: 3;
        grid-row: 3;
    }
}

@media only screen and (max-width: 767px) {
    .banner-grid--five > ul > li:nth-child(4) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 9;
        grid-column: 1/10;
        -ms-grid-row: 4;
        grid-row: 4;
    }
}

.banner-grid--five > ul > li:nth-child(5) {
    -ms-grid-column: 7;
    -ms-grid-column-span: 3;
    grid-column: 7/10;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
}

@media only screen and (max-width: 991px) {
    .banner-grid--five > ul > li:nth-child(5) {
        -ms-grid-column: 5;
        -ms-grid-column-span: 5;
        grid-column: 5/10;
        -ms-grid-row: 3;
        grid-row: 3;
    }
}

@media only screen and (max-width: 767px) {
    .banner-grid--five > ul > li:nth-child(5) {
        -ms-grid-column: 1;
        -ms-grid-column-span: 9;
        grid-column: 1/10;
        -ms-grid-row: 5;
        grid-row: 5;
    }
}

.banner-geo {
    padding: 126px 0 86px;
}

.home3-slider {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 41.5%;
}

@media only screen and (max-width: 767px) {
    .gaming-slider .swiper-slide {
        width: 100%;
    }
}

.home3-slider .swiper-slide .post--content {
    opacity: 0;
    visibility: hidden;
}

.home3-slider .swiper-slide-active .post--content {
    opacity: 1;
    visibility: visible;
}

/* ************************
   03.3: Blog
   ********************* */
.post-single h3 {
    margin-bottom: 20px;
}

.post-title--wrap {
    padding: 42px 45px 43px;
}

@media only screen and (max-width: 575px) {
    .post-title--wrap {
        padding: 15px;
    }
}

.post-title--wrap h1 {
    font-size: 36px;
}

.feature-img--wrap.meta-on--img {
    position: relative;
}

.feature-img--wrap.meta-on--img .feature-img--meta {
    position: absolute;
    background-color: var(--color-white);
    border-radius: 5px 5px 0 0;
    left: 0;
    bottom: -16px;
    padding: 15px 20px 15px 10px;
    z-index: 1;
}

@media only screen and (max-width: 575px) {
    .feature-img--wrap.meta-on--img .feature-img--meta {
        padding: 10px;
    }
}

.feature-img--wrap.meta-on--img .feature-img--meta.style2 {
    border-radius: 5px 5px 0 0;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

.feature-img--wrap .video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}

@media only screen and (max-width: 767px) {
    .feature-img--wrap .video-btn {
        width: 60px;
        height: 60px;
    }
    .feature-img--wrap .video-btn svg {
        width: auto;
        height: auto;
    }
}

@media only screen and (max-width: 479px) {
    .feature-img--wrap .video-btn {
        top: calc(50% - 30px);
    }
}

.feature-img--wrap .media-preview {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
}

@media only screen and (max-width: 767px) {
    .feature-img--wrap .media-preview {
        top: calc(50% - 30px);
    }
}

.feature-img--wrap .media-preview iframe {
    border: none;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .feature-img--wrap .media-preview iframe {
        height: 90px;
    }
}

@media only screen and (max-width: 479px) {
    .feature-img--wrap .media-preview iframe {
        height: 80px;
    }
}

.feature-img--wrap.bg-overlay:after {
    /*background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(40%, rgba(0, 0, 0, 0.5)), to(black));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 40%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 40%, black 100%);*/
    opacity: 0.66;
    z-index: 0;
}

.feature-img--wrap.bg-img {
    min-height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
}

.feature-img--meta {
    font-size: 14px;
}

.feature-img--meta li {
    position: relative;
}

.feature-img--meta li:not(:last-child) {
    margin-right: 20px;
    padding-right: 20px;
}

@media only screen and (max-width: 575px) {
    .feature-img--meta li:not(:last-child) {
        margin-right: 10px;
        padding-right: 10px;
    }
}

.feature-img--meta li:not(:last-child):after {
    width: 1px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 50%;
    content: "";
    background-color: #d5d5d5;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.feature-img--wrap {
    overflow: hidden;
}

.feature-img--wrap .feature--img.full {
    width: 100%;
}

@media only screen and (max-width: 575px) {
    .feature-img--wrap .feature--img.full {
        max-width: 180%;
        width: auto;
    }
}

.post-share > span:not(:last-child),
.post-share > a:not(:last-child),
.post-social > span:not(:last-child),
.post-social > a:not(:last-child) {
    margin-right: 15px;
    display: inline-block;
}

.post-share > span svg path,
.post-share > a svg path,
.post-social > span svg path,
.post-social > a svg path {
    fill: #d5d5d5;
}

.post-share > span:hover svg path,
.post-share > a:hover svg path,
.post-social > span:hover svg path,
.post-social > a:hover svg path {
    fill: var(--color-one);
}

blockquote {
    border-radius: 5px;
    font-size: 18px;
    font-style: italic;
    margin: 40px 0;
    padding: 40px;
    text-align: center;
    position: relative;
    z-index: 1;
}

@media only screen and (max-width: 575px) {
    blockquote {
        padding: 20px;
    }
}

blockquote:after {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 207px;
    height: 183px;
    background-image: url(../img/theme/icon/big-quote.svg);
    content: "";
    z-index: -1;
    opacity: 0.03;
}

blockquote p {
    position: relative;
    text-indent: 20px;
}

blockquote p:before,
blockquote p:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 16px;
    background-image: url(../img/theme/icon/bql.svg);
    content: "";
}

blockquote p:after {
    background-image: url(../img/theme/icon/bqr.svg);
    left: auto;
    top: auto;
    bottom: 0;
    margin-left: 8px;
}

blockquote cite {
    display: inline-block;
    background-color: transparent;
    position: relative;
    z-index: 1;
    line-height: 1;
}

blockquote cite:before,
blockquote cite:after {
    width: 25px;
    height: 1px;
    left: -35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    content: "";
    background-color: currentColor;
    z-index: -1;
}

blockquote cite:after {
    left: auto;
    right: -35px;
}

.post--cats {
    margin-bottom: -5px;
}

.post--cats li {
    margin-bottom: 5px;
}

.post--cats li:not(:last-child) {
    margin-right: 5px;
}

.post--cats li span,
.post--cats li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 20px;
    border: 1px solid var(--color-one);
    color: var(--color-one);
    border-radius: 50px;
}

.post--cats li span {
    background-color: var(--color-one);
    color: var(--color-white);
}

.post-author {
    padding: 30px 45px 22px;
}

@media only screen and (max-width: 575px) {
    .post-author {
        padding: 15px;
    }
}

.post-author--info h4 {
    font-weight: 500;
    color: var(--color-title-two);
    margin-bottom: 8px;
}

.post-author--info > p {
    margin-bottom: 17px;
}

.post-author .author_thumb {
    margin-right: 20px;
}

.post-navigation {
    padding: 30px 45px;
    position: relative;
}

@media only screen and (max-width: 767px) {
    .post-navigation {
        padding: 0px;
    }
}

.post-navigation:after {
    width: 1px;
    background-color: #2c3b4b;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    opacity: 0.07;
}

@media only screen and (max-width: 767px) {
    .post-navigation:after {
        display: none;
    }
}

.post-navigation > * {
    max-width: 260px;
}

.post-navigation .post-title {
    line-height: 1.625;
}

.post-navigation .nav-link {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.post-navigation .nav-link img {
    max-width: 50px;
}

@media only screen and (max-width: 575px) {
    .post-navigation .nav-link img {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .post-navigation .nav-link .post-title {
        margin-bottom: 14px;
    }
}

/* Post Comments */
.comments-area .comments-title {
    margin-bottom: 30px;
}

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

.comments-area .comment .single-comment .comment-content {
    padding-bottom: 26px;
    margin-bottom: 30px;
    border-bottom: 1px solid #e2e2e2;
}

@media only screen and (max-width: 575px) {
    .comments-area .comment .single-comment {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.comments-area .comment .single-comment .comment-author-image {
    width: 50px !important;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
}

@media only screen and (max-width: 575px) {
    .comments-area .comment .single-comment .comment-author-image {
        margin-bottom: 16px;
    }
}

.comments-area
.comment
.single-comment:not(.trackback):not(.pingback)
.comment-content {
    max-width: calc(100% - 95px);
    width: 100%;
}

@media only screen and (max-width: 575px) {
    .comments-area
    .comment
    .single-comment:not(.trackback):not(.pingback)
    .comment-content {
        max-width: 100%;
    }
}

.comments-area .comment .single-comment .comment-content .author_name {
    margin-right: 10px;
    margin-bottom: 0;
}

.comments-area .comment .single-comment .comment-content p {
    margin: 7px 0 9px;
}

.comments-area .comment .single-comment .comment-content .commented-on {
    font-size: 13px;
    color: #1d1d1d;
}

.comments-area .comment ul.children {
    margin-left: 41px;
}

@media only screen and (max-width: 575px) {
    .comments-area .comment ul.children {
        margin-left: 30px;
    }
}

.comment-reply-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.comment-reply-links a {
    font-size: 14px;
    font-weight: 500;
    color: #3e3e3e;
}

.comment-reply-links a:not(:last-child) {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}

.comment-reply-links a:not(:last-child):after {
    width: 3px;
    height: 3px;
    background-color: #888da8;
    right: -1.5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    content: "";
}

.comment-reply-links a:hover {
    color: var(--color-one);
}

/* Comments Form */
.comment-respond .comment-reply-title {
    margin-bottom: 20px;
}

.comment-respond .comment-form .comment-notes {
    margin-bottom: 42px;
}

.comment-respond .comment-form .entry-content select,
.entry-content .comment-respond .comment-form select,
.comment-respond .comment-form .comment-content select,
.comment-content .comment-respond .comment-form select,
.comment-respond .comment-form .page--content select,
.page--content .comment-respond .comment-form select {
    margin-bottom: 35px;
}

.comment-respond .comment-form .form-control {
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
}

.comment-respond .comment-form .custom-checkbox,
.comment-respond .comment-form .color-container {
    margin-bottom: 25px;
}

.comment-respond p.custom-checkbox,
.comment-respond p.color-container {
    display: block;
    white-space: normal;
}

/* User Rate Wrap */
.user-rate-wrap {
    padding: 12px 25px;
}

/* Gallery Slider */
.swiper-container--wrap {
    max-height: 600px;
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.swiper-container--wrap .swiper-wrapper {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media only screen and (max-width: 1199px) {
    .swiper-container--wrap {
        display: block;
        max-height: -webkit-fit-content;
        max-height: -moz-fit-content;
        max-height: fit-content;
    }
}

.swiper-container {
    width: 100%;
    height: auto;
}

.swiper-slide {
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}

.gallery-top {
    height: 100%;
    width: 86.3%;
}

@media only screen and (max-width: 1199px) {
    .gallery-top {
        width: 100%;
        height: auto;
    }
}

.gallery-thumbs {
    width: 13.7%;
}

@media only screen and (max-width: 1199px) {
    .gallery-thumbs {
        width: 100%;
    }
}

.gallery-thumbs .swiper-wrapper {
    padding-left: 12px;
}

@media only screen and (max-width: 1199px) {
    .gallery-thumbs .swiper-wrapper {
        padding-left: 0;
        padding-top: 12px;
        height: auto;
    }
}

.gallery-thumbs .swiper-slide {
    cursor: pointer;
}

.gallery-thumbs .swiper-slide img {
    width: 100%;
}

.gallery-thumbs .swiper-slide {
    width: 100%;
}

.swiper-container.btn-style .swiper-button-white {
    width: 40px;
    height: 40px;
    left: auto;
    top: auto;
    right: 10px;
    bottom: 10px;
    background-color: var(--color-white);
}

.swiper-container.btn-style .swiper-button-white.swiper-button-prev {
    right: 50px;
}

.swiper-container.btn-style .swiper-button-white:hover {
    background-color: var(--color-one);
}

.swiper-container.btn-style .swiper-button-white:after {
    font-size: 20px;
}

@media only screen and (max-width: 575px) {
    .swiper-container.btn-style .swiper-button-white {
        display: none;
    }
}

.swiper-container .feature-img--meta {
    position: absolute;
    background-color: var(--color-white);
    border-radius: 0 5px 0 0;
    left: 0;
    bottom: 0;
    padding: 15px 25px;
    z-index: 9;
}

@media only screen and (max-width: 575px) {
    .swiper-container .feature-img--meta {
        padding: 10px;
    }
}

/* ************************
   03.4: Footer
   ********************* */
.footer:not(.bg-white) *:not(path) {
    color: var(--color-white);
}

.footer:not(.bg-white) .theme-input-group.style--two > input {
    background-color: rgba(255, 255, 255, 0.09);
}

.footer:not(.bg-white) .border-top {
    border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.footer:not(.bg-white) .border-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.footer .widget {
    margin-bottom: 30px;
}

@media only screen and (min-width: 992px) {
    .footer .newsletter-form {
        max-width: 444px;
    }
}

.footer .border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.copyright-text {
    font-size: 14px;
}

.footer-nav {
    font-size: 14px;
}

.footer-nav li:not(:last-child) {
    margin-right: 20px;
}

.footer-nav.style--two li:not(:last-child) {
    margin-right: 24px;
    font-size: 13px;
}

.footer-nav.style--two li:not(:last-child)::after {
    content: "/";
    display: inline-block;
    margin-left: 24px;
}

.footer-description {
    padding-top: 45px;
    max-width: 800px;
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 30px;
}

#img_01 {
    max-width: 100%;
}

/* Disposición de 2, 3 y 4 columnas */
li.post--item.bg-img-style.bg-overlay {
}

.posts {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 1fr); /* Por defecto, 2 columnas */
}

@media (min-width: 768px) {
    .posts {
        grid-template-columns: repeat(3, 1fr); /* 3 columnas para tablets */
    }
}

@media (min-width: 1200px) {
    .posts {
        grid-template-columns: repeat(
      4,
      1fr
    ); /* 4 columnas para pantallas grandes */
    }
}

/* Los posts que ocupan más espacio */
.post--item {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.post--item:hover {
    transform: scale(1.05); /* Efecto de hover */
}

/* Post que ocupa varias filas (span) */
.post--item.feature {
    grid-column: span 2;
    grid-row: span 2;
}

/* Ajuste de la imagen en cada post */
.post--img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* Asegurar que algunos posts ocupen todo el ancho */
@media (min-width: 1200px) {
    .post--item.large {
        grid-column: span 4;
    }
}

/* Ajustes para el contenido dentro del post */
.post--content {
    position: absolute;
    bottom: 0;
    /*background: rgba(0, 0, 0, 0.2);*/
    color: #fff;
    padding: 20px;
    width: 100%;
}

.post--title {
    font-size: 18px;
    font-weight: bold;
}

.post--meta {
    font-size: 14px;
    margin-top: 10px;
}

/**** NEW STYLE *************/

/* General Grid Structure */
.banner-grid--five > ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* Default: 4 columns */
    grid-gap: 30px;
}

.banner-grid--five > ul > li {
    background-color: #464646; /* Color de fondo para cada post */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.banner-grid--five > ul > li:hover {
    transform: scale(1.03); /* Pequeña animación en hover */
}

/* Custom positions for the first few posts */
.banner-grid--five > ul > li:nth-child(1) {
    grid-column: 1 / 3; /* First item takes 2 columns */
    grid-row: 1 / 2;
}

.banner-grid--five > ul > li:nth-child(2) {
    grid-column: 3 / 5; /* Second item takes 2 columns */
    grid-row: 1 / 2;
}

.banner-grid--five > ul > li:nth-child(3) {
    grid-column: 1 / 2;
    grid-row: 2 / 4; /* Third item is vertical, takes 2 rows */
}

.banner-grid--five > ul > li:nth-child(4) {
    grid-column: 2 / 4;
    grid-row: 2 / 3; /* Fourth item takes 2 columns */
}

.banner-grid--five > ul > li:nth-child(5) {
    grid-column: 4 / 5;
    grid-row: 2 / 4; /* Fifth item is vertical, takes 2 rows */
}

/* Responsive grid for smaller screens */
@media (max-width: 1200px) {
    .banner-grid--five > ul {
        grid-template-columns: repeat(3, 1fr); /* 3 columns for medium screens */
    }

    /* Adjust some items for the smaller layout */
    .banner-grid--five > ul > li:nth-child(1) {
        grid-column: 1 / 4; /* First item takes full width */
    }

    .banner-grid--five > ul > li:nth-child(2) {
        grid-column: 1 / 2;
        grid-row: 2 / 3;
    }

    .banner-grid--five > ul > li:nth-child(3) {
        grid-column: 2 / 4; /* Third item takes 2 columns */
        grid-row: 2 / 3;
    }

    .banner-grid--five > ul > li:nth-child(5) {
        grid-column: 1 / 4; /* Fifth item takes full width */
        grid-row: 3 / 4;
    }
}

/* Responsive grid for mobile screens */
@media (max-width: 768px) {
    .banner-grid--five > ul {
        grid-template-columns: repeat(2, 1fr); /* 2 columns for small screens */
    }

    .banner-grid--five > ul > li {
        grid-column: auto; /* Default layout for mobile */
        grid-row: auto;
    }

    .banner-grid--five > ul > li:nth-child(1),
    .banner-grid--five > ul > li:nth-child(2),
    .banner-grid--five > ul > li:nth-child(3) {
        grid-column: span 2; /* First 3 items take full width */
    }
}

/* Larger grid for wide screens (optional) */
@media (min-width: 1600px) {
    .banner-grid--five > ul {
        grid-template-columns: repeat(
      5,
      1fr
    ); /* 5 columns for extra large screens */
    }

    .banner-grid--five > ul > li:nth-child(1) {
        grid-column: 1 / 3;
    }

    .banner-grid--five > ul > li:nth-child(2) {
        grid-column: 3 / 5;
    }
}

/** SIDEBAR **/
.col-sm-4 > div {
    max-width: 500px;
    float: right;
}
