@charset "UTF-8";
/*!
Theme Name: Arquitec
Theme URI: http://arquitec.thememove.com
Author: ThemeMove Team
Author URI: http://thememove.com
Description: Architecture And Interior Design WordPress Theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: arquitec
Tags: editor-style, featured-images, post-formats, sticky-post, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Settings
# Tools
# Generic
# Elements
# Objects
# Components
# Trumps
--------------------------------------------------------------*/
/*
Settings store all variables, config switches, etc.
Split up into logical sections, the smaller and simpler the better.
*/
/*
Tools store all programic Sass functionality.
If your tooling is simplistic enough, you can do something like:
  tools.mixins
If your tooling is more complex you can split it up like:
  tools.grid
  tools.typography
  etc.
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

figcaption,
figure,
main {
    display: block;
}

figure {
    margin: 1em 40px;
}

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

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

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
    outline-width: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: inherit;
}

b,
strong {
    font-weight: bolder;
}

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

dfn {
    font-style: italic;
}

mark {
    background-color: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

audio,
video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

img {
    border-style: none;
}

svg:not(:root) {
    overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

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

progress {
    display: inline-block;
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

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

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

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

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

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

details,
menu {
    display: block;
}

summary {
    display: list-item;
}

canvas {
    display: inline-block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

@media print {
    *,
    *::before,
    *::after,
    p::first-letter,
    div::first-letter,
    blockquote::first-letter,
    li::first-letter,
    p::first-line,
    div::first-line,
    blockquote::first-line,
    li::first-line {
        text-shadow: none !important;
        box-shadow: none !important;
    }

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

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

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

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

    thead {
        display: table-header-group;
    }

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

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

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

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

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

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

@-ms-viewport {
    width: device-width;
}

html {
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #292b2c;
    background-color: #fff;
}

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

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

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

abbr[title],
abbr[data-original-title] {
    cursor: help;
}

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

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

blockquote {
    margin: 0 0 1rem;
}

a {
    color: #0275d8;
    text-decoration: none;
}

a:focus, a:hover {
    color: #014c8c;
    text-decoration: underline;
}

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

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

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

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

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
}

[role="button"] {
    cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
    touch-action: manipulation;
}

table {
    border-collapse: collapse;
    background-color: transparent;
}

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

th {
    text-align: left;
}

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

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

input,
button,
select,
textarea {
    line-height: inherit;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
    cursor: not-allowed;
}

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

textarea {
    resize: vertical;
}

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

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

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

output {
    display: inline-block;
}

[hidden] {
    display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-inline-item:not(:last-child) {
    margin-right: 5px;
}

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

.blockquote {
    padding: 0.5rem 1rem;
    margin-bottom: 1rem;
    font-size: 1.25rem;
    border-left: 0.25rem solid #eceeef;
}

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

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

.blockquote-reverse {
    padding-right: 1rem;
    padding-left: 0;
    text-align: right;
    border-right: 0.25rem solid #eceeef;
    border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
    content: "";
}

.blockquote-reverse .blockquote-footer::after {
    content: "\00A0 \2014";
}

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

.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0.25rem;
    transition: all 0.2s ease-in-out;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

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

.figure-caption {
    font-size: 90%;
    color: #636c72;
}

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

code {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f7f7f9;
    border-radius: 0.25rem;
}

a > code {
    padding: 0;
    color: inherit;
    background-color: inherit;
}

kbd {
    padding: 0.2rem 0.4rem;
    font-size: 90%;
    color: #fff;
    background-color: #292b2c;
    border-radius: 0.2rem;
}

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

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 90%;
    color: #292b2c;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
    border-radius: 0;
}

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

.container {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1200px) {
    .container {
        padding-right: 15px;
        padding-left: 15px;
    }
}

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

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

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

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

.container-fluid {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1200px) {
    .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
}

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

@media (min-width: 576px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 768px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 992px) {
    .row {
        margin-right: -15px;
        margin-left: -15px;
    }
}

@media (min-width: 1200px) {
    .row {
        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-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-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-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-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-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 576px) {
    .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-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-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-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-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-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 768px) {
    .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-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-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-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-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-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 992px) {
    .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-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-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-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-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-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (min-width: 1200px) {
    .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-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-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-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-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-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl {
        padding-right: 15px;
        padding-left: 15px;
    }
}

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

.col-auto {
    flex: 0 0 auto;
    width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pull-0 {
    right: auto;
}

.pull-1 {
    right: 8.33333%;
}

.pull-2 {
    right: 16.66667%;
}

.pull-3 {
    right: 25%;
}

.pull-4 {
    right: 33.33333%;
}

.pull-5 {
    right: 41.66667%;
}

.pull-6 {
    right: 50%;
}

.pull-7 {
    right: 58.33333%;
}

.pull-8 {
    right: 66.66667%;
}

.pull-9 {
    right: 75%;
}

.pull-10 {
    right: 83.33333%;
}

.pull-11 {
    right: 91.66667%;
}

.pull-12 {
    right: 100%;
}

.push-0 {
    left: auto;
}

.push-1 {
    left: 8.33333%;
}

.push-2 {
    left: 16.66667%;
}

.push-3 {
    left: 25%;
}

.push-4 {
    left: 33.33333%;
}

.push-5 {
    left: 41.66667%;
}

.push-6 {
    left: 50%;
}

.push-7 {
    left: 58.33333%;
}

.push-8 {
    left: 66.66667%;
}

.push-9 {
    left: 75%;
}

.push-10 {
    left: 83.33333%;
}

.push-11 {
    left: 91.66667%;
}

.push-12 {
    left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .pull-sm-0 {
        right: auto;
    }

    .pull-sm-1 {
        right: 8.33333%;
    }

    .pull-sm-2 {
        right: 16.66667%;
    }

    .pull-sm-3 {
        right: 25%;
    }

    .pull-sm-4 {
        right: 33.33333%;
    }

    .pull-sm-5 {
        right: 41.66667%;
    }

    .pull-sm-6 {
        right: 50%;
    }

    .pull-sm-7 {
        right: 58.33333%;
    }

    .pull-sm-8 {
        right: 66.66667%;
    }

    .pull-sm-9 {
        right: 75%;
    }

    .pull-sm-10 {
        right: 83.33333%;
    }

    .pull-sm-11 {
        right: 91.66667%;
    }

    .pull-sm-12 {
        right: 100%;
    }

    .push-sm-0 {
        left: auto;
    }

    .push-sm-1 {
        left: 8.33333%;
    }

    .push-sm-2 {
        left: 16.66667%;
    }

    .push-sm-3 {
        left: 25%;
    }

    .push-sm-4 {
        left: 33.33333%;
    }

    .push-sm-5 {
        left: 41.66667%;
    }

    .push-sm-6 {
        left: 50%;
    }

    .push-sm-7 {
        left: 58.33333%;
    }

    .push-sm-8 {
        left: 66.66667%;
    }

    .push-sm-9 {
        left: 75%;
    }

    .push-sm-10 {
        left: 83.33333%;
    }

    .push-sm-11 {
        left: 91.66667%;
    }

    .push-sm-12 {
        left: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .pull-md-0 {
        right: auto;
    }

    .pull-md-1 {
        right: 8.33333%;
    }

    .pull-md-2 {
        right: 16.66667%;
    }

    .pull-md-3 {
        right: 25%;
    }

    .pull-md-4 {
        right: 33.33333%;
    }

    .pull-md-5 {
        right: 41.66667%;
    }

    .pull-md-6 {
        right: 50%;
    }

    .pull-md-7 {
        right: 58.33333%;
    }

    .pull-md-8 {
        right: 66.66667%;
    }

    .pull-md-9 {
        right: 75%;
    }

    .pull-md-10 {
        right: 83.33333%;
    }

    .pull-md-11 {
        right: 91.66667%;
    }

    .pull-md-12 {
        right: 100%;
    }

    .push-md-0 {
        left: auto;
    }

    .push-md-1 {
        left: 8.33333%;
    }

    .push-md-2 {
        left: 16.66667%;
    }

    .push-md-3 {
        left: 25%;
    }

    .push-md-4 {
        left: 33.33333%;
    }

    .push-md-5 {
        left: 41.66667%;
    }

    .push-md-6 {
        left: 50%;
    }

    .push-md-7 {
        left: 58.33333%;
    }

    .push-md-8 {
        left: 66.66667%;
    }

    .push-md-9 {
        left: 75%;
    }

    .push-md-10 {
        left: 83.33333%;
    }

    .push-md-11 {
        left: 91.66667%;
    }

    .push-md-12 {
        left: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .pull-lg-0 {
        right: auto;
    }

    .pull-lg-1 {
        right: 8.33333%;
    }

    .pull-lg-2 {
        right: 16.66667%;
    }

    .pull-lg-3 {
        right: 25%;
    }

    .pull-lg-4 {
        right: 33.33333%;
    }

    .pull-lg-5 {
        right: 41.66667%;
    }

    .pull-lg-6 {
        right: 50%;
    }

    .pull-lg-7 {
        right: 58.33333%;
    }

    .pull-lg-8 {
        right: 66.66667%;
    }

    .pull-lg-9 {
        right: 75%;
    }

    .pull-lg-10 {
        right: 83.33333%;
    }

    .pull-lg-11 {
        right: 91.66667%;
    }

    .pull-lg-12 {
        right: 100%;
    }

    .push-lg-0 {
        left: auto;
    }

    .push-lg-1 {
        left: 8.33333%;
    }

    .push-lg-2 {
        left: 16.66667%;
    }

    .push-lg-3 {
        left: 25%;
    }

    .push-lg-4 {
        left: 33.33333%;
    }

    .push-lg-5 {
        left: 41.66667%;
    }

    .push-lg-6 {
        left: 50%;
    }

    .push-lg-7 {
        left: 58.33333%;
    }

    .push-lg-8 {
        left: 66.66667%;
    }

    .push-lg-9 {
        left: 75%;
    }

    .push-lg-10 {
        left: 83.33333%;
    }

    .push-lg-11 {
        left: 91.66667%;
    }

    .push-lg-12 {
        left: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
    }

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

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

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

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

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

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

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

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

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

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

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

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

    .pull-xl-0 {
        right: auto;
    }

    .pull-xl-1 {
        right: 8.33333%;
    }

    .pull-xl-2 {
        right: 16.66667%;
    }

    .pull-xl-3 {
        right: 25%;
    }

    .pull-xl-4 {
        right: 33.33333%;
    }

    .pull-xl-5 {
        right: 41.66667%;
    }

    .pull-xl-6 {
        right: 50%;
    }

    .pull-xl-7 {
        right: 58.33333%;
    }

    .pull-xl-8 {
        right: 66.66667%;
    }

    .pull-xl-9 {
        right: 75%;
    }

    .pull-xl-10 {
        right: 83.33333%;
    }

    .pull-xl-11 {
        right: 91.66667%;
    }

    .pull-xl-12 {
        right: 100%;
    }

    .push-xl-0 {
        left: auto;
    }

    .push-xl-1 {
        left: 8.33333%;
    }

    .push-xl-2 {
        left: 16.66667%;
    }

    .push-xl-3 {
        left: 25%;
    }

    .push-xl-4 {
        left: 33.33333%;
    }

    .push-xl-5 {
        left: 41.66667%;
    }

    .push-xl-6 {
        left: 50%;
    }

    .push-xl-7 {
        left: 58.33333%;
    }

    .push-xl-8 {
        left: 66.66667%;
    }

    .push-xl-9 {
        left: 75%;
    }

    .push-xl-10 {
        left: 83.33333%;
    }

    .push-xl-11 {
        left: 91.66667%;
    }

    .push-xl-12 {
        left: 100%;
    }

    .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%;
    }
}

@media (min-width: 1920px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
    }

    .col-xxl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-xxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

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

    .col-xxl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-xxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }

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

    .col-xxl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

    .col-xxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }

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

    .col-xxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-xxl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }

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

    .pull-xxl-0 {
        right: auto;
    }

    .pull-xxl-1 {
        right: 8.33333%;
    }

    .pull-xxl-2 {
        right: 16.66667%;
    }

    .pull-xxl-3 {
        right: 25%;
    }

    .pull-xxl-4 {
        right: 33.33333%;
    }

    .pull-xxl-5 {
        right: 41.66667%;
    }

    .pull-xxl-6 {
        right: 50%;
    }

    .pull-xxl-7 {
        right: 58.33333%;
    }

    .pull-xxl-8 {
        right: 66.66667%;
    }

    .pull-xxl-9 {
        right: 75%;
    }

    .pull-xxl-10 {
        right: 83.33333%;
    }

    .pull-xxl-11 {
        right: 91.66667%;
    }

    .pull-xxl-12 {
        right: 100%;
    }

    .push-xxl-0 {
        left: auto;
    }

    .push-xxl-1 {
        left: 8.33333%;
    }

    .push-xxl-2 {
        left: 16.66667%;
    }

    .push-xxl-3 {
        left: 25%;
    }

    .push-xxl-4 {
        left: 33.33333%;
    }

    .push-xxl-5 {
        left: 41.66667%;
    }

    .push-xxl-6 {
        left: 50%;
    }

    .push-xxl-7 {
        left: 58.33333%;
    }

    .push-xxl-8 {
        left: 66.66667%;
    }

    .push-xxl-9 {
        left: 75%;
    }

    .push-xxl-10 {
        left: 83.33333%;
    }

    .push-xxl-11 {
        left: 91.66667%;
    }

    .push-xxl-12 {
        left: 100%;
    }

    .offset-xxl-0 {
        margin-left: 0%;
    }

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

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

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

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

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

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

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

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

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

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

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

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.invisible {
    visibility: hidden !important;
}

.hidden-xs-up {
    display: none !important;
}

@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}

@media (max-width: 1919px) {
    .hidden-xl-down {
        display: none !important;
    }
}

@media (min-width: 1920px) {
    .hidden-xxl-up {
        display: none !important;
    }
}

.hidden-xxl-down {
    display: none !important;
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

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

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

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

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

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

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

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

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

.m-1 {
    margin: 0.25rem 0.25rem !important;
}

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

.mr-1 {
    margin-right: 0.25rem !important;
}

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

.ml-1 {
    margin-left: 0.25rem !important;
}

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

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

.m-2 {
    margin: 0.5rem 0.5rem !important;
}

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

.mr-2 {
    margin-right: 0.5rem !important;
}

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

.ml-2 {
    margin-left: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-1 {
    padding: 0.25rem 0.25rem !important;
}

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

.pr-1 {
    padding-right: 0.25rem !important;
}

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

.pl-1 {
    padding-left: 0.25rem !important;
}

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

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

.p-2 {
    padding: 0.5rem 0.5rem !important;
}

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

.pr-2 {
    padding-right: 0.5rem !important;
}

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

.pl-2 {
    padding-left: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 0 !important;
    }

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

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

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

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

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

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

    .m-sm-1 {
        margin: 0.25rem 0.25rem !important;
    }

    .mt-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1 {
        margin-left: 0.25rem !important;
    }

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

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

    .m-sm-2 {
        margin: 0.5rem 0.5rem !important;
    }

    .mt-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2 {
        margin-left: 0.5rem !important;
    }

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

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

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

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

    .mr-sm-3 {
        margin-right: 1rem !important;
    }

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

    .ml-sm-3 {
        margin-left: 1rem !important;
    }

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

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

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

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

    .mr-sm-4 {
        margin-right: 1.5rem !important;
    }

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

    .ml-sm-4 {
        margin-left: 1.5rem !important;
    }

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

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

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

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

    .mr-sm-5 {
        margin-right: 3rem !important;
    }

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

    .ml-sm-5 {
        margin-left: 3rem !important;
    }

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

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

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

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

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

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

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

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

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

    .p-sm-1 {
        padding: 0.25rem 0.25rem !important;
    }

    .pt-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1 {
        padding-left: 0.25rem !important;
    }

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

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

    .p-sm-2 {
        padding: 0.5rem 0.5rem !important;
    }

    .pt-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2 {
        padding-left: 0.5rem !important;
    }

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

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

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

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

    .pr-sm-3 {
        padding-right: 1rem !important;
    }

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

    .pl-sm-3 {
        padding-left: 1rem !important;
    }

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

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

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

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

    .pr-sm-4 {
        padding-right: 1.5rem !important;
    }

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

    .pl-sm-4 {
        padding-left: 1.5rem !important;
    }

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

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

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

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

    .pr-sm-5 {
        padding-right: 3rem !important;
    }

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

    .pl-sm-5 {
        padding-left: 3rem !important;
    }

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 0 !important;
    }

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

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

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

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

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

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

    .m-md-1 {
        margin: 0.25rem 0.25rem !important;
    }

    .mt-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1 {
        margin-left: 0.25rem !important;
    }

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

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

    .m-md-2 {
        margin: 0.5rem 0.5rem !important;
    }

    .mt-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2 {
        margin-left: 0.5rem !important;
    }

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

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

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

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

    .mr-md-3 {
        margin-right: 1rem !important;
    }

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

    .ml-md-3 {
        margin-left: 1rem !important;
    }

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

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

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

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

    .mr-md-4 {
        margin-right: 1.5rem !important;
    }

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

    .ml-md-4 {
        margin-left: 1.5rem !important;
    }

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

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

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

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

    .mr-md-5 {
        margin-right: 3rem !important;
    }

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

    .ml-md-5 {
        margin-left: 3rem !important;
    }

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

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

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

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

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

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

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

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

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

    .p-md-1 {
        padding: 0.25rem 0.25rem !important;
    }

    .pt-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1 {
        padding-left: 0.25rem !important;
    }

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

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

    .p-md-2 {
        padding: 0.5rem 0.5rem !important;
    }

    .pt-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2 {
        padding-left: 0.5rem !important;
    }

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

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

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

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

    .pr-md-3 {
        padding-right: 1rem !important;
    }

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

    .pl-md-3 {
        padding-left: 1rem !important;
    }

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

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

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

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

    .pr-md-4 {
        padding-right: 1.5rem !important;
    }

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

    .pl-md-4 {
        padding-left: 1.5rem !important;
    }

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

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

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

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

    .pr-md-5 {
        padding-right: 3rem !important;
    }

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

    .pl-md-5 {
        padding-left: 3rem !important;
    }

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 0 !important;
    }

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

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

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

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

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

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

    .m-lg-1 {
        margin: 0.25rem 0.25rem !important;
    }

    .mt-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1 {
        margin-left: 0.25rem !important;
    }

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

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

    .m-lg-2 {
        margin: 0.5rem 0.5rem !important;
    }

    .mt-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2 {
        margin-left: 0.5rem !important;
    }

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

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

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

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

    .mr-lg-3 {
        margin-right: 1rem !important;
    }

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

    .ml-lg-3 {
        margin-left: 1rem !important;
    }

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

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

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

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

    .mr-lg-4 {
        margin-right: 1.5rem !important;
    }

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

    .ml-lg-4 {
        margin-left: 1.5rem !important;
    }

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

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

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

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

    .mr-lg-5 {
        margin-right: 3rem !important;
    }

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

    .ml-lg-5 {
        margin-left: 3rem !important;
    }

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

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

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

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

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

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

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

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

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

    .p-lg-1 {
        padding: 0.25rem 0.25rem !important;
    }

    .pt-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1 {
        padding-left: 0.25rem !important;
    }

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

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

    .p-lg-2 {
        padding: 0.5rem 0.5rem !important;
    }

    .pt-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2 {
        padding-left: 0.5rem !important;
    }

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

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

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

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

    .pr-lg-3 {
        padding-right: 1rem !important;
    }

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

    .pl-lg-3 {
        padding-left: 1rem !important;
    }

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

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

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

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

    .pr-lg-4 {
        padding-right: 1.5rem !important;
    }

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

    .pl-lg-4 {
        padding-left: 1.5rem !important;
    }

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

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

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

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

    .pr-lg-5 {
        padding-right: 3rem !important;
    }

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

    .pl-lg-5 {
        padding-left: 3rem !important;
    }

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 0 !important;
    }

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

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

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

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

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

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

    .m-xl-1 {
        margin: 0.25rem 0.25rem !important;
    }

    .mt-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1 {
        margin-left: 0.25rem !important;
    }

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

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

    .m-xl-2 {
        margin: 0.5rem 0.5rem !important;
    }

    .mt-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2 {
        margin-left: 0.5rem !important;
    }

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

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

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

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

    .mr-xl-3 {
        margin-right: 1rem !important;
    }

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

    .ml-xl-3 {
        margin-left: 1rem !important;
    }

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

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

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

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

    .mr-xl-4 {
        margin-right: 1.5rem !important;
    }

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

    .ml-xl-4 {
        margin-left: 1.5rem !important;
    }

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

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

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

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

    .mr-xl-5 {
        margin-right: 3rem !important;
    }

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

    .ml-xl-5 {
        margin-left: 3rem !important;
    }

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

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

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

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

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

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

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

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

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

    .p-xl-1 {
        padding: 0.25rem 0.25rem !important;
    }

    .pt-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1 {
        padding-left: 0.25rem !important;
    }

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

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

    .p-xl-2 {
        padding: 0.5rem 0.5rem !important;
    }

    .pt-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2 {
        padding-left: 0.5rem !important;
    }

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

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

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

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

    .pr-xl-3 {
        padding-right: 1rem !important;
    }

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

    .pl-xl-3 {
        padding-left: 1rem !important;
    }

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

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

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

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

    .pr-xl-4 {
        padding-right: 1.5rem !important;
    }

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

    .pl-xl-4 {
        padding-left: 1.5rem !important;
    }

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

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

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

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

    .pr-xl-5 {
        padding-right: 3rem !important;
    }

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

    .pl-xl-5 {
        padding-left: 3rem !important;
    }

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

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

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

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

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

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

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

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

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

@media (min-width: 1920px) {
    .m-xxl-0 {
        margin: 0 0 !important;
    }

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

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

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

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

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

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

    .m-xxl-1 {
        margin: 0.25rem 0.25rem !important;
    }

    .mt-xxl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xxl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xxl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xxl-1 {
        margin-left: 0.25rem !important;
    }

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

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

    .m-xxl-2 {
        margin: 0.5rem 0.5rem !important;
    }

    .mt-xxl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xxl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xxl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xxl-2 {
        margin-left: 0.5rem !important;
    }

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

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

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

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

    .mr-xxl-3 {
        margin-right: 1rem !important;
    }

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

    .ml-xxl-3 {
        margin-left: 1rem !important;
    }

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

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

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

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

    .mr-xxl-4 {
        margin-right: 1.5rem !important;
    }

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

    .ml-xxl-4 {
        margin-left: 1.5rem !important;
    }

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

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

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

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

    .mr-xxl-5 {
        margin-right: 3rem !important;
    }

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

    .ml-xxl-5 {
        margin-left: 3rem !important;
    }

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

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

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

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

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

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

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

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

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

    .p-xxl-1 {
        padding: 0.25rem 0.25rem !important;
    }

    .pt-xxl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xxl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xxl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xxl-1 {
        padding-left: 0.25rem !important;
    }

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

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

    .p-xxl-2 {
        padding: 0.5rem 0.5rem !important;
    }

    .pt-xxl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xxl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xxl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xxl-2 {
        padding-left: 0.5rem !important;
    }

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

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

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

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

    .pr-xxl-3 {
        padding-right: 1rem !important;
    }

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

    .pl-xxl-3 {
        padding-left: 1rem !important;
    }

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

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

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

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

    .pr-xxl-4 {
        padding-right: 1.5rem !important;
    }

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

    .pl-xxl-4 {
        padding-left: 1.5rem !important;
    }

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

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

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

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

    .pr-xxl-5 {
        padding-right: 3rem !important;
    }

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

    .pl-xxl-5 {
        padding-left: 3rem !important;
    }

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

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

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

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

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

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

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

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

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

/*
Generic rules are project-agnostic.
These can be copied from any project to the next
*/
html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

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

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

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }
    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }
    100% {
        -o-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes floating {
    from {
        -webkit-transform: translate(0, 0px);
    }
    65% {
        -webkit-transform: translate(0, 15px);
    }
    to {
        -webkit-transform: translate(0, 0px);
    }
}

@-moz-keyframes floating {
    from {
        -moz-transform: translate(0, 0px);
    }
    65% {
        -moz-transform: translate(0, 15px);
    }
    to {
        -moz-transform: translate(0, 0px);
    }
}

/* Chrome, Safari, Opera */
@-webkit-keyframes zoomOut {
    0% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1);
    }
}

/* Standard syntax */
@keyframes zoomOut {
    0% {
        transform: scale(0.5);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }
    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }
    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}

@keyframes breath {
    0% {
        background-size: 100% auto;
    }
    50% {
        background-size: 110% auto;
    }
    100% {
        background-size: 100% auto;
    }
}

@keyframes zoomBig {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 0;
    }
}

.primary-color {
    color: #D8B069;
}

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

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

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

.vertical-center {
    display: flex;
    align-items: center;
    align-self: center;
    align-content: center;
}

.vertical-bottom {
    display: flex;
    align-items: flex-end;
    align-self: flex-end;
    align-content: flex-end;
}

.ofw-100 {
    font-weight: 100;
}

.ofw-200 {
    font-weight: 200;
}

.ofw-300 {
    font-weight: 300;
}

.ofw-400 {
    font-weight: 400;
}

.ofw-500 {
    font-weight: 500;
}

.ofw-600 {
    font-weight: 600;
}

.ofw-700 {
    font-weight: 700;
}

.ofw-800 {
    font-weight: 800;
}

.ofw-900 {
    font-weight: 900;
}

.ofs-normal {
    font-style: normal;
}

.ofs-italic {
    font-style: italic;
}

.ofs-oblique {
    font-style: oblique;
}

.ofs-initial {
    font-style: initial;
}

.ofs-inherit {
    font-style: inherit;
}

@media (min-width: 576px) {
    .relative-visible {
        position: relative !important;
        overflow: visible !important;
    }

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

[class*='absolute-object'] {
    position: absolute !important;
    z-index: 2;
}

@media (max-width: 767px) {
    html .reset-mrg-top-sm, html .reset-mrg-top-sm .vc_column-inner {
        margin-top: 0 !important;
    }
}

@media (max-width: 991px) {
    [class*='absolute-object'] {
        max-width: 100px;
        top: -100px;
    }
}

@media (max-width: 767px) {
    [class*='absolute-object'] {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .rm-maxwidth {
        float: right;
    }

    .rm-maxwidth, .rm-maxwidth * {
        max-width: none !important;
    }
}

.map-info {
    position: relative;
    z-index: 3;
    margin-top: -750px;
}

.map-info > div {
    padding: 15% !important;
}

.map-info .insight-icon-boxes {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.map-info .icon-inner {
    height: 44px !important;
    line-height: 44px;
}

.map-info .icon {
    width: auto !important;
    display: block !important;
    padding: 0 0 30px 0 !important;
    height: 44px !important;
    line-height: 44px;
    margin-top: -10px;
    position: relative;
}

.map-info .icon:before {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #eee;
    bottom: -30px;
    left: 5px;
}

.map-info .icon i {
    font-size: 16px !important;
    border-radius: 100%;
    background-color: #D8B069;
    line-height: 44px;
    width: 44px;
    height: 44px;
    color: #fff;
}

.map-info .inner {
    padding-left: 20px !important;
}

.map-info .title {
    margin: 0 !important;
    font-weight: normal !important;
}

.map-info .content {
    font-weight: 600 !important;
    font-size: 18px;
}

.bg-fixed .vc_column-inner {
    background-attachment: fixed;
}

@media (max-width: 1199px) {
    .col-aboutme .vc_column-inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

.slick-track:before, .slick-track:after {
    display: block !important;
}

@media (min-width: 768px) {
    html .mw-auto, html .mw-auto * {
        max-width: none !important;
    }
}

@media (max-width: 991px) {
    html .mw-auto {
        margin: 0 !important;
    }
}

#content {
    overflow: hidden;
}

/*
Elements are rules for classless HTML tags.
There can exist no classes at this layer, only further into our triangle.
*/
.btn, .comments-area .comment-form input[type="submit"], .insight-button a, .insight-contact-form input[type="submit"], .insight-icon-box .more a, .insight-latest-news.style-03 .insight-item-inner .insight-item-info .more a, .insight-portfolio-carousel.style-02 .insight-items .insight-item .insight-item-info .insight-item-info-right a, .insight-portfolio-featured-full .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .more a, .insight-portfolio-featured.style-01 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .more a, .insight-portfolio-featured.style-02 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .more a, .insight-portfolio-featured.style-02.color-light .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .more a, .insight-portfolio-filter.style-04 .insight-items .insight-item .insight-item-inner .insight-item-info .more a, .insight-price-box.style-01 .link a, .insight-price-box.style-02 .link a, .insight-steps.style-01 .step .more a, .woocommerce a.button, .woocommerce a.button.alt, .woocommerce-checkout #payment .place-order #place_order, .woocommerce .sidebar .widget.widget_price_filter .price_slider_amount .button, body.error404 .content-area .content-404-links a {
    box-sizing: border-box;
    display: inline-block;
    height: 56px;
    line-height: 52px;
    color: #fff;
    background-color: #333;
    border-width: 2px;
    border-style: solid;
    border-color: #333;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding: 0 40px;
    outline: none;
    cursor: pointer;
    border-radius: 0;
    transition: all 0.5s;
}

.btn:after, .comments-area .comment-form input[type="submit"]:after, .insight-button a:after, .insight-contact-form input[type="submit"]:after, .insight-icon-box .more a:after, .insight-latest-news.style-03 .insight-item-inner .insight-item-info .more a:after, .insight-portfolio-carousel.style-02 .insight-items .insight-item .insight-item-info .insight-item-info-right a:after, .insight-portfolio-featured-full .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .more a:after, .insight-portfolio-featured.style-01 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .more a:after, .insight-portfolio-featured.style-02 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .more a:after, .insight-portfolio-featured.style-02.color-light .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .more a:after, .insight-portfolio-filter.style-04 .insight-items .insight-item .insight-item-inner .insight-item-info .more a:after, .insight-price-box.style-01 .link a:after, .insight-price-box.style-02 .link a:after, .insight-steps.style-01 .step .more a:after, .woocommerce a.button:after, .woocommerce a.button.alt:after, .woocommerce-checkout #payment .place-order #place_order:after, .woocommerce .sidebar .widget.widget_price_filter .price_slider_amount .button:after, body.error404 .content-area .content-404-links a:after {
    display: inline-block;
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    margin-left: 10px;
    line-height: 1;
    vertical-align: middle;
}

.btn:hover, .comments-area .comment-form input[type="submit"]:hover, .insight-button a:hover, .insight-contact-form input[type="submit"]:hover, .insight-icon-box .more a:hover, .insight-latest-news.style-03 .insight-item-inner .insight-item-info .more a:hover, .insight-portfolio-carousel.style-02 .insight-items .insight-item .insight-item-info .insight-item-info-right a:hover, .insight-portfolio-featured-full .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .more a:hover, .insight-portfolio-featured.style-01 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .more a:hover, .insight-portfolio-featured.style-02 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .more a:hover, .insight-portfolio-filter.style-04 .insight-items .insight-item .insight-item-inner .insight-item-info .more a:hover, .insight-price-box.style-01 .link a:hover, .insight-price-box.style-02 .link a:hover, .insight-steps.style-01 .step .more a:hover, .woocommerce a.button:hover, .woocommerce-checkout #payment .place-order #place_order:hover, .woocommerce .sidebar .widget.widget_price_filter .price_slider_amount .button:hover, body.error404 .content-area .content-404-links a:hover {
    color: #333;
    background-color: transparent;
    border-color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
}

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

a {
    color: #333;
    transition: all 0.5s;
}

a:focus, a:visited {
    color: #333;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}

.insight-pagination {
    text-align: center;
}

.insight-pagination span, .insight-pagination a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #7E7E7E;
    line-height: 1;
    padding: 10px;
    background-color: #fff;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: transparent;
    margin: 0 5px;
    text-decoration: none;
}

.insight-pagination span:hover, .insight-pagination span.current, .insight-pagination a:hover, .insight-pagination a.current {
    color: #333;
    border-color: #7E7E7E;
}

.insight-pagination span.next, .insight-pagination a.next {
    font-size: 0;
}

.insight-pagination span.next:before, .insight-pagination a.next:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    font-weight: 400;
}

.insight-pagination span.prev, .insight-pagination a.prev {
    font-size: 0;
}

.insight-pagination span.prev:before, .insight-pagination a.prev:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    font-weight: 400;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border: 1px solid #ccc;
}

table td, table th {
    border: 1px solid #ccc;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

table th {
    font-weight: 700;
    color: #333;
}

table th.empty {
    visibility: hidden;
    border: 0;
    background: none;
}

table tr:nth-child(2n) th, table tr:nth-child(2n) td {
    background: rgba(0, 0, 0, 0.01);
}

/*
Objects are "formless", in other words invisible to the user, no cosmetics
  Eg. wrappers, grid systems, etc.
This is the first layer of classes and should be agnostically named
  Eg. list-inline, ui-list, etc.
*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    clear: both;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    clear: both;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
    clear: both;
}

.text-align-xs-left {
    text-align: left;
}

.text-align-xs-right {
    text-align: right;
}

.text-align-xs-center {
    text-align: center;
}

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

    .text-align-sm-right {
        text-align: right;
    }

    .text-align-sm-center {
        text-align: center;
    }
}

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

    .text-align-md-right {
        text-align: right;
    }

    .text-align-md-center {
        text-align: center;
    }
}

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

    .text-align-lg-right {
        text-align: right;
    }

    .text-align-lg-center {
        text-align: center;
    }
}

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

    .text-align-xl-right {
        text-align: right;
    }

    .text-align-xl-center {
        text-align: center;
    }
}

@media (min-width: 1920px) {
    .text-align-xxl-left {
        text-align: left;
    }

    .text-align-xxl-right {
        text-align: right;
    }

    .text-align-xxl-center {
        text-align: center;
    }
}

@media (min-width: 992px) {
    [text-align='left'] {
        text-align: left;
    }

    [text-align='right'] {
        text-align: right;
    }

    [text-align='center'] {
        text-align: center;
    }
}

[data-balloon] {
    position: relative;
}

[data-balloon]:after {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.18s ease-out 0.18s;
    position: absolute;
    z-index: 10;
    padding: .5em 1em;
    border-radius: 4px;
    background: rgba(17, 17, 17, 0.9);
    color: #fff;
    content: attr(data-balloon);
    white-space: nowrap;
    font-size: 12px;
}

[data-balloon]:before {
    background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(0)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
    background-size: 100% auto;
    width: 18px;
    height: 6px;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    pointer-events: none;
    transition: all 0.18s ease-out 0.18s;
    position: absolute;
    z-index: 10;
    content: '';
}

[data-balloon]:hover:before, [data-balloon]:hover:after {
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    pointer-events: auto;
}

[data-balloon][data-balloon-break]:after {
    white-space: normal;
}

[data-balloon][data-balloon-pos="up"]:after {
    bottom: 100%;
    left: 50%;
    margin-bottom: 11px;
    -webkit-transform: translate(-50%, 10px);
    -moz-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}

[data-balloon][data-balloon-pos="up"]:before {
    bottom: 100%;
    left: 50%;
    margin-bottom: 5px;
    -webkit-transform: translate(-50%, 10px);
    -moz-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
    transform: translate(-50%, 10px);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}

[data-balloon][data-balloon-pos="up"]:hover:after {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

[data-balloon][data-balloon-pos="up"]:hover:before {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

[data-balloon][data-balloon-pos='down']:after {
    top: 100%;
    left: 50%;
    margin-top: 11px;
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
}

[data-balloon][data-balloon-pos='down']:before {
    background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="36px" height="12px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(180 18 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
    background-size: 100% auto;
    width: 18px;
    height: 6px;
    top: 100%;
    left: 50%;
    margin-top: 5px;
    -webkit-transform: translate(-50%, -10px);
    -moz-transform: translate(-50%, -10px);
    -ms-transform: translate(-50%, -10px);
    transform: translate(-50%, -10px);
}

[data-balloon][data-balloon-pos='down']:hover:after {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

[data-balloon][data-balloon-pos='down']:hover:before {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

[data-balloon][data-balloon-pos='left']:after {
    top: 50%;
    right: 100%;
    margin-right: 11px;
    -webkit-transform: translate(10px, -50%);
    -moz-transform: translate(10px, -50%);
    -ms-transform: translate(10px, -50%);
    transform: translate(10px, -50%);
}

[data-balloon][data-balloon-pos='left']:before {
    background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(-90 18 18)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
    background-size: 100% auto;
    width: 6px;
    height: 18px;
    top: 50%;
    right: 100%;
    margin-right: 5px;
    -webkit-transform: translate(10px, -50%);
    -moz-transform: translate(10px, -50%);
    -ms-transform: translate(10px, -50%);
    transform: translate(10px, -50%);
}

[data-balloon][data-balloon-pos='left']:hover:after {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

[data-balloon][data-balloon-pos='left']:hover:before {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

[data-balloon][data-balloon-pos='right']:after {
    top: 50%;
    left: 100%;
    margin-left: 11px;
    -webkit-transform: translate(-10px, -50%);
    -moz-transform: translate(-10px, -50%);
    -ms-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%);
}

[data-balloon][data-balloon-pos='right']:before {
    background: no-repeat url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12px" height="36px"><path fill="rgba(17, 17, 17, 0.9)" transform="rotate(90 6 6)" d="M2.658,0.000 C-13.615,0.000 50.938,0.000 34.662,0.000 C28.662,0.000 23.035,12.002 18.660,12.002 C14.285,12.002 8.594,0.000 2.658,0.000 Z"/></svg>');
    background-size: 100% auto;
    width: 6px;
    height: 18px;
    top: 50%;
    left: 100%;
    margin-left: 5px;
    -webkit-transform: translate(-10px, -50%);
    -moz-transform: translate(-10px, -50%);
    -ms-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%);
}

[data-balloon][data-balloon-pos='right']:hover:after {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

[data-balloon][data-balloon-pos='right']:hover:before {
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

[data-balloon][data-balloon-length='small']:after {
    width: 80px;
    white-space: normal;
}

[data-balloon][data-balloon-length='medium']:after {
    width: 150px;
    white-space: normal;
}

[data-balloon][data-balloon-length='large']:after {
    width: 260px;
    white-space: normal;
}

[data-balloon][data-balloon-length='xlarge']:after {
    width: 380px;
    white-space: normal;
}

@media screen and (max-width: 768px) {
    [data-balloon][data-balloon-length='xlarge']:after {
        white-space: normal;
        width: 90vw;
    }
}

[data-balloon][data-balloon-length='fit']:after {
    width: 100%;
    white-space: normal;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    border: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.wp-caption .wp-caption-text {
    margin: .8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*
Components are the stuff of UI. Eg. buttons, special titles, etc.
These get much more explicitly named: eg. products-list, etc.
*/
body.page .comments-area {
    padding-top: 60px;
    padding-bottom: 60px;
}

.comments-area .comments-title, .comments-area .comment-reply-title {
    color: #333;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.comments-area .comment-list {
    list-style: none;
    margin: 0 0 30px 0;
    background-color: #fff;
    border-top: none;
    padding: 0;
}

.comments-area .comment-list .comment-respond {
    margin-top: 10px;
}

.comments-area .comment-list > li:last-child .comment-body {
    border-bottom: none;
}

.comments-area .comment-list li.comment {
    list-style-type: none;
}

.comments-area .comment-list li.parent {
    padding-bottom: 0;
}

.comments-area .comment-list li.pingback .comment-body {
    padding-left: 0;
}

@media (max-width: 991px) {
    .comments-area .comment-list li.pingback .comment-body {
        padding-left: 0;
    }
}

.comments-area .comment-list li .comment-body {
    margin: 0;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-bottom: 35px;
    padding-top: 35px;
    padding-left: 145px;
}

@media (max-width: 991px) {
    .comments-area .comment-list li .comment-body {
        padding-left: 70px;
    }
}

.comments-area .comment-list li .comment-body .fn {
    font-size: 17px;
    color: #333;
    font-weight: 700;
    clear: both;
    display: block;
    margin-bottom: 10px;
}

.comments-area .comment-list li .comment-body .fn a {
    color: #333;
}

.comments-area .comment-list li .comment-body .fn a:hover {
    color: #D8B069;
}

.comments-area .comment-list li .comment-body .comment-author {
    display: inline-block;
    position: absolute;
    top: 35px;
    left: 0;
    border-radius: 50%;
    overflow: hidden;
}

@media (max-width: 991px) {
    .comments-area .comment-list li .comment-body .comment-author img {
        max-width: 50px;
    }
}

.comments-area .comment-list li .comment-body .comment-meta {
    font-size: 12px;
    line-height: 1;
    display: inline-block;
}

.comments-area .comment-list li .comment-body .comment-meta a {
    color: #7E7E7E;
}

.comments-area .comment-list li .comment-body .comment-meta a:hover {
    color: #333;
}

.comments-area .comment-list li .comment-body .reply {
    display: inline-block;
}

.comments-area .comment-list li .comment-body .reply a {
    color: #7E7E7E;
    font-size: 12px;
    padding-left: 5px;
    border-left: 1px solid #7E7E7E;
    line-height: 1;
}

.comments-area .comment-list li .comment-body .reply a:hover {
    color: #333;
}

.comments-area .comment-list li .comment-body .comment-text {
    margin-bottom: 5px;
}

.comments-area .comment-list li .comment-body .comment-text table td,
.comments-area .comment-list li .comment-body .comment-text table th {
    border: 1px solid #ccc;
    padding: 5px 10px;
}

.comments-area .comment-list li .comment-body .comment-text li {
    padding: 5px;
    border: none;
}

.comments-area .comment-list li .comment-body .comment-text > p:last-child {
    margin-bottom: 0;
}

.comments-area .comment-list li .children > li > .comment-body {
    padding-left: 190px;
}

@media (max-width: 991px) {
    .comments-area .comment-list li .children > li > .comment-body {
        padding-left: 70px;
    }
}

.comments-area .comment-list li .children > li > .comment-body > .comment-author {
    margin-left: 50px;
}

@media (max-width: 991px) {
    .comments-area .comment-list li .children > li > .comment-body > .comment-author {
        margin-left: 0px;
    }
}

.comments-area .comment-list li .children {
    margin: 0;
    padding-left: 0px;
    clear: both;
    display: block;
    position: relative;
}

.comments-area .comment-list li .children li {
    clear: both;
    display: block;
    padding: 0 0 1px;
    border: none;
}

.comments-area .comment-list li .children .comment-respond {
    margin-bottom: 30px;
}

.comments-area .comment-form .logged-in-as {
    margin-bottom: 15px;
}

.comments-area .comment-form input {
    width: 100%;
    border: none;
    background-color: #F5F5F5;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    margin-bottom: 20px;
    outline: none;
}

.comments-area .comment-form textarea {
    width: 100%;
    padding: 20px;
    border: none;
    background-color: #F5F5F5;
    height: 180px;
    margin-bottom: 20px;
    outline: none;
}

.comments-area .comment-form p {
    margin: 0;
    line-height: 1;
}

.comments-area .comment-form-cookies-consent {
    margin-bottom: 20px !important;
}

.comments-area .comment-form-cookies-consent input[type="checkbox"] {
    width: auto;
    display: inline-block;
    margin: 0 10px 0 0;
    height: auto;
    line-height: unset;
}

.comments-area .comment-form-cookies-consent label {
    display: inline;
}

.footer.footer-default {
    border-top: 1px solid #EEEEEE;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
}

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

header.layout-01 {
    width: 100%;
    transition: all 0.5s;
}

header.layout-01 .header-nav {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 999;
    min-height: 94px;
    transition: all 0.5s;
}

header.layout-01 .header-nav:not(.container) {
    width: 100%;
    padding-left: 100px;
    padding-right: 100px;
}

@media (max-width: 1199px) {
    header.layout-01 .header-nav:not(.container) {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

header.layout-01 .header-nav .header-left {
    min-width: 170px;
}

header.layout-01 .header-nav .header-left #header-logo {
    display: inline-block;
    margin-right: 30px;
    position: relative;
}

header.layout-01 .header-nav .header-left #header-logo img {
    vertical-align: middle;
}

header.layout-01 .header-nav .header-left ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style: none;
}

header.layout-01 .header-nav .header-left ul li {
    display: inline-block;
    padding: 0 20px 0 0;
    margin: 0 20px 0 0;
    line-height: 1;
}

header.layout-01 .header-nav .header-left ul li a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #ccc;
    text-transform: uppercase;
}

header.layout-01 .header-nav .header-left ul li:first-child {
    border-right: 1px solid #ccc;
}

header.layout-01 .header-nav .header-left ul li.current-lang a {
    color: #333;
}

header.layout-01 .header-nav .header-right {
    flex-grow: 1;
    text-align: right;
}

header.layout-01 .header-nav .header-right .nav-menu, header.layout-01 .header-nav .header-right .nav-btn {
    display: inline-block;
}

header.layout-01 .header-nav .header-right .nav-menu {
    text-align: right;
}

header.layout-01 .header-nav .header-right .nav-menu .menu__container {
    display: inline-block;
}

header.layout-01 .header-nav .header-right .nav-btn {
    margin-left: 40px;
    line-height: 1;
}

header.layout-01 .header-nav .header-right .open-right-side-btn {
    font-size: 18px;
    cursor: pointer;
    text-align: left;
    color: #333;
}

header.layout-01 .header-nav .header-right .open-right-side-btn i {
    cursor: pointer;
}

header.layout-01 .header-nav .header-right .header-right-inner {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

@media (max-width: 991px) {
    header.layout-01 .header-nav {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    header.layout-01 .header-nav .header-left {
        flex-grow: 1;
    }
}

header.layout-01.color-light {
    background-color: #333;
}

header.layout-01.color-light .btn-wrap {
    color: #fff;
}

header.layout-01.sticky.headroom--not-top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
}

.admin-bar header.layout-01.sticky.headroom--not-top {
    top: 32px;
}

@media (max-width: 991px) {
    .admin-bar header.layout-01.sticky.headroom--not-top {
        top: 32px;
    }
}

@media (max-width: 767px) {
    .admin-bar header.layout-01.sticky.headroom--not-top {
        top: 46px;
    }
}

@media (max-width: 575px) {
    .admin-bar header.layout-01.sticky.headroom--not-top {
        top: 0;
    }
}

header.layout-01.sticky.headroom--not-top .header-nav {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
}

header.layout-01.sticky.headroom--not-top .header-nav .header-left #header-logo:after {
    display: none;
}

header.layout-01.sticky.headroom--not-top .btn-wrap {
    color: #333;
}

@media (max-width: 991px) {
    header.layout-01 .header-nav {
        min-height: 94px;
    }

    header.layout-01 .header-nav .header-left {
        min-width: 0;
    }

    header.layout-01 .header-nav .header-left #header-logo {
        max-width: 120px;
        margin-right: 20px;
    }

    header.layout-01 .header-nav .header-left #header-logo:after {
        display: none !important;
    }

    header.layout-01 .header-nav .header-left ul li {
        padding: 0 10px 0 0;
        margin: 0 10px 0 0;
    }

    header.layout-01 .header-nav .header-right .nav-menu {
        display: none;
    }
}

body.header-layout-02 header.layout-02 {
    padding: 30px 30px 30px 80px;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 99999;
    width: 370px;
    height: 100%;
    background-color: #fff !important;
}

body.header-layout-02 header.layout-02 .header-container {
    height: 100%;
}

body.header-layout-02 header.layout-02 .header-container .header-nav {
    height: 100%;
    display: flex;
    flex-direction: column;
}

body.header-layout-02 header.layout-02 .header-container .header-nav .header-top {
    display: block;
    width: 100%;
    padding-top: 30px;
}

body.header-layout-02 header.layout-02 .header-container .header-nav .header-top a {
    display: inline-block;
}

body.header-layout-02 header.layout-02 .header-container .header-nav .header-top a img {
    width: auto;
    height: auto;
}

body.header-layout-02 header.layout-02 .header-container .header-nav .header-mid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    flex-grow: 1;
    padding: 60px 0;
}

body.header-layout-02 header.layout-02 .header-container .header-nav .header-mid #menu > ul > li {
    display: block;
    padding: 18px 0;
    text-align: left;
}

body.header-layout-02 header.layout-02 .header-container .header-nav .header-mid #menu > ul > li > a {
    color: #7E7E7E;
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    display: inline-block;
}

body.header-layout-02 header.layout-02 .header-container .header-nav .header-mid #menu > ul > li > a:before {
    background-color: #333;
    margin-top: 25px;
}

body.header-layout-02 header.layout-02 .header-container .header-nav .header-mid #menu > ul > li > a:after {
    display: none;
}

body.header-layout-02 header.layout-02 .header-container .header-nav .header-mid #menu > ul > li > a:hover {
    color: #333;
}

body.header-layout-02 header.layout-02 .header-container .header-nav .header-mid #menu > ul > li > .sub-menu {
    top: 0;
    left: 100%;
}

body.header-layout-02 header.layout-02 .header-container .header-nav .header-mid #menu > ul > li.mega-menu .sub-menu {
    width: 1200px;
}

body.header-layout-02 header.layout-02 .header-container .header-nav .header-mid .search-form {
    padding: 0 0 0 30px;
    margin: 60px 0 0 0;
    position: relative;
}

body.header-layout-02 header.layout-02 .header-container .header-nav .header-mid .search-form:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    height: 40px;
    width: 30px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
}

body.header-layout-02 header.layout-02 .header-container .header-nav .header-mid .search-form label {
    margin: 0;
    width: 100%;
}

body.header-layout-02 header.layout-02 .header-container .header-nav .header-mid .search-form label span.screen-reader-text {
    display: none;
}

body.header-layout-02 header.layout-02 .header-container .header-nav .header-mid .search-form input[type="search"] {
    border: none;
    background: none;
    color: #222;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding: 0;
    width: 100%;
    letter-spacing: 0.01em;
}

body.header-layout-02 header.layout-02 .header-container .header-nav .header-mid .search-form input[type="search"]::-webkit-input-placeholder, body.header-layout-02 header.layout-02 .header-container .header-nav .header-mid .search-form input[type="search"]::-moz-placeholder, body.header-layout-02 header.layout-02 .header-container .header-nav .header-mid .search-form input[type="search"]:-ms-input-placeholder, body.header-layout-02 header.layout-02 .header-container .header-nav .header-mid .search-form input[type="search"]:-moz-placeholder {
    color: rgba(34, 34, 34, 0.5);
}

body.header-layout-02 header.layout-02 .header-container .header-nav .header-mid .search-form input[type="search"]:focus {
    outline: none;
}

body.header-layout-02 header.layout-02 .header-container .header-nav .header-mid .search-form input[type="submit"] {
    display: none !important;
}

body.header-layout-02 header.layout-02 .header-container .header-nav .header-bot .socials a {
    display: inline-block;
    font-size: 18px;
    margin: 0 40px 0 0;
    color: #222;
}

body.header-layout-02 header.layout-02 .header-container .header-nav .header-bot .socials a:hover {
    color: #D8B069;
}

body.header-layout-02 header.layout-02.color-dark {
    background-color: #222 !important;
}

body.header-layout-02 header.layout-02.color-dark .header-container .header-nav .header-mid #menu > ul > li > a {
    color: #ABABAB;
}

body.header-layout-02 header.layout-02.color-dark .header-container .header-nav .header-mid #menu > ul > li > a:hover {
    color: #fff;
}

body.header-layout-02 header.layout-02.color-dark .header-container .header-nav .header-mid #menu > ul > li > a:hover:before {
    background-color: #fff;
}

body.header-layout-02 header.layout-02.color-dark .header-container .header-nav .header-mid .search-form:before {
    color: #fff;
}

body.header-layout-02 header.layout-02.color-dark .header-container .header-nav .header-mid .search-form input[type="search"] {
    color: #fff;
}

body.header-layout-02 header.layout-02.color-dark .header-container .header-nav .header-mid .search-form input[type="search"]::-webkit-input-placeholder, body.header-layout-02 header.layout-02.color-dark .header-container .header-nav .header-mid .search-form input[type="search"]::-moz-placeholder, body.header-layout-02 header.layout-02.color-dark .header-container .header-nav .header-mid .search-form input[type="search"]:-ms-input-placeholder, body.header-layout-02 header.layout-02.color-dark .header-container .header-nav .header-mid .search-form input[type="search"]:-moz-placeholder {
    color: #333;
}

body.header-layout-02 header.layout-02.color-dark .header-container .header-nav .header-bot .socials a {
    color: #fff;
}

body.header-layout-02 header.layout-02.color-dark .header-container .header-nav .header-bot .socials a:hover {
    color: #D8B069;
}

@media (min-width: 992px) {
    body.header-layout-02 {
        padding-left: 370px;
    }
}

@media (max-width: 991px) {
    header.header-desktop {
        display: none !important;
    }
}

header.header-mobile {
    display: none;
    width: 100%;
}

header.header-mobile .header-left, header.header-mobile .header-right {
    display: flex;
    align-items: center;
    align-self: center;
    align-content: center;
}

header.header-mobile .header-mobile-container {
    height: 94px;
}

header.header-mobile .header-mobile-container .row {
    height: 100%;
}

header.header-mobile .header-mobile-container .row a {
    display: inline-block;
    line-height: 1;
}

header.header-mobile .header-mobile-container .header-right {
    justify-content: flex-end;
}

header.header-mobile .header-mobile-container .header-right > div {
    display: inline-block;
    line-height: 1;
    margin: 0 15px;
    transition: all 0.5s;
}

header.header-mobile .header-mobile-container .header-right > div:hover {
    color: #D8B069;
    cursor: pointer;
}

header.header-mobile .header-mobile-container .header-right > div:last-child {
    margin-right: 0;
}

header.header-mobile.headroom--not-top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #fff;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
}

@media (max-width: 991px) {
    header.header-mobile {
        display: block;
        background-color: #fff !important;
    }
}

header.style-overlay.layout-01 {
    background-color: transparent;
}

header.style-overlay.layout-01 .header-nav .header-left ul li a {
    color: rgba(255, 255, 255, 0.4);
}

header.style-overlay.layout-01 .header-nav .header-left ul li:first-child {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

header.style-overlay.layout-01 .header-nav .header-left ul li.current-lang a {
    color: #fff;
}

header.style-overlay.layout-01:not(.headroom--not-top) {
    position: absolute;
}

header.style-overlay.layout-01:not(.headroom--not-top).overlay-white #menu > ul > li > a {
    color: #fff;
}

header.style-overlay.layout-01:not(.headroom--not-top).overlay-white #open-right * {
    color: #fff;
}

header.style-overlay.layout-01.headroom--not-top .header-nav {
    padding-top: 0;
    padding-bottom: 0;
}

.header-search-wrap {
    display: inline-block;
    vertical-align: middle;
    height: 20px;
}

.header-search-wrap .header-search-btn {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    text-align: left;
    margin-left: 30px;
}

.header-search-wrap .header-search-btn:before {
    content: "\f002";
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    line-height: 20px;
    font-weight: 400;
    color: #333;
}

header.header.color-light .header-search-wrap .header-search-btn:before {
    color: #fff;
}

header.header.headroom--not-top .header-search-wrap .header-search-btn:before {
    color: #333;
}

.header-search-form {
    width: 100%;
    padding: 0 30px;
    color: #fff;
    background-color: #333;
    display: none;
    position: relative;
    z-index: 9;
}

.header-search-form form {
    padding: 0px;
    position: relative;
}

.header-search-form form label {
    margin: 0;
    width: 100%;
}

.header-search-form form label span.screen-reader-text {
    display: none;
}

.header-search-form form input[type="search"] {
    border: none;
    background: none;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    width: 100%;
    letter-spacing: 0.01em;
}

.header-search-form form input[type="search"]::-webkit-input-placeholder, .header-search-form form input[type="search"]::-moz-placeholder, .header-search-form form input[type="search"]:-ms-input-placeholder, .header-search-form form input[type="search"]:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.header-search-form form input[type="search"]:focus {
    outline: none;
}

.header-search-form form input[type="submit"] {
    display: none !important;
}

header.style-overlay .header-search-form {
    background-color: rgba(0, 0, 0, 0.2);
}

header.style-overlay.headroom--not-top .header-search-form {
    background-color: #333;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    border: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.wp-caption .wp-caption-text {
    text-align: center;
    margin: 0;
    padding: 15px;
    background-color: #F5F5F5;
    font-size: 15px;
    color: #333;
}

#menu {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
}

#menu a:hover {
    text-decoration: none;
}

#menu .menu__container > ul > li, #menu .menu__container > li {
    padding: 15px 20px;
}

#menu .menu__container > ul > li:last-child, #menu .menu__container > li:last-child {
    padding-right: 0;
}

#menu .menu__container > ul > li > a, #menu .menu__container > li > a {
    display: block;
    color: #9B9B9B;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1;
}

#menu .menu__container > ul ul.children, #menu .menu__container ul.children {
    width: 240px;
}

#menu .menu__container,
#menu .menu__container > ul {
    margin: 0;
    padding: 0;
    position: static;
    text-align: center;
    z-index: 2;
}

#menu .menu__container li.current-menu-ancestor > a:after,
#menu .menu__container li.current-menu-item > a:after,
#menu .menu__container li.current-menu-parent > a:after,
#menu .menu__container li.current_page_item > a:after,
#menu .menu__container > ul li.current-menu-ancestor > a:after,
#menu .menu__container > ul li.current-menu-item > a:after,
#menu .menu__container > ul li.current-menu-parent > a:after,
#menu .menu__container > ul li.current_page_item > a:after {
    width: calc(100% - 36px);
}

#menu .menu__container > li,
#menu .menu__container > ul > li {
    position: relative;
    display: inline-block;
}

#menu .menu__container > li:last-child,
#menu .menu__container > ul > li:last-child {
    padding-right: 0;
}

#menu .menu__container > li > a,
#menu .menu__container > ul > li > a {
    display: block;
    position: relative;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1;
}

header.header.color-light #menu .menu__container > li > a, header.header.color-light
#menu .menu__container > ul > li > a {
    color: #fff;
}

header.header.color-light #menu .menu__container > li > a:before, header.header.color-light
#menu .menu__container > ul > li > a:before {
    background-color: #fff;
}

header.header.color-light #menu .menu__container > li > a:hover, header.header.color-light
#menu .menu__container > ul > li > a:hover {
    color: #D8B069;
}

header.header.color-light #menu .menu__container > li > a:hover:after, header.header.color-light
#menu .menu__container > ul > li > a:hover:after {
    color: #D8B069 !important;
}

header.header.color-light #menu .menu__container > li > a:hover:before, header.header.color-light
#menu .menu__container > ul > li > a:hover:before {
    background-color: #D8B069;
}

#menu .menu__container > li > a:before,
#menu .menu__container > ul > li > a:before {
    content: '';
    background-color: #D8B069;
    position: absolute;
    height: 2px;
    display: block;
    clear: both;
    width: 0;
    left: 0px;
    bottom: -10px;
    transition: all 0.5s;
}

header.header.headroom--not-top #menu .menu__container > li > a:before, header.header.headroom--not-top
#menu .menu__container > ul > li > a:before {
    background-color: #D8B069;
}

header.header.headroom--not-top #menu .menu__container > li > a, header.header.headroom--not-top
#menu .menu__container > ul > li > a {
    color: #9B9B9B;
}

#menu .menu__container > li > a:hover:before,
#menu .menu__container > ul > li > a:hover:before {
    width: 100%;
}

#menu .menu__container > li.current-menu-item > a,
#menu .menu__container > ul > li.current-menu-item > a {
    color: #333;
}

#menu .menu__container > li.current-menu-item > a:before,
#menu .menu__container > ul > li.current-menu-item > a:before {
    width: 100%;
}

#menu .menu__container > li.menu-item-has-children > a:after, #menu .menu__container > li.page_item_has_children > a:after,
#menu .menu__container > ul > li.menu-item-has-children > a:after,
#menu .menu__container > ul > li.page_item_has_children > a:after {
    display: inline-block;
    margin-left: 10px;
    content: "";
    font-family: "Font Awesome 5 Pro";
    vertical-align: middle;
    font-weight: bold;
    font-size: 10px;
    width: 10px;
    transform: translateY(-2px);
}

header.header.color-light #menu .menu__container > li.menu-item-has-children > a:after, header.header.color-light #menu .menu__container > li.page_item_has_children > a:after, header.header.color-light
#menu .menu__container > ul > li.menu-item-has-children > a:after, header.header.color-light
#menu .menu__container > ul > li.page_item_has_children > a:after {
    color: #fff;
}

header.header.headroom--not-top #menu .menu__container > li.menu-item-has-children > a:after, header.header.headroom--not-top #menu .menu__container > li.page_item_has_children > a:after, header.header.headroom--not-top
#menu .menu__container > ul > li.menu-item-has-children > a:after, header.header.headroom--not-top
#menu .menu__container > ul > li.page_item_has_children > a:after {
    color: #9B9B9B;
}

#menu .menu__container > li:hover > .sub-menu,
#menu .menu__container > li:hover > .children,
#menu .menu__container > ul > li:hover > .sub-menu,
#menu .menu__container > ul > li:hover > .children {
    top: 100%;
    visibility: visible;
    z-index: 2;
    opacity: 1;
}

#menu .menu__container > li:hover > .sub-menu li > .children,
#menu .menu__container > li:hover > .sub-menu li > .sub-menu,
#menu .menu__container > li:hover > .children li > .children,
#menu .menu__container > li:hover > .children li > .sub-menu,
#menu .menu__container > ul > li:hover > .sub-menu li > .children,
#menu .menu__container > ul > li:hover > .sub-menu li > .sub-menu,
#menu .menu__container > ul > li:hover > .children li > .children,
#menu .menu__container > ul > li:hover > .children li > .sub-menu {
    left: calc(100% + 4px);
}

#menu .menu__container > li:hover > .sub-menu li:hover > .children,
#menu .menu__container > li:hover > .sub-menu li:hover > .sub-menu,
#menu .menu__container > li:hover > .children li:hover > .children,
#menu .menu__container > li:hover > .children li:hover > .sub-menu,
#menu .menu__container > ul > li:hover > .sub-menu li:hover > .children,
#menu .menu__container > ul > li:hover > .sub-menu li:hover > .sub-menu,
#menu .menu__container > ul > li:hover > .children li:hover > .children,
#menu .menu__container > ul > li:hover > .children li:hover > .sub-menu {
    top: -20px;
    visibility: visible;
    opacity: 1;
}

#menu .menu__container .children,
#menu .menu__container .sub-menu,
#menu .menu__container > ul .children,
#menu .menu__container > ul .sub-menu {
    position: absolute;
    top: 110%;
    left: -10px;
    visibility: hidden;
    margin: 0;
    width: 240px;
    opacity: 0;
    transition: all 0.3s ease;
    padding: 20px 0;
    list-style: none;
    text-align: left;
    text-transform: none;
    background-color: #333;
    border-radius: 5px;
    z-index: 1;
}

#menu .menu__container .children li,
#menu .menu__container .sub-menu li,
#menu .menu__container > ul .children li,
#menu .menu__container > ul .sub-menu li {
    position: relative;
    padding: 10px 30px;
}

#menu .menu__container .children li.menu-item-object-ic_mega_menu,
#menu .menu__container .sub-menu li.menu-item-object-ic_mega_menu,
#menu .menu__container > ul .children li.menu-item-object-ic_mega_menu,
#menu .menu__container > ul .sub-menu li.menu-item-object-ic_mega_menu {
    padding: 0 15px;
}

#menu .menu__container .children li a,
#menu .menu__container .sub-menu li a,
#menu .menu__container > ul .children li a,
#menu .menu__container > ul .sub-menu li a {
    transition: all 0.5s;
    display: inline-block;
    font-size: 14px;
    padding: 5px 0;
    color: #F5F6F8 !important;
    line-height: 1.2;
    text-transform: none;
    font-weight: 700;
    background: none;
    position: relative;
    white-space: normal;
}

header.header.color-light #menu .menu__container .children li a, header.header.color-light
#menu .menu__container .sub-menu li a, header.header.color-light
#menu .menu__container > ul .children li a, header.header.color-light
#menu .menu__container > ul .sub-menu li a {
    color: #fff;
}

#menu .menu__container .children li a:after,
#menu .menu__container .sub-menu li a:after,
#menu .menu__container > ul .children li a:after,
#menu .menu__container > ul .sub-menu li a:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    height: 2px;
    width: 0px;
    background-color: #F5F6F8 !important;
    transition: all 0.5s;
}

#menu .menu__container .children li a:hover,
#menu .menu__container .sub-menu li a:hover,
#menu .menu__container > ul .children li a:hover,
#menu .menu__container > ul .sub-menu li a:hover {
    background: none;
    color: #fff !important;
}

#menu .menu__container .children li a:hover:after,
#menu .menu__container .sub-menu li a:hover:after,
#menu .menu__container > ul .children li a:hover:after,
#menu .menu__container > ul .sub-menu li a:hover:after {
    width: 100%;
}

#menu .menu__container .children li:last-child a,
#menu .menu__container .sub-menu li:last-child a,
#menu .menu__container > ul .children li:last-child a,
#menu .menu__container > ul .sub-menu li:last-child a {
    border: none;
}

#menu .menu__container .children li.menu-item-has-children:after, #menu .menu__container .children li.page_item_has_children:after,
#menu .menu__container .sub-menu li.menu-item-has-children:after,
#menu .menu__container .sub-menu li.page_item_has_children:after,
#menu .menu__container > ul .children li.menu-item-has-children:after,
#menu .menu__container > ul .children li.page_item_has_children:after,
#menu .menu__container > ul .sub-menu li.menu-item-has-children:after,
#menu .menu__container > ul .sub-menu li.page_item_has_children:after {
    display: block;
    color: #fff;
    font-weight: bold;
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 10px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
}

#menu .menu__container .children li.menu-item-has-children.hover_left > ul, #menu .menu__container .children li.page_item_has_children.hover_left > ul,
#menu .menu__container .sub-menu li.menu-item-has-children.hover_left > ul,
#menu .menu__container .sub-menu li.page_item_has_children.hover_left > ul,
#menu .menu__container > ul .children li.menu-item-has-children.hover_left > ul,
#menu .menu__container > ul .children li.page_item_has_children.hover_left > ul,
#menu .menu__container > ul .sub-menu li.menu-item-has-children.hover_left > ul,
#menu .menu__container > ul .sub-menu li.page_item_has_children.hover_left > ul {
    left: calc(-100% - 4px);
}

#menu .menu__container .children li.current-menu-ancestor a, #menu .menu__container .children li.current-menu-item a, #menu .menu__container .children li.current-menu-parent a, #menu .menu__container .children li.current_page_item a,
#menu .menu__container .sub-menu li.current-menu-ancestor a,
#menu .menu__container .sub-menu li.current-menu-item a,
#menu .menu__container .sub-menu li.current-menu-parent a,
#menu .menu__container .sub-menu li.current_page_item a,
#menu .menu__container > ul .children li.current-menu-ancestor a,
#menu .menu__container > ul .children li.current-menu-item a,
#menu .menu__container > ul .children li.current-menu-parent a,
#menu .menu__container > ul .children li.current_page_item a,
#menu .menu__container > ul .sub-menu li.current-menu-ancestor a,
#menu .menu__container > ul .sub-menu li.current-menu-item a,
#menu .menu__container > ul .sub-menu li.current-menu-parent a,
#menu .menu__container > ul .sub-menu li.current_page_item a {
    color: #fff !important;
}

#menu .menu__container .children .children,
#menu .menu__container .children .sub-menu,
#menu .menu__container .sub-menu .children,
#menu .menu__container .sub-menu .sub-menu,
#menu .menu__container > ul .children .children,
#menu .menu__container > ul .children .sub-menu,
#menu .menu__container > ul .sub-menu .children,
#menu .menu__container > ul .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    visibility: hidden;
    opacity: 0;
}

#menu #menu-support li {
    display: block;
    padding: 0;
    margin: 10px 0;
}

#menu #menu-support li a:before {
    display: none;
}

#menu #menu-support li:last-child a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    text-decoration: underline;
}

.page-links {
    clear: both;
    margin: 1.5em 0;
    display: inline-block;
    width: 100%;
}

.content-area {
    margin-top: 70px;
    margin-bottom: 70px;
}

.no-padding .content-area {
    margin-top: 0;
    margin-bottom: 0;
}

.content-area .entry-content:after {
    content: '';
    display: block;
    clear: both;
}

.page--fullwidth {
    overflow-x: hidden;
}

.main-portfolios .insight-item {
    padding: 15px;
}

.main-portfolios .insight-item .insight-item-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.main-portfolios .insight-item .insight-item-inner .insight-item-thumb {
    position: relative;
    display: block;
}

.main-portfolios .insight-item .insight-item-inner .insight-item-thumb img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.main-portfolios .insight-item .insight-item-inner .insight-item-thumb:before, .main-portfolios .insight-item .insight-item-inner .insight-item-thumb:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 9;
    transition: all 0.5s;
}

.main-portfolios .insight-item .insight-item-inner .insight-item-thumb:before {
    border-top: 3px solid #D8B069;
    border-bottom: 3px solid #D8B069;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.main-portfolios .insight-item .insight-item-inner .insight-item-thumb:after {
    border-left: 3px solid #D8B069;
    border-right: 3px solid #D8B069;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.main-portfolios .insight-item .insight-item-inner .insight-item-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: 30px;
    background-color: #fff;
    color: #333;
    transition: all 0.5s;
}

.main-portfolios .insight-item .insight-item-inner .insight-item-info .title {
    order: 2;
    font-weight: 600;
    font-size: 24px;
}

.main-portfolios .insight-item .insight-item-inner .insight-item-info .title a {
    color: #333;
}

.main-portfolios .insight-item .insight-item-inner .insight-item-info .title a:hover {
    color: #D8B069;
}

.main-portfolios .insight-item .insight-item-inner .insight-item-info .cats {
    order: 1;
    font-weight: 600;
    font-size: 13px;
}

.main-portfolios .insight-item .insight-item-inner .insight-item-info .cats a {
    color: #D8B069;
    text-transform: uppercase;
}

.main-portfolios .insight-item .insight-item-inner .insight-item-info .cats a:hover {
    color: #D8B069;
}

.main-portfolios .insight-item:hover .insight-item-inner .insight-item-thumb img {
    transform: scale(1.1);
}

.main-portfolios .insight-item:hover .insight-item-inner .insight-item-thumb:before, .main-portfolios .insight-item:hover .insight-item-inner .insight-item-thumb:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.main-portfolios .insight-item:hover .insight-item-inner .insight-item-info {
    background-color: #D8B069;
}

.main-portfolios .insight-item:hover .insight-item-inner .insight-item-info .title a, .main-portfolios .insight-item:hover .insight-item-inner .insight-item-info .cats a {
    color: #333;
}

.main-portfolios .insight-pagination {
    padding: 30px 15px 0 15px;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.single-post .content-area .content-top {
    padding-bottom: 30px;
}

.single-post .content-area .content-top .main {
    position: relative;
}

.single-post .content-area .content-top .main .article .entry-title {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
}

.single-post .content-area .content-top .main .article .entry-title span {
    display: block;
}

.single-post .content-area .content-top .main .article .entry-meta {
    display: block;
    margin-bottom: 30px;
}

.single-post .content-area .content-top .main .article .entry-excerpt {
    font-size: 19px;
    color: #333;
    margin-bottom: 30px;
}

.single-post .content-area .content-top .main .article .entry-content blockquote {
    font-size: 19px;
    font-weight: 600;
    color: #333;
    padding-left: 100px;
    margin-top: 50px;
    margin-bottom: 50px;
    position: relative;
}

.single-post .content-area .content-top .main .article .entry-content blockquote:before {
    content: '”';
    color: #D8B069;
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-30%);
}

.single-post .content-area .content-top .main .article .entry-content h2, .single-post .content-area .content-top .main .article .entry-content h3 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.single-post .content-area .content-top .main .article .entry-content:after {
    content: '';
    display: block;
    clear: both;
}

.single-post .content-area .content-top .main .article .entry-footer:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #eee;
    margin: 30px 0;
}

.single-post .content-area .content-top .main .article .entry-footer .tags span, .single-post .content-area .content-top .main .article .entry-footer .share span {
    font-size: 15px;
    font-weight: 700;
    color: #333;
}

.single-post .content-area .content-top .main .article .entry-footer .tags a:hover, .single-post .content-area .content-top .main .article .entry-footer .share a:hover {
    color: #333;
}

.single-post .content-area .content-top .main .article .entry-footer .share a {
    color: #AAAAAA;
    margin-left: 5px;
}

@media (max-width: 991px) {
    .single-post .content-area .content-top .main .article .entry-footer .text-right {
        text-align: left;
    }
}

.single-post .content-area .content-top .main .article .entry-audio {
    margin-bottom: 30px;
}

.single-post .content-area .content-top .main .article .entry-audio iframe {
    width: 100%;
}

.single-post .content-area .content-top .main .article .entry-gallery {
    margin-bottom: 30px;
}

.single-post .content-area .content-top .main .article .entry-gallery .row {
    margin-left: -5px;
    margin-right: -5px;
}

.single-post .content-area .content-top .main .article .entry-gallery .col-sm-1, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-2, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-3, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-4, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-5, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-6, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-7, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-8, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-9, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-10, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-11, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-12, .single-post .content-area .content-top .main .article .entry-gallery .col-sm, .single-post .content-area .content-top .main .article .entry-gallery .col-md-1, .single-post .content-area .content-top .main .article .entry-gallery .col-md-2, .single-post .content-area .content-top .main .article .entry-gallery .col-md-3, .single-post .content-area .content-top .main .article .entry-gallery .col-md-4, .single-post .content-area .content-top .main .article .entry-gallery .col-md-5, .single-post .content-area .content-top .main .article .entry-gallery .col-md-6, .single-post .content-area .content-top .main .article .entry-gallery .col-md-7, .single-post .content-area .content-top .main .article .entry-gallery .col-md-8, .single-post .content-area .content-top .main .article .entry-gallery .col-md-9, .single-post .content-area .content-top .main .article .entry-gallery .col-md-10, .single-post .content-area .content-top .main .article .entry-gallery .col-md-11, .single-post .content-area .content-top .main .article .entry-gallery .col-md-12, .single-post .content-area .content-top .main .article .entry-gallery .col-md, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-1, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-2, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-3, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-4, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-5, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-6, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-7, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-8, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-9, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-10, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-11, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-12, .single-post .content-area .content-top .main .article .entry-gallery .col-lg, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-1, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-2, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-3, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-4, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-5, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-6, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-7, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-8, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-9, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-10, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-11, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-12, .single-post .content-area .content-top .main .article .entry-gallery .col-xl {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.single-post .content-area .content-top .main .article .entry-gallery .col-sm-1 a, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-2 a, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-3 a, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-4 a, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-5 a, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-6 a, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-7 a, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-8 a, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-9 a, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-10 a, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-11 a, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-12 a, .single-post .content-area .content-top .main .article .entry-gallery .col-sm a, .single-post .content-area .content-top .main .article .entry-gallery .col-md-1 a, .single-post .content-area .content-top .main .article .entry-gallery .col-md-2 a, .single-post .content-area .content-top .main .article .entry-gallery .col-md-3 a, .single-post .content-area .content-top .main .article .entry-gallery .col-md-4 a, .single-post .content-area .content-top .main .article .entry-gallery .col-md-5 a, .single-post .content-area .content-top .main .article .entry-gallery .col-md-6 a, .single-post .content-area .content-top .main .article .entry-gallery .col-md-7 a, .single-post .content-area .content-top .main .article .entry-gallery .col-md-8 a, .single-post .content-area .content-top .main .article .entry-gallery .col-md-9 a, .single-post .content-area .content-top .main .article .entry-gallery .col-md-10 a, .single-post .content-area .content-top .main .article .entry-gallery .col-md-11 a, .single-post .content-area .content-top .main .article .entry-gallery .col-md-12 a, .single-post .content-area .content-top .main .article .entry-gallery .col-md a, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-1 a, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-2 a, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-3 a, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-4 a, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-5 a, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-6 a, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-7 a, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-8 a, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-9 a, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-10 a, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-11 a, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-12 a, .single-post .content-area .content-top .main .article .entry-gallery .col-lg a, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-1 a, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-2 a, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-3 a, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-4 a, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-5 a, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-6 a, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-7 a, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-8 a, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-9 a, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-10 a, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-11 a, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-12 a, .single-post .content-area .content-top .main .article .entry-gallery .col-xl a {
    display: inline-block;
    width: 100%;
    position: relative;
}

.single-post .content-area .content-top .main .article .entry-gallery .col-sm-1 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-2 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-3 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-4 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-5 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-6 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-7 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-8 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-9 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-10 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-11 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-12 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-1 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-2 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-3 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-4 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-5 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-6 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-7 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-8 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-9 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-10 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-11 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-12 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-1 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-2 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-3 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-4 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-5 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-6 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-7 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-8 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-9 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-10 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-11 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-12 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-1 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-2 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-3 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-4 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-5 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-6 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-7 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-8 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-9 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-10 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-11 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-12 a:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0;
    transition: all 0.5s;
    z-index: 6;
}

.single-post .content-area .content-top .main .article .entry-gallery .col-sm-1 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-2 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-3 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-4 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-5 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-6 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-7 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-8 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-9 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-10 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-11 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-12 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-1 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-2 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-3 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-4 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-5 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-6 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-7 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-8 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-9 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-10 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-11 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-12 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-1 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-2 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-3 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-4 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-5 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-6 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-7 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-8 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-9 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-10 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-11 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-12 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-1 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-2 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-3 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-4 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-5 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-6 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-7 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-8 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-9 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-10 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-11 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-12 a:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl a:after {
    content: '\f067';
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    color: #333;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s;
    z-index: 7;
}

.single-post .content-area .content-top .main .article .entry-gallery .col-sm-1 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-2 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-3 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-4 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-5 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-6 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-7 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-8 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-9 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-10 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-11 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-12 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-sm a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-1 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-2 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-3 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-4 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-5 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-6 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-7 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-8 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-9 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-10 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-11 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md-12 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-md a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-1 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-2 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-3 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-4 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-5 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-6 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-7 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-8 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-9 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-10 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-11 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-12 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-lg a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-1 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-2 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-3 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-4 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-5 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-6 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-7 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-8 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-9 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-10 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-11 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-12 a:hover:before, .single-post .content-area .content-top .main .article .entry-gallery .col-xl a:hover:before {
    opacity: .9;
}

.single-post .content-area .content-top .main .article .entry-gallery .col-sm-1 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-2 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-3 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-4 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-5 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-6 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-7 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-8 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-9 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-10 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-11 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-12 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-sm a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-1 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-2 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-3 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-4 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-5 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-6 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-7 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-8 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-9 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-10 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-11 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md-12 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-md a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-1 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-2 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-3 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-4 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-5 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-6 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-7 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-8 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-9 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-10 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-11 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-12 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-lg a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-1 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-2 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-3 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-4 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-5 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-6 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-7 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-8 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-9 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-10 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-11 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-12 a:hover:after, .single-post .content-area .content-top .main .article .entry-gallery .col-xl a:hover:after {
    top: 50%;
    opacity: 1;
}

.single-post .content-area .content-top .main .article .entry-gallery .col-sm-1 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-2 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-3 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-4 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-5 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-6 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-7 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-8 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-9 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-10 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-11 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-sm-12 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-sm a img, .single-post .content-area .content-top .main .article .entry-gallery .col-md-1 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-md-2 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-md-3 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-md-4 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-md-5 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-md-6 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-md-7 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-md-8 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-md-9 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-md-10 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-md-11 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-md-12 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-md a img, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-1 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-2 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-3 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-4 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-5 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-6 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-7 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-8 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-9 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-10 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-11 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-lg-12 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-lg a img, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-1 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-2 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-3 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-4 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-5 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-6 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-7 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-8 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-9 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-10 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-11 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-xl-12 a img, .single-post .content-area .content-top .main .article .entry-gallery .col-xl a img {
    width: 100%;
    height: auto;
}

.single-post .content-area .content-top .main .article .entry-quote {
    margin-bottom: 30px;
}

.single-post .content-area .content-top .main .article .entry-video {
    margin-bottom: 30px;
}

.single-post .content-area .content-top .main .article .entry-video a {
    display: block;
    overflow: hidden;
    position: relative;
}

.single-post .content-area .content-top .main .article .entry-video a:before {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
}

.single-post .content-area .content-top .main .article .entry-video a:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    font-weight: 900;
    color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 7;
}

.single-post .content-area .content-top .main .article .entry-video a img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.single-post .content-area .content-top .main .article .entry-video a:hover img {
    transform: scale(1.1);
}

.single-post .content-area .content-top .main .post-password-form input[type="password"] {
    background-image: none !important;
    border: 1px solid #DDDDDD;
    outline: none;
    height: 42px;
    line-height: 40px;
    padding: 0 10px;
}

.single-post .content-area .content-top .main .post-password-form input[type="submit"] {
    background-color: #D8B069;
    border: 1px solid #D8B069;
    outline: none;
    height: 42px;
    padding: 0 10px;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
}

.single-post .content-area .content-top .main .post-password-form input[type="submit"]:hover {
    background-color: #333;
    color: #fff;
}

.single-post .content-area .content-top .main .entry-comments {
    padding-top: 90px;
}

.single-post .content-area .content-bottom .entry-nav {
    padding: 70px 0;
    background-color: #F5F5F5;
}

.single-post .content-area .content-bottom .entry-nav a.title {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    position: relative;
}

.single-post .content-area .content-bottom .entry-nav a.title:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
    line-height: 1;
    color: #333;
    position: absolute;
    top: 10px;
}

.single-post .content-area .content-bottom .entry-nav a.title:hover {
    color: #D8B069;
}

.single-post .content-area .content-bottom .entry-nav .col-left .cats {
    display: block;
}

.single-post .content-area .content-bottom .entry-nav .col-center {
    text-align: center;
    font-size: 34px;
    font-weight: 400;
    color: #333;
}

.single-post .content-area .content-bottom .entry-nav .col-right {
    text-align: right;
}

.single-post .content-area .content-bottom .entry-nav .col-right .cats {
    display: block;
}

.single-post .content-area .content-bottom .entry-comments {
    padding-top: 90px;
}

.main-posts .hentry {
    margin: 0 0 60px 0;
    padding: 0 0 60px 0;
    border-bottom: 1px solid #EEEEEE;
    position: relative;
}

.main-posts .hentry .entry-meta {
    margin-bottom: 20px;
}

.main-posts .hentry .entry-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 30px;
}

.main-posts .hentry .entry-title a {
    color: #333;
}

.main-posts .hentry .entry-title a:hover {
    color: #D8B069;
}

.main-posts .hentry .entry-thumbnail {
    margin-bottom: 30px;
}

.main-posts .hentry .entry-thumbnail a {
    display: block;
    overflow: hidden;
}

.main-posts .hentry .entry-thumbnail a img {
    transition: all 0.5s;
}

.main-posts .hentry .entry-thumbnail:hover a img {
    transform: scale(1.1);
}

.main-posts .hentry .entry-audio {
    margin-bottom: 30px;
}

.main-posts .hentry .entry-audio iframe {
    width: 100%;
}

.main-posts .hentry .entry-gallery {
    margin-bottom: 30px;
}

.main-posts .hentry .entry-gallery .slick-slide {
    outline: none;
}

.main-posts .hentry .entry-gallery .slick-dots {
    bottom: 20px;
    margin: 0;
}

.main-posts .hentry .entry-gallery .slick-dots li {
    margin: 0;
}

.main-posts .hentry .entry-gallery .slick-dots li button:before {
    color: #fff;
}

.main-posts .hentry .entry-gallery .slick-arrow {
    z-index: 8;
}

.main-posts .hentry .entry-gallery .slick-arrow:before {
    font-size: 18px;
    font-family: "Font Awesome 5 Pro";
}

.main-posts .hentry .entry-gallery .slick-arrow.slick-prev {
    left: 30px;
}

.main-posts .hentry .entry-gallery .slick-arrow.slick-prev:before {
    content: '\f053';
}

.main-posts .hentry .entry-gallery .slick-arrow.slick-next {
    right: 30px;
}

.main-posts .hentry .entry-gallery .slick-arrow.slick-next:before {
    content: '\f054';
}

.main-posts .hentry .entry-quote {
    margin-bottom: 30px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    color: #333;
}

.main-posts .hentry .entry-quote span {
    display: block;
    margin-top: 30px;
    font-size: 18px;
}

.main-posts .hentry .entry-quote:hover {
    color: #D8B069;
}

.main-posts .hentry .entry-video {
    margin-bottom: 30px;
}

.main-posts .hentry .entry-video a {
    display: block;
    overflow: hidden;
    position: relative;
}

.main-posts .hentry .entry-video a:before {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
}

.main-posts .hentry .entry-video a:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    font-weight: 900;
    color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 7;
}

.main-posts .hentry .entry-video a img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.main-posts .hentry .entry-video a:hover img {
    transform: scale(1.1);
}

.main-posts .hentry .entry-excerpt {
    margin-bottom: 30px;
}

.main-posts .hentry .entry-excerpt p:last-child {
    margin-bottom: 0;
}

.main-posts .hentry .entry-more a {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #333;
}

.main-posts .hentry .entry-more a:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px;
    vertical-align: middle;
}

.main-posts .hentry .entry-more a:hover {
    color: #D8B069;
}

.main-posts .hentry.format-quote:after {
    content: '”';
    display: block;
    width: 24px;
    height: 20px;
    font-size: 60px;
    font-weight: 700;
    color: #222;
    position: absolute;
    bottom: 50px;
    right: 0px;
}

.main-posts .hentry.sticky .entry-meta {
    position: relative;
}

.main-posts .hentry.sticky .entry-meta:before {
    content: '\f02e';
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
    color: #333;
    position: absolute;
    top: 0px;
    right: 0px;
}

.bypostauthor {
    display: block;
}

.insight-right-side {
    transition: all 0.5s;
    position: fixed;
    height: 100%;
    width: 100%;
    max-width: 500px;
    background: rgba(0, 0, 0, 0.9);
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0 !important;
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
    visibility: hidden;
    max-height: 100%;
    transform: translateX(100%);
}

.insight-right-side .inside-menu {
    text-align: left;
    display: table;
    height: 100%;
    width: 100%;
    padding: 30px 70px;
    position: relative;
}

.insight-right-side .inside-menu .close-right-side {
    position: absolute;
    top: 40px;
    right: 100px;
    cursor: pointer;
}

.insight-right-side .inside-menu .close-right-side .icon-inner {
    width: 26px;
    height: 16px;
    position: relative;
}

.insight-right-side .inside-menu .close-right-side .icon-inner span {
    background: #fff;
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 1px;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.insight-right-side .inside-menu .close-right-side .icon-inner span:nth-child(1) {
    top: 0px;
    width: 16px;
}

.insight-right-side .inside-menu .close-right-side .icon-inner span:nth-child(2) {
    top: 7px;
}

.insight-right-side .inside-menu .close-right-side .icon-inner span:nth-child(3) {
    top: 14px;
    width: 16px;
}

.insight-right-side .inside-menu .close-right-side.active .icon-inner {
    z-index: 99999999;
}

.insight-right-side .inside-menu .close-right-side.active .icon-inner span {
    width: 100% !important;
    background: #fff !important;
}

.insight-right-side .inside-menu .close-right-side.active .icon-inner span:nth-child(1) {
    top: 6px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.insight-right-side .inside-menu .close-right-side.active .icon-inner span:nth-child(2) {
    opacity: 0;
    right: -60px;
}

.insight-right-side .inside-menu .close-right-side.active .icon-inner span:nth-child(3) {
    top: 6px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.insight-right-side .inside-menu .menu-detail {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
}

.insight-right-side .inside-menu .menu-detail > ul, .insight-right-side .inside-menu .menu__container > ul {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    width: auto;
    display: block;
}

.insight-right-side .inside-menu .menu-detail > ul li, .insight-right-side .inside-menu .menu__container > ul li {
    padding: 0;
    margin: 0;
}

.insight-right-side .inside-menu .menu-detail > ul > li, .insight-right-side .inside-menu .menu__container > ul > li {
    display: block;
}

.insight-right-side .inside-menu .menu-detail > ul > li > a, .insight-right-side .inside-menu .menu__container > ul > li > a {
    padding: 0;
    font-size: 30px;
    line-height: 60px;
    color: #fff;
    font-weight: 400;
    transition: all 0.5s;
}

.insight-right-side .inside-menu .menu-detail > ul > li > a:hover, .insight-right-side .inside-menu .menu__container > ul > li > a:hover {
    color: #D8B069;
    text-decoration: none;
}

.insight-right-side .inside-menu ul.sub-menu, .insight-right-side .inside-menu ul.children {
    list-style-type: none;
    padding: 0;
    margin: 0 0 0 30px;
    display: none;
}

.insight-right-side .inside-menu ul.sub-menu li a, .insight-right-side .inside-menu ul.children li a {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    font-weight: 400;
    transition: all 0.5s;
}

.insight-right-side .inside-menu ul.sub-menu li a:hover, .insight-right-side .inside-menu ul.children li a:hover {
    color: #D8B069;
    text-decoration: none;
}

@media (max-width: 991px) {
    .insight-right-side .inside-menu {
        padding: 30px;
    }

    .insight-right-side .inside-menu .close-right-side {
        right: 30px;
    }
}

.insight-right-side.active {
    visibility: visible;
    z-index: 999;
    opacity: 1;
    transform: translateX(0);
}

.open-right-side-btn {
    display: none !important;
}

.open-right-side-btn.open-yes {
    display: inline-block !important;
}

@media (max-width: 991px) {
    .open-right-side-btn {
        display: inline-block !important;
    }
}

.open-right-side-btn .open-right-side .icon-inner {
    width: 26px;
    height: 16px;
    position: relative;
}

.open-right-side-btn .open-right-side .icon-inner span {
    background: #333;
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 1px;
    opacity: 1;
    right: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.open-right-side-btn .open-right-side .icon-inner span:nth-child(1) {
    top: 0px;
    width: 16px;
}

.open-right-side-btn .open-right-side .icon-inner span:nth-child(2) {
    top: 7px;
}

.open-right-side-btn .open-right-side .icon-inner span:nth-child(3) {
    top: 14px;
    width: 16px;
}

header.header.color-light .open-right-side-btn .open-right-side .icon-inner span {
    background: #fff;
}

header.header.headroom--not-top .open-right-side-btn .open-right-side .icon-inner span {
    background: #333;
}

.open-right-side-btn .open-right-side.active .icon-inner span {
    width: 100% !important;
}

.open-right-side-btn .open-right-side.active .icon-inner span:nth-child(1) {
    top: 6px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.open-right-side-btn .open-right-side.active .icon-inner span:nth-child(2) {
    opacity: 0;
    right: -60px;
}

.open-right-side-btn .open-right-side.active .icon-inner span:nth-child(3) {
    top: 6px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.open-right-side-btn .open-right-side:hover .icon-inner span {
    background-color: #D8B069 !important;
}

@media (max-width: 991px) {
    .sidebar {
        margin-top: 60px;
    }
}

.page-title {
    background-color: #222;
    background-size: cover;
    padding-top: 240px;
    padding-bottom: 150px;
    text-align: center;
}

.page-title .title {
    font-size: 56px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    letter-spacing: 0;
    margin-bottom: 0;
}

.page-title .breadcrumbs {
    display: block;
    margin-top: 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.page-title .breadcrumbs ul {
    padding: 0;
    margin: 0;
}

.page-title .breadcrumbs ul li {
    display: inline-block;
    margin-right: 5px;
}

.page-title .breadcrumbs ul li a {
    font-weight: 600;
    color: #fff;
}

.page-title .breadcrumbs ul li a:after {
    content: '/';
    display: inline-block;
    margin-left: 5px;
}

.page-title .breadcrumbs ul li a:hover {
    color: #D8B069;
}

.page-title .breadcrumbs ul li.current {
    color: #D8B069;
}

@media (max-width: 575px) {
    .page-title .title {
        font-size: 40px;
    }
}

.open-search-btn, .open-search-mobile-btn {
    display: inline-block;
}

.open-search-btn .search-btn, .open-search-mobile-btn .search-btn {
    display: inline-block;
    cursor: pointer;
    text-align: left;
}

.open-search-btn .search-btn:before, .open-search-mobile-btn .search-btn:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #333;
    transition: all 0.5s;
}

header.header.color-light .open-search-btn .search-btn:before, header.header.color-light .open-search-mobile-btn .search-btn:before {
    color: #fff;
}

header.header.headroom--not-top .open-search-btn .search-btn:before, header.header.headroom--not-top .open-search-mobile-btn .search-btn:before {
    color: #333;
}

[data-row-skin="light"] header.header .open-search-btn .search-btn:before, [data-row-skin="light"] header.header .open-search-mobile-btn .search-btn:before {
    color: #fff;
}

[data-row-skin="dark"] header.header .open-search-btn .search-btn:before, [data-row-skin="dark"] header.header .open-search-mobile-btn .search-btn:before {
    color: #333;
}

.open-search-btn .search-btn:hover:before, .open-search-mobile-btn .search-btn:hover:before {
    color: #D8B069 !important;
}

.top-search-form, .top-search-mobile-form {
    width: 100%;
    background-color: #222;
    color: #fff;
    display: none;
    position: relative;
    z-index: 9;
}

.top-search-form form, .top-search-mobile-form form {
    padding-left: 30px;
    position: relative;
}

.top-search-form form label, .top-search-mobile-form form label {
    margin: 0;
    width: 100%;
}

.top-search-form form label span.screen-reader-text, .top-search-mobile-form form label span.screen-reader-text {
    display: none;
}

.top-search-form form input[type="search"], .top-search-mobile-form form input[type="search"] {
    border: none;
    background: none;
    color: #fff !important;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    width: 100%;
    letter-spacing: 0.01em;
}

.top-search-form form input[type="search"]::-webkit-input-placeholder, .top-search-form form input[type="search"]::-moz-placeholder, .top-search-form form input[type="search"]:-ms-input-placeholder, .top-search-form form input[type="search"]:-moz-placeholder, .top-search-mobile-form form input[type="search"]::-webkit-input-placeholder, .top-search-mobile-form form input[type="search"]::-moz-placeholder, .top-search-mobile-form form input[type="search"]:-ms-input-placeholder, .top-search-mobile-form form input[type="search"]:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.top-search-form form input[type="search"]:focus, .top-search-mobile-form form input[type="search"]:focus {
    outline: none;
}

.top-search-form form input[type="submit"], .top-search-mobile-form form input[type="submit"] {
    display: none !important;
}

header.header-overlay .top-search-form {
    background-color: rgba(0, 0, 0, 0.2);
}

header.header-overlay.headroom--not-top .top-search-form {
    background-color: #222;
}

.widget_archive .screen-reader-text {
    display: none;
}

.widget_calendar .calendar_wrap caption {
    caption-side: top;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #333;
    font-weight: 700;
}

.widget_calendar .calendar_wrap th, .widget_calendar .calendar_wrap td {
    padding: 0;
}

.widget_calendar .calendar_wrap #today {
    border: 1px solid #ccc;
}

.widget_calendar .calendar_wrap table tfoot #prev {
    text-align: center;
}

.widget_calendar .calendar_wrap table tfoot #next {
    text-align: center;
}

.widget_categories label {
    display: none;
}

.widget {
    margin: 0 0 50px 0;
}

.widget .widget-title, .widget .widgettitle {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    position: relative;
    margin-bottom: 20px;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #eee;
    line-height: 1;
    text-overflow: ellipsis;
}

.widget select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #F5F5F5;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAABGdBTUEAALGPC/xhBQAAAI9JREFUCB1jNDEx6f///3/D2bNnPzKgATMzM32gnAMTkNgOlFtvbGzMhawGqEDt379/c4B4PRPQhF2MjIxTgXhNaGgoG0ghUIMcUHIpExNTNFD+ESNMN9DaJCDbi52dPe/nz58bgJrSTp8+fQEkzwxT9OzZs/NSUlLSf/78WQJUkHTmzJnTMDkMGugWRXRBAE05O2t0kClQAAAAAElFTkSuQmCC");
    background-position: calc(100% - 15px) center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0px 15px;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    border: none;
    color: #7E7E7E;
    border-radius: 0;
}

.widget select:focus {
    outline: none;
}

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

.widget ul li {
    margin: 0;
    padding: 10px 0;
    list-style: none;
}

.widget ul li .children, .widget ul li .sub-menu {
    margin-top: 10px;
    padding-left: 20px;
}

.widget ul li .children li:last-child, .widget ul li .sub-menu li:last-child {
    padding-bottom: 0;
}

.widget_recent_entries ul li {
    margin-bottom: 20px;
}

.widget_recent_entries ul li:last-child {
    margin-bottom: 0;
}

.widget_recent_entries ul li a {
    color: #333;
    font-weight: 600;
}

.widget_recent_entries ul li a:hover {
    color: #D8B069;
}

.widget_recent_entries ul li span {
    font-size: 12px;
    display: block;
    color: #7E7E7E;
}

.widget_rss .widget-title img, .widget_rss .widgettitle img {
    vertical-align: middle;
}

.widget.widget_search form {
    position: relative;
    background-color: #F5F5F5;
}

.widget.widget_search form:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color: #7E7E7E;
    position: absolute;
    top: 15px;
    right: 15px;
}

.widget.widget_search form label {
    width: 100%;
    margin: 0;
}

.widget.widget_search form label span {
    display: none;
}

.widget.widget_search form input[type=search] {
    transition: all 0.5s;
    height: 50px;
    line-height: 50px;
    padding: 0px 15px;
    width: 100%;
    border: none;
    background-color: transparent;
}

.widget.widget_search form input[type=search]::-webkit-input-placeholder, .widget.widget_search form input[type=search]::-moz-placeholder, .widget.widget_search form input[type=search]:-ms-input-placeholder, .widget.widget_search form input[type=search]:-moz-placeholder {
    color: #aaa;
}

.widget.widget_search form input[type=search]:focus {
    outline: none;
}

.widget.widget_search form input[type=submit] {
    display: none;
}

.widget_tag_cloud .tagcloud a {
    font-size: 14px !important;
    font-weight: 500 !important;
    display: inline-block;
    padding: 6px 10px;
    background-color: #f8f8f8;
    margin-right: 10px;
    margin-bottom: 10px;
}

.widget_tag_cloud .tagcloud a:hover {
    background-color: #D8B069;
    color: #333;
}

.widget_text a.more {
    display: inline-block;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    margin-top: 15px;
}

.widget_text a.more:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    margin-left: 10px;
}

.widget_text a.more:hover {
    color: #D8B069;
}

/*
VC Elements CSS
*/
.insight-accordion.style-01 .item {
    overflow: hidden;
    margin-bottom: 30px;
}

.insight-accordion.style-01 .item .title {
    position: relative;
    padding: 5px 30px 5px 0;
    border-bottom: 1px solid #E7E7E7;
    color: #333;
    font-weight: 700;
    font-size: 24px;
    background-color: transparent;
    cursor: pointer;
    transition: all .5s;
}

.insight-accordion.style-01 .item .title:after {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    font-size: 24px;
    font-weight: 300;
    color: #ccc;
    content: "";
    font-family: "Font Awesome 5 Pro";
    transform: translateY(-50%);
    transition: all .3s;
}

.insight-accordion.style-01 .item .content {
    padding: 0;
    height: 0;
    transition: all .5s;
}

.insight-accordion.style-01 .item:last-child {
    margin-bottom: 0;
}

.insight-accordion.style-01 .item.active .title:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
}

.insight-accordion.style-01 .item.active .content {
    padding: 30px 0 10px 0;
    height: auto;
}

.insight-accordion.style-02 .item {
    overflow: hidden;
    margin-bottom: 20px;
}

.insight-accordion.style-02 .item .title {
    position: relative;
    padding: 15px 60px 15px 30px;
    background-color: #333;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    cursor: pointer;
    transition: all 0.5s;
}

.insight-accordion.style-02 .item .title:after {
    position: absolute;
    top: 50%;
    right: 30px;
    display: block;
    font-size: 18px;
    font-weight: 300;
    color: #D8B069;
    content: "";
    font-family: "Font Awesome 5 Pro";
    transform: translateY(-50%);
    transition: all 0.5s;
}

.insight-accordion.style-02 .item .content {
    padding: 0 30px;
    color: #fff;
    background-color: #333;
    height: 0;
    transition: all 0.5s;
}

.insight-accordion.style-02 .item:last-child {
    margin-bottom: 0;
}

.insight-accordion.style-02 .item.active .title {
    background-color: #D8B069;
    color: #333;
}

.insight-accordion.style-02 .item.active .title:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    color: #333;
}

.insight-accordion.style-02 .item.active .content {
    padding: 30px;
    height: auto;
}

.insight-accordion.style-02.color-light .item .title {
    color: #333;
    background-color: #f2f2f2;
}

.insight-accordion.style-02.color-light .item .content {
    color: #7E7E7E;
    background-color: #f2f2f2;
}

.insight-accordion.style-02.color-light .item.active .title {
    background-color: #D8B069;
    color: #333;
}

.insight-accordion.style-02.color-light .item.active .title:after {
    color: #333;
}

.insight-banner {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.insight-banner .text {
    padding: 40px 30px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(bottom, #222, transparent);
    background: -o-linear-gradient(top, #222, transparent);
    background: -moz-linear-gradient(top, #222, transparent);
    background: linear-gradient(to top, #222, transparent);
    width: 100%;
    transition: all 0.5s;
}

.insight-banner .text .small-text {
    font-size: 13px;
    font-weight: 600;
    color: #D8B069;
    text-transform: uppercase;
}

.insight-banner .text .big-text {
    font-size: 34px;
    line-height: 48px;
    font-weight: 700;
    color: #fff;
    max-width: 370px;
    margin-top: 20px;
    text-transform: uppercase;
}

.insight-banner .more {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 40px;
    right: 30px;
    transition: all 0.5s;
}

.insight-banner .more a {
    width: 30px;
    height: 30px;
    font-size: 0;
    line-height: 30px;
    color: #D8B069;
}

.insight-banner .more a:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 30px;
    font-weight: 900;
}

.insight-banner .more a:hover {
    color: #fff;
}

.insight-banner:hover .text {
    padding-bottom: 50px;
}

.arquitec-blog-masonry {
    position: relative;
    display: block;
    padding: 0;
    margin-left: -15px;
    margin-right: -15px;
    height: auto;
}

.arquitec-blog-masonry .masonry-item {
    width: 33.333333%;
    padding: 15px;
}

.arquitec-blog-masonry .masonry-item.sticky .entry-content {
    position: relative;
}

.arquitec-blog-masonry .masonry-item.sticky .entry-content:before {
    content: '\f02e';
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
    color: #333;
    position: absolute;
    top: 30px;
    right: 30px;
}

.arquitec-blog-masonry .masonry-item:hover .entry-thumbnail img {
    transform: scale(1.1);
}

@media (max-width: 767px) {
    .arquitec-blog-masonry .masonry-item {
        width: 100% !important;
    }
}

.arquitec-blog-masonry.masonry-col-2 .masonry-item {
    width: 50%;
}

.arquitec-blog-masonry .entry-thumbnail {
    overflow: hidden;
}

.arquitec-blog-masonry .entry-thumbnail img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.arquitec-blog-masonry .entry-content {
    background-color: #fff;
    padding: 40px;
}

.arquitec-blog-masonry .entry-content .entry-meta {
    display: block;
    margin-bottom: 15px;
}

.arquitec-blog-masonry .entry-content .entry-title {
    display: block;
    margin-bottom: 30px;
}

.arquitec-blog-masonry .entry-content .entry-title a {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    color: #333;
}

.arquitec-blog-masonry .entry-content .entry-title a:hover {
    color: #D8B069;
}

.arquitec-blog-masonry .entry-content .entry-excerpt {
    display: block;
    margin-bottom: 30px;
}

.arquitec-blog-masonry .entry-content .entry-excerpt p:last-child {
    margin-bottom: 0;
}

.arquitec-blog-masonry .entry-content .entry-quote {
    margin: 0;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.2;
    color: #333;
}

.arquitec-blog-masonry .entry-content .entry-quote a {
    color: #333;
}

.arquitec-blog-masonry .entry-content .entry-quote a:hover {
    color: #D8B069;
}

.arquitec-blog-masonry .entry-content .entry-quote .source {
    display: block;
    margin-top: 30px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #333;
}

.arquitec-blog-masonry .entry-content .entry-more a {
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    color: #333;
}

.arquitec-blog-masonry .entry-content .entry-more a:after {
    content: '\f061';
    font-family: "Font Awesome 5 Pro";
    font-size: 10px;
    margin-left: 5px;
}

.arquitec-blog-masonry .entry-content .entry-more a:hover {
    color: #D8B069;
}

.arquitec-blog-masonry .entry-format-quote {
    position: relative;
}

.arquitec-blog-masonry .entry-format-quote:after {
    content: '”';
    display: block;
    width: 24px;
    height: 20px;
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
    color: #222;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.arquitec-blog-masonry .entry-format-gallery {
    margin-bottom: 0;
}

.arquitec-blog-masonry .entry-format-gallery img {
    display: block;
    width: 100%;
    height: auto;
    outline: none;
    margin: 0;
    padding: 0;
}

.arquitec-blog-masonry .entry-format-gallery .slick-dots {
    bottom: 20px;
    margin: 0;
}

.arquitec-blog-masonry .entry-format-gallery .slick-dots li {
    margin: 0;
}

.arquitec-blog-masonry .entry-format-gallery .slick-dots li button:before {
    color: #fff;
}

.arquitec-blog-masonry .entry-format-gallery .slick-arrow {
    z-index: 8;
}

.arquitec-blog-masonry .entry-format-gallery .slick-arrow:before {
    font-size: 18px;
    font-family: "Font Awesome 5 Pro";
}

.arquitec-blog-masonry .entry-format-gallery .slick-arrow.slick-prev {
    left: 30px;
}

.arquitec-blog-masonry .entry-format-gallery .slick-arrow.slick-prev:before {
    content: '\f053';
}

.arquitec-blog-masonry .entry-format-gallery .slick-arrow.slick-next {
    right: 30px;
}

.arquitec-blog-masonry .entry-format-gallery .slick-arrow.slick-next:before {
    content: '\f054';
}

.arquitec-blog-masonry .entry-format-video a {
    display: block;
    position: relative;
    overflow: hidden;
}

.arquitec-blog-masonry .entry-format-video a:before {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
}

.arquitec-blog-masonry .entry-format-video a:after {
    content: '\f04b';
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    color: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 7;
}

.arquitec-blog-masonry .entry-format-video a.has-thumbnail img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.arquitec-blog-masonry .entry-format-video a.has-thumbnail:hover img {
    transform: scale(1.1);
}

.arquitec-blog-masonry .entry-format-video a.no-thumbnail {
    height: 240px;
    background-color: #D8B069;
}

.arquitec-blog-masonry .entry-format-image {
    overflow: hidden;
}

.arquitec-blog-masonry .entry-format-image img {
    display: block;
    width: 100%;
    transition: all 0.5s;
}

.arquitec-blog-masonry .entry-format-image:hover img {
    transform: scale(1.1);
}

.insight-box {
    display: block;
    width: 100%;
}

.insight-box.align-left .insight-box-inner {
    margin-left: 0;
    margin-right: auto;
}

.insight-box.align-center .insight-box-inner {
    margin-left: auto;
    margin-right: auto;
}

.insight-box.align-right .insight-box-inner {
    margin-left: auto;
    margin-right: 0;
}

.insight-box.p30 .insight-box-inner {
    padding: 30px;
}

.insight-box.p60 .insight-box-inner {
    padding: 60px;
}

.insight-box.box-shadow .insight-box-inner {
    padding: 80px 50px 60px 50px;
    margin-top: -160px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
    .insight-box.box-shadow {
        margin-top: -80px;
    }
}

.insight-box.bg-primary .insight-box-inner {
    background-color: #D8B069;
}

.insight-box.bg-white .insight-box-inner {
    background-color: #fff;
}

.insight-box.bg-black .insight-box-inner {
    background-color: #000;
}

.insight-box.bg-gray .insight-box-inner {
    background-color: #7E7E7E;
}

.insight-box.bg-dark-gray .insight-box-inner {
    background-color: #333;
}

.insight-box.bg-light-gray .insight-box-inner {
    background-color: #ABABAB;
}

.insight-button-group .insight-button {
    display: inline-block;
    margin-left: 0;
    margin-right: 20px;
}

.insight-button-group .insight-button:last-child {
    margin-right: 0;
}

.insight-button-group.align-center {
    text-align: center;
}

.insight-button-group.align-center .insight-button {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}

.insight-button-group.align-right {
    text-align: right;
}

.insight-button-group.align-right .insight-button {
    display: inline-block;
    margin-left: 20px;
    margin-right: 0;
}

.insight-button-group.align-right .insight-button:first-child {
    margin-left: 0;
}

@media (max-width: 991px) {
    .insight-button-group .insight-button {
        margin-bottom: 20px;
    }

    .insight-button-group .insight-button:last-child {
        margin-bottom: 0;
    }
}

.insight-button {
    display: inline-block;
}

.insight-button a:hover {
    color: #333;
    background-color: transparent;
    border-color: #333;
}

.insight-button.size-large a {
    font-size: 18px;
    height: 64px;
    line-height: 60px;
}

.insight-button.size-medium a {
    font-size: 16px;
    height: 56px;
    line-height: 52px;
}

.insight-button.size-small a {
    font-size: 14px;
    height: 40px;
    line-height: 36px;
}

.insight-button.color-primary a {
    color: #333;
    background-color: #D8B069;
    border-color: #D8B069;
}

.insight-button.color-primary a:hover {
    color: #D8B069;
    background-color: transparent;
    border-color: #D8B069;
}

.insight-button.color-white a {
    color: #333;
    background-color: #fff;
    border-color: #fff;
}

.insight-button.color-white a:hover {
    color: #333;
    background-color: transparent;
    border-color: #333;
}

.insight-button.color-black a {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.insight-button.color-black a:hover {
    color: #333;
    background-color: transparent;
    border-color: #333;
}

.insight-button.color-dark-gray a {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

.insight-button.color-dark-gray a:hover {
    color: #333;
    background-color: transparent;
    border-color: #333;
}

.insight-button.color-light-gray a, .insight-button.color-gray a {
    color: #333;
    background-color: #F5F6F8;
    border-color: #F5F6F8;
}

.insight-button.color-light-gray a:hover, .insight-button.color-gray a:hover {
    color: #333;
    background-color: transparent;
    border-color: #333;
}

.insight-button.full-width {
    display: block;
    width: 100%;
}

.insight-button.full-width a {
    display: block;
    width: 100%;
}

.insight-button.align-left {
    display: block;
    text-align: left;
}

.insight-button.align-center {
    display: block;
    text-align: center;
}

.insight-button.align-right {
    display: block;
    text-align: right;
}

.insight-button.style-border a {
    color: #333;
    border-color: #333;
    background-color: transparent;
}

.insight-button.style-border a:hover {
    color: #D8B069 !important;
    border-color: #D8B069 !important;
}

.insight-button.style-border.color-white a {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
}

.insight-button.style-border.color-black a {
    color: #000;
    border-color: #000;
}

.insight-button.style-border.color-dark-gray a {
    color: #333;
    border-color: #333;
}

.insight-button.style-border.color-light-gray a, .insight-button.style-border.color-gray a {
    color: #7E7E7E;
    border-color: #7E7E7E;
}

.insight-button.style-text a {
    display: inline-block;
    border: none;
    background-color: transparent;
    padding: 0 0 5px 0;
    line-height: 1;
    width: auto;
    height: auto;
    position: relative;
}

.insight-button.style-text a:before, .insight-button.style-text a:after {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 0;
    transform: translateX(0);
    margin: 0;
    background-color: #333;
    transition: all 0.5s;
}

.insight-button.style-text a:before {
    z-index: 7;
    width: 100%;
    background-color: #D8B069;
}

.insight-button.style-text a:after {
    z-index: 8;
    width: 0;
    background-color: #333;
}

.insight-button.style-text a:hover {
    color: #D8B069 !important;
}

.insight-button.style-text a:hover:after {
    background-color: #D8B069 !important;
    width: 100%;
    transform: translateX(0);
}

.insight-button.style-text.color-primary a {
    color: #D8B069;
}

.insight-button.style-text.color-primary a:before, .insight-button.style-text.color-primary a:after {
    background-color: #D8B069;
}

.insight-button.style-text.color-white a {
    color: #fff;
}

.insight-button.style-text.color-white a:before, .insight-button.style-text.color-white a:after {
    background-color: #fff;
}

.insight-button.style-text.color-black a {
    color: #000;
}

.insight-button.style-text.color-black a:before, .insight-button.style-text.color-black a:after {
    background-color: #000;
}

.insight-button.style-text.color-dark-gray a {
    color: #333;
}

.insight-button.style-text.color-dark-gray a:before, .insight-button.style-text.color-dark-gray a:after {
    background-color: #333;
}

.insight-button.style-text.color-light-gray a, .insight-button.style-text.color-gray a {
    color: #7E7E7E;
}

.insight-button.style-text.color-light-gray a:before, .insight-button.style-text.color-light-gray a:after, .insight-button.style-text.color-gray a:before, .insight-button.style-text.color-gray a:after {
    background-color: #7E7E7E;
}

.insight-button.style-text-arrow a {
    display: inline-block;
    border: none;
    background-color: transparent;
    padding: 0 0 5px 0;
    line-height: 1;
    width: auto;
    height: auto;
    position: relative;
}

.insight-button.style-text-arrow a:before {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    background-color: #333;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
}

.insight-button.style-text-arrow a:hover:before {
    width: 100%;
}

.insight-button.style-text-arrow.size-medium a {
    font-size: 15px;
    font-weight: 600;
}

.insight-button.style-text-arrow.color-primary a {
    color: #D8B069;
}

.insight-button.style-text-arrow.color-primary a:before {
    background-color: #D8B069;
}

.insight-button.style-text-arrow.color-white a {
    color: #fff;
}

.insight-button.style-text-arrow.color-white a:before {
    background-color: #fff;
}

.insight-button.style-text-arrow.color-black a {
    color: #000;
}

.insight-button.style-text-arrow.color-black a:before {
    background-color: #000;
}

.insight-button.style-text-arrow.color-dark-gray a {
    color: #333;
}

.insight-button.style-text-arrow.color-dark-gray a:before {
    background-color: #333;
}

.insight-button.style-text-arrow.color-light-gray a, .insight-button.style-text-arrow.color-gray a {
    color: #7E7E7E;
}

.insight-button.style-text-arrow.color-light-gray a:before, .insight-button.style-text-arrow.color-gray a:before {
    background-color: #7E7E7E;
}

.insight-carousel .insight-items {
    margin-bottom: 0;
}

.insight-carousel .insight-items .insight-item {
    outline: none;
}

.insight-carousel .insight-nav {
    position: relative;
    text-align: center;
    display: flex;
    width: 100%;
    margin-top: 40px;
    height: 28px;
    align-items: center;
    justify-content: center;
}

.insight-carousel .insight-nav .slick-dots {
    display: inline-block !important;
    width: auto;
    margin: 0 10px;
    position: relative;
    bottom: auto;
    line-height: 1;
    order: 2;
}

.insight-carousel .insight-nav .slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0 5px;
    padding: 0;
    vertical-align: top;
}

.insight-carousel .insight-nav .slick-dots li button {
    position: relative;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    border-radius: 8px;
    border: 2px solid transparent;
    transition: all 0.5s;
}

.insight-carousel .insight-nav .slick-dots li button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #ccc;
    transition: all 0.5s;
    opacity: 1;
}

.insight-carousel .insight-nav .slick-dots li.slick-active button {
    border: 2px solid #7E7E7E;
}

.insight-carousel .insight-nav .slick-dots li.slick-active button:before {
    width: 0;
    height: 0;
}

.insight-carousel .insight-nav .slick-arrow {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    display: inline-block !important;
    margin: 0 10px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    padding: 0;
}

.insight-carousel .insight-nav .slick-arrow:before {
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
    color: #7E7E7E;
}

.insight-carousel .insight-nav .slick-arrow.slick-prev {
    order: 1;
}

.insight-carousel .insight-nav .slick-arrow.slick-prev:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
}

.insight-carousel .insight-nav .slick-arrow.slick-next {
    order: 3;
}

.insight-carousel .insight-nav .slick-arrow.slick-next:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
}

.insight-client.type-carousel {
    position: relative;
    display: block;
    height: auto;
    margin-bottom: 0;
}

.insight-client.type-carousel .item {
    outline: none;
}

.insight-client.type-carousel .item img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.insight-client.type-grid {
    display: table;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.insight-client.type-grid .type-grid-row {
    display: table-row;
}

.insight-client.type-grid .type-grid-row .item {
    display: table-cell;
    vertical-align: middle;
    padding: 30px;
    text-align: center;
}

.insight-client.type-grid .type-grid-row .item img {
    opacity: .3;
    transition: all 0.5s;
}

.insight-client.type-grid .type-grid-row .item:hover img {
    opacity: 1;
}

@media (max-width: 991px) {
    .insight-client.type-grid {
        display: block;
    }

    .insight-client.type-grid .type-grid-row {
        display: block;
    }

    .insight-client.type-grid .type-grid-row .item {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }

    .insight-client.type-grid .type-grid-row .item:last-child {
        margin-bottom: 0;
    }
}

.insight-client.type-grid.has-border .type-grid-row .item {
    padding: 60px;
    border: 1px solid #E7E7E7;
}

.insight-contact-form.center form .row > div {
    text-align: center;
    justify-content: center;
}

.insight-contact-form h1, .insight-contact-form h2, .insight-contact-form h3, .insight-contact-form h4, .insight-contact-form h5, .insight-contact-form h6 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    display: block;
    margin-bottom: 20px;
}

.insight-contact-form div.wpcf7-response-output {
    margin: 30px 0 0 0;
    border-color: #eee;
}

.insight-contact-form .wpcf7-form-control-wrap {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

.insight-contact-form input[type="text"], .insight-contact-form input[type="email"], .insight-contact-form input[type="tel"], .insight-contact-form input[type="number"], .insight-contact-form textarea {
    display: block;
    width: 100%;
    border: none;
    height: 50px;
    line-height: 50px;
    background-color: #F8F8F8;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    transition: all 0.5s;
}

.insight-contact-form input[type="text"]::-webkit-input-placeholder, .insight-contact-form input[type="text"]::-moz-placeholder, .insight-contact-form input[type="text"]:-ms-input-placeholder, .insight-contact-form input[type="text"]:-moz-placeholder, .insight-contact-form input[type="email"]::-webkit-input-placeholder, .insight-contact-form input[type="email"]::-moz-placeholder, .insight-contact-form input[type="email"]:-ms-input-placeholder, .insight-contact-form input[type="email"]:-moz-placeholder, .insight-contact-form input[type="tel"]::-webkit-input-placeholder, .insight-contact-form input[type="tel"]::-moz-placeholder, .insight-contact-form input[type="tel"]:-ms-input-placeholder, .insight-contact-form input[type="tel"]:-moz-placeholder, .insight-contact-form input[type="number"]::-webkit-input-placeholder, .insight-contact-form input[type="number"]::-moz-placeholder, .insight-contact-form input[type="number"]:-ms-input-placeholder, .insight-contact-form input[type="number"]:-moz-placeholder, .insight-contact-form textarea::-webkit-input-placeholder, .insight-contact-form textarea::-moz-placeholder, .insight-contact-form textarea:-ms-input-placeholder, .insight-contact-form textarea:-moz-placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #ABABAB;
}

.insight-contact-form input[type="text"]:focus, .insight-contact-form input[type="email"]:focus, .insight-contact-form input[type="tel"]:focus, .insight-contact-form input[type="number"]:focus, .insight-contact-form textarea:focus {
    outline: none;
    border-color: #D8B069;
}

.insight-contact-form textarea {
    min-height: 180px;
    background-color: #F8F8F8 !important;
    padding: 20px;
}

.insight-contact-form select {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #F8F8F8;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAABGdBTUEAALGPC/xhBQAAAI9JREFUCB1jNDEx6f///3/D2bNnPzKgATMzM32gnAMTkNgOlFtvbGzMhawGqEDt379/c4B4PRPQhF2MjIxTgXhNaGgoG0ghUIMcUHIpExNTNFD+ESNMN9DaJCDbi52dPe/nz58bgJrSTp8+fQEkzwxT9OzZs/NSUlLSf/78WQJUkHTmzJnTMDkMGugWRXRBAE05O2t0kClQAAAAAElFTkSuQmCC");
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    width: 100%;
    border: none;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    transition: all 0.5s;
}

.insight-contact-form select::-webkit-input-placeholder, .insight-contact-form select::-moz-placeholder, .insight-contact-form select:-ms-input-placeholder, .insight-contact-form select:-moz-placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #ABABAB;
}

.insight-contact-form select:focus {
    outline: none;
    border-color: #D8B069;
}

.insight-contact-form div.wpcf7 .ajax-loader {
    display: none;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 10px 0 0 0;
}

.insight-contact-form div.wpcf7 .ajax-loader.is-active {
    display: block;
}

.insight-contact-form.bg-white input, .insight-contact-form.bg-white textarea, .insight-contact-form.bg-white select {
    background-color: #fff !important;
}

.insight-contact-form.bg-white input[type="submit"] {
    background-color: #333 !important;
}

.insight-contact-form.bg-white input[type="submit"]:hover {
    background-color: transparent !important;
}

.insight-contact-form.style-box-shadow {
    padding: 50px 80px;
    background-color: #fff;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}

.insight-contact-form.style-box-shadow .title {
    color: #333;
    font-size: 34px;
    font-weight: 700;
    line-height: 48px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
}

.insight-contact-form.style-box-shadow .title mark {
    background-color: transparent;
    color: #D8B069;
}

@media (max-width: 991px) {
    .insight-contact-form.style-box-shadow {
        padding: 50px 30px;
    }
}

.insight-counter {
    display: block;
    width: 100%;
}

.insight-counter .number {
    font-size: 80px;
    font-weight: 300;
    line-height: 1;
    color: #333;
}

.insight-counter .number span {
    line-height: 1;
    vertical-align: top !important;
}

.insight-counter .text {
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-top: 15px;
    color: #D8B069;
    text-transform: uppercase;
    opacity: .7;
}

.insight-counter.text-left {
    text-align: left;
}

.insight-counter.text-center {
    text-align: center;
}

.insight-counter.text-right {
    text-align: right;
}

.insight-counter.style-02 .number {
    font-size: 56px;
    font-weight: 700;
}

.insight-counter.style-02 .text {
    margin-top: 30px;
}

.insight-counter.number-color-white .number {
    color: #fff;
}

.insight-counter.number-color-black .number {
    color: #000;
}

.insight-counter.number-color-gray .number {
    color: #7E7E7E;
}

.insight-counter.number-color-primary .number {
    color: #D8B069;
}

.insight-counter.text-color-white .text {
    color: #fff;
}

.insight-counter.text-color-black .text {
    color: #000;
}

.insight-counter.text-color-gray .text {
    color: #7E7E7E;
}

.insight-counter.text-color-primary .text {
    color: #D8B069;
}

.insight-custom-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.insight-custom-menu ul li {
    display: inline-block;
    margin-right: 40px;
}

.insight-custom-menu ul li a {
    line-height: 1;
    font-size: 14px;
    font-weight: 600;
    color: #7E7E7E;
}

.insight-custom-menu ul li a:hover {
    color: #D8B069;
}

.insight-custom-menu.align-right {
    text-align: right;
}

.insight-custom-menu.align-right ul li {
    margin-left: 40px;
    margin-right: 0;
}

.insight-custom-menu.align-center {
    text-align: center;
}

.insight-custom-menu.align-center ul li {
    margin-left: 20px;
    margin-right: 20px;
}

.insight-custom-menu.style-02 ul li {
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1;
}

.insight-custom-menu.style-02 ul li:first-child {
    padding-top: 0;
}

.insight-custom-menu.style-02 ul li:last-child {
    padding-bottom: 0;
}

.insight-custom-menu.style-02 ul li a {
    font-size: 15px;
    font-weight: 400;
}

.insight-custom-menu.color-light ul li a {
    color: #ABABAB;
}

.insight-custom-menu.color-light ul li a:hover {
    color: #D8B069;
}

@media (max-width: 991px) {
    .insight-custom-menu ul li {
        display: block;
        margin-left: 0;
        margin-right: 0;
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 1;
    }
}

.insight-drop-cap {
    font-size: 18px;
    line-height: 1.8em;
}

.insight-drop-cap span {
    color: #fff;
    display: inline-block;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 4px;
}

.insight-heading {
    white-space: pre-line;
}

.insight-heading.color-primary {
    color: #D8B069;
}

.insight-heading.color-gray {
    color: #7E7E7E;
}

.insight-heading.color-dark-gray {
    color: #333;
}

.insight-heading.color-light-gray {
    color: #ABABAB;
}

.insight-heading.color-white {
    color: #fff;
}

.insight-heading.color-black {
    color: #000;
}

.insight-heading.max-width.text-align-center {
    margin-left: auto;
    margin-right: auto;
}

.insight-heading.max-width.text-align-right {
    margin-left: auto;
    margin-right: 0;
}

.insight-heading.underline-enable {
    text-decoration: underline;
}

.insight-heading.decor-enable {
    position: relative;
}

.insight-heading.decor-enable:before {
    content: '';
    display: block;
    width: 50px;
    height: 100%;
    background-color: #333;
    position: absolute;
    z-index: -1;
    left: -20px;
}

.insight-heading.decor-enable.decor-light:before {
    background-color: #ededed;
}

.insight-heading a {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    text-decoration: inherit;
}

.insight-heading a:hover {
    color: #D8B069;
}

.insight-heading span {
    color: #333 !important;
}

.insight-heading mark {
    color: #D8B069;
    background-color: transparent;
}

.insight-icon-box {
    padding: 40px;
    overflow: hidden;
}

.insight-icon-box .icon {
    margin-bottom: 30px;
    font-size: 60px;
    line-height: 1;
    font-weight: 400;
    color: #D8B069;
    transition: all 0.5s;
}

.insight-icon-box .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 20px;
    color: #333;
}

.insight-icon-box .more {
    margin-top: 40px;
}

.insight-icon-box .more a {
    display: inline-block;
    border: none;
    background-color: transparent;
    padding: 0 0 5px 0;
    line-height: 1;
    width: auto;
    height: auto;
    position: relative;
    color: #333;
}

.insight-icon-box .more a:hover {
    color: #D8B069;
}

.insight-icon-box.bg-no-bg {
    padding: 0;
    background-color: transparent;
}

.insight-icon-box.bg-light-gray {
    background-color: #F5F6F8;
}

.insight-icon-box.bg-dark-gray {
    background-color: #333;
}

.insight-icon-box.bg-dark-gray .title {
    color: #fff;
}

.insight-icon-box.style-icon-left {
    display: flex;
}

.insight-icon-box.style-icon-left .icon {
    width: 90px;
    flex-shrink: 0;
}

.insight-icon-box.style-icon-left .text {
    flex-grow: 1;
}

.insight-icon-box.style-icon-left .text .title {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.insight-icon-box.style-icon-left .text .content {
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}

.insight-icon-box.style-icon-title-top .top {
    display: flex;
    align-items: center;
}

.insight-icon-box.style-icon-title-top .top .icon {
    font-size: 34px;
    font-weight: 400;
    margin: 0;
    width: 50px;
}

.insight-icon-box.style-icon-title-top .top .title {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    flex-basis: 50px;
    flex-grow: 1;
}

.insight-icon-box.style-icon-title-top .text {
    margin-top: 25px;
}

.insight-icon-box.style-icon-title-top-big .top {
    display: flex;
    align-items: center;
}

.insight-icon-box.style-icon-title-top-big .top .icon {
    font-size: 60px;
    font-weight: 400;
    margin: 0;
    width: 90px;
}

.insight-icon-box.style-icon-title-top-big .top .title {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    flex-basis: 90px;
    flex-grow: 1;
}

.insight-icon-box.style-icon-title-top-big .text {
    margin-top: 25px;
}

.insight-icon-box.style-icon-top-right {
    position: relative;
}

.insight-icon-box.style-icon-top-right .icon {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 60px;
    opacity: .2;
}

.insight-icon-box.style-icon-top-right .text .title {
    font-size: 18px;
    font-weight: 600;
}

.insight-icon-box:hover .icon {
    color: #333;
}

.insight-icon {
    line-height: 1;
}

.insight-icon i {
    display: inline-block;
    line-height: 1;
}

.insight-icon.align-center {
    text-align: center;
}

.insight-icon.align-right {
    text-align: right;
}

.insight-icon.color-primary {
    color: #D8B069;
}

.insight-icon.color-black {
    color: #000;
}

.insight-icon.color-white {
    color: #fff;
}

.insight-icon.color-gray {
    color: #7E7E7E;
}

.insight-image-slider {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

.insight-image-slider .insight-items {
    margin-bottom: 0;
}

.insight-image-slider .insight-items .insight-image-slider--slide {
    outline: none;
    padding-left: 70px;
    padding-right: 70px;
}

.insight-image-slider .insight-items .insight-image-slider--slide img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    transition: all 0.5s;
}

.insight-image-slider.style-02 {
    position: relative;
}

.insight-image-slider.style-02 .insight-items .insight-image-slider--slide {
    padding-left: 0;
    padding-right: 0;
}

.insight-image-slider.style-02 .insight-nav {
    position: absolute;
    margin-top: 0;
    z-index: 999;
    bottom: 40px;
}

.insight-image-slider.style-02 .insight-nav .slick-arrow:before {
    color: #fff;
}

.insight-image-slider.style-02 .insight-nav .slick-dots li button:before {
    background-color: #fff;
}

.insight-image-slider.style-02 .insight-nav .slick-dots li.slick-active button {
    border: 2px solid #fff;
}

@media (max-width: 991px) {
    .insight-image-slider .insight-items .insight-image-slider--slide {
        padding-left: 0;
        padding-right: 0;
    }
}

.insight-instagram .insight-instagram-row {
    display: flex;
    margin: -5px;
}

.insight-instagram .insight-instagram-row .item {
    display: inline-block;
    position: relative;
    padding: 5px;
}

.insight-instagram .insight-instagram-row .item a {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.insight-instagram .insight-instagram-row .item a:before {
    transition: all 0.5s;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
}

.insight-instagram .insight-instagram-row .item a img {
    max-width: 100%;
}

.insight-instagram .insight-instagram-row .item a .item-info {
    transition: all 0.5s;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
    text-align: center;
    opacity: 0;
    visibility: hidden;
}

.insight-instagram .insight-instagram-row .item a .item-info span {
    display: block;
    color: #fff;
    line-height: 1.2em;
}

.insight-instagram .insight-instagram-row .item a .item-info span.likes:before {
    content: "\f004";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    margin-right: 5px;
}

.insight-instagram .insight-instagram-row .item a .item-info span.comments:before {
    content: "\f086";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    margin-right: 5px;
}

.insight-instagram .insight-instagram-row .item a:hover:before {
    opacity: 1;
    visibility: visible;
}

.insight-instagram .insight-instagram-row .item a:hover .item-info {
    opacity: 1;
    visibility: visible;
}

.insight-latest-news.style-02 .insight-latest-news-col a {
    display: block;
    margin-bottom: 30px;
    position: relative;
    font-size: 40px;
    line-height: 64px;
    padding-left: 100px;
    font-weight: 600;
    color: #7E7E7E;
}

.insight-latest-news.style-02 .insight-latest-news-col a span {
    position: absolute;
    left: 0;
    font-size: 16px;
    vertical-align: middle;
}

.insight-latest-news.style-02 .insight-latest-news-col a span:after {
    content: '';
    width: 40px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    background-color: #7E7E7E;
    transition: all 0.5s;
}

.insight-latest-news.style-02 .insight-latest-news-col a:last-child {
    margin-bottom: 0;
}

.insight-latest-news.style-02 .insight-latest-news-col a:hover {
    color: #fff;
}

.insight-latest-news.style-02 .insight-latest-news-col a:hover span:after {
    width: 60px;
    background-color: #fff;
}

.insight-latest-news.style-02.color-light .insight-latest-news-col a:hover {
    color: #333;
}

.insight-latest-news.style-02.color-light .insight-latest-news-col a:hover span:after {
    background-color: #333;
}

.insight-latest-news.style-03 .insight-item-inner {
    background-color: #fff;
}

.insight-latest-news.style-03 .insight-item-inner .insight-item-thumb {
    position: relative;
}

.insight-latest-news.style-03 .insight-item-inner .insight-item-thumb > a {
    display: block;
    overflow: hidden;
}

.insight-latest-news.style-03 .insight-item-inner .insight-item-thumb > a img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.insight-latest-news.style-03 .insight-item-inner .insight-item-thumb .cats {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #D8B069;
    font-size: 13px;
    line-height: 1;
    z-index: 9;
    padding: 6px 10px;
    color: #7E7E7E;
}

.insight-latest-news.style-03 .insight-item-inner .insight-item-thumb .cats a {
    color: #333;
    font-size: 13px;
    font-weight: 600;
}

.insight-latest-news.style-03 .insight-item-inner .insight-item-thumb .cats a:hover {
    color: #000;
}

.insight-latest-news.style-03 .insight-item-inner .insight-item-info {
    padding-top: 20px;
}

.insight-latest-news.style-03 .insight-item-inner .insight-item-info .title a {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    line-height: 36px;
}

.insight-latest-news.style-03 .insight-item-inner .insight-item-info .title a:hover {
    color: #D8B069;
}

.insight-latest-news.style-03 .insight-item-inner .insight-item-info .excerpt {
    margin-top: 20px;
    font-size: 15px;
    line-height: 26px;
}

.insight-latest-news.style-03 .insight-item-inner .insight-item-info .more {
    margin-top: 20px;
}

.insight-latest-news.style-03 .insight-item-inner .insight-item-info .more a {
    display: inline-block;
    border: none;
    background-color: transparent;
    padding: 0 0 5px 0;
    color: #D8B069;
    line-height: 1;
    width: auto;
    height: auto;
    position: relative;
}

.insight-latest-news.style-03 .insight-item-inner .insight-item-info .more a:before {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    background-color: #D8B069;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
}

.insight-latest-news.style-03 .insight-item-inner .insight-item-info .more a:hover {
    color: #D8B069;
}

.insight-latest-news.style-03 .insight-item-inner .insight-item-info .more a:hover:before {
    width: 100%;
}

.insight-latest-news.style-03 .insight-item-inner:hover .insight-item-thumb > a img {
    transform: scale(1.1);
}

.insight-latest-news.style-03.color-dark .insight-item-inner {
    background-color: transparent;
}

.insight-latest-news.style-03.color-dark .insight-item-inner .insight-item-info .title a {
    color: #fff;
}

.insight-latest-news.style-03.color-dark .insight-item-inner .insight-item-info .title a:hover {
    color: #D8B069;
}

.insight-latest-news.style-03.has-padding .insight-item-inner .insight-item-info {
    padding: 30px;
}

@media (max-width: 991px) {
    .insight-latest-news.style-03 .insight-latest-news-col {
        margin-bottom: 60px;
    }
}

.insight-lightbox-gallery .insight-lightbox-gallery-item {
    margin: 15px 0;
}

.insight-lightbox-gallery .insight-lightbox-gallery-item a {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    height: auto;
    outline: none;
}

.insight-lightbox-gallery .insight-lightbox-gallery-item a img {
    width: 100%;
    height: auto;
    z-index: 6;
    border-radius: 0px;
}

.insight-lightbox-gallery .insight-lightbox-gallery-item a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #333;
    border-radius: 0px;
    z-index: 7;
    opacity: 0;
    transition: all 0.5s;
}

.insight-lightbox-gallery .insight-lightbox-gallery-item a:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 32px;
    font-weight: 300;
    color: #fff;
    position: absolute;
    top: 60%;
    left: 50%;
    z-index: 8;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s;
}

.insight-lightbox-gallery .insight-lightbox-gallery-item:hover a:before {
    opacity: .7;
}

.insight-lightbox-gallery .insight-lightbox-gallery-item:hover a:after {
    top: 50%;
    opacity: 1;
}

.insight-portfolio-archive .hentry .entry-inner {
    margin-bottom: 30px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.insight-portfolio-archive .hentry .entry-inner:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #D8B069;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 7;
    transition: all 0.5s;
}

.insight-portfolio-archive .hentry .entry-inner .entry-thumbnail {
    z-index: 6;
}

.insight-portfolio-archive .hentry .entry-inner .entry-thumbnail img {
    width: 100%;
    height: auto;
}

.insight-portfolio-archive .hentry .entry-inner .entry-meta {
    z-index: 8;
    text-align: center;
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.5s;
}

.insight-portfolio-archive .hentry .entry-inner .entry-meta .entry-title {
    font-size: 30px;
    font-weight: 700;
}

.insight-portfolio-archive .hentry .entry-inner .entry-meta .entry-cats {
    font-size: 18px;
    font-weight: 700;
}

.insight-portfolio-archive .hentry .entry-inner .entry-meta a {
    color: #fff;
}

.insight-portfolio-archive .hentry .entry-inner:hover:before {
    opacity: .9;
}

.insight-portfolio-archive .hentry .entry-inner:hover .entry-meta {
    top: 50%;
    opacity: 1;
}

.insight-portfolio-archive .insight-pagination {
    margin-top: 70px;
    margin-bottom: 30px;
}

.insight-portfolio-archive .insight-load-button, .insight-portfolio-archive .insight-load-infinity {
    margin-top: 70px;
    margin-bottom: 30px;
    text-align: center;
}

.insight-portfolio-archive .insight-load-button span {
    display: inline-block;
    padding: 0 20px;
    text-transform: uppercase;
    color: #222;
    font-weight: 700;
    background-color: #eee;
    border: none;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 3px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.5s;
}

.insight-portfolio-archive .insight-load-button span:hover {
    color: #fff;
    background-color: #333;
}

.insight-portfolio-archive .insight-load-button span.loading:after {
    content: '...';
}

.insight-portfolio-archive .insight-load-infinity span {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.insight-portfolio-archive .insight-load-infinity span i {
    display: inline-block;
    font-size: 40px;
    width: 40px;
    height: 40px;
}

.insight-portfolio-archive .insight-load-infinity span.loading i {
    animation: spin 1s linear infinite;
    -webkit-animation: spin 1s linear infinite;
}

@media (max-width: 991px) {
    .insight-portfolio-archive {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.insight-portfolio-carousel {
    display: block;
    position: relative;
}

.insight-portfolio-carousel .insight-filter {
    margin-bottom: 70px;
}

.insight-portfolio-carousel .insight-filter ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.insight-portfolio-carousel .insight-filter ul li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.insight-portfolio-carousel .insight-filter ul li a {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    padding: 0 25px;
    background-color: #f8f8f8;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.insight-portfolio-carousel .insight-filter ul li a.active {
    color: #333;
    background-color: #D8B069;
}

.insight-portfolio-carousel.style-01 {
    margin-right: -15px;
    margin-left: -15px;
}

.insight-portfolio-carousel.style-01 .insight-items .insight-item {
    padding: 0 15px;
}

.insight-portfolio-carousel.style-01 .insight-items .insight-item .insight-item-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.insight-portfolio-carousel.style-01 .insight-items .insight-item .insight-item-inner .insight-item-thumb {
    position: relative;
    display: block;
}

.insight-portfolio-carousel.style-01 .insight-items .insight-item .insight-item-inner .insight-item-thumb img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.insight-portfolio-carousel.style-01 .insight-items .insight-item .insight-item-inner .insight-item-thumb .insight-item-info {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: 30px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: all 0.5s;
}

.insight-portfolio-carousel.style-01 .insight-items .insight-item .insight-item-inner .insight-item-thumb .insight-item-info .insight-item-info-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 40px 20px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #333;
}

.insight-portfolio-carousel.style-01 .insight-items .insight-item .insight-item-inner .insight-item-thumb .insight-item-info .insight-item-info-inner .title {
    font-weight: 700;
    font-size: 34px;
}

.insight-portfolio-carousel.style-01 .insight-items .insight-item .insight-item-inner .insight-item-thumb .insight-item-info .insight-item-info-inner .title a {
    color: #333;
}

.insight-portfolio-carousel.style-01 .insight-items .insight-item .insight-item-inner .insight-item-thumb .insight-item-info .insight-item-info-inner .title a:hover {
    color: #D8B069;
}

.insight-portfolio-carousel.style-01 .insight-items .insight-item .insight-item-inner .insight-item-thumb .insight-item-info .insight-item-info-inner .cats {
    font-weight: 700;
    font-size: 16px;
}

.insight-portfolio-carousel.style-01 .insight-items .insight-item .insight-item-inner .insight-item-thumb .insight-item-info .insight-item-info-inner .cats a {
    color: #333;
}

.insight-portfolio-carousel.style-01 .insight-items .insight-item .insight-item-inner .insight-item-thumb .insight-item-info .insight-item-info-inner .cats a:hover {
    color: #D8B069;
}

.insight-portfolio-carousel.style-01 .insight-items .insight-item .insight-item-inner .insight-item-thumb .insight-item-info .insight-item-info-inner:before {
    font-size: 34px;
    font-weight: 300;
    content: "";
    font-family: "Font Awesome 5 Pro";
    line-height: 1;
    position: absolute;
    top: 30px;
    right: 30px;
}

.insight-portfolio-carousel.style-01 .insight-items .insight-item:hover .insight-item-inner .insight-item-thumb img {
    transform: scale(1.1);
}

.insight-portfolio-carousel.style-01 .insight-items .insight-item:hover .insight-item-inner .insight-item-thumb .insight-item-info {
    opacity: 1;
    visibility: visible;
}

.insight-portfolio-carousel.style-01.color-dark .insight-filter ul li a.active {
    color: #fff;
    border-bottom: 1px solid #fff;
}

.insight-portfolio-carousel.style-01.color-dark .insight-items .insight-item .insight-item-inner .insight-item-thumb .insight-item-info .insight-item-info-inner {
    background-color: rgba(51, 51, 51, 0.9);
}

.insight-portfolio-carousel.style-01.color-dark .insight-items .insight-item .insight-item-inner .insight-item-thumb .insight-item-info .insight-item-info-inner .title a, .insight-portfolio-carousel.style-01.color-dark .insight-items .insight-item .insight-item-inner .insight-item-thumb .insight-item-info .insight-item-info-inner .cats a, .insight-portfolio-carousel.style-01.color-dark .insight-items .insight-item .insight-item-inner .insight-item-thumb .insight-item-info .insight-item-info-inner:before {
    color: #fff;
}

.insight-portfolio-carousel.style-01.color-dark .insight-nav .slick-dots li.slick-active button {
    border: 2px solid #fff;
}

.insight-portfolio-carousel.style-01.color-dark .insight-nav .slick-arrow:before {
    color: #fff;
}

.insight-portfolio-carousel.style-02 .insight-items .insight-item {
    padding: 0 15px;
    margin-left: 55px;
    margin-right: 55px;
}

.insight-portfolio-carousel.style-02 .insight-items .insight-item .insight-item-thumb {
    overflow: hidden;
}

.insight-portfolio-carousel.style-02 .insight-items .insight-item .insight-item-thumb img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.insight-portfolio-carousel.style-02 .insight-items .insight-item .insight-item-info {
    display: flex;
    margin-top: 40px;
}

.insight-portfolio-carousel.style-02 .insight-items .insight-item .insight-item-info .insight-item-info-left {
    flex-grow: 1;
}

.insight-portfolio-carousel.style-02 .insight-items .insight-item .insight-item-info .insight-item-info-left .cats {
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    text-transform: uppercase;
}

.insight-portfolio-carousel.style-02 .insight-items .insight-item .insight-item-info .insight-item-info-left .cats a {
    color: #D8B069;
}

.insight-portfolio-carousel.style-02 .insight-items .insight-item .insight-item-info .insight-item-info-left .cats a:hover {
    color: #D8B069;
}

.insight-portfolio-carousel.style-02 .insight-items .insight-item .insight-item-info .insight-item-info-left .title {
    font-weight: 600;
    font-size: 40px;
    line-height: 1;
    margin-top: 15px;
}

.insight-portfolio-carousel.style-02 .insight-items .insight-item .insight-item-info .insight-item-info-left .title a {
    color: #333;
}

.insight-portfolio-carousel.style-02 .insight-items .insight-item .insight-item-info .insight-item-info-left .title a:hover {
    color: #D8B069;
}

.insight-portfolio-carousel.style-02 .insight-items .insight-item .insight-item-info .insight-item-info-right a {
    font-size: 15px;
    font-weight: 600;
    background-color: #D8B069;
    border-color: #D8B069;
    color: #333;
}

.insight-portfolio-carousel.style-02 .insight-items .insight-item .insight-item-info .insight-item-info-right a:hover {
    background-color: #333;
    color: #fff;
}

.insight-portfolio-carousel.style-02 .insight-items .insight-item:hover .insight-item-thumb img {
    transform: scale(1.1);
}

.insight-portfolio-carousel.style-02.insight-carousel-center-mode .insight-items .insight-item {
    opacity: .5;
}

.insight-portfolio-carousel.style-02.insight-carousel-center-mode .insight-items .insight-item.slick-center {
    opacity: 1;
}

@media (max-width: 991px) {
    .insight-portfolio-carousel.style-02 .insight-filter ul {
        text-align: center;
    }

    .insight-portfolio-carousel.style-02 .insight-filter ul li {
        margin: 0 10px;
    }

    .insight-portfolio-carousel.style-02 .insight-items .insight-item {
        padding: 0;
        opacity: 1 !important;
    }

    .insight-portfolio-carousel.style-02 .insight-items .insight-item .insight-item-info {
        padding-left: 30px;
        padding-right: 30px;
        text-align: center;
        flex-direction: column;
    }

    .insight-portfolio-carousel.style-02 .insight-items .insight-item .insight-item-info .insight-item-info-right {
        margin-top: 20px;
    }
}

.insight-portfolio-carousel.style-03 {
    margin-right: -15px;
    margin-left: -15px;
}

.insight-portfolio-carousel.style-03 .insight-items .insight-item {
    padding: 0 15px;
}

.insight-portfolio-carousel.style-03 .insight-items .insight-item .insight-item-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.insight-portfolio-carousel.style-03 .insight-items .insight-item .insight-item-inner .insight-item-thumb {
    position: relative;
    display: block;
}

.insight-portfolio-carousel.style-03 .insight-items .insight-item .insight-item-inner .insight-item-thumb img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.insight-portfolio-carousel.style-03 .insight-items .insight-item .insight-item-inner .insight-item-thumb .insight-item-info {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    padding: 0;
    width: 100%;
    max-width: 290px;
}

.insight-portfolio-carousel.style-03 .insight-items .insight-item .insight-item-inner .insight-item-thumb .insight-item-info .insight-item-info-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    overflow: hidden;
    padding: 30px;
    background-color: #222;
    color: #333;
    transition: all 0.5s;
}

.insight-portfolio-carousel.style-03 .insight-items .insight-item .insight-item-inner .insight-item-thumb .insight-item-info .insight-item-info-inner .title {
    font-weight: 600;
    font-size: 24px;
}

.insight-portfolio-carousel.style-03 .insight-items .insight-item .insight-item-inner .insight-item-thumb .insight-item-info .insight-item-info-inner .title a {
    color: #fff;
}

.insight-portfolio-carousel.style-03 .insight-items .insight-item .insight-item-inner .insight-item-thumb .insight-item-info .insight-item-info-inner .title a:hover {
    color: #D8B069;
}

.insight-portfolio-carousel.style-03 .insight-items .insight-item .insight-item-inner .insight-item-thumb .insight-item-info .insight-item-info-inner .cats {
    font-weight: 600;
    font-size: 13px;
}

.insight-portfolio-carousel.style-03 .insight-items .insight-item .insight-item-inner .insight-item-thumb .insight-item-info .insight-item-info-inner .cats a {
    color: #D8B069;
    text-transform: uppercase;
}

.insight-portfolio-carousel.style-03 .insight-items .insight-item .insight-item-inner .insight-item-thumb .insight-item-info .insight-item-info-inner .cats a:hover {
    color: #D8B069;
}

.insight-portfolio-carousel.style-03 .insight-items .insight-item .insight-item-inner .insight-item-thumb:before, .insight-portfolio-carousel.style-03 .insight-items .insight-item .insight-item-inner .insight-item-thumb:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 9;
    transition: all 0.5s;
}

.insight-portfolio-carousel.style-03 .insight-items .insight-item .insight-item-inner .insight-item-thumb:before {
    border-top: 3px solid #D8B069;
    border-bottom: 3px solid #D8B069;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.insight-portfolio-carousel.style-03 .insight-items .insight-item .insight-item-inner .insight-item-thumb:after {
    border-left: 3px solid #D8B069;
    border-right: 3px solid #D8B069;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.insight-portfolio-carousel.style-03 .insight-items .insight-item:hover .insight-item-inner .insight-item-thumb img {
    transform: scale(1.1);
}

.insight-portfolio-carousel.style-03 .insight-items .insight-item:hover .insight-item-inner .insight-item-thumb .insight-item-info .insight-item-info-inner {
    background-color: #D8B069;
}

.insight-portfolio-carousel.style-03 .insight-items .insight-item:hover .insight-item-inner .insight-item-thumb .insight-item-info .insight-item-info-inner .title a, .insight-portfolio-carousel.style-03 .insight-items .insight-item:hover .insight-item-inner .insight-item-thumb .insight-item-info .insight-item-info-inner .cats a {
    color: #333;
}

.insight-portfolio-carousel.style-03 .insight-items .insight-item:hover .insight-item-inner .insight-item-thumb:before, .insight-portfolio-carousel.style-03 .insight-items .insight-item:hover .insight-item-inner .insight-item-thumb:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.insight-portfolio-carousel.style-03.color-light .insight-items .insight-item .insight-item-inner .insight-item-thumb .insight-item-info .insight-item-info-inner {
    background-color: #fff;
}

.insight-portfolio-carousel.style-03.color-light .insight-items .insight-item .insight-item-inner .insight-item-thumb .insight-item-info .insight-item-info-inner .title a {
    color: #333;
}

.insight-portfolio-carousel.style-03.color-light .insight-items .insight-item:hover .insight-item-inner .insight-item-thumb img {
    transform: scale(1.1);
}

.insight-portfolio-carousel.style-03.color-light .insight-items .insight-item:hover .insight-item-inner .insight-item-thumb .insight-item-info .insight-item-info-inner {
    background-color: #D8B069;
}

.insight-portfolio-carousel.style-03.color-light .insight-items .insight-item:hover .insight-item-inner .insight-item-thumb .insight-item-info .insight-item-info-inner .title a, .insight-portfolio-carousel.style-03.color-light .insight-items .insight-item:hover .insight-item-inner .insight-item-thumb .insight-item-info .insight-item-info-inner .cats a {
    color: #333;
}

.insight-portfolio-carousel.style-03.color-light .insight-items .insight-item:hover .insight-item-inner .insight-item-thumb:after {
    opacity: 1;
    visibility: visible;
}

.insight-portfolio-carousel.style-04 .insight-items {
    margin-left: -5px;
    margin-right: -5px;
}

.insight-portfolio-carousel.style-04 .insight-items .insight-item {
    padding-left: 5px;
    padding-right: 5px;
}

.insight-portfolio-carousel.style-04 .insight-items .insight-item .insight-item-inner .insight-item-thumb img {
    width: 100%;
    height: auto;
}

.insight-portfolio-carousel.style-04 .insight-items .insight-item .insight-item-inner .insight-item-info {
    text-align: center;
    padding: 20px 20px 0 20px;
}

.insight-portfolio-carousel.style-04 .insight-items .insight-item .insight-item-inner .insight-item-info .insight-item-info-left {
    display: flex;
    flex-direction: column;
}

.insight-portfolio-carousel.style-04 .insight-items .insight-item .insight-item-inner .insight-item-info .insight-item-info-left .title {
    order: 1;
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

.insight-portfolio-carousel.style-04 .insight-items .insight-item .insight-item-inner .insight-item-info .insight-item-info-left .title a {
    color: #333;
}

.insight-portfolio-carousel.style-04 .insight-items .insight-item .insight-item-inner .insight-item-info .insight-item-info-left .title a:hover {
    color: #D8B069;
}

.insight-portfolio-carousel.style-04 .insight-items .insight-item .insight-item-inner .insight-item-info .insight-item-info-left .cats {
    order: 2;
    line-height: 1;
    margin-top: 5px;
}

.insight-portfolio-carousel.style-04 .insight-items .insight-item .insight-item-inner .insight-item-info .insight-item-info-right {
    display: none;
}

.insight-portfolio-category {
    position: relative;
}

.insight-portfolio-category a {
    display: block;
    z-index: 9;
}

.insight-portfolio-category a .image {
    overflow: hidden;
}

.insight-portfolio-category a .image img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.insight-portfolio-category a .info {
    width: 100%;
    max-height: 100%;
    padding: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 8;
    overflow: hidden;
}

.insight-portfolio-category a .info .info-inner {
    display: block;
    width: 100%;
    padding: 30px;
    position: relative;
    transition: all 0.5s;
}

.insight-portfolio-category a .info .info-inner .count {
    font-size: 18px;
    font-weight: 600;
    color: #D8B069;
    text-transform: uppercase;
    margin-bottom: 80px;
    opacity: 0;
    transition: all 0.5s;
}

.insight-portfolio-category a .info .info-inner .title {
    font-size: 40px;
    line-height: 56px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    -ms-word-break: break-all;
    word-break: break-all;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
}

.insight-portfolio-category a .info .info-inner:after {
    font-size: 34px;
    font-weight: 300;
    content: "";
    font-family: "Font Awesome 5 Pro";
    line-height: 1;
    color: #333;
    position: absolute;
    top: 30px;
    right: 30px;
    opacity: 0;
    transition: all 0.5s;
}

.insight-portfolio-category:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    z-index: 7;
    pointer-events: none;
}

.insight-portfolio-category:hover a .image img {
    transform: scale(1.1);
}

.insight-portfolio-category:hover a .info .info-inner {
    background-color: rgba(255, 255, 255, 0.9);
}

.insight-portfolio-category:hover a .info .info-inner .title {
    color: #333;
}

.insight-portfolio-category:hover a .info .info-inner .count {
    opacity: 1;
}

.insight-portfolio-category:hover a .info .info-inner:after {
    opacity: 1;
}

.insight-portfolio-featured-full {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.insight-portfolio-featured-full .insight-portfolio-featured-items {
    height: 100%;
    position: relative;
    z-index: 7;
}

.insight-portfolio-featured-full .insight-portfolio-featured-items .slick-arrow {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: #fff;
    text-align: center;
    top: auto;
    bottom: 0;
    z-index: 8;
    transition: all 0.5s;
}

.insight-portfolio-featured-full .insight-portfolio-featured-items .slick-arrow:before {
    font-size: 24px;
    font-weight: 300;
    line-height: 80px;
    color: #333;
}

.insight-portfolio-featured-full .insight-portfolio-featured-items .slick-arrow.slick-prev {
    left: auto;
    right: 80px;
}

.insight-portfolio-featured-full .insight-portfolio-featured-items .slick-arrow.slick-prev:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
}

.insight-portfolio-featured-full .insight-portfolio-featured-items .slick-arrow.slick-next {
    left: auto;
    right: 0;
}

.insight-portfolio-featured-full .insight-portfolio-featured-items .slick-arrow.slick-next:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
}

.insight-portfolio-featured-full .insight-portfolio-featured-items .slick-arrow:hover {
    background-color: #efefef;
}

.insight-portfolio-featured-full .insight-portfolio-featured-items .slick-list {
    height: 100%;
    z-index: 7;
}

.insight-portfolio-featured-full .insight-portfolio-featured-items .slick-list .slick-track {
    height: 100%;
}

.insight-portfolio-featured-full .insight-portfolio-featured-items .insight-portfolio-featured-item {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    outline: none;
}

.insight-portfolio-featured-full .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    align-items: center;
}

.insight-portfolio-featured-full .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info {
    width: 100%;
    padding: 100px;
    position: relative;
    z-index: 7;
}

.insight-portfolio-featured-full .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .cats {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.insight-portfolio-featured-full .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .cats a {
    color: #fff;
}

.insight-portfolio-featured-full .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .cats a:hover {
    color: #333;
}

.insight-portfolio-featured-full .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .title a {
    font-size: 72px;
    line-height: 96px;
    font-weight: 600;
    color: #fff;
}

.insight-portfolio-featured-full .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .title a:hover {
    color: #333;
}

.insight-portfolio-featured-full .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .more {
    margin-top: 40px;
}

.insight-portfolio-featured-full .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .more a {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    background-color: #fff;
    border-color: #fff;
}

.insight-portfolio-featured-full .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .more a:hover {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

@media (max-width: 991px) {
    .insight-portfolio-featured-full .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info {
        padding: 30px;
    }

    .insight-portfolio-featured-full .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .title a {
        font-size: 36px;
        line-height: 1.3;
    }
}

.insight-portfolio-featured.style-01 {
    padding-right: 30px;
    position: relative;
}

.insight-portfolio-featured.style-01 .insight-portfolio-featured-nav {
    position: absolute;
    width: 30px;
    text-align: center;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 8;
}

.insight-portfolio-featured.style-01 .insight-portfolio-featured-nav .insight-portfolio-featured--page {
    flex-grow: 1;
}

.insight-portfolio-featured.style-01 .insight-portfolio-featured-nav .insight-portfolio-featured--page ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.insight-portfolio-featured.style-01 .insight-portfolio-featured-nav .insight-portfolio-featured--page ul li {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #ccc;
    margin: 30px 0;
    cursor: pointer;
}

.insight-portfolio-featured.style-01 .insight-portfolio-featured-nav .insight-portfolio-featured--page ul li.active {
    color: #D8B069;
}

.insight-portfolio-featured.style-01 .insight-portfolio-featured-items {
    z-index: 7;
}

.insight-portfolio-featured.style-01 .insight-portfolio-featured-items .insight-portfolio-featured-item {
    display: none;
}

.insight-portfolio-featured.style-01 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner {
    position: relative;
}

.insight-portfolio-featured.style-01 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-thumb {
    width: 66.67%;
    z-index: 7;
}

.insight-portfolio-featured.style-01 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-thumb img {
    width: 100%;
    height: auto;
}

.insight-portfolio-featured.style-01 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info {
    width: 50%;
    padding: 50px 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 8;
    background-color: #222;
}

.insight-portfolio-featured.style-01 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .cats {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.insight-portfolio-featured.style-01 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .cats a {
    color: #D8B069;
}

.insight-portfolio-featured.style-01 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .cats a:hover {
    color: #D8B069;
}

.insight-portfolio-featured.style-01 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .title {
    margin-top: 10px;
}

.insight-portfolio-featured.style-01 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .title a {
    font-size: 56px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
}

.insight-portfolio-featured.style-01 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .title a:hover {
    color: #D8B069;
}

.insight-portfolio-featured.style-01 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .excerpt {
    margin-top: 30px;
    color: #ABABAB;
    width: 100%;
    max-width: 520px;
}

.insight-portfolio-featured.style-01 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .more {
    margin-top: 50px;
}

.insight-portfolio-featured.style-01 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .more a {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    background-color: #D8B069;
    border-color: #D8B069;
}

.insight-portfolio-featured.style-01 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .more a:hover {
    color: #D8B069;
    background-color: transparent;
    border-color: #D8B069;
}

.insight-portfolio-featured.style-01 .insight-portfolio-featured-items .insight-portfolio-featured-item.active {
    display: block;
}

.insight-portfolio-featured.style-01.color-light .insight-portfolio-featured-nav .insight-portfolio-featured--page ul li {
    color: #ABABAB;
}

.insight-portfolio-featured.style-01.color-light .insight-portfolio-featured-nav .insight-portfolio-featured--page ul li.active {
    color: #333;
}

.insight-portfolio-featured.style-01.color-light .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info {
    background-color: #fff;
}

.insight-portfolio-featured.style-01.color-light .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .title a {
    color: #333;
}

.insight-portfolio-featured.style-01.color-light .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .title a:hover {
    color: #D8B069;
}

.insight-portfolio-featured.style-01.color-light .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .excerpt {
    color: #7E7E7E;
}

@media (max-width: 1199px) {
    .insight-portfolio-featured.style-01 {
        padding-right: 0;
    }

    .insight-portfolio-featured.style-01 .insight-portfolio-featured-nav {
        width: 100%;
        margin-bottom: 30px;
        position: relative;
        right: 0;
        top: 0;
        transform: translateY(0);
    }

    .insight-portfolio-featured.style-01 .insight-portfolio-featured-nav .insight-portfolio-featured--page ul {
        text-align: center;
    }

    .insight-portfolio-featured.style-01 .insight-portfolio-featured-nav .insight-portfolio-featured--page ul li {
        display: inline-block;
        margin: 0 15px;
    }

    .insight-portfolio-featured.style-01 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-thumb {
        width: 100%;
    }

    .insight-portfolio-featured.style-01 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info {
        width: 90%;
        right: 5%;
        bottom: 5%;
    }
}

@media (max-width: 991px) {
    .insight-portfolio-featured.style-01 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info {
        padding: 30px;
    }

    .insight-portfolio-featured.style-01 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .excerpt, .insight-portfolio-featured.style-01 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .more {
        display: none;
    }

    .insight-portfolio-featured.style-01 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .title a {
        font-size: 40px;
    }
}

.insight-portfolio-featured.style-02 {
    padding: 0 0 150px 0;
    background-color: #222;
    position: relative;
}

.insight-portfolio-featured.style-02 .insight-portfolio-featured-nav {
    position: absolute;
    right: 50%;
    bottom: 70px;
    z-index: 8;
    width: 40%;
    max-width: 440px;
    text-align: right;
    transform: translateX(555px);
}

.insight-portfolio-featured.style-02 .insight-portfolio-featured-nav .insight-portfolio-featured--page {
    flex-grow: 1;
}

.insight-portfolio-featured.style-02 .insight-portfolio-featured-nav .insight-portfolio-featured--page ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.insight-portfolio-featured.style-02 .insight-portfolio-featured-nav .insight-portfolio-featured--page ul li {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #ccc;
    margin: 0 0 0 30px;
    cursor: pointer;
}

.insight-portfolio-featured.style-02 .insight-portfolio-featured-nav .insight-portfolio-featured--page ul li.active {
    color: #D8B069;
}

.insight-portfolio-featured.style-02 .insight-portfolio-featured-items {
    z-index: 7;
}

.insight-portfolio-featured.style-02 .insight-portfolio-featured-items .insight-portfolio-featured-item {
    display: none;
}

.insight-portfolio-featured.style-02 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner {
    position: relative;
}

.insight-portfolio-featured.style-02 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-thumb {
    width: 100%;
    height: 800px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 7;
}

.insight-portfolio-featured.style-02 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-thumb img {
    display: none;
}

.insight-portfolio-featured.style-02 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info {
    width: 60%;
    max-width: 670px;
    padding: 50px 50px;
    position: absolute;
    bottom: -120px;
    left: 50%;
    z-index: 8;
    background-color: #222;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    transform: translateX(-555px);
}

.insight-portfolio-featured.style-02 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .cats {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
}

.insight-portfolio-featured.style-02 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .cats a {
    color: #D8B069;
}

.insight-portfolio-featured.style-02 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .cats a:hover {
    color: #D8B069;
}

.insight-portfolio-featured.style-02 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .title {
    margin-top: 10px;
}

.insight-portfolio-featured.style-02 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .title a {
    font-size: 56px;
    line-height: 1.2;
    font-weight: 600;
    color: #fff;
}

.insight-portfolio-featured.style-02 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .title a:hover {
    color: #D8B069;
}

.insight-portfolio-featured.style-02 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .excerpt {
    margin-top: 30px;
    color: #ABABAB;
    width: 100%;
    max-width: 520px;
}

.insight-portfolio-featured.style-02 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .more {
    margin-top: 30px;
}

.insight-portfolio-featured.style-02 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .more a {
    border: none;
    background-color: transparent;
    padding: 0 0 5px 0;
    line-height: 1;
    width: auto;
    height: auto;
    position: relative;
}

.insight-portfolio-featured.style-02 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .more a:hover {
    color: #D8B069;
}

.insight-portfolio-featured.style-02 .insight-portfolio-featured-items .insight-portfolio-featured-item.active {
    display: block;
}

@media (max-width: 1199px) {
    .insight-portfolio-featured.style-02 {
        padding: 0 0 55px 0;
    }

    .insight-portfolio-featured.style-02 .insight-portfolio-featured-nav {
        width: 100%;
        max-width: 100%;
        position: absolute;
        right: 0;
        bottom: 0;
        transform: translateX(0);
    }

    .insight-portfolio-featured.style-02 .insight-portfolio-featured-nav .insight-portfolio-featured--page ul {
        text-align: center;
    }

    .insight-portfolio-featured.style-02 .insight-portfolio-featured-nav .insight-portfolio-featured--page ul li {
        display: inline-block;
        margin: 0 15px;
    }

    .insight-portfolio-featured.style-02 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-thumb {
        width: 100%;
        height: 480px;
    }

    .insight-portfolio-featured.style-02 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info {
        width: 90%;
        right: 5%;
        bottom: 5%;
        transform: translateX(-50%);
    }

    .insight-portfolio-featured.style-02 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .title a {
        font-size: 34px;
    }

    .insight-portfolio-featured.style-02 .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .excerpt {
        display: none;
    }
}

.insight-portfolio-featured.style-02.color-light {
    background-color: #fff;
}

.insight-portfolio-featured.style-02.color-light .insight-portfolio-featured-nav .insight-portfolio-featured--page ul li {
    color: #7E7E7E;
}

.insight-portfolio-featured.style-02.color-light .insight-portfolio-featured-nav .insight-portfolio-featured--page ul li.active {
    color: #D8B069;
}

.insight-portfolio-featured.style-02.color-light .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info {
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.insight-portfolio-featured.style-02.color-light .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .title a {
    color: #333;
}

.insight-portfolio-featured.style-02.color-light .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .title a:hover {
    color: #D8B069;
}

.insight-portfolio-featured.style-02.color-light .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .excerpt {
    color: #7E7E7E;
}

.insight-portfolio-featured.style-02.color-light .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .more a {
    border: none;
    background-color: transparent;
    padding: 0 0 5px 0;
    line-height: 1;
    width: auto;
    height: auto;
    position: relative;
    color: #333;
}

.insight-portfolio-featured.style-02.color-light .insight-portfolio-featured-items .insight-portfolio-featured-item .insight-portfolio-featured-item-inner .insight-portfolio-featured-item-info .more a:hover {
    color: #D8B069;
}

.insight-portfolio-filter .insight-nav {
    position: relative;
    margin-bottom: 35px;
    padding-left: 15px;
    padding-right: 15px;
}

.insight-portfolio-filter .insight-nav .insight-filter ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.insight-portfolio-filter .insight-nav .insight-filter ul li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
}

.insight-portfolio-filter .insight-nav .insight-filter ul li a {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    padding: 0 25px;
    background-color: #f8f8f8;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
}

.insight-portfolio-filter .insight-nav .insight-filter ul li a.active {
    color: #333;
    background-color: #D8B069;
}

@media (max-width: 991px) {
    .insight-portfolio-filter .insight-nav .insight-filter ul li {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    .insight-portfolio-filter .insight-nav .insight-filter ul li a {
        display: block;
    }
}

.insight-portfolio-filter .insight-pager {
    position: relative;
    display: block;
    padding: 0 30px;
    margin-top: 30px;
    width: 100%;
    text-align: center;
}

.insight-portfolio-filter .insight-pager a {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    text-align: center;
    padding: 0 8px 8px 8px;
    border-bottom: 2px solid transparent;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    color: #ccc;
    transition: all 0.5s;
}

.insight-portfolio-filter .insight-pager a.active, .insight-portfolio-filter .insight-pager a:hover {
    color: #333;
    border-bottom-color: #D8B069;
}

.insight-portfolio-filter.style-01 {
    display: block;
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
}

.insight-portfolio-filter.style-01 .insight-items {
    display: block;
    width: 100% !important;
}

.insight-portfolio-filter.style-01 .insight-items .grid-sizer, .insight-portfolio-filter.style-01 .insight-items .insight-item {
    width: 33.33%;
}

@media (max-width: 1199px) {
    .insight-portfolio-filter.style-01 .insight-items .grid-sizer, .insight-portfolio-filter.style-01 .insight-items .insight-item {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .insight-portfolio-filter.style-01 .insight-items .grid-sizer, .insight-portfolio-filter.style-01 .insight-items .insight-item {
        width: 100%;
    }
}

.insight-portfolio-filter.style-01 .insight-items .insight-item {
    padding: 15px;
    text-align: center;
}

.insight-portfolio-filter.style-01 .insight-items .insight-item .insight-item-inner {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}

.insight-portfolio-filter.style-01 .insight-items .insight-item .insight-item-inner .insight-item-thumb a {
    display: block;
    overflow: hidden;
}

.insight-portfolio-filter.style-01 .insight-items .insight-item .insight-item-inner .insight-item-thumb a img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.insight-portfolio-filter.style-01 .insight-items .insight-item .insight-item-inner .insight-item-thumb a:hover img {
    transform: scale(1.1);
}

.insight-portfolio-filter.style-01 .insight-items .insight-item .insight-item-inner .insight-item-info {
    display: block;
    padding: 30px 0;
    width: 100%;
    color: #333;
}

.insight-portfolio-filter.style-01 .insight-items .insight-item .insight-item-inner .insight-item-info .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
}

.insight-portfolio-filter.style-01 .insight-items .insight-item .insight-item-inner .insight-item-info .title a {
    color: #333;
}

.insight-portfolio-filter.style-01 .insight-items .insight-item .insight-item-inner .insight-item-info .title a:hover {
    color: #D8B069;
}

.insight-portfolio-filter.style-01 .insight-items .insight-item .insight-item-inner .insight-item-info .cats {
    font-weight: 400;
    font-size: 13px;
    margin-top: 10px;
}

.insight-portfolio-filter.style-01 .insight-items .insight-item .insight-item-inner .insight-item-info .cats a {
    color: #7E7E7E;
}

.insight-portfolio-filter.style-01 .insight-items .insight-item .insight-item-inner .insight-item-info .cats a:hover {
    color: #D8B069;
}

.insight-portfolio-filter.style-02 {
    display: block;
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
}

.insight-portfolio-filter.style-02 .insight-items {
    display: block;
    width: 100% !important;
}

.insight-portfolio-filter.style-02 .insight-items .grid-sizer, .insight-portfolio-filter.style-02 .insight-items .insight-item {
    width: 25%;
}

.insight-portfolio-filter.style-02 .insight-items .grid-sizer.insight-item-w2, .insight-portfolio-filter.style-02 .insight-items .insight-item.insight-item-w2 {
    width: 50%;
}

@media (max-width: 991px) {
    .insight-portfolio-filter.style-02 .insight-items .grid-sizer, .insight-portfolio-filter.style-02 .insight-items .insight-item {
        width: 100% !important;
    }
}

.insight-portfolio-filter.style-02 .insight-items .insight-item {
    padding: 15px;
}

.insight-portfolio-filter.style-02 .insight-items .insight-item .insight-item-inner {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}

.insight-portfolio-filter.style-02 .insight-items .insight-item .insight-item-inner .insight-item-thumb a {
    display: block;
    overflow: hidden;
}

.insight-portfolio-filter.style-02 .insight-items .insight-item .insight-item-inner .insight-item-thumb a img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.insight-portfolio-filter.style-02 .insight-items .insight-item .insight-item-inner .insight-item-thumb a:hover img {
    transform: scale(1.1);
}

.insight-portfolio-filter.style-02 .insight-items .insight-item .insight-item-inner .insight-item-info {
    display: block;
    text-align: center;
    width: calc(100% - 40px);
    position: absolute;
    left: 20px;
    bottom: 20px;
    padding: 30px;
    background-color: #fff;
    color: #333;
    opacity: 0;
    transition: all 0.5s;
}

.insight-portfolio-filter.style-02 .insight-items .insight-item .insight-item-inner .insight-item-info .cats {
    font-weight: 400;
    font-size: 13px;
}

.insight-portfolio-filter.style-02 .insight-items .insight-item .insight-item-inner .insight-item-info .cats a {
    color: #7E7E7E;
}

.insight-portfolio-filter.style-02 .insight-items .insight-item .insight-item-inner .insight-item-info .cats a:hover {
    color: #333;
}

.insight-portfolio-filter.style-02 .insight-items .insight-item .insight-item-inner .insight-item-info .title {
    font-weight: 600;
    font-size: 18px;
}

.insight-portfolio-filter.style-02 .insight-items .insight-item .insight-item-inner .insight-item-info .title a {
    color: #333;
}

.insight-portfolio-filter.style-02 .insight-items .insight-item .insight-item-inner .insight-item-info .title a:hover {
    color: #D8B069;
}

.insight-portfolio-filter.style-02 .insight-items .insight-item:hover .insight-item-inner .insight-item-info {
    opacity: 1;
}

.insight-portfolio-filter.style-03 {
    display: block;
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
}

.insight-portfolio-filter.style-03 .insight-items {
    display: block;
    width: 100% !important;
}

.insight-portfolio-filter.style-03 .insight-items .grid-sizer, .insight-portfolio-filter.style-03 .insight-items .insight-item {
    width: 25%;
}

@media (max-width: 1199px) {
    .insight-portfolio-filter.style-03 .insight-items .grid-sizer, .insight-portfolio-filter.style-03 .insight-items .insight-item {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .insight-portfolio-filter.style-03 .insight-items .grid-sizer, .insight-portfolio-filter.style-03 .insight-items .insight-item {
        width: 100%;
    }
}

.insight-portfolio-filter.style-03 .insight-items .insight-item {
    padding: 15px;
}

.insight-portfolio-filter.style-03 .insight-items .insight-item .insight-item-inner {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}

.insight-portfolio-filter.style-03 .insight-items .insight-item .insight-item-inner .insight-item-thumb a {
    display: block;
    overflow: hidden;
}

.insight-portfolio-filter.style-03 .insight-items .insight-item .insight-item-inner .insight-item-thumb a img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.insight-portfolio-filter.style-03 .insight-items .insight-item .insight-item-inner .insight-item-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    text-align: center;
    top: 20px;
    left: 20px;
    padding: 30px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 6;
    transition: all 0.5s;
    opacity: 0;
}

.insight-portfolio-filter.style-03 .insight-items .insight-item .insight-item-inner .insight-item-info .cats {
    order: 1;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}

.insight-portfolio-filter.style-03 .insight-items .insight-item .insight-item-inner .insight-item-info .cats a {
    color: #D8B069;
}

.insight-portfolio-filter.style-03 .insight-items .insight-item .insight-item-inner .insight-item-info .cats a:hover {
    color: #D8B069;
}

.insight-portfolio-filter.style-03 .insight-items .insight-item .insight-item-inner .insight-item-info .title {
    order: 2;
    font-weight: 600;
    font-size: 40px;
    line-height: 56px;
}

.insight-portfolio-filter.style-03 .insight-items .insight-item .insight-item-inner .insight-item-info .title a {
    color: #333;
}

.insight-portfolio-filter.style-03 .insight-items .insight-item .insight-item-inner .insight-item-info .title a:hover {
    color: #D8B069;
}

.insight-portfolio-filter.style-03 .insight-items .insight-item:hover .insight-item-inner .insight-item-thumb img {
    transform: scale(1.1);
}

.insight-portfolio-filter.style-03 .insight-items .insight-item:hover .insight-item-inner .insight-item-info {
    opacity: 1;
}

.insight-portfolio-filter.style-04 {
    display: block;
    position: relative;
}

.insight-portfolio-filter.style-04 .insight-nav {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 100px;
}

.insight-portfolio-filter.style-04 .insight-items {
    display: block;
    width: 100% !important;
}

.insight-portfolio-filter.style-04 .insight-items .grid-sizer, .insight-portfolio-filter.style-04 .insight-items .insight-item {
    width: 100%;
}

.insight-portfolio-filter.style-04 .insight-items .insight-item {
    margin-bottom: 100px;
}

.insight-portfolio-filter.style-04 .insight-items .insight-item .insight-item-inner {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
}

.insight-portfolio-filter.style-04 .insight-items .insight-item .insight-item-inner .insight-item-thumb {
    width: 60%;
    order: 1;
}

.insight-portfolio-filter.style-04 .insight-items .insight-item .insight-item-inner .insight-item-thumb a {
    display: block;
    overflow: hidden;
}

.insight-portfolio-filter.style-04 .insight-items .insight-item .insight-item-inner .insight-item-thumb a img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.insight-portfolio-filter.style-04 .insight-items .insight-item .insight-item-inner .insight-item-info {
    display: flex;
    flex-direction: column;
    padding-left: 100px;
    width: 40%;
    order: 2;
}

.insight-portfolio-filter.style-04 .insight-items .insight-item .insight-item-inner .insight-item-info .cats {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    order: 1;
}

.insight-portfolio-filter.style-04 .insight-items .insight-item .insight-item-inner .insight-item-info .cats a {
    color: #D8B069;
}

.insight-portfolio-filter.style-04 .insight-items .insight-item .insight-item-inner .insight-item-info .cats a:hover {
    color: #D8B069;
}

.insight-portfolio-filter.style-04 .insight-items .insight-item .insight-item-inner .insight-item-info .title {
    order: 2;
    font-weight: 600;
    font-size: 40px;
    line-height: 56px;
}

.insight-portfolio-filter.style-04 .insight-items .insight-item .insight-item-inner .insight-item-info .title a {
    color: #333;
}

.insight-portfolio-filter.style-04 .insight-items .insight-item .insight-item-inner .insight-item-info .title a:hover {
    color: #D8B069;
}

.insight-portfolio-filter.style-04 .insight-items .insight-item .insight-item-inner .insight-item-info .excerpt {
    order: 3;
    margin-top: 20px;
    font-size: 15px;
}

.insight-portfolio-filter.style-04 .insight-items .insight-item .insight-item-inner .insight-item-info .more {
    order: 4;
    margin-top: 20px;
}

.insight-portfolio-filter.style-04 .insight-items .insight-item .insight-item-inner .insight-item-info .more a {
    color: #333;
    display: inline-block;
    border: none;
    background-color: transparent;
    padding: 0 0 5px 0;
    line-height: 1;
    width: auto;
    height: auto;
    position: relative;
}

.insight-portfolio-filter.style-04 .insight-items .insight-item .insight-item-inner .insight-item-info .more a:before {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    background-color: #333;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
}

.insight-portfolio-filter.style-04 .insight-items .insight-item .insight-item-inner .insight-item-info .more a:hover:before {
    width: 100%;
}

.insight-portfolio-filter.style-04 .insight-items .insight-item:nth-child(even) .insight-item-inner .insight-item-thumb {
    order: 2;
}

.insight-portfolio-filter.style-04 .insight-items .insight-item:nth-child(even) .insight-item-inner .insight-item-info {
    order: 1;
    padding-left: 0;
    padding-right: 100px;
}

.insight-portfolio-filter.style-04 .insight-items .insight-item:last-child {
    margin-bottom: 0;
}

.insight-portfolio-filter.style-04 .insight-items .insight-item:hover .insight-item-inner .insight-item-thumb img {
    transform: scale(1.1);
}

@media (max-width: 991px) {
    .insight-portfolio-filter.style-04 .insight-items .insight-item .insight-item-inner {
        flex-direction: column;
    }

    .insight-portfolio-filter.style-04 .insight-items .insight-item .insight-item-inner .insight-item-thumb {
        width: 100%;
        margin-bottom: 30px;
        order: 1 !important;
    }

    .insight-portfolio-filter.style-04 .insight-items .insight-item .insight-item-inner .insight-item-info {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        order: 2 !important;
    }
}

.insight-portfolio-filter.style-05 {
    display: block;
    position: relative;
    margin-right: -5px;
    margin-left: -5px;
}

.insight-portfolio-filter.style-05 .insight-nav {
    padding-left: 100px;
    padding-right: 100px;
}

.insight-portfolio-filter.style-05 .insight-items {
    display: block;
    width: 100% !important;
}

.insight-portfolio-filter.style-05 .insight-items .grid-sizer, .insight-portfolio-filter.style-05 .insight-items .insight-item {
    width: 25%;
}

@media (max-width: 1199px) {
    .insight-portfolio-filter.style-05 .insight-items .grid-sizer, .insight-portfolio-filter.style-05 .insight-items .insight-item {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .insight-portfolio-filter.style-05 .insight-items .grid-sizer, .insight-portfolio-filter.style-05 .insight-items .insight-item {
        width: 100%;
    }
}

.insight-portfolio-filter.style-05 .insight-items .insight-item {
    padding: 5px;
}

.insight-portfolio-filter.style-05 .insight-items .insight-item .insight-item-inner {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}

.insight-portfolio-filter.style-05 .insight-items .insight-item .insight-item-inner .insight-item-thumb a {
    display: block;
    overflow: hidden;
}

.insight-portfolio-filter.style-05 .insight-items .insight-item .insight-item-inner .insight-item-thumb a img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.insight-portfolio-filter.style-05 .insight-items .insight-item .insight-item-inner .insight-item-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    text-align: center;
    top: 20px;
    left: 20px;
    padding: 30px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 6;
    transition: all 0.5s;
    opacity: 0;
}

.insight-portfolio-filter.style-05 .insight-items .insight-item .insight-item-inner .insight-item-info .cats {
    order: 1;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
}

.insight-portfolio-filter.style-05 .insight-items .insight-item .insight-item-inner .insight-item-info .cats a {
    color: #D8B069;
}

.insight-portfolio-filter.style-05 .insight-items .insight-item .insight-item-inner .insight-item-info .cats a:hover {
    color: #D8B069;
}

.insight-portfolio-filter.style-05 .insight-items .insight-item .insight-item-inner .insight-item-info .title {
    order: 2;
    font-weight: 600;
    font-size: 40px;
    line-height: 56px;
}

.insight-portfolio-filter.style-05 .insight-items .insight-item .insight-item-inner .insight-item-info .title a {
    color: #333;
}

.insight-portfolio-filter.style-05 .insight-items .insight-item .insight-item-inner .insight-item-info .title a:hover {
    color: #D8B069;
}

.insight-portfolio-filter.style-05 .insight-items .insight-item:hover .insight-item-inner .insight-item-thumb img {
    transform: scale(1.1);
}

.insight-portfolio-filter.style-05 .insight-items .insight-item:hover .insight-item-inner .insight-item-info {
    opacity: 1;
}

.insight-portfolio-filter.style-06 {
    display: block;
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
}

.insight-portfolio-filter.style-06 .insight-items {
    display: block;
    width: 100% !important;
}

.insight-portfolio-filter.style-06 .insight-items .grid-sizer, .insight-portfolio-filter.style-06 .insight-items .insight-item {
    width: 25%;
}

@media (max-width: 1199px) {
    .insight-portfolio-filter.style-06 .insight-items .grid-sizer, .insight-portfolio-filter.style-06 .insight-items .insight-item {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .insight-portfolio-filter.style-06 .insight-items .grid-sizer, .insight-portfolio-filter.style-06 .insight-items .insight-item {
        width: 100%;
    }
}

.insight-portfolio-filter.style-06 .insight-items .insight-item {
    padding: 15px;
}

.insight-portfolio-filter.style-06 .insight-items .insight-item .insight-item-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.insight-portfolio-filter.style-06 .insight-items .insight-item .insight-item-inner .insight-item-thumb {
    position: relative;
    display: block;
}

.insight-portfolio-filter.style-06 .insight-items .insight-item .insight-item-inner .insight-item-thumb img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.insight-portfolio-filter.style-06 .insight-items .insight-item .insight-item-inner .insight-item-thumb:before, .insight-portfolio-filter.style-06 .insight-items .insight-item .insight-item-inner .insight-item-thumb:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 9;
    transition: all 0.5s;
}

.insight-portfolio-filter.style-06 .insight-items .insight-item .insight-item-inner .insight-item-thumb:before {
    border-top: 3px solid #D8B069;
    border-bottom: 3px solid #D8B069;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.insight-portfolio-filter.style-06 .insight-items .insight-item .insight-item-inner .insight-item-thumb:after {
    border-left: 3px solid #D8B069;
    border-right: 3px solid #D8B069;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.insight-portfolio-filter.style-06 .insight-items .insight-item .insight-item-inner .insight-item-info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: auto;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: 30px;
    background-color: #fff;
    color: #333;
    transition: all 0.5s;
}

.insight-portfolio-filter.style-06 .insight-items .insight-item .insight-item-inner .insight-item-info .title {
    order: 2;
    font-weight: 600;
    font-size: 24px;
}

.insight-portfolio-filter.style-06 .insight-items .insight-item .insight-item-inner .insight-item-info .title a {
    color: #333;
}

.insight-portfolio-filter.style-06 .insight-items .insight-item .insight-item-inner .insight-item-info .title a:hover {
    color: #D8B069;
}

.insight-portfolio-filter.style-06 .insight-items .insight-item .insight-item-inner .insight-item-info .cats {
    order: 1;
    font-weight: 600;
    font-size: 13px;
}

.insight-portfolio-filter.style-06 .insight-items .insight-item .insight-item-inner .insight-item-info .cats a {
    color: #D8B069;
    text-transform: uppercase;
}

.insight-portfolio-filter.style-06 .insight-items .insight-item .insight-item-inner .insight-item-info .cats a:hover {
    color: #D8B069;
}

.insight-portfolio-filter.style-06 .insight-items .insight-item:hover .insight-item-inner .insight-item-thumb img {
    transform: scale(1.1);
}

.insight-portfolio-filter.style-06 .insight-items .insight-item:hover .insight-item-inner .insight-item-thumb:before, .insight-portfolio-filter.style-06 .insight-items .insight-item:hover .insight-item-inner .insight-item-thumb:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.insight-portfolio-filter.style-06 .insight-items .insight-item:hover .insight-item-inner .insight-item-info {
    background-color: #D8B069;
}

.insight-portfolio-filter.style-06 .insight-items .insight-item:hover .insight-item-inner .insight-item-info .title a, .insight-portfolio-filter.style-06 .insight-items .insight-item:hover .insight-item-inner .insight-item-info .cats a {
    color: #333;
}

.insight-portfolio-filter.style-07 {
    display: block;
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
}

.insight-portfolio-filter.style-07 .insight-items {
    display: block;
    width: 100% !important;
}

.insight-portfolio-filter.style-07 .insight-items .grid-sizer, .insight-portfolio-filter.style-07 .insight-items .insight-item {
    width: 25%;
}

.insight-portfolio-filter.style-07 .insight-items .grid-sizer.insight-item-w2, .insight-portfolio-filter.style-07 .insight-items .insight-item.insight-item-w2 {
    width: 50%;
}

@media (max-width: 991px) {
    .insight-portfolio-filter.style-07 .insight-items .grid-sizer, .insight-portfolio-filter.style-07 .insight-items .insight-item {
        width: 100% !important;
    }
}

.insight-portfolio-filter.style-07 .insight-items .insight-item {
    padding: 15px;
}

.insight-portfolio-filter.style-07 .insight-items .insight-item .insight-item-inner {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}

.insight-portfolio-filter.style-07 .insight-items .insight-item .insight-item-inner .insight-item-thumb a {
    display: block;
    overflow: hidden;
}

.insight-portfolio-filter.style-07 .insight-items .insight-item .insight-item-inner .insight-item-thumb a img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.insight-portfolio-filter.style-07 .insight-items .insight-item .insight-item-inner .insight-item-thumb a:hover img {
    transform: scale(1.1);
}

.insight-portfolio-filter.style-07 .insight-items .insight-item .insight-item-inner .insight-item-info {
    display: block;
    text-align: left;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px 0;
    background-color: #fff;
    color: #333;
    transition: all 0.5s;
}

.insight-portfolio-filter.style-07 .insight-items .insight-item .insight-item-inner .insight-item-info .cats {
    font-weight: 400;
    font-size: 13px;
}

.insight-portfolio-filter.style-07 .insight-items .insight-item .insight-item-inner .insight-item-info .cats a {
    color: #7E7E7E;
}

.insight-portfolio-filter.style-07 .insight-items .insight-item .insight-item-inner .insight-item-info .cats a:hover {
    color: #333;
}

.insight-portfolio-filter.style-07 .insight-items .insight-item .insight-item-inner .insight-item-info .title {
    font-weight: 600;
    font-size: 18px;
}

.insight-portfolio-filter.style-07 .insight-items .insight-item .insight-item-inner .insight-item-info .title a {
    color: #333;
}

.insight-portfolio-filter.style-07 .insight-items .insight-item .insight-item-inner .insight-item-info .title a:hover {
    color: #D8B069;
}

.insight-portfolio-filter.style-07 .insight-items .insight-item:hover .insight-item-inner .insight-item-info {
    opacity: 1;
}

.insight-portfolio-info {
    width: 100%;
}

.insight-portfolio-info-item {
    margin-bottom: 40px;
}

.insight-portfolio-info-item .name {
    font-weight: 700;
    color: #333;
}

.insight-portfolio-info-item.share .name, .insight-portfolio-info-item.share .value {
    display: inline-block;
}

.insight-portfolio-info-item.share a {
    color: #333;
    margin-left: 20px;
}

.insight-portfolio-info-item.share a:hover {
    color: #D8B069;
}

.insight-portfolio-list.style-01 .insight-portfolio-list-item .insight-portfolio-list-item-thumb {
    padding: 0;
    overflow: hidden;
}

.insight-portfolio-list.style-01 .insight-portfolio-list-item .insight-portfolio-list-item-thumb img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.insight-portfolio-list.style-01 .insight-portfolio-list-item .insight-portfolio-list-item-info {
    padding: 60px 0;
    text-align: center;
}

.insight-portfolio-list.style-01 .insight-portfolio-list-item .insight-portfolio-list-item-info .title {
    font-size: 70px;
    font-weight: 700;
    color: #212121;
    line-height: 1;
}

.insight-portfolio-list.style-01 .insight-portfolio-list-item .insight-portfolio-list-item-info .category {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #888;
}

.insight-portfolio-list.style-01 .insight-portfolio-list-item .insight-portfolio-list-item-info .category a {
    color: #888;
}

.insight-portfolio-list.style-01 .insight-portfolio-list-item .insight-portfolio-list-item-info .category a:hover {
    color: #D8B069;
}

.insight-portfolio-list.style-01 .insight-portfolio-list-item .insight-portfolio-list-item-info .more {
    margin-top: 80px;
}

.insight-portfolio-list.style-01 .insight-portfolio-list-item .insight-portfolio-list-item-info .more a {
    display: inline-block;
    height: 62px;
    line-height: 62px;
    padding: 0 30px;
    background-color: #D8B069;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.insight-portfolio-list.style-01 .insight-portfolio-list-item .insight-portfolio-list-item-info .more a:after {
    content: '\e900';
    font-family: 'tri-o';
    font-size: 14px;
    display: inline-block;
    margin-left: 15px;
}

.insight-portfolio-list.style-01 .insight-portfolio-list-item .insight-portfolio-list-item-info .more a:hover {
    background-color: #333;
}

.insight-portfolio-list.style-01 .insight-portfolio-list-item:nth-child(even) .col-md-6:first-child {
    order: 1;
}

.insight-portfolio-list.style-01 .insight-portfolio-list-item:hover .insight-portfolio-list-item-thumb img {
    transform: scale(1.1);
}

.insight-portfolio-list.style-02 .row .insight-portfolio-list-item .insight-portfolio-list-item-thumb {
    padding: 0;
    overflow: hidden;
}

.insight-portfolio-list.style-02 .row .insight-portfolio-list-item .insight-portfolio-list-item-thumb img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.insight-portfolio-list.style-02 .row .insight-portfolio-list-item .insight-portfolio-list-item-info {
    padding: 60px 0;
    text-align: center;
}

.insight-portfolio-list.style-02 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .title {
    font-size: 40px;
    font-weight: 700;
    color: #212121;
    line-height: 1;
}

.insight-portfolio-list.style-02 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .category {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #888;
}

.insight-portfolio-list.style-02 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .category a {
    color: #888;
}

.insight-portfolio-list.style-02 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .category a:hover {
    color: #D8B069;
}

.insight-portfolio-list.style-02 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .more {
    margin-top: 80px;
}

.insight-portfolio-list.style-02 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .more a {
    display: inline-block;
    height: 62px;
    line-height: 62px;
    padding: 0 30px;
    background-color: #D8B069;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.insight-portfolio-list.style-02 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .more a:after {
    content: '\e900';
    font-family: 'tri-o';
    font-size: 14px;
    display: inline-block;
    margin-left: 15px;
}

.insight-portfolio-list.style-02 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .more a:hover {
    background-color: #333;
}

.insight-portfolio-list.style-02 .row .insight-portfolio-list-item:hover .insight-portfolio-list-item-thumb img {
    transform: scale(1.1);
}

.insight-portfolio-list.style-02 .row:nth-child(even) .col-md-6:first-child {
    order: 1;
}

.insight-portfolio-list.style-03 .row .insight-portfolio-list-item .insight-portfolio-list-item-thumb {
    padding: 0;
    overflow: hidden;
}

.insight-portfolio-list.style-03 .row .insight-portfolio-list-item .insight-portfolio-list-item-thumb img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.insight-portfolio-list.style-03 .row .insight-portfolio-list-item .insight-portfolio-list-item-info {
    padding: 120px 100px;
}

.insight-portfolio-list.style-03 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .title {
    font-size: 40px;
    font-weight: 700;
    color: #212121;
    line-height: 1;
}

.insight-portfolio-list.style-03 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .category {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #888;
}

.insight-portfolio-list.style-03 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .category a {
    color: #888;
}

.insight-portfolio-list.style-03 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .category a:hover {
    color: #D8B069;
}

.insight-portfolio-list.style-03 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .more a {
    display: inline-block;
    height: 62px;
    line-height: 62px;
    padding: 0 30px;
    background-color: #D8B069;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.insight-portfolio-list.style-03 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .more a:after {
    content: '\e900';
    font-family: 'tri-o';
    font-size: 14px;
    display: inline-block;
    margin-left: 15px;
}

.insight-portfolio-list.style-03 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .more a:hover {
    background-color: #333;
}

.insight-portfolio-list.style-03 .row .insight-portfolio-list-item:hover .insight-portfolio-list-item-thumb img {
    transform: scale(1.1);
}

.insight-portfolio-list.style-03 .row .insight-portfolio-list-item:nth-child(even) .col-md-12:first-child {
    order: 1;
}

.insight-portfolio-list.style-04 .row .insight-portfolio-list-item .insight-portfolio-list-item-thumb {
    padding: 0;
    overflow: hidden;
}

.insight-portfolio-list.style-04 .row .insight-portfolio-list-item .insight-portfolio-list-item-thumb img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.insight-portfolio-list.style-04 .row .insight-portfolio-list-item .insight-portfolio-list-item-info {
    padding: 60px 50px;
}

.insight-portfolio-list.style-04 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .title {
    font-size: 40px;
    font-weight: 700;
    color: #212121;
    line-height: 1;
}

.insight-portfolio-list.style-04 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .category {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #888;
}

.insight-portfolio-list.style-04 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .category a {
    color: #888;
}

.insight-portfolio-list.style-04 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .category a:hover {
    color: #D8B069;
}

.insight-portfolio-list.style-04 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .more a {
    display: inline-block;
    height: 62px;
    line-height: 62px;
    padding: 0 30px;
    background-color: #D8B069;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.insight-portfolio-list.style-04 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .more a:after {
    content: '\e900';
    font-family: 'tri-o';
    font-size: 14px;
    display: inline-block;
    margin-left: 15px;
}

.insight-portfolio-list.style-04 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .more a:hover {
    background-color: #333;
}

.insight-portfolio-list.style-04 .row .insight-portfolio-list-item:hover .insight-portfolio-list-item-thumb img {
    transform: scale(1.1);
}

.insight-portfolio-list.style-04 .row .insight-portfolio-list-item:nth-child(even) .col-md-12:first-child {
    order: 1;
}

@media (max-width: 767px) {
    .insight-portfolio-list.style-01 .insight-portfolio-list-item .insight-portfolio-list-item-info {
        text-align: center;
        padding: 60px 30px;
    }

    .insight-portfolio-list.style-01 .insight-portfolio-list-item .insight-portfolio-list-item-info .more {
        margin-top: 30px;
    }

    .insight-portfolio-list.style-01 .insight-portfolio-list-item:nth-child(even) .col-md-6:first-child {
        order: 0;
    }

    .insight-portfolio-list.style-02 .row .insight-portfolio-list-item .insight-portfolio-list-item-info {
        text-align: center;
        padding: 60px 30px;
    }

    .insight-portfolio-list.style-02 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .more {
        margin-top: 30px;
    }

    .insight-portfolio-list.style-02 .row:nth-child(even) .col-md-6:first-child {
        order: 0;
    }

    .insight-portfolio-list.style-03 .row .insight-portfolio-list-item .insight-portfolio-list-item-info {
        text-align: center;
        padding: 60px 30px;
    }

    .insight-portfolio-list.style-03 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .more {
        margin-top: 30px;
    }

    .insight-portfolio-list.style-03 .row .insight-portfolio-list-item:nth-child(even) .col-md-12:first-child {
        order: 0;
    }

    .insight-portfolio-list.style-04 .row .insight-portfolio-list-item .insight-portfolio-list-item-info {
        text-align: center;
        padding: 60px 30px;
    }

    .insight-portfolio-list.style-04 .row .insight-portfolio-list-item .insight-portfolio-list-item-info .more {
        margin-top: 30px;
    }

    .insight-portfolio-list.style-04 .row .insight-portfolio-list-item:nth-child(even) .col-md-12:first-child {
        order: 0;
    }
}

.insight-portfolio-navigation {
    padding: 0;
    margin: 0;
}

.insight-portfolio-navigation a.title {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    position: relative;
}

.insight-portfolio-navigation a.title:before {
    font-family: "Font Awesome 5 Pro";
    font-size: 15px;
    line-height: 1;
    color: #fff;
    position: absolute;
    top: 10px;
}

.insight-portfolio-navigation a.title:hover {
    color: #D8B069;
}

.insight-portfolio-navigation .row {
    align-items: center;
}

.insight-portfolio-navigation .col-left {
    text-align: left;
}

.insight-portfolio-navigation .col-left a.title {
    padding-left: 40px;
}

.insight-portfolio-navigation .col-left a.title:before {
    content: '\f060';
    left: 0;
}

.insight-portfolio-navigation .col-left .cats {
    display: block;
    padding-left: 40px;
}

.insight-portfolio-navigation .col-center {
    text-align: center;
    font-size: 22px;
    color: #fff;
}

.insight-portfolio-navigation .col-center a {
    color: #fff;
}

.insight-portfolio-navigation .col-center a:hover {
    color: #D8B069;
}

.insight-portfolio-navigation .col-right {
    text-align: right;
}

.insight-portfolio-navigation .col-right a.title {
    padding-right: 40px;
}

.insight-portfolio-navigation .col-right a.title:before {
    content: '\f061';
    right: 0;
}

.insight-portfolio-navigation .col-right .cats {
    display: block;
    padding-right: 40px;
}

.insight-portfolio-related .title {
    font-size: 34px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
}

.insight-portfolio-related .items {
    display: block;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 70px;
}

.insight-portfolio-related .items .item {
    outline: none;
    padding: 0 15px;
    margin: 0;
    text-align: center;
}

.insight-portfolio-related .items .item .thumbnail a {
    display: block;
    overflow: hidden;
}

.insight-portfolio-related .items .item .thumbnail a img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.insight-portfolio-related .items .item .thumbnail a:hover img {
    transform: scale(1.1);
}

.insight-portfolio-related .items .item .cats {
    display: block;
    margin-top: 5px;
}

.insight-portfolio-related .items .item .cats a {
    font-size: 13px;
    font-weight: 400;
    color: #7E7E7E;
}

.insight-portfolio-related .items .item .cats a:hover {
    color: #D8B069;
}

.insight-portfolio-related .items .item .title {
    font-size: 24px;
    font-weight: 600;
    text-transform: none;
    display: block;
    margin-top: 20px;
}

.insight-portfolio-related .items .item .title a {
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

.insight-portfolio-related .items .item .title a:hover {
    color: #D8B069;
}

.insight-portfolio-related .items .slick-arrow {
    top: -17px;
    width: auto;
    height: 18px;
    line-height: 18px;
}

.insight-portfolio-related .items .slick-arrow:before {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #333;
    opacity: .2;
    transition: all 0.5s;
}

.insight-portfolio-related .items .slick-arrow.slick-prev {
    left: auto;
    right: 100px;
}

.insight-portfolio-related .items .slick-arrow.slick-prev:before {
    content: 'PREV';
}

.insight-portfolio-related .items .slick-arrow.slick-next {
    left: auto;
    right: 15px;
    padding-left: 20px;
    border-left: 1px solid #ccc;
}

.insight-portfolio-related .items .slick-arrow.slick-next:before {
    content: 'NEXT';
}

.insight-portfolio-related .items .slick-arrow:hover:before {
    opacity: 1;
}

@media (max-width: 991px) {
    .insight-portfolio-related .cats, .insight-portfolio-related .title {
        text-align: center;
    }

    .insight-portfolio-related .items .slick-arrow {
        top: 30px;
    }

    .insight-portfolio-related .items .slick-arrow.slick-prev, .insight-portfolio-related .items .slick-arrow.slick-next {
        right: auto;
        left: 50%;
    }

    .insight-portfolio-related .items .slick-arrow.slick-prev {
        transform: translateX(-100%);
        padding-right: 10px;
    }

    .insight-portfolio-related .items .slick-arrow.slick-next {
        padding-left: 10px;
    }
}

.insight-portfolio-single {
    display: block;
    width: 100%;
    padding: 0;
}

.insight-portfolio-single .insight-portfolio-single-inner {
    max-width: 100%;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.insight-portfolio-single .insight-portfolio-single-inner .insight-portfolio-single-thumb {
    position: relative;
    display: block;
}

.insight-portfolio-single .insight-portfolio-single-inner .insight-portfolio-single-thumb img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.insight-portfolio-single .insight-portfolio-single-inner .insight-portfolio-single-thumb .insight-portfolio-single-info {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    padding: 0;
    max-width: 100%;
}

.insight-portfolio-single .insight-portfolio-single-inner .insight-portfolio-single-thumb .insight-portfolio-single-info .insight-portfolio-single-info-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    overflow: hidden;
    padding: 30px 50px;
    background-color: #fff;
    color: #333;
    transition: all 0.5s;
}

.insight-portfolio-single .insight-portfolio-single-inner .insight-portfolio-single-thumb .insight-portfolio-single-info .insight-portfolio-single-info-inner .title {
    text-align: left;
    font-weight: 600;
    font-size: 24px;
}

.insight-portfolio-single .insight-portfolio-single-inner .insight-portfolio-single-thumb .insight-portfolio-single-info .insight-portfolio-single-info-inner .title a {
    color: #333;
}

.insight-portfolio-single .insight-portfolio-single-inner .insight-portfolio-single-thumb .insight-portfolio-single-info .insight-portfolio-single-info-inner .title a:after {
    display: inline-block;
    content: "";
    font-family: "Font Awesome 5 Pro";
    margin-left: 10px;
    font-size: 18px;
    line-height: 1;
    vertical-align: middle;
}

.insight-portfolio-single .insight-portfolio-single-inner .insight-portfolio-single-thumb .insight-portfolio-single-info .insight-portfolio-single-info-inner .title a:hover {
    color: #D8B069;
}

.insight-portfolio-single .insight-portfolio-single-inner .insight-portfolio-single-thumb:before, .insight-portfolio-single .insight-portfolio-single-inner .insight-portfolio-single-thumb:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 9;
    transition: all 0.5s;
}

.insight-portfolio-single .insight-portfolio-single-inner .insight-portfolio-single-thumb:before {
    border-top: 3px solid #D8B069;
    border-bottom: 3px solid #D8B069;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.insight-portfolio-single .insight-portfolio-single-inner .insight-portfolio-single-thumb:after {
    border-left: 3px solid #D8B069;
    border-right: 3px solid #D8B069;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.insight-portfolio-single:hover .insight-portfolio-single-inner .insight-portfolio-single-thumb img {
    transform: scale(1.1);
}

.insight-portfolio-single:hover .insight-portfolio-single-inner .insight-portfolio-single-thumb .insight-portfolio-single-info .insight-portfolio-single-info-inner {
    background-color: #D8B069;
}

.insight-portfolio-single:hover .insight-portfolio-single-inner .insight-portfolio-single-thumb .insight-portfolio-single-info .insight-portfolio-single-info-inner .title a, .insight-portfolio-single:hover .insight-portfolio-single-inner .insight-portfolio-single-thumb .insight-portfolio-single-info .insight-portfolio-single-info-inner .cats a {
    color: #333;
}

.insight-portfolio-single:hover .insight-portfolio-single-inner .insight-portfolio-single-thumb:before, .insight-portfolio-single:hover .insight-portfolio-single-inner .insight-portfolio-single-thumb:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.insight-portfolio-single.align-left {
    text-align: left;
}

.insight-portfolio-single.align-center {
    text-align: center;
}

.insight-portfolio-single.align-right {
    text-align: right;
}

.insight-portfolio-single.color-dark .insight-portfolio-single-inner .insight-portfolio-single-thumb .insight-portfolio-single-info .insight-portfolio-single-info-inner {
    background-color: #222;
}

.insight-portfolio-single.color-dark .insight-portfolio-single-inner .insight-portfolio-single-thumb .insight-portfolio-single-info .insight-portfolio-single-info-inner .title a {
    color: #fff;
}

.insight-portfolio-single.color-dark:hover .insight-portfolio-single-inner .insight-portfolio-single-thumb .insight-portfolio-single-info .insight-portfolio-single-info-inner {
    background-color: #D8B069;
}

.insight-portfolio-single.color-dark:hover .insight-portfolio-single-inner .insight-portfolio-single-thumb .insight-portfolio-single-info .insight-portfolio-single-info-inner .title a, .insight-portfolio-single.color-dark:hover .insight-portfolio-single-inner .insight-portfolio-single-thumb .insight-portfolio-single-info .insight-portfolio-single-info-inner .cats a {
    color: #333;
}

@media (max-width: 991px) {
    .insight-portfolio-single .insight-portfolio-single-inner {
        width: 100%;
    }
}

.insight-price-box.style-01 {
    position: relative;
    padding: 60px 30px;
    border: 1px solid #d8d8d8;
    transition: all 0.5s;
}

.insight-price-box.style-01 .popular-text {
    position: absolute;
    top: -20px;
    right: 15px;
    display: block;
    width: 80px;
    height: 80px;
    text-align: center;
    background-color: #D3122A;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding-top: 30px;
    font-weight: 400;
    text-transform: uppercase;
    transform: rotate(15deg);
    border-radius: 40px;
}

.insight-price-box.style-01 .price {
    display: block;
}

.insight-price-box.style-01 .price span.currency {
    color: #333;
    font-size: 24px;
    vertical-align: top;
    display: inline-block;
}

.insight-price-box.style-01 .price span.number {
    color: #333;
    font-size: 72px;
    line-height: 1;
    font-weight: 400;
}

.insight-price-box.style-01 .info .title {
    display: block;
    color: #D8B069;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
}

.insight-price-box.style-01 .info .title:after {
    content: '';
    width: 60px;
    height: 1px;
    background-color: #979797;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
}

.insight-price-box.style-01 .info .text {
    display: block;
    margin-top: 30px;
    font-size: 15px;
    font-weight: 400;
}

.insight-price-box.style-01 .link {
    display: block;
    margin-top: 40px;
}

.insight-price-box.style-01 .link a {
    background-color: #F5F6F8;
    border-color: #F5F6F8;
    color: #333;
}

.insight-price-box.style-01.popular-choice .link a {
    background-color: #333;
    border-color: #333;
    color: #fff;
}

.insight-price-box.style-01:hover {
    border-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.insight-price-box.style-02 {
    position: relative;
    padding: 30px 30px 100px 30px;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #F8F8F8;
}

.insight-price-box.style-02:before, .insight-price-box.style-02:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    transition: all 0.5s;
}

.insight-price-box.style-02:before {
    border-top: 3px solid #D8B069;
    border-bottom: 3px solid #D8B069;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.insight-price-box.style-02:after {
    border-left: 3px solid #D8B069;
    border-right: 3px solid #D8B069;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.insight-price-box.style-02 .popular-text {
    position: absolute;
    top: -30px;
    right: -20px;
    display: block;
    width: 80px;
    height: 80px;
    text-align: center;
    background-color: #D8B069;
    color: #333;
    font-size: 12px;
    line-height: 1;
    padding-top: 30px;
    font-weight: 600;
    text-transform: uppercase;
    transform: rotate(15deg);
    border-radius: 40px;
}

.insight-price-box.style-02 .info {
    order: 1;
}

.insight-price-box.style-02 .info .title {
    display: block;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}

.insight-price-box.style-02 .info .icon {
    margin: 30px auto 0 auto;
    width: 130px;
    height: 130px;
    background-color: #fff;
    border-radius: 100%;
    font-size: 80px;
    text-align: center;
    line-height: 130px;
    color: #D8B069;
}

.insight-price-box.style-02 .info .text {
    display: block;
    margin-top: 30px;
    font-size: 15px;
    line-height: 2em;
    font-weight: 400;
}

.insight-price-box.style-02 .price {
    margin-top: 50px;
    order: 2;
    display: block;
}

.insight-price-box.style-02 .price span.currency {
    color: #333;
    font-size: 24px;
    font-weight: 400;
    vertical-align: top;
    display: inline-block;
}

.insight-price-box.style-02 .price span.number {
    color: #333;
    font-size: 64px;
    line-height: 1;
    font-weight: 700;
}

.insight-price-box.style-02 .link {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: block;
}

.insight-price-box.style-02 .link a {
    display: block;
    width: 100%;
    background-color: #333;
    border-color: #333;
    color: #fff;
}

.insight-price-box.style-02 .link a:hover {
    background-color: #D8B069;
    border-color: #D8B069;
    color: #333;
}

.insight-price-box.style-02.popular-choice .link a {
    background-color: #D8B069;
    border-color: #D8B069;
    color: #333;
}

.insight-price-box.style-02:hover:before, .insight-price-box.style-02:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.insight-price-box.style-02:hover .link a {
    background-color: #D8B069;
    border-color: #D8B069;
    color: #333;
}

.insight-progress-bars .progress-item {
    width: 100%;
    margin-bottom: 40px;
}

.insight-progress-bars .progress-item:last-child {
    margin-bottom: 0;
}

.insight-progress-bars .progress-item .progress-label {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 18px;
    font-weight: 400;
    color: #333;
}

.insight-progress-bars .progress-item .progress-bar {
    height: 6px;
    box-shadow: none;
    overflow: inherit;
    background-color: #E7E7E7;
    position: relative;
}

.insight-progress-bars .progress-item .progress-bar .progress-percent {
    position: relative;
    height: 100%;
    width: 0%;
    background: #D8B069;
}

.insight-progress-bars .progress-item .progress-bar .progress-percent .progress-number {
    position: absolute;
    top: -30px;
    right: 0;
}

.insight-progress-bars .progress-item .progress-bar .progress-percent .progress-number span {
    display: block;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 0 10px;
    position: relative;
    background-color: #333;
}

.insight-progress-bars .progress-item .progress-bar .progress-percent .progress-number span:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    border-left: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-right: 3px solid #333;
    border-top: 3px solid #333;
    position: absolute;
    right: 0;
    bottom: -6px;
}

.insight-socials {
    line-height: 1;
}

.insight-socials a {
    display: inline-block;
    color: #333;
    text-align: center;
    font-size: 16px;
    line-height: 1;
    padding: 0;
    transition: all 0.5s;
}

.insight-socials a:hover {
    color: #D8B069;
}

.insight-socials.size-medium a {
    font-size: 18px;
}

.insight-socials.size-big a {
    font-size: 40px;
}

.insight-socials.align-left, .insight-socials.align-none {
    text-align: left;
}

.insight-socials.align-left a, .insight-socials.align-none a {
    margin: 0 30px 0 0;
}

.insight-socials.align-center {
    text-align: center;
}

.insight-socials.align-center a {
    margin: 0 15px;
}

.insight-socials.align-right {
    text-align: right;
}

.insight-socials.align-right a {
    margin: 0 0 0 30px;
}

.insight-socials.type-text a {
    border-bottom: 1px solid #ddd;
}

.insight-socials.type-text a:hover {
    border-color: #D8B069;
    color: #D8B069;
}

.insight-socials.dark a {
    display: inline-block;
    padding: 0;
}

.insight-socials.dark a:first-child {
    padding-left: 0;
}

.insight-socials.dark a:last-child {
    padding-right: 0;
}

.insight-socials.dark a:hover {
    color: #D8B069;
}

.insight-socials.dark.align-center a {
    margin: 0 5px;
}

.insight-socials.dark.align-left a {
    margin-right: 10px;
}

.insight-socials.dark.align-right a {
    margin-left: 10px;
}

.insight-socials.light a {
    display: inline-block;
    padding: 0;
    color: #fff;
}

.insight-socials.light a:hover {
    color: #D8B069;
}

.insight-socials.light.align-center a {
    margin: 0 5px;
}

.insight-socials.light.align-left a {
    margin-right: 10px;
}

.insight-socials.light.align-right a {
    margin-left: 10px;
}

.insight-socials.m-center a {
    color: #ABABAB;
}

.insight-socials.m-center a:hover {
    color: #333;
}

@media (max-width: 991px) {
    .insight-socials.m-center a {
        margin: 0 10px;
    }
}

.insight-steps-number .insight-steps-number-inner {
    position: relative;
    display: inline-block;
}

.insight-steps-number .insight-steps-number-inner .text {
    position: absolute;
    top: 50%;
    left: -15px;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    transform: translateY(-50%);
}

.insight-steps-number .insight-steps-number-inner .text:before {
    content: '';
    width: 30px;
    height: 1px;
    background-color: #D8B069;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.insight-steps-number .insight-steps-number-inner .number {
    font-size: 120px;
    font-weight: 900;
    line-height: 1;
    color: #fff;
    opacity: .1;
}

.insight-steps-number.color-light .insight-steps-number-inner .text {
    color: #333;
}

.insight-steps-number.color-light .insight-steps-number-inner .number {
    color: #333;
}

.insight-steps-number.align-center {
    text-align: center;
}

.insight-steps-number.align-right {
    text-align: right;
}

.insight-steps {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

.insight-steps.style-01 .step {
    padding: 60px 15px 0 15px;
    position: relative;
}

.insight-steps.style-01 .step:before {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #454545;
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
}

.insight-steps.style-01 .step:last-child:before {
    display: none;
}

.insight-steps.style-01 .step .number {
    width: 48px;
    height: 48px;
    line-height: 44px;
    text-align: center;
    border-radius: 100%;
    border: 2px solid #454545;
    background-color: #333;
    position: absolute;
    top: -24px;
    left: 15px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    transition: all 0.5s;
}

.insight-steps.style-01 .step .number .number-inner {
    position: relative;
    width: 44px;
    height: 44px;
}

.insight-steps.style-01 .step .number .number-inner .wave-pulse {
    width: 0;
    height: 0;
    margin: -1px;
    position: absolute;
    top: 50%;
    left: 50%;
}

.insight-steps.style-01 .step .number .number-inner .wave-pulse:before, .insight-steps.style-01 .step .number .number-inner .wave-pulse:after {
    opacity: 0;
    content: '';
    display: block;
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    right: -100px;
    border-radius: 50%;
    border: 1px solid #D8B069;
}

.insight-steps.style-01 .step .title {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.insight-steps.style-01 .step .content {
    margin-top: 20px;
    color: #ccc;
}

.insight-steps.style-01 .step .more {
    margin-top: 20px;
}

.insight-steps.style-01 .step .more a {
    display: inline-block;
    border: none;
    background-color: transparent;
    padding: 0 0 5px 0;
    color: #fff;
    line-height: 1;
    width: auto;
    height: auto;
    position: relative;
}

.insight-steps.style-01 .step .more a:before {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    position: absolute;
    background-color: #D8B069;
    left: 0;
    bottom: 0;
    transition: all 0.5s;
}

.insight-steps.style-01 .step .more a:hover {
    color: #D8B069;
}

.insight-steps.style-01 .step .more a:hover:before {
    width: 100%;
}

.insight-steps.style-01 .step:hover .number {
    border-color: #D8B069;
    background-color: #D8B069;
}

.insight-steps.style-01 .step:hover .number .number-inner .wave-pulse:before, .insight-steps.style-01 .step:hover .number .number-inner .wave-pulse:after {
    animation-name: zoomBig;
    animation-duration: 1.25s;
    animation-delay: 0s;
    animation-iteration-count: infinite;
}

.insight-steps.style-01 .step:hover .number .number-inner .wave-pulse:after {
    animation-delay: .25s;
}

.insight-steps.style-01 .step:hover .number .number-inner .wave-pulse.wave-pulse-2:before {
    animation-delay: 1s;
}

.insight-steps.style-01 .step:hover .number .number-inner .wave-pulse.wave-pulse-2:after {
    animation-delay: 1.25s;
}

.insight-steps.style-01 .step:hover .title {
    color: #D8B069;
}

.insight-steps.style-01.color-light .step:before {
    background-color: #ededed;
}

.insight-steps.style-01.color-light .step .number {
    border-color: #ededed;
    background-color: #fff;
    color: #333;
}

.insight-steps.style-01.color-light .step .title {
    color: #333;
}

.insight-steps.style-01.color-light .step .content {
    color: #7E7E7E;
}

.insight-steps.style-01.color-light .step .more a {
    color: #333;
}

.insight-steps.style-01.color-light .step .more a:hover {
    color: #D8B069;
}

.insight-steps.style-01.color-light .step:hover .number {
    border-color: #D8B069;
    background-color: #D8B069;
}

@media (max-width: 991px) {
    .insight-steps.style-01 {
        flex-direction: column;
    }

    .insight-steps.style-01 .step {
        margin-bottom: 60px;
    }

    .insight-steps.style-01 .step:before {
        width: calc(100% - 30px);
    }

    .insight-steps.style-01 .step:last-child:before {
        display: block;
    }
}

.insight-team-carousel .insight-items {
    margin-left: -15px;
    margin-right: -15px;
}

.insight-team-carousel .insight-team-member {
    padding-left: 15px;
    padding-right: 15px;
    outline: none;
}

.insight-team-member.style-01 {
    position: relative;
}

.insight-team-member.style-01 .image {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    z-index: 6;
}

.insight-team-member.style-01 .image img {
    width: 100%;
    height: auto;
    z-index: 6;
    border-radius: 0px;
    transition: all 0.5s;
}

.insight-team-member.style-01 .info {
    display: block;
    color: #333;
    width: 100%;
    padding: 20px 0 0 0;
    transition: all 0.5s;
    z-index: 7;
}

.insight-team-member.style-01 .info .name {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.insight-team-member.style-01 .info .tagline {
    line-height: 1;
    font-size: 15px;
    font-weight: 700;
}

.insight-team-member.style-01 .info > div:first-child {
    margin-bottom: 10px;
}

.insight-team-member.style-01 .socials {
    display: none;
}

.insight-team-member.style-01:hover .image img {
    transform: scale(1.1);
}

.insight-team-member.style-02 {
    text-align: center;
    position: relative;
}

.insight-team-member.style-02 .image {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    z-index: 6;
}

.insight-team-member.style-02 .image img {
    width: 100%;
    height: auto;
    z-index: 6;
    border-radius: 0px;
    transition: all 0.5s;
}

.insight-team-member.style-02 .image:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #333;
    opacity: 0;
    z-index: 7;
    border-radius: 0px;
    transition: all 0.5s;
}

.insight-team-member.style-02 .info {
    display: block;
    position: absolute;
    color: #fff;
    top: 40%;
    left: 0;
    width: 100%;
    padding: 30px;
    opacity: 0;
    transform: translateY(-50%);
    transition: all 0.5s;
    z-index: 7;
}

.insight-team-member.style-02 .info .name {
    font-size: 30px;
    line-height: 1;
    font-weight: 700;
}

.insight-team-member.style-02 .info .tagline {
    font-size: 18px;
    font-weight: 700;
}

.insight-team-member.style-02 .socials {
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    padding: 30px;
    text-align: center;
    z-index: 8;
    opacity: 0;
    transition: all 0.5s;
}

.insight-team-member.style-02 .socials a {
    color: #fff;
    font-size: 22px;
    display: inline-block;
    margin: 0 10px;
    opacity: .5;
}

.insight-team-member.style-02 .socials a:hover {
    opacity: 1;
}

.insight-team-member.style-02:hover .image:before {
    opacity: .7;
}

.insight-team-member.style-02:hover .info {
    opacity: 1;
    top: 50%;
}

.insight-team-member.style-02:hover .socials {
    bottom: 0;
    opacity: 1;
}

.insight-team-member.style-03 {
    display: flex;
    align-items: center;
}

.insight-team-member.style-03 .image, .insight-team-member.style-03 .info {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
}

.insight-team-member.style-03.image-align-right {
    text-align: right;
}

.insight-team-member.style-03.image-align-right .info {
    order: 1;
}

.insight-team-member.style-03.image-align-right .image {
    order: 2;
}

.insight-team-member.style-03 .image {
    overflow: hidden;
}

.insight-team-member.style-03 .image img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.insight-team-member.style-03 .info {
    padding: 30px;
    color: #333;
}

.insight-team-member.style-03 .info .name {
    font-size: 48px;
    line-height: 1;
    font-weight: 700;
    margin-top: 10px;
}

.insight-team-member.style-03 .info .tagline {
    font-size: 18px;
    font-weight: 700;
}

.insight-team-member.style-03 .info .text {
    margin-top: 30px;
}

.insight-team-member.style-03:hover .image img {
    transform: scale(1.1);
}

@media (max-width: 991px) {
    .insight-team-member.style-03 {
        flex-direction: column;
    }

    .insight-team-member.style-03 .image, .insight-team-member.style-03 .info {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .insight-team-member.style-03 .image {
        order: 1 !important;
    }

    .insight-team-member.style-03 .info {
        order: 2 !important;
        text-align: left !important;
    }
}

.insight-team-member.style-04 {
    position: relative;
    text-align: center;
}

.insight-team-member.style-04 .image {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
    z-index: 6;
}

.insight-team-member.style-04 .image img {
    width: 100%;
    height: auto;
    z-index: 6;
    border-radius: 0px;
    transition: all 0.5s;
}

.insight-team-member.style-04 .image .socials {
    position: absolute;
    display: block;
    width: calc(100% - 40px);
    bottom: 0;
    left: 20px;
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    text-align: center;
    background-color: #222;
    color: #fff;
    opacity: 0;
    transition: all 0.5s;
}

.insight-team-member.style-04 .image .socials a {
    display: inline-block;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    color: #fff;
    margin: 0 15px;
}

.insight-team-member.style-04 .image .socials a:hover {
    color: #D8B069;
}

.insight-team-member.style-04 .info {
    display: block;
    color: #fff;
    width: 100%;
    padding: 30px 0 0 0;
    transition: all 0.5s;
    z-index: 7;
}

.insight-team-member.style-04 .info .name {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
}

.insight-team-member.style-04 .info .tagline {
    line-height: 1;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.insight-team-member.style-04 .info .tagline:before {
    content: '/';
    margin-right: 5px;
}

.insight-team-member.style-04 .info > div:first-child {
    margin-bottom: 20px;
}

.insight-team-member.style-04:hover .image img {
    transform: scale(1.1);
}

.insight-team-member.style-04:hover .image .socials {
    opacity: 1;
    bottom: 20px;
}

.insight-team-member.style-04.color-dark .info {
    color: #333;
}

.insight-team-member.style-04.color-dark .info .name {
    color: #333;
}

.insight-team-member.style-04.color-dark .info .tagline {
    color: #7E7E7E;
}

.insight-team-member.style-05 {
    display: flex;
    align-items: center;
    transition: background-color 0.5s;
}

.insight-team-member.style-05 .image, .insight-team-member.style-05 .info {
    width: 50%;
    max-width: 50%;
    flex: 0 0 50%;
}

.insight-team-member.style-05 .image {
    overflow: hidden;
}

.insight-team-member.style-05 .image img {
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.insight-team-member.style-05 .info .info-inner {
    display: flex;
    flex-direction: column;
    padding: 30px;
    position: relative;
}

.insight-team-member.style-05 .info .info-inner:before {
    content: '';
    width: 0;
    height: 0;
    display: block;
    border-right: 10px solid #D8B069;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid transparent;
    position: absolute;
    top: 50%;
    left: -20px;
    margin-top: -10px;
    opacity: 0;
    transition: all 0.5s;
}

.insight-team-member.style-05 .info .info-inner .name {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    order: 1;
}

.insight-team-member.style-05 .info .info-inner .tagline {
    margin-top: 10px;
    order: 2;
    color: #ABABAB;
}

.insight-team-member.style-05 .info .info-inner .text {
    margin-top: 20px;
    order: 3;
    color: #ABABAB;
}

.insight-team-member.style-05 .info .info-inner .socials {
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px;
    order: 4;
    opacity: 0;
    transition: all 0.5s;
}

.insight-team-member.style-05 .info .info-inner .socials a {
    color: #ABABAB;
    margin: 0 15px;
}

.insight-team-member.style-05.image-align-right .info {
    order: 1;
    text-align: right;
}

.insight-team-member.style-05.image-align-right .info .info-inner:before {
    border-right: 10px solid transparent;
    border-left: 10px solid #D8B069;
    left: auto;
    right: -20px;
}

.insight-team-member.style-05.image-align-right .image {
    order: 2;
}

.insight-team-member.style-05:hover {
    background-color: #D8B069;
}

.insight-team-member.style-05:hover .image img {
    transform: scale(1.1);
}

.insight-team-member.style-05:hover .info .info-inner:before {
    opacity: 1;
}

.insight-team-member.style-05:hover .info .info-inner .name, .insight-team-member.style-05:hover .info .info-inner .tagline, .insight-team-member.style-05:hover .info .info-inner .text {
    color: #333;
}

.insight-team-member.style-05:hover .info .info-inner .socials {
    opacity: 1;
}

.insight-team-member.style-05:hover .info .info-inner .socials a {
    color: #333;
}

@media (max-width: 991px) {
    .insight-team-member.style-05 {
        flex-direction: column;
    }

    .insight-team-member.style-05 .image, .insight-team-member.style-05 .info {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .insight-team-member.style-05 .image {
        order: 1 !important;
    }

    .insight-team-member.style-05 .info {
        order: 2 !important;
        text-align: left !important;
    }

    .insight-team-member.style-05 .info .info-inner:before {
        top: -10px !important;
        left: 50% !important;
        margin-left: -10px !important;
        border-right: 10px solid transparent !important;
        border-bottom: 10px solid #D8B069 !important;
        border-left: 10px solid transparent !important;
        border-top: 10px solid transparent !important;
    }
}

.insight-team-member.style-05.color-light .info .info-inner:before {
    border-right: 10px solid #333;
}

.insight-team-member.style-05.color-light .info .info-inner .name {
    color: #333;
}

.insight-team-member.style-05.color-light .info .info-inner .tagline, .insight-team-member.style-05.color-light .info .info-inner .text, .insight-team-member.style-05.color-light .info .info-inner .socials a {
    color: #7E7E7E;
}

.insight-team-member.style-05.color-light.image-align-right .info .info-inner:before {
    border-right: 10px solid transparent;
    border-left: 10px solid #333;
}

.insight-team-member.style-05.color-light:hover {
    background-color: #333;
}

.insight-team-member.style-05.color-light:hover .info .info-inner .name {
    color: #fff;
}

.insight-team-member.style-05.color-light:hover .info .info-inner .tagline, .insight-team-member.style-05.color-light:hover .info .info-inner .text, .insight-team-member.style-05.color-light:hover .info .info-inner .socials a {
    color: #ABABAB;
}

@media (max-width: 991px) {
    .insight-team-member.style-05.color-light .info .info-inner:before {
        border-bottom: 10px solid #333 !important;
    }
}

.insight-testimonials .slick-arrow {
    top: 50%;
    margin-top: -26px;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    overflow: hidden;
    transition: all 0.5s;
}

.insight-testimonials .slick-arrow:before {
    display: block;
    width: 52px;
    height: 52px;
    line-height: 48px;
    font-size: 24px;
    color: #7E7E7E;
    border: 2px solid #7E7E7E;
    border-radius: 26px;
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    transition: all 0.5s;
}

.insight-testimonials .slick-arrow:hover {
    border-color: #D8B069;
}

.insight-testimonials .slick-arrow:hover:before {
    color: #D8B069;
}

.insight-testimonials .slick-arrow.slick-next {
    right: -60px;
}

.insight-testimonials .slick-arrow.slick-next:before {
    content: '\f105';
}

.insight-testimonials .slick-arrow.slick-prev {
    left: -60px;
}

.insight-testimonials .slick-arrow.slick-prev:before {
    content: '\f104';
}

.insight-testimonials .slick-dots {
    margin: 30px 0 0 0;
    position: relative;
    bottom: auto;
    line-height: 1;
}

.insight-testimonials .slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0 5px;
    padding: 0;
}

.insight-testimonials .slick-dots li button {
    position: relative;
    width: 16px;
    height: 16px;
    margin: 0;
    padding: 0;
    border-radius: 8px;
    border: 2px solid transparent;
    transition: all 0.5s;
}

.insight-testimonials .slick-dots li button:before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #ccc;
    transition: all 0.5s;
    opacity: 1;
}

.insight-testimonials .slick-dots li.slick-active button {
    border: 2px solid #333;
}

.insight-testimonials .slick-dots li.slick-active button:before {
    width: 0;
    height: 0;
}

.insight-testimonials.style-01 {
    padding: 0;
    margin-bottom: 0;
}

.insight-testimonials.style-01 .item {
    outline: none;
}

.insight-testimonials.style-01 .item .info .author .name {
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
}

.insight-testimonials.style-01 .item .info .author .tagline {
    display: block;
    margin-top: 10px;
    font-size: 15px;
    font-weight: 400;
}

.insight-testimonials.style-01 .item .content {
    font-size: 34px;
    font-weight: 600;
    line-height: 1.7;
    padding-bottom: 60px;
    position: relative;
}

.insight-testimonials.style-01.align-center {
    text-align: center;
}

.insight-testimonials.style-01.align-center .slick-dots {
    text-align: center;
}

.insight-testimonials.style-01.align-left {
    text-align: left;
}

.insight-testimonials.style-01.align-left .slick-dots {
    text-align: left;
}

.insight-testimonials.style-01.align-right {
    text-align: right;
}

.insight-testimonials.style-01.align-right .slick-dots {
    text-align: right;
}

.insight-testimonials.style-01.color-light .slick-dots li button {
    opacity: 0.2;
    border-color: #fff;
}

.insight-testimonials.style-01.color-light .slick-dots li.slick-active button {
    opacity: 1;
}

.insight-testimonials.style-01.color-light .item .info .author .name {
    color: #D8B069;
}

.insight-testimonials.style-01.color-light .item .info .author .tagline {
    color: #fff;
    opacity: 0.6;
}

.insight-testimonials.style-01.color-light .item .content {
    color: #fff;
}

.insight-testimonials.style-01.color-dark .slick-dots li button {
    opacity: 0.2;
    border-color: #333;
}

.insight-testimonials.style-01.color-dark .slick-dots li.slick-active button {
    opacity: 1;
}

.insight-testimonials.style-01.color-dark .item .info .author .name {
    color: #333;
}

.insight-testimonials.style-01.color-dark .item .content {
    color: #333;
}

@media (max-width: 991px) {
    .insight-testimonials.style-01 {
        padding: 0;
    }

    .insight-testimonials.style-01 .slick-arrow {
        display: none !important;
    }
}

.insight-testimonials.style-02 {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.insight-testimonials.style-02 .slick-arrow:hover:before {
    color: #333;
    border-color: #fff;
    background-color: #fff;
}

.insight-testimonials.style-02 .insight-items {
    margin-left: -15px;
    margin-right: -15px;
}

.insight-testimonials.style-02 .item {
    outline: none;
    padding: 15px;
}

.insight-testimonials.style-02 .item .item-inner {
    background-color: #fff;
    padding: 60px;
    text-align: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.insight-testimonials.style-02 .item .item-inner .image {
    text-align: center;
}

.insight-testimonials.style-02 .item .item-inner .image img {
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 45px;
    margin-bottom: 40px;
}

.insight-testimonials.style-02 .item .item-inner .content {
    font-size: 16px;
    line-height: 2;
    font-weight: 400;
}

.insight-testimonials.style-02 .item .item-inner .content mark {
    background-color: transparent;
    color: #D8B069;
}

.insight-testimonials.style-02 .item .item-inner .info {
    margin-top: 40px;
}

.insight-testimonials.style-02 .item .item-inner .info .name {
    font-size: 24px;
    color: #333;
}

.insight-testimonials.style-02 .item .item-inner .info .tagline {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
}

.insight-testimonials.style-02 .item .item-inner .info .tagline:before {
    content: '/';
    margin-right: 5px;
}

.insight-testimonials.style-02.color-dark .item .item-inner {
    background-color: #454545;
}

.insight-testimonials.style-02.color-dark .item .item-inner .content {
    color: #fff;
}

.insight-testimonials.style-02.color-dark .item .item-inner .info .name {
    color: #fff;
}

.insight-testimonials.style-02.color-dark .item .item-inner .info .tagline {
    color: #ababab;
}

.insight-testimonials.style-03 {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

.insight-testimonials.style-03 .slick-arrow:before {
    border-color: #ccc;
}

.insight-testimonials.style-03 .slick-arrow:hover:before {
    color: #333;
    border-color: #D8B069;
    background-color: #D8B069;
}

.insight-testimonials.style-03 .insight-items {
    margin-left: -25px;
    margin-right: -25px;
}

.insight-testimonials.style-03 .item {
    outline: none;
    padding: 0 25px;
}

.insight-testimonials.style-03 .item .item-inner {
    background-color: #fff;
    padding: 40px;
    display: flex;
}

.insight-testimonials.style-03 .item .item-inner .image {
    width: 150px;
}

.insight-testimonials.style-03 .item .item-inner .image img {
    display: inline-block;
    width: 110px;
    height: 110px;
    border-radius: 55px;
}

.insight-testimonials.style-03 .item .item-inner .image .stars {
    display: block;
    width: 110px;
    text-align: center;
    margin-top: 20px;
}

.insight-testimonials.style-03 .item .item-inner .image .stars:before {
    content: "    ";
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    font-weight: 900;
    color: #D8B069;
}

.insight-testimonials.style-03 .item .item-inner .text {
    flex-basis: 150px;
    flex-grow: 1;
}

.insight-testimonials.style-03 .item .item-inner .text .content {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
}

.insight-testimonials.style-03 .item .item-inner .text .content mark {
    background-color: transparent;
    color: #D8B069;
}

.insight-testimonials.style-03 .item .item-inner .text .info {
    margin-top: 20px;
}

.insight-testimonials.style-03 .item .item-inner .text .info .name {
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
}

.insight-testimonials.style-03 .item .item-inner .text .info .tagline {
    font-size: 14px;
    font-weight: 400;
}

.insight-testimonials.style-03 .item .item-inner .text .info .tagline:before {
    content: '/';
    margin-right: 5px;
}

.insight-testimonials.style-03.color-dark .slick-arrow:before {
    border-color: #333;
}

.insight-testimonials.style-03.color-dark .item .item-inner {
    background-color: #454545;
}

.insight-testimonials.style-03.color-dark .item .item-inner .content {
    color: #fff;
}

.insight-testimonials.style-03.color-dark .item .item-inner .info .name {
    color: #fff;
}

.insight-testimonials.style-03.color-dark .item .item-inner .info .tagline {
    color: #ababab;
}

@media (max-width: 991px) {
    .insight-testimonials.style-03 .item .item-inner {
        display: block;
        text-align: center;
    }

    .insight-testimonials.style-03 .item .item-inner .image {
        width: 100%;
        margin-bottom: 20px;
    }

    .insight-testimonials.style-03 .item .item-inner .image .stars {
        width: 100%;
    }
}

.insight-text-box {
    padding: 60px;
    background-color: #F5F6F8;
}

.insight-text-box .title {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    line-height: 1;
    margin-bottom: 20px;
}

.insight-text-box.quote-box .title {
    margin-bottom: 40px;
}

.insight-text-box.quote-box .content {
    font-size: 34px;
    font-weight: 400;
    line-height: 58px;
    color: #333;
    text-align: center;
}

.insight-text-box.quote-box .content mark {
    background-color: transparent;
    color: #D8B069;
}

body.wpb-js-composer .entry-content > p {
    margin: 0;
    padding: 0;
}

.vc_row.content-full-height .wpb_column {
    height: 100%;
}

.vc_row.content-full-height .wpb_column .vc_column-inner {
    height: 100%;
}

.vc_row.content-full-height .wpb_column .vc_column-inner .wpb_wrapper {
    height: 100%;
}

.insight-video.style-01 {
    overflow: hidden;
}

.insight-video.style-01 a {
    display: block;
    width: 100%;
    position: relative;
}

.insight-video.style-01 a img {
    z-index: 6;
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.insight-video.style-01 a:before {
    content: '';
    display: block;
    width: 80px;
    height: 80px;
    background-color: #D8B069;
    border-radius: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
}

.insight-video.style-01 a:after {
    content: '\f04b';
    font-family: "Font Awesome 5 Pro";
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 7;
}

.insight-video.style-01 a .video-btn {
    position: absolute;
    top: 50%;
    right: 50%;
}

.insight-video.style-01 a .video-btn .wave-pulse {
    width: 1px;
    height: 0;
    margin: 0 auto;
    position: relative;
}

.insight-video.style-01 a .video-btn .wave-pulse:before, .insight-video.style-01 a .video-btn .wave-pulse:after {
    opacity: 0;
    content: '';
    display: block;
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    right: -200px;
    border-radius: 50%;
    border: 1px solid #D8B069;
    animation: zoomBig 5.25s linear 5.25s infinite;
}

.insight-video.style-01 a .video-btn .wave-pulse:before {
    animation-delay: .75s;
}

.insight-video.style-01 a .video-btn .wave-pulse-2:before {
    animation-delay: 2.25s;
}

.insight-video.style-01 a .video-btn .wave-pulse-2:after {
    animation-delay: 1.5s;
}

.insight-video.style-01 a .video-btn .wave-pulse-3:before {
    animation-delay: 3.75s;
}

.insight-video.style-01 a .video-btn .wave-pulse-3:after {
    animation-delay: 3s;
}

.insight-video.style-01:hover a img {
    transform: scale(1.1);
}

.insight-video.style-02 a {
    display: block;
    width: 100%;
    position: relative;
}

.insight-video.style-02 a img {
    z-index: 6;
    width: 100%;
    height: auto;
    transition: all 0.5s;
}

.insight-video.style-02 a:before {
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background-color: #D8B069;
    border-radius: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    z-index: 6;
}

.insight-video.style-02 a:after {
    content: '\f04b';
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
    z-index: 7;
}

.insight-video.style-02 a .video-btn {
    position: absolute;
    top: 50%;
    right: 0;
}

.insight-video.style-02 a .video-btn .wave-pulse {
    width: 1px;
    height: 0;
    margin: 0 auto;
    position: relative;
}

.insight-video.style-02 a .video-btn .wave-pulse:before, .insight-video.style-02 a .video-btn .wave-pulse:after {
    opacity: 0;
    content: '';
    display: block;
    position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    right: -200px;
    border-radius: 50%;
    border: 1px solid #D8B069;
    animation: zoomBig 5.25s linear 5.25s infinite;
}

.insight-video.style-02 a .video-btn .wave-pulse:before {
    animation-delay: .75s;
}

.insight-video.style-02 a .video-btn .wave-pulse-2:before {
    animation-delay: 2.25s;
}

.insight-video.style-02 a .video-btn .wave-pulse-2:after {
    animation-delay: 1.5s;
}

.insight-video.style-02 a .video-btn .wave-pulse-3:before {
    animation-delay: 3.75s;
}

.insight-video.style-02 a .video-btn .wave-pulse-3:after {
    animation-delay: 3s;
}

.insight-video.style-02:hover a img {
    transform: scale(1.1);
}

@media (max-width: 991px) {
    .insight-video.style-02 a:before, .insight-video.style-02 a:after {
        right: 50%;
    }

    .insight-video.style-02 a .video-btn {
        right: 50%;
    }
}

/*
WooCommerce
*/
.woocommerce table.shop_table {
    border: none;
    border-collapse: collapse;
    border-radius: 0;
}

.woocommerce table.shop_table thead tr th, .woocommerce table.shop_table thead tr td {
    text-align: left;
    background-color: rgba(0, 0, 0, 0.03);
    border: none;
}

.woocommerce table.shop_table tbody tr th, .woocommerce table.shop_table tbody tr td {
    text-align: left;
    border: none;
    padding: 10px;
}

.woocommerce table.shop_table tbody tr th img, .woocommerce table.shop_table tbody tr td img {
    width: 80px;
    height: auto;
}

.woocommerce table.shop_table tfoot tr th, .woocommerce table.shop_table tfoot tr td {
    text-align: left;
    background-color: rgba(0, 0, 0, 0.03);
    border: none;
}

.woocommerce a.button, .woocommerce a.button.alt {
    display: block;
}

.woocommerce a.button:hover, .woocommerce a.button.alt:hover {
    color: #fff;
    background-color: #D8B069;
    border-color: #D8B069;
}

.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
    max-width: none;
}

@media (max-width: 991px) {
    .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2 {
        padding-left: 0;
        padding-right: 0;
    }
}

.woocommerce .woo-container:not(.container) {
    padding-left: 100px;
    padding-right: 100px;
}

.woocommerce .woo-filter {
    margin-bottom: 60px;
    align-items: center;
}

.woocommerce .woo-filter .woocommerce-result-count {
    font-size: 16px;
    font-weight: 400;
    color: #7E7E7E;
    margin-bottom: 0;
}

.woocommerce .woo-filter .woocommerce-ordering {
    display: block;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    float: none;
    text-align: right;
}

.woocommerce .woo-filter .woocommerce-ordering select {
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0 20px;
    outline: none;
    font-size: 14px;
    font-weight: 400;
    border: none;
    display: inline-block;
    -webkit-appearance: none;
    background-color: #F8F8F8;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAGCAYAAAARx7TFAAAABGdBTUEAALGPC/xhBQAAAI9JREFUCB1jNDEx6f///3/D2bNnPzKgATMzM32gnAMTkNgOlFtvbGzMhawGqEDt379/c4B4PRPQhF2MjIxTgXhNaGgoG0ghUIMcUHIpExNTNFD+ESNMN9DaJCDbi52dPe/nz58bgJrSTp8+fQEkzwxT9OzZs/NSUlLSf/78WQJUkHTmzJnTMDkMGugWRXRBAE05O2t0kClQAAAAAElFTkSuQmCC");
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 50%;
    border-radius: 0;
}

@media (max-width: 991px) {
    .woocommerce .woo-filter .woocommerce-ordering select {
        width: 100%;
    }
}

.woocommerce .woo-products .product-category {
    margin-bottom: 30px;
}

.woocommerce .woo-products .product-category a {
    display: block;
}

.woocommerce .woo-products .product-category a img {
    width: 100%;
    height: auto;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 0 0 15px 0;
}

.woocommerce .woo-products .product-category a .woocommerce-loop-category__title {
    margin: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    transition: all 0.5s;
}

.woocommerce .woo-products .product-category a .woocommerce-loop-category__title mark {
    background-color: transparent;
    transition: all 0.5s;
}

.woocommerce .woo-products .product-category a:hover .woocommerce-loop-category__title {
    color: #D8B069;
}

.woocommerce .woo-products .product-category a:hover .woocommerce-loop-category__title mark {
    color: #D8B069;
}

.woocommerce .woo-products .product {
    margin-bottom: 30px;
}

.woocommerce .woo-products .product .woo-thumb {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.woocommerce .woo-products .product .woo-thumb img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    z-index: 7;
    transition: all 0.5s;
}

.woocommerce .woo-products .product .woo-thumb .woo-badges {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 8;
}

.woocommerce .woo-products .product .woo-thumb .woo-badges .sale, .woocommerce .woo-products .product .woo-thumb .woo-badges .new, .woocommerce .woo-products .product .woo-thumb .woo-badges .hot, .woocommerce .woo-products .product .woo-thumb .woo-badges .outofstock {
    position: relative;
    display: block;
    margin-bottom: 10px;
    top: auto;
    right: auto;
    left: auto;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    min-width: 0;
    min-height: 0;
}

.woocommerce .woo-products .product .woo-thumb .woo-badges .new {
    background-color: #96C07C;
}

.woocommerce .woo-products .product .woo-thumb .woo-badges .hot {
    background-color: #FFB413;
}

.woocommerce .woo-products .product .woo-thumb .woo-badges .sale {
    background-color: #D6372C;
}

.woocommerce .woo-products .product .woo-thumb .woo-badges .outofstock {
    background-color: #333;
}

.woocommerce .woo-products .product .woo-thumb .woo-actions {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 20px;
    height: 50px;
    background-color: #333;
    position: absolute;
    transform: translate3d(0, 100%, 0);
    left: 0;
    bottom: 0;
    transition: all 0.5s;
}

.woocommerce .woo-products .product .woo-thumb .woo-actions .add-to-cart-btn {
    flex-grow: 1;
}

.woocommerce .woo-products .product .woo-thumb .woo-actions .add-to-cart-btn a {
    font-size: 15px;
    font-weight: 600;
    background-color: transparent;
    padding: 0;
    margin: 0;
    line-height: 1;
    color: #fff;
    height: auto;
    text-align: left;
    border: none;
}

.woocommerce .woo-products .product .woo-thumb .woo-actions .add-to-cart-btn a.button:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    font-weight: 400;
    margin-left: 10px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: auto;
    left: auto;
}

.woocommerce .woo-products .product .woo-thumb .woo-actions .add-to-cart-btn a.button.loading {
    opacity: 1;
}

.woocommerce .woo-products .product .woo-thumb .woo-actions .add-to-cart-btn a.button.loading:after {
    content: '\f2f1';
    top: auto;
    right: auto;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.woocommerce .woo-products .product .woo-thumb .woo-actions .add-to-cart-btn a.button.added:after {
    content: '\f00c';
}

.woocommerce .woo-products .product .woo-thumb .woo-actions .add-to-cart-btn a.added_to_cart {
    display: none;
}

.woocommerce .woo-products .product .woo-thumb .woo-actions .add-to-cart-btn a:hover {
    color: #D8B069;
}

.woocommerce .woo-products .product .woo-thumb .woo-actions .quick-view-btn {
    width: 16px;
    height: 16px;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    margin-left: 15px;
}

.woocommerce .woo-products .product .woo-thumb .woo-actions .quick-view-btn a {
    display: block;
}

.woocommerce .woo-products .product .woo-thumb .woo-actions .quick-view-btn a:before {
    width: 16px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    font-size: 14px;
    content: "";
    font-family: "Font Awesome 5 Pro";
    transition: all 0.5s;
}

.woocommerce .woo-products .product .woo-thumb .woo-actions .quick-view-btn a:hover:before {
    color: #D8B069;
}

.woocommerce .woo-products .product .woo-thumb .woo-actions .compare-btn {
    width: 16px;
    height: 16px;
    line-height: 16px;
    cursor: pointer;
    display: inline-block;
    font-size: 0;
    margin-left: 15px;
}

.woocommerce .woo-products .product .woo-thumb .woo-actions .compare-btn a {
    display: block;
}

.woocommerce .woo-products .product .woo-thumb .woo-actions .compare-btn a:before {
    width: 16px;
    height: 16px;
    color: #fff;
    font-size: 14px;
    content: "";
    font-family: "Font Awesome 5 Pro";
    transition: all 0.5s;
}

.woocommerce .woo-products .product .woo-thumb .woo-actions .compare-btn a:hover:before {
    color: #D8B069;
}

.woocommerce .woo-products .product .woo-thumb .wishlist-btn {
    position: absolute;
    top: 20px;
    right: 20px;
}

.woocommerce .woo-products .product .woo-thumb .wishlist-btn .woosw-btn {
    font-size: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    display: block;
    text-align: center;
}

.woocommerce .woo-products .product .woo-thumb .wishlist-btn .woosw-btn:before {
    display: block;
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}

.woocommerce .woo-products .product .woo-thumb .wishlist-btn .woosw-btn.woosw-adding:before {
    content: '\f2f1';
    font-weight: 400;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.woocommerce .woo-products .product .woo-thumb .wishlist-btn .woosw-btn.woosw-added:before {
    font-weight: 900;
}

.woocommerce .woo-products .product .woo-title .woocommerce-loop-product__title {
    font-size: 16px;
    font-weight: 400;
    color: #7E7E7E;
    text-align: center;
    margin-bottom: 5px;
    transition: all 0.5s;
}

.woocommerce .woo-products .product .woo-price {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #333;
}

.woocommerce .woo-products .product .woo-price span.price {
    color: #333;
    font-size: 14px;
    font-weight: 700;
}

.woocommerce .woo-products .product .woo-price del {
    color: #ccc;
    text-decoration: none;
    opacity: 1;
}

.woocommerce .woo-products .product .woo-price ins {
    color: #333;
    text-decoration: none;
}

.woocommerce .woo-products .product:hover .woo-thumb img {
    transform: scale(1.1);
}

.woocommerce .woo-products .product:hover .woo-thumb .woo-actions {
    transform: translate3d(0, 0, 0);
}

.woocommerce .woo-pagination {
    text-align: center;
    margin-top: 30px;
}

.woocommerce .woo-pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.woocommerce .woo-pagination ul li {
    list-style: none;
    display: inline-block;
}

.woocommerce .woo-pagination ul li span, .woocommerce .woo-pagination ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #7E7E7E;
    line-height: 1;
    padding: 10px;
    background-color: #fff;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: transparent;
    margin: 0 5px;
    text-decoration: none;
}

.woocommerce .woo-pagination ul li span:hover, .woocommerce .woo-pagination ul li span.current, .woocommerce .woo-pagination ul li a:hover, .woocommerce .woo-pagination ul li a.current {
    color: #333;
    border-color: #7E7E7E;
}

.woocommerce .woo-pagination ul li span.next, .woocommerce .woo-pagination ul li a.next {
    font-size: 0;
}

.woocommerce .woo-pagination ul li span.next:before, .woocommerce .woo-pagination ul li a.next:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    font-weight: 400;
}

.woocommerce .woo-pagination ul li span.prev, .woocommerce .woo-pagination ul li a.prev {
    font-size: 0;
}

.woocommerce .woo-pagination ul li span.prev:before, .woocommerce .woo-pagination ul li a.prev:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    font-weight: 400;
}

body.woocommerce-cart h1, body.woocommerce-cart h2, body.woocommerce-cart h3, body.woocommerce-cart h4, body.woocommerce-cart h5, body.woocommerce-cart h6, body.woocommerce-cart .h1, body.woocommerce-cart .h2, body.woocommerce-cart .h3, body.woocommerce-cart .h4, body.woocommerce-cart .h5, body.woocommerce-cart .h6 {
    font-weight: 500;
}

body.woocommerce-cart table.shop_table tr td a.remove {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    cursor: pointer;
    font-size: 0;
    background-color: transparent;
}

body.woocommerce-cart table.shop_table tr td a.remove:before {
    font-size: 16px;
    font-weight: 300;
    content: "";
    font-family: "Font Awesome 5 Pro";
    color: #7E7E7E;
}

body.woocommerce-cart table.shop_table tr td a.remove:hover:before {
    color: #D6372C;
}

body.woocommerce-cart table.shop_table tr td input, body.woocommerce-cart table.shop_table tr td button {
    height: 40px !important;
    line-height: 40px !important;
    padding: 0 20px !important;
    outline: none !important;
    margin: 0;
}

body.woocommerce-cart table.shop_table tr td input[type="number"], body.woocommerce-cart table.shop_table tr td button[type="number"] {
    width: 60px;
    padding: 0 10px !important;
}

body.woocommerce-cart table.shop_table tr td input#coupon_code, body.woocommerce-cart table.shop_table tr td button#coupon_code {
    min-width: 160px;
}

body.woocommerce-cart table.shop_table tr td input.button, body.woocommerce-cart table.shop_table tr td button.button {
    outline: none;
    border-radius: 0;
}

body.woocommerce-cart table.shop_table tr td input.button:disabled[disabled], body.woocommerce-cart table.shop_table tr td button.button:disabled[disabled] {
    padding: 0 20px;
}

body.woocommerce-cart .cart-collaterals .cart_totals table tr th, body.woocommerce-cart .cart-collaterals .cart_totals table tr td {
    border: none;
}

.woocommerce-checkout h1, .woocommerce-checkout h2, .woocommerce-checkout h3, .woocommerce-checkout h4, .woocommerce-checkout h5, .woocommerce-checkout h6, .woocommerce-checkout .h1, .woocommerce-checkout .h2, .woocommerce-checkout .h3, .woocommerce-checkout .h4, .woocommerce-checkout .h5, .woocommerce-checkout .h6 {
    font-weight: 500;
}

.woocommerce-checkout .woocommerce form.checkout_coupon, .woocommerce-checkout .woocommerce form.login, .woocommerce-checkout .woocommerce form.register {
    border-radius: 0;
    border: 1px solid #ddd;
}

.woocommerce-checkout form .form-row {
    padding: 0;
}

.woocommerce-checkout form input {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #ddd;
    margin: 0;
}

.woocommerce-checkout form textarea {
    padding: 10px;
    min-height: 120px;
    border: 1px solid #ddd;
    margin: 0;
}

.woocommerce-checkout form .select2 {
    margin: 0;
}

.woocommerce-checkout form .select2 span.select2-selection {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    border: 1px solid #ddd;
    border-radius: 0;
    outline: none;
}

.woocommerce-checkout form .select2 span.select2-selection span.select2-selection__rendered {
    padding: 0;
    line-height: 40px;
}

.woocommerce-checkout form .select2 span.select2-selection span.select2-selection__arrow {
    height: 40px;
    line-height: 40px;
    width: 30px;
    text-align: center;
}

.woocommerce-checkout h3 {
    margin-bottom: 40px;
}

.woocommerce-checkout .woocommerce-form__label-for-checkbox {
    display: flex;
    align-items: center;
}

.woocommerce-checkout .woocommerce-form__label-for-checkbox input[type="checkbox"] {
    margin-right: 10px;
}

.woocommerce-checkout #customer_details {
    margin-bottom: 80px;
}

.woocommerce-checkout #payment {
    margin-top: 60px;
    background-color: transparent;
    border-radius: 0;
}

.woocommerce-checkout #payment ul.wc_payment_methods {
    border: none;
    padding: 0;
}

.woocommerce-checkout #payment ul.wc_payment_methods li label {
    color: #333;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
}

.woocommerce-checkout #payment ul.wc_payment_methods li .payment_box {
    background-color: #F4F4F4;
    padding: 20px 30px;
    border-radius: 0;
}

.woocommerce-checkout #payment ul.wc_payment_methods li .payment_box:before {
    border-bottom-color: #F4F4F4;
}

.woocommerce-checkout #payment ul.wc_payment_methods li .payment_box p {
    margin: 0;
}

.woocommerce-checkout #payment .place-order {
    padding: 40px 0 0 0;
    margin: 0;
}

.woocommerce-checkout #payment div.form-row {
    padding-left: 0;
    padding-right: 0;
}

.woocommerce-checkout .select2-dropdown {
    margin-top: -1px;
    border: 1px solid #ddd;
    border-radius: 0;
}

.woocommerce-checkout .select2-dropdown input.select2-search__field {
    outline: none;
    border: 1px solid #ddd;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}

body.woocommerce-order-received h2 {
    margin-bottom: 30px;
    margin-top: 80px;
}

body.woocommerce-order-received table.customer_details {
    margin-bottom: 80px;
}

body.woocommerce-order-received ul.woocommerce-order-overview {
    padding-left: 0;
}

#wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner {
    border-radius: 0;
}

#wooscp-area .wooscp-inner .wooscp-table .wooscp-table-inner .wooscp-table-items table tbody tr.tr-image img {
    border-radius: 0;
}

#wooscp-area .wooscp-inner .wooscp-bar .wooscp-bar-btn {
    border-radius: 0;
}

#wooscp-area .wooscp-inner .wooscp-bar .wooscp-bar-items .wooscp-bar-item {
    border-radius: 0;
}

#wooscp-area .wooscp-inner .wooscp-bar .wooscp-bar-items .wooscp-bar-item img {
    border-radius: 0;
}

.mfp-woosq .mfp-preloader {
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
}

#woosw-area table tr td {
    border: none;
    text-align: left;
}

table.woosw-content-items tr td {
    border: none;
    text-align: left;
    line-height: 1.4;
}

table.woosw-content-items tr td .woosw-content-item--add p > a {
    padding: 10px;
    height: auto;
    line-height: 1;
}

.woosw-list table tr td {
    border: none;
    text-align: left;
    line-height: 1.4;
}

.woosw-list .woosw-share a {
    font-size: 0;
    display: inline-block;
    width: 20px;
    text-align: center;
}

.woosw-list .woosw-share a:before {
    font-size: 16px;
    font-weight: 400;
}

.woosw-list .woosw-share a.woosw-share-facebook:before {
    content: "";
    font-family: "Font Awesome 5 Brands";
}

.woosw-list .woosw-share a.woosw-share-twitter:before {
    content: "";
    font-family: "Font Awesome 5 Brands";
}

.woosw-list .woosw-share a.woosw-share-pinterest:before {
    content: "";
    font-family: "Font Awesome 5 Brands";
}

.woosw-list .woosw-share a.woosw-share-google-plus {
    display: none;
}

.woosw-list .woosw-share a.woosw-share-mail:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
}

.open-mini-cart-btn {
    position: relative;
    display: inline-block;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
}

.open-mini-cart-btn .mini-cart {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.open-mini-cart-btn .mini-cart .mini-cart-icon {
    display: inline-block;
    font-size: 18px;
    color: #333;
    position: relative;
    transition: all 0.5s;
}

header.header.color-light .open-mini-cart-btn .mini-cart .mini-cart-icon, [data-row-skin="light"] header.header .open-mini-cart-btn .mini-cart .mini-cart-icon {
    color: #fff;
}

header.header.headroom--not-top .open-mini-cart-btn .mini-cart .mini-cart-icon, [data-row-skin="dark"] header.header .open-mini-cart-btn .mini-cart .mini-cart-icon {
    color: #333;
}

.open-mini-cart-btn .mini-cart .mini-cart-icon:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
}

.open-mini-cart-btn .mini-cart .mini-cart-icon:after {
    font-family: inherit;
    content: attr(data-count);
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: -6px;
    right: -14px;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    color: #fff;
    background-color: #333;
    border-radius: 100%;
    transition: all 0.5s;
}

header.header.color-light .open-mini-cart-btn .mini-cart .mini-cart-icon:after, [data-row-skin="light"] header.header .open-mini-cart-btn .mini-cart .mini-cart-icon:after {
    color: #fff;
}

header.header.headroom--not-top .open-mini-cart-btn .mini-cart .mini-cart-icon:after, [data-row-skin="dark"] header.header .open-mini-cart-btn .mini-cart .mini-cart-icon:after {
    color: #fff;
}

.open-mini-cart-btn .mini-cart .mini-cart-icon i {
    font-style: normal;
}

.open-mini-cart-btn .mini-cart:hover .mini-cart-icon {
    color: #D8B069 !important;
}

.open-mini-cart-btn .mini-cart:hover .mini-cart-icon:after {
    background-color: #D8B069 !important;
}

.woocommerce .sidebar .widget.widget_product_search form {
    position: relative;
    display: block;
    width: 100%;
    height: 50px;
    background-color: #F8F8F8;
    border: none;
    padding: 0 20px;
    overflow: hidden;
}

.woocommerce .sidebar .widget.widget_product_search form label {
    display: none;
}

.woocommerce .sidebar .widget.widget_product_search form input[type="search"] {
    box-sizing: border-box;
    height: 50px;
    line-height: 50px;
    border: none;
    background-color: transparent;
    outline: none;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.woocommerce .sidebar .widget.widget_product_search form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border: none;
    margin: 0;
    padding: 0;
    background-color: transparent;
    font-size: 0;
    outline: none;
    cursor: pointer;
    z-index: 8;
}

.woocommerce .sidebar .widget.widget_product_search form:after {
    content: "";
    font-family: "Font Awesome 5 Pro";
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #7E7E7E;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 7;
}

.woocommerce .sidebar .widget.widget_product_categories ul.product-categories li {
    display: block;
    position: relative;
}

.woocommerce .sidebar .widget.widget_product_categories ul.product-categories li a {
    display: block;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: #7E7E7E;
    text-decoration: none;
}

.woocommerce .sidebar .widget.widget_product_categories ul.product-categories li a:hover {
    color: #333;
}

.woocommerce .sidebar .widget.widget_product_categories ul.product-categories li.current-cat > a {
    color: #333;
}

.woocommerce .sidebar .widget.widget_product_categories ul.product-categories li span.count {
    position: absolute;
    top: 10px;
    right: 0;
}

.woocommerce .sidebar .widget.widget_product_categories select {
    display: block;
    width: 100%;
}

.woocommerce .sidebar .widget.widget_products ul li {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    min-height: 120px;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #eee;
    display: block;
    position: relative;
}

.woocommerce .sidebar .widget.widget_products ul li a {
    text-decoration: none;
}

.woocommerce .sidebar .widget.widget_products ul li img {
    width: 100px;
    height: auto;
    margin-left: 0;
    margin-right: 20px;
    float: left;
}

.woocommerce .sidebar .widget.widget_products ul li .product-title {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    display: inline-block;
    transition: all 0.5s;
}

.woocommerce .sidebar .widget.widget_products ul li .star-rating {
    float: none;
    display: block;
    font-size: 12px;
}

.woocommerce .sidebar .widget.widget_products ul li .star-rating span:before {
    color: #EFC720;
}

.woocommerce .sidebar .widget.widget_products ul li .amount {
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

.woocommerce .sidebar .widget.widget_products ul li mark, .woocommerce .sidebar .widget.widget_products ul li ins {
    background-color: transparent;
    text-decoration: none;
    color: #333;
}

.woocommerce .sidebar .widget.widget_products ul li mark .amount, .woocommerce .sidebar .widget.widget_products ul li ins .amount {
    color: #333;
}

.woocommerce .sidebar .widget.widget_products ul li del {
    color: #ccc;
    text-decoration: none;
    opacity: 1;
}

.woocommerce .sidebar .widget.widget_products ul li del .amount {
    color: #ccc;
}

.woocommerce .sidebar .widget.widget_products ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-width: 0 0 0 0;
}

.woocommerce .sidebar .widget.widget_products ul li:last-child:after {
    display: none;
}

.woocommerce .sidebar .widget.widget_products ul li:hover .product-title {
    color: #D8B069;
}

.woocommerce .sidebar .widget.widget_product_tag_cloud .tagcloud a {
    font-size: 16px !important;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.woocommerce .sidebar .widget.widget_price_filter .ui-slider {
    background-color: #EDEDED;
    height: 4px;
    border-radius: 2px;
}

.woocommerce .sidebar .widget.widget_price_filter .ui-slider .ui-slider-range {
    background-color: #333;
}

.woocommerce .sidebar .widget.widget_price_filter .ui-slider .ui-slider-handle {
    width: 18px;
    height: 18px;
    top: -7px;
    margin-left: -9px;
    border-radius: 9px;
    background-color: #333;
}

.woocommerce .sidebar .widget.widget_price_filter .price_slider_amount .button {
    height: 40px;
    line-height: 38px;
    padding: 0 20px;
}

.woocommerce .sidebar .widget.widget_price_filter .price_slider_amount .price_label {
    height: 40px;
    line-height: 40px;
}

.woocommerce.single-product .product > .woo-badges {
    display: none;
}

.woocommerce.single-product .product .woocommerce-product-gallery {
    margin-bottom: 40px;
}

.woocommerce.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    background-color: transparent;
}

.woocommerce.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
    border-color: #7E7E7E;
}

.woocommerce.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:after {
    background-color: #7E7E7E;
}

.woocommerce.single-product .product .woocommerce-product-gallery ol.flex-control-thumbs {
    padding: 0;
    margin: 0 -20px;
}

.woocommerce.single-product .product .woocommerce-product-gallery ol.flex-control-thumbs li {
    padding: 0 20px;
    margin: 40px 0 0 0;
    outline: none;
    cursor: pointer;
}

.woocommerce.single-product .product .woocommerce-product-gallery ol.flex-control-thumbs li img {
    max-width: 100%;
    height: auto;
}

.woocommerce.single-product .product .woocommerce-product-gallery ol.flex-control-thumbs li img.flex-active {
    border: 1px solid #ccc;
}

.woocommerce.single-product .product .summary {
    float: none;
    width: 100%;
    margin-bottom: 40px;
}

.woocommerce.single-product .product .summary .product_title {
    font-size: 24px;
    font-weight: 400;
    color: #7E7E7E;
    margin-bottom: 30px;
}

.woocommerce.single-product .product .summary .woocommerce-product-rating {
    margin-bottom: 30px;
    font-size: 14px;
}

.woocommerce.single-product .product .summary .woocommerce-product-rating span:before {
    color: #EFC720;
}

.woocommerce.single-product .product .summary .price {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 30px 0;
    color: #333;
}

.woocommerce.single-product .product .summary .price .sale, .woocommerce.single-product .product .summary .price .new, .woocommerce.single-product .product .summary .price .hot, .woocommerce.single-product .product .summary .price .outofstock {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
    height: 24px;
    line-height: 24px;
    padding: 0 8px;
    min-width: 0;
    min-height: 0;
}

.woocommerce.single-product .product .summary .price .new {
    background-color: #96C07C;
}

.woocommerce.single-product .product .summary .price .hot {
    background-color: #FFB413;
}

.woocommerce.single-product .product .summary .price .sale {
    background-color: #D6372C;
}

.woocommerce.single-product .product .summary .price .outofstock {
    background-color: #333;
}

.woocommerce.single-product .product .summary .price .amount {
    display: inline-block;
    font-weight: 700;
}

.woocommerce.single-product .product .summary .price del {
    display: inline-block;
    color: #ccc;
    opacity: 1;
}

.woocommerce.single-product .product .summary .price del .amount {
    color: #ccc;
}

.woocommerce.single-product .product .summary .price ins {
    display: inline-block;
    text-decoration: none;
}

.woocommerce.single-product .product .summary .woocommerce-product-details__short-description {
    margin-bottom: 30px;
}

.woocommerce.single-product .product .summary .woocommerce-product-details__short-description p {
    font-size: 16px;
    font-weight: 400;
    color: #7E7E7E;
    margin: 0;
}

.woocommerce.single-product .product .summary .woosb-wrap {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

.woocommerce.single-product .product .summary .woosb-wrap .woosb-table tr td {
    text-align: left;
}

.woocommerce.single-product .product .summary p.stock {
    margin: 0 0 0 0;
}

.woocommerce.single-product .product .summary p.stock.out-of-stock {
    display: none;
}

.woocommerce.single-product .product .summary form.cart {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.woocommerce.single-product .product .summary form.cart .label {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    margin-right: 15px;
}

.woocommerce.single-product .product .summary form.cart .quantity {
    float: left;
    margin: 0 10px 0 0;
    display: inline-block;
}

.woocommerce.single-product .product .summary form.cart .quantity input {
    min-width: 80px;
    height: 50px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    background-color: #F8F8F8;
    border: none;
    outline: none;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    padding: 0 20px;
}

.woocommerce.single-product .product .summary form.cart table.variations {
    margin: 0 0 30px 0;
}

.woocommerce.single-product .product .summary form.cart table.variations tr td {
    text-align: left;
    background-color: transparent;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 10px 10px 0;
}

.woocommerce.single-product .product .summary form.cart table.variations tr td.label label {
    color: #333;
    text-transform: capitalize;
    font-weight: 400;
    margin: 0;
}

.woocommerce.single-product .product .summary form.cart table.variations tr td.value select {
    min-width: 0;
    height: 40px;
    line-height: 38px;
    margin: 0;
    padding: 0 15px;
    outline: none;
    color: #333;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: transparent;
    display: inline-block;
    border: 1px solid #eee;
    -webkit-appearance: none;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAABGdBTUEAALGPC/xhBQAAAHBJREFUCB1djjsOgDAMQ5NerXdBYmRADCAmBhgZGBDcpO3N+sFBRAIiNXbsN5SdcwMzj0SUSikJGsU/L6ITfzAWhRD6nPMk/j8AT2ttdYNSAu4Az28Q0A6ohhajBYLFGNPqjXJTSLOP4s+N9379hDgux4UotvsoUK0AAAAASUVORK5CYII=");
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) 50%;
}

.woocommerce.single-product .product .summary form.cart table.variations tr td.value a.reset_variations {
    margin-left: 5px;
}

.woocommerce.single-product .product .summary form.cart table.variations tr:first-child td {
    padding-top: 0;
}

.woocommerce.single-product .product .summary form.cart table.variations tr:last-child td {
    padding-bottom: 0;
}

.woocommerce.single-product .product .summary form.cart button[type="submit"] {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    display: inline-block;
    text-align: center;
    background-color: #333;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    border: none;
    outline: none;
    border-radius: 0;
    transition: all 0.5s;
}

.woocommerce.single-product .product .summary form.cart button[type="submit"]:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    display: inline-block;
    margin-right: 10px;
}

.woocommerce.single-product .product .summary form.cart button[type="submit"]:hover {
    color: #fff;
    border-color: #D8B069;
    background-color: #D8B069;
}

.woocommerce.single-product .product .summary form.cart .wishlist-btn {
    display: inline-block;
    margin-left: 10px;
}

.woocommerce.single-product .product .summary form.cart .wishlist-btn .woosw-btn {
    font-size: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #D8D8D8;
    line-height: 48px;
    text-align: center;
    display: block;
    overflow: hidden;
}

.woocommerce.single-product .product .summary form.cart .wishlist-btn .woosw-btn:before {
    display: block;
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    line-height: 48px;
    margin: 0;
}

.woocommerce.single-product .product .summary form.cart .wishlist-btn .woosw-btn.woosw-adding:before {
    content: '\f2f1';
    font-weight: 300;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.woocommerce.single-product .product .summary form.cart .wishlist-btn .woosw-btn.woosw-added:before {
    font-weight: 900;
}

.woocommerce.single-product .product .summary form.cart .compare-btn {
    display: inline-block;
    margin-left: 10px;
}

.woocommerce.single-product .product .summary form.cart .compare-btn .wooscp-btn {
    font-size: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #D8D8D8;
    line-height: 48px;
    text-align: center;
    display: block;
    overflow: hidden;
}

.woocommerce.single-product .product .summary form.cart .compare-btn .wooscp-btn:before {
    display: block;
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    line-height: 48px;
    margin: 0;
}

.woocommerce.single-product .product .summary .product_meta table {
    margin: 0;
    border: none;
}

.woocommerce.single-product .product .summary .product_meta table tr th, .woocommerce.single-product .product .summary .product_meta table tr td {
    border: none;
}

.woocommerce.single-product .product .summary .product_meta table tr td {
    text-align: left;
    border: none;
    background-color: transparent;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    color: #7E7E7E;
    padding: 10px 10px 10px 0;
}

.woocommerce.single-product .product .summary .product_meta table tr td a {
    color: #333;
}

.woocommerce.single-product .product .summary .product_meta table tr td a:hover {
    color: #D8B069;
}

.woocommerce.single-product .product .summary .product_meta table tr:first-child td {
    padding-top: 0;
}

.woocommerce.single-product .product .summary .product_meta table tr:last-child td {
    padding-bottom: 0;
}

.woocommerce.single-product .product .woocommerce-tabs {
    border-top: 1px solid #eee;
    padding-top: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #eee;
}

.woocommerce.single-product .product .woocommerce-tabs ul.tabs {
    margin: 0 0 40px 0;
    padding: 0;
    overflow: visible;
    text-align: center;
}

.woocommerce.single-product .product .woocommerce-tabs ul.tabs:before, .woocommerce.single-product .product .woocommerce-tabs ul.tabs:after {
    display: none !important;
}

.woocommerce.single-product .product .woocommerce-tabs ul.tabs li {
    border: none;
    background-color: transparent;
    color: #333;
    font-size: 34px;
    line-height: 1;
    font-weight: 700;
    padding: 0;
    margin: 0px 15px;
    margin-left: 0;
    border-radius: 0;
    position: relative;
}

.woocommerce.single-product .product .woocommerce-tabs ul.tabs li:before, .woocommerce.single-product .product .woocommerce-tabs ul.tabs li:after {
    display: none !important;
}

.woocommerce.single-product .product .woocommerce-tabs ul.tabs li a {
    padding: 0;
    line-height: 1;
    color: #ccc;
    font-size: 34px;
    font-weight: 700;
}

.woocommerce.single-product .product .woocommerce-tabs .panel {
    padding: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 400;
    color: #7E7E7E;
}

.woocommerce.single-product .product .woocommerce-tabs .panel h2 {
    display: none;
}

.woocommerce.single-product .product .woocommerce-tabs .panel p {
    margin: 0 0 15px 0;
}

.woocommerce.single-product .product .woocommerce-tabs .panel p:last-child {
    margin: 0;
}

.woocommerce.single-product .product .woocommerce-tabs .panel .shop_attributes {
    margin-bottom: 0;
}

.woocommerce.single-product .product .woocommerce-tabs .panel .shop_attributes tr th, .woocommerce.single-product .product .woocommerce-tabs .panel .shop_attributes tr td {
    text-align: left;
    border-left: none;
    border-right: none;
}

.woocommerce.single-product .product .up-sells > h2, .woocommerce.single-product .product .related > h2 {
    display: block;
    text-align: center;
    padding: 60px 0 30px 0;
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #333;
}

.woocommerce.single-product .product .up-sells .slick-slide, .woocommerce.single-product .product .related .slick-slide {
    outline: none;
    margin-bottom: 0;
}

.woocommerce.single-product .product .up-sells .slick-dots, .woocommerce.single-product .product .related .slick-dots {
    margin: 15px 0 0 0;
}

.woocommerce.single-product .product .up-sells .slick-dots li, .woocommerce.single-product .product .related .slick-dots li {
    margin: 0;
}

.woocommerce.single-product .product #reviews #comments ol {
    margin: 0;
    padding: 0;
}

.woocommerce.single-product .product #reviews #comments ol li {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.woocommerce.single-product .product #reviews #comments ol li:last-child {
    margin-bottom: 0;
}

.woocommerce.single-product .product #reviews #comments ol li img.avatar {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    padding: 0;
    border: none;
}

.woocommerce.single-product .product #reviews #comments ol li .comment-text {
    border: none;
    border-radius: 0;
    font-size: 16px;
    margin: 0 0 0 120px;
    padding: 0;
}

.woocommerce.single-product .product #reviews #comments ol li .comment-text .star-rating {
    float: none;
    display: inline-block;
    font-size: 12px;
}

.woocommerce.single-product .product #reviews #comments ol li .comment-text .star-rating span:before {
    color: #EFC720;
}

.woocommerce.single-product .product #reviews #comments ol li .comment-text p.meta {
    display: inline-block;
    margin-left: 10px;
    font-size: 16px;
}

.woocommerce.single-product .product #reviews #comments ol li .comment-text p.meta .woocommerce-review__author {
    font-weight: 400;
    color: #333;
}

.woocommerce.single-product .product #reviews #comments ol li .comment-text p.meta .woocommerce-review__published-date {
    font-size: 14px;
}

.woocommerce.single-product .product #reviews #comments ol li .comment-text .description p:last-child {
    margin: 0;
}

.woocommerce.single-product .product #reviews #review_form_wrapper {
    margin-top: 30px;
}

.woocommerce.single-product .product #reviews #review_form #reply-title {
    color: #333;
    font-weight: 700;
}

.woocommerce.single-product .product #reviews #review_form form {
    margin-top: 15px;
}

.woocommerce.single-product .product #reviews #review_form input[type="text"], .woocommerce.single-product .product #reviews #review_form input[type="email"], .woocommerce.single-product .product #reviews #review_form input[type="phone"] {
    height: 40px;
    display: inline-block;
    line-height: 38px;
    background-color: transparent;
    border: 1px solid #EEEEEE;
    outline: none;
    color: #7E7E7E;
    font-size: 16px;
    font-weight: 400;
    padding: 0 15px;
    border-radius: 0;
}

.woocommerce.single-product .product #reviews #review_form input[type="submit"] {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    display: inline-block;
    text-align: center;
    background-color: #333;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border: none;
    outline: none;
    border-radius: 0;
    transition: all 0.5s;
}

.woocommerce.single-product .product #reviews #review_form input[type="submit"]:hover {
    color: #fff;
    border-color: #D8B069;
    background-color: #D8B069;
}

.woocommerce.single-product .product #reviews #review_form textarea {
    padding: 15px;
    border: 1px solid #EEEEEE;
    outline: none;
    color: #7E7E7E;
    border-radius: 0;
}

@media (max-width: 991px) {
    .woocommerce.single-product .woo-wide .woo-single-info .woo-single-summary {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/*
Trumps are overrides, helpers, utilities. They should only affect
one piece of DOM at a time and usually carry !important
*/
@-webkit-keyframes fadeIn {
    0% {
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes moveVertical {
    0% {
    }
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes moveVertical {
    0% {
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes moveHorizontal {
    0% {
    }
    100% {
        -webkit-transform: translateX(0);
        opacity: 1;
    }
}

@keyframes moveHorizontal {
    0% {
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

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

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

@-webkit-keyframes fallPerspective {
    0% {
    }
    100% {
        -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
        opacity: 1;
    }
}

@keyframes fallPerspective {
    0% {
    }
    100% {
        -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
        transform: translateZ(0px) translateY(0px) rotateX(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes fly {
    0% {
    }
    100% {
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes fly {
    0% {
    }
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes flip {
    0% {
    }
    100% {
        -webkit-transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes flip {
    0% {
    }
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes helix {
    0% {
    }
    100% {
        -webkit-transform: rotateY(0deg);
        opacity: 1;
    }
}

@keyframes helix {
    0% {
    }
    100% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes popUp {
    0% {
    }
    70% {
        -webkit-transform: scale(1.1);
        opacity: .8;
        -webkit-animation-timing-function: ease-out;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 1;
    }
}

@keyframes popUp {
    0% {
    }
    70% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: .8;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.tm-animation {
    opacity: 0;
}

.tm-animation.fade-in.animate {
    -webkit-animation: fadeIn 0.95s ease forwards;
    animation: fadeIn 0.95s ease forwards;
}

.tm-animation.move-up.animate {
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    -webkit-animation: moveVertical 0.65s ease forwards;
    animation: moveVertical 0.65s ease forwards;
}

.tm-animation.move-down.animate {
    -webkit-transform: translateY(-150px);
    transform: translateY(-150px);
    -webkit-animation: moveVertical 0.65s ease forwards;
    animation: moveVertical 0.65s ease forwards;
}

.tm-animation.move-left.animate {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
    -webkit-animation: moveHorizontal 0.65s ease forwards;
    animation: moveHorizontal 0.65s ease forwards;
}

.tm-animation.move-right.animate {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
    -webkit-animation: moveHorizontal 0.65s ease forwards;
    animation: moveHorizontal 0.65s ease forwards;
}

.tm-animation.scale-up.animate {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-animation: scaleUp 0.65s ease-in-out forwards;
    animation: scaleUp 0.65s ease-in-out forwards;
}

.tm-animation.fall-perspective {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.tm-animation.fall-perspective.animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
    transform: translateZ(400px) translateY(300px) rotateX(-90deg);
    -webkit-animation: fallPerspective .8s ease-in-out forwards;
    animation: fallPerspective .8s ease-in-out forwards;
}

.tm-animation.fly {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.tm-animation.fly.animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50% -300px;
    transform-origin: 50% 50% -300px;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-animation: fly .8s ease-in-out forwards;
    animation: fly .8s ease-in-out forwards;
}

.tm-animation.flip.animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: rotateX(-80deg);
    transform: rotateX(-80deg);
    -webkit-animation: flip .8s ease-in-out forwards;
    animation: flip .8s ease-in-out forwards;
}

.tm-animation.helix {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.tm-animation.helix.animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-animation: helix .8s ease-in-out forwards;
    animation: helix .8s ease-in-out forwards;
}

.tm-animation.pop-up {
    -webkit-perspective: 1300px;
    perspective: 1300px;
}

.tm-animation.pop-up.animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    -webkit-animation: popUp .8s ease-in forwards;
    animation: popUp .8s ease-in forwards;
}

body {
    overflow-x: hidden;
}

body.bg-color-dark {
    background-color: #222;
}

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

.mw-300 {
    max-width: 300px !important;
    margin: 0 auto !important;
}

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

.mw-420 {
    max-width: 420px !important;
    margin: 0 auto !important;
}

.mw-480 {
    max-width: 480px !important;
    margin: 0 auto !important;
}

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

.mw-500 {
    max-width: 500px !important;
    margin: 0 auto !important;
}

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

.mw-560 {
    max-width: 560px !important;
    margin: 0 auto !important;
}

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

.mw-560-r {
    max-width: 560px !important;
    margin-left: auto !important;
    margin-right: 0 !important;
}

.mw-600 {
    max-width: 600px !important;
    margin: 0 auto !important;
}

.mw-640 {
    max-width: 640px !important;
    margin: 0 auto !important;
}

.mw-670 {
    max-width: 670px !important;
    margin: 0 auto !important;
}

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

.mw-720 {
    max-width: 720px !important;
    margin: 0 auto !important;
}

.mw-790 {
    max-width: 790px !important;
    margin: 0 auto !important;
}

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

.mw-800 {
    max-width: 800px !important;
    margin: 0 auto !important;
}

.mw-900 {
    max-width: 900px !important;
    margin: 0 auto !important;
}

.mw-960 {
    max-width: 960px !important;
    margin: 0 auto !important;
}

.mw-1900 {
    max-width: 1900px !important;
    margin: 0 auto !important;
}

.wpb_single_image.img-w100 figure {
    width: 100%;
}

.wpb_single_image.img-w100 figure .vc_single_image-wrapper {
    width: 100%;
}

.wpb_single_image.img-w100 figure .vc_single_image-wrapper img {
    width: 100%;
    height: auto;
}

.vc_row.full-screen .wpb_column {
    height: calc(100vh - 60px);
}

.vc_row.full-screen .wpb_column .wpb_wrapper {
    width: 100%;
    height: 100%;
}

.vc_row.overflow-visible {
    overflow: visible !important;
}

.vc_row.bg-center, .bg-center.bg-center {
    background-position: center !important;
}

.vc_row.bg-center-top, .bg-center-top {
    background-position: center top !important;
}

.vc_row.bg-right-top, .bg-right-top {
    background-position: right top !important;
}

.vc_row.bg-right-bottom, .bg-right-bottom {
    background-position: right bottom !important;
}

.vc_row.bg-left-center, .bg-left-center {
    background-position: left center !important;
}

.vc_row.bg-right-center, .bg-right-center {
    background-position: right center !important;
}

.vc_row.bg-center-bottom, .bg-center-bottom {
    background-position: center bottom !important;
}

.vc_row.bg-left-bottom, .bg-left-bottom {
    background-position: left bottom !important;
}

.vc_row.bg-no-repeat, .bg-no-repeat {
    background-repeat: no-repeat !important;
}

.vc_row.bg-repeat-x, .bg-repeat-x {
    background-repeat: repeat-x !important;
}

.vc_row.bg-repeat-y, .bg-repeat-y {
    background-repeat: repeat-y !important;
}

@media (max-width: 991px) {
    .hidden-bg-md-down.hidden-bg-md-down {
        background-image: none !important;
    }
}

@media (max-width: 767px) {
    .mp-0 > .vc_column-inner {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

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

    .mp-15 > .vc_column-inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .mp-15.vc_row {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .mp-20 > .vc_column-inner {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .mp-25 > .vc_column-inner {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .mp-30 > .vc_column-inner {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .mp-30.vc_row {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .mp-35 > .vc_column-inner {
        padding-left: 35px !important;
        padding-right: 35px !important;
    }

    .mp-40 > .vc_column-inner {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .mp-45 > .vc_column-inner {
        padding-left: 45px !important;
        padding-right: 45px !important;
    }

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

    .mp-60 > .vc_column-inner {
        padding-left: 60px !important;
        padding-right: 60px !important;
    }

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

    .mtp-0 > .vc_column-inner {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

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

    .mtp-30 > .vc_column-inner {
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .mtp-60 > .vc_column-inner {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .rtp-60.vc_row {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }

    .mfs-20 {
        font-size: 20px !important;
    }

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

    .mfs-40 {
        font-size: 40px !important;
    }

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

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

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

    .m-hide {
        display: none !important;
    }

    .vc_empty_space.mh-0 {
        height: 0 !important;
    }

    .vc_empty_space.mh-30 {
        height: 30px !important;
    }

    .vc_empty_space.mh-60 {
        height: 60px !important;
    }
}

.floating {
    -webkit-animation-name: floating;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: floating;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}

.rev_slider .tp-caption mark {
    background-color: transparent;
    color: #D8B069;
    padding: 0;
    border-bottom: 3px solid #D8B069;
}

.rev_slider .tp-bullets .tp-bullet {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: 2px solid transparent;
    background-color: transparent;
    transition: all 0.5s;
}

.rev_slider .tp-bullets .tp-bullet:before {
    content: '';
    width: 8px;
    height: 8px;
    display: block;
    background-color: #ccc;
    border-radius: 100%;
    position: absolute;
    top: 3px;
    left: 3px;
    transition: all 0.5s;
}

.rev_slider .tp-bullets .tp-bullet.selected {
    border-color: #D8B069;
}

.rev_slider .tp-bullets .tp-bullet.selected:before {
    opacity: 0;
}

[class*=hint--]:after {
    text-shadow: none !important;
}

body.error404 {
    overflow: hidden;
    background-color: #222;
    background-repeat: no-repeat;
    background-position: center left;
}

body.error404 .content-area {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
}

body.error404 .content-area:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: url("assets/images/404_img.png");
    background-repeat: no-repeat;
    background-position: bottom right;
}

body.error404 .content-area .header-404 {
    width: 100%;
    display: block;
    padding: 60px 30px;
    text-align: center;
}

body.error404 .content-area .content-404 {
    width: 100%;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate3d(0, -50%, 0);
}

body.error404 .content-area .content-404-title {
    color: #fff;
    font-size: 48px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 20px;
}

body.error404 .content-area .content-404-title span {
    font-size: 100px;
    display: block;
}

body.error404 .content-area .content-404-text {
    font-size: 18px;
    font-weight: 400;
    color: #7E7E7E;
}

body.error404 .content-area .content-404-links {
    margin-top: 40px;
}

body.error404 .content-area .content-404-links a {
    margin-right: 20px;
}

body.error404 .content-area .content-404-links a.content-404-back {
    color: #333;
    background-color: #F5F6F8;
    border-color: #F5F6F8;
}

body.error404 .content-area .content-404-links a.content-404-back:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    margin-right: 10px;
    vertical-align: middle;
}

body.error404 .content-area .content-404-links a.content-404-back:after {
    display: none;
}

body.error404 .content-area .content-404-links a.content-404-home {
    color: #fff;
    background-color: #333;
    border-color: #333;
}

body.error404 .content-area .content-404-links a.content-404-home:before {
    content: "";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    margin-right: 10px;
    vertical-align: middle;
}

body.error404 .content-area .content-404-links a.content-404-home:after {
    display: none;
}

body.error404 .content-area .content-404-links a:hover {
    background-color: transparent;
    border-color: #D8B069;
    color: #D8B069;
}

body.error404 header.header, body.error404 footer.footer {
    display: none;
}

@media (max-width: 991px) {
    body.error404 .content-area .content-404 {
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
    }

    body.error404 .content-area .content-404 .content-404-links a {
        display: block;
        margin: 0 0 10px 0;
    }
}

@media (max-width: 991px) {
    .container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .bb-footer-inside {
        padding-left: 30px;
        padding-right: 30px;
    }

    .page-title .container {
        display: block;
        padding-left: 30px;
        padding-right: 30px;
    }

    .page-title .container > div {
        display: block;
    }
}

a.scrollup {
    width: 44px;
    height: 44px;
    line-height: 44px;
    border-radius: 22px;
    background-color: #333;
    color: #fff !important;
    text-align: center;
    display: block;
    position: fixed;
    right: 40px;
    bottom: -60px;
    font-size: 11px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.5s;
}

a.scrollup:hover {
    background-color: #D8B069;
}

a.scrollup.show {
    bottom: 50px;
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}

.slick-prev:before {
    content: '←';
}

[dir='rtl'] .slick-prev:before {
    content: '→';
}

.slick-next {
    right: -25px;
}

[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}

.slick-next:before {
    content: '→';
}

[dir='rtl'] .slick-next:before {
    content: '←';
}

/* Dots */
.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -45px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/*
 * fullPage 2.8.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 * Contribution by Jhony0311
 */
html.fp-enabled,
.fp-enabled body {
    overflow: hidden;
    /* Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: transparent;
}

#superContainer {
    height: 100%;
    position: relative;
    /* Touch detection for Windows 8 */
    -ms-touch-action: none;
    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}

.fp-section {
    position: relative;
    -webkit-box-sizing: border-box;
    /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box;
    /* <=28 */
    box-sizing: border-box;
}

.fp-slide {
    float: left;
}

.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.fp-slidesContainer {
    float: left;
    position: relative;
}

.fp-controlArrow {
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    -ms-user-select: none;
    /* IE10+ */
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
    overflow: scroll;
}

.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}

.fp-slidesNav.bottom {
    bottom: 17px;
}

.fp-slidesNav.top {
    top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 16px;
    height: 16px;
    margin: 15px 0;
    position: relative;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    border-radius: 100%;
    position: relative;
    z-index: 1;
    height: 16px;
    width: 16px;
    display: block;
    border: 1px solid transparent;
    transition: all 0.5s;
}

#fp-nav ul li a span:before,
.fp-slidesNav ul li a span:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #fff;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 4px;
    transition: all 0.5s;
}

#fp-nav ul li a.active span, #fp-nav ul li a:hover span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li a:hover span {
    border: 1px solid #fff;
}

#fp-nav ul li a.active span:before, #fp-nav ul li a:hover span:before,
.fp-slidesNav ul li a.active span:before,
.fp-slidesNav ul li a:hover span:before {
    display: none;
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
    right: 40px;
}

#fp-nav.left {
    left: 40px;
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: 50%;
    color: #fff;
    font-size: 17px;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer;
    transform: translateY(-50%);
}

#fp-nav ul li .fp-tooltip.right {
    right: 30px;
}

#fp-nav ul li .fp-tooltip.left {
    left: 30px;
}

#fp-nav ul li:hover .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}

#fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}

.fp-slidesNav ul li {
    display: inline-block;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
    height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
    height: auto !important;
}

.fp-scrollable {
    overflow: hidden;
}

.fp-scrollable .fp-scroller {
    overflow: hidden;
}

.fp-enabled .vc_row.vc_row-outer {
    margin-left: 0;
    margin-right: 0;
}

.fp-enabled .fp-table {
    display: table !important;
}

.fp-enabled .wpb_row {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}

.fp-enabled .wpb_row:before, .fp-enabled .wpb_row:after {
    content: " ";
    display: table;
}

.fp-enabled .wpb_row:after {
    clear: both;
}

.fp-enabled .vc_row.vc_row-o-content-middle:not(.vc_row-o-equal-height) .wpb_row > .vc_column_container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.fp-enabled .vc_row.vc_row-o-content-middle .wpb_row > .vc_column_container > .vc_column-inner {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fp-enabled .vc_row.vc_row-flex .wpb_row {
    box-sizing: border-box;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fp-enabled .vc_row.vc_row-flex .wpb_row > .vc_column_container {
    display: flex;
}

.fp-enabled .vc_row.vc_row-flex .wpb_row > .vc_column_container > .vc_column-inner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.fp-enabled .site {
    position: relative;
    left: 0;
    overflow: hidden;
    -webkit-transition: -webkit-transform .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
}

@media (min-width: 768px) {
    .one-page-scroll.tm-enable-onepage-animation > .vc-row-wrapper {
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff;
        backface-visibility: hidden;
        transform-style: preserve-3d;
        z-index: 1;
    }

    .one-page-scroll.tm-enable-onepage-animation > .vc-row-wrapper.active {
        z-index: 10;
    }

    .one-page-scroll.tm-enable-onepage-animation > .vc-row-wrapper:not(.active):not(.fp-completely) {
        top: 100%;
        pointer-events: none;
        visibility: hidden;
    }

    .page-template-one-page-scroll #page-content,
    .page-template-one-page-scroll #page-footer-wrapper {
        position: relative;
        z-index: 2;
        transition: transform .6s ease;
    }

    .page-template-one-page-scroll.tm-one-page-footer-expanded #page-content {
        transform: translateY(-50px);
    }

    .page-template-one-page-scroll.tm-one-page-footer-expanded #page-footer-wrapper {
        transform: translateY(-100%);
    }

    .page-template-one-page-scroll[data-row-skin="light"] .onepage-pagination a {
        color: #fff;
    }

    .page-template-one-page-scroll[data-row-skin="light"] #fp-nav ul li a {
        color: #fff;
    }

    .page-template-one-page-scroll[data-row-skin="dark"] .onepage-pagination a {
        color: inherit;
    }

    .page-template-one-page-scroll[data-row-skin="dark"] #fp-nav ul li .fp-tooltip {
        color: #777;
    }

    .page-template-one-page-scroll[data-row-skin="dark"] #fp-nav ul li a span:before {
        background-color: #bcbcbc;
    }

    .page-template-one-page-scroll[data-row-skin="dark"] #fp-nav ul li a.active span, .page-template-one-page-scroll[data-row-skin="dark"] #fp-nav ul li a:hover span {
        border-color: #333;
    }
}

/*# sourceMappingURL=assets/scss/sourcemap/style.css.map */
