*/: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: #fff0
}

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

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

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important
}

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

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

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

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

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

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

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

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-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: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: #fff0
}

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

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

a:not([href]):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
}

figure {
    margin: 0 0 1rem
}

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

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

table {
    border-collapse: collapse
}

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

th {
    text-align: inherit
}

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

button {
    border-radius: 0
}

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

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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
}

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

textarea {
    overflow: auto;
    resize: vertical
}

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

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

progress {
    vertical-align: baseline
}

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

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

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

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

output {
    display: inline-block
}

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

template {
    display: none
}

[hidden] {
    display: none !important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list-inline-item:not(:last-child) {
    margin-right: .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 {
    max-width: 100%;
    height: auto
}

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

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: .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: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .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 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

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

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

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

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

.container-fluid,
.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-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-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.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.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.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-2 {
    margin-left: 16.666667%
}

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

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

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

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

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

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@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.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .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.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .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.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

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

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

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

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

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

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

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

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

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

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

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

    .offset-sm-2 {
        margin-left: 16.666667%
    }

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

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

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

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

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

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@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.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .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.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .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.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

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

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

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

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

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

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

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

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

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

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

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

    .offset-md-2 {
        margin-left: 16.666667%
    }

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

    .offset-md-4 {
        margin-left: 33.333333%
    }

    .offset-md-5 {
        margin-left: 41.666667%
    }

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

    .offset-md-7 {
        margin-left: 58.333333%
    }

    .offset-md-8 {
        margin-left: 66.666667%
    }

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

    .offset-md-10 {
        margin-left: 83.333333%
    }

    .offset-md-11 {
        margin-left: 91.666667%
    }
}

@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.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .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.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .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.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

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

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

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

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

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

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

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

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

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

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

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

    .offset-lg-2 {
        margin-left: 16.666667%
    }

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

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

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

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

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

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

@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.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .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.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .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.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

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

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

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

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

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

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

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

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

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

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

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

    .offset-xl-2 {
        margin-left: 16.666667%
    }

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

    .offset-xl-4 {
        margin-left: 33.333333%
    }

    .offset-xl-5 {
        margin-left: 41.666667%
    }

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

    .offset-xl-7 {
        margin-left: 58.333333%
    }

    .offset-xl-8 {
        margin-left: 66.666667%
    }

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

    .offset-xl-10 {
        margin-left: 83.333333%
    }

    .offset-xl-11 {
        margin-left: 91.666667%
    }
}

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

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

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

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

.table-sm td,
.table-sm th {
    padding: .3rem
}

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

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

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

.table-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: rgb(0 0 0 / .05)
}

.table-hover tbody tr:hover {
    color: #212529;
    background-color: rgb(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 {
    background-color: #9fcdff
}

.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 {
    background-color: #c8cbcf
}

.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 {
    background-color: #b1dfbb
}

.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 {
    background-color: #abdde5
}

.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 {
    background-color: #ffe8a1
}

.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 {
    background-color: #f1b0b7
}

.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 {
    background-color: #ececf6
}

.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 {
    background-color: #b9bbbe
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #b9bbbe
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgb(0 0 0 / .075)
}

.table-hover .table-active:hover {
    background-color: rgb(0 0 0 / .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgb(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: rgb(255 255 255 / .05)
}

.table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgb(255 255 255 / .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 + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

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

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

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

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

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

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

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

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

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

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(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding: .375rem 0;
    margin-bottom: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #212529;
    background-color: #fff0;
    border: solid #fff0;
    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 + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.form-control-lg {
    height: calc(1.5em + 1rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

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

textarea.form-control {
    height: auto
}

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

.form-text {
    display: block;
    margin-top: .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: .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: .75rem
}

.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: .3125rem;
    margin-left: 0
}

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgb(40 167 69 / .9);
    border-radius: .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 + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

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

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

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #28a745;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid:focus,
.was-validated .custom-select:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgb(40 167 69 / .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 .2rem rgb(40 167 69 / .25)
}

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

.custom-file-input.is-valid~.custom-file-label,
.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 .2rem rgb(40 167 69 / .25)
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgb(220 53 69 / .9);
    border-radius: .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 + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

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

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

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #dc3545;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-invalid:focus,
.was-validated .custom-select:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgb(220 53 69 / .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 .2rem rgb(220 53 69 / .25)
}

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

.custom-file-input.is-invalid~.custom-file-label,
.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 .2rem rgb(220 53 69 / .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 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0
    }

    .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: .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;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff0;
    border: 1px solid #fff0;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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

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

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

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

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

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

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

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

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

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

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

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

.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62
}

.btn-secondary.focus,
.btn-secondary:focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 .2rem rgb(130 138 145 / .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 .2rem rgb(130 138 145 / .5)
}

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

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

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

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

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

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

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 .2rem rgb(58 176 195 / .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 .2rem rgb(58 176 195 / .5)
}

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 .2rem rgb(222 170 12 / .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 .2rem rgb(222 170 12 / .5)
}

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

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

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

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

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

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

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgb(216 217 219 / .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 .2rem rgb(216 217 219 / .5)
}

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124
}

.btn-dark.focus,
.btn-dark:focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 .2rem rgb(82 88 93 / .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 .2rem rgb(82 88 93 / .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 .2rem rgb(0 123 255 / .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #007bff;
    background-color: #fff0
}

.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 .2rem rgb(0 123 255 / .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 .2rem rgb(108 117 125 / .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: #fff0
}

.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 .2rem rgb(108 117 125 / .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 .2rem rgb(40 167 69 / .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: #fff0
}

.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 .2rem rgb(40 167 69 / .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 .2rem rgb(23 162 184 / .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: #fff0
}

.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 .2rem rgb(23 162 184 / .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 .2rem rgb(255 193 7 / .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: #fff0
}

.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 .2rem rgb(255 193 7 / .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 .2rem rgb(220 53 69 / .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: #fff0
}

.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 .2rem rgb(220 53 69 / .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 .2rem rgb(248 249 250 / .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: #fff0
}

.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 .2rem rgb(248 249 250 / .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 .2rem rgb(52 58 64 / .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: #fff0
}

.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 .2rem rgb(52 58 64 / .5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    text-decoration: none
}

.btn-link:hover {
    color: #0056b3;
    text-decoration: underline
}

.btn-link.focus,
.btn-link:focus {
    text-decoration: underline;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none
}

.btn-group-lg>.btn,
.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    transition: opacity .15s linear
}

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

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

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

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

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

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

.dropdown-toggle {
    white-space: nowrap
}

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

.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: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(0 0 0 / .15);
    border-radius: .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: .125rem
}

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

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

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

.dropright .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid #fff0;
    border-right: 0;
    border-bottom: .3em solid #fff0;
    border-left: .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: .125rem
}

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

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

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

.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: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: #fff0;
    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: #fff0
}

.dropdown-menu.show {
    display: block
}

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

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

.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:hover,
.btn-group>.btn:hover {
    z-index: 1
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
    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: .5625rem;
    padding-left: .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: .375rem;
    padding-left: .375rem
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .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 input[type=checkbox],
.btn-group-toggle>.btn input[type=radio],
.btn-group-toggle>.btn-group>.btn input[type=checkbox],
.btn-group-toggle>.btn-group>.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 0%;
    flex: 1 1 0%;
    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: .375rem .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: .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: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}

.input-group-sm>.custom-select,
.input-group-sm>.form-control:not(textarea) {
    height: calc(1.5em + .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: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .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;
    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 .2rem rgb(0 123 255 / .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 {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px
}

.custom-control-label::after {
    position: absolute;
    top: .25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%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,%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: rgb(0 123 255 / .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
    background-color: rgb(0 123 255 / .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,%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: rgb(0 123 255 / .5)
}

.custom-switch {
    padding-left: 2.25rem
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: .5rem
}

.custom-switch .custom-control-label::after {
    top: calc(.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: .5rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: transform .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-transform .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;
    -webkit-transform: translateX(.75rem);
    transform: translateX(.75rem)
}

.custom-switch .custom-control-input:disabled:checked~.custom-control-label::before {
    background-color: rgb(0 123 255 / .5)
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right .75rem center/8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(0 123 255 / .25)
}

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

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: .75rem;
    background-image: none
}

.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    display: none
}

.custom-select:-moz-focusring {
    color: #fff0;
    text-shadow: 0 0 0 #495057
}

.custom-select-sm {
    height: calc(1.5em + .5rem + 2px);
    padding-top: .25rem;
    padding-bottom: .25rem;
    padding-left: .5rem;
    font-size: .875rem
}

.custom-select-lg {
    height: calc(1.5em + 1rem + 2px);
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: 1rem;
    font-size: 1.25rem
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: #80bdff;
    box-shadow: 0 0 0 .2rem rgb(0 123 255 / .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 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + .75rem);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 .25rem .25rem 0
}

.custom-range {
    width: 100%;
    height: 1.4rem;
    padding: 0;
    background-color: #fff0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-range:focus {
    outline: 0
}

.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgb(0 123 255 / .25)
}

.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgb(0 123 255 / .25)
}

.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem rgb(0 123 255 / .25)
}

.custom-range::-moz-focus-outer {
    border: 0
}

.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: #fff0;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: #fff0;
    border-radius: 1rem
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: #fff0;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: #fff0;
    border-radius: 1rem
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    -ms-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    appearance: none
}

@media (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        -ms-transition: none;
        transition: none
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: #fff0;
    cursor: pointer;
    background-color: #fff0;
    border-color: #fff0;
    border-width: .5rem
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem
}

.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 .15s ease-in-out, border-color .15s ease-in-out, box-shadow .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: .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 #fff0;
    border-top-left-radius: .25rem;
    border-top-right-radius: .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: #fff0;
    border-color: #fff0
}

.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: .25rem
}

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

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

.nav-justified .nav-item {
    -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;
    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;
    padding: .5rem 1rem
}

.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: .3125rem;
    padding-bottom: .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: .5rem;
    padding-bottom: .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: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #fff0;
    border: 1px solid #fff0;
    border-radius: .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 center center;
    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: .5rem;
        padding-left: .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: .5rem;
        padding-left: .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: .5rem;
        padding-left: .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: .5rem;
        padding-left: .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: .5rem;
    padding-left: .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 {
    color: rgb(0 0 0 / .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgb(0 0 0 / .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(0 0 0 / .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgb(0 0 0 / .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgb(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: rgb(0 0 0 / .9)
}

.navbar-light .navbar-toggler {
    color: rgb(0 0 0 / .5);
    border-color: rgb(0 0 0 / .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%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: rgb(0 0 0 / .5)
}

.navbar-light .navbar-text a {
    color: rgb(0 0 0 / .9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgb(0 0 0 / .9)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255 / .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(255 255 255 / .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgb(255 255 255 / .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: rgb(255 255 255 / .5);
    border-color: rgb(255 255 255 / .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%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: rgb(255 255 255 / .5)
}

.navbar-dark .navbar-text a {
    color: #fff
}

.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 rgb(0 0 0 / .125);
    border-radius: .25rem
}

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

.card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

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

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

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

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

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

.card-header+.list-group .list-group-item:first-child {
    border-top: 0
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgb(0 0 0 / .03);
    border-top: 1px solid rgb(0 0 0 / .125)
}

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

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.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(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.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: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1
    }

    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.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 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #6c757d;
    content: "/"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #6c757d
}

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

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6
}

.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgb(0 123 255 / .25)
}

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

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

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

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

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

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

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

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

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

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

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

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

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

.badge:empty {
    display: none
}

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

.badge-pill {
    padding-right: .6em;
    padding-left: .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 .2rem rgb(0 123 255 / .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 .2rem rgb(108 117 125 / .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 .2rem rgb(40 167 69 / .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 .2rem rgb(23 162 184 / .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 .2rem rgb(255 193 7 / .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 .2rem rgb(220 53 69 / .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 .2rem rgb(248 249 250 / .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 .2rem rgb(52 58 64 / .5)
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #fff0;
    border-radius: .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: .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
}

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

    to {
        background-position: 0 0
    }
}

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

    to {
        background-position: 0 0
    }
}

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

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease
}

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

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

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

@media (prefers-reduced-motion:reduce) {
    .progress-bar-animated {
        -webkit-animation: none;
        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
}

.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: .75rem 1.25rem;
    background-color: #fff;
    border: 1px solid rgb(0 0 0 / .125)
}

.list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem
}

.list-group-item:last-child {
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.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: .25rem;
    border-top-right-radius: 0
}

.list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: .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: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-sm .list-group-item:last-child {
        border-top-right-radius: .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: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-md .list-group-item:last-child {
        border-top-right-radius: .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: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-lg .list-group-item:last-child {
        border-top-right-radius: .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: .25rem;
        border-top-right-radius: 0
    }

    .list-group-horizontal-xl .list-group-item:last-child {
        border-top-right-radius: .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 .list-group-item {
    border-right-width: 0;
    border-left-width: 0;
    border-radius: 0
}

.list-group-flush .list-group-item:first-child {
    border-top-width: 0
}

.list-group-flush:last-child .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: .5
}

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

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

button.close {
    padding: 0;
    background-color: #fff0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

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

.toast {
    max-width: 350px;
    overflow: hidden;
    font-size: .875rem;
    background-color: rgb(255 255 255 / .85);
    background-clip: padding-box;
    border: 1px solid rgb(0 0 0 / .1);
    box-shadow: 0 .25rem .75rem rgb(0 0 0 / .1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    opacity: 0;
    border-radius: .25rem
}

.toast:not(:last-child) {
    margin-bottom: .75rem
}

.toast.showing {
    opacity: 1
}

.toast.show {
    display: block;
    opacity: 1
}

.toast.hide {
    display: none
}

.toast-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .25rem .75rem;
    color: #6c757d;
    background-color: rgb(255 255 255 / .85);
    background-clip: padding-box;
    border-bottom: 1px solid rgb(0 0 0 / .05)
}

.toast-body {
    padding: .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: .5rem;
    pointer-events: none
}

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

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

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

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

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

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

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

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

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

.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    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 rgb(0 0 0 / .2);
    border-radius: .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: .5
}

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

.modal-header .close {
    padding: 1rem 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: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
    margin: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }

    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }

    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem)
    }

    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:992px) {

    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media (min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: 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: .875rem;
    word-wrap: break-word;
    opacity: 0
}

.tooltip.show {
    opacity: .9
}

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

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

.bs-tooltip-auto[x-placement^=top],
.bs-tooltip-top {
    padding: .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: .4rem .4rem 0;
    border-top-color: #000
}

.bs-tooltip-auto[x-placement^=right],
.bs-tooltip-right {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=right] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=right] .arrow::before,
.bs-tooltip-right .arrow::before {
    right: 0;
    border-width: .4rem .4rem .4rem 0;
    border-right-color: #000
}

.bs-tooltip-auto[x-placement^=bottom],
.bs-tooltip-bottom {
    padding: .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 .4rem .4rem;
    border-bottom-color: #000
}

.bs-tooltip-auto[x-placement^=left],
.bs-tooltip-left {
    padding: 0 .4rem
}

.bs-tooltip-auto[x-placement^=left] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: .4rem;
    height: .8rem
}

.bs-tooltip-auto[x-placement^=left] .arrow::before,
.bs-tooltip-left .arrow::before {
    left: 0;
    border-width: .4rem 0 .4rem .4rem;
    border-left-color: #000
}

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

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: 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: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(0 0 0 / .2);
    border-radius: .3rem
}

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

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

.bs-popover-auto[x-placement^=top],
.bs-popover-top {
    margin-bottom: .5rem
}

.bs-popover-auto[x-placement^=top]>.arrow,
.bs-popover-top>.arrow {
    bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=top]>.arrow::before,
.bs-popover-top>.arrow::before {
    bottom: 0;
    border-width: .5rem .5rem 0;
    border-top-color: rgb(0 0 0 / .25)
}

.bs-popover-auto[x-placement^=top]>.arrow::after,
.bs-popover-top>.arrow::after {
    bottom: 1px;
    border-width: .5rem .5rem 0;
    border-top-color: #fff
}

.bs-popover-auto[x-placement^=right],
.bs-popover-right {
    margin-left: .5rem
}

.bs-popover-auto[x-placement^=right]>.arrow,
.bs-popover-right>.arrow {
    left: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=right]>.arrow::before,
.bs-popover-right>.arrow::before {
    left: 0;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: rgb(0 0 0 / .25)
}

.bs-popover-auto[x-placement^=right]>.arrow::after,
.bs-popover-right>.arrow::after {
    left: 1px;
    border-width: .5rem .5rem .5rem 0;
    border-right-color: #fff
}

.bs-popover-auto[x-placement^=bottom],
.bs-popover-bottom {
    margin-top: .5rem
}

.bs-popover-auto[x-placement^=bottom]>.arrow,
.bs-popover-bottom>.arrow {
    top: calc(-.5rem - 1px)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::before,
.bs-popover-bottom>.arrow::before {
    top: 0;
    border-width: 0 .5rem .5rem .5rem;
    border-bottom-color: rgb(0 0 0 / .25)
}

.bs-popover-auto[x-placement^=bottom]>.arrow::after,
.bs-popover-bottom>.arrow::after {
    top: 1px;
    border-width: 0 .5rem .5rem .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: -.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

.bs-popover-auto[x-placement^=left],
.bs-popover-left {
    margin-right: .5rem
}

.bs-popover-auto[x-placement^=left]>.arrow,
.bs-popover-left>.arrow {
    right: calc(-.5rem - 1px);
    width: .5rem;
    height: 1rem;
    margin: .3rem 0
}

.bs-popover-auto[x-placement^=left]>.arrow::before,
.bs-popover-left>.arrow::before {
    right: 0;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: rgb(0 0 0 / .25)
}

.bs-popover-auto[x-placement^=left]>.arrow::after,
.bs-popover-left>.arrow::after {
    right: 1px;
    border-width: .5rem 0 .5rem .5rem;
    border-left-color: #fff
}

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

.popover-header:empty {
    display: none
}

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

.carousel {
    position: relative
}

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

.carousel-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: -webkit-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    transition: transform .6s ease-in-out, -webkit-transform .6s ease-in-out
}

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

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

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

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

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
    -webkit-transform: none;
    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 .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: .5;
    transition: opacity .15s ease
}

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

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

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

.carousel-control-prev {
    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,%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,%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 #fff0;
    border-bottom: 10px solid #fff0;
    opacity: .5;
    transition: opacity .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
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid currentColor;
    border-right-color: #fff0;
    border-radius: 50%;
    -webkit-animation: spinner-border .75s linear infinite;
    animation: spinner-border .75s linear infinite
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        opacity: 1
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: spinner-grow .75s linear infinite;
    animation: spinner-grow .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: .2rem !important
}

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

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

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

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

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

.rounded-lg {
    border-radius: .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.857143%
}

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

.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: -webkit-sticky !important;
    position: sticky !important
}

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

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

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

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

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

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgb(0 0 0 / .075) !important
}

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

.shadow-lg {
    box-shadow: 0 1rem 3rem rgb(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
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: #fff0
}

.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: .25rem !important
}

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

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

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

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

.m-2 {
    margin: .5rem !important
}

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

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

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

.ml-2,
.mx-2 {
    margin-left: .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: .25rem !important
}

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

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

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

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

.p-2 {
    padding: .5rem !important
}

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

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

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

.pl-2,
.px-2 {
    padding-left: .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: -.25rem !important
}

.mt-n1,
.my-n1 {
    margin-top: -.25rem !important
}

.mr-n1,
.mx-n1 {
    margin-right: -.25rem !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -.25rem !important
}

.ml-n1,
.mx-n1 {
    margin-left: -.25rem !important
}

.m-n2 {
    margin: -.5rem !important
}

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

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

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

.ml-n2,
.mx-n2 {
    margin-left: -.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: .25rem !important
    }

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

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

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

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

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

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

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

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

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: .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: .25rem !important
    }

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

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

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

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

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

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

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

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

    .pl-sm-2,
    .px-sm-2 {
        padding-left: .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: -.25rem !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -.25rem !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -.25rem !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -.25rem !important
    }

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

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

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

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

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -.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: .25rem !important
    }

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

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

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

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

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

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

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

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

    .ml-md-2,
    .mx-md-2 {
        margin-left: .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: .25rem !important
    }

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

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

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

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

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

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

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

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

    .pl-md-2,
    .px-md-2 {
        padding-left: .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: -.25rem !important
    }

    .mt-md-n1,
    .my-md-n1 {
        margin-top: -.25rem !important
    }

    .mr-md-n1,
    .mx-md-n1 {
        margin-right: -.25rem !important
    }

    .mb-md-n1,
    .my-md-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-md-n1,
    .mx-md-n1 {
        margin-left: -.25rem !important
    }

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

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

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

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

    .ml-md-n2,
    .mx-md-n2 {
        margin-left: -.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: .25rem !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: .25rem !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: .25rem !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: .25rem !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: .25rem !important
    }

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

    .mt-lg-2,
    .my-lg-2 {
        margin-top: .5rem !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: .5rem !important
    }

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

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: .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: .25rem !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: .25rem !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: .25rem !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: .25rem !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: .25rem !important
    }

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

    .pt-lg-2,
    .py-lg-2 {
        padding-top: .5rem !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: .5rem !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: .5rem !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: .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: -.25rem !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -.25rem !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -.25rem !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -.25rem !important
    }

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

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -.5rem !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -.5rem !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -.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: .25rem !important
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: .25rem !important
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: .25rem !important
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: .25rem !important
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: .25rem !important
    }

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

    .mt-xl-2,
    .my-xl-2 {
        margin-top: .5rem !important
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: .5rem !important
    }

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

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: .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: .25rem !important
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: .25rem !important
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: .25rem !important
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: .25rem !important
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: .25rem !important
    }

    .p-xl-2 {
        padding: .5rem !important
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: .5rem !important
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: .5rem !important
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: .5rem !important
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: .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: -.25rem !important
    }

    .mt-xl-n1,
    .my-xl-n1 {
        margin-top: -.25rem !important
    }

    .mr-xl-n1,
    .mx-xl-n1 {
        margin-right: -.25rem !important
    }

    .mb-xl-n1,
    .my-xl-n1 {
        margin-bottom: -.25rem !important
    }

    .ml-xl-n1,
    .mx-xl-n1 {
        margin-left: -.25rem !important
    }

    .m-xl-n2 {
        margin: -.5rem !important
    }

    .mt-xl-n2,
    .my-xl-n2 {
        margin-top: -.5rem !important
    }

    .mr-xl-n2,
    .mx-xl-n2 {
        margin-right: -.5rem !important
    }

    .mb-xl-n2,
    .my-xl-n2 {
        margin-bottom: -.5rem !important
    }

    .ml-xl-n2,
    .mx-xl-n2 {
        margin-left: -.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
    }
}

.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: rgb(0 0 0 / .5) !important
}

.text-white-50 {
    color: rgb(255 255 255 / .5) !important
}

.text-hide {
    font: 0/0 a;
    color: #fff0;
    text-shadow: none;
    background-color: #fff0;
    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
    }

    body {
        min-width: 992px !important
    }

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

    .navbar {
        display: none
    }

    .badge {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

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

    .table-bordered 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
    }
}

@font-face {
    font-family: 'themify';
    src: url(../fonts/themify.eot?-fvbane);
    src: url('../fonts/themify.eot?#iefix-fvbane') format('embedded-opentype'), url(../fonts/themify.woff?-fvbane) format('woff'), url(../fonts/themify.ttf?-fvbane) format('truetype'), url('../fonts/themify.svg?-fvbane#themify') format('svg');
    font-weight: 400;
    font-style: normal
}

[class^="ti-"],
[class*=" ti-"] {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.ti-wand:before {
    content: "\e600"
}

.ti-volume:before {
    content: "\e601"
}

.ti-user:before {
    content: "\e602"
}

.ti-unlock:before {
    content: "\e603"
}

.ti-unlink:before {
    content: "\e604"
}

.ti-trash:before {
    content: "\e605"
}

.ti-thought:before {
    content: "\e606"
}

.ti-target:before {
    content: "\e607"
}

.ti-tag:before {
    content: "\e608"
}

.ti-tablet:before {
    content: "\e609"
}

.ti-star:before {
    content: "\e60a"
}

.ti-spray:before {
    content: "\e60b"
}

.ti-signal:before {
    content: "\e60c"
}

.ti-shopping-cart:before {
    content: "\e60d"
}

.ti-shopping-cart-full:before {
    content: "\e60e"
}

.ti-settings:before {
    content: "\e60f"
}

.ti-search:before {
    content: "\e610"
}

.ti-zoom-in:before {
    content: "\e611"
}

.ti-zoom-out:before {
    content: "\e612"
}

.ti-cut:before {
    content: "\e613"
}

.ti-ruler:before {
    content: "\e614"
}

.ti-ruler-pencil:before {
    content: "\e615"
}

.ti-ruler-alt:before {
    content: "\e616"
}

.ti-bookmark:before {
    content: "\e617"
}

.ti-bookmark-alt:before {
    content: "\e618"
}

.ti-reload:before {
    content: "\e619"
}

.ti-plus:before {
    content: "\e61a"
}

.ti-pin:before {
    content: "\e61b"
}

.ti-pencil:before {
    content: "\e61c"
}

.ti-pencil-alt:before {
    content: "\e61d"
}

.ti-paint-roller:before {
    content: "\e61e"
}

.ti-paint-bucket:before {
    content: "\e61f"
}

.ti-na:before {
    content: "\e620"
}

.ti-mobile:before {
    content: "\e621"
}

.ti-minus:before {
    content: "\e622"
}

.ti-medall:before {
    content: "\e623"
}

.ti-medall-alt:before {
    content: "\e624"
}

.ti-marker:before {
    content: "\e625"
}

.ti-marker-alt:before {
    content: "\e626"
}

.ti-arrow-up:before {
    content: "\e627"
}

.ti-arrow-right:before {
    content: "\e628"
}

.ti-arrow-left:before {
    content: "\e629"
}

.ti-arrow-down:before {
    content: "\e62a"
}

.ti-lock:before {
    content: "\e62b"
}

.ti-location-arrow:before {
    content: "\e62c"
}

.ti-link:before {
    content: "\e62d"
}

.ti-layout:before {
    content: "\e62e"
}

.ti-layers:before {
    content: "\e62f"
}

.ti-layers-alt:before {
    content: "\e630"
}

.ti-key:before {
    content: "\e631"
}

.ti-import:before {
    content: "\e632"
}

.ti-image:before {
    content: "\e633"
}

.ti-heart:before {
    content: "\e634"
}

.ti-heart-broken:before {
    content: "\e635"
}

.ti-hand-stop:before {
    content: "\e636"
}

.ti-hand-open:before {
    content: "\e637"
}

.ti-hand-drag:before {
    content: "\e638"
}

.ti-folder:before {
    content: "\e639"
}

.ti-flag:before {
    content: "\e63a"
}

.ti-flag-alt:before {
    content: "\e63b"
}

.ti-flag-alt-2:before {
    content: "\e63c"
}

.ti-eye:before {
    content: "\e63d"
}

.ti-export:before {
    content: "\e63e"
}

.ti-exchange-vertical:before {
    content: "\e63f"
}

.ti-desktop:before {
    content: "\e640"
}

.ti-cup:before {
    content: "\e641"
}

.ti-crown:before {
    content: "\e642"
}

.ti-comments:before {
    content: "\e643"
}

.ti-comment:before {
    content: "\e644"
}

.ti-comment-alt:before {
    content: "\e645"
}

.ti-close:before {
    content: "\e646"
}

.ti-clip:before {
    content: "\e647"
}

.ti-angle-up:before {
    content: "\e648"
}

.ti-angle-right:before {
    content: "\e649"
}

.ti-angle-left:before {
    content: "\e64a"
}

.ti-angle-down:before {
    content: "\e64b"
}

.ti-check:before {
    content: "\e64c"
}

.ti-check-box:before {
    content: "\e64d"
}

.ti-camera:before {
    content: "\e64e"
}

.ti-announcement:before {
    content: "\e64f"
}

.ti-brush:before {
    content: "\e650"
}

.ti-briefcase:before {
    content: "\e651"
}

.ti-bolt:before {
    content: "\e652"
}

.ti-bolt-alt:before {
    content: "\e653"
}

.ti-blackboard:before {
    content: "\e654"
}

.ti-bag:before {
    content: "\e655"
}

.ti-move:before {
    content: "\e656"
}

.ti-arrows-vertical:before {
    content: "\e657"
}

.ti-arrows-horizontal:before {
    content: "\e658"
}

.ti-fullscreen:before {
    content: "\e659"
}

.ti-arrow-top-right:before {
    content: "\e65a"
}

.ti-arrow-top-left:before {
    content: "\e65b"
}

.ti-arrow-circle-up:before {
    content: "\e65c"
}

.ti-arrow-circle-right:before {
    content: "\e65d"
}

.ti-arrow-circle-left:before {
    content: "\e65e"
}

.ti-arrow-circle-down:before {
    content: "\e65f"
}

.ti-angle-double-up:before {
    content: "\e660"
}

.ti-angle-double-right:before {
    content: "\e661"
}

.ti-angle-double-left:before {
    content: "\e662"
}

.ti-angle-double-down:before {
    content: "\e663"
}

.ti-zip:before {
    content: "\e664"
}

.ti-world:before {
    content: "\e665"
}

.ti-wheelchair:before {
    content: "\e666"
}

.ti-view-list:before {
    content: "\e667"
}

.ti-view-list-alt:before {
    content: "\e668"
}

.ti-view-grid:before {
    content: "\e669"
}

.ti-uppercase:before {
    content: "\e66a"
}

.ti-upload:before {
    content: "\e66b"
}

.ti-underline:before {
    content: "\e66c"
}

.ti-truck:before {
    content: "\e66d"
}

.ti-timer:before {
    content: "\e66e"
}

.ti-ticket:before {
    content: "\e66f"
}

.ti-thumb-up:before {
    content: "\e670"
}

.ti-thumb-down:before {
    content: "\e671"
}

.ti-text:before {
    content: "\e672"
}

.ti-stats-up:before {
    content: "\e673"
}

.ti-stats-down:before {
    content: "\e674"
}

.ti-split-v:before {
    content: "\e675"
}

.ti-split-h:before {
    content: "\e676"
}

.ti-smallcap:before {
    content: "\e677"
}

.ti-shine:before {
    content: "\e678"
}

.ti-shift-right:before {
    content: "\e679"
}

.ti-shift-left:before {
    content: "\e67a"
}

.ti-shield:before {
    content: "\e67b"
}

.ti-notepad:before {
    content: "\e67c"
}

.ti-server:before {
    content: "\e67d"
}

.ti-quote-right:before {
    content: "\e67e"
}

.ti-quote-left:before {
    content: "\e67f"
}

.ti-pulse:before {
    content: "\e680"
}

.ti-printer:before {
    content: "\e681"
}

.ti-power-off:before {
    content: "\e682"
}

.ti-plug:before {
    content: "\e683"
}

.ti-pie-chart:before {
    content: "\e684"
}

.ti-paragraph:before {
    content: "\e685"
}

.ti-panel:before {
    content: "\e686"
}

.ti-package:before {
    content: "\e687"
}

.ti-music:before {
    content: "\e688"
}

.ti-music-alt:before {
    content: "\e689"
}

.ti-mouse:before {
    content: "\e68a"
}

.ti-mouse-alt:before {
    content: "\e68b"
}

.ti-money:before {
    content: "\e68c"
}

.ti-microphone:before {
    content: "\e68d"
}

.ti-menu:before {
    content: "\e68e"
}

.ti-menu-alt:before {
    content: "\e68f"
}

.ti-map:before {
    content: "\e690"
}

.ti-map-alt:before {
    content: "\e691"
}

.ti-loop:before {
    content: "\e692"
}

.ti-location-pin:before {
    content: "\e693"
}

.ti-list:before {
    content: "\e694"
}

.ti-light-bulb:before {
    content: "\e695"
}

.ti-Italic:before {
    content: "\e696"
}

.ti-info:before {
    content: "\e697"
}

.ti-infinite:before {
    content: "\e698"
}

.ti-id-badge:before {
    content: "\e699"
}

.ti-hummer:before {
    content: "\e69a"
}

.ti-home:before {
    content: "\e69b"
}

.ti-help:before {
    content: "\e69c"
}

.ti-headphone:before {
    content: "\e69d"
}

.ti-harddrives:before {
    content: "\e69e"
}

.ti-harddrive:before {
    content: "\e69f"
}

.ti-gift:before {
    content: "\e6a0"
}

.ti-game:before {
    content: "\e6a1"
}

.ti-filter:before {
    content: "\e6a2"
}

.ti-files:before {
    content: "\e6a3"
}

.ti-file:before {
    content: "\e6a4"
}

.ti-eraser:before {
    content: "\e6a5"
}

.ti-envelope:before {
    content: "\e6a6"
}

.ti-download:before {
    content: "\e6a7"
}

.ti-direction:before {
    content: "\e6a8"
}

.ti-direction-alt:before {
    content: "\e6a9"
}

.ti-dashboard:before {
    content: "\e6aa"
}

.ti-control-stop:before {
    content: "\e6ab"
}

.ti-control-shuffle:before {
    content: "\e6ac"
}

.ti-control-play:before {
    content: "\e6ad"
}

.ti-control-pause:before {
    content: "\e6ae"
}

.ti-control-forward:before {
    content: "\e6af"
}

.ti-control-backward:before {
    content: "\e6b0"
}

.ti-cloud:before {
    content: "\e6b1"
}

.ti-cloud-up:before {
    content: "\e6b2"
}

.ti-cloud-down:before {
    content: "\e6b3"
}

.ti-clipboard:before {
    content: "\e6b4"
}

.ti-car:before {
    content: "\e6b5"
}

.ti-calendar:before {
    content: "\e6b6"
}

.ti-book:before {
    content: "\e6b7"
}

.ti-bell:before {
    content: "\e6b8"
}

.ti-basketball:before {
    content: "\e6b9"
}

.ti-bar-chart:before {
    content: "\e6ba"
}

.ti-bar-chart-alt:before {
    content: "\e6bb"
}

.ti-back-right:before {
    content: "\e6bc"
}

.ti-back-left:before {
    content: "\e6bd"
}

.ti-arrows-corner:before {
    content: "\e6be"
}

.ti-archive:before {
    content: "\e6bf"
}

.ti-anchor:before {
    content: "\e6c0"
}

.ti-align-right:before {
    content: "\e6c1"
}

.ti-align-left:before {
    content: "\e6c2"
}

.ti-align-justify:before {
    content: "\e6c3"
}

.ti-align-center:before {
    content: "\e6c4"
}

.ti-alert:before {
    content: "\e6c5"
}

.ti-alarm-clock:before {
    content: "\e6c6"
}

.ti-agenda:before {
    content: "\e6c7"
}

.ti-write:before {
    content: "\e6c8"
}

.ti-window:before {
    content: "\e6c9"
}

.ti-widgetized:before {
    content: "\e6ca"
}

.ti-widget:before {
    content: "\e6cb"
}

.ti-widget-alt:before {
    content: "\e6cc"
}

.ti-wallet:before {
    content: "\e6cd"
}

.ti-video-clapper:before {
    content: "\e6ce"
}

.ti-video-camera:before {
    content: "\e6cf"
}

.ti-vector:before {
    content: "\e6d0"
}

.ti-themify-logo:before {
    content: "\e6d1"
}

.ti-themify-favicon:before {
    content: "\e6d2"
}

.ti-themify-favicon-alt:before {
    content: "\e6d3"
}

.ti-support:before {
    content: "\e6d4"
}

.ti-stamp:before {
    content: "\e6d5"
}

.ti-split-v-alt:before {
    content: "\e6d6"
}

.ti-slice:before {
    content: "\e6d7"
}

.ti-shortcode:before {
    content: "\e6d8"
}

.ti-shift-right-alt:before {
    content: "\e6d9"
}

.ti-shift-left-alt:before {
    content: "\e6da"
}

.ti-ruler-alt-2:before {
    content: "\e6db"
}

.ti-receipt:before {
    content: "\e6dc"
}

.ti-pin2:before {
    content: "\e6dd"
}

.ti-pin-alt:before {
    content: "\e6de"
}

.ti-pencil-alt2:before {
    content: "\e6df"
}

.ti-palette:before {
    content: "\e6e0"
}

.ti-more:before {
    content: "\e6e1"
}

.ti-more-alt:before {
    content: "\e6e2"
}

.ti-microphone-alt:before {
    content: "\e6e3"
}

.ti-magnet:before {
    content: "\e6e4"
}

.ti-line-double:before {
    content: "\e6e5"
}

.ti-line-dotted:before {
    content: "\e6e6"
}

.ti-line-dashed:before {
    content: "\e6e7"
}

.ti-layout-width-full:before {
    content: "\e6e8"
}

.ti-layout-width-default:before {
    content: "\e6e9"
}

.ti-layout-width-default-alt:before {
    content: "\e6ea"
}

.ti-layout-tab:before {
    content: "\e6eb"
}

.ti-layout-tab-window:before {
    content: "\e6ec"
}

.ti-layout-tab-v:before {
    content: "\e6ed"
}

.ti-layout-tab-min:before {
    content: "\e6ee"
}

.ti-layout-slider:before {
    content: "\e6ef"
}

.ti-layout-slider-alt:before {
    content: "\e6f0"
}

.ti-layout-sidebar-right:before {
    content: "\e6f1"
}

.ti-layout-sidebar-none:before {
    content: "\e6f2"
}

.ti-layout-sidebar-left:before {
    content: "\e6f3"
}

.ti-layout-placeholder:before {
    content: "\e6f4"
}

.ti-layout-menu:before {
    content: "\e6f5"
}

.ti-layout-menu-v:before {
    content: "\e6f6"
}

.ti-layout-menu-separated:before {
    content: "\e6f7"
}

.ti-layout-menu-full:before {
    content: "\e6f8"
}

.ti-layout-media-right-alt:before {
    content: "\e6f9"
}

.ti-layout-media-right:before {
    content: "\e6fa"
}

.ti-layout-media-overlay:before {
    content: "\e6fb"
}

.ti-layout-media-overlay-alt:before {
    content: "\e6fc"
}

.ti-layout-media-overlay-alt-2:before {
    content: "\e6fd"
}

.ti-layout-media-left-alt:before {
    content: "\e6fe"
}

.ti-layout-media-left:before {
    content: "\e6ff"
}

.ti-layout-media-center-alt:before {
    content: "\e700"
}

.ti-layout-media-center:before {
    content: "\e701"
}

.ti-layout-list-thumb:before {
    content: "\e702"
}

.ti-layout-list-thumb-alt:before {
    content: "\e703"
}

.ti-layout-list-post:before {
    content: "\e704"
}

.ti-layout-list-large-image:before {
    content: "\e705"
}

.ti-layout-line-solid:before {
    content: "\e706"
}

.ti-layout-grid4:before {
    content: "\e707"
}

.ti-layout-grid3:before {
    content: "\e708"
}

.ti-layout-grid2:before {
    content: "\e709"
}

.ti-layout-grid2-thumb:before {
    content: "\e70a"
}

.ti-layout-cta-right:before {
    content: "\e70b"
}

.ti-layout-cta-left:before {
    content: "\e70c"
}

.ti-layout-cta-center:before {
    content: "\e70d"
}

.ti-layout-cta-btn-right:before {
    content: "\e70e"
}

.ti-layout-cta-btn-left:before {
    content: "\e70f"
}

.ti-layout-column4:before {
    content: "\e710"
}

.ti-layout-column3:before {
    content: "\e711"
}

.ti-layout-column2:before {
    content: "\e712"
}

.ti-layout-accordion-separated:before {
    content: "\e713"
}

.ti-layout-accordion-merged:before {
    content: "\e714"
}

.ti-layout-accordion-list:before {
    content: "\e715"
}

.ti-ink-pen:before {
    content: "\e716"
}

.ti-info-alt:before {
    content: "\e717"
}

.ti-help-alt:before {
    content: "\e718"
}

.ti-headphone-alt:before {
    content: "\e719"
}

.ti-hand-point-up:before {
    content: "\e71a"
}

.ti-hand-point-right:before {
    content: "\e71b"
}

.ti-hand-point-left:before {
    content: "\e71c"
}

.ti-hand-point-down:before {
    content: "\e71d"
}

.ti-gallery:before {
    content: "\e71e"
}

.ti-face-smile:before {
    content: "\e71f"
}

.ti-face-sad:before {
    content: "\e720"
}

.ti-credit-card:before {
    content: "\e721"
}

.ti-control-skip-forward:before {
    content: "\e722"
}

.ti-control-skip-backward:before {
    content: "\e723"
}

.ti-control-record:before {
    content: "\e724"
}

.ti-control-eject:before {
    content: "\e725"
}

.ti-comments-smiley:before {
    content: "\e726"
}

.ti-brush-alt:before {
    content: "\e727"
}

.ti-youtube:before {
    content: "\e728"
}

.ti-vimeo:before {
    content: "\e729"
}

.ti-twitter:before {
    content: "\e72a"
}

.ti-time:before {
    content: "\e72b"
}

.ti-tumblr:before {
    content: "\e72c"
}

.ti-skype:before {
    content: "\e72d"
}

.ti-share:before {
    content: "\e72e"
}

.ti-share-alt:before {
    content: "\e72f"
}

.ti-rocket:before {
    content: "\e730"
}

.ti-pinterest:before {
    content: "\e731"
}

.ti-new-window:before {
    content: "\e732"
}

.ti-microsoft:before {
    content: "\e733"
}

.ti-list-ol:before {
    content: "\e734"
}

.ti-linkedin:before {
    content: "\e735"
}

.ti-layout-sidebar-2:before {
    content: "\e736"
}

.ti-layout-grid4-alt:before {
    content: "\e737"
}

.ti-layout-grid3-alt:before {
    content: "\e738"
}

.ti-layout-grid2-alt:before {
    content: "\e739"
}

.ti-layout-column4-alt:before {
    content: "\e73a"
}

.ti-layout-column3-alt:before {
    content: "\e73b"
}

.ti-layout-column2-alt:before {
    content: "\e73c"
}

.ti-instagram:before {
    content: "\e73d"
}

.ti-google:before {
    content: "\e73e"
}

.ti-github:before {
    content: "\e73f"
}

.ti-flickr:before {
    content: "\e740"
}

.ti-facebook:before {
    content: "\e741"
}

.ti-dropbox:before {
    content: "\e742"
}

.ti-dribbble:before {
    content: "\e743"
}

.ti-apple:before {
    content: "\e744"
}

.ti-android:before {
    content: "\e745"
}

.ti-save:before {
    content: "\e746"
}

.ti-save-alt:before {
    content: "\e747"
}

.ti-yahoo:before {
    content: "\e748"
}

.ti-wordpress:before {
    content: "\e749"
}

.ti-vimeo-alt:before {
    content: "\e74a"
}

.ti-twitter-alt:before {
    content: "\e74b"
}

.ti-tumblr-alt:before {
    content: "\e74c"
}

.ti-trello:before {
    content: "\e74d"
}

.ti-stack-overflow:before {
    content: "\e74e"
}

.ti-soundcloud:before {
    content: "\e74f"
}

.ti-sharethis:before {
    content: "\e750"
}

.ti-sharethis-alt:before {
    content: "\e751"
}

.ti-reddit:before {
    content: "\e752"
}

.ti-pinterest-alt:before {
    content: "\e753"
}

.ti-microsoft-alt:before {
    content: "\e754"
}

.ti-linux:before {
    content: "\e755"
}

.ti-jsfiddle:before {
    content: "\e756"
}

.ti-joomla:before {
    content: "\e757"
}

.ti-html5:before {
    content: "\e758"
}

.ti-flickr-alt:before {
    content: "\e759"
}

.ti-email:before {
    content: "\e75a"
}

.ti-drupal:before {
    content: "\e75b"
}

.ti-dropbox-alt:before {
    content: "\e75c"
}

.ti-css3:before {
    content: "\e75d"
}

.ti-rss:before {
    content: "\e75e"
}

.ti-rss-alt:before {
    content: "\e75f"
}

@font-face {
    font-family: "Flaticon";
    src: url(..//fonts/Flaticon.eot);
    src: url("..//fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url(..//fonts/Flaticon.woff2) format("woff2"), url(..//fonts/Flaticon.woff) format("woff"), url(..//fonts/Flaticon.ttf) format("truetype"), url("..//fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: 400;
    font-style: normal
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("..//fonts/Flaticon.svg#Flaticon") format("svg")
    }
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: inherit;
    font-style: normal
}

.flaticon-report:before {
    content: "\f100"
}

.flaticon-clock:before {
    content: "\f101"
}

.flaticon-call:before {
    content: "\f102"
}

.flaticon-tourism:before {
    content: "\f103"
}

.flaticon-process:before {
    content: "\f104"
}

.flaticon-data:before {
    content: "\f105"
}

.flaticon-global:before {
    content: "\f106"
}

.flaticon-system:before {
    content: "\f107"
}

.flaticon-padlock:before {
    content: "\f108"
}

.flaticon-process-1:before {
    content: "\f109"
}

.flaticon-data-1:before {
    content: "\f10a"
}

.flaticon-work:before {
    content: "\f10b"
}

.flaticon-data-analytics:before {
    content: "\f10c"
}

.flaticon-chart:before {
    content: "\f10d"
}

.flaticon-algorithm:before {
    content: "\f10e"
}

.flaticon-data-2:before {
    content: "\f10f"
}

.flaticon-clock-1:before {
    content: "\f110"
}

.flaticon-microchip:before {
    content: "\f111"
}

.flaticon-server:before {
    content: "\f112"
}

.flaticon-24h:before {
    content: "\f113"
}

.flaticon-global-1:before {
    content: "\f114"
}

.flaticon-business-and-finance:before {
    content: "\f115"
}

.flaticon-space:before {
    content: "\f116"
}

.flaticon-information:before {
    content: "\f117"
}

.flaticon-privacy:before {
    content: "\f118"
}

.flaticon-alert:before {
    content: "\f119"
}

.flaticon-online-library:before {
    content: "\f11a"
}

.flaticon-info:before {
    content: "\f11b"
}

.flaticon-interaction:before {
    content: "\f11c"
}

.flaticon-mobile-app:before {
    content: "\f11d"
}

.flaticon-code:before {
    content: "\f11e"
}

.flaticon-developer:before {
    content: "\f11f"
}

.flaticon-intelligent:before {
    content: "\f120"
}

.flaticon-content:before {
    content: "\f121"
}

.flaticon-laptop:before {
    content: "\f122"
}

.flaticon-web:before {
    content: "\f123"
}

.flaticon-content-writing:before {
    content: "\f124"
}

.flaticon-computer:before {
    content: "\f125"
}

.flaticon-computer-1:before {
    content: "\f126"
}

.flaticon-graphic-design:before {
    content: "\f127"
}

.flaticon-analysis:before {
    content: "\f128"
}

.flaticon-bar-chart:before {
    content: "\f129"
}

.flaticon-analytics:before {
    content: "\f12a"
}

.flaticon-ui:before {
    content: "\f12b"
}

.flaticon-resume:before {
    content: "\f12c"
}

.flaticon-taxi:before {
    content: "\f12d"
}

.flaticon-online-shop:before {
    content: "\f12e"
}

.flaticon-smartphone:before {
    content: "\f12f"
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiDyp8kv8JHgFVrJJLm21lVFteOcEg.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiDyp8kv8JHgFVrJJLm21lVGdeOcEg.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiDyp8kv8JHgFVrJJLm21lVF9eO.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiGyp8kv8JHgFVrJJLucXtAKPY.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiGyp8kv8JHgFVrJJLufntAKPY.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiGyp8kv8JHgFVrJJLucHtA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiDyp8kv8JHgFVrJJLmg1hVFteOcEg.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiDyp8kv8JHgFVrJJLmg1hVGdeOcEg.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiDyp8kv8JHgFVrJJLmg1hVF9eO.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiDyp8kv8JHgFVrJJLmr19VFteOcEg.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiDyp8kv8JHgFVrJJLmr19VGdeOcEg.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiDyp8kv8JHgFVrJJLmr19VF9eO.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiDyp8kv8JHgFVrJJLmy15VFteOcEg.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiDyp8kv8JHgFVrJJLmy15VGdeOcEg.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiDyp8kv8JHgFVrJJLmy15VF9eO.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLDz8Z11lFc-K.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLDz8Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLDz8Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC, U+A830-A839, U+A8E0-A8FF, U+11B00-11B09
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: url(https://fonts.gstatic.com/s/poppins/v23/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_qiTXtXA-W2r.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_qiTXt7A-W2r.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_qiTXt_A-W2r.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFRD-vYSZviVYUb_rj3ij__anPXDTnCjmHKM4nYO7KN_qiTXtHA-Q.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

.ttm-row {
    padding: 90px 0
}

.ttm-row.zero-padding-section {
    padding: 0
}

.ttm-row.service-section {
    padding: 0 !important
}

.ttm-row.history-section {
    padding-bottom: 170px
}

.ttm-row.team-section {
    padding-top: 180px
}

.ttm-row.first-row-title-section {
    padding-top: 120px;
    padding-bottom: 190px
}

.ttm-row.bottomzero-padding-section {
    padding-bottom: 0
}

.ttm-row.services-section {
    padding-bottom: 165px;
    padding-top: 180px
}

.ttm-row.second-row-title-section {
    padding-top: 180px
}

.ttm-row.our-partner-section {
    padding-bottom: 20px;
    padding-top: 120px
}

.ttm-row.fid-section {
    padding-top: 315px
}

.ttm-row.third-row-title-section {
    padding-top: 320px
}

.ttm-row.our-client-section {
    padding: 21px 0
}

.ttm-row.aboutus-section-style3 {
    padding-bottom: 230px
}

.ttm-row.grid-section {
    padding-bottom: 60px
}

.ttm-row.map-section {
    padding: 0
}

.ttm-row.services-slide-section {
    padding-bottom: 320px
}

.ttm-row.our-partner-section {
    padding-bottom: 20px;
    padding-top: 120px
}

.row-equal-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.row-equal-height>[class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ttm-bg {
    position: relative
}

.ttm-bg.ttm-bgcolor-grey:not(.ttm-col-bgcolor-yes) .ttm-bg-layer {
    opacity: .7
}

.ttm-bg.ttm-bgcolor-darkgrey .ttm-bg-layer {
    opacity: .8
}

.ttm-col-bgimage-yes,
.bg-layer-equal-height .ttm-col-bgcolor-yes {
    height: 100%;
    z-index: 9
}

.ttm-bg-layer,
.ttm-titlebar-wrapper .ttm-titlebar-wrapper-bg-layer,
.ttm-bg-layer .ttm-bg-layer-inner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0
}

.ttm-bg-layer,
.ttm-bg-layer .ttm-bg-layer-inner {
    background-color: inherit;
    opacity: .9
}

.ttm-equal-height-image {
    display: none
}

.bg-img1 {
    background-image: url(../images/row-bgimage-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.bg-img2 {
    background-image: url(../images/row-bgimage-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.bg-img3 {
    background-image: url(../images/bg-image/row-bgimage-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.bg-img4 {
    background-image: url(https://via.placeholder.com/1920X622/888888.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.bg-img5 {
    background-image: url(https://via.placeholder.com/1920X283/888888.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.bg-img6 {
    background-image: url(../images/service_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.bg-img6 .ttm-bg-layer,
.bg-img6 .ttm-bg-layer-inner {
    margin-left: -400px;
    opacity: 1
}

.bg-img7 {
    background-image: url(../images/row-bgimage-7.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.bg-img8 {
    background-image: url(../images/bg-image/row-bgimage-8.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.bg-img9 {
    background-image: url(https://via.placeholder.com/1920X519/888888.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.bg-img10 {
    background-image: url(../images/row-bgimage-10.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.bg-img11 {
    background-image: url(../images/gray-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.bg-img12 {
    background-image: url(https://via.placeholder.com/1920X820/888888.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.bg-img13 {
    background-image: url(../images/monday-gray-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.ttm-equal-height-image {
    display: none
}

.col-bg-img-one.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
    background-image: url(../images/creating-value-bg.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 1
}

.col-bg-img-two.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
    background-image: url(https://via.placeholder.com/584X416/444444.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.col-bg-img-three.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
    background-image: url(../images/col-bgimage-3.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.col-bg-img-four {
    background-image: url(https://via.placeholder.com/566X506/444444.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.col-bg-img-five.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
    background-image: url(https://via.placeholder.com/566X506/444444.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.col-bg-img-six.ttm-col-bgimage-yes .ttm-col-wrapper-bg-layer {
    background-image: url(https://via.placeholder.com/566X506/444444.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.col-bg-img-one.ttm-left-span {
    margin-left: -500px;
    margin-right: -570px
}

.ttm-bgcolor-white.ttm-left-span .ttm-col-wrapper-bg-layer {
    margin-left: -500px
}

.ttm-left-span.spacing-7 .ttm-col-wrapper-bg-layer {
    margin-left: -500px;
    opacity: 1
}

.ttm-right-span {
    margin-right: -400px
}

.section-title {
    position: relative
}

.section-title.with-desc.text-center .title-header:before {
    left: 50%;
    margin-left: -26px
}

.section-title.with-desc .title-header {
    margin-bottom: 52px
}

.section-title h5 {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 5px;
    color: #2d4a8a
}

.section-title h2.title {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 0
}

.section-title h2.title span {
    font-style: italic;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    letter-spacing: 1.2px;
    color: #0af
}

.section-title .title-desc {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 15px
}

.section-title .title-header {
    margin-bottom: 40px;
    position: relative
}

.section-title .title-header:before {
    width: 52px;
    bottom: -20px;
    height: 4px;
    left: 0;
    top: auto;
    position: absolute;
    content: "";
    border: 4px solid #fff0;
    border-bottom: 0;
    border-top-color: #003f5f
}

.section-title.style2 .title-header::before,
.section-title.style3 .title-header::before {
    content: none
}

.section-title.style2 .title-header::after,
.section-title.style3 .title-header::after {
    content: "";
    right: 25px;
    height: 90%;
    position: absolute;
    top: 10%;
    width: 1px;
    border-right-width: 1px;
    background-color: #f0f0f0
}

.section-title.style3 .title-header::after {
    background-color: rgb(255 255 255 / .09)
}

.row-title h2.title {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 0;
    padding: 0;
    text-transform: capitalize
}

.separator .sep-line {
    height: 1px;
    border-top: 1px solid #ebebeb;
    display: block;
    position: relative;
    width: 100%
}

.ttm-bgcolor-skincolor .separator .sep-line,
.ttm-bgcolor-darkgrey .separator .sep-line {
    border-top-color: rgb(255 255 255 / .07)
}

.ttm-btn,
.ttm-btn.ttm-btn-size-xs,
.ttm-btn.ttm-btn-size-sm,
.ttm-btn.ttm-btn-size-md,
.ttm-btn.ttm-btn-size-lg {
    display: inline-block;
    line-height: normal;
    border: 1px solid #fff0;
    position: relative;
    font-weight: 200;
    overflow: hidden;
    z-index: 2;
    vertical-align: middle;
    text-transform: capitalize;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.ttm-btn:hover {
    cursor: pointer
}

.ttm-btn i,
.ttm-btn.ttm-btn-size-xs i,
.ttm-btn.ttm-btn-size-sm i,
.ttm-btn.ttm-btn-size-md i,
.ttm-btn.ttm-btn-size-lg i,
.ttm-btn svg,
.ttm-btn.ttm-btn-size-xs svg,
.ttm-btn.ttm-btn-size-sm svg,
.ttm-btn.ttm-btn-size-md svg,
.ttm-btn.ttm-btn-size-lg svg {
    margin-right: 10px
}

.ttm-btn.ttm-icon-btn-right i,
.ttm-btn.ttm-icon-btn-right svg {
    margin-right: 0;
    margin-left: 10px
}

.ttm-btn.ttm-bgcolor-darkgrey {
    color: #fff;
    border-color: #263045
}

.ttm-btn.ttm-bgcolor-darkgrey:hover {
    background-color: #2d4a8a;
    color: #fff;
    border-color: #2d4a8a
}

.ttm-btn.ttm-bgcolor-skincolor {
    color: #fff;
    border-color: #2d4a8a
}

.ttm-btn.ttm-bgcolor-skincolor:hover {
    background-color: #263045;
    color: #fff;
    border-color: #263045
}

.ttm-btn.ttm-bgcolor-grey:hover {
    background-color: #2d4a8a;
    color: #fff
}

.ttm-btn.ttm-btn-style-border {
    border: 1px solid #fff0
}

.ttm-btn.ttm-btn-style-border.ttm-btn-color-darkgrey {
    border-color: #263045;
    background-color: #fff0;
    color: #263045
}

.ttm-btn.ttm-btn-style-border.ttm-btn-color-darkgrey:hover {
    background-color: #263045;
    color: #fff
}

.ttm-btn.ttm-btn-style-border.ttm-btn-color-skincolor {
    border-color: #2d4a8a;
    background-color: #fff0;
    color: #2d4a8a
}

.ttm-btn.ttm-btn-style-border.ttm-btn-color-skincolor:hover {
    background-color: #2d4a8a;
    color: #fff
}

.ttm-btn.ttm-btn-style-border.ttm-btn-color-white {
    border-color: #fff;
    color: #fff;
    background-color: #fff0
}

.ttm-btn.ttm-btn-style-border.ttm-btn-color-white:hover {
    background-color: #fff;
    color: #263045
}

.ttm-btn.rounded-circle {
    border-radius: 2em !important
}

.ttm-btn-size-xs.ttm-btn {
    font-size: 12px;
    padding: 7px 22px
}

.ttm-btn-size-sm.ttm-btn {
    font-size: 14px;
    padding: 10px 24px
}

.ttm-btn-size-md.ttm-btn {
    font-size: 14px;
    padding: 10px 30px
}

.ttm-btn-size-lg.ttm-btn {
    font-size: 20px;
    padding: 18px 45px
}

.btn-inline {
    font-size: 14px;
    padding: 0 !important;
    border: 1px solid #fff0;
    background-color: #fff0;
    color: #263045;
    overflow: visible
}

.btn-inline.ttm-btn-color-skincolor {
    color: #003f5f
}

.btn-inline.ttm-btn-color-skincolor:hover {
    color: #263045
}

.btn-inline.ttm-btn-color-darkgrey {
    color: #263045
}

.btn-inline.ttm-btn-color-darkgrey:hover {
    color: #2d4a8a
}

.btn-inline i,
.btn-inline svg {
    font-size: 12px
}

.btn-inline.style2 {
    font-weight: 400;
    font-size: 15px
}

.btn-inline.style2::before {
    position: absolute;
    content: "";
    background: #fff;
    height: 2px;
    width: 15px;
    left: 0;
    top: 11px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease
}

.btn-inline.style2:hover {
    padding-left: 25px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.btn-inline.style2:hover::before {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.ttm-icon {
    position: relative;
    margin-bottom: 35px;
    display: inline-block;
    text-align: center;
    border: 1px solid #fff0;
    position: relative;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.ttm-icon i {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.ttm-icon.ttm-icon_element-size-xs {
    width: 42px;
    height: 42px;
    line-height: 42px
}

.ttm-icon.ttm-icon_element-size-xs i,
.ttm-icon.ttm-icon_element-size-xs svg {
    font-size: 16px
}

.ttm-icon.ttm-icon_element-size-sm {
    width: 52px;
    height: 52px;
    line-height: 52px
}

.ttm-icon.ttm-icon_element-size-sm i,
.ttm-icon.ttm-icon_element-size-sm svg {
    font-size: 28px
}

.ttm-icon.ttm-icon_element-size-md {
    width: 58px;
    height: 58px;
    line-height: 58px
}

.ttm-icon.ttm-icon_element-size-md i,
.ttm-icon.ttm-icon_element-size-md svg {
    font-size: 30px
}

.ttm-icon.ttm-icon_element-size-lg {
    width: 64px;
    height: 64px;
    line-height: 64px
}

.ttm-icon.ttm-icon_element-size-lg i,
.ttm-icon.ttm-icon_element-size-lg svg {
    font-size: 45px
}

.ttm-icon.ttm-bgcolor-white {
    color: #2d4a8a;
    border-color: #fff0
}

.ttm-icon.ttm-icon_element-border.ttm-textcolor-skincolor {
    border-color: #263045
}

.ttm-play-icon-btn {
    display: inline-block
}

.ttm-play-icon {
    color: #fff;
    display: block;
    position: relative
}

.ttm-play-icon .ttm-icon.ttm-icon_element-size-md {
    width: 95px;
    height: 95px;
    line-height: 95px;
    margin: 0
}

.ttm-play-icon .ttm-play-icon-animation {
    display: inline-block;
    position: relative
}

.ttm-play-icon .ttm-play-icon-animation::after,
.ttm-play-icon .ttm-play-icon-animation::before {
    content: "";
    border: 1px solid;
    border-color: inherit;
    width: 150%;
    height: 150%;
    border-radius: 100%;
    position: absolute;
    left: -25%;
    top: -25%;
    opacity: 1;
    -webkit-animation: 1s videoplay-anim linear infinite;
    animation: 1s videoplay-anim linear infinite
}

.ttm-play-icon .ttm-play-icon-animation::after {
    border-color: #bfbfbf
}

.ttm-play-icon .ttm-play-icon-animation::before {
    border-color: #e4e4e4;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s
}

.ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-sm {
    display: block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    line-height: 60px;
    margin: 0;
    z-index: 2
}

.ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-sm i,
.ttm-play-icon-btn .ttm-icon.ttm-icon_element-size-sm svg {
    padding-left: 5px;
    font-size: 25px;
    display: inline-block;
    vertical-align: middle;
    line-height: 0
}

.ttm-play-icon-btn .ttm-play-icon-animation {
    position: relative;
    display: inline-block
}

.ttm-play-icon-btn .ttm-play-icon-animation .ttm-icon {
    margin-bottom: 0
}

.ttm-play-icon-btn .ttm-play-icon-animation::after,
.ttm-play-icon-btn .ttm-play-icon-animation::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%
}

.ttm-play-icon-btn .ttm-play-icon-animation::after {
    z-index: 1;
    width: 95px;
    height: 95px;
    opacity: .1;
    background-color: #fff
}

.ttm-play-icon-btn .ttm-play-icon-animation::before {
    width: 80px;
    height: 80px;
    opacity: .2;
    background-color: #fff
}

.ttm-play-icon-btn:hover .ttm-play-icon-animation::after,
.ttm-play-icon-btn:hover .ttm-play-icon-animation::before {
    -webkit-animation: scaling 1.05s infinite;
    animation: scaling 1.05s infinite
}

.ttm-play-icon-btn.ttm-play-icon-btn-center {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -50px
}

@-webkit-keyframes scaling {
    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

@keyframes scaling {
    100% {
        width: 200%;
        height: 200%;
        opacity: 0
    }
}

.inside {
    text-align: center;
    position: relative;
    padding: 29px 15px 25px 15px
}

.inside h3 {
    margin-bottom: 0;
    bottom: -11px;
    width: 100%;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    padding-top: 0;
    display: inline-block
}

.inside h4 {
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 37px;
    line-height: 40px
}

.inside.ttm-fid-view-righticon h4,
.inside.ttm-fid-view-lefticon h4 {
    margin-bottom: 0;
    float: left
}

.inside.ttm-fid-view-righticon .ttm-fid-left,
.inside.ttm-fid-view-lefticon .ttm-fid-left {
    position: relative;
    display: block;
    width: 100%
}

.inside.ttm-fid-view-righticon .ttm-fid-icon-wrapper,
.inside.ttm-fid-view-lefticon .ttm-fid-icon-wrapper {
    position: absolute;
    top: 0
}

.inside.ttm-fid-view-righticon .ttm-fid-icon-wrapper i,
.inside.ttm-fid-view-lefticon .ttm-fid-icon-wrapper i {
    font-size: 48px
}

.inside.ttm-fid-view-righticon .ttm-fid-contents,
.inside.ttm-fid-view-lefticon .ttm-fid-contents {
    clear: both;
    overflow: hidden
}

.inside.ttm-fid-view-lefticon .ttm-fid-contents {
    padding-left: 60px
}

.ttm-fid-view-topicon .ttm-fid-icon-wrapper .ttm-icon {
    margin-bottom: 0;
    display: inline-block;
    position: relative
}

.ttm-fid-view-topicon .ttm-fid-icon-wrapper .ttm-icon.ttm-icon_element-size-lg {
    margin-bottom: 10px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 5px
}

.ttm-fid-view-topicon .ttm-fid-icon-wrapper .ttm-icon.ttm-icon_element-size-lg i {
    font-size: 40px
}

.ttm-fid-view-topicon h4 {
    font-size: 46px;
    line-height: 56px
}

.ttm-fid-view-topicon h3 {
    font-weight: 500;
    font-size: 16px;
    padding-top: 10px
}

.row>[class*="col-"]:not(:last-child)>.ttm-fid-view-lefticon.style1:before {
    position: absolute;
    content: "";
    background-color: rgb(243 243 243 / .06);
    width: 1px;
    height: 100%;
    bottom: 0;
    right: 0
}

.ttm-fid-view-lefticon.style1 {
    margin-bottom: 0;
    padding: 0 0;
    margin-top: 35px
}

.ttm-fid-view-lefticon .ttm-fid-icon-wrapper {
    margin-top: 20px
}

.ttm-fid-view-lefticon.style2 {
    margin-bottom: 0;
    padding: 30px 15px
}

.ttm-highlight-fid-style-1,
.ttm-highlight-fid-style-2 {
    position: absolute;
    background: #fff;
    padding: 24px 25px 19px;
    border: 3px solid #e8e9ea;
    max-width: 250px;
    top: 0;
    left: 0;
    z-index: 9;
    margin-bottom: 0
}

.ttm-highlight-fid-style-1 .inside,
.ttm-highlight-fid-style-2 .inside {
    margin-bottom: 0;
    padding: 0
}

.ttm-highlight-fid-style-1 .ttm-fid.inside h3 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #1e2637;
    display: inline
}

.ttm-highlight-fid-style-1 .ttm-fid.inside h4 {
    font-size: 80px;
    line-height: 72px;
    padding-right: 10px;
    float: left;
    display: block
}

.ttm-highlight-fid-style-1::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    z-index: 1;
    bottom: 11px;
    left: 113px;
    border: 10px solid #fff0;
    border-bottom: 0;
    border-top-color: #fff;
    margin-bottom: -19px
}

.ttm-highlight-fid-style-1::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: 118px;
    left: 110px;
    border: 13px solid #fff0;
    border-bottom: 0;
    border-top-color: #e8e9ea
}

.ttm-highlight-fid-style-2 {
    position: absolute;
    background: #f7f9fe;
    padding: 25px 25px 25px;
    max-width: 160px;
    bottom: -60px;
    right: 5px;
    left: auto;
    top: auto;
    border: 1px solid #dfe5f3;
    text-align: center
}

.ttm-highlight-fid-style-2::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    z-index: 1;
    top: -13px;
    left: 30px;
    border: 13px solid #fff0;
    border-top: 0;
    border-bottom-color: #f7f9fe
}

.ttm-highlight-fid-style-2::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: -17px;
    left: 27px;
    border: 16px solid #fff0;
    border-top: 0;
    border-bottom-color: #e8e9ea
}

.ttm-highlight-fid-style-2 .inside h4 {
    font-size: 46px;
    line-height: 56px;
    color: #2d4a8a
}

.ttm-highlight-fid-style-2 .inside h3 {
    color: #6e6e6e
}

.featured-title h5 {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 0
}

.featured-title h5 a {
    color: inherit
}

.featured-desc p {
    margin-bottom: 0
}

.featured-icon-box {
    position: relative
}

.featured-icon-box.left-icon .ttm-icon {
    margin-bottom: 0
}

.featured-icon-box.left-icon .featured-icon,
.featured-icon-box.left-icon .featured-content {
    display: table-cell;
    vertical-align: middle
}

.featured-icon-box.left-icon .featured-content {
    padding-left: 24px
}

.featured-icon-box.left-icon.icon-align-top .featured-icon {
    vertical-align: top;
    padding-top: 5px
}

.featured-icon-box.top-icon .featured-content {
    padding-top: 14px
}

.featured-icon-box.iconalign-before-heading .featured-content {
    display: table
}

.featured-icon-box.iconalign-before-heading .ttm-icon {
    height: auto;
    width: auto
}

.featured-icon-box.iconalign-before-heading .ttm-icon.style1 {
    width: 50px;
    height: 60px;
    margin-bottom: 0
}

.featured-icon-box.iconalign-before-heading .ttm-icon.style1 .ttm-num:before {
    font-size: 20px;
    font-weight: 600;
    color: #263045
}

.featured-icon-box.iconalign-before-heading .featured-title {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px
}

.featured-icon-box.iconalign-before-heading .featured-desc {
    padding-top: 10px
}

body {
    counter-reset: section
}

.ttm-num:before {
    counter-increment: section;
    content: counter(section, decimal-leading-zero) " ";
    font-size: 14px;
    font-family: "Poppins", Arial, Helvetica, sans-serif
}

.featured-icon-box.without-icon .featured-title h5 {
    padding-left: 26px;
    position: relative
}

.featured-icon-box.without-icon .featured-title h5::before {
    content: "";
    position: absolute;
    width: 18px;
    height: 1px;
    margin: auto;
    top: 50%;
    left: 0;
    background-color: #263045
}

.featured-icon-box.style1 {
    padding: 28px 20px
}

.featured-icon-box-style1-row {
    padding: 0 10px;
    margin-top: -35px;
    position: relative
}

.featured-icon-box.style2 .ttm-icon.ttm-icon_element-size-md svg,
.featured-icon-box.style2 .ttm-icon.ttm-icon_element-size-md i {
    font-size: 24px
}

.featured-icon-box.style3 {
    padding-top: 15px
}

.featured-icon-box.style3 .ttm-icon.ttm-icon_element-size-lg {
    width: 47px;
    height: 47px;
    line-height: 47px
}

.featured-icon-box.style3 .featured-content {
    padding-left: 12px
}

.featured-icon-box.style4 .ttm-icon.ttm-icon_element-size-md {
    width: 37px;
    height: 37px;
    line-height: 37px
}

.featured-icon-box.style4 .ttm-icon.ttm-icon_element-size-md i {
    font-size: 35px
}

.featured-icon-box.style5 {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid rgb(104 104 104 / .15);
    padding: 40px 35px;
    border-radius: 5px
}

.featured-icon-box.style5 .ttm-icon.ttm-icon_element-size-lg {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 0
}

.featured-icon-box.style5 .featured-content {
    padding-top: 10px
}

.featured-icon-box.style5 .featured-title h5 {
    margin-bottom: 10px
}

.featured-icon-box.style5::before {
    position: absolute;
    content: "";
    background-color: #003f5f;
    bottom: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-transition: 0.55s cubic-bezier(.68, 1.55, .265, .55);
    transition: 0.55s cubic-bezier(.68, 1.55, .265, .55)
}

.featured-icon-box.style5:hover:before {
    bottom: 0
}

.featured-icon-box.style6 {
    border: 1px solid #ebeef0;
    padding: 30px 30px 30px 30px;
    height: 100%;
    position: relative;
    background-color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    margin-right: -1px
}

.featured-icon-box.style6 .ttm-icon.ttm-icon_element-size-lg {
    margin-bottom: 10px;
    -webkit-transition: all 0s;
    transition: all 0s;
    width: 50px;
    height: 50px;
    line-height: 50px
}

.featured-icon-box.style6 .ttm-icon.ttm-icon_element-size-lg i {
    font-size: 50px;
    color: #2d4a8a
}

.featured-icon-box.style6 .featured-title h5 {
    margin-bottom: 10px
}

.featured-icon-box.style6 .featured-desc p {
    margin-bottom: 25px
}

.featured-icon-box.style6:hover {
    background-color: #003f5f;
    color: #fff
}

.featured-imagebox.style1:hover h1,
.featured-imagebox.style1:hover a,
.featured-imagebox.style1:hover i {
    color: #fff !important
}

.featured-imagebox-team.style1:hover h2,
.featured-imagebox-team.style1:hover a,
.featured-imagebox-team.style1:hover i {
    color: #fff !important
}

.featured-imagebox-team.style1:hover p,
.featured-imagebox-team.style1:hover a,
.featured-imagebox-team.style1:hover i {
    color: #fff !important
}

.featured-icon-box.style5:hover p,
.featured-icon-box.style5:hover a,
.featured-icon-box.style5:hover i {
    color: #fff !important
}

.featured-icon-box.style5:hover h2,
.featured-icon-box.style5:hover a,
.featured-icon-box.style5:hover i {
    color: #fff !important
}

.featured-icon-box.style6:hover h3,
.featured-icon-box.style6:hover a,
.featured-icon-box.style6:hover i {
    color: #fff !important
}

.featured-icon-box.style6:hover h5,
.featured-icon-box.style6:hover a,
.featured-icon-box.style6:hover i {
    color: #fff !important
}

.featured-icon-box.style6 .btn-inline.style2 {
    color: #2d4a8a
}

.featured-icon-box.style6 .btn-inline.style2:hover {
    padding-left: 25px !important;
    color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.featured-icon-box.style5 a {
    color: #003f5f
}

.featured-icon-box.style7 {
    padding: 30px 20px;
    border: 1px solid #ebedf2 !important
}

.featured-icon-box.style7 .ttm-icon.ttm-icon_element-size-md {
    width: 70px;
    height: 70px;
    line-height: 70px
}

.featured-icon-box.style7 .ttm-icon.ttm-icon_element-size-md i {
    font-size: 58px
}

.featured-icon-box.style7 .featured-title h5 {
    margin-bottom: 5px
}

.featured-icon-box.style8 {
    padding: 60px 30px 40px;
    background-color: #fff;
    position: relative
}

.featured-icon-box.style8 .ttm-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    position: absolute;
    top: -32px;
    left: 50%;
    margin-left: -33px;
    -webkit-box-shadow: 0 0 12px 0 rgb(32 46 60 / .06);
    box-shadow: 0 0 12px 0 rgb(32 46 60 / .06);
    text-align: center;
    background-color: #fff
}

.featured-imagebox-team {
    position: relative;
    overflow: hidden
}

.featured-imagebox-team .featured-thumbnail {
    position: relative;
    overflow: hidden
}

.featured-imagebox-team .featured-thumbnail img {
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

.featured-imagebox-team .featured-thumbnail .social-icons {
    position: absolute;
    top: 0;
    left: -40px;
    right: auto;
    padding: 10px;
    margin-top: 0;
    opacity: 0;
    z-index: 9;
    background-color: #003f5f;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease
}

.featured-imagebox-team .featured-thumbnail .social-icons li {
    display: block
}

.featured-imagebox-team .featured-thumbnail .social-icons li a {
    font-size: 14px;
    color: #fff;
    position: relative
}

.featured-imagebox-team:hover .featured-thumbnail img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.featured-imagebox-team.style1 .featured-title h5 a:hover {
    color: #2d4a8a
}

.featured-imagebox-team.style1 .featured-content {
    text-align: center;
    position: relative;
    z-index: 2;
    margin: -25px 40px 5px;
    padding: 18px 0 22px;
    background-color: #fff;
    border-bottom: 5px solid #fff0;
    -webkit-transition: 0.5s cubic-bezier(.3, .57, .55, 1);
    transition: 0.5s cubic-bezier(.3, .57, .55, 1)
}

.featured-imagebox-team.style1 .featured-content .category {
    color: #9dabaf;
    font-size: 15px;
    margin-bottom: 0
}

.featured-imagebox-team:hover .featured-content {
    border-color: #2d4a8a
}

.featured-imagebox-team:hover .social-icons {
    opacity: 1;
    left: 0
}

.featured-imagebox-team.style2 .ttm-box-view-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff0), to(rgb(38 48 69 / .9)));
    background: linear-gradient(to bottom, #fff0 0%, rgb(38 48 69 / .9) 100%);
    -webkit-transition-property: top, opacity;
    transition-property: top, opacity
}

.featured-imagebox-team.style2 .featured-content {
    position: absolute;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transform: translateY(130px);
    transform: translateY(130px);
    color: #fff;
    text-align: center;
    top: 0;
    left: 0;
    right: 0
}

.featured-imagebox-team.style2 .featured-title h5 a {
    color: #fff
}

.featured-imagebox-team.style2:hover .featured-content {
    top: 50px
}

.featured-imagebox-team.style2:hover .ttm-box-view-overlay {
    opacity: 1
}

.featured-imagebox-portfolio {
    position: relative;
    overflow: hidden
}

.featured-imagebox-portfolio .featured-thumbnail {
    position: relative;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: -webkit-transform, -webkit-box-shadow;
    transition-property: -webkit-transform, -webkit-box-shadow;
    transition-property: transform, box-shadow;
    transition-property: transform, box-shadow, -webkit-transform, -webkit-box-shadow
}

.featured-imagebox-portfolio.style1:hover .featured-thumbnail {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px)
}

.featured-imagebox-portfolio .ttm-box-view-overlay {
    position: absolute;
    top: 0;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / .75)
}

.featured-imagebox-portfolio .ttm-media-link a {
    display: inline-block;
    font-size: 17px;
    position: absolute;
    top: 42%;
    right: 50%;
    margin-top: -17px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #2d4a8a;
    border-radius: 0;
    text-align: center;
    margin-right: 3px;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #2d4a8a;
    color: #fff
}

.featured-imagebox-portfolio .ttm-media-link a:hover {
    background-color: #fff0;
    color: #2d4a8a
}

.featured-imagebox-portfolio .ttm-media-link a.ttm_link {
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
    -webkit-transition: 1s;
    transition: 1s;
    margin-right: -51px
}

.featured-imagebox-portfolio .featured-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    padding: 15px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 2;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
    background-color: #263045
}

.featured-imagebox-portfolio .featured-content .featured-title h5 a {
    color: #fff
}

.featured-imagebox-portfolio .category p {
    margin-bottom: 0;
    color: #fff
}

.featured-imagebox-portfolio:hover .ttm-box-view-overlay {
    opacity: 1
}

.featured-imagebox-portfolio:hover .ttm-media-link a {
    -webkit-transform: translate(0);
    transform: translate(0)
}

.featured-imagebox-portfolio:hover .featured-content {
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
}

.featured-imagebox-portfolio.style2 .featured-thumbnail::before {
    position: absolute;
    content: "";
    background-color: rgb(255 255 255 / .75);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.9s ease;
    transition: 0.9s ease;
    z-index: 1;
    opacity: 0
}

.featured-imagebox-portfolio.style2 .featured-content {
    position: absolute;
    bottom: 30px;
    left: 30px;
    opacity: 0;
    width: 84%;
    z-index: 1;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
    padding: 23px 25px 24px;
    text-align: left;
    background-color: #003f5f
}

.featured-imagebox-portfolio.style2:hover .featured-thumbnail:before {
    opacity: 1
}

.featured-imagebox-portfolio.style2:hover .featured-content {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.featured-imagebox-blog {
    background-color: #fff;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 0 12px 0 rgb(32 46 60 / .06);
    box-shadow: 0 0 12px 0 rgb(32 46 60 / .06)
}

.featured-imagebox-blog .featured-thumbnail {
    position: relative;
    overflow: hidden
}

.featured-imagebox-blog .featured-thumbnail img {
    -webkit-transform: scale(1.075);
    transform: scale(1.075);
    -webkit-transition: all 3s ease-out;
    transition: all 3s ease-out;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s
}

.featured-imagebox-blog .featured-content {
    padding: 45px 25px 25px 25px;
    position: relative
}

.featured-imagebox-blog .featured-content a:hover {
    color: #2d4a8a
}

.featured-imagebox-blog .post-meta {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0
}

.featured-imagebox-blog .post-meta i {
    padding-right: 5px
}

.featured-imagebox-blog .post-meta .ttm-meta-line {
    position: relative;
    font-size: 12px
}

.featured-imagebox-blog .post-meta .ttm-meta-line:not(:last-child) {
    padding-right: 23px
}

.featured-imagebox-blog .post-meta .ttm-meta-line:not(:last-child)::after {
    position: absolute;
    content: "";
    height: 16px;
    width: 1px;
    right: 10px;
    top: 0;
    background-color: #dce1e9
}

.featured-imagebox-blog .post-meta .ttm-meta-line i,
.featured-imagebox-blog .post-meta .ttm-meta-line svg {
    color: #003f5f;
    margin-right: 5px
}

.featured-imagebox-blog .ttm-box-post-date {
    left: 25px;
    top: -35px;
    border-radius: unset
}

.featured-imagebox-blog:hover {
    -webkit-box-shadow: 1px 2px 10px rgb(0 0 0 / .1);
    box-shadow: 1px 2px 10px rgb(0 0 0 / .1)
}

.featured-imagebox-blog:hover .ttm-blog-overlay-iconbox a {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.featured-imagebox-blog:hover .ttm-box-view-overlay::before,
.featured-imagebox-blog:hover .ttm-box-view-overlay::after {
    opacity: .6;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    background-color: #263045
}

.featured-imagebox-blog.style2 {
    padding: 15px
}

.featured-imagebox-blog.style2 .featured-content {
    padding: 25px 5px 5px
}

.featured-imagebox-blog.style2 .ttm-box-post-date {
    left: 15px;
    top: -80px
}

.featured-imagebox-blog.style2 .ttm-box-post-date .entry-date {
    display: block;
    line-height: 30px
}

.featured-imagebox-blog.style2 .ttm-entry-date span {
    display: block;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    font-weight: 500
}

.ttm-blog-overlay-iconbox a {
    opacity: 0;
    position: absolute;
    text-align: center;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -17px;
    display: inline-block;
    height: 25px;
    width: 25px;
    line-height: 25px;
    color: #fff;
    font-size: 25px;
    background: #fff0;
    -webkit-transition: all 0.9s ease;
    transition: all 0.9s ease;
    -webkit-transform: scale(0);
    transform: scale(0)
}

.post-meta {
    display: block;
    padding: 5px 0;
    margin: 10px 0
}

.ttm-box-post-date {
    position: absolute;
    left: 15px;
    top: 15px;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    font-size: 17px;
    color: #fff
}

.ttm-box-post-date .entry-date {
    height: 60px;
    width: 60px;
    display: block;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    background-color: #003f5f
}

.ttm-entry-date span {
    display: block
}

.featured-imagebox-blog .ttm-box-view-overlay::after,
.featured-imagebox-blog .ttm-box-view-overlay::before {
    content: "";
    position: absolute;
    left: 0 !important;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.featured-imagebox-blog .ttm-box-view-overlay::before {
    right: 0 !important;
    left: auto;
    -webkit-transform: translateY(100%);
    transform: translateY(100%)
}

.featured-imagebox-services .featured-title h5 {
    margin-bottom: 10px
}

.featured-imagebox-services.style1 .featured-content {
    padding: 34px 34px 34px !important;
    margin: -55px 20px 0;
    text-align: center;
    border-bottom: 3px solid #003f5f;
    position: relative;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    background-color: #fff
}

.featured-imagebox-services.style1:hover .featured-content {
    background-color: #003f5f;
    color: #fff
}

.featured-imagebox-services.style1:hover .featured-content h5,
.featured-imagebox-services.style1:hover .featured-content a {
    color: #fff
}

.featured-imagebox-post {
    background-color: #fff;
    padding: 0;
    margin-bottom: 20px;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.featured-imagebox-post .featured-content {
    padding: 22px 27px 22px 27px
}

.ttm-box-view-left-image .featured-content .category>a {
    display: inline-block;
    border: 1px solid;
    padding: 5px 10px;
    margin-right: 5px;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    margin-bottom: 5px
}

.ttm-box-view-left-image .featured-content .category>a:hover {
    background-color: #2d4a8a;
    color: #fff;
    border-color: #2d4a8a
}

.ttm-box-view-left-image .featured-content .ttm-box-desc,
.ttm-box-view-left-image .featured-content .featured-desc {
    border-top: 1px solid #f2f2f2;
    margin-top: 7px;
    padding-top: 15px
}

.ttm-box-view-left-image .featured-content .featured-title a:hover {
    color: #2d4a8a
}

.ttm-box-view-left-image.featured-imagebox-post {
    padding: 15px
}

.ttm-box-view-left-image.featured-imagebox-post .featured-content {
    padding-left: 25px !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0 !important
}

.ttm-box-view-left-image .featured-content {
    padding: 15px 17px 11px 17px
}

.ttm-box-view-left-image .ttm-featured-img-left {
    padding: 0
}

.ttm-list.ttm-list-style-icon li {
    color: #333;
    padding-left: 27px;
    list-style: none;
    position: relative;
    padding-bottom: 10px
}

.ttm-list.ttm-list-style-icon li i,
.ttm-list.ttm-list-style-icon li svg {
    position: absolute;
    left: 0;
    top: 5px
}

.ttm-processbox-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-top: 8px
}

.ttm-processbox-wrapper .ttm-processbox {
    width: calc(100% / 3);
    padding: 0 15px;
    position: relative;
    text-align: center
}

.ttm-processbox-wrapper .ttm-processbox:last-child .ttm-box-image:before {
    content: unset
}

.ttm-processbox-wrapper .ttm-processbox .ttm-box-image {
    border: 3px solid #f0f0f0;
    border-radius: 50%;
    margin-bottom: 35px;
    position: relative;
    display: inline-block;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.ttm-processbox-wrapper .ttm-processbox .ttm-box-image img {
    border: 10px solid #fff;
    -webkit-box-shadow: 0 0 9px 0 rgb(38 48 69 / .09);
    box-shadow: 0 0 9px 0 rgb(38 48 69 / .09);
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 185px;
    width: 185px
}

.ttm-processbox-wrapper .ttm-processbox .ttm-box-image::before {
    display: block;
    content: "";
    position: absolute;
    right: -95px;
    top: 45%;
    height: 22px;
    width: 72px;
    background-image: url(../images/process-arrow.png);
    background-repeat: no-repeat
}

.ttm-processbox-wrapper .ttm-processbox .process-num {
    margin-right: 5px;
    font-size: 16px;
    font-weight: 500;
    background-color: #263045;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 41px;
    border-radius: 50%;
    border: none;
    display: block;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: -15px;
    z-index: 10;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out
}

.ttm-processbox-wrapper .featured-content {
    text-align: center;
    padding: 0 15px
}

.ttm-processbox-wrapper .featured-title h5 {
    margin-bottom: 10px
}

.ttm-processbox-wrapper .ttm-processbox:hover .ttm-box-image {
    border-color: #2d4a8a
}

.ttm-processbox-wrapper .ttm-processbox:hover .process-num {
    background-color: #2d4a8a
}

.ttm-progress-bar {
    position: relative
}

.ttm-progress-bar:not(:last-child) {
    margin-bottom: 24px
}

.ttm-progress-bar .progress-bar-title {
    top: -35px;
    left: 0;
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    margin-bottom: 11px
}

.ttm-progress-bar .progress {
    height: 6px;
    width: 100%;
    background-color: #e9e9e9;
    overflow: visible;
    height: auto;
    border-radius: 0
}

.ttm-progress-bar .progress-bar {
    border-radius: 0;
    height: 6px;
    position: relative;
    overflow: unset;
    background-color: #2d4a8a
}

.ttm-progress-bar .progress-bar::before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    bottom: -6px;
    right: -1px;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-box-shadow: 0 4px 10px 0 rgb(0 0 0 / .06);
    box-shadow: 0 4px 10px 0 rgb(0 0 0 / .06);
    background-color: #2d4a8a
}

.ttm-progress-bar .progress-bar-percent {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    text-shadow: none
}

.testimonials {
    position: relative
}

.testimonials .testimonial-content .testimonial-avatar {
    display: block;
    margin: 0 auto
}

.testimonials .testimonial-content .testimonial-avatar .testimonial-img img {
    height: 91px;
    width: 91px;
    border-radius: 50%;
    border: 5px solid #f0f0f0;
    margin: 0 auto
}

.testimonials .testimonial-content blockquote {
    padding: 0;
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    background-color: #fff0;
    line-height: 26px;
    position: relative;
    margin-bottom: 0;
    margin-top: 20px
}

.testimonials .testimonial-content .ttm-ratting-star {
    padding-top: 12px;
    padding-bottom: 10px;
    color: #f5cc26
}

.testimonials .testimonial-content h6 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0
}

.testimonials .testimonial-content label {
    display: block;
    font-size: 13px;
    margin-bottom: 15px;
    color: #687076
}

.ttm-bgcolor-darkgrey .testimonial-slide.style1 h6,
.ttm-bgcolor-darkgrey .testimonial-slide.style1 label,
.ttm-bgcolor-skincolor .testimonial-slide.style1 h6,
.ttm-bgcolor-skincolor .testimonial-slide.style1 label {
    color: rgb(255 255 255 / .8)
}

.testimonial-slide.style1 {
    padding: 40px 40px 60px 40px
}

.testimonial-slide.style1.ttm-bgcolor-white h6 {
    color: #263045
}

.testimonial-slide.style1.ttm-bgcolor-white label {
    color: #687076
}

.testimonial-slide.style1.ttm-bgcolor-white .slick-dots li {
    background-color: #2d4a8a
}

.testimonial-slide.style1.ttm-bgcolor-white .slick-dots li.slick-active {
    background-color: #e9e9e9
}

.client-box {
    margin-bottom: 20px;
    padding: 15px 12px 30px
}

.ttm-client-logo-tooltip {
    position: relative
}

.ttm-box-view-separator-logo .client-box .client:after {
    border-right: 1px solid #eaeaea;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    right: -25px;
    top: 0
}

.client-box.ttm-box-view-boxed-logo {
    padding: 0;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
    display: block
}

.client-box.ttm-box-view-boxed-logo .ttm-client-logo-tooltip {
    margin-right: 13px;
    margin-left: 13px;
    padding: 18px 12px;
    display: table-cell;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    vertical-align: middle
}

.client-box.ttm-box-view-boxed-logo .client {
    width: 100%;
    display: table
}

.client-box.ttm-box-view-boxed-logo .client:hover img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.client-box.ttm-box-view-boxed-logo .client img {
    margin: 0 auto
}

.accordion__button {
    position: relative;
    border: 1px solid #ddd;
    padding: 17px 37px 17px 17px;
    font-size: 17px;
    color: #263045
}

.accordion__button::after {
    position: absolute;
    font-family: "themify";
    right: 20px;
    top: 18px;
    content: "\e61a";
    color: #263045;
    font-size: 14px;
    font-weight: 700
}

.accordion__button:hover {
    cursor: pointer;
    background-color: #2d4a8a;
    color: #fff;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s
}

.accordion__button:hover::after {
    color: #fff
}

.accordion__panel {
    padding: 14px 20px;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s
}

.accordion__item {
    margin-bottom: 15px
}

.accordion.style2 .accordion__button {
    padding-bottom: 15px;
    border: 0;
    padding: 0 15px 15px 35px;
    font-weight: 600;
    font-size: 16px
}

.accordion.style2 .accordion__button::after {
    left: 0;
    top: 0;
    right: auto;
    content: "\2b";
    font-family: "FontAwesome"
}

.accordion.style2 .accordion__button:hover {
    background-color: #fff0;
    color: #263045
}

.accordion.style2 .accordion__button:hover::after {
    color: #263045
}

.accordion.style2 .accordion__item {
    border-bottom: 1px solid #ddd
}

.ttm-tabs {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ttm-tabs .section-title {
    padding-bottom: 0
}

.ttm-tabs ul.tabs {
    margin: 0;
    padding: 0
}

.ttm-tabs ul.tabs.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.ttm-tabs ul.tabs.tabs li {
    display: inline-block;
    cursor: pointer;
    padding: 8px 22px;
    margin-bottom: 5px;
    line-height: 22px;
    width: auto;
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase
}

.ttm-tabs ul.tabs.tabs li i {
    font-size: 18px;
    margin-right: 9px;
    position: relative;
    top: 2px
}

.ttm-tabs ul.tabs.tabs li span {
    font-size: 18px;
    font-weight: 400
}

.ttm-tabs ul.tabs.tabs li.react-tabs__tab--selected {
    background-color: #2d4a8a;
    color: #fff;
    border-radius: 0
}

.ttm-tabs .content-tab {
    margin-top: 20px;
    width: 100%
}

.ttm-tabs .content-tab h6 {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 29px;
    padding-bottom: 7px
}

.tab-padding-box {
    padding-top: 105px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 70px
}

.ttm-tabs.ttm-tab-style-vertical .content-tab {
    padding: 0;
    margin: 0
}

.ttm-tabs.ttm-tab-style-vertical ul li {
    padding: 0;
    width: 100%;
    display: block;
    text-align: center
}

.ttm-tabs.ttm-tab-style-vertical ul li span {
    background-color: #2a2a2a;
    color: #fff;
    letter-spacing: 1.2px;
    padding: 14px 20px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 27px;
    margin: 0;
    border-radius: 0;
    display: block
}

.ttm-tabs.ttm-tab-style-vertical ul li.react-tabs__tab--selected {
    border-radius: 0;
    border-color: #fff0
}

.ttm-tabs.ttm-tab-style-vertical ul li.react-tabs__tab--selected span {
    background-color: #2d4a8a;
    color: #fff
}

.ttm-tabs.ttm-tab-style-horizontal ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none
}

.ttm-tabs.ttm-tab-style-horizontal ul li {
    margin-right: 6px;
    display: inline-block;
    padding: 0
}

.ttm-tabs.ttm-tab-style-horizontal ul li:last-child {
    margin-right: 0
}

.ttm-tabs.ttm-tab-style-horizontal ul li span {
    background-color: #2a2a2a;
    padding: 14px 18px;
    font-size: 15px;
    border-radius: 5px;
    letter-spacing: 1.2px;
    border: none;
    color: #fff;
    display: block;
    text-align: left;
    margin-bottom: 5px
}

.ttm-tabs.ttm-tab-style-horizontal ul li.react-tabs__tab--selected {
    border-color: #fff0
}

.ttm-tabs.ttm-tab-style-horizontal ul li.react-tabs__tab--selected span {
    background-color: #2d4a8a;
    color: #fff
}

.ttm-tabs.ttm-tab-style-horizontal .content-tab img {
    height: 150px;
    width: 150px
}

.ttm-tabs.ttm-tab-style-classic .content-tab {
    padding: 30px;
    margin-top: 35px
}

.ttm-tabs.ttm-tab-style-classic.style1 ul.tabs {
    border: 1px solid #f0f0f0
}

.ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    position: relative;
    color: #263045;
    margin-bottom: 0
}

.ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li span {
    padding: 7px 15px 15px;
    display: block;
    border: none;
    border-radius: 0;
    margin-bottom: 0
}

.ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li span::before {
    display: block;
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    width: 13px;
    height: 13px;
    border-width: 0 0 1px 1px;
    -webkit-transform: translateX(-50%) rotate(-45deg);
    transform: translateX(-50%) rotate(-45deg);
    -webkit-transition-delay: 0.07s;
    transition-delay: 0.07s
}

.ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li:not(:first-child):before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 76%;
    z-index: 9;
    top: 12%;
    background-color: #f0f0f0
}

.ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li.react-tabs__tab--selected::before {
    content: unset
}

.ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li.react-tabs__tab--selected span {
    color: #fff
}

.ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li.react-tabs__tab--selected span::before {
    background-color: #2d4a8a
}

.ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li.react-tabs__tab--selected span i {
    color: #fff
}

.ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li:first-child {
    margin-left: 0
}

.ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li:last-child {
    margin-left: 0
}

.ttm-tabs.ttm-tab-style-classic.style1 ul.tabs li i {
    display: block;
    font-size: 42px;
    line-height: 60px;
    margin: 0;
    color: #2d4a8a
}

.ttm-tabs.ttm-tab-style-classic.style2 ul li {
    margin-right: 5px;
    margin-bottom: 5px;
    border-radius: 0;
    color: #263045;
    border: 1px solid;
    font-weight: 600;
    padding: 6px 22px
}

.ttm-tabs.ttm-tab-style-classic.style2 ul li.react-tabs__tab--selected,
.ttm-tabs.ttm-tab-style-classic.style2 ul li:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    background-color: #0af;
    color: #fff;
    border-color: #0af
}

.ttm-tabs.ttm-tab-style-classic.style2 .content-tab {
    padding: 0;
    margin: 0
}

.row.ttm-boxes-spacing-30px {
    margin: 0 -15px;
    padding: 0
}

.row.ttm-boxes-spacing-30px .ttm-box-col-wrapper {
    padding-right: 15px;
    padding-left: 15px;
    margin: 0
}

.row.ttm-boxes-spacing-30px.style2 {
    padding: 10px 0 0;
    margin: 0 -5px
}

.row.ttm-boxes-spacing-10px {
    margin: 0 0;
    padding: 0 5px
}

.row.ttm-boxes-spacing-10px .ttm-box-col-wrapper {
    padding-right: 5px;
    padding-left: 5px;
    margin: 0 0 10px
}

.row.ttm-boxes-spacing-10px.style2 {
    padding: 10px 0 0;
    margin: 0 -5px
}

.row.ttm-boxes-spacing-5px {
    padding: 10px 5px 0;
    margin: 0
}

.row.ttm-boxes-spacing-5px .ttm-box-col-wrapper {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px
}

.row.ttm-boxes-spacing-5px.style2 {
    padding: 5px 0 0;
    margin: 0 -5px
}

.ttm-pricing-plan {
    border-radius: 0;
    background-color: #fff;
    background-clip: padding-box;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 50px 30px 30px
}

.ttm-pricing-plan.ttm-pricing-plan-col {
    z-index: 1;
    padding: 50px 30px 69px
}

.ttm-pricing-plan .ttm-ptablebox-price {
    padding-left: 20px;
    font-size: 50px;
    line-height: 55px;
    font-weight: 700;
    display: inline-block;
    color: #2d4a8a
}

.ttm-pricing-plan .ttm-ptablebox-frequency:before {
    content: "/ "
}

.ttm-pricing-plan .ttm-ptablebox-cur-symbol-after,
.ttm-pricing-plan .ttm-ptablebox-cur-symbol-before {
    font-size: 20px;
    font-weight: 600;
    display: inline-block
}

.ttm-pricing-plan .ttm-ptablebox-cur-symbol-before {
    position: absolute;
    top: 0
}

.ttm-pricing-plan .ttm-ptablebox-frequency {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    line-height: 27px;
    color: #6e6e6e;
    font-style: italic;
    display: inline-block
}

.ttm-pricing-plan .ttm-featured-title {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    width: 100%;
    color: #fff;
    padding: 12px 15px;
    background-color: #263045
}

.ttm-pricing-plan .ttm-featured-title i {
    margin-right: 10px
}

.ttm-currency-before .ttm-ptablebox-price {
    padding-left: 20px;
    font-size: 50px;
    line-height: 40px;
    font-weight: 600
}

.ttm-ptablebox-title h3 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 5px
}

.ttm-ptablebox-price-w {
    position: relative;
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 20px
}

.ttm-ptablebox-features .ttm-feature-lines {
    list-style-type: none;
    margin: 0;
    padding: 12px 0 20px 0
}

.ttm-ptablebox-features .ttm-feature-lines li {
    padding: 0;
    margin: 0;
    font-size: 15px;
    padding-top: 12px;
    padding-bottom: 13px
}

.ttm-ptablebox-features .ttm-feature-lines li:not(:last-child) {
    border-bottom: 1px solid #f1f1f1
}

.price_btn {
    display: block;
    padding-top: 5px;
    text-align: center
}

.price_btn .ttm-btn-size-md.ttm-btn {
    font-size: 15px
}

.ttm-ptablebox-featured-col {
    -webkit-box-shadow: 0 0 30px rgb(24 35 51 / .06);
    box-shadow: 0 0 30px rgb(24 35 51 / .06);
    padding: 50px 40px 68px;
    z-index: 1;
    background-color: #fff;
    overflow: visible
}

.sidebar .widget-area .widget {
    position: relative;
    margin: 35px 0 35px;
    padding: 30px;
    -webkit-box-shadow: 0 0 15px 0 rgb(40 61 88 / .07);
    box-shadow: 0 0 15px 0 rgb(40 61 88 / .07)
}

.sidebar .widget-area .widget:first-child {
    margin-top: 0
}

.sidebar .widget-area .widget a {
    font-weight: 500;
    font-size: 14px
}

.sidebar .widget-area .widget .widget-title {
    margin-bottom: 15px;
    color: #263045
}

.sidebar .widget-area .widget .widget-title::before {
    display: block;
    height: 5px;
    content: "";
    background-color: #2d4a8a;
    position: absolute;
    left: 0;
    width: 10px;
    top: 0;
    margin-top: 10px;
    margin-left: -30px;
    margin-bottom: 0
}

.sidebar .widget-area .widget ul>li:last-child {
    padding-bottom: 0 !important
}

.sidebar .content-area {
    padding-top: 65px;
    padding-bottom: 55px
}

.sidebar div.widget-area {
    position: relative;
    margin-top: 65px
}

.sidebar .sidebar-right,
.sidebar .sidebar-left {
    margin-top: -37px;
    padding-top: 60px;
    padding-bottom: 70px;
    float: right
}

.sidebar .sep_holder .sep_line {
    border-color: #ebebeb
}

.ttm-author-widget .author-widget_img img {
    margin-bottom: 20px
}

.ttm-author-widget .author-name {
    font-size: 22px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    display: none
}

.ttm-author-widget .author-widget_text {
    margin-bottom: 0
}

.widget-search {
    padding: 0 !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important
}

.widget-search .form-group {
    margin: 0;
    position: relative
}

.widget-search .form-group input {
    padding: 14px;
    padding-bottom: 14px;
    border: 1px solid #fff0
}

.widget-search .form-group i,
.widget-search .form-group svg {
    position: absolute;
    right: 0;
    cursor: pointer;
    font-size: 18px;
    z-index: 1;
    top: 0;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background-color: #2d4a8a;
    border: 1px solid #2d4a8a;
    color: #fff
}

.sidebar .widget_product_categories li span,
.sidebar .widget-Categories li span {
    position: absolute;
    right: 0;
    top: 13px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border-radius: 50%;
    display: block;
    font-size: 13px;
    font-weight: 400
}

ul.ttm-recent-post-list>li {
    padding: 5px 0 15px !important;
    display: inline-block;
    width: 100%;
    line-height: 20px
}

ul.ttm-recent-post-list>li:last-child {
    padding-bottom: 0 !important
}

ul.ttm-recent-post-list>li img {
    display: block;
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 10px;
    padding: 4px;
    border: 1px solid #2d4a8a
}

ul.ttm-recent-post-list>li .post-date {
    display: block;
    font-size: 11px;
    line-height: 14px;
    margin-top: 5px
}

ul.ttm-recent-post-list>li .post-date i {
    margin-right: 7px;
    font-size: 11px
}

.sidebar ul.ttm-recent-post-list>li,
.sidebar .widget-top-rated-products ul>li {
    padding: 15px 0 !important
}

.sidebar ul.ttm-recent-post-list>li:first-child,
.sidebar .widget-top-rated-products ul>li:first-child {
    padding-top: 0 !important
}

.sidebar ul.ttm-recent-post-list>li:last-child,
.sidebar .widget-top-rated-products ul>li:last-child {
    padding-bottom: 0 !important
}

.sidebar ul.ttm-recent-post-list>li:not(:last-child),
.sidebar .widget-top-rated-products ul>li:not(:last-child) {
    border-bottom: 1px solid #f0f0f0
}

.sidebar ul.ttm-recent-post-list>li img,
.sidebar .widget-top-rated-products ul>li img {
    padding: 0px !important;
    border: unset !important
}

ul.ttm-recent-post-list li {
    padding: 5px 0 15px !important;
    display: inline-block;
    width: 100%;
    line-height: 20px
}

ul.ttm-recent-post-list li:last-child {
    padding-bottom: 0 !important
}

ul.ttm-recent-post-list li img {
    display: block;
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 10px;
    padding: 4px;
    border: 1px solid #2e384d
}

ul.ttm-recent-post-list li .post-date {
    display: block;
    font-size: 11px;
    line-height: 14px;
    margin-top: 5px
}

ul.ttm-recent-post-list li .post-date i,
ul.ttm-recent-post-list li .post-date svg {
    margin-right: 7px;
    font-size: 11px
}

.widget.widget_media_gallery .gallery-item {
    display: inline-block;
    max-width: 32%;
    padding: 0 1% 2% 0%;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.sidebar .widget .tagcloud a {
    display: inline-block;
    padding: 4px 10px;
    margin: 0 5px 10px;
    border: 1px solid #f0f0f0;
    border-radius: 0;
    background-color: #fff0
}

.sidebar .widget .tagcloud a:hover {
    background-color: #2d4a8a;
    color: #fff
}

.widget.widget-nav-menu ul li {
    margin-bottom: 2px;
    padding: 0
}

.widget.widget-nav-menu ul li a {
    display: block;
    padding: 13px 15px 13px 70px;
    margin: 5px 0;
    position: relative;
    background-color: #fff0;
    border: 1px solid #f0f0f0;
    color: #263045;
    z-index: 1;
    font-weight: 500;
    font-size: 15px;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.widget.widget-nav-menu ul li a::before {
    font-family: "FontAwesome";
    content: "\2b";
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #f0f0f0;
    line-height: 50px;
    font-size: 14px;
    height: 100%;
    width: 50px;
    text-align: center;
    background-color: #fff0;
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s linear
}

.widget.widget-nav-menu ul li a::after {
    content: "";
    background-color: #003f5f;
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s linear;
    z-index: -2
}

.widget.widget-nav-menu ul li a:hover,
.widget.widget-nav-menu ul li a.active {
    color: #fff
}

.widget.widget-nav-menu ul li a:hover::after,
.widget.widget-nav-menu ul li a.active::after {
    width: 100%;
    background-color: #003f5f
}

.widget.widget-nav-menu ul li a:hover::before,
.widget.widget-nav-menu ul li a.active::before {
    background-color: #263045;
    color: #fff
}

.sidebar .widget-categories ul li {
    padding: 12px 0;
    display: block;
    position: relative
}

.sidebar .widget-categories ul li:not(:last-child) {
    border-bottom: 1px solid #f0f0f0
}

.sidebar .widget-categories ul li a {
    padding-left: 20px;
    position: relative;
    color: #263045
}

.sidebar .widget-categories ul li a:hover {
    color: #2d4a8a
}

.sidebar .widget-categories ul li a::before {
    font-family: "themify";
    content: "\e61a";
    position: absolute;
    top: 4px;
    left: 0;
    line-height: 16px;
    font-size: 11px
}

.sidebar .widget-top-rated-products ul.product-list-widget>li {
    border-top: 2px solid #f5faff;
    padding-bottom: 15px;
    padding-top: 15px;
    margin: 0;
    list-style: none;
    display: block
}

.sidebar .widget-top-rated-products ul.product-list-widget>li:first-child {
    border-top: none;
    padding-top: 0
}

.sidebar .widget-top-rated-products ul li a {
    display: block
}

.sidebar .widget-top-rated-products ul li a img {
    width: 80px;
    float: left;
    margin-left: 0;
    margin-right: 15px
}

.sidebar .widget-top-rated-products .star-ratings ul {
    margin-top: -5px
}

.sidebar .widget-top-rated-products .star-ratings ul li {
    padding-bottom: 0
}

.Price-amount.amount ins {
    padding: 2px 4px;
    text-decoration: none
}

.sidebar ul.contact-widget-wrapper li {
    padding-left: 30px;
    position: relative;
    padding-top: 0;
    padding-bottom: 15px
}

.sidebar ul.contact-widget-wrapper li i {
    position: absolute;
    top: 3px;
    left: 0;
    font-size: 20px
}

.widget-download ul.download li {
    display: block;
    width: 100%;
    background-color: #263045;
    border: none;
    margin-bottom: 15px;
    padding: 0
}

.widget-download ul.download li i,
.widget-download ul.download li svg {
    color: #fff;
    font-size: 28px;
    padding-right: 20px;
    background: #263045;
    width: 63px;
    height: 60px;
    padding: 15px 19px;
    vertical-align: middle
}

.widget-download ul.download li a {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase
}

.widget-download ul.download li a:hover {
    color: #fff
}

.widget.widget_media_image {
    padding: 0 !important
}

.banner-img-box {
    background-image: url(../images/widget-banner.png);
    padding: 15px;
    color: #fff;
    text-align: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 385px;
    position: relative
}

.banner-img-box::before {
    content: "";
    position: absolute;
    height: 91%;
    width: 90%;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    border: 1px dashed rgb(255 255 255 / .2)
}

.banner-img-box .featured-content {
    padding: 30px
}

.banner-img-box .featured-content i {
    font-size: 50px
}

.banner-img-box .featured-content .featured-title h5 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    font-family: Montserrat;
    margin-bottom: 10px;
    padding-top: 20px
}

.banner-img-box .featured-content .featured-desc p {
    font-size: 14px;
    margin-bottom: 10px
}

.banner-img-box .featured-content ul li {
    padding-top: 10px;
    color: rgb(255 255 255 / .8)
}

.banner-img-box .featured-content ul li i,
.banner-img-box .featured-content ul li svg {
    font-size: 14px;
    margin-right: 7px
}

.banner-img-box .featured-content ul li:not(:last-child) {
    border-bottom: 1px dashed rgb(255 255 255 / .2);
    padding-bottom: 10px
}

.ttm-pagination {
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center
}

.page-numbers {
    width: 40px;
    height: 40px;
    line-height: 39px;
    text-align: center;
    display: inline-block;
    background-color: #f8f9fa;
    font-size: 15px;
    font-weight: 600;
    border: 1px solid #f8f9fa;
    border-radius: 0;
    margin: 0 5px;
    padding: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.page-numbers.current,
.page-numbers:hover {
    background-color: #2d4a8a;
    color: #fff !important
}

.product {
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 35px;
    border: 1px solid #f0f0f0;
    -webkit-box-shadow: 0 0 15px 0 rgb(40 61 88 / .07);
    box-shadow: 0 0 15px 0 rgb(40 61 88 / .07)
}

.product .product-content {
    padding: 18px;
    position: relative;
    border-top: 1px solid #f0f0f0
}

.product .product-content .product-title h2 {
    margin: 0;
    font-size: 17px;
    line-height: 27px
}

.product:hover .product-thumbnail img {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

.product:hover .ttm-shop-icon .product-btn {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.product .onsale {
    background: #51ad00;
    color: #fff;
    font-size: 10px;
    padding: 0 10px;
    display: table;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    left: 0;
    right: auto;
    min-width: 50px;
    line-height: 26px;
    z-index: 5;
    min-height: auto;
    font-weight: 400;
    margin: 0;
    vertical-align: top;
    border-radius: 0
}

.product-thumbnail {
    position: relative;
    overflow: hidden
}

.product-thumbnail img {
    -webkit-transition: all 500ms;
    transition: all 500ms
}

.ttm-shop-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    right: 0;
    text-align: center
}

.ttm-shop-icon .product-btn {
    height: 48px;
    line-height: 48px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 500ms;
    transition: all 500ms;
    background-color: #263045
}

.ttm-shop-icon .product-btn a {
    color: #fff
}

.product .ttm-ratting-star,
.widget-top-rated-products .ttm-ratting-star {
    font-size: 12px;
    letter-spacing: 1px;
    color: #ffdd20
}

.product ins,
.widget-top-rated-products ins {
    margin-left: 5px;
    text-decoration: none
}

.product-price {
    font-size: 17px
}

.product-price del {
    font-size: 15px;
    color: #6e6e6e
}

.widget-top-rated-products ins {
    padding: 1px 2px
}

.products-result-count {
    float: left;
    margin-top: 13px
}

.products-ordering .form-control {
    padding: 13px 13px
}

.ttm-single-product-info {
    padding: 30px
}

.ttm-single-product-details {
    background-color: #fff;
    margin-bottom: 30px
}

.ttm-single-product-details .product-details__short-description {
    margin-top: 20px;
    margin-bottom: 50px
}

.product.ttm-single-product-details div.images {
    width: 48%;
    float: left
}

.product.ttm-single-product-details div.summary {
    width: 48%;
    float: right
}

.product.ttm-single-product-details .product-gallery__image img {
    height: auto;
    max-width: 100%
}

.product.ttm-single-product-details .product-gallery__image:nth-child(n+2) {
    width: 25%;
    display: inline-block;
    margin-top: 4px
}

.product .summary .price .Price-amount {
    font-size: 22px
}

.product .content-tab {
    width: 100%;
    background: #fff !important;
    margin-top: -1px;
    padding: 30px;
    border: 1px solid #ececec
}

.product .Reviews .star-rating {
    margin: 0;
    margin-top: 7px;
    float: right
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.summary .ttm-ratting-star {
    line-height: 1;
    padding: 0;
    margin: 0;
    margin-right: 5px;
    display: inline-block
}

.summary form.cart {
    margin-top: 30px;
    margin-bottom: 30px
}

.summary form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0
}

.summary form.cart div.quantity .qty {
    width: 80px;
    text-align: center;
    line-height: 1;
    padding: 10px
}

.sku_wrapper,
.posted_in {
    display: block
}

.sku_wrapper span,
.posted_in span {
    font-weight: 600
}

.posted_in a {
    font-weight: 400
}

.ttm-tabs.tabs-for-single-products {
    padding: 0 30px 30px 30px
}

.ttm-tabs.tabs-for-single-products .content-inner h2 {
    font-size: 24px;
    line-height: 1
}

.ttm-tabs.tabs-for-single-products .react-tabs {
    width: 100%
}

.ttm-tabs.tabs-for-single-products .react-tabs .react-tabs__tab-list {
    margin: 0
}

.ttm-tabs.tabs-for-single-products ul.react-tabs__tab-list li {
    font-weight: 500;
    padding: 11px 30px;
    font-size: 16px;
    border: 1px solid #263045;
    margin: 0 4px;
    position: relative;
    margin-bottom: 0;
    color: #fff;
    text-transform: capitalize;
    border-radius: 0;
    background-color: #263045
}

.ttm-tabs.tabs-for-single-products ul.react-tabs__tab-list li.react-tabs__tab--selected,
.ttm-tabs.tabs-for-single-products ul.react-tabs__tab-list li:focus {
    background-color: #fff !important;
    color: #263045;
    border-color: #e4e4e4 !important;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.ttm-tabs.tabs-for-single-products ul.react-tabs__tab-list li.react-tabs__tab--selected::before,
.ttm-tabs.tabs-for-single-products ul.react-tabs__tab-list li:focus::before {
    opacity: 1
}

.ttm-tabs.tabs-for-single-products ul.react-tabs__tab-list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: -1px;
    width: 100%;
    height: 3px;
    opacity: 0;
    background-color: #2d4a8a
}

.related.products {
    margin-top: 50px
}

#reviews #comments ol {
    margin: 0;
    padding: 0
}

#reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    position: relative;
    border: 0
}

#reviews #comments ol.commentlist li img.avatar {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 3px;
    background: #ebe9eb;
    border: 1px solid #e4e1e3;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 65px
}

#reviews #comments ol.commentlist li .comment-text {
    border: 1px solid #e4e1e3;
    padding: 1em 1em 0;
    border-radius: 0;
    margin-left: 80px
}

#reviews #comments ol.commentlist li .comment-text p.meta {
    font-size: 12px;
    margin-bottom: 9px
}

#reviews #comments ol.commentlist li .comment-text p.meta .review__author {
    font-size: 16px;
    font-weight: 600
}

.comment-form-rating {
    padding-bottom: 20px
}

.comment-form-rating .stars {
    margin-bottom: 15px;
    color: #ffdd20
}

#review_form_wrapper .comment-reply-title {
    font-size: 18px;
    line-height: 20px;
    color: #283d58
}

#review_form_wrapper .comment-respond p {
    margin: 0 0 10px
}

#reviews #review_form_wrapper select {
    width: 154px !important
}

#reviews #review_form_wrapper .comment-respond .form-submit {
    margin-top: 30px
}

#reviews #comment {
    height: 75px
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: middle;
    width: 100%;
    margin: 0 0 1.75em
}

table tr {
    border: 1px solid #e6e6e6
}

table tbody th {
    border-right: 1px solid #e6e6e6
}

table.shop_attributes th {
    width: 150px;
    font-weight: 700;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgb(0 0 0 / .1);
    margin: 0;
    line-height: 1.5
}

table.shop_attributes td {
    font-style: italic;
    border-top: 0;
    border-bottom: 1px dotted rgb(0 0 0 / .1);
    margin: 0;
    padding-left: 10px;
    line-height: 1.5
}

table.shop_attributes td p {
    margin: 0;
    padding: 8px 0
}

.ttm-cart-form,
.checkout {
    margin: 0;
    background-color: #fff
}

.checkout .form-group .form-control {
    padding: 10px 15px
}

.shop_table {
    border: 1px solid #ededed;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 0
}

.shop_table .Price-amount {
    color: #4d5257
}

.shop_table tr {
    border: 1px solid #e6e6e6
}

.shop_table th {
    font-weight: 700;
    padding: 9px 12px;
    line-height: 1.5em;
    border-top: 1px solid rgb(0 0 0 / .1)
}

.shop_table td {
    border-top: 1px solid rgb(0 0 0 / .1);
    padding: 5px 10px;
    vertical-align: middle;
    line-height: 1.5em
}

.shop_table .product-thumbnail img {
    width: 32px;
    height: auto
}

.shop_table td.actions {
    text-align: right
}

.shop_table td.actions .form-control {
    width: 150px;
    float: left;
    padding: 10.5px
}

.quantity {
    height: 41px;
    width: 88px
}

.coupon {
    float: left
}

.coupon .form-control {
    float: left;
    margin: 0 4px 0 0
}

.actions button,
.coupon button,
a.checkout-button {
    border: 0
}

.coupon button,
a.checkout-button,
button.cart_button {
    padding: 15px 30px 15px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-align: center
}

.cart-collaterals {
    margin-top: 60px
}

.cart-collaterals .cart_totals {
    float: right;
    width: 48%
}

.cart_totals h2 {
    margin-bottom: 15px;
    font-size: 24px
}

a.checkout-button {
    display: block
}

a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red;
    text-decoration: none;
    font-weight: 700;
    border: 0
}

a.remove:hover {
    color: #fff;
    background: red
}

.checkout-process-div {
    margin: 16px 0;
    overflow: hidden;
    text-align: center
}

.checkout-button-separator {
    display: block;
    opacity: .5;
    margin: 0 0 16px
}

.form-row {
    padding: 3px;
    margin: 0 0 6px
}

.form-row .required {
    color: red;
    font-weight: 700;
    border: 0 !important;
    text-decoration: none
}

.checkout h3#order_review_heading {
    margin-bottom: 30px;
    margin-top: 15px
}

.checkout #payment {
    background: #ebe9eb;
    border-radius: 5px
}

ul.payment_methods {
    text-align: left;
    padding: 1em;
    border-bottom: 1px solid #d3ced2;
    margin: 0;
    list-style: none outside
}

#payment .payment_box {
    border-top: 3px solid #2d4a8a;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    border-radius: 2px;
    line-height: 1.5;
    background-color: #f8f9fa;
    color: #515151;
    padding-left: 50px
}

#payment div.form-row {
    padding: 1em
}

#payment div.checkout-form {
    padding: 1em
}

.checkout-process-div {
    margin: 16px 0;
    overflow: hidden
}

.checkout-button-separator {
    display: block;
    opacity: .5;
    margin: 0 0 16px
}

.coupon_toggle .coupon_code {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    border-top: 3px solid #2d4a8a;
    background-color: #f8f9fa
}

.coupon_toggle .coupon_code::before,
#payment .payment_box::before {
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 1.5em;
    content: "\e67c";
    font-family: "themify";
    color: #2d4a8a
}

.checkout-form input[type="text"],
.checkout-form input[type="tel"],
.checkout-form input[type="email"] {
    line-height: normal
}

.checkout-form.checkout-form-row-first {
    float: left
}

.checkout-form.checkout-form-row-last {
    float: right
}

.checkout-form .required {
    color: red;
    font-weight: 700;
    border: 0 !important;
    text-decoration: none
}

.checkout .billing-fields h3,
.checkout .additional-fields h3 {
    font-size: 28px
}

.checkout .checkout-form-row-first,
.checkout .checkout-form-row-last {
    width: 47%;
    overflow: visible
}

.checkout .checkout-form-row-first {
    float: left
}

.checkout .checkout-form-row-last {
    float: right
}

.ttm-history-box-wrapper {
    position: relative;
    text-align: center;
    margin-top: 5px
}

.ttm-history-box-wrapper .ttm-history-box-icon-wrapper {
    position: relative
}

.ttm-history-box-wrapper .ttm-history-box-icon-wrapper::before {
    position: absolute;
    content: " ";
    top: 74px;
    height: 90px;
    width: 1px;
    background-color: #e8eaed
}

.ttm-history-box-wrapper .ttm-icon.ttm-icon_element-size-md {
    width: 70px;
    height: 70px;
    line-height: 70px;
    border: 1px solid #e5e5e5
}

.ttm-history-box-wrapper .ttm-icon.ttm-icon_element-size-md i {
    font-size: 35px
}

.ttm-history-box-wrapper:hover .ttm-icon {
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
}

.ttm-history-box-wrapper:hover .ttm-history-box-details {
    background-color: #2d4a8a;
    color: #fff
}

.ttm-history-box-wrapper:hover h5,
.ttm-history-box-wrapper:hover a,
.ttm-history-box-wrapper:hover svg {
    color: #fff
}

.ttm-history-box-wrapper .ttm-history-box-border {
    position: relative;
    margin: 10px 0 43px;
    border: 1px dashed #e5e5e5;
    width: 111%
}

.ttm-history-box-wrapper .ttm-history-box-border::before {
    position: absolute;
    content: " ";
    left: 50%;
    margin-left: -19px;
    height: 12px;
    width: 12px;
    z-index: 1;
    border-radius: 50px;
    background-color: #e8eaed;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: -7px
}

.ttm-history-box-wrapper .ttm-history-box-details {
    text-align: center;
    -webkit-box-shadow: 0 0 12px 0 rgb(32 46 60 / .06);
    box-shadow: 0 0 12px 0 rgb(32 46 60 / .06);
    padding: 40px 30px 40px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.slick-dots li {
    font-size: 0;
    width: 12px !important;
    height: 10px !important;
    background-color: rgb(255 255 255 / .1);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    border: none;
    border-radius: 50%;
    margin: 4px 1px 10px 6px
}

.slick-dots li.slick-active {
    width: 27px !important;
    background-color: #fff;
    border-radius: 5px
}

.slick-dots li button {
    width: 0;
    height: 0;
    padding: 0
}

.slick-dots li button::before {
    font-size: 0 !important
}

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

:focus {
    outline: none !important
}

a {
    color: #263045
}

a:not([href]) {
    color: #263045
}

a:focus {
    text-decoration: none
}

a:hover {
    text-decoration: none;
    color: #2d4a8a;
    cursor: pointer
}

a,
button,
input {
    outline: medium none;
    color: #263045;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

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

iframe {
    width: 100%;
    border: none;
    display: block
}

p {
    margin: 0 0 15px
}

::-moz-selection {
    background: #2d4a8a;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #2d4a8a;
    color: #fff;
    text-shadow: none
}

.form-control {
    padding: 17px 24px;
    height: auto;
    border-radius: 0;
    border: 1px solid #fff0;
    font-size: 14px;
    background-color: #fff0
}

.form-control:focus {
    background-color: #fff0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #263045
}

textarea:focus,
input:focus {
    border: 1px solid #2d4a8a;
    -webkit-box-shadow: none;
    box-shadow: none
}

body {
    font-family: "Poppins", sans-serif;
    font-weight: 200 !important;
    font-size: 15px !important;
    line-height: 25px;
    color: #333 !important;
    background-color: #fff;
    letter-spacing: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    margin-bottom: 15px;
    font-weight: 600;
    color: #333;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out
}

.box-shadow {
    -webkit-box-shadow: 0 0 12px 0 rgb(32 46 60 / .06);
    box-shadow: 0 0 12px 0 rgb(32 46 60 / .06)
}

.box-shadow2 {
    -webkit-box-shadow: 0 0 15px 0 rgb(32 46 60 / .12);
    box-shadow: 0 0 15px 0 rgb(32 46 60 / .12)
}

body .page {
    overflow: hidden;
    position: relative;
    z-index: 10
}

body .page .site-main {
    padding: 0;
    background-color: #fff
}

.about-overlay-01 {
    top: 100px;
    color: #fff;
    padding: 28px 30px;
    border-radius: 15px;
    font-size: 22px;
    line-height: 31px;
    width: 210px;
    text-align: center;
    position: absolute;
    right: 0;
    background-color: #2d4a8a
}

.about-overlay-02 {
    position: absolute;
    bottom: 30px;
    left: 30px;
    padding: 15px 30px 15px 30px;
    border-left: 8px solid #263045;
    background-color: #2d4a8a
}

.about-overlay-02 h3 {
    font-size: 24px;
    line-height: 30px;
    font-style: italic;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0
}

.about-overlay-02 p {
    font-size: 13px;
    line-height: 26px;
    color: rgb(255 255 255 / .85);
    margin-bottom: 0
}

.about-overlay-03 {
    position: absolute;
    right: 15px;
    bottom: 0;
    padding: 10px 23px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: #2d4a8a
}

.about-overlay-03 h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0
}

.with-border15 img {
    border: 15px solid
}

.spacing-1 {
    margin-top: 80px;
    margin-bottom: -80px;
    padding-top: 70px;
    padding-left: 70px;
    padding-bottom: 70px;
    padding-right: 415px
}

.spacing-2 {
    padding: 50px 50px 50px 50px
}

.spacing-4 {
    padding: 45px 30px 45px 45px
}

.spacing-5 {
    padding: 60px 60px 60px 0
}

.spacing-6 {
    padding: 50px 390px 50px 50px
}

.spacing-7 {
    padding: 50px 50px 50px 15px
}

.spacing-8 {
    padding: 80px 400px 80px 50px
}

.spacing-9 {
    padding: 80px 60px 80px 0
}

.spacing-10 {
    padding: 80px 400px 80px 40px
}

.spacing-11 {
    padding: 40px 25px
}

.fs-16 {
    font-size: 16px
}

.fs-18 {
    font-size: 18px
}

.fs-20 {
    font-size: 20px
}

.fs-38 {
    font-size: 38px !important
}

.fw-500 {
    font-weight: 500
}

.z-1 {
    z-index: 1
}

.z-9 {
    z-index: 9
}

.desc-line {
    width: 8% !important;
    margin: 0 auto;
    height: 2px !important;
    background-color: #fff
}

.pr-20 {
    padding-right: 20px
}

.pb-20 {
    padding-bottom: 20px
}

.mt-10 {
    margin-top: 10px
}

.mt-20 {
    margin-top: 20px
}

.mt-40 {
    margin-top: 40px
}

.mt_80 {
    margin-top: -80px
}

.mt_90 {
    margin-top: -90px
}

.mt_95 {
    margin-top: -95px
}

.mt_100 {
    margin-top: -100px
}

.mt_225 {
    margin-top: -225px
}

.mt_230 {
    margin-top: -230px
}

.mb_80 {
    margin-bottom: -80px
}

.ml-20 {
    margin-left: 20px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mt-35 {
    margin-top: 35px
}

.mt-70 {
    margin-top: 70px
}

.ttm-textcolor-skincolor {
    color: #003f5f
}

.ttm-bgcolor-skincolor {
    background-color: #003f5f;
    color: #fff
}

.ttm-btn-bgcolor-skincolor {
    border-color: #2d4a8a
}

.ttm-textcolor-darkgrey {
    color: #263045
}

.ttm-bgcolor-darkgrey,
.ttm-bgcolor-skincolor [data-tooltip]:after {
    background-color: #263045
}

.ttm-bgcolor-darkgrey,
.ttm-bgcolor-darkgrey blockquote {
    color: rgb(255 255 255 / .8)
}

.ttm-bgcolor-darkgrey label,
.ttm-bgcolor-darkgrey p,
.ttm-bgcolor-darkgrey blockquote,
.ttm-bgcolor-darkgrey blockquote h5,
.ttm-bgcolor-darkgrey blockquote label,
.ttm-bgcolor-darkgrey blockquote p,
.ttm-bgcolor-darkgrey blockquote blockquote {
    color: rgb(255 255 255 / .8) !important
}

.ttm-bgcolor-skincolor [data-tooltip]:before {
    border-top-color: #263045
}

.ttm-textcolor-grey {
    color: #f7f9fe
}

.ttm-bgcolor-grey {
    background-color: #f7f9fe
}

.grey-boder {
    border-color: #f7f9fe !important
}

.ttm-textcolor-white,
.ttm-textcolor-white a,
.ttm-bgcolor-darkgrey .section-title h2.title span,
.ttm-bgcolor-skincolor .section-title h2.title span,
.section-title h2.title span.ttm-textcolor-white,
.ttm-bgcolor-skincolor h1,
.ttm-bgcolor-darkgrey h1,
.ttm-bgcolor-skincolor h2,
.ttm-bgcolor-darkgrey h2,
.ttm-bgcolor-skincolor h3,
.ttm-bgcolor-darkgrey h3,
.ttm-bgcolor-skincolor h4,
.ttm-bgcolor-darkgrey h4,
.ttm-bgcolor-skincolor h5,
.ttm-bgcolor-darkgrey h5,
.featured-icon-box.left-icon.style1 .ttm-icon {
    color: #fff
}

.ttm-bgcolor-skincolor .title-desc,
.ttm-bgcolor-skincolor p,
.ttm-bgcolor-skincolor blockquote,
.ttm-textcolor-white .title-desc,
.ttm-textcolor-white p,
.ttm-textcolor-white blockquote {
    color: #333
}

.ttm-bgcolor-white {
    background-color: #fff
}

.ttm-icon_element-border.ttm-icon_element-color-white,
.ttm-bgcolor-grey .ttm-pagination .page-numbers {
    border-color: #fff
}

.ttm-bgcolor-skincolor .section-title .title-header:before,
.ttm-bgcolor-darkgrey .section-title .title-header:before {
    border-top-color: #fff
}

#preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -30px 0 0 -30px
}

#status {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #fff;
    background-image: url(../images/pre-loader-1.gif);
    background-repeat: no-repeat;
    background-position: center
}

.tooltip-top,
.tooltip-bottom {
    position: relative
}

.tooltip::after,
.tooltip::before,
[data-tooltip]::after,
[data-tooltip]::before {
    position: absolute;
    visibility: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(.71, 1.7, .77, 1.24);
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(.71, 1.7, .77, 1.24);
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(.71, 1.7, .77, 1.24);
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(.71, 1.7, .77, 1.24), -webkit-transform 0.2s cubic-bezier(.71, 1.7, .77, 1.24);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    pointer-events: none
}

.tooltip::before,
[data-tooltip]::before {
    z-index: 1001;
    border: 6px solid #fff0;
    background: 0 0;
    content: ""
}

.tooltip::before,
[data-tooltip]::before,
.tooltip-top::before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: #2d4a8a
}

.tooltip::after,
[data-tooltip]::after,
.tooltip-top::after {
    margin-left: -20px
}

.tooltip::after,
.tooltip::before,
[data-tooltip]::after,
[data-tooltip]::before,
.tooltip-top::after,
.tooltip-top::before {
    bottom: 78%;
    left: 50%
}

.tooltip:hover::after,
.tooltip:hover::before,
.tooltip:focus::after,
.tooltip:focus::before,
[data-tooltip]:hover::after,
[data-tooltip]:hover::before,
[data-tooltip]:focus::after,
[data-tooltip]:focus::before,
.tooltip-top:hover::after,
.tooltip-top:hover::before,
.tooltip-top:focus::after,
.tooltip-top:focus::before {
    -webkit-transform: translateY(-16px);
    transform: translateY(-16px)
}

.tooltip::after,
[data-tooltip]::after {
    z-index: 1000;
    padding: 8px;
    width: 160px;
    color: #fff;
    content: attr(data-tooltip);
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    border-radius: 5px;
    background-color: #2d4a8a
}

.tooltip:hover::after,
.tooltip:hover::before,
.tooltip:focus::after,
.tooltip:focus::before,
[data-tooltip]:hover::after,
[data-tooltip]:hover::before,
[data-tooltip]:focus::after,
[data-tooltip]:focus::before {
    visibility: visible;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(Opacity=100);
    opacity: 1
}

.tooltip-bottom::after {
    bottom: -68px;
    left: 0;
    margin-left: -10px
}

.tooltip-bottom::before {
    margin-left: -6px;
    margin-bottom: -12px;
    border-top-color: transparent !important;
    bottom: -24px;
    border-bottom-color: #2d4a8a
}

.ttm-topbar-wrapper {
    font-size: 13px;
    height: 52px;
    line-height: 52px
}

.ttm-topbar-wrapper .top-contact li {
    position: relative
}

.ttm-topbar-wrapper .top-contact li:first-child {
    padding-right: 15px;
    margin-right: 15px
}

.ttm-topbar-wrapper .top-contact li:first-child::before {
    content: "";
    height: 18px;
    width: 1px;
    background-color: rgb(255 255 255 / .09);
    display: block;
    position: absolute;
    right: 0;
    top: 17px
}

.ttm-topbar-wrapper .social-icons li {
    text-align: center;
    margin: 0 7px
}

.ttm-topbar-wrapper ul li {
    display: inline-block
}

.ttm-topbar-wrapper .header-btn a.ttm-btn {
    padding: 14px 25px;
    margin-left: 15px;
    border-color: #fff0
}

.ttm-topbar-wrapper .header-btn a.ttm-btn:hover {
    background-color: #fff;
    color: #263045
}

.site-branding {
    float: left;
    height: 100px;
    line-height: 100px;
    position: relative;
    display: block;
    z-index: 1
}

.site-branding img {
    max-height: 56px
}

.ttm-header-style-01 .site-branding,
.ttm-header-style-01 .ttm-right-header {
    height: 93px;
    line-height: 93px
}

.site-navigation {
    position: relative
}

.site-navigation .ttm-right-header {
    float: right;
    padding-left: 35px;
    position: relative
}

.site-navigation .ttm-header-icons::before {
    display: block;
    content: "";
    position: absolute;
    height: 30px;
    width: 1px;
    left: 10px;
    top: 50%;
    margin-top: -14px;
    background-color: rgb(38 48 69 / .09)
}

.menu-dropdown,
.menu input[type="checkbox"] {
    display: none
}

.menu label:hover {
    cursor: pointer
}

@-webkit-keyframes grow {
    0% {
        display: none;
        opacity: 0
    }

    50% {
        display: block;
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

@keyframes grow {
    0% {
        display: none;
        opacity: 0
    }

    50% {
        display: block;
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

.menu {
    display: inline-block;
    height: 93px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-transform: capitalize
}

li.menu-hasdropdown.active a {
    color: #2d4a8a
}

li.menu-hasdropdown a {
    border-bottom: 1px solid rgb(0 0 0 / .04);
    color: #fff;
    display: block;
    padding: 15px 0;
    position: relative;
    font-size: 15px;
    line-height: 16px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 600
}

li.menu-hasdropdown a label {
    font-size: 10px;
    margin: 0;
    float: right
}

li.menu-hasdropdown ul li a {
    font-size: 13px;
    font-weight: 400
}

.ttm-header-icons li {
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    height: 31px;
    width: 31px;
    line-height: 31px;
    font-size: 12px;
    z-index: 1
}

.ttm-header-icons li.ttm-header-cart-link {
    margin-left: 10px;
    position: relative
}

.ttm-header-icons li.ttm-header-cart-link span {
    position: absolute;
    bottom: 20px;
    left: 18px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    font-size: 9px;
    display: block;
    color: #fff;
    background-color: #2d4a8a;
    border-radius: 50%
}

.ttm-header-icon {
    position: relative
}

.ttm-search-overlay {
    position: absolute;
    top: 100%;
    right: 40px;
    width: 400px;
    -webkit-transform: scale(1);
    transform: scale(1);
    background: #fff;
    border-top: 3px solid #2d4a8a;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-box-shadow: 0 3px 5px rgb(0 0 0 / .1);
    box-shadow: 0 3px 5px rgb(0 0 0 / .1);
    z-index: 111
}

.ttm-search-overlay .w-search-form-row {
    display: table;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    position: relative;
    padding: 20px
}

.ttm-search-overlay .w-search-form-row::before {
    position: absolute;
    right: 17px;
    top: -8px;
    width: 47px;
    height: 47px;
    text-align: center;
    width: 0;
    height: 0;
    border-left: 10px solid #fff0;
    border-right: 10px solid #fff0;
    border-bottom: 8px solid #2d4a8a;
    content: " "
}

.ttm-search-overlay .ttm-site-searchform input[type="search"] {
    font-size: 14px;
    text-align: left;
    height: 45px;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: #333;
    width: 88%;
    line-height: 45px;
    float: left;
    padding: 9px 15px;
    background-color: #f7f9fe
}

.ttm-search-overlay .ttm-site-searchform button {
    font-size: 14px;
    width: 12%;
    padding: 0;
    border: 0;
    border-radius: 0;
    height: 45px;
    text-align: center;
    display: block;
    line-height: 50px;
    color: #fff;
    float: left;
    background-color: #2d4a8a
}

.ttm-tectxon-icon-search:before {
    content: "\e825";
    font-family: "themify"
}

.widget_info {
    position: relative
}

.widget_info .widget_content {
    margin-left: 14px;
    position: relative
}

.widget_info:not(:last-child) {
    padding-right: 50px
}

.widget_info:not(:last-child) .widget_content::after {
    content: "";
    height: 100%;
    width: 1px;
    background-color: #f7f9fe;
    display: block;
    position: absolute;
    right: -25px;
    top: 0
}

.widget_info .widget_icon {
    font-size: 34px;
    color: #2d4a8a
}

.widget_info .widget_title {
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 5px
}

.widget_info .widget_desc {
    font-size: 15px;
    line-height: 1;
    margin-bottom: 0
}

.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px
}

.social-icons li {
    display: inline-block;
    border: none;
    margin: 0 3px
}

.social-icons.square li>a {
    border: 1px solid #e8ecef;
    height: 33px;
    width: 33px;
    line-height: 33px;
    text-align: center;
    display: block;
    font-size: 13px;
    border-radius: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #f7f9fe
}

.social-icons.square li>a:hover {
    background-color: #2d4a8a;
    color: #fff;
    border-color: #2d4a8a
}

.footer .widget {
    margin: 55px 0 55px
}

.footer .widget .ttm-btn.ttm-btn-size-md {
    padding: 14px 27px 14px 27px
}

.footer .widget ul>li {
    padding: 0 0 9px 0
}

.footer .ttm-textcolor-white {
    color: rgb(255 255 255 / .8)
}

.first-footer {
    padding: 40px 0 40px 0
}

.first-footer .featured-icon-box .ttm-icon.ttm-icon_element-size-md {
    width: 30px;
    height: 30px;
    line-height: 30px
}

.first-footer .featured-content {
    padding-left: 12px !important
}

.first-footer .ttm-btn {
    font-weight: 500;
    font-size: 15px
}

.first-footer .ttm-btn i {
    font-size: 15px
}

.footer-logo img {
    max-height: 45px
}

.second-footer .quicklink-box {
    padding: 17px 15px;
    border: 1px solid #2e384d;
    background-color: #222c40;
    margin: 22px 0 0;
    position: relative
}

.second-footer .quicklink-box .featured-icon-box .ttm-icon.ttm-icon_element-size-md {
    width: 50px;
    height: 50px;
    line-height: 50px
}

.second-footer .quicklink-box .featured-icon-box .ttm-icon::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    z-index: 1;
    top: 19px;
    right: -7px;
    border: 7px solid #fff0;
    border-right: 0;
    border-left-color: #2d4a8a
}

.second-footer .quicklink-box .featured-icon-box .ttm-icon span {
    font-size: 23px
}

.second-footer .quicklink-box .featured-title h5 {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 0
}

.second-footer .quicklink-box .featured-content {
    padding-left: 15px !important
}

.bottom-footer-text {
    background-color: #222c40
}

.newsletter-form {
    position: relative;
    margin-bottom: 30px;
    margin-top: 25px
}

.newsletter-form input[type="email"] {
    border: 1px solid #2e384d;
    background-color: #222c40;
    height: 47px;
    width: 100%;
    font-size: 14px;
    outline: none;
    padding: 9px 40px;
    color: #fff
}

.newsletter-form input[type="submit"] {
    position: absolute;
    content: "\e628";
    top: 0;
    right: 0;
    font-family: "themify";
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    text-decoration: inherit;
    font-size: 14px;
    color: #fff;
    z-index: 1;
    height: 47px;
    width: 55px;
    padding: 0;
    line-height: 47px;
    text-align: center;
    border: 0;
    cursor: pointer;
    background-color: #2d4a8a
}

.newsletter-form i,
.newsletter-form svg {
    padding-right: 1px;
    position: absolute;
    left: 15px;
    top: 17px
}

.mailchimp-inputbox:after {
    position: absolute;
    content: "\f1d8";
    top: 10px;
    right: 18px;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 500;
    display: inline-block;
    text-decoration: inherit;
    font-size: 16px;
    color: #fff;
    z-index: 1
}

.widget ul {
    margin: 0;
    padding: 0
}

.widget ul li {
    padding: 0 0 13px 0;
    position: relative
}

.widget .widget-title {
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 19px;
    line-height: 23px;
    text-transform: capitalize;
    color: #fff;
    font-weight: 200
}

.widget h5 {
    color: #fff;
    font-weight: 200
}

.widget.link-widget ul li:last-child {
    padding-bottom: 0
}

.footer .social-icons li {
    margin-left: 3px;
    margin-right: 3px;
    min-width: auto;
    padding-bottom: 0 !important;
    padding-top: 5px
}

.footer .social-icons li:first-child {
    margin-left: 0
}

.footer .social-icons li a {
    border: 1px solid #fff;
    font-size: 14px;
    width: 33px;
    height: 33px;
    line-height: 33px;
    display: block;
    text-align: center
}

.footer .social-icons li a:hover {
    background-color: #003f5f;
    border-color: #003f5f
}

.copyright {
    padding-top: 18px;
    padding-bottom: 18px
}

.copyright a:hover {
    color: #2d4a8a
}

.footer-nav-menu {
    list-style: none;
    margin: 0;
    padding: 0
}

.footer-nav-menu li {
    display: inline-block;
    padding-left: 2px;
    padding-right: 16px;
    font-size: 14px;
    padding-bottom: 0
}

.footer-nav-menu li:last-child {
    padding-right: 0
}

.footer-nav-menu li:first-child {
    padding-left: 0
}

.footer-nav-menu li:not(:last-child):after {
    position: absolute;
    content: "|";
    padding-left: 7px
}

.widget ul#menu-footer-services li a {
    padding-left: 18px;
    position: relative
}

.widget ul#menu-footer-services li a::before {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 18px;
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
    font-family: "themify";
    content: "\e661"
}

.widget ul#menu-footer-services li a:hover {
    color: #0af
}

.Scrolltop {
    position: fixed;
    right: 34px;
    bottom: 34px;
    width: 40px;
    height: 40px;
    font-size: 20px;
    background-color: #263045;
    color: #fff;
    font-weight: 900;
    z-index: 999;
    text-align: center;
    padding-top: 3px;
    line-height: 34px;
    border-radius: 3px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    cursor: pointer
}

.ttm-page-title-row {
    position: relative;
    background-image: url(../images/Customer-Onboarding.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row1 {
    position: relative;
    background-image: url(../images/Business-Process-Workflows-3.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row2 {
    position: relative;
    background-image: url(../images/pikes-peak-highways.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row3 {
    position: relative;
    background-image: url(../images/supporting-nonprofits.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row4 {
    position: relative;
    background-image: url(../images/integration-orchestration.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row5 {
    position: relative;
    background-image: url(../images/service-banner-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row68 {
    position: relative;
    background-image: url("../images/agentforce-overview-banner-1.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: 0.9;
}

.ttm-page-title-row69 {
    position: relative;
    background-image: url("../images/revised-email-analysis-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: 0.9;
}

.ttm-page-title-row70 {
    position: relative;
    background-image: url("../images/interaction-summary-generation-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: 0.9;
}

.ttm-page-title-row71 {
    position: relative;
    background-image: url("../images/financial-document-analysis-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: 0.9;
}

.ttm-page-title-row72 {
    position: relative;
    background-image: url("../images/document-comparison-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: 0.9;
}

.ttm-page-title-row73 {
    position: relative;
    background-image: url("../images/business-news-retrieval-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: 0.9;
}

.ttm-page-title-row74 {
    position: relative;
    background-image: url("../images/invoice-record-creation-banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: 0.9;
}





.ttm-page-title-row6 {
    position: relative;
    background-image: url(../images/Consulting-Agency-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row7 {
    position: relative;
    background-image: url(../images/payasyouuse.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row8 {
    position: relative;
    background-image: url(../images/implementation-services.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row9 {
    position: relative;
    background-image: url(../images/customization-services.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row10 {
    position: relative;
    background-image: url(../images/internship1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row11 {
    position: relative;
    background-image: url(../images/contact_bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row12 {
    position: relative;
    background-image: url(../images/new-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row13 {
    position: relative;
    background-image: url(../images/Loan-Origination-System.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row14 {
    position: relative;
    background-image: url(../images/pay-as-you-use-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row15 {
    position: relative;
    background-image: url(../images/privacy-policy.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row16 {
    position: relative;
    background-image: url(../images/monday-work-management.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row17 {
    position: relative;
    background-image: url(../images/moday-crm.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row18 {
    position: relative;
    background-image: url(../images/moday-dev.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row19 {
    position: relative;
    background-image: url(../images/monday-service.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row20 {
    position: relative;
    background-image: url(../images/monday-com-services.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row21 {
    position: relative;
    background-image: url(../images/banking-and-financial-services.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row22 {
    position: relative;
    background-image: url(../images/wealth-management.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row23 {
    position: relative;
    background-image: url(../images/re-kyc.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row24 {
    position: relative;
    background-image: url(../images/banking-back-office-workflows.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row25 {
    position: relative;
    background-image: url(../images/enterprise-lead-managementsolutions.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row26 {
    position: relative;
    background-image: url(../images/lead-to-cash.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row27 {
    position: relative;
    background-image: url(../images/cpq.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row28 {
    position: relative;
    background-image: url(../images/manufacturing.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row29 {
    position: relative;
    background-image: url(../images/erp-integrations.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row30 {
    position: relative;
    background-image: url(../images/trading-and-distribution.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row31 {
    position: relative;
    background-image: url(../images/customer-services.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row32 {
    position: relative;
    background-image: url(../images/hi-tech.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row33 {
    position: relative;
    background-image: url(../images/cpq-solutions-for-saas.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row34 {
    position: relative;
    background-image: url(../images/revenue-management.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row35 {
    position: relative;
    background-image: url(../images/agile-product-development.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row36 {
    position: relative;
    background-image: url(../images/patient-management.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row37 {
    position: relative;
    background-image: url(../images/healthcare-and-life-sciences.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row38 {
    position: relative;
    background-image: url(../images/patient-care-soap.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row39 {
    position: relative;
    background-image: url(../images/clinical-research-ecrf.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row40 {
    position: relative;
    background-image: url(../images/field-force-automation.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row41 {
    position: relative;
    background-image: url(../images/real-estate.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row42 {
    position: relative;
    background-image: url(../images/presales-sales-and-post-sales.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row43 {
    position: relative;
    background-image: url(../images/construction-management.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row44 {
    position: relative;
    background-image: url(../images/non-profits.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row45 {
    position: relative;
    background-image: url(../images/donor-and-donation-management.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row46 {
    position: relative;
    background-image: url(../images/volunteer-and-event-management.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row47 {
    position: relative;
    background-image: url(../images/project-and-impact-management.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row48 {
    position: relative;
    background-image: url(../images/supporting-nonprofits.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row49 {
    position: relative;
    background-image: url(../images/platform-dev-on-full-stack-technologies.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row50 {
    position: relative;
    background-image: url(../images/horizontal-solutions.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row51 {
    position: relative;
    background-image: url(../images/marketing-automation.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row52 {
    position: relative;
    background-image: url(../images/integration-orchestration-ban.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row53 {
    position: relative;
    background-image: url(../images/business-process-audits.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row54 {
    position: relative;
    background-image: url(../images/bi-dashboarding.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row55 {
    position: relative;
    background-image: url(../images/it-infrastructure-management.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row56 {
    position: relative;
    background-image: url(../images/managed-services.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row57 {
    position: relative;
    background-image: url(../images/carve-outs-and-org-integrations.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row58 {
    position: relative;
    background-image: url(../images/aenai-and-agentic-ai.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row59 {
    position: relative;
    background-image: url(../images/monday-com-development-services-ban.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row60 {
    position: relative;
    background-image: url(../images/consulting-and-support-services.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row61 {
    position: relative;
    background-image: url(../images/training-services-ban.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row62 {
    position: relative;
    background-image: url(../images/pmo-solution-services.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row63 {
    position: relative;
    background-image: url(../images/business-banner-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row64 {
    position: relative;
    background-image: url(../images/salesforce-optimization.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: .9
}

.ttm-page-title-row65 {
    position: relative;
    background-image: url("../images/cdp-for-wealth-customers-banner.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: 0.9;
}


.ttm-page-title-row66 {
    position: relative;
    background-image: url("../images/cdp-non-profit-constituents-banner.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: 0.9;
}

.ttm-page-title-row67 {
    position: relative;
    background-image: url("../images/loan-origination-system-los-banner.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    padding-top: 255px;
    padding-bottom: 110px;
    z-index: 1;
    opacity: 0.9;
}



.ttm-page-title-row>.ttm-bg-layer {
    background-color: rgb(38 48 69 / .85)
}

.ttm-page-title-row .title-box .page-title-heading {
    position: relative
}

.ttm-page-title-row .title-box .page-title-heading h1 {
    text-transform: capitalize;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 700
}

.breadcrumb-wrapper span {
    font-weight: 200;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 25px
}

.breadcrumb-wrapper span:last-child {
    color: #2d4a8a
}

#Home_banner:hover .carousel-control-next,
#Home_banner:hover .carousel-control-prev,
#Home_banner2:hover .carousel-control-next,
#Home_banner2:hover .carousel-control-prev {
    opacity: 1
}

#Home_banner .carousel-control-next,
#Home_banner .carousel-control-prev,
#Home_banner2 .carousel-control-next,
#Home_banner2 .carousel-control-prev {
    width: 6%;
    z-index: 99;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s
}

#Home_banner .carousel-control-next span,
#Home_banner .carousel-control-prev span,
#Home_banner2 .carousel-control-next span,
#Home_banner2 .carousel-control-prev span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    background-color: rgb(0 0 0 / .5);
    color: #fff;
    background-size: 14px
}

#Home_banner .carousel-control-next span:hover,
#Home_banner .carousel-control-prev span:hover,
#Home_banner2 .carousel-control-next span:hover,
#Home_banner2 .carousel-control-prev span:hover {
    background-color: #000
}

#Home_banner .carousel-inner .carousel-item,
#Home_banner2 .carousel-inner .carousel-item {
    height: calc(850px - 52px)
}

#Home_banner .carousel-inner .carousel-item img,
#Home_banner2 .carousel-inner .carousel-item img {
    -o-object-fit: cover;
    object-fit: cover;
    min-height: calc(850px - 52px)
}

#Home_banner .carousel-caption,
#Home_banner2 .carousel-caption {
    right: 0;
    left: 0;
    bottom: 23%
}

#Home_banner .carousel-caption-inner,
#Home_banner2 .carousel-caption-inner {
    text-align: left;
    max-width: 710px
}

#Home_banner .carousel-caption-inner.banner2,
#Home_banner2 .carousel-caption-inner.banner2 {
    float: right
}

#Home_banner .carousel-caption-inner.banner3,
#Home_banner2 .carousel-caption-inner.banner3 {
    text-align: center;
    color: #fff;
    max-width: 860px;
    margin: 0 auto
}

#Home_banner .carousel-caption-inner.banner3 h2,
#Home_banner2 .carousel-caption-inner.banner3 h2 {
    color: #fff
}

#Home_banner .carousel-caption-inner.banner3 h2::before,
#Home_banner2 .carousel-caption-inner.banner3 h2::before {
    content: none
}

#Home_banner .carousel-caption-inner.banner3 p,
#Home_banner2 .carousel-caption-inner.banner3 p {
    color: rgb(255 255 255 / .7);
    max-width: 700px;
    margin: 0 auto 10px
}

#Home_banner .carousel-caption-inner.banner3 span,
#Home_banner2 .carousel-caption-inner.banner3 span {
    height: 37px;
    width: 2px;
    background-color: #fff;
    position: absolute
}

#Home_banner .carousel-caption-inner.banner4,
#Home_banner2 .carousel-caption-inner.banner4 {
    text-align: left;
    float: none
}

#Home_banner .carousel-caption-inner.banner4 h2,
#Home_banner2 .carousel-caption-inner.banner4 h2 {
    color: #fff
}

#Home_banner .carousel-caption-inner.banner4 h2::before,
#Home_banner2 .carousel-caption-inner.banner4 h2::before {
    content: none
}

#Home_banner .carousel-caption-inner.banner4 p,
#Home_banner2 .carousel-caption-inner.banner4 p {
    color: rgb(255 255 255 / .7)
}

#Home_banner .carousel-caption-inner h2,
#Home_banner2 .carousel-caption-inner h2 {
    line-height: 70px;
    letter-spacing: 0;
    font-weight: 200;
    font-size: 72px
}

#Home_banner .carousel-caption-inner p,
#Home_banner2 .carousel-caption-inner p {
    line-height: 27px;
    letter-spacing: 0;
    font-weight: 300;
    font-size: 16px;
    color: #3b404c
}

#Home_banner .carousel-caption-inner button,
#Home_banner2 .carousel-caption-inner button {
    font-size: 15px;
    padding: 15px 35px;
    margin-top: 20px
}

#Home_banner .carousel-caption-inner button i,
#Home_banner2 .carousel-caption-inner button i {
    font-size: 22px;
    vertical-align: middle
}

#Home_banner .carousel-caption-inner button.btn-inline,
#Home_banner2 .carousel-caption-inner button.btn-inline {
    padding: 15px 25px
}

#Home_banner .carousel-caption-inner h2 {
    position: relative
}

#Home_banner .carousel-caption-inner h2::before {
    content: "";
    height: 4px;
    width: 55px;
    background-color: #2d4a8a;
    position: absolute;
    top: -15px;
    left: 3px
}

#Home_banner2 .container-xl {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#Home_banner2 .carousel-caption-inner {
    position: relative;
    z-index: 1
}

#Home_banner2 .carousel-caption-inner h5 {
    position: relative
}

#Home_banner2 .carousel-caption-inner h5::after {
    content: "";
    height: 2px;
    width: 36px;
    background-color: #2d4a8a;
    position: absolute;
    top: 12px
}

#Home_banner2 .carousel-caption {
    bottom: 0;
    padding: 0
}

#Home_banner2 .effect img {
    max-height: 600px;
    min-height: auto !important
}

#Home_banner2 .effect span {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #2d4a8a;
    border-radius: 50%;
    top: 70px;
    left: 70px
}

#Home_banner2 .effect span:nth-child(1) {
    background-color: #2d4a8a
}

#Home_banner2 .effect span:nth-child(2) {
    background-color: #b6bfd5;
    right: 80px;
    left: auto;
    top: 130px;
    width: 30px;
    height: 30px
}

#Home_banner2 .effect span:nth-child(3) {
    background-color: #263045;
    width: 25px;
    height: 25px;
    top: auto;
    bottom: 100px;
    right: 120px;
    left: auto
}

#Home_banner2 .effect span:nth-child(4) {
    color: #fff;
    width: 150px;
    height: 150px;
    top: auto;
    bottom: 0;
    left: -20px;
    font-size: 15px;
    padding: 30px
}

#Home_banner2 .effect span:nth-child(4) svg {
    font-size: 37px;
    display: block;
    margin: 0 auto
}

.map-wrapper {
    height: 450px;
    width: 100%
}

.page-header {
    margin: 40px 0 20px
}

.error-404 {
    position: relative;
    padding: 300px 0 150px;
    text-align: center
}

.error-404 .ttm-big-icon {
    font-size: 150px
}

.error-404 h1 {
    font-size: 95px;
    text-transform: uppercase;
    line-height: 100%
}

.error-404 .page-content p {
    font-size: 18px;
    margin-bottom: 30px
}

.list-style-disc {
    list-style-type: disc !important
}

.list-style-decimal {
    list-style-type: decimal !important
}

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

ul.ttm-list.ttm-list-style-icon li {
    padding-left: 27px;
    list-style: none;
    position: relative;
    padding-bottom: 10px
}

ul.ttm-list.ttm-list-style-icon li i {
    position: absolute;
    left: 0;
    top: 5px
}

ul.ttm-list.ttm-list-textsize-medium li {
    font-size: 16px;
    padding-bottom: 9px
}

.ttm-history-box-wrapper {
    position: relative;
    text-align: center;
    margin-top: 5px
}

.ttm-history-box-wrapper .ttm-history-box-icon-wrapper {
    position: relative
}

.ttm-history-box-wrapper .ttm-icon.ttm-icon_element-size-md {
    height: 70px;
    width: 70px;
    line-height: 70px;
    border: 1px solid #e5e5e5
}

.ttm-history-box-wrapper .ttm-icon.ttm-icon_element-size-md i {
    font-size: 35px
}

.ttm-history-box-wrapper .ttm-history-box-border {
    position: relative;
    margin: 39px 0 43px;
    border: 1px dashed #e5e5e5;
    width: 111%
}

.ttm-history-box-wrapper .ttm-historybox-title h5 {
    font-size: 19px;
    line-height: 26px;
    margin-bottom: 8px
}

.ttm-history-box-wrapper:hover .ttm-icon.ttm-icon_element-size-md {
    -webkit-transform: scale(1.15);
    transform: scale(1.15)
}

.ttm-history-box-icon-wrapper:before {
    position: absolute;
    content: " ";
    top: 74px;
    height: 90px;
    width: 1px;
    background-color: #e8eaed
}

.ttm-history-box-border:before {
    position: absolute;
    content: " ";
    left: 50%;
    margin-left: -19px;
    height: 12px;
    width: 12px;
    z-index: 1;
    border-radius: 50px;
    background-color: #e8eaed;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: -7px
}

.ttm-history-box-details {
    text-align: center;
    background-color: #fff;
    padding: 40px 30px 40px;
    -webkit-box-shadow: 0 0 12px 0 rgb(32 46 60 / .06);
    box-shadow: 0 0 12px 0 rgb(32 46 60 / .06)
}

.ttm-pf-single-detail-box {
    padding: 35px 35px 25px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgb(40 61 88 / .07);
    box-shadow: 0 0 15px 0 rgb(40 61 88 / .07);
    border-bottom: 3px solid #2d4a8a
}

.ttm-pf-single-detail-box ul {
    margin: 0;
    padding: 0
}

.ttm-pf-single-detail-box ul li {
    position: relative;
    display: block;
    padding: 15px 0 15px 0;
    font-size: 15px;
    margin-left: 3px
}

.ttm-pf-single-detail-box ul li i,
.ttm-pf-single-detail-box ul li svg {
    margin-right: 10px;
    font-size: 16px;
    color: #2d4a8a
}

.ttm-pf-single-detail-box ul li span {
    font-weight: 500;
    margin-right: 5px
}

.ttm-pf-single-detail-box ul li:not(:last-child) {
    border-bottom: 1px solid #e8ecef
}

.ttm-pf-single-title h5 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 11px
}

.ttm-nextprev-bottom-nav .nav-next a:after,
.ttm-nextprev-bottom-nav .nav-previous a:after {
    position: absolute;
    font-size: 15px;
    top: 10px
}

.ttm-nextprev-bottom-nav .nav-previous a {
    padding-right: 25px;
    padding-left: 44px
}

.ttm-nextprev-bottom-nav .nav-previous a::after {
    content: "\f100";
    font-family: FontAwesome;
    left: 25px
}

.ttm-nextprev-bottom-nav .nav-next a {
    padding-right: 50px;
    padding-left: 32px
}

.ttm-nextprev-bottom-nav .nav-next a:after {
    content: "\f101";
    font-family: FontAwesome;
    right: 25px
}

.ttm-pf-single-related-wrapper {
    margin-top: 50px
}

.project-single .slick-dots {
    bottom: 10px
}

.post-featured-wrapper,
article.ttm-blog-classic {
    position: relative
}

article.ttm-blog-classic {
    margin-bottom: 35px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgb(40 61 88 / .07);
    box-shadow: 0 0 15px 0 rgb(40 61 88 / .07)
}

article.ttm-blog-classic:last-child {
    margin-bottom: 15px
}

article.ttm-blog-classic .ttm-box-post-date .entry-month,
article.ttm-blog-classic .ttm-box-post-date .entry-date {
    display: block;
    font-size: 22px;
    line-height: 18px
}

article.ttm-blog-classic .ttm-blog-classic-content {
    padding: 45px 30px 30px;
    background: #fff;
    z-index: 1;
    position: relative
}

article.ttm-blog-classic .ttm-post-entry-header {
    position: absolute;
    top: -20px;
    left: auto
}

article.ttm-blog-classic .post-meta {
    padding: 6px 15px;
    display: inline-block;
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 15px 0 rgb(40 61 88 / .07);
    box-shadow: 0 0 15px 0 rgb(40 61 88 / .07);
    background-color: #fff;
    position: relative;
    border-radius: 5px;
    margin: 0
}

article.ttm-blog-classic .entry-header .entry-title {
    font-size: 28px;
    line-height: 34px;
    margin-bottom: 10px
}

article.ttm-blog-classic .ttm-blogbox-desc-footer {
    margin-top: 15px;
    clear: both;
    overflow: hidden
}

article.ttm-blog-classic .ttm-blogbox-desc-footer a {
    color: #2d4a8a
}

article.ttm-blog-classic .ttm-commentbox i,
article.ttm-blog-classic svg {
    margin-right: 5px;
    color: #2d4a8a
}

.ttm-blog-single-content blockquote {
    display: block;
    background: #fff;
    -webkit-box-shadow: 0 0 15px 0 rgb(40 61 88 / .07);
    box-shadow: 0 0 15px 0 rgb(40 61 88 / .07);
    padding: 32px 60px 16px 40px;
    position: relative;
    font-weight: 500;
    margin: 35px 0 50px 0;
    font-style: normal;
    font-size: 18px;
    line-height: 30px;
    font-style: italic;
    color: #6e6e6e;
    border-left: 4px solid #263045
}

.ttm-blog-single-content blockquote::before {
    content: "\f10d";
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    line-height: 70px;
    top: auto;
    bottom: -30px;
    right: 35px;
    width: 70px;
    height: 70px;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    background-color: #2d4a8a
}

.ttm-blog-single-content .post-meta .ttm-meta-line,
.ttm-blog-classic .post-meta .ttm-meta-line {
    font-size: 13px;
    line-height: 15px;
    display: inline-block;
    padding-right: 25px;
    position: relative
}

.ttm-blog-single-content .post-meta .ttm-meta-line:not(:last-child):after,
.ttm-blog-classic .post-meta .ttm-meta-line:not(:last-child):after {
    position: absolute;
    content: "";
    height: 100%;
    width: 1px;
    top: 0;
    right: 10px;
    display: block;
    background-color: rgb(0 0 0 / .2)
}

.ttm-blog-single-content .post-meta .ttm-meta-line i,
.ttm-blog-single-content .post-meta .ttm-meta-line svg,
.ttm-blog-classic .post-meta .ttm-meta-line i,
.ttm-blog-classic .post-meta .ttm-meta-line svg {
    padding-right: 7px;
    font-size: 20px;
    color: #003f5f;
    vertical-align: middle
}

.ttm-tag-list span a {
    padding: 7px 15px;
    background-color: #f7f9fe;
    display: inline-block;
    margin-right: 6px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 7px
}

.comment-reply-title,
.comments-area h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px
}

.comments-area {
    margin-top: 50px;
    margin-bottom: 0
}

.comment-list li {
    position: relative;
    margin-top: 30px
}

.comment-list .children {
    list-style-type: none;
    padding: 0
}

.comment-list {
    list-style-type: none;
    padding: 0
}

.single-post .comments-area {
    margin-top: 50px;
    margin-bottom: 0
}

.single-post .comments-area .comments-title {
    font-size: 33px;
    font-weight: 600
}

.comment-body {
    margin-left: 105px;
    margin-top: 35px;
    margin-bottom: 30px;
    padding: 20px 20px;
    position: relative;
    background-color: #f5faff;
    border: 1px solid #f5faff
}

.comment-body::before {
    position: absolute;
    top: 17px;
    width: 0;
    height: 0;
    border-width: 10px 12px 10px 0;
    border-style: solid;
    border-color: #fff0 #f5faff #fff0 #f5faff;
    z-index: 1;
    content: "";
    left: -12px
}

.comment-author {
    float: left;
    text-align: center;
    width: 87px;
    height: 87px;
    display: block;
    margin-right: 25px;
    overflow: hidden;
    margin-left: -125px;
    margin-top: -20px
}

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

.comment-meta {
    font-size: 14px;
    padding: 0;
    position: relative
}

.comment-meta a {
    color: #6e6e6e;
    font-size: 13px
}

.comment-meta .ttm-comment-owner {
    font-size: 18px;
    margin-bottom: 0
}

.comment-meta .ttm-comment-owner h5 {
    display: block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: #182333;
    font-style: normal
}

.comment-box .author-content-wrap p {
    margin-top: 10px
}

.single article.post .comment-body p {
    margin-top: 10px;
    margin-bottom: 0
}

.comment-list a.comment-reply-link {
    border: none;
    color: #fff;
    font-size: 13px;
    padding: 2px 30px 3px 17px;
    position: relative;
    margin-top: 5px;
    display: inline-block;
    background-color: #263045
}

.comment-list a.comment-reply-link::after {
    position: absolute;
    top: 6px;
    font-family: "themify";
    content: "\e649";
    font-weight: 400;
    display: inline-block;
    margin-right: .2em;
    text-align: center;
    opacity: 1;
    line-height: 22px;
    font-size: 10px;
    margin-left: 8px
}

#respond .comment-reply-title,
#respond .comments-area h2,
.comments-area #respond h2 {
    margin: 0 0 20px !important
}

.comments-area .comment-respond {
    padding-top: 10px
}

.comments-area .comment-form textarea,
.comments-area .comment-form input {
    background-color: #fff0;
    border: none;
    border-bottom: 1px solid rgb(0 0 0 / .1);
    border-radius: 0;
    padding-left: 0
}

.progress-bar-color-bar_blue .progress-bar,
.progress-bar-color-bar_blue .progress-bar::before {
    background-color: #0074cc
}

.progress-bar-color-bar_green .progress-bar,
.progress-bar-color-bar_green .progress-bar::before {
    background-color: #5bb75b
}

.progress-bar-color-bar_pink .progress-bar,
.progress-bar-color-bar_pink .progress-bar::before {
    background-color: #f4524d
}

.progress-bar-color-bar_turquoise .progress-bar,
.progress-bar-color-bar_turquoise .progress-bar::before {
    background-color: #00c1cf
}

.progress-bar-color-bar_yellow .progress-bar,
.progress-bar-color-bar_yellow .progress-bar::before {
    background-color: #ffb300
}

.element-row {
    padding: 40px 0 0;
    position: relative
}

.element-row .section-title h2.title {
    margin-top: 22px;
    margin-bottom: 25px
}

.element-row .ttm-row {
    padding: 50px 0
}

.ttm-icon.ttm-icon_element-fill {
    color: #fff
}

.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-yellow {
    background-color: #ffb300
}

.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-orange {
    background-color: #ff4c00
}

.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-red {
    background-color: #ff0a26
}

.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-dark_pink {
    background-color: #ff0061
}

.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-mulled_wine {
    background-color: #50485b
}

.ttm-icon.ttm-icon_element-fill.ttm-icon_element-background-aqua {
    background-color: #39c8df
}

.ttm-icon.ttm-icon_element-fill.ttm-icon_element-color-aqua {
    color: #39c8df
}

.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-mulled_wine {
    border-color: #50485b;
    color: #50485b
}

.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-blue {
    border-color: #5472d2;
    color: #5472d2
}

.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-white {
    border-color: #fff;
    color: #fff
}

.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-yellow {
    border-color: #ffb300;
    color: #ffb300
}

.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-orange {
    border-color: #ff4c00;
    color: #ff4c00
}

.ttm-icon.ttm-icon_element-border.ttm-icon_element-color-red {
    border-color: #ff0a26;
    color: #ff0a26
}

.ttm-icon.ttm-icon_element-size-md {
    line-height: 64px
}

.element-style .icon-box-wrapper {
    padding-top: 15px
}

.row .col-md-6 .featured-icon-box:not(:last-child) {
    padding: 0;
    margin-bottom: 40px
}

.ttm-team-member-single-title {
    font-size: 28px;
    line-height: 37px;
    margin-bottom: 0
}

.ttm-team-member-single-position {
    font-size: 14px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 20px;
    display: block
}

.ttm-team-details-list {
    margin: 0;
    padding: 0
}

.ttm-team-details-list li {
    width: 50%;
    float: left;
    padding-bottom: 10px
}

.ttm-team-details-list .ttm-team-list-title {
    margin-right: 3px;
    position: relative;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    padding-left: 24px;
    color: #263045
}

.ttm-team-details-list .ttm-team-list-title i,
.ttm-team-details-list .ttm-team-list-title svg {
    position: absolute;
    text-align: center;
    text-indent: 0;
    font-size: 16px;
    top: 0;
    margin-right: 3px;
    display: inline;
    left: 0;
    color: #2d4a8a
}

.ttm-team-details-list .ttm-team-list-title,
.ttm-team-details-list .ttm-team-list-value {
    display: inline-block
}

.ttm-team-details-list {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 13px
}

.ttm-team-extra-details-wrapper .ttm-team-details-list .ttm-team-list-title {
    text-indent: 0;
    width: auto;
    margin-right: 3px
}

.member-info-box {
    padding: 30px
}

.timing-box {
    position: relative
}

.timing-box i {
    font-size: 25px;
    position: absolute;
    left: 0;
    font-weight: 400;
    color: #2d4a8a
}

.timing-box h5 {
    padding-left: 35px
}

ul.timing-list,
ul.info-list {
    padding: 10px 0 0;
    margin: 0
}

ul.timing-list li {
    padding: 2px 0;
    font-size: 15px;
    line-height: 23px
}

ul.timing-list li span.time {
    float: right
}

ul.info-list li {
    padding: 15px 0;
    font-size: 15px;
    line-height: 23px
}

ul.info-list li:first-child {
    padding-top: 0
}

ul.info-list li:not(:last-child) {
    border-bottom: 1px solid #eaeaea
}

ul.info-list li:last-child {
    padding-bottom: 0
}

ul.info-list li i {
    margin-right: 10px;
    font-size: 15px
}

.member-contact-form {
    padding: 30px
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-timing-function: 0.2s;
    animation-timing-function: 0.2s
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.dialog {
    position: fixed;
    max-width: 600px;
    margin: 0 auto;
    z-index: 99
}

#videobox {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: none;
    background-color: rgb(0 0 0 / .7)
}

#videobox #video-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-shadow: 0 0 5px 1px rgb(0 0 0 / .1);
    box-shadow: 0 0 5px 1px rgb(0 0 0 / .1);
    border: 5px solid #fff;
    height: 70%
}

#videobox #video-wrapper iframe {
    width: 500px;
    height: 100%
}

#videobox #close-btn {
    color: grey;
    font-size: 25px;
    position: fixed;
    top: 3%;
    right: 3%;
    z-index: 2;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: color 0.5s ease, -webkit-transform 0.5s ease;
    transition: color 0.5s ease, -webkit-transform 0.5s ease;
    transition: transform 0.5s ease, color 0.5s ease;
    transition: transform 0.5s ease, color 0.5s ease, -webkit-transform 0.5s ease
}

#videobox #close-btn:hover {
    color: #fff;
    cursor: pointer
}

.job-desc-shadow {
    text-shadow: 2px 2px 6px rgb(0 0 0 / .3)
}

.job-card {
    height: 600px;
    display: flex;
    flex-direction: column
}

.job-content {
    flex: 1;
    overflow-y: auto;
    max-height: 600px
}

.apply-links {
    padding: 20px;
    border-top: 1px solid #d8dadf
}

.positiontitle {
    color: #fff;
    font-family: "Poppins", sans-serif
}

.modal-body {
    padding: 0
}

.details {
    font-size: 12px
}

.modal-dialog {
    max-width: 800px
}

.modalBox {
    background-color: #f7f9fe;
    padding: 30px
}

.job-content ul li {
    font-size: 12px;
    margin: 0 0 10px;
    line-height: 18px;
    font-weight: 400
}

.job-content ul li p {
    font-size: 12px;
    margin: 0 0 10px;
    line-height: 18px;
    font-weight: 400
}

.nowrap {
    white-space: nowrap
}

.displyNone {
    display: none !important
}

.title1 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 0;
    font-weight: 200;
    color: #263045
}

.spantitle1 {
    font-style: italic;
    font-weight: 200;
    font-family: "Playfair Display", serif;
    letter-spacing: 1.2px;
    color: #0af
}

.ulLi5 {
    padding: 0;
    margin: 0;
    list-style: disc;
    column-count: 2;
    column-gap: 20px
}

.ulLi {
    padding: 0;
    margin: 0;
    list-style: disc;
    column-count: 2;
    column-gap: 40px
}

.ulLi li {
    padding-bottom: 10px !important
}

.ulLi1 {
    padding: 0;
    margin: 0;
    list-style: disc;
    column-gap: 40px;
    margin-left: 15px
}

.ulLi1 li {
    margin-bottom: 5px !important
}

.ttmRow {
    padding: 0 0 90px 0
}

.ttmRow {
    padding: 0 0 90px 0
}

.teamSection {
    padding: 0 90px 0
}

.spacing4 {
    padding: 0 30px 0 45px
}

.ttmbgcolorgrey1 {
    background-color: #fff
}

.featuredContent p {
    margin-bottom: 15px
}

.snip {
    padding-bottom: 90px !important
}

.socialIcon li a {
    border: 1px solid #263045;
    font-size: 14px;
    width: 33px;
    height: 33px;
    line-height: 33px;
    display: block;
    text-align: center;
    border-radius: 50% !important
}

.banner-subtitle {
    font-weight: 200;
    text-transform: capitalize;
    font-size: 18px !important;
    line-height: 25px;
    color: #fff !important
}

.home-banner-subtitle {
    font-weight: 200;
    text-transform: capitalize;
    font-size: 22px !important;
    color: #fff !important;
    margin-top: 25px
}

.home-banner-subtitle1 {
    font-weight: 200;
    text-transform: capitalize;
    font-size: 22px !important;
    color: #fff !important;
    margin-top: 10px
}

.marginTop {
    padding: 140px 0 90px 0
}

.blueTitle {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 5px;
    color: #2d4a8a
}

.contentData img {
    width: 70%
}

.featured-title h5 {
    margin-bottom: 5px
}

.pricing-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.card {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgb(0 0 0 / .1);
    width: 100%;
    text-align: center
}

.card-header {
    background: #222;
    color: #fff;
    padding: 15px;
    font-size: 1.5em
}

.card-body {
    background: #333;
    color: #fff;
    padding: 20px
}

.price {
    font-size: 2.5em;
    margin: 10px 0
}

.highlight {
    font-size: 14px;
    margin-top: 5px;
    font-weight: 300
}

.card-footer {
    padding: 15px;
    font-size: 1em;
    background: #fff
}

.btn {
    display: inline-block;
    margin-top: 10px;
    padding: 12px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px
}

.optimump {
    font-size: 12px;
    line-height: 20px;
    padding: 0 20px 0 20px;
    font-weight: 300;
    text-align: center;
    color: #999
}

.btn-basic {
    background: orange
}

.btn-optimum {
    background: #00bcd4
}

.btn-advanced {
    background: #8bc34a
}

.caseStudies-carosal-box {
    background: #fff;
    border: 1px solid #ddd;
    height: 100%;
    display: inline-table;
    width: 100%
}

.Skincolor {
    color: #fff
}

.listyle li {
    color: #fff !important;
    padding-bottom: 15px !important
}

.bannerText {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 788px;
    color: #fff;
    text-align: center
}

.ttm-textcolor-darkgrey {
    color: #fff
}

.text {
    color: #fff !important
}

.ttm-page-title-row .title-box .page-title-heading h1 {
    color: #fff
}

.page-title-heading p {
    color: #fff
}

.breadcrumb-wrapper a {
    color: #fff
}

.breadcrumb-wrapper span:last-child {
    color: #fff
}

.breadcrumb-wrapper span {
    color: #fff !important
}

.featuredContent {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr))
}

.featured-icon-box.style5 {
    height: 100% !important
}

.cardPadding0 {
    padding: 34px 50px 103px !important
}

.cardPadding1 {
    padding: 34px 50px 130px !important
}

.cardPadding2 {
    padding: 34px 50px 56px !important
}

.cardPadding3 {
    padding: 34px 50px 55px !important
}

.cardPadding4 {
    padding: 34px 50px 80px !important
}

.cardPadding5 {
    padding: 34px 50px 57px !important
}

.cardPadding6 {
    padding: 34px 50px 65px !important
}

.cardPadding7 {
    padding: 34px 50px 67px !important
}

.cardPadding8 {
    padding: 34px 50px 105px !important
}

.cardPadding9 {
    padding: 34px 50px 130px !important
}

.cardPadding10 {
    padding: 34px 50px 33px !important
}

.urlLink {
    color: #0af
}

.urlLink:hover {
    color: #00547e !important
}

.urlLink1 {
    color: #00aaff !important
}

.urlLink1:hover {
    color: #00547e !important
}

.sh2 {
    text-transform: capitalize;
    font-size: 56px !important;
    line-height: 48px;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 200 !important;
    color: #fff
}

.sh3 {
    font-size: 56px;
    line-height: 48px;
    margin-bottom: 15px;
    display: inline-block;
    font-weight: 200;
    color: #fff
}

.sh4 {
    font-weight: 200;
    text-transform: none;
    font-size: 16px;
    line-height: 25px
}

.hTitle {
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
    font-weight: 600;
    color: #263045;
    font-size: 19px
}

.scheduleFormText {
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px
}

.scheduleFormText1 {
    color: #fff
}

.imgIcon {
    width: 54px
}

.imgIcon1 {
    width: 46px
}

.imgIcon4 {
    width: 38px
}

.imgIcon2 {
    width: 30px;
    margin-top: -22px
}

.imgIcon3 {
    width: 30px;
    margin-top: -11px
}

.imgIcon3 {
    width: 36px;
    margin-top: -11px
}

.containerxl {
    max-width: 100% !important;
    padding: 0 60px !important
}

.menu-dropdown li a {
    color: #263045 !important
}

.menu-dropdown li a:hover {
    color: #00aaff !important
}

.menu>ul>li>a:hover {
    color: #00aaff !important
}

.fullscreenimg {
    position: relative;
    width: 100vw !important;
    min-height: 100vh;
    overflow: hidden
}

.ttmbglayer {
    position: relative
}

.spacing5 {
    padding: 60px
}

.sectiontitle .titleheader:before {
    left: auto
}

.bgimg6 {
    background-image: url(../images/row-bgimage-6.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.featuredmagebox .featured-content {
    margin: -25px 8px 5px !important
}

.nhead5-1 {
    margin-bottom: 5px;
    font-weight: 400
}

.nhead5-1 p {
    color: #263045 !important
}

.titleColor {
    color: #fff
}

.titleColor span {
    font-style: italic;
    font-weight: 700;
    font-family: "Playfair Display", serif;
    letter-spacing: 1.2px;
    color: #fff !important;
    font-size: 34px
}

.sectiontitle .titleheader:before {
    border-top-color: #fff !important
}

.ttmpagetitlerow5 {
    padding: 201px 0 255px !important;
    height: 100px
}

.titledesc p {
    color: #333 !important;
    font-size: 16px
}

.pText {
    color: #ffffff !important
}

a:hover {
    color: #00aaff !important
}

.ttmbglayerinner {
    background-color: transparent !important
}

.ttmbglayer1 {
    margin-left: 0 !important
}

.pContent p {
    margin-bottom: 15px
}

.formContentBox {
    background-color: #003f5f
}

.formContentBox p {
    color: #fff;
    line-height: 35px !important
}

.hTitle1 {
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
    font-size: 19px
}

.hTitle2 {
    font-family: "Poppins", sans-serif;
    margin-bottom: 10px;
    font-weight: 600;
    color: #2d4a8a;
    font-size: 34px
}

.formulli li {
    color: #fff
}

.formullimb {
    margin-top: 20px !important
}

.formContentBox1 p {
    color: #fff;
    line-height: 25px !important
}

.textdeco {
    text-decoration: underline
}

.featured-imagebox-team.style1 .featured-content .category {
    color: #263045
}

.spacing10 {
    padding: 80px 100px 80px 100px
}

.spacing101 {
    height: 100% !important
}

.spacing9 {
    padding: 36px 0 36px 0
}

.formContentBox p:nth-last-child(1) {
    margin-bottom: 0
}

.h2Ptag {
    font-size: 34px !important;
    font-weight: 200;
    color: #263045
}

.h2tag {
    font-size: 34px !important;
    font-weight: 200
}

.h2tagItalic {
    font-style: italic;
    font-weight: 200;
    font-family: "Playfair Display", serif;
    letter-spacing: 1.2px;
    color: #0af
}

.h2TagSmall {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 5px;
    color: #2d4a8a
}

.h5TagTitle {
    font-size: 22px !important;
    line-height: 28px;
    margin-bottom: 10px;
    font-weight: 600
}

.h5TagTitle1 {
    font-size: 20px !important;
    line-height: 28px !important;
    margin-bottom: 0
}

.h4TagTitle {
    font-size: 18px !important;
    line-height: 26px;
    font-weight: 600
}

.h4TagTitle1 {
    font-size: 18px !important;
    line-height: 26px;
    color: #fff;
    font-weight: 600
}

.strongFont {
    font-weight: 600
}

.section-title .title-desc {
    font-weight: 200
}

.tagmb {
    margin-bottom: 10px
}

.tagmb1 {
    margin-bottom: 20px
}

.tagmb2 {
    margin-top: 20px
}

.teamTagTitle {
    font-size: 20px !important;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 5px
}

.contactFormBg {
    background-color: #f6f8fe !important
}

.featuredmagebox .featured-content {
    padding: 34px 0 30px !important
}

.ttmbgcolorwhite {
    background-color: transparent !important
}

.pagination button {
    background-color: #eaecf9 !important;
    color: #263045 !important;
    border: 1px solid #d1d3df !important;
    padding: 8px 12px;
    cursor: pointer;
    margin: 2px;
    border-radius: 5px;
    height: 45px
}

.pagination button:hover {
    background-color: #003f5f !important;
    color: #fff !important
}

.pagination button.active {
    background-color: #003f5f !important;
    border: none;
    color: #fff !important
}

.formControl {
    padding: 10px 10px;
    height: auto;
    border-radius: 0;
    border: 1px solid #d1d3df;
    font-size: 14px;
    background-color: #fff0;
    margin-top: 3px;
    margin-left: 10px;
    border-radius: 4px
}

.iIcon {
    font-size: 15px !important
}

.spacecol {
    height: 253px
}

.spacecol1 {
    height: 230px
}

.spacecol2 {
    height: 277px !important
}

.featured-imagebox-blog .featured-content {
    height: auto !important
}

.blogspace {
    height: 121px
}

.blogspace1 {
    height: 193px
}

.fontSize12 {
    font-size: 12px
}

.cardHeight {
    height: 100%
}

.fix-height {
    max-height: 60px !important
}

.blogCategory li {
    cursor: pointer !important
}

.blogCategory li:hover {
    color: #263045
}

.widthblogimg {
    width: 100% !important
}

.positiontitle .col-6 {
    font-size: 12px !important
}

.ellipsis p {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.ellipsis1 p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.ellipsis2 p {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.ellipsis4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.ellipsis5 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.ellipsis6 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 121px
}

.ellipsis7 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.smallHeading {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px !important;
    line-height: 23px;
    margin-bottom: 5px;
    color: #003f5f !important
}

.smallHeadingMonday {
    font-weight: 500;
    font-size: 16px !important;
    line-height: 23px;
    margin-bottom: 5px;
    color: #003f5f !important
}

.h1TagTitle2 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 0;
    font-weight: 200 !important
}

.h1tagItalic {
    font-style: italic;
    font-weight: 100;
    font-family: "Playfair Display", serif;
    letter-spacing: 1.2px;
    color: #0af
}

.h1TagTitleMonday {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 0;
    font-weight: 200 !important;
    color: #fff
}

.h1tagItalicMonday {
    font-style: italic;
    font-weight: 100;
    font-family: "Playfair Display", serif;
    letter-spacing: 1.2px;
    color: #fff
}

.h2consulting {
    font-size: 16px
}

.featuredmagebox .teamSec {
    padding: 34px 10px 34px !important
}

.recent-case-studies {
    height: 248px
}

.footerP {
    color: #9599a1 !important;
    font-size: 15px !important
}

.footerP1 {
    color: #9599a1 !important;
    font-size: 15px !important;
    margin-top: 20px
}

.textRight {
    text-align: right;
    width: 100%
}

#Home_banner2 .carousel-inner .carousel-item {
    height: auto !important
}

#Home_banner2 .carousel-inner .carousel-item img {
    height: auto !important
}

.section-title h2.title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 0;
    font-weight: 200 !important
}

.section-title h2.title span {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 0;
    font-weight: 100 !important
}

.bgwhiteText {
    color: #fff !important
}

.mb1 {
    margin-bottom: 47px !important
}

.mb2 {
    margin-bottom: 22px !important
}

.mb3 {
    margin-bottom: 125px !important
}

.mb4 {
    margin-bottom: 25px !important
}

.mb5 {
    margin-bottom: 28px !important
}

.mb6 {
    margin-bottom: 103px !important
}

.mb7 {
    margin-bottom: 15px !important
}

.mb8 {
    margin-bottom: 40px !important
}

.mb9 {
    margin-bottom: 65px !important
}

.mb10 {
    margin-bottom: 118px !important
}

.mb11 {
    margin-bottom: 118px !important
}

.mb12 {
    margin-bottom: 90px !important
}

.mb27 {
    margin-bottom: 27px !important
}

.mb28 {
    margin-bottom: 28px !important
}

.react-tabs {
    width: 100%
}

.disnone2 {
    display: none !important
}

.featured-imagebox-services.style1 .teamDesign {
    padding: 34px 0 34px !important
}

.site-navigation .ttm-right-header {
    padding-left: 0 !important
}

#Home_banner2 .carousel-control-prev {
    z-index: 9 !important
}

#Home_banner2 .carousel-control-next {
    z-index: 9 !important
}

@media only screen and (min-width:1200px) {
    .menu>ul>li>a {
        font-weight: 200 !important;
        font-size: 14px !important
    }
}

@media (max-width:1024px) {
    .site-branding {
        background-color: #000
    }
}

@media (max-width:960px) {
    .spacecol {
        height: auto !important
    }

    .spacecol1 {
        height: auto !important
    }

    .spacecol2 {
        height: auto !important
    }

    .disnone1 {
        display: none !important
    }

    .disnone2 {
        display: block !important
    }

    .logonew {
        width: 158px;
        z-index: 999;
        position: absolute;
        top: 6px;
        left: 108px
    }

    .pricing-container {
        flex-direction: column;
        align-items: center
    }

    .ttmpagetitlerow5 {
        padding: 80px 0 !important;
        height: auto
    }

    .ulLi {
        padding: 0;
        margin: 0;
        list-style: disc;
        column-count: auto
    }

    .spacing9 {
        padding: 20px 0 !important
    }

    .site-branding {
        background-color: #000
    }

    .ttm-header-style-01 .site-branding img {
        max-height: 65px
    }

    .serviceSpace {
        height: auto
    }

    .serviceSpace1 {
        height: auto
    }

    .featured-icon-box.style5 {
        height: auto !important
    }

    .blogspace {
        height: auto
    }

    .featured-imagebox-blog .featured-content {
        height: auto !important
    }

    .modal-dialog {
        max-width: auto
    }

    .containerxl {
        padding: 0 0px !important
    }

    #Home_banner .carousel-caption-inner p.text,
    #Home_banner2 .carousel-caption-inner p.text {
        display: block !important
    }

    .h2Mobile {
        font-size: 34px !important;
        line-height: 18px !important
    }

    .textRight {
        width: auto
    }

    .sh2 {
        text-transform: capitalize;
        font-size: 43px !important;
        line-height: 48px;
        margin-bottom: 5px
    }

    .sh3 {
        text-transform: capitalize;
        font-size: 43px !important;
        line-height: 48px;
        margin-bottom: 5px
    }

    .displayNone {
        display: none
    }

    .home-banner-subtitle {
        line-height: 25px !important
    }

    .home-banner-subtitle1 {
        line-height: 25px !important;
        margin-top: 15px
    }

    .section-title h2.title span {
        font-size: 29px;
        line-height: 36px
    }

    .home-about-img-pb {
        padding: 40px 15px 0 15px !important
    }

    .home-about-img-pb-1 {
        padding: 0 15px 20px 15px !important
    }

    .home-about-img-pt {
        padding: 0 15px 0 15px !important
    }

    .team-title-pb {
        padding-bottom: 20px !important
    }

    .brRemove {
        display: none !important
    }

    .card-pb {
        margin-bottom: 1.5rem !important
    }

    .li-pb-0 {
        margin-bottom: 0 !important
    }
}

@media only screen and (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1170px
    }

    .ttm-stickable-header.fixed-header {
        z-index: 111;
        background-color: #fff;
        -webkit-box-shadow: 0 4px 10px 0 rgb(0 0 0 / .06);
        box-shadow: 0 4px 10px 0 rgb(0 0 0 / .06)
    }

    .fixed-header {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9;
        -webkit-transition: all .5s;
        transition: all .5s
    }

    .ttm-header-style-01 .site-branding img {
        max-height: 70px
    }

    .ttm-header-style-01 .ttm-stickable-header.fixed-header .site-header-menu,
    .ttm-header-style-01 .ttm-stickable-header.fixed-header .menu {
        height: 70px
    }

    .ttm-header-style-01 .ttm-stickable-header.fixed-header .site-branding,
    .ttm-header-style-01 .ttm-stickable-header.fixed-header .ttm-right-header,
    .ttm-header-style-01 .ttm-stickable-header.fixed-header .menu>ul>li>a {
        height: 70px;
        line-height: 70px
    }

    .ttm-header-style-02 .ttm-stickable-header {
        border-top: 1px solid #eaeff5
    }

    .ttm-header-wrap {
        position: relative
    }

    .ttm-header-wrap .ttm-stickable-header {
        position: absolute;
        z-index: 21;
        width: 100%;
        margin-top: -1px
    }

    .site-header-menu {
        background-color: rgb(0 0 0 / .8);
        height: 93px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all .5s;
        transition: all .5s
    }

    #site-header-menu #site-navigation .menu ul>li>a {
        display: block;
        margin: 0;
        padding: 0 17px 0 17px;
        text-decoration: none;
        position: relative;
        z-index: 1;
        height: 100px;
        line-height: 100px
    }

    .menu>label,
    .menu input[type="checkbox"] {
        display: none
    }

    .menu>ul>li {
        display: inline-block
    }

    .menu>ul>li>a {
        height: 93px;
        line-height: 93px;
        padding: 0 19px;
        position: relative;
        display: block;
        font-size: 15px;
        font-weight: 600;
        border: none
    }

    .menu>ul>li>a::before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background-color: #0af;
        height: 2px;
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transition: -webkit-transform 0.25s cubic-bezier(.37, .31, .2, .85);
        transition: -webkit-transform 0.25s cubic-bezier(.37, .31, .2, .85);
        transition: transform 0.25s cubic-bezier(.37, .31, .2, .85);
        transition: transform 0.25s cubic-bezier(.37, .31, .2, .85), -webkit-transform 0.25s cubic-bezier(.37, .31, .2, .85)
    }

    .menu>ul>li>a:not([href]):hover {
        color: #2d4a8a
    }

    .menu>ul>li:hover a::before,
    .menu>ul>li.active>a::before {
        -webkit-transform-origin: left center;
        transform-origin: left center;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }

    .menu-hasdropdown {
        position: relative
    }

    .menu-hasdropdown:hover>ul {
        display: block;
        -webkit-animation: grow .5s ease-in-out;
        animation: grow .5s ease-in-out
    }

    .menu-hasflyout>a::after {
        content: "\f105";
        position: absolute;
        background-color: #fff0;
        right: 12px;
        top: 16px;
        display: inline-block;
        font-family: "FontAwesome";
        font-size: 15px;
        margin-left: 4px;
        opacity: .8
    }

    .menu-hasdropdown>ul {
        position: absolute;
        top: 100%;
        left: 0;
        width: 250px;
        background-color: #fff;
        -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / .175);
        box-shadow: 0 6px 12px rgb(0 0 0 / .175);
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transition: opacity 200ms ease-in, visibility 200ms ease-in, -webkit-transform 200ms ease-in;
        transition: opacity 200ms ease-in, visibility 200ms ease-in, -webkit-transform 200ms ease-in;
        transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
        transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in, -webkit-transform 200ms ease-in;
        z-index: 1
    }

    .menu-hasdropdown>ul li a {
        padding: 15px
    }

    .menu-hasdropdown>ul li a::before {
        content: "";
        margin-right: 5px;
        position: absolute;
        width: 6px !important;
        height: 2px;
        opacity: 0;
        left: 7px;
        -webkit-transition: .5s all;
        transition: .5s all;
        background-color: #2d4a8a;
        top: 22px
    }

    .menu-hasdropdown>ul li a:hover::before,
    .menu-hasdropdown>ul li a.active::before {
        opacity: 1;
        left: 15px
    }

    .menu-hasdropdown>ul li a:hover,
    .menu-hasdropdown>ul li a.active {
        padding-left: 30px;
        background-color: #f7f9fe;
        color: #2d4a8a
    }

    .menu-hasflyout>ul {
        left: 100%;
        top: 0
    }

    .menu-hasflyout .menu-downicon {
        display: none
    }

    header.ttm-header-style-02 .site-header-menu {
        height: 60px;
        background-color: #f7f9fe
    }

    .ttm-header-style-02 .ttm-right-header,
    .ttm-header-style-02 .menu>ul>li>a {
        height: 60px;
        line-height: 60px
    }

    .ttm-header-style-02 .site-branding {
        height: 124px;
        line-height: 124px
    }

    .ttm-header-style-02 li.menu-hasdropdown a {
        border-bottom: 0
    }

    .ttm-header-style-02 li.menu-hasdropdown:hover>a::before {
        width: 15px
    }

    .ttm-header-style-02 li.menu-hasdropdown:not(:last-child)>a::after {
        content: "";
        position: absolute;
        height: 20px;
        width: 1px;
        right: 22px;
        top: 50%;
        -webkit-transform: translateX(0%) translateY(-50%);
        transform: translateX(0%) translateY(-50%);
        background-color: rgb(38 48 69 / .06);
        display: inline-block
    }

    .ttm-header-style-02 .menu>ul>li>a {
        padding: 0 44px 0 0
    }

    .ttm-header-style-02 .menu>ul>li>a::before {
        right: auto;
        bottom: 15px
    }

    .ttm-header-style-02 .ttm-custombutton {
        position: relative;
        padding-left: 30px;
        font-weight: 500;
        margin-left: 15px
    }

    .ttm-header-style-02 .ttm-custombutton::after {
        content: "";
        width: 5000px;
        height: 100%;
        background-color: #2d4a8a;
        left: 100%;
        top: 0;
        position: absolute
    }

    .ttm-header-style-02 .ttm-right-header ul,
    .ttm-header-style-02 .ttm-right-header .ttm-custombutton {
        display: inline-block
    }

    .ttm-header-style-02 .menu {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 60px
    }

    .ttm-header-style-02 .widget_info {
        padding-top: 35px;
        padding-bottom: 35px
    }

    .ttm-header-style-03 .site-header-menu {
        background-color: #fff0;
        height: 141px;
        position: absolute;
        width: 100%;
        top: 0;
        z-index: 99
    }

    .ttm-header-style-03 nav.menu {
        float: none
    }

    .ttm-header-style-03 nav.menu>ul {
        float: right
    }

    .ttm-header-style-03 .site-branding {
        height: 108px;
        line-height: 108px;
        padding-right: 50px
    }

    .ttm-header-style-03 .site-branding::before {
        position: absolute;
        content: '';
        right: 0;
        width: 1px;
        height: 145px;
        top: -21px;
        background-color: rgb(0 0 0 / .06)
    }

    .ttm-header-style-03 .site-navigation {
        position: relative
    }

    .ttm-header-style-03 .site-navigation::after {
        position: absolute;
        bottom: 0;
        content: '';
        width: auto;
        border-bottom: 1px solid rgb(0 0 0 / .06);
        left: -3000px;
        right: -3000px
    }

    .ttm-header-style-03 .site-navigation .ttm-header-icons::before {
        content: none
    }

    .ttm-header-style-03 .ttm-topbar-wrapper {
        height: 50px;
        line-height: 50px;
        position: relative
    }

    .ttm-header-style-03 .ttm-topbar-wrapper::before {
        position: absolute;
        content: "";
        height: 1px;
        bottom: 0;
        left: -120px;
        right: -3000px;
        background-color: rgb(0 0 0 / .06)
    }

    .ttm-header-style-03 #site-header-menu #site-navigation .menu>ul>li>a,
    .ttm-header-style-03 .header-btn,
    .ttm-header-style-03 .ttm-header-icons {
        height: 93px;
        line-height: 93px
    }

    .ttm-header-style-03 .header-btn {
        padding-left: 30px
    }

    .ttm-header-style-03 .fixed-header .ttm-topbar-wrapper {
        display: none
    }

    .ttm-header-style-03 .fixed-header .header-btn,
    .ttm-header-style-03 .fixed-header .ttm-header-icons,
    .ttm-header-style-03 .fixed-header .site-branding,
    .ttm-header-style-03 .fixed-header .menu,
    .ttm-header-style-03 .fixed-header .menu>ul>li>a {
        height: 70px !important;
        line-height: 70px !important
    }

    .ttm-header-style-03 .fixed-header .site-branding:before {
        height: 70px;
        top: 0
    }

    .ttm-header-style-03 .fixed-header .ttm-right-header {
        padding-right: 20px
    }

    .ttm-header-style-03 .top-contact,
    .ttm-header-style-03 .ttm-social-links-wrapper {
        display: inline-block
    }

    .ttm-header-style-03 .ttm-topbar-wrapper .top-contact li {
        margin-right: 0;
        padding-right: 35px
    }

    .ttm-header-style-03 .menu>ul>li>a::before {
        content: none
    }

    .second-footer>div>.row .widget-area:first-child .widget {
        margin-right: 10px
    }

    .mobilemenu {
        display: none
    }

    #Home_banner2 .carousel-caption div.effect {
        right: -140px
    }
}

@media only screen and (max-width:1199px) {
    .right-btn {
        display: none
    }

    .mobilemenu {
        height: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        width: 100%;
        z-index: 9;
        right: 0;
        top: 0;
        text-transform: capitalize
    }

    .mobilemenu .navbar {
        width: 100%;
        padding: 0
    }

    .mobilemenu .hamburger-button__button {
        top: 0;
        width: 45px !important
    }

    .mobilemenu #nav-icon1 span {
        background-color: #ffffff !important;
        width: 31px;
        height: 2px;
        left: 15px
    }

    .mobilemenu #nav-icon1 span:nth-child(1) {
        top: 5px
    }

    .mobilemenu #nav-icon1 span:nth-child(2) {
        top: 12px
    }

    .mobilemenu #nav-icon1 span:nth-child(3) {
        top: 19px
    }

    .mobilemenu .navbar-collapse {
        position: absolute;
        z-index: 99;
        background: #fff;
        width: 100%;
        top: 80px;
        padding: 10px 20px
    }

    .mobilemenu .navbar-collapse ul.navbar-nav li:not(:last-child) {
        border-bottom: 1px solid rgb(93 101 118 / .15)
    }

    .mobilemenu .navbar-collapse .nav-link {
        padding: 15px 0;
        line-height: 15px;
        font-size: 15px;
        font-weight: 600
    }

    .mobilemenu .navbar-collapse .nav-link.dropdown-toggle::after {
        position: absolute;
        top: 20px;
        right: 0;
        content: "\f107";
        font-family: "FontAwesome";
        font-size: 20px;
        border: 0
    }

    .mobilemenu .dropdown .dropdown-menu {
        position: static !important;
        width: 100%;
        -webkit-transform: none !important;
        transform: none !important;
        border: 0;
        margin: 0;
        padding: 0;
        font-size: 13px
    }

    .mobilemenu .dropdown .dropdown-menu .dropdown-item {
        padding: 10px 15px
    }

    .mobilemenu .dropdown .dropdown-menu .dropdown-item:not(:last-child) {
        border-bottom: 1px solid rgb(0 0 0 / .04)
    }

    .mobilemenu .dropdown .dropdown-menu .dropdown .nav-link {
        font-size: 13px;
        font-weight: 400;
        padding-left: 15px;
        color: #212529
    }

    .mobilemenu .dropdown .dropdown-menu .dropdown .dropdown-menu {
        padding-left: 10px
    }

    .site-branding {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1;
        height: 80px !important;
        line-height: 80px !important;
        text-align: center;
        background-color: #000
    }

    .site-branding img {
        max-height: 40px
    }

    .ttm-right-header {
        height: 80px !important;
        line-height: 80px !important
    }

    .ttm-right-header .ttm-header-icons::before {
        content: none
    }

    .menu {
        display: none
    }

    .menu-hasdropdown:hover>ul,
    li.menu-hasdropdown:hover>ul>ul {
        display: block
    }

    .ttm-topbar-wrapper {
        display: none
    }

    header.ttm-header-style-02 .widget_info,
    header.ttm-header-style-02 .ttm-custombutton {
        display: none !important
    }

    header.ttm-header-style-03 .mobilemenu #nav-icon1 span {
        left: 0
    }

    #Home_banner .carousel-caption-inner h2,
    #Home_banner2 .carousel-caption-inner h2 {
        font-size: 50px;
        line-height: 55px
    }

    #Home_banner .carousel-caption,
    #Home_banner2 .carousel-caption {
        bottom: 0;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #Home_banner .carousel-inner .carousel-item,
    #Home_banner2 .carousel-inner .carousel-item {
        height: auto
    }

    #Home_banner .carousel-inner .carousel-item img,
    #Home_banner2 .carousel-inner .carousel-item img {
        min-height: auto
    }

    .menu>label {
        background: #fff;
        display: block;
        margin: 0;
        text-align: right
    }

    .menu>ul i {
        float: right;
        padding: 10px
    }

    .menu>ul,
    .menu-righticon {
        display: none;
        position: absolute;
        padding: 10px 20px;
        -webkit-box-shadow: rgb(0 0 0 / .12) 3px 3px 15px;
        box-shadow: rgb(0 0 0 / .12) 3px 3px 15px;
        z-index: 100;
        width: 100%;
        top: 100%;
        left: 0;
        right: 0;
        background-color: #fff;
        border-top: 3px solid #2d4a8a
    }

    input[type="checkbox"]:checked+ul {
        display: block;
        -webkit-animation: grow .5s ease-in-out;
        animation: grow .5s ease-in-out
    }

    .featured-icon-box-style1-row {
        margin-top: 40px
    }

    .ttm-left-span,
    .ttm-right-span {
        margin: 0 !important
    }

    .spacing-1 {
        padding: 50px 30px;
        margin: 0
    }

    .spacing-6 {
        padding: 40px
    }

    .spacing-8 {
        padding: 40px
    }

    .spacing-10 {
        padding: 80px 40px
    }

    .res-1199-mt-20 {
        margin-top: 20px
    }

    .ttm-page-title-row,
    section.error-404 {
        padding: 110px 0
    }

    .sidebar .widget-area .widget {
        padding: 20px 20px !important
    }

    .sidebar .widget-area .widget:last-child {
        margin-bottom: 0
    }

    .sidebar .widget-area .widget .widget-title::before {
        margin-left: -20px
    }
}

@media (min-width:992px) {
    .sidebar .col-lg-9.content-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%
    }

    .sidebar .col-lg-3.widget-area {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }
}

@media (max-width:991px) {

    #Home_banner .carousel-caption-inner h2,
    #Home_banner2 .carousel-caption-inner h2 {
        font-size: 35px;
        line-height: 40px
    }

    #Home_banner .carousel-caption-inner p,
    #Home_banner2 .carousel-caption-inner p {
        font-size: 14px;
        line-height: 20px
    }

    #Home_banner .carousel-inner .carousel-item,
    #Home_banner2 .carousel-inner .carousel-item {
        height: auto
    }

    #Home_banner .carousel-inner .carousel-item img,
    #Home_banner2 .carousel-inner .carousel-item img {
        min-height: auto
    }

    #Home_banner .carousel-caption,
    #Home_banner2 .carousel-caption {
        padding: 30px 0 0
    }

    #Home_banner .carousel-caption .effect span,
    #Home_banner2 .carousel-caption .effect span {
        display: none
    }

    #Home_banner .carousel-caption .effect img,
    #Home_banner2 .carousel-caption .effect img {
        max-height: 400px
    }

    .ttm-row {
        padding: 40px 0 !important
    }

    .ttm-row.grid-section {
        padding-bottom: 20px !important
    }

    .ttm-pf-single-related-wrapper {
        margin-top: 0
    }

    .spacing-1 {
        padding: 40px 15px
    }

    .spacing-4,
    .spacing-5,
    .spacing-8,
    .spacing-10 {
        padding: 40px 15px
    }

    .spacing-9 {
        padding: 0 0 40px
    }

    .spacing-11 {
        padding: 20px 0
    }

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

    .res-991-h-auto {
        height: auto
    }

    .res-991-mt-0 {
        margin-top: 0
    }

    .res-991-mt-20 {
        margin-top: 20px !important
    }

    .res-991-mt-30 {
        margin-top: 30px
    }

    .res-991-mt-40 {
        margin-top: 40px
    }

    .res-991-mb-0 {
        margin-bottom: 0px !important
    }

    .res-991-mb-20 {
        margin-bottom: 20px !important
    }

    .res-991-mb-40 {
        margin-bottom: 0 !important
    }

    .res-991-mb-60 {
        margin-bottom: 60px !important
    }

    .res-991-p-0 {
        padding: 0 !important
    }

    .res-991-pt-20 {
        padding-top: 20px
    }

    .res-991-pb-0 {
        padding-bottom: 0 !important
    }

    .res-991-pt-0 {
        padding-top: 0 !important
    }

    .section-title h2.title {
        font-size: 26px !important;
        line-height: 36px
    }

    .section-title.style2 .title-header::after,
    .section-title.style3 .title-header::after {
        content: none
    }

    .row-title h2.title {
        font-size: 32px !important;
        line-height: 40px
    }

    .ttm-equal-height-image {
        display: block
    }

    .featured-title h5,
    .ttm-history-box-wrapper .ttm-historybox-title h5 {
        font-size: 16px;
        line-height: 22px
    }

    .featured-icon-box .style5 {
        padding: 30px
    }

    .ttm-processbox-wrapper {
        display: block
    }

    .ttm-processbox-wrapper .ttm-processbox {
        width: 100%;
        margin-bottom: 20px
    }

    .ttm-processbox-wrapper .ttm-processbox .ttm-box-image::before {
        content: none
    }

    .ttm-highlight-fid-style-1 {
        top: 40px;
        background-color: rgb(255 255 255 / .7)
    }

    .ttm-tabs ul.tabs.tabs li {
        padding: 8px 12px
    }

    .testimonial-slide.style1 {
        padding: 25px 25px 35px
    }

    .footer .first-footer .ttm-btn.ttm-btn-size-md {
        padding: 10px 22px
    }

    .footer .widget {
        margin: 40px 0 0
    }

    .error-404 .ttm-big-icon {
        font-size: 100px
    }

    .error-404 h1 {
        font-size: 50px
    }

    .sidebar .content-area {
        padding-top: 40px;
        padding-bottom: 15px
    }

    .sidebar div.widget-area {
        margin-top: 0;
        margin-bottom: 40px
    }

    .ttm-pf-single-detail-box {
        padding: 20px 20px 10px
    }

    article.ttm-blog-classic .ttm-blog-classic-content {
        padding: 25px 15px 15px
    }

    article.ttm-blog-classic .post-meta {
        padding: 5px;
        margin-bottom: 5px
    }

    article.ttm-blog-classic .ttm-post-entry-header {
        position: relative;
        top: 0
    }
}

@media (min-width:768px) {
    .comment-body .reply {
        position: absolute;
        top: 10px;
        right: 15px
    }
}

@media (max-width:767px) {

    #Home_banner .carousel-caption-inner,
    #Home_banner2 .carousel-caption-inner {
        text-align: center !important;
        margin: 0 auto
    }

    #Home_banner .carousel-caption-inner h2,
    #Home_banner2 .carousel-caption-inner h2 {
        font-size: 30px;
        line-height: 35px
    }

    #Home_banner .carousel-caption-inner h2::before,
    #Home_banner2 .carousel-caption-inner h2::before {
        content: none
    }

    #Home_banner .carousel-caption-inner h5::after,
    #Home_banner2 .carousel-caption-inner h5::after {
        content: none
    }

    #Home_banner .carousel-caption-inner p.text,
    #Home_banner2 .carousel-caption-inner p.text {
        display: none
    }

    #Home_banner .carousel-caption-inner button,
    #Home_banner2 .carousel-caption-inner button {
        font-size: 13px;
        padding: 10px 20px
    }

    #Home_banner .carousel-caption-inner.banner2,
    #Home_banner2 .carousel-caption-inner.banner2 {
        float: none
    }

    #Home_banner .carousel-caption-inner.banner3 span,
    #Home_banner2 .carousel-caption-inner.banner3 span {
        display: none
    }

    #Home_banner .carousel-caption,
    #Home_banner2 .carousel-caption {
        padding: 0;
        bottom: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%
    }

    #Home_banner .effect,
    #Home_banner2 .effect {
        display: none !important
    }

    #Home_banner .carousel-item .view img,
    #Home_banner2 .carousel-item .view img {
        min-height: 300px
    }

    .about-overlay-01 {
        font-size: 18px;
        line-height: 24px;
        width: 180px;
        padding: 20px
    }

    .ttm-tabs ul.tabs li {
        padding: 8px 12px
    }

    .ttm-tabs ul.tabs li i {
        display: none !important
    }

    .ttm-tabs ul.tabs li span {
        font-size: 14px !important;
        padding: 5px 0 !important
    }

    .ttm-tabs.ttm-tab-style-vertical .content-tab {
        padding: 0 15px
    }

    .ttm-tabs.tabs-for-single-products {
        padding: 0 15px 15px
    }

    .ttm-tabs.tabs-for-single-products ul.react-tabs__tab-list li {
        margin: 0 4px 5px
    }

    .ttm-tabs.tabs-for-single-products .content-inner h2 {
        font-size: 22px
    }

    .spacing-2 {
        padding: 40px 15px
    }

    .spacing-6 {
        padding: 20px
    }

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

    .res-767-mt-0 {
        margin-top: 0px !important
    }

    .res-767-mt-20 {
        margin-top: 20px
    }

    .res-767-mt-30 {
        margin-top: 30px
    }

    .res-767-mb-0 {
        margin-bottom: 0 !important
    }

    .res-767-mb-20 {
        margin-bottom: 0 !important
    }

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

    .res-767-ml-0 {
        margin-left: 0 !important
    }

    .featured-imagebox-blog .featured-content {
        padding: 35px 15px 15px 15px
    }

    .featured-imagebox-services.style1 .featured-content {
        padding: 20px 15px
    }

    .ttm-fid-view-topicon h4 {
        font-size: 35px;
        line-height: 40px
    }

    .ttm-fid-view-topicon .ttm-fid-icon-wrapper .ttm-icon.ttm-icon_element-size-lg {
        width: 80px;
        height: 80px
    }

    .footer .footer-nav-menu {
        margin-bottom: 10px
    }

    .ttm-pricing-plan.ttm-pricing-plan-col {
        padding: 30px 15px
    }

    .ttm-pricing-plan .ttm-featured-title {
        position: relative
    }

    .title-box .page-title-heading h1 {
        font-size: 38px !important;
        line-height: 42px !important
    }

    .product .content-tab {
        padding: 20px
    }

    .product .ttm-single-product-info {
        padding: 15px
    }

    .product.ttm-single-product-details div.images,
    .product.ttm-single-product-details div.summary {
        width: 100%;
        float: none
    }

    .product.ttm-single-product-details .product-details__short-description {
        margin-bottom: 20px
    }

    .related.products h3 {
        font-size: 22px
    }

    table .cart_item .product-thumbnail,
    table.shop_table_responsive thead {
        display: none
    }

    table.shop_table_responsive tr.cart_item td:not(.product-remove)::before {
        content: attr(data-title) ": ";
        font-weight: 600;
        float: left
    }

    table.shop_table:not(.checkout-review-order-table) tbody tr {
        display: block
    }

    table.shop_table:not(.checkout-review-order-table) tbody td {
        display: block;
        text-align: right
    }

    table.shop_table .quantity {
        display: inline-block;
        height: auto
    }

    table.shop_table .quantity input {
        padding: 0;
        text-align: right
    }

    table.shop_table button.cart_button {
        width: 100%;
        margin-top: 5px
    }

    table.shop_table .coupon {
        float: none
    }

    .cart-collaterals {
        margin-top: 30px
    }

    .cart-collaterals .cart_totals {
        float: none;
        width: 100%
    }

    .row.checkout {
        margin: 0 -15px
    }

    .row.checkout h3 {
        font-size: 22px
    }
}

@media (max-width:575px) {
    .ttm-tabs ul.tabs {
        display: block !important
    }

    .ttm-tabs ul.tabs li {
        border: 1px solid #ddd;
        margin: 10px 2px
    }

    .ttm-tabs.ttm-tab-style-classic .content-tab {
        padding: 0;
        margin-top: 10px
    }

    .ttm-tabs.ttm-tab-style-classic .content-tab h3 {
        font-size: 22px
    }

    .ttm-tabs.ttm-tab-style-horizontal ul {
        display: block
    }

    .ttm-tabs.ttm-tab-style-horizontal ul li {
        display: block;
        text-align: center
    }

    ul.ttm-list.ttm-list-style-icon li {
        font-size: 14px;
        line-height: 20px
    }

    .featured-icon-box .style6 {
        padding: 20px
    }

    .ttm-team-details-list li {
        width: 100%;
        float: none
    }

    .member-info-box,
    .member-contact-form {
        padding: 15px
    }
}

.ellipsis8 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.ellipsis9 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;

}

.ellipsis10 {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;

}