@charset "UTF-8";
/*!
 * Bootstrap v4.5.2 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
:after,
:before {
    box-sizing: border-box;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
	overflow:unset;
}
[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
address {
    font-style: normal;
    line-height: inherit;
}
address,
dl,
ol,
ul {
    margin-bottom: 1rem;
}
dl,
ol,
ul {
    margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b,
strong {
    font-weight: bolder;
}
small {
    font-size: 80%;
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    color: #007bff;
    background-color: transparent;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}
code,
kbd,
pre,
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 {
    border-style: none;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}
button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[role="button"] {
    cursor: pointer;
}
select {
    word-wrap: normal;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
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-weight: 500;
    line-height: 1.2;
}
.h1,
h1 {
    font-size: 2.5rem;
}
.h2,
h2 {
    font-size: 2rem;
}
.h3,
h3 {
    font-size: 1.75rem;
}
.h4,
h4 {
    font-size: 1.5rem;
}
.h5,
h5 {
    font-size: 1.25rem;
}
.h6,
h6 {
    font-size: 1rem;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1 {
    font-size: 6rem;
}
.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2;
}
.display-2 {
    font-size: 5.5rem;
}
.display-3 {
    font-size: 4.5rem;
}
.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2;
}
.display-4 {
    font-size: 3.5rem;
}
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-inline,
.list-unstyled {
    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.25rem;
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}
.blockquote-footer:before {
    content: "\2014\00A0";
}
.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 90%;
    color: #6c757d;
}
code {
    font-size: 87.5%;
    color: #e83e8c;
    word-wrap: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}
pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container,
    .container-md,
    .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px;
    }
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}
.row-cols-1 > * {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.row-cols-2 > * {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.row-cols-3 > * {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.row-cols-4 > * {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.row-cols-5 > * {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.row-cols-6 > * {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
.col-1 {
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-2 {
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-5 {
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-8 {
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-11 {
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    -ms-flex-order: -1;
    order: -1;
}
.order-last {
    -ms-flex-order: 13;
    order: 13;
}
.order-0 {
    -ms-flex-order: 0;
    order: 0;
}
.order-1 {
    -ms-flex-order: 1;
    order: 1;
}
.order-2 {
    -ms-flex-order: 2;
    order: 2;
}
.order-3 {
    -ms-flex-order: 3;
    order: 3;
}
.order-4 {
    -ms-flex-order: 4;
    order: 4;
}
.order-5 {
    -ms-flex-order: 5;
    order: 5;
}
.order-6 {
    -ms-flex-order: 6;
    order: 6;
}
.order-7 {
    -ms-flex-order: 7;
    order: 7;
}
.order-8 {
    -ms-flex-order: 8;
    order: 8;
}
.order-9 {
    -ms-flex-order: 9;
    order: 9;
}
.order-10 {
    -ms-flex-order: 10;
    order: 10;
}
.order-11 {
    -ms-flex-order: 11;
    order: 11;
}
.order-12 {
    -ms-flex-order: 12;
    order: 12;
}
.offset-1 {
    margin-left: 8.33333%;
}
.offset-2 {
    margin-left: 16.66667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333%;
}
.offset-5 {
    margin-left: 41.66667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333%;
}
.offset-8 {
    margin-left: 66.66667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333%;
}
.offset-11 {
    margin-left: 91.66667%;
}
@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-sm-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-sm-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-sm-3 > * {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-sm-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-sm-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-sm-6 > * {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-md-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-md-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-md-3 > * {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-md-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-md-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-md-6 > * {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-lg-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-lg-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-lg-3 > * {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-lg-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-lg-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-lg-6 > * {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .row-cols-xl-1 > * {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .row-cols-xl-2 > * {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .row-cols-xl-3 > * {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .row-cols-xl-4 > * {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .row-cols-xl-5 > * {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
    .row-cols-xl-6 > * {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}
.table td,
.table th {
    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-sm td,
.table-sm th {
    padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #b8daff;
}
.table-primary tbody + tbody,
.table-primary td,
.table-primary th,
.table-primary thead th {
    border-color: #7abaff;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #9fcdff;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: #d6d8db;
}
.table-secondary tbody + tbody,
.table-secondary td,
.table-secondary th,
.table-secondary thead th {
    border-color: #b3b7bb;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
    background-color: #c3e6cb;
}
.table-success tbody + tbody,
.table-success td,
.table-success th,
.table-success thead th {
    border-color: #8fd19e;
}
.table-hover .table-success:hover,
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
    background-color: #b1dfbb;
}
.table-info,
.table-info > td,
.table-info > th {
    background-color: #bee5eb;
}
.table-info tbody + tbody,
.table-info td,
.table-info th,
.table-info thead th {
    border-color: #86cfda;
}
.table-hover .table-info:hover,
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
    background-color: #abdde5;
}
.table-warning,
.table-warning > td,
.table-warning > th {
    background-color: #ffeeba;
}
.table-warning tbody + tbody,
.table-warning td,
.table-warning th,
.table-warning thead th {
    border-color: #ffdf7e;
}
.table-hover .table-warning:hover,
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
    background-color: #ffe8a1;
}
.table-danger,
.table-danger > td,
.table-danger > th {
    background-color: #f5c6cb;
}
.table-danger tbody + tbody,
.table-danger td,
.table-danger th,
.table-danger thead th {
    border-color: #ed969e;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
    background-color: #fdfdfe;
}
.table-light tbody + tbody,
.table-light td,
.table-light th,
.table-light thead th {
    border-color: #fbfcfc;
}
.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
    background-color: #c6c8ca;
}
.table-dark tbody + tbody,
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #95999c;
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
    color: #fff;
    background-color: #343a40;
    border-color: #454d55;
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.table-dark {
    color: #fff;
    background-color: #343a40;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #454d55;
}
.table-dark.table-bordered {
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: hsla(0, 0%, 100%, 0.075);
}
@media (max-width: 575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
}
@media (max-width: 991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}
@media (max-width: 1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
    border: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:-ms-input-placeholder,
.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
input[type="date"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control,
input[type="time"].form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding: 0.375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}
.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0;
}
.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 1rem;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.form-row {
    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;
}
.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label,
.form-check-input[disabled] ~ .form-check-label {
    color: #6c757d;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.9);
    border-radius: 0.25rem;
}
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip,
.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip {
    display: block;
}
.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px
            10px,
        url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E")
            #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
    border-color: #28a745;
}
.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
    border-color: #34ce57;
    background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label:before,
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label:before,
.was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip,
.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip {
    display: block;
}
.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
    padding-right: calc(1.5em + 0.75rem);
    background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}
.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(0.75em + 2.3125rem);
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px
            10px,
        url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3E%3C/svg%3E")
            #fff no-repeat center right 1.75rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-check-input.is-invalid ~ .form-check-label,
.was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
    border-color: #dc3545;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
    border-color: #e4606d;
    background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label:before,
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label:before,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width: 576px) {
    .form-inline label {
        -ms-flex-align: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form-inline .form-group,
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto;
    }
    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}
.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .btn {
        transition: none;
    }
}
.btn:hover {
    color: #212529;
    text-decoration: none;
}
.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled,
.btn:disabled {
    opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}
.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem hsla(208, 6%, 54%, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem hsla(208, 6%, 54%, 0.5);
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success.focus,
.btn-success:focus,
.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}
.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
}
.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning.focus,
.btn-warning:focus,
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger.focus,
.btn-danger:focus,
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light.focus,
.btn-light:focus,
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 0.2rem hsla(220, 4%, 85%, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem hsla(220, 4%, 85%, 0.5);
}
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark.focus,
.btn-dark:focus,
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-outline-primary {
    color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    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: #007bff;
    border-color: #007bff;
}
.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 {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-secondary {
    color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    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: #6c757d;
    border-color: #6c757d;
}
.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 {
    box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.btn-outline-success {
    color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-info {
    color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
    color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
    color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
    color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
    color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none;
}
.btn-link:hover {
    color: #0056b3;
}
.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: underline;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none;
}
.btn-group-lg > .btn,
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}
.dropdown-toggle {
    white-space: nowrap;
}
.dropdown-toggle:after {
    display: inline-block;
    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: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.dropdown-menu-left {
    right: auto;
    left: 0;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
@media (min-width: 576px) {
    .dropdown-menu-sm-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-sm-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 768px) {
    .dropdown-menu-md-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-md-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 992px) {
    .dropdown-menu-lg-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-lg-right {
        right: 0;
        left: auto;
    }
}
@media (min-width: 1200px) {
    .dropdown-menu-xl-left {
        right: auto;
        left: 0;
    }
    .dropdown-menu-xl-right {
        right: 0;
        left: auto;
    }
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle:after {
    display: inline-block;
    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;
    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;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    display: none;
}
.dropleft .dropdown-toggle:before {
    display: inline-block;
    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^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
    right: auto;
    bottom: auto;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover {
    z-index: 1;
}
.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
    margin-left: -1px;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}
.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0;
}
.dropleft .dropdown-toggle-split:before {
    margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
    width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child),
.btn-group-vertical > .btn:not(:first-child) {
    margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control,
.input-group > .form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .form-control {
    margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
    z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}
.input-group-append .btn,
.input-group-prepend .btn {
    position: relative;
    z-index: 2;
}
.input-group-append .btn:focus,
.input-group-prepend .btn:focus {
    z-index: 3;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text {
    margin-left: -1px;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
    margin-top: 0;
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px);
}
.input-group-lg > .custom-select,
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control:not(textarea) {
    height: calc(1.5em + 0.5rem + 2px);
}
.input-group-sm > .custom-select,
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
    padding-right: 1.75rem;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.custom-control {
    position: relative;
    z-index: 1;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}
.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label:before {
    color: #fff;
    border-color: #007bff;
    background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
    color: #fff;
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label,
.custom-control-input[disabled] ~ .custom-control-label {
    color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label:before,
.custom-control-input[disabled] ~ .custom-control-label:before {
    background-color: #e9ecef;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}
.custom-control-label:before {
    pointer-events: none;
    background-color: #fff;
    border: 1px solid #adb5bd;
}
.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}
.custom-control-label:after {
    background: no-repeat 50%/50% 50%;
}
.custom-checkbox .custom-control-label:before {
    border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:before {
    border-color: #007bff;
    background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, 0.5);
}
.custom-radio .custom-control-label:before {
    border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, 0.5);
}
.custom-switch {
    padding-left: 2.25rem;
}
.custom-switch .custom-control-label:before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem;
}
.custom-switch .custom-control-label:after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label:after {
        transition: none;
    }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label:after {
    background-color: #fff;
    transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(0, 123, 255, 0.5);
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem
        center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}
.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}
.custom-select::-ms-expand {
    display: none;
}
.custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057;
}
.custom-select-sm {
    height: calc(1.5em + 0.5rem + 2px);
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    padding-left: 0.5rem;
    font-size: 0.875rem;
}
.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    font-size: 1.25rem;
}
.custom-file {
    display: inline-block;
    margin-bottom: 0;
}
.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
}
.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label,
.custom-file-input[disabled] ~ .custom-file-label {
    background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label:after {
    content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]:after {
    content: attr(data-browse);
}
.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    font-weight: 400;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
}
.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.custom-range:focus {
    outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
    border: 0;
}
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none;
    }
}
.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none;
    }
}
.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}
@media (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none;
    }
}
.custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}
.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}
.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
    margin-right: 15px;
}
.custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
    cursor: default;
}
.custom-range:disabled::-ms-thumb {
    background-color: #adb5bd;
}
.custom-control-label:before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}
.nav {
    display: -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:focus,
.nav-link:hover {
    text-decoration: none;
}
.nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #007bff;
}
.nav-fill .nav-item,
.nav-fill > .nav-link {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item,
.nav-justified > .nav-link {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    position: relative;
    padding: 0.5rem 1rem;
}
.navbar,
.navbar .container,
.navbar .container-fluid,
.navbar .container-lg,
.navbar .container-md,
.navbar .container-sm,
.navbar .container-xl {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -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-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -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.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%;
}
@media (max-width: 575.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        -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: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid,
    .navbar-expand-sm > .container-lg,
    .navbar-expand-sm > .container-md,
    .navbar-expand-sm > .container-sm,
    .navbar-expand-sm > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        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,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        -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: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid,
    .navbar-expand-md > .container-lg,
    .navbar-expand-md > .container-md,
    .navbar-expand-md > .container-sm,
    .navbar-expand-md > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        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,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        -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: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid,
    .navbar-expand-lg > .container-lg,
    .navbar-expand-lg > .container-md,
    .navbar-expand-lg > .container-sm,
    .navbar-expand-lg > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        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,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-xl {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        -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: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid,
    .navbar-expand-xl > .container-lg,
    .navbar-expand-xl > .container-md,
    .navbar-expand-xl > .container-sm,
    .navbar-expand-xl > .container-xl {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}
.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-lg,
.navbar-expand > .container-md,
.navbar-expand > .container-sm,
.navbar-expand > .container-xl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, 0.25);
}
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
    color: #fff;
}
.navbar-dark .navbar-toggler {
    color: hsla(0, 0%, 100%, 0.5);
    border-color: hsla(0, 0%, 100%, 0.1);
}
.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-text {
    color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group {
    border-top: inherit;
    border-bottom: inherit;
}
.card > .list-group:first-child {
    border-top-width: 0;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
    border-bottom-width: 0;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
    border-top: 0;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: 0.75rem;
}
.card-subtitle {
    margin-top: -0.375rem;
}
.card-subtitle,
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1.25rem;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
    margin-bottom: -0.75rem;
    border-bottom: 0;
}
.card-header-pills,
.card-header-tabs {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
    border-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom,
.card-img-top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
}
.card-img,
.card-img-top {
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-deck {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}
.card-group > .card {
    margin-bottom: 15px;
}
@media (min-width: 576px) {
    .card-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }
    .card-group > .card {
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-header,
    .card-group > .card:not(:last-child) .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group > .card:not(:last-child) .card-footer,
    .card-group > .card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-header,
    .card-group > .card:not(:first-child) .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group > .card:not(:first-child) .card-footer,
    .card-group > .card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0;
    }
}
.card-columns .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}
.accordion {
    overflow-anchor: none;
}
.accordion > .card {
    overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px;
}
.breadcrumb {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.breadcrumb,
.breadcrumb-item {
    display: -ms-flexbox;
    display: flex;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #6c757d;
}


.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}
a.badge:focus,
a.badge:hover {
    text-decoration: none;
}
.badge:empty {
    display: none;
}
.btn .badge {
    position: relative;
    top: -1px;
}
.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}
.badge-primary {
    color: #fff;
    background-color: #007bff;
}
a.badge-primary:focus,
a.badge-primary:hover {
    color: #fff;
    background-color: #0062cc;
}
a.badge-primary.focus,
a.badge-primary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}
a.badge-secondary:focus,
a.badge-secondary:hover {
    color: #fff;
    background-color: #545b62;
}
a.badge-secondary.focus,
a.badge-secondary:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
a.badge-success:focus,
a.badge-success:hover {
    color: #fff;
    background-color: #1e7e34;
}
a.badge-success.focus,
a.badge-success:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.badge-info {
    color: #fff;
    background-color: #17a2b8;
}
a.badge-info:focus,
a.badge-info:hover {
    color: #fff;
    background-color: #117a8b;
}
a.badge-info.focus,
a.badge-info:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
a.badge-warning:focus,
a.badge-warning:hover {
    color: #212529;
    background-color: #d39e00;
}
a.badge-warning.focus,
a.badge-warning:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
a.badge-danger:focus,
a.badge-danger:hover {
    color: #fff;
    background-color: #bd2130;
}
a.badge-danger.focus,
a.badge-danger:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
a.badge-light:focus,
a.badge-light:hover {
    color: #212529;
    background-color: #dae0e5;
}
a.badge-light.focus,
a.badge-light:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.badge-dark {
    color: #fff;
    background-color: #343a40;
}
a.badge-dark:focus,
a.badge-dark:hover {
    color: #fff;
    background-color: #1d2124;
}
a.badge-dark.focus,
a.badge-dark:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}
@media (min-width: 576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}
.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-heading {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 4rem;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}
.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}
.alert-primary hr {
    border-top-color: #9fcdff;
}
.alert-primary .alert-link {
    color: #002752;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-secondary hr {
    border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
    color: #202326;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-success hr {
    border-top-color: #b1dfbb;
}
.alert-success .alert-link {
    color: #0b2e13;
}
.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}
.alert-info hr {
    border-top-color: #abdde5;
}
.alert-info .alert-link {
    color: #062c33;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-warning hr {
    border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
    color: #533f03;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-danger hr {
    border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
    color: #491217;
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-light hr {
    border-top-color: #ececf6;
}
.alert-light .alert-link {
    color: #686868;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.alert-dark hr {
    border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
    color: #040505;
}
@keyframes a {
    0% {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    height: 1rem;
    line-height: 0;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.progress,
.progress-bar {
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}
.progress-bar {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}
.progress-bar-striped {
    background-image: linear-gradient(45deg, hsla(0, 0%, 100%, 0.15) 25%, transparent 0, transparent 50%, hsla(0, 0%, 100%, 0.15) 0, hsla(0, 0%, 100%, 0.15) 75%, transparent 0, transparent);
    background-size: 1rem 1rem;
}
.progress-bar-animated {
    animation: a 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
        animation: none;
    }
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -ms-flex: 1;
    flex: 1;
}
.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 0.25rem;
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.list-group-item + .list-group-item {
    border-top-width: 0;
}
.list-group-item + .list-group-item.active {
    margin-top: -1px;
    border-top-width: 1px;
}
.list-group-horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
    margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
}
@media (min-width: 576px) {
    .list-group-horizontal-sm {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-sm > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-sm > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 768px) {
    .list-group-horizontal-md {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-md > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-md > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 992px) {
    .list-group-horizontal-lg {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-lg > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-lg > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
@media (min-width: 1200px) {
    .list-group-horizontal-xl {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .list-group-horizontal-xl > .list-group-item:first-child {
        border-bottom-left-radius: 0.25rem;
        border-top-right-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item:last-child {
        border-top-right-radius: 0.25rem;
        border-bottom-left-radius: 0;
    }
    .list-group-horizontal-xl > .list-group-item.active {
        margin-top: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
        border-top-width: 1px;
        border-left-width: 0;
    }
    .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px;
    }
}
.list-group-flush {
    border-radius: 0;
}
.list-group-flush > .list-group-item {
    border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
    border-bottom-width: 0;
}
.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #004085;
    background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085;
}
.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}
.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}
.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}
.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}
.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}
.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}
.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}
.close:hover {
    color: #000;
    text-decoration: none;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: 0.75;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}
a.close.disabled {
    pointer-events: none;
}
.toast {
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
    font-size: 0.875rem;
    background-color: hsla(0, 0%, 100%, 0.85);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
    opacity: 0;
    border-radius: 0.25rem;
}
.toast:not(:last-child) {
    margin-bottom: 0.75rem;
}
.toast.showing {
    opacity: 1;
}
.toast.show {
    display: block;
    opacity: 1;
}
.toast.hide {
    display: none;
}
.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.25rem 0.75rem;
    color: #6c757d;
    background-color: hsla(0, 0%, 100%, 0.85);
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.toast-body {
    padding: 0.75rem;
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translateY(-50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    transform: none;
}
.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}
.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}
.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none;
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
    margin: 0.25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: 0.9;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem;
}
.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: 0.4rem 0.4rem 0;
    border-top-color: #000;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: 0.4rem 0.4rem 0.4rem 0;
    border-right-color: #000;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 0.4rem 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 0.4rem 0.4rem;
    border-bottom-color: #000;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
    padding: 0 0.4rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem;
}
.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: 0.4rem 0 0.4rem 0.4rem;
    border-left-color: #000;
}
.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 0.25rem;
}
.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}
.popover,
.popover .arrow {
    position: absolute;
    display: block;
}
.popover .arrow {
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}
.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
    margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] > .arrow,
.bs-popover-top > .arrow {
    bottom: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="top"] > .arrow:before,
.bs-popover-top > .arrow:before {
    bottom: 0;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] > .arrow:after,
.bs-popover-top > .arrow:after {
    bottom: 1px;
    border-width: 0.5rem 0.5rem 0;
    border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
    margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] > .arrow,
.bs-popover-right > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] > .arrow:before,
.bs-popover-right > .arrow:before {
    left: 0;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] > .arrow:after,
.bs-popover-right > .arrow:after {
    left: 1px;
    border-width: 0.5rem 0.5rem 0.5rem 0;
    border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
    margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] > .arrow,
.bs-popover-bottom > .arrow {
    top: calc(-0.5rem - 1px);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:before,
.bs-popover-bottom > .arrow:before {
    top: 0;
    border-width: 0 0.5rem 0.5rem;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] > .arrow:after,
.bs-popover-bottom > .arrow:after {
    top: 1px;
    border-width: 0 0.5rem 0.5rem;
    border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
    margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] > .arrow,
.bs-popover-left > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] > .arrow:before,
.bs-popover-left > .arrow:before {
    right: 0;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] > .arrow:after,
.bs-popover-left > .arrow:after {
    right: 1px;
    border-width: 0.5rem 0 0.5rem 0.5rem;
    border-left-color: #fff;
}
.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}
.carousel {
    position: relative;
}
.carousel.pointer-event {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-inner:after {
    display: block;
    clear: both;
    content: "";
}
.carousel-item {
    position: relative;
    display: none;
    float: left;
    width: 100%;
    margin-right: -100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-item {
        transition: none;
    }
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
}
.active.carousel-item-right,
.carousel-item-next:not(.carousel-item-left) {
    transform: translateX(100%);
}
.active.carousel-item-left,
.carousel-item-prev:not(.carousel-item-right) {
    transform: translateX(-100%);
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    transform: none;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    z-index: 1;
    opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    z-index: 0;
    opacity: 0;
    transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
        transition: none;
    }
}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
    transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-control-next,
    .carousel-control-prev {
        transition: none;
    }
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
    .carousel-indicators li {
        transition: none;
    }
}
.carousel-indicators .active {
    opacity: 1;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
@keyframes b {
    to {
        transform: rotate(1turn);
    }
}
.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: b 0.75s linear infinite;
}
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}
@keyframes c {
    0% {
        transform: scale(0);
    }
    50% {
        opacity: 1;
        transform: none;
    }
}
.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    animation: c 0.75s linear infinite;
}
.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}
.align-baseline {
    vertical-align: baseline !important;
}
.align-top {
    vertical-align: top !important;
}
.align-middle {
    vertical-align: middle !important;
}
.align-bottom {
    vertical-align: bottom !important;
}
.align-text-bottom {
    vertical-align: text-bottom !important;
}
.align-text-top {
    vertical-align: text-top !important;
}
.bg-primary {
    background-color: #007bff !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0062cc !important;
}
.bg-secondary {
    background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important;
}
.bg-success {
    background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important;
}
.bg-info {
    background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important;
}
.bg-warning {
    background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important;
}
.bg-danger {
    background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important;
}
.bg-dark {
    background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-right {
    border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
    border-left: 1px solid #dee2e6 !important;
}
.border-0 {
    border: 0 !important;
}
.border-top-0 {
    border-top: 0 !important;
}
.border-right-0 {
    border-right: 0 !important;
}
.border-bottom-0 {
    border-bottom: 0 !important;
}
.border-left-0 {
    border-left: 0 !important;
}
.border-primary {
    border-color: #007bff !important;
}
.border-secondary {
    border-color: #6c757d !important;
}
.border-success {
    border-color: #28a745 !important;
}
.border-info {
    border-color: #17a2b8 !important;
}
.border-warning {
    border-color: #ffc107 !important;
}
.border-danger {
    border-color: #dc3545 !important;
}
.border-light {
    border-color: #f8f9fa !important;
}
.border-dark {
    border-color: #343a40 !important;
}
.border-white {
    border-color: #fff !important;
}
.rounded-sm {
    border-radius: 0.2rem !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
.rounded-top {
    border-top-left-radius: 0.25rem !important;
}
.rounded-right,
.rounded-top {
    border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
    border-top-left-radius: 0.25rem !important;
}
.rounded-lg {
    border-radius: 0.3rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-pill {
    border-radius: 50rem !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.clearfix:after {
    display: block;
    clear: both;
    content: "";
}
.d-none {
    display: none !important;
}
.d-inline {
    display: inline !important;
}
.d-inline-block {
    display: inline-block !important;
}
.d-block {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.d-inline-flex {
    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: -ms-flexbox !important;
        display: flex !important;
    }
    .d-sm-inline-flex {
        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: -ms-flexbox !important;
        display: flex !important;
    }
    .d-md-inline-flex {
        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: -ms-flexbox !important;
        display: flex !important;
    }
    .d-lg-inline-flex {
        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: -ms-flexbox !important;
        display: flex !important;
    }
    .d-xl-inline-flex {
        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: -ms-flexbox !important;
        display: flex !important;
    }
    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive:before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9:before {
    padding-top: 42.85714%;
}
.embed-responsive-16by9:before {
    padding-top: 56.25%;
}
.embed-responsive-4by3:before {
    padding-top: 75%;
}
.embed-responsive-1by1:before {
    padding-top: 100%;
}
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}
.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}
.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    -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 {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}
.flex-grow-1 {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}
.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}
.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.justify-content-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}
.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}
.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}
.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}
.align-items-stretch {
    -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 {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        -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 {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        -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 {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-sm-between {
        -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 {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        -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 {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        -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 {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        -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 {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-md-between {
        -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 {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        -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 {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        -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 {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        -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 {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-lg-between {
        -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 {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        -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 {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        -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 {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        -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 {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .justify-content-xl-between {
        -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 {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }
    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        -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;
    }
}
.user-select-all {
    -webkit-user-select: all !important;
    -moz-user-select: all !important;
    -ms-user-select: all !important;
    user-select: all !important;
}
.user-select-auto {
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
}
.user-select-none {
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    -ms-user-select: none !important;
    user-select: none !important;
}
.overflow-auto {
    overflow: auto !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.position-static {
    position: static !important;
}
.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.position-fixed {
    position: fixed !important;
}
.position-sticky {
    position: sticky !important;
}
.fixed-top {
    top: 0;
}
.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    bottom: 0;
}
@supports (position: sticky) {
    .sticky-top {
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}
.sr-only {
    white-space: nowrap;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    white-space: normal;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    box-shadow: none !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.mw-100 {
    max-width: 100% !important;
}
.mh-100 {
    max-height: 100% !important;
}
.min-vw-100 {
    min-width: 100vw !important;
}
.min-vh-100 {
    min-height: 100vh !important;
}
.vw-100 {
    width: 100vw !important;
}
.vh-100 {
    height: 100vh !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 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-n1 {
    margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
    margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
    margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
    margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
    margin-left: -0.25rem !important;
}
.m-n2 {
    margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
    margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
    margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
    margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
    margin-left: -0.5rem !important;
}
.m-n3 {
    margin: -1rem !important;
}
.mt-n3,
.my-n3 {
    margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
    margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
    margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
    margin-left: -1rem !important;
}
.m-n4 {
    margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
    margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
    margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
    margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
    margin-left: -1.5rem !important;
}
.m-n5 {
    margin: -3rem !important;
}
.mt-n5,
.my-n5 {
    margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
    margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
    margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
    margin-left: -3rem !important;
}
.m-auto {
    margin: auto !important;
}
.mt-auto,
.my-auto {
    margin-top: auto !important;
}
.mr-auto,
.mx-auto {
    margin-right: auto !important;
}
.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
    margin-left: auto !important;
}
@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }
    .m-sm-1 {
        margin: 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-n1 {
        margin: -0.25rem !important;
    }
    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -0.25rem !important;
    }
    .m-sm-n2 {
        margin: -0.5rem !important;
    }
    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -0.5rem !important;
    }
    .m-sm-n3 {
        margin: -1rem !important;
    }
    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -1rem !important;
    }
    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -1rem !important;
    }
    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -1rem !important;
    }
    .m-sm-n4 {
        margin: -1.5rem !important;
    }
    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -1.5rem !important;
    }
    .m-sm-n5 {
        margin: -3rem !important;
    }
    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -3rem !important;
    }
    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -3rem !important;
    }
    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -3rem !important;
    }
    .m-sm-auto {
        margin: auto !important;
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }
    .m-md-1 {
        margin: 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-n1 {
        margin: -0.25rem !important;
    }
    .mt-md-n1,
    .my-md-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -0.25rem !important;
    }
    .m-md-n2 {
        margin: -0.5rem !important;
    }
    .mt-md-n2,
    .my-md-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-md-n2,
    .mx-md-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-md-n2,
    .my-md-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -0.5rem !important;
    }
    .m-md-n3 {
        margin: -1rem !important;
    }
    .mt-md-n3,
    .my-md-n3 {
        margin-top: -1rem !important;
    }
    .mr-md-n3,
    .mx-md-n3 {
        margin-right: -1rem !important;
    }
    .mb-md-n3,
    .my-md-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-md-n3,
    .mx-md-n3 {
        margin-left: -1rem !important;
    }
    .m-md-n4 {
        margin: -1.5rem !important;
    }
    .mt-md-n4,
    .my-md-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-md-n4,
    .mx-md-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-md-n4,
    .my-md-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-md-n4,
    .mx-md-n4 {
        margin-left: -1.5rem !important;
    }
    .m-md-n5 {
        margin: -3rem !important;
    }
    .mt-md-n5,
    .my-md-n5 {
        margin-top: -3rem !important;
    }
    .mr-md-n5,
    .mx-md-n5 {
        margin-right: -3rem !important;
    }
    .mb-md-n5,
    .my-md-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-md-n5,
    .mx-md-n5 {
        margin-left: -3rem !important;
    }
    .m-md-auto {
        margin: auto !important;
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }
    .m-lg-1 {
        margin: 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-n1 {
        margin: -0.25rem !important;
    }
    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -0.25rem !important;
    }
    .m-lg-n2 {
        margin: -0.5rem !important;
    }
    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -0.5rem !important;
    }
    .m-lg-n3 {
        margin: -1rem !important;
    }
    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -1rem !important;
    }
    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -1rem !important;
    }
    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -1rem !important;
    }
    .m-lg-n4 {
        margin: -1.5rem !important;
    }
    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -1.5rem !important;
    }
    .m-lg-n5 {
        margin: -3rem !important;
    }
    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -3rem !important;
    }
    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -3rem !important;
    }
    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -3rem !important;
    }
    .m-lg-auto {
        margin: auto !important;
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}
@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }
    .m-xl-1 {
        margin: 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-n1 {
        margin: -0.25rem !important;
    }
    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -0.25rem !important;
    }
    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -0.25rem !important;
    }
    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -0.25rem !important;
    }
    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -0.25rem !important;
    }
    .m-xl-n2 {
        margin: -0.5rem !important;
    }
    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -0.5rem !important;
    }
    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -0.5rem !important;
    }
    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -0.5rem !important;
    }
    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -0.5rem !important;
    }
    .m-xl-n3 {
        margin: -1rem !important;
    }
    .mt-xl-n3,
    .my-xl-n3 {
        margin-top: -1rem !important;
    }
    .mr-xl-n3,
    .mx-xl-n3 {
        margin-right: -1rem !important;
    }
    .mb-xl-n3,
    .my-xl-n3 {
        margin-bottom: -1rem !important;
    }
    .ml-xl-n3,
    .mx-xl-n3 {
        margin-left: -1rem !important;
    }
    .m-xl-n4 {
        margin: -1.5rem !important;
    }
    .mt-xl-n4,
    .my-xl-n4 {
        margin-top: -1.5rem !important;
    }
    .mr-xl-n4,
    .mx-xl-n4 {
        margin-right: -1.5rem !important;
    }
    .mb-xl-n4,
    .my-xl-n4 {
        margin-bottom: -1.5rem !important;
    }
    .ml-xl-n4,
    .mx-xl-n4 {
        margin-left: -1.5rem !important;
    }
    .m-xl-n5 {
        margin: -3rem !important;
    }
    .mt-xl-n5,
    .my-xl-n5 {
        margin-top: -3rem !important;
    }
    .mr-xl-n5,
    .mx-xl-n5 {
        margin-right: -3rem !important;
    }
    .mb-xl-n5,
    .my-xl-n5 {
        margin-bottom: -3rem !important;
    }
    .ml-xl-n5,
    .mx-xl-n5 {
        margin-left: -3rem !important;
    }
    .m-xl-auto {
        margin: auto !important;
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}
.stretched-link:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: transparent;
}
.text-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;
}
.text-justify {
    text-align: justify !important;
}
.text-wrap {
    white-space: normal !important;
}
.text-nowrap {
    white-space: nowrap !important;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }
    .text-sm-right {
        text-align: right !important;
    }
    .text-sm-center {
        text-align: center !important;
    }
}
@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }
    .text-md-right {
        text-align: right !important;
    }
    .text-md-center {
        text-align: center !important;
    }
}
@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }
    .text-lg-right {
        text-align: right !important;
    }
    .text-lg-center {
        text-align: center !important;
    }
}
@media (min-width: 1200px) {
    .text-xl-left {
        text-align: left !important;
    }
    .text-xl-right {
        text-align: right !important;
    }
    .text-xl-center {
        text-align: center !important;
    }
}
.text-lowercase {
    text-transform: lowercase !important;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.font-weight-light {
    font-weight: 300 !important;
}
.font-weight-lighter {
    font-weight: lighter !important;
}
.font-weight-normal {
    font-weight: 400 !important;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.font-weight-bolder {
    font-weight: bolder !important;
}
.font-italic {
    font-style: italic !important;
}
.text-white {
    color: #fff !important;
}
.text-primary {
    color: #007bff !important;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important;
}
.text-secondary {
    color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
    color: #494f54 !important;
}
.text-success {
    color: #28a745 !important;
}
a.text-success:focus,
a.text-success:hover {
    color: #19692c !important;
}
.text-info {
    color: #17a2b8 !important;
}
a.text-info:focus,
a.text-info:hover {
    color: #0f6674 !important;
}
.text-warning {
    color: #ffc107 !important;
}
a.text-warning:focus,
a.text-warning:hover {
    color: #ba8b00 !important;
}
.text-danger {
    color: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #a71d2a !important;
}
.text-light {
    color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
    color: #cbd3da !important;
}
.text-dark {
    color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
    color: #121416 !important;
}
.text-body {
    color: #212529 !important;
}
.text-muted {
    color: #6c757d !important;
}
.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    color: hsla(0, 0%, 100%, 0.5) !important;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}
.text-reset {
    color: inherit !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
@media print {
    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn) {
        text-decoration: underline;
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    .container,
    body {
        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 td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important;
    }
    .table-dark {
        color: inherit;
    }
    .table-dark tbody + tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6;
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}

/*!
 * animsition v4.0.2
 * A simple and easy jQuery plugin for CSS animated page transitions.
 * http://blivesta.github.io/animsition
 * License : MIT
 * Author : blivesta (http://blivesta.com/)
 */
.animsition,
.animsition-overlay {
    position: relative;
    opacity: 0;
    animation-fill-mode: both;
}
.animsition-overlay-slide {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #ddd;
}
.animsition-loading,
.animsition-loading:after {
    width: 32px;
    height: 32px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -16px;
    border-radius: 50%;
    z-index: 2;
}
.animsition-loading {
    background-color: transparent;
    border-top: 5px solid rgba(0, 0, 0, 0.2);
    border-right: 5px solid rgba(0, 0, 0, 0.2);
    border-bottom: 5px solid rgba(0, 0, 0, 0.2);
    border-left: 5px solid #eee;
    transform: translateZ(0);
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-duration: 0.8s;
    animation-name: Ac;
}
.fade-in {
    animation-name: wb;
}
.fade-out {
    animation-name: Fb;
}
@keyframes d {
    0% {
        transform: translateY(500px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.fade-in-up {
    animation-name: d;
}
@keyframes e {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(-500px);
        opacity: 0;
    }
}
.fade-out-up {
    animation-name: e;
}
@keyframes f {
    0% {
        transform: translateY(100px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.fade-in-up-sm {
    animation-name: f;
}
@keyframes g {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(-100px);
        opacity: 0;
    }
}
.fade-out-up-sm {
    animation-name: g;
}
@keyframes h {
    0% {
        transform: translateY(1000px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.fade-in-up-lg {
    animation-name: h;
}
@keyframes i {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(-1000px);
        opacity: 0;
    }
}
.fade-out-up-lg {
    animation-name: i;
}
@keyframes j {
    0% {
        transform: translateY(-500px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.fade-in-down {
    animation-name: j;
}
@keyframes k {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(500px);
        opacity: 0;
    }
}
.fade-out-down {
    animation-name: k;
}
@keyframes l {
    0% {
        transform: translateY(-100px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
.fade-in-down-sm {
    animation-name: l;
}
@keyframes m {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(100px);
        opacity: 0;
    }
}
.fade-out-down-sm {
    animation-name: m;
}
.fade-in-down-lg {
    animation-name: j;
}
@keyframes n {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    to {
        transform: translateY(1000px);
        opacity: 0;
    }
}
.fade-out-down-lg {
    animation-name: n;
}
@keyframes o {
    0% {
        transform: translateX(-500px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
.fade-in-left {
    animation-name: o;
}
@keyframes p {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(-500px);
        opacity: 0;
    }
}
.fade-out-left {
    animation-name: p;
}
@keyframes q {
    0% {
        transform: translateX(-100px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
.fade-in-left-sm {
    animation-name: q;
}
@keyframes r {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(-100px);
        opacity: 0;
    }
}
.fade-out-left-sm {
    animation-name: r;
}
@keyframes s {
    0% {
        transform: translateX(-1500px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
.fade-in-left-lg {
    animation-name: s;
}
@keyframes t {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(-1500px);
        opacity: 0;
    }
}
.fade-out-left-lg {
    animation-name: t;
}
@keyframes u {
    0% {
        transform: translateX(500px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
.fade-in-right {
    animation-name: u;
}
@keyframes v {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(500px);
        opacity: 0;
    }
}
.fade-out-right {
    animation-name: v;
}
@keyframes w {
    0% {
        transform: translateX(100px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
.fade-in-right-sm {
    animation-name: w;
}
@keyframes x {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(100px);
        opacity: 0;
    }
}
.fade-out-right-sm {
    animation-name: x;
}
@keyframes y {
    0% {
        transform: translateX(1500px);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}
.fade-in-right-lg {
    animation-name: y;
}
@keyframes z {
    0% {
        transform: translateX(0);
        opacity: 1;
    }
    to {
        transform: translateX(1500px);
        opacity: 0;
    }
}
.fade-out-right-lg {
    animation-name: z;
}
@keyframes A {
    0% {
        transform: rotate(-90deg);
        transform-origin: center center;
        opacity: 0;
    }
    0%,
    to {
        -webkit-transform-origin: center center;
    }
    to {
        transform: rotate(0);
        transform-origin: center center;
        opacity: 1;
    }
}
.rotate-in {
    animation-name: A;
}
@keyframes B {
    0% {
        transform: rotate(0);
        transform-origin: center center;
        opacity: 1;
    }
    0%,
    to {
        -webkit-transform-origin: center center;
    }
    to {
        transform: rotate(90deg);
        transform-origin: center center;
        opacity: 0;
    }
}
.rotate-out {
    animation-name: B;
}
@keyframes C {
    0% {
        transform: rotate(-45deg);
        transform-origin: center center;
        opacity: 0;
    }
    0%,
    to {
        -webkit-transform-origin: center center;
    }
    to {
        transform: rotate(0);
        transform-origin: center center;
        opacity: 1;
    }
}
.rotate-in-sm {
    animation-name: C;
}
@keyframes D {
    0% {
        transform: rotate(0);
        transform-origin: center center;
        opacity: 1;
    }
    0%,
    to {
        -webkit-transform-origin: center center;
    }
    to {
        transform: rotate(45deg);
        transform-origin: center center;
        opacity: 0;
    }
}
.rotate-out-sm {
    animation-name: D;
}
@keyframes E {
    0% {
        transform: rotate(-180deg);
        transform-origin: center center;
        opacity: 0;
    }
    0%,
    to {
        -webkit-transform-origin: center center;
    }
    to {
        transform: rotate(0);
        transform-origin: center center;
        opacity: 1;
    }
}
.rotate-in-lg {
    animation-name: E;
}
@keyframes F {
    0% {
        transform: rotate(0);
        transform-origin: center center;
        opacity: 1;
    }
    0%,
    to {
        -webkit-transform-origin: center center;
    }
    to {
        transform: rotate(180deg);
        transform-origin: center center;
        opacity: 0;
    }
}
.rotate-out-lg {
    animation-name: F;
}
@keyframes G {
    0% {
        transform: perspective(550px) rotateX(90deg);
        opacity: 0;
    }
    to {
        transform: perspective(550px) rotateX(0deg);
        opacity: 1;
    }
}
.flip-in-x {
    animation-name: G;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
@keyframes H {
    0% {
        transform: perspective(550px) rotateX(0deg);
        opacity: 1;
    }
    to {
        transform: perspective(550px) rotateX(90deg);
        opacity: 0;
    }
}
.flip-out-x {
    animation-name: H;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
@keyframes I {
    0% {
        transform: perspective(100px) rotateX(90deg);
        opacity: 0;
    }
    to {
        transform: perspective(100px) rotateX(0deg);
        opacity: 1;
    }
}
.flip-in-x-nr {
    animation-name: I;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
@keyframes J {
    0% {
        transform: perspective(100px) rotateX(0deg);
        opacity: 1;
    }
    to {
        transform: perspective(100px) rotateX(90deg);
        opacity: 0;
    }
}
.flip-out-x-nr {
    animation-name: J;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
@keyframes K {
    0% {
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0;
    }
    to {
        transform: perspective(1000px) rotateX(0deg);
        opacity: 1;
    }
}
.flip-in-x-fr {
    animation-name: K;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
@keyframes L {
    0% {
        transform: perspective(1000px) rotateX(0deg);
        opacity: 1;
    }
    to {
        transform: perspective(1000px) rotateX(90deg);
        opacity: 0;
    }
}
.flip-out-x-fr {
    animation-name: L;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
@keyframes M {
    0% {
        transform: perspective(550px) rotateY(90deg);
        opacity: 0;
    }
    to {
        transform: perspective(550px) rotateY(0deg);
        opacity: 1;
    }
}
.flip-in-y {
    animation-name: M;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
@keyframes N {
    0% {
        transform: perspective(550px) rotateY(0deg);
        opacity: 1;
    }
    to {
        transform: perspective(550px) rotateY(90deg);
        opacity: 0;
    }
}
.flip-out-y {
    animation-name: N;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
@keyframes O {
    0% {
        transform: perspective(100px) rotateY(90deg);
        opacity: 0;
    }
    to {
        transform: perspective(100px) rotateY(0deg);
        opacity: 1;
    }
}
.flip-in-y-nr {
    animation-name: O;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
@keyframes P {
    0% {
        transform: perspective(100px) rotateY(0deg);
        opacity: 1;
    }
    to {
        transform: perspective(100px) rotateY(90deg);
        opacity: 0;
    }
}
.flip-out-y-nr {
    animation-name: P;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
@keyframes Q {
    0% {
        transform: perspective(1000px) rotateY(90deg);
        opacity: 0;
    }
    to {
        transform: perspective(1000px) rotateY(0deg);
        opacity: 1;
    }
}
.flip-in-y-fr {
    animation-name: Q;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
@keyframes R {
    0% {
        transform: perspective(1000px) rotateY(0deg);
        opacity: 1;
    }
    to {
        transform: perspective(1000px) rotateY(90deg);
        opacity: 0;
    }
}
.flip-out-y-fr {
    animation-name: R;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
@keyframes S {
    0% {
        transform: scale(0.7);
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.zoom-in {
    animation-name: S;
}
@keyframes T {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(0.7);
    }
    50%,
    to {
        opacity: 0;
    }
}
.zoom-out {
    animation-name: T;
}
@keyframes U {
    0% {
        transform: scale(0.95);
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.zoom-in-sm {
    animation-name: U;
}
@keyframes V {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(0.95);
    }
    50%,
    to {
        opacity: 0;
    }
}
.zoom-out-sm {
    animation-name: V;
}
@keyframes W {
    0% {
        transform: scale(0.4);
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.zoom-in-lg {
    animation-name: W;
}
@keyframes X {
    0% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(0.4);
    }
    50%,
    to {
        opacity: 0;
    }
}
.zoom-out-lg {
    animation-name: X;
}
.overlay-slide-in-top {
    top: 0;
    height: 0;
    animation-name: Y;
}
.overlay-slide-out-top {
    top: 0;
    height: 100%;
    animation-name: Z;
}
@keyframes Y {
    0% {
        height: 100%;
    }
    to {
        height: 0;
    }
}
.overlay-slide-in-bottom {
    bottom: 0;
    height: 0;
    animation-name: Y;
}
@keyframes Z {
    0% {
        height: 0;
    }
    to {
        height: 100%;
    }
}
.overlay-slide-out-bottom {
    bottom: 0;
    height: 100%;
    animation-name: Z;
}
.overlay-slide-in-left {
    width: 0;
    animation-name: ab;
}
.overlay-slide-out-left {
    left: 0;
    width: 100%;
    animation-name: bb;
}
@keyframes ab {
    0% {
        width: 100%;
    }
    to {
        width: 0;
    }
}
.overlay-slide-in-right {
    right: 0;
    width: 0;
    animation-name: ab;
}
@keyframes bb {
    0% {
        width: 0;
    }
    to {
        width: 100%;
    }
}
.overlay-slide-out-right {
    right: 0;
    width: 100%;
    animation-name: bb;
}

/*!
 * pagepiling.js 1.5.6
 *
 * https://github.com/alvarotrigo/pagePiling.js
 * @license MIT licensed
 *
 * Copyright (C) 2016 alvarotrigo.com - A project by Alvaro Trigo
 */
body,
html {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.pp-section {
    height: 100%;
    position: absolute;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.pp-easing {
    transition: all 1s cubic-bezier(0.55, 0.085, 0, 0.99);
    transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
}
#pp-nav {
    position: fixed;
    z-index: 9999999;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#pp-nav.right {
    right: 17px;
}
#pp-nav.left {
    left: 17px;
}
.pp-section.pp-table {
    display: table;
}
.pp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.pp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.pp-slidesNav.bottom {
    bottom: 17px;
}
.pp-slidesNav.top {
    top: 17px;
}
#pp-nav ul,
.pp-slidesNav ul {
    margin: 0;
    padding: 0;
}
#pp-nav li,
.pp-slidesNav li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;
}
.pp-slidesNav li {
    display: inline-block;
}
#pp-nav li a,
.pp-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#pp-nav li .active span,
.pp-slidesNav .active span {
    background: #333;
}
#pp-nav span,
.pp-slidesNav span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: transparent;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
.pp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
}
.pp-tooltip.right {
    right: 20px;
}
.pp-tooltip.left {
    left: 20px;
}
.pp-scrollable {
    overflow-y: scroll;
    height: 100%;
	overflow: hidden;
}
.animated {
    animation-duration: 0.6s;
    animation-fill-mode: both;
}
.animated.infinite {
    animation-iteration-count: infinite;
}
.animated.hinge {
    animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
    animation-duration: 0.75s;
}
@keyframes cb {
    0%,
    20%,
    53%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translateZ(0);
    }
    40%,
    43% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        transform: translate3d(0, -4px, 0);
    }
}
.bounce {
    animation-name: cb;
    transform-origin: center bottom;
}
@keyframes db {
    0%,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.flash {
    animation-name: db;
}
@keyframes eb {
    0% {
        transform: scaleX(1);
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05);
    }
    to {
        transform: scaleX(1);
    }
}
.pulse {
    animation-name: eb;
}
@keyframes fb {
    0% {
        transform: scaleX(1);
    }
    30% {
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        transform: scale3d(1.05, 0.95, 1);
    }
    to {
        transform: scaleX(1);
    }
}
.rubberBand {
    animation-name: fb;
}
@keyframes gb {
    0%,
    to {
        transform: translateZ(0);
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0);
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0);
    }
}
.shake {
    animation-name: gb;
}
@keyframes hb {
    0% {
        transform: translateX(0);
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg);
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg);
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg);
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg);
    }
    50% {
        transform: translateX(0);
    }
}
.headShake {
    animation-timing-function: ease-in-out;
    animation-name: hb;
}
@keyframes ib {
    20% {
        transform: rotate(15deg);
    }
    40% {
        transform: rotate(-10deg);
    }
    60% {
        transform: rotate(5deg);
    }
    80% {
        transform: rotate(-5deg);
    }
    to {
        transform: rotate(0deg);
    }
}
.swing {
    transform-origin: top center;
    animation-name: ib;
}
@keyframes jb {
    0% {
        transform: scaleX(1);
    }
    10%,
    20% {
        transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    }
    to {
        transform: scaleX(1);
    }
}
.tada {
    animation-name: jb;
}
@keyframes kb {
    0% {
        transform: none;
    }
    15% {
        transform: translate3d(-25%, 0, 0) rotate(-5deg);
    }
    30% {
        transform: translate3d(20%, 0, 0) rotate(3deg);
    }
    45% {
        transform: translate3d(-15%, 0, 0) rotate(-3deg);
    }
    60% {
        transform: translate3d(10%, 0, 0) rotate(2deg);
    }
    75% {
        transform: translate3d(-5%, 0, 0) rotate(-1deg);
    }
    to {
        transform: none;
    }
}
.wobble {
    animation-name: kb;
}
@keyframes lb {
    0%,
    11.1%,
    to {
        transform: none;
    }
    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }
    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg);
    }
    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }
    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }
    66.6% {
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }
    77.7% {
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }
    88.8% {
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}
.jello {
    animation-name: lb;
    transform-origin: center;
}
@keyframes mb {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }
    to {
        opacity: 1;
        transform: scaleX(1);
    }
}
.bounceIn {
    animation-name: mb;
}
@keyframes nb {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0);
    }
    75% {
        transform: translate3d(0, -10px, 0);
    }
    90% {
        transform: translate3d(0, 5px, 0);
    }
    to {
        transform: none;
    }
}
.bounceInDown {
    animation-name: nb;
}
@keyframes ob {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0);
    }
    75% {
        transform: translate3d(-10px, 0, 0);
    }
    90% {
        transform: translate3d(5px, 0, 0);
    }
    to {
        transform: none;
    }
}
.bounceInLeft {
    animation-name: ob;
}
@keyframes pb {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(3000px, 0, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0);
    }
    75% {
        transform: translate3d(10px, 0, 0);
    }
    90% {
        transform: translate3d(-5px, 0, 0);
    }
    to {
        transform: none;
    }
}
.bounceInRight {
    animation-name: pb;
}
@keyframes qb {
    0%,
    60%,
    75%,
    90%,
    to {
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        transform: translate3d(0, 3000px, 0);
    }
    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    75% {
        transform: translate3d(0, 10px, 0);
    }
    90% {
        transform: translate3d(0, -5px, 0);
    }
    to {
        transform: translateZ(0);
    }
}
.bounceInUp {
    animation-name: qb;
}
@keyframes rb {
    20% {
        transform: scale3d(0.9, 0.9, 0.9);
    }
    50%,
    55% {
        opacity: 1;
        transform: scale3d(1.1, 1.1, 1.1);
    }
    to {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
}
.bounceOut {
    animation-name: rb;
}
@keyframes sb {
    20% {
        transform: translate3d(0, 10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, -20px, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}
.bounceOutDown {
    animation-name: sb;
}
@keyframes tb {
    20% {
        opacity: 1;
        transform: translate3d(20px, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}
.bounceOutLeft {
    animation-name: tb;
}
@keyframes ub {
    20% {
        opacity: 1;
        transform: translate3d(-20px, 0, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}
.bounceOutRight {
    animation-name: ub;
}
@keyframes vb {
    20% {
        transform: translate3d(0, -10px, 0);
    }
    40%,
    45% {
        opacity: 1;
        transform: translate3d(0, 20px, 0);
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}
.bounceOutUp {
    animation-name: vb;
}
@keyframes wb {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.fadeIn {
    animation-name: wb;
}
@keyframes xb {
    0% {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInDown {
    animation-name: xb;
}
@keyframes yb {
    0% {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInDownBig {
    animation-name: yb;
}
@keyframes zb {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInLeft {
    animation-name: zb;
}
@keyframes Ab {
    0% {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInLeftBig {
    animation-name: Ab;
}
@keyframes Bb {
    0% {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInRight {
    animation-name: Bb;
}
@keyframes Cb {
    0% {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInRightBig {
    animation-name: Cb;
}
@keyframes Db {
    0% {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInUp {
    animation-name: Db;
}
@keyframes Eb {
    0% {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.fadeInUpBig {
    animation-name: Eb;
}
@keyframes Fb {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
.fadeOut {
    animation-name: Fb;
}
@keyframes Gb {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
}
.fadeOutDown {
    animation-name: Gb;
}
@keyframes Hb {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, 2000px, 0);
    }
}
.fadeOutDownBig {
    animation-name: Hb;
}
@keyframes Ib {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }
}
.fadeOutLeft {
    animation-name: Ib;
}
@keyframes Jb {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(-2000px, 0, 0);
    }
}
.fadeOutLeftBig {
    animation-name: Jb;
}
@keyframes Kb {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0);
    }
}
.fadeOutRight {
    animation-name: Kb;
}
@keyframes Lb {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(2000px, 0, 0);
    }
}
.fadeOutRightBig {
    animation-name: Lb;
}
@keyframes Mb {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, -100%, 0);
    }
}
.fadeOutUp {
    animation-name: Mb;
}
@keyframes Nb {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(0, -2000px, 0);
    }
}
.fadeOutUpBig {
    animation-name: Nb;
}
@keyframes Ob {
    0% {
        transform: perspective(400px) rotateY(-1turn);
        animation-timing-function: ease-out;
    }
    40% {
        transform: perspective(400px) translateZ(150px) rotateY(-190deg);
        animation-timing-function: ease-out;
    }
    50% {
        transform: perspective(400px) translateZ(150px) rotateY(-170deg);
        animation-timing-function: ease-in;
    }
    80% {
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        animation-timing-function: ease-in;
    }
    to {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}
.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: Ob;
}
@keyframes Pb {
    0% {
        transform: perspective(400px) rotateX(90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateX(-20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotateX(10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotateX(-5deg);
    }
    to {
        transform: perspective(400px);
    }
}
.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: Pb;
}
@keyframes Qb {
    0% {
        transform: perspective(400px) rotateY(90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        transform: perspective(400px) rotateY(-20deg);
        animation-timing-function: ease-in;
    }
    60% {
        transform: perspective(400px) rotateY(10deg);
        opacity: 1;
    }
    80% {
        transform: perspective(400px) rotateY(-5deg);
    }
    to {
        transform: perspective(400px);
    }
}
.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: Qb;
}
@keyframes Rb {
    0% {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1;
    }
    to {
        transform: perspective(400px) rotateX(90deg);
        opacity: 0;
    }
}
.flipOutX {
    animation-name: Rb;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}
@keyframes Sb {
    0% {
        transform: perspective(400px);
    }
    30% {
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1;
    }
    to {
        transform: perspective(400px) rotateY(90deg);
        opacity: 0;
    }
}
.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: Sb;
}
@keyframes Tb {
    0% {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }
    60% {
        transform: skewX(20deg);
        opacity: 1;
    }
    80% {
        transform: skewX(-5deg);
        opacity: 1;
    }
    to {
        transform: none;
        opacity: 1;
    }
}
.lightSpeedIn {
    animation-name: Tb;
    animation-timing-function: ease-out;
}
@keyframes Ub {
    0% {
        opacity: 1;
    }
    to {
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}
.lightSpeedOut {
    animation-name: Ub;
    animation-timing-function: ease-in;
}
@keyframes Vb {
    0% {
        transform-origin: center;
        transform: rotate(-200deg);
        opacity: 0;
    }
    to {
        transform-origin: center;
        transform: none;
        opacity: 1;
    }
}
.rotateIn {
    animation-name: Vb;
}
@keyframes Wb {
    0% {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0;
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownLeft {
    animation-name: Wb;
}
@keyframes Xb {
    0% {
        transform-origin: right bottom;
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}
.rotateInDownRight {
    animation-name: Xb;
}
@keyframes Yb {
    0% {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0;
    }
    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpLeft {
    animation-name: Yb;
}
@keyframes Zb {
    0% {
        transform-origin: right bottom;
        transform: rotate(-90deg);
        opacity: 0;
    }
    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1;
    }
}
.rotateInUpRight {
    animation-name: Zb;
}
@keyframes ac {
    0% {
        transform-origin: center;
        opacity: 1;
    }
    to {
        transform-origin: center;
        transform: rotate(200deg);
        opacity: 0;
    }
}
.rotateOut {
    animation-name: ac;
}
@keyframes bc {
    0% {
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        transform-origin: left bottom;
        transform: rotate(45deg);
        opacity: 0;
    }
}
.rotateOutDownLeft {
    animation-name: bc;
}
@keyframes cc {
    0% {
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        transform-origin: right bottom;
        transform: rotate(-45deg);
        opacity: 0;
    }
}
.rotateOutDownRight {
    animation-name: cc;
}
@keyframes dc {
    0% {
        transform-origin: left bottom;
        opacity: 1;
    }
    to {
        transform-origin: left bottom;
        transform: rotate(-45deg);
        opacity: 0;
    }
}
.rotateOutUpLeft {
    animation-name: dc;
}
@keyframes ec {
    0% {
        transform-origin: right bottom;
        opacity: 1;
    }
    to {
        transform-origin: right bottom;
        transform: rotate(90deg);
        opacity: 0;
    }
}
.rotateOutUpRight {
    animation-name: ec;
}
@keyframes fc {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    20%,
    60% {
        transform: rotate(80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }
    40%,
    80% {
        transform: rotate(60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }
    to {
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}
.hinge {
    animation-name: fc;
}
@keyframes gc {
    0% {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate(-120deg);
    }
    to {
        opacity: 1;
        transform: none;
    }
}
.rollIn {
    animation-name: gc;
}
@keyframes hc {
    0% {
        opacity: 1;
    }
    to {
        opacity: 0;
        transform: translate3d(100%, 0, 0) rotate(120deg);
    }
}
.rollOut {
    animation-name: hc;
}
@keyframes ic {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    50% {
        opacity: 1;
    }
}
.zoomIn {
    animation-name: ic;
}
@keyframes jc {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInDown {
    animation-name: jc;
}
@keyframes kc {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInLeft {
    animation-name: kc;
}
@keyframes lc {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInRight {
    animation-name: lc;
}
@keyframes mc {
    0% {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    60% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomInUp {
    animation-name: mc;
}
@keyframes nc {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }
    to {
        opacity: 0;
    }
}
.zoomOut {
    animation-name: nc;
}
@keyframes oc {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomOutDown {
    animation-name: oc;
}
@keyframes pc {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }
    to {
        opacity: 0;
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform-origin: left center;
    }
}
.zoomOutLeft {
    animation-name: pc;
}
@keyframes qc {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }
    to {
        opacity: 0;
        transform: scale(0.1) translate3d(2000px, 0, 0);
        transform-origin: right center;
    }
}
.zoomOutRight {
    animation-name: qc;
}
@keyframes rc {
    40% {
        opacity: 1;
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    to {
        opacity: 0;
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}
.zoomOutUp {
    animation-name: rc;
}
@keyframes sc {
    0% {
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }
    to {
        transform: translateZ(0);
    }
}
.slideInDown {
    animation-name: sc;
}
@keyframes tc {
    0% {
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translateZ(0);
    }
}
.slideInLeft {
    animation-name: tc;
}
@keyframes uc {
    0% {
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }
    to {
        transform: translateZ(0);
    }
}
.slideInRight {
    animation-name: uc;
}
@keyframes vc {
    0% {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }
    to {
        transform: translateZ(0);
    }
}
.slideInUp {
    animation-name: vc;
}
@keyframes wc {
    0% {
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        transform: translate3d(0, 100%, 0);
    }
}
.slideOutDown {
    animation-name: wc;
}
@keyframes xc {
    0% {
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        transform: translate3d(-100%, 0, 0);
    }
}
.slideOutLeft {
    animation-name: xc;
}
@keyframes yc {
    0% {
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        transform: translate3d(100%, 0, 0);
    }
}
.slideOutRight {
    animation-name: yc;
}
@keyframes zc {
    0% {
        transform: translateZ(0);
    }
    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}
.slideOutUp {
    animation-name: zc;
}
.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list,
.slick-slider {
    position: relative;
    display: block;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-loading .slick-list {
    background: #fff;
}
@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url(fonts/slick.eot);
    src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
}
.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translateY(-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir="rtl"] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: "←";
}
[dir="rtl"] .slick-prev:before {
    content: "→";
}
.slick-next {
    right: -25px;
}
[dir="rtl"] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next:before {
    content: "→";
}
[dir="rtl"] .slick-next:before {
    content: "←";
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #d6d6d6;
    border-radius: 35px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: none;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: slick;
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: none;
}
.magazi-carousel .slick-dots li.slick-active button {
    background-color: #232323;
    width: 40px;
}
/*!
 * Font Awesome Free 5.15.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}
.fa-xs {
    font-size: 0.75em;
}
.fa-sm {
    font-size: 0.875em;
}
.fa-1x {
    font-size: 1em;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-6x {
    font-size: 6em;
}
.fa-7x {
    font-size: 7em;
}
.fa-8x {
    font-size: 8em;
}
.fa-9x {
    font-size: 9em;
}
.fa-10x {
    font-size: 10em;
}
.fa-fw {
    text-align: center;
    width: 1.25em;
}
.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}
.fa-ul > li {
    position: relative;
}
.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}
.fa-border {
    border: 0.08em solid #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}
.fa-pull-left {
    float: left;
}
.fa-pull-right {
    float: right;
}
.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: 0.3em;
}
.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: 0.3em;
}
.fa-spin {
    animation: Ac 2s infinite linear;
}
.fa-pulse {
    animation: Ac 1s infinite steps(8);
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg);
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg);
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg);
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1);
}
.fa-flip-vertical {
    transform: scaleY(-1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1);
}
:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    filter: none;
}
.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.fa-stack-1x {
    line-height: inherit;
}
.fa-stack-2x {
    font-size: 2em;
}
.fa-inverse {
    color: #fff;
}
.fa-500px:before {
    content: "\f26e";
}
.fa-accessible-icon:before {
    content: "\f368";
}
.fa-accusoft:before {
    content: "\f369";
}
.fa-acquisitions-incorporated:before {
    content: "\f6af";
}
.fa-ad:before {
    content: "\f641";
}
.fa-address-book:before {
    content: "\f2b9";
}
.fa-address-card:before {
    content: "\f2bb";
}
.fa-adjust:before {
    content: "\f042";
}
.fa-adn:before {
    content: "\f170";
}
.fa-adversal:before {
    content: "\f36a";
}
.fa-affiliatetheme:before {
    content: "\f36b";
}
.fa-air-freshener:before {
    content: "\f5d0";
}
.fa-airbnb:before {
    content: "\f834";
}
.fa-algolia:before {
    content: "\f36c";
}
.fa-align-center:before {
    content: "\f037";
}
.fa-align-justify:before {
    content: "\f039";
}
.fa-align-left:before {
    content: "\f036";
}
.fa-align-right:before {
    content: "\f038";
}
.fa-alipay:before {
    content: "\f642";
}
.fa-allergies:before {
    content: "\f461";
}
.fa-amazon:before {
    content: "\f270";
}
.fa-amazon-pay:before {
    content: "\f42c";
}
.fa-ambulance:before {
    content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}
.fa-amilia:before {
    content: "\f36d";
}
.fa-anchor:before {
    content: "\f13d";
}
.fa-android:before {
    content: "\f17b";
}
.fa-angellist:before {
    content: "\f209";
}
.fa-angle-double-down:before {
    content: "\f103";
}
.fa-angle-double-left:before {
    content: "\f100";
}
.fa-angle-double-right:before {
    content: "\f101";
}
.fa-angle-double-up:before {
    content: "\f102";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-angle-left:before {
    content: "\f104";
}
.fa-angle-right:before {
    content: "\f105";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angry:before {
    content: "\f556";
}
.fa-angrycreative:before {
    content: "\f36e";
}
.fa-angular:before {
    content: "\f420";
}
.fa-ankh:before {
    content: "\f644";
}
.fa-app-store:before {
    content: "\f36f";
}
.fa-app-store-ios:before {
    content: "\f370";
}
.fa-apper:before {
    content: "\f371";
}
.fa-apple:before {
    content: "\f179";
}
.fa-apple-alt:before {
    content: "\f5d1";
}
.fa-apple-pay:before {
    content: "\f415";
}
.fa-archive:before {
    content: "\f187";
}
.fa-archway:before {
    content: "\f557";
}
.fa-arrow-alt-circle-down:before {
    content: "\f358";
}
.fa-arrow-alt-circle-left:before {
    content: "\f359";
}
.fa-arrow-alt-circle-right:before {
    content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
    content: "\f35b";
}
.fa-arrow-circle-down:before {
    content: "\f0ab";
}
.fa-arrow-circle-left:before {
    content: "\f0a8";
}
.fa-arrow-circle-right:before {
    content: "\f0a9";
}
.fa-arrow-circle-up:before {
    content: "\f0aa";
}
.fa-arrow-down:before {
    content: "\f063";
}
.fa-arrow-left:before {
    content: "\f060";
}
.fa-arrow-right:before {
    content: "\f061";
}
.fa-arrow-up:before {
    content: "\f062";
}
.fa-arrows-alt:before {
    content: "\f0b2";
}
.fa-arrows-alt-h:before {
    content: "\f337";
}
.fa-arrows-alt-v:before {
    content: "\f338";
}
.fa-artstation:before {
    content: "\f77a";
}
.fa-assistive-listening-systems:before {
    content: "\f2a2";
}
.fa-asterisk:before {
    content: "\f069";
}
.fa-asymmetrik:before {
    content: "\f372";
}
.fa-at:before {
    content: "\f1fa";
}
.fa-atlas:before {
    content: "\f558";
}
.fa-atlassian:before {
    content: "\f77b";
}
.fa-atom:before {
    content: "\f5d2";
}
.fa-audible:before {
    content: "\f373";
}
.fa-audio-description:before {
    content: "\f29e";
}
.fa-autoprefixer:before {
    content: "\f41c";
}
.fa-avianex:before {
    content: "\f374";
}
.fa-aviato:before {
    content: "\f421";
}
.fa-award:before {
    content: "\f559";
}
.fa-aws:before {
    content: "\f375";
}
.fa-baby:before {
    content: "\f77c";
}
.fa-baby-carriage:before {
    content: "\f77d";
}
.fa-backspace:before {
    content: "\f55a";
}
.fa-backward:before {
    content: "\f04a";
}
.fa-bacon:before {
    content: "\f7e5";
}
.fa-bacteria:before {
    content: "\e059";
}
.fa-bacterium:before {
    content: "\e05a";
}
.fa-bahai:before {
    content: "\f666";
}
.fa-balance-scale:before {
    content: "\f24e";
}
.fa-balance-scale-left:before {
    content: "\f515";
}
.fa-balance-scale-right:before {
    content: "\f516";
}
.fa-ban:before {
    content: "\f05e";
}
.fa-band-aid:before {
    content: "\f462";
}
.fa-bandcamp:before {
    content: "\f2d5";
}
.fa-barcode:before {
    content: "\f02a";
}
.fa-bars:before {
    content: "\f0c9";
}
.fa-baseball-ball:before {
    content: "\f433";
}
.fa-basketball-ball:before {
    content: "\f434";
}
.fa-bath:before {
    content: "\f2cd";
}
.fa-battery-empty:before {
    content: "\f244";
}
.fa-battery-full:before {
    content: "\f240";
}
.fa-battery-half:before {
    content: "\f242";
}
.fa-battery-quarter:before {
    content: "\f243";
}
.fa-battery-three-quarters:before {
    content: "\f241";
}
.fa-battle-net:before {
    content: "\f835";
}
.fa-bed:before {
    content: "\f236";
}
.fa-beer:before {
    content: "\f0fc";
}
.fa-behance:before {
    content: "\f1b4";
}
.fa-behance-square:before {
    content: "\f1b5";
}
.fa-bell:before {
    content: "\f0f3";
}
.fa-bell-slash:before {
    content: "\f1f6";
}
.fa-bezier-curve:before {
    content: "\f55b";
}
.fa-bible:before {
    content: "\f647";
}
.fa-bicycle:before {
    content: "\f206";
}
.fa-biking:before {
    content: "\f84a";
}
.fa-bimobject:before {
    content: "\f378";
}
.fa-binoculars:before {
    content: "\f1e5";
}
.fa-biohazard:before {
    content: "\f780";
}
.fa-birthday-cake:before {
    content: "\f1fd";
}
.fa-bitbucket:before {
    content: "\f171";
}
.fa-bitcoin:before {
    content: "\f379";
}
.fa-bity:before {
    content: "\f37a";
}
.fa-black-tie:before {
    content: "\f27e";
}
.fa-blackberry:before {
    content: "\f37b";
}
.fa-blender:before {
    content: "\f517";
}
.fa-blender-phone:before {
    content: "\f6b6";
}
.fa-blind:before {
    content: "\f29d";
}
.fa-blog:before {
    content: "\f781";
}
.fa-blogger:before {
    content: "\f37c";
}
.fa-blogger-b:before {
    content: "\f37d";
}
.fa-bluetooth:before {
    content: "\f293";
}
.fa-bluetooth-b:before {
    content: "\f294";
}
.fa-bold:before {
    content: "\f032";
}
.fa-bolt:before {
    content: "\f0e7";
}
.fa-bomb:before {
    content: "\f1e2";
}
.fa-bone:before {
    content: "\f5d7";
}
.fa-bong:before {
    content: "\f55c";
}
.fa-book:before {
    content: "\f02d";
}
.fa-book-dead:before {
    content: "\f6b7";
}
.fa-book-medical:before {
    content: "\f7e6";
}
.fa-book-open:before {
    content: "\f518";
}
.fa-book-reader:before {
    content: "\f5da";
}
.fa-bookmark:before {
    content: "\f02e";
}
.fa-bootstrap:before {
    content: "\f836";
}
.fa-border-all:before {
    content: "\f84c";
}
.fa-border-none:before {
    content: "\f850";
}
.fa-border-style:before {
    content: "\f853";
}
.fa-bowling-ball:before {
    content: "\f436";
}
.fa-box:before {
    content: "\f466";
}
.fa-box-open:before {
    content: "\f49e";
}
.fa-box-tissue:before {
    content: "\e05b";
}
.fa-boxes:before {
    content: "\f468";
}
.fa-braille:before {
    content: "\f2a1";
}
.fa-brain:before {
    content: "\f5dc";
}
.fa-bread-slice:before {
    content: "\f7ec";
}
.fa-briefcase:before {
    content: "\f0b1";
}
.fa-briefcase-medical:before {
    content: "\f469";
}
.fa-broadcast-tower:before {
    content: "\f519";
}
.fa-broom:before {
    content: "\f51a";
}
.fa-brush:before {
    content: "\f55d";
}
.fa-btc:before {
    content: "\f15a";
}
.fa-buffer:before {
    content: "\f837";
}
.fa-bug:before {
    content: "\f188";
}
.fa-building:before {
    content: "\f1ad";
}
.fa-bullhorn:before {
    content: "\f0a1";
}
.fa-bullseye:before {
    content: "\f140";
}
.fa-burn:before {
    content: "\f46a";
}
.fa-buromobelexperte:before {
    content: "\f37f";
}
.fa-bus:before {
    content: "\f207";
}
.fa-bus-alt:before {
    content: "\f55e";
}
.fa-business-time:before {
    content: "\f64a";
}
.fa-buy-n-large:before {
    content: "\f8a6";
}
.fa-buysellads:before {
    content: "\f20d";
}
.fa-calculator:before {
    content: "\f1ec";
}
.fa-calendar:before {
    content: "\f133";
}
.fa-calendar-alt:before {
    content: "\f073";
}
.fa-calendar-check:before {
    content: "\f274";
}
.fa-calendar-day:before {
    content: "\f783";
}
.fa-calendar-minus:before {
    content: "\f272";
}
.fa-calendar-plus:before {
    content: "\f271";
}
.fa-calendar-times:before {
    content: "\f273";
}
.fa-calendar-week:before {
    content: "\f784";
}
.fa-camera:before {
    content: "\f030";
}
.fa-camera-retro:before {
    content: "\f083";
}
.fa-campground:before {
    content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
    content: "\f785";
}
.fa-candy-cane:before {
    content: "\f786";
}
.fa-cannabis:before {
    content: "\f55f";
}
.fa-capsules:before {
    content: "\f46b";
}
.fa-car:before {
    content: "\f1b9";
}
.fa-car-alt:before {
    content: "\f5de";
}
.fa-car-battery:before {
    content: "\f5df";
}
.fa-car-crash:before {
    content: "\f5e1";
}
.fa-car-side:before {
    content: "\f5e4";
}
.fa-caravan:before {
    content: "\f8ff";
}
.fa-caret-down:before {
    content: "\f0d7";
}
.fa-caret-left:before {
    content: "\f0d9";
}
.fa-caret-right:before {
    content: "\f0da";
}
.fa-caret-square-down:before {
    content: "\f150";
}
.fa-caret-square-left:before {
    content: "\f191";
}
.fa-caret-square-right:before {
    content: "\f152";
}
.fa-caret-square-up:before {
    content: "\f151";
}
.fa-caret-up:before {
    content: "\f0d8";
}
.fa-carrot:before {
    content: "\f787";
}
.fa-cart-arrow-down:before {
    content: "\f218";
}
.fa-cart-plus:before {
    content: "\f217";
}
.fa-cash-register:before {
    content: "\f788";
}
.fa-cat:before {
    content: "\f6be";
}
.fa-cc-amazon-pay:before {
    content: "\f42d";
}
.fa-cc-amex:before {
    content: "\f1f3";
}
.fa-cc-apple-pay:before {
    content: "\f416";
}
.fa-cc-diners-club:before {
    content: "\f24c";
}
.fa-cc-discover:before {
    content: "\f1f2";
}
.fa-cc-jcb:before {
    content: "\f24b";
}
.fa-cc-mastercard:before {
    content: "\f1f1";
}
.fa-cc-paypal:before {
    content: "\f1f4";
}
.fa-cc-stripe:before {
    content: "\f1f5";
}
.fa-cc-visa:before {
    content: "\f1f0";
}
.fa-centercode:before {
    content: "\f380";
}
.fa-centos:before {
    content: "\f789";
}
.fa-certificate:before {
    content: "\f0a3";
}
.fa-chair:before {
    content: "\f6c0";
}
.fa-chalkboard:before {
    content: "\f51b";
}
.fa-chalkboard-teacher:before {
    content: "\f51c";
}
.fa-charging-station:before {
    content: "\f5e7";
}
.fa-chart-area:before {
    content: "\f1fe";
}
.fa-chart-bar:before {
    content: "\f080";
}
.fa-chart-line:before {
    content: "\f201";
}
.fa-chart-pie:before {
    content: "\f200";
}
.fa-check:before {
    content: "\f00c";
}
.fa-check-circle:before {
    content: "\f058";
}
.fa-check-double:before {
    content: "\f560";
}
.fa-check-square:before {
    content: "\f14a";
}
.fa-cheese:before {
    content: "\f7ef";
}
.fa-chess:before {
    content: "\f439";
}
.fa-chess-bishop:before {
    content: "\f43a";
}
.fa-chess-board:before {
    content: "\f43c";
}
.fa-chess-king:before {
    content: "\f43f";
}
.fa-chess-knight:before {
    content: "\f441";
}
.fa-chess-pawn:before {
    content: "\f443";
}
.fa-chess-queen:before {
    content: "\f445";
}
.fa-chess-rook:before {
    content: "\f447";
}
.fa-chevron-circle-down:before {
    content: "\f13a";
}
.fa-chevron-circle-left:before {
    content: "\f137";
}
.fa-chevron-circle-right:before {
    content: "\f138";
}
.fa-chevron-circle-up:before {
    content: "\f139";
}
.fa-chevron-down:before {
    content: "\f078";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-chevron-up:before {
    content: "\f077";
}
.fa-child:before {
    content: "\f1ae";
}
.fa-chrome:before {
    content: "\f268";
}
.fa-chromecast:before {
    content: "\f838";
}
.fa-church:before {
    content: "\f51d";
}
.fa-circle:before {
    content: "\f111";
}
.fa-circle-notch:before {
    content: "\f1ce";
}
.fa-city:before {
    content: "\f64f";
}
.fa-clinic-medical:before {
    content: "\f7f2";
}
.fa-clipboard:before {
    content: "\f328";
}
.fa-clipboard-check:before {
    content: "\f46c";
}
.fa-clipboard-list:before {
    content: "\f46d";
}
.fa-clock:before {
    content: "\f017";
}
.fa-clone:before {
    content: "\f24d";
}
.fa-closed-captioning:before {
    content: "\f20a";
}
.fa-cloud:before {
    content: "\f0c2";
}
.fa-cloud-download-alt:before {
    content: "\f381";
}
.fa-cloud-meatball:before {
    content: "\f73b";
}
.fa-cloud-moon:before {
    content: "\f6c3";
}
.fa-cloud-moon-rain:before {
    content: "\f73c";
}
.fa-cloud-rain:before {
    content: "\f73d";
}
.fa-cloud-showers-heavy:before {
    content: "\f740";
}
.fa-cloud-sun:before {
    content: "\f6c4";
}
.fa-cloud-sun-rain:before {
    content: "\f743";
}
.fa-cloud-upload-alt:before {
    content: "\f382";
}
.fa-cloudflare:before {
    content: "\e07d";
}
.fa-cloudscale:before {
    content: "\f383";
}
.fa-cloudsmith:before {
    content: "\f384";
}
.fa-cloudversify:before {
    content: "\f385";
}
.fa-cocktail:before {
    content: "\f561";
}
.fa-code:before {
    content: "\f121";
}
.fa-code-branch:before {
    content: "\f126";
}
.fa-codepen:before {
    content: "\f1cb";
}
.fa-codiepie:before {
    content: "\f284";
}
.fa-coffee:before {
    content: "\f0f4";
}
.fa-cog:before {
    content: "\f013";
}
.fa-cogs:before {
    content: "\f085";
}
.fa-coins:before {
    content: "\f51e";
}
.fa-columns:before {
    content: "\f0db";
}
.fa-comment:before {
    content: "\f075";
}
.fa-comment-alt:before {
    content: "\f27a";
}
.fa-comment-dollar:before {
    content: "\f651";
}
.fa-comment-dots:before {
    content: "\f4ad";
}
.fa-comment-medical:before {
    content: "\f7f5";
}
.fa-comment-slash:before {
    content: "\f4b3";
}
.fa-comments:before {
    content: "\f086";
}
.fa-comments-dollar:before {
    content: "\f653";
}
.fa-compact-disc:before {
    content: "\f51f";
}
.fa-compass:before {
    content: "\f14e";
}
.fa-compress:before {
    content: "\f066";
}
.fa-compress-alt:before {
    content: "\f422";
}
.fa-compress-arrows-alt:before {
    content: "\f78c";
}
.fa-concierge-bell:before {
    content: "\f562";
}
.fa-confluence:before {
    content: "\f78d";
}
.fa-connectdevelop:before {
    content: "\f20e";
}
.fa-contao:before {
    content: "\f26d";
}
.fa-cookie:before {
    content: "\f563";
}
.fa-cookie-bite:before {
    content: "\f564";
}
.fa-copy:before {
    content: "\f0c5";
}
.fa-copyright:before {
    content: "\f1f9";
}
.fa-cotton-bureau:before {
    content: "\f89e";
}
.fa-couch:before {
    content: "\f4b8";
}
.fa-cpanel:before {
    content: "\f388";
}
.fa-creative-commons:before {
    content: "\f25e";
}
.fa-creative-commons-by:before {
    content: "\f4e7";
}
.fa-creative-commons-nc:before {
    content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
    content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
    content: "\f4ea";
}
.fa-creative-commons-nd:before {
    content: "\f4eb";
}
.fa-creative-commons-pd:before {
    content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
    content: "\f4ed";
}
.fa-creative-commons-remix:before {
    content: "\f4ee";
}
.fa-creative-commons-sa:before {
    content: "\f4ef";
}
.fa-creative-commons-sampling:before {
    content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
    content: "\f4f1";
}
.fa-creative-commons-share:before {
    content: "\f4f2";
}
.fa-creative-commons-zero:before {
    content: "\f4f3";
}
.fa-credit-card:before {
    content: "\f09d";
}
.fa-critical-role:before {
    content: "\f6c9";
}
.fa-crop:before {
    content: "\f125";
}
.fa-crop-alt:before {
    content: "\f565";
}
.fa-cross:before {
    content: "\f654";
}
.fa-crosshairs:before {
    content: "\f05b";
}
.fa-crow:before {
    content: "\f520";
}
.fa-crown:before {
    content: "\f521";
}
.fa-crutch:before {
    content: "\f7f7";
}
.fa-css3:before {
    content: "\f13c";
}
.fa-css3-alt:before {
    content: "\f38b";
}
.fa-cube:before {
    content: "\f1b2";
}
.fa-cubes:before {
    content: "\f1b3";
}
.fa-cut:before {
    content: "\f0c4";
}
.fa-cuttlefish:before {
    content: "\f38c";
}
.fa-d-and-d:before {
    content: "\f38d";
}
.fa-d-and-d-beyond:before {
    content: "\f6ca";
}
.fa-dailymotion:before {
    content: "\e052";
}
.fa-dashcube:before {
    content: "\f210";
}
.fa-database:before {
    content: "\f1c0";
}
.fa-deaf:before {
    content: "\f2a4";
}
.fa-deezer:before {
    content: "\e077";
}
.fa-delicious:before {
    content: "\f1a5";
}
.fa-democrat:before {
    content: "\f747";
}
.fa-deploydog:before {
    content: "\f38e";
}
.fa-deskpro:before {
    content: "\f38f";
}
.fa-desktop:before {
    content: "\f108";
}
.fa-dev:before {
    content: "\f6cc";
}
.fa-deviantart:before {
    content: "\f1bd";
}
.fa-dharmachakra:before {
    content: "\f655";
}
.fa-dhl:before {
    content: "\f790";
}
.fa-diagnoses:before {
    content: "\f470";
}
.fa-diaspora:before {
    content: "\f791";
}
.fa-dice:before {
    content: "\f522";
}
.fa-dice-d20:before {
    content: "\f6cf";
}
.fa-dice-d6:before {
    content: "\f6d1";
}
.fa-dice-five:before {
    content: "\f523";
}
.fa-dice-four:before {
    content: "\f524";
}
.fa-dice-one:before {
    content: "\f525";
}
.fa-dice-six:before {
    content: "\f526";
}
.fa-dice-three:before {
    content: "\f527";
}
.fa-dice-two:before {
    content: "\f528";
}
.fa-digg:before {
    content: "\f1a6";
}
.fa-digital-ocean:before {
    content: "\f391";
}
.fa-digital-tachograph:before {
    content: "\f566";
}
.fa-directions:before {
    content: "\f5eb";
}
.fa-discord:before {
    content: "\f392";
}
.fa-discourse:before {
    content: "\f393";
}
.fa-disease:before {
    content: "\f7fa";
}
.fa-divide:before {
    content: "\f529";
}
.fa-dizzy:before {
    content: "\f567";
}
.fa-dna:before {
    content: "\f471";
}
.fa-dochub:before {
    content: "\f394";
}
.fa-docker:before {
    content: "\f395";
}
.fa-dog:before {
    content: "\f6d3";
}
.fa-dollar-sign:before {
    content: "\f155";
}
.fa-dolly:before {
    content: "\f472";
}
.fa-dolly-flatbed:before {
    content: "\f474";
}
.fa-donate:before {
    content: "\f4b9";
}
.fa-door-closed:before {
    content: "\f52a";
}
.fa-door-open:before {
    content: "\f52b";
}
.fa-dot-circle:before {
    content: "\f192";
}
.fa-dove:before {
    content: "\f4ba";
}
.fa-download:before {
    content: "\f019";
}
.fa-draft2digital:before {
    content: "\f396";
}
.fa-drafting-compass:before {
    content: "\f568";
}
.fa-dragon:before {
    content: "\f6d5";
}
.fa-draw-polygon:before {
    content: "\f5ee";
}
.fa-dribbble:before {
    content: "\f17d";
}
.fa-dribbble-square:before {
    content: "\f397";
}
.fa-dropbox:before {
    content: "\f16b";
}
.fa-drum:before {
    content: "\f569";
}
.fa-drum-steelpan:before {
    content: "\f56a";
}
.fa-drumstick-bite:before {
    content: "\f6d7";
}
.fa-drupal:before {
    content: "\f1a9";
}
.fa-dumbbell:before {
    content: "\f44b";
}
.fa-dumpster:before {
    content: "\f793";
}
.fa-dumpster-fire:before {
    content: "\f794";
}
.fa-dungeon:before {
    content: "\f6d9";
}
.fa-dyalog:before {
    content: "\f399";
}
.fa-earlybirds:before {
    content: "\f39a";
}
.fa-ebay:before {
    content: "\f4f4";
}
.fa-edge:before {
    content: "\f282";
}
.fa-edge-legacy:before {
    content: "\e078";
}
.fa-edit:before {
    content: "\f044";
}
.fa-egg:before {
    content: "\f7fb";
}
.fa-eject:before {
    content: "\f052";
}
.fa-elementor:before {
    content: "\f430";
}
.fa-ellipsis-h:before {
    content: "\f141";
}
.fa-ellipsis-v:before {
    content: "\f142";
}
.fa-ello:before {
    content: "\f5f1";
}
.fa-ember:before {
    content: "\f423";
}
.fa-empire:before {
    content: "\f1d1";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-envelope-open:before {
    content: "\f2b6";
}
.fa-envelope-open-text:before {
    content: "\f658";
}
.fa-envelope-square:before {
    content: "\f199";
}
.fa-envira:before {
    content: "\f299";
}
.fa-equals:before {
    content: "\f52c";
}
.fa-eraser:before {
    content: "\f12d";
}
.fa-erlang:before {
    content: "\f39d";
}
.fa-ethereum:before {
    content: "\f42e";
}
.fa-ethernet:before {
    content: "\f796";
}
.fa-etsy:before {
    content: "\f2d7";
}
.fa-euro-sign:before {
    content: "\f153";
}
.fa-evernote:before {
    content: "\f839";
}
.fa-exchange-alt:before {
    content: "\f362";
}
.fa-exclamation:before {
    content: "\f12a";
}
.fa-exclamation-circle:before {
    content: "\f06a";
}
.fa-exclamation-triangle:before {
    content: "\f071";
}
.fa-expand:before {
    content: "\f065";
}
.fa-expand-alt:before {
    content: "\f424";
}
.fa-expand-arrows-alt:before {
    content: "\f31e";
}
.fa-expeditedssl:before {
    content: "\f23e";
}
.fa-external-link-alt:before {
    content: "\f35d";
}
.fa-external-link-square-alt:before {
    content: "\f360";
}
.fa-eye:before {
    content: "\f06e";
}
.fa-eye-dropper:before {
    content: "\f1fb";
}
.fa-eye-slash:before {
    content: "\f070";
}
.fa-facebook:before {
    content: "\f09a";
}
.fa-facebook-f:before {
    content: "\f39e";
}
.fa-facebook-messenger:before {
    content: "\f39f";
}
.fa-facebook-square:before {
    content: "\f082";
}
.fa-fan:before {
    content: "\f863";
}
.fa-fantasy-flight-games:before {
    content: "\f6dc";
}
.fa-fast-backward:before {
    content: "\f049";
}
.fa-fast-forward:before {
    content: "\f050";
}
.fa-faucet:before {
    content: "\e005";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-feather:before {
    content: "\f52d";
}
.fa-feather-alt:before {
    content: "\f56b";
}
.fa-fedex:before {
    content: "\f797";
}
.fa-fedora:before {
    content: "\f798";
}
.fa-female:before {
    content: "\f182";
}
.fa-fighter-jet:before {
    content: "\f0fb";
}
.fa-figma:before {
    content: "\f799";
}
.fa-file:before {
    content: "\f15b";
}
.fa-file-alt:before {
    content: "\f15c";
}
.fa-file-archive:before {
    content: "\f1c6";
}
.fa-file-audio:before {
    content: "\f1c7";
}
.fa-file-code:before {
    content: "\f1c9";
}
.fa-file-contract:before {
    content: "\f56c";
}
.fa-file-csv:before {
    content: "\f6dd";
}
.fa-file-download:before {
    content: "\f56d";
}
.fa-file-excel:before {
    content: "\f1c3";
}
.fa-file-export:before {
    content: "\f56e";
}
.fa-file-image:before {
    content: "\f1c5";
}
.fa-file-import:before {
    content: "\f56f";
}
.fa-file-invoice:before {
    content: "\f570";
}
.fa-file-invoice-dollar:before {
    content: "\f571";
}
.fa-file-medical:before {
    content: "\f477";
}
.fa-file-medical-alt:before {
    content: "\f478";
}
.fa-file-pdf:before {
    content: "\f1c1";
}
.fa-file-powerpoint:before {
    content: "\f1c4";
}
.fa-file-prescription:before {
    content: "\f572";
}
.fa-file-signature:before {
    content: "\f573";
}
.fa-file-upload:before {
    content: "\f574";
}
.fa-file-video:before {
    content: "\f1c8";
}
.fa-file-word:before {
    content: "\f1c2";
}
.fa-fill:before {
    content: "\f575";
}
.fa-fill-drip:before {
    content: "\f576";
}
.fa-film:before {
    content: "\f008";
}
.fa-filter:before {
    content: "\f0b0";
}
.fa-fingerprint:before {
    content: "\f577";
}
.fa-fire:before {
    content: "\f06d";
}
.fa-fire-alt:before {
    content: "\f7e4";
}
.fa-fire-extinguisher:before {
    content: "\f134";
}
.fa-firefox:before {
    content: "\f269";
}
.fa-firefox-browser:before {
    content: "\e007";
}
.fa-first-aid:before {
    content: "\f479";
}
.fa-first-order:before {
    content: "\f2b0";
}
.fa-first-order-alt:before {
    content: "\f50a";
}
.fa-firstdraft:before {
    content: "\f3a1";
}
.fa-fish:before {
    content: "\f578";
}
.fa-fist-raised:before {
    content: "\f6de";
}
.fa-flag:before {
    content: "\f024";
}
.fa-flag-checkered:before {
    content: "\f11e";
}
.fa-flag-usa:before {
    content: "\f74d";
}
.fa-flask:before {
    content: "\f0c3";
}
.fa-flickr:before {
    content: "\f16e";
}
.fa-flipboard:before {
    content: "\f44d";
}
.fa-flushed:before {
    content: "\f579";
}
.fa-fly:before {
    content: "\f417";
}
.fa-folder:before {
    content: "\f07b";
}
.fa-folder-minus:before {
    content: "\f65d";
}
.fa-folder-open:before {
    content: "\f07c";
}
.fa-folder-plus:before {
    content: "\f65e";
}
.fa-font:before {
    content: "\f031";
}
.fa-font-awesome:before {
    content: "\f2b4";
}
.fa-font-awesome-alt:before {
    content: "\f35c";
}
.fa-font-awesome-flag:before {
    content: "\f425";
}
.fa-font-awesome-logo-full:before {
    content: "\f4e6";
}
.fa-fonticons:before {
    content: "\f280";
}
.fa-fonticons-fi:before {
    content: "\f3a2";
}
.fa-football-ball:before {
    content: "\f44e";
}
.fa-fort-awesome:before {
    content: "\f286";
}
.fa-fort-awesome-alt:before {
    content: "\f3a3";
}
.fa-forumbee:before {
    content: "\f211";
}
.fa-forward:before {
    content: "\f04e";
}
.fa-foursquare:before {
    content: "\f180";
}
.fa-free-code-camp:before {
    content: "\f2c5";
}
.fa-freebsd:before {
    content: "\f3a4";
}
.fa-frog:before {
    content: "\f52e";
}
.fa-frown:before {
    content: "\f119";
}
.fa-frown-open:before {
    content: "\f57a";
}
.fa-fulcrum:before {
    content: "\f50b";
}
.fa-funnel-dollar:before {
    content: "\f662";
}
.fa-futbol:before {
    content: "\f1e3";
}
.fa-galactic-republic:before {
    content: "\f50c";
}
.fa-galactic-senate:before {
    content: "\f50d";
}
.fa-gamepad:before {
    content: "\f11b";
}
.fa-gas-pump:before {
    content: "\f52f";
}
.fa-gavel:before {
    content: "\f0e3";
}
.fa-gem:before {
    content: "\f3a5";
}
.fa-genderless:before {
    content: "\f22d";
}
.fa-get-pocket:before {
    content: "\f265";
}
.fa-gg:before {
    content: "\f260";
}
.fa-gg-circle:before {
    content: "\f261";
}
.fa-ghost:before {
    content: "\f6e2";
}
.fa-gift:before {
    content: "\f06b";
}
.fa-gifts:before {
    content: "\f79c";
}
.fa-git:before {
    content: "\f1d3";
}
.fa-git-alt:before {
    content: "\f841";
}
.fa-git-square:before {
    content: "\f1d2";
}
.fa-github:before {
    content: "\f09b";
}
.fa-github-alt:before {
    content: "\f113";
}
.fa-github-square:before {
    content: "\f092";
}
.fa-gitkraken:before {
    content: "\f3a6";
}
.fa-gitlab:before {
    content: "\f296";
}
.fa-gitter:before {
    content: "\f426";
}
.fa-glass-cheers:before {
    content: "\f79f";
}
.fa-glass-martini:before {
    content: "\f000";
}
.fa-glass-martini-alt:before {
    content: "\f57b";
}
.fa-glass-whiskey:before {
    content: "\f7a0";
}
.fa-glasses:before {
    content: "\f530";
}
.fa-glide:before {
    content: "\f2a5";
}
.fa-glide-g:before {
    content: "\f2a6";
}
.fa-globe:before {
    content: "\f0ac";
}
.fa-globe-africa:before {
    content: "\f57c";
}
.fa-globe-americas:before {
    content: "\f57d";
}
.fa-globe-asia:before {
    content: "\f57e";
}
.fa-globe-europe:before {
    content: "\f7a2";
}
.fa-gofore:before {
    content: "\f3a7";
}
.fa-golf-ball:before {
    content: "\f450";
}
.fa-goodreads:before {
    content: "\f3a8";
}
.fa-goodreads-g:before {
    content: "\f3a9";
}
.fa-google:before {
    content: "\f1a0";
}
.fa-google-drive:before {
    content: "\f3aa";
}
.fa-google-pay:before {
    content: "\e079";
}
.fa-google-play:before {
    content: "\f3ab";
}
.fa-google-plus:before {
    content: "\f2b3";
}
.fa-google-plus-g:before {
    content: "\f0d5";
}
.fa-google-plus-square:before {
    content: "\f0d4";
}
.fa-google-wallet:before {
    content: "\f1ee";
}
.fa-gopuram:before {
    content: "\f664";
}
.fa-graduation-cap:before {
    content: "\f19d";
}
.fa-gratipay:before {
    content: "\f184";
}
.fa-grav:before {
    content: "\f2d6";
}
.fa-greater-than:before {
    content: "\f531";
}
.fa-greater-than-equal:before {
    content: "\f532";
}
.fa-grimace:before {
    content: "\f57f";
}
.fa-grin:before {
    content: "\f580";
}
.fa-grin-alt:before {
    content: "\f581";
}
.fa-grin-beam:before {
    content: "\f582";
}
.fa-grin-beam-sweat:before {
    content: "\f583";
}
.fa-grin-hearts:before {
    content: "\f584";
}
.fa-grin-squint:before {
    content: "\f585";
}
.fa-grin-squint-tears:before {
    content: "\f586";
}
.fa-grin-stars:before {
    content: "\f587";
}
.fa-grin-tears:before {
    content: "\f588";
}
.fa-grin-tongue:before {
    content: "\f589";
}
.fa-grin-tongue-squint:before {
    content: "\f58a";
}
.fa-grin-tongue-wink:before {
    content: "\f58b";
}
.fa-grin-wink:before {
    content: "\f58c";
}
.fa-grip-horizontal:before {
    content: "\f58d";
}
.fa-grip-lines:before {
    content: "\f7a4";
}
.fa-grip-lines-vertical:before {
    content: "\f7a5";
}
.fa-grip-vertical:before {
    content: "\f58e";
}
.fa-gripfire:before {
    content: "\f3ac";
}
.fa-grunt:before {
    content: "\f3ad";
}
.fa-guilded:before {
    content: "\e07e";
}
.fa-guitar:before {
    content: "\f7a6";
}
.fa-gulp:before {
    content: "\f3ae";
}
.fa-h-square:before {
    content: "\f0fd";
}
.fa-hacker-news:before {
    content: "\f1d4";
}
.fa-hacker-news-square:before {
    content: "\f3af";
}
.fa-hackerrank:before {
    content: "\f5f7";
}
.fa-hamburger:before {
    content: "\f805";
}
.fa-hammer:before {
    content: "\f6e3";
}
.fa-hamsa:before {
    content: "\f665";
}
.fa-hand-holding:before {
    content: "\f4bd";
}
.fa-hand-holding-heart:before {
    content: "\f4be";
}
.fa-hand-holding-medical:before {
    content: "\e05c";
}
.fa-hand-holding-usd:before {
    content: "\f4c0";
}
.fa-hand-holding-water:before {
    content: "\f4c1";
}
.fa-hand-lizard:before {
    content: "\f258";
}
.fa-hand-middle-finger:before {
    content: "\f806";
}
.fa-hand-paper:before {
    content: "\f256";
}
.fa-hand-peace:before {
    content: "\f25b";
}
.fa-hand-point-down:before {
    content: "\f0a7";
}
.fa-hand-point-left:before {
    content: "\f0a5";
}
.fa-hand-point-right:before {
    content: "\f0a4";
}
.fa-hand-point-up:before {
    content: "\f0a6";
}
.fa-hand-pointer:before {
    content: "\f25a";
}
.fa-hand-rock:before {
    content: "\f255";
}
.fa-hand-scissors:before {
    content: "\f257";
}
.fa-hand-sparkles:before {
    content: "\e05d";
}
.fa-hand-spock:before {
    content: "\f259";
}
.fa-hands:before {
    content: "\f4c2";
}
.fa-hands-helping:before {
    content: "\f4c4";
}
.fa-hands-wash:before {
    content: "\e05e";
}
.fa-handshake:before {
    content: "\f2b5";
}
.fa-handshake-alt-slash:before {
    content: "\e05f";
}
.fa-handshake-slash:before {
    content: "\e060";
}
.fa-hanukiah:before {
    content: "\f6e6";
}
.fa-hard-hat:before {
    content: "\f807";
}
.fa-hashtag:before {
    content: "\f292";
}
.fa-hat-cowboy:before {
    content: "\f8c0";
}
.fa-hat-cowboy-side:before {
    content: "\f8c1";
}
.fa-hat-wizard:before {
    content: "\f6e8";
}
.fa-hdd:before {
    content: "\f0a0";
}
.fa-head-side-cough:before {
    content: "\e061";
}
.fa-head-side-cough-slash:before {
    content: "\e062";
}
.fa-head-side-mask:before {
    content: "\e063";
}
.fa-head-side-virus:before {
    content: "\e064";
}
.fa-heading:before {
    content: "\f1dc";
}
.fa-headphones:before {
    content: "\f025";
}
.fa-headphones-alt:before {
    content: "\f58f";
}
.fa-headset:before {
    content: "\f590";
}
.fa-heart:before {
    content: "\f004";
}
.fa-heart-broken:before {
    content: "\f7a9";
}
.fa-heartbeat:before {
    content: "\f21e";
}
.fa-helicopter:before {
    content: "\f533";
}
.fa-highlighter:before {
    content: "\f591";
}
.fa-hiking:before {
    content: "\f6ec";
}
.fa-hippo:before {
    content: "\f6ed";
}
.fa-hips:before {
    content: "\f452";
}
.fa-hire-a-helper:before {
    content: "\f3b0";
}
.fa-history:before {
    content: "\f1da";
}
.fa-hive:before {
    content: "\e07f";
}
.fa-hockey-puck:before {
    content: "\f453";
}
.fa-holly-berry:before {
    content: "\f7aa";
}
.fa-home:before {
    content: "\f015";
}
.fa-hooli:before {
    content: "\f427";
}
.fa-hornbill:before {
    content: "\f592";
}
.fa-horse:before {
    content: "\f6f0";
}
.fa-horse-head:before {
    content: "\f7ab";
}
.fa-hospital:before {
    content: "\f0f8";
}
.fa-hospital-alt:before {
    content: "\f47d";
}
.fa-hospital-symbol:before {
    content: "\f47e";
}
.fa-hospital-user:before {
    content: "\f80d";
}
.fa-hot-tub:before {
    content: "\f593";
}
.fa-hotdog:before {
    content: "\f80f";
}
.fa-hotel:before {
    content: "\f594";
}
.fa-hotjar:before {
    content: "\f3b1";
}
.fa-hourglass:before {
    content: "\f254";
}
.fa-hourglass-end:before {
    content: "\f253";
}
.fa-hourglass-half:before {
    content: "\f252";
}
.fa-hourglass-start:before {
    content: "\f251";
}
.fa-house-damage:before {
    content: "\f6f1";
}
.fa-house-user:before {
    content: "\e065";
}
.fa-houzz:before {
    content: "\f27c";
}
.fa-hryvnia:before {
    content: "\f6f2";
}
.fa-html5:before {
    content: "\f13b";
}
.fa-hubspot:before {
    content: "\f3b2";
}
.fa-i-cursor:before {
    content: "\f246";
}
.fa-ice-cream:before {
    content: "\f810";
}
.fa-icicles:before {
    content: "\f7ad";
}
.fa-icons:before {
    content: "\f86d";
}
.fa-id-badge:before {
    content: "\f2c1";
}
.fa-id-card:before {
    content: "\f2c2";
}
.fa-id-card-alt:before {
    content: "\f47f";
}
.fa-ideal:before {
    content: "\e013";
}
.fa-igloo:before {
    content: "\f7ae";
}
.fa-image:before {
    content: "\f03e";
}
.fa-images:before {
    content: "\f302";
}
.fa-imdb:before {
    content: "\f2d8";
}
.fa-inbox:before {
    content: "\f01c";
}
.fa-indent:before {
    content: "\f03c";
}
.fa-industry:before {
    content: "\f275";
}
.fa-infinity:before {
    content: "\f534";
}
.fa-info:before {
    content: "\f129";
}
.fa-info-circle:before {
    content: "\f05a";
}
.fa-innosoft:before {
    content: "\e080";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-instagram-square:before {
    content: "\e055";
}
.fa-instalod:before {
    content: "\e081";
}
.fa-intercom:before {
    content: "\f7af";
}
.fa-internet-explorer:before {
    content: "\f26b";
}
.fa-invision:before {
    content: "\f7b0";
}
.fa-ioxhost:before {
    content: "\f208";
}
.fa-italic:before {
    content: "\f033";
}
.fa-itch-io:before {
    content: "\f83a";
}
.fa-itunes:before {
    content: "\f3b4";
}
.fa-itunes-note:before {
    content: "\f3b5";
}
.fa-java:before {
    content: "\f4e4";
}
.fa-jedi:before {
    content: "\f669";
}
.fa-jedi-order:before {
    content: "\f50e";
}
.fa-jenkins:before {
    content: "\f3b6";
}
.fa-jira:before {
    content: "\f7b1";
}
.fa-joget:before {
    content: "\f3b7";
}
.fa-joint:before {
    content: "\f595";
}
.fa-joomla:before {
    content: "\f1aa";
}
.fa-journal-whills:before {
    content: "\f66a";
}
.fa-js:before {
    content: "\f3b8";
}
.fa-js-square:before {
    content: "\f3b9";
}
.fa-jsfiddle:before {
    content: "\f1cc";
}
.fa-kaaba:before {
    content: "\f66b";
}
.fa-kaggle:before {
    content: "\f5fa";
}
.fa-key:before {
    content: "\f084";
}
.fa-keybase:before {
    content: "\f4f5";
}
.fa-keyboard:before {
    content: "\f11c";
}
.fa-keycdn:before {
    content: "\f3ba";
}
.fa-khanda:before {
    content: "\f66d";
}
.fa-kickstarter:before {
    content: "\f3bb";
}
.fa-kickstarter-k:before {
    content: "\f3bc";
}
.fa-kiss:before {
    content: "\f596";
}
.fa-kiss-beam:before {
    content: "\f597";
}
.fa-kiss-wink-heart:before {
    content: "\f598";
}
.fa-kiwi-bird:before {
    content: "\f535";
}
.fa-korvue:before {
    content: "\f42f";
}
.fa-landmark:before {
    content: "\f66f";
}
.fa-language:before {
    content: "\f1ab";
}
.fa-laptop:before {
    content: "\f109";
}
.fa-laptop-code:before {
    content: "\f5fc";
}
.fa-laptop-house:before {
    content: "\e066";
}
.fa-laptop-medical:before {
    content: "\f812";
}
.fa-laravel:before {
    content: "\f3bd";
}
.fa-lastfm:before {
    content: "\f202";
}
.fa-lastfm-square:before {
    content: "\f203";
}
.fa-laugh:before {
    content: "\f599";
}
.fa-laugh-beam:before {
    content: "\f59a";
}
.fa-laugh-squint:before {
    content: "\f59b";
}
.fa-laugh-wink:before {
    content: "\f59c";
}
.fa-layer-group:before {
    content: "\f5fd";
}
.fa-leaf:before {
    content: "\f06c";
}
.fa-leanpub:before {
    content: "\f212";
}
.fa-lemon:before {
    content: "\f094";
}
.fa-less:before {
    content: "\f41d";
}
.fa-less-than:before {
    content: "\f536";
}
.fa-less-than-equal:before {
    content: "\f537";
}
.fa-level-down-alt:before {
    content: "\f3be";
}
.fa-level-up-alt:before {
    content: "\f3bf";
}
.fa-life-ring:before {
    content: "\f1cd";
}
.fa-lightbulb:before {
    content: "\f0eb";
}
.fa-line:before {
    content: "\f3c0";
}
.fa-link:before {
    content: "\f0c1";
}
.fa-linkedin:before {
    content: "\f08c";
}
.fa-linkedin-in:before {
    content: "\f0e1";
}
.fa-linode:before {
    content: "\f2b8";
}
.fa-linux:before {
    content: "\f17c";
}
.fa-lira-sign:before {
    content: "\f195";
}
.fa-list:before {
    content: "\f03a";
}
.fa-list-alt:before {
    content: "\f022";
}
.fa-list-ol:before {
    content: "\f0cb";
}
.fa-list-ul:before {
    content: "\f0ca";
}
.fa-location-arrow:before {
    content: "\f124";
}
.fa-lock:before {
    content: "\f023";
}
.fa-lock-open:before {
    content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
    content: "\f309";
}
.fa-long-arrow-alt-left:before {
    content: "\f30a";
}
.fa-long-arrow-alt-right:before {
    content: "\f30b";
}
.fa-long-arrow-alt-up:before {
    content: "\f30c";
}
.fa-low-vision:before {
    content: "\f2a8";
}
.fa-luggage-cart:before {
    content: "\f59d";
}
.fa-lungs:before {
    content: "\f604";
}
.fa-lungs-virus:before {
    content: "\e067";
}
.fa-lyft:before {
    content: "\f3c3";
}
.fa-magento:before {
    content: "\f3c4";
}
.fa-magic:before {
    content: "\f0d0";
}
.fa-magnet:before {
    content: "\f076";
}
.fa-mail-bulk:before {
    content: "\f674";
}
.fa-mailchimp:before {
    content: "\f59e";
}
.fa-male:before {
    content: "\f183";
}
.fa-mandalorian:before {
    content: "\f50f";
}
.fa-map:before {
    content: "\f279";
}
.fa-map-marked:before {
    content: "\f59f";
}
.fa-map-marked-alt:before {
    content: "\f5a0";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-map-marker-alt:before {
    content: "\f3c5";
}
.fa-map-pin:before {
    content: "\f276";
}
.fa-map-signs:before {
    content: "\f277";
}
.fa-markdown:before {
    content: "\f60f";
}
.fa-marker:before {
    content: "\f5a1";
}
.fa-mars:before {
    content: "\f222";
}
.fa-mars-double:before {
    content: "\f227";
}
.fa-mars-stroke:before {
    content: "\f229";
}
.fa-mars-stroke-h:before {
    content: "\f22b";
}
.fa-mars-stroke-v:before {
    content: "\f22a";
}
.fa-mask:before {
    content: "\f6fa";
}
.fa-mastodon:before {
    content: "\f4f6";
}
.fa-maxcdn:before {
    content: "\f136";
}
.fa-mdb:before {
    content: "\f8ca";
}
.fa-medal:before {
    content: "\f5a2";
}
.fa-medapps:before {
    content: "\f3c6";
}
.fa-medium:before {
    content: "\f23a";
}
.fa-medium-m:before {
    content: "\f3c7";
}
.fa-medkit:before {
    content: "\f0fa";
}
.fa-medrt:before {
    content: "\f3c8";
}
.fa-meetup:before {
    content: "\f2e0";
}
.fa-megaport:before {
    content: "\f5a3";
}
.fa-meh:before {
    content: "\f11a";
}
.fa-meh-blank:before {
    content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
    content: "\f5a5";
}
.fa-memory:before {
    content: "\f538";
}
.fa-mendeley:before {
    content: "\f7b3";
}
.fa-menorah:before {
    content: "\f676";
}
.fa-mercury:before {
    content: "\f223";
}
.fa-meteor:before {
    content: "\f753";
}
.fa-microblog:before {
    content: "\e01a";
}
.fa-microchip:before {
    content: "\f2db";
}
.fa-microphone:before {
    content: "\f130";
}
.fa-microphone-alt:before {
    content: "\f3c9";
}
.fa-microphone-alt-slash:before {
    content: "\f539";
}
.fa-microphone-slash:before {
    content: "\f131";
}
.fa-microscope:before {
    content: "\f610";
}
.fa-microsoft:before {
    content: "\f3ca";
}
.fa-minus:before {
    content: "\f068";
}
.fa-minus-circle:before {
    content: "\f056";
}
.fa-minus-square:before {
    content: "\f146";
}
.fa-mitten:before {
    content: "\f7b5";
}
.fa-mix:before {
    content: "\f3cb";
}
.fa-mixcloud:before {
    content: "\f289";
}
.fa-mixer:before {
    content: "\e056";
}
.fa-mizuni:before {
    content: "\f3cc";
}
.fa-mobile:before {
    content: "\f10b";
}
.fa-mobile-alt:before {
    content: "\f3cd";
}
.fa-modx:before {
    content: "\f285";
}
.fa-monero:before {
    content: "\f3d0";
}
.fa-money-bill:before {
    content: "\f0d6";
}
.fa-money-bill-alt:before {
    content: "\f3d1";
}
.fa-money-bill-wave:before {
    content: "\f53a";
}
.fa-money-bill-wave-alt:before {
    content: "\f53b";
}
.fa-money-check:before {
    content: "\f53c";
}
.fa-money-check-alt:before {
    content: "\f53d";
}
.fa-monument:before {
    content: "\f5a6";
}
.fa-moon:before {
    content: "\f186";
}
.fa-mortar-pestle:before {
    content: "\f5a7";
}
.fa-mosque:before {
    content: "\f678";
}
.fa-motorcycle:before {
    content: "\f21c";
}
.fa-mountain:before {
    content: "\f6fc";
}
.fa-mouse:before {
    content: "\f8cc";
}
.fa-mouse-pointer:before {
    content: "\f245";
}
.fa-mug-hot:before {
    content: "\f7b6";
}
.fa-music:before {
    content: "\f001";
}
.fa-napster:before {
    content: "\f3d2";
}
.fa-neos:before {
    content: "\f612";
}
.fa-network-wired:before {
    content: "\f6ff";
}
.fa-neuter:before {
    content: "\f22c";
}
.fa-newspaper:before {
    content: "\f1ea";
}
.fa-nimblr:before {
    content: "\f5a8";
}
.fa-node:before {
    content: "\f419";
}
.fa-node-js:before {
    content: "\f3d3";
}
.fa-not-equal:before {
    content: "\f53e";
}
.fa-notes-medical:before {
    content: "\f481";
}
.fa-npm:before {
    content: "\f3d4";
}
.fa-ns8:before {
    content: "\f3d5";
}
.fa-nutritionix:before {
    content: "\f3d6";
}
.fa-object-group:before {
    content: "\f247";
}
.fa-object-ungroup:before {
    content: "\f248";
}
.fa-octopus-deploy:before {
    content: "\e082";
}
.fa-odnoklassniki:before {
    content: "\f263";
}
.fa-odnoklassniki-square:before {
    content: "\f264";
}
.fa-oil-can:before {
    content: "\f613";
}
.fa-old-republic:before {
    content: "\f510";
}
.fa-om:before {
    content: "\f679";
}
.fa-opencart:before {
    content: "\f23d";
}
.fa-openid:before {
    content: "\f19b";
}
.fa-opera:before {
    content: "\f26a";
}
.fa-optin-monster:before {
    content: "\f23c";
}
.fa-orcid:before {
    content: "\f8d2";
}
.fa-osi:before {
    content: "\f41a";
}
.fa-otter:before {
    content: "\f700";
}
.fa-outdent:before {
    content: "\f03b";
}
.fa-page4:before {
    content: "\f3d7";
}
.fa-pagelines:before {
    content: "\f18c";
}
.fa-pager:before {
    content: "\f815";
}
.fa-paint-brush:before {
    content: "\f1fc";
}
.fa-paint-roller:before {
    content: "\f5aa";
}
.fa-palette:before {
    content: "\f53f";
}
.fa-palfed:before {
    content: "\f3d8";
}
.fa-pallet:before {
    content: "\f482";
}
.fa-paper-plane:before {
    content: "\f1d8";
}
.fa-paperclip:before {
    content: "\f0c6";
}
.fa-parachute-box:before {
    content: "\f4cd";
}
.fa-paragraph:before {
    content: "\f1dd";
}
.fa-parking:before {
    content: "\f540";
}
.fa-passport:before {
    content: "\f5ab";
}
.fa-pastafarianism:before {
    content: "\f67b";
}
.fa-paste:before {
    content: "\f0ea";
}
.fa-patreon:before {
    content: "\f3d9";
}
.fa-pause:before {
    content: "\f04c";
}
.fa-pause-circle:before {
    content: "\f28b";
}
.fa-paw:before {
    content: "\f1b0";
}
.fa-paypal:before {
    content: "\f1ed";
}
.fa-peace:before {
    content: "\f67c";
}
.fa-pen:before {
    content: "\f304";
}
.fa-pen-alt:before {
    content: "\f305";
}
.fa-pen-fancy:before {
    content: "\f5ac";
}
.fa-pen-nib:before {
    content: "\f5ad";
}
.fa-pen-square:before {
    content: "\f14b";
}
.fa-pencil-alt:before {
    content: "\f303";
}
.fa-pencil-ruler:before {
    content: "\f5ae";
}
.fa-penny-arcade:before {
    content: "\f704";
}
.fa-people-arrows:before {
    content: "\e068";
}
.fa-people-carry:before {
    content: "\f4ce";
}
.fa-pepper-hot:before {
    content: "\f816";
}
.fa-perbyte:before {
    content: "\e083";
}
.fa-percent:before {
    content: "\f295";
}
.fa-percentage:before {
    content: "\f541";
}
.fa-periscope:before {
    content: "\f3da";
}
.fa-person-booth:before {
    content: "\f756";
}
.fa-phabricator:before {
    content: "\f3db";
}
.fa-phoenix-framework:before {
    content: "\f3dc";
}
.fa-phoenix-squadron:before {
    content: "\f511";
}
.fa-phone:before {
    content: "\f095";
}
.fa-phone-alt:before {
    content: "\f879";
}
.fa-phone-slash:before {
    content: "\f3dd";
}
.fa-phone-square:before {
    content: "\f098";
}
.fa-phone-square-alt:before {
    content: "\f87b";
}
.fa-phone-volume:before {
    content: "\f2a0";
}
.fa-photo-video:before {
    content: "\f87c";
}
.fa-php:before {
    content: "\f457";
}
.fa-pied-piper:before {
    content: "\f2ae";
}
.fa-pied-piper-alt:before {
    content: "\f1a8";
}
.fa-pied-piper-hat:before {
    content: "\f4e5";
}
.fa-pied-piper-pp:before {
    content: "\f1a7";
}
.fa-pied-piper-square:before {
    content: "\e01e";
}
.fa-piggy-bank:before {
    content: "\f4d3";
}
.fa-pills:before {
    content: "\f484";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-pinterest-p:before {
    content: "\f231";
}
.fa-pinterest-square:before {
    content: "\f0d3";
}
.fa-pizza-slice:before {
    content: "\f818";
}
.fa-place-of-worship:before {
    content: "\f67f";
}
.fa-plane:before {
    content: "\f072";
}
.fa-plane-arrival:before {
    content: "\f5af";
}
.fa-plane-departure:before {
    content: "\f5b0";
}
.fa-plane-slash:before {
    content: "\e069";
}
.fa-play:before {
    content: "\f04b";
}
.fa-play-circle:before {
    content: "\f144";
}
.fa-playstation:before {
    content: "\f3df";
}
.fa-plug:before {
    content: "\f1e6";
}
.fa-plus:before {
    content: "\f067";
}
.fa-plus-circle:before {
    content: "\f055";
}
.fa-plus-square:before {
    content: "\f0fe";
}
.fa-podcast:before {
    content: "\f2ce";
}
.fa-poll:before {
    content: "\f681";
}
.fa-poll-h:before {
    content: "\f682";
}
.fa-poo:before {
    content: "\f2fe";
}
.fa-poo-storm:before {
    content: "\f75a";
}
.fa-poop:before {
    content: "\f619";
}
.fa-portrait:before {
    content: "\f3e0";
}
.fa-pound-sign:before {
    content: "\f154";
}
.fa-power-off:before {
    content: "\f011";
}
.fa-pray:before {
    content: "\f683";
}
.fa-praying-hands:before {
    content: "\f684";
}
.fa-prescription:before {
    content: "\f5b1";
}
.fa-prescription-bottle:before {
    content: "\f485";
}
.fa-prescription-bottle-alt:before {
    content: "\f486";
}
.fa-print:before {
    content: "\f02f";
}
.fa-procedures:before {
    content: "\f487";
}
.fa-product-hunt:before {
    content: "\f288";
}
.fa-project-diagram:before {
    content: "\f542";
}
.fa-pump-medical:before {
    content: "\e06a";
}
.fa-pump-soap:before {
    content: "\e06b";
}
.fa-pushed:before {
    content: "\f3e1";
}
.fa-puzzle-piece:before {
    content: "\f12e";
}
.fa-python:before {
    content: "\f3e2";
}
.fa-qq:before {
    content: "\f1d6";
}
.fa-qrcode:before {
    content: "\f029";
}
.fa-question:before {
    content: "\f128";
}
.fa-question-circle:before {
    content: "\f059";
}
.fa-quidditch:before {
    content: "\f458";
}
.fa-quinscape:before {
    content: "\f459";
}
.fa-quora:before {
    content: "\f2c4";
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-quran:before {
    content: "\f687";
}
.fa-r-project:before {
    content: "\f4f7";
}
.fa-radiation:before {
    content: "\f7b9";
}
.fa-radiation-alt:before {
    content: "\f7ba";
}
.fa-rainbow:before {
    content: "\f75b";
}
.fa-random:before {
    content: "\f074";
}
.fa-raspberry-pi:before {
    content: "\f7bb";
}
.fa-ravelry:before {
    content: "\f2d9";
}
.fa-react:before {
    content: "\f41b";
}
.fa-reacteurope:before {
    content: "\f75d";
}
.fa-readme:before {
    content: "\f4d5";
}
.fa-rebel:before {
    content: "\f1d0";
}
.fa-receipt:before {
    content: "\f543";
}
.fa-record-vinyl:before {
    content: "\f8d9";
}
.fa-recycle:before {
    content: "\f1b8";
}
.fa-red-river:before {
    content: "\f3e3";
}
.fa-reddit:before {
    content: "\f1a1";
}
.fa-reddit-alien:before {
    content: "\f281";
}
.fa-reddit-square:before {
    content: "\f1a2";
}
.fa-redhat:before {
    content: "\f7bc";
}
.fa-redo:before {
    content: "\f01e";
}
.fa-redo-alt:before {
    content: "\f2f9";
}
.fa-registered:before {
    content: "\f25d";
}
.fa-remove-format:before {
    content: "\f87d";
}
.fa-renren:before {
    content: "\f18b";
}
.fa-reply:before {
    content: "\f3e5";
}
.fa-reply-all:before {
    content: "\f122";
}
.fa-replyd:before {
    content: "\f3e6";
}
.fa-republican:before {
    content: "\f75e";
}
.fa-researchgate:before {
    content: "\f4f8";
}
.fa-resolving:before {
    content: "\f3e7";
}
.fa-restroom:before {
    content: "\f7bd";
}
.fa-retweet:before {
    content: "\f079";
}
.fa-rev:before {
    content: "\f5b2";
}
.fa-ribbon:before {
    content: "\f4d6";
}
.fa-ring:before {
    content: "\f70b";
}
.fa-road:before {
    content: "\f018";
}
.fa-robot:before {
    content: "\f544";
}
.fa-rocket:before {
    content: "\f135";
}
.fa-rocketchat:before {
    content: "\f3e8";
}
.fa-rockrms:before {
    content: "\f3e9";
}
.fa-route:before {
    content: "\f4d7";
}
.fa-rss:before {
    content: "\f09e";
}
.fa-rss-square:before {
    content: "\f143";
}
.fa-ruble-sign:before {
    content: "\f158";
}
.fa-ruler:before {
    content: "\f545";
}
.fa-ruler-combined:before {
    content: "\f546";
}
.fa-ruler-horizontal:before {
    content: "\f547";
}
.fa-ruler-vertical:before {
    content: "\f548";
}
.fa-running:before {
    content: "\f70c";
}
.fa-rupee-sign:before {
    content: "\f156";
}
.fa-rust:before {
    content: "\e07a";
}
.fa-sad-cry:before {
    content: "\f5b3";
}
.fa-sad-tear:before {
    content: "\f5b4";
}
.fa-safari:before {
    content: "\f267";
}
.fa-salesforce:before {
    content: "\f83b";
}
.fa-sass:before {
    content: "\f41e";
}
.fa-satellite:before {
    content: "\f7bf";
}
.fa-satellite-dish:before {
    content: "\f7c0";
}
.fa-save:before {
    content: "\f0c7";
}
.fa-schlix:before {
    content: "\f3ea";
}
.fa-school:before {
    content: "\f549";
}
.fa-screwdriver:before {
    content: "\f54a";
}
.fa-scribd:before {
    content: "\f28a";
}
.fa-scroll:before {
    content: "\f70e";
}
.fa-sd-card:before {
    content: "\f7c2";
}
.fa-search:before {
    content: "\f002";
}
.fa-search-dollar:before {
    content: "\f688";
}
.fa-search-location:before {
    content: "\f689";
}
.fa-search-minus:before {
    content: "\f010";
}
.fa-search-plus:before {
    content: "\f00e";
}
.fa-searchengin:before {
    content: "\f3eb";
}
.fa-seedling:before {
    content: "\f4d8";
}
.fa-sellcast:before {
    content: "\f2da";
}
.fa-sellsy:before {
    content: "\f213";
}
.fa-server:before {
    content: "\f233";
}
.fa-servicestack:before {
    content: "\f3ec";
}
.fa-shapes:before {
    content: "\f61f";
}
.fa-share:before {
    content: "\f064";
}
.fa-share-alt:before {
    content: "\f1e0";
}
.fa-share-alt-square:before {
    content: "\f1e1";
}
.fa-share-square:before {
    content: "\f14d";
}
.fa-shekel-sign:before {
    content: "\f20b";
}
.fa-shield-alt:before {
    content: "\f3ed";
}
.fa-shield-virus:before {
    content: "\e06c";
}
.fa-ship:before {
    content: "\f21a";
}
.fa-shipping-fast:before {
    content: "\f48b";
}
.fa-shirtsinbulk:before {
    content: "\f214";
}
.fa-shoe-prints:before {
    content: "\f54b";
}
.fa-shopify:before {
    content: "\e057";
}
.fa-shopping-bag:before {
    content: "\f290";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-shopping-cart:before {
    content: "\f07a";
}
.fa-shopware:before {
    content: "\f5b5";
}
.fa-shower:before {
    content: "\f2cc";
}
.fa-shuttle-van:before {
    content: "\f5b6";
}
.fa-sign:before {
    content: "\f4d9";
}
.fa-sign-in-alt:before {
    content: "\f2f6";
}
.fa-sign-language:before {
    content: "\f2a7";
}
.fa-sign-out-alt:before {
    content: "\f2f5";
}
.fa-signal:before {
    content: "\f012";
}
.fa-signature:before {
    content: "\f5b7";
}
.fa-sim-card:before {
    content: "\f7c4";
}
.fa-simplybuilt:before {
    content: "\f215";
}
.fa-sink:before {
    content: "\e06d";
}
.fa-sistrix:before {
    content: "\f3ee";
}
.fa-sitemap:before {
    content: "\f0e8";
}
.fa-sith:before {
    content: "\f512";
}
.fa-skating:before {
    content: "\f7c5";
}
.fa-sketch:before {
    content: "\f7c6";
}
.fa-skiing:before {
    content: "\f7c9";
}
.fa-skiing-nordic:before {
    content: "\f7ca";
}
.fa-skull:before {
    content: "\f54c";
}
.fa-skull-crossbones:before {
    content: "\f714";
}
.fa-skyatlas:before {
    content: "\f216";
}
.fa-skype:before {
    content: "\f17e";
}
.fa-slack:before {
    content: "\f198";
}
.fa-slack-hash:before {
    content: "\f3ef";
}
.fa-slash:before {
    content: "\f715";
}
.fa-sleigh:before {
    content: "\f7cc";
}
.fa-sliders-h:before {
    content: "\f1de";
}
.fa-slideshare:before {
    content: "\f1e7";
}
.fa-smile:before {
    content: "\f118";
}
.fa-smile-beam:before {
    content: "\f5b8";
}
.fa-smile-wink:before {
    content: "\f4da";
}
.fa-smog:before {
    content: "\f75f";
}
.fa-smoking:before {
    content: "\f48d";
}
.fa-smoking-ban:before {
    content: "\f54d";
}
.fa-sms:before {
    content: "\f7cd";
}
.fa-snapchat:before {
    content: "\f2ab";
}
.fa-snapchat-ghost:before {
    content: "\f2ac";
}
.fa-snapchat-square:before {
    content: "\f2ad";
}
.fa-snowboarding:before {
    content: "\f7ce";
}
.fa-snowflake:before {
    content: "\f2dc";
}
.fa-snowman:before {
    content: "\f7d0";
}
.fa-snowplow:before {
    content: "\f7d2";
}
.fa-soap:before {
    content: "\e06e";
}
.fa-socks:before {
    content: "\f696";
}
.fa-solar-panel:before {
    content: "\f5ba";
}
.fa-sort:before {
    content: "\f0dc";
}
.fa-sort-alpha-down:before {
    content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
    content: "\f881";
}
.fa-sort-alpha-up:before {
    content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
    content: "\f882";
}
.fa-sort-amount-down:before {
    content: "\f160";
}
.fa-sort-amount-down-alt:before {
    content: "\f884";
}
.fa-sort-amount-up:before {
    content: "\f161";
}
.fa-sort-amount-up-alt:before {
    content: "\f885";
}
.fa-sort-down:before {
    content: "\f0dd";
}
.fa-sort-numeric-down:before {
    content: "\f162";
}
.fa-sort-numeric-down-alt:before {
    content: "\f886";
}
.fa-sort-numeric-up:before {
    content: "\f163";
}
.fa-sort-numeric-up-alt:before {
    content: "\f887";
}
.fa-sort-up:before {
    content: "\f0de";
}
.fa-soundcloud:before {
    content: "\f1be";
}
.fa-sourcetree:before {
    content: "\f7d3";
}
.fa-spa:before {
    content: "\f5bb";
}
.fa-space-shuttle:before {
    content: "\f197";
}
.fa-speakap:before {
    content: "\f3f3";
}
.fa-speaker-deck:before {
    content: "\f83c";
}
.fa-spell-check:before {
    content: "\f891";
}
.fa-spider:before {
    content: "\f717";
}
.fa-spinner:before {
    content: "\f110";
}
.fa-splotch:before {
    content: "\f5bc";
}
.fa-spotify:before {
    content: "\f1bc";
}
.fa-spray-can:before {
    content: "\f5bd";
}
.fa-square:before {
    content: "\f0c8";
}
.fa-square-full:before {
    content: "\f45c";
}
.fa-square-root-alt:before {
    content: "\f698";
}
.fa-squarespace:before {
    content: "\f5be";
}
.fa-stack-exchange:before {
    content: "\f18d";
}
.fa-stack-overflow:before {
    content: "\f16c";
}
.fa-stackpath:before {
    content: "\f842";
}
.fa-stamp:before {
    content: "\f5bf";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-and-crescent:before {
    content: "\f699";
}
.fa-star-half:before {
    content: "\f089";
}
.fa-star-half-alt:before {
    content: "\f5c0";
}
.fa-star-of-david:before {
    content: "\f69a";
}
.fa-star-of-life:before {
    content: "\f621";
}
.fa-staylinked:before {
    content: "\f3f5";
}
.fa-steam:before {
    content: "\f1b6";
}
.fa-steam-square:before {
    content: "\f1b7";
}
.fa-steam-symbol:before {
    content: "\f3f6";
}
.fa-step-backward:before {
    content: "\f048";
}
.fa-step-forward:before {
    content: "\f051";
}
.fa-stethoscope:before {
    content: "\f0f1";
}
.fa-sticker-mule:before {
    content: "\f3f7";
}
.fa-sticky-note:before {
    content: "\f249";
}
.fa-stop:before {
    content: "\f04d";
}
.fa-stop-circle:before {
    content: "\f28d";
}
.fa-stopwatch:before {
    content: "\f2f2";
}
.fa-stopwatch-20:before {
    content: "\e06f";
}
.fa-store:before {
    content: "\f54e";
}
.fa-store-alt:before {
    content: "\f54f";
}
.fa-store-alt-slash:before {
    content: "\e070";
}
.fa-store-slash:before {
    content: "\e071";
}
.fa-strava:before {
    content: "\f428";
}
.fa-stream:before {
    content: "\f550";
}
.fa-street-view:before {
    content: "\f21d";
}
.fa-strikethrough:before {
    content: "\f0cc";
}
.fa-stripe:before {
    content: "\f429";
}
.fa-stripe-s:before {
    content: "\f42a";
}
.fa-stroopwafel:before {
    content: "\f551";
}
.fa-studiovinari:before {
    content: "\f3f8";
}
.fa-stumbleupon:before {
    content: "\f1a4";
}
.fa-stumbleupon-circle:before {
    content: "\f1a3";
}
.fa-subscript:before {
    content: "\f12c";
}
.fa-subway:before {
    content: "\f239";
}
.fa-suitcase:before {
    content: "\f0f2";
}
.fa-suitcase-rolling:before {
    content: "\f5c1";
}
.fa-sun:before {
    content: "\f185";
}
.fa-superpowers:before {
    content: "\f2dd";
}
.fa-superscript:before {
    content: "\f12b";
}
.fa-supple:before {
    content: "\f3f9";
}
.fa-surprise:before {
    content: "\f5c2";
}
.fa-suse:before {
    content: "\f7d6";
}
.fa-swatchbook:before {
    content: "\f5c3";
}
.fa-swift:before {
    content: "\f8e1";
}
.fa-swimmer:before {
    content: "\f5c4";
}
.fa-swimming-pool:before {
    content: "\f5c5";
}
.fa-symfony:before {
    content: "\f83d";
}
.fa-synagogue:before {
    content: "\f69b";
}
.fa-sync:before {
    content: "\f021";
}
.fa-sync-alt:before {
    content: "\f2f1";
}
.fa-syringe:before {
    content: "\f48e";
}
.fa-table:before {
    content: "\f0ce";
}
.fa-table-tennis:before {
    content: "\f45d";
}
.fa-tablet:before {
    content: "\f10a";
}
.fa-tablet-alt:before {
    content: "\f3fa";
}
.fa-tablets:before {
    content: "\f490";
}
.fa-tachometer-alt:before {
    content: "\f3fd";
}
.fa-tag:before {
    content: "\f02b";
}
.fa-tags:before {
    content: "\f02c";
}
.fa-tape:before {
    content: "\f4db";
}
.fa-tasks:before {
    content: "\f0ae";
}
.fa-taxi:before {
    content: "\f1ba";
}
.fa-teamspeak:before {
    content: "\f4f9";
}
.fa-teeth:before {
    content: "\f62e";
}
.fa-teeth-open:before {
    content: "\f62f";
}
.fa-telegram:before {
    content: "\f2c6";
}
.fa-telegram-plane:before {
    content: "\f3fe";
}
.fa-temperature-high:before {
    content: "\f769";
}
.fa-temperature-low:before {
    content: "\f76b";
}
.fa-tencent-weibo:before {
    content: "\f1d5";
}
.fa-tenge:before {
    content: "\f7d7";
}
.fa-terminal:before {
    content: "\f120";
}
.fa-text-height:before {
    content: "\f034";
}
.fa-text-width:before {
    content: "\f035";
}
.fa-th:before {
    content: "\f00a";
}
.fa-th-large:before {
    content: "\f009";
}
.fa-th-list:before {
    content: "\f00b";
}
.fa-the-red-yeti:before {
    content: "\f69d";
}
.fa-theater-masks:before {
    content: "\f630";
}
.fa-themeco:before {
    content: "\f5c6";
}
.fa-themeisle:before {
    content: "\f2b2";
}
.fa-thermometer:before {
    content: "\f491";
}
.fa-thermometer-empty:before {
    content: "\f2cb";
}
.fa-thermometer-full:before {
    content: "\f2c7";
}
.fa-thermometer-half:before {
    content: "\f2c9";
}
.fa-thermometer-quarter:before {
    content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}
.fa-think-peaks:before {
    content: "\f731";
}
.fa-thumbs-down:before {
    content: "\f165";
}
.fa-thumbs-up:before {
    content: "\f164";
}
.fa-thumbtack:before {
    content: "\f08d";
}
.fa-ticket-alt:before {
    content: "\f3ff";
}
.fa-tiktok:before {
    content: "\e07b";
}
.fa-times:before {
    content: "\f00d";
}
.fa-times-circle:before {
    content: "\f057";
}
.fa-tint:before {
    content: "\f043";
}
.fa-tint-slash:before {
    content: "\f5c7";
}
.fa-tired:before {
    content: "\f5c8";
}
.fa-toggle-off:before {
    content: "\f204";
}
.fa-toggle-on:before {
    content: "\f205";
}
.fa-toilet:before {
    content: "\f7d8";
}
.fa-toilet-paper:before {
    content: "\f71e";
}
.fa-toilet-paper-slash:before {
    content: "\e072";
}
.fa-toolbox:before {
    content: "\f552";
}
.fa-tools:before {
    content: "\f7d9";
}
.fa-tooth:before {
    content: "\f5c9";
}
.fa-torah:before {
    content: "\f6a0";
}
.fa-torii-gate:before {
    content: "\f6a1";
}
.fa-tractor:before {
    content: "\f722";
}
.fa-trade-federation:before {
    content: "\f513";
}
.fa-trademark:before {
    content: "\f25c";
}
.fa-traffic-light:before {
    content: "\f637";
}
.fa-trailer:before {
    content: "\e041";
}
.fa-train:before {
    content: "\f238";
}
.fa-tram:before {
    content: "\f7da";
}
.fa-transgender:before {
    content: "\f224";
}
.fa-transgender-alt:before {
    content: "\f225";
}
.fa-trash:before {
    content: "\f1f8";
}
.fa-trash-alt:before {
    content: "\f2ed";
}
.fa-trash-restore:before {
    content: "\f829";
}
.fa-trash-restore-alt:before {
    content: "\f82a";
}
.fa-tree:before {
    content: "\f1bb";
}
.fa-trello:before {
    content: "\f181";
}
.fa-tripadvisor:before {
    content: "\f262";
}
.fa-trophy:before {
    content: "\f091";
}
.fa-truck:before {
    content: "\f0d1";
}
.fa-truck-loading:before {
    content: "\f4de";
}
.fa-truck-monster:before {
    content: "\f63b";
}
.fa-truck-moving:before {
    content: "\f4df";
}
.fa-truck-pickup:before {
    content: "\f63c";
}
.fa-tshirt:before {
    content: "\f553";
}
.fa-tty:before {
    content: "\f1e4";
}
.fa-tumblr:before {
    content: "\f173";
}
.fa-tumblr-square:before {
    content: "\f174";
}
.fa-tv:before {
    content: "\f26c";
}
.fa-twitch:before {
    content: "\f1e8";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-twitter-square:before {
    content: "\f081";
}
.fa-typo3:before {
    content: "\f42b";
}
.fa-uber:before {
    content: "\f402";
}
.fa-ubuntu:before {
    content: "\f7df";
}
.fa-uikit:before {
    content: "\f403";
}
.fa-umbraco:before {
    content: "\f8e8";
}
.fa-umbrella:before {
    content: "\f0e9";
}
.fa-umbrella-beach:before {
    content: "\f5ca";
}
.fa-uncharted:before {
    content: "\e084";
}
.fa-underline:before {
    content: "\f0cd";
}
.fa-undo:before {
    content: "\f0e2";
}
.fa-undo-alt:before {
    content: "\f2ea";
}
.fa-uniregistry:before {
    content: "\f404";
}
.fa-unity:before {
    content: "\e049";
}
.fa-universal-access:before {
    content: "\f29a";
}
.fa-university:before {
    content: "\f19c";
}
.fa-unlink:before {
    content: "\f127";
}
.fa-unlock:before {
    content: "\f09c";
}
.fa-unlock-alt:before {
    content: "\f13e";
}
.fa-unsplash:before {
    content: "\e07c";
}
.fa-untappd:before {
    content: "\f405";
}
.fa-upload:before {
    content: "\f093";
}
.fa-ups:before {
    content: "\f7e0";
}
.fa-usb:before {
    content: "\f287";
}
.fa-user:before {
    content: "\f007";
}
.fa-user-alt:before {
    content: "\f406";
}
.fa-user-alt-slash:before {
    content: "\f4fa";
}
.fa-user-astronaut:before {
    content: "\f4fb";
}
.fa-user-check:before {
    content: "\f4fc";
}
.fa-user-circle:before {
    content: "\f2bd";
}
.fa-user-clock:before {
    content: "\f4fd";
}
.fa-user-cog:before {
    content: "\f4fe";
}
.fa-user-edit:before {
    content: "\f4ff";
}
.fa-user-friends:before {
    content: "\f500";
}
.fa-user-graduate:before {
    content: "\f501";
}
.fa-user-injured:before {
    content: "\f728";
}
.fa-user-lock:before {
    content: "\f502";
}
.fa-user-md:before {
    content: "\f0f0";
}
.fa-user-minus:before {
    content: "\f503";
}
.fa-user-ninja:before {
    content: "\f504";
}
.fa-user-nurse:before {
    content: "\f82f";
}
.fa-user-plus:before {
    content: "\f234";
}
.fa-user-secret:before {
    content: "\f21b";
}
.fa-user-shield:before {
    content: "\f505";
}
.fa-user-slash:before {
    content: "\f506";
}
.fa-user-tag:before {
    content: "\f507";
}
.fa-user-tie:before {
    content: "\f508";
}
.fa-user-times:before {
    content: "\f235";
}
.fa-users:before {
    content: "\f0c0";
}
.fa-users-cog:before {
    content: "\f509";
}
.fa-users-slash:before {
    content: "\e073";
}
.fa-usps:before {
    content: "\f7e1";
}
.fa-ussunnah:before {
    content: "\f407";
}
.fa-utensil-spoon:before {
    content: "\f2e5";
}
.fa-utensils:before {
    content: "\f2e7";
}
.fa-vaadin:before {
    content: "\f408";
}
.fa-vector-square:before {
    content: "\f5cb";
}
.fa-venus:before {
    content: "\f221";
}
.fa-venus-double:before {
    content: "\f226";
}
.fa-venus-mars:before {
    content: "\f228";
}
.fa-vest:before {
    content: "\e085";
}
.fa-vest-patches:before {
    content: "\e086";
}
.fa-viacoin:before {
    content: "\f237";
}
.fa-viadeo:before {
    content: "\f2a9";
}
.fa-viadeo-square:before {
    content: "\f2aa";
}
.fa-vial:before {
    content: "\f492";
}
.fa-vials:before {
    content: "\f493";
}
.fa-viber:before {
    content: "\f409";
}
.fa-video:before {
    content: "\f03d";
}
.fa-video-slash:before {
    content: "\f4e2";
}
.fa-vihara:before {
    content: "\f6a7";
}
.fa-vimeo:before {
    content: "\f40a";
}
.fa-vimeo-square:before {
    content: "\f194";
}
.fa-vimeo-v:before {
    content: "\f27d";
}
.fa-vine:before {
    content: "\f1ca";
}
.fa-virus:before {
    content: "\e074";
}
.fa-virus-slash:before {
    content: "\e075";
}
.fa-viruses:before {
    content: "\e076";
}
.fa-vk:before {
    content: "\f189";
}
.fa-vnv:before {
    content: "\f40b";
}
.fa-voicemail:before {
    content: "\f897";
}
.fa-volleyball-ball:before {
    content: "\f45f";
}
.fa-volume-down:before {
    content: "\f027";
}
.fa-volume-mute:before {
    content: "\f6a9";
}
.fa-volume-off:before {
    content: "\f026";
}
.fa-volume-up:before {
    content: "\f028";
}
.fa-vote-yea:before {
    content: "\f772";
}
.fa-vr-cardboard:before {
    content: "\f729";
}
.fa-vuejs:before {
    content: "\f41f";
}
.fa-walking:before {
    content: "\f554";
}
.fa-wallet:before {
    content: "\f555";
}
.fa-warehouse:before {
    content: "\f494";
}
.fa-watchman-monitoring:before {
    content: "\e087";
}
.fa-water:before {
    content: "\f773";
}
.fa-wave-square:before {
    content: "\f83e";
}
.fa-waze:before {
    content: "\f83f";
}
.fa-weebly:before {
    content: "\f5cc";
}
.fa-weibo:before {
    content: "\f18a";
}
.fa-weight:before {
    content: "\f496";
}
.fa-weight-hanging:before {
    content: "\f5cd";
}
.fa-weixin:before {
    content: "\f1d7";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-whatsapp-square:before {
    content: "\f40c";
}
.fa-wheelchair:before {
    content: "\f193";
}
.fa-whmcs:before {
    content: "\f40d";
}
.fa-wifi:before {
    content: "\f1eb";
}
.fa-wikipedia-w:before {
    content: "\f266";
}
.fa-wind:before {
    content: "\f72e";
}
.fa-window-close:before {
    content: "\f410";
}
.fa-window-maximize:before {
    content: "\f2d0";
}
.fa-window-minimize:before {
    content: "\f2d1";
}
.fa-window-restore:before {
    content: "\f2d2";
}
.fa-windows:before {
    content: "\f17a";
}
.fa-wine-bottle:before {
    content: "\f72f";
}
.fa-wine-glass:before {
    content: "\f4e3";
}
.fa-wine-glass-alt:before {
    content: "\f5ce";
}
.fa-wix:before {
    content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
    content: "\f730";
}
.fa-wodu:before {
    content: "\e088";
}
.fa-wolf-pack-battalion:before {
    content: "\f514";
}
.fa-won-sign:before {
    content: "\f159";
}
.fa-wordpress:before {
    content: "\f19a";
}
.fa-wordpress-simple:before {
    content: "\f411";
}
.fa-wpbeginner:before {
    content: "\f297";
}
.fa-wpexplorer:before {
    content: "\f2de";
}
.fa-wpforms:before {
    content: "\f298";
}
.fa-wpressr:before {
    content: "\f3e4";
}
.fa-wrench:before {
    content: "\f0ad";
}
.fa-x-ray:before {
    content: "\f497";
}
.fa-xbox:before {
    content: "\f412";
}
.fa-xing:before {
    content: "\f168";
}
.fa-xing-square:before {
    content: "\f169";
}
.fa-y-combinator:before {
    content: "\f23b";
}
.fa-yahoo:before {
    content: "\f19e";
}
.fa-yammer:before {
    content: "\f840";
}
.fa-yandex:before {
    content: "\f413";
}
.fa-yandex-international:before {
    content: "\f414";
}
.fa-yarn:before {
    content: "\f7e3";
}
.fa-yelp:before {
    content: "\f1e9";
}
.fa-yen-sign:before {
    content: "\f157";
}
.fa-yin-yang:before {
    content: "\f6ad";
}
.fa-yoast:before {
    content: "\f2b1";
}
.fa-youtube:before {
    content: "\f167";
}
.fa-youtube-square:before {
    content: "\f431";
}
.fa-zhihu:before {
    content: "\f63f";
}
.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*!
 * Font Awesome Free 5.15.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: Font Awesome\5 Free;
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../webfonts/fa-regular-400.eot);
    src: url(../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-regular-400.woff2) format("woff2"), url(../webfonts/fa-regular-400.woff) format("woff"),
        url(../webfonts/fa-regular-400.ttf) format("truetype"), url(../webfonts/fa-regular-400.svg#fontawesome) format("svg");
}
.far {
    font-weight: 400;
}

/*!
 * Font Awesome Free 5.15.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: Font Awesome\5 Free;
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(../webfonts/fa-solid-900.eot);
    src: url(../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-solid-900.woff2) format("woff2"), url(../webfonts/fa-solid-900.woff) format("woff"), url(../webfonts/fa-solid-900.ttf) format("truetype"),
        url(../webfonts/fa-solid-900.svg#fontawesome) format("svg");
}
.fa,
.far,
.fas {
    font-family: Font Awesome\5 Free;
}
.fa,
.fas {
    font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: Font Awesome\5 Brands;
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../webfonts/fa-brands-400.eot);
    src: url(../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../webfonts/fa-brands-400.woff2) format("woff2"), url(../webfonts/fa-brands-400.woff) format("woff"), url(../webfonts/fa-brands-400.ttf) format("truetype"),
        url(../webfonts/fa-brands-400.svg#fontawesome) format("svg");
}
.fab {
    font-family: Font Awesome\5 Brands;
    font-weight: 400;
}
@font-face {
    font-family: LineIcons;
    src: url(../webfonts/LineIcons.eot);
    src: url(../webfonts/LineIcons.eot) format("embedded-opentype"), url(../webfonts/LineIcons.woff2) format("woff2"), url(../webfonts/LineIcons.woff) format("woff"), url(../webfonts/LineIcons.ttf) format("truetype"),
        url(../webfonts/LineIcons.svg) format("svg");
    font-weight: 400;
    font-style: normal;
}
.lni {
    display: inline-block;
    font: normal normal normal 1em/1 LineIcons;
    speak: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.lni-sm {
    font-size: 0.8em;
}
.lni-lg {
    font-size: 1.2em;
}
.lni-16 {
    font-size: 16px;
}
.lni-32 {
    font-size: 32px;
}
.lni-bg-circle,
.lni-bg-square {
    padding: 0.35em;
    background-color: #eee;
}
.lni-bg-circle {
    border-radius: 50%;
}
.lni-ul {
    padding-left: 0;
    list-style-type: none;
}
.lni-ul > li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1.4;
}
.lni-ul > li > .lni {
    margin-right: 0.4em;
    line-height: inherit;
}
.lni-is-spinning {
    animation: Ac 2s infinite linear;
}
@keyframes Ac {
    0% {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(1turn);
    }
}
.lni-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    transform: rotate(90deg);
}
.lni-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    transform: rotate(180deg);
}
.lni-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    transform: rotate(270deg);
}
.lni-flip-y {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    transform: scaleX(-1);
}
.lni-flip-x {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    transform: scaleY(-1);
}
.lni-500px:before {
    content: "\ea02";
}
.lni-add-files:before {
    content: "\ea03";
}
.lni-alarm-clock:before {
    content: "\ea04";
}
.lni-alarm:before {
    content: "\ea05";
}
.lni-airbnb:before {
    content: "\ea06";
}
.lni-adobe:before {
    content: "\ea07";
}
.lni-amazon-pay:before {
    content: "\ea08";
}
.lni-amazon:before {
    content: "\ea09";
}
.lni-amex:before {
    content: "\ea0a";
}
.lni-anchor:before {
    content: "\ea0b";
}
.lni-amazon-original:before {
    content: "\ea0c";
}
.lni-android-original:before {
    content: "\ea0d";
}
.lni-android:before {
    content: "\ea0e";
}
.lni-angellist:before {
    content: "\ea0f";
}
.lni-angle-double-down:before {
    content: "\ea10";
}
.lni-angle-double-left:before {
    content: "\ea11";
}
.lni-angle-double-right:before {
    content: "\ea12";
}
.lni-angle-double-up:before {
    content: "\ea13";
}
.lni-angular:before {
    content: "\ea14";
}
.lni-apartment:before {
    content: "\ea15";
}
.lni-app-store:before {
    content: "\ea16";
}
.lni-apple-pay:before {
    content: "\ea17";
}
.lni-apple:before {
    content: "\ea18";
}
.lni-archive:before {
    content: "\ea19";
}
.lni-arrow-down-circle:before {
    content: "\ea1a";
}
.lni-arrow-left-circle:before {
    content: "\ea1b";
}
.lni-arrow-left:before {
    content: "\ea1c";
}
.lni-arrow-right-circle:before {
    content: "\ea1d";
}
.lni-arrow-right:before {
    content: "\ea1e";
}
.lni-arrow-top-left:before {
    content: "\ea1f";
}
.lni-arrow-top-right:before {
    content: "\ea20";
}
.lni-arrow-up-circle:before {
    content: "\ea21";
}
.lni-arrow-up:before {
    content: "\ea22";
}
.lni-arrows-horizontal:before {
    content: "\ea23";
}
.lni-arrows-vertical:before {
    content: "\ea24";
}
.lni-atlassian:before {
    content: "\ea25";
}
.lni-aws:before {
    content: "\ea26";
}
.lni-arrow-down:before {
    content: "\ea27";
}
.lni-ambulance:before {
    content: "\ea28";
}
.lni-agenda:before {
    content: "\ea29";
}
.lni-backward:before {
    content: "\ea2a";
}
.lni-baloon:before {
    content: "\ea2b";
}
.lni-ban:before {
    content: "\ea2c";
}
.lni-bar-chart:before {
    content: "\ea2d";
}
.lni-behance-original:before {
    content: "\ea2e";
}
.lni-bitbucket:before {
    content: "\ea2f";
}
.lni-bitcoin:before {
    content: "\ea30";
}
.lni-blackboard:before {
    content: "\ea31";
}
.lni-blogger:before {
    content: "\ea32";
}
.lni-bluetooth:before {
    content: "\ea33";
}
.lni-bold:before {
    content: "\ea34";
}
.lni-bolt-alt:before {
    content: "\ea35";
}
.lni-bolt:before {
    content: "\ea36";
}
.lni-book:before {
    content: "\ea37";
}
.lni-bookmark-alt:before {
    content: "\ea38";
}
.lni-bookmark:before {
    content: "\ea39";
}
.lni-bootstrap:before {
    content: "\ea3a";
}
.lni-bricks:before {
    content: "\ea3b";
}
.lni-bridge:before {
    content: "\ea3c";
}
.lni-briefcase:before {
    content: "\ea3d";
}
.lni-brush-alt:before {
    content: "\ea3e";
}
.lni-brush:before {
    content: "\ea3f";
}
.lni-bubble:before {
    content: "\ea40";
}
.lni-bug:before {
    content: "\ea41";
}
.lni-bulb:before {
    content: "\ea42";
}
.lni-bullhorn:before {
    content: "\ea43";
}
.lni-burger:before {
    content: "\ea44";
}
.lni-bus:before {
    content: "\ea45";
}
.lni-cake:before {
    content: "\ea46";
}
.lni-calculator:before {
    content: "\ea47";
}
.lni-calendar:before {
    content: "\ea48";
}
.lni-camera:before {
    content: "\ea49";
}
.lni-candy-cane:before {
    content: "\ea4a";
}
.lni-candy:before {
    content: "\ea4b";
}
.lni-capsule:before {
    content: "\ea4c";
}
.lni-car-alt:before {
    content: "\ea4d";
}
.lni-car:before {
    content: "\ea4e";
}
.lni-caravan:before {
    content: "\ea4f";
}
.lni-cart-full:before {
    content: "\ea50";
}
.lni-cart:before {
    content: "\ea51";
}
.lni-certificate:before {
    content: "\ea52";
}
.lni-checkbox:before {
    content: "\ea53";
}
.lni-checkmark-circle:before {
    content: "\ea54";
}
.lni-checkmark:before {
    content: "\ea55";
}
.lni-chef-hat:before {
    content: "\ea56";
}
.lni-chevron-down-circle:before {
    content: "\ea57";
}
.lni-chevron-down:before {
    content: "\ea58";
}
.lni-chevron-left-circle:before {
    content: "\ea59";
}
.lni-chevron-left:before {
    content: "\ea5a";
}
.lni-chevron-right-circle:before {
    content: "\ea5b";
}
.lni-chevron-right:before {
    content: "\ea5c";
}
.lni-chevron-up-circle:before {
    content: "\ea5d";
}
.lni-chevron-up:before {
    content: "\ea5e";
}
.lni-chrome:before {
    content: "\ea5f";
}
.lni-circle-minus:before {
    content: "\ea60";
}
.lni-circle-plus:before {
    content: "\ea61";
}
.lni-clipboard:before {
    content: "\ea62";
}
.lni-close:before {
    content: "\ea63";
}
.lni-cloud-check:before {
    content: "\ea64";
}
.lni-cloud-download:before {
    content: "\ea65";
}
.lni-cloud-network:before {
    content: "\ea66";
}
.lni-cloud-sync:before {
    content: "\ea67";
}
.lni-cloud-upload:before {
    content: "\ea68";
}
.lni-cloud:before {
    content: "\ea69";
}
.lni-cloudy-sun:before {
    content: "\ea6a";
}
.lni-code-alt:before {
    content: "\ea6b";
}
.lni-code:before {
    content: "\ea6c";
}
.lni-codepen:before {
    content: "\ea6d";
}
.lni-coffee-cup:before {
    content: "\ea6e";
}
.lni-cog:before {
    content: "\ea6f";
}
.lni-cogs:before {
    content: "\ea70";
}
.lni-coin:before {
    content: "\ea71";
}
.lni-comments-alt:before {
    content: "\ea72";
}
.lni-comments-reply:before {
    content: "\ea73";
}
.lni-comments:before {
    content: "\ea74";
}
.lni-compass:before {
    content: "\ea75";
}
.lni-construction-hammer:before {
    content: "\ea76";
}
.lni-construction:before {
    content: "\ea77";
}
.lni-consulting:before {
    content: "\ea78";
}
.lni-control-panel:before {
    content: "\ea79";
}
.lni-cpanel:before {
    content: "\ea7a";
}
.lni-creative-commons:before {
    content: "\ea7b";
}
.lni-credit-cards:before {
    content: "\ea7c";
}
.lni-crop:before {
    content: "\ea7d";
}
.lni-cross-circle:before {
    content: "\ea7e";
}
.lni-crown:before {
    content: "\ea7f";
}
.lni-css3:before {
    content: "\ea80";
}
.lni-cup:before {
    content: "\ea81";
}
.lni-customer:before {
    content: "\ea82";
}
.lni-cut:before {
    content: "\ea83";
}
.lni-dashboard:before {
    content: "\ea84";
}
.lni-database:before {
    content: "\ea85";
}
.lni-delivery:before {
    content: "\ea86";
}
.lni-dev:before {
    content: "\ea87";
}
.lni-diamond-alt:before {
    content: "\ea88";
}
.lni-diamond:before {
    content: "\ea89";
}
.lni-diners-club:before {
    content: "\ea8a";
}
.lni-dinner:before {
    content: "\ea8b";
}
.lni-direction-alt:before {
    content: "\ea8c";
}
.lni-direction-ltr:before {
    content: "\ea8d";
}
.lni-direction-rtl:before {
    content: "\ea8e";
}
.lni-direction:before {
    content: "\ea8f";
}
.lni-discord:before {
    content: "\ea90";
}
.lni-discover:before {
    content: "\ea91";
}
.lni-display-alt:before {
    content: "\ea92";
}
.lni-display:before {
    content: "\ea93";
}
.lni-docker:before {
    content: "\ea94";
}
.lni-dollar:before {
    content: "\ea95";
}
.lni-domain:before {
    content: "\ea96";
}
.lni-download:before {
    content: "\ea97";
}
.lni-dribbble:before {
    content: "\ea98";
}
.lni-drop:before {
    content: "\ea99";
}
.lni-dropbox-original:before {
    content: "\ea9a";
}
.lni-dropbox:before {
    content: "\ea9b";
}
.lni-drupal-original:before {
    content: "\ea9c";
}
.lni-drupal:before {
    content: "\ea9d";
}
.lni-dumbbell:before {
    content: "\ea9e";
}
.lni-edge:before {
    content: "\ea9f";
}
.lni-emoji-cool:before {
    content: "\eaa0";
}
.lni-emoji-friendly:before {
    content: "\eaa1";
}
.lni-emoji-happy:before {
    content: "\eaa2";
}
.lni-emoji-sad:before {
    content: "\eaa3";
}
.lni-emoji-smile:before {
    content: "\eaa4";
}
.lni-emoji-speechless:before {
    content: "\eaa5";
}
.lni-emoji-suspect:before {
    content: "\eaa6";
}
.lni-emoji-tounge:before {
    content: "\eaa7";
}
.lni-empty-file:before {
    content: "\eaa8";
}
.lni-enter:before {
    content: "\eaa9";
}
.lni-envato:before {
    content: "\eaaa";
}
.lni-envelope:before {
    content: "\eaab";
}
.lni-eraser:before {
    content: "\eaac";
}
.lni-euro:before {
    content: "\eaad";
}
.lni-exit-down:before {
    content: "\eaae";
}
.lni-exit-up:before {
    content: "\eaaf";
}
.lni-exit:before {
    content: "\eab0";
}
.lni-eye:before {
    content: "\eab1";
}
.lni-facebook-filled:before {
    content: "\eab2";
}
.lni-facebook-messenger:before {
    content: "\eab3";
}
.lni-facebook-original:before {
    content: "\eab4";
}
.lni-facebook-oval:before {
    content: "\eab5";
}
.lni-facebook:before {
    content: "\eab6";
}
.lni-figma:before {
    content: "\eab7";
}
.lni-files:before {
    content: "\eab8";
}
.lni-firefox-original:before {
    content: "\eab9";
}
.lni-firefox:before {
    content: "\eaba";
}
.lni-fireworks:before {
    content: "\eabb";
}
.lni-first-aid:before {
    content: "\eabc";
}
.lni-flag-alt:before {
    content: "\eabd";
}
.lni-flag:before {
    content: "\eabe";
}
.lni-flags:before {
    content: "\eabf";
}
.lni-flickr:before {
    content: "\eac0";
}
.lni-basketball:before {
    content: "\eac1";
}
.lni-behance:before {
    content: "\eac2";
}
.lni-forward:before {
    content: "\eac3";
}
.lni-frame-expand:before {
    content: "\eac4";
}
.lni-flower:before {
    content: "\eac5";
}
.lni-full-screen:before {
    content: "\eac6";
}
.lni-funnel:before {
    content: "\eac7";
}
.lni-gallery:before {
    content: "\eac8";
}
.lni-game:before {
    content: "\eac9";
}
.lni-gift:before {
    content: "\eaca";
}
.lni-git:before {
    content: "\eacb";
}
.lni-github-original:before {
    content: "\eacc";
}
.lni-github:before {
    content: "\eacd";
}
.lni-goodreads:before {
    content: "\eace";
}
.lni-google-drive:before {
    content: "\eacf";
}
.lni-google-pay:before {
    content: "\ead0";
}
.lni-fresh-juice:before {
    content: "\ead1";
}
.lni-folder:before {
    content: "\ead2";
}
.lni-bi-cycle:before {
    content: "\ead3";
}
.lni-graph:before {
    content: "\ead4";
}
.lni-grid-alt:before {
    content: "\ead5";
}
.lni-grid:before {
    content: "\ead6";
}
.lni-google-wallet:before {
    content: "\ead7";
}
.lni-grow:before {
    content: "\ead8";
}
.lni-hammer:before {
    content: "\ead9";
}
.lni-hand:before {
    content: "\eada";
}
.lni-handshake:before {
    content: "\eadb";
}
.lni-harddrive:before {
    content: "\eadc";
}
.lni-headphone-alt:before {
    content: "\eadd";
}
.lni-headphone:before {
    content: "\eade";
}
.lni-heart-filled:before {
    content: "\eadf";
}
.lni-heart-monitor:before {
    content: "\eae0";
}
.lni-heart:before {
    content: "\eae1";
}
.lni-helicopter:before {
    content: "\eae2";
}
.lni-helmet:before {
    content: "\eae3";
}
.lni-help:before {
    content: "\eae4";
}
.lni-highlight-alt:before {
    content: "\eae5";
}
.lni-highlight:before {
    content: "\eae6";
}
.lni-home:before {
    content: "\eae7";
}
.lni-hospital:before {
    content: "\eae8";
}
.lni-hourglass:before {
    content: "\eae9";
}
.lni-html5:before {
    content: "\eaea";
}
.lni-image:before {
    content: "\eaeb";
}
.lni-inbox:before {
    content: "\eaec";
}
.lni-indent-decrease:before {
    content: "\eaed";
}
.lni-indent-increase:before {
    content: "\eaee";
}
.lni-infinite:before {
    content: "\eaef";
}
.lni-information:before {
    content: "\eaf0";
}
.lni-instagram-filled:before {
    content: "\eaf1";
}
.lni-instagram-original:before {
    content: "\eaf2";
}
.lni-instagram:before {
    content: "\eaf3";
}
.lni-invention:before {
    content: "\eaf4";
}
.lni-graduation:before {
    content: "\eaf5";
}
.lni-invest-monitor:before {
    content: "\eaf6";
}
.lni-island:before {
    content: "\eaf7";
}
.lni-italic:before {
    content: "\eaf8";
}
.lni-java:before {
    content: "\eaf9";
}
.lni-javascript:before {
    content: "\eafa";
}
.lni-jcb:before {
    content: "\eafb";
}
.lni-joomla-original:before {
    content: "\eafc";
}
.lni-joomla:before {
    content: "\eafd";
}
.lni-jsfiddle:before {
    content: "\eafe";
}
.lni-juice:before {
    content: "\eaff";
}
.lni-key:before {
    content: "\eb00";
}
.lni-keyboard:before {
    content: "\eb01";
}
.lni-keyword-research:before {
    content: "\eb02";
}
.lni-hacker-news:before {
    content: "\eb03";
}
.lni-google:before {
    content: "\eb04";
}
.lni-laravel:before {
    content: "\eb05";
}
.lni-layers:before {
    content: "\eb06";
}
.lni-layout:before {
    content: "\eb07";
}
.lni-leaf:before {
    content: "\eb08";
}
.lni-library:before {
    content: "\eb09";
}
.lni-licencse:before {
    content: "\eb0a";
}
.lni-life-ring:before {
    content: "\eb0b";
}
.lni-line-dashed:before {
    content: "\eb0c";
}
.lni-line-dotted:before {
    content: "\eb0d";
}
.lni-line-double:before {
    content: "\eb0e";
}
.lni-line-spacing:before {
    content: "\eb0f";
}
.lni-line:before {
    content: "\eb10";
}
.lni-lineicons-alt:before {
    content: "\eb11";
}
.lni-lineicons:before {
    content: "\eb12";
}
.lni-link:before {
    content: "\eb13";
}
.lni-linkedin-original:before {
    content: "\eb14";
}
.lni-linkedin:before {
    content: "\eb15";
}
.lni-list:before {
    content: "\eb16";
}
.lni-lock-alt:before {
    content: "\eb17";
}
.lni-lock:before {
    content: "\eb18";
}
.lni-magnet:before {
    content: "\eb19";
}
.lni-magnifier:before {
    content: "\eb1a";
}
.lni-mailchimp:before {
    content: "\eb1b";
}
.lni-map-marker:before {
    content: "\eb1c";
}
.lni-map:before {
    content: "\eb1d";
}
.lni-mashroom:before {
    content: "\eb1e";
}
.lni-mastercard:before {
    content: "\eb1f";
}
.lni-medall-alt:before {
    content: "\eb20";
}
.lni-medall:before {
    content: "\eb21";
}
.lni-medium:before {
    content: "\eb22";
}
.lni-laptop:before {
    content: "\eb23";
}
.lni-investment:before {
    content: "\eb24";
}
.lni-laptop-phone:before {
    content: "\eb25";
}
.lni-megento:before {
    content: "\eb26";
}
.lni-mic:before {
    content: "\eb27";
}
.lni-microphone:before {
    content: "\eb28";
}
.lni-menu:before {
    content: "\eb29";
}
.lni-microscope:before {
    content: "\eb2a";
}
.lni-money-location:before {
    content: "\eb2b";
}
.lni-minus:before {
    content: "\eb2c";
}
.lni-mobile:before {
    content: "\eb2d";
}
.lni-more-alt:before {
    content: "\eb2e";
}
.lni-mouse:before {
    content: "\eb2f";
}
.lni-move:before {
    content: "\eb30";
}
.lni-music:before {
    content: "\eb31";
}
.lni-network:before {
    content: "\eb32";
}
.lni-night:before {
    content: "\eb33";
}
.lni-nodejs-alt:before {
    content: "\eb34";
}
.lni-nodejs:before {
    content: "\eb35";
}
.lni-notepad:before {
    content: "\eb36";
}
.lni-npm:before {
    content: "\eb37";
}
.lni-offer:before {
    content: "\eb38";
}
.lni-opera:before {
    content: "\eb39";
}
.lni-package:before {
    content: "\eb3a";
}
.lni-page-break:before {
    content: "\eb3b";
}
.lni-pagination:before {
    content: "\eb3c";
}
.lni-paint-bucket:before {
    content: "\eb3d";
}
.lni-paint-roller:before {
    content: "\eb3e";
}
.lni-pallet:before {
    content: "\eb3f";
}
.lni-paperclip:before {
    content: "\eb40";
}
.lni-more:before {
    content: "\eb41";
}
.lni-pause:before {
    content: "\eb42";
}
.lni-paypal-original:before {
    content: "\eb43";
}
.lni-microsoft:before {
    content: "\eb44";
}
.lni-money-protection:before {
    content: "\eb45";
}
.lni-pencil:before {
    content: "\eb46";
}
.lni-paypal:before {
    content: "\eb47";
}
.lni-pencil-alt:before {
    content: "\eb48";
}
.lni-patreon:before {
    content: "\eb49";
}
.lni-phone-set:before {
    content: "\eb4a";
}
.lni-phone:before {
    content: "\eb4b";
}
.lni-pin:before {
    content: "\eb4c";
}
.lni-pinterest:before {
    content: "\eb4d";
}
.lni-pie-chart:before {
    content: "\eb4e";
}
.lni-pilcrow:before {
    content: "\eb4f";
}
.lni-plane:before {
    content: "\eb50";
}
.lni-play:before {
    content: "\eb51";
}
.lni-plug:before {
    content: "\eb52";
}
.lni-plus:before {
    content: "\eb53";
}
.lni-pointer-down:before {
    content: "\eb54";
}
.lni-pointer-left:before {
    content: "\eb55";
}
.lni-pointer-right:before {
    content: "\eb56";
}
.lni-pointer-up:before {
    content: "\eb57";
}
.lni-play-store:before {
    content: "\eb58";
}
.lni-pizza:before {
    content: "\eb59";
}
.lni-postcard:before {
    content: "\eb5a";
}
.lni-pound:before {
    content: "\eb5b";
}
.lni-power-switch:before {
    content: "\eb5c";
}
.lni-printer:before {
    content: "\eb5d";
}
.lni-producthunt:before {
    content: "\eb5e";
}
.lni-protection:before {
    content: "\eb5f";
}
.lni-pulse:before {
    content: "\eb60";
}
.lni-pyramids:before {
    content: "\eb61";
}
.lni-python:before {
    content: "\eb62";
}
.lni-pointer:before {
    content: "\eb63";
}
.lni-popup:before {
    content: "\eb64";
}
.lni-quotation:before {
    content: "\eb65";
}
.lni-radio-button:before {
    content: "\eb66";
}
.lni-rain:before {
    content: "\eb67";
}
.lni-quora:before {
    content: "\eb68";
}
.lni-react:before {
    content: "\eb69";
}
.lni-question-circle:before {
    content: "\eb6a";
}
.lni-php:before {
    content: "\eb6b";
}
.lni-reddit:before {
    content: "\eb6c";
}
.lni-reload:before {
    content: "\eb6d";
}
.lni-restaurant:before {
    content: "\eb6e";
}
.lni-road:before {
    content: "\eb6f";
}
.lni-rocket:before {
    content: "\eb70";
}
.lni-rss-feed:before {
    content: "\eb71";
}
.lni-ruler-alt:before {
    content: "\eb72";
}
.lni-ruler-pencil:before {
    content: "\eb73";
}
.lni-ruler:before {
    content: "\eb74";
}
.lni-rupee:before {
    content: "\eb75";
}
.lni-save:before {
    content: "\eb76";
}
.lni-school-bench-alt:before {
    content: "\eb77";
}
.lni-school-bench:before {
    content: "\eb78";
}
.lni-scooter:before {
    content: "\eb79";
}
.lni-scroll-down:before {
    content: "\eb7a";
}
.lni-search-alt:before {
    content: "\eb7b";
}
.lni-search:before {
    content: "\eb7c";
}
.lni-select:before {
    content: "\eb7d";
}
.lni-seo:before {
    content: "\eb7e";
}
.lni-service:before {
    content: "\eb7f";
}
.lni-share-alt:before {
    content: "\eb80";
}
.lni-share:before {
    content: "\eb81";
}
.lni-shield:before {
    content: "\eb82";
}
.lni-shift-left:before {
    content: "\eb83";
}
.lni-shift-right:before {
    content: "\eb84";
}
.lni-ship:before {
    content: "\eb85";
}
.lni-shopify:before {
    content: "\eb86";
}
.lni-shopping-basket:before {
    content: "\eb87";
}
.lni-shortcode:before {
    content: "\eb88";
}
.lni-shovel:before {
    content: "\eb89";
}
.lni-shuffle:before {
    content: "\eb8a";
}
.lni-signal:before {
    content: "\eb8b";
}
.lni-sketch:before {
    content: "\eb8c";
}
.lni-skipping-rope:before {
    content: "\eb8d";
}
.lni-skype:before {
    content: "\eb8e";
}
.lni-slack:before {
    content: "\eb8f";
}
.lni-slice:before {
    content: "\eb90";
}
.lni-slideshare:before {
    content: "\eb91";
}
.lni-slim:before {
    content: "\eb92";
}
.lni-reply:before {
    content: "\eb93";
}
.lni-sort-alpha-asc:before {
    content: "\eb94";
}
.lni-remove-file:before {
    content: "\eb95";
}
.lni-sort-amount-dsc:before {
    content: "\eb96";
}
.lni-sort-amount-asc:before {
    content: "\eb97";
}
.lni-soundcloud:before {
    content: "\eb98";
}
.lni-souncloud-original:before {
    content: "\eb99";
}
.lni-spiner-solid:before {
    content: "\eb9a";
}
.lni-revenue:before {
    content: "\eb9b";
}
.lni-spinner:before {
    content: "\eb9c";
}
.lni-spellcheck:before {
    content: "\eb9d";
}
.lni-spotify:before {
    content: "\eb9e";
}
.lni-spray:before {
    content: "\eb9f";
}
.lni-sprout:before {
    content: "\eba0";
}
.lni-snapchat:before {
    content: "\eba1";
}
.lni-stamp:before {
    content: "\eba2";
}
.lni-star-empty:before {
    content: "\eba3";
}
.lni-star-filled:before {
    content: "\eba4";
}
.lni-star-half:before {
    content: "\eba5";
}
.lni-star:before {
    content: "\eba6";
}
.lni-stats-down:before {
    content: "\eba7";
}
.lni-spinner-arrow:before {
    content: "\eba8";
}
.lni-steam:before {
    content: "\eba9";
}
.lni-stackoverflow:before {
    content: "\ebaa";
}
.lni-stop:before {
    content: "\ebab";
}
.lni-strikethrough:before {
    content: "\ebac";
}
.lni-sthethoscope:before {
    content: "\ebad";
}
.lni-stumbleupon:before {
    content: "\ebae";
}
.lni-sun:before {
    content: "\ebaf";
}
.lni-support:before {
    content: "\ebb0";
}
.lni-surf-board:before {
    content: "\ebb1";
}
.lni-swift:before {
    content: "\ebb2";
}
.lni-syringe:before {
    content: "\ebb3";
}
.lni-tab:before {
    content: "\ebb4";
}
.lni-tag:before {
    content: "\ebb5";
}
.lni-target-customer:before {
    content: "\ebb6";
}
.lni-target-revenue:before {
    content: "\ebb7";
}
.lni-target:before {
    content: "\ebb8";
}
.lni-taxi:before {
    content: "\ebb9";
}
.lni-stats-up:before {
    content: "\ebba";
}
.lni-telegram-original:before {
    content: "\ebbb";
}
.lni-telegram:before {
    content: "\ebbc";
}
.lni-text-align-center:before {
    content: "\ebbd";
}
.lni-text-align-justify:before {
    content: "\ebbe";
}
.lni-text-align-left:before {
    content: "\ebbf";
}
.lni-text-format-remove:before {
    content: "\ebc0";
}
.lni-text-align-right:before {
    content: "\ebc1";
}
.lni-text-format:before {
    content: "\ebc2";
}
.lni-thought:before {
    content: "\ebc3";
}
.lni-thumbs-down:before {
    content: "\ebc4";
}
.lni-thumbs-up:before {
    content: "\ebc5";
}
.lni-thunder-alt:before {
    content: "\ebc6";
}
.lni-thunder:before {
    content: "\ebc7";
}
.lni-ticket-alt:before {
    content: "\ebc8";
}
.lni-ticket:before {
    content: "\ebc9";
}
.lni-timer:before {
    content: "\ebca";
}
.lni-train-alt:before {
    content: "\ebcb";
}
.lni-train:before {
    content: "\ebcc";
}
.lni-trash:before {
    content: "\ebcd";
}
.lni-travel:before {
    content: "\ebce";
}
.lni-tree:before {
    content: "\ebcf";
}
.lni-trees:before {
    content: "\ebd0";
}
.lni-trello:before {
    content: "\ebd1";
}
.lni-trowel:before {
    content: "\ebd2";
}
.lni-tshirt:before {
    content: "\ebd3";
}
.lni-tumblr:before {
    content: "\ebd4";
}
.lni-twitch:before {
    content: "\ebd5";
}
.lni-twitter-filled:before {
    content: "\ebd6";
}
.lni-twitter-original:before {
    content: "\ebd7";
}
.lni-twitter:before {
    content: "\ebd8";
}
.lni-ubuntu:before {
    content: "\ebd9";
}
.lni-underline:before {
    content: "\ebda";
}
.lni-unlink:before {
    content: "\ebdb";
}
.lni-unlock:before {
    content: "\ebdc";
}
.lni-upload:before {
    content: "\ebdd";
}
.lni-user:before {
    content: "\ebde";
}
.lni-users:before {
    content: "\ebdf";
}
.lni-ux:before {
    content: "\ebe0";
}
.lni-vector:before {
    content: "\ebe1";
}
.lni-video:before {
    content: "\ebe2";
}
.lni-vimeo:before {
    content: "\ebe3";
}
.lni-visa:before {
    content: "\ebe4";
}
.lni-vk:before {
    content: "\ebe5";
}
.lni-volume-high:before {
    content: "\ebe6";
}
.lni-volume-low:before {
    content: "\ebe7";
}
.lni-volume-medium:before {
    content: "\ebe8";
}
.lni-volume-mute:before {
    content: "\ebe9";
}
.lni-volume:before {
    content: "\ebea";
}
.lni-wallet:before {
    content: "\ebeb";
}
.lni-warning:before {
    content: "\ebec";
}
.lni-website-alt:before {
    content: "\ebed";
}
.lni-website:before {
    content: "\ebee";
}
.lni-wechat:before {
    content: "\ebef";
}
.lni-weight:before {
    content: "\ebf0";
}
.lni-whatsapp:before {
    content: "\ebf1";
}
.lni-wheelbarrow:before {
    content: "\ebf2";
}
.lni-wheelchair:before {
    content: "\ebf3";
}
.lni-windows:before {
    content: "\ebf4";
}
.lni-wordpress-filled:before {
    content: "\ebf5";
}
.lni-wordpress:before {
    content: "\ebf6";
}
.lni-world-alt:before {
    content: "\ebf7";
}
.lni-world:before {
    content: "\ebf8";
}
.lni-write:before {
    content: "\ebf9";
}
.lni-yahoo:before {
    content: "\ebfa";
}
.lni-ycombinator:before {
    content: "\ebfb";
}
.lni-yen:before {
    content: "\ebfc";
}
.lni-youtube:before {
    content: "\ebfd";
}
.lni-zip:before {
    content: "\ebfe";
}
.lni-zoom-in:before {
    content: "\ebff";
}
.lni-zoom-out:before {
    content: "\ec00";
}
.lni-teabag:before {
    content: "\ec01";
}
.lni-stripe:before {
    content: "\ec02";
}
.lni-spotify-original:before {
    content: "\ec03";
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    font-family: DM Sans, sans-serif;
    color: #aeb4b6;
    font-size: 16px;
    font-weight: 400;
    overflow-x: hidden;
}
body.no-scroll {
    overflow-y: hidden;
}
button {
    cursor: pointer;
    border: 0;
}
button:focus {
    outline: none;
}
img {
    vertical-align: middle;
    height: auto;
}
a:focus,
a:hover {
    text-decoration: none;
}
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}
h1,
h2,
h3 {
    font-weight: 700;
}
p {
    font-size: 16px;
    line-height: 27px;
    color: #5d6978;
}
section {
    display: block;
    position: relative;
}
select:focus {
    outline: none;
    box-shadow: none;
}
input:focus,
textarea:focus {
    outline: none;
    box-shadow: inherit;
}
a,
a:hover {
    color: inherit;
}
a {
    text-decoration: none;
}
.sec-block {
    padding: 140px 0;
}
.sec-block-large {
    padding: 155px 0;
}
a {
    transition: all 0.4s ease-in-out;
}
.container {
    max-width: 1230px;
    padding: 0 15px;
}
.btn-default {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    background-color: #f59e31;
    height: 62px;
    line-height: 62px;
    padding: 0 42px;
    border-radius: 30px;
    -ms-box-shadow: 0 20px 50px hsla(33, 62%, 63%, 0.35);
    box-shadow: 0 20px 50px hsla(33, 62%, 63%, 0.35);
	border:0;
}
.btn-default:hover {
    color: #fff;
}
.btn-default.no-bg {
    background-color: transparent;
    color: #f59e31;
    border: 1px solid #f59e31;
    -ms-box-shadow: inherit;
    box-shadow: inherit;
    position: relative;
    z-index: 99;
}
.btn-default.no-bg:hover {
    background-color: #f59e31;
    border-color: transparent;
    color: #fff;
}
.btn-default i {
    margin-left: 7px;
    display: inline-block;
    position: relative;
    top: 2px;
}
p {
    color: #666;
    font-size: 18px;
    line-height: 30px;
}
a,
button {
    transition: all 0.4s ease-in-out;
}
.fixed-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
}
.bg1 {
    background-image: url(../images/bg1.png);
    background-size: contain;
    background-position: -91px 0;
}
.bg2 {
    background-image: url(../images/bg2.jpg);
    background-position: 50%;
}
header,
header.pb {
    padding: 30px 0;
}
header.pb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
header .container-fluid,
header .container-lg,
header .container-md,
header .container-sm,
header .container-xl {
    padding: 0 100px;
}
header .header-content .menu-btn {
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-right: 101px;
}
header .header-content .menu-btn:hover {
    color: #f59e31;
}
header .header-content .menu-btn.white {
    color: #fff;
}
header .header-content .menu-btn i {
    margin-left: 19px;
    position: relative;
    top: 3px;
}
header .header-content .btn-default {
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    padding: 0 32px;
    margin-left: 70px;
}
header .header-content .btn-default i {
    margin-left: 10px;
    position: relative;
    top: 3px;
}
.btn-default {
    text-transform: capitalize;
}
.mile-right.v5 {
    display: none;
}
.mile-right.v5 a {
    color: #000;
}
.mile-right.v5 a i {
    margin-left: 10px;
}
.promo-primary-content {
    position: relative;
}
.promo-primary-content > span {
    color: #ee9a30;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 62px;
    display: block;
}
.promo-primary-content > h2 {
    color: #000;
    font-size: 64px;
    line-height: 72px;
    margin-bottom: 28px;
}
.promo-primary-content p {
    color: #999;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 72px;
}
.promo-primary-container {
    min-height: 150vh;
    position: relative;
}
.promo-primary {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 30vh;
}
.promo-primary .container {
    margin-top: auto;
    margin-bottom: auto;
}
.square {
    width: 28.5rem;
    height: 28.5rem;
    background: #5169fb;
    border-radius: 5rem;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: rotate(20deg) translate(-45%, 60%);
}
.promo-primary .square {
    width: 32.125rem;
    height: 32.125rem;
    left: 88.95833333%;
    top: 63.88888889%;
    z-index: -1;
    border-radius: 5.875rem;
    transform: rotate(-20deg);
}
.promo-primary-container .step-position {
    position: absolute;
    top: 35%;
    left: 0;
    width: 1px;
    height: 1px;
}
.promo-primary-title {
    margin-bottom: 1.75rem;
}
.promo-primary-btn {
    margin-top: 4.5rem;
}
@media (max-width: 900px) {
    .promo-primary-bg {
        background-position: 0 50% !important;
    }
}
@media (min-width: 768px) {
    .promo-primary {
        padding-top: 2.5rem;
    }
    .promo-primary-bg {
        width: 52.39583333%;
        left: 0;
        top: 0;
    }
    .promo-primary-content {
        position: relative;
        left: 58%;
        width: 42%;
    }
}
@media (min-width: 992px) {
    .promo-primary-content {
        width: 37.60683761%;
    }
}
.partners-section {
    padding: 100px 0 47px;
}
.partners-section.v-2 {
    background-color: #e3eaf6;
    padding: 100px 0;
}
.partners-section.v-2 .pt-logo {
    margin-bottom: 0;
}
.partners-section.v3 {
    padding: 115px 0 111px;
}
.partners-section.v3 .pt-logo {
    margin-bottom: 0;
}
.partners-section.v3:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 170px;
    height: 1px;
    border-bottom: 1px dashed #bfbfbf;
    transform: translateX(-50%);
}
.pt-logos .pt-logo {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin-bottom: 60px;
}
.pt-logos .pt-logo img {
    filter: grayscale(100%);
    transition: all 0.4s ease-in-out;
    opacity: 0.5;
}
.pt-logos .pt-logo:hover img {
    filter: grayscale(0);
    opacity: 1;
}
.services-home {
    padding: 100px 0 174px;
}
.services-home .services-content .service-text > span {
    color: #ee9a30;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 62px;
    display: block;
}
.services-home .services-content .service-text > h2 {
    color: #000;
    font-size: 64px;
    line-height: 72px;
    margin-bottom: 20px;
}
.services-home .services-content .service-text > h3 {
    color: #000;
    font-size: 24px;
    line-height: 34px;
    font-style: italic;
    margin-bottom: 39px;
    font-weight: 400;
    padding-right: 70px;
}
.services-home .services-content .service-text p {
    margin-bottom: 51px;
    padding-right: 70px;
}
.services-home .services-content .services-card-list {
    max-width: 500px;
}
.services-home .services-content .services-card-list .service-card {
    background-color: #fff;
    padding: 31px 30px 29px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 15px;
    -ms-box-shadow: hsla(203, 7%, 56%, 0.35) 0 2.5rem 5rem;
    box-shadow: 0 2.5rem 5rem hsla(203, 7%, 56%, 0.35);
    margin-bottom: 55px;
    position: relative;
    overflow: hidden;
}
.services-home .services-content .services-card-list .service-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    border-radius: 15px;
}
.services-home .services-content .services-card-list .service-card.clr1:before {
    background-color: #f49d31;
}
.services-home .services-content .services-card-list .service-card.clr2:before {
    background-color: #6ccf96;
}
.services-home .services-content .services-card-list .service-card.clr3:before {
    background-color: #5169fb;
}
.services-home .services-content .services-card-list .service-card:last-child {
    margin-bottom: 0;
}
.services-home .services-content .services-card-list .service-card:nth-child(2n) {
    left: 200px;
    -ms-box-shadow: hsla(203, 7%, 56%, 0.35) 0 2.5rem 5rem;
    box-shadow: 0 2.5rem 5rem hsla(203, 7%, 56%, 0.35);
}
.services-home .services-content .services-card-list .service-card:first-child {
    left: 100px;
}
.services-home .services-content .services-card-list .service-card .service-info {
    width: 300px;
    padding-left: 20px;
}
.services-home .services-content .services-card-list .service-card .service-info > h3 {
    color: #000;
    font-size: 24px;
    margin-bottom: 10px;
}
.services-home .services-content .services-card-list .service-card .service-info p {
    color: #999;
    font-size: 16px;
    line-height: 26px;
}
.vector-bg {
    position: absolute;
    top: 3px;
    right: 0;
    width: 834px;
    height: 985px;
    background-image: url(../images/vector-bg1.png);
    background-repeat: no-repeat;
    z-index: -1;
}
.projects-sec {
    padding: 100px 0 117px;
}
.projects-sec-content .mile-projects {
    max-width: 402px;
}
.projects-sec-content .mile-projects.v1 {
    margin-top: 207px;
}
.projects-sec-content .mile-projects.v2 {
    max-width: 600px;
}
.projects-sec-content .mile-projects.v2 .mile-project {
    margin-bottom: 131px;
}
.projects-sec-content .mile-project {
    margin-bottom: 140px;
}
.projects-sec-content .mile-project .project-thumb {
    margin-bottom: 50px;
    border-radius: 1.25rem;
    overflow: hidden;
}
.projects-sec-content .mile-project .project-thumb > img {
    width: 100%;
    transition: all 0.75s ease-in-out;
}
.projects-sec-content .mile-project .project-thumb:hover > img {
    transform: scale(1.2) rotate(10deg);
}
.projects-sec-content .mile-project .project-info > span {
    display: block;
    color: #999;
    font-size: 16px;
    margin-bottom: 13px;
}
.projects-sec-content .mile-project .project-info > h2 {
    color: #000;
    font-size: 30px;
}
.projects-sec-content .mile-project .project-info > h2 a {
    display: inline-block;
    position: relative;
}
.projects-sec-content .mile-project .project-info > h2 a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #000;
    transition: all 0.4s ease-in-out;
}
.projects-sec-content .mile-project .project-info > h2:hover a:before {
    width: 100%;
}
.projects-sec-content .mile-project:last-child {
    margin-bottom: 0;
}
.section-title {
    margin-bottom: 100px;
}
.section-title > span {
    display: block;
    color: #ee9a30;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 45px;
    letter-spacing: 1px;
}
.section-title h2 {
    color: #000;
    font-size: 54px;
    line-height: 62px;
}
.testimonial-sec {
    padding: 100px 0 273px;
    background-image: url(../images/vector-bg3.png);
    background-repeat: no-repeat;
    background-position: 0 100%;
}
.testimonial-sec .section-title {
    margin-bottom: 62px;
}
.testimonial-sec .section-title > span {
    margin-bottom: 45px;
}
.testimonial-sec .testimonial-slider .testimo-slider {
    margin: 0 -50px;
}
.testimonial-sec .testimonial-slider .testimo-slider .col-lg-6 {
    padding: 0 50px;
}
.testimonial-sec .testimonial-slider .testimo-slider .slick-list {
    overflow: inherit;
}
.testimonial-sec .testimonial-slider .testimo-slider .testimonial-slide {
    background-color: #fff;
    -ms-box-shadow: hsla(203, 7%, 56%, 0.4) 2.125rem 2.125rem 5rem;
    box-shadow: 2.125rem 2.125rem 5rem hsla(203, 7%, 56%, 0.4);
    padding: 41px 50px 48px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}
.testimonial-sec .testimonial-slider .testimo-slider .testimonial-slide:before {
    content: "\eb65";
    font-family: lineicons;
    position: absolute;
    bottom: 59px;
    right: 60px;
    color: #f59e31;
    font-size: 47px;
}
.testimonial-sec .testimonial-slider .testimo-slider .testimonial-slide p {
    color: #666;
    font-size: 20px;
    line-height: 32px;
    font-style: italic;
    margin-bottom: 34px;
    max-width: 400px;
}
.testimonial-sec .testimonial-slider .testimo-slider .testimonial-slide .thmb-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.testimonial-sec .testimonial-slider .testimo-slider .testimonial-slide .thmb-row .thmb-info {
    padding-left: 20px;
}
.testimonial-sec .testimonial-slider .testimo-slider .testimonial-slide .thmb-row .thmb-info > h3 {
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 2px;
}
.testimonial-sec .testimonial-slider .testimo-slider .testimonial-slide .thmb-row .thmb-info span {
    display: block;
    color: #999;
    font-size: 16px;
}
.testimonial-sec .testimonial-slider .testimo-slider .testimonial-slide .thmb-row .thmb-info span em {
    font-style: italic;
    color: #06c;
}
.slick-slide.slick-cloned {
    opacity: 0;
}
.slick-next,
.slick-prev {
    z-index: 999999999;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #f5a035;
    top: -98px;
    text-transform: inherit;
    transition: all 0.4s ease-in-out;
}
.slick-next:before,
.slick-prev:before {
    font-family: lineicons;
    color: #f59e31;
    font-size: 24px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 60px;
    transition: all 0.4s ease-in-out;
}
.slick-next:hover,
.slick-prev:hover {
    background-color: #f59e31;
    -ms-box-shadow: hsla(33, 62%, 63%, 0.35) 0 1.25rem 3.125rem;
    box-shadow: 0 1.25rem 3.125rem hsla(33, 62%, 63%, 0.35);
}
.slick-next:hover:before,
.slick-prev:hover:before {
    color: #fff;
}
.slick-prev {
    left: auto;
    right: 70px;
}
.slick-prev:before {
    content: "\ea5a";
}
.slick-next {
    right: 0;
}
.slick-next:before {
    content: "\ea5c";
}
.team-sec {
    padding-bottom: 188px;
}
.team-sec .team-sec-content .team-thumb {
    position: relative;
}
.team-sec .team-sec-content .team-thumb:before {
    content: "";
    position: absolute;
    top: 30px;
    left: -20px;
    width: 620px;
    height: 504px;
    background-image: url(../images/circle-bg.png);
    background-repeat: no-repeat;
    z-index: -1;
}
.team-sec .team-sec-content .team-info {
    padding-left: 40px;
}
.team-sec .team-sec-content .team-info .section-title {
    margin-bottom: 39px;
}
.team-sec .team-sec-content .team-info p {
    margin-bottom: 72px;
    padding-right: 20px;
}
.featured-post-sec {
    margin-bottom: 150px;
}
.featured-post-sec .featured-post {
    background-color: #fbe9ec;
    padding: 82px 100px 78px;
    margin-bottom: 70px;
    border-radius: 30px;
}
.featured-post-sec .featured-post .featured-post-text {
    max-width: 420px;
}
.featured-post-sec .featured-post .featured-post-text > span {
    display: block;
    color: #999;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 26px;
}
.featured-post-sec .featured-post .featured-post-text > h2 {
    color: #000;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 24px;
}
.featured-post-sec .featured-post .featured-post-text p {
    color: #000;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 50px;
}
.featured-post-sec .featured-post .featured-post-text .btn-default {
    background-color: #fff;
    color: #f59e31;
}
.featured-post-sec .featured-post .featured-post-text .btn-default:hover {
    background-color: #f59e31;
    color: #fff;
}
.featured-post-sec .featured-post .vector-img img {
    max-width: 100%;
}
.featured-post-sec .mile-post {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 70px;
}

.featured-post-sec .mile-post .mile-thumb {
    width: 152px;
}
.featured-post-sec .mile-post .mile-thumb > img {
    width: 100%;
    border-radius: 10px;
}
.featured-post-sec .mile-post .mile-info {
    width: calc(100% - 152px);
    padding-left: 30px;
}
.featured-post-sec .mile-post .mile-info > span {
    display: block;
    color: #999;
    font-size: 16px;
    margin-bottom: 11px;
}
.featured-post-sec .mile-post .mile-info > h2 {
    color: #000;
    font-size: 22px;
    line-height: 30px;
}
.featured-post-sec .mile-post .mile-info > h2 a {
    display: inline-block;
}
.featured-post-sec .mile-post .mile-info > h2 a:hover {
    text-decoration: underline;
}
.sec-title {
    margin-bottom: 80px;
    margin-top: -14px;
}
.sec-title > h2 {
    color: #000;
    font-size: 64px;
    margin-bottom: 31px;
}
.sec-title > span {
    display: block;
    color: #666;
    font-size: 18px;
}
.sec-title.v2 > h2 {
    font-size: 48px;
    margin-bottom: 20px;
}
.contact-sec {
    /*padding: 100px 0 355px;*/
    padding: 100px 0;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.contact-sec:before {
    bottom: -2px;
    left: 0;
    width: 216px;
    height: 303px;
    background-image: url(../images/contact-bg.jpg);
}
.contact-sec:after,
.contact-sec:before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
	display:none;
}
.contact-sec:after {
    bottom: 0;
    right: 0;
    width: 869px;
    height: 340px;
    background-image: url(../images/contact-bg1.jpg);
}
.contact-sec .contact-form .row {
    margin: 0 -30px;
}
.contact-sec .contact-form .row .col-md-4,
.contact-sec .contact-form .row .col-md-12 {
    padding: 0 30px;
}
.contact-sec .contact-form .form-group {
    position: relative;
    margin-bottom: 64px;
    z-index: 999;
}
.contact-sec .contact-form .form-group input,
.contact-sec .contact-form .form-group textarea {
    width: 100%;
    color: #000;
    font-size: 18px;
    border: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    border-radius: 0;
    outline: none;
}
.contact-sec .contact-form .form-group input:focus ~ label,
.contact-sec .contact-form .form-group textarea:focus ~ label {
    top: -20px;
    font-size: 14px;
}
.contact-sec .contact-form .form-group input:focus,
.contact-sec .contact-form .form-group textarea:focus {
    border-bottom-color: #000;
}
.contact-sec .contact-form .form-group textarea {
    height: 200px;
    padding-bottom: 10px;
    vertical-align: middle;
}
.contact-sec .contact-form .form-group label {
    position: absolute;
    top: 0;
    left: 0;
    color: #999;
    font-size: 18px;
    transition: all 0.4s ease-in-out;
}
.contact-sec .contact-form .form-group label span {
    display: inline-block;
    color: red;
}
.contact-sec .contact-form .form-group label:focus {
    top: -20px;
    font-size: 14px;
}
footer .top-footer {
    padding: 156px 0 111px;
}
footer .top-footer .footer-content .ft-text {
    max-width: 500px;
    margin-top: -5px;
}
footer .top-footer .footer-content .ft-text p {
    color: #000;
    margin-bottom: 81px;
}
footer .top-footer .footer-content .ft-text .ft-form h4 {
    color: #000;
    font-size: 16px;
    margin-bottom: 23px;
}
footer .top-footer .footer-content .ft-text .ft-form form {
    position: relative;
}
footer .top-footer .footer-content .ft-text .ft-form form .input--makiko {
    background: #f2f4fa;
    border-radius: 30px;
    width: 100%;
}
footer .top-footer .footer-content .ft-text .ft-form form input {
    width: 100%;
    height: 60px;
    padding: 0 30px;
    border-radius: 30px;
    color: #666;
    font-size: 16px;
    border: 0;
}
footer .top-footer .footer-content .ft-text .ft-form form button {
    color: #f93;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: right;
    padding-top: 0;
    background: transparent;
    border: 0;
    top: 2px;
    right: 20px;
}
footer .top-footer .footer-content .ft-text .ft-form form button i {
    margin-left: 3px;
}
footer .top-footer .footer-content .get-touch-txt {
    max-width: 380px;
}
footer .top-footer .footer-content .get-touch-txt > span {
    display: block;
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 29px;
}
footer .top-footer .footer-content .get-touch-txt h3 {
    color: #000;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 47px;
}
footer .top-footer .footer-content .get-touch-txt h3 a {
    display: block;
}
footer .top-footer .footer-content .get-touch-txt ul li {
    margin-bottom: 15px;
}
footer .top-footer .footer-content .get-touch-txt ul li:last-child {
    margin-bottom: 0;
}
footer .top-footer .footer-content .get-touch-txt ul li a {
    display: block;
    color: #000;
    font-size: 16px;
}
footer .top-footer .footer-content .get-touch-txt ul li a:hover {
    color: #f59e31;
}
footer .bottom-footer {
    padding-top: 50px;
    padding-bottom: 50px;
}
footer .bottom-footer .cp-mile > img {
    display: inline-block;
}
footer .bottom-footer .cp-mile > p {
    display: inline-block;
    color: #999;
    font-size: 16px;
    line-height: 16px;
    margin-left: 21px;
    position: relative;
    top: 3px;
}
.social-links li {
    display: inline-block;
    margin-right: 23px;
}
.social-links li:last-child {
    margin-right: 0;
}
.social-links li a {
    display: inline-block;
    color: #999;
    font-size: 22px;
}
.social-links li a:hover {
    color: #f59e31;
}
.social-links.v2 li a:hover {
    color: #fe2525;
}
header.v2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 0;
}
header.v2 .container-fluid,
header.v2 .container-lg,
header.v2 .container-md,
header.v2 .container-sm,
header.v2 .container-xl {
    padding: 0 70px;
}
header.v2 .header-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
header.v2 .header-content nav {
    margin-left: auto;
}
header.v2 .header-content nav ul li {
    padding: 64px 25px;
    display: inline-block;
    position: relative;
}
header.v2 .header-content nav ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ea2339;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}
header.v2 .header-content nav ul li.active:before,
header.v2 .header-content nav ul li:hover:before {
    opacity: 1;
    visibility: visible;
}
header.v2 .header-content nav ul li > a {
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    transition: color 0.3s cubic-bezier(0.82, 0, 0.21, 1);
    overflow: hidden;
}
header.v2 .header-content nav ul li > a:after {
    content: attr(data-text);
    position: absolute;
    width: 0;
    transition: width 0.3s cubic-bezier(0.82, 0, 0.21, 1);
    color: #ea2339;
    z-index: 2;
    overflow: hidden;
    top: 0;
    font-weight: 700;
    left: 0;
}
header.v2 .header-content nav ul li > a:hover:after {
    width: 100%;
}
header.v2 .header-content nav ul li > a.active {
    color: #ea2339;
}
header.v2 .header-content nav ul li > a.active:before {
    opacity: 1;
    visibility: visible;
}
header.v2 .header-content nav ul li:last-child {
    padding-right: 0;
}
header.v2 .header-content nav ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin-top: -40px;
}
header.v2 .header-content nav ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 240px;
    margin-top: -60px;
    background-color: #fff;
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}
header.v2 .header-content nav ul ul ul {
    left: 100%;
    top: 0;
    margin: 0 !important;
}
header.v2 .header-content nav ul ul li {
    display: block;
    border-bottom: 1px solid #ccc;
    padding: 15px 10px;
}
header.v2 .header-content nav ul ul li:before {
    display: none;
}
header.v2 .header-content nav ul ul li:last-child {
    border-bottom: 0;
}
header.v2 .header-content nav ul ul li a {
    display: block;
    font-size: 14px;
}
header.v2 .header-content .nav-toggle-btn {
    margin-left: auto;
    margin-right: inherit;
    color: #000;
    margin-left: 187px;
}
.title-studio {
    color: #000;
    font-size: 60px;
    line-height: 60px;
    font-weight: 400;
    text-transform: uppercase;
    max-width: 495px;
    font-weight: 700;
}
.banner-text {
    max-width: 375px;
    margin-left: auto;
}
.banner-text > h3 {
    color: #000;
    font-size: 24px;
    line-height: 36px;
    font-style: italic;
    font-family: Libre Baskerville, serif;
    margin-bottom: 38px;
}
.banner-text p {
    color: #666;
    font-size: 16px;
    margin-bottom: 30px;
    margin-bottom: 59px;
}
.banner-text > a {
    display: inline-block;
    color: #fe2525;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.banner-text > a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fe2525;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}
.banner-text > a:hover:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.about-us-v2 {
    padding: 211px 0 160px;
}
.about-us-v2 .abt-nfo {
    margin-top: 96px;
}
.about-us-v2 .abt-nfo .abt-img {
    width: 372px;
}
.about-us-v2 .abt-nfo .abt-img > img {
    width: 100%;
    object-fit: cover;
}
.about-us-v2 .abt-nfo .abt-info {
    padding-left: 130px;
}
.about-us-v2 .abt-nfo .abt-info h3 {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 9px;
    max-width: 140px;
    line-height: 28px;
}
.about-us-v2 .abt-nfo .abt-info > span {
    text-transform: uppercase;
    color: #999;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 36px;
    display: block;
}
.about-us-v2 .abot-text > h2 {
    color: #000;
    font-size: 60px;
    line-height: 60px;
    text-transform: uppercase;
    margin-bottom: 74px;
    max-width: 210px;
}
.about-us-v2 .abot-text p {
    color: #666;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 45px;
}
.about-us-v2 .abot-text .link2 {
    border-bottom: 1px solid #fe2525;
}
.about-us-v2 .abot-text .link2,
.link3 {
    display: inline-block;
    color: #fe2525;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.abt-v3-sec {
    padding-bottom: 150px;
}
.abt-v3-sec .abt-v3-content .abt-v-text {
    width: 300px;
    padding-left: 100px;
    padding-right: 40px;
}
.abt-v3-sec .abt-v3-content .abt-v-text > h3 {
    color: #000;
    font-size: 20px;
    margin-bottom: 9px;
    line-height: 28px;
    text-transform: uppercase;
    max-width: 100%;
}
.abt-v3-sec .abt-v3-content .abt-v-text > span {
    text-transform: uppercase;
    display: block;
    color: #999;
    font-size: 18px;
    text-transform: capitalize;
}
.section-title-v2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 107px;
}
.section-title-v2.w-100 h2 {
    width: 700px;
}
.section-title-v2 > h2 {
    color: #000;
    font-size: 60px;
    line-height: 60px;
    width: 510px;
    text-transform: uppercase;
    padding-right: 100px;
}
.section-title-v2 p {
    width: calc(100% - 510px);
    color: #666;
    font-size: 18px;
    line-height: 34px;
}
.section-title-v2 p span {
    color: #fe2525;
    display: inline-block;
    position: relative;
    font-weight: 500;
}
.section-title-v2 p span:before {
    content: "";
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fe2525;
}
.what-we-do-v2 {
    padding: 90px 0 160px;
}
.what-we-do-v2 .what-we-do-content .wed-img {
    width: 370px;
    margin-top: 89px;
}
.what-we-do-v2 .what-we-do-content .wed-img img {
    width: 100%;
    -ms-box-shadow: -50px 20px 80px rgba(0, 0, 0, 0.2);
    box-shadow: -50px 20px 80px rgba(0, 0, 0, 0.2);
}
.what-we-do-v2 .what-we-do-content .mile-sz {
    padding-left: 91px;
}
.what-we-do-v2 .what-we-do-content .sz-list {
    margin-bottom: 72px;
}
.what-we-do-v2 .what-we-do-content .sz-list h3 {
    color: #000;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
    max-width: 190px;
    text-transform: uppercase;
}
.what-we-do-v2 .what-we-do-content .sz-list ul li {
    display: block;
    margin-bottom: 11px;
    position: relative;
    padding-left: 16px;
    transition: all 0.4s ease-in-out;
}
.what-we-do-v2 .what-we-do-content .sz-list ul li a {
    text-transform: capitalize;
    display: block;
    font-weight: 500;
    color: #000;
    font-size: 18px;
}
.what-we-do-v2 .what-we-do-content .sz-list ul li a:hover {
    color: #fe2525;
}
.what-we-do-v2 .what-we-do-content .sz-list ul li:before {
    content: "+";
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    color: #000;
}
.what-we-do-v2 .what-we-do-content .sz-list ul li:last-child {
    margin-bottom: 0;
}
.link-btn {
    display: inline-block;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    transition: color 0.3s cubic-bezier(0.82, 0, 0.21, 1);
}
.link-btn,
.link-btn:after {
    font-weight: 700;
    overflow: hidden;
}
.link-btn:after {
    content: attr(data-text);
    position: absolute;
    width: 0;
    transition: width 0.3s cubic-bezier(0.82, 0, 0.21, 1);
    color: #fe2525;
    z-index: 2;
    top: 0;
    left: 0;
}
.link-btn:hover:after {
    width: 100%;
}
.latest-projects-v2 {
    padding-bottom: 201px;
}
.latest-projects-v2 .section-title-v2 {
    -ms-flex-align: start;
    align-items: flex-start;
}
.latest-projects-v2 .section-title-v2 p {
    width: 500px;
    margin-left: auto;
    color: #000;
}
.latest-projects-v2 .projects-slider .project-slide .project-thumb {
    margin-bottom: 42px;
    position: relative;
}
.latest-projects-v2 .projects-slider .project-slide .project-thumb > img {
    width: 100%;
}
.latest-projects-v2 .projects-slider .project-slide .project-info > span {
    display: block;
    color: #999;
    font-size: 16px;
    margin-bottom: 6px;
}
.latest-projects-v2 .projects-slider .project-slide .project-info > h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 30px;
}
.latest-projects-v2 .projects-slider .project-slide .project-info > h2:hover {
    color: #fe2525;
}
.pls-btn {
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: #fe2525;
    font-size: 30px;
    text-align: center;
}
.pls-btn,
.pls-btn:hover {
    color: #fff;
}
.stories-sec-v2 {
    height: 1270px;
    background-image: url(../images/large-bg.jpg);
    background-repeat: no-repeat;
    position: relative;
}
.stories-sec-v2 .testi-sec-v2 {
    max-width: 1140px;
    background-color: #fff;
    padding-bottom: 194px;
}
.stories-sec-v2 .testi-sec-v2 .mile-slider-sec {
    max-width: 680px;
}
.stories-sec-v2 .testi-sec-v2 .testi-slider-v2 {
    max-width: 370px;
    margin-left: auto;
}
.stories-sec-v2 .testi-sec-v2 .testi-slider-v2 .testi-slide-v2 > img {
    margin-bottom: 37px;
}
.stories-sec-v2 .testi-sec-v2 .testi-slider-v2 .testi-slide-v2 p {
    color: #000;
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 31px;
}
.stories-sec-v2 .testi-sec-v2 .testi-slider-v2 .testi-slide-v2 h3 {
    color: #000;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 6px;
    text-transform: capitalize;
}
.stories-sec-v2 .testi-sec-v2 .testi-slider-v2 .testi-slide-v2 > span {
    display: block;
    color: #999;
    font-size: 18px;
}
.stories-sec-v2 .testi-sec-v2 .testi-slider-v2 .testi-slide-v2 > span a {
    display: inline-block;
    color: #fe2525;
}
.stories-sec-v2 .testi-sec-v2 .testi-slider-v2 .slick-next,
.stories-sec-v2 .testi-sec-v2 .testi-slider-v2 .slick-prev {
    width: auto;
    height: auto;
    bottom: -99px;
    left: 0;
    border: 0;
    top: auto;
    transform: inherit;
}
.stories-sec-v2 .testi-sec-v2 .testi-slider-v2 .slick-next:before,
.stories-sec-v2 .testi-sec-v2 .testi-slider-v2 .slick-prev:before {
    font-family: lineicons;
    color: #999;
    font-size: 24px;
}
.stories-sec-v2 .testi-sec-v2 .testi-slider-v2 .slick-next:hover:before,
.stories-sec-v2 .testi-sec-v2 .testi-slider-v2 .slick-prev:hover:before {
    color: #222;
}
.stories-sec-v2 .testi-sec-v2 .testi-slider-v2 .slick-next {
    left: 42px;
}
.stories-sec-v2 .testi-sec-v2 .testi-slider-v2 .slick-next:before {
    content: "\ea1e";
}
.stories-sec-v2 .testi-sec-v2 .testi-slider-v2 .slick-prev {
    left: 0;
}
.stories-sec-v2 .testi-sec-v2 .testi-slider-v2 .slick-prev:before {
    content: "\ea1c";
}
.stories-sec-v2 .vid-sec {
    position: absolute;
    bottom: -175px;
    right: 0;
    width: 100%;
}
.stories-sec-v2 .vid-sec .video-sec {
    float: right;
    position: relative;
}
.stories-sec-v2 .vid-sec .video-sec .play-btnn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease-in-out;
}
.stories-sec-v2 .vid-sec .video-sec .play-btnn:hover {
    transform: scale(1.1) translate(-50%, -50%);
}
.clearfix {
    clear: both;
}
.partners-sec-v2 {
    padding: 291px 0 217px;
}
.partners-sec-v2 .section-title-v2 {
    margin-bottom: 163px;
}
.partners-sec-v2 .partner-row1 p {
    max-width: 460px;
    font-size: 20px;
    line-height: 34px;
}
.partners-sec-v2 .partner-row1 .mile-quote {
    max-width: 370px;
    margin-left: auto;
}
.partners-sec-v2 .partner-row1 .mile-quote p {
    color: #000;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 22px;
}
.partners-sec-v2 .partner-row1 .mile-quote h4 {
    color: #999;
    font-size: 18px;
}
.partners-sec-v2 .partner-row1 .mile-quote h4 span {
    display: inline-block;
    color: #fe2525;
}
.partners-sec-v2 .partner-row1 .pt-list {
    margin-top: 140px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: -60px;
}
.partners-sec-v2 .partner-row1 .pt-list li {
    margin-bottom: 60px;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    text-align: center;
}
.partners-sec-v2 .partner-row1 .pt-list li img {
    filter: grayscale(100%);
    opacity: 0.5;
    transition: all 0.4s ease-in-out;
}
.partners-sec-v2 .partner-row1 .pt-list li:hover img {
    opacity: 1;
    filter: grayscale(0);
}
.mega-title {
    margin-bottom: 69px;
}
.mega-title h2 {
    color: #f4f7fd;
    font-size: 130px;
    text-transform: uppercase;
    line-height: 130px;
}
.mega-title.v2 {
    margin-bottom: 39px;
}
.mega-title.v2 h2 {
    max-width: 880px;
    float: right;
}
.blog-v2-section {
    padding: 0 0 100px;
}
.blog-v2-section .blog-v2-items .link3 {
    margin-top: 148px;
}
.blog-v2-section .blog-v2-items .row {
    margin: 0 -40px;
}
.blog-v2-section .blog-v2-items .row .col-lg-4 {
    padding: 0 40px;
}
.blog-v2-section .blog-v2-items .blog-v2-item.active-center {
    margin-top: 215px;
}
.blog-v2-section .blog-v2-items .blog-v2-item .blog-v2-thumbnail {
    margin-bottom: 42px;
    position: relative;
}
.blog-v2-section .blog-v2-items .blog-v2-item .blog-v2-thumbnail .pls-btn {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.8);
}
.blog-v2-section .blog-v2-items .blog-v2-item:hover .blog-v2-thumbnail .pls-btn {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.blog-v2-section .blog-v2-items .blog-v2-item .blog-v2-info > h2 {
    color: #000;
    font-size: 22px;
    line-height: 32px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 400;
}
.blog-v2-section .blog-v2-items .blog-v2-item .blog-v2-info > h2:hover {
    color: #fe2525;
}
.blog-v2-section .blog-v2-items .blog-v2-item .blog-v2-info .meta li {
    display: inline-block;
    margin-right: 15px;
}
.blog-v2-section .blog-v2-items .blog-v2-item .blog-v2-info .meta li:last-child {
    margin-right: 0;
}
.blog-v2-section .blog-v2-items .blog-v2-item .blog-v2-info .meta li .category {
    display: inline-block;
    color: #000;
    font-size: 18px;
    position: relative;
}
.blog-v2-section .blog-v2-items .blog-v2-item .blog-v2-info .meta li .category:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #101010;
}
.blog-v2-section .blog-v2-items .blog-v2-item .blog-v2-info .meta li a {
    display: inline-block;
    color: #999;
    font-size: 16px;
}
.custom-container {
    max-width: 1670px;
    margin: 0 auto;
    padding: 0 15px;
}
.contact-v2-sec {
    padding: 181px 0 200px;
}
.contact-v2-sec .contact-v2-content {
    max-width: 970px;
    margin: 0 auto;
}
.contact-v2-sec .contact-v2-content > h2 {
    color: #000;
    font-size: 52px;
    line-height: auto;
    margin-bottom: 77px;
    text-transform: uppercase;
    line-height: 65px;
}
.contact-v2-sec .contact-v2-content p {
    color: #000;
    font-size: 20px;
    line-height: 34px;
    max-width: 780px;
    margin: 0 auto;
    margin-bottom: 43px;
}
.contact-v2-sec .contact-v2-content .contact-ddd > strong {
    display: inline-block;
    color: #fe2525;
    font-size: 24px;
    margin-right: 45px;
}
.contact-v2-sec .contact-v2-content .contact-ddd > a {
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    top: -6px;
}
.contact-v2-sec .contact-v2-content .contact-ddd > a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
}
.footer-v2 .ft-widget-one {
    background-color: #f4f7fd;
    padding: 120px 0 100px;
}
.footer-v2 .ft-widget-one .ft-widget-one-content {
    max-width: 600px;
    margin-left: auto;
    padding-right: 130px;
}
.footer-v2 .ft-widget-one .ft-widget-one-content .ft-logo {
    margin-bottom: 126px;
}
.footer-v2 .ft-widget-one .ft-widget-one-content .ft-newsletter > span {
    display: block;
    color: #000;
    font-size: 18px;
    margin-bottom: 19px;
}
.footer-v2 .ft-widget-one .ft-widget-one-content .ft-newsletter form {
    position: relative;
    margin-bottom: 137px;
}
.footer-v2 .ft-widget-one .ft-widget-one-content .ft-newsletter form input {
    width: 100%;
    color: #999;
    font-size: 18px;
    height: 60px;
    padding: 0 80px 0 30px;
    background-color: #fff;
    border: 0;
}
.footer-v2 .ft-widget-one .ft-widget-one-content .ft-newsletter form button {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #fe2525;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 6px;
    color: #fff;
}
.footer-v2 .ft-widget-one .ft-widget-one-content .ft-newsletter .copyright-text {
    color: #999;
    font-size: 16px;
}
.footer-v2 .ft-widget-one .ft-widget-one-content .ft-newsletter .copyright-text strong {
    font-weight: 700;
    color: #000;
}
.footer-v2 .fl-widget-two {
    background-color: #fff;
    padding: 120px 0 0;
    height: 100%;
}
.footer-v2 .fl-widget-two .fl-widget-two-content {
    max-width: 600px;
    padding-left: 170px;
}
.footer-v2 .fl-widget-two .fl-widget-two-content > span {
    display: block;
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 29px;
}
.footer-v2 .fl-widget-two .fl-widget-two-content > h2 {
    color: #000;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 45px;
}
.footer-v2 .fl-widget-two .fl-widget-two-content .ft-links-mile {
    margin-bottom: 102px;
}
.footer-v2 .fl-widget-two .fl-widget-two-content .ft-links-mile li {
    margin-bottom: 11px;
}
.footer-v2 .fl-widget-two .fl-widget-two-content .ft-links-mile li:last-child {
    margin-bottom: 0;
}
.footer-v2 .fl-widget-two .fl-widget-two-content .ft-links-mile li a {
    display: block;
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
}
.footer-v2 .fl-widget-two .fl-widget-two-content .ft-links-mile li a:hover {
    color: #fe2525;
}
.logo img,
.rep-logo img,
.ft-logo img,
.cp-mile img,
.header-content-v8 img,
.rep-header img {
    width: 84px;
}

.header-v3 {
    padding: 55px 0;
}
.header-v3 .container {
    max-width: 100%;
    padding: 0 70px;
}
.header-v3 .header-content {
    -ms-flex-align: center;
    align-items: center;
}
.header-v3 .header-content .logo {
    width: 305px;
    position: relative;
    top: -2px;
}
.header-v3 .header-content .head-cat {
    width: 300px;
    position: relative;
    top: -4px;
    padding-left: 30px;
}
.header-v3 .header-content .head-cat > span {
    display: inline-block;
    color: #999;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.header-v3 .header-content .hd-links {
    position: relative;
    top: -6px;
}
.header-v3 .header-content .hd-links li {
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 27px;
    position: relative;
}
.header-v3 .header-content .hd-links li:before {
    content: "/";
    position: absolute;
    top: 0;
    left: 100%;
    color: #ccc;
    font-size: 14px;
}
.header-v3 .header-content .hd-links li:last-child {
    padding-right: 0;
}
.header-v3 .header-content .hd-links li:last-child:before {
    display: none;
}
.header-v3 .header-content .nav-toggle-btn {
    margin-left: auto;
    cursor: pointer;
}
.main-banner-v3 {
    padding: 30px 0;
}
.main-banner-v3 .container {
    max-width: 1370px;
    margin: 0 auto;
}
.main-banner-v3 .banner-txt > h2 {
    color: #000;
    font-size: 80px;
    line-height: 80px;
    margin-bottom: 32px;
    text-transform: capitalize;
}
.main-banner-v3 .banner-txt > span {
    display: block;
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 47px;
}
.main-banner-v3 .banner-txt p {
    color: #999;
    max-width: 380px;
    margin-bottom: 102px;
}
.btn-default3 {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    background-color: #3b394a;
    border-radius: 15px;
    padding: 0 30px;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    border: 1px solid transparent;
}
.btn-default3:hover {
    color: #3b394a;
    background-color: inherit;
    border-color: #3b394a;
}
.vls-sections {
    padding: 119px 0 172px;
}
.vls-sections .mile-vl-sec {
    margin-bottom: 100px;
    position: relative;
}
.vls-sections .mile-vl-sec:nth-child(2n) {
    left: -8%;
}
.vls-sections .mile-vl-sec:last-child {
    margin-bottom: 0;
}
.vls-sections .mile-vl-sec .container {
    max-width: 1500px;
    padding: 0 15px;
}
.vls-sections .mile-vl-sec .mile-vl-sec-details {
    background: url(../images/bg3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 150px 107px;
    border-radius: 30px;
}
.vls-sections .mile-vl-sec .mile-vl-sec-details .mile-vl-dt {
    max-width: 310px;
}
.vls-sections .mile-vl-sec .mile-vl-sec-details .mile-vl-dt > .vl-icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 84px;
    border-radius: 50%;
    text-align: center;
    margin-bottom: 37px;
}
.vls-sections .mile-vl-sec .mile-vl-sec-details .mile-vl-dt > .vl-icon.clr1 {
    background-color: #f8d9b3;
}
.vls-sections .mile-vl-sec .mile-vl-sec-details .mile-vl-dt > .vl-icon.clr2 {
    background-color: #d8f2f9;
}
.vls-sections .mile-vl-sec .mile-vl-sec-details .mile-vl-dt > .vl-icon.clr3 {
    background-color: #d5e1ff;
}
.vls-sections .mile-vl-sec .mile-vl-sec-details .mile-vl-dt > .vl-icon i {
    color: #000;
    font-size: 32px;
}
.vls-sections .mile-vl-sec .mile-vl-sec-details .mile-vl-dt > h3 {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 13px;
}
.vls-sections .mile-vl-sec .mile-vl-sec-details .mile-vl-dt p {
    color: #666;
    margin-bottom: 60px;
}
.vls-sections .mile-vl-sec .mile-vl-sec-details .mile-vl-dt > a {
    display: inline-block;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.vls-sections .mile-vl-sec .mile-vl-sec-details.v2 {
    background-image: url(../images/bg4.jpg);
    position: relative;
    left: -9%;
}
.vls-sections .mile-vl-sec .mile-vl-sec-details.v2 .mile-vl-dt {
    float: right;
}
.vls-sections .mile-vl-sec .mile-vl-sec-details.v3 {
    background-image: url(../images/bg5.jpg);
}
.section-title-v3 {
    margin-bottom: 77px;
}
.section-title-v3 > h2 {
    font-size: 60px;
    text-transform: capitalize;
    margin-bottom: 22px;
    color: #000;
}
.section-title-v3 > span {
    display: block;
    color: #999;
    font-size: 18px;
}
.clients-sec-v3 {
    padding-bottom: 164px;
}
.clients-sec-v3 .client-works {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -25px 100px;
}
.clients-sec-v3 .client-works .col-m-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 25px;
}
.clients-sec-v3 .client-works .col-m-2 .cl-imag > img {
    width: 100%;
}
.clients-sec-v3 .counter-sec {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.clients-sec-v3 .counter-sec li {
    margin-right: 78px;
}
.clients-sec-v3 .counter-sec li:last-child {
    margin-right: 0;
}
.clients-sec-v3 .counter-sec li .count-dv {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.clients-sec-v3 .counter-sec li .count-dv > h2 {
    color: #000;
    font-size: 60px;
}
.clients-sec-v3 .counter-sec li .count-dv > span {
    display: inline-block;
    color: #999;
    font-size: 18px;
    line-height: 24px;
    max-width: 100px;
    padding-left: 22px;
    max-width: calc(100% - 108px);
}
.works-v3-sec .work-projects .container {
    max-width: 1810px;
    padding: 0 15px;
}
.works-v3-sec .work-projects .work-slide {
    position: relative;
}
.works-v3-sec .work-projects .work-slide > img {
    width: 100%;
    border-radius: 20px;
}
.works-v3-sec .work-projects .work-slide .wkr-txt {
    position: absolute;
    top: 30px;
    left: 0;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 99;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 100px;
}
.works-v3-sec .work-projects .work-slide .wkr-txt > h3 {
    display: inline-block;
    color: #000;
    font-size: 40px;
    text-transform: capitalize;
}
.works-v3-sec .work-projects .work-slide .wkr-txt > span {
    margin-left: auto;
    display: inline-block;
    color: #666;
    font-size: 16px;
}
.works-v3-sec .work-projects .work-slider {
    margin: 0 -35px;
}
.works-v3-sec .work-projects .work-slider .slick-dots {
    display: none !important;
}
.works-v3-sec .work-projects .work-slider .col-lg-6 {
    padding: 0 35px;
}
.works-v3-sec .work-projects .work-slider .slick-next,
.works-v3-sec .work-projects .work-slider .slick-prev {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    top: -112px;
    border-radius: 10px;
}
.works-v3-sec .work-projects .work-slider .slick-next:hover,
.works-v3-sec .work-projects .work-slider .slick-prev:hover {
    background-color: #f2f5f7;
    -ms-box-shadow: inherit;
    box-shadow: inherit;
    border-color: transparent;
}
.works-v3-sec .work-projects .work-slider .slick-next:hover:before,
.works-v3-sec .work-projects .work-slider .slick-prev:hover:before {
    color: #000;
}
.works-v3-sec .work-projects .work-slider .slick-next:before,
.works-v3-sec .work-projects .work-slider .slick-prev:before {
    color: #ccc;
    font-size: 18px;
    line-height: 45px;
}
.works-v3-sec .work-projects .work-slider .slick-prev {
    right: 95px;
}
.works-v3-sec .work-projects .work-slider .slick-next {
    right: 35px;
}
.testi-v3-sec {
    padding: 174px 0 150px;
}
.testi-v3-sec .testi-v3-slider .testi-v3-slide .t-icon {
    display: block;
    color: #ccc;
    font-size: 86px;
    margin-bottom: 13px;
}
.testi-v3-sec .testi-v3-slider .testi-v3-slide p {
    color: #000;
    font-size: 30px;
    line-height: 42px;
    margin-bottom: 60px;
}
.testi-v3-sec .testi-v3-slider .testi-v3-slide > h3 {
    color: #000;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.testi-v3-sec .testi-v3-slider .testi-v3-slide > span {
    display: block;
    color: #999;
    font-size: 14px;
}
.work-inquiry-sec {
    padding: 58px 0 100px;
}
.work-inquiry-sec .work-inquery {
    background-image: url(../images/bg6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 84px 100px 96px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px;
    position: relative;
}
.work-inquiry-sec .work-inquery:before {
    content: "";
    position: absolute;
    top: -120px;
    left: 100px;
    width: 140px;
    height: 130px;
    background-image: url(../images/shape.png);
    background-repeat: no-repeat;
}
.work-inquiry-sec .work-inquery .inqu-text > h3 {
    color: #000;
    font-size: 60px;
    text-transform: capitalize;
    margin-bottom: 22px;
}
.work-inquiry-sec .work-inquery .inqu-text > span {
    display: block;
    color: #666;
    font-size: 18px;
}
.work-inquiry-sec .work-inquery .inq-btn {
    margin-left: auto;
    position: relative;
    top: -6px;
}
.work-inquiry-sec .work-inquery .inq-btn .btn-default3 {
    background-color: #ed5a42;
}
.work-inquiry-sec .work-inquery .inq-btn .btn-default3:hover {
    background-color: #3b394a;
    color: #fff;
    border-color: transparent;
}
.stay-touch-sec {
    padding: 82px 0;
}
.stay-touch-sec .txh-text > h3 {
    color: #000;
    font-size: 26px;
    text-transform: capitalize;
    margin-bottom: 48px;
}
.stay-touch-sec .txh-text > h4 {
    color: #999;
    font-size: 20px;
    margin-bottom: 3px;
}
.stay-touch-sec .txh-text > h2 {
    color: #000;
    font-size: 40px;
    font-weight: 400;
    margin-bottom: 10px;
}
.stay-touch-sec .txh-text > span {
    display: block;
    color: #000;
    font-size: 20px;
}
.stay-touch-sec .txh-text .social-linkss {
    margin-top: 81px;
}
.stay-touch-sec .txh-text .social-linkss li {
    display: inline-block;
    margin-right: 33px;
}
.stay-touch-sec .txh-text .social-linkss li:last-child {
    margin-right: 0;
}
.stay-touch-sec .txh-text .social-linkss li a {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    font-size: 36px;
    line-height: 78px;
}
.stay-touch-sec .txh-text .social-linkss li a.dribble {
    background-color: #fbeff4;
    color: #ef357c;
}
.stay-touch-sec .txh-text .social-linkss li a.behance {
    background-color: #eff4fb;
    color: #0055e2;
}
.stay-touch-sec .txh-text .social-linkss li a.instagram {
    background-color: #f4eefb;
    color: #8805d4;
}
.footer-v3 {
    padding: 49px 0 0;
}
.footer-v3 .container {
    max-width: 100%;
    padding: 0 70px;
}
.footer-v3 .footer-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 67px;
}
.footer-v3 .footer-content .ft-logo {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.footer-v3 .footer-content .nav-btm-links {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
}
.footer-v3 .footer-content .nav-btm-links li {
    display: inline-block;
    margin-right: 30px;
}
.footer-v3 .footer-content .nav-btm-links li:last-child {
    margin-right: 0;
}
.footer-v3 .footer-content .nav-btm-links li a {
    display: inline-block;
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.footer-v3 .footer-content .nav-btm-links li a:hover {
    color: #000;
}
.footer-v3 .footer-content .cpy-text {
    margin-left: auto;
}
.footer-v3 .footer-content .cpy-text p {
    color: #000;
    font-size: 14px;
    line-height: 14px;
    text-align: right;
    text-transform: uppercase;
}
.footer-v3 .btm-shape > img {
    width: 100%;
}
.header-v5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 44px 0;
}
.header-v5 .container {
    max-width: 100%;
    padding: 0 15px;
}
.header-v5 .header-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.header-v5 .header-content .logo {
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    max-width: 250px;
}
.header-v5 .header-content .cate-lg {
    -ms-flex: 0 0 160px;
    flex: 0 0 160px;
    max-width: 160px;
    margin-top: 7px;
}
.header-v5 .header-content .cate-lg span {
    display: block;
    color: #666;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}
.header-v5 .header-content nav {
    padding-left: 78px;
    margin-top: 7px;
}
.header-v5 .header-content nav ul li {
    display: inline-block;
    padding: 0 26px;
    position: relative;
}
.header-v5 .header-content nav ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 6px;
    height: 6px;
    background-color: #ccc;
    border-radius: 50%;
    transform: translateY(-50%);
}
.header-v5 .header-content nav ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.header-v5 .header-content nav ul li:last-child {
    padding-right: 0;
}
.header-v5 .header-content nav ul li:last-child:before {
    display: none;
}
.header-v5 .header-content nav ul li a {
    display: inline-block;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
}
.header-v5 .header-content nav ul li a.active,
.header-v5 .header-content nav ul li a:hover {
    color: #000;
    font-weight: 700;
}
.header-v5 .header-content nav ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 240px;
    background-color: #fff;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    margin-top: 25px;
    z-index: 9999;
}
.header-v5 .header-content nav ul li ul ul {
    left: 100%;
    top: 0;
}
.header-v5 .header-content nav ul li ul li {
    display: block;
    padding: 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}
.header-v5 .header-content nav ul li ul li:before {
    display: none;
}
.header-v5 .header-content nav ul li ul li:last-child {
    border-bottom: 0;
}
.header-v5 .header-content nav ul li ul li a {
    padding: 15px;
}
.header-v5 .header-content nav ul li ul li a:after,
.header-v5 .header-content nav ul li ul li a:before {
    display: none;
}
.header-v5 .header-content .search-hd {
    margin-left: 100px;
}
.header-v5 .header-content .search-hd > a {
    display: inline-block;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
}
.header-v5 .header-content .search-hd > a:hover {
    color: #ee534f;
}
.header-v5 .header-content .search-hd > a i {
    margin-left: 13px;
    font-size: 24px;
    position: relative;
    top: 1px;
}
.social-header {
    margin-left: auto;
    margin-top: 7px;
}
.social-header li {
    display: inline-block;
    margin-right: 26px;
}
.social-header li:last-child {
    margin-right: 0;
}
.social-header li a {
    display: inline-block;
    color: #666;
    font-size: 18px;
}
.social-header li a:hover {
    color: #000;
}
.main-banner-v5 {
    background-color: #e8ecef;
    padding: 148px 0 0;
}
.main-banner-v5 .container {
    max-width: 1290px;
}
.main-banner-v5 .main-banner-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.main-banner-v5 .main-banner-content .main-banner-txt {
    max-width: 670px;
    margin-top: 96px;
}
.main-banner-v5 .main-banner-content .main-banner-txt > h2 {
    color: #000;
    font-size: 60px;
    line-height: 72px;
    font-weight: 400;
    margin-bottom: 47px;
}
.main-banner-v5 .main-banner-content .main-banner-txt > h2 span {
    display: inline-block;
    color: #ee534f;
    position: relative;
}
.main-banner-v5 .main-banner-content .main-banner-txt > h2 span:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ee534f;
}
.main-banner-v5 .main-banner-content .main-banner-txt > h2 > b {
    position: relative;
    display: inline-block;
}
.main-banner-v5 .main-banner-content .main-banner-txt > h2 > b:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
}
.main-banner-v5 .main-banner-content .main-banner-txt p {
    color: #000;
    max-width: 520px;
    margin-bottom: 61px;
}
.main-banner-v5 .main-banner-content .main-banner-txt > a {
    display: inline-block;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    border-bottom: 1px solid #1d1d20;
    padding-bottom: 10px;
}
.main-banner-v5 .main-banner-content .main-banner-txt > a i {
    margin-right: 12px;
    position: relative;
    top: 2px;
    font-weight: 400;
}
.main-banner-v5 .main-banner-content .main-banner-txt > a:hover {
    color: #ee534f;
    border-color: #ee534f;
}
.main-banner-v5 .main-banner-content .ban-img {
    margin-left: auto;
}
.main-content-v5 .container-fluid,
.main-content-v5 .container-lg,
.main-content-v5 .container-md,
.main-content-v5 .container-sm,
.main-content-v5 .container-xl {
    max-width: 1550px;
    padding: 0 15px;
}
.main-content-v5 .main-content-v5-sections {
    background-color: #fff;
}
.main-content-v5 .main-content-v5-sections .container {
    max-width: 1200px;
    padding: 0 15px;
}
.featured-posts-sec-v5 {
    padding: 140px 0 100px;
    border-bottom: 1px solid #ececec;
}
.featured-posts-sec-v5 .sc-title {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
    margin-bottom: 75px;
}
.featured-posts-sec-v5 .sc-title:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #000;
}
.featured-posts-sec-v5 .featured-products-sec .row {
    margin: 0 -45px;
}
.featured-posts-sec-v5 .featured-products-sec .row .col-lg-4 {
    padding: 0 45px;
}
.featured-posts-sec-v5 .featured-products-sec .featured-product .featured-thumbnail {
    margin-bottom: 37px;
}
.featured-posts-sec-v5 .featured-products-sec .featured-product .featured-info > span {
    display: block;
    color: #ee534f;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 9px;
}
.featured-posts-sec-v5 .featured-products-sec .featured-product .featured-info > h2 {
    font-size: 30px;
    line-height: 37px;
    color: #000;
    margin-bottom: 27px;
    font-weight: 500;
}
.featured-posts-sec-v5 .featured-products-sec .featured-product .featured-info > h2:hover {
    color: #ee534f;
}
.featured-posts-sec-v5 .featured-products-sec .featured-product .featured-info .meta li {
    display: inline-block;
    color: #666;
    font-size: 14px;
    margin-right: 26px;
}
.featured-posts-sec-v5 .featured-products-sec .featured-product .featured-info .meta li:last-child {
    margin-right: 0;
}
.featured-posts-sec-v5 .featured-products-sec .featured-product .featured-info .meta li i {
    font-size: 18px;
    margin-right: 6px;
    position: relative;
    top: 2px;
}
.mile-posts-content {
    padding: 120px 0 160px;
}
.mile-pst-collection {
    max-width: 770px;
    padding-bottom: 120px;
    background: #fff;
}
.mile-pst-collection .mile-post {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ececec;
    padding: 10px 0;
    position: relative;
}
.mile-pst-collection .mile-post.v2 > .mile-post-info {
    position: absolute;
    bottom: 50%;
    left: 0;
    width: 100%;
    z-index: 9;
    transform: translateY(50%);
}
.mile-pst-collection .mile-post.v2 .mile-post-info-v2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    padding: 0 45px;
    max-width: 340px;
}
.mile-pst-collection .mile-post.v2 .mile-post-info-v2 > h2 {
    color: #666;
    font-size: 26px;
    font-weight: 400;
    line-height: 34px;
    margin-bottom: 27px;
}
.mile-pst-collection .mile-post.v2 .mile-post-info-v2 > h2 strong {
    font-weight: 700;
    color: #000;
}
.mile-pst-collection .mile-post.v2 .mile-post-info-v2 > span {
    display: block;
    color: #000;
    font-size: 16px;
}
.mile-pst-collection .mile-post.v2 .mile-post-info-v2 > span strong {
    color: #ee534f;
    font-size: 20px;
    display: inline-block;
    font-weight: 700;
}
.mile-pst-collection .mile-post:first-child {
    padding-top: 0;
}
.mile-pst-collection .mile-post:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.mile-pst-collection .mile-post .mile-post-thumbnail {
    max-width: 270px;
}
.mile-pst-collection .mile-post .mile-post-info {
    max-width: calc(100% - 270px);
    padding-left: 60px;
    padding-right: 60px;
}
.mile-pst-collection .mile-post .mile-post-info .category,
.mile-pst-collection .mile-post .mile-post-info .posted-on {
    display: block;
    color: #666;
    font-size: 14px;
}
.mile-pst-collection .mile-post .mile-post-info .category {
    text-transform: uppercase;
    margin-bottom: 6px;
}
.mile-pst-collection .mile-post .mile-post-info h2 {
    color: #000;
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 20px;
    font-weight: 500;
    margin-top: 21px;
    margin-bottom: 36px;
}
.mile-pst-collection .mile-post .mile-post-info h2:hover {
    color: #ee534f;
}
.mile-pst-collection .mile-post .mile-post-info > a {
    display: inline-block;
    color: #000;
    font-size: 14px;
}
.mile-pst-collection .mile-post .mile-post-info > a:hover {
    color: #ee534f;
}
.mile-pst-collection .mile-post .mile-post-info > a i {
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.mile-pagination {
    padding: 25px 0 0;
}
.mile-pagination ul {
    -ms-flex-pack: center;
    justify-content: center;
}
.mile-pagination ul li {
    display: inline-block;
    border: 0;
    margin-right: 23px;
    border-radius: 0;
}
.mile-pagination ul li:last-child {
    margin-right: 0;
}
.mile-pagination ul li.active .page-link,
.mile-pagination ul li:hover .page-link {
    border-color: inherit;
    border-bottom-color: #ee534f;
    color: #ee534f;
    background-color: inherit;
}
.mile-pagination ul li a {
    border-radius: 0 !important;
    display: inline-block;
    color: #000;
    font-size: 16px;
    padding: 0;
    padding: 0 4px;
    font-weight: 700;
    border: 0;
    border-bottom: 2px solid transparent;
    padding-bottom: 10px;
}
.mile-pagination ul li a span {
    display: inline-block;
    color: #999;
}
.mile-sidedar {
    max-width: 300px;
    margin-left: auto;
}
.mile-sidedar .widget-search form {
    position: relative;
}
.mile-sidedar .widget-search form input {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 11px;
    color: #999;
    font-size: 16px;
}
.mile-sidedar .widget-search form button {
    position: absolute;
    bottom: 10px;
    right: 0;
    background-color: inherit;
    border: 0;
    color: #000;
    font-size: 24px;
}
.mile-sidedar .widget {
    margin-bottom: 80px;
}
.mile-sidedar .widget-title {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 26px;
}
.mile-sidedar .widget-follow .wd-follow {
    margin-bottom: -16px;
}
.mile-sidedar .widget-follow .wd-follow li {
    display: inline-block;
    margin-right: 33px;
    margin-bottom: 15px;
}
.mile-sidedar .widget-follow .wd-follow li:last-child {
    margin-right: 0;
    margin-bottom: 0;
}
.mile-sidedar .widget-follow .wd-follow li a {
    display: inline-block;
    color: #000;
    font-size: 14px;
}
.mile-sidedar .widget-follow .wd-follow li a i {
    margin-right: 10px;
    font-size: 18px;
    position: relative;
    top: 2px;
}
.mile-sidedar .widget-popular-posts ul .wd-post {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ececec;
    padding: 18px 0 17px;
}
.mile-sidedar .widget-popular-posts ul .wd-post:hover a,
.mile-sidedar .widget-popular-posts ul .wd-post:hover span {
    color: #ee534f;
}
.mile-sidedar .widget-popular-posts ul .wd-post:first-child {
    padding-top: 0;
}
.mile-sidedar .widget-popular-posts ul .wd-post > span {
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    width: 50px;
    margin-top: 4px;
    transition: all 0.4s ease-in-out;
}
.mile-sidedar .widget-popular-posts ul .wd-post > a {
    margin-left: auto;
    width: calc(100% - 50px);
    color: #000;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
}
.mile-sidedar .widget-popular-posts ul .wd-post:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.mile-sidedar .widget-categories ul {
    margin-bottom: -4px;
}
.mile-sidedar .widget-categories ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 14px;
}
.mile-sidedar .widget-categories ul li:hover a,
.mile-sidedar .widget-categories ul li:hover span {
    font-weight: 700;
    color: #000;
}
.mile-sidedar .widget-categories ul li:last-child {
    margin-bottom: 0;
}
.mile-sidedar .widget-categories ul li a {
    display: inline-block;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
}
.mile-sidedar .widget-categories ul li > span {
    margin-left: auto;
    color: #666;
    font-size: 14px;
    transition: all 0.4s ease-in-out;
}
.mile-sidedar .widget-instagram .insta-head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 13px;
}
.mile-sidedar .widget-instagram .insta-head .insta-info {
    padding-left: 14px;
}
.mile-sidedar .widget-instagram .insta-head .insta-info > h3 {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: -1px;
}
.mile-sidedar .widget-instagram .insta-head .insta-info > span {
    display: block;
    color: #999;
    font-size: 14px;
}
.mile-sidedar .widget-instagram .insta-head .follow {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    color: #ee534f;
    font-size: 12px;
    border-bottom: 1px solid #f38886;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 7px;
}
.mile-sidedar .widget-instagram .insta-count {
    margin-bottom: 25px;
}
.mile-sidedar .widget-instagram .insta-count li {
    display: inline-block;
    color: #666;
    font-size: 14px;
    margin-right: 18px;
}
.mile-sidedar .widget-instagram .insta-count li:last-child {
    margin-right: 0;
}
.mile-sidedar .widget-instagram .insta-count li strong {
    font-weight: 700;
    color: #000;
}
.mile-sidedar .widget-instagram .inst-imgs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.mile-sidedar .widget-instagram .inst-imgs li {
    max-width: calc(100% / 3 - 3px);
    margin-right: 3px;
    margin-bottom: 3px;
}
.mile-sidedar .widget-instagram .inst-imgs li a img {
    width: 100%;
}
.mile-sidedar .widget-advertisement {
    position: relative;
    padding-top: 1px;
}
.mile-sidedar .widget-advertisement .wid-info {
    position: absolute;
    top: 45px;
    left: 0;
    width: 100%;
    padding: 0 45px;
}
.mile-sidedar .widget-advertisement .wid-info > span {
    display: block;
    color: #747f85;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 13px;
    font-weight: 700;
}
.mile-sidedar .widget-advertisement .wid-info > h2 {
    color: #2b3338;
    font-size: 42px;
    text-transform: capitalize;
    line-height: 42px;
    margin-bottom: 30px;
}
.mile-sidedar .widget-advertisement .wid-info .limited-offer {
    display: block;
    color: #b2c1c8;
    font-size: 12px;
    text-transform: inherit;
    font-weight: 400;
    margin-bottom: 4px;
}
.mile-sidedar .widget-advertisement .wid-info .limited-offer small {
    color: #2b3338;
}
.mile-sidedar .widget-advertisement .wid-info strong {
    display: block;
    color: #a5afb5;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.mile-sidedar .widget-advertisement .wid-info strong span {
    display: inline-block;
    color: #ee534f;
}
.footer-v5 {
    background-color: #f5f8f9;
    padding: 160px 0 85px;
}
.footer-v5 .widget-title {
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 39px;
    margin-top: -4px;
}
.footer-v5 .container {
    max-width: 1500px;
    padding: 0 15px;
}
.footer-v5 .widget-about > h2 {
    color: #000;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    margin-bottom: 60px;
    margin-top: -6px;
}
.footer-v5 .widget-about .wid-newslettter > h4 {
    color: #999;
    font-size: 14px;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.footer-v5 .widget-about .wid-newslettter form {
    position: relative;
}
.footer-v5 .widget-about .wid-newslettter form input {
    width: 100%;
    color: #666;
    font-size: 16px;
    background-color: inherit;
    border: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.footer-v5 .widget-about .wid-newslettter form button {
    position: absolute;
    top: 1px;
    right: 0;
    color: #ee534f;
    font-size: 18px;
    background-color: inherit;
    border: 0;
}
.footer-v5 .widget-about .wid-newslettter form button i {
    margin-right: 10px;
}
.footer-v5 .widget-tags {
    max-width: 280px;
    margin: 0 auto;
}
.footer-v5 .widget-tags ul li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 15px;
}
.footer-v5 .widget-tags ul li a {
    display: inline-block;
    color: #000;
    font-size: 16px;
}
.footer-v5 .widget-tags ul li a:hover {
    color: #ee534f;
}
.footer-v5 .widget-contact > h2 {
    color: #000;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 47px;
    font-weight: 400;
    margin-top: -10px;
}
.footer-v5 .widget-contact > h2 a {
    display: block;
}
.footer-v5 .widget-contact ul li {
    margin-bottom: 15px;
}
.footer-v5 .widget-contact ul li:last-child {
    margin-bottom: 0;
}
.footer-v5 .widget-contact ul li a {
    display: block;
    color: #000;
    font-size: 16px;
}
.footer-v5 .widget-contact ul li a:hover {
    color: #ee534f;
}
.mile-bottom-footer {
    margin-top: 102px;
}
.mile-bottom-footer .btm-copy img {
    display: inline-block;
}
.mile-bottom-footer .btm-copy p,
.bottom-footer .cp-mile p {
    display: inline-block;
    color: #666;
    font-size: 16px;
    padding-left: 43px;
}
.mile-bottom-footer .social-header {
    text-align: right;
}
.mile-bottom-footer .social-header li a {
    color: #999;
    font-size: 18px;
}
.mile-bottom-footer .social-header li a:hover {
    color: #000;
}
.header-v6 {
    background-color: #e3eaf6;
    padding: 60px 0;
}
.header-v6 .container {
    max-width: 1410px;
    padding: 0 15px;
}
.header-v6 .header-content-v6 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.header-v6 .header-content-v6 nav {
    padding-left: 78px;
}
.header-v6 .header-content-v6 nav ul li {
    display: inline-block;
    padding: 0 26px;
    position: relative;
}
.header-v6 .header-content-v6 nav ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 6px;
    height: 6px;
    background-color: #ccc;
    border-radius: 50%;
    transform: translateY(-50%);
}
.header-v6 .header-content-v6 nav ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.header-v6 .header-content-v6 nav ul li:last-child {
    padding-right: 0;
}
.header-v6 .header-content-v6 nav ul li:last-child:before {
    display: none;
}
.header-v6 .header-content-v6 nav ul li a {
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.header-v6 .header-content-v6 nav ul li a:hover {
    color: #00b4ff;
}
.header-v6 .header-content-v6 nav ul li ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 240px;
    background-color: #fff;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    margin-top: 25px;
    z-index: 9999;
}
.header-v6 .header-content-v6 nav ul li ul ul {
    left: 100%;
    top: 0;
}
.header-v6 .header-content-v6 nav ul li ul li {
    display: block;
    padding: 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}
.header-v6 .header-content-v6 nav ul li ul li:before {
    display: none;
}
.header-v6 .header-content-v6 nav ul li ul li:last-child {
    border-bottom: 0;
}
.header-v6 .header-content-v6 nav ul li ul li a {
    padding: 15px;
}
.header-v6 .header-content-v6 nav ul li ul li a:after,
.header-v6 .header-content-v6 nav ul li ul li a:before {
    display: none;
}
.header-v6 .header-content-v6 .hd-btn {
    display: inline-block;
    color: #000;
    font-size: 14px;
    background-color: #fff;
    height: 45px;
    line-height: 45px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 0 25px;
    margin-left: auto;
    background-color: #00b4ff;
    color: #fff;
    border-radius: 5px;
}
.header-v6 .header-content-v6 .hd-btn i {
    margin-left: 13px;
}
.main-banner-v6 {
    background-color: #e3eaf6;
    padding: 71px 0 0;
}
.main-banner-v6 .main-banner-content {
    border-bottom: 1px solid #c9cfd9;
    padding-bottom: 125px;
}
.main-banner-v6 .banner-v6-text {
    max-width: 480px;
    border-bottom: 1px solid #c9cfd9;
    padding-bottom: 110px;
    margin-top: -11px;
}
.main-banner-v6 .banner-v6-text > h2 {
    color: #000;
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 35px;
}
.main-banner-v6 .banner-v6-text p {
    color: #333;
    margin-bottom: 69px;
}
.main-banner-v6 .banner-v6-text .btns li {
    display: inline-block;
    margin-right: 5px;
}
.main-banner-v6 .banner-v6-text .btns li:last-child {
    margin-right: 0;
}
.main-banner-v6 .banner-v6-text .btns li a {
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    background-color: #fff;
    height: 58px;
    text-transform: uppercase;
    line-height: 58px;
    padding: 0 30px;
    border-radius: 5px;
}
.main-banner-v6 .banner-v6-text .btns li a.active,
.main-banner-v6 .banner-v6-text .btns li a:hover {
    background-color: #00b4ff;
    color: #fff;
}
.main-banner-v6 .banner-btm-info {
    padding-top: 58px;
    max-width: 380px;
}
.main-banner-v6 .banner-btm-info p {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 54px;
}
.main-banner-v6 .banner-btm-info .btm-hd-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.main-banner-v6 .banner-btm-info .btm-hd-info .bt-icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    border-radius: 50px;
    font-size: 18px;
    color: #000;
}
.main-banner-v6 .banner-btm-info .btm-hd-info .bt-para {
    max-width: calc(100% - 50px);
    padding-left: 20px;
}
.main-banner-v6 .banner-btm-info .btm-hd-info .bt-para > span {
    display: block;
    color: #666;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 1px;
}
.main-banner-v6 .banner-btm-info .btm-hd-info .bt-para > h3 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
}
.main-banner-v6 .ban-img {
    padding-left: 15px;
}
.main-banner-v6 .ban-img img {
    border-radius: 5px;
    -ms-box-shadow: 0 150px 200px rgba(55, 67, 84, 0.35);
    box-shadow: 0 150px 200px rgba(55, 67, 84, 0.35);
}
.main-banner-v6 .vl-list {
    padding-left: 15px;
    margin-top: 120px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.main-banner-v6 .vl-list li {
    width: 33.33333%;
    color: #999;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
}
.main-banner-v6 .vl-list li.active {
    color: #000;
}
.main-banner-v6 .vl-list li:last-child {
    margin-right: 0;
}
.our-services-sec {
    padding: 100px 0;
    background-color: #e3eaf6;
}
.our-services-sec.v2 {
    padding: 0 0 181px;
    background-color: #f2f5fa;
}
.our-services-sec.v2 .our-services-content .counter-sec-v6 li .counter-cont > span {
    max-width: 215px;
}
.our-services-sec .mile-title {
    margin-bottom: 87px;
}
.our-services-sec .our-services-content .svs-slider .slick-list {
    overflow: inherit;
}
.our-services-sec .our-services-content .svs-slider .slick-next,
.our-services-sec .our-services-content .svs-slider .slick-prev {
    top: -95px;
    border: 0;
}
.our-services-sec .our-services-content .svs-slider .slick-next:hover,
.our-services-sec .our-services-content .svs-slider .slick-prev:hover {
    background-color: inherit;
    -ms-box-shadow: inherit;
    box-shadow: inherit;
    border-color: transparent;
}
.our-services-sec .our-services-content .svs-slider .slick-next:hover:before,
.our-services-sec .our-services-content .svs-slider .slick-prev:hover:before {
    color: #000;
}
.our-services-sec .our-services-content .svs-slider .slick-next:before,
.our-services-sec .our-services-content .svs-slider .slick-prev:before {
    color: #b4bac3;
    font-size: 18px;
    line-height: 45px;
    opacity: 1;
}
.our-services-sec .our-services-content .svs-slider .slick-prev {
    right: 60px;
}
.our-services-sec .our-services-content .svs-slider .slick-next {
    right: 0;
}
.our-services-sec .our-services-content .svs-slider .col-lg-5 {
    height: 100%;
}
.our-services-sec .our-services-content .service-card-mile {
    background-color: #fff;
    padding: 50px 70px 66px;
    position: relative;
    margin-bottom: 60px;
    height: 100%;
    transition: all 0.4s ease-in-out;
}
.our-services-sec .our-services-content .service-card-mile .cat-up {
    display: inline-block;
    position: absolute;
    top: 64px;
    right: 70px;
    color: #999;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}
.our-services-sec .our-services-content .service-card-mile .cat-up:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #7f7f7f;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}
.our-services-sec .our-services-content .service-card-mile .cat-up:hover {
    color: #000;
}
.our-services-sec .our-services-content .service-card-mile .cat-up:hover:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.our-services-sec .our-services-content .service-card-mile > img {
    margin-bottom: 48px;
}
.our-services-sec .our-services-content .service-card-mile > h2 {
    color: #000;
    font-size: 36px;
    margin-bottom: 20px;
}
.our-services-sec .our-services-content .service-card-mile > h2:hover a {
    text-decoration: underline;
}
.our-services-sec .our-services-content .service-card-mile p {
    color: #999;
    font-size: 16px;
    line-height: 26px;
}
.counter-sec-v6 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 38px;
}
.counter-sec-v6 li {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
}
.counter-sec-v6 li:last-child {
    margin-right: 0;
}
.counter-sec-v6 li .counter-cont {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.counter-sec-v6 li .counter-cont > h2 {
    color: #a5b0c5;
    font-size: 60px;
    display: inline-block;
}
.counter-sec-v6 li .counter-cont > span {
    display: inline-block;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    padding-left: 25px;
    font-weight: 700;
    max-width: 213px;
}
.mile-title {
    margin-bottom: 40px;
}
.mile-title h3 {
    color: #000;
    font-size: 24px;
    text-transform: uppercase;
}
.mile-title p {
    color: #666;
    font-size: 18px;
    line-height: 32px;
    margin-top: 39px;
    max-width: 1020px;
}
.recent-works-v6-sec {
    padding: 150px 0 93px;
}
.recent-works-v6-sec .mile-title {
    margin-bottom: 122px;
    margin-top: -6px;
}
.recent-works-v6-sec .rc-work-content {
    position: relative;
}
.recent-works-v6-sec .rc-work-content .btn-deafult-v6 {
    position: absolute;
    bottom: 151px;
    left: 0;
}
.recent-works-v6-sec .rc-work-content .row .col-lg-7 {
    padding-right: 117px;
}
.recent-works-v6-sec .rc-work-content .rc-posts.v-2 {
    max-width: 403px;
    margin-left: auto;
}
.recent-works-v6-sec .rc-work-content .rc-work-post {
    margin-bottom: 90px;
}
.recent-works-v6-sec .rc-work-content .rc-work-post:last-child {
    margin-bottom: 0;
}
.recent-works-v6-sec .rc-work-content .rc-work-post .rc-thumbnail {
    margin-bottom: 43px;
}
.recent-works-v6-sec .rc-work-content .rc-work-post .rc-thumbnail > img {
    border-radius: 5px;
}
.recent-works-v6-sec .rc-work-content .rc-work-post .rc-info > span {
    display: block;
    color: #999;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 6px;
}
.recent-works-v6-sec .rc-work-content .rc-work-post .rc-info > h3 {
    color: #000;
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.recent-works-v6-sec .rc-work-content .rc-work-post .rc-info > h3 a {
    position: relative;
    display: inline-block;
}
.recent-works-v6-sec .rc-work-content .rc-work-post .rc-info > h3 a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}
.recent-works-v6-sec .rc-work-content .rc-work-post .rc-info > h3:hover a:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.recent-works-v6-sec .rc-work-content .rc-work-post .rc-info p {
    color: #666;
    font-size: 16px;
    line-height: 30px;
}
.recent-works-v6-sec .rc-work-content .rc-work-post.v-2 .rc-info p {
    max-width: 420px;
}
.btn-deafult-v6 {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #00b4ff;
    border-radius: 5px;
    padding: 0 30px;
    height: 58px;
    line-height: 58px;
    font-weight: 700;
}
.btn-deafult-v6:hover {
    color: #fff;
}
.about-sec-v6 {
    padding: 50px 0 90px;
}
.about-sec-v6 .mile-large-abt {
    margin-bottom: 91px;
    padding-right: 375px;
}
.about-sec-v6 .mile-large-abt .lrg-col {
    height: 100%;
    position: relative;
}
.about-sec-v6 .mile-large-abt .lrg-col .play-video-btn {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 115px;
    height: 115px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 37px;
}
.about-sec-v6 .mile-large-abt .lrg-col > img {
    height: 100%;
    object-fit: cover;
}
.about-sec-v6 .abtt-para {
    margin-bottom: 100px;
}
.certicications-sec .certificate-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 51px;
    padding-top: 57px;
}
.certicications-sec .certificate-details:first-child {
    padding-top: 0;
}
.certicications-sec .certificate-details:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.certicications-sec .certificate-details .date {
    color: #999;
    font-size: 16px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
}
.certicications-sec .certificate-details .awd-logo {
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    max-width: 270px;
}
.certicications-sec .certificate-details .awd-list {
    -ms-flex: 0 0 calc(100% - 370px);
    flex: 0 0 calc(100% - 370px);
    max-width: calc(100% - 370px);
}
.certicications-sec .certificate-details .awd-list .row {
    margin-bottom: 30px;
}
.certicications-sec .certificate-details .awd-list .row:last-child {
    margin-bottom: 0;
}
.certicications-sec .certificate-details .awd-list .awd-info > h3 {
    color: #000;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.certicications-sec .certificate-details .awd-list .awd-info > span {
    display: block;
    color: #666;
    font-size: 18px;
}
.certicications-sec .certificate-details .awd-list .web-link {
    display: inline-block;
    color: #000;
    font-size: 16px;
    position: relative;
    margin-top: 10px;
}
.certicications-sec .certificate-details .awd-list .web-link:hover {
    color: #0081fa;
}
.certicications-sec .certificate-details .awd-list .web-link:hover:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.certicications-sec .certificate-details .awd-list .web-link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #0081fa;
    transition: all 0.4s ease-in-out;
}
.testimonial-v6-sec {
    padding: 170px 0;
    background-color: #e3eaf6;
}
.testimonial-v6-sec .testi-sec-v6 {
    background-color: #fff;
    padding: 84px 100px 37px;
}
.testimonial-v6-sec .testi-sec-v6 .testi-slider-v6 .slick-next,
.testimonial-v6-sec .testi-sec-v6 .testi-slider-v6 .slick-prev {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    top: auto;
    bottom: -131px;
    z-index: 999;
    border-radius: 10px;
}
.testimonial-v6-sec .testi-sec-v6 .testi-slider-v6 .slick-next:hover,
.testimonial-v6-sec .testi-sec-v6 .testi-slider-v6 .slick-prev:hover {
    background-color: #f2f5f7;
    -ms-box-shadow: inherit;
    box-shadow: inherit;
    border-color: transparent;
}
.testimonial-v6-sec .testi-sec-v6 .testi-slider-v6 .slick-next:hover:before,
.testimonial-v6-sec .testi-sec-v6 .testi-slider-v6 .slick-prev:hover:before {
    color: #000;
}
.testimonial-v6-sec .testi-sec-v6 .testi-slider-v6 .slick-next:before,
.testimonial-v6-sec .testi-sec-v6 .testi-slider-v6 .slick-prev:before {
    color: #ccc;
    font-size: 18px;
    line-height: 45px;
    opacity: 1;
}
.testimonial-v6-sec .testi-sec-v6 .testi-slider-v6 .slick-prev {
    right: 75px;
}
.testimonial-v6-sec .testi-sec-v6 .testi-slider-v6 .slick-next {
    right: 15px;
}
.testimonial-v6-sec .testi-sec-v6 .testi-slide-v6 {
    position: relative;
}
.testimonial-v6-sec .testi-sec-v6 .testi-slide-v6:before {
    content: "\eb65";
    font-family: lineicons;
    position: absolute;
    top: 0;
    right: 0;
    color: #00b4ff;
    font-size: 60px;
}
.testimonial-v6-sec .testi-sec-v6 .testi-slide-v6 > h3 {
    color: #000;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.testimonial-v6-sec .testi-sec-v6 .testi-slide-v6 > span {
    display: block;
    color: #999;
    font-size: 14px;
    margin-bottom: 48px;
}
.testimonial-v6-sec .testi-sec-v6 .testi-slide-v6 p {
    color: #000;
    font-size: 30px;
    line-height: 48px;
}
.testimonial-v6-sec .testi-sec-v6 .slider-thumb {
    margin-top: 42px;
}
.testimonial-v6-sec .testi-sec-v6 .slider-thumb li {
    display: inline-block;
    margin-right: -7px;
    margin-bottom: 40px;
    width: auto !important;
    cursor: pointer;
    position: relative;
    transition: all 0.4s ease-in-out;
}
.testimonial-v6-sec .testi-sec-v6 .slider-thumb li:last-child {
    margin-right: 0;
}
.testimonial-v6-sec .testi-sec-v6 .slider-thumb li img {
    width: 85px;
    height: 85px;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
    border-radius: 50%;
    transform: scale(0.7);
}
.testimonial-v6-sec .testi-sec-v6 .slider-thumb li.slick-active img,
.testimonial-v6-sec .testi-sec-v6 .slider-thumb li:hover img {
    transform: scale(1);
}
.testimonial-v6-sec .testi-sec-v6 .slider-thumb li.slick-active {
    margin-right: 10px;
}
.testimonial-v6-sec .mile-rtz-sec {
    border-top: 1px solid #d2d7df;
    margin-top: 130px;
    padding-top: 105px;
}
.testimonial-v6-sec .mile-rtz-sec .mile-post {
    background-color: #fff;
}
.testimonial-v6-sec .mile-rtz-sec .mile-post .mile-post-info > a:hover,
.testimonial-v6-sec .mile-rtz-sec .mile-post .mile-post-info > h2:hover {
    color: #00b4ff;
}
.testimonial-v6-sec .newsletter-sc {
    background-color: #fff;
    padding: 64px 60px 64px;
    height: 100%;
}
.testimonial-v6-sec .newsletter-sc > h3 {
    text-transform: uppercase;
    color: #000;
    font-size: 24px;
    margin-bottom: 27px;
}
.testimonial-v6-sec .newsletter-sc p {
    color: #000;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 55px;
}
.testimonial-v6-sec .newsletter-sc form {
    position: relative;
}
.testimonial-v6-sec .newsletter-sc form input {
    width: 100%;
    color: #bbb;
    font-size: 14px;
    border: 0;
    padding-bottom: 18px;
    border-bottom: 1px solid #ccc;
}
.testimonial-v6-sec .newsletter-sc form button {
    position: absolute;
    top: -7px;
    right: 0;
    background-color: inherit;
    border: 0;
    color: #000;
    font-size: 24px;
}
.footer-v6 {
    padding: 150px 0 100px;
}
.footer-v6.dark-v {
    background-color: #252629;
}
.footer-v6.dark-v .footer-content-v6 .widget-abt > h2 {
    color: #fff;
    font-weight: 400;
}
.footer-v6.dark-v .footer-content-v6 .widget-abt > h2 a {
    color: #64f4ab;
    margin-left: 20px;
}
.footer-v6.dark-v .footer-content-v6 .widget-abt > h2 a:before {
    background-color: #64f4ab;
}
.footer-v6.dark-v .footer-content-v6 .get-touch-txt > h5 {
    color: #8b8d90;
    text-transform: capitalize;
    font-weight: 400;
}
.footer-v6.dark-v .footer-content-v6 .get-touch-txt > h4 {
    color: #8b8d90;
    font-size: 24px;
}
.footer-v6.dark-v .footer-content-v6 .get-touch-txt > a {
    color: #fff;
}
.footer-v6.dark-v .footer-content-v6 .get-touch-txt > a:hover {
    color: #64f4ab;
}
.footer-v6.dark-v .footer-content-v6 .get-touch-txt ul li a {
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    display: inline-block;
}
.footer-v6.dark-v .footer-content-v6 .get-touch-txt ul li a:before {
    content: ">";
    position: absolute;
    top: 0;
    right: -40px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}
.footer-v6.dark-v .footer-content-v6 .get-touch-txt ul li a:after {
    content: "<";
    position: absolute;
    top: 0;
    left: -40px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}
.footer-v6.dark-v .footer-content-v6 .get-touch-txt ul li a:hover {
    color: #64f4ab;
}
.footer-v6.dark-v .footer-content-v6 .get-touch-txt ul li a:hover:before {
    opacity: 1;
    visibility: visible;
    right: -20px;
    color: #64f4ab;
}
.footer-v6.dark-v .footer-content-v6 .get-touch-txt ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    left: -20px;
    color: #64f4ab;
}
.footer-v6.dark-v .footer-content-v6 .mile-bottom-footer .social-header li a {
    color: #fff;
}
.footer-v6.dark-v .footer-content-v6 .mile-bottom-footer .social-header li a:hover {
    color: #64f4ab;
}
.footer-v6.dark-v .footer-content-v6 .mile-bottom-footer {
    margin-top: 163px;
}
.footer-v6 .container {
    max-width: 1410px;
    padding: 0 15px;
}
.footer-v6 .footer-content-v6 .widget-abt > h2 {
    color: #000;
    font-size: 48px;
    margin-bottom: 81px;
}
.footer-v6 .footer-content-v6 .widget-abt > h2 a {
    display: inline-block;
    color: #00b4ff;
    position: relative;
}
.footer-v6 .footer-content-v6 .widget-abt > h2 a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #00b4ff;
}
.footer-v6 .footer-content-v6 .widget-abt > h2:last-child {
    margin-bottom: 0;
}
.footer-v6 .footer-content-v6 .get-touch-txt {
    padding-left: 96px;
    max-width: 380px;
    margin-top: 15px;
}
.footer-v6 .footer-content-v6 .get-touch-txt > h5 {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 41px;
}
.footer-v6 .footer-content-v6 .get-touch-txt > h4 {
    color: #666;
    font-size: 24px;
    margin-bottom: 21px;
}
.footer-v6 .footer-content-v6 .get-touch-txt > a {
    display: block;
    color: #000;
    font-size: 40px;
    line-height: 36px;
    margin-bottom: 88px;
}
.footer-v6 .footer-content-v6 .get-touch-txt ul li {
    margin-bottom: 30px;
}
.footer-v6 .footer-content-v6 .get-touch-txt ul li:last-child {
    margin-bottom: 0;
}
.footer-v6 .footer-content-v6 .get-touch-txt ul li a {
    display: block;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.footer-v6 .footer-content-v6 .get-touch-txt ul li a:hover {
    color: #00b4ff;
}
.footer-v6 .footer-content-v6 .mile-bottom-footer {
    margin-top: 146px;
}
.footer-v6 .footer-content-v6 .mile-bottom-footer .social-header li a {
    color: #010101;
}
.header-v4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 20px 0;
}
.header-v4 .container {
    max-width: 1410px;
    padding: 0 15px;
}
.header-v4 .header-content-v4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.header-v4 .header-content-v4 nav {
    padding-left: 165px;
}
.header-v4 .header-content-v4 nav ul li {
    display: inline-block;
    padding: 0 30px;
    position: relative;
}
.header-v4 .header-content-v4 nav ul li a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
}
.header-v4 .header-content-v4 nav ul li a:before {
    content: "<";
    position: absolute;
    top: 0;
    left: -37px;
    color: #64f4ab;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}
.header-v4 .header-content-v4 nav ul li a:after {
    content: ">";
    position: absolute;
    top: 0;
    right: -37px;
    color: #64f4ab;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}
.header-v4 .header-content-v4 nav ul li a:hover {
    color: #64f4ab;
}
.header-v4 .header-content-v4 nav ul li a:hover:before {
    opacity: 1;
    visibility: visible;
    left: -17px;
}
.header-v4 .header-content-v4 nav ul li a:hover:after {
    opacity: 1;
    visibility: visible;
    right: -17px;
}
.header-v4 .header-content-v4 nav ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.header-v4 .header-content-v4 nav ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 240px;
    background-color: #000;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    margin-top: 25px;
    z-index: 9999;
}
.header-v4 .header-content-v4 nav ul ul ul {
    left: 100%;
    top: 0;
}
.header-v4 .header-content-v4 nav ul ul li {
    display: block;
    padding: 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}
.header-v4 .header-content-v4 nav ul ul li:last-child {
    border-bottom: 0;
}
.header-v4 .header-content-v4 nav ul ul li a {
    padding: 15px;
}
.header-v4 .header-content-v4 nav ul ul li a:after,
.header-v4 .header-content-v4 nav ul ul li a:before {
    display: none;
}
.header-v4 .header-content-v4 .right-hd {
    margin-left: auto;
}
.header-v4 .header-content-v4 .sociz-links {
    display: inline-block;
}
.header-v4 .header-content-v4 .sociz-links li {
    display: inline-block;
    margin-right: 49px;
}
.header-v4 .header-content-v4 .sociz-links li:last-child {
    margin-right: 0;
}
.header-v4 .header-content-v4 .sociz-links li a {
    display: inline-block;
    color: #999;
    font-size: 14px;
}
.header-v4 .header-content-v4 .sociz-links li a:hover {
    color: #fff;
}
.header-v4 .header-content-v4 .sociz-links li a i {
    color: #fff;
    margin-right: 5px;
}
.header-v4 .header-content-v4 .en-icon {
    margin-left: 70px;
    display: inline-block;
    color: #64f4ab;
    font-size: 26px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    background-color: #333438;
    position: relative;
    z-index: 99;
}
.header-v4 .header-content-v4 .en-icon:before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 80px;
    height: 80px;
    background: #333438;
    border-radius: 50%;
    opacity: 0;
    visibility: visible;
    transition: all 0.4s ease-in-out;
    transform: scale(0.8);
    z-index: -1;
}
.header-v4 .header-content-v4 .en-icon:hover:before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.main-banner-v4 {
    background-image: url(../images/banner-bg4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0 0;
    background-position: top;
}
.main-banner-v4 .container {
    max-width: 1390px;
    padding: 0 15px;
}
.main-banner-v4 .banner-content-v4 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.main-banner-v4 .banner-txt-v4 {
    max-width: 540px;
}
.main-banner-v4 .banner-txt-v4 > span {
    display: inline-block;
    color: #000;
    font-size: 14px;
    background-color: #64f4ab;
    padding: 5px 10px 6px;
    margin-bottom: 37px;
    border-radius: 3px;
}
.main-banner-v4 .banner-txt-v4 > h2 {
    color: #fff;
    font-size: 56px;
    line-height: 70px;
    font-weight: 400;
    margin-bottom: 38px;
}
.main-banner-v4 .banner-txt-v4 p {
    color: #9698a0;
    font-size: 16px;
    line-height: 30px;
    max-width: 430px;
    margin-bottom: 101px;
}
.main-banner-v4 .banner-txt-v4 > a {
    display: inline-block;
    color: #64f4ab;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid #64f4ab;
}
.main-banner-v4 .banner-img-v4 {
    max-width: 754px;
    position: relative;
    margin-left: auto;
}
.main-banner-v4 .banner-img-v4 > img {
    width: 100%;
    max-width: 93%;
}
.main-banner-v4 .banner-img-v4 .col-icon {
    position: absolute;
}
.main-banner-v4 .banner-img-v4 .col-icon.v1 {
    bottom: 185px;
    left: -75px;
}
.main-banner-v4 .banner-img-v4 .col-icon.v2 {
    top: 105px;
    right: 15px;
}
.main-banner-v4 .banner-img-v4 .col-icon.v3 {
    bottom: 73px;
    right: -65px;
}
.main-banner-v4 .baner-count {
    position: absolute;
    bottom: 85px;
    left: 16%;
}
.main-banner-v4 .baner-count,
.main-banner-v4 .baner-count li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.main-banner-v4 .baner-count li {
    -ms-flex-align: center;
    align-items: center;
    margin-right: 80px;
}
.main-banner-v4 .baner-count li:last-child {
    margin-right: 0;
}
.main-banner-v4 .baner-count li > h2 {
    color: #fff;
    font-size: 54px;
    margin-right: 25px;
}
.main-banner-v4 .baner-count li > span {
    color: #8b8d90;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    max-width: 160px;
}
.about-v4-sec {
    padding: 200px 0 195px;
    background-color: #252629;
}
.about-v4-sec .container {
    max-width: 1390px;
    padding: 0 15px;
}
.about-v4-sec .about-v4-content .abt-list .abt-content {
    position: relative;
    background-color: #2d2e31;
    padding: 50px 60px;
    margin-bottom: 10px;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
}
.about-v4-sec .about-v4-content .abt-list .abt-content:hover {
    -ms-box-shadow: 0 101px 151px rgba(0, 0, 0, 0.3);
    box-shadow: 0 101px 151px rgba(0, 0, 0, 0.3);
}
.about-v4-sec .about-v4-content .abt-list .abt-content:last-child {
    margin-bottom: 0;
}
.about-v4-sec .about-v4-content .abt-list .abt-content .iconn {
    position: absolute;
    top: 60px;
    right: 55px;
    color: #64f4ab;
    font-size: 30px;
}
.about-v4-sec .about-v4-content .abt-list .abt-content > h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    text-transform: capitalize;
}
.about-v4-sec .about-v4-content .abt-list .abt-content > h3:hover {
    color: #64f4ab;
}
.about-v4-sec .about-v4-content .abt-list .abt-content p {
    color: #8b8d90;
    font-size: 14px;
    margin-bottom: 23px;
}
.about-v4-sec .about-v4-content .abt-list .abt-content > a {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
}
.about-v4-sec .about-v4-content .abt-list .abt-content > a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
}
.about-v4-sec .about-v4-content .abt-list .abt-content > a:hover:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.about-v4-sec .about-v4-content .abt-col-text {
    max-width: 515px;
    margin-left: auto;
}
.about-v4-sec .about-v4-content .abt-col-text > span {
    display: block;
    color: #8b8d90;
    font-size: 14px;
    margin-bottom: 33px;
}
.about-v4-sec .about-v4-content .abt-col-text > h2 {
    color: #fff;
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
    margin-bottom: 52px;
}
.about-v4-sec .about-v4-content .abt-col-text h3 {
    color: #fff;
    font-size: 26px;
    line-height: 40px;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 32px;
}
.about-v4-sec .about-v4-content .abt-col-text p {
    color: #8b8d90;
    font-size: 16px;
    line-height: 30px;
    padding-right: 30px;
}
body.dark-v {
    background-color: #252629;
}
body.dark-v .section {
    background: #252629;
}
/*body.dark-v #pp-nav {
    display: none !important;
}*/
body.dark-v .about-v4-sec {
    padding: 0;
}
body.dark-v .slide-container {
    padding-top: 13rem;
}
.section .main-banner-v4 {
    width: 100%;
}
.section .about-v4-sec .container,
.section .about-v4-sec .container .about-v4-content {
    height: 100%;
}
.section .about-v4-sec .container .about-v4-content > .row {
    height: 100%;
    -ms-flex-align: center;
    align-items: center;
}
.sec-title-v4 {
    margin-bottom: 176px;
    position: relative;
    left: 175px;
}
.sec-title-v4 > h2 {
    color: #fff;
    font-size: 48px;
    text-transform: capitalize;
    margin-bottom: 18px;
    font-weight: 400;
}
.sec-title-v4 > span {
    display: block;
    color: #8b8d90;
    font-size: 16px;
}
.latest-works-v4-sec {
    padding: 110px 0 240px;
}
.latest-works-v4-sec .sec-title-v4 {
    margin-top: 15px;
}
.latest-works-v4-sec .container {
    max-width: 1550px;
    padding: 0 15px;
}
.latest-works-v4-sec .row {
    margin: 0 -45px;
}
.latest-works-v4-sec .row .col-lg-6 {
    padding: 0 45px;
}
.latest-works-v4-sec .item-work {
    position: relative;
    margin-bottom: 100px;
    max-width: 710px;
}
.latest-works-v4-sec .item-work:last-child {
    margin-bottom: 0;
}
.latest-works-v4-sec .item-work.v1 {
    margin-bottom: 168px;
}
.latest-works-v4-sec .item-work > img {
    border-radius: 20px;
}
.latest-works-v4-sec .item-work .item-caption {
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 0 85px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.latest-works-v4-sec .item-work .item-caption > h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
}
.latest-works-v4-sec .item-work .item-caption > h2:hover {
    color: #64f4ab;
}
.latest-works-v4-sec .item-work .item-caption ul {
    margin-left: auto;
}
.latest-works-v4-sec .item-work .item-caption ul li {
    display: inline-block;
    color: #c0c1c3;
    font-size: 14px;
    background-color: #4d4e52;
    padding: 2px 8px 4px;
    border-radius: 5px;
    font-family: DM Sans, sans-serif;
    margin-right: -5px;
}
.latest-works-v4-sec .item-work .item-caption ul li:last-child {
    margin: 0;
}
.latest-works-v4-sec .all-projects {
    padding-left: 170px;
}
.latest-works-v4-sec .all-projects .btn-default-v4 {
    margin-bottom: 101px;
}
.latest-works-v4-sec .all-projects > p {
    color: #8b8d90;
    font-size: 16px;
    line-height: 30px;
    max-width: 405px;
}
.latest-works-v4-sec .all-projects > p a {
    font-size: 16px;
}
.btn-default-v4,
.latest-works-v4-sec .all-projects > p a {
    display: inline-block;
    color: #64f4ab !important;
    border-bottom: 1px solid #64f4ab;
}
.btn-default-v4 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
}
.btn-default-v4:hover {
    color: #64f4ab;
}
.testimonial-v4-sec {
    padding: 100px 0;
}
.testimonial-v4-sec .cl-slider-v4 {
    margin-bottom: 55px;
    background-color: #2d2e31;
    padding: 77px 100px 82px;
    border-radius: 20px;
}
.testimonial-v4-sec .cl-slider-v4 .cl-slide {
    position: relative;
}
.testimonial-v4-sec .cl-slider-v4 .cl-slide:before {
    content: "\eb65";
    font-family: lineicons;
    position: absolute;
    top: -17px;
    right: 0;
    color: #353639;
    font-size: 90px;
}
.testimonial-v4-sec .cl-slider-v4 .cl-slide .rating {
    display: inline-block;
    margin-bottom: 32px;
}
.testimonial-v4-sec .cl-slider-v4 .cl-slide .rating li {
    display: inline-block;
    color: #64f4ab;
    font-size: 20px;
}
.testimonial-v4-sec .cl-slider-v4 .cl-slide .rating li:last-child {
    margin: 0;
}
.testimonial-v4-sec .cl-slider-v4 .cl-slide > span {
    display: inline-block;
    color: #8b8d90;
    margin-bottom: 32px;
    padding-left: 4px;
}
.testimonial-v4-sec .cl-slider-v4 .cl-slide > p {
    color: #fff;
    font-size: 30px;
    line-height: 46px;
    font-family: DM Sans, sans-serif;
    max-width: 900px;
}
.testimonial-v4-sec .cl-slide-thumbs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #404145;
}
.testimonial-v4-sec .cl-slide-thumbs .slick-list,
.testimonial-v4-sec .cl-slide-thumbs .slick-track {
    width: 100% !important;
}
.testimonial-v4-sec .cl-slide-thumbs .cli-thumb {
    cursor: pointer;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    width: 33.33% !important;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.testimonial-v4-sec .cl-slide-thumbs .cli-thumb:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #64f4ab;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}
.testimonial-v4-sec .cl-slide-thumbs .cli-thumb.slick-active:before,
.testimonial-v4-sec .cl-slide-thumbs .cli-thumb:hover:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.testimonial-v4-sec .cl-slide-thumbs .cli-thumb > img {
    border-radius: 50%;
}
.testimonial-v4-sec .cl-slide-thumbs .cli-thumb .col-info {
    max-width: calc(100% - 73px);
    padding-left: 25px;
}
.testimonial-v4-sec .cl-slide-thumbs .cli-thumb .col-info > h3 {
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 9px;
    font-weight: 400;
}
.testimonial-v4-sec .cl-slide-thumbs .cli-thumb .col-info > span {
    display: block;
    color: #8b8d90;
    font-family: DM Sans, sans-serif;
    font-size: 16px;
}
.testimonial-v4-sec .cl-slide-thumbs .cli-thumb .col-info > span strong {
    font-weight: 700;
    color: #64f4ab;
}
.sec-head {
    margin-bottom: 87px;
}
.sec-head > h2 {
    color: #fff;
    font-size: 48px;
    font-weight: 400;
    display: inline-block;
}
.sec-head > span {
    display: inline-block;
    color: #8b8d90;
    font-size: 16px;
    padding-left: 127px;
}
.awards-v4-sec {
    padding: 84px 0;
}
.awards-v4-sec .awards-v4-content-sec .year-hd {
    display: inline-block;
    color: #64f4ab;
}
.awards-v4-sec .awards-v4-content-sec .award-v4-content {
    margin-bottom: 95px;
}
.awards-v4-sec .awards-v4-content-sec .award-v4-content:last-child {
    margin-bottom: 0;
}
.awards-v4-sec .awards-v4-content-sec .awd-infoo li {
    margin-bottom: 38px;
}
.awards-v4-sec .awards-v4-content-sec .awd-infoo li:last-child {
    margin-bottom: 0;
}
.awards-v4-sec .awards-v4-content-sec .awd-infoo li > h4 {
    color: #fff;
    font-size: 18px;
    font-family: DM Sans, sans-serif;
    margin-bottom: 4px;
}
.awards-v4-sec .awards-v4-content-sec .awd-infoo li > span {
    display: block;
    color: #666;
    font-size: 36px;
}
.awards-v4-sec .awards-v4-content-sec .awd-infoo li > span a {
    display: inline-block;
    color: #fff;
    font-size: 36px;
    text-transform: capitalize;
    position: relative;
}
.awards-v4-sec .awards-v4-content-sec .awd-infoo li > span a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    opacity: 0;
    visibility: hidden;
    background-color: #64f4ab;
    transition: all 0.4s ease-in-out;
}
.awards-v4-sec .awards-v4-content-sec .awd-infoo li > span a:hover {
    color: #64f4ab;
}
.awards-v4-sec .awards-v4-content-sec .awd-infoo li > span a:hover:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.header-v7 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    text-align: center;
    padding: 61px 0 0;
}
.header-v7 .header-v7-top {
    margin-bottom: 53px;
}
.header-v7 .header-v7-btm {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.header-v7 .header-v7-btm .social-links {
    max-width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}
.header-v7 .header-v7-btm .social-links li a {
    display: inline-block;
    color: #999;
    font-size: 18px;
}
.header-v7 .header-v7-btm .social-links li a:hover {
    color: #000;
}
.header-v7 .header-v7-btm nav {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: center;
}
.header-v7 .header-v7-btm nav ul li {
    display: inline-block;
    position: relative;
    padding: 0 26px;
}
.header-v7 .header-v7-btm nav ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.header-v7 .header-v7-btm nav ul li:first-child {
    padding-left: 0;
}
.header-v7 .header-v7-btm nav ul li:last-child {
    padding-right: 0;
}
.header-v7 .header-v7-btm nav ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 5px;
    height: 5px;
    background-color: #ccc;
    border-radius: 50%;
    transform: translateY(-50%);
}
.header-v7 .header-v7-btm nav ul li a {
    display: inline-block;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
}
.header-v7 .header-v7-btm nav ul li a:hover {
    font-weight: 700;
}
.header-v7 .header-v7-btm nav ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 240px;
    background-color: #fff;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    margin-top: 25px;
    z-index: 9999;
}
.header-v7 .header-v7-btm nav ul ul ul {
    left: 100%;
    top: 0;
}
.header-v7 .header-v7-btm nav ul ul li {
    display: block;
    padding: 0;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
}
.header-v7 .header-v7-btm nav ul ul li:after,
.header-v7 .header-v7-btm nav ul ul li:before {
    display: none;
}
.header-v7 .header-v7-btm nav ul ul li:last-child {
    border-bottom: 0;
}
.header-v7 .header-v7-btm nav ul ul li a {
    padding: 15px;
}
.header-v7 .header-v7-btm nav ul ul li a:after,
.header-v7 .header-v7-btm nav ul ul li a:before {
    display: none;
}
.header-v7 .header-v7-btm .links-rt {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-left: auto;
}
.header-v7 .header-v7-btm .links-rt li {
    display: inline-block;
    position: relative;
    margin-right: 41px;
}
.header-v7 .header-v7-btm .links-rt li:last-child {
    margin-right: 0;
}
.header-v7 .header-v7-btm .links-rt li a {
    display: inline-block;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
}
.header-v7 .header-v7-btm .links-rt li a.searchh {
    position: relative;
}
.header-v7 .header-v7-btm .links-rt li a.searchh i {
    font-size: 18px;
    margin-left: 13px;
}
.header-v7 .header-v7-btm .links-rt li a i {
    font-size: 24px;
}
.header-v7 .header-v7-btm .links-rt li .cart-count {
    position: absolute;
    top: -2px;
    right: -2px;
    color: #000;
    font-size: 10px;
    font-weight: 700;
    background-color: #ffd760;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
}
.search-hd {
    position: relative;
}
.search-form-field {
    position: absolute;
    top: 100%;
    right: 0;
    width: 350px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    display: none;
}
.search-form-field input {
    width: 100% !important;
    height: 50px;
    border: 1px solid #eee;
    padding: 0 15px;
}
.tab-btns {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 45px;
}
.tab-btns:before {
    position: absolute;
    top: 0;
    left: 50%;
    width: 60px;
    height: 30px;
    transform: translateX(-50%);
    background: #f59e31;
    border: 1px solid #e7e7ec;
    box-sizing: border-box;
    box-shadow: 0 8px 15px rgba(140, 152, 164, 0.1);
    border-radius: 30px;
    content: "";
    transition: all 0.3s linear;
}
.tab-btns li {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #999;
    cursor: pointer;
    z-index: 8;
    margin: 0 48px;
    min-width: 100px;
    transition: all 0.3s ease;
}
.tab-btns li:before {
    position: absolute;
    right: -73px;
    height: 20px;
    width: 20px;
    top: 5px;
    background: #fff;
    content: "";
    border-radius: 50%;
    transition: all 0.3s ease;
}
.tab-btns li.active-btn:before {
    right: -43px;
}
.tab-btns li:last-child:before {
    display: none;
}
.tab-btns li.active-btn {
    color: #000;
}
.tab-data {
    display: none;
}
.tab-data.active {
    display: block;
}
.main-banner-v7 {
    background-color: #f2f5fa;
    padding: 300px 0 0;
}
.main-banner-v7 .banner-content-v7 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.main-banner-v7 .banner-content-v7 .en-img {
    margin-left: auto;
}
.main-banner-v7 .banner-content-v7 .en-info {
    position: absolute;
    top: 0;
    left: 0;
}
.main-banner-v7 .banner-content-v7 .en-info .play-video-btn {
    display: inline-block;
    position: absolute;
    top: 110px;
    right: -120px;
    width: 115px;
    height: 115px;
    border: 1px solid #000;
    text-align: center;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50%;
    text-transform: uppercase;
    padding-top: 37px;
}
.about-us-v7-sec {
    padding: 116px 0 200px;
}
.about-us-v7-sec .about-v7-content {
    text-align: center;
    max-width: 1060px;
    margin: 0 auto;
    margin-bottom: 100px;
}
.about-us-v7-sec .about-v7-content > h2 {
    color: #000;
    font-size: 36px;
    line-height: 48px;
    margin-bottom: 41px;
    padding: 0 100px;
}
.about-us-v7-sec .about-v7-content p {
    color: #666;
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    margin-bottom: 79px;
}
.about-us-v7-sec .about-v7-content p > span {
    display: inline-block;
    font-weight: 700;
    color: #000;
}
.about-us-v7-sec .about-v7-content .lnz-links li {
    display: inline-block;
    margin-right: 63px;
}
.about-us-v7-sec .about-v7-content .lnz-links li:last-child {
    margin-right: 0;
}
.about-us-v7-sec .about-v7-content .lnz-links li a {
    display: inline-block;
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    padding: 0 2px;
    font-weight: 700;
}
.about-us-v7-sec .about-v7-content .lnz-links li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 10px;
    background-color: #ffd760;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}
.about-us-v7-sec .about-v7-content .lnz-links li a:hover:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.mission-sec {
    margin-top: 229px;
}
.mission-sec .crlce-misz {
    width: 557px;
    height: 557px;
}
.mission-sec .crlce-misz:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 557px;
    height: 557px;
    background-image: url(../images/circle-img.png);
    background-repeat: no-repeat;
}
.mission-sec .crlce-misz .crlce-list {
    position: relative;
    width: 100%;
    height: 100%;
}
.mission-sec .crlce-misz .crlce-list li {
    display: inline-block;
    overflow: hidden;
    z-index: 999;
}
.mission-sec .crlce-misz .crlce-list li .crlce-info {
    text-align: center;
    position: relative;
}
.mission-sec .crlce-misz .crlce-list li .crlce-info > h3 {
    color: #000;
    text-transform: capitalize;
    margin-top: 12px;
}
.mission-sec .crlce-misz .crlce-list li .crlce-img {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}
.mission-sec .crlce-misz .crlce-list li .crlce-img > img {
    border-radius: 50%;
}
.mission-sec .crlce-misz .crlce-list li:hover .crlce-img {
    opacity: 1;
    visibility: visible;
    height: 100%;
    top: 0;
}
.mission-sec .crlce-misz .crlce-list li.v1 {
    position: absolute;
    top: -107px;
    left: -50px;
    width: 330px;
    height: 330px;
    background-color: #f1f6f8;
    border-radius: 50%;
    text-align: center;
}
.mission-sec .crlce-misz .crlce-list li.v1 .crlce-info {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    width: 100%;
    transform: translateY(-50%);
}
.mission-sec .crlce-misz .crlce-list li.v1 .crlce-info > i {
    color: #3f85a1;
    font-size: 120px;
}
.mission-sec .crlce-misz .crlce-list li.v1 .crlce-info > h3 {
    font-size: 24px;
}
.mission-sec .crlce-misz .crlce-list li.v2 {
    position: absolute;
    top: 194px;
    right: -11px;
    width: 280px;
    height: 280px;
    background-color: #f4f1f8;
    border-radius: 50%;
    text-align: center;
    margin-top: -70px;
}
.mission-sec .crlce-misz .crlce-list li.v2 .crlce-info {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    width: 100%;
    transform: translateY(-50%);
}
.mission-sec .crlce-misz .crlce-list li.v2 .crlce-info > i {
    color: #654492;
    font-size: 100px;
}
.mission-sec .crlce-misz .crlce-list li.v2 .crlce-info > h3 {
    font-size: 20px;
}
.mission-sec .crlce-misz .crlce-list li.v3 {
    position: absolute;
    bottom: 12px;
    left: -6px;
    width: 220px;
    height: 220px;
    background-color: #f8f6f1;
    border-radius: 50%;
    text-align: center;
}
.mission-sec .crlce-misz .crlce-list li.v3 .crlce-info {
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    width: 100%;
    transform: translateY(-50%);
}
.mission-sec .crlce-misz .crlce-list li.v3 .crlce-info > i {
    color: #927b43;
    font-size: 72px;
}
.mission-sec .crlce-misz .crlce-list li.v3 .crlce-info > h3 {
    font-size: 16px;
}
.mission-sec .vlm-text {
    padding-left: 90px;
    margin-top: 45px;
}
.mission-sec .vlm-text > h2 {
    color: #000;
    font-size: 36px;
    text-transform: capitalize;
    margin-bottom: 25px;
}
.mission-sec .vlm-text span {
    display: block;
    color: #010101;
    font-size: 22px;
    line-height: 32px;
    font-style: italic;
    margin-bottom: 30px;
}
.mission-sec .vlm-text p {
    color: #666;
    font-size: 16px;
    line-height: 30px;
}
.book-v7-sec {
    background-color: #f2f5fa;
}
.book-v7-sec .book-form {
    padding: 120px 0 0;
    max-width: 400px;
}
.book-v7-sec .book-form > h2 {
    color: #000;
    font-size: 36px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.book-v7-sec .book-form > span {
    display: block;
    color: #000;
    font-size: 16px;
    margin-bottom: 69px;
}
.book-v7-sec .book-form .bk-form input {
    width: 100%;
    color: #999;
    font-size: 16px;
    background-color: inherit;
    border: 0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 11px;
    margin-bottom: 25px;
}
.book-v7-sec .book-form .bk-form .form_submit {
    position: relative;
    display: inline-block;
    z-index: 1;
    margin-top: 38px;
}
.book-v7-sec .book-form .bk-form .form_submit:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #ffd760;
    z-index: -1;
}
.book-v7-sec .book-form .bk-form button {
    display: inline-block;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: inherit;
    border: 0;
    padding: 0;
}
.book-v7-sec .book-img {
    position: relative;
    margin-top: -143px;
}
.testi-v3-sec.v7 {
    padding: 145px 0 100px;
}
.testi-v3-sec.v7 .container {
    max-width: 1360px;
}
.testi-v3-sec.v7 .testi-thumbs li.v6 {
    bottom: auto;
    top: 30px;
    right: 120px;
}
.testi-v3-sec.v7 .testi-thumbs li.v4 {
    right: 36%;
}
.testi-v3-sec.v7 .testi-thumbs li.v5 {
    right: 30%;
}
.sec-title-v7 {
    margin-bottom: 92px;
}
.sec-title-v7 h2 {
    color: #000;
    font-size: 36px;
    font-weight: 700;
    text-transform: capitalize;
}
.upcoming-events-sec {
    padding: 0 0 120px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 150px;
}
.solu-upcoming {
    margin-bottom: 100px;
    background-image: url(../images/up-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 83px 115px 47px;
}
.solu-upcoming > h2 {
    color: #000;
    font-size: 56px;
    line-height: 62px;
    max-width: 470px;
    margin-bottom: 16px;
}
.solu-upcoming > span {
    display: block;
    color: #666;
    font-size: 18px;
    line-height: 26px;
    max-width: 270px;
    margin-bottom: 57px;
}
.solu-upcoming .uo-com-row,
.solu-upcoming .uo-com-row .us-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.solu-upcoming .uo-com-row .us-row > h3 {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 22px;
    max-width: 140px;
}
.solu-upcoming .uo-com-row .ll-list {
    padding-left: 60px;
}
.solu-upcoming .uo-com-row .ll-list li {
    display: inline-block;
    margin-right: 59px;
}
.solu-upcoming .uo-com-row .ll-list li:last-child {
    margin-right: 0;
}
.solu-upcoming .uo-com-row .ll-list li > span {
    display: block;
    color: #999;
    font-size: 14px;
    margin-bottom: 4px;
}
.solu-upcoming .uo-com-row .ll-list li > h4 {
    color: #000;
    font-size: 16px;
}
.events-list {
    max-width: 1200px;
    padding: 0 15px;
    padding-bottom: 121px;
}
.events-list li {
    border-bottom: 1px solid #e3e3e3;
    padding: 25px 0;
}
.events-list li:first-child {
    padding-top: 0;
}
.events-list li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.events-list .event-details {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.events-list .event-details .event-date {
    max-width: 125px;
    -ms-flex: 0 0 125px;
    flex: 0 0 125px;
}
.events-list .event-details .event-date > span {
    display: block;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.events-list .event-details .event-date > h3 {
    display: block;
    color: #000;
    font-size: 42px;
    font-weight: 700;
}
.events-list .event-details .ms-project {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    max-width: 580px;
    -ms-flex: 0 0 580px;
    flex: 0 0 580px;
}
.events-list .event-details .ms-project > img {
    max-width: 75px;
    border-radius: 50%;
}
.events-list .event-details .ms-project .ms-info {
    max-width: calc(100% - 75px);
    padding-left: 24px;
    max-width: 330px;
}
.events-list .event-details .ms-project .ms-info > h3 {
    color: #000;
    font-size: 24px;
}
.events-list .event-details .ms-project .ms-info > h3 a:hover {
    text-decoration: underline;
}
.events-list .event-details .event-location > span {
    display: block;
    color: #666;
    font-size: 14px;
    margin-bottom: 9px;
}
.events-list .event-details .event-location > h4 {
    color: #000;
    font-size: 18px;
}
.events-list .event-details .get-ticket {
    margin-left: auto;
}
.events-list .event-details .get-ticket > a {
    display: inline-block;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
}
.events-list .event-details .get-ticket > a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 10px;
    background-color: #ffd760;
    z-index: -1;
    transition: all 0.4s ease-in-out;
}
.events-list .event-details .get-ticket > a.active:before,
.events-list .event-details .get-ticket > a:hover:before {
    width: 100%;
}
.blog-post-v7 .blog-info > h2:hover a {
    color: #ffd760;
}
.footer-v7 .widget-language ul li a:hover {
    color: #000;
}
.all-events p {
    color: #666;
    font-size: 18px;
}
.all-events p a {
    display: inline-block;
    color: #000;
    font-weight: 700;
}
.blog-section-v7 {
    padding: 100px 0;
}
.blog-section-v7 .row {
    margin: 0 -45px;
}
.blog-section-v7 .row .col-lg-4 {
    padding: 0 45px;
}
.blog-post-v7 .blog-info {
    padding: 30px 0 0;
}
.blog-post-v7 .blog-info .meta {
    margin-bottom: 8px;
}
.blog-post-v7 .blog-info .meta li {
    display: inline-block;
    position: relative;
    padding: 0 15px;
}
.blog-post-v7 .blog-info .meta li:first-child {
    padding-left: 0;
}
.blog-post-v7 .blog-info .meta li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 4px;
    height: 4px;
    background-color: #999;
    border-radius: 50%;
    transform: translateY(-50%);
}
.blog-post-v7 .blog-info .meta li:last-child {
    padding-right: 0;
}
.blog-post-v7 .blog-info .meta li:last-child:before {
    display: none;
}
.blog-post-v7 .blog-info .meta li a {
    display: inline-block;
    color: #999;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.blog-post-v7 .blog-info > h2 {
    color: #000;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 24px;
}
.blog-post-v7 .blog-info > h2:hover {
    color: #ff4800;
}
.blog-post-v7 .blog-info .meta2 li {
    display: inline-block;
    color: #666;
    font-size: 14px;
    margin-right: 25px;
}
.blog-post-v7 .blog-info .meta2 li:last-child {
    margin-right: 0;
}
.blog-post-v7 .blog-info .meta2 li i {
    margin-right: 6px;
}
.newslettter-sec-v7 {
    padding: 44px 0 100px;
}
.news-letter-v7 .newsletter-text > h2 {
    color: #000;
    font-size: 36px;
    margin-bottom: 4px;
    text-transform: capitalize;
}
.news-letter-v7 .newsletter-text > span {
    display: block;
    color: #666;
    font-size: 16px;
}
.news-letter-v7 .newsletter-form-v7 {
    max-width: 670px;
    margin-left: auto;
    position: relative;
}
.news-letter-v7 .newsletter-form-v7 > i {
    position: absolute;
    top: -3px;
    left: 0;
    color: #000;
    font-size: 24px;
}
.news-letter-v7 .newsletter-form-v7 input {
    width: 100%;
    color: #bbb;
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid #ccc;
    padding: 0 45px 17px;
}
.news-letter-v7 .newsletter-form-v7 button {
    position: absolute;
    top: -3px;
    right: 0;
    background: inherit;
    border: 0;
    color: #ff4800;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.footer-v7 {
    background-color: #f2f5fa;
    padding: 94px 0 90px;
}
.footer-v7 .menu-links {
    text-align: center;
    margin-bottom: 90px;
}
.footer-v7 .menu-links li {
    display: inline-block;
    padding: 0 30px;
    position: relative;
}
.footer-v7 .menu-links li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    transform: translateY(-50%);
    background-color: #ccc;
}
.footer-v7 .menu-links li:first-child {
    padding-left: 0;
}
.footer-v7 .menu-links li:last-child {
    padding-right: 0;
}
.footer-v7 .menu-links li:last-child:before {
    display: none;
}
.footer-v7 .menu-links li a {
    display: inline-block;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}
.footer-v7 .menu-links li a:hover {
    font-weight: 700;
}
.footer-v7 .widget-about > img {
    margin-bottom: 43px;
}
.footer-v7 .widget-about ul li {
    display: block;
    color: #666;
    font-size: 16px;
    margin-bottom: 9px;
}
.footer-v7 .widget-about ul li:last-child {
    margin-bottom: 0;
}
.footer-v7 .widget-about ul li a {
    display: block;
    color: #666;
}
.footer-v7 .copy-tzt {
    color: #666;
    font-size: 16px;
    margin-top: 79px;
}
.footer-v7 .copy-tzt a {
    display: inline-block;
    color: #000;
    font-weight: 700;
}
.widget-follow > h3 {
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    margin-bottom: 20px;
}
.widget-follow .social-links li a {
    font-size: 18px;
}
.widget-language {
    text-align: right;
}
.widget-language > h3 {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 24px;
    text-transform: uppercase;
}
.widget-language ul li {
    display: inline-block;
    margin-right: 21px;
}
.widget-language ul li:last-child {
    margin-right: 0;
}
.widget-language ul li a {
    display: inline-block;
    color: #999;
    font-size: 16px;
}
.header-v8 {
    padding: 47px 0;
    position: relative;
}
.header-v8.v9 {
    background-color: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 40px 0;
}
.header-v8.v9 .header-content-v8 nav ul li a.active,
.header-v8.v9 .header-content-v8 nav ul li a:hover {
    color: #e7cca9;
}
.header-v8.v9 .header-content-v8 nav ul ul li a {
    color: #000;
}
.header-v8.v9 .header-content-v8 nav ul ul li a.active,
.header-v8.v9 .header-content-v8 nav ul ul li a:hover {
    color: #e7cca9;
}
.header-v8.v9 .container {
    max-width: 100%;
    padding: 0 80px;
}
.header-v8.v9 .header-content-v8 nav ul li a {
    color: #fff;
}
.header-v8.v9 .header-content-v8 .menu-btn {
    margin-left: 225px;
}
.header-v8.v9:before {
    display: none;
}
.header-v8:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-image: url(../images/line.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.header-v8 .container {
    max-width: 1230px;
    padding: 0 15px;
}
.header-content-v8 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.header-content-v8 .logo-v8 {
    max-width: 370px;
    -ms-flex: 0 0 370px;
    flex: 0 0 370px;
}
.header-content-v8 nav ul li {
    display: inline-block;
    padding: 0 20px;
    position: relative;
}
.header-content-v8 nav ul li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
.header-content-v8 nav ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 5px;
    height: 5px;
    background-color: #ccc;
    transform: translateY(-50%);
    border-radius: 50%;
}
.header-content-v8 nav ul li:first-child {
    padding-left: 0;
}
.header-content-v8 nav ul li:last-child {
    padding-right: 0;
}
.header-content-v8 nav ul li:last-child:before {
    display: none;
}
.header-content-v8 nav ul li a {
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.header-content-v8 nav ul li a:hover {
    color: #ff4800;
}
.header-content-v8 nav ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 240px;
    background-color: #fff;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    margin-top: 25px;
    padding: 20px;
    border-radius: 5px;
    z-index: 999999;
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.header-content-v8 nav ul ul ul {
    left: 100%;
    top: 0;
}
.header-content-v8 nav ul ul li {
    display: block;
    padding: 0;
    margin-bottom: 10px;
}
.header-content-v8 nav ul ul li:last-child {
    margin-bottom: 0;
}
.header-content-v8 nav ul ul li:after,
.header-content-v8 nav ul ul li:before {
    display: none;
}
.header-content-v8 nav ul ul li:last-child {
    border-bottom: 0;
}
.header-content-v8 nav ul ul li a:after,
.header-content-v8 nav ul ul li a:before {
    display: none;
}
.header-content-v8 .chat-btn {
    display: inline-block;
    margin-left: auto;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 11px;
    border-bottom: 1px solid #000;
}
.header-content-v8 .chat-btn i {
    margin-left: 10px;
    font-size: 16px;
}
.header-content-v8 .menu-btn {
    display: inline-block;
    color: #000;
    font-size: 30px;
    margin-left: 100px;
}
.banner-v8 {
    padding: 49px 0 100px;
}
.banner-v8-content .banner-txt-v8 {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 84px;
    margin-top: 67px;
}
.banner-v8-content .banner-txt-v8 > h2 {
    color: #000;
    font-size: 64px;
    line-height: 72px;
    margin-bottom: 28px;
}
.banner-v8-content .banner-txt-v8 p {
    color: #999;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 54px;
    padding-right: 30px;
}
.banner-v8-content .banner-wid {
    padding-top: 46px;
}
.banner-v8-content .banner-wid p {
    color: #000;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 46px;
    padding-right: 100px;
}
.wd-inz {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wd-inz .cinon {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #2f2e42;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 18px;
}
.wd-inz .wl-info {
    padding-left: 20px;
}
.wd-inz .wl-info > span {
    display: block;
    color: #666;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 1px;
}
.wd-inz .wl-info > h3 {
    color: #000;
    font-size: 24px;
}
.btn-default-v8 {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    background-color: #ff4800;
    height: 58px;
    line-height: 58px;
    padding: 0 35px;
    border-radius: 7px;
    text-transform: capitalize;
}
.btn-default-v8:hover {
    color: #fff;
}
.btn-default-v8.v2 {
    height: 46px;
    line-height: 46px;
    margin-top: 60px;
    background-color: inherit;
    border: 1px solid #ff4800;
    color: #ff4800;
    font-size: 16px;
    text-transform: capitalize;
}
.btn-default-v8.v2:hover {
    background-color: #ff4800;
    color: #fff;
}
.misson-section-v8 .mission-sec {
    margin-top: 209px;
}
.misson-section-v8 .mission-sec .crlce-misz:after {
    content: "";
    position: absolute;
    top: 90px;
    left: -80px;
    width: 580px;
    height: 483px;
    background-image: url(../images/bubble.png);
    background-repeat: no-repeat;
}
.misson-section-v8 .mission-sec .crlce-misz .crlce-list li.v1 {
    background-color: #ff4800;
}
.misson-section-v8 .mission-sec .crlce-misz .crlce-list li.v1 .crlce-info > i {
    color: #fff;
    font-size: 100px;
    margin-bottom: 20px;
}
.misson-section-v8 .mission-sec .crlce-misz .crlce-list li.v1 .crlce-info > h3 {
    color: #fff;
}
.misson-section-v8 .mission-sec .crlce-misz .crlce-list li.v2 .crlce-info > i {
    color: #000;
    font-size: 100px;
}
.misson-section-v8 .mission-sec .crlce-misz .crlce-list li.v3 .crlce-info > i {
    color: #fff;
    font-size: 70px;
    margin-bottom: 10px;
}
.misson-section-v8 .mission-sec .crlce-misz .crlce-list li.v3 .crlce-info > h3 {
    color: #fff;
}
.misson-section-v8 .mission-sec .crlce-misz .crlce-list li.v2 {
    background-color: #ffba00;
}
.misson-section-v8 .mission-sec .crlce-misz .crlce-list li.v3 {
    background-color: #2f2e42;
}
.misson-section-v8 .mission-sec .crlce-misz .crlce-list li .crlce-info > h3 {
    padding: 0 50px;
}
.grow-business-v8 {
    padding: 149px 0 69px;
}
.grow-business-v8 .counter-sec-v6 {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 110px;
}
.grow-business-v8 .counter-sec-v6 li {
    max-width: 33.33%;
    margin-right: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
}
.grow-business-v8 .counter-sec-v6 li .counter-cont > h2.clr1 {
    color: #ff4800;
}
.grow-business-v8 .counter-sec-v6 li .counter-cont > h2.clr2 {
    color: #ffba00;
}
.grow-business-v8 .counter-sec-v6 li .counter-cont > h2.clr3 {
    color: #2f2e42;
}
.grw-content-v8 {
    margin-bottom: 138px;
}
.grw-content-v8 .gr-text {
    max-width: 420px;
}
.grw-content-v8 .gr-text > h2 {
    color: #000;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 28px;
}
.grw-content-v8 .gr-text h4 {
    color: #010101;
    font-size: 24px;
    line-height: 32px;
    font-style: italic;
    margin-bottom: 34px;
    display: block;
}
.grw-content-v8 .gr-text p {
    color: #666;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 50px;
}
.grw-content-v8 .gr-text .btn-default-v8.v2 {
    margin-top: 0;
}
.grw-content-v8 .gr-text .view-btn .pl-btn {
    background-color: #ff4800;
    color: #fff;
}
.grw-content-v8 .gr-text .view-btn .pl-btn:before {
    background: #ff4800;
}
.grw-content-v8 .gr-text .view-btn:hover .vt {
    color: #ff4800;
}
.grw-content-v8 .gw-img {
    position: relative;
}
.grw-content-v8 .gw-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 773px;
    height: 778px;
    background-image: url(../images/overlay-gw.png);
    background-repeat: no-repeat;
    opacity: 0.8;
}
.grw-content-v8 .gw-img .gw-text {
    position: absolute;
    bottom: 140px;
    left: 95px;
    width: 100%;
    max-width: 470px;
}
.grw-content-v8 .gw-img .gw-text > h1 {
    color: #fff;
    font-size: 150px;
    line-height: 150px;
    font-weight: 800;
    display: inline-block;
    margin-bottom: 27px;
}
.grw-content-v8 .gw-img .gw-text > h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    display: inline-block;
    line-height: 32px;
    text-transform: uppercase;
}
.grw-content-v8 .gw-img .gw-text > h3 {
    color: #fff;
    font-size: 30px;
    line-height: 48px;
}
.view-story-btn {
    display: inline-block;
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    padding-left: 65px;
    margin-left: 26px;
    top: 9px;
    text-align: left;
}
.view-story-btn:before {
    content: "\eb51";
    font-family: lineicons;
    position: absolute;
    top: -5px;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background-color: #ff4800;
    color: #fff;
    font-size: 18px;
}
.projects-v8 {
    padding: 69px 0 100px;
}
.projects-v8 .container {
    max-width: 1550px;
    padding: 0 15px;
}
.title-v8 {
    margin-bottom: 30px;
}
.title-v8 > h2 {
    color: #000;
    font-size: 40px;
    text-transform: capitalize;
}
.title-v8 > p {
    color: #666;
    font-size: 16px;
    line-height: 30px;
    max-width: 520px;
    margin: 0 auto;
    margin-top: 18px;
}
.projects-tab-sec .nav-tabs {
    margin-bottom: 50px;
    display: block;
    text-align: center;
    border-bottom: 0;
}
.projects-tab-sec .nav-tabs li {
    display: inline-block;
    padding: 0;
    border: 0;
}
.projects-tab-sec .nav-tabs li a {
    border: 0;
    background-color: inherit;
    border-radius: 0;
    padding: 0 24px;
    display: inline-block;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
}
.projects-tab-sec .nav-tabs li a.active {
    color: #ff4800;
    font-weight: 700;
}
.container {
    margin: 0 auto;
}
.projects-sliders .project-slide {
    position: relative;
    margin-bottom: 75px;
}
.projects-sliders .project-slide:before {
    content: "";
    top: 0;
    height: 100%;
    background-color: #ff4800;
}
.projects-sliders .project-slide .project-slide-info,
.projects-sliders .project-slide:before {
    position: absolute;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}
.projects-sliders .project-slide .project-slide-info {
    bottom: 42px;
    padding: 0 50px;
}
.projects-sliders .project-slide .project-slide-info > h3 {
    color: #fff;
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 27px;
}
.projects-sliders .project-slide .project-slide-info > h3:hover {
    text-decoration: underline;
}
.projects-sliders .project-slide .project-slide-info p {
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}
.projects-sliders .project-slide .category {
    top: 53px;
    left: 50px;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}
.projects-sliders .project-slide .category,
.projects-sliders .project-slide .share {
    position: absolute;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}
.projects-sliders .project-slide .share {
    display: inline-block;
    top: 47px;
    right: 50px;
    font-size: 24px;
}
.projects-sliders .project-slide:hover .category,
.projects-sliders .project-slide:hover .project-slide-info,
.projects-sliders .project-slide:hover .share,
.projects-sliders .project-slide:hover:before {
    opacity: 1;
    visibility: visible;
}
.projects-sliders .slick-dots li {
    position: relative;
}
.projects-sliders .slick-dots li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-top: 1px;
    background-color: #ccc;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease-in-out;
}
.projects-sliders .slick-dots li button {
    width: 25px;
    height: 25px;
    border: 1px solid transparent;
    border-radius: 50%;
    background-color: #fff;
}
.projects-sliders .slick-dots li.slick-active:before {
    background-color: #ff4800;
}
.projects-sliders .slick-dots li.slick-active button {
    background-color: #fff;
    border-color: #ff530f;
}
.projects-sliders .slick-next,
.projects-sliders .slick-prev {
    width: auto;
    height: auto;
    line-height: inherit;
    border: 0;
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -37px;
}
.projects-sliders .slick-next:before,
.projects-sliders .slick-prev:before {
    color: #ccc;
    font-size: 36px;
}
.projects-sliders .slick-next:hover,
.projects-sliders .slick-prev:hover {
    background-color: inherit;
    -ms-box-shadow: inherit;
    box-shadow: inherit;
}
.projects-sliders .slick-next:hover:before,
.projects-sliders .slick-prev:hover:before {
    color: #ff4800;
}
.projects-sliders .slick-next.slick-disabled,
.projects-sliders .slick-prev.slick-disabled {
    opacity: 0;
}
.projects-sliders .slick-prev {
    right: auto;
    left: -75px;
}
.projects-sliders .slick-next {
    right: -75px;
}
.why-us-v8 {
    padding: 49px 0 16px;
}
.why-us-v8 .title-v8 {
    margin-bottom: 67px;
}
.fzt-row {
    margin: 0;
}
.fzt-row .col-lg-3 {
    padding: 0;
}
.our-fzt {
    background-color: #fff;
    border: 1px solid #eaeaea;
    padding: 33px 25px 95px;
    position: relative;
    height: 100%;
}
.our-fzt:before {
    content: "";
    position: absolute;
    bottom: 40px;
    left: 25px;
    width: 20px;
    height: 1px;
    background-color: #000;
}
.our-fzt:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background-color: #ff4800;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}
.our-fzt:hover:after {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.our-fzt > h3 {
    color: #000;
    font-size: 24px;
    line-height: 30px;
    text-transform: capitalize;
    margin-bottom: 16px;
}
.our-fzt > h3:hover {
    color: #ff4800;
}
.our-fzt p {
    color: #666;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 27px;
}
.our-fzt .fzt-icon {
    display: inline-block;
    width: 100px;
    position: relative;
    z-index: 1;
}
.our-fzt .fzt-icon:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    width: 71px;
    height: 71px;
    background-repeat: no-repeat;
    z-index: -1;
}
.our-fzt .fzt-icon.v1:before {
    background-image: url(../images/hx1.png);
}
.our-fzt .fzt-icon.v2:before {
    background-image: url(../images/hx2.png);
}
.our-fzt .fzt-icon.v3 {
    margin-top: 30px;
}
.our-fzt .fzt-icon.v3:before {
    background-image: url(../images/hx3.png);
}
.our-fzt .fzt-icon.v4:before {
    background-image: url(../images/hx4.png);
}
.our-fzt .fzt-icon i {
    color: #000;
    font-size: 60px;
    position: relative;
    left: 26px;
}
.partners-v8-sec {
    padding-bottom: 48px;
}
.partners-v8-sec .title-v8 {
    margin-bottom: 67px;
}
.pt-logos-v8 {
    margin: 0;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.pt-logos-v8 .col-lg-2 {
    padding: 0;
    max-width: 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}
.pt-logos-v8 .pt-logo-v8 {
    text-align: center;
    border: 1px solid #e2e2e2;
    padding: 0 20px;
    height: 150px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pt-logos-v8 .pt-logo-v8 > img {
    max-width: 60%;
    filter: grayscale(100%);
    transition: all 0.4s ease-in-out;
}
.pt-logos-v8 .pt-logo-v8:hover > img {
    filter: grayscale(0);
}
.blog-section-v7.v8 .title-v8 {
    margin-bottom: 72px;
}
.footer-v6.v8 {
    background-color: #f2f5fa;
    padding: 150px 0 100px;
}
.footer-v6.v8 .mile-bottom-footer .social-header {
    text-align: left;
}
.footer-v6.v8 .widget-abt {
    max-width: 550px;
}
.footer-v6.v8 .get-touch-txt {
    padding-left: 0;
    margin-top: 0;
}
.footer-v6.v8 .get-touch-txt h5 {
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
}
.footer-v6.v8 .container {
    max-width: 1230px;
    padding: 0 15px;
}
.footer-v6.v8 .footer-content-v6 .widget-abt > h2 a {
    color: #ff4800;
}
.footer-v6.v8 .footer-content-v6 .widget-abt > h2 a:before {
    background-color: #ff4800;
}
.footer-v6.v8 .widget-ft-services > h3 {
    color: #000;
    font-size: 25px;
    margin-bottom: 47px;
}
.footer-v6.v8 .widget-ft-services ul li {
    margin-bottom: 30px;
}
.footer-v6.v8 .widget-ft-services ul li:last-child {
    margin-bottom: 0;
}
.footer-v6.v8 .widget-ft-services ul li a {
    display: block;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.main-banner-v9 {
    background-image: url(../images/banner-img9.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 287px 0 322px;
    overflow: hidden;
}
.main-banner-v9:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1920px;
    height: 1500px;
    background-image: url(../images/bg-shape1.png);
    background-repeat: no-repeat;
}
.banner-slider-v9 {
    max-width: 650px;
    position: relative;
    z-index: 99;
}
.banner-slider-v9 .slick-dots {
    left: 0;
    text-align: left;
    bottom: -231px;
}
.banner-slider-v9 .slick-dots li {
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border: 1px solid transparent;
    transition: all 0.4s ease-in-out;
    border-radius: 50%;
}
.banner-slider-v9 .slick-dots li button {
    margin: 0 auto;
    transition: all 0.4s ease-in-out;
    margin-top: 7px;
    background-color: #516e9e;
}
.banner-slider-v9 .slick-dots li.slick-active {
    border-color: #e7cca9;
}
.banner-slider-v9 .slick-dots li.slick-active button {
    background-color: #e7cca9;
}
.banner-slider-v9 .banner-slide-v9 > span {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 21px;
}
.banner-slider-v9 .banner-slide-v9 > h2 {
    color: #fff;
    font-size: 72px;
    line-height: 84px;
    margin-bottom: 57px;
}
.banner-slider-v9 .banner-slide-v9 > h2 > span {
    display: inline-block;
    color: #e7cca9;
}
.banner-slider-v9 .banner-slide-v9 p {
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 76px;
    max-width: 420px;
}
.btn-default-v9 {
    background-color: #e7cca9;
    color: #0f2f65;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    padding: 0 36px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 700;
}
.btn-default-v9:hover {
    color: #0f2f65;
}
.btn-default-v9.v2 {
    background-color: #0f2f65;
    color: #e7cca9;
}
.btn-default-v9.v2:hover {
    background-color: #e7cca9;
    color: #0f2f65;
}
.abt-v9-cntr {
    border-bottom: 1px solid #d2d6dd;
    padding: 49px 0;
}
.abt-v9-cntr .call-us-v9 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.abt-v9-cntr .call-us-v9 .icon-v9 {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 48px;
    background-color: #0f2f65;
    border-radius: 50%;
    text-align: center;
    color: #e7cca9;
    font-size: 18px;
}
.abt-v9-cntr .call-us-v9 h4 {
    color: #0f2f65;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 20px;
    padding-left: 20px;
    font-weight: 700;
    /*max-width: 80px;*/
}
.abt-v9-cntr .call-us-v9 h3 {
    color: #0f2f65;
    font-size: 30px;
    padding-left: 40px;
}
.abt-v9-cntr .cl-ordr {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.abt-v9-cntr .cl-ordr li {
    margin-right: 80px;
}
.abt-v9-cntr .cl-ordr li:last-child {
    margin-right: 0;
}
.abt-v9-cntr .cl-ordr li > h3 {
    color: #0f2f65;
    font-size: 40px;
    margin-bottom: -2px;
}
.abt-v9-cntr .cl-ordr li > span {
    display: block;
    color: #666;
    font-size: 16px;
}
.about-v9-content {
    padding: 135px 0 0;
    margin-bottom: -20px;
}
.about-v9-content .container-fluid,
.about-v9-content .container-lg,
.about-v9-content .container-md,
.about-v9-content .container-sm,
.about-v9-content .container-xl {
    padding: 0 130px;
}
.about-v9-content .about-v9-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.about-v9-content .ban-img-v9 {
    position: relative;
    z-index: 1;
}
.about-v9-content .ban-img-v9:before {
    content: "";
    position: absolute;
    top: 85px;
    left: 0;
    width: 707px;
    height: 707px;
    background-image: url(../images/ban-shape.png);
    background-repeat: no-repeat;
    z-index: -1;
}
.about-v9-content .about-v9-txt {
    max-width: 670px;
    padding-left: 125px;
}
.about-v9-content .about-v9-txt > span {
    color: #0f2f65;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}
.about-v9-content .about-v9-txt > h2 {
    color: #0f2f65;
    font-size: 60px;
    line-height: 64px;
    margin-top: 25px;
    margin-bottom: 39px;
}
.about-v9-content .about-v9-txt > h2 > span {
    display: inline-block;
    color: #e7cca9;
}
.about-v9-content .about-v9-txt p {
    color: #666;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 63px;
}
.view-btn {
    display: inline-block;
    margin-left: 20px;
}
.view-btn .pl-btn {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background-color: #e7cca9;
    font-size: 18px;
    color: #0f2f65;
    margin-right: 11px;
    text-align: center;
    position: relative;
    z-index: 99;
}
.view-btn .pl-btn:before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    width: 56px;
    height: 56px;
    background-color: #e7cca9;
    opacity: 0.5;
    visibility: hidden;
    transform: scale(0.8);
    z-index: -1;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
}
.view-btn .pl-btn:hover:before {
    opacity: 0.5;
    visibility: visible;
    transform: scale(1.2);
}
.view-btn .pl-btn i {
    position: relative;
    top: 1px;
}
.view-btn .vt {
    display: inline-block;
    color: #0f2f65;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    max-width: 80px;
    position: relative;
    top: 8px;
    transition: all 0.4s ease-in-out;
}
.view-btn .vt:hover {
    color: #e7cca9;
}
.business-txt .view-btn.yellow .pl-btn:before {
    background-color: #f59e31;
}
.business-txt .view-btn.yellow .vt {
    text-align: left;
}
.business-txt .view-btn.yellow:hover .vt {
    color: #f59e31;
}
.title-v9 {
    margin-bottom: 85px;
}
.title-v9 > span {
    display: block;
    color: #0f2f65;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 17px;
    text-transform: uppercase;
}
.title-v9 > h2 {
    color: #0f2f65;
    line-height: 64px;
    font-size: 60px;
}
.title-v9 > h2 > span {
    display: inline-block;
    color: #e7cca9;
}
.services-v9 {
    background-color: #f0f3f9;
    padding: 220px 0 200px;
}
.services_v9 {
    margin-bottom: -30px;
}
.services_v9 .service-v9 {
    background-color: #fff;
    padding: 50px 50px 42px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
    transition: all 0.4s ease-in-out;
}
.services_v9 .service-v9 .s-category {
    position: absolute;
    top: 52px;
    right: 47px;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 3px;
}
.services_v9 .service-v9 .s-category:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #a3a3a3;
}
.services_v9 .service-v9 .s-icon {
    display: inline-block;
    width: 95px;
    height: 95px;
    background-color: #e6cba9;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    color: #0f2f65;
    font-size: 42px;
    margin-bottom: 50px;
    transition: all 0.4s ease-in-out;
}
.services_v9 .service-v9 > h3 {
    color: #0f2f65;
    font-size: 30px;
    margin-bottom: 14px;
}
.services_v9 .service-v9 p {
    font-size: 16px;
    line-height: 26px;
}
.services_v9 .service-v9:hover {
    -ms-box-shadow: 0 150px 200px rgba(55, 67, 84, 0.25);
    box-shadow: 0 150px 200px rgba(55, 67, 84, 0.25);
}
.services_v9 .service-v9:hover .s-icon {
    background-color: #0f2f65;
    color: #e6cba9;
}
.services_v9 .sv-text-v9 {
    padding: 50px 50px 0;
}
.services_v9 .sv-text-v9 > h2 {
    color: #0f2f65;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 41px;
}
.services_v9 .sv-text-v9 > img {
    margin-bottom: 11px;
}
.services_v9 .sv-text-v9 > span {
    display: block;
    color: #999;
    font-size: 14px;
}
.why-us-v9 {
    padding: 140px 0 119px;
}
.why-txt-v9 ul li {
    margin-bottom: 49px;
}
.why-txt-v9 ul li:last-child {
    margin-bottom: 0;
}
.why-txt-v9 .us-svs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.why-txt-v9 .us-svs .svs-icon {
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
    position: relative;
    top: 6px;
}
.why-txt-v9 .us-svs .svs-icon i {
    color: #0f2f65;
    font-size: 60px;
}
.why-txt-v9 .us-svs .svs-info {
    -ms-flex: 0 0 calc(100% - 100px);
    flex: 0 0 calc(100% - 100px);
    max-width: calc(100% - 100px);
    padding-right: 80px;
}
.why-txt-v9 .us-svs .svs-info > h3 {
    color: #0f2f65;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 11px;
}
.why-txt-v9 .us-svs .svs-info p {
    font-size: 16px;
    line-height: 26px;
}
.wy-img {
    position: relative;
}
.wy-img:before {
    content: "";
    position: absolute;
    top: 125px;
    left: -50px;
    width: 664px;
    height: 664px;
    background-image: url(../images/ban-shape2.png);
    background-repeat: no-repeat;
    z-index: -1;
}
.testimonial-v4-sec.v9 {
    background-color: #fff;
}
.testimonial-v4-sec.v9 .cl-slider-v4 {
    background-color: #f0f3f9;
}
.testimonial-v4-sec.v9 .cl-slider-v4 .cl-slide .rating li {
    color: #e6cba9;
    margin-right: 3px;
}
.testimonial-v4-sec.v9 .cl-slider-v4 .cl-slide > p {
    color: #0f2f65;
    font-size: 30px;
    font-weight: 600;
    line-height: 46px;
}
.testimonial-v4-sec.v9 .cl-slide:before {
    color: #e5caa8;
}
.testimonial-v4-sec.v9 .cl-slide-thumbs .cli-thumb .col-info > h3 {
    color: #0f2f65;
}
.testimonial-v4-sec.v9 .cl-slide-thumbs .cli-thumb .col-info > span strong {
    color: #e5caa8;
}
.testimonial-v4-sec.v9 .cl-slide-thumbs .cli-thumb:before {
    background-color: #0f2f65;
}
.testimonial-v4-sec.v9 .cl-slide-thumbs {
    border-bottom-color: #d2d6dd;
}
.team-sec.v9 {
    padding: 45px 0 5px;
}
.team-sec.v9 .team-thumb:before {
    background-image: url(../images/circle-bg2.png);
}
.team-sec.v9 .title-v9 {
    margin-bottom: 52px;
}
.team-sec.v9 .title-v9 > h2 {
    font-size: 52px;
    line-height: 56px;
}
.blog-section-v7.v9 {
    padding-bottom: 140px;
}
.blog-section-v7.v9 .blog-post-v7 .blog-info > h2:hover {
    color: #e5caa8;
}
.footer-v9 {
    background-color: #0f2f65;
    padding: 140px 0 95px;
}
.footer-v9 .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.footer-content-v9 .widget-title {
    color: #e7cca9;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.footer-content-v9 .widget-about {
    max-width: 220px;
}
.footer-content-v9 .widget-about > img {
    margin-bottom: 49px;
}
.footer-content-v9 .widget-about ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 6px;
    border: 0;
    padding: 0;
}
.footer-content-v9 .widget-about ul li:last-child {
    margin-bottom: 0;
}
.footer-content-v9 .widget-about ul li .wz-icon {
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    position: relative;
    top: 3px;
}
.footer-content-v9 .widget-about ul li p {
    -ms-flex: 0 0 calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
    max-width: calc(100% - 30px);
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.footer-content-v9 .widget-about ul li p a {
    display: inline-block;
    color: #fff;
}
.footer-content-v9 .widget-links {
    max-width: calc(100% - 30px);
    padding-top: 43px;
    border-top: 1px solid #ddd;
    margin-top: 3px;
}
.footer-content-v9 .widget-links .wd-links li {
    margin-bottom: 12px;
    border: 0;
    padding: 0;
}
.footer-content-v9 .widget-links .wd-links li:last-child {
    margin-bottom: 0;
}
.footer-content-v9 .widget-links .wd-links li a {
    display: block;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}
.footer-content-v9 .widget-links .wd-links li a:hover {
    color: #e7cca9;
}
.footer-content-v9 .widget-newsletter {
    padding-top: 43px;
    border-top: 1px solid #ddd;
    margin-top: 3px;
}
.footer-content-v9 .widget-newsletter p {
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 30px;
    max-width: 250px;
}
.footer-content-v9 .newz-form {
    position: relative;
}
.footer-content-v9 .newz-form .input--makiko {
    width: 100%;
    background: #f0f3f9;
    height: 50px;
}
.footer-content-v9 .newz-form .input__label--makiko {
    height: 100%;
    top: 0;
}
.footer-content-v9 .newz-form .input__label-content--makiko {
    text-align: right;
    font-size: 24px;
    height: 100%;
    padding: 0;
}
.footer-content-v9 .newz-form .input__field--makiko {
    font-size: 16px;
    color: #999;
    font-weight: 400;
    width: 100%;
}
.btm-footer {
    -ms-flex-align: center;
    align-items: center;
    margin-top: 120px;
}
.btm-footer .social-links li {
    margin-right: 27px;
}
.btm-footer .social-links li a {
    color: #fff;
    font-size: 20px;
}
.btm-footer .cp-txt {
    color: #fff;
    font-size: 16px;
}
.btm-footer .widget-language ul li a {
    color: #7f8a9c;
}
.btm-footer .widget-language ul li a:hover {
    color: #fff;
}
.header-v6.v10 {
    background-color: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.header-v6.v10 .container {
    max-width: 1410px;
    padding: 0 15px;
}
.header-v6.v10 .header-content-v6 {
    -ms-flex-align: center;
    align-items: center;
}
.header-v6.v10 .header-content-v6 nav {
    margin: 0;
}
.header-v6.v10 .header-content-v6 .hd-btn {
    background-color: #4c0ee9;
    color: #fff;
}
.header-v6.v10 .header-content-v6 .social-header {
    margin-left: auto;
}
.header-v6.v10 .header-content-v6 .social-header li a {
    font-size: 16px;
}
.header-v6.v11 .header-content-v6 nav ul ul li {
    border-bottom: 1px solid #ccc;
}
.header-v6.v11 .header-content-v6 nav ul ul li a {
    color: #000;
}
.banner-v10 {
    background-color: #eceff5;
    padding: 260px 0 325px;
}
.banner-v10 .banner-content-v10 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.banner-v10 .banner-content-v10 .banner-txt-v10 {
    max-width: 50%;
}
.banner-v10 .banner-content-v10 .banner-txt-v10 > span {
    display: block;
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 19px;
}
.banner-v10 .banner-content-v10 .banner-txt-v10 > h2 {
    color: #000;
    font-size: 72px;
    line-height: 72px;
    margin-bottom: 54px;
}
.banner-v10 .banner-content-v10 .banner-txt-v10 p {
    color: #000;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 76px;
    max-width: 430px;
}
.banner-v10 .banner-content-v10 .ban-img-v10 {
    max-width: 48%;
}
.btn-default-v10 {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    background-color: #4c0ee9;
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
    border-radius: 5px;
    text-transform: capitalize;
    font-weight: 700;
}
.btn-default-v10.v2 {
    background-color: inherit;
    border: 1px solid #4c0ee9;
    color: #4c0ee9;
}
.btn-default-v10.v2:hover {
    background-color: #4c0ee9;
    color: #fff;
    border-color: transparent;
}
.btn-default-v10:hover {
    color: #fff;
}
.footer-content-v9 .newz-form .input__label-content--makiko {
    background: transparent;
}
.input--makiko {
    width: 100%;
}
.our-services-sec.v10 {
    margin-top: -140px;
    padding: 0;
    background-color: inherit;
}
.our-services-sec.v10 .container {
    max-width: 1500px;
    padding: 0 15px;
}
.our-services-sec.v10 .our-services-content .service-card-mile {
    height: auto;
}
.our-services-sec.v10 .our-services-content .service-card-mile:hover {
    -ms-box-shadow: 0 25px 150px rgba(55, 67, 84, 0.25);
    box-shadow: 0 25px 150px rgba(55, 67, 84, 0.25);
}
.title-v10 {
    margin-bottom: 89px;
}
.title-v10 > span {
    font-weight: 700;
    color: #4c0ee9;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 19px;
}
.title-v10 > h2 {
    color: #000;
    font-size: 60px;
    line-height: 72px;
    text-transform: capitalize;
    margin-bottom: 26px;
}
.about-v10 {
    padding: 120px 0 103px;
}
.about-v10 .counter-sec-v6 {
    border-top: 1px solid #ddd;
    padding-top: 56px;
    margin-top: 89px;
}
.abt-v10-txt {
    margin-top: 32px;
}
.abt-v10-txt .title-v10 {
    margin-bottom: 0;
}
.abt-v10-txt > span {
    display: block;
    color: #000;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 62px;
}
.abt-v10-txt p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 82px;
    color: #999;
}
.abt-v10-txt .pl-btn {
    background-color: #4c0ee9;
    color: #fff;
}
.abt-v10-txt .pl-btn:before {
    background-color: #4c0ee9;
    opacity: 0.3;
}
.abt-v10-txt .view-btn .vt {
    font-size: 16px;
}
.abt-v10-txt .view-btn .vt:hover {
    color: #4c0ee9;
}
.works-v3-sec {
    padding-bottom: 180px;
}
.works-v3-sec.v10 {
    padding-bottom: 120px;
}
.works-v3-sec.v10 .work-projects .work-slide .wkr-txt > h3:hover {
    color: #4c0ee9;
}
.works-v3-sec.v10 .work-projects .work-slider .slick-next {
    right: -100px;
    left: auto;
}
.works-v3-sec.v10 .work-projects .work-slider .slick-prev {
    right: auto;
    left: -100px;
}
.works-v3-sec.v10 .work-projects .work-slider .slick-next,
.works-v3-sec.v10 .work-projects .work-slider .slick-prev {
    border: 0;
    top: 50%;
    transform: translateY(-50%);
}
.works-v3-sec.v10 .work-projects .work-slider .slick-next:before,
.works-v3-sec.v10 .work-projects .work-slider .slick-prev:before {
    font-size: 36px;
}
.works-v3-sec.v10 .work-projects .work-slider .slick-next:hover,
.works-v3-sec.v10 .work-projects .work-slider .slick-prev:hover {
    background-color: inherit;
}
.works-v3-sec.v10 .work-projects .work-slider .slick-dots {
    display: block !important;
}
.works-v3-sec.v10 .work-projects .work-slider .slick-dots li {
    position: relative;
}
.works-v3-sec.v10 .work-projects .work-slider .slick-dots li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease-in-out;
}
.works-v3-sec.v10 .work-projects .work-slider .slick-dots li button {
    width: 25px;
    height: 25px;
    border: 1px solid transparent;
    border-radius: 50%;
    background-color: #fff;
}
.works-v3-sec.v10 .work-projects .work-slider .slick-dots li.slick-active:before {
    background-color: #4c0ee9;
}
.works-v3-sec.v10 .work-projects .work-slider .slick-dots li.slick-active button {
    background-color: #fff;
    border-color: #4c0ee9;
}
.works-v3-sec.v10 .work-slide {
    margin-bottom: 85px;
}
.pricing-v10 {
    background-color: #eff1f6;
    padding: 165px 0 45px;
}
.prices-v10 .price-v10 {
    background-color: #fff;
    padding: 80px 50px 70px;
    height: 100%;
    text-align: center;
    position: relative;
    transition: all 0.4s ease-in-out;
}
.prices-v10 .price-v10:hover {
    -ms-box-shadow: 0 150px 200px rgba(55, 67, 84, 0.25);
    box-shadow: 0 150px 200px rgba(55, 67, 84, 0.25);
}
.prices-v10 .price-v10 .recommended {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.prices-v10 .price-v10 .recommended > span {
    display: inline-block;
    color: #690;
    font-size: 12px;
    font-weight: 700;
    background-color: #f2f9e4;
    padding: 2px 5px;
    text-transform: uppercase;
}
.prices-v10 .price-v10 > img {
    margin-bottom: 43px;
}
.prices-v10 .price-v10 h4 {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 6px;
}
.prices-v10 .price-v10 > span {
    display: block;
    color: #999;
    font-size: 14px;
    margin-bottom: 21px;
}
.prices-v10 .price-v10 h2 {
    color: #4c0ee9;
    font-size: 48px;
    margin-bottom: 30px;
}
.prices-v10 .price-v10 h2 sup {
    font-size: 16px;
    vertical-align: top;
    position: relative;
    top: 10px;
    left: 5px;
}
.prices-v10 .price-v10 h2 > span {
    display: inline-block;
    color: #999;
    font-size: 18px;
    font-weight: 400;
}
.prices-v10 .price-v10 ul {
    border-top: 1px solid #dfdfdf;
    margin-bottom: 130px;
}
.prices-v10 .price-v10 ul li {
    color: #000;
    font-size: 14px;
    border-bottom: 1px solid #dfdfdf;
    padding: 14px 0 11px;
    text-transform: uppercase;
}
.prices-v10 .price-v10 ul li:last-child {
    padding-bottom: 0;
    border-bottom: transparent;
}
.prices-v10 .price-v10 .btn-default-v10 {
    text-transform: uppercase;
    position: absolute;
    bottom: 70px;
    border-radius: 0;
    left: 50px;
    width: calc(100% - 100px);
}
.pl-btm {
    margin-top: 81px;
    color: #000;
    font-size: 16px;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 131px;
}
.pl-btm a {
    display: inline-block;
    color: #4c0ee9;
    text-decoration: underline;
}
.testimonial-sec.v10 {
    background-color: #eef0f5;
    background-image: inherit;
    background-position: inherit;
    padding-bottom: 180px;
}
.testimonial-sec.v10 .testimonial-slider .testimo-slider .slick-list {
    overflow: hidden;
}
.testimonial-sec.v10 .testimonial-slider .testimo-slider .testimonial-slide {
    -ms-box-shadow: inherit;
    box-shadow: inherit;
}
.testimonial-sec.v10 .testimonial-slider .testimo-slider .row {
    margin: 0 -15px;
}
.testimonial-sec.v10 .testimonial-slider .testimo-slider .col-lg-6 {
    padding: 0 15px;
}
.testimonial-sec.v10 .testimonial-slider .testimo-slider {
    margin: 0 -15px;
}
.testimonial-sec.v10 .testimonial-slider .testimo-slider .testimonial-slide {
    margin-top: 0;
}
.testimonial-sec.v10 .testimonial-slider .testimo-slider .slick-next,
.testimonial-sec.v10 .testimonial-slider .testimo-slider .slick-prev {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    top: -112px;
    border-radius: 10px;
}
.testimonial-sec.v10 .testimonial-slider .testimo-slider .slick-next:hover,
.testimonial-sec.v10 .testimonial-slider .testimo-slider .slick-prev:hover {
    background-color: #4c0ee9;
    -ms-box-shadow: inherit;
    box-shadow: inherit;
    border-color: transparent;
}
.testimonial-sec.v10 .testimonial-slider .testimo-slider .slick-next:hover:before,
.testimonial-sec.v10 .testimonial-slider .testimo-slider .slick-prev:hover:before {
    color: #fff;
}
.testimonial-sec.v10 .testimonial-slider .testimo-slider .slick-next:before,
.testimonial-sec.v10 .testimonial-slider .testimo-slider .slick-prev:before {
    color: #ccc;
    font-size: 18px;
    line-height: 45px;
}
.testimonial-sec.v10 .testimonial-slider .testimo-slider .slick-prev {
    right: 75px;
}
.testimonial-sec.v10 .testimonial-slider .testimo-slider .slick-next {
    right: 15px;
}
.testimonial-sec.v10 .testimonial-slider .testimo-slider .testimonial-slide:before {
    color: #d7dbe5;
}
.partners-section.v10 {
    padding: 95px 0 0;
}
.partners-section.v10 .pt-logos .pt-logo {
    margin-bottom: 0;
}
.blogs-v10 {
    padding: 155px 0 156px;
}
.blogs-v10 .row {
    margin: 0 -35px;
}
.blogs-v10 .row .col-lg-4 {
    padding: 0 35px;
}
.blogs-v10 .blog-posts-v10 .post-v10 {
    margin-bottom: 0;
}
.post-v10 .post-info {
    padding: 29px 0 0;
}
.post-v10 .post-info .category {
    display: inline-block;
    color: #4c0ee9;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 12px;
}
.post-v10 .post-info > h2 {
    color: #000;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 25px;
}
.post-v10 .post-info > h2:hover {
    color: #4c0ee9;
}
.post-v10 .post-info p {
    color: #666;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 28px;
	font-weight:400;
}
.post-v10 .post-info .posted-on {
    display: block;
    color: #999;
    font-size: 14px;
	font-weight:400;
}
.post-v10 .post-info .posted-on > a {
    display: inline-block;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
}
.footer-v6.v10 {
    background-color: #f1f3f8;
    padding: 174px 0 115px;
}
.footer-v6.v10 .footer-content-v6 .widget-abt > h2 a {
    color: #4c0ee9;
}
.footer-v6.v10 .footer-content-v6 .widget-abt > h2 a:before {
    background-color: #4c0ee9;
}
.footer-v6.v10 .footer-content-v6 .get-touch-txt ul li a:hover {
    color: #4c0ee9;
}
.footer-v6.v10 .social-header {
    position: relative;
    left: -21px;
}
.footer-v6.v10 .social-header li a:hover {
    color: #4c0ee9;
}
.footer-v6.v10 .mile-bottom-footer .btm-copy p {
    padding-left: 86px;
}
.page-content {
    padding: 90px 0;
    border-bottom: 1px solid #ccc;
}
.page-content .container.v-3 {
    max-width: 1400px;
    padding: 0 15px;
}
.page-content .featured-post-sec {
    margin-bottom: 121px;
}
.page-content .featured-post-sec .featured-post {
    margin-bottom: 0;
    padding-bottom: 147px;
}
.page-content .featured-post-slider .slick-dots {
    bottom: 55px;
}
.page-content .featured-post-slider .slick-dots li {
    position: relative;
}
.page-content .featured-post-slider .slick-dots li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease-in-out;
}
.page-content .featured-post-slider .slick-dots li button {
    width: 25px;
    height: 25px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 50%;
}
.page-content .featured-post-slider .slick-dots li.slick-active:before {
    background-color: #f59e31;
}
.page-content .featured-post-slider .slick-dots li.slick-active button {
    background-color: transparent;
    border-color: #f59e31;
}
.page-sec-title {
    margin-bottom: 70px;
    max-width: 950px;
    margin: 0 auto;
    margin-bottom: 133px;
}
.page-sec-title > span {
    display: block;
    color: #999;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 47px;
}
.page-sec-title > h2 {
    color: #000;
    font-size: 60px;
    line-height: 76px;
}
.blog-posts-v10 .post-v10 {
    margin-bottom: 96px;
}
.blog-posts-v10.blog-layout1 {
    margin-bottom: -96px;
}
.blog-posts-v10 .post-v10 .post-info .category,
.blog-posts-v10 .post-v10 .post-info > h2:hover {
    color: #f59e31;
}
.mile_pagination {
    text-align: center;
    margin-top: 75px;
}

.pg-title {
    color: #000;
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 45px;
}
.lt-news {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 136px;
}
.lt-news .blog-posts-v10 {
    margin: 0 -35px;
}
.lt-news .blog-posts-v10 .col-12,
.lt-news .blog-posts-v10 .col-lg-4 {
    padding: 0 35px;
}
.lt-news .blog-posts-v10 .post-thumb > img {
    border-radius: 5px;
}
.lt-news .blog-posts-v10 .post-v10 {
    margin-bottom: 0;
}
.lt-news .blog-posts-v10 .post-v10 .post-info .category {
    color: #999;
}
.blog-main-content {
    padding: 130px 0 0;
}
.blog-posts-layout2 {
    max-width: 740px;
}
.blog-posts-layout2 .bg-post {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 70px;
}
.blog-posts-layout2 .bg-post:last-child {
    margin-bottom: 0;
}
.blog-posts-layout2 .bg-post .bg-post-thumb {
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    max-width: 270px;
}
.blog-posts-layout2 .bg-post .bg-post-thumb > img {
    width: 100%;
    border-radius: 7px;
}
.blog-posts-layout2 .bg-post .bg-post-info {
    max-width: 100%;
    flex: 0 0 100%;
}
.blog-posts-layout2 .bg-post .bg-post-thumb + .bg-post-info {
    padding-left: 30px;
    -ms-flex: 0 0 calc(100% - 270px);
    flex: 0 0 calc(100% - 270px);
    max-width: calc(100% - 270px);
}
.blog-posts-layout2 .bg-post .bg-post-info .meta {
    margin-bottom: 11px;
}
.blog-posts-layout2 .bg-post .bg-post-info .meta li {
    display: inline-block;
    font-size: 14px;
    position: relative;
    padding: 0 15px;
	color:#000;
}
.blog-posts-layout2 .bg-post .bg-post-info .meta li span {
	color:#666;
}
.blog-posts-layout2 .bg-post .bg-post-info .meta li:first-child {
    padding-left: 0;
}
.blog-posts-layout2 .bg-post .bg-post-info .meta li:last-child {
    padding-right: 0;
}
.blog-posts-layout2 .bg-post .bg-post-info .meta li:last-child:before {
    display: none;
}
.blog-posts-layout2 .bg-post .bg-post-info .meta li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 4px;
    height: 4px;
    background-color: #666;
    border-radius: 50%;
    transform: translateY(-50%);
}
.blog-posts-layout2 .bg-post .bg-post-info .meta li a {
    color: #000;
    display: inline-block;
	margin-left:0;
}
.blog-posts-layout2 .bg-post .bg-post-info .meta li a.category {
    text-transform: uppercase;
    color: #f59e31;
    font-weight: 700;
}
.blog-posts-layout2 .bg-post .bg-post-info > h2 {
    color: #000;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 15px;
    position: relative;
}
.blog-posts-layout2 .bg-post .bg-post-info > h2 a:hover {
    text-decoration: underline;
}
.blog-posts-layout2 .bg-post .bg-post-info p {
    font-size: 16px;
    line-height: 26px;
	font-weight:400;
}
.blog-sidebar .widget {
    margin-bottom: 63px;
}
.blog-sidebar .widget:last-child {
    margin-bottom: 0;
}
.blog-sidebar .widget-search form {
    position: relative;
    width: 100%;
}
.blog-sidebar .widget-search form input {
    width: 100%;
    color: #999;
    font-size: 16px;
    padding: 0 30px;
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 30px;
}
.blog-sidebar .widget-search form button {
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    border: 0;
    background-color: inherit;
    color: #000;
    font-size: 24px;
}
.blog-sidebar .widget-title,
.mile-sidedar .wp-block-group__inner-container > h2,
.mile-sidedar .widget_block > h2,
.sidebar .widget-title,
.sidedar .wp-block-group__inner-container > h2,
.widget_block h2,
footer .widget-title{
    color: #000;
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 45px;
}
.blog-sidebar .widget-categories ul li {
    border-bottom: 1px solid #e7ebf6;
    padding: 15px 0;
    color: #999;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
}
.blog-sidebar .widget-categories ul li:first-child {
    padding-top: 0;
}
.blog-sidebar .widget-categories ul li a {
    margin-right: auto;
    display: inline-block;
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.blog-sidebar .widget-categories ul li > span {
    margin-left: auto;
    display: inline-block;
    color: #999;
    font-size: 14px;
}
.blog-sidebar .widget-categories ul li:hover a,
.blog-sidebar .widget-categories ul li:hover span {
    color: #f59e31;
}
.blog-sidebar .wd-posts li {
    margin-bottom: 32px;
}
.blog-sidebar .wd-posts li:last-child {
    margin-bottom: 0;
}
.blog-sidebar .wd-posts .pp-post > h3 {
    color: #000;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 13px;
}
.blog-sidebar .wd-posts .pp-post > h3 a:hover {
    text-decoration: underline;
}
.blog-sidebar .wd-posts .pp-post > span {
    display: block;
    color: #999;
    font-size: 14px;
}
.blog-sidebar .widget-tags {
    margin-bottom: 95px;
}
.blog-sidebar .widget-tags .tags-link {
    margin-bottom: -10px;
}
.blog-sidebar .widget-tags li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 7px;
}
.blog-sidebar .widget-tags li a,
.wp-block-tag-cloud a {
    display: inline-block;
    color: #999;
    font-size: 14px !important;
    border: 1px solid #dbdbdb;
    border-radius: 30px;
    padding: 5px 10px;
    font-weight: 500;
}
.blog-sidebar .widget-tags li a:hover,
.wp-block-tag-cloud a:hover {
    background-color: #f59e31;
    color: #fff;
    border-color: transparent;
}
.blog-sidebar .widget-adver > img {
    border-radius: 10px;
}
.single-post-layout1 .blog-posts-layout2 {
    max-width: 770px;
}
.single-post-layout1 .blog-posts-layout2 .bg-post {
    display: block;
    margin-bottom: 50px;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 30px;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info .meta {
    margin-bottom: 56px;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info > h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info .post-content-inner > p:first-child strong {
    display: inline-block;
    color: #000;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info .pst-large {
    margin-bottom: 14px;
    text-align: center;
    margin-top: 57px;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info .pst-large > img {
    border-radius: 8px;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info .pst-large span {
    color: #999;
    font-size: 16px;
    margin-top: 19px;
    display: block;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info > h3,
.post-content-inner h3 {
    color: #000;
    font-size: 24px;
    margin-bottom: 28px;
    margin-top: 47px;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info h3 + p {
    margin-bottom: 30px;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info blockquote {
    margin-top: 79px;
    padding: 0 70px;
    position: relative;
    margin-bottom: 84px;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info blockquote:before {
    content: "\eb65";
    font-family: lineicons;
    position: absolute;
    top: 0;
    right: 0;
    color: #f59e31;
    font-size: 48px;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info blockquote p {
    color: #16171e;
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
    margin-bottom: 38px;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info blockquote > span {
    display: block;
    font-size: 16px;
    color: #999;
    font-style: italic;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info blockquote > span strong {
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    font-style: inherit;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info iframe {
    width: 100%;
    height: 430px;
    margin-bottom: 17px;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info .post-cont {
    margin-top: 66px;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info .post-cont .post-tags li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info .post-cont .post-tags li:last-child {
    margin-right: 0;
    margin-bottom: 0;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info .post-cont .post-tags li a {
    display: inline-block;
    color: #999;
    font-size: 14px;
    border: 1px solid #dbdbdb;
    border-radius: 30px;
    padding: 0 10px;
    height: 30px;
    line-height: 28px;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info .post-cont .post-tags li a:hover {
    background-color: #f59e31;
    color: #fff;
    border-color: transparent;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info .post-cont .share-on {
    text-align: left;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info .post-cont .share-on > h3 {
    display: inline-block;
    color: #000;
    font-size: 14px;
    margin-right: 15px;
    text-transform: uppercase;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info .post-cont .share-on .social-circle {
    display: inline-block;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info .post-cont .share-on .social-circle li {
    display: inline-block;
    margin-right: 3px;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info .post-cont .share-on .social-circle li:last-child {
    margin-right: 0;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info .post-cont .share-on .social-circle li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    width: 30px;
    height: 30px;
    line-height: 32px;
    border-radius: 30px;
    text-align: center;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info .post-cont .share-on .social-circle li a.facebook {
    background-color: #3b5999;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info .post-cont .share-on .social-circle li a.twitter {
    background-color: #55acee;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info .post-cont .share-on .social-circle li a.google {
    background-color: #dd4b39;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info .post-cont .share-on .social-circle li a.tumblr {
    background-color: #2b4b6a;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info .post-cont .share-on .social-circle li a.rss {
    background-color: #fb7000;
}
.single-post-layout1 .blog-posts-layout2 .bg-posted-author {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 44px;
    margin-bottom: 76px;
}
.single-post-layout1 .blog-posts-layout2 .bg-posted-author .author-img {
    max-width: 80px;
}
.single-post-layout1 .blog-posts-layout2 .bg-posted-author .author-img > img {
    border-radius: 50%;
}
.single-post-layout1 .blog-posts-layout2 .bg-posted-author .author-info {
    width: calc(100% - 80px);
    padding-left: 20px;
}
.single-post-layout1 .blog-posts-layout2 .bg-posted-author .author-info > h3 {
    color: #181b31;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 4px;
}
.single-post-layout1 .blog-posts-layout2 .bg-posted-author .author-info > span {
    display: block;
    color: #999;
    font-size: 14px;
    margin-bottom: 12px;
}
.single-post-layout1 .blog-posts-layout2 .bg-posted-author .author-info p {
    font-size: 16px;
    line-height: 26px;
}
.related-posts-ly > h3 {
    text-transform: capitalize;
    margin-bottom: 43px;
    color: #000;
    font-size: 22px;
}
.related-posts-ly .blog-posts-v10 .post-v10 {
    margin-bottom: 0;
}
.container.v2 {
    max-width: 1230px;
    padding: 0 15px;
}
.bb-0 {
    border-bottom: 0 !important;
}
.commented-sec {
    padding: 130px 0;
}
.posted-comments {
    max-width: 850px;
}
.comment-list {
    margin-bottom: 79px;
}
.posted-comments > h3 {
    color: #16171e;
    font-size: 36px;
    margin-bottom: 53px;
}
.post-comment {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 34px;
}
.post-comment .comment-thumb {
    max-width: 70px;
}
.post-comment .comment-thumb > img {
    max-width: 100%;
    border-radius: 50%;
}
.post-comment .comment-info {
    max-width: calc(100% - 80px);
    padding-left: 20px;
    color: #666;
    font-size: 14px;
}
.post-comment .comment-info > h3 {
    display: inline-block;
    color: #000;
    font-size: 18px;
    margin-bottom: 7px;
}
.post-comment .comment-info > span {
    display: inline-block;
    color: #999;
    font-size: 14px;
    margin-left: 15px;
}
.post-comment .comment-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 18px;
    max-width: 700px;
}
.post-comment .comment-info .reply-btn {
    text-transform: uppercase;
    display: inline-block;
    color: #666;
    font-size: 12px;
    font-weight: 500;
    background-color: #fff;
    border: 1px solid #d1d3d9;
    height: 28px;
    line-height: 28px;
    padding: 0 13px;
    border-radius: 30px;
}
.post-comment .comment-info .reply-btn:hover {
    background-color: #f59e31;
    color: #fff;
    border-color: transparent;
}
.posted-comments li {
    margin-bottom: 14px;
}
.posted-comments li:last-child {
    margin-bottom: 0;
}
.posted-comments ul {
    padding-left: 90px;
}
.post-comment-form {
    max-width: 770px;
}
.post-comment-form > h3 {
    color: #16171e;
    font-size: 22px;
    margin-bottom: 45px;
}
.post-comment-form .form-group {
    margin-bottom: 30px;
}
.post-comment-form .form-group input {
    background-color: #fff;
    padding: 0 20px;
    height: 46px;
}
.post-comment-form .form-group input,
.post-comment-form .form-group textarea {
    width: 100%;
    color: #999;
    font-size: 16px;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
	font-weight:400;
}
.post-comment-form .form-group textarea {
    padding: 20px;
    height: 150px;
}
.post-comment-form .form-submit button {
    font-weight: 700;
    height: 52px;
    line-height: 52px;
    padding: 0 38px;
    font-size: 16px;
    -ms-box-shadow: inherit;
    box-shadow: inherit;
}
.container.v4 {
    max-width: 100%;
    padding: 0 100px;
}
.featured-post-sec.v2 .featured-post {
    padding: 0;
    border-radius: 0;
}
.single-post-meta {
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 110px;
}
.single-post-meta > h2 {
    color: #000;
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 45px;
}
.single-post-meta .meta {
    margin-bottom: 11px;
}
.single-post-meta .meta li {
    display: inline-block;
    font-size: 14px;
    position: relative;
    padding: 0 15px;
}
.single-post-meta .meta li:first-child {
    padding-left: 0;
}
.single-post-meta .meta li:last-child {
    padding-right: 0;
}
.single-post-meta .meta li:last-child:before {
    display: none;
}
.single-post-meta .meta li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    width: 4px;
    height: 4px;
    background-color: #999;
    border-radius: 50%;
    transform: translateY(-50%);
}
.single-post-meta .meta li a {
    color: #000;
    display: inline-block;
}
.single-post-meta .meta li a.category {
    text-transform: uppercase;
    color: #f59e31;
    font-weight: 700;
}
.single-post-layout2 {
    padding: 110px 0 0;
}
.single-post-layout2 .container {
    max-width: 1000px;
    padding: 0 15px;
}
.single-post-layout2 .blog-ppt {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.single-post-layout2 .shared-col {
    width: 200px;
}
.single-post-layout2 .shared-col > h4 {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
}
.single-post-layout2 .shared-col > span {
    display: block;
    color: #999;
    font-size: 14px;
    margin-bottom: 38px;
}
.single-post-layout2 .shared-col .social-count li {
    margin-bottom: 20px;
}
.single-post-layout2 .shared-col .social-count li:last-child {
    margin-bottom: 0;
}
.single-post-layout2 .shared-col .social-count li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 54px;
    border-radius: 50%;
    font-size: 26px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    text-align: center;
}

.single-post-layout2 .shared-col .social-count li a.twitter {
    color: #55acee;
}
.single-post-layout2 .shared-col .social-count li a.twitter:hover {
    background-color: #55acee;
}
.single-post-layout2 .shared-col .social-count li a.facebook {
    color: #55acee;
}
.single-post-layout2 .shared-col .social-count li a.facebook:hover {
    background-color: #3b5999;
}
.single-post-layout2 .shared-col .social-count li a.tumblr:hover {
    background-color: #000;
}
.single-post-layout2 .shared-col .social-count li a.rss {
    color: #fb7000;
    line-height: 50px;
}
.single-post-layout2 .shared-col .social-count li a.rss:hover {
    background-color: #fb7000;
}
.single-post-layout2 .shared-col .social-count li a:hover {
    border-color: transparent;
    color: #fff;
}
.single-post-layout2 .shared-col .social-count li > span {
    display: inline-block;
    color: #999;
    font-size: 14px;
    position: relative;
    top: -6px;
    margin-left: 6px;
}
.single-post-layout2 .shared-col .social-count li:hover > span {
    color: #000;
}
.single-post-layout2 .single-post-layout1 {
    width: calc(100% - 200px);
    max-width: 100%;
}
.single-post-layout2 .single-post-layout1 .blog-posts-layout2 {
    max-width: 100%;
}
.single-post-layout2 .single-post-layout1 .bg-post .bg-post-info {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.page-content .single-layout-featured .featured-post-sec {
    margin-bottom: 0;
}
.commented-v2 .container-fluid,
.commented-v2 .container-lg,
.commented-v2 .container-md,
.commented-v2 .container-sm,
.commented-v2 .container-xl {
    padding: 0 100px;
}
.about-v1-page {
    padding: 54px 0 40px;
}
.about-agency-content {
    max-width: 1200px;
    margin: auto;
  padding:0 15px;
}
.about-v-title {
    max-width: 100%;
    margin-bottom: 80px;
}
.about-v-title > span {
    display: block;
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 30px;
}
.about-v-title > h2 {
    color: #000;
    font-size: 48px;
    font-weight: 400;
}
.about-v-title > h2 > strong {
    font-weight: 700;
    display: block;
}
.abt-agency-banner {
    margin-bottom: 87px;
}
.agency-banner-info {
    max-width: 880px;
}
.agency-banner-info > p {
    color: #666;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 83px;
}
.agency-banner-info blockquote p {
    color: #000;
    font-size: 30px;
    line-height: 48px;
    margin-bottom: 40px;
}
.agency-banner-info blockquote > h3 {
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 4px;
}
.agency-banner-info blockquote > span {
    display: block;
    color: #999;
    font-size: 14px;
}
.our-services-sec.bg2 {
    background: #f2f5fa;
}
.agy-team-sec {
    padding: 143px 0 139px;
}
.ag-title {
    max-width: 870px;
    margin-bottom: 110px;
}
.ag-title > h3 {
    color: #000;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.ag-title p {
    color: #666;
    font-size: 18px;
    line-height: 32px;
}
.ag-teams {
    margin-bottom: -96px;
}
.ag-teams .ag-team {
    text-align: center;
    margin-bottom: 96px;
}
.ag-teams .ag-team > img {
    border-radius: 50%;
    margin-bottom: 21px;
}
.ag-teams .ag-team > h3 {
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 4px;
}
.ag-teams .ag-team > span {
    display: block;
    color: #999;
    font-size: 14px;
}
.ag-teams .join-team {
    display: inline-block;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    background-color: #f2f5fa;
    border-radius: 50%;
    padding: 0 15px;
    text-align: center;
    padding-top: 32px;
}
.ag-teams .join-team > i {
    color: #999;
    font-size: 48px;
    margin-bottom: 9px;
}
.ag-teams .join-team > h3 {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
}
.office-imgs {
    max-width: 1545px;
    margin: 0;
}
.office-imgs .col-lg-4,
.office-imgs .col-lg-8 {
    padding: 0;
}
.office-imgs .of-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.office-imgs .of-img.v2 {
    margin-left: 30px;
}
.ag-partners {
    padding: 153px 0 0;
}
.ag-partners .pt-logos {
    padding-bottom: 46px;
    border-bottom: 1px solid #eaeaea;
}
.lets-sec {
    padding: 0 0 100px;
    border-bottom: 1px solid #eaeaea;
}
.lets-sec .lets-content > h2 {
    color: #000;
    font-size: 52px;
    font-weight: 400;
}
.lets-sec .lets-content > h2 strong {
    display: inline-block;
    font-weight: 700;
}
.lets-sec .lets-content > h2 strong a {
    display: inline-block;
    color: #f59e31;
    position: relative;
}
.lets-sec .lets-content > h2 strong a:before {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f59e31;
}
.business-banner {
    background-image: url(../images/business-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 325px 0 240px;
}
.business-txt {
    max-width: 900px;
    margin: 0 auto;
}
.business-txt > span {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 19px;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.business-txt > h2 {
    color: #fff;
    font-size: 72px;
    line-height: 72px;
    margin-bottom: 54px;
}
.business-txt > h2 span {
    display: inline-block;
    color: #f59e31;
}
.business-txt p {
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    max-width: 430px;
    margin: 0 auto;
    margin-bottom: 77px;
}
.business-txt .view-btn .pl-btn {
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
}
.business-txt .view-btn .pl-btn:before {
    background-color: #ff4800;
}
.business-txt .view-btn .vt {
    color: #fff;
}
.business-txt .view-btn .vt:hover {
    color: #ff4800;
}
.about-v9-content.v2 .about-v9-txt > span {
    color: #999;
}
.about-v9-content.v2 .about-v9-txt > h2 {
    font-size: 48px;
    color: #000;
}
.about-v9-content.v2 .about-v9-txt > h2 > span {
    color: #f59e31;
}
.about-v9-content.v2 .cinon {
    background-color: #f59e31;
    color: #fff;
}
.about-v9-content.v2 .ban-img-v9:before {
    background-image: url(../images/ban-shape3.png);
}
.clr-yeloow {
    color: #f59e31 !important;
}
.clr-yeloow-bg {
    background-color: #f59e31 !important;
}
.services-v9.v2 {
    padding: 220px 0 61px;
}
.services-v9.v2 .service-v9 .s-icon {
    background-color: #fff7ee;
}
.services-v9.v2 .service-v9:hover .s-icon.clr-yeloow {
    background-color: #f59e31;
    color: #fff !important;
}
.services-v9.v2 .service-v9 > h3 {
    color: #000;
}
.black-clr {
    color: #000 !important;
}
.gray-color {
    color: #999 !important;
}
.counter-sec-v6.br-top {
    border-top: 1px solid #ddd;
    padding-top: 96px;
    margin-top: 140px;
}
.counter-sec-v6.br-top li .counter-cont > h2 {
    color: #ccc;
}
.wy-img.v2:before {
    background-image: url(../images/ban-shape4.png);
}
.why-txt-v9.v2 {
    margin-top: 63px;
}
.title-v9 > h2.black-clr {
    font-size: 48px;
    line-height: 54px;
}
.why-us-v9.v2 {
    padding: 140px 0 188px;
}
.testimonial-sec.v10 {
    padding-bottom: 140px;
}
.bz-certificate {
    background-color: #f0f3f9;
    padding: 129px 0 272px;
}
.bz-certificate .certicications-sec .certificate-details .awd-list .web-link:hover {
    color: #f59e31;
}
.bz-certificate .certicications-sec .certificate-details .awd-list .web-link:hover:before {
    background-color: #f59e31;
}
.bz-certificate .testimonial-sec.v10 {
    background-color: transparent;
    padding-top: 176px;
}
.bz-certificate .testimonial-sec.v10 .testimonial-slider.style2 .slick-dots {
    bottom: -69px;
}
.bz-certificate .testimonial-sec.v10 .testimonial-slider.style2 .slick-dots li {
    position: relative;
}
.bz-certificate .testimonial-sec.v10 .testimonial-slider.style2 .slick-dots li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease-in-out;
}
.bz-certificate .testimonial-sec.v10 .testimonial-slider.style2 .slick-dots li button {
    width: 25px;
    height: 25px;
    border: 1px solid transparent;
    border-radius: 50%;
    background-color: transparent;
}
.bz-certificate .testimonial-sec.v10 .testimonial-slider.style2 .slick-dots li.slick-active:before {
    background-color: #f59e31;
}
.bz-certificate .testimonial-sec.v10 .testimonial-slider.style2 .slick-dots li.slick-active button {
    border-color: #f59e31;
}
.bz-certificate .testimonial-sec.v10 .testimonial-slider.style2 .slick-next,
.bz-certificate .testimonial-sec.v10 .testimonial-slider.style2 .slick-prev {
    line-height: inherit;
    border: 0;
    background-color: transparent;
    height: auto;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -37px;
}
.bz-certificate .testimonial-sec.v10 .testimonial-slider.style2 .slick-next:before,
.bz-certificate .testimonial-sec.v10 .testimonial-slider.style2 .slick-prev:before {
    color: #ccc;
    font-size: 36px;
}
.bz-certificate .testimonial-sec.v10 .testimonial-slider.style2 .slick-next:hover,
.bz-certificate .testimonial-sec.v10 .testimonial-slider.style2 .slick-prev:hover {
    background-color: inherit;
    -ms-box-shadow: inherit;
    box-shadow: inherit;
}
.bz-certificate .testimonial-sec.v10 .testimonial-slider.style2 .slick-next:hover:before,
.bz-certificate .testimonial-sec.v10 .testimonial-slider.style2 .slick-prev:hover:before {
    color: #000;
}
.bz-certificate .testimonial-sec.v10 .testimonial-slider.style2 .slick-next.slick-disabled,
.bz-certificate .testimonial-sec.v10 .testimonial-slider.style2 .slick-prev.slick-disabled {
    opacity: 0;
}
.bz-certificate .testimonial-sec.v10 .testimonial-slider.style2 .slick-prev {
    right: auto;
    left: -75px;
}
.bz-certificate .testimonial-sec.v10 .testimonial-slider.style2 .slick-next {
    right: -75px;
}
.partners-v8-sec.v2 {
    padding-bottom: 180px;
}
.about_me_sec {
    padding: 100px 0 0;
    background-image: url(../images/about_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}
.about_me_sec .container {
    max-width: 1360px;
}
.about_me_content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.about_me_content .about_txt {
    max-width: 590px;
    margin-top: 148px;
}
.about_me_content .about_txt > span {
    display: inline-block;
    color: #999;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 47px;
    text-transform: uppercase;
}
.about_me_content .about_txt > h2 {
    color: #000;
    font-size: 60px;
    line-height: 64px;
    margin-bottom: 50px;
}
.about_me_content .about_txt > p {
    color: #999;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 80px;
}
.about_me_content .about_txt > a {
    display: inline-block;
    color: #999;
    font-size: 48px;
}
.about_v1_content {
    padding: 110px 0 120px;
    border-bottom: 1px solid #eaeaea;
}
.about_v1_content > p {
    color: #000;
    font-size: 32px;
    line-height: 52px;
    margin-bottom: 60px;
    max-width: 100%;
}
.about_v1_content > p > span {
    display: inline-block;
    color: #f59e31;
}
.about_v1_content > h4 {
    color: #000;
    font-size: 24px;
    font-weight: 700;
}
.resume_details {
    padding: 100px 0 140px;
}
.resume_details .resume_mile {
    padding-bottom: 131px;
}
.resume_details .resume_mile:last-child {
    padding-bottom: 0;
}
.resume_details .resume_mile .rs-heading {
    color: #000;
    font-size: 20px;
    text-transform: uppercase;
}
.resume_details .resume_mile .rs_info > p {
    color: #666;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 56px;
}
.resume_details .resume_mile .rs_info .lniks li {
    display: block;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 22px;
    font-weight: 700;
    transition: all 0.4s ease-in-out;
}
.resume_details .resume_mile .rs_info .lniks li:hover {
    color: #f59e31;
}
.resume_details .resume_mile .rs_info .lniks li:last-child {
    margin-bottom: 0;
}
.resume_details .resume_mile .edu-exp ul li {
    margin-bottom: 37px;
}
.resume_details .resume_mile .edu-exp ul li:last-child {
    margin-bottom: 0;
}
.resume_details .resume_mile .edu-exp > h3 {
    color: #000;
    font-size: 16px;
    margin-bottom: 39px;
    text-transform: capitalize;
    font-weight: 400;
}
.resume_details .resume_mile .edu-exp .edu-knw > h3 {
    color: #000;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
    max-width: 220px;
}
.resume_details .resume_mile .edu-exp .edu-knw > span {
    display: block;
    color: #999;
    font-size: 14px;
}
.resume_details .resume_mile .exp-div > h3 {
    color: #000;
    font-size: 16px;
    margin-bottom: 39px;
    text-transform: capitalize;
    font-weight: 400;
}
.resume_details .resume_mile .exp-div > ul li {
    margin-bottom: 37px;
}
.resume_details .resume_mile .exp-div > ul li:last-child {
    margin-bottom: 0;
}
.resume_details .resume_mile .exp-div > ul li > h4 {
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 4px;
}
.resume_details .resume_mile .exp-div > ul li > span {
    display: block;
    color: #999;
    font-size: 14px;
}
.resume_details .resume_mile .exp-div > ul li > span b {
    display: inline-block;
    font-weight: 700;
}
.resume_details .resume_mile .exp-div > ul li > span b.red {
    color: #e43652;
}
.resume_details .resume_mile .exp-div > ul li > span b.black {
    color: #000;
}
.resume_details .resume_mile .exp-div > ul li > span b.green {
    color: #4eae08;
}
.resume_details .resume_mile .exp-div > ul li > span b.fb {
    color: #235aca;
}
.resume_details .resume_mile .awrds-info > p {
    font-size: 666666;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 60px;
}
.resume_details .resume_mile .awrds-info > ul li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 45px;
}
.resume_details .resume_mile .awrds-info > ul li:last-child {
    margin-bottom: 0;
}
.resume_details .resume_mile .awrds-info > ul li > span {
    width: 100px;
    color: #999;
    font-size: 16px;
}
.resume_details .resume_mile .awrds-info > ul li > h3 {
    color: #000;
    font-size: 18px;
    margin-left: auto;
}
#more-arrows {
    width: 75px;
    height: 65px;
}
#more-arrows:hover polygon {
    fill: #999;
    transition: all 0.2s ease-out;
}
#more-arrows:hover polygon.arrow-bottom {
    transform: translateY(-18px);
}
#more-arrows:hover polygon.arrow-top {
    transform: translateY(18px);
}
polygon {
    fill: #999;
    transition: all 0.2s ease-out;
}
polygon.arrow-middle {
    opacity: 0.75;
}
polygon.arrow-top {
    opacity: 0.5;
}
.testi_about_v1 {
    background-color: #f2f5fa;
}
.testi_about_v1 .lets-sec {
    padding: 110px 0 185px;
    border-bottom: 0;
}
.testi-v-sec {
    padding: 130px 0;
    border-bottom: 1px solid #d5d9de;
}
.testi-v-sec .tv-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.testi-v-sec .tv-col .tv-col-thumb {
    max-width: 60px;
}
.testi-v-sec .tv-col .tv-col-thumb > img {
    border-radius: 50%;
}
.testi-v-sec .tv-col .tv-col-info {
    padding-left: 20px;
}
.testi-v-sec .tv-col .tv-col-info > h3 {
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 2px;
}
.testi-v-sec .tv-col .tv-col-info > span {
    display: block;
    color: #999;
    font-size: 16px;
}
.testi-v-sec .tv-col .tv-col-info > span i {
    font-style: italic;
    color: #06c;
}
.testi-v-sec .testi-content {
    padding-left: 60px;
}
.testi-v-sec .testi-content > p {
    color: #000;
    font-size: 36px;
    line-height: 48px;
}
.border-top {
    border-top: 1px solid #eaeaea;
    padding-top: 28px;
}
.service_v1_page {
    padding: 54px 0 150px;
}
.sv-title {
    margin-bottom: 234px;
}
.sv-title > span {
    display: block;
    text-transform: uppercase;
    color: #999;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}
.sv-title > h2 {
    color: #000;
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 51px;
}
.sv-title p {
    font-size: 20px;
    line-height: 36px;
    max-width: 430px;
}
.sv-title.v2 {
    margin-bottom: 64px;
}
.services_items.style2 {
    margin-top: 351px;
}
.service-item {
    margin-bottom: 184px;
    max-width: 500px;
}
.service-item:last-child {
    margin-bottom: 0;
}
.service-item .service-thumb {
    margin-bottom: 52px;
}
.service-item .service-thumb > img {
    border-radius: 20px;
}
.service-item .service-info > h3 {
    color: #000;
    font-size: 36px;
    margin-bottom: 18px;
}
.service-item .service-info p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 49px;
}
.service-item .service-info .sk-col > h4 {
    text-transform: capitalize;
    color: #000;
    font-size: 16px;
    margin-bottom: 38px;
}
.service-item .service-info .sk-col ul li {
    margin-bottom: 12px;
    color: #666;
}
.service-item .service-info .sk-col ul li:last-child {
    margin-bottom: 0;
}
.service-item .service-info .sk-col ul li a {
    display: inline-block;
    font-size: 18px;
    color: #000;
    font-weight: 500;
    text-transform: capitalize;
    position: relative;
}
.service-item .service-info .sk-col ul li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #f59e31;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}
.service-item .service-info .sk-col ul li a:after {
    content: ",";
    position: absolute;
    bottom: 2px;
    left: 100%;
    font-size: 17px;
}
.service-item .service-info .sk-col ul li a:hover {
    color: #f59e31;
}
.service-item .service-info .sk-col ul li a:hover:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.service-item .service-info .sk-col.pol > ul li {
    display: inline-block;
}
.pricing-v10.service-v {
    padding: 166px 0 201px;
}
.pricing-v10.service-v .pl-btm {
    margin-top: 71px;
    padding-bottom: 0;
    border-bottom: 0;
}
.pricing-v10.service-v .pl-btm p {
    color: #999;
    font-size: 18px;
}
.pricing-v10.service-v .pl-btm p a {
    display: inline-block;
    color: #000;
}
.pricing-v10.service-v .row {
    margin: 0;
}
.pricing-v10.service-v .row .col-lg-4 {
    padding: 0;
    border-right: 1px solid #ebeff1;
}
.pricing-v10.service-v .row .col-lg-4:last-child {
    border-right: 0;
}
.pricing-v10.service-v .title-v10 > h2 {
    font-size: 48px;
    line-height: 54px;
}
.pricing-v10.service-v .prices-v10 .price-v10 {
    padding: 80px 50px 110px;
}
.pricing-v10.service-v .prices-v10 .price-v10 h2 {
    color: #000;
}
.pricing-v10.service-v .prices-v10 .price-v10 .btn-default-v10 {
    border-color: #f59e31;
    color: #f59e31;
    border-radius: 30px;
    display: inline-block;
    position: static;
    padding: 0 25px;
    width: 70%;
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}
.pricing-v10.service-v .prices-v10 .price-v10 .btn-default-v10 i {
    font-size: 18px;
    margin-left: 10px;
}
.pricing-v10.service-v .prices-v10 .price-v10 .btn-default-v10:hover {
    background-color: #f59e31;
    color: #fff;
}
.pricing-v10.service-v .prices-v10 .price-v10 ul li {
    font-size: 14px;
    line-height: 24px;
    padding-left: 40px;
    padding-right: 40px;
}
.pricing-v10.service-v .prices-v10 .price-v10 ul {
    margin-bottom: 42px;
}
.pricing-v10.service-v .prices-v10 .price-v10 h4 {
    margin-bottom: 16px;
}
.pricing-v10.service-v .prices-v10 .price-v10 h2 {
    margin-bottom: 42px;
}
.vls-sections.service-v2 {
    padding: 65px 0 165px;
}
.vls-sections.service-v2 .mile-vl-sec:nth-child(2n) {
    left: 0;
}
.vls-sections .sv-title {
    margin-bottom: 100px;
}
.vls-sections .sv-title > h2,
.vls-sections .sv-title > span {
    margin-bottom: 20px;
}
.counter-sec.border-bottom {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 97px;
}
.testi-v3-sec.v2-page {
    padding: 118px 0;
}
.contact-sec.sv-page {
    background: #f0f3f9;
    padding: 148px 0 200px;
}
.contact-sec.sv-page:after,
.contact-sec.sv-page:before {
    display: none;
}
.contact-sec.sv-page .contact-form .form-group input,
.contact-sec.sv-page .contact-form .form-group textarea {
    background-color: inherit;
}
.contact-sec.pf-single {
    background: #f0f3f9;
    padding: 130px 0;
}
.contact-sec.pf-single:after,
.contact-sec.pf-single:before {
    display: none;
}
.contact-sec.pf-single .contact-form .form-group input,
.contact-sec.pf-single .contact-form .form-group textarea {
    background-color: inherit;
}
.contact-sec.pf-single .btn-default.no-bg {
    color: #000;
    border-color: #000;
}
.contact-sec.pf-single .btn-default.no-bg:hover {
    border-color: transparent;
    color: #fff;
}
.service-page-banner {
    background-color: #eceff5;
    padding: 265px 0 458px;
}
.service-page-banner .sv-title {
    margin-bottom: 0;
}
.service-page-banner .sv-title > span {
    margin-bottom: 38px;
}
.service-page-banner .sv-title > h2 {
    margin-bottom: 48px;
}
.services_03_content {
    margin-top: -340px;
}
.services_03_content .container {
    max-width: 1550px;
}
.services_03_content .svs-03-styles {
    padding: 165px 175px;
    background-color: #fff;
}
.services_03_content .svs-03-styles .services-v9 {
    background-color: #fff;
    padding: 0;
    margin-top: 142px;
}
.services_03_content .svs-03-styles .services-v9 .title-v9 {
    margin-bottom: 64px;
}
.services_03_content .svs-03-styles .services-v9 .title-v9 > h2 {
    color: #000;
    font-size: 48px;
    line-height: 56px;
}
.services_03_content .svs-03-styles .services-v9 .services_v9 .service-v9 {
    border: 1px solid #dbdbdb;
    border-radius: 5px;
}
.services_03_content .svs-03-styles .services-v9 .services_v9 .service-v9 > h3 {
    color: #000;
}
.services_03_content .svs-03-styles .services-v9 .services_v9 .service-v9 .s-icon.clr-1 {
    background-color: rgba(245, 158, 49, 0.2);
    color: rgba(245, 158, 49, 0.9);
}
.services_03_content .svs-03-styles .services-v9 .services_v9 .service-v9 .s-icon.clr-2 {
    background-color: #fdf3f2;
    color: #f54331;
}
.services_03_content .svs-03-styles .services-v9 .services_v9 .service-v9 .s-icon.clr-3 {
    background-color: #e6fdf8;
    color: #4ad2d0;
}
.services_03_content .svs-03-styles .services-v9 .services_v9 .service-v9 .s-icon.clr-4 {
    background-color: #f4e9fd;
    color: #9928e0;
}
.services_03_content .svs-03-styles .services-v9 .services_v9 .service-v9 .s-icon.clr-5 {
    background-color: #edfbe9;
    color: #78bc1f;
}
.testimonial-sec.v10.svs-page {
    padding: 145px 0 176px;
}
.testimonial-sec.v10.svs-page .title-v10 h2 {
    font-size: 48px;
    margin-bottom: 0;
}
.testimonial-sec.v10.svs-page .title-v10 {
    margin-bottom: 60px;
}
.testimonial-sec.v10.svs-page .testimonial-slider .testimo-slider .slick-dots {
    display: none !important;
}
.testimonial-sec.v10.svs-page .testimonial-slider .testimo-slider .slick-next,
.testimonial-sec.v10.svs-page .testimonial-slider .testimo-slider .slick-prev {
    top: -90px;
}
.testimonial-sec.v10.svs-page .testimonial-slider .testimo-slider .slick-next:hover,
.testimonial-sec.v10.svs-page .testimonial-slider .testimo-slider .slick-prev:hover {
    background-color: #f59e31;
}
.testimonial-sec.v10.svs-page .partners-section {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 110px;
}
.testimonial-sec.v10.svs-page .prices-v10 .price-v10 h2 {
    color: #f59e31;
}
.testimonial-sec.v10.svs-page .prices-v10 .price-v10 .btn-default-v10 {
    border-color: #f59e31;
    color: #f59e31;
    font-size: 17px;
    padding: 0 30px;
    left: 50%;
    transform: translateX(-50%);
}
.testimonial-sec.v10.svs-page .prices-v10 .price-v10 .btn-default-v10:hover {
    background-color: #f59e31;
    border-color: transparent;
    color: #fff;
}
.testimonial-sec.v10.svs-page .pl-btm {
    border-bottom: 0;
    padding-bottom: 0;
}
.testimonial-sec.v10.svs-page .price-section-v {
    padding: 128px 0 0;
}
.contact-v1-map .container-fluid,
.contact-v1-map .container-lg,
.contact-v1-map .container-md,
.contact-v1-map .container-sm,
.contact-v1-map .container-xl {
    padding: 0 100px;
}
.contact-v1-map .container-fluid .gmap_canvas iframe,
.contact-v1-map .container-lg .gmap_canvas iframe,
.contact-v1-map .container-md .gmap_canvas iframe,
.contact-v1-map .container-sm .gmap_canvas iframe,
.contact-v1-map .container-xl .gmap_canvas iframe {
    width: 100%;
    height: 880px;
}
.contact-v1-map .container-fluid .mapouter,
.contact-v1-map .container-lg .mapouter,
.contact-v1-map .container-md .mapouter,
.contact-v1-map .container-sm .mapouter,
.contact-v1-map .container-xl .mapouter {
    position: relative;
}
.map-address {
    position: absolute;
    top: 50%;
    right: 80px;
    max-width: 590px;
    background-color: #fff;
    border-radius: 25px;
    transform: translateY(-50%);
    padding: 100px;
}
.map-address > h3 {
    color: #000;
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 17px;
    margin-top: -9px;
}
.map-address > h3 > span {
    display: inline-block;
    color: #999;
    font-weight: 400;
}
.map-address p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 52px;
}
.map-address .mail {
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    margin-bottom: 34px;
    text-transform: uppercase;
}
.map-address .mail a {
    display: inline-block;
    color: #666;
    font-size: 16px;
    text-transform: inherit;
    font-weight: 400;
}
.map-address .call-dir {
    display: block;
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}
.map-address .phone {
    font-size: 36px;
    color: #000;
    margin-bottom: 60px;
}
.map-address .office-addrs {
    margin-bottom: 66px;
}
.map-address .office-addrs > h3 {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.map-address .office-addrs ul {
    position: relative;
    left: -10px;
}
.map-address .office-addrs ul li {
    display: inline-block;
    position: relative;
    margin-bottom: 9px;
}
.map-address .office-addrs ul li:first-child {
    padding-left: 0;
}
.map-address .office-addrs ul li:before {
    content: "|";
    position: absolute;
    top: 0;
    left: 100%;
    color: #666;
    font-size: 16px;
}
.map-address .office-addrs ul li:last-child:before {
    display: none;
}
.map-address .office-addrs ul li a {
    padding: 0 10px;
    display: inline-block;
    color: #666;
    font-size: 16px;
    position: relative;
}
.map-address .office-addrs ul li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(100% - 20px);
    height: 1px;
    background-color: #666;
    transform: translateX(-50%);
    transition: all 0.4s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.map-address .office-addrs ul li a:hover:before {
    opacity: 1;
    visibility: visible;
}
.contact-sec.no-bg {
    padding: 175px 0 230px;
}
.contact-sec.no-bg:after,
.contact-sec.no-bg:before {
    display: none;
}
.contact-sec.no-bg .sec-title {
    margin-bottom: 117px;
}
.contact-sec.no-bg .sec-title > h2 {
    font-size: 48px;
    margin-bottom: 22px;
}
.box-shadow-none {
    -ms-box-shadow: inherit !important;
    box-shadow: inherit !important;
}
.contact-v2-map {
    padding: 65px 0 124px;
}
.contact-v2-map .container-fluid,
.contact-v2-map .container-lg,
.contact-v2-map .container-md,
.contact-v2-map .container-sm,
.contact-v2-map .container-xl {
    max-width: calc(100% - 380px);
    padding: 0 15px;
    margin-left: auto;
}
.contact-v2-map .sv-title {
    max-width: 690px;
    margin-bottom: 130px;
}
.contact-v2-map .mapouter .gmap_canvas iframe {
    width: 100%;
    height: 640px;
}
.map-oth {
    padding: 105px 0 0;
}
.map-oth .map-address {
    position: static;
    background-color: #fff;
    transform: inherit;
    padding: 0;
}
.map-oth .map-address > h3 {
    color: #000;
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 17px;
    margin-top: -9px;
}
.map-oth .map-address > h3 > span {
    display: inline-block;
    color: #999;
    font-weight: 400;
}
.map-oth .map-address p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 52px;
}
.map-oth .map-address .mail {
    display: block;
    font-size: 14px;
    color: #000;
    font-weight: 700;
    margin-bottom: 34px;
    text-transform: uppercase;
}
.map-oth .map-address .mail a {
    display: inline-block;
    color: #666;
    font-size: 16px;
    text-transform: inherit;
    font-weight: 400;
}
.map-oth .map-address .call-dir {
    display: block;
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 10px;
}
.map-oth .map-address .phone {
    font-size: 36px;
    color: #000;
    margin-bottom: 0;
}
.contact-v2-map .office-addrs {
    margin-bottom: 66px;
    max-width: 440px;
}
.contact-v2-map .office-addrs > h3 {
    color: #000;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    margin-bottom: 16px;
}
.contact-v2-map .office-addrs ul {
    position: relative;
    left: -10px;
}
.contact-v2-map .office-addrs ul li {
    display: inline-block;
    position: relative;
    margin-bottom: 9px;
}
.contact-v2-map .office-addrs ul li:first-child {
    padding-left: 0;
}
.contact-v2-map .office-addrs ul li:before {
    content: "|";
    position: absolute;
    top: 0;
    left: 100%;
    color: #666;
    font-size: 16px;
}
.contact-v2-map .office-addrs ul li:last-child:before {
    display: none;
}
.contact-v2-map .office-addrs ul li a {
    display: inline-block;
    color: #666;
    font-size: 16px;
    padding: 0 10px;
}
.contact-sec.gray-bg {
    background-color: #f0f3f9;
    padding: 130px 0;
}
.contact-sec.gray-bg .contact-form .form-group input,
.contact-sec.gray-bg .contact-form .form-group textarea {
    background-color: inherit;
}
.career-single .cr-single-content .btn-default {
    width: auto !important;
}
.team-page {
    padding: 65px 0 160px;
    border-bottom: 1px solid #e5e5e5;
}
.team-page .sv-title {
    margin-bottom: 100px;
}
.teams .team-cl {
    position: relative;
    transition: all 0.4s ease-in-out;
    margin-bottom: 30px;
}
.teams .team-cl:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}
.teams .team-cl > img {
    width: 100%;
}
.teams .team-cl .social-ic {
    position: absolute;
    top: 0;
    right: 37px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}
.teams .team-cl .social-ic li {
    display: inline-block;
    margin-right: 22px;
}
.teams .team-cl .social-ic li:last-child {
    margin-right: 0;
}
.teams .team-cl .social-ic li a {
    display: inline-block;
    color: #000;
    font-size: 18px;
}
.teams .team-cl .social-ic li a:hover {
    color: #f59e31;
}
.teams .team-cl .team-fig {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 40px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}
.teams .team-cl .team-fig > h3 {
    color: #000;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 12px;
}
.teams .team-cl .team-fig > span {
    display: block;
    color: #999;
    font-size: 14px;
}
.teams .team-cl:hover {
    -ms-box-shadow: 0 100px 150px rgba(89, 102, 128, 0.3);
    box-shadow: 0 100px 150px rgba(89, 102, 128, 0.3);
}
.teams .team-cl:hover .social-ic,
.teams .team-cl:hover .team-fig,
.teams .team-cl:hover:before {
    opacity: 1;
    visibility: visible;
}
.teams .team-cl:hover .social-ic {
    top: 39px;
}
.teams .team-cl:hover .team-fig {
    bottom: 35px;
}
.teams .become-member {
    border: 1px solid #e4e4e4;
    text-align: center;
    height: calc(100% - 30px);
    padding: 85px 50px 0;
}
.teams .become-member > i {
    color: #f59e31;
    font-size: 72px;
    margin-bottom: 28px;
}
.teams .become-member > h3 {
    color: #000;
    font-size: 24px;
    line-height: 30px;
}
.filters-nav {
    margin-bottom: 70px;
}
.filters-nav li {
    display: inline-block;
    margin-right: 8px;
}
.filters-nav li:last-child {
    margin-right: 0;
}
.filters-nav li a {
    display: inline-block;
    color: #999;
    font-size: 16px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    padding: 0 24px;
    cursor: pointer;
    border-radius: 30px;
}
.filters-nav li a.selected {
    background-color: #faf2e9;
    color: #f93;
}
.career-page {
    border-bottom: 1px solid #e5e5e5;
    padding: 65px 0 50px;
}
.career-page .container {
    max-width: 1200px;
    padding: 0 15px;
}
.masonary {
    width: 100%;
    margin-bottom: -81px;
}
.ms-row {
    margin: 0 -50px;
}
.ms-row .col-lg-6 {
    padding: 0 50px;
}
.career-item {
    margin-bottom: 81px;
}
.career-item .career-thumb {
    margin-bottom: 29px;
}
.career-item .career-info > h2 {
    color: #000;
    font-size: 30px;
    line-height: 37px;
    margin-bottom: 14px;
    position: relative;
    display: inline-block;
}
.career-item .career-info > h2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #000;
    transition: all 0.4s ease-in-out;
}
.career-item .career-info > h2:hover:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
.career-item .career-info p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 29px;
}
.career-item .career-info > span {
    display: block;
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
}
.career-single .job-type {
    display: block;
    color: #000;
    font-size: 16px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 80px;
}
.career-single .cr-single-content {
    max-width: 850px;
    margin: 0 auto;
    margin-top: 95px;
}
.career-single .cr-single-content p {
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 35px;
    color: #000;
}
.career-single .cr-single-content > h3 {
    color: #000;
    font-size: 30px;
    margin-bottom: 48px;
    margin-top: 80px;
}
.career-single .cr-single-content ul li {
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #000;
    margin-bottom: 18px;
    position: relative;
    padding-left: 30px;
}
.career-single .cr-single-content ul li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000;
    transform: translateY(-50%);
}
.career-single .cr-single-content ul li:last-child {
    margin-bottom: 0;
}
.career-single .cr-single-content .btn-default {
    margin-top: 121px;
}
.error-page {
    background-color: #f0f3f9;
    padding: 210px 0 155px;
}
.error-content {
    max-width: 480px;
    margin: 0 auto;
    text-align: center;
}
.error-content > img {
    margin-bottom: 102px;
}
.error-content > h3 {
    color: #000;
    font-size: 36px;
    margin-bottom: 10px;
}
.error-content > p {
    font-size: 18px;
    margin-bottom: 42px;
}
.testimonial-sec.v10.clr-default .testimo-slider .slick-dots {
    display: none !important;
}
.testimonial-sec.v10.clr-default .testimonial-slider .testimo-slider .slick-next:hover,
.testimonial-sec.v10.clr-default .testimonial-slider .testimo-slider .slick-prev:hover {
    background-color: #f59e31;
}
.pricing-v10.clr-default {
    padding: 225px 0 45px;
}
.pricing-v10.clr-default .title-v10 > h2 {
    font-size: 48px;
}
.pricing-v10.clr-default .prices-v10 .price-v10 .btn-default-v10,
.pricing-v10.clr-default .prices-v10 .price-v10 h2 {
    color: #f59e31;
    border-color: #f59e31;
}
.pricing-v10.clr-default .prices-v10 .price-v10 .btn-default-v10:hover {
    background-color: #f59e31;
    color: #fff;
    border-color: transparent;
}
.coming-soon-page {
    background-color: #f0f3f9;
    padding: 187px 0 150px;
}
.coming-soon-page .cm-content {
    max-width: 850px;
    margin: 0 auto;
    text-align: center;
}
.coming-soon-page .cm-content > h2 {
    color: #000;
    font-size: 36px;
    text-transform: capitalize;
    margin-bottom: 105px;
}
.coming-soon-page .cm-content > img {
    max-width: 100%;
    margin-bottom: 112px;
}
.coming-soon-page .cm-content > h3 {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 31px;
}
.coming-soon-page .time-counter,
.countdown-timer-init {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 55px;
}
.coming-soon-page .time-counter li,
.countdown-items {
    display: inline-block;
    width: 125px;
    height: 125px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    padding-top: 23px;
    margin-right: 18px;
}
.coming-soon-page .time-counter li:last-child {
    margin-right: 0;
}
.coming-soon-page .time-counter li > h2,
.ctw-digits {
    color: #000;
    font-size: 48px;
    font-weight: 400;
    margin-bottom: -10px;
}
.coming-soon-page .time-counter li > span,
.ctw-label {
    display: block;
    color: #666;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: -6px;
}
.btn-default.white-bg {
    background-color: #fff;
    color: #f59e31;
    border: 1px solid #f59e31;
}
.sv-title.v3 {
    margin-bottom: 115px;
}
.portfolio-ms-page {
    padding: 65px 0 160px;
    border-bottom: 1px solid #ccc;
}
.portfolio-ms-page .container-fluid,
.portfolio-ms-page .container-lg,
.portfolio-ms-page .container-md,
.portfolio-ms-page .container-sm,
.portfolio-ms-page .container-xl {
    max-width: 100%;
    padding: 0 100px;
}
.portfolio-ms-page .ms-row .masonary {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.portfolio-ms-page .ms-row .col-lg-4 {
    padding: 0 85px;
}
.portfolio-ms-page .ms-row .pt-item {
    text-align: center;
    margin-bottom: 210px;
}
.portfolio-ms-page .ms-row .pt-item > a img {
    max-width: 100%;
}
.more-items {
    padding-top: 80px;
}
.more-items .more-item {
    display: inline-block;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    border: 1px solid #cfcfcf;
    width: 180px;
    height: 180px;
    line-height: 180px;
    text-align: center;
    border-radius: 50%;
}
.more-items .more-item:hover {
    border-color: transparent;
    text-decoration: underline;
}
.zoom-img {
    position: relative;
    overflow: hidden;
}
.zoom-img img {
    transition: all 0.4s ease-in-out;
}
.zoom-img:hover img {
    transform: scale(1.2);
}
.pf-single-banner {
    background-color: #f1445a;
    padding: 223px 0 0;
}
.pf-single-banner .pf-banner {
    text-align: center;
}
.pf-single-banner .pf-banner > img {
    max-width: 100%;
}
.btn-default.white {
    color: #fff;
    border-color: #fff;
}
.project-content-v1 {
    padding: 190px 0 0;
}
.project-v1-info .project-dt {
    max-width: 520px;
}
.project-v1-info .project-dt > h2 {
    color: #000;
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 70px;
    max-width: 370px;
}
.project-v1-info .project-dt .dd-tinfo {
    margin-bottom: 33px;
}
.project-v1-info .project-dt .dd-tinfo > h3 {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 22px;
}
.project-v1-info .project-dt .dd-tinfo > span {
    display: block;
    color: #666;
    font-size: 16px;
    line-height: 26px;
}
.txt-content {
    padding: 130px 0;
    border-bottom: 1px solid #eaeaea;
}
.txt-content p {
    padding: 0 150px;
    color: #333;
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
}
.ppr-sldr {
    background-color: #f1f6fa;
    padding: 64px 70px;
    border-radius: 10px;
}
.ppr-sldr p {
    color: #000;
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 43px;
    font-style: italic;
}
.ppr-sldr .pp-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
.ppr-sldr .pp-info .pp-img {
    max-width: 60px;
}
.ppr-sldr .pp-info .pp-img > img {
    max-width: 100%;
}
.ppr-sldr .pp-info .pp-dt {
    padding-left: 20px;
}
.ppr-sldr .pp-info .pp-dt > h3 {
    color: #000;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 2px;
}
.ppr-sldr .pp-info .pp-dt > span {
    display: block;
    color: #999;
    font-size: 16px;
}
.ppr-sldr .pp-info .pp-dt > span a {
    display: inline-block;
    color: #06c;
    font-style: italic;
}
.challenge-sec {
    padding: 124px 0 150px;
}
.challenge-sec .mv-title {
    max-width: 440px;
}
.challenge-sec .container-fluid,
.challenge-sec .container-lg,
.challenge-sec .container-md,
.challenge-sec .container-sm,
.challenge-sec .container-xl {
    padding: 0 100px;
}
.mv-title > span {
    display: block;
    color: #ee9a30;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 31px;
    letter-spacing: 2px;
}
.mv-title > h2 {
    color: #000;
    font-size: 40px;
    line-height: 50px;
}
.mv-para p {
    font-size: 18px;
    line-height: 32px;
}
.mv-para p strong {
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}
.sl-sec {
    margin-top: 120px;
}
.op-row {
    padding: 170px 0 0;
}
.op-details {
    max-width: 420px;
    margin-top: 72px;
}
.op-details .mv-title {
    margin-bottom: 50px;
}
.op-details p {
    font-size: 18px;
    line-height: 32px;
}
.vl-img {
    position: relative;
}
.vl-img:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 399px;
    height: 399px;
    background-image: url(../images/vl-shape.png);
    z-index: -1;
    background-repeat: no-repeat;
}
.pp-tabs-sec .nav-tabs {
    margin-top: 110px;
    display: inline-block;
    background-color: #f1f6fa;
    border: 0;
    height: 40px;
    line-height: 40px;
    border-radius: 30px;
}
.pp-tabs-sec .nav-tabs li {
    display: inline-block;
    border: 0;
}
.pp-tabs-sec .nav-tabs li:first-child a,
.pp-tabs-sec .nav-tabs li:last-child a {
    border-radius: 0;
}
.pp-tabs-sec .nav-tabs li a {
    border-radius: 0;
    display: inline-block;
    color: #666;
    font-size: 18px;
    font-weight: 500;
    border: 0;
    padding: 0 30px;
    text-transform: capitalize;
}
.pp-tabs-sec .nav-tabs li a:focus,
.pp-tabs-sec .nav-tabs li a:hover {
    outline: none;
    border: 0;
}
.pp-tabs-sec .nav-tabs li a.active,
.pp-tabs-sec .nav-tabs li a:hover {
    border: 0;
    background-color: #f93;
    border-radius: 30px;
    color: #fff;
    font-weight: 500;
}
.showcase-sec {
    background-color: #e8eff5;
    padding: 146px 0 270px;
}
.showcase-sec .container-fluid,
.showcase-sec .container-lg,
.showcase-sec .container-md,
.showcase-sec .container-sm,
.showcase-sec .container-xl {
    padding: 0 100px;
}
.showcase-slider {
    margin: 0 -35px;
    padding-top: 116px;
}
.showcase-slider .col-lg-3 {
    padding: 0 35px;
}
.showcase-slider .screen-slide > img {
    max-width: 100%;
    border-radius: 20px;
}
.showcase-slider .slick-dots {
    bottom: -117px;
}
.showcase-slider .slick-dots li {
    margin-right: 13px;
}
.showcase-slider .slick-dots li:last-child {
    margin-right: 0;
}
.showcase-slider .slick-dots li button {
    width: 12px;
    height: 12px;
    background-color: #889aaa;
}
.showcase-slider .slick-dots li.slick-active button {
    background-color: #f93;
}
.avl-sec {
    padding: 140px 0;
    border-bottom: 1px solid #eaeaea;
}
.avl-content {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}
.avl-content > img {
    margin-bottom: 74px;
}
.avl-content p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 67px;
}
.avl-content > h3 {
    color: #000;
    font-size: 18px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 39px;
}
.avl-content .download-links li {
    display: inline-block;
    margin-right: 10px;
}
.avl-content .download-links li:last-child {
    margin-right: 0;
}
.avl-btm {
    margin-top: 170px;
    border-top: 1px solid #eaeaea;
    padding: 70px 0 0;
}
.avl-btm .shareon > h3 {
    color: #000;
    display: inline-block;
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 18px;
}
.avl-btm .shareon ul {
    display: inline-block;
}
.avl-btm .shareon ul li {
    display: inline-block;
    margin-right: 11px;
}
.avl-btm .shareon ul li:last-child {
    margin-right: 0;
}
.avl-btm .shareon ul li a {
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ebebeb;
    font-size: 19px;
    color: #999;
    font-size: 16px;
    text-align: center;
}
.avl-btm .shareon ul li a:hover {
    background-color: #f93;
    color: #fff;
    border-color: transparent;
}
.avl-btm .liked-dv {
    text-align: right;
}
.avl-btm .liked-dv .liked {
    display: inline-block;
    color: #ff3600;
    width: 40px;
    height: 40px;
    line-height: 42px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    background-color: #ebeff0;
    margin-right: 11px;
}
.avl-btm .liked-dv > span {
    display: inline-block;
    color: #666;
    font-size: 16px;
}
.pft-slide .pft-details {
    max-width: 585px;
    padding-right: 185px;
    margin-left: auto;
    padding-bottom: 80px;
}
.pft-slide .pft-txt {
    margin-top: 202px;
}
.pft-slide .pft-txt > h2 {
    color: #000;
    font-size: 48px;
    text-transform: capitalize;
    margin-bottom: 29px;
}
.pft-slide .pft-txt > p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 44px;
}
.pft-slide .pft-txt .pft-task {
    margin-bottom: 74px;
}
.pft-slide .pft-txt .pft-task > h3 {
    color: #f93;
    font-size: 14px;
    text-transform: capitalize;
    margin-bottom: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.pft-slide .pft-txt .pft-task > p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
}
.pft-slide .pft-txt .pp-list {
    margin-bottom: 73px;
}
.pft-slide .pft-txt .pp-list li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #eaeaea;
    padding: 20px 0;
}
.pft-slide .pft-txt .pp-list li > h3 {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    width: 130px;
}
.pft-slide .pft-txt .pp-list li > span {
    display: inline-block;
    color: #666;
    font-size: 16px;
}
.pft-slide .pft-txt .scl-links li {
    display: inline-block;
    margin-right: 11px;
}
.pft-slide .pft-txt .scl-links li:last-child {
    margin-right: 0;
}
.pft-slide .pft-txt .scl-links li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #999;
    border: 1px solid #eaeaea;
    font-size: 16px;
}
.pft-slide .pft-txt .scl-links li a:hover {
    background-color: #f93;
    color: #fff;
    border-color: transparent;
}
.pft-slider .slick-next,
.pft-slider .slick-prev {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #fff;
    border: 0;
    width: auto;
    height: 42px;
    line-height: 42px;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 24px;
    border-radius: 0;
    letter-spacing: 2px;
    transform: rotate(-90deg);
}
.pft-slider .slick-next:before,
.pft-slider .slick-prev:before {
    display: none;
}
.pft-slider .slick-next:hover,
.pft-slider .slick-prev:hover {
    -ms-box-shadow: inherit;
    box-shadow: inherit;
    background-color: #f93;
    color: #fff;
}
.pft-slider .slick-prev {
    left: 76px;
    right: auto;
}
.pft-slider .slick-next {
    right: 76px;
    left: auto;
    transform: rotate(90deg);
}
.bg-2 {
    background-color: #e4edf0;
}
.pf-single-layout3 {
    padding: 44px 0 122px;
}
.pf-single-layout3 .pf-head-v3 {
    margin-bottom: 49px;
}
.pf-single-layout3 .pf-head-content-v3 > h2 {
    color: #000;
    font-size: 60px;
    text-transform: capitalize;
    margin-bottom: 50px;
}
.pf-single-layout3 .pf-head-content-v3 .prp-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pf-single-layout3 .pf-head-content-v3 .prp-list li {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.pf-single-layout3 .pf-head-content-v3 .prp-list li > h3 {
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.pf-single-layout3 .pf-head-content-v3 .prp-list li > span {
    display: block;
    color: #666;
    font-size: 16px;
}
.pf-single-layout3 .pf-banner-v3 > img {
    max-width: 100%;
}
.border-bottom {
    border-bottom: 1px solid #eaeaea;
}
.chal-sec-v3 .mv-title {
    max-width: 420px;
}
.txt-content.v2 {
    padding: 91px 0 125px;
}
.pl-v3-slider-sec {
    margin-top: 124px;
}
.pl-v3-slider-sec .row {
    margin: 0 -50px;
}
.pl-v3-slider-sec .col-lg-4 {
    padding: 0 50px;
}
.pl-v3-slider-sec .pf-slide-v3 {
    height: 100%;
}
.pl-v3-slider-sec .pf-slide-v3 > img {
    height: 100%;
    height: 514px;
    object-fit: cover;
    width: 100%;
    max-width: 100%;
}
.vd-frame-sec {
    padding: 164px 0 0;
}
.ms-title {
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 148px;
}
.ms-title > h2 {
    color: #000;
    font-size: 36px;
    line-height: 48px;
}
.yt-frame iframe {
    width: 100%;
    height: 600px;
}
.post-control-sec {
    padding: 140px 0 160px;
}
.post-control-sec h2 {
    font-size: 60px;
    color: #000;
}
.post-control-sec .avl-btm {
    padding-top: 0;
    margin-top: 100px;
}
.post-control-sec .avl-btm .shareon ul li a {
    background-color: #fff;
}
.post-control-sec .avl-btm .shareon ul li a:hover {
    background-color: #f93;
    color: #fff;
}
.post-control-sec .avl-btm .liked-dv .liked,
footer.bg-white {
    background-color: #fff;
}
.pf-hr-slide .pfr-thumb {
    margin-bottom: 35px;
}
.pf-hr-slide .pfr-info > h3 {
    font-size: 24px;
    color: #000;
    line-height: 30px;
    max-width: 190px;
}
.pf-hr-slide .pfr-info > h3:hover a {
    text-decoration: underline;
}
.portfolio-horizontol {
    padding-top: 60px;
}
.portfolio-horizontol .pagee-title {
    position: absolute;
    bottom: 0;
    left: 153px;
    color: #efefef;
    font-size: 120px;
    line-height: 120px;
    transform: rotate(-90deg);
    transform-origin: left;
    text-transform: uppercase;
    z-index: 99;
}
.no-scroll {
    overflow: hidden;
}
.pf-hr-slider {
    padding-left: 370px;
}
.header-v6.v11 {
    background-color: inherit;
}
.header-v6.v11 .header-content-v6 nav ul li:before {
    background-color: #999;
}
.header-v6.v11 .header-content-v6 nav ul li a,
.header-v6.v11 .social-header li a {
    color: #fff;
}
.header-v6.v11 .header-content-v6 .hd-btn {
    margin-left: 84px;
    background-color: inherit;
    border: 1px solid #fff;
    color: #fff;
}
.main-banner-v11 {
    background-image: url(../images/banner11.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 330px 0 235px;
}
.main-banner-v11 .content-v11 {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}
.main-banner-v11 .content-v11 > span {
    display: block;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 19px;
    font-weight: 700;
    letter-spacing: 1px;
}
.main-banner-v11 .content-v11 > h2 {
    color: #fff;
    font-size: 72px;
    line-height: 72px;
    margin-bottom: 54px;
}
.main-banner-v11 .content-v11 p {
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 74px;
    padding: 0 70px;
}
.main-banner-v11 .content-v11 .view-btn .pl-btn {
    background-color: inherit;
    border: 1px solid #fff;
    color: #fff;
    width: 62px;
    height: 62px;
    line-height: 62px;
    font-size: 24px;
}
.main-banner-v11 .content-v11 .view-btn .pl-btn:before {
    background-color: #4c0ee9;
    width: 82px;
    height: 82px;
    top: -10px;
    left: -10px;
}
.main-banner-v11 .content-v11 .view-btn .pl-btn:hover:before {
    opacity: 1;
    transform: scale(0.9);
}
.main-banner-v11 .content-v11 .view-btn .vt {
    text-align: left;
    color: #fff;
    line-height: 24px;
    font-size: 16px;
}
.main-banner-v11 .content-v11 .view-btn .vt:hover {
    color: hsla(0, 0%, 100%, 0.5);
}
.btn-default.v11 {
    background-color: #4c0ee9;
    border-radius: 5px;
  color: #fff;
}
.gray-bg {
    background-color: #f0f3f9 !important;
}
.partners-section.v11 {
    padding: 115px 0 86px;
}
.about-v4-sec.v11 {
    background-color: #fff;
    font-family: DM Sans, sans-serif;
    padding: 0 0 180px;
}
.about-v4-sec.v11 .container {
    max-width: 1560px;
    padding: 0 15px;
}
.about-v4-sec.v11 .abt-list {
    padding-right: 75px;
}
.about-v4-sec.v11 .about-v4-content .abt-list .abt-content {
    background-color: #fff;
}
.about-v4-sec.v11 .about-v4-content .abt-list .abt-content > h3 {
    color: #000;
    font-weight: 700;
}
.about-v4-sec.v11 .about-v4-content .abt-list .abt-content > h3  a{
    color: #000;
}
.about-v4-sec.v11 .about-v4-content .abt-list .abt-content > h3:hover a {
    color: #4c0ee9;
}
.about-v4-sec.v11 .about-v4-content .abt-list .abt-content p {
    color: #666;
}
.about-v4-sec.v11 .about-v4-content .abt-list .abt-content > a {
    color: #000;
}
.about-v4-sec.v11 .about-v4-content .abt-list .abt-content > a:before {
    background-color: #000;
}
.about-v4-sec.v11 .about-v4-content .abt-list .abt-content .iconn {
    color: #4c0ee9;
    font-size: 48px;
}
.about-v4-sec.v11 .about-v4-content .abt-col-text > span {
    text-transform: uppercase;
    color: #4c0ee9;
    letter-spacing: 2px;
    font-weight: 700;
}
.about-v4-sec.v11 .about-v4-content .abt-col-text > h2 {
    font-weight: 700;
    color: #000;
    margin-bottom: 19px;
}
.about-v4-sec.v11 .about-v4-content .abt-col-text h3 {
    color: #000;
    margin-bottom: 44px;
}
.about-v4-sec.v11 .about-v4-content .abt-col-text p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 79px;
}
.about-v4-sec.v11 .about-v4-content .abt-col-text {
    max-width: 100%;
    margin-left: inherit;
    padding-left: 65px;
}
.title-v8.v11 > span {
    display: inline-block;
    color: #4c0ee9;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 700;
    margin-bottom: 37px;
}
.title-v8.v11 > p {
    margin-top: 22px;
}
.why-us-v8.v11 {
    padding: 140px 0 0;
}
.why-us-v8.v11 .our-fzt .fzt-icon i {
    color: #4c0ee9;
}
.why-us-v8.v11 .our-fzt .fzt-icon:before {
    background-image: url(../images/hx-icon.png);
}
.why-us-v8.v11 .our-fzt > h3:hover {
    color: #4c0ee9;
}
.why-us-v8.v11 .our-fzt:after {
    background-color: #4c0ee9;
}
.why-us-v8.v11 .counter-sec-v6 {
    margin-top: 99px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 85px;
}
.why-us-v8.v11 .counter-sec-v6 li .counter-cont > h2 {
    color: #ccc;
}
.works-v3-sec.v11 {
    padding: 120px 0 150px;
}
.works-v3-sec.v11 .work-projects .container {
    max-width: 1550px;
}
.award-certificate-sec {
    padding: 125px 0 130px;
    background-color: #f0f3f9;
}
.award-certificate-sec .title-v8.v11 {
    margin-bottom: 104px;
}
.team-sec-v11 {
    padding: 120px 0 125px;
}
.team-sec-v11 .title-v8.v11 {
    margin-bottom: 76px;
}
.team-sec-v11 .btn-default.v11 {
    background-color: transparent;
    font-weight: 700;
    border: 1px solid #4c0ee9;
    border-radius: 5px;
    color: #4c0ee9;
    -ms-box-shadow: inherit;
    box-shadow: inherit;
}
.team-sec-v11 .btn-default.v11:hover {
    background-color: #4c0ee9;
    color: #fff;
    border-color: transparent;
}
.team-sec-v11 .teams-slider .slick-next:hover,
.team-sec-v11 .teams-slider .slick-prev:hover {
    background-color: #4c0ee9;
}
.team-sec-v11 .teams-slider .slick-next:hover:before,
.team-sec-v11 .teams-slider .slick-prev:hover:before {
    color: #fff;
}
.teams-slider {
    margin-bottom: 108px;
}
.teams-slider .team-cl {
    margin-bottom: 0;
}
.teams-slider .slick-next,
.teams-slider .slick-prev {
    border: 0;
    line-height: inherit;
    top: 50%;
    transform: translateY(-50%);
    right: auto;
}
.teams-slider .slick-next:before,
.teams-slider .slick-prev:before {
    color: #ccc;
}
.teams-slider .slick-prev {
    left: -95px;
    right: auto;
}
.teams-slider .slick-next {
    right: -99px;
    left: auto;
}
.blog-section-v7.v11 {
    padding: 0 0 150px;
}
.blog-section-v7.v11 .blog-posts-v7 {
    border-top: 1px solid #ddd;
    padding-top: 155px;
}
.testimonial-sec.v10.v11 {
    padding: 120px 0;
    background-color: #f0f3f9;
}
.testimonial-sec.v10.v11 .title-v8.v11 {
    margin-bottom: 75px;
}
.testimonial-sec.v10.v11 .testimonial-slider .testimo-slider .testimonial-slide {
    border-radius: 0;
}
.testimonial-sec.v10.v11 .testimonial-slider .slick-next,
.testimonial-sec.v10.v11 .testimonial-slider .slick-prev {
    border: 0;
    line-height: inherit;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    right: auto;
}
.testimonial-sec.v10.v11 .testimonial-slider .slick-next:before,
.testimonial-sec.v10.v11 .testimonial-slider .slick-prev:before {
    color: #ccc;
}
.testimonial-sec.v10.v11 .testimonial-slider .slick-prev {
    left: -95px;
    right: auto;
}
.testimonial-sec.v10.v11 .testimonial-slider .slick-next {
    right: -99px;
    left: auto;
}
.testimonial-sec.v10.v11 .testimonial-slider .slick-dots {
    bottom: -69px;
}
.testimonial-sec.v10.v11 .testimonial-slider .slick-dots li {
    position: relative;
}
.testimonial-sec.v10.v11 .testimonial-slider .slick-dots li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease-in-out;
}
.testimonial-sec.v10.v11 .testimonial-slider .slick-dots li button {
    width: 25px;
    height: 25px;
    border: 1px solid transparent;
    border-radius: 50%;
    background-color: transparent;
}
.testimonial-sec.v10.v11 .testimonial-slider .slick-dots li.slick-active:before {
    background-color: #4c0ee9;
}
.testimonial-sec.v10.v11 .testimonial-slider .slick-dots li.slick-active button {
    border-color: #4c0ee9;
}
.contact-sec.v11.pf-single {
    background-color: #f0f3f9;
    padding: 40px 0 155px;
    border-bottom: 0;
}
.contact-sec.v11.pf-single .title-v8 {
    margin-bottom: 75px;
}
.contact-sec.v11.pf-single .contact-form .form-group input,
.contact-sec.v11.pf-single .contact-form .form-group textarea {
    background-color: #fff;
    border: 0;
}
.contact-sec.v11.pf-single .contact-form .form-group input {
    height: 60px;
    padding: 0 30px;
}
.contact-sec.v11.pf-single .contact-form .form-group textarea {
    padding: 30px;
    height: 270px;
}
.contact-sec.v11.pf-single .contact-form .form-group label {
    top: 17px;
    left: 30px;
}
.contact-sec.v11.pf-single .contact-form .form-group textarea + label {
    top: 30px;
}
.contact-sec.v11.pf-single .contact-form .form-group input:focus + label,
.contact-sec.v11.pf-single .contact-form .form-group textarea:focus + label {
    top: 0;
    left: 0;
}
.contact-sec.v11.pf-single .btn-default.v11 {
    color: #fff;
    margin-top: 45px;
    border: 0;
}
.contact-sec.v11.pf-single .btn-default.v11:hover {
    background-color: #4c0ee9;
    color: #fff;
}
.contact-sec.v11.pf-single .contact-form .form-group {
    margin-bottom: 30px;
}
.contact-sec.v11.pf-single .contact-form .row .col-md-4,
.contact-sec.v11.pf-single .contact-form .row .col-md-12 {
    padding: 0 15px;
}
.border-top-content {
    border-top: 1px solid #ddd;
    padding-top: 103px;
}
footer.footer-v9.v11 {
    background-color: #fff;
}
footer.footer-v9.v11 .footer-content-v9 .widget-links {
    border-top-color: #ddd;
}
footer.footer-v9.v11 .footer-content-v9 .widget-links .wd-links li a {
    color: #666;
}
footer.footer-v9.v11 .footer-content-v9 .widget-links .wd-links li a:hover {
    color: #4c0ee9;
}
footer.footer-v9.v11 .footer-content-v9 .widget-newsletter p {
    color: #666;
}
footer.footer-v9.v11 .footer-content-v9 .newz-form .input--makiko {
    background-color: #f0f3f9;
    color: #999;
}
footer.footer-v9.v11 .footer-content-v9 .newz-form .input__label-content--makiko {
    background: transparent;
}
footer.footer-v9.v11 .footer-content-v9 .widget-title {
    color: #191111;
}
footer.footer-v9.v11 .footer-content-v9 .widget-about ul li p {
    color: #666;
}
footer.footer-v9.v11 .footer-content-v9 .widget-about ul li .wz-icon {
    color: #191111;
}
footer.footer-v9.v11 .btm-footer .social-links li a {
    color: #000;
}
footer.footer-v9.v11 .btm-footer .social-links li a:hover {
    color: #4c0ee9;
}
footer.footer-v9.v11 .btm-footer .cp-txt {
    color: #191111;
}
footer.footer-v9.v11 .btm-footer .widget-language ul li a {
    color: #999;
}
footer.footer-v9.v11 .btm-footer .widget-language ul li a:hover {
    color: #191111;
    font-weight: 700;
}
.mile-right a {
    font-size: 20px;
    color: #000;
}
.mile-right a i {
    font-size: 24px;
    position: relative;
    top: 3px;
    margin-left: 10px;
}
.header-v7 .header-v7-top .mile-right,
.header-v7-btm .mile-right {
    display: none;
}
.contact-sec.v11 .contact-form .row {
    margin: 0 -15px;
}
.bz-certificate .testimonial-sec.v10 .testimonial-slider.style2 .testimo-slider .slick-dots {
    display: inline-block !important;
}
.commented-v2 .commented-sec .post-comment-form,
.commented-v2 .commented-sec .posted-comments {
    margin: 0 auto;
    max-width: 850px;
}
.commented-v2 .commented-sec .post-comment-form {
    margin-top: 79px;
}
.pft-img {
    height: 100%;
}
.pft-img > img {
    height: 100%;
    object-fit: cover;
}
.section .slide-container,
.section .slide-container .about-v4-sec,
.section .slide-container .awards-v4-sec,
.section .slide-container .footer-v6,
.section .slide-container .latest-works-v4-sec,
.section .slide-container .main-banner-v4,
.section .slide-container .partners-section,
.section .slide-container .testimonial-v4-sec {
    width: 100%;
}
.slide-container {
    width: 100%;
    min-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 7.75rem;
    padding-bottom: 3.25rem;
    position: relative;
}
.slide-container .testi-v3-sec.v7 {
    padding-top: 0;
}
body.hp13.pp-viewing-about .social-vertical.v2 li a {
    color: #fff;
}
#pagepiling {
    height: 100vh;
}
.sl-text > h2 {
    color: #000;
    font-size: 4.5rem;
    line-height: 4.5rem;
    margin-bottom: 2.62rem;
}
.sl-text > span {
    display: block;
    color: #000;
    font-size: 1.37rem;
    line-height: 2rem;
    margin-bottom: 2.93rem;
    text-transform: uppercase;
}
.sl-text p {
    color: #666;
    font-size: 1.12rem;
    line-height: 1.87rem;
    margin-bottom: 5.87rem;
    max-width: 420px;
}
.btn-default-v12 {
    display: inline-block;
    color: #fff;
    background-color: #00b4ff;
    border-radius: 30px;
    height: 3.75rem;
    line-height: 3.75rem;
    padding: 0 2.68rem;
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
}
.btn-default-v12:hover {
    color: #fff;
}
.btn-default-v12.no-bg {
    background-color: inherit;
    border: 1px solid #00b4ff;
    color: #00b4ff;
}
.btn-default-v12.no-bg:hover {
    background-color: #00b4ff;
    border-color: transparent;
    color: #fff;
}
.bg-1 {
    background-image: url(../images/bg-1.jpg);
}
.bg-white {
    background: #fff;
}
.bg-gray {
    background: url(../images/bg-2.jpg);
}
.bnm-img {
    position: relative;
}
.bnm-img .viz-btn {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10.62rem;
    height: 10.62rem;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    padding-top: 2rem;
}
.bnm-img .viz-btn > i {
    font-size: 3rem;
    color: #333;
    margin-bottom: 1.15rem;
}
.bnm-img .viz-btn > i,
.bnm-img .viz-btn > span {
    display: block;
    transition: all 0.4s ease-in-out;
}
.bnm-img .viz-btn > span {
    text-transform: uppercase;
    color: #000;
    font-size: 0.875rem;
    font-weight: 700;
    max-width: 100px;
    margin: 0 auto;
}
.bnm-img .viz-btn:hover i,
.bnm-img .viz-btn:hover span {
    color: #00b4ff;
}
header.header-v12 {
    background-color: transparent;
    padding: 0;
    top: 53px;
}
header.header-v12 .container {
    max-width: 100%;
    padding: 0 4.375rem;
}
header.header-v12 .header-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}
header.header-v12 nav {
    margin-left: auto;
}
header.header-v12 nav li {
    display: inline-block;
    margin-right: 50px;
    position: relative;
}
header.header-v12 nav li:last-child {
    margin-right: 0;
}
header.header-v12 nav li a {
    display: inline-block;
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    font-weight: 400;
}
header.header-v12 nav li a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
}
header.header-v12 nav li a:hover {
    color: #000;
}
header.header-v12 nav li a:hover:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
header.header-v12 nav li:hover > ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}
header.header-v12 nav ul ul {
    position: absolute;
    top: 100%;
    left: 0;
    width: 240px;
    background-color: #fff;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    margin-top: 25px;
    z-index: 9999;
    margin-left: 0;
}
header.header-v12 nav ul ul ul {
    left: 100%;
    top: 0;
}
header.header-v12 nav ul ul li {
    display: block;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
}
header.header-v12 nav ul ul li:last-child {
    border-bottom: 0;
}
header.header-v12 nav ul ul li a {
    padding: 15px;
    color: #000;
}
header.header-v12 nav ul ul li a:after,
header.header-v12 nav ul ul li a:before {
    display: none;
}
header.header-v12 nav ul ul li a:hover {
    font-weight: 400;
}
header.header-v12.v13 .menu-btn-v2 {
    margin-left: auto;
}
header.header-v12.v13 .menu-btn-v2 > span {
    background-color: #000;
}
.menu-btn-v2 {
    margin-left: 12.5rem;
    width: 34px;
}
.menu-btn-v2 > span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #000;
    margin-bottom: 10px;
}
.menu-btn-v2 > span:last-child {
    margin-bottom: 0;
}
.menuuu {
    margin-left: auto;
    cursor: pointer;
}
.menuuu > span {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    color: #000;
    margin-right: 10px;
}
.menuuu .menu-btn-v2 {
    display: inline-block;
    margin-left: auto;
}
.menuuu.white > span {
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 500;
}
.menuuu.white .menu-btn-v2 > span {
    background-color: #fff;
}
.social-vertical {
    position: fixed;
    bottom: 4rem;
    left: 4.375rem;
    z-index: 99;
}
.social-vertical li {
    display: block;
    margin-bottom: 1.563rem;
}
.social-vertical li:last-child {
    margin-bottom: 0;
}
.social-vertical li a {
    display: block;
    color: #999;
    font-size: 1.5rem;
}
.social-vertical.v2 {
    left: auto;
    right: 4.375rem;
}
.social-vertical.v2 li a {
    color: #000;
}
.py-text {
    position: fixed;
    bottom: 4rem;
    right: 4.375rem;
    color: #999;
    font-size: 0.875rem;
    line-height: 1.25;
    text-align: right;
    z-index: 99;
}
.page-num,
.py-text {
    text-transform: uppercase;
}
.page-num {
    display: inline-block;
    position: absolute;
    top: 18rem;
    left: 4.375rem;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    transform: rotate(-90deg);
    transform-origin: left;
}
::selection {
    background-color: #b99e64;
    color: #fff;
    text-shadow: none;
}
-webkit-::-moz-selection {
    background-color: #b99e64;
    color: #fff;
    text-shadow: none;
}
-webkit-::selection {
    background-color: #b99e64;
    color: #fff;
    text-shadow: none;
}
::-moz-selection {
    background-color: #b99e64;
    color: #fff;
    text-shadow: none;
}
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-thumb {
    cursor: pointer;
    background: #b99e64;
}
.slide-container .misson-section-v8 {
    width: 100%;
    padding: 0;
    margin-top: 0;
}
.slide-container .misson-section-v8 .mission-sec {
    margin-top: 0;
}
.slide-container .misson-section-v8 .mission-sec .crlce-misz {
    margin-top: 100px;
}
.slide-container .misson-section-v8 .mission-sec .vlm-text p {
    margin-bottom: 60px;
}
.slide-container .misson-section-v8 .mission-sec .ps-txt {
    display: block;
    color: #000;
    font-size: 14px;
    margin-bottom: 25px;
    font-style: inherit;
    margin-top: 40px;
    margin-bottom: 37px;
}
.slide-container .misson-section-v8 .mission-sec .vlm-text span.cinon {
    background-color: #fbd152;
    line-height: 50px;
    color: #fff;
}
.slide-container .misson-section-v8 .mission-sec .wd-inz .wl-info > span {
    font-style: inherit;
    margin-bottom: 0;
}
.slide-container .misson-section-v8 .mission-sec .wd-inz .wl-info {
    margin-top: -10px;
}
.slide-container .clients-sec-v3 {
    width: 100%;
}
.slide-container .clients-sec-v3 .section-title-v3 > h2 {
    font-size: 40px;
}
.slide-container .clients-sec-v3 .counter-sec.border-bottom {
    padding-bottom: 0;
    border-bottom: 0 !important;
}
.slide-container .testi-v3-sec {
    width: 100%;
    padding: 0;
    margin: 0;
}
.slide-container .testi-title {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
}
.slide-container .certicications-sec {
    width: 100%;
    height: 500px;
    overflow: hidden;
    overflow-y: auto;
}
.slide-container .slide-number {
    position: absolute;
    bottom: 4rem;
    left: 4.375rem;
    color: #000;
    font-size: 48px;
    font-weight: 700;
}
.slide-container .about-v4-sec {
    width: 100%;
}
.slide-container .about-v4-sec.about-v4-sec.v11 {
    padding: 0;
}
.slide-container .about-v4-sec.v11 .about-v4-content .abt-col-text {
    max-width: 520px;
}
.slide-container .about-v4-sec.v11 .about-v4-content .abt-list .abt-content .iconn,
.slide-container .about-v4-sec.v11 .about-v4-content .abt-list .abt-content > h3:hover {
    color: #ff4800;
}
.slide-container .about-v4-sec.v11 .about-v4-content .abt-col-text p {
    padding-right: 0;
}
.slide-container .grow-business-v8 {
    width: 100%;
    padding: 0;
    margin: 0;
}
.slide-container .grw-content-v8 .gw-img:before {
    display: none;
}
.slide-container .why-txt-v9 .us-svs .svs-info p {
    margin-bottom: 0;
}
.slide-container .why-txt-v9 .us-svs .svs-info {
    padding-right: 0;
}
.slide-container .about-v4-sec.v11 .container {
    max-width: 1390px;
}
.slide-container .grow-business-v8 .container {
    max-width: 1430px;
}
.slide-container .grw-content-v8 .gr-text {
    max-width: 500px;
}
.slide-container .why-txt-v9 .us-svs .svs-icon i {
    color: #ff4800;
}
.slide-container .grw-content-v8 .gr-text > h2 {
    margin-bottom: 90px;
}
.slide-container .why-txt-v9 .us-svs .svs-info > h3 {
    color: #000;
}
.slide-container .testimonial-sec.v10 {
    width: 100%;
    padding: 0;
    margin: 0;
    background: inherit;
}
.slide-container .title-v10 > h2 {
    font-size: 48px;
    line-height: 60px;
}
.slide-container .testimonial-sec .testimonial-slider .testimo-slider .testimonial-slide {
    background-color: #f0f3f9;
}
.slide-container .title-v10 {
    margin-bottom: 74px;
}
.slide-container .testimonial-sec.v10 .testimonial-slider .testimo-slider .slick-next,
.slide-container .testimonial-sec.v10 .testimonial-slider .testimo-slider .slick-prev {
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    background: transparent;
}
.slide-container .testimonial-sec.v10 .testimonial-slider .testimo-slider .slick-next:before,
.slide-container .testimonial-sec.v10 .testimonial-slider .testimo-slider .slick-prev:before {
    color: #ccc;
    font-size: 36px;
}
.slide-container .testimonial-sec.v10 .testimonial-slider .testimo-slider .slick-next:hover:before,
.slide-container .testimonial-sec.v10 .testimonial-slider .testimo-slider .slick-prev:hover:before {
    color: #000;
}
.slide-container .testimonial-sec.v10 .testimonial-slider .testimo-slider .slick-next {
    right: -80px;
    margin: 0;
}
.slide-container .testimonial-sec.v10 .testimonial-slider .testimo-slider .slick-prev {
    left: -80px;
    right: auto;
}
.slide-container .slide-container .testimonial-sec .testimonial-slider .testimo-slider .testimonial-slide {
    margin-bottom: 0;
}
.sec-title-v5 {
    text-align: left;
    margin-bottom: 88px;
}
.sec-title-v5 > h2 {
    color: #000;
    font-size: 40px;
    margin-bottom: 29px;
}
.sec-title-v5 > span {
    display: block;
    color: #666;
    font-size: 16px;
}
.client-slider .slick-next,
.client-slider .slick-prev {
    top: 50%;
    transform: translateY(-50%);
    border: 0;
}
.client-slider .slick-next:hover,
.client-slider .slick-prev:hover {
    background-color: inherit;
    border: 0;
    -ms-box-shadow: inherit;
    box-shadow: inherit;
}
.client-slider .slick-next:hover:before,
.client-slider .slick-prev:hover:before {
    border: 0;
    background-color: inherit;
}
.client-slider .slick-next:before,
.client-slider .slick-prev:before {
    color: #ccc;
    font-size: 36px;
    border: 0;
}
.client-slider .slick-next:hover:before,
.client-slider .slick-prev:hover:before {
    color: #000;
}
.client-slider .slick-prev {
    right: auto;
    left: -50px;
}
.client-slider .slick-next {
    right: -50px;
    left: auto;
}
.contact-piling {
    width: 100%;
}
.contact-piling .map-address {
    background-color: inherit;
    padding: 0;
    position: static;
    transform: inherit;
    max-width: 380px;
}
.mile-contect-form > h2 {
    color: #000;
    font-size: 40px;
    margin-bottom: 59px;
    margin-top: -12px;
}
.mile-contect-form form input {
    height: 60px;
    margin-bottom: 15px;
    padding: 0 30px;
}
.mile-contect-form form input,
.mile-contect-form form textarea {
    width: 100%;
    background-color: #fff;
    border: 0;
    color: #999;
    font-size: 16px;
    border-radius: 3px;
}
.mile-contect-form form textarea {
    height: 220px;
    padding: 15px 30px;
    resize: none;
}
.mile-contect-form form .btn-default-v12 {
    margin-top: 60px;
}
.misson-section-v8 .mission-sec .crlce-misz .crlce-list li.v1.clr-v1 {
    background-color: #00b4ff;
}
.misson-section-v8 .mission-sec .crlce-misz .crlce-list li.v2.clr-v2 {
    background-color: #fbd152;
}
.misson-section-v8 .mission-sec .crlce-misz .crlce-list li.v3.clr-v3 {
    background-color: #e75c18;
}
.misson-section-v8 .mission-sec .crlce-misz .crlce-list li.v2 .crlce-info > i {
    font-size: 80px;
    margin-bottom: 15px;
}
#pp-nav.right {
    right: 70px;
}
#pp-nav li {
    width: 10px;
    height: 10px;
    margin: 0 0 20px;
}
#pp-nav li:last-child {
    margin-bottom: 0;
}
#pp-nav li span {
    width: 100%;
    display: block;
    height: 100%;
    background-color: #ccc;
    border: 0;
}
#pp-nav li a.active span {
    background-color: #64f4ab;
}
.pp-viewing-about header.header-v12.v13.pb .menu-btn-v2 > span,
header.header-v12.v13.pb.active .menu-btn-v2 > span {
    background-color: #fff;
}
.pp-viewing-about header.header-v12.v13.pb .menuuu > span,
header.header-v12.v13.pb.active .menuuu > span {
    color: #fff;
}
.pp-viewing-about header.header-v12.v13.pb .light-logo,
header.header-v12.v13.pb.active .light-logo {
    display: inline-block;
}
header.header-v12.v13.pb .light-logo {
    display: none;
}
.list-menu.active {
    border-top: 1px solid hsla(0, 0%, 100%, 0.4);
}
.list-menu.active ul li a {
    color: #fff;
}
.list-menu.active ul li a:before {
    background-color: #fff;
}
.pp-viewing-about .list-menu {
    border-top: 1px solid hsla(0, 0%, 100%, 0.4);
}
.pp-viewing-about .list-menu ul li a {
    color: #fff;
}
.pp-viewing-about .list-menu ul li a:before {
    background-color: #fff;
}
.bg-3 {
    background-image: url(../images/banner-bg13.jpg);
}
.slide-container .business-txt {
    margin: 0;
    max-width: 800px;
}
.slide-container .business-txt h2 {
    font-size: 70px;
    line-height: 78px;
    margin-bottom: 34px;
}
.slide-container .business-txt p {
    max-width: 415px;
    margin-left: inherit;
    margin-bottom: 64px;
}
.btn-default.v13 {
    background-color: #ff4800;
    border-radius: 5px;
    -ms-box-shadow: inherit;
    box-shadow: inherit;
}
.bd-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 100px;
}
.bd-list li {
    margin-right: 26px;
}
.bd-list li:last-child {
    margin-right: 0;
}
.bd-list li > h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    text-transform: uppercase;
    max-width: 270px;
}
.tsk-text {
    max-width: 650px;
    margin-left: auto;
    padding-right: 190px;
}
.tsk-text > h2 {
    color: #000;
    font-size: 48px;
    line-height: 60px;
    margin-bottom: 35px;
}
.tsk-text > span {
    display: block;
    margin-bottom: 50px;
    color: #000;
    font-size: 24px;
}
.tsk-text p {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 88px;
}
.task-section {
    width: 100%;
}
.task-section .container {
    max-width: 100%;
    padding: 0;
}
.task-section .tsk-img {
    text-align: right;
}
.task-section .tsk-img > img {
    max-width: 100%;
    border-radius: 30px;
}
.task-slider .task-slide {
    margin-bottom: 80px;
}
.task-slider .slick-dots li {
    position: relative;
}
.task-slider .slick-dots li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background-color: #ccc;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.4s ease-in-out;
}
.task-slider .slick-dots li button {
    width: 25px;
    height: 25px;
    border: 1px solid transparent;
    border-radius: 50%;
    background-color: transparent;
}
.task-slider .slick-dots li.slick-active:before {
    background-color: #ff4800;
}
.task-slider .slick-dots li.slick-active button {
    border-color: #ff530f;
}
.contact-pp-content {
    width: 100%;
}
.contact-pp-content .pp-map {
    margin-bottom: 112px;
}
.contact-pp-content .pp-map iframe {
    width: 100%;
    height: 320px;
}
.pp-text .row {
    margin: 0 -35px;
}
.pp-text .row .col-lg-4 {
    padding: 0 35px;
}
.pp-text > h2 {
    color: #000;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 78px;
}
.pp-text .pp-head {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
    margin-bottom: 26px;
}
.pp-text .pp-head > h3 {
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.pp-text .pp-head > span {
    margin-left: auto;
    color: #000;
    font-size: 22px;
}
.pp-text .pp-content > span {
    display: block;
    color: #000;
    font-size: 16px;
    margin-bottom: 5px;
}
.pp-text .pp-content > span:last-child {
    margin-bottom: 0;
}
.list-menu {
    position: fixed;
    top: 70%;
    left: 70px;
    z-index: 99;
    transform: rotate(-90deg);
    transform-origin: left;
    border-top: 1px solid #d8dae0;
    padding-top: 20px;
}
.list-menu ul li {
    display: inline-block;
}
.list-menu ul li a {
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    position: relative;
    opacity: 0;
    visibility: hidden;
}
.list-menu ul li a:before {
    content: "";
    position: absolute;
    top: -23px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
}
.list-menu ul li.active a,
.list-menu ul li.active a:before {
    opacity: 1;
    visibility: visible;
}
body.hp13 #pp-nav {
    display: none !important;
}
.gb-1 {
    background: #f1445a;
}
.gb-2 {
    background: url(../images/gb-2.jpg);
}
.gb-3 {
    background: url(../images/gb-3.jpg);
}
.enter-btn {
    position: absolute;
    top: 50%;
    left: 46%;
    transform: translate(-50%, -50%);
    border: 1px solid #fff;
    width: 270px;
    height: 270px;
    text-align: center;
    z-index: 999;
    line-height: 270px;
    border-radius: 50%;
}
.enter-btn a {
    color: #fff;
    font-size: 24.3px;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.enter-btn:hover a {
    transform: scale(1.2);
}
.enter-btn:hover a {
    color: #fff;
}

.gb-content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.gb-title {
    position: absolute;
    bottom: -20px;
    left: 20%;
    transform: rotate(-90deg);
    transform-origin: left;
}
.gb-title h2 {
    display: inline-block;
    color: #fff;
    font-size: 120px;
    font-weight: 700;
    margin-right: 200px;
    text-transform: uppercase;
}
.gb-title h2:last-child {
    margin-right: 0;
}
.gb-img {
    margin-left: auto;
    text-align: right;
    position: relative;
    top: 33px;
}
.gb-img > img {
    max-width: 96%;
}
.pt-linkss {
    position: fixed;
    bottom: 4rem;
    left: 70px;
    z-index: 999;
}
.pt-linkss li {
    display: block;
    margin-bottom: 10px;
}
.pt-linkss li:last-child {
    margin-bottom: 0;
}
.pt-linkss li a {
    display: block;
    color: #fff;
    opacity: 1;
    visibility: visible;
    font-size: 18px;
    text-transform: capitalize;
}
.pt-linkss li.active a,
.pt-linkss li a:hover {
    padding-left: 10px;
}
.pager-count {
    display: inline-block;
    position: absolute;
    bottom: 4rem;
    right: 70px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 14px;
}
.sc-slide1 .slide-container {
    padding-bottom: 0;
}
.portfolio-scrolling .container {
    max-width: 1400px;
}
.menu-btn.white {
    color: #fff;
}
.header-v6.v14 {
    background-color: inherit;
}
.header-v6.v14 .container {
    max-width: 100%;
    padding: 0 70px;
}
.header-v6.v14 .btn-default.v14 {
    margin-left: 105px;
}
.header-v6.v14 .btn-default.v14:hover {
    background-color: #f1445a;
    color: #fff;
}
.btn-default.v14 {
    border-color: #fff;
    color: #fff;
}
.testimonial-slider.dots-hide .slick-dots {
    display: none !important;
}

.projects-tab-sec .tab-content > .tab-pane {
    display: block;
    height: 0;
}
.projects-tab-sec .tab-content > .active {
    height: auto;
}
.nav-toggle-btn {
    background: 0 0;
    border: none;
    padding: 0;
    border-radius: 0;
    outline: none;
    position: relative;
    z-index: 995;
    font-weight: 700;
    text-transform: uppercase;
    color: inherit;
    display: inline-block;
    margin-left: 70px;
}
.nav-toggle-btn:focus {
    outline: none;
}
.nav-toggle-title {
    display: inline-block;
    margin-left: auto;
    margin-right: 20px;
    transition: all 0.4s ease-in-out;
}
.nav-toggle,
.nav-toggle-title {
    vertical-align: middle;
    color: #000;
}
.nav-toggle {
    width: 29px;
    height: 29px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: auto;
    cursor: pointer;
}
.stick {
    width: 29px;
    height: 3px;
    margin-bottom: 5px;
    background-color: #000;
    display: inline-block;
    transition: all 0.4s ease-in-out;
}
.nav-toggle-btn.white .stick {
    background-color: #fff;
}
.nav-toggle-btn.white .nav-toggle-title {
    color: #fff;
    margin-right: 20px;
}
.body-menu-opened .nav-toggle-btn {
    color: #000;
}
.body-menu-opened .nav-toggle-btn .stick {
    background-color: #000;
}
.stick:last-child {
    margin-bottom: 0;
}
.nav-toggle:hover .stick-2 {
    width: 29px;
}
.body-menu-opened .stick-1 {
    animation: Bc 0.85s ease-out forwards;
}
.body-menu-opened .stick-2 {
    animation: Cc 0.85s linear forwards;
    width: 29px;
    margin-left: 0;
}
.body-menu-opened .stick-3 {
    animation: Dc 0.85s linear forwards;
}
@keyframes Bc {
    0% {
        width: 29px;
    }
    30% {
        width: 3px;
        transform: translate(14px);
    }
    65% {
        width: 3px;
        transform: translate(14px, -29px);
        animation-timing-function: cubic-bezier(0, 1, 1, 1);
    }
    to {
        width: 2px;
        transform: translate(9px, 17px);
    }
}
@keyframes Cc {
    65% {
        width: 29px;
        transform: translate(0) rotate(0deg);
    }
    to {
        width: 29px;
        transform: translate(0) rotate(45deg);
    }
}
@keyframes Dc {
    65% {
        transform: translate(0) rotate(0deg);
    }
    to {
        transform: translateY(-8px) rotate(-45deg);
    }
}
.body-menu-close .stick-1 {
    width: 3px;
    animation: Ec 0.85s ease-out forwards;
}
.body-menu-close .stick-2 {
    animation: Fc 0.85s ease-out forwards;
    margin-left: 0;
}
.body-menu-close .stick-3 {
    animation: Gc 0.85s ease-out forwards;
}
@keyframes Ec {
    0%,
    70% {
        width: 0;
        transform: translate(0);
    }
    to {
        width: 29px;
        transform: translate(0);
    }
}
@keyframes Fc {
    0% {
        width: 29px;
        transform: translate(0) rotate(45deg);
    }
    20% {
        width: 3px;
        transform: translate(0) rotate(45deg);
    }
    40% {
        width: 0;
    }
    65% {
        transform: translateY(-26px);
        animation-timing-function: cubic-bezier(0, 1, 1, 1);
    }
    80% {
        width: 0;
    }
    to {
        width: 29px;
        transform: translate(0);
    }
}
@keyframes Gc {
    0% {
        width: 29px;
        transform: translateY(-8px) rotate(-45deg);
    }
    20% {
        width: 3px;
        transform: translateY(-8px) rotate(-45deg);
    }
    65% {
        transform: translateY(-35px);
        animation-timing-function: cubic-bezier(0, 1, 1, 1);
    }
    90% {
        width: 3px;
    }
    to {
        width: 29px;
        transform: translate(0);
    }
}
.nav-toggle-btn.desktop-hide {
    display: none;
}
.body-menu-opened .nav-toggle-btn.white .stick {
    background-color: #fff;
}
.promo-primary-bg {
    width: 68%;
    height: 100%;
    background-image: url(../images/bg1.jpg);
    background-position: 0 50%;
    position: fixed;
    top: -20%;
    right: auto;
    bottom: auto;
}
.promo-primary-bg,
.promo-primary-bg > .inside {
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
}
.promo-primary-bg > .inside {
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    background-image: url(../images/bg-agency-promo-mask.png);
    background-position: 100% 50%;
}
@media (min-width: 768px) {
    .promo-primary {
        padding-top: 2.5rem;
    }
    .promo-primary-bg {
        width: 52.39583333%;
        left: 0;
        top: 0;
    }
}
.promo-studio-container {
    min-height: 100vh;
    margin-bottom: 20vmin;
    position: relative;
    overflow: hidden;
    z-index: 99;
}
.promo-studio {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: opacity 0.4s linear;
}
.step-animate-nav {
    top: 5%;
}
.step-animate-nav,
.step-animate-nav-hidden {
    position: absolute;
    left: 0;
    width: 1px;
    height: 1px;
}
.step-animate-nav-hidden {
    top: 20%;
}
.step-animate-opacity {
    top: 70%;
}
.step-about-animate,
.step-animate-opacity {
    position: absolute;
    width: 1px;
    height: 1px;
    left: 0;
}
.step-about-animate {
    top: 0;
}
.promo-studio-bg {
    right: 0;
    bottom: 0;
    z-index: 10;
    background-image: url(../images/bg-studio-promo.jpg);
    background-position: 50% 50%;
}
.promo-studio-bg,
.promo-studio-man {
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.promo-studio-man {
    width: 100%;
    height: 100%;
    z-index: 20;
    background-image: url(../images/bg-studio-promo-man.png);
    background-position: 50% 80%;
}
.promo-studio-content {
    padding-top: 22.03703704vmin;
    padding-bottom: 22.03703704vmin;
    position: relative;
    z-index: 100;
}
.vertical-text-left {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 1rem;
    font-size: 1.125rem;
    color: #000;
    line-height: 1.55555556;
}
@media (min-width: 576px) {
    .vertical-text-left {
        position: absolute;
        left: auto;
        right: 100%;
        margin-right: -10px;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0;
        top: 23.14814815vmin;
        transform: rotate(-90deg);
        transform-origin: top right;
        white-space: nowrap;
        text-align: right;
        font-size: 1.125rem;
        line-height: 1.55555556;
    }
    .vertical-text-block {
        display: inline;
    }
}
@media (min-width: 1300px) {
    .vertical-text-block {
        display: block;
    }
}
@media (min-width: 1600px) {
    .vertical-text-left {
        margin-right: -63px;
    }
}
.section-about-studio {
    padding-top: 40vmin;
    position: relative;
}
.mask-solid {
    position: relative;
    overflow: hidden;
}
.mask {
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.testi-bg {
    position: relative;
}
.testi-v3-slider .testi-v3-slide {
    display: none;
}
.testi-v3-slider .testi-v3-slide.current {
    display: block;
}
.testi-thumbs {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.testi-thumbs li {
    position: absolute;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}
.testi-thumbs li.current,
.testi-thumbs li:hover {
    transform: scale(1.2);
}
.testi-thumbs li > img {
    max-width: 100%;
    height: 100%;
    width: 100%;
    transition: all 0.4s ease-in-out;
    object-fit: cover;
    border-radius: 50%;
}
.testi-thumbs li.v1 {
    top: -30px;
    left: 200px;
    width: 100px;
    height: 100px;
}
.testi-thumbs li.v2 {
    width: 60px;
    height: 60px;
    bottom: 150px;
    left: 150px;
}
.testi-thumbs li.v3 {
    width: 100px;
    height: 100px;
    bottom: 50%;
    left: 200px;
}
.testi-thumbs li.v4 {
    width: 124px;
    height: 124px;
    bottom: 40%;
    right: 90px;
}
.testi-thumbs li.v5 {
    width: 75px;
    height: 75px;
    bottom: 10%;
    right: 70px;
}
.testi-thumbs li.v6 {
    width: 84px;
    height: 84px;
    bottom: 60%;
    right: -80px;
}
#about {
    background: #252629;
}
body:not(.dark-v) #testimonial {
    background: #2d2e31;
}
#footer,
#footer .footer-v6.dark-v {
    background: #252629;
}
body:not(.dark-v) #awards {
    background: #2d2e31;
}
.testimonial-slider.dots-hide .slick-next,
.testimonial-slider.dots-hide .slick-next.active,
.testimonial-slider.dots-hide .slick-prev.active {
    background-color: #f59e31;
}
.testimonial-slider.dots-hide .slick-next.active:before,
.testimonial-slider.dots-hide .slick-next:before,
.testimonial-slider.dots-hide .slick-prev.active:before {
    color: #fff;
}
.testimonial-slider.dots-hide .slick-next.not-active {
    border-color: #f5a035;
    background-color: transparent;
}
.testimonial-slider.dots-hide .slick-next.not-active:before {
    color: #f59e31;
}
#html5-close {
    background-image: url(../images/lightbox-close.png);
    width: 32px;
    height: 32px;
}
#html5-close img {
    display: none;
}
div#html5-watermark {
    display: none !important;
}
.footer-v6.v10 .footer-content-v6 .widget-abt > h2 a {
    display: inline-block;
    margin-left: 12px;
}
.blog-section-v7.v11 .blog-post-v7 .blog-info > h2:hover {
    color: #4c0ee9;
}
.book-v7-sec .book-form .bk-form input {
    color: #000;
}
.book-v7-sec .book-form .bk-form input:focus {
    border-bottom-color: #000;
}
.related-posts-ly .post-v10 .post-info > h2:hover {
    color: #000;
}
.related-posts-ly .post-v10 .post-info > h2:hover a {
    color: inherit;
    text-decoration: underline;
}
.btn-default.v14 {
    height: 52px;
    line-height: 52px;
    padding: 0 32px;
}
.project-single-slider .slick-next,
.project-single-slider .slick-prev {
    font-size: 14px;
    color: #000;
    height: 42px;
    line-height: 42px;
    padding: 0 23px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    top: 56%;
    margin: 0;
    border: 0;
    margin-top: 10px;
    border-radius: 0;
    width: auto;
}
.project-single-slider .slick-next:before,
.project-single-slider .slick-prev:before {
    display: none;
}
.project-single-slider .slick-next:hover,
.project-single-slider .slick-prev:hover {
    background-color: #f93;
    color: #fff;
}
.project-single-slider .slick-prev {
    left: 100px;
    transform: rotate(90deg);
    transform-origin: top left;
}
.project-single-slider .slick-next {
    transform: rotate(-90deg);
    transform-origin: top right;
    right: 100px;
}
.blog-section-v7.v11 .blog-post-v7 .blog-info > h2:hover a,
.main-banner-v11 .content-v11 .view-btn .vt:hover {
    color: #4c0ee9;
}
.social-vertical.v12 li a:hover {
    color: #00b4ff;
}
header.sticky {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999999999 !important;
    background: #fff !important;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}
.dark-logo {
    display: none;
}
header.v2.sticky {
    padding: 15px 0;
}
header.v2.sticky .header-content nav > ul > li {
    padding: 25px;
}
header.v2.sticky .header-content nav ul li:hover > ul,
header.v2.sticky .header-content nav ul ul {
    margin: 0;
}
.header-v7.sticky .header-v7-top {
    margin-bottom: 20px;
}
.header-v8.v9.sticky {
    background-color: #0f2f65 !important;
}
.header-v8.v9.sticky .header-content-v8 .chat-btn {
    color: #fff;
    border-bottom-color: #fff;
}
.header-v8.v9.sticky .stick {
    background-color: #fff;
}
.header-v6.v11.sticky .header-content-v6 nav > ul > li > a,
.header-v6.v11.sticky .social-header li a {
    color: #fff;
}
.header-v6.v11.sticky .header-content-v6 .hd-btn {
    border-color: #fff;
    color: #fff;
}
.hp13.pp-viewing-cases .nav-toggle-btn.white .nav-toggle-title,
.hp13.pp-viewing-clients .nav-toggle-btn.white .nav-toggle-title,
.hp13.pp-viewing-contact .nav-toggle-btn.white .nav-toggle-title,
.hp13.pp-viewing-services .nav-toggle-btn.white .nav-toggle-title,
.hp13.pp-viewing-why-choose-us .nav-toggle-btn.white .nav-toggle-title {
    color: #000;
}
.hp13.pp-viewing-cases .nav-toggle-btn.white .stick,
.hp13.pp-viewing-clients .nav-toggle-btn.white .stick,
.hp13.pp-viewing-contact .nav-toggle-btn.white .stick,
.hp13.pp-viewing-services .nav-toggle-btn.white .stick,
.hp13.pp-viewing-why-choose-us .nav-toggle-btn.white .stick {
    background-color: #000;
}
.hp13.pp-viewing-cases .nav-toggle-btn.white .stick:hover,
.hp13.pp-viewing-clients .nav-toggle-btn.white .stick:hover,
.hp13.pp-viewing-contact .nav-toggle-btn.white .stick:hover,
.hp13.pp-viewing-services .nav-toggle-btn.white .stick:hover,
.hp13.pp-viewing-why-choose-us .nav-toggle-btn.white .stick:hover {
    background-color: #ff4800;
}
header.sticky .nav-toggle-btn.stick,
header.sticky .nav-toggle-btn.white .stick {
    background-color: #000;
}
header.sticky .nav-toggle-btn.white .nav-toggle-title {
    color: #000;
}
header.sticky .header-content .btn-default {
    color: #fff;
    border-color: #fff;
}
header.sticky .header-content .btn-default:hover {
    border-color: transparent;
    color: #fff;
}
.input {
    position: relative;
    z-index: 1;
    display: inline-block;
    vertical-align: top;
}
.input--makiko {
    overflow: hidden;
    background: #cbcbcb;
}
.input__field {
    position: relative;
    display: block;
    float: none;
    padding: 0.8em;
    width: 60%;
    border: none;
    border-radius: 0;
    background: #f0f0f0;
    color: #aaa;
    font-weight: 400;
    -webkit-appearance: none;
}
.input__label {
    display: inline-block;
    float: right;
    padding: 0 1em;
    width: 40%;
    color: #696969;
    font-weight: 700;
    font-size: 70.25%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.input__field--makiko {
    width: 100%;
    background: transparent;
    color: #797693;
    z-index: 10;
    font-weight: 500;
}
.input__label--makiko {
    position: absolute;
    width: 100%;
    text-align: left;
    pointer-events: none;
    color: #fff;
    top: 20px;
    right: 0;
    padding: 0 25px;
}
.input__label--makiko:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    left: -30px;
    background: url(../images/search.svg) no-repeat 50%;
    background-size: 100%;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.input__label-content {
    position: relative;
    display: block;
    padding: 1.6em 0;
    width: 100%;
}
.input__label-content--makiko {
    display: block;
    padding: 1.5em 0 0 2.75em;
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.input--filled .input__label--makiko:before,
.input__field--makiko:focus + .input__label--makiko:before {
    transform: scale3d(38, 38, 1);
}
.pft-thumb > img {
    max-width: 100%;
}
header.header-v12.v13.pb .light-logo {
    display: inline-block;
}
.pf-horizontol #pp-nav {
    display: none !important;
}
.latest-projects-v12 {
    width: 100%;
}
.latest-projects-v12 .ld-head {
    color: #000;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 80px;
    font-weight: 400;
}
.latest-projects-v12 .projects-head-top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.latest-projects-v12 .projectt-info {
    position: relative;
    margin-bottom: 120px;
}
.latest-projects-v12 .projectt-info.v3 {
    margin-left: 150px;
}
.latest-projects-v12 .projectt-info h2 {
    color: #000;
    font-size: 66px;
    text-transform: capitalize;
    line-height: 70px;
    margin-bottom: 21px;
}
.latest-projects-v12 .projectt-info h2 a:hover {
    text-decoration: underline;
}
.latest-projects-v12 .projectt-info > span {
    display: block;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
}
.latest-projects-v12 .projectt-info:hover .project-thumbnail {
    opacity: 1;
    visibility: visible;
    margin-left: 100px;
}
.latest-projects-v12 .projectt-info .project-thumbnail {
    position: absolute;
    top: 0;
    left: 100%;
    margin-left: 150px;
    transition: all 0.4s ease-in-out;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    z-index: 999;
}
.latest-projects-v12 .projectt-info.v2 .project-thumbnail {
    right: 100%;
    left: auto;
    margin-left: 0;
    margin-right: 150px;
}
.latest-projects-v12 .projectt-info.v2:hover .project-thumbnail {
    margin-right: 100px;
    margin-left: 0;
}
.latest-projects-v12 .more-projects {
    margin-left: 200px;
    margin-top: 60px;
}
.latest-projects-v12 .more-projects > a {
    display: inline-block;
    color: #000;
    font-size: 22px;
    font-weight: 700;
    text-decoration: underline;
    text-transform: uppercase;
}
.contact-sec.v11.pf-single .contact-form .form-group input:focus + label {
    top: -30px;
    left: 0;
}
.contact-sec.v11.pf-single .contact-form .form-group textarea:focus + label {
    top: -28px;
    left: 0;
}
.contact-sec.pf-single {
    border-bottom: 0;
}
.pricing-v10.service-v {
    padding: 150px 0;
}

.hp13 .light-logo {
    display: none !important;
}
.hp13 .dark-logo {
    display: inline-block;
}

.share-on > h3 {
    display: inline-block;
    margin-right: 15px;
    color: #000;
}


.share-on > h3 {
  display: inline-block;
}
.share-on .social-circle {
  display: inline-block;
}
.share-on .social-circle li {
  display: inline-block;
  margin-right: 10px;
}
.share-on .social-circle li a {
  display: inline-block;
}

header#white.sticky .header-content .btn-default {
    color: #fff;
}
header#white.sticky .nav-toggle-title {
    color: #fff;
}
header#white.sticky .stick {
    background: #fff !important;
}
.gb-title h2 a {
    color: #fff;
}
.page-content .blogs-v10.blog-wrapper {
    padding: 0;
}
.page-content .blogs-v10 .blog-posts-v10 .post-v10 {
    margin-bottom: 50px;
}
.page-content .blogs-v10 .mile_pagination {
    margin-top: 30px;
}
.careers-masonary {
    width: 100%;
}

.ctw-label {
    position: relative;
    top: -7px;
}
.client-works {
    width: 100%;
    display: none;
}
.clients-sec-v3 .client-works {
    margin-bottom: 0;
}

blockquote {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.elementor .wy-img img {
    max-width: inherit;
    width: auto;
}

header#menu-white .stick {
    background: #fff !important;
}
header#menu-white .nav-toggle-title {
    color: #fff !important;
}
header#menu-white.sticky .stick {
    background: #000 !important;
}
header#menu-white.sticky .nav-toggle-title {
    color: #000;
}

.testimonial-sec.v10 .testimonial-slider .testimo-slider .slick-prev,
.testimonial-sec.v10 .testimonial-slider .testimo-slider .slick-next {
    display: none !important;
}
button.input__label-content {
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    cursor: pointer;
}


.testimonial-sec.v10 .testimonial-slider .testimo-slider .slick-dots li.slick-active button {
    background: #b99e64;
}
.page-content .featured-post-sec .featured-post {
    width: 100%;
}

/* SIDEBAR */


.wp-block-search__inside-wrapper {
    display: block;
    position: relative;
}
.wp-block-search__button {
  margin: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  width: auto;
  background: transparent;
  color: #f59e31;
  font-size: 16px;
  border: 0;
  z-index: 999999999;
  transform: translateY(-50%);
}
.wp-block-search__input {
    width: 100% !important;
    color: #999;
    font-size: 16px;
    padding: 0 30px;
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 30px;
}

.wp-block-search__label {
    display: none;
}
.widget_categories ul li a {
  display: block;
  color: #999;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.widget_categories ul li {
  border-bottom: 1px solid #e7ebf6;
  padding: 10px 0;
}
.widget_categories ul li:first-child {
    padding-top: 0;
}
.widget_categories ul li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}
.widget_categories ul li a:hover {
    color: #f59e31;
}
.wp-block-latest-posts.wp-block-latest-posts__list li a {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    display: block;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
    margin-bottom: 20px;
}
.wp-block-latest-posts.wp-block-latest-posts__list li:last-child {
    margin-bottom: 0;
}

.wp-block-tag-cloud a {
    margin-bottom: 10px;
}
.widget_tag_cloud {
    margin-top: -50px;
}
.posted-on > a {
    margin-left: 10px;
}
.elementor-widget-miles-sidebar-list .wp-block-tag-cloud {
    margin-top: -30px;
}
.blog-posts-layout2 {
    margin-bottom: 0;
}
.sidebar .wp-block-tag-cloud {
    margin-top: -20px;
}
.comment-respond > h3 {
    color: #16171e;
    font-size: 22px;
    margin-bottom: 30px;
}
.post-comment-form .form-group input,
.post-comment-form .form-group textarea {
    color: #999;
}
.comment-form-cookies-consent {
    margin-bottom: 25px;
}
.comment-form-cookies-consent input {
    margin-right: 10px;
}
#commentform input,
#commentform textarea {
    width: 100%;
    border: 1px solid #ddd;
}
#commentform textarea {
    padding: 15px;
}
#commentform .form-group {
    margin-bottom: 30px;
}
.comment-form-cookies-consent {
    display: flex;
    align-items: center;
}
#commentform input#wp-comment-cookies-consent {
    width: auto;
}

.form-control::-webkit-input-placeholder,
.form-textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
.form-control::-moz-placeholder,
.form-textarea::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}
.form-control:-ms-input-placeholder,
.form-textarea:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
.form-control:-moz-placeholder,
.form-textarea:-moz-placeholder { /* Firefox 18- */
  color: #999;
}
.post-thumb > img {
    height: 350px;
    object-fit: cover;
}
.social-count > span {
  color: #000;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}
.client-works + #counter {
    margin-top: 60px;
}

.about-v4-sec .about-v4-content .abt-list .abt-content > h3 a {
    color: #fff;
}
.mile-pst-collection + .mile_pagination {
    margin-top: 0;
}
.newslettter-sec-v7.newsletter-sec .news-letter-v7 .newsletter-form-v7 button {
    color: #000;
    padding-right: 0;
}
.widget-about > a + ul {
    margin-top: 40px;
}
.upcoming-events-sec{
    margin-bottom: 0;
}
.widget-abt > h2 a {
    margin-left: 10px;
}
.contact-sec {
    padding-top: 0;
}
.testimonial-slider.dots-hide .slick-prev {
    right: 120px;
}
.testimonial-slider.dots-hide .slick-next {
    right: 50px;
}
.footer-content-v9 .widget-about .widget-title {
    display: none;
}
.footer-v9.footer-wrapper .btm-footer .cp-txt p {
    color: #fff;
}
.footer-content-v9 .newz-form .input__label-content--makiko {
    border: 0;
    color: #000;
    right: 20px;
}
.footer-content-v9 .widget-about > a {
    margin-bottom: 35px;
    display: block;
}
.team-sec-v11.team-wrapper {
    padding-bottom: 100px !important;
}
footer.footer-v9.v11 .footer-content-v9 .widget-about ul li p a {
    color: #666;
}
footer.footer-v9.v11 .btm-footer .cp-txt p {
    color: #666;
}

body.dark-v .responsive-menu {
    background-color:#252629;
}
body.dark-v .search-box form input {
    background-color: transparent;
    color: #fff;
}
body.dark-v .search-box form button {
    color: #fff;
}
body.dark-v .mobile-menu > li > a,
body.dark-v .mobile-menu > li li a {
    color: #fff;
}
body.dark-v .mobile-menu > li a:before {
    color: #fff;
}
body.dark-v .responsive-menu .close-menu {
    color: #fff;
}
body.dark-v .mobile-menu > li {
    border-bottom-color: rgba(255,255,255,0.20);
}
.header-v6.v11.sticky .stick {
    background: #000;
}
.contact-v1-map {
    margin-bottom: 120px;
}
.avl-btm .col-md-6 {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
  text-align: center;
}

header.sticky .nav-toggle-title {
    color: #fff !important;
}
header.sticky .stick {
    background-color: #000;
}

header.sticky .header-content-v8 nav .menu-main-menu-container > ul > li > a {
    color: #fff;
}
.mile-sidedar .widget.widget_block.widget_categories {
    margin-top: -45px;
}
.mile-sidedar .widget.widget_block.widget_categories ul li {
  display: flex;
  color: #999;
  font-size: 14px;
  font-weight: 400;
}
.widget_categories ul li a {
    margin-right: auto;
}
header.header-v8.sticky {
  padding: 20px 0;
}





.widget_categories ul li {
  display: flex;
}

.miles-logo-text {
  font-weight: 700;
  font-size: 26px;
  font-family: 'DM Sans';
  display: inline-block;
  padding-left: 20px;
  line-height: 26px;
  color: #000;
  text-align: left;
}
.logo-v8 > a,
.logo > a {
  display: flex;
  align-items: center;
}
.miles-logo-text:hover {
  color: #000;
}
.logo-v7 > a {
  display: inline-flex;
  align-items: center;
  text-align: left;
}

header.header-v12.v13.sticky .nav-toggle-btn.white .stick {
  background: #fff;
}
header.sticky .header-content .btn-default {
  display: none;
}

time {
  color: #999;
  font-size: 14px;
  display: block;
}
.rep-logo > a {
    display: flex;
    align-items: center;
}
.footer-v2 .ft-widget-one .ft-widget-one-content .ft-newsletter form button i {
  display: inherit;
}
.meta .sticky-post {
    margin-left: 15px;
}

.post-content-inner {
    color: #666;
}

.post-content-inner ul li,
.post-content-inner ol li {
    margin-bottom: 15px;
    line-height: 24px;
}
.post-content-inner ol li:last-child,
.post-content-inner ul li:last-child {
    margin-bottom: 0;
}
.post-content-inner ul li a,
.post-content-inner ol li a {
    text-decoration: underline;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info .post-cont .col-md-6:nth-child(2) .share-on {
    text-align: right;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info p em strong,
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info .wp-block-image.alignwide + p strong {
    font-size: 18px;
} 
.wp-block-image figcaption {
    color: #666;
    font-size: 16px;
    line-height: 26px;
}

.wp-block-button.is-style-outline {
    margin: 15px 0;
}
.wp-block-button.is-style-squared {
    margin-bottom: 30px;
}
.wp-block-button.is-style-squared + p + .wp-block-button {
    margin-bottom: 20px;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info p.wp-block-cover-text {
    color: #fff;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info p.wp-block-cover-text {
    line-height: 1.1;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info .wp-block-column blockquote {
    margin-top: 0;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info blockquote.wp-block-quote {
    margin-top: 20px;
    margin-bottom: 50px;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info blockquote.wp-block-quote p {
    padding-right: 50px;
}
blockquote.wp-block-quote.has-text-align-right.extraclass cite {
    padding-right: 50px;
}
blockquote.has-text-color.has-light-gray-color {
    padding: 0 60px !important;
}
figure.wp-block-pullquote.has-background.has-cyan-bluish-gray-background-color.is-style-solid-color blockquote {
    margin: 0 auto;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info p.has-drop-cap.has-medium-font-size strong {
    font-size: 28px;
    line-height: 36px;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info p.has-large-font-size {
    line-height: 40px !important;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info p.has-large-font-size + p {
    line-height: 52px;
    margin-bottom: 40px;
}
ul.wp-block-rss.wp-block-rss li {
    color: #000;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 18px;
}
form.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search {
    margin-bottom: 30px;
}

ul.wp-block-latest-posts__list.is-grid.columns-3.wp-block-latest-posts,
ul.wp-block-latest-posts__list.has-dates.wp-block-latest-posts {
    margin-bottom: 30px;
}
ul.wp-block-latest-posts__list.is-grid.columns-5.has-dates.wp-block-latest-posts {
    margin-top: 30px;
}
.post-content-inner ol li footer a {
    font-weight: 600;
}
.wp-block-latest-comments__comment-date {
    font-size: 14px;
}
.cat-links a {
    color: #666;
    line-height: 22px;
}

.post-content-inner ol ul,
.post-content-inner ol ul ol,
.post-content-inner ul ol,
.post-content-inner ul ul{
    margin-top: 15px;
}
.post-content-inner ul li {
    list-style: disc;
}
.post-content-inner ol li {
    list-style: decimal;
}
.post-content-inner ol,
.post-content-inner ul {
    padding-left: 15px;
}
.gallery-caption {
    margin-top: 10px;
}
.post-content-inner p a {
    text-decoration: underline;
}
form.post-password-form input[type="password"] {
    width: 100%;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 30px;
    margin-top: 10px;
}
form.post-password-form {
    position: relative;
}
form.post-password-form label {
    width: 100%;
}
form.post-password-form input[type="submit"] {
    position: absolute;
    top: 50%;
    margin-top: 15px;
    right: 0;
    background: transparent;
    border: 0;
    color: #f59e31;
    font-size: 24px;
}
nav.post-pagination > span {
    display: inline-block;
    margin-right: 20px;
}
.post-pagination .current {
    display: inline-block;
    color: #007bff;
    border: 1px solid #dee2e6;
}
.post-pagination span, 
.post-pagination a {
    margin-right: 10px !important;
}
span.post-pagination__number {
    margin: 0 !important;
}
.post-content-inner > ul {
    margin-bottom: 20px;
}
cite a {
    text-decoration: none !important;
}
blockquote cite, 
blockquote cite em {
    margin-top: 20px;
}
.wp-block-group__inner-container {
    padding: 30px;
    margin-bottom: 20px;
}
.wp-block-group__inner-container .wp-block-button {
    margin-bottom: 10px;
}
.wp-block-media-text .wp-block-media-text__content p {
    line-height: 28px !important;
}
.wp-block-media-text .wp-block-media-text__content p.has-large-font-size {
    margin-bottom: 20px !important;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info .wp-block-media-text__media .wp-block-media-text__content p.has-large-font-size {
    line-height: 40px !important;
}
.wp-block-media-text.has-media-on-the-right {
    margin-bottom: 20px;
}
pre.wp-block-preformatted {
    margin-top: 20px;
}
.wp-block-preformatted + .wp-block-pullquote blockquote {
    padding: 0 100px !important;
}
table th, table td {
    padding: 15px;
    border: 1px solid #ddd;
}
.row.post-cont.align-items-center {
    clear: both;
}
.wp-block-table table td,
.wp-block-table table th {
    text-align: left;
}

.post-content-inner > h1,
.post-content-inner > h2,
.post-content-inner > h3,
.post-content-inner > h4,
.post-content-inner > h5,
.post-content-inner > h6 {
    color:#000;
    font-weight:700;
    margin: 0 0 20px 0;
    
}

.post-content-inner > h1 {
    font-size: 52px;
}
.post-content-inner > h2 {
    font-size: 40px;
}
.post-content-inner > h3 {
    font-size: 28px;
}
.post-content-inner > h4 {
    font-size: 24px;
}
.post-content-inner > h5 {
    font-size: 20px;
}
.post-content-inner > h6 {
    font-size: 16px;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info blockquote p {
    padding-right: 70px;
}
table th {
    font-weight: 600;
    color: #000;
}
dt {
    color: #000;
    margin-bottom: 10px;
    display: block;
}
.post-content-inner > ol {
    margin-bottom: 25px;
}
strong {
    color: #000;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info .wp-block-column > blockquote.wp-block-quote {
    margin-top: 0;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info blockquote.wp-block-quote.has-text-align-right.extraclass {
    padding-right: 30px !important;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info blockquote.has-text-color.has-very-dark-gray-color p {
    padding-right: 0;
}
.post-content-inner .wp-block-tag-cloud a {
    text-decoration: none;
}
select {
    border-radius: 30px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
}
.wp-block-categories-dropdown.wp-block-categories {
    margin-bottom: 20px;
}
.has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment {
    list-style: decimal;
}
ol.wp-block-latest-comments {
    margin-top: 20px;
}
.wp-block-archives-dropdown.wp-block-archives {
    margin-bottom: 40px;
    margin-top: 30px;
}
.wp-block-archives-dropdown.wp-block-archives label {
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
    font-size: 19px;
}
ul.wp-block-archives-list.extraclass.wp-block-archives li {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    margin-bottom: 0;
}
ul.wp-block-archives-list.extraclass.wp-block-archives li a {
    margin-right: auto;
    text-decoration: none;
}
ul.wp-block-archives-list.extraclass.wp-block-archives {
    padding-left: 0;
}
figure.wp-block-gallery.columns-2.is-cropped ul {
    padding-left: 0;
}
.sidebar a.wp-block-latest-comments__comment-author,
footer a.wp-block-latest-comments__comment-author {
    font-weight: 600;
}
.sidebar .wp-block-latest-comments__comment,
footer .wp-block-latest-comments__comment {
    line-height: 1.2;
}
.sidebar .wp-block-group__inner-container,
footer .wp-block-group__inner-container {
    padding: 0;
}
.blog-sidebar .widget ul li,
footer .widget ul li {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.blog-sidebar .widget ul li a,
footer .widget ul li a {
    margin-right: auto;
}

.blog-sidebar .widget ul li:first-child,
footer .widget ul li:first-child {
    padding-top: 0;
}

.blog-sidebar .widget ul li:last-child,
footer .widget ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}


.sidebar table th, 
.sidebar table td,
footer table th, 
footer table td {
    padding: 10px;
    text-align: center;
    color: #666;
}
.sidebar table caption,
footer table caption {
    margin-top: 15px;
    color: #000;
    font-weight: 600;
}
.sidebar ul ul,
footer ul ul {
    width: 100%;
    margin-top: 15px;
}
.sidebar ul li a,
footer ul ul {
    color: #666;
    font-weight: 400;
}
.sidebar ul li,
footer ul li {
    color: #666;
}
.blog-sidebar .widget ul ul li,
footer .widget ul ul li {
    border-bottom: 0;
    padding: 0;
    margin-bottom: 15px;
}

.blog-sidebar .widget ul ul li:last-child,
footer .widget ul ul li:last-child {
    margin-bottom: 0;
}

.sidebar .widget.widget_recent_comments li,
footer .widget.widget_recent_comments li {
    display:block;
}
.blog-sidebar .widget.widget_recent_comments ul li a,
footer .widget.widget_recent_comments ul li a {
    font-weight: 500;
    color: #000;
}
.sidebar a.rsswidget,
footer a.rsswidget {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.rss-date {
    font-size: 14px;
    margin-bottom: 20px;
    display: block;
}
.rssSummary {
    color: #666;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
}
.sidebar cite,
footer cite {
    font-weight: 600;
    color: #000;
}
.sidebar .widget_search form,
footer .widget_search form {
    position: relative;
}

.sidebar .widget_search form input,
footer .widget_search form input {
    width: 100%;
    border: 1px solid #ddd;
    height: 50px;
    padding: 0 20px;
    border-radius: 30px;
}

.sidebar .widget_search form button,
footer .widget_search form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    border-radius: 50%;
    color: #fff;
    background: #f59e31;
    border: 0;
}

.sidebar .textwidget img,
footer .textwidget img {
    max-width: 100%;
}
.sidebar .textwidget strong,
footer .textwidget strong {
    color: #000;
    font-size: 16px;
}
.sidebar .wp-caption .wp-caption-text,
footer .wp-caption .wp-caption-text {
    font-size: 14px;
}
.tagcloud a {
    display: inline-block;
    font-size: 14px !important;
    border: 1px solid #dbdbdb;
    border-radius: 30px;
    font-weight: 500;
    padding: 13px 15px;
    color: #999;
    margin-bottom: 10px;
    margin-right: 5px;
}
.tagcloud a:hover {
    background-color: #f59e31;
    color: #fff;
    border-color: transparent;
}
.sidebar .widget_categories ul li a,
footer .widget_categories ul li a {
    color: #000;
    font-weight: 400;
}
.sidebar table th,
footer table th {
    color: #000;
    font-weight: 600;
}
.sidebar .widget_search .wp-block-search__inside-wrapper button {
    top: auto;
    bottom: 0;
    transform: inherit;
    padding: 0 25px;
    width: auto;
    border-radius: 50px;
}
.sidebar .wp-block-latest-posts.wp-block-latest-posts__list li {border-bottom: 0;padding: 0;}

.sidebar .wp-block-latest-posts.wp-block-latest-posts__list li a {color: #000;}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");;
    background-repeat: no-repeat;
    background-position-x: 95%;
    background-position-y: 15px;
}
.blog-posts-layout2 .bg-post.sticky {
    background: #333;
    padding: 30px;
}
.blog-posts-layout2 .bg-post.sticky .bg-post-info .meta li a {
    color: #fff;
}
.blog-posts-layout2 .bg-post.sticky .bg-post-info > h2,
.blog-posts-layout2 .bg-post.sticky .bg-post-info > h2 a,
.blog-posts-layout2 .bg-post.sticky .bg-post-info p {
    color: #fff;
}
.blog-posts-layout2 .bg-post .bg-post-info > h2 a,
.blog-posts-layout2 .bg-post .bg-post-info > h2:hover {
    text-decoration: none !important;
}
.single-post-layout1 .blog-posts-layout2 .bg-post .bg-post-info p.wp-block-cover-text {
    font-size: 34px;
}
.wp-block-cover.has-pale-pink-background-color.has-background-dim.has-left-content.aligncenter p strong {
    color: #fff !important;
}
.blocks-gallery-grid, 
.wp-block-gallery {
    padding: 0 !important;
}
.wp-block-archives-dropdown.wp-block-archives select,
.wp-block-categories-dropdown.wp-block-categories select {
    background-position-x: 98%;
}
.wp-block-calendar table caption {
    font-weight: 500;
    margin-top: 20px;
    text-align: center;
    color: #000;
}
.wp-block-calendar table td, 
.wp-block-calendar table th {
    padding: 10px;
}
.wp-block-calendar {
    margin-bottom: 40px;
}
.single-format-standard table td,
.single-format-standard table th {
    text-align: center;
}

.ft-logo, .ft-logo > a {
  display: flex;
  align-items: center;
}
.footer-content-v7 .ft-logo {
    justify-content: center;
    margin-bottom: 50px;
}
.footer-content-v9 .widget-about > ul {
    margin-top: 35px;
}
.mile-sidedar .wp-block-group__inner-container {
    padding: 0;
}
.dark-v .miles-logo-text {
  color:#fff;
}
.lets-content strong a {
  color:#ff4800;
  text-decoration:underline;
}



.searchform form input {
  width: 100%;
  border-radius: 30px;
  border: 1px solid #ddd;
  height: 60px;
  color: #333;
  font-size: 14px;
  padding: 0 20px;
}
.searchform form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 100%;
  border-radius: 50%;
}
.searchform form {
  position: relative;
  margin-top: 20px;
}

.projects-list-v12 .btn-default-v4 {
  color: #000 !important;
  border-bottom-color: #000 !important;
  text-decoration: none !important;
}
.projects-list-v12 .btn-default-v4:hover {
  color:#00b4ff !important;
  border-color:#00b4ff !important;
}

.banner-txt-v10 .btn-default-v10 {
  color:#fff !important;
}
.miles-section__content {
	overflow:hidden;
}

nav ul ul {
	margin-left:0;
}

/* PAGINATION */ 

.pagination {
    justify-content: center;
}

.pagination li .page-link {
    padding: 10px 20px;
    color: #000;
    border-radius: 0 !important;
}

.pagination li:not(:last-child) {
    margin-right: 15px;
}
.pagination li .page-link.current,
.pagination li .page-link:hover{
    background: #ff4800;
	color:#fff;
}

.post-comment .comment-info > span.date-postedby {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 13px;
}


.date-postedby {
    display: inline-block;
}

.comment-edit-link {
    display: inline-block;
    padding-left: 5px;
    text-decoration: underline;
}
.container .container {
	padding:0;
}
a#cancel-comment-reply-link {
	text-decoration:underline;
}
.comment-respond {
	margin-bottom:41px;
}
.page-content + .comments-area {
	padding:0;
}
.comment-form-cookies-consent label {
	font-size:14px;
}

.single-post-layout1 .col-lg-12 .blog-posts-layout2,
.col-lg-12 .blog-posts-layout2 {
    max-width: 100%;
}


.blog-posts-layout2 .bg-post.sticky .bg-post-info .meta li span,
.blog-posts-layout2 .bg-post.sticky .bg-post-info .meta li,
.blog-posts-layout2 .bg-post.sticky .meta .sticky-post{
	color:#fff;
}









.responsive-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 480px;
    z-index: 999999999999;
    background-color: #fff;
    height: 100%;
    overflow-y: scroll;
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition: all 0.4s ease-in-out;
    padding-left: 10px;
}

.responsive-menu:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10px;
    height: 100%;
    background-image: url(../img/menu-border.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.responsive-menu.active {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.responsive-menu.active .mobile-menu,
.responsive-menu.active .search-box {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.responsive-menu .rep-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 15px;
    border-bottom: 1px solid #ccc;
    -ms-flex-align: center;
    align-items: center;
}

.responsive-menu .close-menu {
    margin-left: auto;
    color: #000;
    font-size: 30px;
}

.search-box {
    border-bottom: 1px solid #ccc;
    padding: 10px 15px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
    transition-delay: 0.2s;
    transform: translateY(3rem);
}

.search-box form {
    width: 100%;
    position: relative;
}

.search-box form input {
    width: 100%;
    height: 50px;
    color: #666;
    font-size: 18px;
    border: 0;
	font-weight: 600;
	font-family: 'Roboto', sans-serif;
	letter-spacing: -0.5px;
}

.search-box form button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border: 0;
    background: inherit;
    color: #000;
    font-size: 18px;
	padding-right:0;
}
/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/
.mobile-menu {
    margin-top: 40px;
    transition: all 0.5s ease-in-out;
    transition-delay: 0.4s;
    transform: translateY(3rem);
}

.mobile-menu > li {
    display: block;
    border-bottom: 1px solid #eee;
    color: #999;
    font-size: 20px;
    position: relative;
}

.mobile-menu > li a {
    padding: 15px;
    display: block;
    position: relative;
    transition: color 0.3s cubic-bezier(0.82, 0, 0.21, 1);
    overflow: hidden;
    font-weight: 700;
	font-size:14px;
	text-transform:uppercase;
	color:#000;
}

.mobile-menu > li a:after {
    content: attr(data-text);
    position: absolute;
    width: 0;
    transition: width 0.3s cubic-bezier(0.82, 0, 0.21, 1);
    color: #d5892d;
    z-index: 2;
    overflow: hidden;
    top: 0;
    left: 0;
}

.mobile-menu > li a:hover:after {
    width: 100%;
}

.mobile-menu > li a:before {
    content: "\f067";
    position: absolute;
    top: 50%;
    right: 20px;
    color: #000;
    font-size: 13px;
    font-family: Font Awesome\5 Free;
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
	font-weight: 900;
}
.responsive-menu ul li.menu-item-has-children.active > a::before {
    content: "\f068";
}

.mobile-menu > li.menu-item-has-children > a:before {
    opacity: 1;
    visibility: visible;
}

.mobile-menu > li.menu-item-has-children.active > a {
    color: #f59e31;
}

.mobile-menu ul {
    display: none;
    padding: 25px 30px 30px;
}

.mobile-menu ul li {
    display: block;
    margin-bottom: 10px;
}

.mobile-menu ul li:last-child {
    margin-bottom: 0;
}

.mobile-menu ul li a {
    display: block;
    color: #555;
    font-size: 18px;
    padding: 0;
    font-weight: 400;
    text-transform: capitalize;
}

.mobile-menu ul li a.active,
.mobile-menu ul li a:hover {
    color: #d5892d;
}