@charset "UTF-8";
/*
Theme Name: platzhirsch-medium-parent
Theme URI: http://master-dev.dasbad.de
Author: Adrodev
Author URI: http://www.adrodev.de
Description: Platzhirsch - lasst uns Handwerkern helfen
Version: 1.4.2.2

License: platzhirsch theme
Text Domain: platzhirsch-medium-parent
*/
/*!
 * Bootstrap v4.1.0 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #3140c0;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #F04124;
    --orange: #f4900a;
    --yellow: #E99002;
    --green: #43ac6a;
    --teal: #20c997;
    --cyan: #5bc0de;
    --white: #fff;
    --gray: #999;
    --gray-dark: #333;
    --primary: #676d70;
    --secondary: #ff862a;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: Helvetica;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

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

body {
    margin: 0;
    font-family: Helvetica, "Fira Sans";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #676d70;
    text-align: left;
    background-color: #eef2f8;
}

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

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

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

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

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

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

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

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

dt {
    font-weight: 700;
}

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

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

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

a:hover {
    color: #676d70;
    text-decoration: none;
}

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

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

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

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

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

figure {
    margin: 0 0 1rem;
}

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

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

table {
    border-collapse: collapse;
}

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

th {
    text-align: inherit;
}

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

button {
    border-radius: 0;
}

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

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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 {
    padding: 0;
    border-style: none;
}

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

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

textarea {
    overflow: auto;
    resize: vertical;
}

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

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

progress {
    vertical-align: baseline;
}

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

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

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

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

output {
    display: inline-block;
}

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

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-family: "Poppins";
    font-weight: 700;
    line-height: 1.2;
    color: #000;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

mark,
.mark {
    padding: 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: 0.5rem;
}

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

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

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

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

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

.img-thumbnail {
    padding: 0.25rem;
    background-color: #eef2f8;
    border: 1px solid #dee2e6;
    border-radius: 0;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .wp-col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .wp-col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .wp-col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .wp-col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

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

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

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

table .table {
    background-color: #eef2f8;
}

.table .thead-dark th {
    color: #eef2f8;
    background-color: #222;
    border-color: #353535;
}

.table .thead-light th {
    color: #495057;
    background-color: #212121;
    border-color: #dee2e6;
}

.form-control, input[type=text],
input[type=search],
input[type=url],
input[type=tel],
input[type=number],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
input[type=email],
input[type=file],
input[type=password],
select,
textarea, .wpcf7 .wpcf7-validation-errors {
    display: block;
    width: 100%;
    height: calc(3.1rem + 2px);
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .form-control, input[type=text],
    input[type=search],
    input[type=url],
    input[type=tel],
    input[type=number],
    input[type=range],
    input[type=date],
    input[type=month],
    input[type=week],
    input[type=time],
    input[type=datetime],
    input[type=datetime-local],
    input[type=color],
    input[type=email],
    input[type=file],
    input[type=password],
    select,
    textarea, .wpcf7 .wpcf7-validation-errors {
        -webkit-transition: none;
        transition: none;
    }
}

.form-control::-ms-expand, input[type=text]::-ms-expand,
input[type=search]::-ms-expand,
input[type=url]::-ms-expand,
input[type=tel]::-ms-expand,
input[type=number]::-ms-expand,
input[type=range]::-ms-expand,
input[type=date]::-ms-expand,
input[type=month]::-ms-expand,
input[type=week]::-ms-expand,
input[type=time]::-ms-expand,
input[type=datetime]::-ms-expand,
input[type=datetime-local]::-ms-expand,
input[type=color]::-ms-expand,
input[type=email]::-ms-expand,
input[type=file]::-ms-expand,
input[type=password]::-ms-expand,
select::-ms-expand,
textarea::-ms-expand, .wpcf7 .wpcf7-validation-errors::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus, input:focus[type=text],
input:focus[type=search],
input:focus[type=url],
input:focus[type=tel],
input:focus[type=number],
input:focus[type=range],
input:focus[type=date],
input:focus[type=month],
input:focus[type=week],
input:focus[type=time],
input:focus[type=datetime],
input:focus[type=datetime-local],
input:focus[type=color],
input:focus[type=email],
input:focus[type=file],
input:focus[type=password],
select:focus,
textarea:focus, .wpcf7 .wpcf7-validation-errors:focus {
    color: #495057;
    background-color: transparent;
    border-color: #8e97e2;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=range]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=month]::-webkit-input-placeholder,
input[type=week]::-webkit-input-placeholder,
input[type=time]::-webkit-input-placeholder,
input[type=datetime]::-webkit-input-placeholder,
input[type=datetime-local]::-webkit-input-placeholder,
input[type=color]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=file]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder, .wpcf7 .wpcf7-validation-errors::-webkit-input-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder, input[type=text]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=range]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=month]:-ms-input-placeholder,
input[type=week]:-ms-input-placeholder,
input[type=time]:-ms-input-placeholder,
input[type=datetime]:-ms-input-placeholder,
input[type=datetime-local]:-ms-input-placeholder,
input[type=color]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=file]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder, .wpcf7 .wpcf7-validation-errors:-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

.form-control::-ms-input-placeholder, input[type=text]::-ms-input-placeholder,
input[type=search]::-ms-input-placeholder,
input[type=url]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=range]::-ms-input-placeholder,
input[type=date]::-ms-input-placeholder,
input[type=month]::-ms-input-placeholder,
input[type=week]::-ms-input-placeholder,
input[type=time]::-ms-input-placeholder,
input[type=datetime]::-ms-input-placeholder,
input[type=datetime-local]::-ms-input-placeholder,
input[type=color]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=file]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder, .wpcf7 .wpcf7-validation-errors::-ms-input-placeholder {
    color: #999;
    opacity: 1;
}

.form-control::placeholder, input[type=text]::placeholder,
input[type=search]::placeholder,
input[type=url]::placeholder,
input[type=tel]::placeholder,
input[type=number]::placeholder,
input[type=range]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=week]::placeholder,
input[type=time]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=color]::placeholder,
input[type=email]::placeholder,
input[type=file]::placeholder,
input[type=password]::placeholder,
select::placeholder,
textarea::placeholder, .wpcf7 .wpcf7-validation-errors::placeholder {
    color: #999;
    opacity: 1;
}

.form-control:disabled, input:disabled[type=text],
input:disabled[type=search],
input:disabled[type=url],
input:disabled[type=tel],
input:disabled[type=number],
input:disabled[type=range],
input:disabled[type=date],
input:disabled[type=month],
input:disabled[type=week],
input:disabled[type=time],
input:disabled[type=datetime],
input:disabled[type=datetime-local],
input:disabled[type=color],
input:disabled[type=email],
input:disabled[type=file],
input:disabled[type=password],
select:disabled,
textarea:disabled, .wpcf7 .wpcf7-validation-errors:disabled, .form-control[readonly], input[readonly][type=text],
input[readonly][type=search],
input[readonly][type=url],
input[readonly][type=tel],
input[readonly][type=number],
input[readonly][type=range],
input[readonly][type=date],
input[readonly][type=month],
input[readonly][type=week],
input[readonly][type=time],
input[readonly][type=datetime],
input[readonly][type=datetime-local],
input[readonly][type=color],
input[readonly][type=email],
input[readonly][type=file],
input[readonly][type=password],
select[readonly],
textarea[readonly], .wpcf7 .wpcf7-validation-errors[readonly] {
    background-color: #212121;
    opacity: 1;
}

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

.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(0.8rem + 1px);
    padding-bottom: calc(0.8rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

select.form-control[size],
select[size], .wpcf7 select.wpcf7-validation-errors[size], select.form-control[multiple],
select[multiple], .wpcf7 select.wpcf7-validation-errors[multiple] {
    height: auto;
}

textarea.form-control,
textarea, .wpcf7 textarea.wpcf7-validation-errors {
    height: auto;
}

.form-group, .wpcf7 .wpcf7-form p {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: 0.25rem;
}

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

.form-row > .col,
.form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.btn, button[type=submit],
a.button {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0 solid transparent;
    padding: 20px 60px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion: reduce) {
    .btn, button[type=submit],
    a.button {
        -webkit-transition: none;
        transition: none;
    }
}

.btn:hover, button:hover[type=submit],
a.button:hover, .btn:focus, button:focus[type=submit],
a.button:focus {
    text-decoration: none;
}

.btn:focus, button:focus[type=submit],
a.button:focus, .btn.focus, button.focus[type=submit],
a.focus.button {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn.disabled, button.disabled[type=submit],
a.disabled.button, .btn:disabled, button:disabled[type=submit],
a.button:disabled {
    opacity: 0.65;
}

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

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

.btn-sm {
    padding: 0.95rem 2.35rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0;
}

.btn-primary, button[type=submit],
a.button, .hentry .more-link {
    color: #fff;
    background-color: #676d70;
    border-color: #676d70;
}

.btn-primary:hover, button:hover[type=submit],
a.button:hover, .hentry .more-link:hover {
    color: #fff;
    background-color: #2936a2;
    border-color: #273297;
}

.btn-primary:focus, button:focus[type=submit],
a.button:focus, .hentry .more-link:focus, .btn-primary.focus, button.focus[type=submit],
a.focus.button, .hentry .focus.more-link {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 64, 192, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(49, 64, 192, 0.5);
}

.btn-primary.disabled, button.disabled[type=submit],
a.disabled.button, .hentry .disabled.more-link, .btn-primary:disabled, button:disabled[type=submit],
a.button:disabled, .hentry .more-link:disabled {
    color: #fff;
    background-color: #676d70;
    border-color: #676d70;
}

.btn-primary:not(:disabled):not(.disabled):active, button:not(:disabled):not(.disabled):active[type=submit],
a.button:not(:disabled):not(.disabled):active, .hentry .more-link:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, button:not(:disabled):not(.disabled).active[type=submit],
a.button:not(:disabled):not(.disabled).active, .hentry .more-link:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle,
.show > button.dropdown-toggle[type=submit],
.show > a.dropdown-toggle.button,
.hentry .show > .dropdown-toggle.more-link {
    color: #fff;
    background-color: #273297;
    border-color: #242f8d;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, button:not(:disabled):not(.disabled):active:focus[type=submit],
a.button:not(:disabled):not(.disabled):active:focus, .hentry .more-link:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, button:not(:disabled):not(.disabled).active:focus[type=submit],
a.button:not(:disabled):not(.disabled).active:focus, .hentry .more-link:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus,
.show > button.dropdown-toggle:focus[type=submit],
.show > a.dropdown-toggle.button:focus,
.hentry .show > .dropdown-toggle.more-link:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 64, 192, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(49, 64, 192, 0.5);
}

.btn-secondary {
    color: #fff;
    background-color: #ff862a;
    border-color: #ff862a;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #db3800;
    border-color: #ce3500;
}

.btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 67, 2, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 67, 2, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #ff862a;
    border-color: #ff862a;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ce3500;
    border-color: #c13200;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 67, 2, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 67, 2, 0.5);
}

.btn-outline-primary {
    color: #676d70;
    background-color: transparent;
    background-image: none;
    border-color: #676d70;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #676d70;
    border-color: #676d70;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 64, 192, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(49, 64, 192, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #676d70;
    background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #676d70;
    border-color: #676d70;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(49, 64, 192, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(49, 64, 192, 0.5);
}

.btn-outline-secondary {
    color: #ff862a;
    background-color: transparent;
    background-image: none;
    border-color: #ff862a;
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #ff862a;
    border-color: #ff862a;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 67, 2, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 67, 2, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #ff862a;
    background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #ff862a;
    border-color: #ff862a;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    -webkit-box-shadow: 0 0 0 0.2rem rgba(255, 67, 2, 0.5);
    box-shadow: 0 0 0 0.2rem rgba(255, 67, 2, 0.5);
}

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

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

.dropdown-toggle:empty::after {
    margin-left: 0;
}

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

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

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

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

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

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

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

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

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

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

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
}

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

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}

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

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

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #222;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #151515;
    text-decoration: none;
    background-color: #f9f9f9;
}

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

.dropdown-item.disabled, .dropdown-item:disabled {
    color: #999;
    background-color: transparent;
}

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #999;
    white-space: nowrap;
}

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

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

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
    text-decoration: none;
}

.nav-link.disabled {
    color: #ccc;
}

.nav-tabs {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: rgba(0, 0, 0, 0.1);
}

.nav-tabs .nav-link.disabled {
    color: #ccc;
    background-color: transparent;
    border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #eef2f8;
    border-color: rgba(0, 0, 0, 0.1);
}

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

.nav-pills .nav-link {
    border-radius: 0;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #676d70;
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}

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

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0;
}

.navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

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

    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

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

    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-md .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

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

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

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

    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

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

.navbar-expand .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.navbar-expand .navbar-toggler {
    display: none;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #999;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none;
    background-color: #676d70;
    border-color: #676d70;
}

.page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #676d70;
    border-color: #676d70;
}

.page-item.disabled .page-link {
    color: #212121;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #f6f6f6;
    border-radius: 0;
}

.progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #676d70;
    text-align: center;
    white-space: nowrap;
    background-color: #676d70;
    -webkit-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
        -webkit-transition: none;
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #676d70 !important;
}

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

.bg-secondary {
    background-color: #ff862a !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
    background-color: #ce3500 !important;
}

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

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

.border {
    border: 1px solid #e8e8e8 !important;
}

.border-top {
    border-top: 1px solid #e8e8e8 !important;
}

.border-right {
    border-right: 1px solid #e8e8e8 !important;
}

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

.border-left {
    border-left: 1px solid #e8e8e8 !important;
}

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

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

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

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

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

.border-primary {
    border-color: #676d70 !important;
}

.border-secondary {
    border-color: #ff862a !important;
}

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

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

.rounded-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.rounded-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.rounded-bottom {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.rounded-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.rounded-circle, .entry-footer .meta-author .avatar {
    border-radius: 50% !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.embed-responsive, .video-thumb iframe {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive::before, .video-thumb iframe::before {
    display: block;
    content: "";
}

.embed-responsive .embed-responsive-item, .video-thumb iframe .embed-responsive-item,
.embed-responsive iframe,
.video-thumb iframe iframe,
.embed-responsive embed,
.video-thumb iframe embed,
.embed-responsive object,
.video-thumb iframe object,
.embed-responsive video,
.video-thumb iframe video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shadow-sm {
    -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
    -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-weight-normal {
    font-weight: 400 !important;
}

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

.font-italic, dfn, cite, em {
    font-style: italic !important;
}

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

.text-primary {
    color: #676d70 !important;
}

a.text-primary:hover, a.text-primary:focus {
    color: #273297 !important;
}

.text-secondary {
    color: #ff862a !important;
}

a.text-secondary:hover, a.text-secondary:focus {
    color: #ce3500 !important;
}

.text-body {
    color: #676d70 !important;
}

.text-muted {
    color: #999 !important;
}

.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    *,
    *::before,
    *::after {
        text-shadow: none !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn):not(button[type=submit]):not(
  a.button) {
        text-decoration: underline;
    }

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

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

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

    thead {
        display: table-header-group;
    }

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

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

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

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

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

    .navbar {
        display: none;
    }

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

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

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

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

    .table-dark {
        color: inherit;
    }

    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
        border-color: #dee2e6;
    }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

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

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

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

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

html {
    font-size: 16px;
    padding: 0;
    margin: 0;
}

body, button, input, select, textarea {
    color: #676d70;
    font-size: 1rem;
    line-height: 1.875;
    font-family: Helvetica, "Fira Sans";
}

body {
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    line-height: 1.2;
    margin: 0 0 0.75em;
    padding: 1.5em 0 0;
    letter-spacing: 0;
    font-family: "Poppins";
    font-weight: 700;
    color: #000;
}

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    padding-top: 0;
}

h1 {
    font-size: 36px;
    font-size: 2.25rem;
}

h2 {
    font-size: 24px;
    font-size: 1.5rem;
}

h3 {
    font-size: 20px;
    font-size: 1.25rem;
}

h4 {
    font-size: 18px;
    font-size: 1.125rem;
}

h5 {
    font-size: 16px;
    font-size: 1rem;
}

h6 {
    font-size: 12px;
    font-size: 0.75rem;
}

p {
    margin: 0 0 1em;
    padding: 0;
}

select {
    background: transparent;
}

blockquote {
    padding: 30px 0 10px 110px;
    margin: 30px 0;
    color: #000;
    font-size: 1.2rem;
    position: relative;
    text-align: left;
    line-height: 36px;
    background-image: url("assets/images/blockquote.png");
    background-position: 20px 25px;
    background-repeat: no-repeat;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}

blockquote:before {
    display: none;
}

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
    padding: 30px 0 10px 110px;
}

.wp-block-columns.has-3-columns .wp-block-column blockquote {
    background-size: 20%;
    padding: 30px 0 10px 70px;
}

pre {
    margin: 30px 0;
    padding: 30px;
    color: #000;
    background: #f9f9f9;
}

address {
    margin: 0 0 1.5em;
}

code, kbd, tt, var {
    font-family: Helvetica, "Fira Sans";
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 300;
}

abbr, acronym {
    border-bottom: 1px dotted;
    border-bottom-color: #f9f9f9;
    cursor: help;
}

mark, ins {
    background-color: #f9f9f9;
    text-decoration: none;
}

big {
    font-size: 125%;
}

q {
    quotes: "“" "”" "‘" "’";
}

:focus {
    outline: none;
}

input[type=text],
input[type=search],
input[type=url],
input[type=tel],
input[type=number],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
input[type=email],
input[type=file],
input[type=password],
select,
textarea {
    display: inline-block;
}

body.layout-boxed {
    background-color: #FFF;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
}

body.layout-boxed .body-inner {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
}

body.layout-boxed #page {
    background-color: #FFF;
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
}

.body-inner {
    overflow: hidden;
}

a {
    word-wrap: break-word;
}

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

a:focus {
    outline: none;
}

.img-responsive, .wp-post-image {
    max-width: 100%;
    height: auto;
}

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

button[type=submit],
a.button {
    padding: 15px 40px;
}

button.loading,
input[type="button"].loading,
input[type="reset"].loading,
input[type="submit"].loading,
.button.loading,
.added_to_cart.loading {
    position: relative;
}

button.loading:before,
input[type="button"].loading:before,
input[type="reset"].loading:before,
input[type="submit"].loading:before,
.button.loading:before,
.added_to_cart.loading:before {
    opacity: 0;
}

button.loading:after,
input[type="button"].loading:after,
input[type="reset"].loading:after,
input[type="submit"].loading:after,
.button.loading:after,
.added_to_cart.loading:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f110";
    -webkit-animation: fa-spin .75s linear infinite;
    animation: fa-spin .75s linear infinite;
    font-size: 20 pxpx;
    font-size: 1.25 pxrem;
    width: 20px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
}

.select2-container--default .select2-selection--single {
    display: block;
    width: 100%;
    height: calc(3.1rem + 2px);
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(3.1rem + 2px);
}

.c-primary {
    color: #676d70;
}

.c-secondary {
    color: #ff862a;
}

.custom-logo-link {
    display: block;
    padding: 15px 0;
    text-align: left;
}

@media (max-width: 1024px) {
    .custom-logo-link {
        text-align: center;
    }
}

.custom-logo-link img {
    min-width: 178px;
}

#wrapper-navbar .navbar {
    background-color: #fff;
    border-bottom: 1px solid #dbdfe5;
    -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
    padding: 0;
}

@media (max-width: 991px) {
    #wrapper-navbar .navbar {
        padding: 0 40px;
    }
}

@media (max-width: 767px) {
    #wrapper-navbar .navbar {
        padding: 0 20px;
    }
}

#wrapper-navbar .navbar .navbar-brand {
    color: #676d70;
    font-weight: 700;
    font-size: 36px;
    font-size: 2.25rem;
    font-family: "Poppins";
    display: block;
}

#wrapper-navbar .navbar .navbar-brand > h1 {
    padding: 30px 0;
    margin: 0;
}

#wrapper-navbar .navbar .navbar-brand > a {
    padding: 20px 0;
    margin: 0;
}

#wrapper-navbar .navbar .navbar-nav > li > a {
    font-family: "Poppins";
    font-weight: 700;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 40px 20px;
}

#wrapper-navbar .navbar .navbar-nav .dropdown-menu {
    min-width: 250px;
    background-color: #fff;
    border: 0;
    border-top: 2px solid #ff862a;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-family: "Poppins";
    font-weight: 600;
    font-size: 14px;
}

#wrapper-footer {
    background: #2a2e53;
    color: #fff;
    text-align: center;
    padding: 2.61792em 0;
    margin-top: 30px;
}

#wrapper-footer .site-info a {
    color: #fff;
}

#wrapper-footer .site-info a:hover {
    color: #ff862a;
}

#header-scroll {
    position: absolute;
    top: 80%;
    right: 130px;
    z-index: 999;
    color: #fff;
    text-align: center;
}

#header-scroll .header-scroll-txt {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-bottom: 10px;
}

#header-scroll:hover {
    cursor: pointer;
}

@media (max-width: 767px) {
    #header-scroll {
        display: none;
    }
}

#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #fff;
    text-align: center;
    z-index: 350;
    opacity: 0;
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #ff862a;
    padding: 10px;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
    box-shadow: -3px 0 10px -2px rgba(0, 0, 0, 0.1);
    width: 50px;
    height: 50px;
}

#back-to-top:hover {
    background: #676d70;
}

#back-to-top i {
    display: inline-block;
    font-size: 30px;
    width: 100%;
    font-style: normal;
}

#back-to-top.show {
    pointer-events: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

@media (max-width: 768px) {
    #index-wrapper #primary,
    #index-wrapper .column-sidebar,
    #single-wrapper #primary,
    #single-wrapper .column-sidebar
    {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

.wp-block-media-text {
    margin: 0 0 1em;
}

.wp-block-media-text .wp-block-media-text__content {
    padding: 8%;
}

.no-results.not-found {
    background: #fff;
    padding: 40px;
}

/*
* Use existing Bootstrap 4 classes and
* variables to extend - override CF7 style
*
* Useful CF7 classes:
* .wpcf7 the wrapper element
* .wpcf7-form
* .wpcf7-form-control
* .wpcf7-text
* .wpcf7-email
* .wpcf7-textarea
* .wpcf7-submit
*/
.wpcf7 {
    max-width: 600px;
    margin: 0 auto !important;
}

.wpcf7 .wpcf7-form {
    font-family: Helvetica, "Fira Sans" !important;
}

.wpcf7 .wpcf7-form .row {
    margin-left: -5px;
    margin-right: -5px;
}

.wpcf7 .wpcf7-form .row [class*='wp-col-'] {
    padding-left: 5px;
    padding-right: 5px;
}

.wpcf7 .wpcf7-form .row.custom {
    margin-left: -15px;
    margin-right: -15px;
}

.wpcf7 .wpcf7-form .row.custom [class*='wp-col-'] {
    padding-left: 15px;
    padding-right: 15px;
}

.wpcf7 .wpcf7-form .row.custom input, .wpcf7 .wpcf7-form .row.custom select, .wpcf7 .wpcf7-form .row.custom textarea {
    margin-bottom: 30px;
}

.wpcf7 .wpcf7-form input, .wpcf7 .wpcf7-form select, .wpcf7 .wpcf7-form textarea {
    margin-bottom: 10px;
}

.wpcf7 .wpcf7-form input[type=submit] {
    background-color: #ff862a !important;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    font-size: 11px;
    font-weight: 700;
    font-family: "Poppins";
    padding: 20px 0;
    border: 0;
}

.wpcf7 .wpcf7-form input[type=submit]:hover, .wpcf7 .wpcf7-form input[type=submit]:focus {
    background-color: #676d70 !important;
    cursor: pointer;
}

.wpcf7 .wpcf7-form label {
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Poppins";
}

.wpcf7 .wpcf7-validation-errors {
    border: 1px solid #212121;
    margin: 0 0 30px;
}

.wpcf7 .ajax-loader {
    position: absolute;
    top: 45%;
    left: 50%;
}

/**
 * Widgets
 */
.widget {
    margin: 0 0 30px;
}

.widget select {
    max-width: 100%;
}

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

.widget .widget-title,
.widget .widgettitle {
    font-size: 26px;
    font-size: 1.625rem;
    letter-spacing: 0;
    border-bottom: 1px solid #e8e8e8;
    padding: 0 0 15px;
    margin-bottom: 15px;
    font-weight: 400;
}

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

.widget ul ul {
    margin-left: 1.41575em;
}

@media (min-width: 767px) and (max-width: 1024px) {
    .widget ul ul {
        margin-left: 0.6em;
    }
}

.widget-area .widget {
    font-weight: 400;
}

.widget-area .widget a.button {
    font-weight: 400 !important;
}

.header-widget-region::before, .header-widget-region::after {
    content: '';
    display: table;
}

.header-widget-region::after {
    clear: both;
}

.header-widget-region .widget {
    margin: 0;
    padding: 1em 0;
    font-size: 0.875em;
}

.widget_search h3.widget-title + form > label,
.widget_product_search h3.widget-title + form > label {
    display: none;
}

.widget_search form,
.widget_product_search form {
    position: relative;
}

.widget_search form .widget-title,
.widget_product_search form .widget-title {
    border: 0;
    margin: 0;
}

.widget_search form input[type=text],
.widget_search form input[type=search],
.widget_product_search form input[type=text],
.widget_product_search form input[type=search] {
    width: 100%;
}

.widget_search form input[type=submit],
.widget_search form button[type=submit],
.widget_product_search form input[type=submit],
.widget_product_search form button[type=submit] {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
    top: 0;
    left: 0;
}

.widget ul {
    margin: 0;
}

.widget ul li {
    list-style: none;
    margin-bottom: 0.875em;
    line-height: 1.41575em;
}

.widget ul .children {
    margin-left: 0;
    margin-top: 1em;
}

.column-sidebar .widget {
    background: #fff;
    padding: 30px 40px;
    border-top: 4px solid #e1e7ef;
}

.column-sidebar .widget .widget-title {
    font-size: 20px;
    font-family: "Poppins";
    font-weight: 700;
    color: #676d70;
}

.column-sidebar .widget h3.widget-title {
    padding: 0 0 20px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.column-sidebar .widget.widget_categories li, .column-sidebar .widget.widget_archive li, .column-sidebar .widget.widget_pages li, .column-sidebar .widget.widget_meta li, .column-sidebar .widget.widget_nav_menu li {
    font-family: "Poppins";
    font-weight: 600;
}

.column-sidebar .widget.widget_categories li a, .column-sidebar .widget.widget_archive li a, .column-sidebar .widget.widget_pages li a, .column-sidebar .widget.widget_meta li a, .column-sidebar .widget.widget_nav_menu li a {
    text-transform: capitalize;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    font-family: "Poppins";
    line-height: 24px;
    position: relative;
    padding-left: 20px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.column-sidebar .widget.widget_categories li a:before, .column-sidebar .widget.widget_archive li a:before, .column-sidebar .widget.widget_pages li a:before, .column-sidebar .widget.widget_meta li a:before, .column-sidebar .widget.widget_nav_menu li a:before {
    position: absolute;
    content: "";
    background: #cfcfcf;
    width: 5px;
    height: 5px;
    left: 0;
    top: 45%;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.column-sidebar .widget.widget_categories li a span, .column-sidebar .widget.widget_archive li a span, .column-sidebar .widget.widget_pages li a span, .column-sidebar .widget.widget_meta li a span, .column-sidebar .widget.widget_nav_menu li a span {
    color: #676d70;
    font-weight: 600;
}

.column-sidebar .widget.widget_categories li a:hover, .column-sidebar .widget.widget_categories li a.active, .column-sidebar .widget.widget_archive li a:hover, .column-sidebar .widget.widget_archive li a.active, .column-sidebar .widget.widget_pages li a:hover, .column-sidebar .widget.widget_pages li a.active, .column-sidebar .widget.widget_meta li a:hover, .column-sidebar .widget.widget_meta li a.active, .column-sidebar .widget.widget_nav_menu li a:hover, .column-sidebar .widget.widget_nav_menu li a.active {
    color: #000;
}

.column-sidebar .widget.widget_categories li a:hover span, .column-sidebar .widget.widget_categories li a.active span, .column-sidebar .widget.widget_archive li a:hover span, .column-sidebar .widget.widget_archive li a.active span, .column-sidebar .widget.widget_pages li a:hover span, .column-sidebar .widget.widget_pages li a.active span, .column-sidebar .widget.widget_meta li a:hover span, .column-sidebar .widget.widget_meta li a.active span, .column-sidebar .widget.widget_nav_menu li a:hover span, .column-sidebar .widget.widget_nav_menu li a.active span {
    color: #000;
}

.column-sidebar .widget.widget_categories li a:hover:before, .column-sidebar .widget.widget_categories li a.active:before, .column-sidebar .widget.widget_archive li a:hover:before, .column-sidebar .widget.widget_archive li a.active:before, .column-sidebar .widget.widget_pages li a:hover:before, .column-sidebar .widget.widget_pages li a.active:before, .column-sidebar .widget.widget_meta li a:hover:before, .column-sidebar .widget.widget_meta li a.active:before, .column-sidebar .widget.widget_nav_menu li a:hover:before, .column-sidebar .widget.widget_nav_menu li a.active:before {
    background: #ff862a;
}

.column-sidebar .widget.widget_categories li.current-cat a, .column-sidebar .widget.widget_archive li.current-cat a, .column-sidebar .widget.widget_pages li.current-cat a, .column-sidebar .widget.widget_meta li.current-cat a, .column-sidebar .widget.widget_nav_menu li.current-cat a {
    color: #000;
}

.column-sidebar .widget.widget_categories li.current-cat a span, .column-sidebar .widget.widget_archive li.current-cat a span, .column-sidebar .widget.widget_pages li.current-cat a span, .column-sidebar .widget.widget_meta li.current-cat a span, .column-sidebar .widget.widget_nav_menu li.current-cat a span {
    color: #000;
}

.column-sidebar .widget.widget_categories li.current-cat a:before, .column-sidebar .widget.widget_archive li.current-cat a:before, .column-sidebar .widget.widget_pages li.current-cat a:before, .column-sidebar .widget.widget_meta li.current-cat a:before, .column-sidebar .widget.widget_nav_menu li.current-cat a:before {
    background: #ff862a;
}

.site-main header.page-header {
    display: none;
}

#recentcomments .recentcomments .comment-author-link {
    font-weight: 600;
}

.widget-area #wp-calendar th,
.widget-area #wp-calendar td,
.footer-widgets #wp-calendar th,
.footer-widgets #wp-calendar td {
    padding: 0.236em;
    text-align: center;
}

.widget_recent_entries ul ul.children,
.widget_pages ul ul.children {
    margin: 0.61805em 0 0 1.41575em;
}

.widget_rating_filter .wc-layered-nav-rating {
    margin-bottom: 0.61805em;
}

.widget_rating_filter .wc-layered-nav-rating a {
    text-decoration: none !important;
}

.widget_rating_filter .wc-layered-nav-rating .star-rating {
    display: inline-block;
    height: 1em;
    line-height: 1;
}

.widget-area .widget {
    font-size: 1em;
}

.widget-area .widget h1.widget-title {
    font-size: 1.41575em;
}

.widget-area .widget a:not(.button) {
    font-weight: 400;
    text-decoration: none;
    font-size: 14px;
    font-size: 0.875rem;
    color: #676d70;
}

.widget-area .widget a:not(.button):hover {
    text-decoration: none;
}

.widget-area .widget a:not(.button):hover {
    color: #ff862a;
}

.tagcloud .tag-cloud-link {
    background: #eef2f8;
    padding: 5px 20px;
    margin: 0 2px 5px 0;
    font-size: 12px !important;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    font-weight: 600 !important;
    font-family: "Poppins";
}

.tagcloud .tag-cloud-link:hover {
    color: #ff862a !important;
}

.filter-product-brands li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.filter-product-brands li a {
    margin: 5px 5px 0 0;
    font-size: 14px !important;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.filter-product-brands li a img {
    max-width: 68px;
    height: auto;
}

.widget_rss .widget-title .rsswidget {
    font-size: 20px !important;
    font-family: "Poppins" !important;
    font-weight: 700 !important;
    color: #676d70 !important;
    text-transform: capitalize;
}

.widget_rss li {
    padding: 15px 0;
    border-bottom: 1px solid #e8e8e8;
}

.widget_rss li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.widget_rss li:first-child {
    padding-top: 0;
}

.widget_rss li a.rsswidget {
    font-family: "Poppins";
    font-weight: 600 !important;
    font-size: 14px;
    color: #676d70 !important;
}

.widget_rss li a.rsswidget:hover {
    color: #ff862a !important;
}

.widget_rss li .rss-date {
    margin: 0.5em 0 1em;
    padding: 0;
    font-weight: 600 !important;
    font-family: "Poppins";
}

.widget_rss li .rssSummary {
    margin-bottom: 0.5em;
}

.widget_rss li .rss-date,
.widget_rss li cite {
    color: #999;
    display: block;
    font-size: 12px;
    font-size: 0.75rem;
}

.widget_rss li cite {
    font-weight: 700;
}

.widget_calendar table {
    margin-bottom: 0;
}

.calendar_wrap caption {
    text-align: center;
}

.widget_recent_entries li a,
.widget_recent_comments .recentcomments a {
    font-family: "Poppins";
    font-weight: 600 !important;
}

.page-links {
    clear: both;
    padding: 15px 0;
    font-family: "Poppins";
    font-weight: 600 !important;
    color: #000;
}

.page-links .page-number,
.page-links a {
    display: inline-block;
    color: #ccc;
    padding: 0.5em 0.8em;
    line-height: 1;
    margin: 3px;
    border-radius: 0;
    background: transparent;
    font-family: "Poppins";
    font-weight: 600 !important;
}

.page-links .page-number:hover,
.page-links a:hover {
    color: #000;
    background: #f9f9f9;
}

.page-links span.current {
    display: inline-block;
    color: #000;
    background: #f9f9f9;
    padding: 0.5em 0.8em;
    line-height: 1;
    margin: 3px;
    border-radius: 0;
    font-family: "Poppins";
    font-weight: 600 !important;
}

.slick-slide .slick-slide .slick-slide-inner img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


/* Page 404 */
#error-404-wrapper {
    background-color: #fff;
    /*background-image: url("assets/images/");*/
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
}

#error-404-wrapper .page-content {
    margin: 0 auto;
    max-width: 60%;
    position: relative;
}

#error-404-wrapper .page-content:before {
    content: "404";
    font-size: 10em;
    color: #676d70;
    font-weight: 700;
    font-family: "Poppins";
    line-height: 1.2;
}

#error-404-wrapper .page-content .page-content-bottom {
    padding: 1.41575em 0;
}

@media (max-width: 768px) {
    #error-404-wrapper .page-content {
        max-width: 100%;
    }
}

#error-404-wrapper h2 {
    color: #676d70;
    font-weight: 700;
    font-family: "Poppins";
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 60px;
    padding: 0 0 30px;
    margin-bottom: 0;
}

#error-404-wrapper a {
    color: #ff862a;
}

#error-404-wrapper a:hover {
    color: #676d70;
}

#searchform .input-group {
    background: transparent;
    position: relative;
}

#searchform .input-group input[type="text"] {
    border-radius: 0px;
    background: #e4e8ef;
    border-color: #fff;
}

#searchform .input-group .input-group-append {
    position: absolute;
    right: 15px;
    top: 10px;
}

#searchform .input-group .input-group-append button {
    background: transparent;
    color: #000;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
}

#searchform .input-group .input-group-append input[type="submit"] {
    border-radius: 0px;
    clip: auto;
    -webkit-clip-path: inherit;
    clip-path: inherit;
    width: auto;
    height: auto;
    background: transparent;
    color: #000;
}

/*--------------------------------------------------------------
### page-loading
--------------------------------------------------------------*/
.page-loading {
    background-color: #fff;
    height: 100vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 999999;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: .6s ease-in-out;
    transition: .6s ease-in-out;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    visibility: visible;
    opacity: 1;
}

.page-loading .preloader-content {
    text-align: center;
}

.page-loading .preloader-img {
    padding-bottom: 15px;
}

.page-loading .preloader-icon {
    font-size: 0.875em;
    margin: 0 auto;
}

.page-loading .preloader-icon svg {
    font-size: 0.875em;
    max-width: 3em;
}

.loaded .page-loading {
    opacity: 0;
    visibility: hidden;
}

.elementor-editor-active .page-loading {
    display: none;
}

/**
 * Comments
 */
#comments .comments-title,
#comments .comment-reply-title {
    font-weight: 700;
    font-family: "Poppins";
    color: #676d70;
    font-size: 30px;
    font-size: 1.875rem;
    text-align: left;
}

#comments .comment-list {
    list-style: none;
    border-bottom: 1px solid #dedede;
    padding: 0 0 50px;
    margin-bottom: 50px;
}

#comments .comment-list > li {
    list-style: none;
    border-top: 0;
}

#comments .comment-list > li:first-child {
    border-top: 0;
}

#comments .comment-list .comment-text li {
    border-top: 0;
}

#comments .comment-list pre {
    margin: 30px 0;
    padding: 30px;
    color: #000;
    background: #f9f9f9;
}

#comments .comment-list ol.children li {
    list-style: none;
    border-top: 0;
}

.the-comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 30px 30px 20px;
    background: #fff;
    margin-bottom: 10px;
}

.the-comment::before, .the-comment::after {
    content: '';
    display: table;
}

.the-comment::after {
    clear: both;
}

.the-comment .avatar {
    margin-right: 20px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
}

.the-comment .avatar img {
    border-radius: 100%;
}

.the-comment .comment-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 70px);
    flex: 0 0 calc(100% - 70px);
    overflow: hidden;
}

.the-comment .comment-box .comment-header,
.the-comment .comment-box h6 {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 600;
    color: #000;
    display: inline-block;
    text-transform: capitalize;
}

.the-comment .comment-box .comment-meta {
    font-size: 12px;
    font-size: 0.75rem;
    color: #999;
    display: inline-block;
    font-weight: 600;
    font-family: "Poppins";
}

.the-comment .comment-box .comment-text p {
    margin: 0 0 5px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.the-comment .comment-box .comment-reply-link {
    font-size: 12px !important;
    color: #ff862a;
    text-transform: uppercase;
    font-weight: 600;
    font-family: "Poppins";
}

#respond {
    clear: both;
    position: relative;
    margin-top: 20px;
    margin-bottom: 40px;
}

#respond .comment-form-author input,
#respond .comment-form-email input,
#respond .comment-form-url input {
    width: 100%;
}

#respond .form-submit,
#respond form {
    margin-bottom: 0;
}

#cancel-comment-reply-link {
    position: absolute;
    top: 20px;
    right: 0;
    display: block;
    height: 1em;
    overflow: hidden;
    line-height: 1;
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 700;
    font-family: "Poppins";
    text-transform: capitalize;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    #cancel-comment-reply-link {
        -webkit-transition: none;
        transition: none;
    }
}

#cancel-comment-reply-link:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

#cancel-comment-reply-link:before {
    margin-right: 3px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f057";
    display: inline-block;
}

/**
 * Content
 */
.hentry {
    margin: 0;
    display: block;
    position: relative;
}

.hentry .entry-header + img {
    max-width: 100%;
    height: auto;
}

.hentry.type-page .entry-content {
    padding: 60px 80px;
}

@media (max-width: 767px) {
    .hentry.type-page .entry-content {
        padding: 30px 40px;
    }
}

.hentry.type-post .entry-content {
    background: #fff;
    padding: 30px 40px;
}

.hentry .more-link {
    padding: 10px 30px !important;
}

.elementor-page .hentry .entry-content {
    background: transparent;
    padding: 0;
}


.entry-header {
    overflow: hidden;
    position: relative;
    vertical-align: middle;
    width: 100%;
}

.entry-title {
    padding-top: 0;
    margin-bottom: 0;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.5;
}

.entry-meta {
    font-weight: 600;
    font-family: "Poppins";
    margin: 0;
    color: #999;
    background: #fff;
    padding: 15px 0;
    font-size: 12px;
    font-size: 0.75rem;
    font-size: 12px;
}

.entry-meta .posted-on,
.entry-meta .byline {
    font-size: 12px;
    font-size: 0.75rem;
}

.entry-meta .posted-on a,
.entry-meta .byline a {
    font-weight: 400;
    text-decoration: none;
    font-weight: 600;
    font-size: 12px !important;
}

.entry-meta .posted-on a:hover,
.entry-meta .byline a:hover {
    text-decoration: none;
}

.entry-content {
    text-align: left;
    position: relative;
    line-height: 1.875;
    padding: 30px 40px;
    background: #fff;
}

.entry-content:after {
    clear: both;
    content: "";
    display: table;
    table-layout: fixed;
}

.entry-content .entry-excerpt {
    padding-top: 5px;
}

.entry-content .wp-block-gallery li {
    list-style: none;
}

.entry-content ul.custom {
    margin: 0 0 15px;
    padding: 0;
}

.entry-content ul.custom li {
    position: relative;
    padding-left: 25px;
    padding-bottom: 5px;
    list-style-type: none;
}

.entry-content ul.custom li:before {
    color: #000;
    content: "\f00c";
    position: absolute;
    left: 0;
    font-family: "FontAwesome";
}

.entry-content figure.wp-block-image {
    margin: 30px 0;
}

.video-thumb {
    margin: 15px auto;
    text-align: center;
}

.post-thumbnail {
    position: relative;
    padding-top: 50%;
}

.post-thumbnail a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.post-thumbnail a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.post-quote-preview {
    background: #676d70;
    font-size: 1.75rem;
    color: #FFF;
    position: relative;
    padding-left: 80px;
    margin-bottom: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
}

.post-quote-preview > span {
    position: absolute;
    left: 30px;
    font-size: 30px;
    font-size: 1.875rem;
    color: #fff;
}

.post-quote-preview .quote-content {
    color: #fff;
    font-size: 1.75rem;
    font-style: italic;
}

.post-quote-preview .quote-author {
    color: #fff;
    font-size: 1.25rem;
}

.platzhirsch-read-more-link {
    text-transform: uppercase;
    border: 0;
    background: none;
    color: #676d70;
    padding: 0;
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 700;
    position: relative;
}

.platzhirsch-read-more-link:after {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: currentColor;
}

.platzhirsch-read-more-link:hover, .platzhirsch-read-more-link:focus {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ff862a;
}

.platzhirsch-read-more-link:hover:after, .platzhirsch-read-more-link:focus:after {
    width: 100%;
    left: 0;
    right: auto;
}

.post-password-form input[type="submit"] {
    background: #ff862a;
    font-family: "Poppins";
    font-weight: 700;
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    color: #fff;
    padding: 14px 40px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

.post-password-form input[type="submit"]:focus, .post-password-form input[type="submit"]:hover {
    background: #676d70;
    cursor: pointer;
}

.page-child .wrapper .container {
    padding-left: 0;
    padding-right: 0;
}

.page-child .hentry .entry-content {
    /*background: #fff;*/
    /*padding: 60px 80px;*/
}

.page .site-main > .hentry {
    margin-bottom: 0;
}

.single .byline, .group-blog .byline {
    display: inline;
}

.vcard.author .avatar {
    width: 64px;
    margin-bottom: 15px;
}

.entry-meta-list {
    padding-left: 0;
    padding-top: 10px;
    margin: 0 0 10px;
}

.entry-meta-list li {
    display: inline-block;
    list-style: none;
    position: relative;
    padding-left: 5px;
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "Poppins";
    font-weight: 600;
    color: #b6babe;
}

.entry-meta-list li:first-child {
    padding-left: 0;
}

.entry-meta-list li a {
    margin: 0;
    color: #000;
    text-transform: capitalize;
}

.entry-meta-list li a:hover {
    color: #ff862a;
}

.blog-posted-on {
    position: absolute;
    top: 30px;
    left: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    color: #ff862a;
    min-width: 53px;
    line-height: 1;
    text-align: center;
    z-index: 1;
}

.blog-posted-on > span {
    display: block;
}

.blog-posted-on .post-date-day {
    padding-top: 6px;
    font-size: 24px;
    font-weight: 700;
}

.blog-posted-on .post-date-month {
    padding-bottom: 8px;
    padding-top: 2px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .3px;
}

.meta-post-categories {
    overflow: hidden;
}

.meta-post-categories .inner {
    display: inline-block;
    text-transform: capitalize;
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "Poppins";
    font-weight: 600;
    vertical-align: top;
    padding-bottom: 10px;
}

.meta-post-categories .inner a {
    color: #ff862a;
    line-height: 1.5;
}

.entry-footer {
    margin: 0 auto;
    display: block;
    padding: 15px 0;
    clear: both;
    background: #fff;
    border-top: 1px solid #e8e8e8;
}

.entry-footer .cat-links,
.entry-footer .tags-links,
.entry-footer .edit-link,
.entry-footer .comments-link {
    color: #000;
    font-weight: 600;
    padding-right: 30px;
    font-family: "Poppins";
    font-size: 12px;
    font-size: 0.75rem;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a,
.entry-footer .edit-link a,
.entry-footer .comments-link a {
    color: #999;
    font-size: 12px;
    font-size: 0.75rem;
    padding-left: 0.61805em;
}

.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:hover,
.entry-footer .edit-link a:hover,
.entry-footer .comments-link a:hover {
    color: #676d70;
}

.entry-footer .meta-author .avatar {
    margin: 0 3px;
}

.entry-footer .single_tags {
    display: inline-block;
    text-align: left;
}

.entry-footer .single_tags a {
    background: #eef2f8;
    padding: 5px 20px;
    margin: 0 5px 5px 0;
    font-size: 12px !important;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    font-weight: 600 !important;
    font-family: "Poppins";
}

.entry-footer .single_tags a:hover {
    color: #ff862a !important;
}

.entry-footer .social-share-block {
    display: inline-block;
    text-align: right;
}

.entry-footer .social-share-block > h6 {
    display: none;
}

.entry-footer .social-share-block a {
    line-height: 1px;
    margin: 10px 7.5px;
    display: inline-block;
    color: #000;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.entry-footer .social-share-block a:hover {
    color: #ff862a;
}

.blog-overlay-item {
    margin-bottom: 30px;
    position: relative;
    background-color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
}

.blog-overlay-item .overlay-img-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10%) translateZ(0);
    transform: translateY(10%) translateZ(0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.blog-overlay-item .entry-title {
    text-align: left;
    font-size: 20px;
    font-size: 1.25rem;
}

.blog-overlay-item .entry-header {
    text-align: center;
}

.blog-overlay-item .entry-content {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    z-index: 1;
    background: transparent;
}

.blog-overlay-item:hover .overlay-img-bg {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
}

.blog-overlay-item:hover .entry-content {
    z-index: 9;
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    background: rgba(0, 0, 0, 0.7);
}

.blog-overlay-item:hover .entry-content .entry-title a {
    color: #fff;
}

.blog-overlay-item:hover .entry-content .entry-excerpt {
    color: #fff;
}

.blog-overlay-item:hover .entry-content .entry-meta-list li {
    color: #fff;
}

.blog-overlay-item:hover .entry-content .entry-meta-list li a {
    color: #fff;
}

.blog-overlay-item:hover .entry-content .entry-meta-list li a:hover {
    color: #ff862a;
}

.blog-grid-item {
    background: #fff;
    margin-bottom: 30px;
}

.blog-grid-item .entry-content {
    position: relative;
    text-align: left;
    background: transparent;
    padding: 0 30px 30px;
}

.blog-grid-item .entry-meta-list {
    margin-bottom: 0;
}

.display_description-no .blog-grid-item .entry-excerpt {
    display: none;
}

.display_description-yes .blog-grid-item .entry-excerpt {
    display: block;
}

.blog-list-item {
    margin-bottom: 30px;
}

.blog-list-item .entry-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 36px;
}

.blog-list-item .entry-title a {
    font-size: 30px;
    font-size: 1.875rem;
}

.blog-list-item .entry-content {
    padding: 30px 60px 60px !important;
}

.blog-mark-hover-item {
    text-align: left;
    position: relative;
    margin-bottom: 30px;
}

.blog-mark-hover-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(42, 46, 83, 0.5);
    z-index: 1;
}

.blog-mark-hover-item .entry-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    z-index: 2;
    background: transparent !important;
}

.blog-mark-hover-item .entry-content .inpost-img-wrapner {
    display: inline-block;
    text-transform: capitalize;
    vertical-align: top;
    font-size: 12px;
    font-size: 0.75rem;
    font-family: "Poppins";
    font-weight: 700;
    color: #ff862a;
}

.blog-mark-hover-item .entry-content .inpost-img-wrapner a {
    color: #ff862a;
}

.blog-mark-hover-item .entry-content .entry-title a {
    color: #fff;
}

.blog-mark-hover-item .entry-content .entry-title a:hover {
    color: #676d70;
}

.blog-mark-hover-item .entry-content .entry-meta-list li {
    color: #fff;
}

.blog-mark-hover-item .entry-content .entry-meta-list li a {
    color: #fff;
}

.blog-mark-hover-item .entry-content .entry-meta-list li a:hover {
    color: #676d70;
}

.blog-mark-hover-item .entry-content .entry-meta + p {
    display: none;
}

.blog-mark-hover-item:hover {
    cursor: pointer;
}

.blog-mark-hover-item:hover:before {
    opacity: 0.5;
}

.blog-mark-hover-item:hover .entry-content .entry-title a {
    color: #fff;
}

.blog-mark-hover-item:hover .entry-content .entry-meta-list li {
    color: #fff;
}

.blog-mark-hover-item:hover .entry-content .entry-meta-list li a {
    color: #fff;
}

.blog-minimal-item {
    background-color: #fff;
    margin-bottom: 30px;
}

.blog-minimal-item .entry-header:before {
    display: none;
}

.blog-minimal-item .entry-footer {
    border-top: 1px solid #e8e8e8;
    padding-top: 0.875em;
}

.blog-grid-flip-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    background: #fff;
}

.blog-grid-flip-item .entry-content {
    background: transparent;
}

.blog-grid-flip-item .entry-content .entry-title {
    font-size: 20px;
    font-size: 1.25rem;
}

.blog-grid-flip-item .entry-header img,
.blog-mark-hover-item .entry-header img,
.blog-list-item .entry-header img,
.blog-grid-item .entry-header img,
.post-related-block .post .entry-header img {
    max-width: 100%;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    height: auto;
    width: 100%;
}

.blog-grid-flip-item .entry-title,
.blog-mark-hover-item .entry-title,
.blog-list-item .entry-title,
.blog-grid-item .entry-title,
.post-related-block .post .entry-title {
    font-size: 20px;
    font-size: 1.25rem;
}

.blog-grid-flip-item:hover .entry-header img,
.blog-mark-hover-item:hover .entry-header img,
.blog-list-item:hover .entry-header img,
.blog-grid-item:hover .entry-header img,
.post-related-block .post:hover .entry-header img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.blog-grid-flip-item:hover .entry-header:before,
.blog-mark-hover-item:hover .entry-header:before,
.blog-list-item:hover .entry-header:before,
.blog-grid-item:hover .entry-header:before,
.post-related-block .post:hover .entry-header:before {
    opacity: 0.3;
}

.post-navigation {
    position: relative;
    margin: 10px 0 60px 0;
    overflow: hidden;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.post-navigation .nav-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #dedede;
}

.post-navigation .nav-links .nav-links-inner {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 0;
    padding: 0 0 30px;
    overflow: hidden;
}

.post-navigation .nav-links .nav-links-inner a {
    display: block;
    font-family: "Poppins";
    font-weight: 700;
    font-size: 16px;
    font-size: 1rem;
    color: #000;
    width: 100%;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.post-navigation .nav-links .nav-links-inner a:hover {
    color: #ff862a;
}

.post-navigation .nav-links .nav-links-inner.prev a {
    max-width: 70%;
    float: left;
}

.post-navigation .nav-links .nav-links-inner.next a {
    max-width: 70%;
    float: right;
}

.post-navigation .nav-links .nav-links-inner .meta-nav {
    display: block;
    font-size: 11px;
    font-weight: 600;
    font-family: "Poppins";
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #676d70;
}

.post-navigation .nav-links .nav-links-inner .post-title {
    color: #ff862a;
}

.post-related-block {
    position: relative;
    margin: 50px 0;
    padding-bottom: 50px;
    border-bottom: 1px solid #e8e8e8;
}

.post-related-block > h3 {
    text-align: left;
    padding: 0 0 15px;
    margin-bottom: 30px;
    color: #676d70;
    font-size: 30px;
    font-size: 1.875rem;
}

.post-related-block .swiper-pagination {
    display: none;
}

.post-gallery-preview {
    overflow: hidden;
    position: relative;
    margin: 0 0 15px;
    padding: 0;
}

.post-gallery-preview .swiper-button-prev,
.post-gallery-preview .swiper-button-next {
    top: 50%;
}

.post-gallery-preview .swiper-button-prev {
    left: 10px;
}

.post-gallery-preview .swiper-button-next {
    right: 20px;
}

.single-blog-v1 .site-main .hentry {
    margin-top: -60px;
    padding-top: 15px;
    position: relative;
    display: block;
    background: #fff;
}

.single-blog-v1 .site-main .hentry .entry-header {
    text-align: center;
}

.single-blog-v1 .site-main .hentry .entry-header .entry-title {
    font-size: 34px;
    font-size: 2.125rem;
}

.single-blog-v1 .site-main .hentry .entry-content {
    margin: 15px auto;
    max-width: 70%;
}

@media (max-width: 768px) {
    .single-blog-v1 .site-main .hentry .entry-content {
        max-width: 100%;
    }
}

.single-blog-v1 .single-blog-nextprev {
    background: #f9f9f9;
    padding: 100px 0;
}

.single-blog-v1 .single-blog-nextprev .blog-title {
    display: block;
    font-size: 1.41575em;
}

.single-blog-v1 #comments {
    margin: 0 auto 2.61792em;
    max-width: 70%;
}

@media (max-width: 768px) {
    .single-blog-v1 #comments {
        max-width: 100%;
    }
}

.author-header {
    text-align: center;
    position: relative;
    background-color: #f9f9f9;
    padding: 50px 25px 25px 25px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.author-header .avatar {
    position: absolute;
    top: 0;
    margin-left: -30px;
    margin-top: -30px;
    display: inline-block;
    border-radius: 50%;
    border: 3px solid #fff;
    max-width: 96px;
    margin-bottom: 30px;
}

.author-header h1 {
    font-size: 1.41575em;
    font-weight: 400;
    margin-top: 1em;
    margin-bottom: 1em;
}

.video-preivew {
    position: relative;
}

.video-preivew .magnific-popup-iframe {
    width: 56px;
    height: 56px;
    font-size: 19px;
    text-align: center;
    line-height: 59px;
    padding-left: 3px;
    border-radius: 100%;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    color: #000;
}

.single-post h1.entry-title {
    font-size: 48px;
    font-size: 3rem;
    line-height: 50px;
    margin: 0 0 10px;
}

.single-post .site-main > article.post {
    background: #fff;
}

.single-post .site-main > article.post .entry-meta {
    margin: 0 80px;
    padding: 40px 0 20px;
    border-bottom: 1px solid #e8e8e8;
}

.single-post .site-main > article.post .entry-meta a {
    font-family: "Poppins";
    font-weight: 700;
    font-size: 12px;
    font-size: 0.75rem;
}

.single-post .site-main > article.post .entry-meta .meta-post-categories {
    padding-right: 10px;
}

.single-post .site-main > article.post .entry-meta .meta-post-categories .cat-links {
    padding-right: 10px;
}

.single-post .site-main > article.post .entry-meta .meta-post-categories a {
    color: #ff862a;
}

.single-post .site-main > article.post .entry-meta .meta-post-categories a:hover {
    color: #676d70;
}

.single-post .site-main > article.post .entry-content {
    padding: 20px 80px 0 80px;
}

.single-post .site-main > article.post .entry-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px 80px;
    padding: 30px 0 50px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.single-post .site-main > article.post .entry-footer .single_tags {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.single-post .site-main > article.post .entry-footer .social-share-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}

.single-post .format-audio iframe {
    width: 100%;
    height: 200px;
    border: 0;
}

.single-post .format-quote {
    width: 100%;
    border: 0;
}

.single-post .site-main .post > img {
    width: 100%;
}

.widget.media-post-layout ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.widget.media-post-layout ul li .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px;
    margin-right: 20px;
}

.widget.media-post-layout ul li .media-body {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 110px);
    flex: 0 0 calc(100% - 110px);
}

.widget.media-post-layout ul li .media-body .entry-title {
    padding-top: 0;
    line-height: 20px !important;
}

.widget.media-post-layout ul li .media-body .entry-title a {
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Poppins";
    font-weight: 700;
    color: #000;
}

.widget.media-post-layout ul li .media-body .entry-title a:hover {
    color: #ff862a;
}

.widget.media-post-layout ul li .media-body .entry-meta {
    padding: 10px 0 0;
}

.widget.media-post-layout ul li .media-body .entry-meta a {
    font-weight: 600 !important;
    font-size: 12px;
}

.widget.media-post-layout ul li .media-body .entry-meta .post-date .fa {
    display: none;
}

.widget.media-post-layout ul li .media-body .entry-meta .post-author {
    display: none;
}

@media (max-width: 991px) {
    .single-post .site-main > article.post .entry-meta {
        margin: 0 40px;
    }

    .single-post .site-main > article.post .entry-content {
        padding: 20px 40px 0 40px;
    }

    .single-post .site-main > article.post .entry-footer {
        margin: 30px 40px;
    }

    .single-post .site-main > article.post .entry-footer .single_tags,
    .single-post .site-main > article.post .entry-footer .social-share-block {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }

    .post-navigation {
        margin: 10px 40px 60px 40px;
    }

    .post-related-block {
        margin: 40px;
    }

    #comments {
        margin: 0 40px 40px;
    }
}

#single-wrapper > .container {
    padding-left: 0;
    padding-right: 0;
}

#single-wrapper .hentry .entry-content .alignleft {
    margin: 0 1em 1em 0;
}

#single-wrapper .hentry .entry-content .alignright {
    margin: 0 0 1em 1em;
}

.search .hentry {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
}

.search .hentry .entry-title {
    padding-top: 0;
    padding-bottom: 15px;
}

.sticky,
.tag-sticky-2 {
    position: relative;
}

.sticky .entry-title::before,
.tag-sticky-2 .entry-title::before {
    margin-right: 15px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 30px;
    font-size: 1.875rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f08d";
}

.bypostauthor {
    display: block;
}

.site-main article + .comments-area {
    border-top: 1px solid #dedede;
    padding: 50px 0 0;
    margin-top: 50px;
}

.breadcrumbs {
    font-size: 1rem;
    text-align: left;
    color: #b6babe;
    background-color: #2a2e53;
    background-image: url("assets/images/about-bg.jpg");
    background-position: top right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s, -webkit-box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 80px;
    padding: 140px 0px 140px 0px;
}

@media (max-width: 991px) {
    .breadcrumbs {
        padding: 140px 40px 140px 40px;
    }
}

@media (max-width: 767px) {
    .breadcrumbs {
        padding: 140px 20px 140px 20px;
    }
}

.breadcrumbs i {
    margin: 0 6px;
}

.breadcrumbs a {
    text-decoration: none;
    color: #b6babe;
    font-weight: 400;
}

.breadcrumbs a:hover {
    color: #ff862a;
}

.breadcrumbs span {
    position: relative;
}

.breadcrumbs span span {
    margin-right: 0;
}

.breadcrumbs span.current-item {
    color: #fff;
}

.breadcrumbs .breadcrumbs_title {
    max-width: 66%;
}

@media (max-width: 767px) {
    .breadcrumbs .breadcrumbs_title {
        max-width: 100%;
    }
}

.breadcrumbs .breadcrumbs_title h1 {
    font-size: 48px;
    font-size: 3rem;
    color: #fff;
    line-height: 50px;
    margin: 0 0 10px;
}

.page-header .page-title {
    padding: 30px 0;
}

/*
 You probably do not need to edit this at all.

 Add some SmartMenus required styles not covered in Bootstrap 4's default CSS.
 These are theme independent and should work with any Bootstrap 4 theme mod.
*/
/* Carets in collapsible mode (make them look like +/- buttons) */
.navbar-nav.sm-collapsible .sub-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -0.7em 0.5em 0 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: .25rem;
    padding: 0;
    width: 2em;
    height: 1.4em;
    font-size: 1.25rem;
    line-height: 1.2em;
    text-align: center;
}

.navbar-nav.sm-collapsible .sub-arrow::before {
    content: '+';
}

.navbar-nav.sm-collapsible .show > a > .sub-arrow::before {
    content: '-';
}

.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow {
    border-color: rgba(255, 255, 255, 0.1);
}

/* make sure there's room for the carets */
.navbar-nav.sm-collapsible .has-submenu {
    padding-right: 3em;
}

/* keep the carets properly positioned */
.navbar-nav.sm-collapsible .nav-link,
.navbar-nav.sm-collapsible .dropdown-item {
    position: relative;
}

/* Nav carets in expanded mode */
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent;
}

/* point the arrows up for .fixed-bottom navbars */
.fixed-bottom .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow,
.fixed-bottom .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-toggle::after {
    border-top: 0;
    border-bottom: .3em solid;
}

/* Dropdown carets in expanded mode */
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow,
.navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    margin-top: -.3em;
    margin-right: 1em;
    border-top: .3em solid transparent;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}

/* make sure there's room for the carets */
.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu {
    padding-right: 2em;
}

/* Scrolling arrows for tall menus */
.navbar-nav .scroll-up,
.navbar-nav .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    height: 20px;
    overflow: hidden;
    text-align: center;
}

.navbar-nav .scroll-up-arrow,
.navbar-nav .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-top: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid;
    border-left: 7px solid transparent;
}

.navbar-nav .scroll-down-arrow {
    top: 6px;
    border-top: 7px solid;
    border-right: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid transparent;
}

/* Add some spacing for 2+ level sub menus in collapsible mode */
.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
    margin: .5em;
}

/* Fix SmartMenus sub menus auto width (subMenusMinWidth/subMenusMaxWidth options) */
.navbar-nav:not([data-sm-skip]) .dropdown-item {
    white-space: normal;
}

.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item {
    white-space: nowrap;
}

.elementor-editor-preview .page-preloader {
    display: none;
}

.elementor-editor-active .page-preloader {
    display: none;
}


.elementor-button-primary .elementor-button {
    background: #ff862a;
    color: #fff;
    padding: 20px 40px;
    border-radius: 0;
    font-family: "Poppins";
    font-weight: 700;
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.elementor-button-primary .elementor-button:hover {
    background: #676d70;
}

.elementor-button-outline-pirmary .elementor-button {
    border: 1px solid #ff862a;
    background: transparent !important;
    color: #ff862a;
    padding: 20px 40px;
}

.elementor-button-outline-pirmary .elementor-button:hover {
    background: transparent !important;
    border-color: #676d70;
    color: #676d70;
}

.elementor-button-btn-secondary .elementor-button {
    background: #bdc5d1;
    color: #fff;
    padding: 20px 40px;
    border-radius: 0;
    font-family: "Poppins";
    font-weight: 700;
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.elementor-button-btn-secondary .elementor-button:hover {
    background: #676d70;
}

.elementor-counter .elementor-icon-counter {
    padding-bottom: 40px;
}

.elementor-counter .elementor-counter-number-wrapper {
    font-weight: 700;
    font-family: "Poppins";
}

.elementor-text-editor ul {
    margin-left: 0;
    list-style-type: square;
}

.elementor-text-editor ul li {
    padding-bottom: 15px;
}

.elementor-widget-image-box .elementor-image-box-title {
    margin-bottom: 0;
}

.elementor-widget-counter .elementor-counter-number-wrapper .elementor-counter-number {
    padding-bottom: 15px;
}

.elementor-widget-counter:hover {
    cursor: pointer;
}

#navbar-toggler-mobile:focus, #navbar-toggler-mobile:hover {
    outline: none;
}

.offcanvas-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
    padding: 30px;
}

.offcanvas-inner .js-offcanvas-close {
    display: block !important;
    font-size: 25px;
    cursor: pointer;
    right: 20px;
    top: 10px;
    position: absolute;
    z-index: 9;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    outline: none;
}

.offcanvas-inner .offcanvas-logo {
    max-width: 178px;
}

.offcanvas-inner .offcanvas-logo a {
    padding: 0;
}

.offcanvas-inner .offcanvas-logo img {
    width: 178px;
    height: auto;
}

.offcanvas-top {
    padding: 30px 0 30px;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 0;
}

.offcanvas-top #searchform .widget-title {
    display: none;
}

.offcanvas-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
}

.offcanvas-bottom {
    margin-top: 30px;
    width: 100%;
    border-top: 1px solid #e8e8e8;
    padding: 15px 0;
    display: none;
}

.offcanvas-bottom a {
    display: block;
    text-transform: uppercase;
}

.js-offcanvas {
    opacity: 0;
    visibility: hidden;
}

.js-offcanvas.is-open {
    opacity: 1;
    visibility: visible;
}

@media (max-width: 767px) {
    .c-offcanvas--left {
        height: 100%;
        width: 100%;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

#main-navigation-offcanvas > li {
    display: block;
    border-bottom: 1px solid #e8e8e8;
}

#main-navigation-offcanvas > li > a {
    position: relative;
    font-weight: 600;
    text-transform: capitalize;
    padding: 15px 0;
    display: block;
    font-family: "Poppins";
}

#main-navigation-offcanvas > li > a:after {
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: #e8e8e8;
}

#main-navigation-offcanvas > li > a.highlighted, #main-navigation-offcanvas > li > a:hover {
    color: #ff862a;
}

#main-navigation-offcanvas > li > a.highlighted:after, #main-navigation-offcanvas > li > a:hover:after {
    width: 100%;
    left: 0;
    right: auto;
    background: #ff862a;
}

#main-navigation-offcanvas > li .dropdown-menu {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    padding-left: 20px !important;
    border: 0;
}

#main-navigation-offcanvas > li .dropdown-menu li a {
    padding: 10px 0px;
    border-left: 0px;
    color: #000;
    font-size: 14px;
    font-size: 0.875rem;
    background: transparent;
}

#main-navigation-offcanvas .sub-arrow {
    margin-right: -0.7em;
    border: 0;
    font-weight: 400;
}

/**
 *
 portfolio
 */
.grid-style-classic .work-details {
    padding: 30px;
    background: #fff;
}

#portfolio_filter .grid-item:hover,
.portfolio-entries .grid-item:hover {
    cursor: pointer;
}

#portfolio_filter .grid-item:hover .mask,
.portfolio-entries .grid-item:hover .mask {
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
    #portfolio_filter .grid-item:hover .mask,
    .portfolio-entries .grid-item:hover .mask {
        -webkit-transition: none;
        transition: none;
    }
}

#portfolio_filter .grid-item:hover .gridblock-inner img,
.portfolio-entries .grid-item:hover .gridblock-inner img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.show_padding {
    margin-left: 0;
    margin-right: 0;
}

.gridblock-background-hover {
    background: none;
}

.grid-item .mask {
    opacity: 0.8;
}

.portfolio-main-wrapper .categories_filter {
    margin-bottom: 60px;
    border-bottom: 0;
}

.portfolio-main-wrapper .categories_filter li a {
    padding: 5px 0;
}

.portfolio-main-wrapper .categories_filter li a:before {
    background: #ff862a;
}

.tax-portfolio_cat .site-content > .container {
    padding-left: 0;
    padding-right: 0;
}

.portfolio-main-wrapper {
    max-width: inherit;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
}


.portfolio-nav-links {
    background: #fff;
    padding: 0 80px 100px;
    margin-bottom: 30px;
}

.portfolio-nav-links .nav-list {
    padding-top: 60px;
    border-top: 1px solid #e8e8e8;
}

.portfolio-nav-links .nav-item span {
    color: #999;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    text-transform: lowercase;
    font-weight: 700;
    font-family: "Poppins";
}

.portfolio-nav-links .nav-item h6 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 40px;
    margin: 0;
    padding: 0;
}

.portfolio-nav-links .nav-item:hover h6 {
    color: #ff862a;
}

.portfolio-nav-links .nav-item:hover a::before {
    color: #ff862a;
}

.portfolio-nav-links a::before {
    font-size: 40px;
    font-size: 2.5rem;
}

.portfolio-nav-links .prev a:before {
    content: "\f104";
}

.portfolio-nav-links .next a:before {
    content: "\f105";
}

@media (min-width: 991px) {
    .single-layout_1 .content-top .about-left {
        width: 45%;
        padding-right: 80px;
    }

    .single-layout_1 .content-top .about-right {
        width: 55%;
    }

    .single-layout_1 .content-top .about-left h3.heading {
        padding-right: 0;
        max-width: 50%;
    }
}

@media (max-width: 990px) {

    .portfolio-nav-links {
        padding: 0 40px 40px;
    }

    .portfolio-nav-links .nav-item h6 {
        font-size: 20px;
        font-size: 1.25rem;
    }

    .portfolio-nav-links a::before {
        font-size: 30px;
        font-size: 1.875rem;
    }

    .portfolio-nav-links .prev a {
        padding-left: 40px;
    }

    .portfolio-nav-links .next a {
        padding-right: 40px;
    }

    .single-layout_1 .content-top .about-left {
        width: 100%;
        padding-right: 0;
        border-bottom: 1px solid #e8e8e8;
        padding-bottom: 60px;
    }

    .single-layout_1 .content-top .about-right {
        padding-top: 60px;
        width: 100%;
    }

    .single-layout_1 .content-top .about-left h3.heading {
        padding-right: 0;
        max-width: 50%;
    }
}

@media (max-width: 480px) {

    .portfolio-nav-links {
        padding: 0 20px 20px;
    }

    .portfolio-nav-links .prev a {
        padding-left: 40px;
    }

    .portfolio-nav-links .next a {
        padding-right: 40px;
    }

    .single-layout_1 .content-top .about-left h3.heading {
        padding-right: 0;
        max-width: 100%;
    }

    .single-portfolios-container .portfolio-details .portfolio-details-list {
        grid-template-columns: repeat(1, 1fr);
    }
}

.single-portfolios-container .portfolio-details .portfolio-details-list {
    grid-gap: 30px;
    font-size: 14px;
    font-size: 0.875rem;
    font-family: "Poppins";
    font-weight: 700;
}

.portfolio-details-list li label {
    color: #000;
}

.portfolio-details-list li label + span {
    color: #676d70;
    font-weight: 600;
}

.portfolio-details-list li label + span a {
    color: #ff862a;
}

.grid-item .gridblock-inner {
    width: 100%;
}

/**
 * service
 */
.widget-service .column-item {
    margin-bottom: 30px;
}

.widget-service .service-title a {
    color: #000;
    font-weight: 700;
    font-family: "Poppins";
}

.widget-service .service-title a:hover {
    color: #676d70;
}

.widget-service .service-readmore a {
    color: #000;
    font-weight: 700;
    font-family: "Poppins";
    text-transform: uppercase;
}

.widget-service .service-readmore a:hover {
    color: #676d70;
}

.widget-service .service-grid_v3 article {
    padding: 0;
    position: relative;
}

.widget-service .service-grid_v3 article .background-hover {
    opacity: 0;
    visibility: hidden;
    background-size: cover;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.widget-service .service-grid_v3 article:hover {
    cursor: pointer;
}

.widget-service .service-grid_v3 article:hover * {
    color: #fff;
}

.widget-service .service-grid_v3 article:hover .background-hover {
    opacity: 1;
    visibility: visible;
}

.widget-service .service-grid_v3 article:hover .service-readmore a {
    color: #fff;
}

.widget-service .service-list_v2 .service-list .icon-image {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.widget-service .service-list_v2 .service-list:hover {
    cursor: pointer;
}

.widget-service .service-list_v2 .service-list:hover .icon-image {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.widget-service .service-list_v3 .service-left {
    position: relative;
}

.widget-service .service-list_v3 .service-right .entry-content {
    padding: 0;
}


.layout-icon-left .service-grid_v3 .column-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.layout-icon-left .service-grid_v3 article {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.layout-icon-left .service-grid_v3 article .service-header {
    padding: 30px 40px 0;
}

.layout-icon-left .service-grid_v3 article .service-header .service-box-icon,
.layout-icon-left .service-grid_v3 article .service-header .service-title {
    padding: 0 0 10px;
}

.layout-icon-left .service-grid_v3 article .entry-content {
    padding: 0 40px;
}

.layout-icon-left .service-grid_v3 article .entry-content .service-content {
    padding: 25px 0 30px;
    border-top: 1px solid #eee;
}

.layout-icon-left .service-grid_v3 article .entry-content .service-content .service-description {
    padding-bottom: 0;
    min-height: 105px;
}

.layout-icon-left .service-grid_v3 article .entry-content .service-content .service-readmore {
    padding-bottom: 15px;
}

.layout-icon-left .service-grid_v3 article .service-wrapper {
    z-index: 3;
    min-height: 370px;
}

.layout-icon-left .service-grid_v3 article .background-hover {
    z-index: 2;
}

.layout-icon-left .service-grid_v3 article:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.layout-icon-left .service-grid_v3 article:hover .service-wrapper {
    background-color: rgba(42, 46, 83, 0.7);
}

.layout-icon-left .service-grid_v3 article:hover .service-wrapper .service-title a {
    color: #fff;
}

.layout-icon-left .service-grid_v3 article:hover .service-wrapper .entry-content .service-content {
    border-top-color: rgba(255, 255, 255, 0.2);
}

.layout-icon-center .service-grid_v3 article {
    min-height: 400px;
}

.layout-icon-center .service-grid_v3 article .service-wrapper .icon-image {
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.layout-icon-center .service-grid_v3 article .service-wrapper:hover {
    cursor: pointer;
}

.layout-icon-center .service-grid_v3 article .service-wrapper:hover .icon-image {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}


.service-detail {
    background: #fff;
    padding: 40px;
    margin-bottom: 30px;
}

#sidebar-left-service {
    padding-left: 0;
}

.form-style.style1 .mc4wp-form-fields .label {
    color: #b6babe;
    padding-bottom: 30px;
    font-size: 14px;
}

.form-style.style1 .mc4wp-form-fields .input-group {
    position: relative;
}

.form-style.style1 .mc4wp-form-fields input[type="email"] {
    background: #eef2f8;
    min-height: 45px;
    border-radius: 0;
    border: 0;
}

.form-style.style1 .mc4wp-form-fields input[type="submit"], .form-style.style1 .mc4wp-form-fields button[type="submit"] {
    background-color: transparent;
    right: -20px;
    font-size: 11px;
    color: #676d70;
    font-family: "Poppins";
    position: absolute;
    text-transform: uppercase;
    font-weight: 700;
}

.form-style.style1 .mc4wp-form-fields input[type="submit"]:hover, .form-style.style1 .mc4wp-form-fields button[type="submit"]:hover {
    background-color: transparent;
    font-size: 11px;
    line-height: inherit;
}

.form-style.style1 .mc4wp-form-fields input[type="submit"] .lable, .form-style.style1 .mc4wp-form-fields button[type="submit"] .lable {
    display: inline-block;
}

.form-style.style1 .mc4wp-form-fields input[type="submit"] i, .form-style.style1 .mc4wp-form-fields button[type="submit"] i {
    display: inline-block;
}

.form-style.style1 .mc4wp-response {
    position: absolute;
    color: #999;
}

.elementor-widget-image-box.layout-v1 .elementor-image-box-button {
    position: relative;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #676d70;
}

.elementor-widget-image-box.layout-v1 .elementor-image-box-button:after {
    padding-left: 5px;
    content: "\f105";
    font-family: 'FontAwesome';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.elementor-teams-wrapper .elementor-team-socials .socials a:hover {
    color: #676d70;
}

.elementor-teams-wrapper .elementor-team-image {
    position: relative;
}

.elementor-teams-wrapper .elementor-team-image:before {
    content: '';
    background: rgba(42, 46, 83, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.elementor-teams-wrapper .elementor-team-image .elementor-team-socials {
    top: auto;
    bottom: 20px;
}

.elementor-teams-wrapper .elementor-team-image .elementor-team-socials .socials li {
    display: inline-block;
}

.elementor-teams-wrapper .elementor-team-image .elementor-team-socials .socials a {
    -webkit-transform: none;
    transform: none;
    background: none;
    width: 30px;
    color: #fff;
    margin: 0;
}

.elementor-teams-wrapper .elementor-team-image .elementor-team-socials .socials a:hover {
    color: #676d70;
}

.elementor-teams-wrapper:hover .elementor-team-image:before {
    opacity: 0;
    visibility: hidden;
}

.elementor-teams-wrapper.style-1 .elementor-team-image {
    margin: 0;
}

.elementor-teams-wrapper.style-1 .elementor-team-details {
    padding: 30px;
}

.elementor-teams-wrapper.style-2 {
    margin-bottom: 30px;
}

.elementor-teams-wrapper.style-2 .elementor-team-image:before {
    opacity: 0;
}

.elementor-teams-wrapper.style-2 .elementor-team-name {
    position: relative;
}

.elementor-teams-wrapper.style-2 .elementor-team-name:before {

    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\E01C";
    position: absolute;
    top: 35%;
    right: 0;
    color: #c5c8cb;
}

.elementor-teams-wrapper.style-3 .elementor-team-item {
    background: #fff;
}

.elementor-teams-wrapper.style-3 .elementor-team-item .elementor-team-meta-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.elementor-teams-wrapper.style-3 .elementor-team-item .elementor-team-image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 47%;
    flex: 0 0 47%;
    margin: 0;
    position: relative;
}

.elementor-teams-wrapper.style-3 .elementor-team-item .elementor-team-image img {
    width: 100%;
    height: auto;
}

.elementor-teams-wrapper.style-3 .elementor-team-item .elementor-team-details {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 53%;
    flex: 0 0 53%;
    padding: 30px 40px;
}

.elementor-teams-wrapper.style-3 .elementor-team-item .elementor-team-description {
    padding-top: 20px;
}

@media (max-width: 767px) {
    .elementor-teams-wrapper.style-3 .elementor-team-item .elementor-team-image,
    .elementor-teams-wrapper.style-3 .elementor-team-item .elementor-team-details {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.elementor-testimonial-wrapper.layout_1:before {
    display: none;
}

.elementor-testimonial-wrapper.layout_1 .elementor-testimonial-item {
    position: relative;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url("assets/images/icon-quote.png");
    padding: 60px 0 40px 0;
}

.elementor-testimonial-wrapper.layout_1 .elementor-testimonial-item .elementor-testimonial-content {
    margin: 0 auto;
    font-size: 30px;
    font-size: 1.875rem;
    font-family: Helvetica, "Fira Sans";
    font-weight: 300;
    color: #fff;
    line-height: 42px;
    padding-bottom: 40px;
}

.elementor-testimonial-wrapper.layout_1 .elementor-testimonial-item .elementor-testimonial-name a {
    color: #fff;
    font-weight: 700;
    font-family: "Poppins";
    line-height: 1.5;
    font-size: 16px;
    font-size: 1rem;
}

.elementor-testimonial-wrapper.layout_1 .elementor-testimonial-item .elementor-testimonial-name a:hover {
    color: #ff862a;
}

.elementor-testimonial-wrapper.layout_1 .elementor-testimonial-item .elementor-testimonial-job {
    color: #b6babe;
    font-size: 14px;
    font-size: 0.875rem;
    padding-bottom: 30px;
}

.elementor-testimonial-wrapper.layout_1 .slick-prev {
    left: 42% !important;
}

.elementor-testimonial-wrapper.layout_1 .slick-next {
    right: 42% !important;
}

.elementor-testimonial-wrapper.layout_1 .slick-prev,
.elementor-testimonial-wrapper.layout_1 .slick-next {
    top: auto;
    bottom: 0;
}

.elementor-testimonial-wrapper.layout_1 .slick-slider .slick-arrow {
    opacity: 1;
    background: transparent;
}

.elementor-testimonial-wrapper.layout_2 .elementor-testimonial-details {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url("assets/images/icon-quote.png");
    padding-left: 90px;
}

.elementor-testimonial-wrapper.layout_3:before {
    display: none;
}

.elementor-testimonial-wrapper.layout_3 .elementor-testimonial-item {
    position: relative;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url("assets/images/icon-quote.png");
    padding: 100px 0 80px 0;
}

.elementor-testimonial-wrapper.layout_3 .elementor-testimonial-item .elementor-testimonial-content {
    margin: 0 auto;
    max-width: 50%;
    font-size: 30px;
    font-size: 1.875rem;
    font-family: Helvetica, "Fira Sans";
    font-weight: 300;
    color: #fff;
    line-height: 42px;
}

@media (max-width: 767px) {
    .elementor-testimonial-wrapper.layout_3 .elementor-testimonial-item .elementor-testimonial-content {
        max-width: 100%;
    }
}

.elementor-testimonial-wrapper.layout_3 .elementor-testimonial-item .elementor-testimonial-name a {
    color: #fff;
    font-weight: 700;
    font-family: "Poppins";
    line-height: 1.5;
    font-size: 16px;
    font-size: 1rem;
}

.elementor-testimonial-wrapper.layout_3 .elementor-testimonial-item .elementor-testimonial-name a:hover {
    color: #ff862a;
}

.elementor-testimonial-wrapper.layout_3 .elementor-testimonial-item .elementor-testimonial-job {
    color: #b6babe;
    font-size: 14px;
    font-size: 0.875rem;
}

.elementor-testimonial-wrapper.layout_3 .slick-prev,
.elementor-testimonial-wrapper.layout_3 .slick-next {
    bottom: 0;
    top: 40%;
}

.elementor-testimonial-wrapper.layout_3 .slick-slider .slick-arrow {
    opacity: 1;
    background: transparent;
}

@media (max-width: 767px) {
    .elementor-testimonial-wrapper.layout_3 .slick-slider .slick-arrow {
        opacity: 0;
    }
}

.custom .elementor-testimonial-wrapper.layout_3 .elementor-testimonial-item {
    padding: 0;
    background-image: none;
}

.custom .elementor-testimonial-wrapper.layout_3 .elementor-testimonial-item .elementor-testimonial-content {
    color: #000;
}

.custom .elementor-testimonial-wrapper.layout_3 .elementor-testimonial-item .elementor-testimonial-name a {
    color: #000;
}

.elementor-widget-image-carousel .slick-slider .slick-prev,
.elementor-widget-image-carousel .slick-slider .slick-next {
    background: #fff;
    opacity: 1;
    width: 90px;
    height: 90px;
    text-align: center;
    overflow: hidden;
}

.elementor-widget-image-carousel .slick-slider .slick-prev:before,
.elementor-widget-image-carousel .slick-slider .slick-next:before {

    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 30%;
    right: 0;
    left: 0;
    color: #c5c8cb;
}

.elementor-widget-image-carousel .slick-slider .slick-prev:hover:before,
.elementor-widget-image-carousel .slick-slider .slick-next:hover:before {
    color: #ff862a;
}

.elementor-widget-image-carousel .slick-slider .slick-prev {
    left: 0 !important;
}

.elementor-widget-image-carousel .slick-slider .slick-prev:before {
    content: "\E00F";
    font-size: 14px;
}

.elementor-widget-image-carousel .slick-slider .slick-next {
    right: 0 !important;
}

.elementor-widget-image-carousel .slick-slider .slick-next:before {
    content: "\E01C";
    font-size: 14px;
}

/*Custom slideshow*/
.rev_slider .zeus .tp-tab-title {
    line-height: 35px !important;
}

.rev_slider .zeus.tp-tabs .tp-tab:after {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: #fff;
}

.rev_slider .zeus.tp-tabs .tp-tab:hover, .rev_slider .zeus.tp-tabs .tp-tab.selected {
    background: transparent;
}

.rev_slider .zeus.tp-tabs .tp-tab:hover:after, .rev_slider .zeus.tp-tabs .tp-tab.selected:after {
    width: 100%;
    left: 0;
    right: auto;
}

#rev_slider_1_1 .zeus .tp-tab:hover .tp-tab-title,
#rev_slider_1_1 .zeus .tp-tab.selected .tp-tab-title {
    background: transparent;
}

#rev_slider_1_1 .metis.tparrows:hover::before {
    -webkit-transform: scale(1);
    transform: scale(1);
}

@media (max-width: 991px) {
    .rev_slider .zeus {
        left: 0 !important;
        -webkit-transform: matrix(1, 0, 0, 1, 0, -120) !important;
        transform: matrix(1, 0, 0, 1, 0, -120) !important;
    }
}

.tp-caption.rev-btn {
    border: 0;
}

.tparrows::before {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #c5c8cb;
    padding-top: 12px;
    font-size: 12px;
}

.tparrows.tp-leftarrow::before {
    content: "\E00F";
}

.tparrows.tp-leftarrow:hover:before {
    -webkit-animation: toLeftFromRight 0.3s forwards;
    animation: toLeftFromRight 0.3s forwards;
    color: #676d70 !important;
}

.tparrows.tp-rightarrow::before {
    content: "\E01C";
}

.tparrows.tp-rightarrow:hover:before {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
    color: #676d70 !important;
}

.form-style.style2 {
    color: #b6babe;
}

.form-style.style2 .form-style-1 {
    padding-bottom: 30px;
}

.form-style.style2 .form-style-1 .label {
    padding-bottom: 40px;
    line-height: 24px;
}

.form-style.style2 .input-group input {
    height: 48px;
    background: #eef2f8;
    text-align: center;
}

.form-style.style2 button[type="submit"] {
    background: #ff862a;
    text-transform: uppercase;
    font-size: 11px;
    font-family: "Poppins";
    font-weight: 700;
    padding: 20px 40px;
    height: auto;
}

.form-style.style2 button[type="submit"]:hover {
    background: #676d70;
}

.form-style.style2 button[type="submit"] .lable {
    display: inline-block;
    font-weight: "Poppins";
}

.form-style.style2 button[type="submit"] i {
    display: none;
}

.elementor-widget-video .elementor-custom-embed-play {
    width: 100px;
    height: 100px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}

.elementor-widget-video .elementor-custom-embed-play:before {
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
    height: 100%;
    top: -15px;
    left: 0;
    z-index: -1;
    opacity: .15;
    position: absolute;
    content: "";
    border-radius: 50%;
    background-color: #fff;
    background-image: linear-gradient(-133deg, #fff 0, #fff 100%);
}

.elementor-widget-video .elementor-custom-embed-play:hover:before {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15);
    opacity: 0;
}

.elementor-teams-wrapper.style-2 {
    padding: 30px 40px;
}

.elementor-teams-wrapper.style-2 .elementor-team-job {
    position: relative;
    top: auto;
    right: auto;
    font-size: 11px;
    font-size: 0.6875rem;
    font-family: "Poppins";
    font-weight: 700;
    text-transform: uppercase;
    color: #676d70;
}

.elementor-teams-wrapper.style-2 .elementor-team-image {
    border: 0;
}

.elementor-teams-wrapper.style-2 .elementor-team-item .elementor-team-name {
    font-size: 18px;
    font-size: 1.125rem;
    font-family: "Poppins";
    font-weight: 700;
    line-height: 24px;
}

.elementor-teams-wrapper.style-2 .elementor-team-item .elementor-team-name a {
    color: #000;
}

.elementor-teams-wrapper.style-2 .elementor-team-item .elementor-team-name a:hover {
    color: #676d70;
}

.elementor-teams-wrapper.style-2 .elementor-team-item .elementor-team-name:before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 60%;
    font-size: 14px;
    font-size: 0.875rem;
}

.elementor-teams-wrapper.style-2 .elementor-team-item:hover .elementor-team-name:before {
    color: #676d70;
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
}

.slick-slider .slick-arrow {
    z-index: 99;
    width: 40px;
    height: 40px;
}

.slick-slider .slick-arrow:before {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #c5c8cb;
    padding-top: 12px;
    font-size: 12px;
}

.slick-slider .slick-arrow:hover {
    background: rgba(255, 255, 255, 0.5);
}

.slick-slider .slick-arrow.slick-prev {
    left: 30px;
}

.slick-slider .slick-arrow.slick-prev:before {
    content: "\E00F";
}

.slick-slider .slick-arrow.slick-prev:hover:before {
    color: #676d70;
    -webkit-animation: toLeftFromRight 0.3s forwards;
    animation: toLeftFromRight 0.3s forwards;
}

.slick-slider .slick-arrow.slick-next {
    right: 30px;
}

.slick-slider .slick-arrow.slick-next:before {
    content: "\E01C";
}

.slick-slider .slick-arrow.slick-next:hover:before {
    color: #676d70;
    -webkit-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
}

@media (max-width: 767px) {
    .slick-slider .slick-arrow {
        display: none;
    }
}


.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
    z-index: 99;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-image: none;
}

.swiper-container .swiper-button-next:before,
.swiper-container .swiper-button-prev:before {
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #c5c8cb;
    padding-top: 12px;
    font-size: 12px;
}

.swiper-container .swiper-button-next:hover,
.swiper-container .swiper-button-prev:hover {
    background: white;
}

.swiper-container .swiper-button-prev {
    left: 15px;
}

.swiper-container .swiper-button-prev:before {
    content: "\E00F";
}

.swiper-container .swiper-button-prev:hover:before {
    color: #676d70;
    -webkit-animation: toLeftFromRight 0.3s forwards;
    animation: toLeftFromRight 0.3s forwards;
}

.swiper-container .swiper-button-next {
    right: 15px;
}

.swiper-container .swiper-button-next:before {
    content: "\E01C";
}

.swiper-container .swiper-button-next:hover:before {
    color: #676d70;
    -webkit-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
}

.slick-pagination-custom .progressbar {
    right: 9.3%;
    left: auto;
    bottom: -80px;
}

@media (max-width: 991px) {
    .slick-pagination-custom {
        display: none;
    }
}


.btn-primary, button[type=submit],
a.button, .hentry .more-link {
    background: #ff862a;
    padding: 20px 40px;
    font-family: "Poppins";
    font-weight: 700;
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.btn-primary:hover, button:hover[type=submit],
a.button:hover, .hentry .more-link:hover {
    background: #676d70;
}

.btn-primary:focus, button:focus[type=submit],
a.button:focus, .hentry .more-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.work-details h4, .work-details h4 a {
    color: #676d70;
    font-family: "Poppins";
    font-weight: 700;
    letter-spacing: normal;
    font-size: 14px;
    font-size: 0.875rem;
}

@media (min-width: 991px) {
    .wrapper > .container {
        padding-left: 0;
        padding-right: 0;
    }
}


.counter-wheel:before {
    background: #ccd6e4;
}


@-webkit-keyframes animLoadedContent {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 200px, 0);
    }
}

@keyframes animLoadedContent {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 200px, 0);
        transform: translate3d(0, 200px, 0);
    }
}

@-webkit-keyframes animSlide {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
    }
}

@keyframes animSlide {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes animJelly {
    0% {
        opacity: 0;
        -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

@keyframes animJelly {
    0% {
        opacity: 0;
        -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
    100% {
        -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
        transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    }
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}


@-webkit-keyframes toLeftFromRight {
    49% {
        -webkit-transform: translate(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes toLeftFromRight {
    49% {
        -webkit-transform: translate(-100%);
        transform: translate(-100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(100%);
        transform: translate(100%);
    }
    51% {
        opacity: 1;
    }
}

@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%);
        transform: translate(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
        transform: translate(-100%);
    }
    51% {
        opacity: 1;
    }
}

@-webkit-keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}

@keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    51% {
        opacity: 1;
    }
}


[class*="lexus-icon-"]:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}


.lexus-icon-analystic:before {
    content: "";
}

.lexus-icon-call_support:before {
    content: "";
}

.lexus-icon-chatsupport:before {
    content: "";
}

.lexus-icon-clients:before {
    content: "";
}


.lexus-icon-design:before {
    content: "";
}

.lexus-icon-download:before {
    content: "";
}

.lexus-icon-email_us:before {
    content: "";
}

.lexus-icon-employee:before {
    content: "";
}

.lexus-icon-finance:before {
    content: "";
}

.lexus-icon-forum:before {
    content: "";
}

.lexus-icon-ideas:before {
    content: "";
}

.lexus-icon-info:before {
    content: "";
}

.lexus-icon-it:before {
    content: "";
}

.lexus-icon-left:before {
    content: "";
}

.lexus-icon-location:before {
    content: "";
}

.lexus-icon-management:before {
    content: "";
}

.lexus-icon-office:before {
    content: "";
}

.lexus-icon-ourmission:before {
    content: "";
}

.lexus-icon-ourteam:before {
    content: "";
}

.lexus-icon-performance:before {
    content: "";
}

.lexus-icon-phone:before {
    content: "";
}

.lexus-icon-phonesupport:before {
    content: "";
}

.lexus-icon-play:before {
    content: "";
}

.lexus-icon-project:before {
    content: "";
}

.lexus-icon-protect:before {
    content: "";
}

.lexus-icon-range:before {
    content: "";
}

.lexus-icon-right:before {
    content: "";
}

.lexus-icon-scroll:before {
    content: "";
}

.lexus-icon-search:before {
    content: "";
}

.lexus-icon-strategy:before {
    content: "";
}

.lexus-icon-support:before {
    content: "";
}

.lexus-icon-tweet:before {
    content: "";
}

.lexus-icon-whatwedo:before {
    content: "";
}
