/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900|Roboto+Slab:300,400,700|Open+Sans:300,300i,400,400i,600,700,800");

:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #868e96;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #868e96;
    --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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

@media print {

    *,
    ::after,
    ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

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

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

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

    blockquote,
    pre {
        border: 1px solid #999;
        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
    }

    .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 #ddd !important
    }
}

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

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

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

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

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

[tabindex="-1"]:focus {
    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
}

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
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

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

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

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

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

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

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

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

figure {
    margin: 0 0 1rem
}

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

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

[role=button],
a,
area,
button,
input:not([type=range]),
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #868e96;
    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
}

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

[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-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

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

output {
    display: inline-block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.figure {
    display: inline-block
}

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

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

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

code {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #bd4147;
    background-color: #f8f9fa;
    border-radius: .25rem
}

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

kbd {
    padding: .2rem .4rem;
    font-size: 90%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

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

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

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

.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: 1200px
    }
}

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

.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%;
    min-height: 1px;
    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%
}

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

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

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

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

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

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

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

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

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

    .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-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%;
    max-width: 100%;
    margin-bottom: 1rem;
    background-color: transparent
}

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

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

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

.table .table {
    background-color: #fff
}

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

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

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

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

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8daff
}

.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: #dddfe2
}

.table-hover .table-secondary:hover {
    background-color: #cfd2d6
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #cfd2d6
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.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-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-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-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-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-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: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, 0.075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, 0.075)
}

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e
}

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

.table-dark {
    color: #fff;
    background-color: #212529
}

.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e
}

.table-dark.table-bordered {
    border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05)
}

.table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075)
}

@media (max-width: 575px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-sm.table-bordered {
        border: 0
    }
}

@media (max-width: 767px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-md.table-bordered {
        border: 0
    }
}


/* Google Translotor */
@media (max-width: 767px) {
    #google_translate_element,
    .g-translate-custom {
      position: fixed !important;
      top: 12px;
      right: 60px; /* Move it more to the left (increase this value as needed) */
      z-index: 9999;
      border-radius: 24px;
      padding: 0;
      display: flex;
      align-items: center;
      width: auto;
      max-width: 90vw;
    }
    #google_translate_element select,
    #google_translate_element .goog-te-combo {
      min-width: 140px !important;  /* Make it a bit wider */
      width: 140px !important;
      margin-right: 40px;
      font-size: 12px !important;
      font-weight: 600 !important;
      padding: 6px 10px !important;
      height: 35px !important;
      line-height: 1.1 !important;
    }
    #google_translate_element:before,
    .g-translate-globe {
      width: 14px;
      height: 14px;
    }
  }

  /* hover effect for Google translator */

  

  /* hover effect end  */

/* bf6730d (Updated Google Translator design) */
@media (max-width: 991px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-lg.table-bordered {
        border: 0
    }
}

@media (max-width: 1199px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }

    .table-responsive-xl.table-bordered {
        border: 0
    }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.table-responsive.table-bordered {
    border: 0
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

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

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
}

.form-control::-webkit-input-placeholder {
    color: #868e96;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #868e96;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #868e96;
    opacity: 1
}

.form-control::placeholder {
    color: #868e96;
    opacity: 1
}

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

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

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

.form-control-file,
.form-control-range {
    display: block
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    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
}

.col-form-legend {
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    font-size: 1rem
}

.form-control-plaintext {
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.form-control-plaintext.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-plaintext.btn,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.form-control-plaintext.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0
}

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

.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>select.input-group-addon:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
}

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

.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.input-group-lg>select.input-group-addon:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.875rem + 2px)
}

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

.form-check.disabled .form-check-label {
    color: #868e96
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0
}

.form-check-input {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem
}

.form-check-inline {
    display: inline-block;
    margin-right: .75rem
}

.form-check-inline .form-check-label {
    vertical-align: middle
}

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

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    width: 250px;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(40, 167, 69, 0.8);
    border-radius: .2rem
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #28a745
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25)
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-valid~.valid-tooltip,
.form-control.is-valid~.valid-feedback,
.form-control.is-valid~.valid-tooltip,
.was-validated .custom-select:valid~.valid-feedback,
.was-validated .custom-select:valid~.valid-tooltip,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
    display: block
}

.form-check-input.is-valid+.form-check-label,
.was-validated .form-check-input:valid+.form-check-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-indicator,
.was-validated .custom-control-input:valid~.custom-control-indicator {
    background-color: rgba(40, 167, 69, 0.25)
}

.custom-control-input.is-valid~.custom-control-description,
.was-validated .custom-control-input:valid~.custom-control-description {
    color: #28a745
}

.custom-file-input.is-valid~.custom-file-control,
.was-validated .custom-file-input:valid~.custom-file-control {
    border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-control::before,
.was-validated .custom-file-input:valid~.custom-file-control::before {
    border-color: inherit
}

.custom-file-input.is-valid:focus,
.was-validated .custom-file-input:valid:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25)
}

.invalid-feedback {
    display: none;
    margin-top: .25rem;
    font-size: .875rem;
    color: #dc3545
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    width: 250px;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.8);
    border-radius: .2rem
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid+.form-check-label,
.was-validated .form-check-input:invalid+.form-check-label {
    color: #dc3545
}

.custom-control-input.is-invalid~.custom-control-indicator,
.was-validated .custom-control-input:invalid~.custom-control-indicator {
    background-color: rgba(220, 53, 69, 0.25)
}

.custom-control-input.is-invalid~.custom-control-description,
.was-validated .custom-control-input:invalid~.custom-control-description {
    color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-control,
.was-validated .custom-file-input:invalid~.custom-file-control {
    border-color: #dc3545
}

.custom-file-input.is-invalid~.custom-file-control::before,
.was-validated .custom-file-input:invalid~.custom-file-control::before {
    border-color: inherit
}

.custom-file-input.is-invalid:focus,
.was-validated .custom-file-input:invalid:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25)
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width: 576px) {
    .form-inline label {
        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 .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;
        margin-top: 0;
        margin-bottom: 0
    }

    .form-inline .form-check-label {
        padding-left: 0
    }

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

    .form-inline .custom-control {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0
    }

    .form-inline .custom-control-indicator {
        position: static;
        display: inline-block;
        margin-right: .25rem;
        vertical-align: text-bottom
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
}

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

.btn:not([disabled]):not(.disabled).active,
.btn:not([disabled]):not(.disabled):active {
    background-image: none
}

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 {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    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;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5)
}

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

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

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #868e96;
    border-color: #868e96
}

.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #666e76;
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.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 {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5)
}

.btn-success.disabled,
.btn-success:disabled {
    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;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.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 {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5)
}

.btn-info.disabled,
.btn-info:disabled {
    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;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5)
}

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

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

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    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: #111;
    background-color: #d39e00;
    border-color: #c69500;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.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 {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    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;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5)
}

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

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

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
}

.btn-light.disabled,
.btn-light:disabled {
    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: #111;
    background-color: #dae0e5;
    border-color: #d3d9df;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.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 {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    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;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
}

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

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

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5)
}

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

.btn-outline-primary:not([disabled]):not(.disabled).active,
.btn-outline-primary:not([disabled]):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5)
}

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

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

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5)
}

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

.btn-outline-secondary:not([disabled]):not(.disabled).active,
.btn-outline-secondary:not([disabled]):not(.disabled):active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5)
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

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

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5)
}

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

.btn-outline-success:not([disabled]):not(.disabled).active,
.btn-outline-success:not([disabled]):not(.disabled):active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5)
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

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

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5)
}

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

.btn-outline-info:not([disabled]):not(.disabled).active,
.btn-outline-info:not([disabled]):not(.disabled):active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5)
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)
}

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

.btn-outline-warning:not([disabled]):not(.disabled).active,
.btn-outline-warning:not([disabled]):not(.disabled):active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5)
}

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545
}

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

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5)
}

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

.btn-outline-danger:not([disabled]):not(.disabled).active,
.btn-outline-danger:not([disabled]):not(.disabled):active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5)
}

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa
}

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

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
}

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

.btn-outline-light:not([disabled]):not(.disabled).active,
.btn-outline-light:not([disabled]):not(.disabled):active,
.show>.btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5)
}

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40
}

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

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
}

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

.btn-outline-dark:not([disabled]):not(.disabled).active,
.btn-outline-dark:not([disabled]):not(.disabled):active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5)
}

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent
}

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

.btn-link.focus,
.btn-link:focus {
    border-color: transparent;
    box-shadow: none
}

.btn-link.disabled,
.btn-link:disabled {
    color: #868e96
}

.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 {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.show {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

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

.dropdown,
.dropup {
    position: relative
}

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

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

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .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 rgba(0, 0, 0, 0.15);
    border-radius: .25rem
}

.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .125rem
}

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

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

.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: 0 0;
    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: #868e96;
    background-color: transparent
}

.dropdown-menu.show {
    display: block
}

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

.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: 0 1 auto;
    flex: 0 1 auto
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
    z-index: 2
}

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

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
    margin-left: -1px
}

.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:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.btn+.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem
}

.btn+.dropdown-toggle-split::after {
    margin-left: 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+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.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-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
    z-index: 3
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,
.input-group-btn {
    white-space: nowrap
}

.input-group-addon {
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.input-group-addon.form-control-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem
}

.input-group-addon.form-control-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    border-radius: .3rem
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
    margin-top: 0
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:first-child)>.btn-group:not(:last-child)>.btn,
.input-group-btn:not(:first-child)>.btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group>.btn,
.input-group-btn:not(:last-child)>.dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group-addon:not(:last-child) {
    border-right: 0
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group>.btn,
.input-group-btn:not(:first-child)>.dropdown-toggle,
.input-group-btn:not(:last-child)>.btn-group:not(:first-child)>.btn,
.input-group-btn:not(:last-child)>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.form-control+.input-group-addon:not(:first-child) {
    border-left: 0
}

.input-group-btn {
    position: relative;
    -ms-flex-align: stretch;
    align-items: stretch;
    font-size: 0;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
    z-index: 3
}

.input-group-btn:first-child>.btn+.btn {
    margin-left: 0
}

.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group {
    margin-right: -1px
}

.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group {
    z-index: 2;
    margin-left: 0
}

.input-group-btn:not(:first-child)>.btn-group:first-child,
.input-group-btn:not(:first-child)>.btn:first-child {
    margin-left: -1px
}

.input-group-btn:not(:first-child)>.btn-group:active,
.input-group-btn:not(:first-child)>.btn-group:focus,
.input-group-btn:not(:first-child)>.btn-group:hover,
.input-group-btn:not(:first-child)>.btn:active,
.input-group-btn:not(:first-child)>.btn:focus,
.input-group-btn:not(:first-child)>.btn:hover {
    z-index: 3
}

.custom-control {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-indicator {
    color: #fff;
    background-color: #007bff
}

.custom-control-input:focus~.custom-control-indicator {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25)
}

.custom-control-input:active~.custom-control-indicator {
    color: #fff;
    background-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-indicator {
    background-color: #e9ecef
}

.custom-control-input:disabled~.custom-control-description {
    color: #868e96
}

.custom-control-indicator {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

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

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator {
    background-color: #007bff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-indicator {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")
}

.custom-controls-stacked {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.custom-controls-stacked .custom-control {
    margin-bottom: .25rem
}

.custom-controls-stacked .custom-control+.custom-control {
    margin-left: 0
}

.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
    background-size: 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
}

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

.custom-select[multiple] {
    height: auto;
    background-image: none
}

.custom-select:disabled {
    color: #868e96;
    background-color: #e9ecef
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

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

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-control {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #007bff
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem
}

.custom-file-control:lang(en):empty::after {
    content: "Choose file..."
}

.custom-file-control::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    z-index: 6;
    display: block;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0 .25rem .25rem 0
}

.custom-file-control:lang(en)::before {
    content: "Browse"
}

.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: #868e96
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

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

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

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #ddd
}

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

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #ddd #ddd #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 {
    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: 0 0;
    border: 1px solid transparent;
    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: 575px) {

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        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 .dropdown-menu-right {
        right: 0;
        left: auto
    }

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

    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        -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
    }

    .navbar-expand-sm .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width: 767px) {

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        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 .dropdown-menu-right {
        right: 0;
        left: auto
    }

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

    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        -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
    }

    .navbar-expand-md .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width: 991px) {

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        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 .dropdown-menu-right {
        right: 0;
        left: auto
    }

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

    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -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
    }

    .navbar-expand-lg .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

@media (max-width: 1199px) {

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        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 .dropdown-menu-right {
        right: 0;
        left: auto
    }

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

    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        -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-xl .dropup .dropdown-menu {
        top: auto;
        bottom: 100%
    }
}

.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 {
    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 .dropdown-menu-right {
    right: 0;
    left: auto
}

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

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    -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-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, 0.5)
}

.navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 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: rgba(255, 255, 255, 0.5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, 0.5);
    border-color: rgba(255, 255, 255, 0.1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, 0.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 rgba(0, 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;
    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: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 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: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125)
}

.card-footer:last-child {
    border-radius: 0 0 calc(.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 {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-deck .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

    .card-deck .card {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px
    }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.card-group .card {
    margin-bottom: 15px
}

@media (min-width: 576px) {
    .card-group {
        -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:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .card-group .card:first-child .card-img-top {
        border-top-right-radius: 0
    }

    .card-group .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .card-group .card:last-child .card-img-top {
        border-top-left-radius: 0
    }

    .card-group .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0
    }

    .card-group .card:only-child {
        border-radius: .25rem
    }

    .card-group .card:only-child .card-img-top {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card-group .card:only-child .card-img-bottom {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

    .card-group .card:not(:first-child):not(:last-child):not(:only-child) {
        border-radius: 0
    }

    .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0
    }
}

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

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

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

.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::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #868e96;
    content: "/"
}

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

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

.breadcrumb-item.active {
    color: #868e96
}

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

.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: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.page-item.disabled .page-link {
    color: #868e96;
    pointer-events: none;
    background-color: #fff;
    border-color: #ddd
}

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

.page-link:focus,
.page-link:hover {
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #ddd
}

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

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

.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0062cc
}

.badge-secondary {
    color: #fff;
    background-color: #868e96
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #6c757d
}

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

.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34
}

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

.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b
}

.badge-warning {
    color: #111;
    background-color: #ffc107
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #d39e00
}

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

.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130
}

.badge-light {
    color: #111;
    background-color: #f8f9fa
}

.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #111;
    text-decoration: none;
    background-color: #dae0e5
}

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

.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124
}

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

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.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: #464a4e;
    background-color: #e7e8ea;
    border-color: #dddfe2
}

.alert-secondary hr {
    border-top-color: #cfd2d6
}

.alert-secondary .alert-link {
    color: #2e3133
}

.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-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: #007bff
}

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

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

.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 {
    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;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125)
}

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

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

.list-group-item:focus,
.list-group-item:hover {
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #868e96;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

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

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff
}

a.list-group-item-primary,
button.list-group-item-primary {
    color: #004085
}

a.list-group-item-primary:focus,
a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
    color: #004085;
    background-color: #9fcdff
}

a.list-group-item-primary.active,
button.list-group-item-primary.active {
    color: #fff;
    background-color: #004085;
    border-color: #004085
}

.list-group-item-secondary {
    color: #464a4e;
    background-color: #dddfe2
}

a.list-group-item-secondary,
button.list-group-item-secondary {
    color: #464a4e
}

a.list-group-item-secondary:focus,
a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
    color: #464a4e;
    background-color: #cfd2d6
}

a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
    color: #fff;
    background-color: #464a4e;
    border-color: #464a4e
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

a.list-group-item-success,
button.list-group-item-success {
    color: #155724
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #155724;
    background-color: #b1dfbb
}

a.list-group-item-success.active,
button.list-group-item-success.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

a.list-group-item-info,
button.list-group-item-info {
    color: #0c5460
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #0c5460;
    background-color: #abdde5
}

a.list-group-item-info.active,
button.list-group-item-info.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #856404
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #856404;
    background-color: #ffe8a1
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #721c24
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #721c24;
    background-color: #f1b0b7
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24
}

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe
}

a.list-group-item-light,
button.list-group-item-light {
    color: #818182
}

a.list-group-item-light:focus,
a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
    color: #818182;
    background-color: #ececf6
}

a.list-group-item-light.active,
button.list-group-item-light.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182
}

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca
}

a.list-group-item-dark,
button.list-group-item-dark {
    color: #1b1e21
}

a.list-group-item-dark:focus,
a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
    color: #1b1e21;
    background-color: #b9bbbe
}

a.list-group-item-dark.active,
button.list-group-item-dark.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:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

button.close {
    padding: 0;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.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, -25%);
    transform: translate(0, -25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    pointer-events: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    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: 15px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 15px;
    margin: -15px -15px -15px auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

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

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

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

@media (min-width: 992px) {
    .modal-lg {
        max-width: 800px
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    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: 5px;
    height: 5px
}

.tooltip .arrow::before {
    position: absolute;
    border-color: transparent;
    border-style: solid
}

.tooltip.bs-tooltip-auto[x-placement^=top],
.tooltip.bs-tooltip-top {
    padding: 5px 0
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow,
.tooltip.bs-tooltip-top .arrow {
    bottom: 0
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 5px 5px 0;
    border-top-color: #000
}

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

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow,
.tooltip.bs-tooltip-right .arrow {
    left: 0
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
    margin-top: -3px;
    content: "";
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.bs-tooltip-auto[x-placement^=bottom],
.tooltip.bs-tooltip-bottom {
    padding: 5px 0
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow,
.tooltip.bs-tooltip-bottom .arrow {
    top: 0
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
    margin-left: -3px;
    content: "";
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

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

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow,
.tooltip.bs-tooltip-left .arrow {
    right: 0
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
    right: 0;
    margin-top: -3px;
    content: "";
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    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, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    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 rgba(0, 0, 0, 0.2);
    border-radius: .3rem
}

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

.popover .arrow::after,
.popover .arrow::before {
    position: absolute;
    display: block;
    border-color: transparent;
    border-style: solid
}

.popover .arrow::before {
    content: "";
    border-width: .8rem
}

.popover .arrow::after {
    content: "";
    border-width: .8rem
}

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

.popover.bs-popover-auto[x-placement^=top] .arrow,
.popover.bs-popover-top .arrow {
    bottom: 0
}

.popover.bs-popover-auto[x-placement^=top] .arrow::after,
.popover.bs-popover-auto[x-placement^=top] .arrow::before,
.popover.bs-popover-top .arrow::after,
.popover.bs-popover-top .arrow::before {
    border-bottom-width: 0
}

.popover.bs-popover-auto[x-placement^=top] .arrow::before,
.popover.bs-popover-top .arrow::before {
    bottom: -.8rem;
    margin-left: -.8rem;
    border-top-color: rgba(0, 0, 0, 0.25)
}

.popover.bs-popover-auto[x-placement^=top] .arrow::after,
.popover.bs-popover-top .arrow::after {
    bottom: calc((.8rem - 1px) * -1);
    margin-left: -.8rem;
    border-top-color: #fff
}

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

.popover.bs-popover-auto[x-placement^=right] .arrow,
.popover.bs-popover-right .arrow {
    left: 0
}

.popover.bs-popover-auto[x-placement^=right] .arrow::after,
.popover.bs-popover-auto[x-placement^=right] .arrow::before,
.popover.bs-popover-right .arrow::after,
.popover.bs-popover-right .arrow::before {
    margin-top: -.8rem;
    border-left-width: 0
}

.popover.bs-popover-auto[x-placement^=right] .arrow::before,
.popover.bs-popover-right .arrow::before {
    left: -.8rem;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.bs-popover-auto[x-placement^=right] .arrow::after,
.popover.bs-popover-right .arrow::after {
    left: calc((.8rem - 1px) * -1);
    border-right-color: #fff
}

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

.popover.bs-popover-auto[x-placement^=bottom] .arrow,
.popover.bs-popover-bottom .arrow {
    top: 0
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow::after,
.popover.bs-popover-auto[x-placement^=bottom] .arrow::before,
.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-bottom .arrow::before {
    margin-left: -.8rem;
    border-top-width: 0
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow::before,
.popover.bs-popover-bottom .arrow::before {
    top: -.8rem;
    border-bottom-color: rgba(0, 0, 0, 0.25)
}

.popover.bs-popover-auto[x-placement^=bottom] .arrow::after,
.popover.bs-popover-bottom .arrow::after {
    top: calc((.8rem - 1px) * -1);
    border-bottom-color: #fff
}

.popover.bs-popover-auto[x-placement^=bottom] .popover-header::before,
.popover.bs-popover-bottom .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    margin-left: -10px;
    content: "";
    border-bottom: 1px solid #f7f7f7
}

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

.popover.bs-popover-auto[x-placement^=left] .arrow,
.popover.bs-popover-left .arrow {
    right: 0
}

.popover.bs-popover-auto[x-placement^=left] .arrow::after,
.popover.bs-popover-auto[x-placement^=left] .arrow::before,
.popover.bs-popover-left .arrow::after,
.popover.bs-popover-left .arrow::before {
    margin-top: -.8rem;
    border-right-width: 0
}

.popover.bs-popover-auto[x-placement^=left] .arrow::before,
.popover.bs-popover-left .arrow::before {
    right: -.8rem;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.bs-popover-auto[x-placement^=left] .arrow::after,
.popover.bs-popover-left .arrow::after {
    right: calc((.8rem - 1px) * -1);
    border-left-color: #fff
}

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    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-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

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

.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {

    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {

    .active.carousel-item-right,
    .carousel-item-next {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

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

@supports (-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d) {

    .active.carousel-item-left,
    .carousel-item-prev {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    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
}

.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: transparent no-repeat center center;
    background-size: 100% 100%
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E")
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E")
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    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 {
    position: relative;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5)
}

.carousel-indicators li::before {
    position: absolute;
    top: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators li::after {
    position: absolute;
    bottom: -10px;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: ""
}

.carousel-indicators .active {
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.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 {
    background-color: #0062cc !important
}

.bg-secondary {
    background-color: #868e96 !important
}

a.bg-secondary:focus,
a.bg-secondary:hover {
    background-color: #6c757d !important
}

.bg-success {
    background-color: #28a745 !important
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #1e7e34 !important
}

.bg-info {
    background-color: #17a2b8 !important
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #117a8b !important
}

.bg-warning {
    background-color: #ffc107 !important
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #d39e00 !important
}

.bg-danger {
    background-color: #dc3545 !important
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #bd2130 !important
}

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

a.bg-light:focus,
a.bg-light:hover {
    background-color: #dae0e5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:focus,
a.bg-dark:hover {
    background-color: #1d2124 !important
}

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

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

.border {
    border: 1px solid #e9ecef !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: #868e96 !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 {
    border-radius: 0.25rem !important
}

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

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

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

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

.rounded-circle {
    border-radius: 50% !important
}

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

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

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

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

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

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

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

.d-flex {
    display: -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
    }
}

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

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

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

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

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

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

@media print {
    .d-print-none {
        display: none !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
}

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

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

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

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

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

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-0 {
    margin: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.p-0 {
    padding: 0 !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.m-auto {
    margin: auto !important
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-weight-normal {
    font-weight: 400 !important
}

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

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

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

.text-primary {
    color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #0062cc !important
}

.text-secondary {
    color: #868e96 !important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #6c757d !important
}

.text-success {
    color: #28a745 !important
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34 !important
}

.text-info {
    color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b !important
}

.text-warning {
    color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00 !important
}

.text-danger {
    color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130 !important
}

.text-light {
    color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important
}

.text-dark {
    color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important
}

.text-muted {
    color: #868e96 !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000
}

img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto
}

.mfp-figure {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

@-webkit-keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

@keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {

    from,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {

    from,
    50%,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

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

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

@-webkit-keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

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

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
}

@keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
        transform: skewX(0.390625deg) skewY(0.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
        transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97)
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

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

@-webkit-keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInLeft {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInRight {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    to {
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes bounceInUp {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes bounceInUp {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0)
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9)
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }
}

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

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

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

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

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

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

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

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

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

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

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

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

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

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

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

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

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

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

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

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

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

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

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

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

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

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

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

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

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

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    40% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50% {
        -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: none;
        transform: none;
        opacity: 1
    }
}

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

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }
}

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

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0
    }
}

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

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

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

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

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

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }
}

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

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    50% {
        opacity: 1
    }
}

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

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

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

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

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

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

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

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

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

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3)
    }

    to {
        opacity: 0
    }
}

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

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

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

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

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

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

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

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

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

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

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

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

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

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

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

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

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

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

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

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(https://pisumfoods.com/css/owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

@font-face {
    font-family: 'themify';
    src: url("../fonts/themify.eot%3F-fvbane");
    src: url("https://pisumfoods.com/css/.../fonts/themify.eot?") format("embedded-opentype"), url("../fonts/themify.woff%3F-fvbane") format("woff"), url("../fonts/themify.ttf%3F-fvbane") format("truetype"), url("../fonts/themify.svg%3F-fvbane") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="ti-"],
[class*=" ti-"] {
    font-family: 'themify';
    speak: none;
    font-style: normal;
    font-weight: normal;
    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: 'icofont';
    src: url("../fonts/icofont.eot%3Fv=1.0.0-beta");
    src: url("../fonts/icofont.eot%3Fv=1.0.0-beta") format("embedded-opentype"), url("../fonts/icofont.ttf%3Fv=1.0.0-beta") format("truetype"), url("../fonts/icofont.woff%3Fv=1.0.0-beta") format("woff"), url("../fonts/icofont.svg%3Fv=1.0.0-beta") format("svg");
    font-weight: normal;
    font-style: normal
}

.icofont {
    font-family: 'IcoFont' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icofont-angry-monster:before {
    content: "\e901"
}

.icofont-bathtub:before {
    content: "\e902"
}

.icofont-bird-wings:before {
    content: "\e903"
}

.icofont-bow:before {
    content: "\e904"
}

.icofont-brain-alt:before {
    content: "\e905"
}

.icofont-butterfly-alt:before {
    content: "\e906"
}

.icofont-castle:before {
    content: "\e907"
}

.icofont-circuit:before {
    content: "\e908"
}

.icofont-dart:before {
    content: "\e909"
}

.icofont-dice-alt:before {
    content: "\e90a"
}

.icofont-disability-race:before {
    content: "\e90b"
}

.icofont-diving-goggle:before {
    content: "\e90c"
}

.icofont-fire-alt:before {
    content: "\e90d"
}

.icofont-flame-torch:before {
    content: "\e90e"
}

.icofont-flora-flower:before {
    content: "\e90f"
}

.icofont-flora:before {
    content: "\e910"
}

.icofont-gift-box:before {
    content: "\e911"
}

.icofont-halloween-pumpkin:before {
    content: "\e912"
}

.icofont-hand-power:before {
    content: "\e913"
}

.icofont-hand-thunder:before {
    content: "\e914"
}

.icofont-king-crown:before {
    content: "\e915"
}

.icofont-king-monster:before {
    content: "\e916"
}

.icofont-love:before {
    content: "\e917"
}

.icofont-magician-hat:before {
    content: "\e918"
}

.icofont-native-american:before {
    content: "\e919"
}

.icofont-open-eye:before {
    content: "\e91a"
}

.icofont-owl-look:before {
    content: "\e91b"
}

.icofont-phoenix:before {
    content: "\e91c"
}

.icofont-queen-crown:before {
    content: "\e91d"
}

.icofont-robot-face:before {
    content: "\e91e"
}

.icofont-sand-clock:before {
    content: "\e91f"
}

.icofont-shield-alt:before {
    content: "\e920"
}

.icofont-ship-wheel:before {
    content: "\e921"
}

.icofont-skull-danger:before {
    content: "\e922"
}

.icofont-skull-face:before {
    content: "\e923"
}

.icofont-snail:before {
    content: "\e924"
}

.icofont-snow-alt:before {
    content: "\e925"
}

.icofont-snow-flake:before {
    content: "\e926"
}

.icofont-snowmobile:before {
    content: "\e927"
}

.icofont-space-shuttle:before {
    content: "\e928"
}

.icofont-star-shape:before {
    content: "\e929"
}

.icofont-swirl:before {
    content: "\e92a"
}

.icofont-tattoo-wing:before {
    content: "\e92b"
}

.icofont-throne:before {
    content: "\e92c"
}

.icofont-touch:before {
    content: "\e92d"
}

.icofont-tree-alt:before {
    content: "\e92e"
}

.icofont-triangle:before {
    content: "\e92f"
}

.icofont-unity-hand:before {
    content: "\e930"
}

.icofont-weed:before {
    content: "\e931"
}

.icofont-woman-bird:before {
    content: "\e932"
}

.icofont-animal-bat:before {
    content: "\e933"
}

.icofont-animal-bear-tracks:before {
    content: "\e934"
}

.icofont-animal-bear:before {
    content: "\e935"
}

.icofont-animal-bird-alt:before {
    content: "\e936"
}

.icofont-animal-bird:before {
    content: "\e937"
}

.icofont-animal-bone:before {
    content: "\e938"
}

.icofont-animal-bull:before {
    content: "\e939"
}

.icofont-animal-camel-alt:before {
    content: "\e93a"
}

.icofont-animal-camel-head:before {
    content: "\e93b"
}

.icofont-animal-camel:before {
    content: "\e93c"
}

.icofont-animal-cat-alt-1:before {
    content: "\e93d"
}

.icofont-animal-cat-alt-2:before {
    content: "\e93e"
}

.icofont-animal-cat-alt-3:before {
    content: "\e93f"
}

.icofont-animal-cat-alt-4:before {
    content: "\e940"
}

.icofont-animal-cat-with-dog:before {
    content: "\e941"
}

.icofont-animal-cat:before {
    content: "\e942"
}

.icofont-animal-cow-head:before {
    content: "\e943"
}

.icofont-animal-cow:before {
    content: "\e944"
}

.icofont-animal-crab:before {
    content: "\e945"
}

.icofont-animal-crocodile:before {
    content: "\e946"
}

.icofont-animal-deer-head:before {
    content: "\e947"
}

.icofont-animal-dog-alt:before {
    content: "\e948"
}

.icofont-animal-dog-barking:before {
    content: "\e949"
}

.icofont-animal-dog:before {
    content: "\e94a"
}

.icofont-animal-dolphin:before {
    content: "\e94b"
}

.icofont-animal-duck-tracks:before {
    content: "\e94c"
}

.icofont-animal-eagle-head:before {
    content: "\e94d"
}

.icofont-animal-eaten-fish:before {
    content: "\e94e"
}

.icofont-animal-elephant-alt:before {
    content: "\e94f"
}

.icofont-animal-elephant-head-alt:before {
    content: "\e950"
}

.icofont-animal-elephant-head:before {
    content: "\e951"
}

.icofont-animal-elephant:before {
    content: "\e952"
}

.icofont-animal-elk:before {
    content: "\e953"
}

.icofont-animal-fish-alt-1:before {
    content: "\e954"
}

.icofont-animal-fish-alt-2:before {
    content: "\e955"
}

.icofont-animal-fish-alt-3:before {
    content: "\e956"
}

.icofont-animal-fish-alt-4:before {
    content: "\e957"
}

.icofont-animal-fish:before {
    content: "\e958"
}

.icofont-animal-fox-alt:before {
    content: "\e959"
}

.icofont-animal-fox:before {
    content: "\e95a"
}

.icofont-animal-frog-tracks:before {
    content: "\e95b"
}

.icofont-animal-frog:before {
    content: "\e95c"
}

.icofont-animal-froggy:before {
    content: "\e95d"
}

.icofont-animal-giraffe-alt:before {
    content: "\e95e"
}

.icofont-animal-giraffe:before {
    content: "\e95f"
}

.icofont-animal-goat-head-alt-1:before {
    content: "\e960"
}

.icofont-animal-goat-head-alt-2:before {
    content: "\e961"
}

.icofont-animal-goat-head:before {
    content: "\e962"
}

.icofont-animal-gorilla:before {
    content: "\e963"
}

.icofont-animal-hen-tracks:before {
    content: "\e964"
}

.icofont-animal-horse-head-alt-1:before {
    content: "\e965"
}

.icofont-animal-horse-head-alt-2:before {
    content: "\e966"
}

.icofont-animal-horse-head:before {
    content: "\e967"
}

.icofont-animal-horse-tracks:before {
    content: "\e968"
}

.icofont-animal-jellyfish:before {
    content: "\e969"
}

.icofont-animal-kangaroo:before {
    content: "\e96a"
}

.icofont-animal-lemur:before {
    content: "\e96b"
}

.icofont-animal-lion-alt:before {
    content: "\e96c"
}

.icofont-animal-lion-head-alt:before {
    content: "\e96d"
}

.icofont-animal-lion-head:before {
    content: "\e96e"
}

.icofont-animal-lion:before {
    content: "\e96f"
}

.icofont-animal-monkey-alt-1:before {
    content: "\e970"
}

.icofont-animal-monkey-alt-2:before {
    content: "\e971"
}

.icofont-animal-monkey-alt-3:before {
    content: "\e972"
}

.icofont-animal-monkey:before {
    content: "\e973"
}

.icofont-animal-octopus-alt:before {
    content: "\e974"
}

.icofont-animal-octopus:before {
    content: "\e975"
}

.icofont-animal-owl:before {
    content: "\e976"
}

.icofont-animal-panda-alt:before {
    content: "\e977"
}

.icofont-animal-panda:before {
    content: "\e978"
}

.icofont-animal-panther:before {
    content: "\e979"
}

.icofont-animal-parrot-lip:before {
    content: "\e97a"
}

.icofont-animal-parrot:before {
    content: "\e97b"
}

.icofont-animal-paw:before {
    content: "\e97c"
}

.icofont-animal-pelican:before {
    content: "\e97d"
}

.icofont-animal-penguin:before {
    content: "\e97e"
}

.icofont-animal-pig-alt:before {
    content: "\e97f"
}

.icofont-animal-pig:before {
    content: "\e980"
}

.icofont-animal-pigeon-alt:before {
    content: "\e981"
}

.icofont-animal-pigeon:before {
    content: "\e982"
}

.icofont-animal-pigeons:before {
    content: "\e983"
}

.icofont-animal-rabbit-running:before {
    content: "\e984"
}

.icofont-animal-rat-alt:before {
    content: "\e985"
}

.icofont-animal-rhino-head:before {
    content: "\e986"
}

.icofont-animal-rhino:before {
    content: "\e987"
}

.icofont-animal-rooster:before {
    content: "\e988"
}

.icofont-animal-seahorse:before {
    content: "\e989"
}

.icofont-animal-seal:before {
    content: "\e98a"
}

.icofont-animal-shrimp:before {
    content: "\e98b"
}

.icofont-animal-snail-alt-1:before {
    content: "\e98c"
}

.icofont-animal-snail-alt-2:before {
    content: "\e98d"
}

.icofont-animal-snail:before {
    content: "\e98e"
}

.icofont-animal-snake:before {
    content: "\e98f"
}

.icofont-animal-squid:before {
    content: "\e990"
}

.icofont-animal-squirrel:before {
    content: "\e991"
}

.icofont-animal-tiger-alt:before {
    content: "\e992"
}

.icofont-animal-tiger:before {
    content: "\e993"
}

.icofont-animal-turtle:before {
    content: "\e994"
}

.icofont-animal-whale:before {
    content: "\e995"
}

.icofont-animal-woodpecker:before {
    content: "\e996"
}

.icofont-animal-zebra:before {
    content: "\e997"
}

.icofont-brand-acer:before {
    content: "\e998"
}

.icofont-brand-adidas:before {
    content: "\e999"
}

.icofont-brand-adobe:before {
    content: "\e99a"
}

.icofont-brand-air-new-zealand:before {
    content: "\e99b"
}

.icofont-brand-airbnb:before {
    content: "\e99c"
}

.icofont-brand-aircell:before {
    content: "\e99d"
}

.icofont-brand-airtel:before {
    content: "\e99e"
}

.icofont-brand-alcatel:before {
    content: "\e99f"
}

.icofont-brand-alibaba:before {
    content: "\e9a0"
}

.icofont-brand-aliexpress:before {
    content: "\e9a1"
}

.icofont-brand-alipay:before {
    content: "\e9a2"
}

.icofont-brand-amazon:before {
    content: "\e9a3"
}

.icofont-brand-amd:before {
    content: "\e9a4"
}

.icofont-brand-american-airlines:before {
    content: "\e9a5"
}

.icofont-brand-android-robot:before {
    content: "\e9a6"
}

.icofont-brand-android:before {
    content: "\e9a7"
}

.icofont-brand-aol:before {
    content: "\e9a8"
}

.icofont-brand-apple:before {
    content: "\e9a9"
}

.icofont-brand-appstore:before {
    content: "\e9aa"
}

.icofont-brand-asus:before {
    content: "\e9ab"
}

.icofont-brand-ati:before {
    content: "\e9ac"
}

.icofont-brand-att:before {
    content: "\e9ad"
}

.icofont-brand-audi:before {
    content: "\e9ae"
}

.icofont-brand-axiata:before {
    content: "\e9af"
}

.icofont-brand-bada:before {
    content: "\e9b0"
}

.icofont-brand-bbc:before {
    content: "\e9b1"
}

.icofont-brand-bing:before {
    content: "\e9b2"
}

.icofont-brand-blackberry:before {
    content: "\e9b3"
}

.icofont-brand-bmw:before {
    content: "\e9b4"
}

.icofont-brand-box:before {
    content: "\e9b5"
}

.icofont-brand-burger-king:before {
    content: "\e9b6"
}

.icofont-brand-business-insider:before {
    content: "\e9b7"
}

.icofont-brand-buzzfeed:before {
    content: "\e9b8"
}

.icofont-brand-cannon:before {
    content: "\e9b9"
}

.icofont-brand-casio:before {
    content: "\e9ba"
}

.icofont-brand-china-mobile:before {
    content: "\e9bb"
}

.icofont-brand-china-telecom:before {
    content: "\e9bc"
}

.icofont-brand-china-unicom:before {
    content: "\e9bd"
}

.icofont-brand-cisco:before {
    content: "\e9be"
}

.icofont-brand-citibank:before {
    content: "\e9bf"
}

.icofont-brand-cnet:before {
    content: "\e9c0"
}

.icofont-brand-cnn:before {
    content: "\e9c1"
}

.icofont-brand-cocal-cola:before {
    content: "\e9c2"
}

.icofont-brand-compaq:before {
    content: "\e9c3"
}

.icofont-brand-copy:before {
    content: "\e9c4"
}

.icofont-brand-debian:before {
    content: "\e9c5"
}

.icofont-brand-delicious:before {
    content: "\e9c6"
}

.icofont-brand-dell:before {
    content: "\e9c7"
}

.icofont-brand-designbump:before {
    content: "\e9c8"
}

.icofont-brand-designfloat:before {
    content: "\e9c9"
}

.icofont-brand-disney:before {
    content: "\e9ca"
}

.icofont-brand-dodge:before {
    content: "\e9cb"
}

.icofont-brand-dove:before {
    content: "\e9cc"
}

.icofont-brand-ebay:before {
    content: "\e9cd"
}

.icofont-brand-eleven:before {
    content: "\e9ce"
}

.icofont-brand-emirates:before {
    content: "\e9cf"
}

.icofont-brand-espn:before {
    content: "\e9d0"
}

.icofont-brand-etihad-airways:before {
    content: "\e9d1"
}

.icofont-brand-etisalat:before {
    content: "\e9d2"
}

.icofont-brand-etsy:before {
    content: "\e9d3"
}

.icofont-brand-facebook:before {
    content: "\e9d4"
}

.icofont-brand-fastrack:before {
    content: "\e9d5"
}

.icofont-brand-fedex:before {
    content: "\e9d6"
}

.icofont-brand-ferrari:before {
    content: "\e9d7"
}

.icofont-brand-fitbit:before {
    content: "\e9d8"
}

.icofont-brand-flikr:before {
    content: "\e9d9"
}

.icofont-brand-forbes:before {
    content: "\e9da"
}

.icofont-brand-foursquare:before {
    content: "\e9db"
}

.icofont-brand-fox:before {
    content: "\e9dc"
}

.icofont-brand-foxconn:before {
    content: "\e9dd"
}

.icofont-brand-fujitsu:before {
    content: "\e9de"
}

.icofont-brand-general-electric:before {
    content: "\e9df"
}

.icofont-brand-gillette:before {
    content: "\e9e0"
}

.icofont-brand-gizmodo:before {
    content: "\e9e1"
}

.icofont-brand-gnome:before {
    content: "\e9e2"
}

.icofont-brand-google:before {
    content: "\e9e3"
}

.icofont-brand-gopro:before {
    content: "\e9e4"
}

.icofont-brand-gucci:before {
    content: "\e9e5"
}

.icofont-brand-hallmark:before {
    content: "\e9e6"
}

.icofont-brand-hi5:before {
    content: "\e9e7"
}

.icofont-brand-honda:before {
    content: "\e9e8"
}

.icofont-brand-hp:before {
    content: "\e9e9"
}

.icofont-brand-hsbc:before {
    content: "\e9ea"
}

.icofont-brand-htc:before {
    content: "\e9eb"
}

.icofont-brand-huawei:before {
    content: "\e9ec"
}

.icofont-brand-hulu:before {
    content: "\e9ed"
}

.icofont-brand-hyundai:before {
    content: "\e9ee"
}

.icofont-brand-ibm:before {
    content: "\e9ef"
}

.icofont-brand-icofont:before {
    content: "\e9f0"
}

.icofont-brand-icq:before {
    content: "\e9f1"
}

.icofont-brand-ikea:before {
    content: "\e9f2"
}

.icofont-brand-imdb:before {
    content: "\e9f3"
}

.icofont-brand-indiegogo:before {
    content: "\e9f4"
}

.icofont-brand-intel:before {
    content: "\e9f5"
}

.icofont-brand-ipair:before {
    content: "\e9f6"
}

.icofont-brand-jaguar:before {
    content: "\e9f7"
}

.icofont-brand-java:before {
    content: "\e9f8"
}

.icofont-brand-joomshaper:before {
    content: "\e9f9"
}

.icofont-brand-kickstarter:before {
    content: "\e9fa"
}

.icofont-brand-kik:before {
    content: "\e9fb"
}

.icofont-brand-lastfm:before {
    content: "\e9fc"
}

.icofont-brand-lego:before {
    content: "\e9fd"
}

.icofont-brand-lenovo:before {
    content: "\e9fe"
}

.icofont-brand-levis:before {
    content: "\e9ff"
}

.icofont-brand-lexus:before {
    content: "\ea00"
}

.icofont-brand-lg:before {
    content: "\ea01"
}

.icofont-brand-life-hacker:before {
    content: "\ea02"
}

.icofont-brand-line-messenger:before {
    content: "\ea03"
}

.icofont-brand-linkedin:before {
    content: "\ea04"
}

.icofont-brand-linux-mint:before {
    content: "\ea05"
}

.icofont-brand-linux:before {
    content: "\ea06"
}

.icofont-brand-lionix:before {
    content: "\ea07"
}

.icofont-brand-live-messenger:before {
    content: "\ea08"
}

.icofont-brand-loreal:before {
    content: "\ea09"
}

.icofont-brand-louis-vuitton:before {
    content: "\ea0a"
}

.icofont-brand-mac-os:before {
    content: "\ea0b"
}

.icofont-brand-marvel-app:before {
    content: "\ea0c"
}

.icofont-brand-mashable:before {
    content: "\ea0d"
}

.icofont-brand-mazda:before {
    content: "\ea0e"
}

.icofont-brand-mcdonals:before {
    content: "\ea0f"
}

.icofont-brand-mercedes:before {
    content: "\ea10"
}

.icofont-brand-micromax:before {
    content: "\ea11"
}

.icofont-brand-microsoft:before {
    content: "\ea12"
}

.icofont-brand-mobileme:before {
    content: "\ea13"
}

.icofont-brand-mobily:before {
    content: "\ea14"
}

.icofont-brand-motorola:before {
    content: "\ea15"
}

.icofont-brand-msi:before {
    content: "\ea16"
}

.icofont-brand-mts:before {
    content: "\ea17"
}

.icofont-brand-myspace:before {
    content: "\ea18"
}

.icofont-brand-mytv:before {
    content: "\ea19"
}

.icofont-brand-nasa:before {
    content: "\ea1a"
}

.icofont-brand-natgeo:before {
    content: "\ea1b"
}

.icofont-brand-nbc:before {
    content: "\ea1c"
}

.icofont-brand-nescafe:before {
    content: "\ea1d"
}

.icofont-brand-nestle:before {
    content: "\ea1e"
}

.icofont-brand-netflix:before {
    content: "\ea1f"
}

.icofont-brand-nexus:before {
    content: "\ea20"
}

.icofont-brand-nike:before {
    content: "\ea21"
}

.icofont-brand-nokia:before {
    content: "\ea22"
}

.icofont-brand-nvidia:before {
    content: "\ea23"
}

.icofont-brand-omega:before {
    content: "\ea24"
}

.icofont-brand-opensuse:before {
    content: "\ea25"
}

.icofont-brand-oracle:before {
    content: "\ea26"
}

.icofont-brand-panasonic:before {
    content: "\ea27"
}

.icofont-brand-paypal:before {
    content: "\ea28"
}

.icofont-brand-pepsi:before {
    content: "\ea29"
}

.icofont-brand-philips:before {
    content: "\ea2a"
}

.icofont-brand-pizza-hut:before {
    content: "\ea2b"
}

.icofont-brand-playstation:before {
    content: "\ea2c"
}

.icofont-brand-puma:before {
    content: "\ea2d"
}

.icofont-brand-qatar-air:before {
    content: "\ea2e"
}

.icofont-brand-qvc:before {
    content: "\ea2f"
}

.icofont-brand-readernaut:before {
    content: "\ea30"
}

.icofont-brand-redbull:before {
    content: "\ea31"
}

.icofont-brand-reebok:before {
    content: "\ea32"
}

.icofont-brand-reuters:before {
    content: "\ea33"
}

.icofont-brand-samsung:before {
    content: "\ea34"
}

.icofont-brand-sap:before {
    content: "\ea35"
}

.icofont-brand-saudia-airlines:before {
    content: "\ea36"
}

.icofont-brand-scribd:before {
    content: "\ea37"
}

.icofont-brand-shell:before {
    content: "\ea38"
}

.icofont-brand-siemens:before {
    content: "\ea39"
}

.icofont-brand-sk-telecom:before {
    content: "\ea3a"
}

.icofont-brand-slideshare:before {
    content: "\ea3b"
}

.icofont-brand-smashing-magazine:before {
    content: "\ea3c"
}

.icofont-brand-snapchat:before {
    content: "\ea3d"
}

.icofont-brand-sony-ericsson:before {
    content: "\ea3e"
}

.icofont-brand-sony:before {
    content: "\ea3f"
}

.icofont-brand-soundcloud:before {
    content: "\ea40"
}

.icofont-brand-sprint:before {
    content: "\ea41"
}

.icofont-brand-squidoo:before {
    content: "\ea42"
}

.icofont-brand-starbucks:before {
    content: "\ea43"
}

.icofont-brand-stc:before {
    content: "\ea44"
}

.icofont-brand-steam:before {
    content: "\ea45"
}

.icofont-brand-suzuki:before {
    content: "\ea46"
}

.icofont-brand-symbian:before {
    content: "\ea47"
}

.icofont-brand-t-mobile:before {
    content: "\ea48"
}

.icofont-brand-tango:before {
    content: "\ea49"
}

.icofont-brand-target:before {
    content: "\ea4a"
}

.icofont-brand-tata-indicom:before {
    content: "\ea4b"
}

.icofont-brand-techcrunch:before {
    content: "\ea4c"
}

.icofont-brand-telenor:before {
    content: "\ea4d"
}

.icofont-brand-teliasonera:before {
    content: "\ea4e"
}

.icofont-brand-tesla:before {
    content: "\ea4f"
}

.icofont-brand-the-verge:before {
    content: "\ea50"
}

.icofont-brand-thenextweb:before {
    content: "\ea51"
}

.icofont-brand-toshiba:before {
    content: "\ea52"
}

.icofont-brand-toyota:before {
    content: "\ea53"
}

.icofont-brand-tribenet:before {
    content: "\ea54"
}

.icofont-brand-ubuntu:before {
    content: "\ea55"
}

.icofont-brand-unilever:before {
    content: "\ea56"
}

.icofont-brand-vaio:before {
    content: "\ea57"
}

.icofont-brand-verizon:before {
    content: "\ea58"
}

.icofont-brand-viber:before {
    content: "\ea59"
}

.icofont-brand-vodafone:before {
    content: "\ea5a"
}

.icofont-brand-volkswagen:before {
    content: "\ea5b"
}

.icofont-brand-walmart:before {
    content: "\ea5c"
}

.icofont-brand-warnerbros:before {
    content: "\ea5d"
}

.icofont-brand-whatsapp:before {
    content: "\ea5e"
}

.icofont-brand-wikipedia:before {
    content: "\ea5f"
}

.icofont-brand-windows:before {
    content: "\ea60"
}

.icofont-brand-wire:before {
    content: "\ea61"
}

.icofont-brand-yahoobuzz:before {
    content: "\ea62"
}

.icofont-brand-yamaha:before {
    content: "\ea63"
}

.icofont-brand-youtube:before {
    content: "\ea64"
}

.icofont-brand-zain:before {
    content: "\ea65"
}

.icofont-bank-alt:before {
    content: "\ea66"
}

.icofont-barcode:before {
    content: "\ea67"
}

.icofont-basket:before {
    content: "\ea68"
}

.icofont-bill-alt:before {
    content: "\ea69"
}

.icofont-billboard:before {
    content: "\ea6a"
}

.icofont-briefcase-alt-1:before {
    content: "\ea6b"
}

.icofont-briefcase-alt-2:before {
    content: "\ea6c"
}

.icofont-building-alt:before {
    content: "\ea6d"
}

.icofont-businessman:before {
    content: "\ea6e"
}

.icofont-businesswoman:before {
    content: "\ea6f"
}

.icofont-cart-alt:before {
    content: "\ea70"
}

.icofont-chair:before {
    content: "\ea71"
}

.icofont-clip:before {
    content: "\ea72"
}

.icofont-coins:before {
    content: "\ea73"
}

.icofont-company:before {
    content: "\ea74"
}

.icofont-contact-add:before {
    content: "\ea75"
}

.icofont-deal:before {
    content: "\ea76"
}

.icofont-files:before {
    content: "\ea77"
}

.icofont-growth:before {
    content: "\ea78"
}

.icofont-id-card:before {
    content: "\ea79"
}

.icofont-idea:before {
    content: "\ea7a"
}

.icofont-list:before {
    content: "\ea7b"
}

.icofont-meeting-add:before {
    content: "\ea7c"
}

.icofont-money-bag:before {
    content: "\ea7d"
}

.icofont-people:before {
    content: "\ea7e"
}

.icofont-pie-chart:before {
    content: "\ea7f"
}

.icofont-presentation-alt:before {
    content: "\ea80"
}

.icofont-stamp:before {
    content: "\ea81"
}

.icofont-stock-mobile:before {
    content: "\ea82"
}

.icofont-support:before {
    content: "\ea83"
}

.icofont-tasks-alt:before {
    content: "\ea84"
}

.icofont-wheel:before {
    content: "\ea85"
}

.icofont-chart-arrows-axis:before {
    content: "\ea86"
}

.icofont-chart-bar-graph:before {
    content: "\ea87"
}

.icofont-chart-flow-alt-1:before {
    content: "\ea88"
}

.icofont-chart-flow-alt-2:before {
    content: "\ea89"
}

.icofont-chart-flow:before {
    content: "\ea8a"
}

.icofont-chart-histogram-alt:before {
    content: "\ea8b"
}

.icofont-chart-histogram:before {
    content: "\ea8c"
}

.icofont-chart-line-alt:before {
    content: "\ea8d"
}

.icofont-chart-line:before {
    content: "\ea8e"
}

.icofont-chart-pie-alt:before {
    content: "\ea8f"
}

.icofont-chart-pie:before {
    content: "\ea90"
}

.icofont-chart-radar-graph:before {
    content: "\ea91"
}

.icofont-cur-afghani-false:before {
    content: "\ea92"
}

.icofont-cur-afghani-minus:before {
    content: "\ea93"
}

.icofont-cur-afghani-plus:before {
    content: "\ea94"
}

.icofont-cur-afghani-true:before {
    content: "\ea95"
}

.icofont-cur-afghani:before {
    content: "\ea96"
}

.icofont-cur-baht-false:before {
    content: "\ea97"
}

.icofont-cur-baht-minus:before {
    content: "\ea98"
}

.icofont-cur-baht-plus:before {
    content: "\ea99"
}

.icofont-cur-baht-true:before {
    content: "\ea9a"
}

.icofont-cur-baht:before {
    content: "\ea9b"
}

.icofont-cur-bitcoin-false:before {
    content: "\ea9c"
}

.icofont-cur-bitcoin-minus:before {
    content: "\ea9d"
}

.icofont-cur-bitcoin-plus:before {
    content: "\ea9e"
}

.icofont-cur-bitcoin-true:before {
    content: "\ea9f"
}

.icofont-cur-bitcoin:before {
    content: "\eaa0"
}

.icofont-cur-dollar-flase:before {
    content: "\eaa1"
}

.icofont-cur-dollar-minus:before {
    content: "\eaa2"
}

.icofont-cur-dollar-plus:before {
    content: "\eaa3"
}

.icofont-cur-dollar-true:before {
    content: "\eaa4"
}

.icofont-cur-dollar:before {
    content: "\eaa5"
}

.icofont-cur-dong-false:before {
    content: "\eaa6"
}

.icofont-cur-dong-minus:before {
    content: "\eaa7"
}

.icofont-cur-dong-plus:before {
    content: "\eaa8"
}

.icofont-cur-dong-true:before {
    content: "\eaa9"
}

.icofont-cur-dong:before {
    content: "\eaaa"
}

.icofont-cur-euro-false:before {
    content: "\eaab"
}

.icofont-cur-euro-minus:before {
    content: "\eaac"
}

.icofont-cur-euro-plus:before {
    content: "\eaad"
}

.icofont-cur-euro-true:before {
    content: "\eaae"
}

.icofont-cur-euro:before {
    content: "\eaaf"
}

.icofont-cur-frank-false:before {
    content: "\eab0"
}

.icofont-cur-frank-minus:before {
    content: "\eab1"
}

.icofont-cur-frank-plus:before {
    content: "\eab2"
}

.icofont-cur-frank-true:before {
    content: "\eab3"
}

.icofont-cur-frank:before {
    content: "\eab4"
}

.icofont-cur-hryvnia-false:before {
    content: "\eab5"
}

.icofont-cur-hryvnia-minus:before {
    content: "\eab6"
}

.icofont-cur-hryvnia-plus:before {
    content: "\eab7"
}

.icofont-cur-hryvnia-true:before {
    content: "\eab8"
}

.icofont-cur-hryvnia:before {
    content: "\eab9"
}

.icofont-cur-lira-false:before {
    content: "\eaba"
}

.icofont-cur-lira-minus:before {
    content: "\eabb"
}

.icofont-cur-lira-plus:before {
    content: "\eabc"
}

.icofont-cur-lira-true:before {
    content: "\eabd"
}

.icofont-cur-lira:before {
    content: "\eabe"
}

.icofont-cur-peseta-false:before {
    content: "\eabf"
}

.icofont-cur-peseta-minus:before {
    content: "\eac0"
}

.icofont-cur-peseta-plus:before {
    content: "\eac1"
}

.icofont-cur-peseta-true:before {
    content: "\eac2"
}

.icofont-cur-peseta:before {
    content: "\eac3"
}

.icofont-cur-peso-false:before {
    content: "\eac4"
}

.icofont-cur-peso-minus:before {
    content: "\eac5"
}

.icofont-cur-peso-plus:before {
    content: "\eac6"
}

.icofont-cur-peso-true:before {
    content: "\eac7"
}

.icofont-cur-peso:before {
    content: "\eac8"
}

.icofont-cur-pound-false:before {
    content: "\eac9"
}

.icofont-cur-pound-minus:before {
    content: "\eaca"
}

.icofont-cur-pound-plus:before {
    content: "\eacb"
}

.icofont-cur-pound-true:before {
    content: "\eacc"
}

.icofont-cur-pound:before {
    content: "\eacd"
}

.icofont-cur-renminbi-false:before {
    content: "\eace"
}

.icofont-cur-renminbi-minus:before {
    content: "\eacf"
}

.icofont-cur-renminbi-plus:before {
    content: "\ead0"
}

.icofont-cur-renminbi-true:before {
    content: "\ead1"
}

.icofont-cur-renminbi:before {
    content: "\ead2"
}

.icofont-cur-riyal-false:before {
    content: "\ead3"
}

.icofont-cur-riyal-minus:before {
    content: "\ead4"
}

.icofont-cur-riyal-plus:before {
    content: "\ead5"
}

.icofont-cur-riyal-true:before {
    content: "\ead6"
}

.icofont-cur-riyal:before {
    content: "\ead7"
}

.icofont-cur-rouble-false:before {
    content: "\ead8"
}

.icofont-cur-rouble-minus:before {
    content: "\ead9"
}

.icofont-cur-rouble-plus:before {
    content: "\eada"
}

.icofont-cur-rouble-true:before {
    content: "\eadb"
}

.icofont-cur-rouble:before {
    content: "\eadc"
}

.icofont-cur-rupee-false:before {
    content: "\eadd"
}

.icofont-cur-rupee-minus:before {
    content: "\eade"
}

.icofont-cur-rupee-plus:before {
    content: "\eadf"
}

.icofont-cur-rupee-true:before {
    content: "\eae0"
}

.icofont-cur-rupee:before {
    content: "\eae1"
}

.icofont-cur-taka-false:before {
    content: "\eae2"
}

.icofont-cur-taka-minus:before {
    content: "\eae3"
}

.icofont-cur-taka-plus:before {
    content: "\eae4"
}

.icofont-cur-taka-true:before {
    content: "\eae5"
}

.icofont-cur-taka:before {
    content: "\eae6"
}

.icofont-cur-turkish-lira-false:before {
    content: "\eae7"
}

.icofont-cur-turkish-lira-minus:before {
    content: "\eae8"
}

.icofont-cur-turkish-lira-plus:before {
    content: "\eae9"
}

.icofont-cur-turkish-lira-true:before {
    content: "\eaea"
}

.icofont-cur-turkish-lira:before {
    content: "\eaeb"
}

.icofont-cur-won-false:before {
    content: "\eaec"
}

.icofont-cur-won-minus:before {
    content: "\eaed"
}

.icofont-cur-won-plus:before {
    content: "\eaee"
}

.icofont-cur-won-true:before {
    content: "\eaef"
}

.icofont-cur-won:before {
    content: "\eaf0"
}

.icofont-cur-yen-false:before {
    content: "\eaf1"
}

.icofont-cur-yen-minus:before {
    content: "\eaf2"
}

.icofont-cur-yen-plus:before {
    content: "\eaf3"
}

.icofont-cur-yen-true:before {
    content: "\eaf4"
}

.icofont-cur-yen:before {
    content: "\eaf5"
}

.icofont-android-nexus:before {
    content: "\eaf6"
}

.icofont-android-tablet:before {
    content: "\eaf7"
}

.icofont-apple-watch:before {
    content: "\eaf8"
}

.icofont-drwaing-tablet:before {
    content: "\eaf9"
}

.icofont-earphone:before {
    content: "\eafa"
}

.icofont-flash-drive:before {
    content: "\eafb"
}

.icofont-game-control:before {
    content: "\eafc"
}

.icofont-headphone-alt:before {
    content: "\eafd"
}

.icofont-htc-one:before {
    content: "\eafe"
}

.icofont-imac:before {
    content: "\eaff"
}

.icofont-ipad-touch:before {
    content: "\eb00"
}

.icofont-iphone:before {
    content: "\eb01"
}

.icofont-ipod-nano:before {
    content: "\eb02"
}

.icofont-ipod-touch:before {
    content: "\eb03"
}

.icofont-keyboard-alt:before {
    content: "\eb04"
}

.icofont-keyboard-wireless:before {
    content: "\eb05"
}

.icofont-laptop-alt:before {
    content: "\eb06"
}

.icofont-macbook:before {
    content: "\eb07"
}

.icofont-magic-mouse:before {
    content: "\eb08"
}

.icofont-microphone-alt:before {
    content: "\eb09"
}

.icofont-monitor:before {
    content: "\eb0a"
}

.icofont-mouse:before {
    content: "\eb0b"
}

.icofont-nintendo:before {
    content: "\eb0c"
}

.icofont-playstation:before {
    content: "\eb0d"
}

.icofont-psvita:before {
    content: "\eb0e"
}

.icofont-radio-mic:before {
    content: "\eb0f"
}

.icofont-refrigerator:before {
    content: "\eb10"
}

.icofont-samsung-galaxy:before {
    content: "\eb11"
}

.icofont-surface-tablet:before {
    content: "\eb12"
}

.icofont-washing-machine:before {
    content: "\eb13"
}

.icofont-wifi-router:before {
    content: "\eb14"
}

.icofont-wii-u:before {
    content: "\eb15"
}

.icofont-windows-lumia:before {
    content: "\eb16"
}

.icofont-wireless-mouse:before {
    content: "\eb17"
}

.icofont-xbox-360:before {
    content: "\eb18"
}

.icofont-arrow-down:before {
    content: "\eb19"
}

.icofont-arrow-left:before {
    content: "\eb1a"
}

.icofont-arrow-right:before {
    content: "\eb1b"
}

.icofont-arrow-up:before {
    content: "\eb1c"
}

.icofont-block-down:before {
    content: "\eb1d"
}

.icofont-block-left:before {
    content: "\eb1e"
}

.icofont-block-right:before {
    content: "\eb1f"
}

.icofont-block-up:before {
    content: "\eb20"
}

.icofont-bubble-down:before {
    content: "\eb21"
}

.icofont-bubble-left:before {
    content: "\eb22"
}

.icofont-bubble-right:before {
    content: "\eb23"
}

.icofont-bubble-up:before {
    content: "\eb24"
}

.icofont-caret-down:before {
    content: "\eb25"
}

.icofont-caret-left:before {
    content: "\eb26"
}

.icofont-caret-right:before {
    content: "\eb27"
}

.icofont-caret-up:before {
    content: "\eb28"
}

.icofont-circled-down:before {
    content: "\eb29"
}

.icofont-circled-left:before {
    content: "\eb2a"
}

.icofont-circled-right:before {
    content: "\eb2b"
}

.icofont-circled-up:before {
    content: "\eb2c"
}

.icofont-collapse:before {
    content: "\eb2d"
}

.icofont-cursor-drag:before {
    content: "\eb2e"
}

.icofont-curved-double-left:before {
    content: "\eb2f"
}

.icofont-curved-double-right:before {
    content: "\eb30"
}

.icofont-curved-down:before {
    content: "\eb31"
}

.icofont-curved-left:before {
    content: "\eb32"
}

.icofont-curved-right:before {
    content: "\eb33"
}

.icofont-curved-up:before {
    content: "\eb34"
}

.icofont-dotted-down:before {
    content: "\eb35"
}

.icofont-dotted-left:before {
    content: "\eb36"
}

.icofont-dotted-right:before {
    content: "\eb37"
}

.icofont-dotted-up:before {
    content: "\eb38"
}

.icofont-double-left:before {
    content: "\eb39"
}

.icofont-double-right:before {
    content: "\eb3a"
}

.icofont-drag:before {
    content: "\eb3b"
}

.icofont-drag1:before {
    content: "\eb3c"
}

.icofont-drag2:before {
    content: "\eb3d"
}

.icofont-drag3:before {
    content: "\eb3e"
}

.icofont-expand-alt:before {
    content: "\eb3f"
}

.icofont-hand-down:before {
    content: "\eb40"
}

.icofont-hand-drag:before {
    content: "\eb41"
}

.icofont-hand-drag1:before {
    content: "\eb42"
}

.icofont-hand-drag2:before {
    content: "\eb43"
}

.icofont-hand-drawn-alt-down:before {
    content: "\eb44"
}

.icofont-hand-drawn-alt-left:before {
    content: "\eb45"
}

.icofont-hand-drawn-alt-right:before {
    content: "\eb46"
}

.icofont-hand-drawn-alt-up:before {
    content: "\eb47"
}

.icofont-hand-drawn-down:before {
    content: "\eb48"
}

.icofont-hand-drawn-left:before {
    content: "\eb49"
}

.icofont-hand-drawn-right:before {
    content: "\eb4a"
}

.icofont-hand-drawn-up:before {
    content: "\eb4b"
}

.icofont-hand-left:before {
    content: "\eb4c"
}

.icofont-hand-right:before {
    content: "\eb4d"
}

.icofont-hand-up:before {
    content: "\eb4e"
}

.icofont-line-block-down:before {
    content: "\eb4f"
}

.icofont-line-block-left:before {
    content: "\eb50"
}

.icofont-line-block-right:before {
    content: "\eb51"
}

.icofont-line-block-up:before {
    content: "\eb52"
}

.icofont-long-arrow-down:before {
    content: "\eb53"
}

.icofont-long-arrow-left:before {
    content: "\eb54"
}

.icofont-long-arrow-right:before {
    content: "\eb55"
}

.icofont-long-arrow-up:before {
    content: "\eb56"
}

.icofont-rounded-collapse:before {
    content: "\eb57"
}

.icofont-rounded-double-left:before {
    content: "\eb58"
}

.icofont-rounded-double-right:before {
    content: "\eb59"
}

.icofont-rounded-down:before {
    content: "\eb5a"
}

.icofont-rounded-expand:before {
    content: "\eb5b"
}

.icofont-rounded-left-down:before {
    content: "\eb5c"
}

.icofont-rounded-left-up:before {
    content: "\eb5d"
}

.icofont-rounded-left:before {
    content: "\eb5e"
}

.icofont-rounded-right-down:before {
    content: "\eb5f"
}

.icofont-rounded-right-up:before {
    content: "\eb60"
}

.icofont-rounded-right:before {
    content: "\eb61"
}

.icofont-rounded-up:before {
    content: "\eb62"
}

.icofont-scroll-bubble-down:before {
    content: "\eb63"
}

.icofont-scroll-bubble-left:before {
    content: "\eb64"
}

.icofont-scroll-bubble-right:before {
    content: "\eb65"
}

.icofont-scroll-bubble-up:before {
    content: "\eb66"
}

.icofont-scroll-double-down:before {
    content: "\eb67"
}

.icofont-scroll-double-left:before {
    content: "\eb68"
}

.icofont-scroll-double-right:before {
    content: "\eb69"
}

.icofont-scroll-double-up:before {
    content: "\eb6a"
}

.icofont-scroll-down:before {
    content: "\eb6b"
}

.icofont-scroll-left:before {
    content: "\eb6c"
}

.icofont-scroll-long-down:before {
    content: "\eb6d"
}

.icofont-scroll-long-left:before {
    content: "\eb6e"
}

.icofont-scroll-long-right:before {
    content: "\eb6f"
}

.icofont-scroll-long-up:before {
    content: "\eb70"
}

.icofont-scroll-right:before {
    content: "\eb71"
}

.icofont-scroll-up:before {
    content: "\eb72"
}

.icofont-simple-down:before {
    content: "\eb73"
}

.icofont-simple-left-down:before {
    content: "\eb74"
}

.icofont-simple-left-up:before {
    content: "\eb75"
}

.icofont-simple-left:before {
    content: "\eb76"
}

.icofont-simple-right-down:before {
    content: "\eb77"
}

.icofont-simple-right-up:before {
    content: "\eb78"
}

.icofont-simple-right:before {
    content: "\eb79"
}

.icofont-simple-up:before {
    content: "\eb7a"
}

.icofont-square-down:before {
    content: "\eb7b"
}

.icofont-square-left:before {
    content: "\eb7c"
}

.icofont-square-right:before {
    content: "\eb7d"
}

.icofont-square-up:before {
    content: "\eb7e"
}

.icofont-stylish-down:before {
    content: "\eb7f"
}

.icofont-stylish-left:before {
    content: "\eb80"
}

.icofont-stylish-right:before {
    content: "\eb81"
}

.icofont-stylish-up:before {
    content: "\eb82"
}

.icofont-swoosh-down:before {
    content: "\eb83"
}

.icofont-swoosh-left:before {
    content: "\eb84"
}

.icofont-swoosh-right:before {
    content: "\eb85"
}

.icofont-swoosh-up:before {
    content: "\eb86"
}

.icofont-thin-double-left:before {
    content: "\eb87"
}

.icofont-thin-double-right:before {
    content: "\eb88"
}

.icofont-thin-down:before {
    content: "\eb89"
}

.icofont-thin-left:before {
    content: "\eb8a"
}

.icofont-thin-right:before {
    content: "\eb8b"
}

.icofont-thin-up:before {
    content: "\eb8c"
}

.icofont-atom:before {
    content: "\eb8d"
}

.icofont-award:before {
    content: "\eb8e"
}

.icofont-bell-alt:before {
    content: "\eb8f"
}

.icofont-book-alt:before {
    content: "\eb90"
}

.icofont-brainstorming:before {
    content: "\eb91"
}

.icofont-certificate-alt-1:before {
    content: "\eb92"
}

.icofont-certificate-alt-2:before {
    content: "\eb93"
}

.icofont-dna-alt-2:before {
    content: "\eb94"
}

.icofont-education:before {
    content: "\eb95"
}

.icofont-electron:before {
    content: "\eb96"
}

.icofont-fountain-pen:before {
    content: "\eb97"
}

.icofont-globe-alt:before {
    content: "\eb98"
}

.icofont-graduate-alt:before {
    content: "\eb99"
}

.icofont-group-students:before {
    content: "\eb9a"
}

.icofont-hat-alt:before {
    content: "\eb9b"
}

.icofont-hat:before {
    content: "\eb9c"
}

.icofont-instrument:before {
    content: "\eb9d"
}

.icofont-lamp-light:before {
    content: "\eb9e"
}

.icofont-microscope-alt:before {
    content: "\eb9f"
}

.icofont-paper:before {
    content: "\eba0"
}

.icofont-pen-alt-4:before {
    content: "\eba1"
}

.icofont-pen-nib:before {
    content: "\eba2"
}

.icofont-pencil-alt-5:before {
    content: "\eba3"
}

.icofont-quill-pen:before {
    content: "\eba4"
}

.icofont-read-book-alt:before {
    content: "\eba5"
}

.icofont-read-book:before {
    content: "\eba6"
}

.icofont-school-bag:before {
    content: "\eba7"
}

.icofont-school-bus:before {
    content: "\eba8"
}

.icofont-student-alt:before {
    content: "\eba9"
}

.icofont-student:before {
    content: "\ebaa"
}

.icofont-teacher:before {
    content: "\ebab"
}

.icofont-test-bulb:before {
    content: "\ebac"
}

.icofont-test-tube-alt:before {
    content: "\ebad"
}

.icofont-university:before {
    content: "\ebae"
}

.icofont-emo-angry:before {
    content: "\ebaf"
}

.icofont-emo-astonished:before {
    content: "\ebb0"
}

.icofont-emo-confounded:before {
    content: "\ebb1"
}

.icofont-emo-confused:before {
    content: "\ebb2"
}

.icofont-emo-crying:before {
    content: "\ebb3"
}

.icofont-emo-dizzy:before {
    content: "\ebb4"
}

.icofont-emo-expressionless:before {
    content: "\ebb5"
}

.icofont-emo-heart-eyes:before {
    content: "\ebb6"
}

.icofont-emo-laughing:before {
    content: "\ebb7"
}

.icofont-emo-nerd-smile:before {
    content: "\ebb8"
}

.icofont-emo-open-mouth:before {
    content: "\ebb9"
}

.icofont-emo-rage:before {
    content: "\ebba"
}

.icofont-emo-rolling-eyes:before {
    content: "\ebbb"
}

.icofont-emo-sad:before {
    content: "\ebbc"
}

.icofont-emo-simple-smile:before {
    content: "\ebbd"
}

.icofont-emo-slightly-smile:before {
    content: "\ebbe"
}

.icofont-emo-smirk:before {
    content: "\ebbf"
}

.icofont-emo-stuck-out-tongue:before {
    content: "\ebc0"
}

.icofont-emo-wink-smile:before {
    content: "\ebc1"
}

.icofont-emo-worried:before {
    content: "\ebc2"
}

.icofont-architecture-alt:before {
    content: "\ebc3"
}

.icofont-architecture:before {
    content: "\ebc4"
}

.icofont-barricade:before {
    content: "\ebc5"
}

.icofont-bricks:before {
    content: "\ebc6"
}

.icofont-calculations:before {
    content: "\ebc7"
}

.icofont-cement-mix:before {
    content: "\ebc8"
}

.icofont-cement-mixer:before {
    content: "\ebc9"
}

.icofont-danger-zone:before {
    content: "\ebca"
}

.icofont-drill:before {
    content: "\ebcb"
}

.icofont-eco-energy:before {
    content: "\ebcc"
}

.icofont-eco-environmen:before {
    content: "\ebcd"
}

.icofont-energy-air:before {
    content: "\ebce"
}

.icofont-energy-oil:before {
    content: "\ebcf"
}

.icofont-energy-savings:before {
    content: "\ebd0"
}

.icofont-energy-solar:before {
    content: "\ebd1"
}

.icofont-energy-water:before {
    content: "\ebd2"
}

.icofont-engineer:before {
    content: "\ebd3"
}

.icofont-fire-extinguisher-alt:before {
    content: "\ebd4"
}

.icofont-fix-tools:before {
    content: "\ebd5"
}

.icofont-glue-oil:before {
    content: "\ebd6"
}

.icofont-hammer-alt:before {
    content: "\ebd7"
}

.icofont-help-robot:before {
    content: "\ebd8"
}

.icofont-industries-alt-1:before {
    content: "\ebd9"
}

.icofont-industries-alt-2:before {
    content: "\ebda"
}

.icofont-industries-alt-3:before {
    content: "\ebdb"
}

.icofont-industries-alt-4:before {
    content: "\ebdc"
}

.icofont-industries-alt-5:before {
    content: "\ebdd"
}

.icofont-industries:before {
    content: "\ebde"
}

.icofont-labour:before {
    content: "\ebdf"
}

.icofont-mining:before {
    content: "\ebe0"
}

.icofont-paint-brush:before {
    content: "\ebe1"
}

.icofont-pollution:before {
    content: "\ebe2"
}

.icofont-power-zone:before {
    content: "\ebe3"
}

.icofont-radio-active:before {
    content: "\ebe4"
}

.icofont-recycle-alt:before {
    content: "\ebe5"
}

.icofont-recycling-man:before {
    content: "\ebe6"
}

.icofont-safety-hat-light:before {
    content: "\ebe7"
}

.icofont-safety-hat:before {
    content: "\ebe8"
}

.icofont-saw:before {
    content: "\ebe9"
}

.icofont-screw-driver:before {
    content: "\ebea"
}

.icofont-settings-alt:before {
    content: "\ebeb"
}

.icofont-tools-alt-1:before {
    content: "\ebec"
}

.icofont-tools-alt-2:before {
    content: "\ebed"
}

.icofont-tools-bag:before {
    content: "\ebee"
}

.icofont-trolley:before {
    content: "\ebef"
}

.icofont-trowel:before {
    content: "\ebf0"
}

.icofont-under-construction-alt:before {
    content: "\ebf1"
}

.icofont-under-construction:before {
    content: "\ebf2"
}

.icofont-vehicle-cement:before {
    content: "\ebf3"
}

.icofont-vehicle-crane:before {
    content: "\ebf4"
}

.icofont-vehicle-delivery-van:before {
    content: "\ebf5"
}

.icofont-vehicle-dozer:before {
    content: "\ebf6"
}

.icofont-vehicle-excavator:before {
    content: "\ebf7"
}

.icofont-vehicle-trucktor:before {
    content: "\ebf8"
}

.icofont-vehicle-wrecking:before {
    content: "\ebf9"
}

.icofont-worker-group:before {
    content: "\ebfa"
}

.icofont-worker:before {
    content: "\ebfb"
}

.icofont-wrench:before {
    content: "\ebfc"
}

.icofont-file-audio:before {
    content: "\ebfd"
}

.icofont-file-avi-mp4:before {
    content: "\ebfe"
}

.icofont-file-bmp:before {
    content: "\ebff"
}

.icofont-file-code:before {
    content: "\ec00"
}

.icofont-file-css:before {
    content: "\ec01"
}

.icofont-file-document:before {
    content: "\ec02"
}

.icofont-file-eps:before {
    content: "\ec03"
}

.icofont-file-excel:before {
    content: "\ec04"
}

.icofont-file-exe:before {
    content: "\ec05"
}

.icofont-file-file:before {
    content: "\ec06"
}

.icofont-file-flv:before {
    content: "\ec07"
}

.icofont-file-gif:before {
    content: "\ec08"
}

.icofont-file-html5:before {
    content: "\ec09"
}

.icofont-file-image:before {
    content: "\ec0a"
}

.icofont-file-iso:before {
    content: "\ec0b"
}

.icofont-file-java:before {
    content: "\ec0c"
}

.icofont-file-javascript:before {
    content: "\ec0d"
}

.icofont-file-jpg:before {
    content: "\ec0e"
}

.icofont-file-midi:before {
    content: "\ec0f"
}

.icofont-file-mov:before {
    content: "\ec10"
}

.icofont-file-mp3:before {
    content: "\ec11"
}

.icofont-file-pdf:before {
    content: "\ec12"
}

.icofont-file-php:before {
    content: "\ec13"
}

.icofont-file-png:before {
    content: "\ec14"
}

.icofont-file-powerpoint:before {
    content: "\ec15"
}

.icofont-file-presentation:before {
    content: "\ec16"
}

.icofont-file-psb:before {
    content: "\ec17"
}

.icofont-file-psd:before {
    content: "\ec18"
}

.icofont-file-python:before {
    content: "\ec19"
}

.icofont-file-ruby:before {
    content: "\ec1a"
}

.icofont-file-spreadsheet:before {
    content: "\ec1b"
}

.icofont-file-sql:before {
    content: "\ec1c"
}

.icofont-file-svg:before {
    content: "\ec1d"
}

.icofont-file-text:before {
    content: "\ec1e"
}

.icofont-file-tiff:before {
    content: "\ec1f"
}

.icofont-file-video:before {
    content: "\ec20"
}

.icofont-file-wave:before {
    content: "\ec21"
}

.icofont-file-wmv:before {
    content: "\ec22"
}

.icofont-file-word:before {
    content: "\ec23"
}

.icofont-file-zip:before {
    content: "\ec24"
}

.icofont-apple:before {
    content: "\ec25"
}

.icofont-arabian-coffee:before {
    content: "\ec26"
}

.icofont-artichoke:before {
    content: "\ec27"
}

.icofont-asparagus:before {
    content: "\ec28"
}

.icofont-avocado:before {
    content: "\ec29"
}

.icofont-baby-food:before {
    content: "\ec2a"
}

.icofont-banana:before {
    content: "\ec2b"
}

.icofont-bbq:before {
    content: "\ec2c"
}

.icofont-beans:before {
    content: "\ec2d"
}

.icofont-beer:before {
    content: "\ec2e"
}

.icofont-bell-pepper-capsicum:before {
    content: "\ec2f"
}

.icofont-birthday-cake:before {
    content: "\ec30"
}

.icofont-bread:before {
    content: "\ec31"
}

.icofont-broccoli:before {
    content: "\ec32"
}

.icofont-burger:before {
    content: "\ec33"
}

.icofont-cabbage:before {
    content: "\ec34"
}

.icofont-carrot:before {
    content: "\ec35"
}

.icofont-cauli-flower:before {
    content: "\ec36"
}

.icofont-cheese:before {
    content: "\ec37"
}

.icofont-chef:before {
    content: "\ec38"
}

.icofont-cherry:before {
    content: "\ec39"
}

.icofont-chicken-fry:before {
    content: "\ec3a"
}

.icofont-chicken:before {
    content: "\ec3b"
}

.icofont-cocktail:before {
    content: "\ec3c"
}

.icofont-coconut:before {
    content: "\ec3d"
}

.icofont-coffee-alt:before {
    content: "\ec3e"
}

.icofont-coffee-mug:before {
    content: "\ec3f"
}

.icofont-coffee-pot:before {
    content: "\ec40"
}

.icofont-cola:before {
    content: "\ec41"
}

.icofont-corn:before {
    content: "\ec42"
}

.icofont-croissant:before {
    content: "\ec43"
}

.icofont-crop-plant:before {
    content: "\ec44"
}

.icofont-cucumber:before {
    content: "\ec45"
}

.icofont-cup-cake:before {
    content: "\ec46"
}

.icofont-dining-table:before {
    content: "\ec47"
}

.icofont-donut:before {
    content: "\ec48"
}

.icofont-egg-plant:before {
    content: "\ec49"
}

.icofont-egg-poached:before {
    content: "\ec4a"
}

.icofont-farmer:before {
    content: "\ec4b"
}

.icofont-farmer1:before {
    content: "\ec4c"
}

.icofont-fast-food:before {
    content: "\ec4d"
}

.icofont-fish:before {
    content: "\ec4e"
}

.icofont-food-basket:before {
    content: "\ec4f"
}

.icofont-food-cart:before {
    content: "\ec50"
}

.icofont-fork-and-knife:before {
    content: "\ec51"
}

.icofont-french-fries:before {
    content: "\ec52"
}

.icofont-fresh-juice:before {
    content: "\ec53"
}

.icofont-fruits:before {
    content: "\ec54"
}

.icofont-grapes:before {
    content: "\ec55"
}

.icofont-honey:before {
    content: "\ec56"
}

.icofont-hot-dog:before {
    content: "\ec57"
}

.icofont-hotel-alt:before {
    content: "\ec58"
}

.icofont-ice-cream-alt:before {
    content: "\ec59"
}

.icofont-ice-cream:before {
    content: "\ec5a"
}

.icofont-ketchup:before {
    content: "\ec5b"
}

.icofont-kiwi:before {
    content: "\ec5c"
}

.icofont-layered-cake:before {
    content: "\ec5d"
}

.icofont-lemon-alt:before {
    content: "\ec5e"
}

.icofont-lobster:before {
    content: "\ec5f"
}

.icofont-mango:before {
    content: "\ec60"
}

.icofont-milk:before {
    content: "\ec61"
}

.icofont-mushroom:before {
    content: "\ec62"
}

.icofont-noodles:before {
    content: "\ec63"
}

.icofont-onion:before {
    content: "\ec64"
}

.icofont-orange:before {
    content: "\ec65"
}

.icofont-pear:before {
    content: "\ec66"
}

.icofont-peas:before {
    content: "\ec67"
}

.icofont-pepper:before {
    content: "\ec68"
}

.icofont-pie-alt:before {
    content: "\ec69"
}

.icofont-pineapple:before {
    content: "\ec6a"
}

.icofont-pizza-slice:before {
    content: "\ec6b"
}

.icofont-pizza:before {
    content: "\ec6c"
}

.icofont-plant:before {
    content: "\ec6d"
}

.icofont-popcorn:before {
    content: "\ec6e"
}

.icofont-potato:before {
    content: "\ec6f"
}

.icofont-pumpkin:before {
    content: "\ec70"
}

.icofont-raddish:before {
    content: "\ec71"
}

.icofont-restaurant-menu:before {
    content: "\ec72"
}

.icofont-restaurant:before {
    content: "\ec73"
}

.icofont-salt-and-pepper:before {
    content: "\ec74"
}

.icofont-sandwich:before {
    content: "\ec75"
}

.icofont-sausage:before {
    content: "\ec76"
}

.icofont-shrimp:before {
    content: "\ec77"
}

.icofont-sof-drinks:before {
    content: "\ec78"
}

.icofont-soup-bowl:before {
    content: "\ec79"
}

.icofont-spoon-and-fork:before {
    content: "\ec7a"
}

.icofont-steak:before {
    content: "\ec7b"
}

.icofont-strawberry:before {
    content: "\ec7c"
}

.icofont-sub-sandwich:before {
    content: "\ec7d"
}

.icofont-sushi:before {
    content: "\ec7e"
}

.icofont-taco:before {
    content: "\ec7f"
}

.icofont-tea-pot:before {
    content: "\ec80"
}

.icofont-tea:before {
    content: "\ec81"
}

.icofont-tomato:before {
    content: "\ec82"
}

.icofont-waiter-alt:before {
    content: "\ec83"
}

.icofont-watermelon:before {
    content: "\ec84"
}

.icofont-wheat:before {
    content: "\ec85"
}

.icofont-abc:before {
    content: "\ec86"
}

.icofont-baby-cloth:before {
    content: "\ec87"
}

.icofont-baby-milk-bottle:before {
    content: "\ec88"
}

.icofont-baby-trolley:before {
    content: "\ec89"
}

.icofont-back-pack:before {
    content: "\ec8a"
}

.icofont-candy:before {
    content: "\ec8b"
}

.icofont-cycling:before {
    content: "\ec8c"
}

.icofont-holding-hands:before {
    content: "\ec8d"
}

.icofont-infant-nipple:before {
    content: "\ec8e"
}

.icofont-kids-scooter:before {
    content: "\ec8f"
}

.icofont-safety-pin:before {
    content: "\ec90"
}

.icofont-teddy-bear:before {
    content: "\ec91"
}

.icofont-toy-ball:before {
    content: "\ec92"
}

.icofont-toy-cat:before {
    content: "\ec93"
}

.icofont-toy-duck:before {
    content: "\ec94"
}

.icofont-toy-elephant:before {
    content: "\ec95"
}

.icofont-toy-hand:before {
    content: "\ec96"
}

.icofont-toy-horse:before {
    content: "\ec97"
}

.icofont-toy-lattu:before {
    content: "\ec98"
}

.icofont-toy-train:before {
    content: "\ec99"
}

.icofont-unique-idea:before {
    content: "\ec9a"
}

.icofont-bag-alt:before {
    content: "\ec9b"
}

.icofont-burglar:before {
    content: "\ec9c"
}

.icofont-cannon-firing:before {
    content: "\ec9d"
}

.icofont-cc-camera:before {
    content: "\ec9e"
}

.icofont-cop-badge:before {
    content: "\ec9f"
}

.icofont-cop:before {
    content: "\eca0"
}

.icofont-court-hammer:before {
    content: "\eca1"
}

.icofont-court:before {
    content: "\eca2"
}

.icofont-finger-print:before {
    content: "\eca3"
}

.icofont-handcuff-alt:before {
    content: "\eca4"
}

.icofont-handcuff:before {
    content: "\eca5"
}

.icofont-investigation:before {
    content: "\eca6"
}

.icofont-investigator:before {
    content: "\eca7"
}

.icofont-jail:before {
    content: "\eca8"
}

.icofont-judge:before {
    content: "\eca9"
}

.icofont-law-alt-1:before {
    content: "\ecaa"
}

.icofont-law-alt-2:before {
    content: "\ecab"
}

.icofont-law-alt-3:before {
    content: "\ecac"
}

.icofont-law-book:before {
    content: "\ecad"
}

.icofont-law-document:before {
    content: "\ecae"
}

.icofont-law:before {
    content: "\ecaf"
}

.icofont-lawyer-alt-1:before {
    content: "\ecb0"
}

.icofont-lawyer-alt-2:before {
    content: "\ecb1"
}

.icofont-lawyer:before {
    content: "\ecb2"
}

.icofont-order:before {
    content: "\ecb3"
}

.icofont-pistol:before {
    content: "\ecb4"
}

.icofont-police-badge:before {
    content: "\ecb5"
}

.icofont-police-cap:before {
    content: "\ecb6"
}

.icofont-police-car-alt-1:before {
    content: "\ecb7"
}

.icofont-police-car-alt-2:before {
    content: "\ecb8"
}

.icofont-police-hat:before {
    content: "\ecb9"
}

.icofont-police-van:before {
    content: "\ecba"
}

.icofont-police:before {
    content: "\ecbb"
}

.icofont-protect:before {
    content: "\ecbc"
}

.icofont-scales:before {
    content: "\ecbd"
}

.icofont-thief-alt:before {
    content: "\ecbe"
}

.icofont-thief:before {
    content: "\ecbf"
}

.icofont-abacus-alt:before {
    content: "\ecc0"
}

.icofont-abacus:before {
    content: "\ecc1"
}

.icofont-angle:before {
    content: "\ecc2"
}

.icofont-calculator-alt-1:before {
    content: "\ecc3"
}

.icofont-calculator-alt-2:before {
    content: "\ecc4"
}

.icofont-circle-ruler-alt:before {
    content: "\ecc5"
}

.icofont-circle-ruler:before {
    content: "\ecc6"
}

.icofont-compass-alt-1:before {
    content: "\ecc7"
}

.icofont-compass-alt-2:before {
    content: "\ecc8"
}

.icofont-compass-alt-3:before {
    content: "\ecc9"
}

.icofont-compass-alt-4:before {
    content: "\ecca"
}

.icofont-degrees-alt-1:before {
    content: "\eccb"
}

.icofont-degrees-alt-2:before {
    content: "\eccc"
}

.icofont-degrees:before {
    content: "\eccd"
}

.icofont-golden-ratio:before {
    content: "\ecce"
}

.icofont-marker-alt-1:before {
    content: "\eccf"
}

.icofont-marker-alt-2:before {
    content: "\ecd0"
}

.icofont-marker-alt-3:before {
    content: "\ecd1"
}

.icofont-mathematical-alt-1:before {
    content: "\ecd2"
}

.icofont-mathematical-alt-2:before {
    content: "\ecd3"
}

.icofont-mathematical:before {
    content: "\ecd4"
}

.icofont-pen-alt-1:before {
    content: "\ecd5"
}

.icofont-pen-alt-2:before {
    content: "\ecd6"
}

.icofont-pen-alt-3:before {
    content: "\ecd7"
}

.icofont-pen-holder-alt-1:before {
    content: "\ecd8"
}

.icofont-pen-holder:before {
    content: "\ecd9"
}

.icofont-pencil-alt-1:before {
    content: "\ecda"
}

.icofont-pencil-alt-2:before {
    content: "\ecdb"
}

.icofont-pencil-alt-3:before {
    content: "\ecdc"
}

.icofont-pencil-alt-4:before {
    content: "\ecdd"
}

.icofont-ruler-alt-1:before {
    content: "\ecde"
}

.icofont-ruler-alt-2:before {
    content: "\ecdf"
}

.icofont-ruler-compass-alt:before {
    content: "\ece0"
}

.icofont-ruler-compass:before {
    content: "\ece1"
}

.icofont-ruler-pencil-alt-1:before {
    content: "\ece2"
}

.icofont-ruler-pencil-alt-2:before {
    content: "\ece3"
}

.icofont-ruler-pencil:before {
    content: "\ece4"
}

.icofont-ruler:before {
    content: "\ece5"
}

.icofont-rulers-alt:before {
    content: "\ece6"
}

.icofont-rulers:before {
    content: "\ece7"
}

.icofont-square-root:before {
    content: "\ece8"
}

.icofont-aids:before {
    content: "\ece9"
}

.icofont-ambulance:before {
    content: "\ecea"
}

.icofont-autism:before {
    content: "\eceb"
}

.icofont-bandage:before {
    content: "\ecec"
}

.icofont-bed-patient:before {
    content: "\eced"
}

.icofont-blind:before {
    content: "\ecee"
}

.icofont-blood-drop:before {
    content: "\ecef"
}

.icofont-blood-test:before {
    content: "\ecf0"
}

.icofont-blood:before {
    content: "\ecf1"
}

.icofont-capsule:before {
    content: "\ecf2"
}

.icofont-crutches:before {
    content: "\ecf3"
}

.icofont-dna-alt-1:before {
    content: "\ecf4"
}

.icofont-dna:before {
    content: "\ecf5"
}

.icofont-doctor-alt:before {
    content: "\ecf6"
}

.icofont-doctor:before {
    content: "\ecf7"
}

.icofont-drug-pack:before {
    content: "\ecf8"
}

.icofont-drug:before {
    content: "\ecf9"
}

.icofont-eye-alt:before {
    content: "\ecfa"
}

.icofont-first-aid-alt:before {
    content: "\ecfb"
}

.icofont-garbage:before {
    content: "\ecfc"
}

.icofont-heart-alt:before {
    content: "\ecfd"
}

.icofont-heartbeat:before {
    content: "\ecfe"
}

.icofont-herbal:before {
    content: "\ecff"
}

.icofont-hospital:before {
    content: "\ed00"
}

.icofont-icu:before {
    content: "\ed01"
}

.icofont-injection-syringe:before {
    content: "\ed02"
}

.icofont-laboratory:before {
    content: "\ed03"
}

.icofont-medical-sign-alt:before {
    content: "\ed04"
}

.icofont-medical-sign:before {
    content: "\ed05"
}

.icofont-nurse-alt:before {
    content: "\ed06"
}

.icofont-nurse:before {
    content: "\ed07"
}

.icofont-nursing-home:before {
    content: "\ed08"
}

.icofont-operation-theater:before {
    content: "\ed09"
}

.icofont-paralysis-disability:before {
    content: "\ed0a"
}

.icofont-pills:before {
    content: "\ed0b"
}

.icofont-prescription:before {
    content: "\ed0c"
}

.icofont-pulse:before {
    content: "\ed0d"
}

.icofont-stethoscope-alt:before {
    content: "\ed0e"
}

.icofont-stethoscope:before {
    content: "\ed0f"
}

.icofont-stretcher:before {
    content: "\ed10"
}

.icofont-surgeon-alt:before {
    content: "\ed11"
}

.icofont-surgeon:before {
    content: "\ed12"
}

.icofont-tablets:before {
    content: "\ed13"
}

.icofont-test-bottle:before {
    content: "\ed14"
}

.icofont-test-tube:before {
    content: "\ed15"
}

.icofont-thermometer-alt:before {
    content: "\ed16"
}

.icofont-tooth:before {
    content: "\ed17"
}

.icofont-xray:before {
    content: "\ed18"
}

.icofont-ui-add:before {
    content: "\ed19"
}

.icofont-ui-alarm:before {
    content: "\ed1a"
}

.icofont-ui-battery:before {
    content: "\ed1b"
}

.icofont-ui-block:before {
    content: "\ed1c"
}

.icofont-ui-bluetooth:before {
    content: "\ed1d"
}

.icofont-ui-brightness:before {
    content: "\ed1e"
}

.icofont-ui-browser:before {
    content: "\ed1f"
}

.icofont-ui-calculator:before {
    content: "\ed20"
}

.icofont-ui-calendar:before {
    content: "\ed21"
}

.icofont-ui-call:before {
    content: "\ed22"
}

.icofont-ui-camera:before {
    content: "\ed23"
}

.icofont-ui-cart:before {
    content: "\ed24"
}

.icofont-ui-cell-phone:before {
    content: "\ed25"
}

.icofont-ui-chat:before {
    content: "\ed26"
}

.icofont-ui-check:before {
    content: "\ed27"
}

.icofont-ui-clip-board:before {
    content: "\ed28"
}

.icofont-ui-clip:before {
    content: "\ed29"
}

.icofont-ui-clock:before {
    content: "\ed2a"
}

.icofont-ui-close:before {
    content: "\ed2b"
}

.icofont-ui-contact-list:before {
    content: "\ed2c"
}

.icofont-ui-copy:before {
    content: "\ed2d"
}

.icofont-ui-cut:before {
    content: "\ed2e"
}

.icofont-ui-delete:before {
    content: "\ed2f"
}

.icofont-ui-dial-phone:before {
    content: "\ed30"
}

.icofont-ui-edit:before {
    content: "\ed31"
}

.icofont-ui-email:before {
    content: "\ed32"
}

.icofont-ui-file:before {
    content: "\ed33"
}

.icofont-ui-fire-wall:before {
    content: "\ed34"
}

.icofont-ui-flash-light:before {
    content: "\ed35"
}

.icofont-ui-flight:before {
    content: "\ed36"
}

.icofont-ui-folder:before {
    content: "\ed37"
}

.icofont-ui-game:before {
    content: "\ed38"
}

.icofont-ui-handicapped:before {
    content: "\ed39"
}

.icofont-ui-head-phone:before {
    content: "\ed3a"
}

.icofont-ui-home:before {
    content: "\ed3b"
}

.icofont-ui-image:before {
    content: "\ed3c"
}

.icofont-ui-keyboard:before {
    content: "\ed3d"
}

.icofont-ui-laoding:before {
    content: "\ed3e"
}

.icofont-ui-lock:before {
    content: "\ed3f"
}

.icofont-ui-love-add:before {
    content: "\ed40"
}

.icofont-ui-love-broken:before {
    content: "\ed41"
}

.icofont-ui-love-remove:before {
    content: "\ed42"
}

.icofont-ui-love:before {
    content: "\ed43"
}

.icofont-ui-map:before {
    content: "\ed44"
}

.icofont-ui-message:before {
    content: "\ed45"
}

.icofont-ui-messaging:before {
    content: "\ed46"
}

.icofont-ui-movie:before {
    content: "\ed47"
}

.icofont-ui-music-player:before {
    content: "\ed48"
}

.icofont-ui-music:before {
    content: "\ed49"
}

.icofont-ui-mute:before {
    content: "\ed4a"
}

.icofont-ui-network:before {
    content: "\ed4b"
}

.icofont-ui-next:before {
    content: "\ed4c"
}

.icofont-ui-note:before {
    content: "\ed4d"
}

.icofont-ui-office:before {
    content: "\ed4e"
}

.icofont-ui-password:before {
    content: "\ed4f"
}

.icofont-ui-pause:before {
    content: "\ed50"
}

.icofont-ui-play-stop:before {
    content: "\ed51"
}

.icofont-ui-play:before {
    content: "\ed52"
}

.icofont-ui-pointer:before {
    content: "\ed53"
}

.icofont-ui-power:before {
    content: "\ed54"
}

.icofont-ui-press:before {
    content: "\ed55"
}

.icofont-ui-previous:before {
    content: "\ed56"
}

.icofont-ui-rate-add:before {
    content: "\ed57"
}

.icofont-ui-rate-blank:before {
    content: "\ed58"
}

.icofont-ui-rate-remove:before {
    content: "\ed59"
}

.icofont-ui-rating:before {
    content: "\ed5a"
}

.icofont-ui-record:before {
    content: "\ed5b"
}

.icofont-ui-remove:before {
    content: "\ed5c"
}

.icofont-ui-reply:before {
    content: "\ed5d"
}

.icofont-ui-rotation:before {
    content: "\ed5e"
}

.icofont-ui-rss:before {
    content: "\ed5f"
}

.icofont-ui-search:before {
    content: "\ed60"
}

.icofont-ui-settings:before {
    content: "\ed61"
}

.icofont-ui-social-link:before {
    content: "\ed62"
}

.icofont-ui-tag:before {
    content: "\ed63"
}

.icofont-ui-text-chat:before {
    content: "\ed64"
}

.icofont-ui-text-loading:before {
    content: "\ed65"
}

.icofont-ui-theme:before {
    content: "\ed66"
}

.icofont-ui-timer:before {
    content: "\ed67"
}

.icofont-ui-touch-phone:before {
    content: "\ed68"
}

.icofont-ui-travel:before {
    content: "\ed69"
}

.icofont-ui-unlock:before {
    content: "\ed6a"
}

.icofont-ui-user-group:before {
    content: "\ed6b"
}

.icofont-ui-user:before {
    content: "\ed6c"
}

.icofont-ui-v-card:before {
    content: "\ed6d"
}

.icofont-ui-video-chat:before {
    content: "\ed6e"
}

.icofont-ui-video-message:before {
    content: "\ed6f"
}

.icofont-ui-video-play:before {
    content: "\ed70"
}

.icofont-ui-video:before {
    content: "\ed71"
}

.icofont-ui-volume:before {
    content: "\ed72"
}

.icofont-ui-weather:before {
    content: "\ed73"
}

.icofont-ui-wifi:before {
    content: "\ed74"
}

.icofont-ui-zoom-in:before {
    content: "\ed75"
}

.icofont-ui-zoom-out:before {
    content: "\ed76"
}

.icofont-cassette-player:before {
    content: "\ed77"
}

.icofont-cassette:before {
    content: "\ed78"
}

.icofont-forward:before {
    content: "\ed79"
}

.icofont-game:before {
    content: "\ed7a"
}

.icofont-guiter:before {
    content: "\ed7b"
}

.icofont-headphone-alt-1:before {
    content: "\ed7c"
}

.icofont-headphone-alt-2:before {
    content: "\ed7d"
}

.icofont-headphone-alt-3:before {
    content: "\ed7e"
}

.icofont-listening:before {
    content: "\ed7f"
}

.icofont-megaphone-alt:before {
    content: "\ed80"
}

.icofont-megaphone:before {
    content: "\ed81"
}

.icofont-movie:before {
    content: "\ed82"
}

.icofont-mp3-player:before {
    content: "\ed83"
}

.icofont-multimedia:before {
    content: "\ed84"
}

.icofont-music-disk:before {
    content: "\ed85"
}

.icofont-music-note:before {
    content: "\ed86"
}

.icofont-pause:before {
    content: "\ed87"
}

.icofont-play-alt-1:before {
    content: "\ed88"
}

.icofont-play-alt-2:before {
    content: "\ed89"
}

.icofont-play-alt-3:before {
    content: "\ed8a"
}

.icofont-play-pause:before {
    content: "\ed8b"
}

.icofont-record:before {
    content: "\ed8c"
}

.icofont-retro-music-disk:before {
    content: "\ed8d"
}

.icofont-rewind:before {
    content: "\ed8e"
}

.icofont-song-notes:before {
    content: "\ed8f"
}

.icofont-sound-wave-alt:before {
    content: "\ed90"
}

.icofont-sound-wave:before {
    content: "\ed91"
}

.icofont-stop:before {
    content: "\ed92"
}

.icofont-video-alt:before {
    content: "\ed93"
}

.icofont-video-cam:before {
    content: "\ed94"
}

.icofont-volume-bar:before {
    content: "\ed95"
}

.icofont-volume-mute:before {
    content: "\ed96"
}

.icofont-youtube-play:before {
    content: "\ed97"
}

.icofont-amazon-alt:before {
    content: "\ed98"
}

.icofont-amazon:before {
    content: "\ed99"
}

.icofont-american-express-alt:before {
    content: "\ed9a"
}

.icofont-american-express:before {
    content: "\ed9b"
}

.icofont-apple-pay-alt:before {
    content: "\ed9c"
}

.icofont-apple-pay:before {
    content: "\ed9d"
}

.icofont-bank-transfer-alt:before {
    content: "\ed9e"
}

.icofont-bank-transfer:before {
    content: "\ed9f"
}

.icofont-braintree-alt:before {
    content: "\eda0"
}

.icofont-braintree:before {
    content: "\eda1"
}

.icofont-cash-on-delivery-alt:before {
    content: "\eda2"
}

.icofont-cash-on-delivery:before {
    content: "\eda3"
}

.icofont-checkout-alt:before {
    content: "\eda4"
}

.icofont-checkout:before {
    content: "\eda5"
}

.icofont-diners-club-alt-1:before {
    content: "\eda6"
}

.icofont-diners-club-alt-2:before {
    content: "\eda7"
}

.icofont-diners-club-alt-3:before {
    content: "\eda8"
}

.icofont-diners-club:before {
    content: "\eda9"
}

.icofont-discover-alt:before {
    content: "\edaa"
}

.icofont-discover:before {
    content: "\edab"
}

.icofont-eway-alt:before {
    content: "\edac"
}

.icofont-eway:before {
    content: "\edad"
}

.icofont-google-wallet-alt-1:before {
    content: "\edae"
}

.icofont-google-wallet-alt-2:before {
    content: "\edaf"
}

.icofont-google-wallet-alt-3:before {
    content: "\edb0"
}

.icofont-google-wallet:before {
    content: "\edb1"
}

.icofont-jcb-alt:before {
    content: "\edb2"
}

.icofont-jcb:before {
    content: "\edb3"
}

.icofont-maestro-alt:before {
    content: "\edb4"
}

.icofont-maestro:before {
    content: "\edb5"
}

.icofont-mastercard-alt:before {
    content: "\edb6"
}

.icofont-mastercard:before {
    content: "\edb7"
}

.icofont-payoneer-alt:before {
    content: "\edb8"
}

.icofont-payoneer:before {
    content: "\edb9"
}

.icofont-paypal-alt:before {
    content: "\edba"
}

.icofont-paypal:before {
    content: "\edbb"
}

.icofont-sage-alt:before {
    content: "\edbc"
}

.icofont-sage:before {
    content: "\edbd"
}

.icofont-skrill-alt:before {
    content: "\edbe"
}

.icofont-skrill:before {
    content: "\edbf"
}

.icofont-stripe-alt:before {
    content: "\edc0"
}

.icofont-stripe:before {
    content: "\edc1"
}

.icofont-visa-alt:before {
    content: "\edc2"
}

.icofont-visa-electron:before {
    content: "\edc3"
}

.icofont-visa:before {
    content: "\edc4"
}

.icofont-western-union-alt:before {
    content: "\edc5"
}

.icofont-western-union:before {
    content: "\edc6"
}

.icofont-boy:before {
    content: "\edc7"
}

.icofont-business-man-alt-1:before {
    content: "\edc8"
}

.icofont-business-man-alt-2:before {
    content: "\edc9"
}

.icofont-business-man-alt-3:before {
    content: "\edca"
}

.icofont-business-man:before {
    content: "\edcb"
}

.icofont-funky-man:before {
    content: "\edcc"
}

.icofont-girl-alt:before {
    content: "\edcd"
}

.icofont-girl:before {
    content: "\edce"
}

.icofont-hotel-boy-alt:before {
    content: "\edcf"
}

.icofont-hotel-boy:before {
    content: "\edd0"
}

.icofont-man-in-glasses:before {
    content: "\edd1"
}

.icofont-user-alt-1:before {
    content: "\edd2"
}

.icofont-user-alt-2:before {
    content: "\edd3"
}

.icofont-user-alt-3:before {
    content: "\edd4"
}

.icofont-user-alt-4:before {
    content: "\edd5"
}

.icofont-user-alt-5:before {
    content: "\edd6"
}

.icofont-user-alt-6:before {
    content: "\edd7"
}

.icofont-user-alt-7:before {
    content: "\edd8"
}

.icofont-user-female:before {
    content: "\edd9"
}

.icofont-user-male:before {
    content: "\edda"
}

.icofont-user-suited:before {
    content: "\eddb"
}

.icofont-user:before {
    content: "\eddc"
}

.icofont-users-alt-1:before {
    content: "\eddd"
}

.icofont-users-alt-2:before {
    content: "\edde"
}

.icofont-users-alt-3:before {
    content: "\eddf"
}

.icofont-users-alt-4:before {
    content: "\ede0"
}

.icofont-users-alt-5:before {
    content: "\ede1"
}

.icofont-users-alt-6:before {
    content: "\ede2"
}

.icofont-users-social:before {
    content: "\ede3"
}

.icofont-users:before {
    content: "\ede4"
}

.icofont-waiter:before {
    content: "\ede5"
}

.icofont-woman-in-glasses:before {
    content: "\ede6"
}

.icofont-document-search:before {
    content: "\ede7"
}

.icofont-folder-search:before {
    content: "\ede8"
}

.icofont-home-search:before {
    content: "\ede9"
}

.icofont-job-search:before {
    content: "\edea"
}

.icofont-map-search:before {
    content: "\edeb"
}

.icofont-restaurant-search:before {
    content: "\edec"
}

.icofont-search-alt-1:before {
    content: "\eded"
}

.icofont-search-alt-2:before {
    content: "\edee"
}

.icofont-search:before {
    content: "\edef"
}

.icofont-stock-search:before {
    content: "\edf0"
}

.icofont-user-search:before {
    content: "\edf1"
}

.icofont-social-aim:before {
    content: "\edf2"
}

.icofont-social-badoo:before {
    content: "\edf3"
}

.icofont-social-bebo:before {
    content: "\edf4"
}

.icofont-social-behance:before {
    content: "\edf5"
}

.icofont-social-blogger:before {
    content: "\edf6"
}

.icofont-social-bootstrap:before {
    content: "\edf7"
}

.icofont-social-brightkite:before {
    content: "\edf8"
}

.icofont-social-cloudapp:before {
    content: "\edf9"
}

.icofont-social-concrete5:before {
    content: "\edfa"
}

.icofont-social-designbump:before {
    content: "\edfb"
}

.icofont-social-designfloat:before {
    content: "\edfc"
}

.icofont-social-deviantart:before {
    content: "\edfd"
}

.icofont-social-digg:before {
    content: "\edfe"
}

.icofont-social-dotcms:before {
    content: "\edff"
}

.icofont-social-dribble:before {
    content: "\ee00"
}

.icofont-social-dropbox:before {
    content: "\ee01"
}

.icofont-brand-drupal:before {
    content: "\ee02"
}

.icofont-social-ebuddy:before {
    content: "\ee03"
}

.icofont-social-ello:before {
    content: "\ee04"
}

.icofont-social-ember:before {
    content: "\ee05"
}

.icofont-social-envato:before {
    content: "\ee06"
}

.icofont-social-evernote:before {
    content: "\ee07"
}

.icofont-social-facebook:before {
    content: "\ee08"
}

.icofont-social-feedburner:before {
    content: "\ee09"
}

.icofont-social-folkd:before {
    content: "\ee0a"
}

.icofont-social-friendfeed:before {
    content: "\ee0b"
}

.icofont-social-ghost:before {
    content: "\ee0c"
}

.icofont-social-github:before {
    content: "\ee0d"
}

.icofont-social-gnome:before {
    content: "\ee0e"
}

.icofont-social-google-buzz:before {
    content: "\ee0f"
}

.icofont-social-google-map:before {
    content: "\ee10"
}

.icofont-social-google-plus:before {
    content: "\ee11"
}

.icofont-social-google-talk:before {
    content: "\ee12"
}

.icofont-social-hype-machine:before {
    content: "\ee13"
}

.icofont-social-instagram:before {
    content: "\ee14"
}

.icofont-brand-joomla:before {
    content: "\ee15"
}

.icofont-social-kickstarter:before {
    content: "\ee16"
}

.icofont-social-line:before {
    content: "\ee17"
}

.icofont-social-linux-mint:before {
    content: "\ee18"
}

.icofont-social-livejournal:before {
    content: "\ee19"
}

.icofont-social-magento:before {
    content: "\ee1a"
}

.icofont-social-meetup:before {
    content: "\ee1b"
}

.icofont-social-mixx:before {
    content: "\ee1c"
}

.icofont-social-newsvine:before {
    content: "\ee1d"
}

.icofont-social-nimbuss:before {
    content: "\ee1e"
}

.icofont-social-opencart:before {
    content: "\ee1f"
}

.icofont-social-oscommerce:before {
    content: "\ee20"
}

.icofont-social-pandora:before {
    content: "\ee21"
}

.icofont-social-picasa:before {
    content: "\ee22"
}

.icofont-social-pinterest:before {
    content: "\ee23"
}

.icofont-social-prestashop:before {
    content: "\ee24"
}

.icofont-social-qik:before {
    content: "\ee25"
}

.icofont-social-readernaut:before {
    content: "\ee26"
}

.icofont-social-reddit:before {
    content: "\ee27"
}

.icofont-social-rss:before {
    content: "\ee28"
}

.icofont-social-shopify:before {
    content: "\ee29"
}

.icofont-social-silverstripe:before {
    content: "\ee2a"
}

.icofont-social-skype:before {
    content: "\ee2b"
}

.icofont-social-slashdot:before {
    content: "\ee2c"
}

.icofont-social-smugmug:before {
    content: "\ee2d"
}

.icofont-social-steam:before {
    content: "\ee2e"
}

.icofont-social-stumbleupon:before {
    content: "\ee2f"
}

.icofont-social-technorati:before {
    content: "\ee30"
}

.icofont-social-telegram:before {
    content: "\ee31"
}

.icofont-social-tinder:before {
    content: "\ee32"
}

.icofont-social-tumblr:before {
    content: "\ee33"
}

.icofont-social-twitter:before {
    content: "\ee34"
}

.icofont-social-typo3:before {
    content: "\ee35"
}

.icofont-social-ubercart:before {
    content: "\ee36"
}

.icofont-social-viber:before {
    content: "\ee37"
}

.icofont-social-viddler:before {
    content: "\ee38"
}

.icofont-social-vimeo:before {
    content: "\ee39"
}

.icofont-social-vine:before {
    content: "\ee3a"
}

.icofont-social-virb:before {
    content: "\ee3b"
}

.icofont-social-virtuemart:before {
    content: "\ee3c"
}

.icofont-social-wechat:before {
    content: "\ee3d"
}

.icofont-brand-wordpress:before {
    content: "\ee3e"
}

.icofont-social-xing:before {
    content: "\ee3f"
}

.icofont-social-yahoo:before {
    content: "\ee40"
}

.icofont-social-yelp:before {
    content: "\ee41"
}

.icofont-social-zencart:before {
    content: "\ee42"
}

.icofont-badminton-birdie:before {
    content: "\ee43"
}

.icofont-baseball:before {
    content: "\ee44"
}

.icofont-baseballer:before {
    content: "\ee45"
}

.icofont-basketball-hoop:before {
    content: "\ee46"
}

.icofont-basketball:before {
    content: "\ee47"
}

.icofont-billiard-ball:before {
    content: "\ee48"
}

.icofont-boot-alt-1:before {
    content: "\ee49"
}

.icofont-boot-alt-2:before {
    content: "\ee4a"
}

.icofont-bowling-alt:before {
    content: "\ee4b"
}

.icofont-bowling:before {
    content: "\ee4c"
}

.icofont-canoe:before {
    content: "\ee4d"
}

.icofont-cheer-leader:before {
    content: "\ee4e"
}

.icofont-climbing:before {
    content: "\ee4f"
}

.icofont-corner:before {
    content: "\ee50"
}

.icofont-cyclist:before {
    content: "\ee51"
}

.icofont-dumbbell-alt:before {
    content: "\ee52"
}

.icofont-dumbbell:before {
    content: "\ee53"
}

.icofont-field-alt:before {
    content: "\ee54"
}

.icofont-field:before {
    content: "\ee55"
}

.icofont-football-alt:before {
    content: "\ee56"
}

.icofont-foul:before {
    content: "\ee57"
}

.icofont-goal-keeper:before {
    content: "\ee58"
}

.icofont-goal:before {
    content: "\ee59"
}

.icofont-golf-alt:before {
    content: "\ee5a"
}

.icofont-golf-bag:before {
    content: "\ee5b"
}

.icofont-golf-field:before {
    content: "\ee5c"
}

.icofont-golf:before {
    content: "\ee5d"
}

.icofont-golfer:before {
    content: "\ee5e"
}

.icofont-gym-alt-1:before {
    content: "\ee5f"
}

.icofont-gym-alt-2:before {
    content: "\ee60"
}

.icofont-gym-alt-3:before {
    content: "\ee61"
}

.icofont-gym:before {
    content: "\ee62"
}

.icofont-hand-grippers:before {
    content: "\ee63"
}

.icofont-heart-beat-alt:before {
    content: "\ee64"
}

.icofont-helmet:before {
    content: "\ee65"
}

.icofont-hockey-alt:before {
    content: "\ee66"
}

.icofont-hockey:before {
    content: "\ee67"
}

.icofont-ice-skate:before {
    content: "\ee68"
}

.icofont-jersey-alt:before {
    content: "\ee69"
}

.icofont-jersey:before {
    content: "\ee6a"
}

.icofont-jumping:before {
    content: "\ee6b"
}

.icofont-kick:before {
    content: "\ee6c"
}

.icofont-leg:before {
    content: "\ee6d"
}

.icofont-match-review:before {
    content: "\ee6e"
}

.icofont-medal-alt:before {
    content: "\ee6f"
}

.icofont-muscle-alt:before {
    content: "\ee70"
}

.icofont-muscle:before {
    content: "\ee71"
}

.icofont-offside:before {
    content: "\ee72"
}

.icofont-olympic-logo:before {
    content: "\ee73"
}

.icofont-olympic:before {
    content: "\ee74"
}

.icofont-padding:before {
    content: "\ee75"
}

.icofont-penalty-card:before {
    content: "\ee76"
}

.icofont-racer:before {
    content: "\ee77"
}

.icofont-racing-car:before {
    content: "\ee78"
}

.icofont-racing-flag-alt:before {
    content: "\ee79"
}

.icofont-racing-flag:before {
    content: "\ee7a"
}

.icofont-racings-wheel:before {
    content: "\ee7b"
}

.icofont-referee:before {
    content: "\ee7c"
}

.icofont-refree-jersey:before {
    content: "\ee7d"
}

.icofont-result:before {
    content: "\ee7e"
}

.icofont-rugby-ball:before {
    content: "\ee7f"
}

.icofont-rugby-player:before {
    content: "\ee80"
}

.icofont-rugby:before {
    content: "\ee81"
}

.icofont-runner-alt-1:before {
    content: "\ee82"
}

.icofont-runner-alt-2:before {
    content: "\ee83"
}

.icofont-runner:before {
    content: "\ee84"
}

.icofont-score-board:before {
    content: "\ee85"
}

.icofont-skiing-man:before {
    content: "\ee86"
}

.icofont-skydiving-goggles:before {
    content: "\ee87"
}

.icofont-snow-mobile:before {
    content: "\ee88"
}

.icofont-steering:before {
    content: "\ee89"
}

.icofont-substitute:before {
    content: "\ee8a"
}

.icofont-swimmer:before {
    content: "\ee8b"
}

.icofont-table-tennis:before {
    content: "\ee8c"
}

.icofont-team-alt:before {
    content: "\ee8d"
}

.icofont-team:before {
    content: "\ee8e"
}

.icofont-tennis-player:before {
    content: "\ee8f"
}

.icofont-tennis:before {
    content: "\ee90"
}

.icofont-time:before {
    content: "\ee91"
}

.icofont-track:before {
    content: "\ee92"
}

.icofont-tracking:before {
    content: "\ee93"
}

.icofont-trophy-alt:before {
    content: "\ee94"
}

.icofont-trophy:before {
    content: "\ee95"
}

.icofont-volleyball-alt:before {
    content: "\ee96"
}

.icofont-volleyball-fire:before {
    content: "\ee97"
}

.icofont-volleyball:before {
    content: "\ee98"
}

.icofont-water-bottle:before {
    content: "\ee99"
}

.icofont-whisle:before {
    content: "\ee9a"
}

.icofont-win-trophy:before {
    content: "\ee9b"
}

.icofont-align-center:before {
    content: "\ee9c"
}

.icofont-align-left:before {
    content: "\ee9d"
}

.icofont-align-right:before {
    content: "\ee9e"
}

.icofont-all-caps:before {
    content: "\ee9f"
}

.icofont-bold:before {
    content: "\eea0"
}

.icofont-brush:before {
    content: "\eea1"
}

.icofont-clip-board:before {
    content: "\eea2"
}

.icofont-code-alt:before {
    content: "\eea3"
}

.icofont-color-bucket:before {
    content: "\eea4"
}

.icofont-color-picker:before {
    content: "\eea5"
}

.icofont-copy-alt:before {
    content: "\eea6"
}

.icofont-copy-black:before {
    content: "\eea7"
}

.icofont-cut:before {
    content: "\eea8"
}

.icofont-delete-alt:before {
    content: "\eea9"
}

.icofont-edit-alt:before {
    content: "\eeaa"
}

.icofont-eraser-alt:before {
    content: "\eeab"
}

.icofont-file-alt:before {
    content: "\eeac"
}

.icofont-font:before {
    content: "\eead"
}

.icofont-header:before {
    content: "\eeae"
}

.icofont-indent:before {
    content: "\eeaf"
}

.icofont-italic-alt:before {
    content: "\eeb0"
}

.icofont-justify-all:before {
    content: "\eeb1"
}

.icofont-justify-center:before {
    content: "\eeb2"
}

.icofont-justify-left:before {
    content: "\eeb3"
}

.icofont-justify-right:before {
    content: "\eeb4"
}

.icofont-line-height:before {
    content: "\eeb5"
}

.icofont-link-alt:before {
    content: "\eeb6"
}

.icofont-listine-dots:before {
    content: "\eeb7"
}

.icofont-listing-box:before {
    content: "\eeb8"
}

.icofont-listing-number:before {
    content: "\eeb9"
}

.icofont-marker:before {
    content: "\eeba"
}

.icofont-outdent:before {
    content: "\eebb"
}

.icofont-paper-clip:before {
    content: "\eebc"
}

.icofont-paragraph:before {
    content: "\eebd"
}

.icofont-pin:before {
    content: "\eebe"
}

.icofont-printer:before {
    content: "\eebf"
}

.icofont-redo:before {
    content: "\eec0"
}

.icofont-rotation:before {
    content: "\eec1"
}

.icofont-save:before {
    content: "\eec2"
}

.icofont-small-cap:before {
    content: "\eec3"
}

.icofont-strike-through:before {
    content: "\eec4"
}

.icofont-sub-listing:before {
    content: "\eec5"
}

.icofont-subscript:before {
    content: "\eec6"
}

.icofont-superscript:before {
    content: "\eec7"
}

.icofont-table:before {
    content: "\eec8"
}

.icofont-text-height:before {
    content: "\eec9"
}

.icofont-text-width:before {
    content: "\eeca"
}

.icofont-trash:before {
    content: "\eecb"
}

.icofont-underline:before {
    content: "\eecc"
}

.icofont-undo:before {
    content: "\eecd"
}

.icofont-unlink:before {
    content: "\eece"
}

.icofont-air-balloon:before {
    content: "\eecf"
}

.icofont-airplane-alt:before {
    content: "\eed0"
}

.icofont-airplane:before {
    content: "\eed1"
}

.icofont-ambulance-crescent:before {
    content: "\eed2"
}

.icofont-ambulance-cross:before {
    content: "\eed3"
}

.icofont-articulated-truck:before {
    content: "\eed4"
}

.icofont-auto-rickshaw:before {
    content: "\eed5"
}

.icofont-bicycle-alt-1:before {
    content: "\eed6"
}

.icofont-bicycle-alt-2:before {
    content: "\eed7"
}

.icofont-bull-dozer:before {
    content: "\eed8"
}

.icofont-bus-alt-1:before {
    content: "\eed9"
}

.icofont-bus-alt-2:before {
    content: "\eeda"
}

.icofont-bus-alt-3:before {
    content: "\eedb"
}

.icofont-cable-car:before {
    content: "\eedc"
}

.icofont-car-alt-1:before {
    content: "\eedd"
}

.icofont-car-alt-2:before {
    content: "\eede"
}

.icofont-car-alt-3:before {
    content: "\eedf"
}

.icofont-car-alt-4:before {
    content: "\eee0"
}

.icofont-concrete-mixer:before {
    content: "\eee1"
}

.icofont-delivery-time:before {
    content: "\eee2"
}

.icofont-excavator:before {
    content: "\eee3"
}

.icofont-fast-delivery:before {
    content: "\eee4"
}

.icofont-fire-truck-alt:before {
    content: "\eee5"
}

.icofont-fire-truck:before {
    content: "\eee6"
}

.icofont-fork-lift:before {
    content: "\eee7"
}

.icofont-free-delivery:before {
    content: "\eee8"
}

.icofont-golf-cart:before {
    content: "\eee9"
}

.icofont-helicopter:before {
    content: "\eeea"
}

.icofont-motor-bike-alt:before {
    content: "\eeeb"
}

.icofont-motor-bike:before {
    content: "\eeec"
}

.icofont-motor-biker:before {
    content: "\eeed"
}

.icofont-oil-truck:before {
    content: "\eeee"
}

.icofont-police-car:before {
    content: "\eeef"
}

.icofont-rickshaw:before {
    content: "\eef0"
}

.icofont-rocket-alt-1:before {
    content: "\eef1"
}

.icofont-rocket-alt-2:before {
    content: "\eef2"
}

.icofont-sail-boat:before {
    content: "\eef3"
}

.icofont-scooter:before {
    content: "\eef4"
}

.icofont-sea-plane:before {
    content: "\eef5"
}

.icofont-ship-alt:before {
    content: "\eef6"
}

.icofont-speed-boat:before {
    content: "\eef7"
}

.icofont-taxi:before {
    content: "\eef8"
}

.icofont-tow-truck:before {
    content: "\eef9"
}

.icofont-tractor:before {
    content: "\eefa"
}

.icofont-traffic-light:before {
    content: "\eefb"
}

.icofont-train-line:before {
    content: "\eefc"
}

.icofont-train-steam:before {
    content: "\eefd"
}

.icofont-tram:before {
    content: "\eefe"
}

.icofont-truck-alt:before {
    content: "\eeff"
}

.icofont-truck-loaded:before {
    content: "\ef00"
}

.icofont-truck:before {
    content: "\ef01"
}

.icofont-van-alt:before {
    content: "\ef02"
}

.icofont-van:before {
    content: "\ef03"
}

.icofont-yacht:before {
    content: "\ef04"
}

.icofont-5-star-hotel:before {
    content: "\ef05"
}

.icofont-anchor-alt:before {
    content: "\ef06"
}

.icofont-beach-bed:before {
    content: "\ef07"
}

.icofont-camping-vest:before {
    content: "\ef08"
}

.icofont-coconut-alt:before {
    content: "\ef09"
}

.icofont-direction-sign:before {
    content: "\ef0a"
}

.icofont-hill-side:before {
    content: "\ef0b"
}

.icofont-island-alt:before {
    content: "\ef0c"
}

.icofont-long-drive:before {
    content: "\ef0d"
}

.icofont-map-pins:before {
    content: "\ef0e"
}

.icofont-plane-ticket:before {
    content: "\ef0f"
}

.icofont-sail-boat-alt-1:before {
    content: "\ef10"
}

.icofont-sail-boat-alt-2:before {
    content: "\ef11"
}

.icofont-sandals-female:before {
    content: "\ef12"
}

.icofont-sandals-male:before {
    content: "\ef13"
}

.icofont-travelling:before {
    content: "\ef14"
}

.icofont-breakdown:before {
    content: "\ef15"
}

.icofont-celsius:before {
    content: "\ef16"
}

.icofont-clouds:before {
    content: "\ef17"
}

.icofont-cloudy:before {
    content: "\ef18"
}

.icofont-compass-alt:before {
    content: "\ef19"
}

.icofont-dust:before {
    content: "\ef1a"
}

.icofont-eclipse:before {
    content: "\ef1b"
}

.icofont-fahrenheit:before {
    content: "\ef1c"
}

.icofont-forest-fire:before {
    content: "\ef1d"
}

.icofont-full-night:before {
    content: "\ef1e"
}

.icofont-full-sunny:before {
    content: "\ef1f"
}

.icofont-hail-night:before {
    content: "\ef20"
}

.icofont-hail-rainy-night:before {
    content: "\ef21"
}

.icofont-hail-rainy-sunny:before {
    content: "\ef22"
}

.icofont-hail-rainy:before {
    content: "\ef23"
}

.icofont-hail-sunny:before {
    content: "\ef24"
}

.icofont-hail-thunder-night:before {
    content: "\ef25"
}

.icofont-hail-thunder-sunny:before {
    content: "\ef26"
}

.icofont-hail-thunder:before {
    content: "\ef27"
}

.icofont-hail:before {
    content: "\ef28"
}

.icofont-hill-night:before {
    content: "\ef29"
}

.icofont-hill-sunny:before {
    content: "\ef2a"
}

.icofont-hill:before {
    content: "\ef2b"
}

.icofont-hurricane:before {
    content: "\ef2c"
}

.icofont-island:before {
    content: "\ef2d"
}

.icofont-meteor:before {
    content: "\ef2e"
}

.icofont-night:before {
    content: "\ef2f"
}

.icofont-rainy-night:before {
    content: "\ef30"
}

.icofont-rainy-sunny:before {
    content: "\ef31"
}

.icofont-rainy-thunder:before {
    content: "\ef32"
}

.icofont-rainy:before {
    content: "\ef33"
}

.icofont-showy-night-hail:before {
    content: "\ef34"
}

.icofont-snow-temp:before {
    content: "\ef35"
}

.icofont-snow:before {
    content: "\ef36"
}

.icofont-snowy-hail:before {
    content: "\ef37"
}

.icofont-snowy-night-rainy:before {
    content: "\ef38"
}

.icofont-snowy-night:before {
    content: "\ef39"
}

.icofont-snowy-rainy:before {
    content: "\ef3a"
}

.icofont-snowy-sunny-hail:before {
    content: "\ef3b"
}

.icofont-snowy-sunny-rainy:before {
    content: "\ef3c"
}

.icofont-snowy-sunny:before {
    content: "\ef3d"
}

.icofont-snowy-thunder-night:before {
    content: "\ef3e"
}

.icofont-snowy-thunder-sunny:before {
    content: "\ef3f"
}

.icofont-snowy-thunder:before {
    content: "\ef40"
}

.icofont-snowy-windy-night:before {
    content: "\ef41"
}

.icofont-snowy-windy-sunny:before {
    content: "\ef42"
}

.icofont-snowy-windy:before {
    content: "\ef43"
}

.icofont-snowy:before {
    content: "\ef44"
}

.icofont-sun-alt:before {
    content: "\ef45"
}

.icofont-sun-rise:before {
    content: "\ef46"
}

.icofont-sun-set:before {
    content: "\ef47"
}

.icofont-sunny-day-temp:before {
    content: "\ef48"
}

.icofont-sunny:before {
    content: "\ef49"
}

.icofont-thermometer:before {
    content: "\ef4a"
}

.icofont-thinder-light:before {
    content: "\ef4b"
}

.icofont-tornado:before {
    content: "\ef4c"
}

.icofont-umbrella-alt:before {
    content: "\ef4d"
}

.icofont-volcano:before {
    content: "\ef4e"
}

.icofont-wave:before {
    content: "\ef4f"
}

.icofont-wind-scale-0:before {
    content: "\ef50"
}

.icofont-wind-scale-1:before {
    content: "\ef51"
}

.icofont-wind-scale-2:before {
    content: "\ef52"
}

.icofont-wind-scale-3:before {
    content: "\ef53"
}

.icofont-wind-scale-4:before {
    content: "\ef54"
}

.icofont-wind-scale-5:before {
    content: "\ef55"
}

.icofont-wind-scale-6:before {
    content: "\ef56"
}

.icofont-wind-scale-7:before {
    content: "\ef57"
}

.icofont-wind-scale-8:before {
    content: "\ef58"
}

.icofont-wind-scale-9:before {
    content: "\ef59"
}

.icofont-wind-scale-10:before {
    content: "\ef5a"
}

.icofont-wind-scale-11:before {
    content: "\ef5b"
}

.icofont-wind-scale-12:before {
    content: "\ef5c"
}

.icofont-wind-waves:before {
    content: "\ef5d"
}

.icofont-wind:before {
    content: "\ef5e"
}

.icofont-windy-hail:before {
    content: "\ef5f"
}

.icofont-windy-night:before {
    content: "\ef60"
}

.icofont-windy-raining:before {
    content: "\ef61"
}

.icofont-windy-sunny:before {
    content: "\ef62"
}

.icofont-windy-thunder-raining:before {
    content: "\ef63"
}

.icofont-windy-thunder:before {
    content: "\ef64"
}

.icofont-windy:before {
    content: "\ef65"
}

.icofont-addons:before {
    content: "\ef66"
}

.icofont-address-book:before {
    content: "\ef67"
}

.icofont-adjust:before {
    content: "\ef68"
}

.icofont-alarm:before {
    content: "\ef69"
}

.icofont-anchor:before {
    content: "\ef6a"
}

.icofont-archive:before {
    content: "\ef6b"
}

.icofont-at:before {
    content: "\ef6c"
}

.icofont-attachment:before {
    content: "\ef6d"
}

.icofont-audio:before {
    content: "\ef6e"
}

.icofont-auto-mobile:before {
    content: "\ef6f"
}

.icofont-automation:before {
    content: "\ef70"
}

.icofont-baby:before {
    content: "\ef71"
}

.icofont-badge:before {
    content: "\ef72"
}

.icofont-bag:before {
    content: "\ef73"
}

.icofont-ban:before {
    content: "\ef74"
}

.icofont-bank:before {
    content: "\ef75"
}

.icofont-bar-code:before {
    content: "\ef76"
}

.icofont-bars:before {
    content: "\ef77"
}

.icofont-battery-empty:before {
    content: "\ef78"
}

.icofont-battery-full:before {
    content: "\ef79"
}

.icofont-battery-half:before {
    content: "\ef7a"
}

.icofont-battery-low:before {
    content: "\ef7b"
}

.icofont-beach:before {
    content: "\ef7c"
}

.icofont-beaker:before {
    content: "\ef7d"
}

.icofont-bear:before {
    content: "\ef7e"
}

.icofont-beard:before {
    content: "\ef7f"
}

.icofont-bed:before {
    content: "\ef80"
}

.icofont-bell:before {
    content: "\ef81"
}

.icofont-beverage:before {
    content: "\ef82"
}

.icofont-bicycle:before {
    content: "\ef83"
}

.icofont-bill:before {
    content: "\ef84"
}

.icofont-bin:before {
    content: "\ef85"
}

.icofont-binary:before {
    content: "\ef86"
}

.icofont-binoculars:before {
    content: "\ef87"
}

.icofont-bird:before {
    content: "\ef88"
}

.icofont-birds:before {
    content: "\ef89"
}

.icofont-black-board:before {
    content: "\ef8a"
}

.icofont-bluetooth:before {
    content: "\ef8b"
}

.icofont-bolt:before {
    content: "\ef8c"
}

.icofont-bomb:before {
    content: "\ef8d"
}

.icofont-book-mark:before {
    content: "\ef8e"
}

.icofont-book:before {
    content: "\ef8f"
}

.icofont-boot:before {
    content: "\ef90"
}

.icofont-box:before {
    content: "\ef91"
}

.icofont-brain:before {
    content: "\ef92"
}

.icofont-briefcase:before {
    content: "\ef93"
}

.icofont-broken:before {
    content: "\ef94"
}

.icofont-bucket:before {
    content: "\ef95"
}

.icofont-bucket1:before {
    content: "\ef96"
}

.icofont-bucket2:before {
    content: "\ef97"
}

.icofont-bug:before {
    content: "\ef98"
}

.icofont-building:before {
    content: "\ef99"
}

.icofont-bullet:before {
    content: "\ef9a"
}

.icofont-bullhorn:before {
    content: "\ef9b"
}

.icofont-bullseye:before {
    content: "\ef9c"
}

.icofont-bus:before {
    content: "\ef9d"
}

.icofont-butterfly:before {
    content: "\ef9e"
}

.icofont-cab:before {
    content: "\ef9f"
}

.icofont-calculator:before {
    content: "\efa0"
}

.icofont-calendar:before {
    content: "\efa1"
}

.icofont-camera-alt:before {
    content: "\efa2"
}

.icofont-camera:before {
    content: "\efa3"
}

.icofont-car:before {
    content: "\efa4"
}

.icofont-card:before {
    content: "\efa5"
}

.icofont-cart:before {
    content: "\efa6"
}

.icofont-cc:before {
    content: "\efa7"
}

.icofont-certificate:before {
    content: "\efa8"
}

.icofont-charging:before {
    content: "\efa9"
}

.icofont-chat:before {
    content: "\efaa"
}

.icofont-check-alt:before {
    content: "\efab"
}

.icofont-check-circled:before {
    content: "\efac"
}

.icofont-check:before {
    content: "\efad"
}

.icofont-checked:before {
    content: "\efae"
}

.icofont-children-care:before {
    content: "\efaf"
}

.icofont-clock-time:before {
    content: "\efb0"
}

.icofont-close-circled:before {
    content: "\efb1"
}

.icofont-close-line-circled:before {
    content: "\efb2"
}

.icofont-close-line-squared-alt:before {
    content: "\efb3"
}

.icofont-close-line-squared:before {
    content: "\efb4"
}

.icofont-close-line:before {
    content: "\efb5"
}

.icofont-close-squared-alt:before {
    content: "\efb6"
}

.icofont-close-squared:before {
    content: "\efb7"
}

.icofont-close:before {
    content: "\efb8"
}

.icofont-cloud-download:before {
    content: "\efb9"
}

.icofont-cloud-refresh:before {
    content: "\efba"
}

.icofont-cloud-upload:before {
    content: "\efbb"
}

.icofont-cloud:before {
    content: "\efbc"
}

.icofont-code-not-allowed:before {
    content: "\efbd"
}

.icofont-code:before {
    content: "\efbe"
}

.icofont-coffee-cup:before {
    content: "\efbf"
}

.icofont-comment:before {
    content: "\efc0"
}

.icofont-compass:before {
    content: "\efc1"
}

.icofont-computer:before {
    content: "\efc2"
}

.icofont-connection:before {
    content: "\efc3"
}

.icofont-console:before {
    content: "\efc4"
}

.icofont-contacts:before {
    content: "\efc5"
}

.icofont-contrast:before {
    content: "\efc6"
}

.icofont-copy:before {
    content: "\efc7"
}

.icofont-copyright:before {
    content: "\efc8"
}

.icofont-credit-card:before {
    content: "\efc9"
}

.icofont-crop:before {
    content: "\efca"
}

.icofont-crown:before {
    content: "\efcb"
}

.icofont-cube:before {
    content: "\efcc"
}

.icofont-cubes:before {
    content: "\efcd"
}

.icofont-culinary:before {
    content: "\efce"
}

.icofont-dashboard-web:before {
    content: "\efcf"
}

.icofont-dashboard:before {
    content: "\efd0"
}

.icofont-data:before {
    content: "\efd1"
}

.icofont-database-add:before {
    content: "\efd2"
}

.icofont-database-locked:before {
    content: "\efd3"
}

.icofont-database-remove:before {
    content: "\efd4"
}

.icofont-database:before {
    content: "\efd5"
}

.icofont-delete:before {
    content: "\efd6"
}

.icofont-diamond:before {
    content: "\efd7"
}

.icofont-dice:before {
    content: "\efd8"
}

.icofont-disabled:before {
    content: "\efd9"
}

.icofont-disc:before {
    content: "\efda"
}

.icofont-diskette:before {
    content: "\efdb"
}

.icofont-document-folder:before {
    content: "\efdc"
}

.icofont-download-alt:before {
    content: "\efdd"
}

.icofont-download:before {
    content: "\efde"
}

.icofont-downloaded:before {
    content: "\efdf"
}

.icofont-earth:before {
    content: "\efe0"
}

.icofont-ebook:before {
    content: "\efe1"
}

.icofont-edit:before {
    content: "\efe2"
}

.icofont-eject:before {
    content: "\efe3"
}

.icofont-email:before {
    content: "\efe4"
}

.icofont-envelope-open:before {
    content: "\efe5"
}

.icofont-envelope:before {
    content: "\efe6"
}

.icofont-eraser:before {
    content: "\efe7"
}

.icofont-error:before {
    content: "\efe8"
}

.icofont-exchange:before {
    content: "\efe9"
}

.icofont-exclamation-circle:before {
    content: "\efea"
}

.icofont-exclamation-square:before {
    content: "\efeb"
}

.icofont-exclamation-tringle:before {
    content: "\efec"
}

.icofont-exclamation:before {
    content: "\efed"
}

.icofont-exit:before {
    content: "\efee"
}

.icofont-expand:before {
    content: "\efef"
}

.icofont-external-link:before {
    content: "\eff0"
}

.icofont-external:before {
    content: "\eff1"
}

.icofont-eye-blocked:before {
    content: "\eff2"
}

.icofont-eye-dropper:before {
    content: "\eff3"
}

.icofont-eye:before {
    content: "\eff4"
}

.icofont-favourite:before {
    content: "\eff5"
}

.icofont-fax:before {
    content: "\eff6"
}

.icofont-female:before {
    content: "\eff7"
}

.icofont-file:before {
    content: "\eff8"
}

.icofont-film:before {
    content: "\eff9"
}

.icofont-filter:before {
    content: "\effa"
}

.icofont-fire-burn:before {
    content: "\effb"
}

.icofont-fire-extinguisher:before {
    content: "\effc"
}

.icofont-fire:before {
    content: "\effd"
}

.icofont-first-aid:before {
    content: "\effe"
}

.icofont-flag-alt-1:before {
    content: "\efff"
}

.icofont-flag-alt-2:before {
    content: "\f000"
}

.icofont-flag:before {
    content: "\f001"
}

.icofont-flash-light:before {
    content: "\f002"
}

.icofont-flash:before {
    content: "\f003"
}

.icofont-flask:before {
    content: "\f004"
}

.icofont-focus:before {
    content: "\f005"
}

.icofont-folder-open:before {
    content: "\f006"
}

.icofont-folder:before {
    content: "\f007"
}

.icofont-foot-print:before {
    content: "\f008"
}

.icofont-football-american:before {
    content: "\f009"
}

.icofont-football:before {
    content: "\f00a"
}

.icofont-game-console:before {
    content: "\f00b"
}

.icofont-game-pad:before {
    content: "\f00c"
}

.icofont-gavel:before {
    content: "\f00d"
}

.icofont-gear:before {
    content: "\f00e"
}

.icofont-gears:before {
    content: "\f00f"
}

.icofont-gift:before {
    content: "\f010"
}

.icofont-glass:before {
    content: "\f011"
}

.icofont-globe:before {
    content: "\f012"
}

.icofont-graduate:before {
    content: "\f013"
}

.icofont-graffiti:before {
    content: "\f014"
}

.icofont-grocery:before {
    content: "\f015"
}

.icofont-group:before {
    content: "\f016"
}

.icofont-hammer:before {
    content: "\f017"
}

.icofont-hand:before {
    content: "\f018"
}

.icofont-hanger:before {
    content: "\f019"
}

.icofont-hard-disk:before {
    content: "\f01a"
}

.icofont-headphone:before {
    content: "\f01b"
}

.icofont-heart-beat:before {
    content: "\f01c"
}

.icofont-heart:before {
    content: "\f01d"
}

.icofont-history:before {
    content: "\f01e"
}

.icofont-home:before {
    content: "\f01f"
}

.icofont-horn:before {
    content: "\f020"
}

.icofont-hotel:before {
    content: "\f021"
}

.icofont-hour-glass:before {
    content: "\f022"
}

.icofont-id:before {
    content: "\f023"
}

.icofont-image:before {
    content: "\f024"
}

.icofont-inbox:before {
    content: "\f025"
}

.icofont-infinite:before {
    content: "\f026"
}

.icofont-info-circle:before {
    content: "\f027"
}

.icofont-info-square:before {
    content: "\f028"
}

.icofont-info:before {
    content: "\f029"
}

.icofont-institution:before {
    content: "\f02a"
}

.icofont-interface:before {
    content: "\f02b"
}

.icofont-invisible:before {
    content: "\f02c"
}

.icofont-italic:before {
    content: "\f02d"
}

.icofont-jacket:before {
    content: "\f02e"
}

.icofont-jar:before {
    content: "\f02f"
}

.icofont-jewlery:before {
    content: "\f030"
}

.icofont-karate:before {
    content: "\f031"
}

.icofont-key-hole:before {
    content: "\f032"
}

.icofont-key:before {
    content: "\f033"
}

.icofont-keyboard:before {
    content: "\f034"
}

.icofont-kid:before {
    content: "\f035"
}

.icofont-label:before {
    content: "\f036"
}

.icofont-lamp:before {
    content: "\f037"
}

.icofont-laptop:before {
    content: "\f038"
}

.icofont-layers:before {
    content: "\f039"
}

.icofont-layout:before {
    content: "\f03a"
}

.icofont-leaf:before {
    content: "\f03b"
}

.icofont-leaflet:before {
    content: "\f03c"
}

.icofont-learn:before {
    content: "\f03d"
}

.icofont-legal:before {
    content: "\f03e"
}

.icofont-lego:before {
    content: "\f03f"
}

.icofont-lemon:before {
    content: "\f040"
}

.icofont-lens:before {
    content: "\f041"
}

.icofont-letter:before {
    content: "\f042"
}

.icofont-letterbox:before {
    content: "\f043"
}

.icofont-library:before {
    content: "\f044"
}

.icofont-license:before {
    content: "\f045"
}

.icofont-life-bouy:before {
    content: "\f046"
}

.icofont-life-buoy:before {
    content: "\f047"
}

.icofont-life-jacket:before {
    content: "\f048"
}

.icofont-life-ring:before {
    content: "\f049"
}

.icofont-light-bulb:before {
    content: "\f04a"
}

.icofont-lighter:before {
    content: "\f04b"
}

.icofont-lightning-ray:before {
    content: "\f04c"
}

.icofont-like:before {
    content: "\f04d"
}

.icofont-link:before {
    content: "\f04e"
}

.icofont-live-support:before {
    content: "\f04f"
}

.icofont-location-arrow:before {
    content: "\f050"
}

.icofont-location-pin:before {
    content: "\f051"
}

.icofont-lock:before {
    content: "\f052"
}

.icofont-login:before {
    content: "\f053"
}

.icofont-logout:before {
    content: "\f054"
}

.icofont-lollipop:before {
    content: "\f055"
}

.icofont-look:before {
    content: "\f056"
}

.icofont-loop:before {
    content: "\f057"
}

.icofont-luggage:before {
    content: "\f058"
}

.icofont-lunch:before {
    content: "\f059"
}

.icofont-lungs:before {
    content: "\f05a"
}

.icofont-magic-alt:before {
    content: "\f05b"
}

.icofont-magic:before {
    content: "\f05c"
}

.icofont-magnet:before {
    content: "\f05d"
}

.icofont-mail-box:before {
    content: "\f05e"
}

.icofont-mail:before {
    content: "\f05f"
}

.icofont-male:before {
    content: "\f060"
}

.icofont-map:before {
    content: "\f061"
}

.icofont-math:before {
    content: "\f062"
}

.icofont-maximize:before {
    content: "\f063"
}

.icofont-measure:before {
    content: "\f064"
}

.icofont-medal:before {
    content: "\f065"
}

.icofont-medical:before {
    content: "\f066"
}

.icofont-medicine:before {
    content: "\f067"
}

.icofont-mega-phone:before {
    content: "\f068"
}

.icofont-memorial:before {
    content: "\f069"
}

.icofont-memory-card:before {
    content: "\f06a"
}

.icofont-mic-mute:before {
    content: "\f06b"
}

.icofont-mic:before {
    content: "\f06c"
}

.icofont-micro-chip:before {
    content: "\f06d"
}

.icofont-microphone:before {
    content: "\f06e"
}

.icofont-microscope:before {
    content: "\f06f"
}

.icofont-military:before {
    content: "\f070"
}

.icofont-mill:before {
    content: "\f071"
}

.icofont-minus-circle:before {
    content: "\f072"
}

.icofont-minus-square:before {
    content: "\f073"
}

.icofont-minus:before {
    content: "\f074"
}

.icofont-mobile-phone:before {
    content: "\f075"
}

.icofont-molecule:before {
    content: "\f076"
}

.icofont-money:before {
    content: "\f077"
}

.icofont-moon:before {
    content: "\f078"
}

.icofont-mop:before {
    content: "\f079"
}

.icofont-muffin:before {
    content: "\f07a"
}

.icofont-music-alt:before {
    content: "\f07b"
}

.icofont-music-notes:before {
    content: "\f07c"
}

.icofont-music:before {
    content: "\f07d"
}

.icofont-mustache:before {
    content: "\f07e"
}

.icofont-mute-volume:before {
    content: "\f07f"
}

.icofont-navigation-menu:before {
    content: "\f080"
}

.icofont-navigation:before {
    content: "\f081"
}

.icofont-network-tower:before {
    content: "\f082"
}

.icofont-network:before {
    content: "\f083"
}

.icofont-news:before {
    content: "\f084"
}

.icofont-newspaper:before {
    content: "\f085"
}

.icofont-no-smoking:before {
    content: "\f086"
}

.icofont-not-allowed:before {
    content: "\f087"
}

.icofont-notebook:before {
    content: "\f088"
}

.icofont-notepad:before {
    content: "\f089"
}

.icofont-notification:before {
    content: "\f08a"
}

.icofont-numbered:before {
    content: "\f08b"
}

.icofont-opposite:before {
    content: "\f08c"
}

.icofont-optic:before {
    content: "\f08d"
}

.icofont-options:before {
    content: "\f08e"
}

.icofont-package:before {
    content: "\f08f"
}

.icofont-page:before {
    content: "\f090"
}

.icofont-paint:before {
    content: "\f091"
}

.icofont-paper-plane:before {
    content: "\f092"
}

.icofont-paperclip:before {
    content: "\f093"
}

.icofont-papers:before {
    content: "\f094"
}

.icofont-paw:before {
    content: "\f095"
}

.icofont-pay:before {
    content: "\f096"
}

.icofont-pen:before {
    content: "\f097"
}

.icofont-pencil:before {
    content: "\f098"
}

.icofont-penguin-linux:before {
    content: "\f099"
}

.icofont-pestle:before {
    content: "\f09a"
}

.icofont-phone-circle:before {
    content: "\f09b"
}

.icofont-phone:before {
    content: "\f09c"
}

.icofont-picture:before {
    content: "\f09d"
}

.icofont-pie:before {
    content: "\f09e"
}

.icofont-pine:before {
    content: "\f09f"
}

.icofont-pixels:before {
    content: "\f0a0"
}

.icofont-play:before {
    content: "\f0a1"
}

.icofont-plugin:before {
    content: "\f0a2"
}

.icofont-plus-circle:before {
    content: "\f0a3"
}

.icofont-plus-square:before {
    content: "\f0a4"
}

.icofont-plus:before {
    content: "\f0a5"
}

.icofont-polygonal:before {
    content: "\f0a6"
}

.icofont-power:before {
    content: "\f0a7"
}

.icofont-presentation:before {
    content: "\f0a8"
}

.icofont-price:before {
    content: "\f0a9"
}

.icofont-print:before {
    content: "\f0aa"
}

.icofont-puzzle:before {
    content: "\f0ab"
}

.icofont-qr-code:before {
    content: "\f0ac"
}

.icofont-queen:before {
    content: "\f0ad"
}

.icofont-question-circle:before {
    content: "\f0ae"
}

.icofont-question-square:before {
    content: "\f0af"
}

.icofont-question:before {
    content: "\f0b0"
}

.icofont-quote-left:before {
    content: "\f0b1"
}

.icofont-quote-right:before {
    content: "\f0b2"
}

.icofont-radio:before {
    content: "\f0b3"
}

.icofont-random:before {
    content: "\f0b4"
}

.icofont-recycle:before {
    content: "\f0b5"
}

.icofont-refresh:before {
    content: "\f0b6"
}

.icofont-repair:before {
    content: "\f0b7"
}

.icofont-reply-all:before {
    content: "\f0b8"
}

.icofont-reply:before {
    content: "\f0b9"
}

.icofont-resize:before {
    content: "\f0ba"
}

.icofont-responsive:before {
    content: "\f0bb"
}

.icofont-retweet:before {
    content: "\f0bc"
}

.icofont-road:before {
    content: "\f0bd"
}

.icofont-robot:before {
    content: "\f0be"
}

.icofont-rocket:before {
    content: "\f0bf"
}

.icofont-royal:before {
    content: "\f0c0"
}

.icofont-rss-feed:before {
    content: "\f0c1"
}

.icofont-safety:before {
    content: "\f0c2"
}

.icofont-sale-discount:before {
    content: "\f0c3"
}

.icofont-satellite:before {
    content: "\f0c4"
}

.icofont-send-mail:before {
    content: "\f0c5"
}

.icofont-server:before {
    content: "\f0c6"
}

.icofont-settings:before {
    content: "\f0c7"
}

.icofont-share-alt:before {
    content: "\f0c8"
}

.icofont-share-boxed:before {
    content: "\f0c9"
}

.icofont-share:before {
    content: "\f0ca"
}

.icofont-shield:before {
    content: "\f0cb"
}

.icofont-ship:before {
    content: "\f0cc"
}

.icofont-shopping-cart:before {
    content: "\f0cd"
}

.icofont-sign-in:before {
    content: "\f0ce"
}

.icofont-sign-out:before {
    content: "\f0cf"
}

.icofont-signal:before {
    content: "\f0d0"
}

.icofont-site-map:before {
    content: "\f0d1"
}

.icofont-smart-phone:before {
    content: "\f0d2"
}

.icofont-soccer:before {
    content: "\f0d3"
}

.icofont-sort-alt:before {
    content: "\f0d4"
}

.icofont-sort:before {
    content: "\f0d5"
}

.icofont-space:before {
    content: "\f0d6"
}

.icofont-spanner:before {
    content: "\f0d7"
}

.icofont-speech-comments:before {
    content: "\f0d8"
}

.icofont-speed-meter:before {
    content: "\f0d9"
}

.icofont-spinner-alt-1:before {
    content: "\f0da"
}

.icofont-spinner-alt-2:before {
    content: "\f0db"
}

.icofont-spinner-alt-3:before {
    content: "\f0dc"
}

.icofont-spinner-alt-4:before {
    content: "\f0dd"
}

.icofont-spinner-alt-5:before {
    content: "\f0de"
}

.icofont-spinner-alt-6:before {
    content: "\f0df"
}

.icofont-spinner:before {
    content: "\f0e0"
}

.icofont-spreadsheet:before {
    content: "\f0e1"
}

.icofont-square:before {
    content: "\f0e2"
}

.icofont-ssl-security:before {
    content: "\f0e3"
}

.icofont-star-alt-1:before {
    content: "\f0e4"
}

.icofont-star-alt-2:before {
    content: "\f0e5"
}

.icofont-star:before {
    content: "\f0e6"
}

.icofont-street-view:before {
    content: "\f0e7"
}

.icofont-sun:before {
    content: "\f0e8"
}

.icofont-support-faq:before {
    content: "\f0e9"
}

.icofont-tack-pin:before {
    content: "\f0ea"
}

.icofont-tag:before {
    content: "\f0eb"
}

.icofont-tags:before {
    content: "\f0ec"
}

.icofont-tasks:before {
    content: "\f0ed"
}

.icofont-telephone:before {
    content: "\f0ee"
}

.icofont-telescope:before {
    content: "\f0ef"
}

.icofont-terminal:before {
    content: "\f0f0"
}

.icofont-thumbs-down:before {
    content: "\f0f1"
}

.icofont-thumbs-up:before {
    content: "\f0f2"
}

.icofont-tick-boxed:before {
    content: "\f0f3"
}

.icofont-tick-mark:before {
    content: "\f0f4"
}

.icofont-ticket:before {
    content: "\f0f5"
}

.icofont-tie:before {
    content: "\f0f6"
}

.icofont-toggle-off:before {
    content: "\f0f7"
}

.icofont-toggle-on:before {
    content: "\f0f8"
}

.icofont-tools:before {
    content: "\f0f9"
}

.icofont-transparent:before {
    content: "\f0fa"
}

.icofont-tree:before {
    content: "\f0fb"
}

.icofont-umbrella:before {
    content: "\f0fc"
}

.icofont-unlock:before {
    content: "\f0fd"
}

.icofont-unlocked:before {
    content: "\f0fe"
}

.icofont-upload-alt:before {
    content: "\f0ff"
}

.icofont-upload:before {
    content: "\f100"
}

.icofont-usb-drive:before {
    content: "\f101"
}

.icofont-usb:before {
    content: "\f102"
}

.icofont-vector-path:before {
    content: "\f103"
}

.icofont-verification-check:before {
    content: "\f104"
}

.icofont-video-clapper:before {
    content: "\f105"
}

.icofont-video:before {
    content: "\f106"
}

.icofont-volume-down:before {
    content: "\f107"
}

.icofont-volume-off:before {
    content: "\f108"
}

.icofont-volume-up:before {
    content: "\f109"
}

.icofont-wall-clock:before {
    content: "\f10a"
}

.icofont-wall:before {
    content: "\f10b"
}

.icofont-wallet:before {
    content: "\f10c"
}

.icofont-warning-alt:before {
    content: "\f10d"
}

.icofont-warning:before {
    content: "\f10e"
}

.icofont-water-drop:before {
    content: "\f10f"
}

.icofont-web:before {
    content: "\f110"
}

.icofont-wheelchair:before {
    content: "\f111"
}

.icofont-wifi-alt:before {
    content: "\f112"
}

.icofont-wifi:before {
    content: "\f113"
}

.icofont-world:before {
    content: "\f114"
}

.icofont-zigzag:before {
    content: "\f115"
}

.icofont-zipped:before {
    content: "\f116"
}

.icofont-social-500px:before {
    content: "\f117"
}

.icofont-social-baidu-tieba:before {
    content: "\f118"
}

.icofont-social-bbm-messenger:before {
    content: "\f119"
}

.icofont-social-delicious:before {
    content: "\f11a"
}

.icofont-social-dribbble:before {
    content: "\f11b"
}

.icofont-social-facebook-messenger:before {
    content: "\f11c"
}

.icofont-social-flikr:before {
    content: "\f11d"
}

.icofont-social-foursquare:before {
    content: "\f11e"
}

.icofont-social-google-hangouts:before {
    content: "\f11f"
}

.icofont-social-kakaotalk:before {
    content: "\f120"
}

.icofont-social-kik:before {
    content: "\f121"
}

.icofont-social-kiwibox:before {
    content: "\f122"
}

.icofont-social-linkedin:before {
    content: "\f123"
}

.icofont-social-meetme:before {
    content: "\f124"
}

.icofont-social-odnoklassniki:before {
    content: "\f125"
}

.icofont-social-photobucket:before {
    content: "\f126"
}

.icofont-social-qq:before {
    content: "\f127"
}

.icofont-social-renren:before {
    content: "\f128"
}

.icofont-social-slack:before {
    content: "\f129"
}

.icofont-social-slidshare:before {
    content: "\f12a"
}

.icofont-social-snapchat:before {
    content: "\f12b"
}

.icofont-social-soundcloud:before {
    content: "\f12c"
}

.icofont-social-spotify:before {
    content: "\f12d"
}

.icofont-social-stack-exchange:before {
    content: "\f12e"
}

.icofont-social-stack-overflow:before {
    content: "\f12f"
}

.icofont-social-tagged:before {
    content: "\f130"
}

.icofont-social-trello:before {
    content: "\f131"
}

.icofont-social-twitch:before {
    content: "\f132"
}

.icofont-social-vk:before {
    content: "\f133"
}

.icofont-social-weibo:before {
    content: "\f134"
}

.icofont-social-whatsapp:before {
    content: "\f135"
}

.icofont-social-youku:before {
    content: "\f136"
}

.icofont-social-youtube-play:before {
    content: "\f137"
}

.icofont-social-youtube:before {
    content: "\f138"
}

.icofont-brand-xiaomi:before {
    content: "\f139"
}

.icofont-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.icofont-2x {
    font-size: 2em
}

.icofont-3x {
    font-size: 3em
}

.icofont-4x {
    font-size: 4em
}

.icofont-5x {
    font-size: 5em
}

.icofont-fw {
    display: inline-block;
    width: 1.28571429em;
    text-align: center
}

.icofont-fw {
    width: 1.28571429em;
    text-align: center
}

.icofont-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.icofont-ul>li {
    position: relative
}

.icofont-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.icofont-rotate {
    display: inline-block;
    -webkit-animation: icofont-rotate 2s infinite linear;
    animation: icofont-rotate 2s infinite linear
}

@-webkit-keyframes icofont-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes icofont-rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

a.meanmenu-reveal {
    display: none
}

.mean-container .mean-bar {
    background: inherit;
    float: left;
    min-height: 0;
    position: relative;
    width: 100%;
    z-index: 1
}

.mean-container a.meanmenu-reveal {
    color: #333;
    cursor: pointer;
    display: block;
    float: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1px;
    font-weight: 700;
    height: 22px;
    line-height: 22px;
    padding: 4px 5px;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: -65px;
    width: 18px
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #333;
    height: 2px;
    margin-top: 3px
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: transparent
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none
}

.mean-container .mean-nav ul li {
    background: #f8f8f8 none repeat scroll 0 0;
    float: left;
    position: relative;
    width: 100%;
    border-top: 1px solid #ddd
}

.mean-container .mean-nav ul li a {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #666666;
    display: block;
    float: left;
    font-size: 12px;
    margin: 0;
    padding: 1em 5%;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
    font-weight: bold
}

.mean-container .mean-nav ul li li a {
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    opacity: 0.75;
    padding: 1em 10%;
    text-shadow: none !important;
    visibility: visible;
    width: 80%;
    font-weight: normal;
    text-transform: capitalize;
    color: #444
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: 0;
    margin-bottom: 0
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%
}

.mean-container .mean-nav ul li a:hover {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #000
}

.mean-container .mean-nav ul li a.mean-expand {
    width: 26px;
    height: 15px;
    margin-top: 1px;
    padding: 6px 12px !important;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.1);
    border: 0 !important;
    background: #F8F8F8
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: #f8f8f8
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.mean-remove {
    display: none !important
}

.mean-container .mean-bar::after {
    color: #333;
    content: inherit;
    font-size: 21px;
    font-weight: 700;
    left: 5%;
    position: absolute;
    top: 13px
}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    color: #686868;
    overflow-x: hidden;
    overflow-y: auto
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s
}

a,
.btn {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.btn {
    border-radius: 0px;
    font-size: 14px;
    padding: 0px 15px;
    height: 30px;
    line-height: 30px
}

a:focus,
.btn:focus {
    text-decoration: none;
    outline: none
}

a:focus,
a:hover {
    color: #050035;
    text-decoration: none
}

a,
button,
input {
    outline: medium none;
    color: #686868
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    color: #383838;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

h1 {
    font-size: 46px;
    font-weight: 500
}

h2 {
    font-size: 37px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px
}

ul {
    margin: 0px;
    padding: 0px
}

p {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #3e3e3e;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif
}

hr {
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid #eceff8;
    border-top: 0px
}

hr.style-2 {
    border-bottom: 1px dashed #f10
}

hr.mp-0 {
    margin: 0;
    border-bottom: 1px solid #eceff8
}

hr.mtb-40 {
    margin: 40px 0;
    border-bottom: 1px solid #eceff8;
    border-top: 0px
}

label {
    font-size: 15px;
    font-weight: 400;
    color: #626262
}

*::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #4fc1f0;
    color: #fff;
    text-shadow: none
}

.mark,
mark {
    background: #4fc1f0 none repeat scroll 0 0;
    color: #ffffff
}

span.tooltip-content {
    color: #00a9da;
    cursor: help;
    font-weight: 600
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0
}

a.button::after,
a.button-small::after {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s
}

.share ul,
.share:hover ul {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out
}

a.button-border span,
a.button-border-white span,
input,
select,
textarea {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s
}

.section-title h3 {
    font-size: 36px;
    margin-bottom: 20px
}

.section-title.text-white h3 {
    color: #ffffff
}

.button {
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #9c9c9c;
    border-radius: 5px;
    box-shadow: none;
    color: #9c9c9c;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    overflow: hidden;
    padding: 12px 30px;
    position: relative;
    text-transform: uppercase
}

.button:hover {
    border: 1px solid #fff;
    color: #fff
}

.button.border-white {
    border-color: #fff
}

.button.theme-bg {
    border-color: #4a90e2
}

.button.button-white {
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
    background-color: #fff;
    color: #4FC1F0;
    font-size: 15px
}

.button.button-white i {
    background: rgba(0, 0, 0, 0.09);
    display: block;
    float: left;
    padding: 14px;
    font-size: 16px;
    color: #4FC1F0;
    font-weight: normal;
    width: 50px;
    text-align: center
}

.button.button-white span {
    display: block;
    float: left;
    position: relative;
    z-index: 2;
    padding: 11px 20px;
    font-size: 15px;
    color: #4FC1F0;
    font-weight: normal
}

.button.button-grey {
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
    background-color: #eceff7;
    color: #4FC1F0;
    font-size: 15px
}

.button.button-grey i {
    background: rgba(0, 0, 0, 0.09);
    display: block;
    float: left;
    padding: 14px;
    font-size: 16px;
    color: #4FC1F0;
    font-weight: normal;
    width: 50px;
    text-align: center
}

.button.button-grey span {
    display: block;
    float: left;
    position: relative;
    z-index: 2;
    padding: 11px 20px;
    font-size: 15px;
    color: #4FC1F0;
    font-weight: normal
}

.button.button-black {
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
    background-color: #444444;
    color: #4FC1F0;
    font-size: 15px
}

.button.button-black i {
    background: rgba(0, 0, 0, 0.3);
    display: block;
    float: left;
    padding: 14px;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    width: 50px;
    text-align: center
}

.button.button-black span {
    display: block;
    float: left;
    position: relative;
    z-index: 2;
    padding: 11px 20px;
    font-size: 15px;
    color: #fff;
    font-weight: normal
}

.button-border span {
    border: 0 none;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    padding: 11px 20px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    background-color: transparent;
    color: #4FC1F0;
    font-size: 15px;
    border: 1px solid #4FC1F0
}

.button-border span:hover {
    box-shadow: -200px 0 0 #4FC1F0 inset;
    color: #fff;
    border-color: #4FC1F0
}

.button-border-white span {
    border: 0 none;
    border-radius: 3px;
    cursor: pointer;
    display: inline-block;
    padding: 11px 20px;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    background-color: transparent;
    color: #fff;
    font-size: 15px;
    border: 1px solid #fff
}

.button-border-white span:hover {
    box-shadow: -200px 0 0 #fff inset;
    color: #4FC1F0;
    border-color: #fff
}

.button-small {
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
    overflow: hidden;
    padding: 0;
    position: relative;
    background-color: #4FC1F0;
    color: #fff;
    font-size: 15px
}

.button-small i {
    background: rgba(0, 0, 0, 0.09);
    display: block;
    float: left;
    padding: 10px;
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    width: 40px;
    text-align: center
}

.button-small span {
    display: block;
    float: left;
    position: relative;
    z-index: 2;
    padding: 8px 10px;
    font-size: 13px;
    color: #fff;
    font-weight: normal
}

.button-small:after {
    background: rgba(0, 0, 0, 0.09) none repeat scroll 0 0;
    content: "";
    height: 100%;
    right: 0;
    position: absolute;
    top: 0;
    width: 0;
    z-index: 1
}

a.button-small:hover::after {
    width: 100%
}

.button.large {
    margin-right: 0px
}

.button.large span {
    padding: 16px 80px;
    font-size: 18px
}

.button.large i {
    padding: 20px;
    width: 60px;
    font-size: 18px
}

.button.medium span {
    padding: 14px 60px;
    font-size: 16px
}

.button.medium i {
    padding: 17px;
    width: 50px;
    font-size: 16px
}

.button.small span {
    padding: 12px 40px
}

.button.small i {
    padding: 14px;
    width: 45px
}

.button.small span {
    padding: 12px 40px
}

.button.small i {
    padding: 15px;
    width: 45px
}

.button.extra-small span {
    padding: 8px 20px;
    font-size: 13px
}

.button.extra-small i {
    padding: 11px;
    width: 38px;
    font-size: 13px
}

.social-icon ul {
    margin: 0;
    padding: 0
}

.social-icon ul li {
    display: inline-block;
    list-style: none
}

.social-icon ul li a {
    display: block;
    margin: 3px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    background: #4FC1F0;
    text-align: center;
    border-radius: 50%
}

.social-icon ul li a:hover {
    background: #EB3B60
}

.social-icon.socile-icon-style-2 ul li a {
    color: #fff;
    background: #323232;
    border-radius: 0
}

.social-icon.socile-icon-style-2 ul li a:hover {
    background: #EB3B60
}

.social-icon.socile-icon-style-3 ul li a {
    color: #fff;
    background: transparent;
    border: 1px solid #fff
}

.social-icon.socile-icon-style-3 ul li a:hover {
    background: #EB3B60;
    border-color: #EB3B60
}

.text-blue {
    color: #4FC1F0
}

.text-white {
    color: #fff
}

.text-black {
    color: #363636
}

.text-theme {
    color: #f10
}

.text-theme {
    color: #4a90e2
}

.text-white h1,
.text-white p,
.text-white h2 {
    color: #fff
}

input {
    background: #eceff8;
    border: 2px solid #eceff8;
    height: 45px;
    box-shadow: none;
    padding-left: 10px;
    font-size: 14px;
    color: #626262;
    width: 100%
}

select {
    width: 100%;
    background: #eceff8;
    border: 2px solid #eceff8;
    height: 45px;
    padding-left: 10px;
    box-shadow: none;
    font-size: 14px;
    color: #626262
}

option {
    background: #fff;
    border: 0px solid #626262;
    padding-left: 10px;
    font-size: 14px
}

input:focus {
    background: transparent;
    border: 2px solid #4FC1F0
}

textarea {
    resize: vertical;
    background: #eceff8;
    border: 2px solid #eceff8;
    padding: 10px;
    width: 100%;
    font-size: 14px
}

textarea:focus {
    background: transparent;
    border: 2px solid #4FC1F0;
    outline: none
}

::-moz-placeholder {
    color: #444
}

.input-group.divcenter.input-group .form-control {
    padding-left: 0px
}

#back-to-top .top {
    z-index: 999;
    position: fixed;
    margin: 0px;
    color: #fff;
    transition: all .5s ease-in-out;
    position: fixed;
    bottom: 105px;
    right: 15px;
    border-radius: 3px;
    z-index: 999;
    background: transparent;
    font-size: 14px;
    background: #4FC1F0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px
}

#back-to-top .top:hover {
    color: #fff;
    height: 50px
}

#back-to-top .top {
    background: #007da1
}

.m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0
}

.p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0
}

.mt-0 {
    margin-top: 0
}

.mt-10 {
    margin-top: 10px
}

.mt-12 {
    margin-top: 12px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-30 {
    margin-top: 30px
}

.mt-35 {
    margin-top: 35px
}

.mt-40 {
    margin-top: 40px
}

.mt-50 {
    margin-top: 50px
}

.mt-60 {
    margin-top: 60px
}

.mt-70 {
    margin-top: 70px
}

.mt-80 {
    margin-top: 80px
}

.mt-90 {
    margin-top: 90px
}

.mt-100 {
    margin-top: 100px
}

.mt-110 {
    margin-top: 110px
}

.mt-120 {
    margin-top: 120px
}

.mt-130 {
    margin-top: 130px
}

.mt-140 {
    margin-top: 140px
}

.mt-150 {
    margin-top: 150px
}

.mt-160 {
    margin-top: 160px
}

.mt-170 {
    margin-top: 170px
}

.mt-180 {
    margin-top: 180px
}

.mt-190 {
    margin-top: 190px
}

.mr-0 {
    margin-right: 0px
}

.mr-4 {
    margin-right: 4px
}

.mr-10 {
    margin-right: 10px
}

.mr-12 {
    margin-right: 12px
}

.mr-15 {
    margin-right: 15px
}

.mr-20 {
    margin-right: 20px
}

.mr-30 {
    margin-right: 30px
}

.mr-35 {
    margin-right: 35px
}

.mr-40 {
    margin-right: 40px
}

.mr-50 {
    margin-right: 50px
}

.mr-60 {
    margin-right: 60px
}

.mr-70 {
    margin-right: 70px
}

.mr-80 {
    margin-right: 80px
}

.mr-90 {
    margin-right: 90px
}

.mr-100 {
    margin-right: 100px
}

.mr-110 {
    margin-right: 110px
}

.mr-120 {
    margin-right: 120px
}

.mr-130 {
    margin-right: 130px
}

.mr-140 {
    margin-right: 140px
}

.mr-150 {
    margin-right: 150px
}

.mr-185 {
    margin-right: 185px
}

.mb-0 {
    margin-bottom: 0
}

.mb-4 {
    margin-bottom: 4px
}

.mb-6 {
    margin-bottom: 6px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-12 {
    margin-bottom: 12px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-24 {
    margin-bottom: 24px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-35 {
    margin-bottom: 35px
}

.mb-40 {
    margin-bottom: 40px
}

.mb-45 {
    margin-bottom: 45px
}

.mb-50 {
    margin-bottom: 50px
}

.mb-55 {
    margin-bottom: 55px
}

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

.mb-65 {
    margin-bottom: 65px
}

.mb-70 {
    margin-bottom: 70px
}

.mb-80 {
    margin-bottom: 80px
}

.mb-85 {
    margin-bottom: 85px
}

.mb-90 {
    margin-bottom: 90px
}

.mb-95 {
    margin-bottom: 95px
}

.mb-100 {
    margin-bottom: 100px
}

.mb-110 {
    margin-bottom: 110px
}

.mb-115 {
    margin-bottom: 115px
}

.mb-120 {
    margin-bottom: 120px
}

.mb-130 {
    margin-bottom: 130px
}

.mb-140 {
    margin-bottom: 140px
}

.mb-145 {
    margin-bottom: 145px
}

.mb-150 {
    margin-bottom: 150px
}

.ml-0 {
    margin-left: 0
}

.ml-10 {
    margin-left: 10px
}

.ml-12 {
    margin-left: 12px
}

.ml-15 {
    margin-left: 15px
}

.ml-20 {
    margin-left: 20px
}

.ml-30 {
    margin-left: 30px
}

.ml-40 {
    margin-left: 40px
}

.ml-50 {
    margin-left: 50px
}

.ml-60 {
    margin-left: 60px
}

.ml-80 {
    margin-left: 80px
}

.ml-90 {
    margin-left: 90px
}

.ml-100 {
    margin-left: 100px
}

.ml-110 {
    margin-left: 110px
}

.ml-120 {
    margin-left: 120px
}

.ml-130 {
    margin-left: 130px
}

.ml-140 {
    margin-left: 140px
}

.ml-150 {
    margin-left: 150px
}

.ml-185 {
    margin-left: 185px
}

.pt-0 {
    padding-top: 0
}

.pt-10 {
    padding-top: 10px
}

.pt-15 {
    padding-top: 15px
}

.pt-20 {
    padding-top: 20px
}

.pt-25 {
    padding-top: 25px
}

.pt-30 {
    padding-top: 30px
}

.pt-35 {
    padding-top: 35px
}

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

.pt-45 {
    padding-top: 45px
}

.pt-50 {
    padding-top: 50px
}

.pt-55 {
    padding-top: 55px
}

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

.pt-65 {
    padding-top: 65px
}

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

.pt-75 {
    padding-top: 75px
}

.pt-80 {
    padding-top: 80px
}

.pt-85 {
    padding-top: 85px
}

.pt-95 {
    padding-top: 95px
}

.pt-90 {
    padding-top: 90px
}

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

.pt-custom {
    padding-bottom: 250px;
    padding-top: 80px
}

.pt-95 {
    padding-top: 95px
}

.pt-105 {
    padding-top: 105px
}

.pt-110 {
    padding-top: 110px
}

.pt-115 {
    padding-top: 115px
}

.pt-120 {
    padding-top: 120px
}

.pt-125 {
    padding-top: 125px
}

.pt-130 {
    padding-top: 130px
}

.pt-135 {
    padding-top: 135px
}

.pt-140 {
    padding-top: 140px
}

.pt-145 {
    padding-top: 145px
}

.pt-150 {
    padding-top: 150px
}

.pt-155 {
    padding-top: 155px
}

.pt-175 {
    padding-top: 175px
}

.pt-160 {
    padding-top: 160px
}

.pt-165 {
    padding-top: 165px
}

.pt-170 {
    padding-top: 170px
}

.pt-180 {
    padding-top: 180px
}

.pt-195 {
    padding-top: 195px
}

.pt-185 {
    padding-top: 185px
}

.pt-205 {
    padding-top: 205px
}

.pt-200 {
    padding-top: 200px
}

.pt-365 {
    padding-top: 365px
}

.pt-370 {
    padding-top: 370px
}

.pt-380 {
    padding-top: 380px
}

.pr-0 {
    padding-right: 0
}

.pr-10 {
    padding-right: 10px
}

.pr-15 {
    padding-right: 15px
}

.pr-20 {
    padding-right: 20px
}

.pr-30 {
    padding-right: 30px
}

.pr-40 {
    padding-right: 40px
}

.pr-50 {
    padding-right: 50px
}

.pr-60 {
    padding-right: 60px
}

.pr-70 {
    padding-right: 70px
}

.pr-80 {
    padding-right: 80px
}

.pr-90 {
    padding-right: 90px
}

.pr-100 {
    padding-right: 100px
}

.pr-110 {
    padding-right: 110px
}

.pr-120 {
    padding-right: 120px
}

.pr-130 {
    padding-right: 130px
}

.pr-140 {
    padding-right: 140px
}

.pr-145 {
    padding-right: 145px
}

.pr-155 {
    padding-right: 155px
}

.pr-185 {
    padding-right: 185px
}

.pr-200 {
    padding-right: 200px
}

.pr-205 {
    padding-right: 205px
}

.pb-0 {
    padding-bottom: 0
}

.pb-10 {
    padding-bottom: 10px
}

.pb-15 {
    padding-bottom: 15px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-25 {
    padding-bottom: 25px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-35 {
    padding-bottom: 35px
}

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

.pb-45 {
    padding-bottom: 45px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-55 {
    padding-bottom: 55px
}

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

.pb-65 {
    padding-bottom: 65px
}

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

.pb-75 {
    padding-bottom: 75px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-85 {
    padding-bottom: 85px
}

.pb-90 {
    padding-bottom: 90px
}

.pb-95 {
    padding-bottom: 95px
}

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

.pb-105 {
    padding-bottom: 105px
}

.pb-110 {
    padding-bottom: 110px
}

.pb-115 {
    padding-bottom: 115px
}

.pb-120 {
    padding-bottom: 120px
}

.pb-130 {
    padding-bottom: 130px
}

.pb-150 {
    padding-bottom: 140px
}

.pb-120 {
    padding-bottom: 120px
}

.pb-120 {
    padding-bottom: 120px
}

.pb-125 {
    padding-bottom: 125px
}

.pb-130 {
    padding-bottom: 130px
}

.pb-135 {
    padding-bottom: 135px
}

.pb-140 {
    padding-bottom: 140px
}

.pb-150 {
    padding-bottom: 150px
}

.pb-145 {
    padding-bottom: 145px
}

.pb-155 {
    padding-bottom: 155px
}

.pb-160 {
    padding-bottom: 160px
}

.pb-170 {
    padding-bottom: 170px
}

.pb-175 {
    padding-bottom: 175px
}

.pb-180 {
    padding-bottom: 180px
}

.pb-160 {
    padding-bottom: 160px
}

.pb-165 {
    padding-bottom: 165px
}

.pb-173 {
    padding-bottom: 173px
}

.pb-180 {
    padding-bottom: 180px
}

.pb-190 {
    padding-bottom: 190px
}

.pb-195 {
    padding-bottom: 195px
}

.pb-280 {
    padding-bottom: 280px
}

.pb-210 {
    padding-bottom: 210px
}

.pb-220 {
    padding-bottom: 220px
}

.pb-285 {
    padding-bottom: 285px
}

.pb-290 {
    padding-bottom: 290px
}

.pl-0 {
    padding-left: 0
}

.pl-10 {
    padding-left: 10px
}

.pl-15 {
    padding-left: 15px
}

.pl-20 {
    padding-left: 20px
}

.pl-30 {
    padding-left: 30px
}

.pl-40 {
    padding-left: 40px
}

.pl-50 {
    padding-left: 50px
}

.pl-55 {
    padding-left: 55px
}

.pl-60 {
    padding-left: 60px
}

.pl-70 {
    padding-left: 70px
}

.pl-80 {
    padding-left: 80px
}

.pl-90 {
    padding-left: 90px
}

.pl-100 {
    padding-left: 100px
}

.pl-110 {
    padding-left: 110px
}

.pl-120 {
    padding-left: 120px
}

.pl-130 {
    padding-left: 130px
}

.pl-140 {
    padding-left: 140px
}

.pl-150 {
    padding-left: 150px
}

.pl-155 {
    padding-left: 155px
}

.pl-185 {
    padding-left: 185px
}

.pl-190 {
    padding-left: 190px
}

.pl-195 {
    padding-left: 195px
}

.pl-200 {
    padding-left: 200px
}

.ptb-0 {
    padding: 0
}

.ptb-10 {
    padding: 10px 0
}

.ptb-15 {
    padding: 15px 0
}

.ptb-20 {
    padding: 20px 0
}

.ptb-30 {
    padding: 30px 0
}

.ptb-35 {
    padding: 35px 0
}

.ptb-32 {
    padding: 32px 0
}

.ptb-40 {
    padding: 40px 0
}

.ptb-50 {
    padding: 50px 0
}

.ptb-60 {
    padding: 60px 0
}

.ptb-70 {
    padding: 70px 0
}

.ptb-80 {
    padding: 80px 0
}

.ptb-90 {
    padding: 90px 0
}

.ptb-95 {
    padding: 95px 0
}

.ptb-100 {
    padding: 100px 0
}

.ptb-105 {
    padding: 105px 0
}

.ptb-115 {
    padding: 115px 0
}

.ptb-110 {
    padding: 110px 0
}

.ptb-120 {
    padding: 120px 0
}

.ptb-130 {
    padding: 130px 0
}

.ptb-135 {
    padding: 135px 0
}

.ptb-140 {
    padding: 140px 0
}

.ptb-150 {
    padding: 150px 0
}

.ptb-145 {
    padding: 145px 0
}

.ptb-160 {
    padding: 160px 0
}

.ptb-170 {
    padding: 170px 0
}

.ptb-177 {
    padding: 177px 0
}

.ptb-180 {
    padding: 180px 0
}

.ptb-190 {
    padding: 190px 0
}

.ptb-200 {
    padding: 200px 0
}

.ptb-210 {
    padding: 210px 0
}

.ptb-220 {
    padding: 220px 0
}

.ptb-290 {
    padding: 290px 0
}

.ptb-310 {
    padding: 310px 0
}

.mtb-0 {
    margin: 0
}

.mtb-10 {
    margin: 10px 0
}

.mtb-15 {
    margin: 15px 0
}

.mtb-20 {
    margin: 20px 0
}

.mtb-30 {
    margin: 30px 0
}

.mtb-40 {
    margin: 40px 0
}

.mtb-50 {
    margin: 50px 0
}

.mtb-60 {
    margin: 60px 0
}

.mtb-70 {
    margin: 70px 0
}

.mtb-80 {
    margin: 80px 0
}

.mtb-90 {
    margin: 90px 0
}

.mtb-100 {
    margin: 100px 0
}

.mtb-110 {
    margin: 110px 0
}

.mtb-120 {
    margin: 120px 0
}

.mtb-130 {
    margin: 130px 0
}

.mtb-140 {
    margin: 140px 0
}

.mtb-150 {
    margin: 150px 0
}

.mtb-290 {
    margin: 290px 0
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10 {
    float: left
}

.col-1 {
    width: 10%
}

.col-2 {
    width: 20%
}

.col-3 {
    width: 30%
}

.col-4 {
    width: 40%
}

.col-5 {
    width: 50%
}

.col-6 {
    width: 60%
}

.col-7 {
    width: 70%
}

.col-8 {
    width: 80%
}

.col-9 {
    width: 90%
}

.col-10 {
    width: 100%
}

.white-bg {
    background: #fff
}

.black-bg {
    background: #282828
}

.black-bg-2 {
    background: #181818
}

.black-bg-3 {
    background: #0a0a0a
}

.black-bg-4 {
    background: #0d0e15
}

.black-bg-5 {
    background: #353535
}

.black-bg-6 {
    background: #222222
}

.gray-bg {
    background: #fafafa
}

.gray-bg-2 {
    background: #f1f1f1
}

.gray-bg-3 {
    background: #f3f3f3
}

.gray-bg-4 {
    background: #f8f8f8
}

.gray-bg-5 {
    background: #f7f7f7
}

.gray-bg-6 {
    background: #eeeeee
}

.gray-bg-7 {
    background: #f9f9f9
}

.gray-bg-8 {
    background: #f6f6f6
}

.theme-bg {
    background: #2a68fc
}

.theme-bg-2 {
    background: #f44344
}

.blue-bg {
    background: #4FC1F0
}

.default-bg {
    background: #50C1F0
}

.transparent-bg {
    background: transparent
}

[data-overlay] {
    position: relative
}

[data-overlay]::before {
    background: #000 none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

[data-overlay="3"]::before {
    opacity: 0.3
}

[data-overlay="4"]::before {
    opacity: 0.4
}

[data-overlay="5"]::before {
    opacity: 0.5
}

[data-overlay="56"]::before {
    opacity: 0.56
}

[data-overlay="6"]::before {
    opacity: 0.6
}

[data-overlay="7"]::before {
    opacity: 0.7
}

[data-overlay="8"]::before {
    opacity: 0.8
}

[data-overlay="9"]::before {
    opacity: 0.9
}

[white-overlay] {
    position: relative
}

[white-overlay]::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

[white-overlay="3"]::before {
    opacity: 0.3
}

[white-overlay="4"]::before {
    opacity: 0.4
}

[white-overlay="5"]::before {
    opacity: 0.3
}

[white-overlay="6"]::before {
    opacity: 0.6
}

[white-overlay="7"]::before {
    opacity: 0.8
}

[white-overlay="9"]::before {
    opacity: 0.9
}

.z-index {
    position: relative;
    z-index: 9
}

.bg-1,
.bg-2,
.bg-3,
.bg-4,
.bg-5,
.bg-6,
.bg-7,
.bg-8,
.bg-9,
.bg-10 {
    background-attachment: fixed;
    background-clip: initial;
    background-color: rgba(0, 0, 0, 0);
    background-origin: initial;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0
}

.bg-1 {
    background: url(https://pisumfoods.com/images/bg/1.jpg)
}

.bg-2 {
    background: url(https://pisumfoods.com/images/bg/2.jpg)
}

.bg-3 {
    background: url(https://pisumfoods.com/images/bg/3.jpg)
}

.bg-4 {
    background: url(https://pisumfoods.com/images/bg/4.jpg)
}

.bg-5 {
    background: url(https://pisumfoods.com/images/bg/5.jpg)
}

.bg-6 {
    background: url(https://pisumfoods.com/images/bg/6.jpg)
}

.bg-7 {
    background: url(https://pisumfoods.com/images/bg/7.jpg)
}

.bg-8 {
    background: url(https://pisumfoods.com/images/bg/8.jpg)
}

.bg-9 {
    background: url(https://pisumfoods.com/images/bg/9.jpg)
}

.bg-10 {
    background: url(https://pisumfoods.com/images/bg/10.jpg)
}

.bg-img {
    background-position: center center;
    background-size: cover
}

.pattern-bg {
    background: url(https://pisumfoods.com/images/pattern/pattern-bg.png) repeat;
    background-position: top right;
    background-color: #eceff7
}

.separator {
    position: relative;
    display: inline-block;
    clear: both;
    background: rgba(0, 0, 0, 0.07) none repeat scroll 0 0;
    bottom: 0;
    height: 1px;
    width: 33%
}

.separator::before {
    background: #4fc1f0 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 100px
}

.section-title:hover .separator::before {
    width: 75%
}

.separator i {
    background: #ECEFF7 none repeat scroll 0 0;
    color: #4fc1f0;
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: -20px;
    width: 40px
}

.separator span {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #4fc1f0;
    border-radius: 100%;
    display: block;
    height: 10px;
    position: absolute;
    top: -5px;
    width: 10px
}

.separator i,
.separator span {
    left: 0;
    transform: none
}

.text-center .separator::before,
.text-center .separator i,
.text-center .separator span {
    left: 50%;
    transform: translateX(-50%)
}

.text-right .separator::before,
.text-right .separator i,
.text-right .separator span {
    left: auto;
    transform: none;
    right: 0
}

.socile-icon-tooltip [data-tooltip],
.socile-icon-tooltip .tooltip {
    cursor: pointer;
    position: relative
}

.socile-icon-tooltip [data-tooltip]::before,
.socile-icon-tooltip [data-tooltip]::after,
.socile-icon-tooltip .tooltip::before,
.socile-icon-tooltip .tooltip::after {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    transform: translate3d(0px, 0px, 0px);
    transition: opacity 0.2s ease-in-out 0s, visibility 0.2s ease-in-out 0s, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24) 0s;
    visibility: hidden
}

.socile-icon-tooltip [data-tooltip]:hover::before,
.socile-icon-tooltip [data-tooltip]:hover::after,
.socile-icon-tooltip [data-tooltip]:focus::before,
.socile-icon-tooltip [data-tooltip]:focus::after,
.socile-icon-tooltip .tooltip:hover::before,
.socile-icon-tooltip .tooltip:hover::after,
.socile-icon-tooltip .tooltip:focus::before,
.socile-icon-tooltip .tooltip:focus::after {
    opacity: 1;
    visibility: visible
}

.socile-icon-tooltip .tooltip::before,
.socile-icon-tooltip [data-tooltip]::before {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 6px solid rgba(0, 0, 0, 0);
    content: "";
    z-index: 1001
}

.socile-icon-tooltip .tooltip::after,
.socile-icon-tooltip [data-tooltip]::after {
    background-color: #00a9da;
    border-radius: 3px;
    color: #ffffff;
    content: attr(data-tooltip);
    font-size: 14px;
    line-height: 1.2;
    padding: 8px;
    text-align: center;
    width: 100px;
    z-index: 1000
}

.socile-icon-tooltip [data-tooltip]::before,
.socile-icon-tooltip [data-tooltip]::after,
.socile-icon-tooltip .tooltip::before,
.socile-icon-tooltip .tooltip::after,
.socile-icon-tooltip .tooltip-top::before,
.socile-icon-tooltip .tooltip-top::after {
    bottom: 100%;
    left: 50%
}

.socile-icon-tooltip [data-tooltip]::before,
.socile-icon-tooltip .tooltip::before,
.socile-icon-tooltip .tooltip-top::before {
    border-top-color: #00a9da;
    margin-bottom: -12px;
    margin-left: -6px
}

.socile-icon-tooltip [data-tooltip]::after,
.socile-icon-tooltip .tooltip::after,
.socile-icon-tooltip .tooltip-top::after {
    margin-left: -50px
}

.socile-icon-tooltip [data-tooltip]:hover::before,
.socile-icon-tooltip [data-tooltip]:hover::after,
.socile-icon-tooltip [data-tooltip]:focus::before,
.socile-icon-tooltip [data-tooltip]:focus::after,
.socile-icon-tooltip .tooltip:hover::before,
.socile-icon-tooltip .tooltip:hover::after,
.socile-icon-tooltip .tooltip:focus::before,
.socile-icon-tooltip .tooltip:focus::after,
.socile-icon-tooltip .tooltip-top:hover::before,
.socile-icon-tooltip .tooltip-top:hover::after,
.socile-icon-tooltip .tooltip-top:focus::before,
.socile-icon-tooltip .tooltip-top:focus::after {
    transform: translateY(-25px)
}

:focus {
    outline: -webkit-focus-ring-color auto 0px
}

:focus {
    outline: -mos-focus-ring-color auto 0px;
    outline: none
}

button:focus {
    outline: none
}

.relative {
    position: relative
}

.border-bottom-1 {
    border-bottom: 1px solid #d5d5d5
}

.border-bottom-2 {
    border-bottom: 1px solid #ededed
}

.border-bottom-3 {
    border-bottom: 1px solid #5b5b63
}

.border-top-1 {
    border-top: 1px solid #dcdcdc
}

.border-top-2 {
    border-top: 1px solid #dadada
}

.border-top-3 {
    border-top: 1px solid #e5e5e5
}

.overly-style {
    position: relative
}

.overly-style:before {
    position: relative
}

.custom .row {
    margin-left: -5px;
    margin-right: -5px
}

.custom .row .col-md-7,
.custom .row .col-md-5 {
    padding-left: 5px;
    padding-right: 5px
}

.height-100vh {
    height: 100vh
}

.header-left-sidebar {
    float: left;
    height: 100vh;
    padding: 70px 0 60px 0px;
    top: 0;
    width: 375px;
    z-index: 99
}

.logo {
    padding-left: 100px
}

.language {
    padding-left: 50px
}

.main-menu {
    padding: 124px 0 120px
}

.main-menu ul li {
    display: block;
    padding-bottom: 16px;
    padding-left: 100px;
    padding-top: 17px;
    position: relative
}

.main-menu ul li:hover {
    background-color: #efefef
}

.main-menu ul li .single-dropdown li:hover {
    background-color: transparent
}

.main-menu ul li::before {
    background-color: #efefef;
    bottom: 0;
    content: "";
    height: 1px;
    left: -50px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 225px
}

.main-menu ul li:last-child::before {
    content: inherit
}

.main-menu ul li:last-child {
    border-bottom: none;
    margin-bottom: 0px
}

.main-menu ul li a {
    color: #999999;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: block
}

.main-menu ul li:hover a {
    color: #050035
}

.main-menu ul li a span {
    background-color: #f44336;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    left: 2px;
    line-height: 1;
    padding: 4px 6px 1px;
    position: relative;
    top: -11px
}

.main-menu .single-dropdown {
    left: 110%;
    top: 0
}

.menu-hover.main-menu ul li:hover .single-dropdown {
    left: 100%;
    top: 0
}

.main-menu ul li .single-dropdown li:before {
    content: none
}

.mega-common4 {
    float: left;
    padding-left: 60px;
    padding-right: 10px;
    position: relative;
    width: 25%
}

.mega-common4.mega-common2 {
    float: left;
    padding-left: 60px;
    padding-right: 10px;
    position: relative;
    width: 50%
}

.mega-common4.discount-mega-common4 {
    padding-left: 0px
}

.mega-menu-dropdown {
    background: #fafafa none repeat scroll 0 0;
    box-shadow: 0 0 15px 0.08px rgba(0, 0, 0, 0.15);
    left: 115%;
    opacity: 0;
    padding: 92px 0 164px;
    position: absolute;
    text-align: left;
    top: -220px;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 1170px;
    z-index: 999999999
}

.mega-dropdown-width {
    width: 1170px
}

.mega-dropdown-width-2 {
    width: 700px;
    padding: 70px 0
}

.menu-hover.main-menu ul li:hover .mega-menu-dropdown {
    left: 100%;
    visibility: visible;
    opacity: 1
}

.main-menu ul li .mega-dropdown-style ul li {
    margin-bottom: 0;
    padding: 0 0 25px 0;
    z-index: 99
}

.main-menu ul li .mega-dropdown-style ul li:hover {
    background-color: transparent
}

.main-menu ul li .mega-dropdown-style ul li:last-child {
    padding-bottom: 0px
}

.main-menu ul li .mega-dropdown-style ul li a {
    color: #999999;
    font-size: 18px;
    text-transform: capitalize
}

.main-menu ul li .mega-dropdown-style ul li a:hover {
    color: #050035;
    padding-left: 5px
}

.main-menu ul li .mega-dropdown-style ul li::before {
    content: none
}

.mega-banner-img-2 {
    bottom: 0;
    display: inline-block;
    position: absolute;
    right: 0
}

.mega-subtitle {
    color: #666666;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 34px;
    padding-bottom: 6px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px
}

.mega-subtitle::before {
    background-color: #e1e1e1;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0px;
    position: absolute;
    width: 140px
}

.mega-discount {
    text-align: center
}

.mega-discount>h5 {
    color: #051523;
    font-size: 14px;
    line-height: 10px;
    margin-bottom: 4px
}

.mega-discount>h2 {
    color: #666666;
    font-size: 36px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase
}

.mega-discount {
    margin: 197px 37px 0 0;
    text-align: center
}

.mega-banner-img-2 img {
    max-width: 566px
}

.currency {
    padding-left: 100px
}

.currency ul li,
.currency-2 ul li {
    display: inline-block;
    margin-right: 18px;
    position: relative
}

.currency ul li a,
.currency-2 ul li a {
    color: #999999;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase
}

.currency ul li a:hover,
.currency-2 ul li a:hover {
    color: #383838
}

.currency ul li::after {
    background-color: #999;
    content: "";
    font-size: 8px;
    height: 15px;
    position: absolute;
    right: -11px;
    top: 4px;
    width: 2px
}

.currency ul li:last-child::after,
.header-login ul li:last-child::after {
    content: none
}

.header-search-cart-login .logo {
    display: none
}

.header-right-sidebar {
    margin-left: 375px
}

.header-search-cart-login {
    display: flex;
    justify-content: flex-end;
    margin-right: 127px;
    margin-top: 66px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99
}

.header-search input {
    width: inherit
}

.header-search input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
    border-color: currentcolor currentcolor #acb3a9;
    border-image: none;
    border-style: none none solid;
    border-width: 0 0 1px;
    color: #999;
    font-size: 14px;
    height: 18px;
    padding: 0;
    width: 172px
}

.header-search input::-moz-placeholder,
.subscribe-form-3 form input::-moz-placeholder {
    color: #999;
    opacity: 1
}

.header-search input::-webkit-placeholder,
.subscribe-form-3 form input::-webkit-placeholder {
    color: #999;
    opacity: 1
}

.header-search button {
    background-color: transparent;
    border: medium none;
    color: #050035;
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    margin-bottom: -10px;
    padding: 0;
    cursor: pointer;
    transition: all .3s ease 0s
}

.header-search button:hover {
    color: #666
}

.icon-cart i {
    color: #050035;
    font-size: 35px;
    transition: all .3s ease 0s
}

.icon-cart i:hover {
    color: #666
}

.icon-cart {
    display: block;
    position: relative
}

.cart-dropdown {
    background: #fff none repeat scroll 0 0;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
    opacity: 0;
    padding: 20px 20px 47px;
    position: absolute;
    right: 0;
    top: 140%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 316px;
    z-index: 9999
}

.single-product-cart {
    border-bottom: 1px solid #f6f6f6;
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.single-product-cart:last-child {
    border-bottom: 0px solid #f6f6f6;
    margin-bottom: 0px;
    padding-bottom: 0px
}

.cart-delete {
    display: flex;
    flex-grow: 100;
    justify-content: flex-end
}

.cart-title {
    margin: 19px 0 0 15px
}

.cart-title h5,
.cart-title h6,
.cart-title span {
    color: #070b21;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
    text-transform: capitalize
}

.cart-title h5 a,
.cart-title h6 a {
    color: #070b21
}

.cart-delete>a {
    color: #070b21;
    font-size: 18px;
    margin-top: 18px
}

.cart-delete>a:hover,
.cart-title h5 a:hover,
.cart-title h6 a:hover {
    color: #050035
}

.cart-title>span {
    display: block;
    margin: 9px 0 0
}

.cart-space {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px
}

.cart-sub>h4 {
    color: #070b21;
    font-size: 18px;
    letter-spacing: 0.5px;
    text-transform: capitalize
}

.cart-price>h4 {
    color: #070b21;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5px
}

.cart-btn-wrapper {
    display: flex;
    justify-content: space-between
}

.cart-btn {
    border: 1px solid #666666;
    color: #070b21;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1;
    padding: 12px 21px 10px;
    text-transform: uppercase
}

.cart-btn:hover {
    border: 1px solid #000;
    color: #fff
}

.header-cart:hover .cart-dropdown,
.header-cart-2:hover .cart-dropdown {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.header-login ul li {
    display: inline-block;
    margin-right: 18px;
    position: relative
}

.header-login ul li:last-child {
    margin-right: 0px
}

.header-login ul li::after {
    background-color: #050035;
    content: "";
    font-size: 8px;
    height: 12px;
    position: absolute;
    right: -12px;
    top: 4px;
    width: 1px
}

.header-login ul li a {
    color: #050035;
    font-size: 14px;
    text-transform: uppercase
}

.header-login ul li a:hover {
    color: #666
}

.shop-count {
    background-color: #050035;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    position: absolute;
    right: -26px;
    text-align: center;
    top: 5px;
    width: 25px
}

.header-cart {
    margin-left: 41px;
    position: relative
}

.header-login {
    margin-left: 41px;
    margin-top: 7px
}

.header-search {
    margin-top: 4px
}

.slider-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 103px;
    z-index: 999
}

.slider-content-style-1 h1 {
    color: #050035;
    font-size: 100px;
    font-weight: bold;
    letter-spacing: 6px;
    margin-bottom: 4px;
    text-transform: uppercase
}

.slider-content-style-1 p {
    color: #050035;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: .6px;
    margin: 0
}

.owl-item .slider-animation * {
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-item.active .slider-animated-1 h1 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.owl-item.active .slider-animated-1 p {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.owl-item.active .slider-animated-1 .text-bg {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

.owl-item.active .slider-animated-2 h1 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

.owl-item.active .slider-animated-2 p {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.position-slider-img {
    position: absolute;
    right: 175px;
    top: 160px;
    width: 669px;
    display: flex
}

.slider-img-1 {
    margin-right: -285px;
    margin-top: 60px;
    width: 450px
}

.slider-img-2 {
    width: 397px;
    z-index: 99
}

.slider-img-4 {
    width: 600px;
    z-index: 99
}

.slider-img-4.slider-mrg {
    margin-right: 70px
}

.slider-img-3 {
    margin-left: -414px;
    margin-top: 150px;
    width: 450px
}

.slider-img-1 img,
.slider-img-3 img {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)    ;
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
}

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)    ;
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
}

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.single-fruits-services:hover .fruits-services-img img {
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running tada;
    animation: 500ms ease-in-out 0s normal none 1 running tada
}

.single-banner {
    position: relative;
    overflow: hidden
}

.single-banner img {
    width: 100%
}

.banner-content-style1 {
    left: 0;
    padding: 30px 42px;
    position: absolute;
    top: 232px
}

.banner-content-style2 {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    padding: 30px
}

.banner-content.banner-content-style3 {
    bottom: 185px;
    left: 0;
    padding: 30px;
    position: absolute;
    right: 0;
    text-align: center
}

.banner-content-style1>h2 {
    color: #383838;
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 9px
}

.banner-content-style1>h2 span {
    color: #0275e6
}

.banner-content-style1>p {
    color: #666666;
    font-size: 16px;
    line-height: 26px;
    width: 62%;
    margin: 0
}

.banner-content-style2>span {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase
}

.banner-content-style2>h2 {
    color: #ffffff;
    font-size: 70px;
    font-weight: bold;
    margin: 7px 0 12px;
    text-transform: uppercase
}

.banner-content-style2>p {
    color: #ffffff;
    font-size: 24px;
    margin: 0;
    text-transform: uppercase
}

.banner-content-style3>h2 {
    color: #fff;
    font-size: 70px;
    font-weight: bold;
    line-height: 75px;
    margin: 0
}

.single-banner a img {
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    width: 100%
}

.single-banner:hover a img {
    transform: scale(1.1) rotate(-5deg)
}

.section-title>h2 {
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
    margin: 0;
    position: relative;
    text-transform: uppercase
}

.section-title>h2::before {
    background-color: #9b9b9b;
    content: "";
    height: 1px;
    left: -100px;
    position: absolute;
    top: 19px;
    width: 70px
}

.section-title>h2::after {
    background-color: #9b9b9b;
    content: "";
    height: 1px;
    right: -100px;
    position: absolute;
    top: 19px;
    width: 70px
}

.product-wrapper,
.product-img {
    position: relative
}

.product-action {
    bottom: 30px;
    display: inline-block;
    left: 0;
    opacity: 0;
    padding: 0 20px;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.3s ease 0s
}

.product-action a {
    background-color: #383838;
    border-radius: 100%;
    color: #f7f7f7;
    display: inline-block;
    font-size: 24px;
    height: 45px;
    line-height: 52px;
    margin: 0 15px;
    width: 45px
}

.product-action a:hover {
    background-color: #050035;
    color: #fff
}

.product-img>span {
    background-color: #666;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    left: 20px;
    letter-spacing: 1px;
    line-height: 40px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 20px;
    width: 40px
}

.product-content h4 {
    color: #383838;
    font-size: 18px;
    margin-bottom: 6px
}

.product-content>span {
    color: #383838;
    font-size: 18px;
    font-weight: bold
}

.product-content {
    padding-top: 23px
}

.product-action>a.animate-left {
    transform: translateX(-20px);
    transition: all 0.4s ease 0s
}

.product-wrapper:hover .product-action>a.animate-left {
    transform: translateX(0px)
}

.product-action>a.animate-right {
    transform: translateX(20px);
    transition: all 0.4s ease 0s
}

.product-wrapper:hover .product-action>a.animate-right {
    transform: translateX(0px)
}

.product-action>a.animate-top {
    transform: translateY(20px);
    transition: all 0.4s ease 0s
}

.product-wrapper:hover .product-action>a.animate-top {
    transform: translateY(0px)
}

.product-wrapper:hover .product-action {
    opacity: 1
}

.banner-wrapper {
    position: relative;
    overflow: hidden
}

.banner-wrapper-content {
    left: 0;
    padding: 20px 20px 20px 60px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.banner-wrapper-content>h3 {
    color: #004a8d;
    font-size: 36px;
    font-weight: bold;
    line-height: 23px;
    margin-bottom: 21px;
    text-transform: uppercase
}

.banner-wrapper-content>h3 span {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 14px
}

.banner-wrapper-content>h2 {
    color: #004a8d;
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0
}

.banner-wrapper-content>h2 span {
    font-weight: 300
}

.banner-wrapper img {
    width: 100%;
    transition: all .3s ease 0s
}

.banner-wrapper-content2>h3 {
    color: #000000;
    font-family: 'Roboto Slab', serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 29px;
    text-transform: uppercase
}

.banner-wrapper-content2 {
    left: 0;
    padding: 113px 40px 30px;
    position: absolute;
    top: 0
}

.banner-wrapper-content2>a {
    color: #626262;
    font-weight: bold;
    text-transform: uppercase
}

.banner-wrapper-content2>a:hover {
    color: #050035
}

.banner-wrapper-content3 {
    left: 0;
    padding: 50px 40px;
    position: absolute;
    top: 0
}

.banner-wrapper-content3>h3 {
    color: #004a8d;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase
}

.banner-wrapper-content3>h3 span {
    font-weight: 300
}

.mrgn-r-4 {
    margin-right: 4px
}

.mrgn-b-4 {
    margin-bottom: 4px
}

.banner-wrapper-content4 {
    left: 0;
    padding: 60px 35px;
    position: absolute;
    top: 0
}

.banner-wrapper-content4>h4 {
    color: #383838;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 1px
}

.banner-wrapper-content4>h2 {
    color: #f51424;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0
}

.banner-wrapper:hover a img {
    transform: scale(1.1)
}

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

.custom-col-style {
    padding-left: 20px;
    padding-right: 20px
}

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

.product-tab-list {
    display: flex;
    justify-content: center
}

.product-tab-list a h4 {
    color: #999999;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
    transition: all .3s ease 0s;
    letter-spacing: .5px
}

.product-tab-list a {
    color: #999999
}

.product-tab-list a.active h4,
.product-tab-list a h4:hover {
    color: #050035
}

.product-tab-list a {
    line-height: 1;
    margin: 0 28px
}

.brand-logo-active {
    display: flex;
    justify-content: space-between
}

.single-brand {
    display: flex;
    justify-content: center
}

.brand-logo-active.owl-carousel .owl-item img {
    width: auto
}

.banner-wrapper3-content>img,
.banner-wrapper2-content img {
    width: 100%
}

.row.no-gutters.banner-mrg {
    margin-left: 23px
}

.banner-wrapper3-content {
    bottom: 0;
    left: 0;
    padding: 40px;
    position: absolute;
    right: 0;
    text-align: center;
    opacity: 0;
    transition: all .3s ease 0s
}

.banner-wrapper:hover .banner-wrapper3-content {
    opacity: 1
}

.banner-wrapper3-content>a {
    border-bottom: 1px solid #383838;
    color: #383838;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1;
    text-transform: uppercase
}

.banner-wrapper3-content>a:hover {
    color: #050035;
    border-bottom: 1px solid #050035
}

.banner-wrapper.mrgn-negative {
    margin-right: -17px
}

.mrgn-b-5 {
    margin-bottom: 5px
}

.mrgn-r-5 {
    margin-right: 5px
}

.banner-wrapper2-content {
    bottom: 0;
    padding: 40px 50px 188px;
    position: absolute;
    right: 0;
    text-align: right
}

.banner-wrapper2-content>h3 {
    color: #1f1e26;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 5.5px;
    margin: 0;
    text-transform: uppercase
}

.banner-wrapper2-content>h2 {
    color: #1f1e26;
    font-size: 60px;
    font-weight: bold;
    line-height: 1;
    margin: 5px 4px;
    text-transform: uppercase
}

.banner-wrapper2-content>span {
    color: #1f1e26;
    font-size: 15px;
    letter-spacing: 0.4px;
    line-height: 1;
    text-transform: uppercase
}

.electronic-banner-wrapper {
    overflow: hidden
}

.electronic-banner-wrapper img {
    transition: all .3s ease 0s
}

.banner-wrapper:hover img,
.electronic-banner-wrapper:hover img {
    transform: scale(1.1)
}

.banner-wrapper3-content.banner-text-color>a {
    border-bottom: 1px solid #fff;
    color: #fff
}

.banner-wrapper3-content.banner-text-color>a:hover {
    border-bottom: 1px solid #ddd;
    color: #ddd
}

#Instafeed>li {
    display: inline-block;
    padding-right: 17px;
    width: 20%
}

#Instafeed>li a img {
    width: 100%
}

#Instafeed>li:last-child {
    padding-right: 0px
}

.section-title-2>h2 {
    color: #383838;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 18px;
    text-transform: uppercase
}

.section-title-2.text-center>h4 {
    color: #666666;
    font-size: 18px;
    letter-spacing: 4px;
    margin: 0
}

.section-title-2>h4 span {
    color: #02bffc
}

.footer-widget {
    position: relative;
    z-index: 9
}

.footer-widget-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px;
    text-transform: uppercase
}

.footer-widget-content li {
    margin-bottom: 20px
}

.footer-widget-content li:last-child {
    margin-bottom: 0px
}

.footer-widget-content li a {
    color: #999999;
    letter-spacing: 1px;
    text-transform: uppercase
}

.footer-widget-content li a:hover {
    color: #fff
}

.footer-newsletter>p {
    color: #999999;
    margin: 0
}

.subscribe-form form {
    position: relative
}

.subscribe-form form input {
    background: #1e1e1e none repeat scroll 0 0;
    border: 2px solid transparent;
    color: #999999;
    font-size: 12px;
    height: 45px;
    padding-left: 30px;
    padding-right: 55px;
    position: relative
}

.mc-form .mc-news {
    display: none
}

.subscribe-form form input::-moz-placeholder {
    color: #999999;
    opacity: 1
}

.subscribe-form form input::-webkit-placeholder {
    color: #999999;
    opacity: 1
}

.subscribe-form .mc-form .clear {
    background: rgba(0, 0, 0, 0) url("https://pisumfoods.com/img/icon-img/1.png") no-repeat scroll right 0 center;
    bottom: 0;
    display: inline-block;
    position: absolute;
    right: 20px;
    z-index: 9999
}

.subscribe-form .clear input {
    border: medium none;
    padding: 0;
    text-indent: -99999px;
    width: 37px;
    background-color: transparent
}

.footer-contact>p {
    color: #999999;
    margin-bottom: 11px
}

.footer-contact>p span i {
    font-size: 20px
}

.footer-contact>p span {
    display: inline-block;
    width: 33px
}

.footer-contact>p:last-child {
    margin-bottom: 0px
}

.subscribe-form {
    margin: 28px 0 40px
}

.copyright>p {
    color: #999;
    line-height: 1;
    margin: 0;
    letter-spacing: 1px
}

.copyright>p a {
    color: #fff
}

.copyright>p a:hover {
    text-decoration: underline
}

.header-top {
    display: flex;
    justify-content: space-between;
    padding: 19px 0 20px
}

.book-login-register>ul {
    display: flex
}

.header-info>span {
    color: #e8e8e8
}

.header-info>span a {
    color: #e8e8e8
}

.header-info>span a:hover {
    color: #fff
}

.book-login-register ul li {
    margin-left: 30px
}

.book-login-register ul li:first-child {
    margin-left: 0px
}

.book-login-register a {
    color: #e8e8e8;
    text-transform: capitalize
}

.book-login-register a:hover {
    color: #fff
}

.book-login-register a i {
    margin-right: 5px;
    position: relative;
    top: 2px
}

.menu-style-2 nav>ul>li {
    display: inline-block;
    margin: 0 16px;
    position: relative
}

.menu-style-2.book-menu nav>ul>li {
    margin: 0 30px
}

.header-bottom-wrapper {
    display: flex;
    justify-content: space-between
}

.header-cart-2 {
    position: relative
}

.header-cart-2 .icon-cart {
    display: block;
    padding: 44px 0 42px;
    position: relative
}

.menu-style-2 {
    align-items: center;
    display: flex
}

.header-cart-2 .icon-cart i {
    color: #383838
}

.menu-style-2 nav>ul>li>a {
    color: #383838;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding: 50px 0 51px;
    text-transform: capitalize
}

.shop-count.book-count {
    top: 50%;
    transform: translateY(-50%)
}

.menu-style-2 ul li a:hover {
    color: #f44344
}

.menu-style-2 ul li:hover a {
    color: #050035
}

.single-slider-book1 {
    min-height: 760px
}

.slider-content-book h1 {
    color: #383838;
    font-size: 60px;
    font-weight: 400;
    line-height: 53px;
    margin-bottom: 8px;
    text-transform: uppercase
}

.slider-content-book h1 span {
    color: #f44344
}

.slider-content-book h2 {
    font-size: 60px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase
}

.slider-content-book p {
    color: #383838;
    font-size: 16px;
    line-height: 26px;
    margin: 16px 0 46px;
    width: 35%
}

.slider-content-book>a {
    background-color: #f44344;
    border-radius: 50px;
    color: #f5fcff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: 16px 40px 15px;
    text-transform: uppercase
}

.slider-content-book>a:hover {
    box-shadow: 0 10px 35px -7px rgba(244, 67, 68, 0.9);
    transform: translateY(-3px)
}

.single-slider-book1 {
    -moz-box-align: center;
    align-items: center;
    display: flex;
    position: relative
}

.owl-item.active .fadeinup-animated img {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.owl-item.active .fadeinup-animated img.slide-img-position {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.owl-item.active .fadeinup-animated h1 {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.owl-item.active .fadeinup-animated h2 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.owl-item.active .fadeinup-animated h4 {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.owl-item.active .fadeinup-animated p {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.owl-item.active .fadeinup-animated a {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.book-banner-wrapper>img {
    width: 100%
}

.book-banner-wrapper {
    position: relative
}

.banner-book-style1 {
    padding: 87px 60px 30px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0
}

.banner-book-style1>h3 {
    font-size: 30px;
    letter-spacing: 5px;
    line-height: 39px;
    margin: 0
}

.banner-book-style1>h2 {
    color: #383838;
    font-size: 30px;
    font-weight: bold;
    margin: 8px 0 22px
}

a.banner-book-style-btn {
    background-color: #f44344;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: 15px 30px 14px;
    text-transform: uppercase
}

a.banner-book-style-btn:hover {
    box-shadow: 0 10px 35px -7px rgba(244, 67, 68, 0.9);
    transform: translateY(-3px)
}

.banner-book-style2 {
    left: 0;
    padding: 60px 79px;
    position: absolute;
    right: 0;
    top: 0
}

.banner-book-style2>h2 {
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 12px;
    line-height: 25px;
    margin: 0;
    text-transform: uppercase
}

.banner-book-style2>p {
    color: #383838;
    margin: 8px 0 22px
}

.section-title-3>h2 {
    display: inline-block;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    position: relative;
    text-transform: capitalize
}

.section-title-3>h2::after {
    background-color: #666666;
    content: "";
    height: 2px;
    position: absolute;
    right: -69px;
    top: 19px;
    width: 40px
}

.section-title-3>h2::before {
    background-color: #666666;
    content: "";
    height: 2px;
    left: -69px;
    position: absolute;
    top: 19px;
    width: 40px
}

.product-tab-list2 {
    display: flex;
    justify-content: center
}

.product-tab-list2 a h4 {
    color: #999999;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
    text-transform: capitalize;
    transition: all 0.3s ease 0s
}

.product-tab-list2 a.active h4,
.product-tab-list2 a h4:hover {
    color: #383838
}

.product-tab-list2 a.active {
    position: relative
}

.product-tab-list2 a {
    line-height: 1;
    margin: 0 39px
}

.product-tab-list2 a.active::before {
    background-color: #9b9b9b;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 8px;
    width: 100%
}

.product-img-2,
.new-top-img {
    position: relative
}

.product-img-2::before,
.new-top-img::before {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 0 0 0;
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0s ease 0.4s
}

.product-wrapper:hover .product-img-2::before,
.new-top-wrapper:hover .new-top-img::before {
    transform: scaleX(1);
    opacity: 1;
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0s ease 0s
}

.product-img-2 img {
    width: 100%
}

.product-action-2 {
    bottom: 0;
    display: inline-block;
    left: 0;
    opacity: 1;
    padding: 60px 26px;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.3s ease 0s;
    z-index: 999;
    transform: scaleX(0);
    opacity: 0;
    transform-origin: 0 0 0;
    transition: transform 0.3s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0s ease 0.3s
}

.product-action-2 a.add-style-2 {
    background-color: #fff;
    border-radius: 50px;
    color: #383838;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin: 0 8px;
    padding: 10px 20px 12px
}

.product-action-2 a.wishlist-style-2 {
    background-color: #fff;
    border-radius: 100%;
    color: #383838;
    display: inline-block;
    font-size: 18px;
    height: 40px;
    line-height: 45px;
    margin: 0 8px;
    width: 40px;
    bottom: -2px;
    position: relative
}

.product-action-2 a.add-style-2 i {
    font-size: 18px;
    margin-left: 15px;
    position: relative;
    top: 2px
}

.product-action-2 a.add-style-2:hover,
.product-action-2 a.wishlist-style-2:hover {
    background-color: #f44344;
    color: #f1f1f1
}

.product-wrapper:hover .product-action-2 {
    transform: scaleX(1);
    opacity: 1;
    transition: transform 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0s, opacity 0s ease 0s
}

.writer-wrapper>img {
    width: 100%
}

.product-content-2>h4 {
    color: #383838;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 13px
}

.product-content-2>span {
    color: #383838;
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
    text-transform: capitalize
}

.product-rating i {
    color: #999999;
    font-size: 16px
}

.product-rating i.black {
    color: #000000;
    font-size: 16px;
    margin: 0 1px
}

.product-content-2 {
    padding-top: 26px
}

.book-list-active {
    padding-left: 80px
}

.writer-content>h4 {
    color: #999999;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 6px;
    position: relative
}

.writer-content>span {
    color: #383838;
    line-height: 22px
}

.writer-content {
    margin: 30px 0 0 66px
}

.book-list-hover {
    margin-top: 46px
}

.writer-content>h4::before {
    background-color: #999999;
    content: "";
    height: 1px;
    left: -66px;
    position: absolute;
    top: 12px;
    width: 40px
}

.product-content-3>h4 {
    color: #383838;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase
}

.product-rating-2 i {
    color: #000000;
    margin: 0 2px
}

.product-content-3 {
    padding-top: 26px
}

.book-list-active.owl-carousel .owl-nav div {
    color: #999999;
    font-size: 30px;
    left: 31px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.6s ease 0s;
    visibility: hidden
}

.book-list-active.owl-carousel .owl-nav div:hover {
    color: #f44344
}

.book-list-active.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: -47px
}

.book-list-hover:hover .book-list-active.owl-carousel .owl-nav div {
    opacity: 1;
    visibility: visible
}

.single-testimonial i {
    color: #ffffff;
    font-size: 72px
}

.single-testimonial>p {
    color: #ffffff;
    font-size: 24px;
    line-height: 38px;
    margin: 26px auto 31px;
    width: 73%
}

.single-testimonial>h4 {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: capitalize
}

.single-testimonial>span {
    color: #ffffff;
    font-size: 14px
}

.discount-area {
    display: block;
    overflow: hidden
}

.discount-left {
    width: 43%;
    float: left
}

.discount-right {
    float: left;
    width: 57%
}

.new-top-wrapper {
    background-color: #fff;
    display: flex;
    padding: 15px
}

.new-top-title {
    color: #383838;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 33px;
    text-transform: uppercase
}

.new-top-content>h4 {
    color: #353535;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.3px;
    margin-bottom: 2px;
    text-transform: uppercase
}

.new-top-content>h4 a {
    color: #353535
}

.new-top-content>h4 a:hover {
    color: #f44344
}

.new-top-content>span {
    color: #353535;
    letter-spacing: 0.3px
}

.product-price {
    display: flex;
    line-height: 1;
    margin: 15px 0 17px
}

.product-price .old-price span {
    color: #828282;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
    margin-top: 4px;
    text-decoration: line-through
}

.product-price .new-price span {
    color: #353535;
    font-size: 24px;
    font-weight: bold
}

.product-rating-3 i {
    color: #0e0e0e;
    font-size: 18px;
    margin: 0 1px
}

.new-top-content {
    padding: 25px 0 0 35px
}

.discount-book-cart {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s
}

.new-top-wrapper:hover .discount-book-cart {
    opacity: 1
}

.discount-book-cart a {
    background-color: #fff;
    border-radius: 50px;
    color: #383838;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    height: 45px;
    line-height: 52px;
    width: 45px;
    text-align: center
}

.discount-book-cart a:hover {
    background-color: #f44344;
    color: #fff
}

.discount-book-cart a i {
    font-size: 20px;
    margin-left: 2px
}

.discount-left>h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 23px
}

.discount-left>a {
    background-color: #383838;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    padding: 14px 40px 13px;
    text-transform: uppercase
}

.discount-left>a:hover {
    box-shadow: 0 10px 35px -7px rgba(0, 0, 0, 0.9);
    transform: translateY(-3px)
}

.blog-info>h4 {
    color: #383838;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 6px
}

.blog-info>h4 a {
    color: #383838
}

.blog-info>h4 a:hover {
    color: #f44344
}

.blog-info>span {
    color: #383838
}

.blog-hover {
    position: relative;
    overflow: hidden
}

.blog-hover::after {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -110%;
    opacity: 0.2;
    position: absolute;
    top: 0;
    transform: rotate(90deg);
    transition: all 3300ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    width: 100%;
    z-index: 999
}

.blog-wrapper:hover .blog-hover::after {
    left: 120%;
    transition: all 3300ms cubic-bezier(0.19, 1, 0.22, 1) 0s
}

.subscribe-content>h3 {
    color: #f1f1f1;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 13px;
    text-transform: uppercase
}

.subscribe-content>p {
    color: #a8a8a8;
    font-size: 16px;
    line-height: 26px;
    margin: 0
}

.subscribe-form-2 form input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #787878;
    border-radius: 50px;
    box-shadow: none;
    color: #666666;
    font-size: 14px;
    height: 48px;
    padding-left: 50px;
    padding-right: 180px;
    width: 100%
}

.subscribe-form-2 form input::-moz-placeholder {
    color: #666666;
    opacity: 1
}

.subscribe-form-2 form input::-webkit-placeholder {
    color: #666666;
    opacity: 1
}

.subscribe-form-2 .clear input.button {
    border: medium none;
    color: #eeeeee;
    font-weight: bold;
    padding: 0 10px;
    width: inherit
}

.subscribe-form-2 .clear input.button:hover {
    color: #f44344
}

.subscribe-form-2 form {
    position: relative
}

.subscribe-form-2 .mc-form .clear {
    bottom: 0;
    display: inline-block;
    position: absolute;
    right: 40px;
    z-index: 9999
}

.subscribe-form-2 .mc-form .clear::before {
    background: #757575 none repeat scroll 0 0;
    content: "";
    height: 40px;
    left: -31px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1px
}

.subscribe-form-2 {
    margin-top: 27px
}

.footer-widget-title-2 {
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 35px
}

.footer-info-icon {
    width: 35px;
    margin-top: 6px
}

.footer-info-icon i {
    font-size: 20px;
    color: #999999
}

.footer-address {
    display: flex;
    margin-bottom: 19px
}

.footer-address:last-child {
    margin-bottom: 0px
}

.footer-info-content>p {
    color: #999999;
    line-height: 28px;
    margin: 0;
    font-size: 16px
}

.footer-info-content>p a {
    color: #999999
}

.footer-info-content>p a:hover {
    color: #f44344
}

.footer-widget-content-2 ul li a {
    color: #999999;
    font-size: 16px
}

.footer-widget-content-2 ul li a:hover {
    color: #f44344
}

.footer-widget-content-2 li {
    margin-bottom: 16px
}

.footer-widget-content-2 li:last-child {
    margin-bottom: 0px
}

#footer-map {
    height: 220px;
    width: 100%
}

#footer-map-2 {
    height: 220px
}

.footer-map-width {
    width: 318px
}

.payment-img {
    float: right
}

.copyright-2>p {
    color: #666666;
    margin: 2px 0 0
}

.copyright-2>p a {
    color: #f44344
}

.copyright-2>p a:hover {
    text-decoration: underline
}

.header-info-wrapper {
    display: flex;
    justify-content: space-between
}

.header-contact-info {
    padding-top: 2px
}

.header-contact-info li {
    color: #666666;
    display: inline-block;
    margin-right: 57px;
    position: relative
}

.header-contact-info li::before {
    background-color: #e7e7e7;
    content: "";
    height: 25px;
    margin: 0 auto;
    position: absolute;
    right: -30px;
    top: 0;
    width: 1px
}

.header-contact-info li:last-child::before {
    content: inherit
}

.header-contact-info li a {
    color: #666666
}

.header-contact-info.header-contact-info2 li a,
.header-contact-info.header-contact-info2 li {
    color: #8185a0;
    font-weight: bold
}

.header-contact-info li i {
    font-size: 18px;
    position: relative;
    top: 4px;
    margin-right: 5px
}

.electronics-login-register>ul>li {
    display: inline-block;
    margin-left: 66px;
    position: relative;
    padding: 0 0 10px
}

.electronics-login-register ul li ul {
    background-color: #fff;
    box-shadow: 0 0 15px 0.08px rgba(0, 0, 0, 0.15);
    left: -30px;
    opacity: 0;
    padding: 20px;
    position: absolute;
    text-align: left;
    top: 110%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 130px;
    z-index: 9999
}

.electronics-login-register ul li:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.electronics-login-register ul li ul li {
    display: block;
    padding-bottom: 10px
}

.electronics-login-register ul li ul li>a {
    display: block;
    text-transform: capitalize
}

.header-contact-info li:last-child {
    margin-right: 0px
}

.electronics-login-register ul li:last-child {
    margin-right: 0px
}

.electronics-login-register ul li:first-child {
    margin-left: 0px
}

.electronics-login-register ul li a {
    color: #666;
    position: relative
}

.electronics-login-register ul li a i,
.electronics-login-register ul li a span {
    font-size: 18px;
    position: relative;
    top: 3px;
    margin-right: 10px;
    color: #666
}

.electronics-login-register>ul>li>a::before {
    background-color: #e4e4e4;
    content: "";
    height: 10px;
    margin: 0 auto;
    position: absolute;
    right: -37px;
    top: 7px;
    width: 1px
}

.electronics-login-register ul li a.border-none::before {
    content: none
}

.header-top-wrapper-2 {
    padding: 13px 0 3px
}

.header-contact-info li a:hover,
.electronics-login-register ul li a:hover {
    color: #050035
}

.trace-cart-wrapper {
    display: flex
}

.categories-search-wrapper {
    background-color: #bcf2ff;
    padding: 10px 30px 10px 15px;
    display: flex;
    border-radius: 5px
}

.categories-search-wrapper.categories-search-wrapper2 {
    background-color: transparent;
    border: 2px solid #b4b5bc
}

.select-wrapper select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: currentcolor #a7a7a7 currentcolor currentcolor;
    border-image: none;
    border-style: none solid none none;
    border-width: medium 1px medium medium;
    color: #666666;
    font-size: 12px;
    height: 30px;
    letter-spacing: 1px;
    padding: 0 0 0px 12px;
    text-transform: capitalize;
    width: 169px;
    background: rgba(0, 0, 0, 0) url("../img/icon-img/4.png") no-repeat scroll right 40px center
}

.select-wrapper select option {
    padding-left: 12px
}

.categories-wrapper form input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #666666;
    font-size: 12px;
    height: 30px;
    letter-spacing: 1px;
    padding-left: 40px;
    width: 530px;
    padding-right: 100px
}

.categories-wrapper form {
    position: relative
}

.categories-wrapper form input::-moz-placeholder {
    color: #666666;
    opacity: 1
}

.categories-wrapper form input::-webkit-placeholder {
    color: #666666;
    opacity: 1
}

.categories-wrapper button {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: currentcolor currentcolor currentcolor #a7a7a7;
    border-image: none;
    border-style: none none none solid;
    border-width: medium medium medium 1px;
    color: #666666;
    cursor: pointer;
    font-size: 12px;
    height: 30px;
    letter-spacing: 1px;
    padding-left: 30px;
    padding-right: 0;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0
}

.categories-wrapper button:hover {
    color: #000
}

.same-style {
    display: flex;
    margin-left: 40px;
    margin-top: 6px
}

.same-style:first-child {
    margin-left: 0px
}

.same-style-icon>a i {
    color: #666666;
    font-size: 36px
}

.same-style-text>a {
    color: #666666;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    margin-top: 2px
}

.same-style-text>a:hover {
    color: #222
}

.same-style-text {
    margin-left: 10px
}

.categori-menu-slider-wrapper {
    display: block;
    padding-bottom: 100px;
    padding-top: 15px;
    width: 100%
}

.categories-menu {
    display: block;
    float: left;
    width: 20%
}

.menu-slider-wrapper {
    float: left;
    padding-left: 30px;
    width: 80%
}

.category-menu-list {
    box-shadow: 0 0 15px 0.08px rgba(0, 0, 0, 0.15);
    padding: 40px 0px
}

.category-heading>h3 {
    background-color: #2b2b2b;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 16px 60px 15px;
    position: relative;
    text-transform: uppercase
}

.category-heading>h3 i {
    color: #ffffff;
    font-size: 30px;
    position: absolute;
    top: 9px;
    right: 50px
}

.category-menu-list>ul>li {
    position: relative
}

.category-menu-list li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px
}

.category-menu-list>ul>li>a {
    color: #666666;
    font-weight: bold;
    font-size: 14px
}

.category-menu-list>ul>li>a>img {
    margin-right: 10px
}

.category-menu-list>ul>li>a>i {
    color: #383838;
    font-size: 30px;
    position: absolute;
    right: 9px;
    top: -5px
}

.overflow {
    overflow: hidden
}

.category-menu-list ul li:hover a {
    color: #050035
}

.category-menu-dropdown {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 15px 0.08px rgba(0, 0, 0, 0.15);
    left: 110%;
    opacity: 0;
    padding: 35px 0 40px;
    position: absolute;
    text-align: left;
    top: 0;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 970px;
    z-index: -9
}

.category-menu-list ul li:hover .category-menu-dropdown {
    left: 100%;
    opacity: 1;
    padding-right: 25px;
    visibility: visible;
    z-index: 99999
}

.category-common {
    float: left;
    padding-right: 27px;
    width: 50%
}

.category-common3 {
    float: left;
    padding-left: 100px;
    padding-right: 27px;
    width: 33.333%;
    position: relative
}

.category-common4 {
    float: left;
    padding-left: 60px;
    padding-right: 25px;
    position: relative;
    width: 25%
}

.category-common3::before {
    background: #c6c6c6 none repeat scroll 0 0;
    content: "";
    height: 240px;
    left: 0;
    position: absolute;
    top: 30px;
    width: 1px
}

.category-common4::before {
    background: #c6c6c6 none repeat scroll 0 0;
    content: "";
    height: 240px;
    left: 0;
    position: absolute;
    top: 30px;
    width: 1px
}

.category-common4:first-child::before,
.category-common3:first-child::before {
    display: none
}

.category-menu-list ul li .category-common h4,
.category-menu-list ul li .category-common2 h4 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px
}

.category-menu-list ul li .category-common ul li,
.category-menu-list ul li .category-common2 ul li {
    border: medium none
}

.category-menu-list ul li .category-common ul li a,
.category-menu-list ul li .category-common2 ul li a {
    padding: 3px 0;
    color: #333;
    background-color: transparent
}

.category-menu-list ul li .category-common ul li a:hover,
.category-menu-list ul li .category-common2 ul li a:hover {
    background-color: transparent;
    color: #050035
}

.category-menu-list ul li .mega-banner-img a {
    padding: 0;
    background-color: transparent
}

.category-menu-list ul li .mega-banner-img a,
.category-menu-list ul li .category-menu-dropdown-right .menu-right-img a {
    background-color: transparent;
    display: inline-block;
    padding: 0
}

.category-menu-dropdown-top {
    overflow: hidden
}

.category-menu-dropdown-left {
    float: left;
    overflow: hidden;
    width: 65%
}

.category-menu-dropdown-bottom {
    background-color: #f6f6f6;
    display: block;
    overflow: hidden;
    padding: 40px 10px
}

.single-category-brand {
    float: left;
    padding: 0 34px;
    width: 25%
}

.category-menu-list ul li .category-menu-dropdown-bottom .single-category-brand a {
    padding: 0;
    opacity: .4
}

.category-menu-list ul li .category-menu-dropdown-bottom .single-category-brand a:hover {
    opacity: 1
}

.category-menu-dropdown-right {
    overflow: hidden;
    width: 35%
}

.categories-subtitle {
    color: #383838;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 27px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase
}

.categories-subtitle::before {
    background-color: #c6c6c6;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 40px
}

.category-dropdown-style ul li {
    padding-bottom: 9px
}

.category-dropdown-style ul li:last-child {
    padding-bottom: 0px
}

.category-menu-list .category-dropdown-style ul li a {
    background-color: transparent;
    color: #383838;
    font-size: 14px;
    text-transform: capitalize
}

.category-dropdown-style ul li a:hover {
    color: #050035
}

.category-dropdown-style ul {
    position: relative
}

.category-dropdown-style ul.border-none:last-child::before {
    content: none
}

.mega-banner-img {
    display: inline-block;
    padding-left: 60px;
    padding-right: 60px
}

.mega-banner-img img {
    width: 100%
}

.menu-style-3 {
    background-color: #2b2b2b;
    padding: 0px 20px 0px
}

.menu-style-3 nav>ul>li {
    display: inline-block;
    position: relative;
    margin: 0 45px
}

.menu-style-3 nav>ul>li>a {
    color: #f3f3f3;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 48px;
    text-transform: uppercase
}

.menu-style-3 ul>li>a>i {
    color: #efefef;
    font-size: 30px;
    position: relative;
    top: 8px
}

.menu-style-3 ul>li>a>span {
    background-color: #fe0000;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    padding: 4px 4px 3px;
    position: absolute;
    right: 36px;
    text-transform: uppercase;
    top: -10px
}

.menu-style-3 ul>li>a>span::after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fe0000;
    content: "";
    height: 0;
    left: 3px;
    position: absolute;
    top: 16px;
    width: 0
}

.menu-hover {
    position: relative
}

.single-dropdown {
    background-color: #ffffff;
    left: 0;
    padding: 20px;
    position: absolute;
    text-align: left;
    top: 110%;
    width: 210px;
    z-index: 9999;
    box-shadow: 0 0 15px 0.08px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease 0s
}

.menu-hover ul li:hover .single-dropdown {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.menu-hover .single-dropdown li,
.shop-menu .category-dropdown-style ul li {
    display: block;
    margin: 0;
    padding: 0 0 12px;
    text-align: inherit
}

.menu-style-3 .single-dropdown li:last-child,
.menu-style-2 .single-dropdown li:last-child,
.menu-style-4 .single-dropdown li:last-child {
    padding: 0 0 0px
}

.menu-hover ul li .single-dropdown li a,
.shop-menu .category-dropdown-style ul li a {
    color: #666666;
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0;
    line-height: inherit
}

.menu-hover .single-dropdown li a:hover,
.shop-menu .category-dropdown-style ul li a:hover {
    color: #85bd02;
    padding: 0 0 0 5px
}

.category-menu-dropdown.shop-menu {
    left: 0px;
    opacity: 0;
    top: 110%;
    visibility: hidden;
    width: 500px
}

.category-common2 {
    float: left;
    padding-left: 40px;
    padding-right: 25px;
    position: relative;
    width: 50%
}

.menu-style-2 .mega-banner-img a {
    padding: 0px 0 0px
}

.menu-hover ul li:hover .category-menu-dropdown.shop-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 99999
}

.shop-menu .mega-banner-img {
    padding-left: 40px;
    padding-right: 40px
}

.slider-content-style-3 h2 {
    color: #1a1a1a;
    font-size: 60px;
    line-height: 70px;
    margin: 0
}

.slider-content-style-3 h4 {
    color: #1a1a1a;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 27px 0 25px
}

.electro-slider-btn {
    background-color: #fff;
    border-radius: 5px;
    color: #1a1a1a;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    padding: 15px 40px 14px;
    text-transform: uppercase;
    z-index: 99
}

.electro-slider-btn:hover {
    color: #fff
}

.btn-hover.electro-slider-btn::before {
    border-radius: 4px
}

.slider-content-style-3 {
    margin-left: 65px
}

.custom-row-2 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12.5px;
    margin-right: -12.5px
}

.custom-col-style-2 {
    padding-left: 12.5px;
    padding-right: 12.5px
}

.electronic-banner-col-3 {
    flex: 0 0 33.333%;
    max-width: 33.333%
}

.electronic-banner-wrapper>img {
    width: 100%
}

.electronic-banner-area {
    padding: 0 200px
}

.electronic-banner-wrapper {
    position: relative
}

.electro-banner-position {
    left: 0;
    padding: 64px 50px;
    position: absolute;
    top: 0
}

.electro-banner-position2 {
    padding: 63px 47px;
    position: absolute;
    right: 0;
    top: 0
}

.electro-banner-position3 {
    left: 0;
    padding: 65px 60px;
    position: absolute;
    top: 0
}

.electro-banner-style>h1 {
    color: #515151;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase
}

.electro-banner-style>h2 {
    color: #515151;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin: 6px 0 3px;
    text-transform: uppercase
}

.electro-banner-style>h4 {
    color: #525252;
    font-size: 14px;
    letter-spacing: 3px;
    margin-bottom: 10px
}

.electro-banner-style>a {
    color: #515151;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase
}

.electro-banner-style>a:hover {
    color: #050035;
    padding-left: 5px
}

.section-title-4>h2 {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1
}

.section-title-4>h2::after {
    background-color: #2c2c2c;
    content: "";
    height: 2px;
    position: absolute;
    right: -81px;
    top: 19px;
    width: 60px
}

.section-title-4>h2::before {
    background-color: #2c2c2c;
    content: "";
    height: 2px;
    left: -81px;
    position: absolute;
    top: 19px;
    width: 60px
}

.product-tab-list3 {
    display: flex;
    justify-content: center
}

.product-tab-list3 a {
    line-height: 1;
    margin: 0 39px
}

.product-tab-list3 a {
    line-height: 1;
    margin: 0 15px
}

.product-tab-list3 a h4 {
    border: 1px solid #666666;
    border-radius: 50px;
    color: #383838;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1;
    margin: 0;
    padding: 12px 35px 11px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s
}

.wrapper-padding .container-fluid {
    padding: 0 200px
}

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

.product-border {
    border: 1px solid #eeeeee
}

.product-img-3 img {
    width: 100%
}

.product-rating-4 i {
    color: #999999;
    font-size: 18px;
    margin: 0 2px
}

.product-rating-4 i.yellow {
    color: #ffc600
}

.product-content-4>h4 {
    color: #383838;
    font-size: 18px;
    font-weight: bold;
    margin: 12px 0 2px
}

.product-content-4>h4 a {
    color: #383838
}

.product-content-4>h4 a {
    color: #383838
}

.product-content-4>h4 a:hover {
    color: #050035
}

.product-content-4>span {
    color: #383838;
    display: block;
    font-size: 13px;
    margin-bottom: 14px
}

.product-content-4 h5 {
    color: #383838;
    font-size: 24px;
    margin: 0
}

.product-content-4 {
    padding: 29px 15px 25px
}

.product-tab-list3 a.active h4,
.product-tab-list3 a h4:hover {
    color: #050035;
    border: 1px solid #050035
}

.electro-fexible-banner>img {
    width: 100%
}

.electro-fexible-banner {
    cursor: pointer;
    position: relative
}

.electro-fexible-banner:hover .fexible-content>h3,
.electro-fexible-banner:hover .fexible-content>p,
.electro-fexible-banner:hover .fexible-content>a,
.furits-banner-wrapper:hover .furits-banner-content>h4,
.furits-banner-wrapper:hover .furits-banner-content>p,
.furits-banner-wrapper:hover .furits-banner-content>a,
.single-banner:hover .banner-content>span,
.single-banner:hover .banner-content>h2,
.single-banner:hover .banner-content>p,
.discount-wrapper:hover .discount-content>h2,
.discount-wrapper:hover .discount-content>a {
    animation: 700ms ease-in-out 0s normal none 1 running fadeInUp
}

.furits-banner-wrapper,
.discount-wrapper {
    cursor: pointer
}

.fexible-content {
    padding: 75px 294px 77px
}

.fexible-content>h3 {
    color: #383838;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px
}

.fexible-content p {
    color: #666666;
    font-size: 16px;
    line-height: 30px;
    margin: 4px 0 26px
}

.btn-hover {
    position: relative
}

.flexible-btn {
    border: 1px solid #000000;
    border-radius: 5px;
    color: #383838;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    padding: 14px 40px 12px;
    text-transform: uppercase;
    z-index: 9
}

.flexible-btn:hover {
    border: 1px solid #000000;
    color: #fff
}

.btn-hover::before {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1
}

.btn-hover:hover::before {
    transform: scaleX(1)
}

.product-wrapper>img {
    width: 100%
}

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

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

.custom-col-style-3 {
    padding-left: 3px;
    padding-right: 3px
}

.coustom-row-4 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -9px;
    margin-right: -9px
}

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

.coustom-row-5 {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.custom-col-style-4 {
    padding-left: 9px;
    padding-right: 9px
}

.custom-col-style-5 {
    padding-left: 10px;
    padding-right: 10px
}

.custom-col-two-5 {
    flex: 0 0 20%;
    max-width: 20%
}

.custom-col-three-5 {
    flex: 0 0 20%;
    max-width: 20%
}

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

.product-content-5 {
    bottom: 0;
    left: 50%;
    padding: 67px 0;
    position: absolute;
    transform: translateX(-50%)
}

.product-content-5>h4 {
    color: #383838;
    font-size: 24px;
    font-weight: bold;
    margin: 3px 0
}

.product-content-5>h4 a {
    color: #383838
}

.product-content-5>h4 a:hover {
    color: #050035
}

.product-content-5>span {
    color: #383838;
    display: block;
    font-size: 13px;
    margin-bottom: 14px
}

.product-content-5>h5 {
    color: #383838;
    font-size: 24px
}

.product-content-6 {
    bottom: 0;
    left: 0;
    padding: 14px 29px;
    position: absolute
}

.product-img-4 img {
    width: 100%
}

.best-selling-right .product-content-4>h4 {
    margin: 1px 0 5px
}

.product-content-4.best-selling-position {
    padding: 29px 30px 21px
}

.best-selling-product .col-lg-5 {
    flex: 0 0 45.31%;
    max-width: 45.31%
}

.best-selling-product .col-lg-7 {
    flex: 0 0 54.69%;
    max-width: 54.69%
}

.product-content-6>h4 {
    color: #383838;
    font-size: 18px;
    font-weight: bold;
    margin: 3px 0 7px
}

.product-content-6>h4 a {
    color: #383838
}

.product-content-6>h4 a:hover {
    color: #050035
}

.product-content-6>h5 {
    color: #383838
}

.androit-banner-img>img {
    width: 100%
}

.androit-banner-img {
    position: relative
}

.androit-banner-img:hover .phn-img img {
    animation: 700ms ease-in-out 0s normal none 1 running fadeInUp
}

.androit-banner-content {
    padding: 103px 557px 93px 40px;
    text-align: center
}

.androit-banner-content>h3 {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 20px
}

.product-action-right {
    opacity: 0;
    position: absolute;
    right: -40px;
    top: 0;
    transition: all 0.3s ease 0s;
    z-index: 999
}

.product-action-right>a {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    color: #333;
    display: block;
    font-size: 25px;
    height: 46px;
    line-height: 50px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 50px
}

.product-action-right>a:hover {
    background-color: #333;
    border-bottom: 1px solid #333;
    color: #fff
}

.product-wrapper {
    overflow: hidden
}

.product-wrapper:hover .product-action-right {
    opacity: 1;
    right: 0
}

.product-action-right>a:last-child {
    border-bottom: medium none
}

.phn-img {
    bottom: -73px;
    position: absolute;
    right: 112px
}

.androit-banner-content>a {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase
}

.androit-banner-content>a:hover {
    color: #ccc
}

.banner-price.text-center {
    background-color: #5b5b63;
    border-radius: 0 100% 100%;
    display: inline-block;
    height: 138px;
    left: 0;
    position: absolute;
    top: 0;
    width: 150px
}

.banner-price-new {
    color: #ffffff;
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px
}

.banner-price-old {
    color: #ececec;
    font-size: 20px;
    font-weight: bold;
    text-decoration: line-through;
    line-height: 1
}

.banner-price-position {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.product-wrapper-border {
    border: 1px solid #ddd;
    display: flex;
    padding: 61px 20px 47px;
    background-color: #fff
}

.product-img-5 {
    flex: 0 0 189px
}

.product-content-7>h4 {
    color: #383838;
    font-size: 16px;
    font-weight: bold;
    line-height: 26px;
    margin-bottom: 11px
}

.product-content-7>h5 {
    color: #383838;
    font-size: 24px;
    line-height: 1;
    margin: 14px 0 15px
}

.product-action-electro a {
    background-color: transparent;
    border: 1px solid #d4d4d4;
    border-radius: 100%;
    color: #b1b1b1;
    display: inline-block;
    font-size: 18px;
    height: 33px;
    line-height: 35px;
    margin: 0 8px 0 0;
    text-align: center;
    width: 33px
}

.product-action-electro a:hover {
    background-color: #383838;
    border: 1px solid #383838;
    color: #fff
}

.product-content-7 {
    margin-left: 30px
}

.brand-logo-active2.owl-carousel .owl-item img {
    width: auto
}

.brand-logo-area-2 {
    position: relative
}

.brand-logo-area-2::before {
    background-color: #eeeeee;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 1168px
}

.brand-logo-area-2::after {
    background-color: #eeeeee;
    content: "";
    height: 1px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1168px
}

.section-title-5>h2 {
    color: #383838;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 3px
}

.section-title-5>p {
    color: #383838;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin: 0
}

.section-title-5>p span {
    color: #1f51d3
}

.newsletter-style-3 {
    margin: 8px 0 0 50px
}

.subscribe-form-3 form {
    position: relative
}

.subscribe-form-3 form input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #aaaaaa;
    border-radius: 5px;
    color: #999999;
    font-size: 12px;
    height: 48px;
    line-height: 48px;
    padding-left: 20px;
    padding-right: 55px;
    position: relative
}

.subscribe-form-3 .mc-form .clear {
    background: #383838 url("https://pisumfoods.com/img/icon-img/14.png") no-repeat scroll right 15px center;
    border-radius: 5px;
    bottom: 0;
    display: inline-block;
    padding: 0 6px;
    position: absolute;
    right: 0;
    z-index: 999;
    transition: all .3s ease 0s
}

.subscribe-form-3 .mc-form .clear:hover {
    background: #000 url("https://pisumfoods.com/img/icon-img/14.png") no-repeat scroll right 15px center
}

.subscribe-form-3 .clear input {
    border: medium none;
    padding: 0;
    text-indent: -99999px;
    width: 37px
}

.footer-widget-title-3 {
    color: #fafafa;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 35px;
    padding-bottom: 14px;
    position: relative
}

.footer-widget-title-3::after {
    background-color: #414141;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 70px
}

.footer-address-electro {
    display: flex;
    margin-bottom: 19px
}

.footer-info-icon2 {
    width: 68px
}

.footer-info-icon2 span {
    color: #aaaaaa;
    text-transform: uppercase;
    font-weight: bold
}

.footer-info-content2 {
    margin-left: 5px
}

.footer-info-content2>p {
    color: #aaaaaa;
    line-height: 25px;
    margin: 0
}

.footer-info-content2>p a {
    color: #aaaaaa
}

.footer-info-content2>p a:hover {
    color: #fff
}

.footer-widget-content-3 ul li {
    margin-bottom: 22px;
    position: relative
}

.footer-widget-content-3 ul li:last-child {
    margin-bottom: 0px
}

.footer-widget-content-3 ul li:last-child {
    margin-bottom: 0px
}

.footer-widget-content-3 ul li::before {
    border: 1px solid #696969;
    border-radius: 50px;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 7px
}

.footer-widget-content-3 ul li a {
    color: #aaaaaa;
    display: block;
    letter-spacing: 1px;
    padding-left: 24px
}

.footer-services-content {
    margin-left: 30px
}

.footer-widget-content-3 ul li a:hover {
    color: #fff
}

.widget-right {
    float: right
}

.footer-services-wrapper {
    display: flex
}

.footer-services-icon i {
    color: #eeeeee;
    font-size: 36px
}

.footer-services-content>h3 {
    color: #aaaaaa;
    font-size: 25px;
    margin-bottom: 9px
}

.footer-services-content>p {
    color: #aaaaaa;
    margin: 0
}

.footer-menu li {
    display: inline-block;
    line-height: 1;
    margin-right: 20px
}

.footer-menu li a {
    color: #7b7b7b;
    font-size: 12px;
    letter-spacing: 1px
}

.footer-menu li a:hover {
    color: #fff
}

.footer-menu li:last-child {
    margin-right: 0px
}

.mrg-5 {
    margin-top: 5px
}

.header-cart-3 {
    margin-top: 14px;
    position: relative
}

.header-cart-3>a i {
    color: #070b21;
    font-size: 20px;
    margin-right: 4px;
    position: relative;
    top: 3px
}

.header-cart-3>a {
    color: #070b21;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase
}

.header-cart-3>a span {
    background-color: #8185a0;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin-left: 3px;
    text-align: center;
    width: 20px
}

.header-cart-3:hover .cart-dropdown {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.categori-menu-wrapper2 {
    background-color: #070b21
}

.categori-style-2 {
    width: 20%;
    float: left
}

.menu-style-4 {
    float: left;
    padding-left: 134px;
    width: 80%
}

.category-heading-2>h3 {
    color: #efefef;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 15px 10px 13px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer
}

.menu-style-4 nav>ul>li {
    display: inline-block;
    margin: 0 64px 0 0;
    position: relative
}

.menu-style-4 nav>ul>li:last-child {
    margin: 0 0px 0 0
}

.category-heading-2 {
    position: relative
}

.category-heading-2 .category-menu-list {
    background-color: #fff;
    border-radius: 10px;
    left: 0;
    padding: 40px 0;
    position: absolute;
    top: 100%;
    width: 300px;
    z-index: 999
}

.category-heading-2 .category-menu-list.category-list-none {
    display: none
}

.category-menu-list>ul>li>a {
    border-bottom: 1px solid #f1f1f1;
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 20px;
    padding-bottom: 20px
}

.category-menu-list>ul>li:last-child>a {
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 0px
}

.menu-style-4 nav>ul>li>a {
    color: #f3f3f3;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 48px;
    text-transform: uppercase
}

.menu-style-4 ul>li>a>i {
    color: #efefef;
    font-size: 30px;
    position: relative;
    top: 8px
}

.menu-style-4 ul>li>a>span {
    background-color: #fe0000;
    color: #ffffff;
    display: inline-block;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    padding: 4px 4px 3px;
    position: absolute;
    right: 36px;
    text-transform: uppercase;
    top: -10px
}

.menu-style-4 ul>li>a>span::after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #fe0000;
    content: "";
    height: 0;
    left: 3px;
    position: absolute;
    top: 16px;
    width: 0
}

.category-heading-2 .category-menu-list .category-dropdown-style ul li a {
    color: #383838
}

.category-heading-2 .category-menu-list .category-dropdown-style ul li a:hover {
    color: #070b21
}

.slider-height-4 {
    min-height: 700px
}

.single-slider-4 {
    -moz-box-align: center;
    align-items: center;
    display: flex;
    position: relative
}

.slider-content-4 {
    padding-left: 208px
}

.slider-content-4 h2 {
    color: #ffffff;
    font-size: 60px;
    font-weight: bold;
    line-height: 70px;
    margin: 0
}

.slider-content-4 h4 {
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 6px 0 30px
}

.banner-wrapper-4 img {
    width: 100%
}

.banner-wrapper-4 {
    position: relative
}

.banner-content4-style1 {
    left: 0;
    padding: 40px 44px;
    position: absolute;
    top: 0
}

.banner-wrapper-4 {
    overflow: hidden
}

.banner-wrapper-4 img {
    transition: all .1s ease 0s
}

.banner-wrapper-4:hover img {
    transform: scale(1.1)
}

.banner-content4-style1>h4 {
    color: #ffffff;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 28px;
    margin: 0
}

.banner-content4-style2 {
    left: 0;
    padding: 25px 40px;
    position: absolute;
    top: 0
}

.banner-content4-style2>h2 {
    color: #ffffff;
    font-size: 50px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 48px;
    margin: 0;
    text-transform: uppercase
}

.banner-content4-style2>h5 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 4px;
    text-transform: uppercase
}

.banner-content4-style2>h5.p-right {
    display: block;
    margin-left: 65px
}

.banner-content4-style2>h3 {
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-top: 25px;
    overflow: hidden;
    text-transform: uppercase
}

.banner-content4-style3 {
    left: 0;
    padding: 17px 50px;
    position: absolute;
    top: 0
}

.banner-content4-style3 h1 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 100;
    line-height: 44px;
    text-transform: uppercase
}

.banner-content4-style3>h3 {
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    overflow: hidden;
    text-transform: uppercase
}

.product-content-electro2 {
    bottom: 0;
    left: 0;
    padding: 40px 20px;
    position: absolute;
    right: 0
}

.product-content-electro2>h3 {
    color: #1c1e23;
    font-size: 16px;
    margin: 0
}

.product-content-electro2>h3 a {
    color: #1c1e23
}

.product-content-electro2>h3 a:hover {
    color: #050035
}

.product-content-electro2>span {
    color: #b8bfd3;
    display: block;
    letter-spacing: 1px;
    margin: 12px 0 9px;
    text-transform: uppercase
}

.product-content-electro2>h5 {
    color: #343e5c;
    font-weight: bold;
    margin: 0
}

.fexible-content.fexible-content-2 {
    padding: 70px 120px 74px
}

.hanicraft-action {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1)
}

.wrapper-padding-2 .container-fluid {
    padding: 0 100px
}

.handicraft-search-cart {
    display: flex
}

.header-cart-4>a {
    display: block;
    padding: 55px 0;
    position: relative
}

.header-cart-4>a>i {
    color: #2a2b2c;
    font-size: 35px
}

.header-cart-4>a span {
    background-color: #2c2c2c;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    left: 18px;
    line-height: 25px;
    margin-left: 3px;
    position: absolute;
    text-align: center;
    top: 42px;
    width: 25px
}

.header-cart-4 {
    margin-left: 50px
}

.handicraft-search {
    position: relative
}

.handicraft-search .search-toggle {
    background-color: transparent;
    border: medium none;
    color: #fff;
    line-height: 24px;
    margin: 62px 0 40px 13px;
    padding: 0;
    position: relative;
    z-index: 99999;
    cursor: pointer
}

.handicraft-search .search-toggle i {
    color: #2a2b2c;
    display: block;
    font-size: 35px;
    line-height: 24px
}

.handicraft-search .handicraft-content {
    background-color: transparent;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 340px;
    z-index: -9999
}

.handicraft-search .handicraft-content form {
    overflow: hidden;
    position: relative
}

.handicraft-search .handicraft-content label {
    border-right: 1px solid #ddd;
    left: 0;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #2a2b2c;
    font-size: 18px;
    margin: 2px 0 0
}

.handicraft-search .handicraft-content form input {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    line-height: 30px;
    padding-left: 20px;
    width: 100%
}

.handicraft-search .handicraft-content.open {
    opacity: 1;
    right: 100%;
    visibility: visible;
    z-index: 9999
}

.handicraft-search .search-toggle .s-close {
    opacity: 0
}

.handicraft-search .search-toggle i.s-close {
    left: 0;
    position: absolute;
    top: 0
}

.handicraft-search .search-toggle.open .s-close {
    opacity: 1
}

.handicraft-search .search-toggle.open .s-open {
    opacity: 0
}

.header-cart-4 {
    position: relative
}

.header-cart-4:hover .cart-dropdown {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.menu-style-2.handicraft-menu nav>ul>li {
    margin: 0 25px
}

.slider-height-5 {
    min-height: 800px
}

.slider-content-5 h2 {
    color: #383838;
    font-size: 60px;
    line-height: 80px;
    text-transform: uppercase;
    margin: 0
}

.slider-content-5 p {
    color: #999999;
    font-size: 18px;
    line-height: 28px;
    margin: 2px 0 34px;
    width: 53%
}

.handicraft-slider-btn {
    border: 1px solid #999999;
    border-radius: 50px;
    color: #666666;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: 17px 39px 15px;
    text-transform: uppercase;
    z-index: 99
}

.btn-hover.handicraft-slider-btn::before {
    border-radius: 50px
}

.handicraft-slider-btn:hover {
    border: 1px solid #000;
    color: #fff
}

.offer-img {
    position: relative;
    text-align: center
}

.offer-img::before {
    background-color: #f6f7fa;
    content: "";
    height: 500px;
    left: 154px;
    position: absolute;
    top: -61px;
    width: 500px;
    z-index: -1
}

.offer-text {
    left: 0;
    position: absolute;
    top: 20px;
    writing-mode: vertical-rl
}

.offer-text>h3 {
    color: #999999;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0;
    text-transform: uppercase
}

.offer-details-wrapper>h2 {
    border-bottom: 2px solid #383838;
    color: #383838;
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 28px;
    margin: 0
}

.offer-details-wrapper>p {
    color: #666666;
    font-size: 16px;
    line-height: 26px;
    margin: 35px 0 16px;
    width: 73%
}

.offer-price-btn {
    display: flex
}

.offer-old-price {
    color: #666666;
    font-size: 18px;
    margin-right: 12px;
    text-decoration: line-through
}

.offer-new-price {
    color: #383838;
    font-size: 30px
}

.offer-btn>a {
    color: #666666;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 8px;
    text-transform: uppercase
}

.offer-btn>a:hover {
    color: #333
}

.offer-price {
    margin-right: 48px
}

.offer-details-wrapper {
    margin-top: 107px
}

.product-img-hanicraft {
    position: relative
}

.hanicraft-action-position {
    left: 0;
    position: absolute;
    text-align: center;
    top: 60%;
    transform: translateY(-50%);
    right: 0;
    margin: 0 auto;
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease 0s
}

.product-wrapper:hover .hanicraft-action-position,
.trandy-product-wrapper:hover .hanicraft-action-position {
    opacity: 1;
    top: 50%;
    visibility: visible
}

.hanicraft-action {
    background-color: #fff;
    border-radius: 50px;
    display: inline-block;
    left: 50%;
    line-height: 1;
    padding: 13px 26px 10px
}

.hanicraft-action a {
    color: #383838;
    font-size: 24px;
    margin: 0 13px;
    position: relative
}

.hanicraft-action a:hover {
    color: #000
}

.product-img-hanicraft img {
    width: 100%
}

.hanicraft-action a::before {
    background-color: #eee;
    content: "";
    height: 50px;
    margin: 0 auto;
    position: absolute;
    right: -10px;
    top: -8px;
    width: 1px
}

.hanicraft-action a:last-child::before {
    content: none
}

.product-content-hanicraft>h5 {
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    margin: 0
}

.product-content-hanicraft>h4 {
    color: #383838;
    font-size: 18px;
    margin: 6px 0 5px
}

.product-content-hanicraft>h4 a {
    color: #383838
}

.product-content-hanicraft>h4 a:hover {
    color: #000
}

.product-content-hanicraft>span {
    color: #666666
}

.product-img-hanicraft {
    margin-bottom: 29px
}

.product-img-hanicraft span {
    background-color: #383838;
    color: #fefefe;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    padding: 6px 10px 5px;
    position: absolute;
    text-transform: uppercase;
    top: 20px
}

.product-img-hanicraft .new {
    left: 20px
}

.product-img-hanicraft .sell {
    right: 20px
}

.handicraft-banner-wrapper {
    margin: 0 30px 0 70px;
    position: relative
}

.handicraft-banner-position {
    padding: 20px 50px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 50%;
    transform: translateY(-50%)
}

.handicraft-banner-position2 {
    padding: 20px 50px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.handicraft-banner-wrapper>img {
    width: 100%
}

.handicraft-banner-content>h3 {
    color: #383838;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 34px;
    margin-bottom: 20px
}

.banner-btn {
    border: 1px solid #999999;
    border-radius: 50px;
    color: #666666;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: 13px 20px 11px;
    text-transform: uppercase
}

.banner-btn:hover {
    color: #fff;
    border: 1px solid #333
}

.btn-hover.banner-btn::before {
    border-radius: 50px
}

.owl-carousel .owl-item .single-testimonial-2 img {
    display: block;
    margin: 0 auto;
    width: auto
}

.single-testimonial-2>p {
    color: #666666;
    font-size: 20px;
    font-style: italic;
    letter-spacing: 0.5px;
    line-height: 36px;
    margin: 35px auto 52px;
    width: 80%
}

.single-testimonial-2>h4 {
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    margin: 16px 0 7px
}

.single-testimonial-2>span {
    color: #666666;
    font-size: 14px;
    font-style: italic;
    letter-spacing: 0.5px;
    text-transform: uppercase
}

.newsletter-content>h2 {
    color: #666666;
    font-size: 30px;
    margin-bottom: 5px
}

.newsletter-content>p {
    color: #383838;
    margin: 0;
    width: 85%
}

.subscribe-form-4 form input {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 50px;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
    color: #999999;
    font-size: 12px;
    height: 56px;
    line-height: 56px;
    padding: 0 65px 0 40px;
    width: 500px;
    position: relative
}

.subscribe-form-4 {
    margin-top: 16px
}

.subscribe-form-4 form {
    position: relative
}

.subscribe-form-4 .mc-form .clear {
    background: rgba(0, 0, 0, 0) url("https://pisumfoods.com/img/icon-img/24.png") no-repeat scroll right 0 center;
    bottom: 0;
    display: inline-block;
    position: absolute;
    right: 22px;
    z-index: 9999
}

.subscribe-form-4 .clear input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: transparent;
    border-color: currentcolor currentcolor currentcolor #dddddd;
    border-image: none;
    border-radius: 0;
    border-style: none none none solid;
    border-width: medium medium medium 1px;
    box-shadow: none;
    padding: 0 0 0 22px;
    text-indent: -99999px;
    width: 37px
}

.footer-about>p {
    color: #666666;
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 33px 0 22px;
    padding-right: 40px
}

.footer-about li {
    display: inline-block;
    margin-right: 15px;
    transition: all .3s ease 0s
}

.footer-about li:last-child {
    margin-right: 0px
}

.footer-about li a {
    color: #666666;
    font-size: 16px;
    display: inline-block;
    width: 35px;
    height: 35px;
    border-radius: 50px;
    background-color: #f1f1f1;
    line-height: 35px;
    text-align: center
}

.footer-about li a:hover {
    color: #f1f1f1;
    background-color: #666
}

.footer-widget-title-4 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 30px;
    padding-bottom: 12px;
    position: relative;
    text-transform: uppercase
}

.footer-widget-title-4::before {
    background-color: #000000;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 50px
}

.footer-widget-content-4 li {
    margin-bottom: 7px;
    position: relative
}

.footer-widget-content-4 li:last-child {
    margin-bottom: 0px
}

.footer-widget-content-4 li a {
    color: #666666;
    display: block;
    font-size: 16px;
    transition: all 0.3s ease 0s
}

.footer-widget-content-4 li::before {
    background: url("https://pisumfoods.com/img/icon-img/25.png") no-repeat scroll left 0px center;
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    transition-duration: 0.3s;
    width: 100%;
    z-index: -9;
    opacity: 0
}

.footer-widget-content-4 li:hover::before {
    opacity: 1
}

.footer-widget-content-4 li:hover a {
    padding-left: 20px;
    color: #333
}

.footer-banner {
    position: relative
}

.footer-banner-content {
    left: 0;
    padding: 20px 35px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.footer-banner-content>h3 {
    color: #383838;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 28px;
    margin-bottom: 8px;
    text-transform: uppercase
}

.footer-banner-content>a {
    border-bottom: 2px solid #989898;
    color: #383838;
    display: inline-block;
    font-size: 14px;
    line-height: 1
}

.footer-banner-content>a:hover {
    border-bottom: 2px solid #333;
    color: #333
}

.footer-banner>img {
    width: 100%
}

.copyright-handicraft>p {
    color: #333333;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 18px;
    margin: 0
}

.icon-cart-furniture i {
    color: #00245b;
    font-size: 35px
}

a.icon-cart-furniture {
    display: block;
    padding: 32px 0 32px 10px;
    position: relative
}

a.icon-cart-furniture span {
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    margin-left: 3px;
    position: absolute;
    right: -26px;
    text-align: center;
    top: 38px;
    width: 25px
}

a.icon-cart-furniture span.green {
    background-color: #333
}

.furniture-logo>a {
    display: block
}

.menu-style-2.furniture-menu nav>ul>li {
    margin: 0 30px
}

.menu-style-2.furniture-menu nav>ul>li>a {
    padding: 38px 0
}

.furniture-bottom-wrapper {
    display: flex;
    justify-content: space-between
}

.furniture-login ul li {
    color: #999999;
    display: inline-block;
    font-weight: 400;
    margin-right: 15px;
    font-size: 14px;
    position: relative
}

.furniture-login ul li a {
    text-transform: uppercase;
    font-weight: bold;
    color: #999999
}

.furniture-login ul li::before {
    background-color: #999999;
    content: "";
    height: 14px;
    margin: 0 auto;
    position: absolute;
    right: -10px;
    top: 3px;
    width: 1px
}

.furniture-login ul li:last-child::before {
    content: none
}

.furniture-search form input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
    border-color: currentcolor #e5e5e5;
    border-image: none;
    border-style: none solid;
    border-width: medium 1px;
    box-shadow: none;
    color: #999999;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    padding-left: 27px;
    padding-right: 60px;
    width: 630px
}

.subscribe-form-4 form input::-moz-placeholder,
.furniture-search form input::-moz-placeholder {
    color: #999;
    opacity: 1
}

.subscribe-form-4 form input::-webkit-placeholder,
.furniture-search form input::-webkit-placeholder {
    color: #999;
    opacity: 1
}

.furniture-search form {
    position: relative
}

.furniture-search form button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #999999;
    font-size: 20px;
    padding: 0;
    position: absolute;
    right: 30px;
    top: 13px;
    cursor: pointer
}

.furniture-search form button:hover {
    color: #050035
}

.furniture-wishlist li {
    display: inline-block;
    margin-left: 39px
}

.furniture-wishlist li a i {
    color: #00245b;
    font-size: 18px;
    margin-right: 10px;
    position: relative;
    top: 3px
}

.furniture-wishlist li a {
    color: #383838;
    letter-spacing: .5px
}

.furniture-wishlist li:first-child {
    margin-left: 0px
}

.furniture-login,
.furniture-wishlist {
    align-items: center;
    display: flex
}

.furniture-login ul li a:hover,
.furniture-wishlist li a:hover {
    color: #00245b
}

.slider-height-6 {
    min-height: 790px
}

.furniture-content h2 {
    font-size: 72px;
    font-weight: bold;
    line-height: 90px;
    margin: 0
}

.furniture-content p {
    color: #383838;
    font-size: 16px;
    line-height: 26px;
    margin: 10px 0 28px;
    width: 78%
}

.furniture-slider-btn {
    border: 1px solid #333;
    border-radius: 50px;
    color: #383838;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: 13px 30px 12px;
    text-transform: uppercase
}

.furniture-slider-btn:hover {
    border: 1px solid #000;
    color: #fff
}

.furniture-slider-btn::before {
    border-radius: 50px
}

.wrapper-padding-3 .container-fluid {
    padding: 0 275px
}

.section-title-6>h2 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 29px
}

.section-title-6>p {
    color: #666666;
    letter-spacing: 0.5px;
    margin: 0 auto;
    width: 46%
}

.funiture-product-content {
    margin-top: 26px
}

.funiture-product-content>h4 {
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 10px
}

.funiture-product-content>h4 a {
    color: #383838
}

.funiture-product-content>h4 a:hover {
    color: #050035
}

.funiture-product-content>span {
    color: #383838;
    letter-spacing: 0.5px
}

.popular-product-active.owl-carousel .owl-nav div,
.popular-product-active-2.owl-carousel .owl-nav div {
    left: -75px;
    position: absolute;
    top: 39%
}

.popular-product-active.owl-carousel .owl-nav div.owl-next,
.popular-product-active-2.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: -76px
}

.discount-img>img {
    width: 100%
}

.discount-img {
    position: relative
}

.discount-img::before {
    background-color: #eafaff;
    content: "";
    height: 500px;
    left: 0px;
    position: absolute;
    top: -70px;
    width: 500px;
    z-index: -1
}

.blog-img a img {
    max-width: 100%
}

.discount-details-wrapper>h5 {
    border-bottom: 2px solid #9b9b9b;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 0.5px;
    padding-bottom: 1px;
    text-transform: uppercase
}

.discount-details-wrapper>p {
    color: #999999;
    letter-spacing: 0.5px;
    margin: 17px 0 21px;
    width: 65%
}

.discount-details-wrapper>h2 {
    color: #383838;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 46px;
    margin: 0
}

.discount-details-wrapper>p.discount-peragraph {
    color: #666666;
    margin: 32px 0 41px;
    width: 83%
}

.discount-btn {
    border: 1px solid #666666;
    border-radius: 50px;
    color: #666666;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: 12px 30px;
    text-transform: uppercase
}

.discount-btn:hover {
    border: 1px solid #000;
    color: #fff
}

.btn-hover.discount-btn::before {
    border-radius: 50px
}

.discount-details-wrapper {
    padding-left: 30px;
    padding-top: 97px
}

.discount-wrapper {
    position: relative
}

.discount-wrapper>img {
    width: 100%
}

.discount-content {
    padding: 20px 250px;
    position: absolute;
    right: 0;
    text-align: right;
    top: 50%;
    transform: translateY(-50%)
}

.discount-content>h2 {
    color: #998e7e;
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 58px;
    margin-bottom: 17px
}

.discount-content>a {
    border-bottom: 2px solid #cccccc;
    color: #999999;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 17px;
    text-transform: uppercase
}

.discount-content>a:hover {
    border-bottom: 2px solid #666;
    color: #666
}

.product-img a img {
    width: 100%
}

.product-rating-5 {
    margin-top: 10px
}

.product-rating-5 i {
    color: #b7b7b7;
    font-size: 18px;
    margin: 3px
}

.product-rating-5 i.black {
    color: #111111
}

.section-title-7>h2 {
    color: #383838;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.section-title-7>p {
    color: #666666;
    letter-spacing: 0.5px;
    margin: 0 auto 48px;
    width: 33%
}

.view-all-product {
    position: relative
}

.view-all-product>a {
    border: 1px solid #383838;
    border-radius: 50px;
    color: #383838;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    padding: 14px 30px 12px;
    text-transform: uppercase
}

.view-all-product>a:hover {
    color: #fff;
    background-color: #383838
}

.view-all-product>a::before {
    background-color: #f1f1f1;
    content: "";
    height: 1px;
    left: 360px;
    position: absolute;
    top: 19px;
    width: 438px
}

.view-all-product>a::after {
    background-color: #f1f1f1;
    content: "";
    height: 1px;
    right: 360px;
    position: absolute;
    top: 19px;
    width: 438px
}

.wrapper-padding-4 .container-fluid {
    padding: 0 305px
}

.services-wrapper {
    display: flex;
    justify-content: space-between
}

.single-services {
    display: flex
}

.services-content>h4 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 14px
}

.services-content>p {
    color: #666666;
    margin: 0;
    width: 77%
}

.services-content {
    padding: 10px 0 0 26px
}

.wrapper-padding-5 .container-fluid {
    padding: 0 305px 0 150px
}

.widget-wrapper {
    display: flex;
    justify-content: space-between
}

.footer-about-2>p {
    color: #666666;
    margin: 40px 0 0
}

.footer-widget h3.footer-widget-title-5 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 28px
}

.footer-address-furniture {
    display: flex
}

.sidebar-search form>button:hover {
    background-color: #050035;
    color: #fff
}

.sidebar-categories li a:hover,
.product-size li a:hover {
    color: #050035
}

.footer-info-icon3 {
    width: 80px
}

.footer-info-icon3>span {
    color: #666666;
    font-size: 16px;
    font-weight: bold
}

.footer-info-content3>p {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0
}

.footer-info-content3>p a {
    color: #666
}

.footer-info-content3>p a:hover {
    color: #333
}

.footer-address-furniture {
    margin-bottom: 16px
}

.footer-address-furniture:last-child {
    margin-bottom: 0px
}

.footer-newsletter-2>p {
    color: #383838;
    margin: 0
}

.subscribe-form-5 form input {
    background: #f6f6f6 none repeat scroll 0 0;
    border: medium none;
    border-radius: 10px;
    color: #383838;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding-left: 30px;
    width: 320px;
    padding-right: 55px
}

.subscribe-form-5 form {
    position: relative
}

.subscribe-form-5 .mc-form .clear {
    background: rgba(0, 0, 0, 0) url("https://pisumfoods.com/img/icon-img/24.png") no-repeat scroll right 0 center;
    bottom: 0;
    display: inline-block;
    position: absolute;
    right: 20px;
    z-index: 9999
}

.subscribe-form-5 .clear input {
    background-color: transparent;
    border: medium none;
    padding: 0;
    text-indent: -99999px;
    width: 37px
}

.subscribe-form-5 {
    margin-top: 19px
}

.copyright-furniture>p {
    color: #666666;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin: 0
}

.copyright-furniture>p a {
    color: #333
}

.copyright-furniture>p a:hover {
    text-decoration: underline
}

.header-sticky {
    left: 0;
    padding: 70px 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s ease 0s;
    z-index: 99999
}

.header-sticky.stick {
    background: #1834a6;
    padding: 15px 0;
    position: fixed;
    top: 0
}

.single-overview>h4 {
    font-size: 24px;
    letter-spacing: 0.2px;
    position: relative
}

.single-overview>h4::before {
    background: #383838 none repeat scroll 0 0;
    bottom: -3px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    width: 0
}

.single-overview:hover *::before {
    width: 50px
}

.buy-now-btn {
    margin-left: 20px;
    margin-top: 7px
}

.menu-style-toggle nav {
    float: left;
    transition: all 0.3s ease 0s
}

.menu-style-toggle nav {
    margin-right: -30px;
    opacity: 0;
    visibility: hidden
}

.menu-style-toggle nav.menu-open {
    margin-right: 0;
    opacity: 1;
    visibility: visible
}

.logo-menu-wrapper {
    display: flex;
    justify-content: space-between
}

.hamburger-menu {
    align-items: center;
    display: flex
}

.hamburger-menu ul>li {
    display: inline-block;
    margin-left: 35px
}

.hamburger-menu ul>li a {
    color: #fff;
    text-transform: uppercase
}

.hamburger-wrapper {
    display: flex
}

.hamburger-inner {
    border-radius: 0px;
    height: 2px;
    width: 25px;
    float: right
}

.hamburger-inner::after {
    border-radius: 0px;
    height: 2px;
    width: 30px;
    right: 0
}

.hamburger-inner::before {
    border-radius: 0px;
    height: 2px;
    width: 20px;
    right: 0
}

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    width: 30px
}

.buy-now-btn>a {
    background-color: #fff;
    border-radius: 50px;
    color: #1834a6;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1;
    padding: 14px 30px 12px;
    text-transform: uppercase
}

.table,
.table-cell {
    display: table;
    height: 100%
}

.table-cell {
    display: table-cell;
    vertical-align: middle
}

.slider-text {
    margin-top: 103px
}

.wacth-img {
    float: right;
    padding: 0 0px 0 125px;
    width: 100%
}

.wacth-img img {
    max-width: 410px
}

.slider-text>h2 {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    line-height: 70px;
    margin-bottom: 32px;
    text-transform: uppercase
}

.explore-btn {
    background-color: #f4f4f4;
    border-radius: 50px;
    color: #1834a6;
    display: inline-block;
    font-weight: bold;
    letter-spacing: 0.5px;
    line-height: 1;
    padding: 9px 30px 15px;
    text-transform: uppercase
}

.explore-btn i {
    font-size: 20px;
    margin-left: 10px;
    position: relative;
    top: 3px
}

.explore-btn:hover,
.buy-now-btn>a:hover {
    box-shadow: 0 10px 35px -7px rgba(255, 255, 255, 0.5)
}

.watch-about-content>h2 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.8px;
    margin: 28px 0 0
}

.watch-about-content>p {
    color: #666666;
    letter-spacing: 0.2px;
    margin: 25px auto 46px;
    width: 55%
}

.watch-about-content>a {
    background-color: #1834a6;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    padding: 14px 40px 12px;
    text-transform: uppercase
}

.watch-about-content>a:hover {
    box-shadow: 0 10px 35px -7px rgba(24, 54, 166, 0.9);
    transform: translateY(-3px)
}

.section-title-8>h2 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.2px;
    margin-bottom: 19px
}

.section-title-8>p {
    color: #666666;
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 26px
}

.section-title-8.peragraph-width>p {
    width: 79%
}

.single-power-feathers>h4 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.2px;
    margin: 20px 0 14px
}

.single-overview>h4 {
    font-size: 24px;
    letter-spacing: .2px;
    position: relative
}

.single-overview>h4::before {
    background: #383838 none repeat scroll 0 0;
    bottom: -3px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 0.3s ease-in-out 0s;
    width: 0
}

.single-overview:hover::before {
    width: 50px
}

.single-overview>p,
.single-power-feathers>p {
    color: #666666;
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 26px;
    margin: 0
}

.single-overview {
    margin-bottom: 35px
}

.section-title-8.peragraph-width-2>p {
    width: 46%
}

.single-power-feathers>h4 {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.2px
}

.single-power-feathers:hover img {
    animation: 500ms ease-in-out 0s normal none 1 running tada
}

.power-feathers-area {
    background: rgba(0, 0, 0, 0) url("https://pisumfoods.com/img/banner/5.png") no-repeat scroll 95.5% 46%/25% auto
}

.smart-watch-product-wrapper {
    position: relative
}

.smart-watch-content {
    border-top: 1px solid #eaebec;
    bottom: 0;
    left: 0;
    padding: 23px 40px 18px;
    position: absolute;
    width: 100%
}

.smart-watch-content>h4 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 7px;
    text-transform: uppercase
}

.smart-watch-content>h4 a {
    color: #383838
}

.smart-watch-content>a {
    color: #999999;
    font-weight: bold
}

.smart-watch-content>a:hover,
.smart-watch-content>h4 a:hover {
    color: #1834a6
}

.smart-watch-product-wrapper a img {
    width: 100%
}

.smart-watch-product-wrapper {
    margin: 30px 0 40px;
    transition: all .3s ease 0s
}

.smart-watch-product-wrapper:hover {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15)
}

.section-title-8.peragraph-width-3>p {
    margin: 0 auto;
    width: 56%
}

.watch-video-content>h2 {
    font-size: 50px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 55px;
    text-transform: uppercase
}

.watch-video-content>p {
    color: #383838;
    font-size: 16px;
    margin: 22px 0 50px;
    width: 77%
}

.video-btn>a {
    background-color: #1834a6;
    border-radius: 50px;
    color: #fffefe;
    display: inline-block;
    font-size: 20px;
    height: 40px;
    line-height: 45px;
    position: relative;
    text-align: center;
    width: 40px;
    transition: all .3s ease 0;
    z-index: 99
}

.video-btn>a::before {
    animation: 1.5s linear 0s normal none infinite running buttonRing;
    border: 2px solid #383838;
    border-radius: 50em;
    content: "";
    display: inline-block;
    height: 50px;
    left: -5px;
    opacity: 0.6;
    position: absolute;
    top: -5px;
    transform: scale3d(1, 1, 1);
    transition: all 0.3s ease 0s;
    width: 50px;
    z-index: 9
}

@keyframes buttonRing {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        -khtml-transform: scale3d(1, 1, 1);
        -moz-transform: scale3d(1, 1, 1);
        -ms-transform: scale3d(1, 1, 1);
        -o-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
        opacity: 0.6
    }

    85% {
        opacity: 0
    }

    100% {
        -webkit-transform: scale3d(1.42, 1.42, 1.42);
        -khtml-transform: scale3d(1.42, 1.42, 1.42);
        -moz-transform: scale3d(1.42, 1.42, 1.42);
        -ms-transform: scale3d(1.42, 1.42, 1.42);
        -o-transform: scale3d(1.42, 1.42, 1.42);
        transform: scale3d(1.42, 1.42, 1.42);
        opacity: 0
    }
}

.feature-list-icon,
.feature-list-icon2 {
    background-color: #1834a6;
    border-radius: 50px;
    display: inline-block;
    height: 100px;
    line-height: 100px;
    text-align: center;
    width: 100px;
    transition: all .3s ease 0s
}

.single-features-list,
.sfl-lsft {
    display: block;
    margin-bottom: 245px;
    margin-top: -50px;
    overflow: hidden
}

.feature-list .single-features-list:first-child,
.feature-list .single-features-list:last-child {
    margin-right: -220px;
    padding-left: 430px;
    position: relative;
    z-index: 99
}

.single-features-list {
    padding-left: 267px
}

.feature-list-icon {
    display: inline-block;
    float: right
}

.feature-list-icon2 {
    display: inline-block;
    float: left
}

.feature-list .sfl-lsft:first-child,
.feature-list .sfl-lsft:last-child {
    margin-left: -220px;
    position: relative;
    z-index: 99;
    padding-right: 430px
}

.single-features-list2 {
    padding-right: 280px
}

.feature-img {
    position: relative
}

.feature-img>img {
    max-width: 512px
}

.feature-img::before {
    border: 3px dashed #e7eaf6;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 500px;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 52px;
    transform: translateX(-50%);
    width: 500px
}

.feature-list-text>h3,
.feature-list-text2>h3 {
    color: #1834a6;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 8px;
    text-transform: uppercase
}

.feature-list-text>h3 span,
.feature-list-text2>h3 span {
    font-weight: bold
}

.feature-list-text>p {
    color: #383838;
    float: right;
    margin: 0
}

.feature-list-text {
    display: block;
    margin-right: 122px;
    margin-top: -4px;
    overflow: hidden
}

.feature-list-text2 {
    display: block;
    margin-left: 122px;
    overflow: hidden;
    margin-top: -4px
}

.single-features-list.middle-features-list {
    margin-bottom: 255px;
    margin-right: -48px
}

.single-features-list2.middle-features-list2 {
    margin-bottom: 255px;
    margin-left: -48px
}

.single-features-list:hover .feature-list-icon,
.single-features-list2:hover .feature-list-icon2 {
    background-color: #333
}

.single-features-list.mrn-nn,
.single-features-list2.mrn-nn {
    margin-bottom: 0
}

.single-feadback-wrapper {
    background-color: #f7f8f9;
    border-radius: 5px;
    padding: 30px 30px 26px
}

.feadback-img-title {
    display: flex
}

.feadback-title>h4 {
    color: #383838;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 2px
}

.feadback-title>span {
    color: #1834a6;
    font-size: 12px
}

.feadback-title {
    margin: 15px 0 0 24px
}

.feadback-img-title {
    margin-bottom: 24px
}

.single-feadback-wrapper>p {
    color: #666666;
    font-size: 12px;
    line-height: 22px;
    margin: 0
}

.subscribe-form-6 form input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent none repeat scroll 0 0;
    border-color: currentcolor currentcolor #4a5ca4;
    border-image: none;
    border-radius: 0;
    border-style: none none solid;
    border-width: medium medium 2px;
    color: #5f6b9f;
    font-size: 12px;
    font-weight: bold;
    height: 35px;
    line-height: 35px !important;
    margin-left: 75px;
    padding: 0;
    width: 385px;
    margin-top: 5px
}

.subscribe-form-6 .mc-form {
    background: #1834a6 none repeat scroll 0 0;
    border-radius: 50px;
    padding: 22px 0 34px;
    position: relative
}

.subscribe-form-6 form {
    position: relative
}

.subscribe-form-6 .mc-form .clear {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999
}

.subscribe-form-6 .clear input.button {
    background-color: #f1f3f9;
    border: medium none;
    border-radius: 50px;
    color: #1834a6;
    font-size: 16px;
    font-weight: bold;
    height: inherit;
    letter-spacing: 0.5px;
    margin: 0;
    padding: 14px 40px 12px;
    text-transform: uppercase;
    width: inherit;
    transition: all .3s ease 0s
}

.subscribe-form-6 .clear input.button:hover {
    background-color: #383838;
    color: #fff
}

.subscribe-form-6 form input::-moz-placeholder {
    color: #ddd;
    opacity: 1
}

.subscribe-form-6 form input::-webkit-input-placeholder {
    color: #ddd;
    opacity: 1
}

.newsletter-style-6 {
    margin: 0 70px
}

.subscribe-form-6 .mc-form::before {
    color: #969fc1;
    content: "";
    display: block;
    font-family: "themify";
    font-size: 24px;
    left: 31px;
    position: absolute;
    text-align: center;
    top: 30px;
    z-index: 99
}

.menu-style-2.sports-menu nav>ul>li {
    margin: 0 30px
}

.menu-style-2.sports-menu nav>ul>li>a {
    padding: 38px 0;
    color: #e7e7e7
}

.menu-style-2.sports-menu nav>ul>li>a:hover {
    color: #ccc
}

.icon-cart-furniture.white-cart i {
    color: #e7e7e7
}

a.icon-cart-furniture.white-cart span {
    color: #333;
    background-color: #e7e7e7
}

.logo-2.sports-logo {
    padding: 35px 0 20px
}

.sports-slider-content-middele {
    opacity: 1;
    position: absolute;
    left: 37.3%;
    transform: translateY(110%);
    transition: all .7s ease-in-out 0s;
    width: 455px
}

.slider-active .owl-item.active .sports-slider-content-middele {
    opacity: 1;
    transform: translateY(10%)
}

.slider-height-7 {
    min-height: 800px
}

.sports-slider-slider {
    position: relative
}

.sports-slider-content-left {
    position: absolute;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-113.5%);
    transition: all .7s ease-in-out 0s
}

.slider-active .owl-item.active .sports-slider-content-left {
    opacity: 1;
    transform: translateY(-50%) translateX(113.5%)
}

.sports-slider-content-right {
    opacity: 0;
    position: absolute;
    top: 44%;
    transform: translateX(500%) translateY(-50%);
    transition: all 0.7s ease-in-out 0s;
    z-index: 9999
}

.slider-active .owl-item.active .sports-slider-content-right {
    opacity: 1;
    transform: translateX(249%)
}

.sports-slider-content-middele.sports-second-img {
    left: 34.3%;
    width: 475px
}

.slider-active.owl-carousel .owl-item .sports-slider-content-left>img {
    width: 422px
}

.slider-active.owl-carousel .owl-item .sports-slider-content-right>img {
    width: 387px
}

.slider-active .owl-item.active .sports-slider-content-middele.sports-second-img {
    transform: translateY(22%)
}

.discount-wrapper-2 {
    position: relative
}

.discount-details-wrapper-2 {
    padding: 20px 200px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.discount-wrapper-2>img {
    width: 100%
}

.discount-details-wrapper-2>h2 {
    font-size: 48px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0
}

.discount-details-wrapper-2>p {
    color: #383838;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 26px;
    margin: 5px 0 19px;
    text-transform: uppercase
}

.discount-btn-2 {
    background-color: #d9cfb0;
    border-radius: 5px;
    color: #383838;
    display: inline-block;
    font-weight: bold;
    padding: 12px 30px 11px;
    text-transform: uppercase;
    z-index: 1;
    overflow: hidden
}

.discount-btn-2:hover {
    color: #fff
}

.btn-hover.discount-btn-2::before {
    border-radius: 5px
}

.section-title-9>h2 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.4px;
    margin-bottom: 21px;
    text-transform: uppercase
}

.section-title-9>p {
    color: #666666;
    letter-spacing: 0.5px;
    margin: 0 auto;
    width: 54%
}

.catch-wrapper {
    position: relative
}

.catch-content {
    bottom: 0;
    left: 0;
    padding: 20px 185px 52px;
    position: absolute;
    width: 100%
}

.catch-content>h5,
.catch-text-right>h5 {
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 6px;
    text-transform: uppercase;
    margin: 0
}

.catch-content>h5 span {
    font-weight: bold
}

.catch-text-right>h5 {
    float: right
}

.catch-text-right {
    display: block;
    overflow: hidden
}

.catch-content>h2 {
    color: #ffffff;
    font-size: 120px;
    font-weight: bold;
    letter-spacing: 70px;
    line-height: 1;
    margin: 23px 0 12px
}

.catch-wrapper>img {
    width: 100%
}

.catch-btn {
    margin-top: 45px;
    text-align: center
}

.catch-btn .discount-btn-2 {
    background-color: #fff
}

.catch-btn .discount-btn-2:hover {
    color: #fff
}

.trandy-product-content>h4 {
    font-size: 14px;
    font-weight: bold;
    margin: 0
}

.trandy-rating-5 i {
    color: #fac62a;
    font-size: 18px;
    margin: 0 1px
}

.trandy-product-content>span {
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    line-height: 1
}

.trandy-rating-5 {
    margin: 11px 0 10px
}

.trandy-product-content {
    margin-top: 24px
}

a.icon-cart-furniture.food-cart {
    padding: 54px 0 52px 10px
}

a.icon-cart-furniture.food-cart span {
    top: 60px
}

.owl-carousel .owl-item .food-slider img {
    display: inline-block;
    width: inherit
}

.food-slider {
    -moz-box-align: center;
    align-items: center;
    display: flex;
    position: relative
}

.food-slider-content>p {
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 26px auto 44px;
    width: 50%
}

.food-slider-btn {
    background-color: #ecab10;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 14px 40px 12px;
    text-transform: uppercase
}

.food-slider-btn:hover {
    box-shadow: 0 10px 35px -7px rgba(236, 171, 16, 0.9);
    color: #fff
}

.wrapper-padding-6 .container-fluid {
    padding: 0 236px 0 202px
}

.popular-product-wrapper {
    display: flex;
    justify-content: space-between
}

.section-title-10>h2 {
    color: #666666;
    font-family: "Roboto Slab", serif;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.3px;
    margin-bottom: 21px
}

.section-title-10>p {
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.3px;
    margin: 0 auto;
    width: 50%;
    font-weight: 400
}

.single-popular-product>h3 {
    color: #1a1a1a;
    font-size: 36px;
    font-weight: bold;
    font-family: "Roboto Slab", serif;
    letter-spacing: .5px
}

.single-popular-product>h3 a {
    color: #1a1a1a
}

.single-popular-product>h3 a:hover {
    color: #ecab10
}

.single-popular-product>p {
    color: #1a1a1a;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    letter-spacing: 0.3px;
    margin: 22px 0 18px;
    padding: 0 79px
}

.pizza-old-price {
    color: #666666;
    font-family: "Roboto Slab", serif;
    font-size: 24px;
    font-weight: 400;
    margin: 0 7px;
    text-decoration: line-through
}

.pizza-new-price {
    color: #1a1a1a;
    font-weight: bold;
    font-family: "Roboto Slab", serif;
    font-size: 30px;
    margin: 0 7px
}

.single-popular-product a>img {
    margin-bottom: 29px
}

.single-popular-product {
    position: relative
}

.food-border-1::before {
    background-color: #ede9eb;
    content: "";
    height: 560px;
    margin: 0 auto;
    position: absolute;
    right: -15px;
    top: 3px;
    width: 1px
}

.food-border-2::after {
    background-color: #ede9eb;
    content: "";
    height: 560px;
    margin: 0 auto;
    position: absolute;
    right: 1px;
    top: 3px;
    width: 1px
}

.single-food-services img,
.single-food-services p,
.single-food-services h4 {
    z-index: 99;
    position: relative
}

.single-food-services:hover img {
    animation: 500ms ease-in-out 0s normal none 1 running tada
}

.single-food-services>h4 {
    color: #ffffff;
    font-family: "Roboto Slab", serif;
    font-size: 24px;
    font-weight: bold;
    margin: 38px 0 20px
}

.single-food-services>p {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin: 0
}

.food-services-padding1 {
    padding-right: 90px;
    position: relative
}

.food-services-padding2 {
    padding: 0 30px
}

.food-services-padding3 {
    padding: 0 15px 0 72px
}

.food-services-padding1::before {
    background: rgba(0, 0, 0, 0) url("https://pisumfoods.com/img/bg/1.png") no-repeat scroll left 0 center;
    content: "";
    height: 100%;
    opacity: 1;
    position: absolute;
    right: -226px;
    top: -103px;
    transition-duration: 0.3s;
    width: 100%;
    z-index: 9
}

.food-services-padding2::after {
    background: rgba(0, 0, 0, 0) url("https://pisumfoods.com/img/bg/2.png") no-repeat scroll left 0 center;
    content: "";
    height: 100%;
    opacity: 1;
    position: absolute;
    right: -277px;
    top: -44px;
    transition-duration: 0.3s;
    width: 100%;
    z-index: 9
}

.single-menu-product {
    text-align: center;
    background-color: #ffffff;
    border: 1px solid #f1f1f1;
    padding: 15px
}

.menu-product-content>h4 {
    color: #353535;
    font-family: "Roboto Slab", serif;
    letter-spacing: 0.3px;
    margin-bottom: 12px;
    padding-bottom: 16px
}

.menu-product-content {
    margin-left: 35px
}

.menu-product-price-rating {
    display: flex;
    margin-bottom: 5px
}

.menu-product-old {
    color: #828282;
    display: inline-block;
    font-family: "Roboto Slab", serif;
    font-size: 18px;
    font-weight: bold;
    margin-right: 12px;
    text-decoration: line-through
}

.menu-product-rating {
    line-height: 1;
    margin-left: 29px;
    margin-top: 9px
}

.menu-product-new {
    color: #353535;
    font-size: 24px;
    font-family: "Roboto Slab", serif;
    font-weight: bold
}

.menu-product-rating i {
    color: #0e0e0e;
    font-size: 18px
}

.menu-product-content>p {
    color: #353535;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin: 0
}

.food-menu-list>a h5 {
    color: #228B22;
    display: inline-block;
    font-family: "Roboto Slab", serif;
    font-weight: bold;
    margin: 0 10px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border: 1px dashed;
    padding: 10px
}

.food-menu-list>a.active h5,
.food-menu-list>a h5:hover {
    color: #999999
}

.menu-btn {
    background-color: #ecab10;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    font-family: "Roboto Slab", serif;
    font-size: 18px;
    font-weight: normal;
    padding: 8px 40px 12px;
    z-index: 1
}

.menu-btn:hover {
    color: #ffffff
}

.btn-hover.menu-btn::before {
    border-radius: 50px
}

.food-banner-wrapper {
    position: relative
}

.food-banner-content {
    left: 0;
    padding: 0 30px 0 230px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.food-banner-content>h3 {
    color: #e94439;
    font-size: 36px;
    font-weight: bold;
    line-height: 46px;
    font-family: "Roboto Slab", serif;
    margin: 0
}

.food-banner-content-2>h3 {
    color: #ff792a;
    font-size: 36px;
    font-weight: bold;
    line-height: 46px;
    font-family: "Roboto Slab", serif;
    margin: 0
}

.food-banner-content>p {
    color: #202020;
    font-family: "Open Sans", sans-serif;
    margin: 7px 0 26px
}

.food-banner-content>a {
    border: 1px solid #f1493e;
    border-radius: 50px;
    color: #f1493e;
    display: inline-block;
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 30px 12px
}

.food-banner-content-2 {
    padding: 10px 30px 10px 294px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.food-banner-content-2>a {
    border: 1px solid #ff792a;
    border-radius: 50px;
    color: #ff792a;
    display: inline-block;
    font-family: "Roboto Slab", serif;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 30px 12px
}

.food-banner-content-2>a:hover,
.food-banner-content>a:hover {
    border: 1px solid #333;
    color: #333
}

.food-banner-content-2>p {
    color: #202020;
    font-family: "Open Sans", sans-serif;
    margin: 5px 0 7px
}

.food-banner-rating i {
    color: #444545;
    margin: 0 1px
}

.food-banner-rating {
    margin-bottom: 18px
}

.food-banner-wrapper>img {
    width: 100%
}

.single-testimonial-3 {
    position: relative;
    z-index: 99
}

.single-testimonial-3>p {
    color: #cacaca;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-style: italic;
    line-height: 30px;
    margin: 33px auto 31px;
    width: 64%
}

.single-testimonial-3>h4 {
    color: #ffffff;
    font-family: "Roboto Slab", serif;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 6px
}

.single-testimonial-3>span {
    color: #aaaaaa;
    font-weight: 400;
    font-family: "Open Sans", sans-serif;
    letter-spacing: .5px
}

.testimonials-active.owl-carousel .owl-item img {
    display: inline-block;
    text-align: center;
    width: inherit
}

.pagination-style .owl-dot {
    background: #f1f1f1 none repeat scroll 0 0;
    border-radius: 50px;
    display: inline-block;
    height: 10px;
    margin: 0 5px;
    width: 10px;
    transition: all .3s ease 0s
}

.pagination-style .owl-dot.active {
    height: 10px;
    width: 30px
}

.pagination-style .owl-dots {
    margin-top: 26px;
    text-align: center
}

.container>h3 {
    color: #ffffff;
    font-family: "Roboto Slab", serif;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 61px;
    position: relative;
    text-align: center;
    z-index: 99
}

.wrapper-padding-7 .container-fluid {
    padding: 0 255px
}

.special-food-content>h4,
.special-food-content>span {
    color: #666666;
    font-family: "Roboto Slab", serif;
    font-size: 24px;
    font-weight: bold;
    margin: 0
}

.special-food-content>h4 a {
    color: #666666
}

.special-food-content a img {
    display: block;
    width: 100%
}

.special-food-content>h4 a:hover {
    color: #ecab10
}

.special-food-content>p {
    color: #353535;
    font-family: "Open Sans", sans-serif;
    letter-spacing: 0.3px;
    margin: 14px 0 12px
}

.special-food-content {
    padding: 24px 10px 0
}

.brand-logo-active3.owl-carousel .owl-item img {
    width: inherit
}

.section-title-11>h2 {
    color: #cccccc;
    font-family: "Roboto Slab", serif;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px
}

.section-title-11>p {
    color: #999999;
    line-height: 20px;
    margin: 0;
    width: 97%
}

.subscribe-form-7 input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #5b5b63;
    border-radius: 10px;
    color: #616161;
    font-size: 14px;
    height: 48px;
    padding: 0 30px;
    width: 398px;
    display: inline-block;
    float: left
}

.subscribe-form-7 .clear input.button {
    color: #a9a9a9;
    float: left;
    font-weight: 600;
    margin-left: 20px;
    padding: 0 40px;
    text-transform: uppercase;
    width: inherit
}

.subscribe-form-7 .clear input.button:hover {
    color: #fff
}

.subscribe-form-7 input::-moz-placeholder {
    color: #a9a9a9;
    opacity: 1
}

.subscribe-form-7 input::-webkit-placeholder {
    color: #a9a9a9;
    opacity: 1
}

.newsletter-style-7 {
    padding: 0 0 0 38px
}

.food-about>p {
    color: #fcfcfc;
    letter-spacing: 1px;
    margin: 20px 0 0;
    padding-bottom: 18px;
    position: relative
}

.food-about-info>p {
    color: #dadada;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 23px
}

.food-about-info {
    margin-top: 29px
}

.food-address {
    display: flex;
    margin-bottom: 8px
}

.food-info-icon {
    margin-right: 10px;
    margin-top: 6px;
    width: 20px
}

.food-info-icon i {
    color: #dcdcdc;
    font-size: 18px
}

.food-info-content>p {
    color: #f6f6f6;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    margin: 0
}

.food-info-content>p a {
    line-height: 26px;
    color: #f6f6f6;
    font-family: "Open Sans", sans-serif
}

.food-widget-content ul li {
    margin-bottom: 15px
}

.food-widget-content ul li:last-child {
    margin-bottom: 0px
}

.food-widget-content ul li a {
    color: #dfdfdf;
    font-family: "Open Sans", sans-serif;
    font-weight: 600
}

.food-info-content>p a:hover {
    color: #ddd
}

.food-widget-content ul li a:hover {
    color: #aaa
}

.food-widget-content ul li a img {
    margin-right: 16px
}

.footer-widget-title-6 {
    color: #f6f6f6;
    font-family: "Roboto Slab", serif;
    font-size: 24px;
    margin-bottom: 30px;
    padding-bottom: 28px;
    position: relative
}

.footer-widget-title-6:before,
.food-about>p:before {
    width: 50px;
    height: 2px;
    content: "";
    left: 0;
    bottom: 0;
    position: absolute;
    background-color: #5c5c63
}

.food-widget .food-widget-content a>img {
    width: 100%
}

.container>p {
    color: #b3b3b3;
    letter-spacing: 1px;
    margin: 0
}

.container>p a {
    color: #b3b3b3
}

.container>p a:hover {
    text-decoration: underline
}

.fashion-2-header .header-login ul li a {
    color: #999999
}

.fashion-2-header .header-login ul li a:hover {
    color: #333
}

.fashion-2-header .header-login ul li::after {
    background-color: #999999
}

.fashion-2-header .icon-cart i {
    color: #383838
}

.fashion-2-header .shop-count {
    background-color: #02bffc
}

.header-sticky-2 {
    left: 0;
    padding: 60px 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.5s ease 0s;
    z-index: 999
}

.header-sticky-2.stick {
    background: #03bffc none repeat scroll 0 0;
    padding: 15px 0;
    position: fixed;
    top: 0
}

.fashion-2-header .header-search-cart-login {
    margin-right: 0;
    margin-top: 0;
    position: inherit
}

.slider-content.slider-content-style-fashion {
    left: 377px
}

.wrapper-padding-2.fashion-2-header .container-fluid {
    padding: 0 126px 0 100px
}

.currency-2 {
    bottom: 47px;
    position: absolute;
    right: 103px;
    z-index: 99
}

.currency-2 ul li::after {
    background-color: #999;
    content: "";
    font-size: 8px;
    height: 15px;
    position: absolute;
    right: -11px;
    top: 4px;
    width: 2px
}

.currency-2 ul li:last-child::after {
    content: none
}

.fashion-banner-wrapper>img {
    width: 100%
}

.fashion-banner-wrapper {
    position: relative
}

.fashion-banner-content {
    padding: 20px 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.fashion-banner-content>h2 {
    font-size: 70px;
    font-weight: bold;
    line-height: 85px;
    margin-bottom: 18px;
    text-transform: uppercase
}

.fashion-2-btn {
    border: 1px solid #383838;
    color: #383838;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    padding: 13px 40px 12px;
    text-transform: uppercase
}

.fashion-2-btn:hover {
    border: 1px solid #000;
    color: #fff
}

.single-testimonial-4>p {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 35px;
    margin: 30px auto;
    width: 63%
}

.single-testimonial-4>h4 {
    color: #666666;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0
}

.clickable-mainmenu-btn {
    background-color: #02bffc;
    left: 90px;
    padding: 15px 10px;
    position: absolute;
    top: 460px;
    z-index: 999
}

.btn-hover-black::before {
    background: #333 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1
}

.btn-hover-black:hover::before {
    transform: scaleX(1)
}

.quickview-btn-wishlist .btn-hover:hover {
    color: white
}

.mobile-menu-area.mobile-menu-none-block {
    display: none
}

.clickable-mainmenu {
    background: rgba(0, 0, 0, 0.92) none repeat scroll 0 0;
    color: #353535;
    min-height: 100vh;
    padding: 235px 46px 39px;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(110%);
    transition: transform 0.5s ease-in-out 0s;
    width: 100%;
    z-index: 9999
}

.clickable-mainmenu.inside {
    transform: translateX(0px);
    z-index: 9999
}

.clickable-mainmenu-icon button {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    cursor: pointer;
    font-size: 50px;
    padding: 0;
    position: absolute;
    right: 375px;
    top: 25px;
    transition: all 0.3s ease 0s
}

.slinky-menu.slinky-theme-default {
    display: inline-block;
    width: 290px
}

#menu li a {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 0 0 12px;
    text-transform: capitalize
}

.slinky-theme-default {
    background: transparent none repeat scroll 0 0
}

.slinky-theme-default a:hover:not(.back) {
    background: transparent none repeat scroll 0 0
}

.text-bg {
    margin-bottom: 30px;
    position: relative
}

.text-bg::before {
    background: rgba(0, 0, 0, 0) url("https://pisumfoods.com/img/icon-img/44.png") no-repeat scroll left 0 center;
    content: "";
    height: 75px;
    left: 8px;
    opacity: 1;
    position: absolute;
    top: 5px;
    transition-duration: 0.3s;
    width: 555px;
    z-index: 9
}

.slider-content-style-fashion .text-bg>img {
    position: relative;
    z-index: 99
}

.slider-content-style-fashion>p {
    color: #ffffff;
    font-size: 24px;
    letter-spacing: 3px
}

.breadcrumb-content {
    margin-top: 50px
}

#cert-bread {
    margin-top: 50px;
    margin-right: 916px;
    /* background: rgba(0, 0, 0, 0.4); */
    padding-left: 6px;
    padding-bottom: 5px
}

.breadcrumb-content h2 {
    color: white;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 16px;
    text-transform: capitalize
}

.breadcrumb-content li {
    color: white;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase
}

.breadcrumb-content li a {
    color: white;
    position: relative;
    padding-right: 18px
}

.breadcrumb-content li a:hover {
    color: #ccc
}

.breadcrumb-content li a::after {
    background-color: #fff;
    content: "";
    font-size: 8px;
    height: 1px;
    position: absolute;
    right: 0;
    top: 10px;
    transform: rotate(-63deg);
    width: 13px
}

.login-form-container {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    padding: 60px 40px;
    text-align: left
}

.login-text {
    margin-bottom: 30px;
    text-align: center
}

.login-text h2 {
    color: #444;
    font-size: 30px;
    margin-bottom: 5px;
    text-transform: capitalize
}

.login-text span {
    font-size: 15px
}

.login-form-container input {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: none;
    color: #999;
    font-size: 14px;
    height: 40px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%
}

.login-form-container input::-moz-placeholder {
    color: #999;
    opacity: 1
}

.login-toggle-btn {
    padding-top: 10px
}

.login-form-container input[type="checkbox"] {
    height: 15px;
    margin: 0;
    position: relative;
    top: 1px;
    width: 17px
}

.login-form-container label {
    color: #777;
    font-size: 15px;
    font-weight: 400
}

.login-toggle-btn>a {
    color: #777;
    float: right;
    transition: all 0.3s ease 0s
}

.login-toggle-btn>a:hover {
    color: #000
}

.button-box .default-btn {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #777;
    font-size: 14px;
    line-height: 1;
    margin-top: 25px;
    padding: 12px 36px 10px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    border-radius: 50px
}

.button-box .default-btn:hover {
    background-color: #050035;
    border: 1px solid #050035;
    color: #fff
}

h1.cart-heading {
    color: #252525;
    font-size: 25px;
    margin-bottom: 25px;
    text-transform: uppercase
}

.cart-title-area {
    padding-top: 30px
}

.car-header-title h2 {
    font-size: 20px;
    margin: 0;
    text-transform: uppercase
}

.table-content table {
    background: #fff none repeat scroll 0 0;
    border-color: #e5e5e5;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    margin: 0 0 50px;
    text-align: center;
    width: 100%;
    border: none
}

.wishlist .table-content table {
    margin: 0 0 0px
}

.table-content.wish table {
    margin: 0 0 0px
}

.table-content table th {
    border-top: medium none;
    color: #555;
    font-size: 16px;
    font-weight: normal;
    padding: 15px 10px 12px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap
}

.table-content table td {
    border-top: medium none;
    padding: 40px 10px;
    vertical-align: middle;
    font-size: 13px
}

.table-content table td input {
    background: #e5e5e5 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #6f6f6f;
    font-size: 15px;
    font-weight: normal;
    height: 40px;
    padding: 0 5px 0 10px;
    width: 60px
}

.table-content table td.product-subtotal {
    color: #555;
    font-size: 15px;
    width: 120px
}

.table-content table td.product-name a {
    color: #6f6f6f;
    font-size: 15px;
    margin-left: 10px
}

.table-content table td.product-name a:hover {
    color: #050035
}

.table-content table td.product-name {
    width: 270px
}

.table-content table td.product-thumbnail {
    width: 130px
}

.table-content table td.product-remove i {
    color: #919191;
    display: inline-block;
    font-size: 35px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px
}

.table-content table .product-price .amount {
    color: #555;
    font-size: 15px
}

.table-content table td.product-remove i:hover {
    color: #050035
}

.table-content table td.product-quantity {
    width: 180px
}

.table-content table td.product-remove {
    width: 150px
}

.table-content table td.product-price-cart {
    width: 130px
}

thead {
    background-color: #f6f6f6
}

.coupon input {
    background-color: transparent;
    border: 1px solid #ddd;
    color: #555;
    font-size: 13px;
    height: 42px;
    width: 120px
}

.coupon2 input {
    width: inherit
}

.coupon-all input.button {
    background-color: #333;
    border: 0 none;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    height: 42px;
    letter-spacing: 1px;
    line-height: 42px;
    padding: 0 25px;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out 0s;
    width: inherit
}

.coupon-all input.button:hover {
    background-color: #050035;
    border: medium none;
    color: #fff
}

.coupon-all {
    margin-top: 30px
}

.coupon {
    float: left
}

.coupon2 {
    float: right
}

.cart-page-total span {
    float: right
}

.cart-page-total>ul {
    border: 1px solid #ddd
}

.cart-page-total li {
    border-bottom: 1px solid #ddd;
    color: #555;
    font-size: 15px;
    font-weight: bold;
    padding: 10px 30px
}

.cart-page-total li:last-child {
    border-bottom: none
}

.cart-page-total {
    padding-top: 50px
}

.cart-page-total>a {
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
    display: inline-block;
    margin-top: 30px;
    padding: 9px 20px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s
}

.cart-page-total>a:hover {
    background-color: #050035;
    color: #fff;
    border: 1px solid #050035
}

.cart-page-total>h2 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: capitalize
}

.coupon-accordion h3 {
    background-color: #f7f6f7;
    border-top: 3px solid #050035;
    color: #515151;
    font-size: 14px;
    font-weight: 400;
    list-style: outside none none !important;
    margin: 0 0 2em !important;
    padding: 1em 2em 1em 3.5em !important;
    position: relative;
    width: auto
}

.coupon-accordion h3::before {
    color: #333;
    content: "";
    display: inline-block;
    font-family: "Pe-icon-7-stroke";
    font-size: 30px;
    left: 10px;
    position: absolute;
    top: 3px
}

.coupon-accordion span {
    cursor: pointer;
    color: #6f6f6f
}

.coupon-accordion span:hover,
p.lost-password a:hover {
    color: #050035
}

.coupon-content {
    border: 1px solid #e5e5e5;
    display: none;
    margin-bottom: 20px;
    padding: 20px
}

.coupon-info p.coupon-text {
    margin-bottom: 15px
}

.coupon-info p {
    margin-bottom: 0
}

.coupon-info p.form-row-first label,
.coupon-info p.form-row-last label {
    display: block
}

.coupon-info p.form-row-first label span.required,
.coupon-info p.form-row-last label span.required {
    color: red;
    font-weight: 700
}

.coupon-info p.form-row-first input,
.coupon-info p.form-row-last input {
    border: 1px solid #e5e5e5;
    height: 36px;
    margin: 0 0 14px;
    max-width: 100%;
    padding: 0 0 0 10px;
    width: 370px;
    background-color: transparent
}

.coupon-info p.form-row input[type="submit"]:hover,
p.checkout-coupon input[type="submit"]:hover {
    background: #050035 none repeat scroll 0 0
}

.coupon-info p.form-row input[type="checkbox"] {
    height: inherit;
    position: relative;
    top: 2px;
    width: inherit
}

.form-row>label {
    margin-top: 7px
}

p.lost-password {
    margin-top: 15px
}

p.lost-password a {
    color: #6f6f6f
}

p.checkout-coupon input[type="text"] {
    background-color: transparent;
    border: 1px solid #ddd;
    height: 36px;
    padding-left: 10px;
    width: 170px
}

p.checkout-coupon input[type="submit"] {
    background: #333 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    color: #fff;
    height: 36px;
    margin-left: 6px;
    padding: 5px 10px;
    transition: all 0.3s ease 0s;
    width: inherit
}

.coupon-checkout-content {
    margin-bottom: 30px;
    display: none
}

.checkbox-form h3 {
    border-bottom: 1px solid #e5e5e5;
    font-size: 25px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%
}

.country-select {
    margin-bottom: 30px;
    position: relative
}

.country-select label,
.checkout-form-list label {
    color: #333;
    margin: 0 0 5px;
    display: block
}

.country-select label span.required,
.checkout-form-list label span.required {
    color: red
}

.country-select select {
    -moz-appearance: none;
    border: 1px solid #ddd;
    height: 32px;
    padding-left: 10px;
    width: 100%;
    background-color: transparent
}

.country-select::before {
    content: "";
    display: inline-block;
    font-family: "Pe-icon-7-stroke";
    font-size: 26px;
    position: absolute;
    right: 12px;
    top: 23px
}

.checkout-form-list {
    margin-bottom: 30px
}

.checkout-form-list label {
    color: #333
}

.checkout-form-list input[type=text],
.checkout-form-list input[type=password],
.checkout-form-list input[type=email] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    height: 42px;
    width: 100%;
    padding: 0 0 0 10px
}

.checkout-form-list input[type="checkbox"] {
    display: inline-block;
    height: inherit;
    margin-right: 10px;
    position: relative;
    top: 2px;
    width: inherit
}

.ship-different-title input {
    height: inherit;
    line-height: normal;
    margin: 4px 0 0;
    position: relative;
    top: 1px;
    width: 30px
}

.create-acc label {
    color: #333;
    display: inline-block
}

.create-account {
    display: none
}

.ship-different-title h3 label {
    display: inline-block;
    margin-right: 20px;
    font-size: 25px;
    color: #363636
}

.order-notes textarea {
    background-color: transparent;
    border: 1px solid #ddd;
    height: 90px;
    padding: 15px;
    width: 100%
}

#ship-box-info {
    display: none
}

.your-order {
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 30px 40px 45px
}

.your-order h3 {
    border-bottom: 1px solid #d8d8d8;
    font-size: 25px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    width: 100%
}

.your-order-table table {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    width: 100%
}

.your-order-table table th,
.your-order-table table td {
    border-bottom: 1px solid #d8d8d8;
    border-right: medium none;
    font-size: 14px;
    padding: 15px 0;
    text-align: center
}

.your-order-table table th {
    border-top: medium none;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px
}

.your-order-table table .shipping ul li input {
    position: relative;
    top: 2px
}

.your-order-table table .shipping th {
    vertical-align: top
}

.your-order-table table .order-total th {
    border-bottom: medium none;
    font-size: 18px
}

.your-order-table table .order-total td {
    border-bottom: medium none
}

.your-order-table table tr.cart_item:hover {
    background: #F9F9F9
}

.your-order-table table tr.order-total td span {
    color: #464646;
    font-size: 20px
}

.payment-method {
    margin-top: 40px
}

.payment-accordion h3 {
    border-bottom: 0 none;
    margin-bottom: 10px;
    padding-bottom: 0
}

.payment-accordion h3 a {
    color: #6f6f6f;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
    text-transform: capitalize;
    text-decoration: none
}

.payment-content p {
    font-size: 13px
}

.payment-accordion img {
    height: 60px;
    margin-left: 15px
}

.order-button-payment input {
    background: #464646 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    height: 50px;
    margin: 20px 0 0;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
    border: 1px solid transparent;
    cursor: pointer
}

.order-button-payment input:hover {
    background: #050035;
    border: 1px solid #050035;
    color: #fff
}

.coupon-info p.form-row input[type="submit"] {
    background: #252525 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    padding: 0 30px;
    text-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    white-space: nowrap;
    width: inherit
}

.mrg-nn {
    margin-bottom: 0
}

h5.panel-title {
    color: #444;
    font-weight: 600
}

.panel-body>p {
    color: #666
}

.panel.panel-default {
    margin-bottom: 20px
}

.shop-page-padding .container-fluid {
    padding: 0 100px
}

.sidebar-widget {
    display: block
}

.sidebar-title {
    color: #383838;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: capitalize
}

.product-tags ul li {
    display: inline-block;
    margin: 0 10px 0 0;
    text-transform: capitalize
}

.product-tags ul li a {
    color: #888;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.4px
}

.product-tags ul li a:hover {
    color: #050035
}

.sidebar-search form {
    position: relative
}

.sidebar-search form input {
    background: #f1f1f1 none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #8e8d8d;
    font-size: 13px;
    padding-left: 15px;
    padding-right: 55px
}

.sidebar-search form>button {
    background-color: #dedede;
    border: medium none;
    color: #050035;
    cursor: pointer;
    font-size: 18px;
    height: 45px;
    line-height: 50px;
    padding: 0 16px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease 0s
}

.price_filter .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    background: #ebebeb none repeat scroll 0 0;
    border: medium none;
    border-radius: 5px;
    color: #222222;
    height: 3px;
    margin-bottom: 21px;
    margin-left: auto
}

.price_filter .ui-slider-range {
    background: #b7b7b7 none repeat scroll 0 0;
    border-radius: 0;
    height: 100%;
    top: 0
}

.price_filter .ui-slider-handle.ui-state-default.ui-corner-all {
    background: #b7b7b7 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0%;
    height: 15px;
    width: 4px
}

.ui-slider-horizontal .ui-slider-handle {
    margin-left: 0;
    top: -6px
}

.price_slider_amount {
    display: block;
    overflow: hidden
}

.price_slider_amount {
    display: block;
    overflow: hidden
}

.label-input {
    display: inline-block;
    float: left
}

.label-input label {
    color: #575757;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize
}

.label-input input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    box-shadow: none;
    color: #575757;
    font-size: 14px;
    font-weight: 600;
    height: inherit;
    padding-left: 5px;
    width: 99px
}

.price_slider_amount>button {
    background-color: transparent;
    border: medium none;
    color: #575757;
    display: inline-block;
    float: right;
    font-weight: 600;
    line-height: 1;
    padding: 4px 0 0;
    text-transform: capitalize;
    transition: all 0.3s ease 0s
}

.sidebar-categories li {
    margin-bottom: 16px
}

.sidebar-categories li a {
    color: #888888;
    font-size: 15px;
    font-weight: 600;
    line-height: 1
}

.sidebar-categories li a span {
    float: right
}

.product-color>ul li {
    border-radius: 50px;
    cursor: pointer;
    display: block;
    float: left;
    height: 22px;
    margin-right: 20px;
    text-indent: -9999px;
    transition: all 0.4s ease 0s;
    width: 22px
}

.product-color>ul li.red {
    background: #050035 none repeat scroll 0 0
}

.product-color>ul li.pink {
    background: #ff01f0 none repeat scroll 0 0
}

.product-color>ul li.blue {
    background: #3649ff none repeat scroll 0 0
}

.product-color>ul li.sky {
    background: #00c0ff none repeat scroll 0 0
}

.product-color>ul li.green {
    background: #00ffae none repeat scroll 0 0
}

.product-color>ul li.purple {
    background: #8a00ff none repeat scroll 0 0
}

.sidebar-widget.sidebar-overflow {
    overflow: hidden
}

.product-size li {
    display: inline-block;
    margin-right: 16px
}

.product-size li a {
    color: #888888;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase
}

.single-top-rated {
    display: flex
}

.top-rated-text {
    margin-left: 20px
}

.top-rated-text>h4 {
    color: #383838;
    font-size: 14px;
    font-weight: 600;
    margin: 0
}

.top-rated-rating {
    line-height: 1;
    margin: 9px 0 10px
}

.top-rated-rating li {
    display: inline-block;
    margin-right: 2px
}

.top-rated-text>span {
    color: #8b8b8b;
    font-weight: 600
}

.shop-bar {
    display: flex;
    justify-content: space-between
}

.shop-found-selector {
    display: flex
}

.shop-found>p {
    color: #6c6c6c;
    font-size: 18px;
    font-weight: 600;
    margin: 0
}

.shop-found>p span {
    color: #050035
}

.shop-selector {
    margin-left: 63px;
    margin-top: -3px
}

.shop-selector label {
    color: #6c6c6c;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize
}

.shop-selector select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: rgba(0, 0, 0, 0) url("../img/icon-img/4.png") no-repeat scroll right 0 center;
    border: medium none;
    box-shadow: none;
    color: #090909;
    font-size: 18px;
    height: inherit;
    line-height: 1;
    padding-left: 0;
    width: 113px
}

.shop-tab a {
    color: #6c6c6c;
    font-size: 23px;
    line-height: 1;
    margin-left: 10px;
    z-index: 99
}

.shop-tab a:first-child {
    margin-left: 0
}

.shop-tab a.active,
.shop-tab a:hover {
    color: #050035
}

.pagination-style ul li {
    display: inline-block;
    margin: 0 3px
}

.pagination-style ul li a {
    background-color: #f6f6f6;
    color: #3f3f3f;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    height: 40px;
    line-height: 41px;
    width: 40px
}

.pagination-style ul li.active a,
.pagination-style ul li a:hover {
    background-color: #3f3f3f;
    color: #fff
}

.single-product-list {
    display: flex
}

.product-content-list {
    margin-left: 30px
}

.product-list-info>h4 {
    color: #191919;
    font-size: 20px;
    font-weight: 600;
    margin: 0
}

.product-list-info>span {
    color: #666;
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin: 11px 0 4px
}

.product-list-info>p {
    color: #818181;
    font-size: 16px;
    line-height: 30px;
    margin: 0
}

.product-list-cart-wishlist {
    display: flex;
    margin-top: 42px
}

.product-list-cart {
    margin-right: 20px
}

.list-btn-style {
    border: 1px solid #dcdcdc;
    border-radius: 50px;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.8px;
    line-height: 1;
    padding: 15px 23px;
    text-transform: uppercase
}

.list-btn-style.btn-hover::before,
.list-btn-wishlist.btn-hover::before {
    border-radius: 50px
}

.list-btn-wishlist {
    border: 1px solid #dcdcdc;
    color: #727272;
    display: inline-block;
    font-size: 22px;
    line-height: 1;
    padding: 10px 18px 8px;
    border-radius: 50px
}

.list-btn-style:hover,
.list-btn-wishlist:hover {
    border: 1px solid transparent;
    color: #fff
}

.product-action-list-style {
    top: 60%;
    transform: translateY(-50%);
    display: inline-block;
    left: 0;
    opacity: 0;
    padding: 0 20px;
    position: absolute;
    right: 0;
    text-align: center;
    transition: all 0.3s ease 0s
}

.product-action-list-style a {
    background-color: #383838;
    border-radius: 100%;
    color: #f7f7f7;
    display: inline-block;
    font-size: 24px;
    height: 45px;
    line-height: 52px;
    margin: 0 15px;
    width: 45px
}

.product-action-list-style a:hover {
    background-color: #050035;
    color: #fff
}

.product-wrapper:hover .product-action-list-style {
    opacity: 1;
    top: 50%
}

.list-img-width {
    flex: 0 0 312px;
    position: relative
}

.breadcrumb-padding .container-fluid {
    padding: 0 100px
}

.product-box-style .product-action a {
    margin: 0 7px
}

.details-9 {
    overflow: hidden
}

.product-details-content>h3,
.inner-wrapper-sticky>h3 {
    color: #383838;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 13px
}

.details-price>span {
    color: #050035;
    font-size: 24px;
    font-weight: 600
}

.product-details-4 .easyzoom a img {
    width: 100%
}

.product-details-5.pr-70>img {
    width: 100%
}

.product-details-content>p {
    color: #545454;
    margin-bottom: 33px
}

.select-option-part {
    margin-bottom: 35px
}

.select-option-part label {
    color: #383838;
    font-size: 14px;
    margin-bottom: 14px
}

.select-option-part select {
    -moz-appearance: none;
    background: rgba(0, 0, 0, 0) url("../img/icon-img/4.png") no-repeat scroll right 20px center;
    border: 1px solid #dcdcdc;
    box-shadow: none;
    color: #828282;
    font-size: 14px;
    height: 43px;
    padding-left: 20px;
    position: relative;
    width: 100%
}

.product-details-content .rating-number {
    margin-bottom: 5px
}

.product-details-cati-tag li.categories-title,
.product-share li.categories-title {
    color: #383838;
    font-size: 15px;
    text-transform: uppercase
}

.product-details-cati-tag ul li {
    display: inline-block;
    margin: 0 8px 0 0;
    text-transform: capitalize
}

.product-share li {
    display: inline-block;
    margin-right: 14px
}

.product-details-cati-tag li a {
    text-transform: capitalize;
    color: #666;
    display: inline-block;
    letter-spacing: 0.4px
}

.product-share>ul li {
    display: inline-block;
    margin-right: 14px
}

.product-share>ul li a {
    border: 1px solid #3f3f3f;
    border-radius: 50px;
    color: #585858;
    display: inline-block;
    height: 30px;
    text-align: center;
    width: 30px;
    line-height: 30px
}

.product-details-cati-tag li a:hover {
    color: #050035
}

.product-share>ul li a:hover {
    background-color: #050035;
    border: 1px solid #050035;
    color: #fff
}

.details-price {
    margin-bottom: 25px
}

.product-details-large .easyzoom>a img,
.details-9 .easyzoom>a img {
    width: 100%
}

.product-details-small>a.active {
    position: relative
}

.product-details-small>a.active::before {
    background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 400ms ease-in 0s;
    z-index: 10
}

.product-details-small a>img {
    width: 100%
}

.product-details-small a:last-child {
    margin-right: 0
}

.description-review-title {
    justify-content: center;
    margin-bottom: 44px
}

.description-review-title a.active {
    color: #333333
}

.description-review-title a {
    color: #666;
    font-size: 30px;
    font-weight: 600;
    margin: 0 20px
}

.description-review-text .tab-pane p {
    color: #545454;
    font-size: 15px;
    margin: 0 auto;
    width: 61%
}

#pro-review a {
    background-color: #282828;
    border: 0 none;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    padding: 10px 15px;
    text-shadow: none;
    text-transform: uppercase
}

.product-details-tab.product-details-tab2 {
    display: flex
}

.product-details-2 {
    flex: 0 0 125px
}

.details-title {
    color: #383838;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
    margin-top: 19px
}

.product-color-2 {
    margin-bottom: 37px;
    overflow: hidden
}

.product-color-style2>ul li {
    border-radius: 50px;
    cursor: pointer;
    display: block;
    float: left;
    height: 19px;
    margin-right: 10px;
    position: relative;
    transition: all 0.4s ease 0s;
    width: 19px
}

.product-color-style2>ul li.blue2 {
    background: #425dff none repeat scroll 0 0
}

.product-color-style2>ul li.orange {
    background: #ff5d42 none repeat scroll 0 0;
    position: relative
}

.product-color-style2>ul li.pink {
    background: #fd42ff none repeat scroll 0 0
}

.product-color-style2>ul li.yellow {
    background: #ffd542 none repeat scroll 0 0
}

.product-size-style2 li {
    display: inline-block;
    margin-right: 12px
}

.product-size-style2 li a {
    color: #828282;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase
}

.product-size-2 {
    margin-bottom: 30px
}

.product-size-style2 li a:hover {
    color: #050035
}

.scroll-single-product>img {
    width: 100%
}

.scroll-single-product {
    position: relative
}

.scroll-single-product>a {
    background-color: #fff;
    border-radius: 50px;
    bottom: 30px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    color: #050035 !important;
    font-size: 22px;
    height: 45px;
    line-height: 50px;
    position: absolute;
    right: 30px;
    text-align: center;
    transform: scale(0);
    width: 45px
}

.scroll-single-product>a:hover {
    background-color: #050035;
    color: #fff !important
}

.scroll-single-product:hover a {
    transform: scale(1)
}

.product-details5-social li {
    display: inline-block;
    margin-right: 27px
}

.product-details5-social li a {
    color: #383838;
    font-size: 18px
}

.product-details5-social li a:hover {
    color: #050035;
    font-size: 18px
}

.sidebar-details7 .quickview-btn-cart>a {
    padding: 17px 16px
}

.single-details-gallery {
    flex: 0 0 290px;
    float: left
}

.bundle-area>h3 {
    color: #383838;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px
}

.bundle-img {
    display: flex;
    margin: 34px 0 35px
}

.single-bundle-img {
    cursor: pointer;
    margin-right: 11px;
    position: relative
}

.single-bundle-img::before {
    background: rgba(0, 0, 0, 0.15) none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 400ms ease-in 0s
}

.single-bundle-img a img {
    width: 100%
}

.single-bundle-img:hover::before {
    opacity: 1
}

.bundle-price ul li::before {
    color: #727272;
    content: "";
    font-family: "themify";
    font-size: 14px;
    left: 0;
    position: absolute;
    text-indent: inherit;
    top: 0
}

.bundle-price ul li {
    color: #383838;
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative
}

.bundle-result {
    margin-top: 32px
}

.bundle-result>h4 span {
    color: #747373;
    font-weight: 400
}

.bundle-result>h4 span .bundle-cross {
    position: relative
}

.bundle-result>h4 span .bundle-cross {
    position: relative
}

.bundle-cart {
    margin: 37px 0 38px
}

a.bundle-btn {
    background-color: #050035;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.8px;
    line-height: 1;
    padding: 17px 25px;
    position: relative;
    text-transform: uppercase;
    z-index: 9
}

.details-9-content .rating-number,
.details-9-content .quickview-plus-minus {
    justify-content: center
}

.details-9-content .product-details-content>p {
    margin: 0 auto;
    width: 54%
}

.details-9-content .product-color-style2>ul li {
    display: inline-block;
    float: inherit
}

.modal-compare-width {
    max-width: 900px
}

.table-content.compare-style th a span {
    color: #050035;
    display: inline-block;
    font-weight: 600;
    line-height: 0.81em;
    margin: 0;
    text-align: center
}

.table-content.compare-style th p {
    color: #383838;
    font-size: 16px;
    margin: 0;
    text-transform: capitalize
}

.table-content.compare-style th a {
    text-transform: capitalize;
    font-size: 14px
}

.table-content.compare-style th a span {
    color: #050035;
    display: inline-block;
    font-size: 1em;
    font-weight: 600;
    line-height: 0.81em
}

.table-content.compare-style th img {
    display: block;
    margin: 20px 0
}

.table-content.table-responsive.compare-style tbody tr,
.table-content.table-responsive.compare-style thead {
    border-bottom: 1px solid #f1f1f1
}

.table-content.table-responsive.compare-style tbody tr:last-child {
    border-bottom: 0px solid #f1f1f1
}

.table-content.compare-style thead {
    background-color: transparent
}

.table-content.compare-style table {
    text-align: inherit
}

.table-content.compare-style table th {
    padding: 14px 0;
    text-align: inherit
}

.table-content table td.compare-title h4 {
    border-top: medium none;
    color: #333333;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    min-width: 205px;
    overflow: hidden;
    text-align: left;
    text-transform: uppercase;
    vertical-align: middle
}

.table-content table td.compare-common,
.table-content table td.compare-title {
    font-size: 14px;
    padding: 14px 0
}

.table-content.compare-style table td p {
    margin: 0
}

.table-content.compare-style th a.compare-btn {
    color: #383838;
    font-size: 14px;
    text-transform: capitalize
}

.table-content.compare-style th a.compare-btn:hover {
    color: #050035
}

.table-content.compare-style th span {
    display: block;
    margin: 10px 0
}

.table-content.compare-style table {
    margin: 0 0 0px
}

.modal .close {
    color: #fff;
    float: right;
    font-size: 50px;
    font-weight: bold;
    line-height: 1;
    margin-right: 50px;
    opacity: 1;
    text-shadow: 0 1px 0 #fff
}

.blog-meta ul li {
    color: #666;
    display: inline-block;
    font-size: 13px;
    margin-right: 28px;
    position: relative
}

.blog-meta ul li::after {
    background-color: #b6b6b6;
    content: "";
    font-size: 8px;
    height: 13px;
    position: absolute;
    right: -17px;
    top: 3px;
    width: 2px
}

.blog-meta ul li:last-child::after {
    content: none
}

.blog-meta ul li:last-child {
    margin-right: 0px
}

.blog-meta ul li a {
    color: #666;
    font-size: 13px
}

.blog-meta ul li a:hover {
    color: #383838
}

.blog-info-wrapper>h4 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.4px;
    line-height: 33px;
    margin: 15px 0 10px
}

.blog-info-wrapper>p {
    color: #666;
    letter-spacing: 0.4px;
    line-height: 26px;
    margin: 0 0 25px;
    text-align: justify
}

.blog-btn {
    border: 1px solid #d7d7d7;
    color: #383838;
    display: inline-block;
    font-weight: 500;
    line-height: 1;
    padding: 13px 20px 11px;
    text-transform: capitalize
}

.blog-btn:hover {
    border: 1px solid transparent;
    color: #fff
}

.sidebar-widget.mb-50>img {
    width: 100%
}

.sidebar-img-content {
    background: #f6f6f6 none repeat scroll 0 0;
    padding: 20px
}

.sidebar-img-content>p {
    color: #646464;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 21px
}

.sidebar-img-content h4 {
    color: #2f2f2f;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0
}

.sidebar-img-content>span {
    color: #2f2f2f;
    font-size: 12px;
    font-weight: 400
}

.sidebar-img-social {
    margin-top: 10px
}

.sidebar-img-social ul li {
    display: inline-block;
    margin-right: 20px
}

.sidebar-img-social ul li>a {
    font-size: 16px
}

.blog-tags-style li {
    display: inline-block;
    margin: 0 5px 10px 0
}

.blog-tags-style li a {
    border: 1px solid #cbcbcb;
    color: #383838;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 13px 19px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.3s ease 0s
}

.blog-tags-style li a:hover {
    background-color: #000;
    color: #fff
}

.leave-form input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e2e2e2;
    color: #666666;
    font-size: 14px;
    height: 40px;
    padding: 0 20px;
    width: 100%;
    letter-spacing: .4px
}

.text-leave textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #e2e2e2;
    color: #666666;
    font-size: 14px;
    height: 160px;
    margin-bottom: 30px;
    padding: 20px;
    letter-spacing: .4px
}

.leave-form input::-moz-placeholder,
.text-leave textarea::-moz-placeholder {
    color: #666666;
    opacity: 1
}

.leave-form input::-webkit-placeholder,
.text-leave textarea::-webkit-placeholder {
    color: #666666;
    opacity: 1
}

.leave-btn button {
    background-color: #000;
    border: medium none;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
    padding: 6px 30px 13px;
    text-transform: uppercase
}

.leave-btn button:hover {
    background-color: #666
}

.leave-btn button i {
    font-size: 20px;
    line-height: 1;
    margin-right: 3px;
    position: relative;
    top: 4px
}

.blog-details-title2 {
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 29px;
    padding-bottom: 13px
}

.replay-img {
    display: inline-block;
    float: left
}

.replay-info {
    display: flex;
    justify-content: space-between
}

.replay-info-wrapper {
    margin-left: 110px
}

.replay-name-date>h5 {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.4px;
    margin-bottom: 5px;
    text-transform: uppercase
}

.replay-name-date>span {
    color: #949494;
    font-size: 13px
}

.replay-name-date {
    margin-bottom: 3px
}

.replay-info-wrapper>p {
    color: #333333;
    letter-spacing: 0.4px;
    margin: 0
}

.single-blog-replay {
    display: block;
    margin-bottom: 43px;
    overflow: hidden
}

.single-blog-replay:last-child {
    margin-bottom: 0px
}

.blog-replay-wrapper {
    margin-top: 50px
}

.single-blog-replay.middle-blog-repley {
    margin-left: 110px
}

.replay-btn>a {
    background-color: #ebebeb;
    border-radius: 5px;
    color: #333;
    display: inline-block;
    line-height: 1;
    padding: 10px 20px 11px
}

.replay-btn>a:hover {
    background-color: #000;
    color: #fff
}

.heading-bottom-space {
    margin-bottom: 50px
}

#hastech2 {
    height: 402px;
    width: 100%
}

.contact-input-style input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ececec;
    color: #666666;
    font-size: 14px;
    height: 35px;
    padding: 0 20px;
    width: 100%;
    line-height: 35px
}

.contact-textarea-style textarea {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ececec;
    color: #666666;
    font-size: 14px;
    padding: 0 20px;
    width: 100%;
    height: 170px;
    line-height: 35px
}

.contact-input-style label,
.contact-textarea-style label {
    color: #383838;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize
}

.contact-title>h4 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 30px
}

.contact-btn {
    background-color: #85bd02;
    border: 1px solid transparent;
    color: #fff;
    display: inline-block;
    padding: 11px 25px 13px;
    z-index: 1;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 700
}

.contact-btn:hover {
    background-color: #648f00
}

.single-contact-info {
    display: flex;
    margin-bottom: 15px
}

.contact-info-icon {
    width: 35px
}

.contact-info-icon i {
    color: #383838;
    font-size: 22px
}

.contact-info-text>p {
    color: #383838;
    margin: 0
}

.contact-info-text>p span {
    font-weight: 600
}

.story-img {
    position: relative
}

.story-img>img {
    width: 100%
}

.about-logo {
    margin: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.about-logo h3 {
    background-color: #050035;
    border-radius: 100%;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin: 0;
    position: relative;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    width: 185px;
    height: 185px;
    line-height: 185px
}

.about-logo h3::before {
    border: 1px solid #fff;
    border-radius: 100%;
    content: "";
    height: 152px;
    left: 17px;
    line-height: 144px;
    position: absolute;
    top: 17px;
    width: 152px
}

.story-details-top>h2 {
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 20px;
    text-transform: uppercase
}

.story-details-top>h2 span {
    color: #050035
}

.story-details-top>p,
.story-details-bottom>p,
.goal-wrapper.mb-30>p {
    color: #666;
    letter-spacing: 0.4px;
    line-height: 26px;
    margin: 0
}

.story-details-top {
    margin-bottom: 48px
}

.story-details-bottom>h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    text-transform: uppercase
}

.story-details-bottom {
    margin-bottom: 48px
}

.story-details-bottom:last-child {
    margin-bottom: 0px
}

.goal-wrapper.mb-30>h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 14px;
    text-transform: uppercase
}

.goal-wrapper>p {
    padding-right: 30px
}

.about-section>h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 23px;
    text-transform: uppercase
}

.about-section>p,
.choose-wrapper>p {
    color: #666;
    letter-spacing: 0.4px;
    line-height: 26px;
    margin: 0
}

.about-section {
    width: 62%
}

.choose-wrapper>h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px
}

.choose-wrapper {
    margin-bottom: 31px
}

.choose-wrapper:last-child {
    margin-bottom: 0px
}

.about-section {
    margin-bottom: 41px;
    width: 62%
}

.choose-banner-wrapper {
    margin-left: 70px;
    position: relative
}

.choose-banner-text {
    left: 45px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.choose-banner-text>h4 {
    color: #202020;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px
}

.choose-banner-text>h3 {
    color: #202020;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 37px
}

.choose-banner-text>h3 span {
    font-size: 52px;
    font-weight: bold
}

.choose-banner-text>a {
    color: #303030;
    display: inline-block;
    font-weight: 600;
    text-decoration: underline
}

.choose-banner-wrapper>img {
    width: 100%
}

.all-causes {
    margin-top: 30px
}

.team-area>img {
    width: 100%
}

.notification-img {
    background-image: url("https://pisumfoods.com/img/bg/4.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.notification-img-2 {
    background-image: url("https://pisumfoods.com/img/bg/5.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.notification-img-3 {
    background-image: url("https://pisumfoods.com/img/bg/6.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.notification-section-padding .container-fluid {
    padding: 0 200px
}

.notification-section-padding-2 .container-fluid {
    padding: 0px 104px
}

.notification-wrapper {
    display: flex;
    justify-content: space-between
}

.notification-btn-close {
    display: flex
}

.notification-btn>a {
    background-color: #ebf9ff;
    border-radius: 50px;
    color: #666666;
    display: inline-block;
    float: left;
    font-size: 12px !important;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 27px !important;
    margin: 4px 0 0;
    padding: 6px 40px 4px !important;
    text-transform: uppercase
}

.notification-btn.notification-btn-2 a {
    background-color: #fff
}

.notification-icon>button {
    background-color: transparent;
    border: medium none;
    margin: 9px 0 5px 53px;
    cursor: pointer;
    transition: all 0.3s ease 0s
}

.notification-icon.notification-icon-2>button {
    margin: 9px 0 5px 169px
}

.notification-icon>button i {
    background-color: #fff;
    border-radius: 50px;
    display: inline-block;
    font-size: 24px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
    color: 333
}

.notification-icon.notification-icon-2>button i {
    background-color: #3b4764;
    color: #fff
}

.notification-icon>button:hover i {
    background-color: #666;
    color: #fff
}

.notification-pera-graph>p {
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 9px 0 0
}

.notification-pera-graph.notification-pera-graph-2 p {
    color: #8185a0
}

.notification-btn>a:hover {
    background-color: #333;
    color: #fff
}

.notification-pera-graph-3 p {
    color: #666666;
    font-family: "Roboto Slab", serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin: 2px 0 0 580px
}

.notification-btn-3 a {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    color: #666;
    display: inline-block;
    font-family: "Roboto Slab", serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 4px 19px 7px;
    text-transform: capitalize
}

.notification-btn-3 a:hover {
    background-color: #333;
    color: #fff
}

.notification-icon-3 button {
    background-color: transparent;
    border: medium none;
    border-radius: 50px;
    color: #666666;
    display: block;
    float: left;
    margin: 1px 0 0 405px;
    text-align: center
}

.notification-icon-3 i {
    background-color: #fff;
    border-radius: 50px;
    display: inline-block;
    font-size: 24px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}

.notification-icon-3 button:hover i {
    background-color: #666;
    color: #fff
}

.mfp-wrap {
    z-index: 99999999
}

.mfp-bg {
    z-index: 9999999
}

#scrollUp {
    background: #85bd02 none repeat scroll 0 0;
    bottom: 85px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    height: 40px;
    line-height: 44px;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 40px;
    z-index: 9999
}

#scrollUp:hover {
    background: #648f00 none repeat scroll 0 0;
    color: #ffffff
}

.header-sticky-3 {
    left: 0;
    padding: 15px 0 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.5s ease 0s;
    z-index: 99
}

.furits-header .menu-style-2 nav>ul>li>a {
    color: #666666;
    font-weight: 500
}

.furits-login-cart {
    display: flex
}

.furits-login li {
    display: inline-block;
    margin-left: 18px;
    position: relative
}

.furits-login li:first-child {
    margin-left: 0px
}

.furits-login li a {
    color: #969696;
    text-transform: uppercase
}

.furits-login {
    padding: 62px 0 10px
}

.furits-login li::after {
    background-color: #969696;
    content: "";
    font-size: 8px;
    height: 12px;
    position: absolute;
    right: -12px;
    top: 4px;
    width: 1px
}

.furits-login li:last-child::after {
    content: none
}

.header-cart-4.furits-cart>a span {
    background-color: #68a001
}

.header-cart-4.furits-cart>a>i {
    color: #00245b
}

.furits-login li a:hover {
    color: #68a001
}

.slider-area {
    position: relative
}

.slider-social {
    bottom: 150px;
    display: flex;
    left: 0;
    padding: 59px 100px 175px;
    position: absolute;
    z-index: 99
}

.slider-social li {
    display: inline-block;
    margin-right: 14px
}

.slider-social li:last-child {
    display: inline-block;
    margin-right: 14px
}

.slider-social li a {
    color: #838383;
    font-size: 15px
}

.slider-social li a:hover {
    color: #85bd02
}

.slider-social>span {
    color: #838383;
    font-weight: bold;
    margin-right: 11px;
    text-transform: uppercase
}

.owl-carousel .owl-item .furits-content img {
    display: inline-block;
    width: inherit
}

.furits-slider-btn {
    background-color: #85bd02;
    border-radius: 50px;
    color: #fffffe;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 17px 40px 16px;
    text-transform: uppercase;
    z-index: 99
}

.furits-slider-btn:hover {
    color: #fff
}

.furits-content p {
    color: #578a01;
    font-size: 24px;
    font-weight: 500;
    margin: 30px 0 52px
}

.furits-slider {
    margin-bottom: 125px;
    padding: 273px 0 0px
}

.furits-content {
    padding-bottom: 546px;
    position: relative;
    z-index: 999
}

.furits-content img.slide-img-position {
    bottom: -125px;
    left: 9%;
    max-width: 100%;
    position: absolute;
    z-index: -1
}

.furits-content img.slide-img-position.slide-img-position-2 {
    left: 17%
}

.btn-hover.furits-slider-btn::before {
    border-radius: 50px
}

.slider-active-2.owl-carousel .owl-nav div {
    bottom: 325px;
    color: #838383;
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    right: 188px;
    transition: all 0.3s ease 0s
}

.slider-active-2.owl-carousel .owl-nav div:hover {
    color: #85bd02
}

.slider-active-2.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: 100px
}

.slider-active-2.owl-carousel .owl-nav div::before {
    background-color: #838383;
    content: "";
    height: 20px;
    position: absolute;
    right: -13px;
    text-align: center;
    top: 5px;
    transform: rotate(15deg);
    width: 3px
}

.slider-active-2.owl-carousel .owl-nav div:last-child::before {
    content: none
}

.furits-banner-wrapper>img {
    width: 100%
}

.furits-banner-wrapper {
    position: relative
}

.furits-banner-content {
    left: 0;
    padding: 35px 40px;
    position: absolute;
    top: 0
}

.furits-banner-content>h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 800;
    font-family: 'Open Sans', sans-serif
}

.furits-banner-content>p {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    margin: 18px 0;
    width: 88%
}

.furits-banner-btn {
    background-color: #fff;
    border-radius: 50px;
    color: #ffb102;
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 14px 6px;
    text-transform: uppercase;
    z-index: 1
}

.furits-banner-btn:hover {
    color: #fff
}

.furits-banner-btn.btn-hover::before {
    border-radius: 50px
}

.product-fruit-wrapper,
.product-fruit-img {
    position: relative;
    transition: all .3s ease 0s
}

.product-fruit-img>img {
    border-radius: 10px 10px 0 0;
    width: 100%;
}

.product-furit-action {
    bottom: 0;
    display: flex;
    justify-content: space-between;
    left: 0;
    opacity: 0;
    right: 0;
    position: absolute;
    overflow: hidden;
    transition: all 0.4s ease 0s
}

.product-furit-action a {
    background-color: #85bd02;
    border-radius: 0 50px 50px 0;
    color: #fff;
    font-size: 24px;
    height: 50px;
    line-height: 56px;
    text-align: center;
    width: 70px
}

.product-furit-action a:hover {
    background-color: #333
}

.product-furit-action a.furit-animate-left {
    border-radius: 0 50px 50px 0
}

.product-furit-action a.furit-animate-right {
    border-radius: 50px 0px 0px 50px
}

.product-fruit-content>h4 {
    color: #444444;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.2px;
    margin-bottom: 6px
}

.product-fruit-content>h4 a {
    color: #444444;
    text-transform: capitalize
}

.product-fruit-content>h4 a:hover {
    color: #85bd02
}

.product-fruit-content>span {
    color: #85bd02;
    font-size: 18px
}

.product-fruit-content {
    padding: 16px 10px 16px;
    background-color: transparent;
    transition: all .3s ease 0s
}

.product-fruit-wrapper:hover .product-fruit-img {
    border-radius: 10px 10px 0px 0px
}

.product-fruit-wrapper:hover .product-fruit-content {
    background-color: #fff;
    border-radius: 0px 0px 10px 10px
}

.product-furit-action a.furit-animate-left {
    transform: translateX(-20px);
    transition: all 0.4s ease 0s
}

.product-furit-action a.furit-animate-right {
    transform: translateX(20px);
    transition: all 0.4s ease 0s
}

.product-fruit-wrapper:hover .product-furit-action a.furit-animate-left {
    transform: translateX(0px)
}

.product-fruit-wrapper:hover .product-furit-action a.furit-animate-right {
    transform: translateX(0px)
}

.product-fruit-wrapper:hover {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    border-radius: 10px 10px 10px 10px
}

.product-fruit-wrapper:hover .product-furit-action {
    opacity: 1
}

.section-title-furits.bg-shape:before {
    content: url(../img/banner/title-shape.png);
    position: absolute;
    left: 50%;
    top: 6px;
    bottom: auto;
    transform: translate(-50%, -100%)
}

.section-title-furits>h2 {
    color: #434343;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin: 25px 0 0;
    position: relative
}

.section-title-furits>h2::before {
    background-color: #85bd02;
    bottom: -13px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-align: center;
    width: 60px
}

.section-title-furits {
    position: relative
}

.product-fruit-slider.owl-carousel .owl-stage-outer {
    padding: 25px 0;
}

.product-style-area .container-fluid {
    padding: 0 100px
}

.single-fruits-choose {
    display: flex;
    margin-bottom: 50px
}

.fruits-choose-wrapper {
    margin-top: 94px
}

.fruits-choose-serial {
    background: rgba(0, 0, 0, 0) url("../img/icon-img/502.png") no-repeat scroll center center/cover;
    position: absolute;
    height: 63px;
    width: 150px;
    left: -59px;
    background-size: 60px;
    text-align: center
}

.fruits-choose-serial>h3 {
    color: #f8f7f7;
    font-size: 36px;
    font-weight: bold;
    margin: 0;
    padding-top: 10px
}

.fruits-choose-content>h4 {
    color: #2d2d2d;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 25px
}

.fruits-choose-content>p {
    color: #666666;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
    width: 80%
}

.fruits-choose-title>h2 {
    color: #d4d9cc;
    font-size: 80px;
    font-weight: 900;
    letter-spacing: 0.2px;
    margin: 20px 0 0 33px;
    text-transform: uppercase
}

.fruits-banner2-wrapper a>img {
    width: 100%
}

.fruits-banner2-wrapper {
    position: relative
}

.fruits-banner2-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 70px;
    z-index: 2
}

.fruits-banner2-content>h3,
.fruits-banner2-content>h4 {
    font-size: 2.8vw;
    font-weight: 400;
    margin: 22px 0 0;
    text-transform: uppercase
}

.fruits-banner2-content>h4 {
    font-size: 2vw !important
}

.fruits-services-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 0 190px 0 305px
}

.fruits-banner2-wrapper,
.furits-banner-wrapper {
    overflow: hidden;
    transition: all .3s ease 0s
}

.fruits-banner2-content>img,
.fruits-banner2-wrapper>a img,
.furits-banner-wrapper>img {
    width: 100%;
    transition: all 0.3s ease 0s
}

.fruits-banner2-wrapper:hover img,
.furits-banner-wrapper:hover img {
    transform: scale(1.1)
}

.single-fruits-services {
    position: relative;
    margin: 20px 0
}

.fruits-services-content {
    margin-left: 100px
}

.fruits-services-content>h4 {
    color: #666666;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase
}

.fruits-services-content>p {
    color: #363636;
    margin: 0
}

.fruits-services-img {
    margin-right: 30px
}

.fruits-services-img>img {
    width: 80px
}

.coundown-wrapper>h2 {
    color: #434343;
    font-size: 48px;
    font-weight: 500;
    letter-spacing: 0.2px;
    line-height: 58px;
    margin: 0;
    text-transform: uppercase
}

.coundown-wrapper>span {
    color: #85bd02;
    display: block;
    font-size: 18px;
    letter-spacing: 0.2px;
    margin: 10px 0 21px;
    text-transform: capitalize
}

.coundown-wrapper>p {
    color: #666666;
    font-size: 16px;
    letter-spacing: 0.2px;
    line-height: 26px;
    margin-bottom: 22px;
    width: 98%
}

.timer span {
    display: inline-block;
    font-size: 48px;
    font-weight: 500;
    line-height: 1;
    margin-right: 64px;
    position: relative;
    text-align: center
}

.timer span:last-child {
    margin-right: 0px
}

.timer span p {
    color: #999999;
    letter-spacing: .2px;
    margin: 0
}

.timer span.cdown::before {
    background-color: #666666;
    content: "";
    height: 6px;
    position: absolute;
    right: -26px;
    top: 10px;
    width: 6px;
    z-index: 9999
}

.timer span.cdown::after {
    background-color: #666666;
    bottom: 37px;
    content: "";
    height: 6px;
    position: absolute;
    right: -26px;
    width: 6px;
    z-index: 9999
}

.coundown-btn {
    background-color: #85bd02;
    border-radius: 50px;
    color: #ffffff;
    display: inline-block;
    letter-spacing: 0.2px;
    padding: 11px 30px 10px;
    text-transform: uppercase;
    z-index: 1
}

.coundown-btn:hover {
    color: #ffffff
}

.timer {
    margin-bottom: 36px
}

.coundown-btn.btn-hover::before {
    border-radius: 50px
}

.single-top-seller {
    align-items: center;
    background-color: #fafafa;
    display: flex;
    margin-bottom: 30px
}

.single-top-seller:last-child {
    margin-bottom: 0px
}

.top-seller-img {
    margin-right: 25px
}

.top-seller-content>h5 {
    color: #434343;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin: 0
}

.top-seller-content>h5 a {
    color: #434343
}

.fruit-price>span {
    color: #85bd02;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.2px
}

.fruit-price>span.old {
    color: #9e9e9e;
    font-size: 14px;
    text-decoration: line-through
}

.top-seller-content>a {
    color: #434343;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px
}

.top-seller-content>a:hover,
.top-seller-content>h5 a:hover {
    color: #85bd02
}

.fruit-price {
    margin: 2px 0
}

.top-seller-title>span {
    color: #696969;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase
}

.top-seller-title>h3 {
    color: #434343;
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 2px 0 11px
}

.top-seller-title {
    margin-bottom: 36px
}

.fruits-top-seller-area {
    position: relative
}

.fruits-top-seller-area:before {
    content: url(https://pisumfoods.com/img/banner/12.png);
    position: absolute;
    left: 0;
    top: 0px;
    bottom: auto;
    z-index: -1
}

.fruits-top-seller-area:after {
    content: url(https://pisumfoods.com/img/banner/13.png);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1
}

.fruits-single-testimonial>h3 {
    color: #5d5d5d;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin: 45px 0
}

.fruits-single-testimonial>p {
    color: #8a8a8a;
    font-size: 18px;
    font-style: italic;
    letter-spacing: 0.2px;
    line-height: 30px;
    margin: 42px auto 34px;
    width: 63%
}

.client-name>span {
    color: #999999
}

.client-name>span.client-name-bright {
    color: #595959;
    font-size: 16px
}

.fruits-ratting {
    margin-top: 12px
}

.fruits-ratting i {
    color: #85bd02;
    font-size: 20px;
    margin: 0 1px
}

.blog-meta-2 li {
    color: #8f8f8f;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.2px;
    margin-right: 15px;
    position: relative
}

.blog-meta-2 ul li a {
    color: #8f8f8f
}

.blog-meta-2 ul li::before {
    background-color: #8f8f8f;
    content: "";
    height: 4px;
    position: absolute;
    right: -12px;
    top: 9px;
    width: 4px
}

.blog-meta-2 ul li:last-child::before {
    content: none
}

.blog-info-wrapper-2>h3 {
    color: #434343;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    line-height: 28px;
    margin: 4px 0 18px
}

.blog-info-wrapper-2>h3 a:hover,
.blog-meta-2 ul li a:hover {
    color: #85bd02
}

.blog-img-2 a img {
    width: 100%
}

.blog-info-wrapper-2 {
    background-color: #fafafa;
    padding: 20px 20px 25px;
    transition: all .3s ease 0s
}

.blog-wrapper:hover .blog-info-wrapper-2 {
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(2, 3, 3, 0.1)
}

.newsletter-wrapper {
    padding: 0 77px
}

.subscribe-form-furits .clear {
    display: inline-block;
    float: left
}

.subscribe-form-furits input {
    background: #fff none repeat scroll 0 0;
    border: medium none;
    border-radius: 50px;
    box-shadow: 0 2px 15px 1.4px rgba(0, 0, 0, 0.15);
    color: #79ad00;
    display: inline-block;
    float: left;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    height: 55px;
    letter-spacing: 1px;
    line-height: 55px !important;
    padding: 0 30px;
    width: 450px
}

.subscribe-form-furits .clear input.button {
    background-color: #85bd02;
    border: medium none;
    box-shadow: none;
    color: #ffffff;
    float: left;
    font-weight: 600;
    height: 40px;
    letter-spacing: 1px;
    line-height: 30px;
    margin-left: 40px;
    text-transform: uppercase;
    width: inherit;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    box-shadow: 0 0px 7px 0.9px rgba(0, 0, 0, 0.1);
    height: 55px;
    line-height: 55px !important
}

.subscribe-form-furits .clear input.button:hover {
    background-color: #648f00
}

.fruits-newsletter-title>span {
    color: #79ad00;
    display: block;
    font-size: 18px;
    margin-bottom: 1px
}

.fruits-newsletter-title>h3 {
    color: #79ad00;
    font-size: 30px;
    font-weight: 600;
    margin: 0
}

.subscribe-form-furits input::-moz-placeholder {
    color: #79ad00;
    opacity: 1
}

.subscribe-form-furits input::-webkit-placeholder {
    color: #79ad00;
    opacity: 1
}

.fruits-footer .food-about-info>p {
    color: #dfdfdf
}

.fruits-footer .food-info-content>p {
    color: #dfdfdf;
    font-size: 14px;
    font-weight: 600
}

.fruits-footer .footer-widget-title-6 {
    font-size: 24px
}

.ptb-105 {
    padding: 105px 0 80px
}

.fruits-newsletter-title {
    margin-top: 11px
}

.subscribe-form-furits.f-right {
    margin-top: 9px
}

.modal-body {
    display: flex;
    justify-content: space-between;
    padding: 50px
}

.modal-quickview-width {
    margin: 150px auto;
    min-width: 878px
}

.qwick-view-left {
    min-width: 320px
}

.quick-view-tab-content .tab-pane>img {
    width: 100%
}

.quick-view-list {
    margin-top: 10px
}

.quick-view-list a {
    margin-right: 10px
}

.quick-view-list a:last-child {
    margin-right: 0px
}

.qwick-view-left {
    margin-right: 30px
}

.modal-content {
    border-radius: 0rem
}

.qwick-view-content>h3 {
    color: #707070;
    font-size: 20px;
    font-weight: 600;
    margin: 0
}

.price span {
    color: #707070;
    font-size: 15px;
    font-weight: 600
}

.price span.new {
    color: #050035;
    margin-right: 12px
}

.price span.old {
    color: #707070;
    text-decoration: line-through
}

.quick-view-rating i {
    color: #000000;
    font-size: 18px;
    margin-right: 2px
}

.quick-view-rating i.red-star {
    color: #050035
}

.rating-number {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px
}

.quick-view-number>span {
    color: #808080;
    display: block;
    font-size: 14px;
    margin: 3px 0 0 10px
}

.qwick-view-content>p {
    color: #545454;
    margin-bottom: 25px
}

.select-option-part label {
    color: #707070;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 14px
}

.select-option-part {
    margin-bottom: 35px
}

.modal-body .select-option-part select {
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #dcdcdc;
    box-shadow: none;
    color: #828282;
    font-size: 14px;
    height: 43px;
    padding-left: 20px;
    position: relative;
    width: 100%;
    background: rgba(0, 0, 0, 0) url("../img/icon-img/4.png") no-repeat scroll right 20px center;
    text-transform: capitalize
}

.qtybutton {
    color: #727272;
    cursor: pointer;
    float: left;
    font-size: 16px;
    font-weight: 600;
    height: 20px;
    line-height: 25px;
    position: relative;
    text-align: center;
    width: 20px
}

input.cart-plus-minus-box {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    float: left;
    font-size: 16px;
    height: 25px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 25px
}

.cart-plus-minus *::-moz-selection {
    background: transparent none repeat scroll 0 0;
    color: #333;
    text-shadow: none
}

.cart-plus-minus {
    border: 1px solid #dcdcdc;
    overflow: hidden;
    padding: 12px 0 8px 5px;
    width: 80px
}

.quickview-plus-minus {
    display: flex;
    justify-content: flex-start;
    padding-top: 5px
}

.quickview-btn-cart>a {
    background-color: #050035;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.08px;
    line-height: 1;
    padding: 17px 35px;
    position: relative;
    text-transform: uppercase;
    z-index: 5
}

.quickview-btn-wishlist>a {
    border: 1px solid #dcdcdc;
    color: #727272;
    display: inline-block;
    font-size: 22px;
    padding: 11px 18px 2px;
    z-index: 9
}

.quickview-btn-wishlist>a:hover {
    border: 1px solid transparent
}

.quickview-btn-cart {
    margin: 0 30px
}

.qtybutton.inc {
    margin-top: 2px
}

.price {
    margin: 9px 0 8px
}

#exampleModal .close {
    color: #fff;
    float: right;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    opacity: 1;
    position: absolute;
    right: 370px;
    text-shadow: 0 1px 0 #fff;
    top: 32px;
    transition: all .3s ease 0s;
    cursor: pointer
}

#exampleModal .close:hover {
    color: #999
}

.modal-backdrop.show {
    opacity: 0.8
}

.modal-content .close:hover {
    color: #050035
}

#space {
    padding-top: 8px
}

#spice-head {
    padding-top: 15px
}

#footer-info {
    margin-top: 1px
}

#table-arrange {
    width: 60%;
    margin-left: 270px
}

.center {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500
}

#info-space {
    padding-bottom: 1px
}

.testimonial {
    border: 1px solid #c9ced3;
    border-top: 3px solid #c9ced3;
    padding: 70px 25px 100px;
    margin-bottom: 30px;
    position: relative
}

.testimonial:after {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 30px;
    color: #00adb7;
    position: absolute;
    top: 20px;
    left: 25px
}

.testimonial .description {
    font-size: 14px;
    color: #666;
    line-height: 26px
}

.testimonial .pic {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: -30px;
    left: 25px
}

.testimonial .pic img {
    width: 100%;
    height: auto
}

.testimonial .testimonial-title {
    font-size: 20px;
    color: #000;
    position: absolute;
    bottom: 20px;
    left: 150px
}

.testimonial .testimonial-title small {
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 7px
}

.owl-theme .owl-controls .owl-page.active span {
    background: #00adb7
}

@media only screen and (max-width: 767px) {
    .testimonial-bg {
        padding: 50px 40px
    }

    .owl-theme .owl-controls {
        bottom: -22%
    }
}

@media only screen and (max-width: 480px) {
    .testimonial-bg:before {
        width: 55px;
        height: 55px;
        line-height: 55px;
        font-size: 40px
    }

    .testimonial-bg {
        padding: 30px 10px
    }

    .owl-theme .owl-controls {
        bottom: -15%
    }
}

@media only screen and (max-width: 360px) {

    .testimonial .title,
    .testimonial .post {
        font-size: 16px
    }

    .owl-theme .owl-controls {
        bottom: -12%
    }
}

#top-space {
    margin-top: 100px
}

.our-clients {
    margin-bottom: 50px
}

#row-space1 {
    margin-top: 5px;
    margin-bottom: 5px
}

.headtext {
    color: #1abc9c;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center
}

.careers-data-holder {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px
}

.career-opportunities {
    padding-top: 10px;
    padding-bottom: 10px
}

.panel-group {
    margin-bottom: 20px
}

.career-opportunities .panel {
    border: 1px solid #efefef;
    border-radius: 0px;
    padding-left: 50px
}

.career-opportunities .panel-heading {
    background-color: #fff;
    color: #808080
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit
}

.career-opportunities .panel-heading .accordion-toggle {
    text-transform: uppercase;
    display: block;
    padding-bottom: 20px;
    padding-top: 16px
}

.career-page {
    padding-bottom: 500px;
    padding-top: 80px
}

.collapse.in {
    display: block
}

.career-detail-head {
    margin-top: 15px;
    margin-bottom: 15px
}

.custom-list {
    list-style-type: square
}

.img-responsive {
    margin: 0 auto;
    display: inline;
    width: 20%
}

img.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 200px;
    z-index: 98;
    display: grid;
    width: 150px;
    margin-bottom: -11px;
    margin-top: -35px
}

img.sticky1 {
    position: -webkit-sticky;
    position: sticky;
    top: 288px;
    z-index: 98;
    width: 107px;
    margin-left: 21px
}

img.sticky1:hover {
    width: 110px;
    -webkit-animation: blink 1s
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

img.sticky1 {
    -webkit-animation: blink 2s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: blink 2s;
    -moz-animation-iteration-count: infinite;
    -o-animation: blink 2s;
    -o-animation-iteration-count: infinite
}

.blog-space {
    width: 70%;
    margin-top: 50px;
    margin-bottom: 50px
}

.blog-details-info>h3 {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0.4px;
    line-height: 48px;
    margin: 30px 0 30px
}

.blog-details-info>p,
.blog-feature>p {
    color: #666;
    letter-spacing: 0.4px;
    margin: 0;
    line-height: 26px;
    text-align: justify
}

.blog-feature>p.blog-pera-mrg {
    margin: 26px 0;
    text-align: justify
}

.blog-feature>img {
    width: 70%;
    margin-top: 50px;
    margin-bottom: 50px
}

.blog-details-info p {
    margin-top: 20px;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 20px
}

.blog-feature>h5 {
    letter-spacing: 0.4px
}

.blog-feature {
    margin-top: 39px;
    margin-bottom: 39px
}

.blog-details-info a:link {
    color: blue
}

.blog-details-info a:hover {
    color: green
}

.blog-pera-mrg a:link {
    color: blue
}

.blog-pera-mrg a:hover {
    color: green
}

p>a {
    color: blue
}

.blog-details-title,
.blog-details-title2 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 34px;
    text-transform: uppercase
}

.blog-details-info li {
    list-style-type: disc;
    font-family: 'Poppins', sans-serif;
    color: #383838;
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
    margin-left: 50px;
    text-align: justify
}

.footer-section {
    font-color: blue
}

.pagination a,
.pagination span,
.pagination em {
    padding: 7px 18px;
    border: 1px solid #eee;
    margin-left: -2px;
    margin-right: -2px;
    background-color: #ffffff;
    display: inline-block;
    color: #84bd1e
}

.pagination a:hover {
    background-color: #f1f1f1;
    color: #333
}

.pagination {
    text-align: center;
    display: block !important;
    margin-bottom: 20px
}

.pagination em {
    color: black
}

.ul-type {
    list-style-type: square !important
}

.section-dveg {
    padding-left: 30px;
    margin-bottom: 120px
}

.section-dveg h4 {
    margin-bottom: 30px;
    margin-left: 70px
}

.dehydrated-img>img {
    width: 170px;
    height: 170px;
    border-radius: 5px
}

.dehydrated-img p {
    margin-bottom: 80px
}

.section-title-dehydrated h3 {
    margin-bottom: 25px
}

.section-title-dehydrated h2 {
    font-weight: 500
}

.section-title-dehydrated {
    position: relative;
    margin-left: 25px;
    margin-bottom: 40px
}

.range-button {
    background-color: #85bd02;
    border: 1px solid transparent;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 700;
    width: 120px;
    height: 45px
}

.dpt-170 {
    padding-top: 160px
}

@media (max-width: 767px) {
    .dpt-170 {
        padding-top: 160px
    }

    .section-dveg {
        padding-left: 30px;
        margin-bottom: 80px
    }
}

.kwes-enquire {
    background-color: #85bd02;
    border: medium none;
    box-shadow: none;
    color: #ffffff;
    float: left;
    font-weight: 600;
    height: 40px;
    letter-spacing: 1px;
    line-height: 30px;
    margin-left: 40px;
    text-transform: uppercase;
    width: inherit;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    box-shadow: 0 0px 7px 0.9px rgba(0, 0, 0, 0.1);
    height: 55px;
    line-height: 55px !important;
    border-radius: 50px;
    font-size: 14px;
    padding: 0 30px
}

.kwes-enquire-contact-us {
    background-color: #85bd02;
    border: medium none;
    box-shadow: none;
    color: #ffffff;
    float: left;
    font-weight: 600;
    height: 40px;
    letter-spacing: 1px;
    line-height: 30px;
    text-transform: uppercase;
    width: inherit;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    box-shadow: 0 0px 7px 0.9px rgba(0, 0, 0, 0.1);
    height: 55px;
    line-height: 55px !important;
    border-radius: 50px;
    width: 300px
}

html {
    scroll-behavior: smooth;
    text-align: justify;
    text-justify: inter-word;
    font-size: 15px
}

#ftco-loader {
    position: fixed;
    width: 96px;
    height: 96px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
    border-radius: 16px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
    -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
    transition: opacity .2s ease-out, visibility 0s linear .2s;
    z-index: 1000
}

#ftco-loader.fullscreen {
    padding: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

#ftco-loader.show {
    -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
    -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
    transition: opacity .4s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1
}

#ftco-loader .circular {
    -webkit-animation: loader-rotate 2s linear infinite;
    animation: loader-rotate 2s linear infinite;
    position: absolute;
    left: calc(50% - 24px);
    top: calc(50% - 24px);
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

#ftco-loader .path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: loader-dash 1.5s ease-in-out infinite;
    animation: loader-dash 1.5s ease-in-out infinite;
    stroke-linecap: round
}

@-webkit-keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loader-rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px
    }
}

@keyframes loader-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px
    }

    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -136px
    }
}

/* Google Translator */
/* #google_translate_element {
    position: absolute;
    right: 10px;
    z-index: 100
} */
/* main */
/* header {
    position: relative;
} */

/* Hide the 'Powered by' text from Google Translate widget */
.goog-logo-link,
.goog-te-gadget span,
.goog-te-banner-frame.skiptranslate,
.goog-te-gadget .goog-te-combo + div,
.goog-te-gadget .goog-te-banner-frame,
.goog-te-gadget .goog-te-banner {
    display: none !important;
}

.goog-te-gadget {
    color: transparent !important;
}

/* --- Custom Google Translate Widget Styling --- */
#google_translate_element {
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 100;
    display: flex;
    align-items: center;
    gap: 8px;
    height: 40px;
  }
  
  #google_translate_element:before {
    content: '';
    display: inline-block;
    background: url('/img/icon-img/globe.png') no-repeat center center;
    background-size: 20px 20px;
    margin-bottom: 15px;
    width: 20px;
    height: 20px;
    align-self: center;
  }
  
  #google_translate_element select {
    border-radius: 20px;
    padding: 8px 16px;
    font-size: 15px;
    border: 1px solid #ccc;
    background: #fff;
    color: #333;
    min-width: 170px;
    width: 170px;
    height: 36px;
    vertical-align: middle;
  }
  
  /* Hide Google branding and badge */
  .goog-te-gadget-icon, .goog-logo-link, .goog-te-gadget span {
    display: none !important;
  }

  /* --- End Google Translate Widget Styling --- */


/* >>>>>>> bf6730d (Updated Google Translator design) */

.goog-te-gadget {
    color: transparent !important
}

select.goog-te-combo {
    height: 22px
}

.goog-logo-link {
    visibility: hidden
}

.current {
    color: #85bd02 !important
}

.furits-header .menu-style-2 nav>ul>li:hover>a {
    color: #85bd02
}

.breadcrumb-area-contact,
.about-banner,
.breadcrumb-area-certificates,
.breadcrumb-area-listing,
.breadcrumb-area-products,
.breadcrumb-area-career {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    height: 320px;
    padding: 6% 0
}

.ul {
    margin-right: 120px
}

.owl-carousel {
    touch-action: manipulation
}

.header-sticky-3 {
    background: white
}

.no-gutters {
    position: relative
}

.scrolled-navbar {
    padding: 0;
    transition: 0.2s ease;
    height: 80px;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1)
}

.scrolled-ul {
    margin-top: -38px
}

.scrolled-ul li a {
    padding: 30px 0 0 0 !important;
    font-size: 15px !important
}

.single-dropdown li a {
    padding: 0 !important
}

.single-dropdown li:hover a {
    transform: translateX(8px)
}

.pisum-logo {
    transition: all 0.2s ease
}

.scrolled-pisum-logo {
    transition: all 0.2s ease;
    transform: scale(0.6);
    margin-top: -14px
}

.banner-slider .owl-slide {
    height: 540px;
    margin-top: 139px !important;
    background-size: cover;
    background-repeat: no-repeat
}

.banner-slider .owl-next {
    display: none;
    right: 1%;
    top: 57%
}

.banner-slider .owl-prev {
    display: none;
    left: 1%;
    top: 57%
}

.banner-slider:hover .owl-next {
    display: block;
    transform: scale(2)
}

.banner-slider:hover .owl-prev {
    display: block;
    transform: scale(2)
}

.banner-slider .owl-prev .fa,
.banner-slider .owl-next .fa {
    color: #fff
}

.main-home-heading {
    margin-top: -21px
}

.main-home-heading h1 {
    font-size: 3.5vw;
    line-height: 200%
}

.main-home-heading h3 {
    font-size: 2vw
}

.fruits-choose-area {
    /* background-color: #0CC2E1 !important; */
    background-color: #EFFFFE !important;
    position: relative
}

.fruits-choose-content {
    margin-left: 60px
}
/* Why the Indian market Plant org */
/* .single-fruits-services::before {
    content: url(../img/icon-img/plant22.png);
    position: absolute;
    transform: scale(0.5);
    top: -10px
} */

.single-fruits-services {
    position: relative; /* Needed for absolute positioning of ::before */
}

.single-fruits-services::before {
    content: "";
    position: absolute;
    top: -10px;
    left: 5%;
    transform: translateX(-50%) scale(0.8); /* Center and scale */
    width: 60px;   /* Set your desired width */
    height: 120px; /* Set your desired height */
    background: url('../img/icon-img/plant22.png') no-repeat center center;
    background-size: contain;
    z-index: 1;
    /* Remove content: url(...)! */
}

@media (max-width: 600px) {
    .single-fruits-services::before {
      top: -15px;
      left: 8% !important;
      transform: scale(0.8); /* keep your scale or adjust as needed */
    }
  }

  @media (min-width: 601px) and (max-width: 1024px) {
    .single-fruits-services::before {
      left: 8%; /* Adjust as needed for centering */
      width: 50px;  /* Adjust width if needed */
      height: 100px; /* Adjust height if needed */
      transform: scale(0.8); /* Or your preferred scale */
      display: block; /* Ensure it's visible */
    }
  }


.fruits-services-wrapper {
    display: flex;
    flex-wrap: wrap
}

.single-fruits-services {
    /* background-color: #0CC2E1 !important; */
    background-color: #9de6f3 !important;
    padding: 20px;
    border-radius: 10px
}

.choose-row {
    margin: 0 !important
}

.newsletter-area {
    background-image: linear-gradient(to right, #43e97b 0%, #38f9d7 100%)
}

.fruits-footer .food-widget-content ul li a {
    text-transform: capitalize
}

.food-footer-bottom {
    position: relative
}

.fruits-footer .food-info-content {
    margin: 5px
}

.fruits-footer .food-info-content>h6 {
    color: #fff;
    font-weight: 500
}

.social-bar {
    width: 50%;
    display: table;
    margin: 0;
    position: absolute;
    bottom: -50px;
    right: 25%
}

.social-bar a {
    display: table-cell;
    width: 14.2%;
    text-align: center;
    font-size: 2em
}

.text-yt {
    color: #eb3b38 !important
}

.text-fb {
    color: #3b5998 !important
}

.text-tw {
    color: #00acee !important
}

.text-ld {
    color: #0e76a8 !important
}

.text-ig {
    color: #E1306C !important
}

.text-gp {
    color: #db4a39 !important
}

.text-fb:hover {
    color: #3b5998 !important
}

.text-tw:hover {
    color: #00acee !important
}

.text-ld:hover {
    color: #0e76a8 !important
}

.text-ig:hover {
    color: #E1306C !important
}

.text-gp:hover {
    color: #db4a39 !important
}

.text-yt:hover {
    color: #eb3b38 !important
}

.footer-hr {
    color: #fff
}

.mt-6 {
    margin-top: -6px
}

.fruits-banner-mrg {
    background: url("../img/banner/covid-security-banner%20(1).jpg");
    height: 640px;
    padding-top: 20%;
    background-size: cover
}

.covid-content {
    background: #00000055;
    padding: 2rem
}

.covid-content h1 {
    font-size: 3vw
}

.covid-content h3 {
    font-size: 2vw
}

.about-banner {
    background-image: url("../img/banner/about-banner.jpg")
}

.about-story img {
    border-radius: 5px
}

.banner-wrapper-4 {
    padding: 5%;
    margin-left: 30px
}

.values-area {
    background-image: linear-gradient(-225deg, #FFFEFF 0%, #D7FFFE 100%)
}

.quality-value:before {
    content: url(../img/icon-img/quality.png);
    transform: scale(0.7)
}

.experience-value:before {
    content: url(../img/icon-img/experience.png);
    transform: scale(0.7)
}

.certified-value:before {
    content: url(../img/icon-img/certified.png);
    transform: scale(0.7)
}

.value-value:before {
    content: url(../img/icon-img/commitment.png);
    transform: scale(0.7)
}

.innovation-value:before {
    content: url(../img/icon-img/innovation.png);
    transform: scale(0.7)
}

.value-choose-content>p {
    color: #666666;
    font-size: 15px;
    line-height: 26px;
    margin: 0
}

.testimonials-area {
    background-image: linear-gradient(120deg, #fdfbfb 0%, #ebedee 100%)
}

.who-are-we-area p {
    color: #666666;
    font-size: 15px;
    line-height: 26px;
    margin: 0 20px
}

.what-we-do-area p {
    color: #666666;
    font-size: 15px;
    line-height: 26px;
    margin: 0 20px
}

.values-area {
    text-align: center
}

.single-testimonial-2 img {
    border-radius: 100px;
    border: 1px dashed #bbb
}

.breadcrumb-area-contact {
    /* background-image: url("../img/banner/contact-banner.jpg") */
    background-image: url("../img/banner/contact-banner1.jpg")
}

.countryCode {
    height: 35px
}

.single-branch {
    margin: 30px 0;
    padding: 10px 30px
}

.our-branches {
    background-image: linear-gradient(-225deg, #FFFEFF 0%, #D7FFFE 100%)
}

.banner-blog {
    background-image: url("../img/banner/blog-banner.jpg")
}

.banner-blog {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 6% 0
}

.breadcrumb-area-career {
    background-image: url("../img/banner/banner-career.jpg")
}

.breadcrumb-area-certificates {
    background-image: url("../img/banner/certificate-banner-01.jpg")
}

.breadcrumb-area-products {
    background-image: url("../img/banner/about-banner.jpg")
}

.paragraph p {
    color: #666666;
    font-size: 15px;
    line-height: 26px;
    margin: 0 10px
}

.btn:focus,
.btn:active,
button:focus,
button:active {
    outline: none !important;
    box-shadow: none !important
}

.close {
    margin-right: 0px !important;
    font-size: 30px !important;
    cursor: pointer
}

#image-gallery .modal-footer {
    display: block
}

.thumb {
    margin-top: 15px;
    margin-bottom: 15px
}

.single-certificate {
    padding: 20px 0
}

.single-certificate img {
    width: 200px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.grains {
    background-image: url(../img/banner/honey-banner.jpg)
}

.pulses {
    background-image: url(../img/banner/pulses.jpg)
}

.spices {
    background-image: url(../img/banner/jaggery-banner.jpg)
}

.fruits {
    background-image: url(../img/banner/fruits-banner.jpg)
}

.vegetables {
    background-image: url(../img/banner/vegetable-banner.jpg)
}

.oilSeeds {
    background-image: url(../img/banner/oil-seeds.jpg)
}

.floriculture {
    background-image: url(../img/banner/floriculture.jpg)
}

.herbs {
    background-image: url(../img/banner/herbs-banner.jpg)
}

.dryFruits {
    background-image: url(../img/banner/dry-fruits-banner.jpg)
}

.beverages {
    background-image: url(../img/banner/cashew-banner.jpg)
}

.dehydrated-product {
    background-image: url(../img/banner/banner-dehydrated-products.jpg)
}

.banner-rice {
    background-image: url(../img/banner/rice-banner.jpg)
}

.banner-coffee {
    background-image: url(../img/banner/coffee-banner.jpg)
}

.coconut-banner {
    background-image: url(../img/banner/coconut-banner.jpg)
}

.tea-banner {
    background-image: url(../img/banner/tea-banner.jpg)
}

.banner-onion {
    background-image: url(../img/banner/banner-onion.jpg)
}

.banner-potato {
    background-image: url(../img/banner/banner-potato.jpg)
}

.banner-ginger {
    background-image: url(../img/banner/banner-ginger.jpg)
}

.banner-apple {
    background-image: url(../img/banner/banner-apple.jpg)
}

.banner-mango {
    background-image: url(../img/banner/banner-mango.jpg)
}

.banner-banana {
    background-image: url(../img/banner/banner-banana.jpg)
}

.banner-star-anise {
    background-image: url(../img/banner/banner-star-anise.jpg)
}

.banner-orange {
    background-image: url(../img/banner/banner-orange.jpg)
}

.banner-pineapple {
    background-image: url(../img/banner/banner-pineapple.jpg)
}

.banner-broccoli {
    background-image: url(../img/banner/banner-broccoli.jpg)
}

.banner-cinnamon {
    background-image: url(../img/banner/banner-cinnamon.jpg)
}

.banner-cabbage {
    background-image: url(../img/banner/banner-cabbage.jpg)
}

.banner-mushroom {
    background-image: url(../img/banner/banner-mushroom.jpg)
}

.banner-spinach {
    background-image: url(../img/banner/banner-spinach.jpg)
}

.banner-chickpea {
    background-image: url(../img/banner/banner-chickpea.jpg)
}

.banner-pea {
    background-image: url(../img/banner/banner-pea.jpg)
}

.banner-soybean {
    background-image: url(../img/banner/banner-soybean.jpg)
}

.banner-brinjal {
    background-image: url(../img/banner/banner-brinjal.jpg)
}

.banner-oats {
    background-image: url(../img/banner/banner-oats.jpg)
}

.banner-pigeonpea {
    background-image: url(../img/banner/banner-pigeonpea.jpg)
}

.banner-barley {
    background-image: url(../img/banner/banner-barley.jpg)
}

.banner-corn {
    background-image: url(../img/banner/banner-corn.jpg)
}

.banner-kidneybeans {
    background-image: url(../img/banner/banner-kidneybeans.jpg)
}

.banner-sesame {
    background-image: url(../img/banner/banner-sesame.jpg)
}

.banner-sunflower {
    background-image: url(../img/banner/banner-sunflower.jpg)
}

.banner-wheat {
    background-image: url(../img/banner/banner-wheat.jpg)
}

.banner-pearlmillet {
    background-image: url(../img/banner/banner-pearlmillet.jpg)
}

.banner-rye {
    background-image: url(../img/banner/honey-banner.jpg)
}

.banner-black-pepper {
    background-image: url(../img/banner/banner-black-pepper.jpg)
}

.banner-grapes {
    background-image: url(../img/banner/banner-grapes.jpg)
}

.banner-pomegranate {
    background-image: url(../img/banner/banner-pomegranate.jpg)
}

.banner-strawberry {
    background-image: url(../img/banner/banner-strawberry.jpg)
}

.banner-dragon-fruits {
    background-image: url(../img/banner/banner-dragon-fruits.jpg)
}

.banner-asafoetida {
    background-image: url(../img/banner/banner-asafoetida.jpg)
}

.banner-flax {
    background-image: url(../img/banner/banner-flax.jpg)
}

.banner-nutmeg {
    background-image: url(../img/banner/banner-nutmeg.jpg)
}

.banner-soybean {
    background-image: url(../img/banner/banner-soybean.jpg)
}

.banner-bottle-gourd {
    background-image: url(../img/banner/banner-bottle-gourd.jpg)
}

.banner-cauliflower {
    background-image: url(../img/banner/banner-cauliflower.jpg)
}

.banner-drum-stick {
    background-image: url(../img/banner/banner-drum-stick.jpg)
}

.banner-green-chilli {
    background-image: url(../img/banner/banner-green-chilli.jpg)
}

.banner-lady-finger {
    background-image: url(../img/banner/banner-lady-finger.jpg)
}

.banner-aloe-vera {
    background-image: url(../img/banner/banner-aloe-vera.jpg)
}

.banner-ashwagandha {
    background-image: url(../img/banner/banner-ashwagandha.jpg)
}

.banner-neem {
    background-image: url(../img/banner/banner-neem.jpg)
}

.banner-sage {
    background-image: url(../img/banner/banner-sage.jpg)
}

.banner-spring-canola {
    background-image: url(../img/banner/banner-spring-canola.jpg)
}

.banner-triticale {
    background-image: url(../img/banner/banner-triticale.jpg)
}

.banner-teff {
    background-image: url(../img/banner/banner-teff.jpg)
}

.banner-sorghum {
    background-image: url(../img/banner/banner-sorghum.jpg)
}

.banner-fonio {
    background-image: url(../img/banner/banner-fonio.jpg)
}

.banner-vernonia {
    background-image: url(../img/banner/banner-vernonia.jpg)
}

.banner-safflower {
    background-image: url(../img/banner/banner-safflower.jpg)
}

.banner-meadowfoam {
    background-image: url(../img/banner/banner-meadowfoam.jpg)
}

.banner-groundnut {
    background-image: url(../img/banner/banner-groundnut.jpg)
}

.banner-red-lentil {
    background-image: url(../img/banner/banner-red-lentil.jpg)
}

.banner-puffed-rice {
    background-image: url(../img/banner/banner-puffed-rice.jpg)
}

.banner-green-gram {
    background-image: url(../img/banner/banner-green-gram.jpg)
}

.banner-cowpea {
    background-image: url(../img/banner/banner-cowpea.jpg)
}

.banner-horse-gram {
    background-image: url(../img/banner/banner-horse-gram.jpg)
}

.banner-tulip {
    background-image: url(../img/banner/banner-tulip.jpg)
}

.banner-rose {
    background-image: url(../img/banner/banner-rose.jpg)
}

.banner-gerbera {
    background-image: url(../img/banner/banner-gerbera.jpg)
}

.banner-chrysanthemum {
    background-image: url(../img/banner/banner-chrysanthemum.jpg)
}

.banner-carnation {
    background-image: url(../img/banner/banner-carnation.jpg)
}

.banner-guava {
    background-image: url(../img/banner/banner-guava.jpg)
}

.banner-sapota {
    background-image: url(../img/banner/banner-sapota.jpg)
}

.banner-papaya {
    background-image: url(../img/banner/banner-papaya.jpg)
}

.banner-litchi {
    background-image: url(../img/banner/banner-litchi.jpg)
}

.banner-mustard-seeds {
    background-image: url(../img/banner/banner-mustard-seeds.jpg)
}

.banner-garlic {
    background-image: url(../img/banner/banner-garlic.jpg)
}

.banner-bay-leaf {
    background-image: url(../img/banner/banner-bay-leaf.jpg)
}

.banner-clove {
    background-image: url(../img/banner/banner-clove.jpg)
}

.banner-chilli-pepper {
    background-image: url(../img/banner/banner-chilli-pepper.jpg)
}

.banner-pumpkin {
    background-image: url(../img/banner/banner-pumpkin.jpg)
}

.banner-cucumber {
    background-image: url(../img/banner/banner-cucumber.jpg)
}

.banner-ridge-gourd {
    background-image: url(../img/banner/banner-ridge-gourd.jpg)
}

.banner-bitter-gourd {
    background-image: url(../img/banner/banner-bitter-gourd.jpg)
}

.banner-bell-pepper {
    background-image: url(../img/banner/banner-bell-pepper.jpg)
}

.banner-jackfruit {
    background-image: url(../img/banner/banner-jackfruit.jpg)
}

.banner-urad-dal-split {
    background-image: url(../img/banner/banner-urad-dal-split.jpg)
}

.banner-chana-dal {
    background-image: url(../img/banner/banner-chana-dal.jpg)
}

.banner-black-gram {
    background-image: url(../img/banner/banner-black-gram.jpg)
}

.banner-beaten-rice {
    background-image: url(../img/banner/banner-beaten-rice.jpg)
}

.banner-curry-leaves {
    background-image: url(../img/banner/banner-curry-leaves.jpg)
}

.banner-tulsi {
    background-image: url(../img/banner/banner-tulsi.jpg)
}

.banner-spearmint {
    background-image: url(../img/banner/banner-spearmint.jpg)
}

.banner-giloy {
    background-image: url(../img/banner/banner-giloy.jpg)
}

.banner-fenugreek {
    background-image: url(../img/banner/banner-fenugreek.jpg)
}

.banner-field-beans {
    background-image: url(../img/banner/banner-field-beans.jpg)
}

.banner-orchid {
    background-image: url(../img/banner/banner-orchid.jpg)
}

.banner-marigold {
    background-image: url(../img/banner/banner-marigold.jpg)
}

.banner-lilium {
    background-image: url(../img/banner/banner-lilium.jpg)
}

.banner-jasmine {
    background-image: url(../img/banner/banner-jasmine.jpg)
}

.banner-hydrangea {
    background-image: url(../img/banner/banner-hydrangea.jpg)
}

.banner-gladiolus {
    background-image: url(../img/banner/banner-gladiolus.jpg)
}

.banner-anthurium {
    background-image: url(../img/banner/banner-anthurium.jpg)
}

.banner-aster {
    background-image: url(../img/banner/banner-aster.jpg)
}

.banner-saffron {
    background-image: url(../img/banner/banner-saffron.jpg)
}

.banner-poppy-seed {
    background-image: url(../img/banner/banner-poppy-seed.jpg)
}

.banner-mace {
    background-image: url(../img/banner/banner-mace.jpg)
}

.banner-carom-seeds {
    background-image: url(../img/banner/banner-carom-seeds.jpg)
}

.banner-watermelon {
    background-image: url(../img/banner/banner-watermelon.jpg)
}

.banner-pears {
    background-image: url(../img/banner/banner-pears.jpg)
}

.banner-amla {
    background-image: url(../img/banner/banner-amla.jpg)
}

.banner-crossandra {
    background-image: url(../img/banner/banner-crossandra.jpg)
}

.banner-carom {
    background-image: url(../img/banner/banner-carom.jpg)
}

.banner-khus {
    background-image: url(../img/banner/banner-khus.jpg)
}

.banner-tuberose {
    background-image: url(../img/banner/banner-tuberose.jpg)
}

.banner-coriander-seeds {
    background-image: url(../img/banner/banner-coriander-seeds.jpg)
}

.banner-whole-masoor {
    background-image: url(../img/banner/banner-whole-masoor.jpg)
}

.banner-ber {
    background-image: url(../img/banner/banner-ber.jpg)
}

.banner-Urad-dal-gota {
    background-image: url(../img/banner/banner-urad-dal-gota.jpg)
}

.banner-moth-bean {
    background-image: url(../img/banner/banner-moth-bean.jpg)
}

.banner-carrots {
    background-image: url(../img/banner/banner-carrots.jpg)
}

.banner-beetroot {
    background-image: url(../img/banner/banner-beetroot.jpg)
}

.banner-taro {
    background-image: url(../img/banner/banner-taro.jpg)
}

.banner-sweet-potato {
    background-image: url(../img/banner/banner-sweet-potato.jpg)
}

.banner-radish {
    background-image: url(../img/banner/banner-radish.jpg)
}

.banner-lemon {
    background-image: url(../img/banner/banner-lemon.jpg)
}

.banner-jerusalem {
    background-image: url(../img/banner/banner-jerusalem.jpg)
}

.banner-coriander {
    background-image: url(../img/banner/banner-coriander.jpg)
}

.banner-peppercorns {
    background-image: url(../img/banner/banner-peppercorns.jpg)
}

.banner-green-chilli-pepper {
    background-image: url(../img/banner/banner-green-chilli-pepper.jpg)
}

.banner-green-cardamom {
    background-image: url(../img/banner/banner-green-cardamom.jpg)
}

.banner-spring-onion {
    background-image: url(../img/banner/banner-spring-onion.jpg)
}

.banner-mint {
    background-image: url(../img/banner/banner-mint.jpg)
}

.banner-hyacinth-beans {
    background-image: url(../img/banner/banner-hyacinth-beans.jpg)
}

.banner-raisins {
    background-image: url(../img/banner/banner-raisins.jpg)
}

.banner-cashew-nuts {
    background-image: url(../img/banner/banner-cashew-nuts.jpg)
}

.banner-apricots {
    background-image: url(../img/banner/banner-apricots.jpg)
}

.banner-walnut {
    background-image: url(../img/banner/banner-walnut.jpg)
}

.banner-almond-nuts {
    background-image: url(../img/banner/banner-almond-nuts.jpg)
}

.banner-dry-fig {
    background-image: url(../img/banner/banner-dry-fig.jpg)
}

.banner-pistachio {
    background-image: url(../img/banner/banner-pistachio.jpg)
}

.banner-hazelnut {
    background-image: url(../img/banner/banner-hazelnut.jpg)
}

.banner-dates {
    background-image: url(../img/banner/banner-dates.jpg)
}

.banner-betel-nuts {
    background-image: url(../img/banner/banner-betel-nuts.jpg)
}

.product-fruit-wrapper {
    height: 330px;
    margin-bottom: 50px !important;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    -ms-border-radius: 13px;
    -o-border-radius: 13px;
}

.listing-form-area {
    background-color: #c7f5ae;
    padding: 20px;
    border-radius: 5px;
    position: sticky;
    top: 80px;
    right: 0px;
    width: 350px
}

.listing-input-style input {
    border: 1px solid #ececec;
    color: #666666;
    font-size: 14px;
    height: 30px;
    padding: 0 20px;
    width: 100%;
    line-height: 35px
}

.listing-input-style label,
.listing-textarea-style label {
    color: #383838;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize
}

.sub-listing-area {
    text-align: center
}

.listing-form-input {
    background-color: #fff !important
}

.single-product {
    margin: 20px 0
}

.product-img img {
    width: 220px
}

.product-searchbar {
    text-align: center;
    margin: 4% 0 0 20%
}

.searchbar {
    margin-top: 5%;
    height: 60px;
    background-color: #c7f5ae;
    border-radius: 30px;
    padding: 10px
}

.search_input {
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    line-height: 40px;
    transition: width 0.4s linear
}

.search_input:focus {
    border: 0
}

.searchbar:hover>.search_input {
    padding: 0 10px;
    width: 450px;
    transition: width 0.4s linear
}

.searchbar:hover>.search_icon {
    background: white;
    color: #e74c3c
}

.search_icon {
    height: 40px;
    width: 40px;
    margin-right: 10px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white
}

.error {
    color: #e74c3c !important
}

.modal-title h4 {
    margin: 16px
}

.modal-body {
    padding: 15px 50px
}

.modal-textarea textarea {
    height: 100px
}

.product-details-img-content,
.product-details-content {
    padding: 34px
}

.para-details-content {
    padding-top: 34px;
    padding-bottom: 34px
}

.product-details-img-content img {
    border-radius: 5px
}

.product-details-content p {
    font-size: 15px
}

.product-details-content>h2 {
    font-size: 36px;
    font-weight: bold;
    margin: 0 0 20px;
    text-transform: uppercase;
    color: #050035
}

.goal-wrapper.mb-30>h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 14px;
    text-transform: uppercase
}

.list-margin {
    margin-left: 5%
}

.anchor {
    display: block;
    height: 200px;
    margin-top: -180px;
    visibility: hidden;
    scroll-behavior: smooth
}

.lg-backdrop.in {
    opacity: 0.60
}

.fixed-size.lg-outer .lg-inner {
    background-color: #FFF
}

.fixed-size.lg-outer .lg-sub-html {
    position: absolute;
    text-align: left
}

.fixed-size.lg-outer .lg-toolbar {
    background-color: transparent;
    height: 0
}

.fixed-size.lg-outer .lg-toolbar .lg-icon {
    color: #FFF
}

.fixed-size.lg-outer .lg-img-wrap {
    padding: 12px
}

.form-widget {
    background-color: #c7f5ae;
    padding: 20px;
    border-radius: 0 0 5px 5px;
    position: fixed;
    bottom: 0px;
    right: 25px;
    z-index: 100;
    width: 350px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    display: none
}

.form-button {
    display: inline-block;
    position: fixed;
    right: 26px;
    z-index: 99;
    bottom: 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.button-up {
    bottom: 491px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.big-button {
    height: 50px !important;
    width: 349px !important
}

.btn-comment {
    height: 30px;
    width: 200px;
    font-weight: 500;
    border: 0;
    border-radius: 5px 5px 0 0;
    cursor: pointer
}

.btn-comment:hover {
    height: 50px;
    width: 349px
}

#EMAIL-error {
    position: absolute;
    bottom: -30px;
    left: 30px
}

.food-menu-list {
    position: sticky;
    top: 72px;
    z-index: 98;
    background: white
}

.owl-prev,
.owl-next {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    transform: scale(1.3)
}

.owl-prev {
    left: -50px
}

.owl-next {
    right: -50px
}

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

#not-found {
    display: none;
    text-align: center
}

.fruits-choose-content>p {
    width: 100% !important;
    color: #666;
    letter-spacing: 0.4px;
    line-height: 26px;
    margin: 0
}

.variety-logo {
    left: 50px
}

.variety-content {
    margin-left: 80px;
    margin-bottom: 0 !important;
    padding: 0 !important
}

.product-basmati {
    background-color: #e8f8df
}

.farmer,
.fpo-member,
.manufacturer,
.agent {
    display: none
}


/* Design By Hover effect and color */
.hover-underline {
    position: relative;
    display: inline-block;
    transition: color 0.4s ease-out;
}

/* Gradient text color on hover */
.hover-underline:hover {
    background: linear-gradient(to right, #ff0000, #00ffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    color: #ff0000; /* fallback for browsers that don't support gradient text */
}

/* Animated gradient underline */
.hover-underline::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #ff0000, #00ffff);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.4s ease-out;
    z-index: 1;
}

.hover-underline:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}
  

  /* Pointer on hover */
  /* .pointer {
    cursor: pointer;
    background: linear-gradient(145deg, #2a2a2a, #383838);
    border: 2px solid #646cff;
}
.pointer:hover {
    transform: scale(1.05) rotate(2deg);
    box-shadow: 0 0 15px #646cff50;
} */


/* Effect for social media icon glowing */



/*# sourceMappingURL=main.css.map */